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.xensource.com
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
570 F: hw/m68k/dummy_m68k.c
575 F: hw/m68k/mcf_intc.c
576 F: hw/char/mcf_uart.c
582 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
584 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
589 F: hw/microblaze/petalogix_ml605_mmu.c
594 M: Hervé Poussineau <hpoussin@reactos.org>
596 F: hw/mips/mips_jazz.c
599 M: Aurelien Jarno <aurelien@aurel32.net>
601 F: hw/mips/mips_malta.c
604 L: qemu-devel@nongnu.org
606 F: hw/mips/mips_mipssim.c
609 M: Aurelien Jarno <aurelien@aurel32.net>
611 F: hw/mips/mips_r4k.c
616 M: Jia Liu <proljc@gmail.com>
618 F: hw/openrisc/openrisc_sim.c
623 M: Alexander Graf <agraf@suse.de>
624 L: qemu-ppc@nongnu.org
626 F: hw/ppc/ppc405_boards.c
629 M: Alexander Graf <agraf@suse.de>
630 L: qemu-ppc@nongnu.org
632 F: hw/ppc/ppc440_bamboo.c
635 M: Alexander Graf <agraf@suse.de>
636 M: Scott Wood <scottwood@freescale.com>
637 L: qemu-ppc@nongnu.org
641 F: include/hw/ppc/ppc_e500.h
642 F: include/hw/pci-host/ppce500.h
643 F: pc-bios/u-boot.e500
646 M: Alexander Graf <agraf@suse.de>
647 M: Scott Wood <scottwood@freescale.com>
648 L: qemu-ppc@nongnu.org
650 F: hw/ppc/mpc8544ds.c
651 F: hw/ppc/mpc8544_guts.c
654 M: Alexander Graf <agraf@suse.de>
655 L: qemu-ppc@nongnu.org
657 F: hw/ppc/mac_newworld.c
658 F: hw/pci-host/uninorth.c
659 F: hw/pci-bridge/dec.[hc]
661 F: include/hw/ppc/mac_dbdma.h
662 F: hw/nvram/mac_nvram.c
665 M: Alexander Graf <agraf@suse.de>
666 L: qemu-ppc@nongnu.org
668 F: hw/ppc/mac_oldworld.c
669 F: hw/pci-host/grackle.c
671 F: hw/intc/heathrow_pic.c
674 L: qemu-devel@nongnu.org
675 L: qemu-ppc@nongnu.org
678 F: hw/pci-host/prep.[hc]
679 F: hw/isa/pc87312.[hc]
680 F: pc-bios/ppc_rom.bin
683 M: David Gibson <david@gibson.dropbear.id.au>
684 M: Alexander Graf <agraf@suse.de>
685 L: qemu-ppc@nongnu.org
688 F: include/hw/*/spapr*
690 F: include/hw/*/xics*
691 F: pc-bios/spapr-rtas/*
692 F: pc-bios/spapr-rtas.bin
694 F: pc-bios/skiboot.lid
695 F: docs/specs/ppc-spapr-hcalls.txt
696 F: docs/specs/ppc-spapr-hotplug.txt
698 F: tests/libqos/*spapr*
700 F: tests/libqos/rtas*
703 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
704 L: qemu-ppc@nongnu.org
706 F: hw/ppc/virtex_ml507.c
711 M: Magnus Damm <magnus.damm@gmail.com>
715 F: hw/timer/sh_timer.c
718 M: Magnus Damm <magnus.damm@gmail.com>
725 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
728 F: hw/dma/sparc32_dma.c
729 F: hw/dma/sun4m_iommu.c
730 F: hw/misc/eccmemctl.c
731 F: hw/misc/slavio_misc.c
732 F: include/hw/sparc/sparc32_dma.h
733 F: include/hw/sparc/sun4m.h
734 F: pc-bios/openbios-sparc32
737 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
739 F: hw/sparc64/sun4u.c
740 F: pc-bios/openbios-sparc64
743 M: Artyom Tarasenko <atar4qemu@gmail.com>
745 F: hw/sparc64/sun4v.c
746 F: hw/timer/sun4v-rtc.c
747 F: include/hw/timer/sun4v-rtc.h
750 M: Fabien Chouteau <chouteau@adacore.com>
754 F: include/hw/sparc/grlib.h
759 M: Cornelia Huck <cornelia.huck@de.ibm.com>
760 M: Christian Borntraeger <borntraeger@de.ibm.com>
761 M: Alexander Graf <agraf@suse.de>
763 F: hw/char/sclp*.[hc]
767 F: hw/watchdog/wdt_diag288.c
768 F: include/hw/watchdog/wdt_diag288.h
769 F: pc-bios/s390-ccw.img
770 F: default-configs/s390x-softmmu.mak
771 T: git git://github.com/cohuck/qemu.git s390-next
772 T: git git://github.com/borntraeger/qemu.git s390-next
776 PKUnity-3 SoC initramfs-with-busybox
777 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
785 M: Michael S. Tsirkin <mst@redhat.com>
789 F: hw/pci-host/piix.c
792 F: include/hw/pci-host/q35.h
793 F: include/hw/pci-host/pam.h
796 F: hw/i2c/smbus_ich9.c
799 F: include/hw/acpi/ich9.h
800 F: include/hw/acpi/piix4.h
804 M: Michael S. Tsirkin <mst@redhat.com>
805 M: Paolo Bonzini <pbonzini@redhat.com>
807 F: hw/char/debugcon.c
808 F: hw/char/parallel.c
815 F: hw/misc/debugexit.c
816 F: hw/misc/pc-testdev.c
819 F: hw/timer/mc146818rtc*
820 F: include/hw/i2c/pm_smbus.h
821 F: include/hw/timer/hpet.h
822 F: include/hw/timer/i8254*
823 F: include/hw/timer/mc146818rtc*
826 M: Eduardo Habkost <ehabkost@redhat.com>
827 M: Marcel Apfelbaum <marcel@redhat.com>
830 F: hw/core/null-machine.c
831 F: include/hw/boards.h
836 M: Max Filippov <jcmvbkbc@gmail.com>
840 XTFPGA (LX60, LX200, ML605, KC705)
841 M: Max Filippov <jcmvbkbc@gmail.com>
843 F: hw/xtensa/xtfpga.c
844 F: hw/net/opencores_eth.c
849 M: Jiri Slaby <jslaby@suse.cz>
854 M: John Snow <jsnow@redhat.com>
855 L: qemu-block@nongnu.org
862 F: hw/block/hd-geometry.c
865 F: tests/libqos/ahci*
866 T: git git://github.com/jnsnow/qemu.git ide
869 M: John Snow <jsnow@redhat.com>
870 L: qemu-block@nongnu.org
873 F: include/hw/block/fdc.h
875 T: git git://github.com/jnsnow/qemu.git ide
878 M: Peter Maydell <peter.maydell@linaro.org>
881 F: include/hw/arm/omap.h
884 M: Alberto Garcia <berto@igalia.com>
886 F: hw/char/ipoctal232.c
890 M: Michael S. Tsirkin <mst@redhat.com>
891 M: Marcel Apfelbaum <marcel@redhat.com>
894 F: hw/misc/pci-testdev.c
899 M: Michael S. Tsirkin <mst@redhat.com>
900 M: Igor Mammedov <imammedo@redhat.com>
903 F: include/hw/smbios/*
907 F: hw/i386/acpi-build.[hc]
908 F: hw/arm/virt-acpi-build.c
911 M: Alexander Graf <agraf@suse.de>
912 L: qemu-ppc@nongnu.org
915 F: include/hw/ppc/ppc4xx.h
918 M: Alexander Graf <agraf@suse.de>
919 M: Scott Wood <scottwood@freescale.com>
920 L: qemu-ppc@nongnu.org
923 F: hw/pci-host/ppce500.c
927 M: Paolo Bonzini <pbonzini@redhat.com>
932 M: Jason Wang <jasowang@redhat.com>
935 F: tests/virtio-net-test.c
936 T: git git://github.com/jasowang/qemu.git net
939 M: Paolo Bonzini <pbonzini@redhat.com>
943 F: tests/virtio-scsi-test.c
944 T: git git://github.com/bonzini/qemu.git scsi-next
948 F: hw/scsi/lsi53c895a.c
951 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
958 M: Alistair Francis <alistair.francis@xilinx.com>
959 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
964 M: Gerd Hoffmann <kraxel@redhat.com>
967 F: tests/usb-*-test.c
969 F: docs/usb-storage.txt
974 M: Gerd Hoffmann <kraxel@redhat.com>
975 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
977 F: hw/usb/dev-serial.c
980 M: Alex Williamson <alex.williamson@redhat.com>
986 M: Michael S. Tsirkin <mst@redhat.com>
991 M: Michael S. Tsirkin <mst@redhat.com>
994 F: hw/virtio/Makefile.objs
995 F: hw/virtio/trace-events
997 F: include/hw/virtio/
998 F: tests/virtio-balloon-test.c
1001 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1002 M: Greg Kurz <groug@kaod.org>
1006 F: tests/virtio-9p-test.c
1007 T: git git://github.com/kvaneesh/QEMU.git
1008 T: git git://github.com/gkurz/qemu.git 9p-next
1011 M: Stefan Hajnoczi <stefanha@redhat.com>
1012 L: qemu-block@nongnu.org
1014 F: hw/block/virtio-blk.c
1015 F: hw/block/dataplane/*
1016 F: tests/virtio-blk-test.c
1017 T: git git://github.com/stefanha/qemu.git block
1020 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1021 M: Christian Borntraeger <borntraeger@de.ibm.com>
1023 F: hw/s390x/virtio-ccw.[hc]
1024 T: git git://github.com/cohuck/qemu.git s390-next
1025 T: git git://github.com/borntraeger/qemu.git s390-next
1028 M: Gerd Hoffmann <kraxel@redhat.com>
1030 F: hw/input/virtio-input*.c
1031 F: include/hw/virtio/virtio-input.h
1034 M: Amit Shah <amit.shah@redhat.com>
1036 F: hw/char/virtio-serial-bus.c
1037 F: hw/char/virtio-console.c
1038 F: include/hw/virtio/virtio-serial.h
1039 F: tests/virtio-console-test.c
1040 F: tests/virtio-serial-test.c
1043 M: Amit Shah <amit.shah@redhat.com>
1045 F: hw/virtio/virtio-rng.c
1046 F: include/hw/virtio/virtio-rng.h
1047 F: include/sysemu/rng*.h
1049 F: tests/virtio-rng-test.c
1052 M: Gonglei <arei.gonglei@huawei.com>
1054 F: hw/virtio/virtio-crypto.c
1055 F: hw/virtio/virtio-crypto-pci.c
1056 F: include/hw/virtio/virtio-crypto.h
1059 M: Keith Busch <keith.busch@intel.com>
1060 L: qemu-block@nongnu.org
1063 F: tests/nvme-test.c
1066 M: Hannes Reinecke <hare@suse.de>
1067 L: qemu-block@nongnu.org
1069 F: hw/scsi/megasas.c
1072 Network packet abstractions
1073 M: Dmitry Fleytman <dmitry@daynix.com>
1075 F: include/net/eth.h
1077 F: hw/net/net_rx_pkt*
1078 F: hw/net/net_tx_pkt*
1081 M: Dmitry Fleytman <dmitry@daynix.com>
1084 F: hw/scsi/vmw_pvscsi*
1087 M: Jiri Pirko <jiri@resnulli.us>
1091 F: docs/specs/rocker.txt
1094 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1098 F: include/hw/mem/nvdimm.h
1101 M: Dmitry Fleytman <dmitry@daynix.com>
1106 M: Dmitry Fleytman <dmitry@daynix.com>
1111 M: Alistair Francis <alistair.francis@xilinx.com>
1113 F: hw/core/generic-loader.c
1114 F: include/hw/core/generic-loader.h
1117 M: Thomas Huth <thuth@redhat.com>
1119 F: hw/nvram/chrp_nvram.c
1120 F: include/hw/nvram/chrp_nvram.h
1121 F: tests/prom-env-test.c
1126 M: Gerd Hoffmann <kraxel@redhat.com>
1130 F: include/hw/audio/
1131 F: tests/ac97-test.c
1132 F: tests/es1370-test.c
1133 F: tests/intel-hda-test.c
1136 M: Kevin Wolf <kwolf@redhat.com>
1137 M: Max Reitz <mreitz@redhat.com>
1138 L: qemu-block@nongnu.org
1146 F: tests/qemu-iotests/
1147 T: git git://repo.or.cz/qemu/kevin.git block
1150 M: Stefan Hajnoczi <stefanha@redhat.com>
1151 M: Fam Zheng <famz@redhat.com>
1152 L: qemu-block@nongnu.org
1158 F: include/block/aio.h
1159 T: git git://github.com/stefanha/qemu.git block
1162 M: Jeff Cody <jcody@redhat.com>
1163 L: qemu-block@nongnu.org
1166 F: include/block/blockjob.h
1171 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1173 Block QAPI, monitor, command line
1174 M: Markus Armbruster <armbru@redhat.com>
1179 T: git git://repo.or.cz/qemu/armbru.git block-next
1182 M: Fam Zheng <famz@redhat.com>
1183 M: John Snow <jsnow@redhat.com>
1184 L: qemu-block@nongnu.org
1187 F: block/dirty-bitmap.c
1188 F: include/qemu/hbitmap.h
1189 F: include/block/dirty-bitmap.h
1190 F: tests/test-hbitmap.c
1192 T: git git://github.com/famz/qemu.git bitmaps
1193 T: git git://github.com/jnsnow/qemu.git bitmaps
1195 Character device backends
1196 M: Paolo Bonzini <pbonzini@redhat.com>
1199 F: backends/msmouse.c
1200 F: backends/testdev.c
1202 Character Devices (Braille)
1203 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1208 M: Markus Armbruster <armbru@redhat.com>
1210 F: scripts/coverity-model.c
1213 L: qemu-devel@nongnu.org
1216 F: include/qom/cpu.h
1219 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1220 M: Alexander Graf <agraf@suse.de>
1223 F: include/sysemu/device_tree.h
1226 M: Markus Armbruster <armbru@redhat.com>
1228 F: include/qapi/error.h
1229 F: include/qemu/error-report.h
1231 F: util/qemu-error.c
1234 L: qemu-devel@nongnu.org
1240 M: Paolo Bonzini <pbonzini@redhat.com>
1242 F: include/exec/ioport.h
1244 F: include/exec/memory.h
1245 F: include/exec/ram_addr.h
1247 F: include/exec/memory-internal.h
1251 M: Gerd Hoffmann <kraxel@redhat.com>
1253 F: include/ui/qemu-spice.h
1254 F: include/ui/spice-display.h
1256 F: audio/spiceaudio.c
1260 M: Gerd Hoffmann <kraxel@redhat.com>
1266 M: Peter Maydell <peter.maydell@linaro.org>
1271 M: Paolo Bonzini <pbonzini@redhat.com>
1279 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1284 F: include/monitor/hmp-target.h
1286 Network device backends
1287 M: Jason Wang <jasowang@redhat.com>
1291 T: git git://github.com/jasowang/qemu.git net
1293 Netmap network backend
1294 M: Luigi Rizzo <rizzo@iet.unipi.it>
1295 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1296 M: Vincenzo Maffione <v.maffione@gmail.com>
1297 W: http://info.iet.unipi.it/~luigi/netmap/
1301 Network Block Device (NBD)
1302 M: Paolo Bonzini <pbonzini@redhat.com>
1306 F: include/block/nbd*
1308 T: git git://github.com/bonzini/qemu.git nbd-next
1311 M: Eduardo Habkost <ehabkost@redhat.com>
1314 F: include/sysemu/numa.h
1315 T: git git://github.com/ehabkost/qemu.git numa
1317 Host Memory Backends
1318 M: Eduardo Habkost <ehabkost@redhat.com>
1319 M: Igor Mammedov <imammedo@redhat.com>
1321 F: backends/hostmem*.c
1322 F: include/sysemu/hostmem.h
1325 M: Gonglei <arei.gonglei@huawei.com>
1327 F: include/sysemu/cryptodev*.h
1328 F: backends/cryptodev*.c
1331 M: Markus Armbruster <armbru@redhat.com>
1332 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1337 X: include/qapi/qmp/
1338 F: include/qapi/qmp/dispatch.h
1339 F: tests/qapi-schema/
1340 F: tests/test-*-visitor.c
1341 F: tests/test-qmp-*.c
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1347 M: Eric Blake <eblake@redhat.com>
1348 M: Markus Armbruster <armbru@redhat.com>
1352 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1355 M: Markus Armbruster <armbru@redhat.com>
1358 F: include/qapi/qmp/
1359 X: include/qapi/qmp/dispatch.h
1360 F: tests/check-qdict.c
1361 F: tests/check-qfloat.c
1362 F: tests/check-qint.c
1363 F: tests/check-qjson.c
1364 F: tests/check-qlist.c
1365 F: tests/check-qstring.c
1366 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1369 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1372 T: git git://github.com/mdroth/qemu.git qga
1375 M: Andreas Färber <afaerber@suse.de>
1377 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1379 X: include/qom/cpu.h
1382 F: tests/check-qom-interface.c
1383 F: tests/check-qom-proplist.c
1387 M: Markus Armbruster <armbru@redhat.com>
1393 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1396 M: Alistair Francis <alistair.francis@xilinx.com>
1398 F: hw/core/register.c
1399 F: include/hw/register.h
1402 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1403 M: Jan Kiszka <jan.kiszka@siemens.com>
1407 F: include/net/slirp.h
1408 T: git git://git.kiszka.org/qemu.git queues/slirp
1411 M: Paolo Bonzini <pbonzini@redhat.com>
1416 M: Stefan Hajnoczi <stefanha@redhat.com>
1419 F: scripts/tracetool.py
1420 F: scripts/tracetool/
1422 T: git git://github.com/stefanha/qemu.git tracing
1426 F: scripts/checkpatch.pl
1429 M: Juan Quintela <quintela@redhat.com>
1430 M: Amit Shah <amit.shah@redhat.com>
1431 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1433 F: include/migration/
1435 F: scripts/vmstate-static-checker.py
1436 F: tests/vmstate-static-checker-data/
1437 F: docs/migration.txt
1440 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1443 F: include/sysemu/seccomp.h
1446 M: Daniel P. Berrange <berrange@redhat.com>
1450 F: tests/test-crypto-*
1453 M: Stefan Hajnoczi <stefanha@redhat.com>
1454 M: Kevin Wolf <kwolf@redhat.com>
1456 F: include/qemu/coroutine*
1457 F: tests/test-coroutine.c
1460 M: Daniel P. Berrange <berrange@redhat.com>
1463 F: include/qemu/buffer.h
1466 M: Daniel P. Berrange <berrange@redhat.com>
1473 M: Daniel P. Berrange <berrange@redhat.com>
1474 M: Gerd Hoffmann <kraxel@redhat.com>
1475 M: Paolo Bonzini <pbonzini@redhat.com>
1477 F: include/qemu/sockets.h
1478 F: util/qemu-sockets.c
1480 Throttling infrastructure
1481 M: Alberto Garcia <berto@igalia.com>
1483 F: block/throttle-groups.c
1484 F: include/block/throttle-groups.h
1485 F: include/qemu/throttle.h
1487 L: qemu-block@nongnu.org
1490 M: Fam Zheng <famz@redhat.com>
1493 F: include/qemu/uuid.h
1494 F: tests/test-uuid.c
1497 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1500 F: include/migration/colo.h
1501 F: include/migration/failover.h
1505 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1506 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1508 F: docs/colo-proxy.txt
1510 F: net/filter-rewriter.c
1511 F: net/filter-mirror.c
1516 M: Riku Voipio <riku.voipio@iki.fi>
1525 F: default-configs/*-bsd-user.mak
1528 M: Riku Voipio <riku.voipio@iki.fi>
1531 F: default-configs/*-linux-user.mak
1533 Tiny Code Generator (TCG)
1534 -------------------------
1536 M: Richard Henderson <rth@twiddle.net>
1541 M: Claudio Fontana <claudio.fontana@huawei.com>
1542 M: Claudio Fontana <claudio.fontana@gmail.com>
1544 L: qemu-arm@nongnu.org
1550 M: Andrzej Zaborowski <balrogg@gmail.com>
1552 L: qemu-arm@nongnu.org
1557 L: qemu-devel@nongnu.org
1563 M: Aurelien Jarno <aurelien@aurel32.net>
1569 M: Aurelien Jarno <aurelien@aurel32.net>
1575 M: Richard Henderson <rth@twiddle.net>
1581 M: Alexander Graf <agraf@suse.de>
1582 M: Richard Henderson <rth@twiddle.net>
1593 M: Stefan Weil <sw@weilnetz.de>
1602 M: Fam Zheng <famz@redhat.com>
1603 L: qemu-block@nongnu.org
1608 M: Josh Durgin <jdurgin@redhat.com>
1609 M: Jeff Cody <jcody@redhat.com>
1610 L: qemu-block@nongnu.org
1613 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1616 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1617 M: Liu Yuan <namei.unix@gmail.com>
1618 M: Jeff Cody <jcody@redhat.com>
1619 L: qemu-block@nongnu.org
1620 L: sheepdog@lists.wpkg.org
1623 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1626 M: Jeff Cody <jcody@redhat.com>
1627 L: qemu-block@nongnu.org
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1633 M: Stefan Weil <sw@weilnetz.de>
1634 L: qemu-block@nongnu.org
1639 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1640 M: Paolo Bonzini <pbonzini@redhat.com>
1641 M: Peter Lieven <pl@kamp.de>
1642 L: qemu-block@nongnu.org
1645 F: block/iscsi-opts.c
1648 M: Jeff Cody <jcody@redhat.com>
1649 M: Peter Lieven <pl@kamp.de>
1650 L: qemu-block@nongnu.org
1653 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1656 M: Richard W.M. Jones <rjones@redhat.com>
1657 M: Jeff Cody <jcody@redhat.com>
1658 L: qemu-block@nongnu.org
1661 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1664 M: Chrysostomos Nanakos <chris@include.gr>
1665 M: Jeff Cody <jcody@redhat.com>
1666 L: qemu-block@nongnu.org
1668 F: block/archipelago.c
1669 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1672 M: Jeff Cody <jcody@redhat.com>
1673 L: qemu-block@nongnu.org
1676 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1679 M: Jeff Cody <jcody@redhat.com>
1680 L: qemu-block@nongnu.org
1683 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1686 M: Fam Zheng <famz@redhat.com>
1687 L: qemu-block@nongnu.org
1692 M: Gonglei <arei.gonglei@huawei.com>
1697 M: Alberto Garcia <berto@igalia.com>
1700 L: qemu-block@nongnu.org
1703 M: Stefan Hajnoczi <stefanha@redhat.com>
1704 L: qemu-block@nongnu.org
1706 F: block/blkverify.c
1709 M: Stefan Hajnoczi <stefanha@redhat.com>
1710 L: qemu-block@nongnu.org
1715 M: Stefan Hajnoczi <stefanha@redhat.com>
1716 L: qemu-block@nongnu.org
1721 M: Stefan Hajnoczi <stefanha@redhat.com>
1722 L: qemu-block@nongnu.org
1727 M: Stefan Hajnoczi <stefanha@redhat.com>
1728 M: Denis V. Lunev <den@openvz.org>
1729 L: qemu-block@nongnu.org
1731 F: block/parallels.c
1732 F: docs/specs/parallels.txt
1735 M: Stefan Hajnoczi <stefanha@redhat.com>
1736 L: qemu-block@nongnu.org
1741 M: Kevin Wolf <kwolf@redhat.com>
1742 L: qemu-block@nongnu.org
1744 F: block/linux-aio.c
1745 F: include/block/raw-aio.h
1746 F: block/raw-format.c
1747 F: block/file-posix.c
1748 F: block/file-win32.c
1749 F: block/win32-aio.c
1752 M: Kevin Wolf <kwolf@redhat.com>
1753 M: Max Reitz <mreitz@redhat.com>
1754 L: qemu-block@nongnu.org
1759 M: Kevin Wolf <kwolf@redhat.com>
1760 L: qemu-block@nongnu.org
1765 M: Kevin Wolf <kwolf@redhat.com>
1766 M: Max Reitz <mreitz@redhat.com>
1767 L: qemu-block@nongnu.org
1772 M: Kevin Wolf <kwolf@redhat.com>
1773 L: qemu-block@nongnu.org
1778 M: Kevin Wolf <kwolf@redhat.com>
1779 L: qemu-block@nongnu.org
1784 M: Stefan Hajnoczi <stefanha@redhat.com>
1785 L: qemu-block@nongnu.org
1787 F: tests/image-fuzzer/
1790 M: Wen Congyang <wency@cn.fujitsu.com>
1791 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1794 F: block/replication.c
1795 F: tests/test-replication.c
1796 F: docs/block-replication.txt
1798 Build and test automation
1799 -------------------------
1800 M: Alex Bennée <alex.bennee@linaro.org>
1801 L: qemu-devel@nongnu.org
1807 Build system architecture
1808 M: Daniel P. Berrange <berrange@redhat.com>
1810 F: docs/build-system.txt
1814 Docker based testing framework and cases
1815 M: Fam Zheng <famz@redhat.com>