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
143 F: include/hw/char/lm32_juart.h
156 F: target/microblaze/
158 F: disas/microblaze.c
167 F: hw/intc/mips_gic.c
168 F: hw/timer/mips_gictimer.c
170 F: include/hw/misc/mips_*
171 F: include/hw/intc/mips_gic.h
172 F: include/hw/timer/mips_gictimer.h
182 F: default-configs/moxie-softmmu.mak
189 F: tests/tcg/openrisc/
231 F: include/hw/unicore32/
244 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
255 F: include/hw/tricore/
257 Guest CPU Cores (KVM):
258 ----------------------
266 F: include/sysemu/kvm*.h
289 F: target/s390x/kvm.c
290 F: target/s390x/ioinst.[ch]
291 F: target/s390x/machine.c
292 F: hw/intc/s390_flic.c
293 F: hw/intc/s390_flic_kvm.c
294 F: include/hw/s390x/s390_flic.h
296 T: git git://github.com/cohuck/qemu.git s390-next
297 T: git git://github.com/borntraeger/qemu.git s390-next
306 Guest CPU Cores (Xen):
307 ----------------------
316 F: hw/char/xen_console.c
317 F: hw/display/xenfb.c
324 F: include/sysemu/xen-mapcache.h
357 F: include/hw/*/allwinner*
358 F: hw/arm/cubieboard.c
373 F: include/hw/arm/primecell.h
380 F: hw/intc/gic_internal.h
382 F: hw/misc/arm11scu.c
383 F: hw/timer/a9gtimer*
385 F: include/hw/arm/arm.h
386 F: include/hw/intc/arm*
387 F: include/hw/misc/a9scu.h
388 F: include/hw/misc/arm11scu.h
389 F: include/hw/timer/a9gtimer.h
390 F: include/hw/timer/arm_mptimer.h
397 F: include/hw/arm/exynos4210.h
410 F: include/hw/arm/digic.h
426 F: include/hw/arm/fsl-imx31.h
432 F: hw/arm/integratorcp.c
433 F: hw/misc/arm_integrator_debug.c
458 F: hw/cpu/realview_mpcore.c
459 F: hw/intc/realview_gic.c
460 F: include/hw/intc/realview_gic.h
466 F: hw/arm/mainstone.c
471 F: hw/misc/mst_fpga.c
472 F: include/hw/arm/pxa.h
494 F: include/hw/misc/zynq*
503 F: include/hw/*/xlnx*.h
510 F: hw/arm/virt-acpi-build.c
515 F: hw/arm/stm32f205_soc.c
516 F: hw/misc/stm32f2xx_syscfg.c
517 F: hw/char/stm32f2xx_usart.c
518 F: hw/timer/stm32f2xx_timer.c
520 F: hw/ssi/stm32f2xx_spi.c
525 F: hw/arm/netduino2.c
532 F: hw/cris/axis_dev88.c
537 EVR32 and uclinux BSP
540 F: hw/lm32/lm32_boards.c
545 F: hw/lm32/milkymist.c
556 F: hw/m68k/dummy_m68k.c
561 F: hw/m68k/mcf_intc.c
562 F: hw/char/mcf_uart.c
570 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
575 F: hw/microblaze/petalogix_ml605_mmu.c
582 F: hw/mips/mips_jazz.c
587 F: hw/mips/mips_malta.c
592 F: hw/mips/mips_mipssim.c
597 F: hw/mips/mips_r4k.c
604 F: hw/openrisc/openrisc_sim.c
612 F: hw/ppc/ppc405_boards.c
618 F: hw/ppc/ppc440_bamboo.c
627 F: include/hw/ppc/ppc_e500.h
628 F: include/hw/pci-host/ppce500.h
629 F: pc-bios/u-boot.e500
636 F: hw/ppc/mpc8544ds.c
637 F: hw/ppc/mpc8544_guts.c
643 F: hw/ppc/mac_newworld.c
644 F: hw/pci-host/uninorth.c
645 F: hw/pci-bridge/dec.[hc]
647 F: include/hw/ppc/mac_dbdma.h
648 F: hw/nvram/mac_nvram.c
654 F: hw/ppc/mac_oldworld.c
655 F: hw/pci-host/grackle.c
657 F: hw/intc/heathrow_pic.c
664 F: hw/pci-host/prep.[hc]
665 F: hw/isa/pc87312.[hc]
666 F: pc-bios/ppc_rom.bin
674 F: include/hw/*/spapr*
676 F: include/hw/*/xics*
677 F: pc-bios/spapr-rtas/*
678 F: pc-bios/spapr-rtas.bin
680 F: pc-bios/skiboot.lid
681 F: docs/specs/ppc-spapr-hcalls.txt
682 F: docs/specs/ppc-spapr-hotplug.txt
684 F: tests/libqos/*spapr*
686 F: tests/libqos/rtas*
692 F: hw/ppc/virtex_ml507.c
701 F: hw/timer/sh_timer.c
714 F: hw/dma/sparc32_dma.c
715 F: hw/dma/sun4m_iommu.c
716 F: hw/misc/eccmemctl.c
717 F: hw/misc/slavio_misc.c
718 F: include/hw/sparc/sparc32_dma.h
719 F: include/hw/sparc/sun4m.h
720 F: pc-bios/openbios-sparc32
725 F: hw/sparc64/sun4u.c
726 F: pc-bios/openbios-sparc64
733 F: include/hw/sparc/grlib.h
742 F: hw/char/sclp*.[hc]
746 F: hw/watchdog/wdt_diag288.c
747 F: include/hw/watchdog/wdt_diag288.h
748 F: pc-bios/s390-ccw.img
749 F: default-configs/s390x-softmmu.mak
750 T: git git://github.com/cohuck/qemu.git s390-next
751 T: git git://github.com/borntraeger/qemu.git s390-next
755 PKUnity-3 SoC initramfs-with-busybox
768 F: hw/pci-host/piix.c
771 F: include/hw/pci-host/q35.h
772 F: include/hw/pci-host/pam.h
775 F: hw/i2c/smbus_ich9.c
778 F: include/hw/acpi/ich9.h
779 F: include/hw/acpi/piix4.h
786 F: hw/char/debugcon.c
787 F: hw/char/parallel.c
794 F: hw/misc/debugexit.c
795 F: hw/misc/pc-testdev.c
798 F: hw/timer/mc146818rtc*
799 F: include/hw/i2c/pm_smbus.h
800 F: include/hw/timer/hpet.h
801 F: include/hw/timer/i8254*
802 F: include/hw/timer/mc146818rtc*
809 F: include/hw/boards.h
818 XTFPGA (LX60, LX200, ML605, KC705)
821 F: hw/xtensa/xtfpga.c
822 F: hw/net/opencores_eth.c
840 F: hw/block/hd-geometry.c
843 F: tests/libqos/ahci*
844 T: git git://github.com/jnsnow/qemu.git ide
851 F: include/hw/block/fdc.h
853 T: git git://github.com/jnsnow/qemu.git ide
859 F: include/hw/arm/omap.h
864 F: hw/char/ipoctal232.c
872 F: hw/misc/pci-testdev.c
881 F: include/hw/smbios/*
885 F: hw/i386/acpi-build.[hc]
886 F: hw/arm/virt-acpi-build.c
893 F: include/hw/ppc/ppc4xx.h
901 F: hw/pci-host/ppce500.c
913 F: tests/virtio-net-test.c
914 T: git git://github.com/jasowang/qemu.git net
921 F: tests/virtio-scsi-test.c
922 T: git git://github.com/bonzini/qemu.git scsi-next
926 F: hw/scsi/lsi53c895a.c
945 F: tests/usb-*-test.c
947 F: docs/usb-storage.txt
955 F: hw/usb/dev-serial.c
972 F: hw/virtio/Makefile.objs
973 F: hw/virtio/trace-events
975 F: include/hw/virtio/
976 F: tests/virtio-balloon-test.c
984 F: tests/virtio-9p-test.c
985 T: git git://github.com/kvaneesh/QEMU.git
986 T: git git://github.com/gkurz/qemu.git 9p-next
992 F: hw/block/virtio-blk.c
993 F: hw/block/dataplane/*
994 F: tests/virtio-blk-test.c
995 T: git git://github.com/stefanha/qemu.git block
1001 F: hw/s390x/virtio-ccw.[hc]
1002 T: git git://github.com/cohuck/qemu.git s390-next
1003 T: git git://github.com/borntraeger/qemu.git s390-next
1008 F: hw/input/virtio-input*.c
1009 F: include/hw/virtio/virtio-input.h
1014 F: hw/char/virtio-serial-bus.c
1015 F: hw/char/virtio-console.c
1016 F: include/hw/virtio/virtio-serial.h
1017 F: tests/virtio-console-test.c
1018 F: tests/virtio-serial-test.c
1023 F: hw/virtio/virtio-rng.c
1024 F: include/hw/virtio/virtio-rng.h
1025 F: include/sysemu/rng*.h
1027 F: tests/virtio-rng-test.c
1032 F: hw/virtio/virtio-crypto.c
1033 F: hw/virtio/virtio-crypto-pci.c
1034 F: include/hw/virtio/virtio-crypto.h
1041 F: tests/nvme-test.c
1047 F: hw/scsi/megasas.c
1050 Network packet abstractions
1053 F: include/net/eth.h
1055 F: hw/net/net_rx_pkt*
1056 F: hw/net/net_tx_pkt*
1062 F: hw/scsi/vmw_pvscsi*
1069 F: docs/specs/rocker.txt
1076 F: include/hw/mem/nvdimm.h
1091 F: hw/core/generic-loader.c
1092 F: include/hw/core/generic-loader.h
1097 F: hw/nvram/chrp_nvram.c
1098 F: include/hw/nvram/chrp_nvram.h
1099 F: tests/prom-env-test.c
1108 F: include/hw/audio/
1109 F: tests/ac97-test.c
1110 F: tests/es1370-test.c
1111 F: tests/intel-hda-test.c
1124 F: tests/qemu-iotests/
1125 T: git git://repo.or.cz/qemu/kevin.git block
1136 F: include/block/aio.h
1137 T: git git://github.com/stefanha/qemu.git block
1144 F: include/block/blockjob.h
1149 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1151 Block QAPI, monitor, command line
1157 T: git git://repo.or.cz/qemu/armbru.git block-next
1165 F: block/dirty-bitmap.c
1166 F: include/qemu/hbitmap.h
1167 F: include/block/dirty-bitmap.h
1168 F: tests/test-hbitmap.c
1170 T: git git://github.com/famz/qemu.git bitmaps
1171 T: git git://github.com/jnsnow/qemu.git bitmaps
1173 Character device backends
1177 F: backends/msmouse.c
1178 F: backends/testdev.c
1180 Character Devices (Braille)
1188 F: scripts/coverity-model.c
1194 F: include/qom/cpu.h
1201 F: include/sysemu/device_tree.h
1206 F: include/qapi/error.h
1207 F: include/qemu/error-report.h
1209 F: util/qemu-error.c
1220 F: include/exec/ioport.h
1222 F: include/exec/memory.h
1223 F: include/exec/ram_addr.h
1225 F: include/exec/memory-internal.h
1231 F: include/ui/qemu-spice.h
1232 F: include/ui/spice-display.h
1234 F: audio/spiceaudio.c
1262 F: include/monitor/hmp-target.h
1264 Network device backends
1269 T: git git://github.com/jasowang/qemu.git net
1271 Netmap network backend
1275 W: http://info.iet.unipi.it/~luigi/netmap/
1279 Network Block Device (NBD)
1284 F: include/block/nbd*
1286 T: git git://github.com/bonzini/qemu.git nbd-next
1292 F: include/sysemu/numa.h
1293 T: git git://github.com/ehabkost/qemu.git numa
1295 Host Memory Backends
1299 F: backends/hostmem*.c
1300 F: include/sysemu/hostmem.h
1305 F: include/sysemu/cryptodev*.h
1306 F: backends/cryptodev*.c
1315 X: include/qapi/qmp/
1316 F: include/qapi/qmp/dispatch.h
1317 F: tests/qapi-schema/
1318 F: tests/test-*-visitor.c
1319 F: tests/test-qmp-*.c
1322 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1330 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1336 F: include/qapi/qmp/
1337 X: include/qapi/qmp/dispatch.h
1338 F: tests/check-qdict.c
1339 F: tests/check-qfloat.c
1340 F: tests/check-qint.c
1341 F: tests/check-qjson.c
1342 F: tests/check-qlist.c
1343 F: tests/check-qstring.c
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1350 T: git git://github.com/mdroth/qemu.git qga
1355 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1357 X: include/qom/cpu.h
1360 F: tests/check-qom-interface.c
1361 F: tests/check-qom-proplist.c
1371 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1376 F: hw/core/register.c
1377 F: include/hw/register.h
1385 F: include/net/slirp.h
1386 T: git git://git.kiszka.org/qemu.git queues/slirp
1397 F: scripts/tracetool.py
1398 F: scripts/tracetool/
1400 T: git git://github.com/stefanha/qemu.git tracing
1404 F: scripts/checkpatch.pl
1410 F: include/migration/
1412 F: scripts/vmstate-static-checker.py
1413 F: tests/vmstate-static-checker-data/
1414 F: docs/migration.txt
1420 F: include/sysemu/seccomp.h
1427 F: tests/test-crypto-*
1433 F: include/qemu/coroutine*
1434 F: tests/test-coroutine.c
1440 F: include/qemu/buffer.h
1454 F: include/qemu/sockets.h
1455 F: util/qemu-sockets.c
1457 Throttling infrastructure
1460 F: block/throttle-groups.c
1461 F: include/block/throttle-groups.h
1462 F: include/qemu/throttle.h
1470 F: include/qemu/uuid.h
1471 F: tests/test-uuid.c
1477 F: include/migration/colo.h
1478 F: include/migration/failover.h
1485 F: docs/colo-proxy.txt
1487 F: net/filter-rewriter.c
1488 F: net/filter-mirror.c
1502 F: default-configs/*-bsd-user.mak
1508 F: default-configs/*-linux-user.mak
1510 Tiny Code Generator (TCG)
1511 -------------------------
1590 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1600 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1607 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1629 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1637 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1644 F: block/archipelago.c
1645 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1652 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1659 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1682 F: block/blkverify.c
1707 F: block/parallels.c
1708 F: docs/specs/parallels.txt
1720 F: block/linux-aio.c
1721 F: include/block/raw-aio.h
1722 F: block/raw-format.c
1723 F: block/file-posix.c
1724 F: block/file-win32.c
1725 F: block/win32-aio.c
1763 F: tests/image-fuzzer/
1770 F: block/replication.c
1771 F: tests/test-replication.c
1772 F: docs/block-replication.txt
1774 Build and test automation
1775 -------------------------
1783 Build system architecture
1786 F: docs/build-system.txt
1790 Docker based testing framework and cases