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 ----------------------
77 F: include/exec/cpu*.h
78 F: include/exec/exec-all.h
79 F: include/exec/helper*.h
80 F: include/exec/tb-hash.h
117 F: include/hw/char/lm32_juart.h
129 F: target-microblaze/
131 F: disas/microblaze.c
153 F: tests/tcg/openrisc/
204 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
216 Guest CPU Cores (KVM):
217 ----------------------
247 F: target-s390x/kvm.c
248 F: target-s390x/ioinst.[ch]
249 F: target-s390x/machine.c
250 F: hw/intc/s390_flic.c
251 F: hw/intc/s390_flic_kvm.c
252 F: include/hw/s390x/s390_flic.h
254 T: git git://github.com/cohuck/qemu.git s390-next
255 T: git git://github.com/borntraeger/qemu.git s390-next
264 Guest CPU Cores (Xen):
265 ----------------------
273 F: hw/char/xen_console.c
274 F: hw/display/xenfb.c
281 F: include/sysemu/xen-mapcache.h
311 F: include/hw/*/allwinner*
312 F: hw/arm/cubieboard.c
327 F: include/hw/arm/primecell.h
334 F: hw/intc/gic_internal.h
336 F: hw/misc/arm11scu.c
337 F: hw/timer/a9gtimer*
339 F: include/hw/arm/arm.h
340 F: include/hw/intc/arm*
341 F: include/hw/misc/a9scu.h
342 F: include/hw/misc/arm11scu.h
343 F: include/hw/timer/a9gtimer.h
344 F: include/hw/timer/arm_mptimer.h
366 F: include/hw/arm/digic.h
386 F: hw/arm/integratorcp.c
411 F: hw/intc/realview_gic.c
412 F: include/hw/intc/realview_gic.h
418 F: hw/arm/mainstone.c
441 F: hw/arm/xilinx_zynq.c
442 F: hw/misc/zynq_slcr.c
444 F: hw/ssi/xilinx_spips.c
451 F: hw/arm/xlnx-zynqmp.c
452 F: hw/arm/xlnx-ep108.c
453 F: include/hw/arm/xlnx-zynqmp.h
460 F: hw/arm/virt-acpi-build.c
461 F: include/hw/arm/virt-acpi-build.h
468 F: hw/cris/axis_dev88.c
473 EVR32 and uclinux BSP
476 F: hw/lm32/lm32_boards.c
481 F: hw/lm32/milkymist.c
491 F: hw/m68k/dummy_m68k.c
502 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
507 F: hw/microblaze/petalogix_ml605_mmu.c
514 F: hw/mips/mips_jazz.c
519 F: hw/mips/mips_malta.c
524 F: hw/mips/mips_mipssim.c
529 F: hw/mips/mips_r4k.c
536 F: hw/openrisc/openrisc_sim.c
544 F: hw/ppc/ppc405_boards.c
550 F: hw/ppc/ppc440_bamboo.c
565 F: hw/ppc/mpc8544ds.c
566 F: hw/ppc/mpc8544_guts.c
572 F: hw/ppc/mac_newworld.c
573 F: hw/pci-host/uninorth.c
574 F: hw/pci-bridge/dec.[hc]
581 F: hw/ppc/mac_oldworld.c
582 F: hw/pci-host/grackle.c
590 F: hw/pci-host/prep.[hc]
591 F: hw/isa/pc87312.[hc]
599 F: include/hw/*/spapr*
601 F: include/hw/*/xics*
602 F: pc-bios/spapr-rtas/*
608 F: hw/ppc/virtex_ml507.c
634 F: hw/sparc64/sun4u.c
648 X: hw/s390x/*pci*.[hc]
655 F: hw/char/sclp*.[hc]
657 X: hw/s390x/s390-virtio-bus.[ch]
660 F: hw/watchdog/wdt_diag288.c
661 T: git git://github.com/cohuck/qemu.git s390-next
662 T: git git://github.com/borntraeger/qemu.git s390-next
666 PKUnity-3 SoC initramfs-with-busybox
679 F: hw/pci-host/piix.c
682 F: include/hw/pci-host/q35.h
683 F: include/hw/pci-host/pam.h
686 F: hw/i2c/smbus_ich9.c
689 F: include/hw/acpi/ich9.h
690 F: include/hw/acpi/piix.h
697 F: hw/char/debugcon.c
698 F: hw/char/parallel.c
705 F: hw/misc/debugexit.c
706 F: hw/misc/pc-testdev.c
709 F: hw/timer/mc146818rtc*
719 XTFPGA (LX60, LX200, ML605, KC705)
722 F: hw/xtensa/xtfpga.c
723 F: hw/net/opencores_eth.c
740 F: hw/block/hd-geometry.c
743 F: tests/libqos/ahci*
744 T: git git://github.com/jnsnow/qemu.git ide
751 F: include/hw/block/fdc.h
753 T: git git://github.com/jnsnow/qemu.git ide
763 F: hw/char/ipoctal232.c
770 F: hw/misc/pci-testdev.c
779 F: include/hw/smbios/*
783 F: hw/i386/acpi-build.[hc]
785 F: hw/arm/virt-acpi-build.c
786 F: include/hw/arm/virt-acpi-build.h
801 F: hw/pci-host/ppce500.c
813 T: git git://github.com/jasowang/qemu.git net
820 T: git git://github.com/bonzini/qemu.git scsi-next
824 F: hw/scsi/lsi53c895a.c
843 F: tests/usb-*-test.c
849 F: hw/usb/dev-serial.c
873 F: tests/virtio-9p-test.c
874 T: git git://github.com/kvaneesh/QEMU.git
880 F: hw/block/virtio-blk.c
881 F: hw/block/dataplane/*
882 F: hw/virtio/dataplane/*
883 T: git git://github.com/stefanha/qemu.git block
889 F: hw/s390x/virtio-ccw.[hc]
890 T: git git://github.com/cohuck/qemu.git s390-next
891 T: git git://github.com/borntraeger/qemu.git s390-next
896 F: hw/input/virtio-input*.c
897 F: include/hw/virtio/virtio-input.h
902 F: hw/char/virtio-serial-bus.c
903 F: hw/char/virtio-console.c
904 F: include/hw/virtio/virtio-serial.h
909 F: hw/virtio/virtio-rng.c
910 F: include/hw/virtio/virtio-rng.h
933 F: include/hw/xilinx.h
939 F: hw/scsi/vmw_pvscsi*
952 F: include/hw/mem/nvdimm.h
962 F: tests/es1370-test.c
963 F: tests/intel-hda-test.c
975 F: tests/qemu-iotests/
976 T: git git://repo.or.cz/qemu/kevin.git block
986 T: git git://github.com/stefanha/qemu.git block
993 F: include/block/blockjob.h
998 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1000 Block QAPI, monitor, command line
1006 T: git git://repo.or.cz/qemu/armbru.git block-next
1008 Character device backends
1012 F: backends/msmouse.c
1013 F: backends/testdev.c
1015 Character Devices (Braille)
1023 F: scripts/coverity-model.c
1029 F: include/qom/cpu.h
1030 F: target-i386/cpu.c
1035 F: include/hw/cpu/icc_bus.h
1043 F: include/sysemu/device_tree.h
1048 F: include/qapi/error.h
1049 F: include/qemu/error-report.h
1051 F: util/qemu-error.c
1062 F: include/exec/ioport.h
1064 F: include/exec/memory.h
1065 F: include/exec/ram_addr.h
1067 F: include/exec/memory-internal.h
1073 F: include/ui/qemu-spice.h
1075 F: audio/spiceaudio.c
1103 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1105 Network device backends
1109 T: git git://github.com/jasowang/qemu.git net
1111 Netmap network backend
1115 W: http://info.iet.unipi.it/~luigi/netmap/
1119 Network Block Device (NBD)
1124 F: include/block/nbd*
1126 T: git git://github.com/bonzini/qemu.git nbd-next
1132 F: include/sysemu/numa.h
1135 T: git git://github.com/ehabkost/qemu.git numa
1144 X: include/qapi/qmp/
1145 F: include/qapi/qmp/dispatch.h
1146 F: tests/qapi-schema/
1147 F: tests/test-*-visitor.c
1148 F: tests/test-qmp-*.c
1151 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1159 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1165 F: include/qapi/qmp/
1166 X: include/qapi/qmp/dispatch.h
1167 F: tests/check-qdict.c
1168 F: tests/check-qfloat.c
1169 F: tests/check-qint.c
1170 F: tests/check-qjson.c
1171 F: tests/check-qlist.c
1172 F: tests/check-qstring.c
1173 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1179 T: git git://github.com/mdroth/qemu.git qga
1184 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1186 X: include/qom/cpu.h
1189 F: tests/check-qom-interface.c
1190 F: tests/check-qom-proplist.c
1201 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1208 T: git git://git.kiszka.org/qemu.git queues/slirp
1214 F: scripts/tracetool.py
1215 F: scripts/tracetool/
1217 T: git git://github.com/stefanha/qemu.git tracing
1222 F: scripts/checkpatch.pl
1228 F: include/migration/
1230 F: scripts/vmstate-static-checker.py
1231 F: tests/vmstate-static-checker-data/
1237 F: include/sysemu/seccomp.h
1244 F: tests/test-crypto-*
1250 F: include/qemu/coroutine*
1251 F: tests/test-coroutine.c
1257 F: include/qemu/buffer.h
1271 F: include/qemu/sockets.h
1272 F: util/qemu-sockets.c
1292 Tiny Code Generator (TCG)
1293 -------------------------
1363 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1369 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1374 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1379 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1396 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1406 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1413 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1435 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1443 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1450 F: block/archipelago.c
1451 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1458 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1465 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1488 F: block/blkverify.c
1513 F: block/parallels.c
1514 F: docs/specs/parallels.txt
1526 F: block/linux-aio.c
1528 F: block/raw-posix.c
1529 F: block/raw-win32.c
1531 F: block/win32-aio.c
1567 F: tests/image-fuzzer/
1572 Build system architecture
1575 F: docs/build-system.txt