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 ------------------------------
53 M: Anthony Liguori <aliguori@amazon.com>
54 M: Peter Maydell <peter.maydell@linaro.org>
56 Responsible Disclosure, Reporting Security Issues
57 ------------------------------
58 W: http://wiki.qemu.org/SecurityProcess
59 M: Michael S. Tsirkin <mst@redhat.com>
60 M: Anthony Liguori <aliguori@amazon.com>
61 L: secalert@redhat.com
63 Guest CPU cores (TCG):
64 ----------------------
66 L: qemu-devel@nongnu.org
72 F: include/exec/cpu_ldst.h
73 F: include/exec/cpu_ldst_template.h
74 F: include/exec/helper*.h
77 M: Richard Henderson <rth@twiddle.net>
84 M: Peter Maydell <peter.maydell@linaro.org>
91 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
98 M: Michael Walle <michael@walle.cc>
105 F: include/hw/char/lm32_juart.h
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
117 F: target-microblaze/
121 M: Aurelien Jarno <aurelien@aurel32.net>
122 M: Leon Alrae <leon.alrae@imgtec.com>
129 M: Anthony Green <green@moxielogic.com>
134 M: Jia Liu <proljc@gmail.com>
138 F: tests/tcg/openrisc/
141 M: Alexander Graf <agraf@suse.de>
142 L: qemu-ppc@nongnu.org
148 M: Richard Henderson <rth@twiddle.net>
149 M: Alexander Graf <agraf@suse.de>
155 M: Aurelien Jarno <aurelien@aurel32.net>
161 M: Blue Swirl <blauwirbel@gmail.com>
162 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
169 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
175 M: Paolo Bonzini <pbonzini@redhat.com>
176 M: Richard Henderson <rth@twiddle.net>
182 M: Max Filippov <jcmvbkbc@gmail.com>
183 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
190 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
195 Guest CPU Cores (KVM):
196 ----------------------
199 M: Paolo Bonzini <pbonzini@redhat.com>
200 L: kvm@vger.kernel.org
206 M: Peter Maydell <peter.maydell@linaro.org>
211 M: James Hogan <james.hogan@imgtec.com>
216 M: Alexander Graf <agraf@suse.de>
221 M: Christian Borntraeger <borntraeger@de.ibm.com>
222 M: Cornelia Huck <cornelia.huck@de.ibm.com>
223 M: Alexander Graf <agraf@suse.de>
225 F: target-s390x/kvm.c
226 F: hw/intc/s390_flic.c
227 F: hw/intc/s390_flic_kvm.c
228 F: include/hw/s390x/s390_flic.h
231 M: Paolo Bonzini <pbonzini@redhat.com>
232 M: Marcelo Tosatti <mtosatti@redhat.com>
233 L: kvm@vger.kernel.org
237 Guest CPU Cores (Xen):
238 ----------------------
241 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
242 L: xen-devel@lists.xensource.com
251 L: qemu-devel@nongnu.org
257 L: qemu-devel@nongnu.org
262 L: qemu-devel@nongnu.org
263 M: Stefan Weil <sw@weilnetz.de>
270 M: Li Guang <lig.fnst@cn.fujitsu.com>
272 F: hw/*/allwinner-a10*
273 F: include/hw/*/allwinner-a10*
274 F: hw/arm/cubieboard.c
277 M: Evgeny Voevodin <e.voevodin@samsung.com>
278 M: Maksim Kozlov <m.kozlov@samsung.com>
279 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
280 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
285 M: Rob Herring <robh@kernel.org>
291 M: Antony Pavlov <antonynpavlov@gmail.com>
293 F: include/hw/arm/digic.h
297 L: qemu-devel@nongnu.org
302 M: Peter Chubb <peter.chubb@nicta.com.au>
308 M: Peter Maydell <peter.maydell@linaro.org>
310 F: hw/arm/integratorcp.c
313 L: qemu-devel@nongnu.org
315 F: hw/arm/mainstone.c
318 M: Jan Kiszka <jan.kiszka@web.de>
323 M: Andrzej Zaborowski <balrogg@gmail.com>
328 M: Andrzej Zaborowski <balrogg@gmail.com>
333 M: Peter Maydell <peter.maydell@linaro.org>
338 M: Andrzej Zaborowski <balrogg@gmail.com>
343 M: Peter Maydell <peter.maydell@linaro.org>
348 M: Peter Maydell <peter.maydell@linaro.org>
353 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
355 F: hw/arm/xilinx_zynq.c
356 F: hw/misc/zynq_slcr.c
358 F: hw/ssi/xilinx_spips.c
363 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
365 F: hw/cris/axis_dev88.c
370 EVR32 and uclinux BSP
371 M: Michael Walle <michael@walle.cc>
373 F: hw/lm32/lm32_boards.c
376 M: Michael Walle <michael@walle.cc>
378 F: hw/lm32/milkymist.c
388 F: hw/m68k/dummy_m68k.c
397 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
399 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
402 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
404 F: hw/microblaze/petalogix_ml605_mmu.c
409 M: Hervé Poussineau <hpoussin@reactos.org>
411 F: hw/mips/mips_jazz.c
414 M: Aurelien Jarno <aurelien@aurel32.net>
416 F: hw/mips/mips_malta.c
419 L: qemu-devel@nongnu.org
421 F: hw/mips/mips_mipssim.c
424 M: Aurelien Jarno <aurelien@aurel32.net>
426 F: hw/mips/mips_r4k.c
431 M: Jia Liu <proljc@gmail.com>
433 F: hw/openrisc/openrisc_sim.c
438 M: Alexander Graf <agraf@suse.de>
439 L: qemu-ppc@nongnu.org
441 F: hw/ppc/ppc405_boards.c
444 M: Alexander Graf <agraf@suse.de>
445 L: qemu-ppc@nongnu.org
447 F: hw/ppc/ppc440_bamboo.c
450 M: Alexander Graf <agraf@suse.de>
451 M: Scott Wood <scottwood@freescale.com>
452 L: qemu-ppc@nongnu.org
458 M: Alexander Graf <agraf@suse.de>
459 M: Scott Wood <scottwood@freescale.com>
460 L: qemu-ppc@nongnu.org
462 F: hw/ppc/mpc8544ds.c
463 F: hw/ppc/mpc8544_guts.c
466 M: Alexander Graf <agraf@suse.de>
467 L: qemu-ppc@nongnu.org
469 F: hw/ppc/mac_newworld.c
470 F: hw/pci-host/uninorth.c
471 F: hw/pci-bridge/dec.[hc]
475 M: Alexander Graf <agraf@suse.de>
476 L: qemu-ppc@nongnu.org
478 F: hw/ppc/mac_oldworld.c
479 F: hw/pci-host/grackle.c
483 M: Andreas Färber <andreas.faerber@web.de>
484 L: qemu-ppc@nongnu.org
487 F: hw/pci-host/prep.[hc]
488 F: hw/isa/pc87312.[hc]
491 M: Alexander Graf <agraf@suse.de>
492 L: qemu-ppc@nongnu.org
495 F: include/hw/*/spapr*
497 F: include/hw/*/xics*
498 F: pc-bios/spapr-rtas/*
501 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
502 L: qemu-ppc@nongnu.org
504 F: hw/ppc/virtex_ml507.c
509 M: Magnus Damm <magnus.damm@gmail.com>
514 M: Magnus Damm <magnus.damm@gmail.com>
521 M: Blue Swirl <blauwirbel@gmail.com>
522 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
527 M: Blue Swirl <blauwirbel@gmail.com>
528 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
530 F: hw/sparc64/sun4u.c
533 M: Fabien Chouteau <chouteau@adacore.com>
541 M: Alexander Graf <agraf@suse.de>
544 X: hw/s390x/*pci*.[hc]
547 M: Cornelia Huck <cornelia.huck@de.ibm.com>
548 M: Christian Borntraeger <borntraeger@de.ibm.com>
549 M: Alexander Graf <agraf@suse.de>
551 F: hw/s390x/s390-virtio-ccw.c
553 F: hw/s390x/sclp*.[hc]
554 F: hw/s390x/ipl*.[hc]
555 F: hw/s390x/*pci*.[hc]
558 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
562 PKUnity-3 SoC initramfs-with-busybox
563 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571 M: Anthony Liguori <aliguori@amazon.com>
572 M: Michael S. Tsirkin <mst@redhat.com>
576 F: hw/pci-host/piix.c
579 F: include/hw/pci-host/q35.h
580 F: include/hw/pci-host/pam.h
583 F: hw/i2c/smbus_ich9.c
586 F: include/hw/acpi/ich9.h
587 F: include/hw/acpi/piix.h
593 M: Max Filippov <jcmvbkbc@gmail.com>
597 XTFPGA (LX60, LX200, ML605, KC705)
598 M: Max Filippov <jcmvbkbc@gmail.com>
600 F: hw/xtensa/xtfpga.c
601 F: hw/net/opencores_eth.c
606 M: Jiri Slaby <jslaby@suse.cz>
611 M: John Snow <jsnow@redhat.com>
612 L: qemu-block@nongnu.org
618 F: hw/block/hd-geometry.c
621 T: git git://github.com/jnsnow/qemu.git ide
624 M: John Snow <jsnow@redhat.com>
625 L: qemu-block@nongnu.org
628 F: include/hw/block/fdc.h
629 T: git git://github.com/jnsnow/qemu.git ide
632 M: Peter Maydell <peter.maydell@linaro.org>
637 M: Michael S. Tsirkin <mst@redhat.com>
644 M: Alexander Graf <agraf@suse.de>
645 L: qemu-ppc@nongnu.org
650 M: Alexander Graf <agraf@suse.de>
651 M: Scott Wood <scottwood@freescale.com>
652 L: qemu-ppc@nongnu.org
657 M: Paolo Bonzini <pbonzini@redhat.com>
661 T: git git://github.com/bonzini/qemu.git scsi-next
665 F: hw/scsi/lsi53c895a.c
668 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
674 M: Gerd Hoffmann <kraxel@redhat.com>
677 F: tests/usb-*-test.c
680 M: Gerd Hoffmann <kraxel@redhat.com>
681 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
683 F: hw/usb/dev-serial.c
686 M: Alex Williamson <alex.williamson@redhat.com>
691 M: Michael S. Tsirkin <mst@redhat.com>
696 M: Anthony Liguori <aliguori@amazon.com>
697 M: Michael S. Tsirkin <mst@redhat.com>
702 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
706 F: tests/virtio-9p-test.c
707 T: git git://github.com/kvaneesh/QEMU.git
710 M: Kevin Wolf <kwolf@redhat.com>
711 M: Stefan Hajnoczi <stefanha@redhat.com>
713 F: hw/block/virtio-blk.c
716 M: Cornelia Huck <cornelia.huck@de.ibm.com>
717 M: Christian Borntraeger <borntraeger@de.ibm.com>
719 F: hw/s390x/virtio-ccw.[hc]
720 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
723 M: Amit Shah <amit.shah@redhat.com>
725 F: hw/char/virtio-serial-bus.c
726 F: hw/char/virtio-console.c
727 F: include/hw/virtio/virtio-serial.h
730 M: Amit Shah <amit.shah@redhat.com>
732 F: hw/virtio/virtio-rng.c
733 F: include/hw/virtio/virtio-rng.h
737 M: Keith Busch <keith.busch@intel.com>
743 M: Hannes Reinecke <hare@suse.de>
749 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
750 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
753 F: include/hw/xilinx.h
756 M: Dmitry Fleytman <dmitry@daynix.com>
759 F: hw/scsi/vmw_pvscsi*
764 M: Vassili Karpov (malc) <av1474@comtv.ru>
765 M: Gerd Hoffmann <kraxel@redhat.com>
770 F: tests/es1370-test.c
771 F: tests/intel-hda-test.c
774 M: Kevin Wolf <kwolf@redhat.com>
775 M: Stefan Hajnoczi <stefanha@redhat.com>
785 F: tests/image-fuzzer/
786 F: tests/qemu-iotests/
787 T: git git://repo.or.cz/qemu/kevin.git block
788 T: git git://github.com/stefanha/qemu.git block
791 M: Jeff Cody <jcody@redhat.com>
792 L: qemu-block@nongnu.org
795 F: include/block/blockjob.h
800 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
803 M: Anthony Liguori <aliguori@amazon.com>
804 M: Paolo Bonzini <pbonzini@redhat.com>
807 F: backends/msmouse.c
808 F: backends/testdev.c
810 Character Devices (Braille)
811 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
816 M: Markus Armbruster <armbru@redhat.com>
818 F: scripts/coverity-model.c
821 M: Andreas Färber <afaerber@suse.de>
828 M: Igor Mammedov <imammedo@redhat.com>
830 F: include/hw/cpu/icc_bus.h
834 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
835 M: Alexander Graf <agraf@suse.de>
840 L: qemu-devel@nongnu.org
846 M: Paolo Bonzini <pbonzini@redhat.com>
848 F: include/exec/ioport.h
850 F: include/exec/memory.h
852 F: include/exec/memory-internal.h
856 M: Gerd Hoffmann <kraxel@redhat.com>
858 F: include/ui/qemu-spice.h
860 F: audio/spiceaudio.c
864 M: Anthony Liguori <aliguori@amazon.com>
865 M: Gerd Hoffmann <kraxel@redhat.com>
870 M: Andreas Färber <andreas.faerber@web.de>
871 M: Peter Maydell <peter.maydell@linaro.org>
876 M: Anthony Liguori <aliguori@amazon.com>
877 M: Paolo Bonzini <pbonzini@redhat.com>
885 M: Luiz Capitulino <lcapitulino@redhat.com>
890 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
893 M: Anthony Liguori <aliguori@amazon.com>
894 M: Stefan Hajnoczi <stefanha@redhat.com>
895 M: Jason Wang <jasowang@redhat.com>
898 T: git git://github.com/stefanha/qemu.git net
900 Netmap network backend
901 M: Luigi Rizzo <rizzo@iet.unipi.it>
902 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
903 M: Vincenzo Maffione <v.maffione@gmail.com>
904 W: http://info.iet.unipi.it/~luigi/netmap/
908 Network Block Device (NBD)
909 M: Paolo Bonzini <pbonzini@redhat.com>
914 T: git git://github.com/bonzini/qemu.git nbd-next
917 M: Luiz Capitulino <lcapitulino@redhat.com>
918 M: Michael Roth <mdroth@linux.vnet.ibm.com>
921 F: tests/qapi-schema/
922 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
925 M: Eric Blake <eblake@redhat.com>
926 M: Luiz Capitulino <lcapitulino@redhat.com>
927 M: Markus Armbruster <armbru@redhat.com>
930 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
933 M: Luiz Capitulino <lcapitulino@redhat.com>
936 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
939 M: Michael Roth <mdroth@linux.vnet.ibm.com>
942 T: git git://github.com/mdroth/qemu.git qga
945 M: Anthony Liguori <aliguori@amazon.com>
946 M: Andreas Färber <afaerber@suse.de>
948 T: git git://github.com/afaerber/qemu-cpu.git qom-next
956 M: Luiz Capitulino <lcapitulino@redhat.com>
962 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
965 M: Jan Kiszka <jan.kiszka@siemens.com>
968 T: git git://git.kiszka.org/qemu.git queues/slirp
971 M: Stefan Hajnoczi <stefanha@redhat.com>
974 F: scripts/tracetool.py
975 F: scripts/tracetool/
977 T: git git://github.com/stefanha/qemu.git tracing
980 M: Blue Swirl <blauwirbel@gmail.com>
982 F: scripts/checkpatch.pl
985 M: Juan Quintela <quintela@redhat.com>
986 M: Amit Shah <amit.shah@redhat.com>
988 F: include/migration/
992 F: scripts/vmstate-static-checker.py
993 F: tests/vmstate-static-checker-data/
996 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
999 F: include/sysemu/seccomp.h
1004 M: Riku Voipio <riku.voipio@iki.fi>
1010 M: Blue Swirl <blauwirbel@gmail.com>
1015 M: Riku Voipio <riku.voipio@iki.fi>
1019 Tiny Code Generator (TCG)
1020 -------------------------
1022 M: Richard Henderson <rth@twiddle.net>
1027 M: Claudio Fontana <claudio.fontana@huawei.com>
1028 M: Claudio Fontana <claudio.fontana@gmail.com>
1033 M: Andrzej Zaborowski <balrogg@gmail.com>
1038 L: qemu-devel@nongnu.org
1043 M: Aurelien Jarno <aurelien@aurel32.net>
1048 M: Aurelien Jarno <aurelien@aurel32.net>
1053 M: Vassili Karpov (malc) <av1474@comtv.ru>
1058 M: Vassili Karpov (malc) <av1474@comtv.ru>
1063 M: Alexander Graf <agraf@suse.de>
1064 M: Richard Henderson <rth@twiddle.net>
1069 M: Blue Swirl <blauwirbel@gmail.com>
1074 M: Stefan Weil <sw@weilnetz.de>
1082 L: qemu-stable@nongnu.org
1083 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1087 L: qemu-stable@nongnu.org
1088 M: Andreas Färber <afaerber@suse.de>
1089 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1093 L: qemu-stable@nongnu.org
1094 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1098 L: qemu-stable@nongnu.org
1099 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1105 M: Fam Zheng <famz@redhat.com>
1110 M: Josh Durgin <josh.durgin@inktank.com>
1111 M: Jeff Cody <jcody@redhat.com>
1112 L: qemu-block@nongnu.org
1115 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1118 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1119 M: Liu Yuan <namei.unix@gmail.com>
1120 M: Jeff Cody <jcody@redhat.com>
1121 L: qemu-block@nongnu.org
1122 L: sheepdog@lists.wpkg.org
1125 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1128 M: Jeff Cody <jcody@redhat.com>
1129 L: qemu-block@nongnu.org
1132 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1135 M: Stefan Weil <sw@weilnetz.de>
1140 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1141 M: Paolo Bonzini <pbonzini@redhat.com>
1142 M: Peter Lieven <pl@kamp.de>
1147 M: Jeff Cody <jcody@redhat.com>
1148 M: Peter Lieven <pl@kamp.de>
1149 L: qemu-block@nongnu.org
1152 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1155 M: Richard W.M. Jones <rjones@redhat.com>
1156 M: Jeff Cody <jcody@redhat.com>
1157 L: qemu-block@nongnu.org
1160 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1163 M: Chrysostomos Nanakos <chris@include.gr>
1164 M: Jeff Cody <jcody@redhat.com>
1165 L: qemu-block@nongnu.org
1167 F: block/archipelago.c
1168 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1171 M: Jeff Cody <jcody@redhat.com>
1172 L: qemu-block@nongnu.org
1175 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1178 M: Jeff Cody <jcody@redhat.com>
1179 L: qemu-block@nongnu.org
1182 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1185 M: Gonglei <arei.gonglei@huawei.com>