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 ------------------------------
55 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
61 Guest CPU cores (TCG):
62 ----------------------
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
109 F: include/hw/char/lm32_juart.h
121 F: target-microblaze/
123 F: disas/microblaze.c
145 F: tests/tcg/openrisc/
196 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
208 Guest CPU Cores (KVM):
209 ----------------------
239 F: target-s390x/kvm.c
240 F: target-s390x/ioinst.[ch]
241 F: target-s390x/machine.c
242 F: hw/intc/s390_flic.c
243 F: hw/intc/s390_flic_kvm.c
244 F: include/hw/s390x/s390_flic.h
246 T: git git://github.com/cohuck/qemu.git s390-next
247 T: git git://github.com/borntraeger/qemu.git s390-next
256 Guest CPU Cores (Xen):
257 ----------------------
265 F: hw/char/xen_console.c
266 F: hw/display/xenfb.c
300 F: include/hw/*/allwinner*
301 F: hw/arm/cubieboard.c
316 F: include/hw/arm/primecell.h
323 F: hw/intc/gic_internal.h
325 F: hw/misc/arm11scu.c
326 F: hw/timer/a9gtimer*
328 F: include/hw/arm/arm.h
329 F: include/hw/intc/arm*
330 F: include/hw/misc/a9scu.h
331 F: include/hw/misc/arm11scu.h
332 F: include/hw/timer/a9gtimer.h
333 F: include/hw/timer/arm_mptimer.h
355 F: include/hw/arm/digic.h
375 F: hw/arm/integratorcp.c
400 F: hw/intc/realview_gic.c
401 F: include/hw/intc/realview_gic.h
407 F: hw/arm/mainstone.c
430 F: hw/arm/xilinx_zynq.c
431 F: hw/misc/zynq_slcr.c
433 F: hw/ssi/xilinx_spips.c
440 F: hw/arm/xlnx-zynqmp.c
441 F: hw/arm/xlnx-ep108.c
442 F: include/hw/arm/xlnx-zynqmp.h
449 F: hw/arm/virt-acpi-build.c
450 F: include/hw/arm/virt-acpi-build.h
457 F: hw/cris/axis_dev88.c
462 EVR32 and uclinux BSP
465 F: hw/lm32/lm32_boards.c
470 F: hw/lm32/milkymist.c
480 F: hw/m68k/dummy_m68k.c
491 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
496 F: hw/microblaze/petalogix_ml605_mmu.c
503 F: hw/mips/mips_jazz.c
508 F: hw/mips/mips_malta.c
513 F: hw/mips/mips_mipssim.c
518 F: hw/mips/mips_r4k.c
525 F: hw/openrisc/openrisc_sim.c
533 F: hw/ppc/ppc405_boards.c
539 F: hw/ppc/ppc440_bamboo.c
554 F: hw/ppc/mpc8544ds.c
555 F: hw/ppc/mpc8544_guts.c
561 F: hw/ppc/mac_newworld.c
562 F: hw/pci-host/uninorth.c
563 F: hw/pci-bridge/dec.[hc]
570 F: hw/ppc/mac_oldworld.c
571 F: hw/pci-host/grackle.c
579 F: hw/pci-host/prep.[hc]
580 F: hw/isa/pc87312.[hc]
588 F: include/hw/*/spapr*
590 F: include/hw/*/xics*
591 F: pc-bios/spapr-rtas/*
597 F: hw/ppc/virtex_ml507.c
623 F: hw/sparc64/sun4u.c
637 X: hw/s390x/*pci*.[hc]
644 F: hw/char/sclp*.[hc]
646 X: hw/s390x/s390-virtio-bus.[ch]
649 F: hw/watchdog/wdt_diag288.c
650 T: git git://github.com/cohuck/qemu.git s390-next
651 T: git git://github.com/borntraeger/qemu.git s390-next
655 PKUnity-3 SoC initramfs-with-busybox
668 F: hw/pci-host/piix.c
671 F: include/hw/pci-host/q35.h
672 F: include/hw/pci-host/pam.h
675 F: hw/i2c/smbus_ich9.c
678 F: include/hw/acpi/ich9.h
679 F: include/hw/acpi/piix.h
686 F: hw/char/debugcon.c
687 F: hw/char/parallel.c
694 F: hw/misc/debugexit.c
695 F: hw/misc/pc-testdev.c
698 F: hw/timer/mc146818rtc*
708 XTFPGA (LX60, LX200, ML605, KC705)
711 F: hw/xtensa/xtfpga.c
712 F: hw/net/opencores_eth.c
729 F: hw/block/hd-geometry.c
732 F: tests/libqos/ahci*
733 T: git git://github.com/jnsnow/qemu.git ide
740 F: include/hw/block/fdc.h
742 T: git git://github.com/jnsnow/qemu.git ide
752 F: hw/char/ipoctal232.c
759 F: hw/misc/pci-testdev.c
768 F: include/hw/smbios/*
772 F: hw/i386/acpi-build.[hc]
774 F: hw/arm/virt-acpi-build.c
775 F: include/hw/arm/virt-acpi-build.h
790 F: hw/pci-host/ppce500.c
802 T: git git://github.com/jasowang/qemu.git net
809 T: git git://github.com/bonzini/qemu.git scsi-next
813 F: hw/scsi/lsi53c895a.c
832 F: tests/usb-*-test.c
838 F: hw/usb/dev-serial.c
861 F: tests/virtio-9p-test.c
862 T: git git://github.com/kvaneesh/QEMU.git
868 F: hw/block/virtio-blk.c
869 F: hw/block/dataplane/*
870 F: hw/virtio/dataplane/*
871 T: git git://github.com/stefanha/qemu.git block
877 F: hw/s390x/virtio-ccw.[hc]
878 T: git git://github.com/cohuck/qemu.git s390-next
879 T: git git://github.com/borntraeger/qemu.git s390-next
884 F: hw/input/virtio-input*.c
885 F: include/hw/virtio/virtio-input.h
890 F: hw/char/virtio-serial-bus.c
891 F: hw/char/virtio-console.c
892 F: include/hw/virtio/virtio-serial.h
897 F: hw/virtio/virtio-rng.c
898 F: include/hw/virtio/virtio-rng.h
921 F: include/hw/xilinx.h
927 F: hw/scsi/vmw_pvscsi*
943 F: tests/es1370-test.c
944 F: tests/intel-hda-test.c
956 F: tests/qemu-iotests/
957 T: git git://repo.or.cz/qemu/kevin.git block
967 T: git git://github.com/stefanha/qemu.git block
974 F: include/block/blockjob.h
979 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
981 Block QAPI, monitor, command line
987 T: git git://repo.or.cz/qemu/armbru.git block-next
989 Character device backends
993 F: backends/msmouse.c
994 F: backends/testdev.c
996 Character Devices (Braille)
1004 F: scripts/coverity-model.c
1010 F: include/qom/cpu.h
1011 F: target-i386/cpu.c
1016 F: include/hw/cpu/icc_bus.h
1028 F: include/qapi/error.h
1029 F: include/qemu/error-report.h
1031 F: util/qemu-error.c
1042 F: include/exec/ioport.h
1044 F: include/exec/memory.h
1046 F: include/exec/memory-internal.h
1052 F: include/ui/qemu-spice.h
1054 F: audio/spiceaudio.c
1082 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1084 Network device backends
1088 T: git git://github.com/jasowang/qemu.git net
1090 Netmap network backend
1094 W: http://info.iet.unipi.it/~luigi/netmap/
1098 Network Block Device (NBD)
1104 T: git git://github.com/bonzini/qemu.git nbd-next
1110 F: include/sysemu/numa.h
1113 T: git git://github.com/ehabkost/qemu.git numa
1122 X: include/qapi/qmp/
1123 F: include/qapi/qmp/dispatch.h
1124 F: tests/qapi-schema/
1125 F: tests/test-*-visitor.c
1126 F: tests/test-qmp-*.c
1129 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1137 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1143 F: include/qapi/qmp/
1144 X: include/qapi/qmp/dispatch.h
1145 F: tests/check-qdict.c
1146 F: tests/check-qfloat.c
1147 F: tests/check-qint.c
1148 F: tests/check-qjson.c
1149 F: tests/check-qlist.c
1150 F: tests/check-qstring.c
1151 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1157 T: git git://github.com/mdroth/qemu.git qga
1162 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1164 X: include/qom/cpu.h
1177 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1183 T: git git://git.kiszka.org/qemu.git queues/slirp
1189 F: scripts/tracetool.py
1190 F: scripts/tracetool/
1192 T: git git://github.com/stefanha/qemu.git tracing
1197 F: scripts/checkpatch.pl
1203 F: include/migration/
1205 F: scripts/vmstate-static-checker.py
1206 F: tests/vmstate-static-checker-data/
1212 F: include/sysemu/seccomp.h
1219 F: tests/test-crypto-*
1225 F: include/qemu/coroutine*
1226 F: tests/test-coroutine.c
1232 F: include/qemu/buffer.h
1252 Tiny Code Generator (TCG)
1253 -------------------------
1323 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1329 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1334 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1339 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1356 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1366 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1373 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1395 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1403 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1410 F: block/archipelago.c
1411 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1418 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1425 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1448 F: block/blkverify.c
1473 F: block/parallels.c
1485 F: block/linux-aio.c
1487 F: block/raw-posix.c
1488 F: block/raw-win32.c
1490 F: block/win32-aio.c
1526 F: tests/image-fuzzer/
1531 Build system architecture
1534 F: docs/build-system.txt