[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/19] Block patches
From: |
Kevin Wolf |
Subject: |
[Qemu-devel] [PULL 00/19] Block patches |
Date: |
Fri, 7 Mar 2014 14:32:48 +0100 |
The following changes since commit f55ea6297cc0224fe4934b90ff5343b620b14669:
block/gluster: Add missing argument to qemu_gluster_init() call (2014-03-04
20:20:57 +0000)
are available in the git repository at:
git://repo.or.cz/qemu/kevin.git tags/for-upstream
for you to fetch changes up to 4089f7c6a0d91020ca60ce8300784c93dd9ddcbe:
block: qemu-iotests 085 - live snapshots tests (2014-03-07 11:36:12 +0100)
----------------------------------------------------------------
Block patches
----------------------------------------------------------------
BenoƮt Canet (1):
block: make bdrv_swap rebuild the bs graph node list field.
Bharata B Rao (2):
gluster: Change licence to GPLv2+
gluster: Remove unused defines and header include
Jeff Cody (2):
block: mirror - remove code cruft that has no function
block: qemu-iotests 085 - live snapshots tests
Kevin Wolf (8):
qemu-img convert: Fix progress output
qemu-iotests: Test progress output for conversion
iscsi: Use bs->sg for everything else than disks
block: Fix bs->request_alignment assertion for bs->sg=1
blockdev: Fail blockdev-add with encrypted images
blockdev: Fix NULL pointer dereference in blockdev-add
qemu-iotests: Test a few blockdev-add error cases
block: Fix error path segfault in bdrv_open()
Max Reitz (5):
block: Keep "filename" option after parsing
block/raw-posix: Implement bdrv_parse_filename()
block/raw-posix: Strip "file:" prefix on creation
block/raw-win32: Implement bdrv_parse_filename()
block/raw-win32: Strip "file:" prefix on creation
Peter Maydell (1):
hw/ide/ahci.h: Avoid shifting left into sign bit
block.c | 34 ++++++--
block/gluster.c | 16 +---
block/iscsi.c | 9 +--
block/mirror.c | 3 -
block/raw-posix.c | 14 ++++
block/raw-win32.c | 14 ++++
blockdev.c | 15 +++-
hw/ide/ahci.h | 10 +--
qemu-img.c | 20 ++---
tests/qemu-iotests/051 | 9 +++
tests/qemu-iotests/051.out | 15 ++++
tests/qemu-iotests/085 | 192 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/085.out | 55 +++++++++++++
tests/qemu-iotests/086 | 65 +++++++++++++++
tests/qemu-iotests/086.out | 18 +++++
tests/qemu-iotests/087 | 122 ++++++++++++++++++++++++++++
tests/qemu-iotests/087.out | 40 ++++++++++
tests/qemu-iotests/group | 3 +
18 files changed, 608 insertions(+), 46 deletions(-)
create mode 100755 tests/qemu-iotests/085
create mode 100644 tests/qemu-iotests/085.out
create mode 100755 tests/qemu-iotests/086
create mode 100644 tests/qemu-iotests/086.out
create mode 100755 tests/qemu-iotests/087
create mode 100644 tests/qemu-iotests/087.out
- [Qemu-devel] [PULL 00/19] Block patches,
Kevin Wolf <=
- [Qemu-devel] [PULL 01/19] gluster: Change licence to GPLv2+, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 03/19] qemu-img convert: Fix progress output, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 04/19] qemu-iotests: Test progress output for conversion, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 02/19] gluster: Remove unused defines and header include, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 05/19] iscsi: Use bs->sg for everything else than disks, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 06/19] block: Fix bs->request_alignment assertion for bs->sg=1, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 07/19] block: make bdrv_swap rebuild the bs graph node list field., Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 08/19] block: mirror - remove code cruft that has no function, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 09/19] block: Keep "filename" option after parsing, Kevin Wolf, 2014/03/07
- [Qemu-devel] [PULL 10/19] block/raw-posix: Implement bdrv_parse_filename(), Kevin Wolf, 2014/03/07