-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into s…
…taging Block patches for 2.3 # gpg: Signature made Tue Mar 10 13:03:17 2015 GMT using RSA key ID C88F2FD6 # gpg: Good signature from "Kevin Wolf <[email protected]>" * remotes/kevin/tags/for-upstream: (73 commits) MAINTAINERS: Add jcody as blockjobs, block devices maintainer iotests: add O_DIRECT alignment probing test block/raw-posix: fix launching with failed disks MAINTAINERS: Add jsnow as IDE maintainer sheepdog: Fix misleading error messages in sd_snapshot_create() Add testcase for scsi-hd devices without drive property scsi-hd: fix property unset case block/vdi: Add locking for parallel requests iotests: Drop vpc from 004's and 104's format list iotests: Remove 006 iotests: Fix 051's reference output virtio-blk: Remove the stale FIXME comment tests: Check QVIRTIO_F_ANY_LAYOUT flag in virtio-blk test libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c sheepdog: fix confused return values qtest/ahci: add fragmented dma test qtest/ahci: Add PIO and LBA48 tests qtest/ahci: Add DMA test variants libqos/ahci: add ahci command helpers qtest/ahci: Add a macro bootup routine ... Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information
Showing
85 changed files
with
2,675 additions
and
822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -605,11 +605,25 @@ S: Maintained | |
F: hw/misc/edu.c | ||
|
||
IDE | ||
M: Kevin Wolf <kwolf@redhat.com> | ||
M: Stefan Hajnoczi <[email protected]> | ||
S: Odd Fixes | ||
M: John Snow <jsnow@redhat.com> | ||
L: [email protected] | ||
S: Supported | ||
F: include/hw/ide.h | ||
F: hw/ide/ | ||
F: hw/block/block.c | ||
F: hw/block/cdrom.c | ||
F: hw/block/hd-geometry.c | ||
F: tests/ide-test.c | ||
F: tests/ahci-test.c | ||
T: git git://github.com/jnsnow/qemu.git ide | ||
|
||
Floppy | ||
M: John Snow <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: hw/block/fdc.c | ||
F: include/hw/block/fdc.h | ||
T: git git://github.com/jnsnow/qemu.git ide | ||
|
||
OMAP | ||
M: Peter Maydell <[email protected]> | ||
|
@@ -770,6 +784,18 @@ F: tests/qemu-iotests/ | |
T: git git://repo.or.cz/qemu/kevin.git block | ||
T: git git://github.com/stefanha/qemu.git block | ||
|
||
Block Jobs | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: blockjob.c | ||
F: include/block/blockjob.h | ||
F: block/backup.c | ||
F: block/commit.c | ||
F: block/stream.h | ||
F: block/mirror.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
Character Devices | ||
M: Anthony Liguori <[email protected]> | ||
M: Paolo Bonzini <[email protected]> | ||
|
@@ -1079,20 +1105,28 @@ F: block/vmdk.c | |
|
||
RBD | ||
M: Josh Durgin <[email protected]> | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/rbd.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
Sheepdog | ||
M: Hitoshi Mitake <[email protected]> | ||
M: Liu Yuan <[email protected]> | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: block/sheepdog.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
VHDX | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/vhdx* | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
VDI | ||
M: Stefan Weil <[email protected]> | ||
|
@@ -1107,19 +1141,42 @@ S: Supported | |
F: block/iscsi.c | ||
|
||
NFS | ||
M: Jeff Cody <[email protected]> | ||
M: Peter Lieven <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: block/nfs.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
SSH | ||
M: Richard W.M. Jones <[email protected]> | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/ssh.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
ARCHIPELAGO | ||
M: Chrysostomos Nanakos <[email protected]> | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: block/archipelago.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
CURL | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/curl.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
GLUSTER | ||
M: Jeff Cody <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: block/gluster.c | ||
T: git git://github.com/codyprime/qemu-kvm-jtc.git block | ||
|
||
Bootdevice | ||
M: Gonglei <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.