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
511 F: include/hw/arm/virt-acpi-build.h
516 F: hw/arm/stm32f205_soc.c
517 F: hw/misc/stm32f2xx_syscfg.c
518 F: hw/char/stm32f2xx_usart.c
519 F: hw/timer/stm32f2xx_timer.c
521 F: hw/ssi/stm32f2xx_spi.c
526 F: hw/arm/netduino2.c
533 F: hw/cris/axis_dev88.c
538 EVR32 and uclinux BSP
541 F: hw/lm32/lm32_boards.c
546 F: hw/lm32/milkymist.c
557 F: hw/m68k/dummy_m68k.c
562 F: hw/m68k/mcf_intc.c
563 F: hw/char/mcf_uart.c
571 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
576 F: hw/microblaze/petalogix_ml605_mmu.c
583 F: hw/mips/mips_jazz.c
588 F: hw/mips/mips_malta.c
593 F: hw/mips/mips_mipssim.c
598 F: hw/mips/mips_r4k.c
605 F: hw/openrisc/openrisc_sim.c
613 F: hw/ppc/ppc405_boards.c
619 F: hw/ppc/ppc440_bamboo.c
628 F: include/hw/ppc/ppc_e500.h
629 F: include/hw/pci-host/ppce500.h
630 F: pc-bios/u-boot.e500
637 F: hw/ppc/mpc8544ds.c
638 F: hw/ppc/mpc8544_guts.c
644 F: hw/ppc/mac_newworld.c
645 F: hw/pci-host/uninorth.c
646 F: hw/pci-bridge/dec.[hc]
648 F: include/hw/ppc/mac_dbdma.h
649 F: hw/nvram/mac_nvram.c
655 F: hw/ppc/mac_oldworld.c
656 F: hw/pci-host/grackle.c
658 F: hw/intc/heathrow_pic.c
665 F: hw/pci-host/prep.[hc]
666 F: hw/isa/pc87312.[hc]
667 F: pc-bios/ppc_rom.bin
675 F: include/hw/*/spapr*
677 F: include/hw/*/xics*
678 F: pc-bios/spapr-rtas/*
679 F: pc-bios/spapr-rtas.bin
681 F: pc-bios/skiboot.lid
682 F: docs/specs/ppc-spapr-hcalls.txt
683 F: docs/specs/ppc-spapr-hotplug.txt
685 F: tests/libqos/*spapr*
687 F: tests/libqos/rtas*
693 F: hw/ppc/virtex_ml507.c
702 F: hw/timer/sh_timer.c
715 F: hw/dma/sparc32_dma.c
716 F: hw/dma/sun4m_iommu.c
717 F: hw/misc/eccmemctl.c
718 F: hw/misc/slavio_misc.c
719 F: include/hw/sparc/sparc32_dma.h
720 F: include/hw/sparc/sun4m.h
721 F: pc-bios/openbios-sparc32
726 F: hw/sparc64/sun4u.c
727 F: pc-bios/openbios-sparc64
734 F: include/hw/sparc/grlib.h
743 F: hw/char/sclp*.[hc]
747 F: hw/watchdog/wdt_diag288.c
748 F: include/hw/watchdog/wdt_diag288.h
749 F: pc-bios/s390-ccw.img
750 F: default-configs/s390x-softmmu.mak
751 T: git git://github.com/cohuck/qemu.git s390-next
752 T: git git://github.com/borntraeger/qemu.git s390-next
756 PKUnity-3 SoC initramfs-with-busybox
769 F: hw/pci-host/piix.c
772 F: include/hw/pci-host/q35.h
773 F: include/hw/pci-host/pam.h
776 F: hw/i2c/smbus_ich9.c
779 F: include/hw/acpi/ich9.h
780 F: include/hw/acpi/piix4.h
787 F: hw/char/debugcon.c
788 F: hw/char/parallel.c
795 F: hw/misc/debugexit.c
796 F: hw/misc/pc-testdev.c
799 F: hw/timer/mc146818rtc*
800 F: include/hw/i2c/pm_smbus.h
801 F: include/hw/timer/hpet.h
802 F: include/hw/timer/i8254*
803 F: include/hw/timer/mc146818rtc*
810 F: include/hw/boards.h
819 XTFPGA (LX60, LX200, ML605, KC705)
822 F: hw/xtensa/xtfpga.c
823 F: hw/net/opencores_eth.c
841 F: hw/block/hd-geometry.c
844 F: tests/libqos/ahci*
845 T: git git://github.com/jnsnow/qemu.git ide
852 F: include/hw/block/fdc.h
854 T: git git://github.com/jnsnow/qemu.git ide
860 F: include/hw/arm/omap.h
865 F: hw/char/ipoctal232.c
873 F: hw/misc/pci-testdev.c
882 F: include/hw/smbios/*
886 F: hw/i386/acpi-build.[hc]
887 F: hw/arm/virt-acpi-build.c
888 F: include/hw/arm/virt-acpi-build.h
895 F: include/hw/ppc/ppc4xx.h
903 F: hw/pci-host/ppce500.c
915 F: tests/virtio-net-test.c
916 T: git git://github.com/jasowang/qemu.git net
923 F: tests/virtio-scsi-test.c
924 T: git git://github.com/bonzini/qemu.git scsi-next
928 F: hw/scsi/lsi53c895a.c
947 F: tests/usb-*-test.c
949 F: docs/usb-storage.txt
957 F: hw/usb/dev-serial.c
974 F: hw/virtio/Makefile.objs
975 F: hw/virtio/trace-events
977 F: include/hw/virtio/
978 F: tests/virtio-balloon-test.c
986 F: tests/virtio-9p-test.c
987 T: git git://github.com/kvaneesh/QEMU.git
988 T: git git://github.com/gkurz/qemu.git 9p-next
994 F: hw/block/virtio-blk.c
995 F: hw/block/dataplane/*
996 F: tests/virtio-blk-test.c
997 T: git git://github.com/stefanha/qemu.git block
1003 F: hw/s390x/virtio-ccw.[hc]
1004 T: git git://github.com/cohuck/qemu.git s390-next
1005 T: git git://github.com/borntraeger/qemu.git s390-next
1010 F: hw/input/virtio-input*.c
1011 F: include/hw/virtio/virtio-input.h
1016 F: hw/char/virtio-serial-bus.c
1017 F: hw/char/virtio-console.c
1018 F: include/hw/virtio/virtio-serial.h
1019 F: tests/virtio-console-test.c
1020 F: tests/virtio-serial-test.c
1025 F: hw/virtio/virtio-rng.c
1026 F: include/hw/virtio/virtio-rng.h
1027 F: include/sysemu/rng*.h
1029 F: tests/virtio-rng-test.c
1034 F: hw/virtio/virtio-crypto.c
1035 F: hw/virtio/virtio-crypto-pci.c
1036 F: include/hw/virtio/virtio-crypto.h
1043 F: tests/nvme-test.c
1049 F: hw/scsi/megasas.c
1052 Network packet abstractions
1055 F: include/net/eth.h
1057 F: hw/net/net_rx_pkt*
1058 F: hw/net/net_tx_pkt*
1064 F: hw/scsi/vmw_pvscsi*
1071 F: docs/specs/rocker.txt
1078 F: include/hw/mem/nvdimm.h
1093 F: hw/core/generic-loader.c
1094 F: include/hw/core/generic-loader.h
1099 F: hw/nvram/chrp_nvram.c
1100 F: include/hw/nvram/chrp_nvram.h
1101 F: tests/prom-env-test.c
1110 F: include/hw/audio/
1111 F: tests/ac97-test.c
1112 F: tests/es1370-test.c
1113 F: tests/intel-hda-test.c
1126 F: tests/qemu-iotests/
1127 T: git git://repo.or.cz/qemu/kevin.git block
1138 F: include/block/aio.h
1139 T: git git://github.com/stefanha/qemu.git block
1146 F: include/block/blockjob.h
1151 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1153 Block QAPI, monitor, command line
1159 T: git git://repo.or.cz/qemu/armbru.git block-next
1167 F: block/dirty-bitmap.c
1168 F: include/qemu/hbitmap.h
1169 F: include/block/dirty-bitmap.h
1170 F: tests/test-hbitmap.c
1172 T: git git://github.com/famz/qemu.git bitmaps
1173 T: git git://github.com/jnsnow/qemu.git bitmaps
1175 Character device backends
1179 F: backends/msmouse.c
1180 F: backends/testdev.c
1182 Character Devices (Braille)
1190 F: scripts/coverity-model.c
1196 F: include/qom/cpu.h
1203 F: include/sysemu/device_tree.h
1208 F: include/qapi/error.h
1209 F: include/qemu/error-report.h
1211 F: util/qemu-error.c
1222 F: include/exec/ioport.h
1224 F: include/exec/memory.h
1225 F: include/exec/ram_addr.h
1227 F: include/exec/memory-internal.h
1233 F: include/ui/qemu-spice.h
1234 F: include/ui/spice-display.h
1236 F: audio/spiceaudio.c
1264 F: include/monitor/hmp-target.h
1266 Network device backends
1271 T: git git://github.com/jasowang/qemu.git net
1273 Netmap network backend
1277 W: http://info.iet.unipi.it/~luigi/netmap/
1281 Network Block Device (NBD)
1286 F: include/block/nbd*
1288 T: git git://github.com/bonzini/qemu.git nbd-next
1294 F: include/sysemu/numa.h
1295 T: git git://github.com/ehabkost/qemu.git numa
1297 Host Memory Backends
1301 F: backends/hostmem*.c
1302 F: include/sysemu/hostmem.h
1307 F: include/sysemu/cryptodev*.h
1308 F: backends/cryptodev*.c
1317 X: include/qapi/qmp/
1318 F: include/qapi/qmp/dispatch.h
1319 F: tests/qapi-schema/
1320 F: tests/test-*-visitor.c
1321 F: tests/test-qmp-*.c
1324 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1332 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1338 F: include/qapi/qmp/
1339 X: include/qapi/qmp/dispatch.h
1340 F: tests/check-qdict.c
1341 F: tests/check-qfloat.c
1342 F: tests/check-qint.c
1343 F: tests/check-qjson.c
1344 F: tests/check-qlist.c
1345 F: tests/check-qstring.c
1346 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1352 T: git git://github.com/mdroth/qemu.git qga
1357 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1359 X: include/qom/cpu.h
1362 F: tests/check-qom-interface.c
1363 F: tests/check-qom-proplist.c
1373 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1378 F: hw/core/register.c
1379 F: include/hw/register.h
1387 F: include/net/slirp.h
1388 T: git git://git.kiszka.org/qemu.git queues/slirp
1399 F: scripts/tracetool.py
1400 F: scripts/tracetool/
1402 T: git git://github.com/stefanha/qemu.git tracing
1406 F: scripts/checkpatch.pl
1412 F: include/migration/
1414 F: scripts/vmstate-static-checker.py
1415 F: tests/vmstate-static-checker-data/
1416 F: docs/migration.txt
1422 F: include/sysemu/seccomp.h
1429 F: tests/test-crypto-*
1435 F: include/qemu/coroutine*
1436 F: tests/test-coroutine.c
1442 F: include/qemu/buffer.h
1456 F: include/qemu/sockets.h
1457 F: util/qemu-sockets.c
1459 Throttling infrastructure
1462 F: block/throttle-groups.c
1463 F: include/block/throttle-groups.h
1464 F: include/qemu/throttle.h
1472 F: include/qemu/uuid.h
1473 F: tests/test-uuid.c
1479 F: include/migration/colo.h
1480 F: include/migration/failover.h
1487 F: docs/colo-proxy.txt
1489 F: net/filter-rewriter.c
1490 F: net/filter-mirror.c
1503 F: default-configs/*-bsd-user.mak
1509 F: default-configs/*-linux-user.mak
1511 Tiny Code Generator (TCG)
1512 -------------------------
1591 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1601 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1608 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1638 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1645 F: block/archipelago.c
1646 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1653 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1660 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1683 F: block/blkverify.c
1708 F: block/parallels.c
1709 F: docs/specs/parallels.txt
1721 F: block/linux-aio.c
1722 F: include/block/raw-aio.h
1723 F: block/raw-posix.c
1724 F: block/raw-win32.c
1726 F: block/win32-aio.c
1764 F: tests/image-fuzzer/
1771 F: block/replication.c
1772 F: tests/test-replication.c
1773 F: docs/block-replication.txt
1775 Build and test automation
1776 -------------------------
1784 Build system architecture
1787 F: docs/build-system.txt
1791 Docker based testing framework and cases