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 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
25 much other than throw the odd patch in. See below.
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
58 L: qemu-devel@nongnu.org
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
82 M: Cornelia Huck <cohuck@redhat.com>
84 F: default-configs/s390x-softmmu.mak
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
92 F: hw/watchdog/wdt_diag288.c
94 F: include/hw/watchdog/wdt_diag288.h
96 F: pc-bios/s390-ccw.img
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
127 M: Richard Henderson <rth@twiddle.net>
134 M: Peter Maydell <peter.maydell@linaro.org>
135 L: qemu-arm@nongnu.org
139 F: tests/tcg/aarch64/
142 F: include/hw/cpu/a*mpcore.h
148 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
157 M: Richard Henderson <rth@twiddle.net>
164 M: Michael Walle <michael@walle.cc>
171 F: include/hw/char/lm32_juart.h
176 M: Laurent Vivier <laurent@vivier.eu>
182 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
184 F: target/microblaze/
186 F: disas/microblaze.c
189 M: Aurelien Jarno <aurelien@aurel32.net>
190 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
195 F: hw/intc/mips_gic.c
196 F: hw/timer/mips_gictimer.c
198 F: include/hw/misc/mips_*
199 F: include/hw/intc/mips_gic.h
200 F: include/hw/timer/mips_gictimer.h
205 M: Anthony Green <green@moxielogic.com>
210 F: default-configs/moxie-softmmu.mak
213 M: Chris Wulff <crwulff@gmail.com>
214 M: Marek Vasut <marex@denx.de>
221 M: Stafford Horne <shorne@gmail.com>
225 F: tests/tcg/openrisc/
228 M: David Gibson <david@gibson.dropbear.id.au>
229 M: Alexander Graf <agraf@suse.de>
230 L: qemu-ppc@nongnu.org
238 M: Michael Clark <mjc@sifive.com>
239 M: Palmer Dabbelt <palmer@sifive.com>
240 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
241 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
249 M: Richard Henderson <rth@twiddle.net>
250 M: Alexander Graf <agraf@suse.de>
251 M: David Hildenbrand <david@redhat.com>
256 L: qemu-s390x@nongnu.org
259 M: Aurelien Jarno <aurelien@aurel32.net>
267 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
268 M: Artyom Tarasenko <atar4qemu@gmail.com>
276 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
280 F: include/hw/unicore32/
283 M: Paolo Bonzini <pbonzini@redhat.com>
284 M: Richard Henderson <rth@twiddle.net>
285 M: Eduardo Habkost <ehabkost@redhat.com>
292 T: git git://github.com/ehabkost/qemu.git x86-next
295 M: Max Filippov <jcmvbkbc@gmail.com>
296 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
304 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
308 F: include/hw/tricore/
310 Multiarch Linux User Tests
311 M: Alex Bennée <alex.bennee@linaro.org>
312 F: tests/tcg/multiarch/
314 Guest CPU Cores (KVM):
315 ----------------------
318 M: Paolo Bonzini <pbonzini@redhat.com>
319 L: kvm@vger.kernel.org
323 F: include/sysemu/kvm*.h
326 M: Peter Maydell <peter.maydell@linaro.org>
327 L: qemu-arm@nongnu.org
332 M: James Hogan <jhogan@kernel.org>
337 M: Alexander Graf <agraf@suse.de>
342 M: Christian Borntraeger <borntraeger@de.ibm.com>
343 M: Cornelia Huck <cohuck@redhat.com>
344 M: Alexander Graf <agraf@suse.de>
346 F: target/s390x/kvm.c
347 F: target/s390x/kvm_s390x.h
348 F: target/s390x/kvm-stub.c
349 F: target/s390x/ioinst.[ch]
350 F: target/s390x/machine.c
351 F: target/s390x/sigp.c
352 F: hw/intc/s390_flic.c
353 F: hw/intc/s390_flic_kvm.c
354 F: include/hw/s390x/s390_flic.h
356 T: git git://github.com/cohuck/qemu.git s390-next
357 T: git git://github.com/borntraeger/qemu.git s390-next
358 L: qemu-s390x@nongnu.org
361 M: Paolo Bonzini <pbonzini@redhat.com>
362 M: Marcelo Tosatti <mtosatti@redhat.com>
363 L: kvm@vger.kernel.org
367 Guest CPU Cores (Xen):
368 ----------------------
371 M: Stefano Stabellini <sstabellini@kernel.org>
372 M: Anthony Perard <anthony.perard@citrix.com>
373 L: xen-devel@lists.xenproject.org
376 F: hw/9pfs/xen-9p-backend.c
377 F: hw/char/xen_console.c
378 F: hw/display/xenfb.c
385 F: include/sysemu/xen-mapcache.h
391 L: qemu-devel@nongnu.org
397 L: qemu-devel@nongnu.org
402 L: qemu-devel@nongnu.org
403 M: Kamil Rytarowski <kamil@netbsd.org>
405 K: ^Subject:.*(?i)NetBSD
408 L: qemu-devel@nongnu.org
409 M: Brad Smith <brad@comstyle.com>
411 K: ^Subject:.*(?i)OpenBSD
414 L: qemu-devel@nongnu.org
415 M: Stefan Weil <sw@weilnetz.de>
424 M: Richard Henderson <rth@twiddle.net>
427 F: hw/isa/smc37c669-superio.c
432 M: Beniamino Galvani <b.galvani@gmail.com>
433 L: qemu-arm@nongnu.org
436 F: include/hw/*/allwinner*
437 F: hw/arm/cubieboard.c
439 ARM PrimeCell and CMSDK devices
440 M: Peter Maydell <peter.maydell@linaro.org>
441 L: qemu-arm@nongnu.org
444 F: include/hw/char/pl011.h
453 F: include/hw/arm/primecell.h
454 F: hw/timer/cmsdk-apb-timer.c
455 F: include/hw/timer/cmsdk-apb-timer.h
456 F: hw/char/cmsdk-apb-uart.c
457 F: include/hw/char/cmsdk-apb-uart.h
459 F: include/hw/misc/tz-ppc.h
461 F: include/hw/misc/tz-mpc.h
464 M: Peter Maydell <peter.maydell@linaro.org>
465 L: qemu-arm@nongnu.org
468 F: hw/intc/gic_internal.h
470 F: hw/misc/arm11scu.c
471 F: hw/timer/a9gtimer*
473 F: include/hw/arm/arm*.h
474 F: include/hw/intc/arm*
475 F: include/hw/misc/a9scu.h
476 F: include/hw/misc/arm11scu.h
477 F: include/hw/timer/a9gtimer.h
478 F: include/hw/timer/arm_mptimer.h
479 F: include/hw/timer/armv7m_systick.h
480 F: tests/test-arm-mptimer.c
483 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
484 L: qemu-arm@nongnu.org
487 F: include/hw/arm/exynos4210.h
490 M: Rob Herring <robh@kernel.org>
491 L: qemu-arm@nongnu.org
497 M: Antony Pavlov <antonynpavlov@gmail.com>
498 L: qemu-arm@nongnu.org
500 F: include/hw/arm/digic.h
504 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
505 L: qemu-devel@nongnu.org
506 L: qemu-arm@nongnu.org
511 M: Peter Chubb <peter.chubb@nicta.com.au>
512 L: qemu-arm@nongnu.org
517 F: include/hw/arm/fsl-imx31.h
520 M: Peter Maydell <peter.maydell@linaro.org>
521 L: qemu-arm@nongnu.org
523 F: hw/arm/integratorcp.c
524 F: hw/misc/arm_integrator_debug.c
527 M: Peter Maydell <peter.maydell@linaro.org>
528 L: qemu-arm@nongnu.org
533 F: include/hw/misc/mps2-*.h
535 F: include/hw/arm/iotkit.h
538 M: Jan Kiszka <jan.kiszka@web.de>
539 L: qemu-arm@nongnu.org
544 M: Andrzej Zaborowski <balrogg@gmail.com>
545 L: qemu-arm@nongnu.org
550 M: Andrzej Zaborowski <balrogg@gmail.com>
551 L: qemu-arm@nongnu.org
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
560 F: hw/cpu/realview_mpcore.c
561 F: hw/intc/realview_gic.c
562 F: include/hw/intc/realview_gic.h
565 M: Andrzej Zaborowski <balrogg@gmail.com>
566 L: qemu-arm@nongnu.org
568 F: hw/arm/mainstone.c
573 F: hw/misc/mst_fpga.c
574 F: include/hw/arm/pxa.h
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
583 M: Peter Maydell <peter.maydell@linaro.org>
584 L: qemu-arm@nongnu.org
587 F: hw/misc/arm_sysctl.c
590 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591 M: Alistair Francis <alistair@alistair23.me>
592 L: qemu-arm@nongnu.org
597 F: include/hw/misc/zynq*
601 M: Alistair Francis <alistair@alistair23.me>
602 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603 L: qemu-arm@nongnu.org
606 F: include/hw/*/xlnx*.h
609 M: Shannon Zhao <zhaoshenglong@huawei.com>
610 M: Shannon Zhao <shannon.zhaosl@gmail.com>
611 L: qemu-arm@nongnu.org
613 F: hw/arm/virt-acpi-build.c
616 M: Alistair Francis <alistair@alistair23.me>
618 F: hw/arm/stm32f205_soc.c
619 F: hw/misc/stm32f2xx_syscfg.c
620 F: hw/char/stm32f2xx_usart.c
621 F: hw/timer/stm32f2xx_timer.c
623 F: hw/ssi/stm32f2xx_spi.c
624 F: include/hw/*/stm32*.h
627 M: Alistair Francis <alistair@alistair23.me>
629 F: hw/arm/netduino2.c
632 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
635 F: hw/misc/msf2-sysreg.c
636 F: hw/timer/mss-timer.c
638 F: include/hw/arm/msf2-soc.h
639 F: include/hw/misc/msf2-sysreg.h
640 F: include/hw/timer/mss-timer.h
641 F: include/hw/ssi/mss-spi.h
644 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
649 M: Cédric Le Goater <clg@kaod.org>
650 R: Andrew Jeffery <andrew@aj.id.au>
651 R: Joel Stanley <joel@jms.id.au>
652 L: qemu-arm@nongnu.org
655 F: include/hw/*/*aspeed*
656 F: hw/net/ftgmac100.c
657 F: include/hw/net/ftgmac100.h
662 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
664 F: hw/cris/axis_dev88.c
669 EVR32 and uclinux BSP
670 M: Michael Walle <michael@walle.cc>
672 F: hw/lm32/lm32_boards.c
675 M: Michael Walle <michael@walle.cc>
677 F: hw/lm32/milkymist.c
682 M: Thomas Huth <huth@tuxfamily.org>
688 M: Thomas Huth <huth@tuxfamily.org>
691 F: hw/m68k/mcf_intc.c
692 F: hw/char/mcf_uart.c
694 F: include/hw/m68k/mcf*.h
699 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
701 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
704 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
706 F: hw/microblaze/petalogix_ml605_mmu.c
711 M: Hervé Poussineau <hpoussin@reactos.org>
713 F: hw/mips/mips_jazz.c
716 M: Aurelien Jarno <aurelien@aurel32.net>
718 F: hw/mips/mips_malta.c
721 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
723 F: hw/mips/mips_mipssim.c
727 M: Aurelien Jarno <aurelien@aurel32.net>
729 F: hw/mips/mips_r4k.c
732 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
734 F: hw/mips/mips_fulong2e.c
736 F: include/hw/isa/vt82c686.h
739 M: Paul Burton <paul.burton@mips.com>
741 F: hw/core/loader-fit.c
743 F: hw/pci-host/xilinx-pcie.c
748 M: Jia Liu <proljc@gmail.com>
750 F: hw/openrisc/openrisc_sim.c
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
758 F: hw/ppc/ppc405_boards.c
761 M: Alexander Graf <agraf@suse.de>
762 L: qemu-ppc@nongnu.org
764 F: hw/ppc/ppc440_bamboo.c
767 M: Alexander Graf <agraf@suse.de>
768 L: qemu-ppc@nongnu.org
772 F: include/hw/ppc/ppc_e500.h
773 F: include/hw/pci-host/ppce500.h
774 F: pc-bios/u-boot.e500
777 M: Alexander Graf <agraf@suse.de>
778 L: qemu-ppc@nongnu.org
780 F: hw/ppc/mpc8544ds.c
781 F: hw/ppc/mpc8544_guts.c
784 M: Alexander Graf <agraf@suse.de>
785 L: qemu-ppc@nongnu.org
787 F: hw/ppc/mac_newworld.c
788 F: hw/pci-host/uninorth.c
789 F: hw/pci-bridge/dec.[hc]
792 F: hw/nvram/mac_nvram.c
793 F: include/hw/misc/macio/
794 F: include/hw/misc/mos6522.h
795 F: include/hw/ppc/mac_dbdma.h
798 M: Alexander Graf <agraf@suse.de>
799 L: qemu-ppc@nongnu.org
801 F: hw/ppc/mac_oldworld.c
802 F: hw/pci-host/grackle.c
804 F: hw/intc/heathrow_pic.c
807 M: Hervé Poussineau <hpoussin@reactos.org>
808 L: qemu-devel@nongnu.org
809 L: qemu-ppc@nongnu.org
812 F: hw/ppc/prep_systemio.c
813 F: hw/ppc/rs6000_mc.c
814 F: hw/pci-host/prep.[hc]
818 F: hw/timer/m48t59-isa.c
819 F: include/hw/isa/pc87312.h
820 F: include/hw/timer/m48t59.h
821 F: pc-bios/ppc_rom.bin
824 M: David Gibson <david@gibson.dropbear.id.au>
825 M: Alexander Graf <agraf@suse.de>
826 L: qemu-ppc@nongnu.org
829 F: include/hw/*/spapr*
831 F: include/hw/*/xics*
832 F: pc-bios/spapr-rtas/*
833 F: pc-bios/spapr-rtas.bin
835 F: pc-bios/skiboot.lid
836 F: docs/specs/ppc-spapr-hcalls.txt
837 F: docs/specs/ppc-spapr-hotplug.txt
839 F: tests/libqos/*spapr*
841 F: tests/libqos/rtas*
844 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
845 L: qemu-ppc@nongnu.org
847 F: hw/ppc/virtex_ml507.c
850 M: BALATON Zoltan <balaton@eik.bme.hu>
851 L: qemu-ppc@nongnu.org
859 M: Magnus Damm <magnus.damm@gmail.com>
863 F: hw/timer/sh_timer.c
866 M: Magnus Damm <magnus.damm@gmail.com>
873 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
876 F: hw/dma/sparc32_dma.c
877 F: hw/dma/sun4m_iommu.c
878 F: hw/misc/eccmemctl.c
879 F: hw/misc/slavio_misc.c
880 F: include/hw/sparc/sparc32_dma.h
881 F: include/hw/sparc/sun4m.h
882 F: pc-bios/openbios-sparc32
885 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
887 F: hw/sparc64/sun4u.c
888 F: pc-bios/openbios-sparc64
891 M: Artyom Tarasenko <atar4qemu@gmail.com>
893 F: hw/sparc64/niagara.c
894 F: hw/timer/sun4v-rtc.c
895 F: include/hw/timer/sun4v-rtc.h
898 M: Fabien Chouteau <chouteau@adacore.com>
902 F: include/hw/sparc/grlib.h
907 M: Cornelia Huck <cohuck@redhat.com>
908 M: Christian Borntraeger <borntraeger@de.ibm.com>
909 M: Alexander Graf <agraf@suse.de>
911 F: hw/char/sclp*.[hc]
912 F: hw/char/terminal3270.c
915 F: hw/watchdog/wdt_diag288.c
916 F: include/hw/watchdog/wdt_diag288.h
917 F: default-configs/s390x-softmmu.mak
918 T: git git://github.com/cohuck/qemu.git s390-next
919 T: git git://github.com/borntraeger/qemu.git s390-next
920 L: qemu-s390x@nongnu.org
923 M: Christian Borntraeger <borntraeger@de.ibm.com>
924 M: Thomas Huth <thuth@redhat.com>
927 F: pc-bios/s390-ccw.img
928 T: git git://github.com/borntraeger/qemu.git s390-next
929 L: qemu-s390x@nongnu.org
933 PKUnity-3 SoC initramfs-with-busybox
934 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
942 M: Michael S. Tsirkin <mst@redhat.com>
943 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
947 F: hw/pci-host/piix.c
950 F: include/hw/pci-host/q35.h
951 F: include/hw/pci-host/pam.h
954 F: hw/i2c/smbus_ich9.c
957 F: include/hw/acpi/ich9.h
958 F: include/hw/acpi/piix4.h
962 M: Michael S. Tsirkin <mst@redhat.com>
963 M: Paolo Bonzini <pbonzini@redhat.com>
965 F: hw/char/debugcon.c
974 F: hw/isa/isa-superio.c
975 F: hw/misc/debugexit.c
976 F: hw/misc/pc-testdev.c
979 F: hw/timer/mc146818rtc*
980 F: hw/watchdog/wdt_ib700.c
981 F: include/hw/display/vga.h
982 F: include/hw/char/parallel.h
983 F: include/hw/dma/i8257.h
984 F: include/hw/i2c/pm_smbus.h
985 F: include/hw/input/i8042.h
986 F: include/hw/isa/superio.h
987 F: include/hw/timer/hpet.h
988 F: include/hw/timer/i8254*
989 F: include/hw/timer/mc146818rtc*
992 M: Eduardo Habkost <ehabkost@redhat.com>
993 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
996 F: hw/core/null-machine.c
997 F: include/hw/boards.h
998 T: git git://github.com/ehabkost/qemu.git machine-next
1003 M: Max Filippov <jcmvbkbc@gmail.com>
1007 XTFPGA (LX60, LX200, ML605, KC705)
1008 M: Max Filippov <jcmvbkbc@gmail.com>
1010 F: hw/xtensa/xtfpga.c
1011 F: hw/net/opencores_eth.c
1016 M: Jiri Slaby <jslaby@suse.cz>
1021 M: John Snow <jsnow@redhat.com>
1022 L: qemu-block@nongnu.org
1029 F: hw/block/hd-geometry.c
1031 F: tests/ahci-test.c
1032 F: tests/cdrom-test.c
1033 F: tests/libqos/ahci*
1034 T: git git://github.com/jnsnow/qemu.git ide
1037 M: Corey Minyard <minyard@acm.org>
1039 F: include/hw/ipmi/*
1041 F: hw/smbios/smbios_type_38.c
1043 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1046 M: John Snow <jsnow@redhat.com>
1047 L: qemu-block@nongnu.org
1050 F: include/hw/block/fdc.h
1052 T: git git://github.com/jnsnow/qemu.git ide
1055 M: Peter Maydell <peter.maydell@linaro.org>
1058 F: include/hw/arm/omap.h
1061 M: Alberto Garcia <berto@igalia.com>
1063 F: hw/char/ipoctal232.c
1067 M: Michael S. Tsirkin <mst@redhat.com>
1068 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1071 F: hw/misc/pci-testdev.c
1076 F: default-configs/pci.mak
1079 M: Michael S. Tsirkin <mst@redhat.com>
1080 M: Igor Mammedov <imammedo@redhat.com>
1082 F: include/hw/acpi/*
1083 F: include/hw/smbios/*
1087 F: hw/i386/acpi-build.[hc]
1088 F: hw/arm/virt-acpi-build.c
1089 F: tests/bios-tables-test.c
1090 F: tests/acpi-utils.[hc]
1093 M: Alexander Graf <agraf@suse.de>
1094 L: qemu-ppc@nongnu.org
1097 F: hw/i2c/ppc4xx_i2c.c
1098 F: include/hw/ppc/ppc4xx.h
1099 F: include/hw/i2c/ppc4xx_i2c.h
1102 M: Alexander Graf <agraf@suse.de>
1103 L: qemu-ppc@nongnu.org
1106 F: hw/pci-host/ppce500.c
1107 F: hw/net/fsl_etsec/
1110 M: Paolo Bonzini <pbonzini@redhat.com>
1115 M: Jason Wang <jasowang@redhat.com>
1119 F: tests/virtio-net-test.c
1120 T: git git://github.com/jasowang/qemu.git net
1123 M: Paolo Bonzini <pbonzini@redhat.com>
1124 R: Fam Zheng <famz@redhat.com>
1126 F: include/hw/scsi/*
1128 F: tests/virtio-scsi-test.c
1129 T: git git://github.com/bonzini/qemu.git scsi-next
1132 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1133 M: Alistair Francis <alistair@alistair23.me>
1136 F: hw/block/m25p80.c
1137 F: include/hw/ssi/ssi.h
1139 F: tests/m25p80-test.c
1142 M: Alistair Francis <alistair@alistair23.me>
1143 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1148 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1150 F: include/hw/sd/sd*
1156 M: Gerd Hoffmann <kraxel@redhat.com>
1159 F: tests/usb-*-test.c
1161 F: docs/usb-storage.txt
1164 F: default-configs/usb.mak
1166 USB (serial adapter)
1167 M: Gerd Hoffmann <kraxel@redhat.com>
1168 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1170 F: hw/usb/dev-serial.c
1173 M: Alex Williamson <alex.williamson@redhat.com>
1179 M: Cornelia Huck <cohuck@redhat.com>
1182 F: hw/s390x/s390-ccw.c
1183 F: include/hw/s390x/s390-ccw.h
1184 T: git git://github.com/cohuck/qemu.git s390-next
1185 L: qemu-s390x@nongnu.org
1188 M: Michael S. Tsirkin <mst@redhat.com>
1191 F: docs/interop/vhost-user.txt
1194 M: Michael S. Tsirkin <mst@redhat.com>
1197 F: hw/virtio/Makefile.objs
1198 F: hw/virtio/trace-events
1200 F: include/hw/virtio/
1201 F: tests/virtio-balloon-test.c
1204 M: Greg Kurz <groug@kaod.org>
1208 F: tests/virtio-9p-test.c
1209 T: git git://github.com/gkurz/qemu.git 9p-next
1212 M: Stefan Hajnoczi <stefanha@redhat.com>
1213 L: qemu-block@nongnu.org
1215 F: hw/block/virtio-blk.c
1216 F: hw/block/dataplane/*
1217 F: tests/virtio-blk-test.c
1218 T: git git://github.com/stefanha/qemu.git block
1221 M: Cornelia Huck <cohuck@redhat.com>
1222 M: Christian Borntraeger <borntraeger@de.ibm.com>
1224 F: hw/s390x/virtio-ccw.[hc]
1225 T: git git://github.com/cohuck/qemu.git s390-next
1226 T: git git://github.com/borntraeger/qemu.git s390-next
1227 L: qemu-s390x@nongnu.org
1230 M: Gerd Hoffmann <kraxel@redhat.com>
1232 F: hw/input/virtio-input*.c
1233 F: include/hw/virtio/virtio-input.h
1236 M: Amit Shah <amit@kernel.org>
1238 F: hw/char/virtio-serial-bus.c
1239 F: hw/char/virtio-console.c
1240 F: include/hw/virtio/virtio-serial.h
1241 F: tests/virtio-console-test.c
1242 F: tests/virtio-serial-test.c
1245 M: Amit Shah <amit@kernel.org>
1247 F: hw/virtio/virtio-rng.c
1248 F: include/hw/virtio/virtio-rng.h
1249 F: include/sysemu/rng*.h
1251 F: tests/virtio-rng-test.c
1254 M: Gonglei <arei.gonglei@huawei.com>
1256 F: hw/virtio/virtio-crypto.c
1257 F: hw/virtio/virtio-crypto-pci.c
1258 F: include/hw/virtio/virtio-crypto.h
1261 M: Keith Busch <keith.busch@intel.com>
1262 L: qemu-block@nongnu.org
1265 F: tests/nvme-test.c
1268 M: Hannes Reinecke <hare@suse.com>
1269 L: qemu-block@nongnu.org
1271 F: hw/scsi/megasas.c
1273 F: tests/megasas-test.c
1275 Network packet abstractions
1276 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1278 F: include/net/eth.h
1280 F: hw/net/net_rx_pkt*
1281 F: hw/net/net_tx_pkt*
1284 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1287 F: hw/scsi/vmw_pvscsi*
1288 F: tests/vmxnet3-test.c
1291 M: Jiri Pirko <jiri@resnulli.us>
1295 F: docs/specs/rocker.txt
1298 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1302 F: include/hw/mem/nvdimm.h
1305 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1310 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1315 M: Stefan Weil <sw@weilnetz.de>
1317 F: hw/net/eepro100.c
1320 M: Alistair Francis <alistair@alistair23.me>
1322 F: hw/core/generic-loader.c
1323 F: include/hw/core/generic-loader.h
1324 F: docs/generic-loader.txt
1327 M: Thomas Huth <thuth@redhat.com>
1329 F: hw/nvram/chrp_nvram.c
1330 F: include/hw/nvram/chrp_nvram.h
1331 F: tests/prom-env-test.c
1334 M: Ben Warren <ben@skyportsystems.com>
1336 F: hw/acpi/vmgenid.c
1337 F: include/hw/acpi/vmgenid.h
1338 F: docs/specs/vmgenid.txt
1339 F: tests/vmgenid-test.c
1342 Unimplemented device
1343 M: Peter Maydell <peter.maydell@linaro.org>
1344 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1346 F: include/hw/misc/unimp.h
1350 M: Gerd Hoffmann <kraxel@redhat.com>
1353 F: hw/display/bochs-display.c
1354 F: include/hw/display/vga.h
1355 F: include/hw/display/bochs-vbe.h
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1360 F: hw/display/ramfb*.c
1361 F: include/hw/display/ramfb.h
1364 M: Gerd Hoffmann <kraxel@redhat.com>
1366 F: hw/display/virtio-gpu*
1367 F: hw/display/virtio-vga.c
1368 F: include/hw/virtio/virtio-gpu.h
1371 M: Gerd Hoffmann <kraxel@redhat.com>
1373 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1374 F: hw/display/cirrus*
1379 M: Gerd Hoffmann <kraxel@redhat.com>
1383 F: include/hw/audio/
1384 F: tests/ac97-test.c
1385 F: tests/es1370-test.c
1386 F: tests/intel-hda-test.c
1389 M: Kevin Wolf <kwolf@redhat.com>
1390 M: Max Reitz <mreitz@redhat.com>
1391 L: qemu-block@nongnu.org
1399 F: tests/qemu-iotests/
1400 F: util/qemu-progress.c
1401 F: qobject/block-qdict.c
1402 F: test/check-block-qdict.c
1403 T: git git://repo.or.cz/qemu/kevin.git block
1406 M: Stefan Hajnoczi <stefanha@redhat.com>
1407 M: Fam Zheng <famz@redhat.com>
1408 L: qemu-block@nongnu.org
1414 F: include/block/aio.h
1415 F: include/block/aio-wait.h
1416 F: scripts/qemugdb/aio.py
1417 T: git git://github.com/stefanha/qemu.git block
1419 Block SCSI subsystem
1420 M: Paolo Bonzini <pbonzini@redhat.com>
1421 R: Fam Zheng <famz@redhat.com>
1422 L: qemu-block@nongnu.org
1428 M: Jeff Cody <jcody@redhat.com>
1429 L: qemu-block@nongnu.org
1432 F: include/block/blockjob.h
1435 F: include/block/job.h
1441 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1443 Block QAPI, monitor, command line
1444 M: Markus Armbruster <armbru@redhat.com>
1449 F: qapi/transaction.json
1450 T: git git://repo.or.cz/qemu/armbru.git block-next
1453 M: Fam Zheng <famz@redhat.com>
1454 M: John Snow <jsnow@redhat.com>
1455 L: qemu-block@nongnu.org
1458 F: block/dirty-bitmap.c
1459 F: include/qemu/hbitmap.h
1460 F: include/block/dirty-bitmap.h
1461 F: tests/test-hbitmap.c
1462 F: docs/interop/bitmaps.rst
1463 T: git git://github.com/famz/qemu.git bitmaps
1464 T: git git://github.com/jnsnow/qemu.git bitmaps
1466 Character device backends
1467 M: Paolo Bonzini <pbonzini@redhat.com>
1468 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1474 Character Devices (Braille)
1475 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1479 Command line option argument parsing
1480 M: Markus Armbruster <armbru@redhat.com>
1482 F: include/qemu/option.h
1483 F: tests/test-keyval.c
1484 F: tests/test-qemu-opts.c
1486 F: util/qemu-option.c
1489 M: Markus Armbruster <armbru@redhat.com>
1491 F: scripts/coverity-model.c
1494 L: qemu-devel@nongnu.org
1497 F: include/qom/cpu.h
1500 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1501 M: Alexander Graf <agraf@suse.de>
1504 F: include/sysemu/device_tree.h
1508 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1510 F: hw/misc/vmcoreinfo.c
1511 F: include/hw/misc/vmcoreinfo.h
1512 F: include/sysemu/dump-arch.h
1513 F: include/sysemu/dump.h
1514 F: scripts/dump-guest-memory.py
1518 M: Markus Armbruster <armbru@redhat.com>
1520 F: include/qapi/error.h
1521 F: include/qemu/error-report.h
1523 F: util/qemu-error.c
1526 L: qemu-devel@nongnu.org
1532 M: Paolo Bonzini <pbonzini@redhat.com>
1534 F: include/exec/ioport.h
1536 F: include/exec/memory.h
1537 F: include/exec/ram_addr.h
1539 F: include/exec/memory-internal.h
1543 M: Gerd Hoffmann <kraxel@redhat.com>
1545 F: include/ui/qemu-spice.h
1546 F: include/ui/spice-display.h
1548 F: audio/spiceaudio.c
1553 M: Gerd Hoffmann <kraxel@redhat.com>
1560 M: Peter Maydell <peter.maydell@linaro.org>
1565 M: Paolo Bonzini <pbonzini@redhat.com>
1569 F: util/qemu-timer.c
1571 F: qapi/run-state.json
1574 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1579 F: include/monitor/hmp-target.h
1582 Network device backends
1583 M: Jason Wang <jasowang@redhat.com>
1587 T: git git://github.com/jasowang/qemu.git net
1590 Netmap network backend
1591 M: Luigi Rizzo <rizzo@iet.unipi.it>
1592 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1593 M: Vincenzo Maffione <v.maffione@gmail.com>
1594 W: http://info.iet.unipi.it/~luigi/netmap/
1599 M: Eduardo Habkost <ehabkost@redhat.com>
1602 F: include/sysemu/numa.h
1603 T: git git://github.com/ehabkost/qemu.git machine-next
1605 Host Memory Backends
1606 M: Eduardo Habkost <ehabkost@redhat.com>
1607 M: Igor Mammedov <imammedo@redhat.com>
1609 F: backends/hostmem*.c
1610 F: include/sysemu/hostmem.h
1611 T: git git://github.com/ehabkost/qemu.git machine-next
1614 M: Gonglei <arei.gonglei@huawei.com>
1616 F: include/sysemu/cryptodev*.h
1617 F: backends/cryptodev*.c
1620 M: Eduardo Habkost <ehabkost@redhat.com>
1621 M: Cleber Rosa <crosa@redhat.com>
1628 M: Markus Armbruster <armbru@redhat.com>
1629 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1634 X: include/qapi/qmp/
1635 F: include/qapi/qmp/dispatch.h
1636 F: tests/qapi-schema/
1637 F: tests/test-*-visitor.c
1638 F: tests/test-qapi-*.c
1639 F: tests/test-qmp-*.c
1640 F: tests/test-visitor-serialization.c
1641 F: scripts/qapi-gen.py
1644 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1647 M: Eric Blake <eblake@redhat.com>
1648 M: Markus Armbruster <armbru@redhat.com>
1652 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1655 M: Markus Armbruster <armbru@redhat.com>
1658 F: include/qapi/qmp/
1659 X: include/qapi/qmp/dispatch.h
1660 F: scripts/coccinelle/qobject.cocci
1661 F: tests/check-qdict.c
1662 F: tests/check-qnum.c
1663 F: tests/check-qjson.c
1664 F: tests/check-qlist.c
1665 F: tests/check-qstring.c
1666 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1669 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1673 F: scripts/qemu-guest-agent/
1675 F: docs/interop/qemu-ga-ref.texi
1676 T: git git://github.com/mdroth/qemu.git qga
1679 M: Andreas Färber <afaerber@suse.de>
1681 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1683 X: include/qom/cpu.h
1686 F: tests/check-qom-interface.c
1687 F: tests/check-qom-proplist.c
1691 M: Markus Armbruster <armbru@redhat.com>
1695 F: docs/devel/*qmp-*
1698 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1701 M: Alistair Francis <alistair@alistair23.me>
1703 F: hw/core/register.c
1704 F: include/hw/register.h
1705 F: include/hw/registerfields.h
1708 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1709 M: Jan Kiszka <jan.kiszka@siemens.com>
1713 F: include/net/slirp.h
1714 T: git https://people.debian.org/~sthibault/qemu.git slirp
1715 T: git git://git.kiszka.org/qemu.git queues/slirp
1718 M: Paolo Bonzini <pbonzini@redhat.com>
1723 M: Stefan Hajnoczi <stefanha@redhat.com>
1727 F: qemu-option-trace.texi
1728 F: scripts/tracetool.py
1729 F: scripts/tracetool/
1730 F: docs/devel/tracing.txt
1731 T: git git://github.com/stefanha/qemu.git tracing
1734 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1739 F: include/hw/acpi/tpm.h
1740 F: include/sysemu/tpm*
1744 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1748 F: scripts/checkpatch.pl
1751 M: Juan Quintela <quintela@redhat.com>
1752 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1754 F: include/migration/
1756 F: scripts/vmstate-static-checker.py
1757 F: tests/vmstate-static-checker-data/
1758 F: tests/migration-test.c
1759 F: docs/devel/migration.txt
1760 F: qapi/migration.json
1763 M: Eduardo Otubo <otubo@redhat.com>
1766 F: include/sysemu/seccomp.h
1769 M: Daniel P. Berrange <berrange@redhat.com>
1773 F: tests/test-crypto-*
1774 F: tests/benchmark-crypto-*
1778 M: Stefan Hajnoczi <stefanha@redhat.com>
1779 M: Kevin Wolf <kwolf@redhat.com>
1781 F: include/qemu/coroutine*
1782 F: tests/test-coroutine.c
1785 M: Daniel P. Berrange <berrange@redhat.com>
1788 F: include/qemu/buffer.h
1791 M: Daniel P. Berrange <berrange@redhat.com>
1798 M: Daniel P. Berrange <berrange@redhat.com>
1799 M: Gerd Hoffmann <kraxel@redhat.com>
1800 M: Paolo Bonzini <pbonzini@redhat.com>
1802 F: include/qemu/sockets.h
1803 F: util/qemu-sockets.c
1804 F: qapi/sockets.json
1806 Throttling infrastructure
1807 M: Alberto Garcia <berto@igalia.com>
1809 F: block/throttle-groups.c
1810 F: include/block/throttle-groups.h
1811 F: include/qemu/throttle*.h
1813 F: docs/throttle.txt
1814 F: tests/test-throttle.c
1815 L: qemu-block@nongnu.org
1818 M: Fam Zheng <famz@redhat.com>
1821 F: include/qemu/uuid.h
1822 F: tests/test-uuid.c
1825 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1828 F: include/migration/colo.h
1829 F: include/migration/failover.h
1833 M: Zhang Chen <zhangckid@gmail.com>
1834 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1836 F: docs/colo-proxy.txt
1838 F: net/filter-rewriter.c
1839 F: net/filter-mirror.c
1842 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1843 R: Paolo Bonzini <pbonzini@redhat.com>
1844 W: https://wiki.qemu.org/Features/record-replay
1847 F: block/blkreplay.c
1848 F: net/filter-replay.c
1849 F: include/sysemu/replay.h
1854 M: Peter Xu <peterx@redhat.com>
1856 F: include/qemu/iova-tree.h
1862 M: Riku Voipio <riku.voipio@iki.fi>
1865 F: accel/tcg/user-exec*.c
1870 F: default-configs/*-bsd-user.mak
1873 M: Riku Voipio <riku.voipio@iki.fi>
1874 R: Laurent Vivier <laurent@vivier.eu>
1877 F: default-configs/*-linux-user.mak
1878 F: scripts/qemu-binfmt-conf.sh
1880 Tiny Code Generator (TCG)
1881 -------------------------
1883 M: Richard Henderson <rth@twiddle.net>
1888 M: Claudio Fontana <claudio.fontana@huawei.com>
1889 M: Claudio Fontana <claudio.fontana@gmail.com>
1891 L: qemu-arm@nongnu.org
1897 M: Andrzej Zaborowski <balrogg@gmail.com>
1899 L: qemu-arm@nongnu.org
1904 L: qemu-devel@nongnu.org
1910 M: Aurelien Jarno <aurelien@aurel32.net>
1916 M: Richard Henderson <rth@twiddle.net>
1922 M: Alexander Graf <agraf@suse.de>
1923 M: Richard Henderson <rth@twiddle.net>
1927 L: qemu-s390x@nongnu.org
1935 M: Stefan Weil <sw@weilnetz.de>
1944 M: Fam Zheng <famz@redhat.com>
1945 L: qemu-block@nongnu.org
1950 M: Josh Durgin <jdurgin@redhat.com>
1951 M: Jeff Cody <jcody@redhat.com>
1952 L: qemu-block@nongnu.org
1955 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1958 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1959 M: Liu Yuan <namei.unix@gmail.com>
1960 M: Jeff Cody <jcody@redhat.com>
1961 L: qemu-block@nongnu.org
1962 L: sheepdog@lists.wpkg.org
1965 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1968 M: Jeff Cody <jcody@redhat.com>
1969 L: qemu-block@nongnu.org
1972 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1975 M: Stefan Weil <sw@weilnetz.de>
1976 L: qemu-block@nongnu.org
1981 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1982 M: Paolo Bonzini <pbonzini@redhat.com>
1983 M: Peter Lieven <pl@kamp.de>
1984 L: qemu-block@nongnu.org
1987 F: block/iscsi-opts.c
1989 Network Block Device (NBD)
1990 M: Eric Blake <eblake@redhat.com>
1991 M: Paolo Bonzini <pbonzini@redhat.com>
1992 L: qemu-block@nongnu.org
1996 F: include/block/nbd*
1999 F: docs/interop/nbd.txt
2000 T: git git://repo.or.cz/qemu/ericb.git nbd
2003 M: Jeff Cody <jcody@redhat.com>
2004 M: Peter Lieven <pl@kamp.de>
2005 L: qemu-block@nongnu.org
2008 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2011 M: Richard W.M. Jones <rjones@redhat.com>
2012 M: Jeff Cody <jcody@redhat.com>
2013 L: qemu-block@nongnu.org
2016 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2019 M: Jeff Cody <jcody@redhat.com>
2020 L: qemu-block@nongnu.org
2023 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2026 M: Jeff Cody <jcody@redhat.com>
2027 L: qemu-block@nongnu.org
2030 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2033 M: Fam Zheng <famz@redhat.com>
2034 L: qemu-block@nongnu.org
2039 M: Fam Zheng <famz@redhat.com>
2040 L: qemu-block@nongnu.org
2045 M: Gonglei <arei.gonglei@huawei.com>
2050 M: Alberto Garcia <berto@igalia.com>
2053 L: qemu-block@nongnu.org
2056 M: Ari Sundholm <ari@tuxera.com>
2057 L: qemu-block@nongnu.org
2059 F: block/blklogwrites.c
2062 M: Stefan Hajnoczi <stefanha@redhat.com>
2063 L: qemu-block@nongnu.org
2065 F: block/blkverify.c
2068 M: Stefan Hajnoczi <stefanha@redhat.com>
2069 L: qemu-block@nongnu.org
2074 M: Stefan Hajnoczi <stefanha@redhat.com>
2075 L: qemu-block@nongnu.org
2080 M: Stefan Hajnoczi <stefanha@redhat.com>
2081 L: qemu-block@nongnu.org
2086 M: Stefan Hajnoczi <stefanha@redhat.com>
2087 M: Denis V. Lunev <den@openvz.org>
2088 L: qemu-block@nongnu.org
2090 F: block/parallels.c
2091 F: docs/interop/parallels.txt
2094 M: Stefan Hajnoczi <stefanha@redhat.com>
2095 L: qemu-block@nongnu.org
2100 M: Kevin Wolf <kwolf@redhat.com>
2101 L: qemu-block@nongnu.org
2103 F: block/linux-aio.c
2104 F: include/block/raw-aio.h
2105 F: block/raw-format.c
2106 F: block/file-posix.c
2107 F: block/file-win32.c
2108 F: block/win32-aio.c
2111 M: Kevin Wolf <kwolf@redhat.com>
2112 M: Max Reitz <mreitz@redhat.com>
2113 L: qemu-block@nongnu.org
2116 F: docs/interop/qcow2.txt
2119 M: Kevin Wolf <kwolf@redhat.com>
2120 L: qemu-block@nongnu.org
2125 M: Kevin Wolf <kwolf@redhat.com>
2126 M: Max Reitz <mreitz@redhat.com>
2127 L: qemu-block@nongnu.org
2132 M: Kevin Wolf <kwolf@redhat.com>
2133 L: qemu-block@nongnu.org
2138 M: Kevin Wolf <kwolf@redhat.com>
2139 L: qemu-block@nongnu.org
2144 M: Stefan Hajnoczi <stefanha@redhat.com>
2145 L: qemu-block@nongnu.org
2147 F: tests/image-fuzzer/
2150 M: Wen Congyang <wencongyang2@huawei.com>
2151 M: Xie Changlong <xiechanglong.d@gmail.com>
2154 F: block/replication.c
2155 F: tests/test-replication.c
2156 F: docs/block-replication.txt
2159 M: Yuval Shaia <yuval.shaia@oracle.com>
2160 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2166 Build and test automation
2167 -------------------------
2168 Build and test automation
2169 M: Alex Bennée <alex.bennee@linaro.org>
2170 M: Fam Zheng <famz@redhat.com>
2171 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2172 L: qemu-devel@nongnu.org
2179 W: https://travis-ci.org/qemu/qemu
2180 W: https://app.shippable.com/github/qemu/qemu
2181 W: http://patchew.org/QEMU/
2183 Guest Test Compilation Support
2184 M: Alex Bennée <alex.bennee@linaro.org>
2185 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2186 F: tests/tcg/Makefile
2187 F: tests/tcg/Makefile.include
2188 L: qemu-devel@nongnu.org
2192 Build system architecture
2193 M: Daniel P. Berrange <berrange@redhat.com>
2195 F: docs/devel/build-system.txt
2200 M: Daniel P. Berrange <berrange@redhat.com>
2202 F: scripts/git-submodule.sh