4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
77 Guest CPU cores (TCG):
78 ----------------------
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
121 F: include/hw/cpu/a*mpcore.h
149 F: include/hw/char/lm32_juart.h
162 F: target/microblaze/
164 F: disas/microblaze.c
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
188 F: default-configs/moxie-softmmu.mak
195 F: tests/tcg/openrisc/
237 F: include/hw/unicore32/
250 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
261 F: include/hw/tricore/
263 Guest CPU Cores (KVM):
264 ----------------------
272 F: include/sysemu/kvm*.h
295 F: target/s390x/kvm.c
296 F: target/s390x/ioinst.[ch]
297 F: target/s390x/machine.c
298 F: hw/intc/s390_flic.c
299 F: hw/intc/s390_flic_kvm.c
300 F: include/hw/s390x/s390_flic.h
302 T: git git://github.com/cohuck/qemu.git s390-next
303 T: git git://github.com/borntraeger/qemu.git s390-next
312 Guest CPU Cores (Xen):
313 ----------------------
322 F: hw/char/xen_console.c
323 F: hw/display/xenfb.c
330 F: include/sysemu/xen-mapcache.h
363 F: include/hw/*/allwinner*
364 F: hw/arm/cubieboard.c
379 F: include/hw/arm/primecell.h
386 F: hw/intc/gic_internal.h
388 F: hw/misc/arm11scu.c
389 F: hw/timer/a9gtimer*
391 F: include/hw/arm/arm.h
392 F: include/hw/intc/arm*
393 F: include/hw/misc/a9scu.h
394 F: include/hw/misc/arm11scu.h
395 F: include/hw/timer/a9gtimer.h
396 F: include/hw/timer/arm_mptimer.h
403 F: include/hw/arm/exynos4210.h
416 F: include/hw/arm/digic.h
432 F: include/hw/arm/fsl-imx31.h
438 F: hw/arm/integratorcp.c
439 F: hw/misc/arm_integrator_debug.c
464 F: hw/cpu/realview_mpcore.c
465 F: hw/intc/realview_gic.c
466 F: include/hw/intc/realview_gic.h
472 F: hw/arm/mainstone.c
477 F: hw/misc/mst_fpga.c
478 F: include/hw/arm/pxa.h
500 F: include/hw/misc/zynq*
509 F: include/hw/*/xlnx*.h
516 F: hw/arm/virt-acpi-build.c
521 F: hw/arm/stm32f205_soc.c
522 F: hw/misc/stm32f2xx_syscfg.c
523 F: hw/char/stm32f2xx_usart.c
524 F: hw/timer/stm32f2xx_timer.c
526 F: hw/ssi/stm32f2xx_spi.c
531 F: hw/arm/netduino2.c
538 F: hw/cris/axis_dev88.c
543 EVR32 and uclinux BSP
546 F: hw/lm32/lm32_boards.c
551 F: hw/lm32/milkymist.c
562 F: hw/m68k/dummy_m68k.c
567 F: hw/m68k/mcf_intc.c
568 F: hw/char/mcf_uart.c
576 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
581 F: hw/microblaze/petalogix_ml605_mmu.c
588 F: hw/mips/mips_jazz.c
593 F: hw/mips/mips_malta.c
598 F: hw/mips/mips_mipssim.c
603 F: hw/mips/mips_r4k.c
610 F: hw/openrisc/openrisc_sim.c
618 F: hw/ppc/ppc405_boards.c
624 F: hw/ppc/ppc440_bamboo.c
633 F: include/hw/ppc/ppc_e500.h
634 F: include/hw/pci-host/ppce500.h
635 F: pc-bios/u-boot.e500
642 F: hw/ppc/mpc8544ds.c
643 F: hw/ppc/mpc8544_guts.c
649 F: hw/ppc/mac_newworld.c
650 F: hw/pci-host/uninorth.c
651 F: hw/pci-bridge/dec.[hc]
653 F: include/hw/ppc/mac_dbdma.h
654 F: hw/nvram/mac_nvram.c
660 F: hw/ppc/mac_oldworld.c
661 F: hw/pci-host/grackle.c
663 F: hw/intc/heathrow_pic.c
670 F: hw/pci-host/prep.[hc]
671 F: hw/isa/pc87312.[hc]
672 F: pc-bios/ppc_rom.bin
680 F: include/hw/*/spapr*
682 F: include/hw/*/xics*
683 F: pc-bios/spapr-rtas/*
684 F: pc-bios/spapr-rtas.bin
686 F: pc-bios/skiboot.lid
687 F: docs/specs/ppc-spapr-hcalls.txt
688 F: docs/specs/ppc-spapr-hotplug.txt
690 F: tests/libqos/*spapr*
692 F: tests/libqos/rtas*
698 F: hw/ppc/virtex_ml507.c
707 F: hw/timer/sh_timer.c
720 F: hw/dma/sparc32_dma.c
721 F: hw/dma/sun4m_iommu.c
722 F: hw/misc/eccmemctl.c
723 F: hw/misc/slavio_misc.c
724 F: include/hw/sparc/sparc32_dma.h
725 F: include/hw/sparc/sun4m.h
726 F: pc-bios/openbios-sparc32
731 F: hw/sparc64/sun4u.c
732 F: pc-bios/openbios-sparc64
737 F: hw/sparc64/sun4v.c
738 F: hw/timer/sun4v-rtc.c
739 F: include/hw/timer/sun4v-rtc.h
746 F: include/hw/sparc/grlib.h
755 F: hw/char/sclp*.[hc]
759 F: hw/watchdog/wdt_diag288.c
760 F: include/hw/watchdog/wdt_diag288.h
761 F: pc-bios/s390-ccw.img
762 F: default-configs/s390x-softmmu.mak
763 T: git git://github.com/cohuck/qemu.git s390-next
764 T: git git://github.com/borntraeger/qemu.git s390-next
768 PKUnity-3 SoC initramfs-with-busybox
781 F: hw/pci-host/piix.c
784 F: include/hw/pci-host/q35.h
785 F: include/hw/pci-host/pam.h
788 F: hw/i2c/smbus_ich9.c
791 F: include/hw/acpi/ich9.h
792 F: include/hw/acpi/piix4.h
799 F: hw/char/debugcon.c
800 F: hw/char/parallel.c
807 F: hw/misc/debugexit.c
808 F: hw/misc/pc-testdev.c
811 F: hw/timer/mc146818rtc*
812 F: include/hw/i2c/pm_smbus.h
813 F: include/hw/timer/hpet.h
814 F: include/hw/timer/i8254*
815 F: include/hw/timer/mc146818rtc*
822 F: hw/core/null-machine.c
823 F: include/hw/boards.h
832 XTFPGA (LX60, LX200, ML605, KC705)
835 F: hw/xtensa/xtfpga.c
836 F: hw/net/opencores_eth.c
854 F: hw/block/hd-geometry.c
857 F: tests/libqos/ahci*
858 T: git git://github.com/jnsnow/qemu.git ide
865 F: include/hw/block/fdc.h
867 T: git git://github.com/jnsnow/qemu.git ide
873 F: include/hw/arm/omap.h
878 F: hw/char/ipoctal232.c
886 F: hw/misc/pci-testdev.c
895 F: include/hw/smbios/*
899 F: hw/i386/acpi-build.[hc]
900 F: hw/arm/virt-acpi-build.c
907 F: include/hw/ppc/ppc4xx.h
915 F: hw/pci-host/ppce500.c
927 F: tests/virtio-net-test.c
928 T: git git://github.com/jasowang/qemu.git net
935 F: tests/virtio-scsi-test.c
936 T: git git://github.com/bonzini/qemu.git scsi-next
940 F: hw/scsi/lsi53c895a.c
959 F: tests/usb-*-test.c
961 F: docs/usb-storage.txt
969 F: hw/usb/dev-serial.c
986 F: hw/virtio/Makefile.objs
987 F: hw/virtio/trace-events
989 F: include/hw/virtio/
990 F: tests/virtio-balloon-test.c
998 F: tests/virtio-9p-test.c
999 T: git git://github.com/kvaneesh/QEMU.git
1000 T: git git://github.com/gkurz/qemu.git 9p-next
1006 F: hw/block/virtio-blk.c
1007 F: hw/block/dataplane/*
1008 F: tests/virtio-blk-test.c
1009 T: git git://github.com/stefanha/qemu.git block
1015 F: hw/s390x/virtio-ccw.[hc]
1016 T: git git://github.com/cohuck/qemu.git s390-next
1017 T: git git://github.com/borntraeger/qemu.git s390-next
1022 F: hw/input/virtio-input*.c
1023 F: include/hw/virtio/virtio-input.h
1028 F: hw/char/virtio-serial-bus.c
1029 F: hw/char/virtio-console.c
1030 F: include/hw/virtio/virtio-serial.h
1031 F: tests/virtio-console-test.c
1032 F: tests/virtio-serial-test.c
1037 F: hw/virtio/virtio-rng.c
1038 F: include/hw/virtio/virtio-rng.h
1039 F: include/sysemu/rng*.h
1041 F: tests/virtio-rng-test.c
1046 F: hw/virtio/virtio-crypto.c
1047 F: hw/virtio/virtio-crypto-pci.c
1048 F: include/hw/virtio/virtio-crypto.h
1055 F: tests/nvme-test.c
1061 F: hw/scsi/megasas.c
1064 Network packet abstractions
1067 F: include/net/eth.h
1069 F: hw/net/net_rx_pkt*
1070 F: hw/net/net_tx_pkt*
1076 F: hw/scsi/vmw_pvscsi*
1083 F: docs/specs/rocker.txt
1090 F: include/hw/mem/nvdimm.h
1105 F: hw/core/generic-loader.c
1106 F: include/hw/core/generic-loader.h
1111 F: hw/nvram/chrp_nvram.c
1112 F: include/hw/nvram/chrp_nvram.h
1113 F: tests/prom-env-test.c
1122 F: include/hw/audio/
1123 F: tests/ac97-test.c
1124 F: tests/es1370-test.c
1125 F: tests/intel-hda-test.c
1138 F: tests/qemu-iotests/
1139 T: git git://repo.or.cz/qemu/kevin.git block
1150 F: include/block/aio.h
1151 T: git git://github.com/stefanha/qemu.git block
1158 F: include/block/blockjob.h
1163 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1165 Block QAPI, monitor, command line
1171 T: git git://repo.or.cz/qemu/armbru.git block-next
1179 F: block/dirty-bitmap.c
1180 F: include/qemu/hbitmap.h
1181 F: include/block/dirty-bitmap.h
1182 F: tests/test-hbitmap.c
1184 T: git git://github.com/famz/qemu.git bitmaps
1185 T: git git://github.com/jnsnow/qemu.git bitmaps
1187 Character device backends
1191 F: backends/msmouse.c
1192 F: backends/testdev.c
1194 Character Devices (Braille)
1202 F: scripts/coverity-model.c
1208 F: include/qom/cpu.h
1215 F: include/sysemu/device_tree.h
1220 F: include/qapi/error.h
1221 F: include/qemu/error-report.h
1223 F: util/qemu-error.c
1234 F: include/exec/ioport.h
1236 F: include/exec/memory.h
1237 F: include/exec/ram_addr.h
1239 F: include/exec/memory-internal.h
1245 F: include/ui/qemu-spice.h
1246 F: include/ui/spice-display.h
1248 F: audio/spiceaudio.c
1276 F: include/monitor/hmp-target.h
1278 Network device backends
1283 T: git git://github.com/jasowang/qemu.git net
1285 Netmap network backend
1289 W: http://info.iet.unipi.it/~luigi/netmap/
1293 Network Block Device (NBD)
1298 F: include/block/nbd*
1300 T: git git://github.com/bonzini/qemu.git nbd-next
1306 F: include/sysemu/numa.h
1307 T: git git://github.com/ehabkost/qemu.git numa
1309 Host Memory Backends
1313 F: backends/hostmem*.c
1314 F: include/sysemu/hostmem.h
1319 F: include/sysemu/cryptodev*.h
1320 F: backends/cryptodev*.c
1329 X: include/qapi/qmp/
1330 F: include/qapi/qmp/dispatch.h
1331 F: tests/qapi-schema/
1332 F: tests/test-*-visitor.c
1333 F: tests/test-qmp-*.c
1336 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1350 F: include/qapi/qmp/
1351 X: include/qapi/qmp/dispatch.h
1352 F: tests/check-qdict.c
1353 F: tests/check-qfloat.c
1354 F: tests/check-qint.c
1355 F: tests/check-qjson.c
1356 F: tests/check-qlist.c
1357 F: tests/check-qstring.c
1358 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1364 T: git git://github.com/mdroth/qemu.git qga
1369 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1371 X: include/qom/cpu.h
1374 F: tests/check-qom-interface.c
1375 F: tests/check-qom-proplist.c
1385 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1390 F: hw/core/register.c
1391 F: include/hw/register.h
1399 F: include/net/slirp.h
1400 T: git git://git.kiszka.org/qemu.git queues/slirp
1411 F: scripts/tracetool.py
1412 F: scripts/tracetool/
1414 T: git git://github.com/stefanha/qemu.git tracing
1418 F: scripts/checkpatch.pl
1424 F: include/migration/
1426 F: scripts/vmstate-static-checker.py
1427 F: tests/vmstate-static-checker-data/
1428 F: docs/migration.txt
1434 F: include/sysemu/seccomp.h
1441 F: tests/test-crypto-*
1447 F: include/qemu/coroutine*
1448 F: tests/test-coroutine.c
1454 F: include/qemu/buffer.h
1468 F: include/qemu/sockets.h
1469 F: util/qemu-sockets.c
1471 Throttling infrastructure
1474 F: block/throttle-groups.c
1475 F: include/block/throttle-groups.h
1476 F: include/qemu/throttle.h
1484 F: include/qemu/uuid.h
1485 F: tests/test-uuid.c
1491 F: include/migration/colo.h
1492 F: include/migration/failover.h
1499 F: docs/colo-proxy.txt
1501 F: net/filter-rewriter.c
1502 F: net/filter-mirror.c
1516 F: default-configs/*-bsd-user.mak
1522 F: default-configs/*-linux-user.mak
1524 Tiny Code Generator (TCG)
1525 -------------------------
1604 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1614 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1621 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1643 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1651 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1658 F: block/archipelago.c
1659 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1666 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1673 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1696 F: block/blkverify.c
1721 F: block/parallels.c
1722 F: docs/specs/parallels.txt
1734 F: block/linux-aio.c
1735 F: include/block/raw-aio.h
1736 F: block/raw-format.c
1737 F: block/file-posix.c
1738 F: block/file-win32.c
1739 F: block/win32-aio.c
1777 F: tests/image-fuzzer/
1784 F: block/replication.c
1785 F: tests/test-replication.c
1786 F: docs/block-replication.txt
1788 Build and test automation
1789 -------------------------
1797 Build system architecture
1800 F: docs/build-system.txt
1804 Docker based testing framework and cases