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>
55 Guest CPU cores (TCG):
56 ----------------------
58 M: Richard Henderson <rth@twiddle.net>
64 M: Peter Maydell <peter.maydell@linaro.org>
71 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
77 M: Michael Walle <michael@walle.cc>
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
95 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Anthony Green <green@moxielogic.com>
106 M: Jia Liu <proljc@gmail.com>
112 M: Alexander Graf <agraf@suse.de>
113 L: qemu-ppc@nongnu.org
119 M: Richard Henderson <rth@twiddle.net>
120 M: Alexander Graf <agraf@suse.de>
126 M: Aurelien Jarno <aurelien@aurel32.net>
132 M: Blue Swirl <blauwirbel@gmail.com>
139 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
145 M: qemu-devel@nongnu.org
151 M: Max Filippov <jcmvbkbc@gmail.com>
152 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
157 Guest CPU Cores (KVM):
158 ----------------------
161 M: Paolo Bonzini <pbonzini@redhat.com>
162 L: kvm@vger.kernel.org
168 M: Peter Maydell <peter.maydell@linaro.org>
173 M: Alexander Graf <agraf@suse.de>
178 M: Christian Borntraeger <borntraeger@de.ibm.com>
179 M: Cornelia Huck <cornelia.huck@de.ibm.com>
180 M: Alexander Graf <agraf@suse.de>
182 F: target-s390x/kvm.c
183 F: hw/intc/s390_flic.[hc]
186 M: Marcelo Tosatti <mtosatti@redhat.com>
187 L: kvm@vger.kernel.org
191 Guest CPU Cores (Xen):
192 ----------------------
195 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
196 L: xen-devel@lists.xensource.com
205 L: qemu-devel@nongnu.org
211 L: qemu-devel@nongnu.org
216 L: qemu-devel@nongnu.org
217 M: Stefan Weil <sw@weilnetz.de>
224 M: Li Guang <lig.fnst@cn.fujitsu.com>
226 F: hw/*/allwinner-a10*
227 F: include/hw/*/allwinner-a10*
228 F: hw/arm/cubieboard.c
231 M: Evgeny Voevodin <e.voevodin@samsung.com>
232 M: Maksim Kozlov <m.kozlov@samsung.com>
233 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
234 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
239 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
245 M: Antony Pavlov <antonynpavlov@gmail.com>
247 F: include/hw/arm/digic.h
251 M: qemu-devel@nongnu.org
256 M: Peter Chubb <peter.chubb@nicta.com.au>
262 M: Peter Maydell <peter.maydell@linaro.org>
264 F: hw/arm/integratorcp.c
267 M: qemu-devel@nongnu.org
269 F: hw/arm/mainstone.c
272 M: Jan Kiszka <jan.kiszka@web.de>
277 M: Andrzej Zaborowski <balrogg@gmail.com>
282 M: Andrzej Zaborowski <balrogg@gmail.com>
287 M: Peter Maydell <peter.maydell@linaro.org>
292 M: Andrzej Zaborowski <balrogg@gmail.com>
297 M: Peter Maydell <peter.maydell@linaro.org>
302 M: Peter Maydell <peter.maydell@linaro.org>
307 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
309 F: hw/arm/xilinx_zynq.c
310 F: hw/misc/zynq_slcr.c
312 F: hw/ssi/xilinx_spips.c
317 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
319 F: hw/cris/axis_dev88.c
324 EVR32 and uclinux BSP
325 M: Michael Walle <michael@walle.cc>
327 F: hw/lm32/lm32_boards.c
330 M: Michael Walle <michael@walle.cc>
332 F: hw/lm32/milkymist.c
342 F: hw/m68k/dummy_m68k.c
351 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
353 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
356 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
358 F: hw/microblaze/petalogix_ml605_mmu.c
363 M: Hervé Poussineau <hpoussin@reactos.org>
365 F: hw/mips/mips_jazz.c
368 M: Aurelien Jarno <aurelien@aurel32.net>
370 F: hw/mips/mips_malta.c
373 M: qemu-devel@nongnu.org
375 F: hw/mips/mips_mipssim.c
378 M: Aurelien Jarno <aurelien@aurel32.net>
380 F: hw/mips/mips_r4k.c
385 M: Jia Liu <proljc@gmail.com>
387 F: hw/openrisc/openrisc_sim.c
392 M: Alexander Graf <agraf@suse.de>
393 L: qemu-ppc@nongnu.org
395 F: hw/ppc/ppc405_boards.c
398 M: Alexander Graf <agraf@suse.de>
399 L: qemu-ppc@nongnu.org
401 F: hw/ppc/ppc440_bamboo.c
404 M: Alexander Graf <agraf@suse.de>
405 M: Scott Wood <scottwood@freescale.com>
406 L: qemu-ppc@nongnu.org
412 M: Alexander Graf <agraf@suse.de>
413 M: Scott Wood <scottwood@freescale.com>
414 L: qemu-ppc@nongnu.org
416 F: hw/ppc/mpc8544ds.c
417 F: hw/ppc/mpc8544_guts.c
420 M: Alexander Graf <agraf@suse.de>
421 L: qemu-ppc@nongnu.org
423 F: hw/ppc/mac_newworld.c
424 F: hw/pci-host/uninorth.c
425 F: hw/pci-bridge/dec.[hc]
429 M: Alexander Graf <agraf@suse.de>
430 L: qemu-ppc@nongnu.org
432 F: hw/ppc/mac_oldworld.c
433 F: hw/pci-host/grackle.c
437 M: Andreas Färber <andreas.faerber@web.de>
438 L: qemu-ppc@nongnu.org
441 F: hw/pci-host/prep.[hc]
442 F: hw/isa/pc87312.[hc]
445 M: Alexander Graf <agraf@suse.de>
446 L: qemu-ppc@nongnu.org
449 F: include/hw/*/spapr*
451 F: include/hw/*/xics*
452 F: pc-bios/spapr-rtas/*
455 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
456 L: qemu-ppc@nongnu.org
458 F: hw/ppc/virtex_ml507.c
463 M: Magnus Damm <magnus.damm@gmail.com>
468 M: Magnus Damm <magnus.damm@gmail.com>
475 M: Blue Swirl <blauwirbel@gmail.com>
480 M: Blue Swirl <blauwirbel@gmail.com>
482 F: hw/sparc64/sun4u.c
485 M: Fabien Chouteau <chouteau@adacore.com>
493 M: Alexander Graf <agraf@suse.de>
498 M: Cornelia Huck <cornelia.huck@de.ibm.com>
499 M: Christian Borntraeger <borntraeger@de.ibm.com>
500 M: Alexander Graf <agraf@suse.de>
502 F: hw/s390x/s390-virtio-ccw.c
504 F: hw/s390x/sclp*.[hc]
505 F: hw/s390x/ipl*.[hc]
506 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
510 PKUnity-3 SoC initramfs-with-busybox
511 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
519 M: Anthony Liguori <aliguori@amazon.com>
520 M: Michael S. Tsirkin <mst@redhat.com>
524 F: hw/pci-host/piix.c
527 F: include/hw/pci-host/q35.h
528 F: include/hw/pci-host/pam.h
531 F: hw/i2c/smbus_ich9.c
534 F: include/hw/acpi/ich9.h
535 F: include/hw/acpi/piix.h
541 M: Max Filippov <jcmvbkbc@gmail.com>
543 F: hw/xtensa/xtensa_sim.c
546 M: Max Filippov <jcmvbkbc@gmail.com>
548 F: hw/xtensa/xtensa_lx60.c
553 M: Kevin Wolf <kwolf@redhat.com>
559 M: Peter Maydell <peter.maydell@linaro.org>
564 M: Michael S. Tsirkin <mst@redhat.com>
571 M: Alexander Graf <agraf@suse.de>
572 L: qemu-ppc@nongnu.org
577 M: Alexander Graf <agraf@suse.de>
578 M: Scott Wood <scottwood@freescale.com>
579 L: qemu-ppc@nongnu.org
584 M: Paolo Bonzini <pbonzini@redhat.com>
588 T: git git://github.com/bonzini/qemu.git scsi-next
592 F: hw/scsi/lsi53c895a.c
595 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
601 M: Gerd Hoffmann <kraxel@redhat.com>
606 M: Alex Williamson <alex.williamson@redhat.com>
611 M: Michael S. Tsirkin <mst@redhat.com>
616 M: Anthony Liguori <aliguori@amazon.com>
617 M: Michael S. Tsirkin <mst@redhat.com>
622 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
626 F: tests/virtio-9p-test.c
627 T: git git://github.com/kvaneesh/QEMU.git
630 M: Kevin Wolf <kwolf@redhat.com>
631 M: Stefan Hajnoczi <stefanha@redhat.com>
633 F: hw/block/virtio-blk.c
636 M: Cornelia Huck <cornelia.huck@de.ibm.com>
637 M: Christian Borntraeger <borntraeger@de.ibm.com>
639 F: hw/s390x/virtio-ccw.[hc]
640 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
643 M: Amit Shah <amit.shah@redhat.com>
645 F: hw/char/virtio-serial-bus.c
646 F: hw/char/virtio-console.c
649 M: Keith Busch <keith.busch@intel.com>
655 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
656 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
659 F: include/hw/xilinx.h
664 M: Vassili Karpov (malc) <av1474@comtv.ru>
665 M: Gerd Hoffmann <kraxel@redhat.com>
671 M: Kevin Wolf <kwolf@redhat.com>
672 M: Stefan Hajnoczi <stefanha@redhat.com>
677 T: git git://repo.or.cz/qemu/kevin.git block
678 T: git git://github.com/stefanha/qemu.git block
681 M: Anthony Liguori <aliguori@amazon.com>
686 M: Andreas Färber <afaerber@suse.de>
693 M: Igor Mammedov <imammedo@redhat.com>
695 F: include/hw/cpu/icc_bus.h
699 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
700 M: Alexander Graf <agraf@suse.de>
705 M: qemu-devel@nongnu.org
711 M: Gerd Hoffmann <kraxel@redhat.com>
713 F: include/ui/qemu-spice.h
715 F: audio/spiceaudio.c
719 M: Anthony Liguori <aliguori@amazon.com>
720 M: Gerd Hoffmann <kraxel@redhat.com>
725 M: Andreas Färber <andreas.faerber@web.de>
726 M: Peter Maydell <peter.maydell@linaro.org>
731 M: Anthony Liguori <aliguori@amazon.com>
736 M: Luiz Capitulino <lcapitulino@redhat.com>
741 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
744 M: Anthony Liguori <aliguori@amazon.com>
745 M: Stefan Hajnoczi <stefanha@redhat.com>
748 T: git git://github.com/stefanha/qemu.git net
750 Netmap network backend
751 M: Luigi Rizzo <rizzo@iet.unipi.it>
752 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
753 M: Vincenzo Maffione <v.maffione@gmail.com>
754 W: http://info.iet.unipi.it/~luigi/netmap/
758 Network Block Device (NBD)
759 M: Paolo Bonzini <pbonzini@redhat.com>
764 T: git git://github.com/bonzini/qemu.git nbd-next
767 M: Luiz Capitulino <lcapitulino@redhat.com>
768 M: Michael Roth <mdroth@linux.vnet.ibm.com>
771 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
774 M: Eric Blake <eblake@redhat.com>
775 M: Luiz Capitulino <lcapitulino@redhat.com>
776 M: Markus Armbruster <armbru@redhat.com>
779 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
782 M: Luiz Capitulino <lcapitulino@redhat.com>
788 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
791 M: Jan Kiszka <jan.kiszka@siemens.com>
794 T: git git://git.kiszka.org/qemu.git queues/slirp
797 M: Stefan Hajnoczi <stefanha@redhat.com>
800 F: scripts/tracetool.py
801 F: scripts/tracetool/
803 T: git git://github.com/stefanha/qemu.git tracing
806 M: Blue Swirl <blauwirbel@gmail.com>
808 F: scripts/checkpatch.pl
811 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
814 F: include/sysemu/seccomp.h
819 M: Blue Swirl <blauwirbel@gmail.com>
824 M: Riku Voipio <riku.voipio@iki.fi>
828 Tiny Code Generator (TCG)
829 -------------------------
831 M: qemu-devel@nongnu.org
832 M: Richard Henderson <rth@twiddle.net>
837 M: Claudio Fontana <claudio.fontana@huawei.com>
838 M: Claudio Fontana <claudio.fontana@gmail.com>
843 M: Andrzej Zaborowski <balrogg@gmail.com>
848 M: qemu-devel@nongnu.org
853 M: Aurelien Jarno <aurelien@aurel32.net>
858 M: Aurelien Jarno <aurelien@aurel32.net>
863 M: Vassili Karpov (malc) <av1474@comtv.ru>
868 M: Vassili Karpov (malc) <av1474@comtv.ru>
873 M: Alexander Graf <agraf@suse.de>
874 M: Richard Henderson <rth@twiddle.net>
879 M: Blue Swirl <blauwirbel@gmail.com>
884 M: Stefan Weil <sw@weilnetz.de>
892 L: qemu-stable@nongnu.org
893 T: git git://git.qemu-project.org/qemu-stable-1.0.git
897 L: qemu-stable@nongnu.org
898 M: Andreas Färber <afaerber@suse.de>
899 T: git git://git.qemu-project.org/qemu-stable-0.15.git
903 L: qemu-stable@nongnu.org
904 T: git git://git.qemu-project.org/qemu-stable-0.14.git
908 L: qemu-stable@nongnu.org
909 T: git git://git.qemu-project.org/qemu-stable-0.10.git
915 M: Fam Zheng <famz@redhat.com>
920 M: Josh Durgin <josh.durgin@inktank.com>
925 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
926 M: Liu Yuan <namei.unix@gmail.com>
927 L: sheepdog@lists.wpkg.org
932 M: Jeff Cody <jcody@redhat.com>
937 M: Stefan Weil <sw@weilnetz.de>
942 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
943 M: Paolo Bonzini <pbonzini@redhat.com>
944 M: Peter Lieven <pl@kamp.de>
949 M: Peter Lieven <pl@kamp.de>
954 M: Richard W.M. Jones <rjones@redhat.com>