General Project Administration
------------------------------
Responsible Disclosure, Reporting Security Issues
------------------------------
W: http://wiki.qemu.org/SecurityProcess
Guest CPU cores (TCG):
SPARC
S: Maintained
F: target-sparc/
F: hw/sparc/
X86
-S: Odd Fixes
+S: Maintained
F: target-i386/
F: hw/i386/
--------------
Sun4m
S: Maintained
F: hw/sparc/sun4m.c
Sun4u
S: Maintained
F: hw/sparc64/sun4u.c
X86 Machines
------------
PC
S: Supported
F: include/hw/i386/
F: hw/*/*vhost*
virtio
S: Supported
F: hw/*/virtio*
T: git git://github.com/kvaneesh/QEMU.git
virtio-blk
S: Supported
F: hw/block/virtio-blk.c
+F: hw/block/dataplane/*
+F: hw/virtio/dataplane/*
+T: git git://github.com/stefanha/qemu.git block
virtio-ccw
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
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
F: qemu-char.c
F: hw/display/qxl*
Graphics
S: Odd Fixes
F: ui/
F: ui/cocoa.m
Main loop
S: Maintained
F: cpus.c
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Network device layer
S: Maintained
F: qemu-nbd.c
T: git git://github.com/bonzini/qemu.git nbd-next
+NUMA
+S: Maintained
+F: numa.c
+F: include/sysemu/numa.h
+K: numa|NUMA
+K: srat|SRAT
+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
T: git git://github.com/mdroth/qemu.git qga
QOM
S: Supported
T: git git://github.com/afaerber/qemu-cpu.git qom-next
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
-------------
VMDK
S: Supported
F: block/vmdk.c
VDI
S: Maintained
F: block/vdi.c
S: Supported
F: block/iscsi.c
F: block/gluster.c
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
+Null Block Driver
+S: Supported
+F: block/null.c
+
Bootdevice
S: Maintained
F: bootdevice.c
+
+Quorum
+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/