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
142 F: include/hw/char/lm32_juart.h
155 F: target-microblaze/
157 F: disas/microblaze.c
166 F: hw/intc/mips_gic.c
167 F: hw/timer/mips_gictimer.c
169 F: include/hw/misc/mips_*
170 F: include/hw/intc/mips_gic.h
171 F: include/hw/timer/mips_gictimer.h
181 F: default-configs/moxie-softmmu.mak
188 F: tests/tcg/openrisc/
230 F: include/hw/unicore32/
243 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
254 F: include/hw/tricore/
256 Guest CPU Cores (KVM):
257 ----------------------
265 F: include/sysemu/kvm*.h
288 F: target-s390x/kvm.c
289 F: target-s390x/ioinst.[ch]
290 F: target-s390x/machine.c
291 F: hw/intc/s390_flic.c
292 F: hw/intc/s390_flic_kvm.c
293 F: include/hw/s390x/s390_flic.h
295 T: git git://github.com/cohuck/qemu.git s390-next
296 T: git git://github.com/borntraeger/qemu.git s390-next
305 Guest CPU Cores (Xen):
306 ----------------------
315 F: hw/char/xen_console.c
316 F: hw/display/xenfb.c
323 F: include/sysemu/xen-mapcache.h
356 F: include/hw/*/allwinner*
357 F: hw/arm/cubieboard.c
372 F: include/hw/arm/primecell.h
379 F: hw/intc/gic_internal.h
381 F: hw/misc/arm11scu.c
382 F: hw/timer/a9gtimer*
384 F: include/hw/arm/arm.h
385 F: include/hw/intc/arm*
386 F: include/hw/misc/a9scu.h
387 F: include/hw/misc/arm11scu.h
388 F: include/hw/timer/a9gtimer.h
389 F: include/hw/timer/arm_mptimer.h
396 F: include/hw/arm/exynos4210.h
409 F: include/hw/arm/digic.h
424 F: include/hw/arm/fsl-imx31.h
430 F: hw/arm/integratorcp.c
455 F: hw/intc/realview_gic.c
456 F: include/hw/intc/realview_gic.h
462 F: hw/arm/mainstone.c
467 F: include/hw/arm/pxa.h
488 F: hw/misc/zynq_slcr.c
497 F: include/hw/*/xlnx*.h
504 F: hw/arm/virt-acpi-build.c
505 F: include/hw/arm/virt-acpi-build.h
510 F: hw/arm/stm32f205_soc.c
511 F: hw/misc/stm32f2xx_syscfg.c
512 F: hw/char/stm32f2xx_usart.c
513 F: hw/timer/stm32f2xx_timer.c
515 F: hw/ssi/stm32f2xx_spi.c
520 F: hw/arm/netduino2.c
527 F: hw/cris/axis_dev88.c
532 EVR32 and uclinux BSP
535 F: hw/lm32/lm32_boards.c
540 F: hw/lm32/milkymist.c
550 F: hw/m68k/dummy_m68k.c
561 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
566 F: hw/microblaze/petalogix_ml605_mmu.c
573 F: hw/mips/mips_jazz.c
578 F: hw/mips/mips_malta.c
583 F: hw/mips/mips_mipssim.c
588 F: hw/mips/mips_r4k.c
595 F: hw/openrisc/openrisc_sim.c
603 F: hw/ppc/ppc405_boards.c
609 F: hw/ppc/ppc440_bamboo.c
618 F: include/hw/ppc/ppc_e500.h
619 F: include/hw/pci-host/ppce500.h
620 F: pc-bios/u-boot.e500
627 F: hw/ppc/mpc8544ds.c
628 F: hw/ppc/mpc8544_guts.c
634 F: hw/ppc/mac_newworld.c
635 F: hw/pci-host/uninorth.c
636 F: hw/pci-bridge/dec.[hc]
638 F: include/hw/ppc/mac_dbdma.h
639 F: hw/nvram/mac_nvram.c
645 F: hw/ppc/mac_oldworld.c
646 F: hw/pci-host/grackle.c
648 F: hw/intc/heathrow_pic.c
655 F: hw/pci-host/prep.[hc]
656 F: hw/isa/pc87312.[hc]
657 F: pc-bios/ppc_rom.bin
665 F: include/hw/*/spapr*
667 F: include/hw/*/xics*
668 F: pc-bios/spapr-rtas/*
669 F: pc-bios/spapr-rtas.bin
671 F: pc-bios/skiboot.lid
672 F: docs/specs/ppc-spapr-hcalls.txt
673 F: docs/specs/ppc-spapr-hotplug.txt
675 F: tests/libqos/*spapr*
677 F: tests/libqos/rtas*
683 F: hw/ppc/virtex_ml507.c
692 F: hw/timer/sh_timer.c
705 F: hw/dma/sparc32_dma.c
706 F: hw/dma/sun4m_iommu.c
707 F: include/hw/sparc/sparc32_dma.h
708 F: include/hw/sparc/sun4m.h
709 F: pc-bios/openbios-sparc32
714 F: hw/sparc64/sun4u.c
715 F: pc-bios/openbios-sparc64
722 F: include/hw/sparc/grlib.h
731 F: hw/char/sclp*.[hc]
735 F: hw/watchdog/wdt_diag288.c
736 F: include/hw/watchdog/wdt_diag288.h
737 F: pc-bios/s390-ccw.img
738 F: default-configs/s390x-softmmu.mak
739 T: git git://github.com/cohuck/qemu.git s390-next
740 T: git git://github.com/borntraeger/qemu.git s390-next
744 PKUnity-3 SoC initramfs-with-busybox
757 F: hw/pci-host/piix.c
760 F: include/hw/pci-host/q35.h
761 F: include/hw/pci-host/pam.h
764 F: hw/i2c/smbus_ich9.c
767 F: include/hw/acpi/ich9.h
768 F: include/hw/acpi/piix4.h
775 F: hw/char/debugcon.c
776 F: hw/char/parallel.c
783 F: hw/misc/debugexit.c
784 F: hw/misc/pc-testdev.c
787 F: hw/timer/mc146818rtc*
788 F: include/hw/i2c/pm_smbus.h
789 F: include/hw/timer/hpet.h
790 F: include/hw/timer/i8254*
791 F: include/hw/timer/mc146818rtc*
798 F: include/hw/boards.h
807 XTFPGA (LX60, LX200, ML605, KC705)
810 F: hw/xtensa/xtfpga.c
811 F: hw/net/opencores_eth.c
829 F: hw/block/hd-geometry.c
832 F: tests/libqos/ahci*
833 T: git git://github.com/jnsnow/qemu.git ide
840 F: include/hw/block/fdc.h
842 T: git git://github.com/jnsnow/qemu.git ide
848 F: include/hw/arm/omap.h
853 F: hw/char/ipoctal232.c
861 F: hw/misc/pci-testdev.c
870 F: include/hw/smbios/*
874 F: hw/i386/acpi-build.[hc]
875 F: hw/arm/virt-acpi-build.c
876 F: include/hw/arm/virt-acpi-build.h
883 F: include/hw/ppc/ppc4xx.h
891 F: hw/pci-host/ppce500.c
903 F: tests/virtio-net-test.c
904 T: git git://github.com/jasowang/qemu.git net
911 F: tests/virtio-scsi-test.c
912 T: git git://github.com/bonzini/qemu.git scsi-next
916 F: hw/scsi/lsi53c895a.c
935 F: tests/usb-*-test.c
937 F: docs/usb-storage.txt
945 F: hw/usb/dev-serial.c
962 F: hw/virtio/Makefile.objs
963 F: hw/virtio/trace-events
965 F: include/hw/virtio/
966 F: tests/virtio-balloon-test.c
974 F: tests/virtio-9p-test.c
975 T: git git://github.com/kvaneesh/QEMU.git
976 T: git git://github.com/gkurz/qemu.git 9p-next
982 F: hw/block/virtio-blk.c
983 F: hw/block/dataplane/*
984 F: tests/virtio-blk-test.c
985 T: git git://github.com/stefanha/qemu.git block
991 F: hw/s390x/virtio-ccw.[hc]
992 T: git git://github.com/cohuck/qemu.git s390-next
993 T: git git://github.com/borntraeger/qemu.git s390-next
998 F: hw/input/virtio-input*.c
999 F: include/hw/virtio/virtio-input.h
1004 F: hw/char/virtio-serial-bus.c
1005 F: hw/char/virtio-console.c
1006 F: include/hw/virtio/virtio-serial.h
1007 F: tests/virtio-console-test.c
1008 F: tests/virtio-serial-test.c
1013 F: hw/virtio/virtio-rng.c
1014 F: include/hw/virtio/virtio-rng.h
1015 F: include/sysemu/rng*.h
1017 F: tests/virtio-rng-test.c
1024 F: tests/nvme-test.c
1030 F: hw/scsi/megasas.c
1033 Network packet abstractions
1036 F: include/net/eth.h
1038 F: hw/net/net_rx_pkt*
1039 F: hw/net/net_tx_pkt*
1045 F: hw/scsi/vmw_pvscsi*
1052 F: docs/specs/rocker.txt
1059 F: include/hw/mem/nvdimm.h
1074 F: hw/core/generic-loader.c
1075 F: include/hw/core/generic-loader.h
1084 F: include/hw/audio/
1085 F: tests/ac97-test.c
1086 F: tests/es1370-test.c
1087 F: tests/intel-hda-test.c
1100 F: tests/qemu-iotests/
1101 T: git git://repo.or.cz/qemu/kevin.git block
1112 F: include/block/aio.h
1113 T: git git://github.com/stefanha/qemu.git block
1120 F: include/block/blockjob.h
1125 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1127 Block QAPI, monitor, command line
1133 T: git git://repo.or.cz/qemu/armbru.git block-next
1135 Character device backends
1139 F: backends/msmouse.c
1140 F: backends/testdev.c
1142 Character Devices (Braille)
1150 F: scripts/coverity-model.c
1156 F: include/qom/cpu.h
1163 F: include/sysemu/device_tree.h
1168 F: include/qapi/error.h
1169 F: include/qemu/error-report.h
1171 F: util/qemu-error.c
1182 F: include/exec/ioport.h
1184 F: include/exec/memory.h
1185 F: include/exec/ram_addr.h
1187 F: include/exec/memory-internal.h
1193 F: include/ui/qemu-spice.h
1194 F: include/ui/spice-display.h
1196 F: audio/spiceaudio.c
1224 F: include/monitor/hmp-target.h
1226 Network device backends
1231 T: git git://github.com/jasowang/qemu.git net
1233 Netmap network backend
1237 W: http://info.iet.unipi.it/~luigi/netmap/
1241 Network Block Device (NBD)
1246 F: include/block/nbd*
1248 T: git git://github.com/bonzini/qemu.git nbd-next
1254 F: include/sysemu/numa.h
1255 T: git git://github.com/ehabkost/qemu.git numa
1257 Host Memory Backends
1261 F: backends/hostmem*.c
1262 F: include/sysemu/hostmem.h
1271 X: include/qapi/qmp/
1272 F: include/qapi/qmp/dispatch.h
1273 F: tests/qapi-schema/
1274 F: tests/test-*-visitor.c
1275 F: tests/test-qmp-*.c
1278 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1286 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1292 F: include/qapi/qmp/
1293 X: include/qapi/qmp/dispatch.h
1294 F: tests/check-qdict.c
1295 F: tests/check-qfloat.c
1296 F: tests/check-qint.c
1297 F: tests/check-qjson.c
1298 F: tests/check-qlist.c
1299 F: tests/check-qstring.c
1300 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1306 T: git git://github.com/mdroth/qemu.git qga
1311 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1313 X: include/qom/cpu.h
1316 F: tests/check-qom-interface.c
1317 F: tests/check-qom-proplist.c
1327 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1332 F: hw/core/register.c
1333 F: include/hw/register.h
1341 F: include/net/slirp.h
1342 T: git git://git.kiszka.org/qemu.git queues/slirp
1353 F: scripts/tracetool.py
1354 F: scripts/tracetool/
1356 T: git git://github.com/stefanha/qemu.git tracing
1360 F: scripts/checkpatch.pl
1366 F: include/migration/
1368 F: scripts/vmstate-static-checker.py
1369 F: tests/vmstate-static-checker-data/
1370 F: docs/migration.txt
1376 F: include/sysemu/seccomp.h
1383 F: tests/test-crypto-*
1389 F: include/qemu/coroutine*
1390 F: tests/test-coroutine.c
1396 F: include/qemu/buffer.h
1410 F: include/qemu/sockets.h
1411 F: util/qemu-sockets.c
1413 Throttling infrastructure
1416 F: block/throttle-groups.c
1417 F: include/block/throttle-groups.h
1418 F: include/qemu/throttle.h
1426 F: include/qemu/uuid.h
1427 F: tests/test-uuid.c
1433 F: include/migration/colo.h
1434 F: include/migration/failover.h
1441 F: docs/colo-proxy.txt
1443 F: net/filter-rewriter.c
1444 F: net/filter-mirror.c
1457 F: default-configs/*-bsd-user.mak
1463 F: default-configs/*-linux-user.mak
1465 Tiny Code Generator (TCG)
1466 -------------------------
1535 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1540 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1545 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1550 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1567 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1577 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1584 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1606 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1614 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1621 F: block/archipelago.c
1622 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1629 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1636 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1659 F: block/blkverify.c
1684 F: block/parallels.c
1685 F: docs/specs/parallels.txt
1697 F: block/linux-aio.c
1698 F: include/block/raw-aio.h
1699 F: block/raw-posix.c
1700 F: block/raw-win32.c
1702 F: block/win32-aio.c
1740 F: tests/image-fuzzer/
1747 F: block/replication.c
1748 F: tests/test-replication.c
1749 F: docs/block-replication.txt
1751 Build and test automation
1752 -------------------------
1760 Build system architecture
1763 F: docs/build-system.txt
1767 Docker based testing framework and cases