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: Peter Maydell <peter.maydell@linaro.org>
56 L: qemu-devel@nongnu.org
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
72 L: qemu-trivial@nongnu.org
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 ----------------------
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
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
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
107 M: Richard Henderson <rth@twiddle.net>
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
121 F: include/hw/cpu/a*mpcore.h
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
136 M: Richard Henderson <rth@twiddle.net>
142 M: Michael Walle <michael@walle.cc>
149 F: include/hw/char/lm32_juart.h
154 M: Laurent Vivier <laurent@vivier.eu>
160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
162 F: target/microblaze/
164 F: disas/microblaze.c
167 M: Aurelien Jarno <aurelien@aurel32.net>
168 M: Yongbok Kim <yongbok.kim@imgtec.com>
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
183 M: Anthony Green <green@moxielogic.com>
188 F: default-configs/moxie-softmmu.mak
191 M: Chris Wulff <crwulff@gmail.com>
192 M: Marek Vasut <marex@denx.de>
199 M: Jia Liu <proljc@gmail.com>
203 F: tests/tcg/openrisc/
206 M: David Gibson <david@gibson.dropbear.id.au>
207 M: Alexander Graf <agraf@suse.de>
208 L: qemu-ppc@nongnu.org
216 M: Richard Henderson <rth@twiddle.net>
217 M: Alexander Graf <agraf@suse.de>
224 M: Aurelien Jarno <aurelien@aurel32.net>
232 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
233 M: Artyom Tarasenko <atar4qemu@gmail.com>
241 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
245 F: include/hw/unicore32/
248 M: Paolo Bonzini <pbonzini@redhat.com>
249 M: Richard Henderson <rth@twiddle.net>
250 M: Eduardo Habkost <ehabkost@redhat.com>
257 M: Max Filippov <jcmvbkbc@gmail.com>
258 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
265 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
269 F: include/hw/tricore/
271 Guest CPU Cores (KVM):
272 ----------------------
275 M: Paolo Bonzini <pbonzini@redhat.com>
276 L: kvm@vger.kernel.org
280 F: include/sysemu/kvm*.h
283 M: Peter Maydell <peter.maydell@linaro.org>
284 L: qemu-arm@nongnu.org
289 M: James Hogan <james.hogan@imgtec.com>
294 M: Alexander Graf <agraf@suse.de>
299 M: Christian Borntraeger <borntraeger@de.ibm.com>
300 M: Cornelia Huck <cornelia.huck@de.ibm.com>
301 M: Alexander Graf <agraf@suse.de>
303 F: target/s390x/kvm.c
304 F: target/s390x/ioinst.[ch]
305 F: target/s390x/machine.c
306 F: hw/intc/s390_flic.c
307 F: hw/intc/s390_flic_kvm.c
308 F: include/hw/s390x/s390_flic.h
310 T: git git://github.com/cohuck/qemu.git s390-next
311 T: git git://github.com/borntraeger/qemu.git s390-next
314 M: Paolo Bonzini <pbonzini@redhat.com>
315 M: Marcelo Tosatti <mtosatti@redhat.com>
316 L: kvm@vger.kernel.org
320 Guest CPU Cores (Xen):
321 ----------------------
324 M: Stefano Stabellini <sstabellini@kernel.org>
325 M: Anthony Perard <anthony.perard@citrix.com>
326 L: xen-devel@lists.xenproject.org
330 F: hw/char/xen_console.c
331 F: hw/display/xenfb.c
338 F: include/sysemu/xen-mapcache.h
344 L: qemu-devel@nongnu.org
350 L: qemu-devel@nongnu.org
355 L: qemu-devel@nongnu.org
356 M: Stefan Weil <sw@weilnetz.de>
367 M: Beniamino Galvani <b.galvani@gmail.com>
368 L: qemu-arm@nongnu.org
371 F: include/hw/*/allwinner*
372 F: hw/arm/cubieboard.c
375 M: Peter Maydell <peter.maydell@linaro.org>
376 L: qemu-arm@nongnu.org
387 F: include/hw/arm/primecell.h
390 M: Peter Maydell <peter.maydell@linaro.org>
391 L: qemu-arm@nongnu.org
394 F: hw/intc/gic_internal.h
396 F: hw/misc/arm11scu.c
397 F: hw/timer/a9gtimer*
399 F: include/hw/arm/arm.h
400 F: include/hw/intc/arm*
401 F: include/hw/misc/a9scu.h
402 F: include/hw/misc/arm11scu.h
403 F: include/hw/timer/a9gtimer.h
404 F: include/hw/timer/arm_mptimer.h
407 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
408 L: qemu-arm@nongnu.org
411 F: include/hw/arm/exynos4210.h
414 M: Rob Herring <robh@kernel.org>
415 L: qemu-arm@nongnu.org
421 M: Antony Pavlov <antonynpavlov@gmail.com>
422 L: qemu-arm@nongnu.org
424 F: include/hw/arm/digic.h
428 L: qemu-devel@nongnu.org
429 L: qemu-arm@nongnu.org
434 M: Peter Chubb <peter.chubb@nicta.com.au>
435 L: qemu-arm@nongnu.org
440 F: include/hw/arm/fsl-imx31.h
443 M: Peter Maydell <peter.maydell@linaro.org>
444 L: qemu-arm@nongnu.org
446 F: hw/arm/integratorcp.c
447 F: hw/misc/arm_integrator_debug.c
450 M: Jan Kiszka <jan.kiszka@web.de>
451 L: qemu-arm@nongnu.org
456 M: Andrzej Zaborowski <balrogg@gmail.com>
457 L: qemu-arm@nongnu.org
462 M: Andrzej Zaborowski <balrogg@gmail.com>
463 L: qemu-arm@nongnu.org
468 M: Peter Maydell <peter.maydell@linaro.org>
469 L: qemu-arm@nongnu.org
472 F: hw/cpu/realview_mpcore.c
473 F: hw/intc/realview_gic.c
474 F: include/hw/intc/realview_gic.h
477 M: Andrzej Zaborowski <balrogg@gmail.com>
478 L: qemu-arm@nongnu.org
480 F: hw/arm/mainstone.c
485 F: hw/misc/mst_fpga.c
486 F: include/hw/arm/pxa.h
489 M: Peter Maydell <peter.maydell@linaro.org>
490 L: qemu-arm@nongnu.org
495 M: Peter Maydell <peter.maydell@linaro.org>
496 L: qemu-arm@nongnu.org
501 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
502 M: Alistair Francis <alistair.francis@xilinx.com>
503 L: qemu-arm@nongnu.org
508 F: include/hw/misc/zynq*
512 M: Alistair Francis <alistair.francis@xilinx.com>
513 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
514 L: qemu-arm@nongnu.org
517 F: include/hw/*/xlnx*.h
520 M: Shannon Zhao <zhaoshenglong@huawei.com>
521 M: Shannon Zhao <shannon.zhao@linaro.org>
522 L: qemu-arm@nongnu.org
524 F: hw/arm/virt-acpi-build.c
527 M: Alistair Francis <alistair@alistair23.me>
529 F: hw/arm/stm32f205_soc.c
530 F: hw/misc/stm32f2xx_syscfg.c
531 F: hw/char/stm32f2xx_usart.c
532 F: hw/timer/stm32f2xx_timer.c
534 F: hw/ssi/stm32f2xx_spi.c
537 M: Alistair Francis <alistair@alistair23.me>
539 F: hw/arm/netduino2.c
544 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
546 F: hw/cris/axis_dev88.c
551 EVR32 and uclinux BSP
552 M: Michael Walle <michael@walle.cc>
554 F: hw/lm32/lm32_boards.c
557 M: Michael Walle <michael@walle.cc>
559 F: hw/lm32/milkymist.c
564 M: Thomas Huth <huth@tuxfamily.org>
570 M: Thomas Huth <huth@tuxfamily.org>
573 F: hw/m68k/mcf_intc.c
574 F: hw/char/mcf_uart.c
576 F: include/hw/m68k/mcf*.h
581 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
586 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588 F: hw/microblaze/petalogix_ml605_mmu.c
593 M: Hervé Poussineau <hpoussin@reactos.org>
595 F: hw/mips/mips_jazz.c
598 M: Aurelien Jarno <aurelien@aurel32.net>
600 F: hw/mips/mips_malta.c
603 L: qemu-devel@nongnu.org
605 F: hw/mips/mips_mipssim.c
608 M: Aurelien Jarno <aurelien@aurel32.net>
610 F: hw/mips/mips_r4k.c
615 M: Jia Liu <proljc@gmail.com>
617 F: hw/openrisc/openrisc_sim.c
622 M: Alexander Graf <agraf@suse.de>
623 L: qemu-ppc@nongnu.org
625 F: hw/ppc/ppc405_boards.c
628 M: Alexander Graf <agraf@suse.de>
629 L: qemu-ppc@nongnu.org
631 F: hw/ppc/ppc440_bamboo.c
634 M: Alexander Graf <agraf@suse.de>
635 M: Scott Wood <scottwood@freescale.com>
636 L: qemu-ppc@nongnu.org
640 F: include/hw/ppc/ppc_e500.h
641 F: include/hw/pci-host/ppce500.h
642 F: pc-bios/u-boot.e500
645 M: Alexander Graf <agraf@suse.de>
646 M: Scott Wood <scottwood@freescale.com>
647 L: qemu-ppc@nongnu.org
649 F: hw/ppc/mpc8544ds.c
650 F: hw/ppc/mpc8544_guts.c
653 M: Alexander Graf <agraf@suse.de>
654 L: qemu-ppc@nongnu.org
656 F: hw/ppc/mac_newworld.c
657 F: hw/pci-host/uninorth.c
658 F: hw/pci-bridge/dec.[hc]
660 F: include/hw/ppc/mac_dbdma.h
661 F: hw/nvram/mac_nvram.c
664 M: Alexander Graf <agraf@suse.de>
665 L: qemu-ppc@nongnu.org
667 F: hw/ppc/mac_oldworld.c
668 F: hw/pci-host/grackle.c
670 F: hw/intc/heathrow_pic.c
673 M: Hervé Poussineau <hpoussin@reactos.org>
674 L: qemu-devel@nongnu.org
675 L: qemu-ppc@nongnu.org
678 F: hw/ppc/prep_systemio.c
679 F: hw/ppc/rs6000_mc.c
680 F: hw/pci-host/prep.[hc]
681 F: hw/isa/pc87312.[hc]
682 F: pc-bios/ppc_rom.bin
685 M: David Gibson <david@gibson.dropbear.id.au>
686 M: Alexander Graf <agraf@suse.de>
687 L: qemu-ppc@nongnu.org
690 F: include/hw/*/spapr*
692 F: include/hw/*/xics*
693 F: pc-bios/spapr-rtas/*
694 F: pc-bios/spapr-rtas.bin
696 F: pc-bios/skiboot.lid
697 F: docs/specs/ppc-spapr-hcalls.txt
698 F: docs/specs/ppc-spapr-hotplug.txt
700 F: tests/libqos/*spapr*
702 F: tests/libqos/rtas*
705 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
706 L: qemu-ppc@nongnu.org
708 F: hw/ppc/virtex_ml507.c
713 M: Magnus Damm <magnus.damm@gmail.com>
717 F: hw/timer/sh_timer.c
720 M: Magnus Damm <magnus.damm@gmail.com>
727 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
730 F: hw/dma/sparc32_dma.c
731 F: hw/dma/sun4m_iommu.c
732 F: hw/misc/eccmemctl.c
733 F: hw/misc/slavio_misc.c
734 F: include/hw/sparc/sparc32_dma.h
735 F: include/hw/sparc/sun4m.h
736 F: pc-bios/openbios-sparc32
739 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
741 F: hw/sparc64/sun4u.c
742 F: pc-bios/openbios-sparc64
745 M: Artyom Tarasenko <atar4qemu@gmail.com>
747 F: hw/sparc64/sun4v.c
748 F: hw/timer/sun4v-rtc.c
749 F: include/hw/timer/sun4v-rtc.h
752 M: Fabien Chouteau <chouteau@adacore.com>
756 F: include/hw/sparc/grlib.h
761 M: Cornelia Huck <cornelia.huck@de.ibm.com>
762 M: Christian Borntraeger <borntraeger@de.ibm.com>
763 M: Alexander Graf <agraf@suse.de>
765 F: hw/char/sclp*.[hc]
769 F: hw/watchdog/wdt_diag288.c
770 F: include/hw/watchdog/wdt_diag288.h
771 F: pc-bios/s390-ccw.img
772 F: default-configs/s390x-softmmu.mak
773 T: git git://github.com/cohuck/qemu.git s390-next
774 T: git git://github.com/borntraeger/qemu.git s390-next
778 PKUnity-3 SoC initramfs-with-busybox
779 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
787 M: Michael S. Tsirkin <mst@redhat.com>
791 F: hw/pci-host/piix.c
794 F: include/hw/pci-host/q35.h
795 F: include/hw/pci-host/pam.h
798 F: hw/i2c/smbus_ich9.c
801 F: include/hw/acpi/ich9.h
802 F: include/hw/acpi/piix4.h
806 M: Michael S. Tsirkin <mst@redhat.com>
807 M: Paolo Bonzini <pbonzini@redhat.com>
809 F: hw/char/debugcon.c
810 F: hw/char/parallel.c
817 F: hw/misc/debugexit.c
818 F: hw/misc/pc-testdev.c
821 F: hw/timer/mc146818rtc*
822 F: include/hw/i2c/pm_smbus.h
823 F: include/hw/timer/hpet.h
824 F: include/hw/timer/i8254*
825 F: include/hw/timer/mc146818rtc*
828 M: Eduardo Habkost <ehabkost@redhat.com>
829 M: Marcel Apfelbaum <marcel@redhat.com>
832 F: hw/core/null-machine.c
833 F: include/hw/boards.h
838 M: Max Filippov <jcmvbkbc@gmail.com>
842 XTFPGA (LX60, LX200, ML605, KC705)
843 M: Max Filippov <jcmvbkbc@gmail.com>
845 F: hw/xtensa/xtfpga.c
846 F: hw/net/opencores_eth.c
851 M: Jiri Slaby <jslaby@suse.cz>
856 M: John Snow <jsnow@redhat.com>
857 L: qemu-block@nongnu.org
864 F: hw/block/hd-geometry.c
867 F: tests/libqos/ahci*
868 T: git git://github.com/jnsnow/qemu.git ide
871 M: John Snow <jsnow@redhat.com>
872 L: qemu-block@nongnu.org
875 F: include/hw/block/fdc.h
877 T: git git://github.com/jnsnow/qemu.git ide
880 M: Peter Maydell <peter.maydell@linaro.org>
883 F: include/hw/arm/omap.h
886 M: Alberto Garcia <berto@igalia.com>
888 F: hw/char/ipoctal232.c
892 M: Michael S. Tsirkin <mst@redhat.com>
893 M: Marcel Apfelbaum <marcel@redhat.com>
896 F: hw/misc/pci-testdev.c
901 M: Michael S. Tsirkin <mst@redhat.com>
902 M: Igor Mammedov <imammedo@redhat.com>
905 F: include/hw/smbios/*
909 F: hw/i386/acpi-build.[hc]
910 F: hw/arm/virt-acpi-build.c
913 M: Alexander Graf <agraf@suse.de>
914 L: qemu-ppc@nongnu.org
917 F: include/hw/ppc/ppc4xx.h
920 M: Alexander Graf <agraf@suse.de>
921 M: Scott Wood <scottwood@freescale.com>
922 L: qemu-ppc@nongnu.org
925 F: hw/pci-host/ppce500.c
929 M: Paolo Bonzini <pbonzini@redhat.com>
934 M: Jason Wang <jasowang@redhat.com>
937 F: tests/virtio-net-test.c
938 T: git git://github.com/jasowang/qemu.git net
941 M: Paolo Bonzini <pbonzini@redhat.com>
945 F: tests/virtio-scsi-test.c
946 T: git git://github.com/bonzini/qemu.git scsi-next
950 F: hw/scsi/lsi53c895a.c
953 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
960 M: Alistair Francis <alistair.francis@xilinx.com>
961 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
966 M: Gerd Hoffmann <kraxel@redhat.com>
969 F: tests/usb-*-test.c
971 F: docs/usb-storage.txt
976 M: Gerd Hoffmann <kraxel@redhat.com>
977 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
979 F: hw/usb/dev-serial.c
982 M: Alex Williamson <alex.williamson@redhat.com>
988 M: Michael S. Tsirkin <mst@redhat.com>
993 M: Michael S. Tsirkin <mst@redhat.com>
996 F: hw/virtio/Makefile.objs
997 F: hw/virtio/trace-events
999 F: include/hw/virtio/
1000 F: tests/virtio-balloon-test.c
1003 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1004 M: Greg Kurz <groug@kaod.org>
1008 F: tests/virtio-9p-test.c
1009 T: git git://github.com/kvaneesh/QEMU.git
1010 T: git git://github.com/gkurz/qemu.git 9p-next
1013 M: Stefan Hajnoczi <stefanha@redhat.com>
1014 L: qemu-block@nongnu.org
1016 F: hw/block/virtio-blk.c
1017 F: hw/block/dataplane/*
1018 F: tests/virtio-blk-test.c
1019 T: git git://github.com/stefanha/qemu.git block
1022 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1023 M: Christian Borntraeger <borntraeger@de.ibm.com>
1025 F: hw/s390x/virtio-ccw.[hc]
1026 T: git git://github.com/cohuck/qemu.git s390-next
1027 T: git git://github.com/borntraeger/qemu.git s390-next
1030 M: Gerd Hoffmann <kraxel@redhat.com>
1032 F: hw/input/virtio-input*.c
1033 F: include/hw/virtio/virtio-input.h
1036 M: Amit Shah <amit@kernel.org>
1038 F: hw/char/virtio-serial-bus.c
1039 F: hw/char/virtio-console.c
1040 F: include/hw/virtio/virtio-serial.h
1041 F: tests/virtio-console-test.c
1042 F: tests/virtio-serial-test.c
1045 M: Amit Shah <amit@kernel.org>
1047 F: hw/virtio/virtio-rng.c
1048 F: include/hw/virtio/virtio-rng.h
1049 F: include/sysemu/rng*.h
1051 F: tests/virtio-rng-test.c
1054 M: Gonglei <arei.gonglei@huawei.com>
1056 F: hw/virtio/virtio-crypto.c
1057 F: hw/virtio/virtio-crypto-pci.c
1058 F: include/hw/virtio/virtio-crypto.h
1061 M: Keith Busch <keith.busch@intel.com>
1062 L: qemu-block@nongnu.org
1065 F: tests/nvme-test.c
1068 M: Hannes Reinecke <hare@suse.de>
1069 L: qemu-block@nongnu.org
1071 F: hw/scsi/megasas.c
1074 Network packet abstractions
1075 M: Dmitry Fleytman <dmitry@daynix.com>
1077 F: include/net/eth.h
1079 F: hw/net/net_rx_pkt*
1080 F: hw/net/net_tx_pkt*
1083 M: Dmitry Fleytman <dmitry@daynix.com>
1086 F: hw/scsi/vmw_pvscsi*
1089 M: Jiri Pirko <jiri@resnulli.us>
1093 F: docs/specs/rocker.txt
1096 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1100 F: include/hw/mem/nvdimm.h
1103 M: Dmitry Fleytman <dmitry@daynix.com>
1108 M: Dmitry Fleytman <dmitry@daynix.com>
1113 M: Alistair Francis <alistair.francis@xilinx.com>
1115 F: hw/core/generic-loader.c
1116 F: include/hw/core/generic-loader.h
1119 M: Thomas Huth <thuth@redhat.com>
1121 F: hw/nvram/chrp_nvram.c
1122 F: include/hw/nvram/chrp_nvram.h
1123 F: tests/prom-env-test.c
1128 M: Gerd Hoffmann <kraxel@redhat.com>
1132 F: include/hw/audio/
1133 F: tests/ac97-test.c
1134 F: tests/es1370-test.c
1135 F: tests/intel-hda-test.c
1138 M: Kevin Wolf <kwolf@redhat.com>
1139 M: Max Reitz <mreitz@redhat.com>
1140 L: qemu-block@nongnu.org
1148 F: tests/qemu-iotests/
1149 T: git git://repo.or.cz/qemu/kevin.git block
1152 M: Stefan Hajnoczi <stefanha@redhat.com>
1153 M: Fam Zheng <famz@redhat.com>
1154 L: qemu-block@nongnu.org
1160 F: include/block/aio.h
1161 T: git git://github.com/stefanha/qemu.git block
1164 M: Jeff Cody <jcody@redhat.com>
1165 L: qemu-block@nongnu.org
1168 F: include/block/blockjob.h
1173 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1175 Block QAPI, monitor, command line
1176 M: Markus Armbruster <armbru@redhat.com>
1181 T: git git://repo.or.cz/qemu/armbru.git block-next
1184 M: Fam Zheng <famz@redhat.com>
1185 M: John Snow <jsnow@redhat.com>
1186 L: qemu-block@nongnu.org
1189 F: block/dirty-bitmap.c
1190 F: include/qemu/hbitmap.h
1191 F: include/block/dirty-bitmap.h
1192 F: tests/test-hbitmap.c
1194 T: git git://github.com/famz/qemu.git bitmaps
1195 T: git git://github.com/jnsnow/qemu.git bitmaps
1197 Character device backends
1198 M: Paolo Bonzini <pbonzini@redhat.com>
1199 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1202 F: backends/msmouse.c
1203 F: backends/testdev.c
1205 Character Devices (Braille)
1206 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1211 M: Markus Armbruster <armbru@redhat.com>
1213 F: scripts/coverity-model.c
1216 L: qemu-devel@nongnu.org
1219 F: include/qom/cpu.h
1222 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1223 M: Alexander Graf <agraf@suse.de>
1226 F: include/sysemu/device_tree.h
1229 M: Markus Armbruster <armbru@redhat.com>
1231 F: include/qapi/error.h
1232 F: include/qemu/error-report.h
1234 F: util/qemu-error.c
1237 L: qemu-devel@nongnu.org
1243 M: Paolo Bonzini <pbonzini@redhat.com>
1245 F: include/exec/ioport.h
1247 F: include/exec/memory.h
1248 F: include/exec/ram_addr.h
1250 F: include/exec/memory-internal.h
1254 M: Gerd Hoffmann <kraxel@redhat.com>
1256 F: include/ui/qemu-spice.h
1257 F: include/ui/spice-display.h
1259 F: audio/spiceaudio.c
1263 M: Gerd Hoffmann <kraxel@redhat.com>
1269 M: Peter Maydell <peter.maydell@linaro.org>
1274 M: Paolo Bonzini <pbonzini@redhat.com>
1282 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1287 F: include/monitor/hmp-target.h
1289 Network device backends
1290 M: Jason Wang <jasowang@redhat.com>
1294 T: git git://github.com/jasowang/qemu.git net
1296 Netmap network backend
1297 M: Luigi Rizzo <rizzo@iet.unipi.it>
1298 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1299 M: Vincenzo Maffione <v.maffione@gmail.com>
1300 W: http://info.iet.unipi.it/~luigi/netmap/
1304 Network Block Device (NBD)
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1309 F: include/block/nbd*
1311 T: git git://github.com/bonzini/qemu.git nbd-next
1314 M: Eduardo Habkost <ehabkost@redhat.com>
1317 F: include/sysemu/numa.h
1318 T: git git://github.com/ehabkost/qemu.git numa
1320 Host Memory Backends
1321 M: Eduardo Habkost <ehabkost@redhat.com>
1322 M: Igor Mammedov <imammedo@redhat.com>
1324 F: backends/hostmem*.c
1325 F: include/sysemu/hostmem.h
1328 M: Gonglei <arei.gonglei@huawei.com>
1330 F: include/sysemu/cryptodev*.h
1331 F: backends/cryptodev*.c
1334 M: Markus Armbruster <armbru@redhat.com>
1335 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1340 X: include/qapi/qmp/
1341 F: include/qapi/qmp/dispatch.h
1342 F: tests/qapi-schema/
1343 F: tests/test-*-visitor.c
1344 F: tests/test-qmp-*.c
1347 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1350 M: Eric Blake <eblake@redhat.com>
1351 M: Markus Armbruster <armbru@redhat.com>
1355 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1358 M: Markus Armbruster <armbru@redhat.com>
1361 F: include/qapi/qmp/
1362 X: include/qapi/qmp/dispatch.h
1363 F: tests/check-qdict.c
1364 F: tests/check-qfloat.c
1365 F: tests/check-qint.c
1366 F: tests/check-qjson.c
1367 F: tests/check-qlist.c
1368 F: tests/check-qstring.c
1369 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1372 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1375 T: git git://github.com/mdroth/qemu.git qga
1378 M: Andreas Färber <afaerber@suse.de>
1380 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1382 X: include/qom/cpu.h
1385 F: tests/check-qom-interface.c
1386 F: tests/check-qom-proplist.c
1390 M: Markus Armbruster <armbru@redhat.com>
1396 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1399 M: Alistair Francis <alistair.francis@xilinx.com>
1401 F: hw/core/register.c
1402 F: include/hw/register.h
1405 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1406 M: Jan Kiszka <jan.kiszka@siemens.com>
1410 F: include/net/slirp.h
1411 T: git git://git.kiszka.org/qemu.git queues/slirp
1414 M: Paolo Bonzini <pbonzini@redhat.com>
1419 M: Stefan Hajnoczi <stefanha@redhat.com>
1422 F: scripts/tracetool.py
1423 F: scripts/tracetool/
1425 T: git git://github.com/stefanha/qemu.git tracing
1429 F: scripts/checkpatch.pl
1432 M: Juan Quintela <quintela@redhat.com>
1433 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1435 F: include/migration/
1437 F: scripts/vmstate-static-checker.py
1438 F: tests/vmstate-static-checker-data/
1439 F: docs/migration.txt
1442 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1445 F: include/sysemu/seccomp.h
1448 M: Daniel P. Berrange <berrange@redhat.com>
1452 F: tests/test-crypto-*
1455 M: Stefan Hajnoczi <stefanha@redhat.com>
1456 M: Kevin Wolf <kwolf@redhat.com>
1458 F: include/qemu/coroutine*
1459 F: tests/test-coroutine.c
1462 M: Daniel P. Berrange <berrange@redhat.com>
1465 F: include/qemu/buffer.h
1468 M: Daniel P. Berrange <berrange@redhat.com>
1475 M: Daniel P. Berrange <berrange@redhat.com>
1476 M: Gerd Hoffmann <kraxel@redhat.com>
1477 M: Paolo Bonzini <pbonzini@redhat.com>
1479 F: include/qemu/sockets.h
1480 F: util/qemu-sockets.c
1482 Throttling infrastructure
1483 M: Alberto Garcia <berto@igalia.com>
1485 F: block/throttle-groups.c
1486 F: include/block/throttle-groups.h
1487 F: include/qemu/throttle.h
1489 L: qemu-block@nongnu.org
1492 M: Fam Zheng <famz@redhat.com>
1495 F: include/qemu/uuid.h
1496 F: tests/test-uuid.c
1499 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1502 F: include/migration/colo.h
1503 F: include/migration/failover.h
1507 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1508 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1510 F: docs/colo-proxy.txt
1512 F: net/filter-rewriter.c
1513 F: net/filter-mirror.c
1518 M: Riku Voipio <riku.voipio@iki.fi>
1527 F: default-configs/*-bsd-user.mak
1530 M: Riku Voipio <riku.voipio@iki.fi>
1533 F: default-configs/*-linux-user.mak
1535 Tiny Code Generator (TCG)
1536 -------------------------
1538 M: Richard Henderson <rth@twiddle.net>
1543 M: Claudio Fontana <claudio.fontana@huawei.com>
1544 M: Claudio Fontana <claudio.fontana@gmail.com>
1546 L: qemu-arm@nongnu.org
1552 M: Andrzej Zaborowski <balrogg@gmail.com>
1554 L: qemu-arm@nongnu.org
1559 L: qemu-devel@nongnu.org
1565 M: Aurelien Jarno <aurelien@aurel32.net>
1571 M: Aurelien Jarno <aurelien@aurel32.net>
1577 M: Richard Henderson <rth@twiddle.net>
1583 M: Alexander Graf <agraf@suse.de>
1584 M: Richard Henderson <rth@twiddle.net>
1595 M: Stefan Weil <sw@weilnetz.de>
1604 M: Fam Zheng <famz@redhat.com>
1605 L: qemu-block@nongnu.org
1610 M: Josh Durgin <jdurgin@redhat.com>
1611 M: Jeff Cody <jcody@redhat.com>
1612 L: qemu-block@nongnu.org
1615 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1618 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1619 M: Liu Yuan <namei.unix@gmail.com>
1620 M: Jeff Cody <jcody@redhat.com>
1621 L: qemu-block@nongnu.org
1622 L: sheepdog@lists.wpkg.org
1625 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1628 M: Jeff Cody <jcody@redhat.com>
1629 L: qemu-block@nongnu.org
1632 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1635 M: Stefan Weil <sw@weilnetz.de>
1636 L: qemu-block@nongnu.org
1641 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1642 M: Paolo Bonzini <pbonzini@redhat.com>
1643 M: Peter Lieven <pl@kamp.de>
1644 L: qemu-block@nongnu.org
1647 F: block/iscsi-opts.c
1650 M: Jeff Cody <jcody@redhat.com>
1651 M: Peter Lieven <pl@kamp.de>
1652 L: qemu-block@nongnu.org
1655 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1658 M: Richard W.M. Jones <rjones@redhat.com>
1659 M: Jeff Cody <jcody@redhat.com>
1660 L: qemu-block@nongnu.org
1663 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1666 M: Chrysostomos Nanakos <chris@include.gr>
1667 M: Jeff Cody <jcody@redhat.com>
1668 L: qemu-block@nongnu.org
1670 F: block/archipelago.c
1671 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1674 M: Jeff Cody <jcody@redhat.com>
1675 L: qemu-block@nongnu.org
1678 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1681 M: Jeff Cody <jcody@redhat.com>
1682 L: qemu-block@nongnu.org
1685 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1688 M: Fam Zheng <famz@redhat.com>
1689 L: qemu-block@nongnu.org
1694 M: Gonglei <arei.gonglei@huawei.com>
1699 M: Alberto Garcia <berto@igalia.com>
1702 L: qemu-block@nongnu.org
1705 M: Stefan Hajnoczi <stefanha@redhat.com>
1706 L: qemu-block@nongnu.org
1708 F: block/blkverify.c
1711 M: Stefan Hajnoczi <stefanha@redhat.com>
1712 L: qemu-block@nongnu.org
1717 M: Stefan Hajnoczi <stefanha@redhat.com>
1718 L: qemu-block@nongnu.org
1723 M: Stefan Hajnoczi <stefanha@redhat.com>
1724 L: qemu-block@nongnu.org
1729 M: Stefan Hajnoczi <stefanha@redhat.com>
1730 M: Denis V. Lunev <den@openvz.org>
1731 L: qemu-block@nongnu.org
1733 F: block/parallels.c
1734 F: docs/specs/parallels.txt
1737 M: Stefan Hajnoczi <stefanha@redhat.com>
1738 L: qemu-block@nongnu.org
1743 M: Kevin Wolf <kwolf@redhat.com>
1744 L: qemu-block@nongnu.org
1746 F: block/linux-aio.c
1747 F: include/block/raw-aio.h
1748 F: block/raw-format.c
1749 F: block/file-posix.c
1750 F: block/file-win32.c
1751 F: block/win32-aio.c
1754 M: Kevin Wolf <kwolf@redhat.com>
1755 M: Max Reitz <mreitz@redhat.com>
1756 L: qemu-block@nongnu.org
1761 M: Kevin Wolf <kwolf@redhat.com>
1762 L: qemu-block@nongnu.org
1767 M: Kevin Wolf <kwolf@redhat.com>
1768 M: Max Reitz <mreitz@redhat.com>
1769 L: qemu-block@nongnu.org
1774 M: Kevin Wolf <kwolf@redhat.com>
1775 L: qemu-block@nongnu.org
1780 M: Kevin Wolf <kwolf@redhat.com>
1781 L: qemu-block@nongnu.org
1786 M: Stefan Hajnoczi <stefanha@redhat.com>
1787 L: qemu-block@nongnu.org
1789 F: tests/image-fuzzer/
1792 M: Wen Congyang <wency@cn.fujitsu.com>
1793 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1796 F: block/replication.c
1797 F: tests/test-replication.c
1798 F: docs/block-replication.txt
1800 Build and test automation
1801 -------------------------
1802 M: Alex Bennée <alex.bennee@linaro.org>
1803 L: qemu-devel@nongnu.org
1809 Build system architecture
1810 M: Daniel P. Berrange <berrange@redhat.com>
1812 F: docs/build-system.txt
1816 Docker based testing framework and cases
1817 M: Fam Zheng <famz@redhat.com>