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
858 M: Magnus Damm <magnus.damm@gmail.com>
862 F: hw/timer/sh_timer.c
865 M: Magnus Damm <magnus.damm@gmail.com>
872 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
875 F: hw/dma/sparc32_dma.c
876 F: hw/dma/sun4m_iommu.c
877 F: hw/misc/eccmemctl.c
878 F: hw/misc/slavio_misc.c
879 F: include/hw/sparc/sparc32_dma.h
880 F: include/hw/sparc/sun4m.h
881 F: pc-bios/openbios-sparc32
884 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
886 F: hw/sparc64/sun4u.c
887 F: pc-bios/openbios-sparc64
890 M: Artyom Tarasenko <atar4qemu@gmail.com>
892 F: hw/sparc64/niagara.c
893 F: hw/timer/sun4v-rtc.c
894 F: include/hw/timer/sun4v-rtc.h
897 M: Fabien Chouteau <chouteau@adacore.com>
901 F: include/hw/sparc/grlib.h
906 M: Cornelia Huck <cohuck@redhat.com>
907 M: Christian Borntraeger <borntraeger@de.ibm.com>
908 M: Alexander Graf <agraf@suse.de>
910 F: hw/char/sclp*.[hc]
911 F: hw/char/terminal3270.c
914 F: hw/watchdog/wdt_diag288.c
915 F: include/hw/watchdog/wdt_diag288.h
916 F: default-configs/s390x-softmmu.mak
917 T: git git://github.com/cohuck/qemu.git s390-next
918 T: git git://github.com/borntraeger/qemu.git s390-next
919 L: qemu-s390x@nongnu.org
922 M: Christian Borntraeger <borntraeger@de.ibm.com>
923 M: Thomas Huth <thuth@redhat.com>
926 F: pc-bios/s390-ccw.img
927 T: git git://github.com/borntraeger/qemu.git s390-next
928 L: qemu-s390x@nongnu.org
932 PKUnity-3 SoC initramfs-with-busybox
933 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
941 M: Michael S. Tsirkin <mst@redhat.com>
942 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
946 F: hw/pci-host/piix.c
949 F: include/hw/pci-host/q35.h
950 F: include/hw/pci-host/pam.h
953 F: hw/i2c/smbus_ich9.c
956 F: include/hw/acpi/ich9.h
957 F: include/hw/acpi/piix4.h
961 M: Michael S. Tsirkin <mst@redhat.com>
962 M: Paolo Bonzini <pbonzini@redhat.com>
964 F: hw/char/debugcon.c
973 F: hw/isa/isa-superio.c
974 F: hw/misc/debugexit.c
975 F: hw/misc/pc-testdev.c
978 F: hw/timer/mc146818rtc*
979 F: hw/watchdog/wdt_ib700.c
980 F: include/hw/display/vga.h
981 F: include/hw/char/parallel.h
982 F: include/hw/dma/i8257.h
983 F: include/hw/i2c/pm_smbus.h
984 F: include/hw/input/i8042.h
985 F: include/hw/isa/superio.h
986 F: include/hw/timer/hpet.h
987 F: include/hw/timer/i8254*
988 F: include/hw/timer/mc146818rtc*
991 M: Eduardo Habkost <ehabkost@redhat.com>
992 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
995 F: hw/core/null-machine.c
996 F: include/hw/boards.h
997 T: git git://github.com/ehabkost/qemu.git machine-next
1002 M: Max Filippov <jcmvbkbc@gmail.com>
1006 XTFPGA (LX60, LX200, ML605, KC705)
1007 M: Max Filippov <jcmvbkbc@gmail.com>
1009 F: hw/xtensa/xtfpga.c
1010 F: hw/net/opencores_eth.c
1015 M: Jiri Slaby <jslaby@suse.cz>
1020 M: John Snow <jsnow@redhat.com>
1021 L: qemu-block@nongnu.org
1028 F: hw/block/hd-geometry.c
1030 F: tests/ahci-test.c
1031 F: tests/cdrom-test.c
1032 F: tests/libqos/ahci*
1033 T: git git://github.com/jnsnow/qemu.git ide
1036 M: Corey Minyard <minyard@acm.org>
1038 F: include/hw/ipmi/*
1040 F: hw/smbios/smbios_type_38.c
1042 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1045 M: John Snow <jsnow@redhat.com>
1046 L: qemu-block@nongnu.org
1049 F: include/hw/block/fdc.h
1051 T: git git://github.com/jnsnow/qemu.git ide
1054 M: Peter Maydell <peter.maydell@linaro.org>
1057 F: include/hw/arm/omap.h
1060 M: Alberto Garcia <berto@igalia.com>
1062 F: hw/char/ipoctal232.c
1066 M: Michael S. Tsirkin <mst@redhat.com>
1067 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1070 F: hw/misc/pci-testdev.c
1075 F: default-configs/pci.mak
1078 M: Michael S. Tsirkin <mst@redhat.com>
1079 M: Igor Mammedov <imammedo@redhat.com>
1081 F: include/hw/acpi/*
1082 F: include/hw/smbios/*
1086 F: hw/i386/acpi-build.[hc]
1087 F: hw/arm/virt-acpi-build.c
1088 F: tests/bios-tables-test.c
1089 F: tests/acpi-utils.[hc]
1092 M: Alexander Graf <agraf@suse.de>
1093 L: qemu-ppc@nongnu.org
1096 F: hw/i2c/ppc4xx_i2c.c
1097 F: include/hw/ppc/ppc4xx.h
1098 F: include/hw/i2c/ppc4xx_i2c.h
1101 M: Alexander Graf <agraf@suse.de>
1102 L: qemu-ppc@nongnu.org
1105 F: hw/pci-host/ppce500.c
1106 F: hw/net/fsl_etsec/
1109 M: Paolo Bonzini <pbonzini@redhat.com>
1114 M: Jason Wang <jasowang@redhat.com>
1118 F: tests/virtio-net-test.c
1119 T: git git://github.com/jasowang/qemu.git net
1122 M: Paolo Bonzini <pbonzini@redhat.com>
1123 R: Fam Zheng <famz@redhat.com>
1125 F: include/hw/scsi/*
1127 F: tests/virtio-scsi-test.c
1128 T: git git://github.com/bonzini/qemu.git scsi-next
1131 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1132 M: Alistair Francis <alistair@alistair23.me>
1135 F: hw/block/m25p80.c
1136 F: include/hw/ssi/ssi.h
1138 F: tests/m25p80-test.c
1141 M: Alistair Francis <alistair@alistair23.me>
1142 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1147 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1149 F: include/hw/sd/sd*
1155 M: Gerd Hoffmann <kraxel@redhat.com>
1158 F: tests/usb-*-test.c
1160 F: docs/usb-storage.txt
1163 F: default-configs/usb.mak
1165 USB (serial adapter)
1166 M: Gerd Hoffmann <kraxel@redhat.com>
1167 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1169 F: hw/usb/dev-serial.c
1172 M: Alex Williamson <alex.williamson@redhat.com>
1178 M: Cornelia Huck <cohuck@redhat.com>
1181 F: hw/s390x/s390-ccw.c
1182 F: include/hw/s390x/s390-ccw.h
1183 T: git git://github.com/cohuck/qemu.git s390-next
1184 L: qemu-s390x@nongnu.org
1187 M: Michael S. Tsirkin <mst@redhat.com>
1190 F: docs/interop/vhost-user.txt
1193 M: Michael S. Tsirkin <mst@redhat.com>
1196 F: hw/virtio/Makefile.objs
1197 F: hw/virtio/trace-events
1199 F: include/hw/virtio/
1200 F: tests/virtio-balloon-test.c
1203 M: Greg Kurz <groug@kaod.org>
1207 F: tests/virtio-9p-test.c
1208 T: git git://github.com/gkurz/qemu.git 9p-next
1211 M: Stefan Hajnoczi <stefanha@redhat.com>
1212 L: qemu-block@nongnu.org
1214 F: hw/block/virtio-blk.c
1215 F: hw/block/dataplane/*
1216 F: tests/virtio-blk-test.c
1217 T: git git://github.com/stefanha/qemu.git block
1220 M: Cornelia Huck <cohuck@redhat.com>
1221 M: Christian Borntraeger <borntraeger@de.ibm.com>
1223 F: hw/s390x/virtio-ccw.[hc]
1224 T: git git://github.com/cohuck/qemu.git s390-next
1225 T: git git://github.com/borntraeger/qemu.git s390-next
1226 L: qemu-s390x@nongnu.org
1229 M: Gerd Hoffmann <kraxel@redhat.com>
1231 F: hw/input/virtio-input*.c
1232 F: include/hw/virtio/virtio-input.h
1235 M: Amit Shah <amit@kernel.org>
1237 F: hw/char/virtio-serial-bus.c
1238 F: hw/char/virtio-console.c
1239 F: include/hw/virtio/virtio-serial.h
1240 F: tests/virtio-console-test.c
1241 F: tests/virtio-serial-test.c
1244 M: Amit Shah <amit@kernel.org>
1246 F: hw/virtio/virtio-rng.c
1247 F: include/hw/virtio/virtio-rng.h
1248 F: include/sysemu/rng*.h
1250 F: tests/virtio-rng-test.c
1253 M: Gonglei <arei.gonglei@huawei.com>
1255 F: hw/virtio/virtio-crypto.c
1256 F: hw/virtio/virtio-crypto-pci.c
1257 F: include/hw/virtio/virtio-crypto.h
1260 M: Keith Busch <keith.busch@intel.com>
1261 L: qemu-block@nongnu.org
1264 F: tests/nvme-test.c
1267 M: Hannes Reinecke <hare@suse.com>
1268 L: qemu-block@nongnu.org
1270 F: hw/scsi/megasas.c
1272 F: tests/megasas-test.c
1274 Network packet abstractions
1275 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1277 F: include/net/eth.h
1279 F: hw/net/net_rx_pkt*
1280 F: hw/net/net_tx_pkt*
1283 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1286 F: hw/scsi/vmw_pvscsi*
1287 F: tests/vmxnet3-test.c
1290 M: Jiri Pirko <jiri@resnulli.us>
1294 F: docs/specs/rocker.txt
1297 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1301 F: include/hw/mem/nvdimm.h
1304 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1309 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1314 M: Stefan Weil <sw@weilnetz.de>
1316 F: hw/net/eepro100.c
1319 M: Alistair Francis <alistair@alistair23.me>
1321 F: hw/core/generic-loader.c
1322 F: include/hw/core/generic-loader.h
1323 F: docs/generic-loader.txt
1326 M: Thomas Huth <thuth@redhat.com>
1328 F: hw/nvram/chrp_nvram.c
1329 F: include/hw/nvram/chrp_nvram.h
1330 F: tests/prom-env-test.c
1333 M: Ben Warren <ben@skyportsystems.com>
1335 F: hw/acpi/vmgenid.c
1336 F: include/hw/acpi/vmgenid.h
1337 F: docs/specs/vmgenid.txt
1338 F: tests/vmgenid-test.c
1341 Unimplemented device
1342 M: Peter Maydell <peter.maydell@linaro.org>
1343 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1345 F: include/hw/misc/unimp.h
1349 M: Gerd Hoffmann <kraxel@redhat.com>
1352 F: hw/display/bochs-display.c
1353 F: include/hw/display/vga.h
1354 F: include/hw/display/bochs-vbe.h
1357 M: Gerd Hoffmann <kraxel@redhat.com>
1359 F: hw/display/ramfb*.c
1360 F: include/hw/display/ramfb.h
1363 M: Gerd Hoffmann <kraxel@redhat.com>
1365 F: hw/display/virtio-gpu*
1366 F: hw/display/virtio-vga.c
1367 F: include/hw/virtio/virtio-gpu.h
1370 M: Gerd Hoffmann <kraxel@redhat.com>
1372 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1373 F: hw/display/cirrus*
1378 M: Gerd Hoffmann <kraxel@redhat.com>
1382 F: include/hw/audio/
1383 F: tests/ac97-test.c
1384 F: tests/es1370-test.c
1385 F: tests/intel-hda-test.c
1388 M: Kevin Wolf <kwolf@redhat.com>
1389 M: Max Reitz <mreitz@redhat.com>
1390 L: qemu-block@nongnu.org
1398 F: tests/qemu-iotests/
1399 F: util/qemu-progress.c
1400 F: qobject/block-qdict.c
1401 F: test/check-block-qdict.c
1402 T: git git://repo.or.cz/qemu/kevin.git block
1405 M: Stefan Hajnoczi <stefanha@redhat.com>
1406 M: Fam Zheng <famz@redhat.com>
1407 L: qemu-block@nongnu.org
1413 F: include/block/aio.h
1414 F: include/block/aio-wait.h
1415 F: scripts/qemugdb/aio.py
1416 T: git git://github.com/stefanha/qemu.git block
1418 Block SCSI subsystem
1419 M: Paolo Bonzini <pbonzini@redhat.com>
1420 R: Fam Zheng <famz@redhat.com>
1421 L: qemu-block@nongnu.org
1427 M: Jeff Cody <jcody@redhat.com>
1428 L: qemu-block@nongnu.org
1431 F: include/block/blockjob.h
1434 F: include/block/job.h
1440 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1442 Block QAPI, monitor, command line
1443 M: Markus Armbruster <armbru@redhat.com>
1448 F: qapi/transaction.json
1449 T: git git://repo.or.cz/qemu/armbru.git block-next
1452 M: Fam Zheng <famz@redhat.com>
1453 M: John Snow <jsnow@redhat.com>
1454 L: qemu-block@nongnu.org
1457 F: block/dirty-bitmap.c
1458 F: include/qemu/hbitmap.h
1459 F: include/block/dirty-bitmap.h
1460 F: tests/test-hbitmap.c
1461 F: docs/interop/bitmaps.rst
1462 T: git git://github.com/famz/qemu.git bitmaps
1463 T: git git://github.com/jnsnow/qemu.git bitmaps
1465 Character device backends
1466 M: Paolo Bonzini <pbonzini@redhat.com>
1467 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1473 Character Devices (Braille)
1474 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1478 Command line option argument parsing
1479 M: Markus Armbruster <armbru@redhat.com>
1481 F: include/qemu/option.h
1482 F: tests/test-keyval.c
1483 F: tests/test-qemu-opts.c
1485 F: util/qemu-option.c
1488 M: Markus Armbruster <armbru@redhat.com>
1490 F: scripts/coverity-model.c
1493 L: qemu-devel@nongnu.org
1496 F: include/qom/cpu.h
1499 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1500 M: Alexander Graf <agraf@suse.de>
1503 F: include/sysemu/device_tree.h
1507 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1509 F: hw/misc/vmcoreinfo.c
1510 F: include/hw/misc/vmcoreinfo.h
1511 F: include/sysemu/dump-arch.h
1512 F: include/sysemu/dump.h
1513 F: scripts/dump-guest-memory.py
1517 M: Markus Armbruster <armbru@redhat.com>
1519 F: include/qapi/error.h
1520 F: include/qemu/error-report.h
1522 F: util/qemu-error.c
1525 L: qemu-devel@nongnu.org
1531 M: Paolo Bonzini <pbonzini@redhat.com>
1533 F: include/exec/ioport.h
1535 F: include/exec/memory.h
1536 F: include/exec/ram_addr.h
1538 F: include/exec/memory-internal.h
1542 M: Gerd Hoffmann <kraxel@redhat.com>
1544 F: include/ui/qemu-spice.h
1545 F: include/ui/spice-display.h
1547 F: audio/spiceaudio.c
1552 M: Gerd Hoffmann <kraxel@redhat.com>
1559 M: Peter Maydell <peter.maydell@linaro.org>
1564 M: Paolo Bonzini <pbonzini@redhat.com>
1568 F: util/qemu-timer.c
1570 F: qapi/run-state.json
1573 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1578 F: include/monitor/hmp-target.h
1581 Network device backends
1582 M: Jason Wang <jasowang@redhat.com>
1586 T: git git://github.com/jasowang/qemu.git net
1589 Netmap network backend
1590 M: Luigi Rizzo <rizzo@iet.unipi.it>
1591 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1592 M: Vincenzo Maffione <v.maffione@gmail.com>
1593 W: http://info.iet.unipi.it/~luigi/netmap/
1598 M: Eduardo Habkost <ehabkost@redhat.com>
1601 F: include/sysemu/numa.h
1602 T: git git://github.com/ehabkost/qemu.git machine-next
1604 Host Memory Backends
1605 M: Eduardo Habkost <ehabkost@redhat.com>
1606 M: Igor Mammedov <imammedo@redhat.com>
1608 F: backends/hostmem*.c
1609 F: include/sysemu/hostmem.h
1610 T: git git://github.com/ehabkost/qemu.git machine-next
1613 M: Gonglei <arei.gonglei@huawei.com>
1615 F: include/sysemu/cryptodev*.h
1616 F: backends/cryptodev*.c
1619 M: Eduardo Habkost <ehabkost@redhat.com>
1620 M: Cleber Rosa <crosa@redhat.com>
1627 M: Markus Armbruster <armbru@redhat.com>
1628 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1633 X: include/qapi/qmp/
1634 F: include/qapi/qmp/dispatch.h
1635 F: tests/qapi-schema/
1636 F: tests/test-*-visitor.c
1637 F: tests/test-qapi-*.c
1638 F: tests/test-qmp-*.c
1639 F: tests/test-visitor-serialization.c
1640 F: scripts/qapi-gen.py
1643 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1646 M: Eric Blake <eblake@redhat.com>
1647 M: Markus Armbruster <armbru@redhat.com>
1651 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1654 M: Markus Armbruster <armbru@redhat.com>
1657 F: include/qapi/qmp/
1658 X: include/qapi/qmp/dispatch.h
1659 F: scripts/coccinelle/qobject.cocci
1660 F: tests/check-qdict.c
1661 F: tests/check-qnum.c
1662 F: tests/check-qjson.c
1663 F: tests/check-qlist.c
1664 F: tests/check-qstring.c
1665 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1668 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1672 F: scripts/qemu-guest-agent/
1674 F: docs/interop/qemu-ga-ref.texi
1675 T: git git://github.com/mdroth/qemu.git qga
1678 M: Andreas Färber <afaerber@suse.de>
1680 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1682 X: include/qom/cpu.h
1685 F: tests/check-qom-interface.c
1686 F: tests/check-qom-proplist.c
1690 M: Markus Armbruster <armbru@redhat.com>
1694 F: docs/devel/*qmp-*
1697 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1700 M: Alistair Francis <alistair@alistair23.me>
1702 F: hw/core/register.c
1703 F: include/hw/register.h
1704 F: include/hw/registerfields.h
1707 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1708 M: Jan Kiszka <jan.kiszka@siemens.com>
1712 F: include/net/slirp.h
1713 T: git https://people.debian.org/~sthibault/qemu.git slirp
1714 T: git git://git.kiszka.org/qemu.git queues/slirp
1717 M: Paolo Bonzini <pbonzini@redhat.com>
1722 M: Stefan Hajnoczi <stefanha@redhat.com>
1726 F: qemu-option-trace.texi
1727 F: scripts/tracetool.py
1728 F: scripts/tracetool/
1729 F: docs/devel/tracing.txt
1730 T: git git://github.com/stefanha/qemu.git tracing
1733 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1738 F: include/hw/acpi/tpm.h
1739 F: include/sysemu/tpm*
1743 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1747 F: scripts/checkpatch.pl
1750 M: Juan Quintela <quintela@redhat.com>
1751 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1753 F: include/migration/
1755 F: scripts/vmstate-static-checker.py
1756 F: tests/vmstate-static-checker-data/
1757 F: tests/migration-test.c
1758 F: docs/devel/migration.txt
1759 F: qapi/migration.json
1762 M: Eduardo Otubo <otubo@redhat.com>
1765 F: include/sysemu/seccomp.h
1768 M: Daniel P. Berrange <berrange@redhat.com>
1772 F: tests/test-crypto-*
1773 F: tests/benchmark-crypto-*
1777 M: Stefan Hajnoczi <stefanha@redhat.com>
1778 M: Kevin Wolf <kwolf@redhat.com>
1780 F: include/qemu/coroutine*
1781 F: tests/test-coroutine.c
1784 M: Daniel P. Berrange <berrange@redhat.com>
1787 F: include/qemu/buffer.h
1790 M: Daniel P. Berrange <berrange@redhat.com>
1797 M: Daniel P. Berrange <berrange@redhat.com>
1798 M: Gerd Hoffmann <kraxel@redhat.com>
1799 M: Paolo Bonzini <pbonzini@redhat.com>
1801 F: include/qemu/sockets.h
1802 F: util/qemu-sockets.c
1803 F: qapi/sockets.json
1805 Throttling infrastructure
1806 M: Alberto Garcia <berto@igalia.com>
1808 F: block/throttle-groups.c
1809 F: include/block/throttle-groups.h
1810 F: include/qemu/throttle*.h
1812 F: docs/throttle.txt
1813 F: tests/test-throttle.c
1814 L: qemu-block@nongnu.org
1817 M: Fam Zheng <famz@redhat.com>
1820 F: include/qemu/uuid.h
1821 F: tests/test-uuid.c
1824 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1827 F: include/migration/colo.h
1828 F: include/migration/failover.h
1832 M: Zhang Chen <zhangckid@gmail.com>
1833 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1835 F: docs/colo-proxy.txt
1837 F: net/filter-rewriter.c
1838 F: net/filter-mirror.c
1841 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1842 R: Paolo Bonzini <pbonzini@redhat.com>
1843 W: https://wiki.qemu.org/Features/record-replay
1846 F: block/blkreplay.c
1847 F: net/filter-replay.c
1848 F: include/sysemu/replay.h
1853 M: Peter Xu <peterx@redhat.com>
1855 F: include/qemu/iova-tree.h
1861 M: Riku Voipio <riku.voipio@iki.fi>
1864 F: accel/tcg/user-exec*.c
1869 F: default-configs/*-bsd-user.mak
1872 M: Riku Voipio <riku.voipio@iki.fi>
1873 R: Laurent Vivier <laurent@vivier.eu>
1876 F: default-configs/*-linux-user.mak
1877 F: scripts/qemu-binfmt-conf.sh
1879 Tiny Code Generator (TCG)
1880 -------------------------
1882 M: Richard Henderson <rth@twiddle.net>
1887 M: Claudio Fontana <claudio.fontana@huawei.com>
1888 M: Claudio Fontana <claudio.fontana@gmail.com>
1890 L: qemu-arm@nongnu.org
1896 M: Andrzej Zaborowski <balrogg@gmail.com>
1898 L: qemu-arm@nongnu.org
1903 L: qemu-devel@nongnu.org
1909 M: Aurelien Jarno <aurelien@aurel32.net>
1915 M: Richard Henderson <rth@twiddle.net>
1921 M: Alexander Graf <agraf@suse.de>
1922 M: Richard Henderson <rth@twiddle.net>
1926 L: qemu-s390x@nongnu.org
1934 M: Stefan Weil <sw@weilnetz.de>
1943 M: Fam Zheng <famz@redhat.com>
1944 L: qemu-block@nongnu.org
1949 M: Josh Durgin <jdurgin@redhat.com>
1950 M: Jeff Cody <jcody@redhat.com>
1951 L: qemu-block@nongnu.org
1954 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1957 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1958 M: Liu Yuan <namei.unix@gmail.com>
1959 M: Jeff Cody <jcody@redhat.com>
1960 L: qemu-block@nongnu.org
1961 L: sheepdog@lists.wpkg.org
1964 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1967 M: Jeff Cody <jcody@redhat.com>
1968 L: qemu-block@nongnu.org
1971 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1974 M: Stefan Weil <sw@weilnetz.de>
1975 L: qemu-block@nongnu.org
1980 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1981 M: Paolo Bonzini <pbonzini@redhat.com>
1982 M: Peter Lieven <pl@kamp.de>
1983 L: qemu-block@nongnu.org
1986 F: block/iscsi-opts.c
1988 Network Block Device (NBD)
1989 M: Eric Blake <eblake@redhat.com>
1990 M: Paolo Bonzini <pbonzini@redhat.com>
1991 L: qemu-block@nongnu.org
1995 F: include/block/nbd*
1998 F: docs/interop/nbd.txt
1999 T: git git://repo.or.cz/qemu/ericb.git nbd
2002 M: Jeff Cody <jcody@redhat.com>
2003 M: Peter Lieven <pl@kamp.de>
2004 L: qemu-block@nongnu.org
2007 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2010 M: Richard W.M. Jones <rjones@redhat.com>
2011 M: Jeff Cody <jcody@redhat.com>
2012 L: qemu-block@nongnu.org
2015 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2018 M: Jeff Cody <jcody@redhat.com>
2019 L: qemu-block@nongnu.org
2022 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2025 M: Jeff Cody <jcody@redhat.com>
2026 L: qemu-block@nongnu.org
2029 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2032 M: Fam Zheng <famz@redhat.com>
2033 L: qemu-block@nongnu.org
2038 M: Fam Zheng <famz@redhat.com>
2039 L: qemu-block@nongnu.org
2044 M: Gonglei <arei.gonglei@huawei.com>
2049 M: Alberto Garcia <berto@igalia.com>
2052 L: qemu-block@nongnu.org
2055 M: Stefan Hajnoczi <stefanha@redhat.com>
2056 L: qemu-block@nongnu.org
2058 F: block/blkverify.c
2061 M: Stefan Hajnoczi <stefanha@redhat.com>
2062 L: qemu-block@nongnu.org
2067 M: Stefan Hajnoczi <stefanha@redhat.com>
2068 L: qemu-block@nongnu.org
2073 M: Stefan Hajnoczi <stefanha@redhat.com>
2074 L: qemu-block@nongnu.org
2079 M: Stefan Hajnoczi <stefanha@redhat.com>
2080 M: Denis V. Lunev <den@openvz.org>
2081 L: qemu-block@nongnu.org
2083 F: block/parallels.c
2084 F: docs/interop/parallels.txt
2087 M: Stefan Hajnoczi <stefanha@redhat.com>
2088 L: qemu-block@nongnu.org
2093 M: Kevin Wolf <kwolf@redhat.com>
2094 L: qemu-block@nongnu.org
2096 F: block/linux-aio.c
2097 F: include/block/raw-aio.h
2098 F: block/raw-format.c
2099 F: block/file-posix.c
2100 F: block/file-win32.c
2101 F: block/win32-aio.c
2104 M: Kevin Wolf <kwolf@redhat.com>
2105 M: Max Reitz <mreitz@redhat.com>
2106 L: qemu-block@nongnu.org
2109 F: docs/interop/qcow2.txt
2112 M: Kevin Wolf <kwolf@redhat.com>
2113 L: qemu-block@nongnu.org
2118 M: Kevin Wolf <kwolf@redhat.com>
2119 M: Max Reitz <mreitz@redhat.com>
2120 L: qemu-block@nongnu.org
2125 M: Kevin Wolf <kwolf@redhat.com>
2126 L: qemu-block@nongnu.org
2131 M: Kevin Wolf <kwolf@redhat.com>
2132 L: qemu-block@nongnu.org
2137 M: Stefan Hajnoczi <stefanha@redhat.com>
2138 L: qemu-block@nongnu.org
2140 F: tests/image-fuzzer/
2143 M: Wen Congyang <wencongyang2@huawei.com>
2144 M: Xie Changlong <xiechanglong.d@gmail.com>
2147 F: block/replication.c
2148 F: tests/test-replication.c
2149 F: docs/block-replication.txt
2152 M: Yuval Shaia <yuval.shaia@oracle.com>
2153 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2159 Build and test automation
2160 -------------------------
2161 Build and test automation
2162 M: Alex Bennée <alex.bennee@linaro.org>
2163 M: Fam Zheng <famz@redhat.com>
2164 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2165 L: qemu-devel@nongnu.org
2171 W: https://travis-ci.org/qemu/qemu
2172 W: https://app.shippable.com/github/qemu/qemu
2173 W: http://patchew.org/QEMU/
2175 Guest Test Compilation Support
2176 M: Alex Bennée <alex.bennee@linaro.org>
2177 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2178 F: tests/tcg/Makefile
2179 F: tests/tcg/Makefile.include
2180 L: qemu-devel@nongnu.org
2184 Build system architecture
2185 M: Daniel P. Berrange <berrange@redhat.com>
2187 F: docs/devel/build-system.txt
2192 M: Daniel P. Berrange <berrange@redhat.com>
2194 F: scripts/git-submodule.sh