F: hw/pci-host/prep.[hc]
F: hw/isa/pc87312.[hc]
-sPAPR
+sPAPR (pseries)
S: Supported
nvme
S: Supported
F: hw/block/nvme*
F: tests/nvme-test.c
megasas
S: Supported
F: hw/scsi/megasas.c
F: hw/scsi/mfi.h
F: hw/net/vmxnet*
F: hw/scsi/vmw_pvscsi*
+Rocker
+S: Maintained
+F: hw/net/rocker/
+
Subsystems
----------
Audio
S: Maintained
F: audio/
F: tests/es1370-test.c
F: tests/intel-hda-test.c
-Block
+Block layer core
S: Supported
-F: async.c
-F: aio-*.c
F: block*
F: block/
F: hw/block/
-F: migration/block*
+F: include/block/
F: qemu-img*
F: qemu-io*
-F: tests/image-fuzzer/
F: tests/qemu-iotests/
T: git git://repo.or.cz/qemu/kevin.git block
+
+Block I/O path
+S: Supported
+F: async.c
+F: aio-*.c
+F: block/io.c
+F: migration/block*
T: git git://github.com/stefanha/qemu.git block
Block Jobs
F: block/mirror.c
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
+Block QAPI, monitor, command line
+S: Supported
+F: blockdev.c
+F: block/qapi.c
+F: qapi/block*.json
+T: git git://repo.or.cz/qemu/armbru.git block-next
+
Character Devices
S: Maintained
T: git git://github.com/ehabkost/qemu.git numa
QAPI
-M: Luiz Capitulino <lcapitulino@redhat.com>
+M: Markus Armbruster <armbru@redhat.com>
-S: Maintained
+S: Supported
F: qapi/
F: tests/qapi-schema/
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
QAPI Schema
S: Supported
F: qapi-schema.json
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
QObject
F: tests/qom-test.c
QMP
-M: Luiz Capitulino <lcapitulino@redhat.com>
-S: Maintained
+M: Markus Armbruster <armbru@redhat.com>
+S: Supported
F: qmp.c
F: monitor.c
F: qmp-commands.hx
-F: QMP/
-T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+F: docs/qmp/
+F: scripts/qmp/
+T: git git://repo.or.cz/qemu/armbru.git qapi-next
SLIRP
S: Maintained
F: include/migration/
F: migration/
-F: savevm.c
-F: arch_init.c
F: scripts/vmstate-static-checker.py
F: tests/vmstate-static-checker-data/
-------------
VMDK
S: Supported
F: block/vmdk.c
VDI
S: Maintained
F: block/vdi.c
S: Supported
F: block/iscsi.c
S: Supported
F: block/quorum.c
+
+blkverify
+S: Supported
+F: block/blkverify.c
+
+bochs
+S: Supported
+F: block/bochs.c
+
+cloop
+S: Supported
+F: block/cloop.c
+
+dmg
+S: Supported
+F: block/dmg.c
+
+parallels
+S: Supported
+F: block/parallels.c
+
+qed
+S: Supported
+F: block/qed.c
+
+raw
+S: Supported
+F: block/linux-aio.c
+F: block/raw-aio.h
+F: block/raw-posix.c
+F: block/raw-win32.c
+F: block/raw_bsd.c
+F: block/win32-aio.c
+
+qcow2
+S: Supported
+F: block/qcow2*
+
+qcow
+S: Supported
+F: block/qcow.c
+
+blkdebug
+S: Supported
+F: block/blkdebug.c
+
+vpc
+S: Supported
+F: block/vpc.c
+
+vvfat
+S: Supported
+F: block/vvfat.c
+
+Image format fuzzer
+S: Supported
+F: tests/image-fuzzer/