General Project Administration
------------------------------
Responsible Disclosure, Reporting Security Issues
------------------------------
W: http://wiki.qemu.org/SecurityProcess
Guest CPU cores (TCG):
----------------------
+Overall
+S: Odd fixes
+F: cpu-exec.c
+F: cputlb.c
+F: softmmu_template.h
+F: translate-all.c
+F: include/exec/cpu_ldst.h
+F: include/exec/cpu_ldst_template.h
+F: include/exec/helper*.h
+
Alpha
S: Maintained
F: target-alpha/
F: hw/alpha/
+F: tests/tcg/alpha/
ARM
S: Maintained
F: target-cris/
F: hw/cris/
+F: tests/tcg/cris/
LM32
S: Maintained
F: target-lm32/
+F: disas/lm32.c
F: hw/lm32/
-F: hw/char/lm32_*
+F: hw/*/lm32_*
+F: hw/*/milkymist-*
+F: include/hw/char/lm32_juart.h
+F: include/hw/lm32/
+F: tests/tcg/lm32/
M68K
S: Orphan
MIPS
-S: Odd Fixes
+S: Maintained
F: target-mips/
F: hw/mips/
+F: tests/tcg/mips/
Moxie
S: Maintained
F: target-openrisc/
F: hw/openrisc/
+F: tests/tcg/openrisc/
PowerPC
SPARC
S: Maintained
F: target-sparc/
F: hw/sparc/
F: hw/unicore32/
X86
S: Odd Fixes
F: target-i386/
F: hw/i386/
S: Maintained
F: target-xtensa/
F: hw/xtensa/
+F: tests/tcg/xtensa/
TriCore
F: include/hw/s390x/s390_flic.h
X86
S: Supported
F: hw/*/digic*
Gumstix
S: Orphan
F: hw/arm/gumstix.c
F: hw/arm/integratorcp.c
Mainstone
S: Orphan
F: hw/arm/mainstone.c
F: hw/mips/mips_malta.c
Mipssim
S: Orphan
F: hw/mips/mips_mipssim.c
--------------
Sun4m
S: Maintained
F: hw/sparc/sun4m.c
Sun4u
S: Maintained
F: hw/sparc64/sun4u.c
S: Maintained
F: hw/s390x/s390-*.c
+X: hw/s390x/*pci*.[hc]
S390 Virtio-ccw
F: hw/s390x/css.[hc]
F: hw/s390x/sclp*.[hc]
F: hw/s390x/ipl*.[hc]
+F: hw/s390x/*pci*.[hc]
F: include/hw/s390x/
F: pc-bios/s390-ccw/
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
X86 Machines
------------
PC
S: Supported
F: include/hw/i386/
sim
S: Maintained
-F: hw/xtensa/xtensa_sim.c
+F: hw/xtensa/sim.c
-Avnet LX60
+XTFPGA (LX60, LX200, ML605, KC705)
S: Maintained
-F: hw/xtensa/xtensa_lx60.c
+F: hw/xtensa/xtfpga.c
+F: hw/net/opencores_eth.c
Devices
-------
+EDU
+S: Maintained
+F: hw/misc/edu.c
+
IDE
-M: Kevin Wolf <kwolf@redhat.com>
-S: Odd Fixes
+M: John Snow <jsnow@redhat.com>
+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
+S: Supported
+F: hw/block/fdc.c
+F: include/hw/block/fdc.h
+T: git git://github.com/jnsnow/qemu.git ide
OMAP
F: hw/usb/*
F: tests/usb-*-test.c
+USB (serial adapter)
+S: Maintained
+F: hw/usb/dev-serial.c
+
VFIO
S: Supported
-F: hw/misc/vfio.c
+F: hw/vfio/*
vhost
F: hw/*/*vhost*
virtio
S: Supported
F: hw/*/virtio*
S: Supported
F: hw/char/virtio-serial-bus.c
F: hw/char/virtio-console.c
+F: include/hw/virtio/virtio-serial.h
+
+virtio-rng
+S: Supported
+F: hw/virtio/virtio-rng.c
+F: include/hw/virtio/virtio-rng.h
+F: backends/rng*.c
nvme
S: Supported
+F: async.c
+F: aio-*.c
F: block*
F: block/
F: hw/block/
+F: migration/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
T: git git://github.com/stefanha/qemu.git block
+Block Jobs
+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
S: Maintained
F: qemu-char.c
-F: backends/baum.c
F: backends/msmouse.c
F: backends/testdev.c
+Character Devices (Braille)
+S: Maintained
+F: backends/baum.c
+
+Coverity model
+S: Supported
+F: scripts/coverity-model.c
+
CPU
S: Supported
F: device_tree.[ch]
GDB stub
S: Odd Fixes
F: gdbstub*
F: gdb-xml/
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: net/
T: git git://github.com/stefanha/qemu.git net
S: Maintained
F: qapi/
+F: tests/qapi-schema/
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
QAPI Schema
F: qapi-schema.json
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+QObject
+S: Maintained
+F: qobject/
+T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
+
+QEMU Guest Agent
+S: Maintained
+F: qga/
+T: git git://github.com/mdroth/qemu.git qga
+
QOM
S: Supported
T: git git://github.com/afaerber/qemu-cpu.git qom-next
S: Odd Fixes
F: scripts/checkpatch.pl
+Migration
+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/
+
Seccomp
S: Supported
Usermode Emulation
------------------
+Overall
+S: Maintained
+F: thunk.c
+F: user-exec.c
+
BSD user
S: Maintained
Tiny Code Generator (TCG)
-------------------------
Common code
S: Maintained
F: tcg/
F: tcg/arm/
i386 target
S: Maintained
F: tcg/i386/
RBD
S: Supported
F: block/rbd.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
Sheepdog
S: Supported
F: block/sheepdog.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
VHDX
S: Supported
F: block/vhdx*
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
VDI
F: block/iscsi.c
NFS
S: Maintained
F: block/nfs.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
SSH
S: Supported
F: block/ssh.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
ARCHIPELAGO
S: Maintained
F: block/archipelago.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
+
+CURL
+S: Supported
+F: block/curl.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
+
+GLUSTER
+S: Supported
+F: block/gluster.c
+T: git git://github.com/codyprime/qemu-kvm-jtc.git block
+
+Bootdevice
+S: Maintained
+F: bootdevice.c