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
203 F: tests/tcg/openrisc/
245 F: include/hw/unicore32/
258 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
269 F: include/hw/tricore/
271 Guest CPU Cores (KVM):
272 ----------------------
280 F: include/sysemu/kvm*.h
303 F: target/s390x/kvm.c
304 F: target/s390x/ioinst.[ch]
305 F: target/s390x/machine.c
306 F: hw/intc/s390_flic.c
307 F: hw/intc/s390_flic_kvm.c
308 F: include/hw/s390x/s390_flic.h
310 T: git git://github.com/cohuck/qemu.git s390-next
311 T: git git://github.com/borntraeger/qemu.git s390-next
320 Guest CPU Cores (Xen):
321 ----------------------
330 F: hw/char/xen_console.c
331 F: hw/display/xenfb.c
338 F: include/sysemu/xen-mapcache.h
371 F: include/hw/*/allwinner*
372 F: hw/arm/cubieboard.c
387 F: include/hw/arm/primecell.h
394 F: hw/intc/gic_internal.h
396 F: hw/misc/arm11scu.c
397 F: hw/timer/a9gtimer*
399 F: include/hw/arm/arm.h
400 F: include/hw/intc/arm*
401 F: include/hw/misc/a9scu.h
402 F: include/hw/misc/arm11scu.h
403 F: include/hw/timer/a9gtimer.h
404 F: include/hw/timer/arm_mptimer.h
411 F: include/hw/arm/exynos4210.h
424 F: include/hw/arm/digic.h
440 F: include/hw/arm/fsl-imx31.h
446 F: hw/arm/integratorcp.c
447 F: hw/misc/arm_integrator_debug.c
472 F: hw/cpu/realview_mpcore.c
473 F: hw/intc/realview_gic.c
474 F: include/hw/intc/realview_gic.h
480 F: hw/arm/mainstone.c
485 F: hw/misc/mst_fpga.c
486 F: include/hw/arm/pxa.h
508 F: include/hw/misc/zynq*
517 F: include/hw/*/xlnx*.h
524 F: hw/arm/virt-acpi-build.c
529 F: hw/arm/stm32f205_soc.c
530 F: hw/misc/stm32f2xx_syscfg.c
531 F: hw/char/stm32f2xx_usart.c
532 F: hw/timer/stm32f2xx_timer.c
534 F: hw/ssi/stm32f2xx_spi.c
539 F: hw/arm/netduino2.c
546 F: hw/cris/axis_dev88.c
551 EVR32 and uclinux BSP
554 F: hw/lm32/lm32_boards.c
559 F: hw/lm32/milkymist.c
570 F: hw/m68k/dummy_m68k.c
575 F: hw/m68k/mcf_intc.c
576 F: hw/char/mcf_uart.c
584 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
589 F: hw/microblaze/petalogix_ml605_mmu.c
596 F: hw/mips/mips_jazz.c
601 F: hw/mips/mips_malta.c
606 F: hw/mips/mips_mipssim.c
611 F: hw/mips/mips_r4k.c
618 F: hw/openrisc/openrisc_sim.c
626 F: hw/ppc/ppc405_boards.c
632 F: hw/ppc/ppc440_bamboo.c
641 F: include/hw/ppc/ppc_e500.h
642 F: include/hw/pci-host/ppce500.h
643 F: pc-bios/u-boot.e500
650 F: hw/ppc/mpc8544ds.c
651 F: hw/ppc/mpc8544_guts.c
657 F: hw/ppc/mac_newworld.c
658 F: hw/pci-host/uninorth.c
659 F: hw/pci-bridge/dec.[hc]
661 F: include/hw/ppc/mac_dbdma.h
662 F: hw/nvram/mac_nvram.c
668 F: hw/ppc/mac_oldworld.c
669 F: hw/pci-host/grackle.c
671 F: hw/intc/heathrow_pic.c
678 F: hw/pci-host/prep.[hc]
679 F: hw/isa/pc87312.[hc]
680 F: pc-bios/ppc_rom.bin
688 F: include/hw/*/spapr*
690 F: include/hw/*/xics*
691 F: pc-bios/spapr-rtas/*
692 F: pc-bios/spapr-rtas.bin
694 F: pc-bios/skiboot.lid
695 F: docs/specs/ppc-spapr-hcalls.txt
696 F: docs/specs/ppc-spapr-hotplug.txt
698 F: tests/libqos/*spapr*
700 F: tests/libqos/rtas*
706 F: hw/ppc/virtex_ml507.c
715 F: hw/timer/sh_timer.c
728 F: hw/dma/sparc32_dma.c
729 F: hw/dma/sun4m_iommu.c
730 F: hw/misc/eccmemctl.c
731 F: hw/misc/slavio_misc.c
732 F: include/hw/sparc/sparc32_dma.h
733 F: include/hw/sparc/sun4m.h
734 F: pc-bios/openbios-sparc32
739 F: hw/sparc64/sun4u.c
740 F: pc-bios/openbios-sparc64
745 F: hw/sparc64/sun4v.c
746 F: hw/timer/sun4v-rtc.c
747 F: include/hw/timer/sun4v-rtc.h
754 F: include/hw/sparc/grlib.h
763 F: hw/char/sclp*.[hc]
767 F: hw/watchdog/wdt_diag288.c
768 F: include/hw/watchdog/wdt_diag288.h
769 F: pc-bios/s390-ccw.img
770 F: default-configs/s390x-softmmu.mak
771 T: git git://github.com/cohuck/qemu.git s390-next
772 T: git git://github.com/borntraeger/qemu.git s390-next
776 PKUnity-3 SoC initramfs-with-busybox
789 F: hw/pci-host/piix.c
792 F: include/hw/pci-host/q35.h
793 F: include/hw/pci-host/pam.h
796 F: hw/i2c/smbus_ich9.c
799 F: include/hw/acpi/ich9.h
800 F: include/hw/acpi/piix4.h
807 F: hw/char/debugcon.c
808 F: hw/char/parallel.c
815 F: hw/misc/debugexit.c
816 F: hw/misc/pc-testdev.c
819 F: hw/timer/mc146818rtc*
820 F: include/hw/i2c/pm_smbus.h
821 F: include/hw/timer/hpet.h
822 F: include/hw/timer/i8254*
823 F: include/hw/timer/mc146818rtc*
830 F: hw/core/null-machine.c
831 F: include/hw/boards.h
840 XTFPGA (LX60, LX200, ML605, KC705)
843 F: hw/xtensa/xtfpga.c
844 F: hw/net/opencores_eth.c
862 F: hw/block/hd-geometry.c
865 F: tests/libqos/ahci*
866 T: git git://github.com/jnsnow/qemu.git ide
873 F: include/hw/block/fdc.h
875 T: git git://github.com/jnsnow/qemu.git ide
881 F: include/hw/arm/omap.h
886 F: hw/char/ipoctal232.c
894 F: hw/misc/pci-testdev.c
903 F: include/hw/smbios/*
907 F: hw/i386/acpi-build.[hc]
908 F: hw/arm/virt-acpi-build.c
915 F: include/hw/ppc/ppc4xx.h
923 F: hw/pci-host/ppce500.c
935 F: tests/virtio-net-test.c
936 T: git git://github.com/jasowang/qemu.git net
943 F: tests/virtio-scsi-test.c
944 T: git git://github.com/bonzini/qemu.git scsi-next
948 F: hw/scsi/lsi53c895a.c
967 F: tests/usb-*-test.c
969 F: docs/usb-storage.txt
977 F: hw/usb/dev-serial.c
994 F: hw/virtio/Makefile.objs
995 F: hw/virtio/trace-events
997 F: include/hw/virtio/
998 F: tests/virtio-balloon-test.c
1006 F: tests/virtio-9p-test.c
1007 T: git git://github.com/kvaneesh/QEMU.git
1008 T: git git://github.com/gkurz/qemu.git 9p-next
1014 F: hw/block/virtio-blk.c
1015 F: hw/block/dataplane/*
1016 F: tests/virtio-blk-test.c
1017 T: git git://github.com/stefanha/qemu.git block
1023 F: hw/s390x/virtio-ccw.[hc]
1024 T: git git://github.com/cohuck/qemu.git s390-next
1025 T: git git://github.com/borntraeger/qemu.git s390-next
1030 F: hw/input/virtio-input*.c
1031 F: include/hw/virtio/virtio-input.h
1036 F: hw/char/virtio-serial-bus.c
1037 F: hw/char/virtio-console.c
1038 F: include/hw/virtio/virtio-serial.h
1039 F: tests/virtio-console-test.c
1040 F: tests/virtio-serial-test.c
1045 F: hw/virtio/virtio-rng.c
1046 F: include/hw/virtio/virtio-rng.h
1047 F: include/sysemu/rng*.h
1049 F: tests/virtio-rng-test.c
1054 F: hw/virtio/virtio-crypto.c
1055 F: hw/virtio/virtio-crypto-pci.c
1056 F: include/hw/virtio/virtio-crypto.h
1063 F: tests/nvme-test.c
1069 F: hw/scsi/megasas.c
1072 Network packet abstractions
1075 F: include/net/eth.h
1077 F: hw/net/net_rx_pkt*
1078 F: hw/net/net_tx_pkt*
1084 F: hw/scsi/vmw_pvscsi*
1091 F: docs/specs/rocker.txt
1098 F: include/hw/mem/nvdimm.h
1113 F: hw/core/generic-loader.c
1114 F: include/hw/core/generic-loader.h
1119 F: hw/nvram/chrp_nvram.c
1120 F: include/hw/nvram/chrp_nvram.h
1121 F: tests/prom-env-test.c
1130 F: include/hw/audio/
1131 F: tests/ac97-test.c
1132 F: tests/es1370-test.c
1133 F: tests/intel-hda-test.c
1146 F: tests/qemu-iotests/
1147 T: git git://repo.or.cz/qemu/kevin.git block
1158 F: include/block/aio.h
1159 T: git git://github.com/stefanha/qemu.git block
1166 F: include/block/blockjob.h
1171 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1173 Block QAPI, monitor, command line
1179 T: git git://repo.or.cz/qemu/armbru.git block-next
1187 F: block/dirty-bitmap.c
1188 F: include/qemu/hbitmap.h
1189 F: include/block/dirty-bitmap.h
1190 F: tests/test-hbitmap.c
1192 T: git git://github.com/famz/qemu.git bitmaps
1193 T: git git://github.com/jnsnow/qemu.git bitmaps
1195 Character device backends
1199 F: backends/msmouse.c
1200 F: backends/testdev.c
1202 Character Devices (Braille)
1210 F: scripts/coverity-model.c
1216 F: include/qom/cpu.h
1223 F: include/sysemu/device_tree.h
1228 F: include/qapi/error.h
1229 F: include/qemu/error-report.h
1231 F: util/qemu-error.c
1242 F: include/exec/ioport.h
1244 F: include/exec/memory.h
1245 F: include/exec/ram_addr.h
1247 F: include/exec/memory-internal.h
1253 F: include/ui/qemu-spice.h
1254 F: include/ui/spice-display.h
1256 F: audio/spiceaudio.c
1284 F: include/monitor/hmp-target.h
1286 Network device backends
1291 T: git git://github.com/jasowang/qemu.git net
1293 Netmap network backend
1297 W: http://info.iet.unipi.it/~luigi/netmap/
1301 Network Block Device (NBD)
1306 F: include/block/nbd*
1308 T: git git://github.com/bonzini/qemu.git nbd-next
1314 F: include/sysemu/numa.h
1315 T: git git://github.com/ehabkost/qemu.git numa
1317 Host Memory Backends
1321 F: backends/hostmem*.c
1322 F: include/sysemu/hostmem.h
1327 F: include/sysemu/cryptodev*.h
1328 F: backends/cryptodev*.c
1337 X: include/qapi/qmp/
1338 F: include/qapi/qmp/dispatch.h
1339 F: tests/qapi-schema/
1340 F: tests/test-*-visitor.c
1341 F: tests/test-qmp-*.c
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1352 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1358 F: include/qapi/qmp/
1359 X: include/qapi/qmp/dispatch.h
1360 F: tests/check-qdict.c
1361 F: tests/check-qfloat.c
1362 F: tests/check-qint.c
1363 F: tests/check-qjson.c
1364 F: tests/check-qlist.c
1365 F: tests/check-qstring.c
1366 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1372 T: git git://github.com/mdroth/qemu.git qga
1377 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1379 X: include/qom/cpu.h
1382 F: tests/check-qom-interface.c
1383 F: tests/check-qom-proplist.c
1393 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1398 F: hw/core/register.c
1399 F: include/hw/register.h
1407 F: include/net/slirp.h
1408 T: git git://git.kiszka.org/qemu.git queues/slirp
1419 F: scripts/tracetool.py
1420 F: scripts/tracetool/
1422 T: git git://github.com/stefanha/qemu.git tracing
1426 F: scripts/checkpatch.pl
1433 F: include/migration/
1435 F: scripts/vmstate-static-checker.py
1436 F: tests/vmstate-static-checker-data/
1437 F: docs/migration.txt
1443 F: include/sysemu/seccomp.h
1450 F: tests/test-crypto-*
1456 F: include/qemu/coroutine*
1457 F: tests/test-coroutine.c
1463 F: include/qemu/buffer.h
1477 F: include/qemu/sockets.h
1478 F: util/qemu-sockets.c
1480 Throttling infrastructure
1483 F: block/throttle-groups.c
1484 F: include/block/throttle-groups.h
1485 F: include/qemu/throttle.h
1493 F: include/qemu/uuid.h
1494 F: tests/test-uuid.c
1500 F: include/migration/colo.h
1501 F: include/migration/failover.h
1508 F: docs/colo-proxy.txt
1510 F: net/filter-rewriter.c
1511 F: net/filter-mirror.c
1525 F: default-configs/*-bsd-user.mak
1531 F: default-configs/*-linux-user.mak
1533 Tiny Code Generator (TCG)
1534 -------------------------
1613 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1623 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1645 F: block/iscsi-opts.c
1653 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1661 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1668 F: block/archipelago.c
1669 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1676 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1683 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1706 F: block/blkverify.c
1731 F: block/parallels.c
1732 F: docs/specs/parallels.txt
1744 F: block/linux-aio.c
1745 F: include/block/raw-aio.h
1746 F: block/raw-format.c
1747 F: block/file-posix.c
1748 F: block/file-win32.c
1749 F: block/win32-aio.c
1787 F: tests/image-fuzzer/
1794 F: block/replication.c
1795 F: tests/test-replication.c
1796 F: docs/block-replication.txt
1798 Build and test automation
1799 -------------------------
1807 Build system architecture
1810 F: docs/build-system.txt
1814 Docker based testing framework and cases