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: Yongbok Kim <yongbok.kim@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
462 M: Peter Maydell <peter.maydell@linaro.org>
463 L: qemu-arm@nongnu.org
466 F: hw/intc/gic_internal.h
468 F: hw/misc/arm11scu.c
469 F: hw/timer/a9gtimer*
471 F: include/hw/arm/arm*.h
472 F: include/hw/intc/arm*
473 F: include/hw/misc/a9scu.h
474 F: include/hw/misc/arm11scu.h
475 F: include/hw/timer/a9gtimer.h
476 F: include/hw/timer/arm_mptimer.h
477 F: include/hw/timer/armv7m_systick.h
478 F: tests/test-arm-mptimer.c
481 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
482 L: qemu-arm@nongnu.org
485 F: include/hw/arm/exynos4210.h
488 M: Rob Herring <robh@kernel.org>
489 L: qemu-arm@nongnu.org
495 M: Antony Pavlov <antonynpavlov@gmail.com>
496 L: qemu-arm@nongnu.org
498 F: include/hw/arm/digic.h
502 L: qemu-devel@nongnu.org
503 L: qemu-arm@nongnu.org
508 M: Peter Chubb <peter.chubb@nicta.com.au>
509 L: qemu-arm@nongnu.org
514 F: include/hw/arm/fsl-imx31.h
517 M: Peter Maydell <peter.maydell@linaro.org>
518 L: qemu-arm@nongnu.org
520 F: hw/arm/integratorcp.c
521 F: hw/misc/arm_integrator_debug.c
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
530 F: include/hw/misc/mps2-*.h
532 F: include/hw/arm/iotkit.h
535 M: Jan Kiszka <jan.kiszka@web.de>
536 L: qemu-arm@nongnu.org
541 M: Andrzej Zaborowski <balrogg@gmail.com>
542 L: qemu-arm@nongnu.org
547 M: Andrzej Zaborowski <balrogg@gmail.com>
548 L: qemu-arm@nongnu.org
553 M: Peter Maydell <peter.maydell@linaro.org>
554 L: qemu-arm@nongnu.org
557 F: hw/cpu/realview_mpcore.c
558 F: hw/intc/realview_gic.c
559 F: include/hw/intc/realview_gic.h
562 M: Andrzej Zaborowski <balrogg@gmail.com>
563 L: qemu-arm@nongnu.org
565 F: hw/arm/mainstone.c
570 F: hw/misc/mst_fpga.c
571 F: include/hw/arm/pxa.h
574 M: Peter Maydell <peter.maydell@linaro.org>
575 L: qemu-arm@nongnu.org
580 M: Peter Maydell <peter.maydell@linaro.org>
581 L: qemu-arm@nongnu.org
584 F: hw/misc/arm_sysctl.c
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588 M: Alistair Francis <alistair@alistair23.me>
589 L: qemu-arm@nongnu.org
594 F: include/hw/misc/zynq*
598 M: Alistair Francis <alistair@alistair23.me>
599 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
600 L: qemu-arm@nongnu.org
603 F: include/hw/*/xlnx*.h
606 M: Shannon Zhao <zhaoshenglong@huawei.com>
607 M: Shannon Zhao <shannon.zhaosl@gmail.com>
608 L: qemu-arm@nongnu.org
610 F: hw/arm/virt-acpi-build.c
613 M: Alistair Francis <alistair@alistair23.me>
615 F: hw/arm/stm32f205_soc.c
616 F: hw/misc/stm32f2xx_syscfg.c
617 F: hw/char/stm32f2xx_usart.c
618 F: hw/timer/stm32f2xx_timer.c
620 F: hw/ssi/stm32f2xx_spi.c
621 F: include/hw/*/stm32*.h
624 M: Alistair Francis <alistair@alistair23.me>
626 F: hw/arm/netduino2.c
629 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
632 F: hw/misc/msf2-sysreg.c
633 F: hw/timer/mss-timer.c
635 F: include/hw/arm/msf2-soc.h
636 F: include/hw/misc/msf2-sysreg.h
637 F: include/hw/timer/mss-timer.h
638 F: include/hw/ssi/mss-spi.h
641 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
648 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
650 F: hw/cris/axis_dev88.c
655 EVR32 and uclinux BSP
656 M: Michael Walle <michael@walle.cc>
658 F: hw/lm32/lm32_boards.c
661 M: Michael Walle <michael@walle.cc>
663 F: hw/lm32/milkymist.c
668 M: Thomas Huth <huth@tuxfamily.org>
674 M: Thomas Huth <huth@tuxfamily.org>
677 F: hw/m68k/mcf_intc.c
678 F: hw/char/mcf_uart.c
680 F: include/hw/m68k/mcf*.h
685 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
687 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
690 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
692 F: hw/microblaze/petalogix_ml605_mmu.c
697 M: Hervé Poussineau <hpoussin@reactos.org>
699 F: hw/mips/mips_jazz.c
702 M: Aurelien Jarno <aurelien@aurel32.net>
704 F: hw/mips/mips_malta.c
707 M: Yongbok Kim <yongbok.kim@mips.com>
709 F: hw/mips/mips_mipssim.c
713 M: Aurelien Jarno <aurelien@aurel32.net>
715 F: hw/mips/mips_r4k.c
718 M: Yongbok Kim <yongbok.kim@mips.com>
720 F: hw/mips/mips_fulong2e.c
722 F: include/hw/isa/vt82c686.h
725 M: Paul Burton <paul.burton@mips.com>
727 F: hw/core/loader-fit.c
729 F: hw/pci-host/xilinx-pcie.c
734 M: Jia Liu <proljc@gmail.com>
736 F: hw/openrisc/openrisc_sim.c
741 M: Alexander Graf <agraf@suse.de>
742 L: qemu-ppc@nongnu.org
744 F: hw/ppc/ppc405_boards.c
747 M: Alexander Graf <agraf@suse.de>
748 L: qemu-ppc@nongnu.org
750 F: hw/ppc/ppc440_bamboo.c
753 M: Alexander Graf <agraf@suse.de>
754 L: qemu-ppc@nongnu.org
758 F: include/hw/ppc/ppc_e500.h
759 F: include/hw/pci-host/ppce500.h
760 F: pc-bios/u-boot.e500
763 M: Alexander Graf <agraf@suse.de>
764 L: qemu-ppc@nongnu.org
766 F: hw/ppc/mpc8544ds.c
767 F: hw/ppc/mpc8544_guts.c
770 M: Alexander Graf <agraf@suse.de>
771 L: qemu-ppc@nongnu.org
773 F: hw/ppc/mac_newworld.c
774 F: hw/pci-host/uninorth.c
775 F: hw/pci-bridge/dec.[hc]
778 F: hw/nvram/mac_nvram.c
779 F: include/hw/misc/macio/
780 F: include/hw/misc/mos6522.h
781 F: include/hw/ppc/mac_dbdma.h
784 M: Alexander Graf <agraf@suse.de>
785 L: qemu-ppc@nongnu.org
787 F: hw/ppc/mac_oldworld.c
788 F: hw/pci-host/grackle.c
790 F: hw/intc/heathrow_pic.c
793 M: Hervé Poussineau <hpoussin@reactos.org>
794 L: qemu-devel@nongnu.org
795 L: qemu-ppc@nongnu.org
798 F: hw/ppc/prep_systemio.c
799 F: hw/ppc/rs6000_mc.c
800 F: hw/pci-host/prep.[hc]
804 F: hw/timer/m48t59-isa.c
805 F: include/hw/isa/pc87312.h
806 F: include/hw/timer/m48t59.h
807 F: pc-bios/ppc_rom.bin
810 M: David Gibson <david@gibson.dropbear.id.au>
811 M: Alexander Graf <agraf@suse.de>
812 L: qemu-ppc@nongnu.org
815 F: include/hw/*/spapr*
817 F: include/hw/*/xics*
818 F: pc-bios/spapr-rtas/*
819 F: pc-bios/spapr-rtas.bin
821 F: pc-bios/skiboot.lid
822 F: docs/specs/ppc-spapr-hcalls.txt
823 F: docs/specs/ppc-spapr-hotplug.txt
825 F: tests/libqos/*spapr*
827 F: tests/libqos/rtas*
830 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
831 L: qemu-ppc@nongnu.org
833 F: hw/ppc/virtex_ml507.c
836 M: BALATON Zoltan <balaton@eik.bme.hu>
837 L: qemu-ppc@nongnu.org
844 M: Magnus Damm <magnus.damm@gmail.com>
848 F: hw/timer/sh_timer.c
851 M: Magnus Damm <magnus.damm@gmail.com>
858 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
861 F: hw/dma/sparc32_dma.c
862 F: hw/dma/sun4m_iommu.c
863 F: hw/misc/eccmemctl.c
864 F: hw/misc/slavio_misc.c
865 F: include/hw/sparc/sparc32_dma.h
866 F: include/hw/sparc/sun4m.h
867 F: pc-bios/openbios-sparc32
870 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
872 F: hw/sparc64/sun4u.c
873 F: pc-bios/openbios-sparc64
876 M: Artyom Tarasenko <atar4qemu@gmail.com>
878 F: hw/sparc64/niagara.c
879 F: hw/timer/sun4v-rtc.c
880 F: include/hw/timer/sun4v-rtc.h
883 M: Fabien Chouteau <chouteau@adacore.com>
887 F: include/hw/sparc/grlib.h
892 M: Cornelia Huck <cohuck@redhat.com>
893 M: Christian Borntraeger <borntraeger@de.ibm.com>
894 M: Alexander Graf <agraf@suse.de>
896 F: hw/char/sclp*.[hc]
897 F: hw/char/terminal3270.c
900 F: hw/watchdog/wdt_diag288.c
901 F: include/hw/watchdog/wdt_diag288.h
902 F: default-configs/s390x-softmmu.mak
903 T: git git://github.com/cohuck/qemu.git s390-next
904 T: git git://github.com/borntraeger/qemu.git s390-next
905 L: qemu-s390x@nongnu.org
908 M: Christian Borntraeger <borntraeger@de.ibm.com>
909 M: Thomas Huth <thuth@redhat.com>
912 F: pc-bios/s390-ccw.img
913 T: git git://github.com/borntraeger/qemu.git s390-next
914 L: qemu-s390x@nongnu.org
918 PKUnity-3 SoC initramfs-with-busybox
919 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
927 M: Michael S. Tsirkin <mst@redhat.com>
928 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
932 F: hw/pci-host/piix.c
935 F: include/hw/pci-host/q35.h
936 F: include/hw/pci-host/pam.h
939 F: hw/i2c/smbus_ich9.c
942 F: include/hw/acpi/ich9.h
943 F: include/hw/acpi/piix4.h
947 M: Michael S. Tsirkin <mst@redhat.com>
948 M: Paolo Bonzini <pbonzini@redhat.com>
950 F: hw/char/debugcon.c
959 F: hw/isa/isa-superio.c
960 F: hw/misc/debugexit.c
961 F: hw/misc/pc-testdev.c
964 F: hw/timer/mc146818rtc*
965 F: hw/watchdog/wdt_ib700.c
966 F: include/hw/display/vga.h
967 F: include/hw/char/parallel.h
968 F: include/hw/dma/i8257.h
969 F: include/hw/i2c/pm_smbus.h
970 F: include/hw/input/i8042.h
971 F: include/hw/isa/superio.h
972 F: include/hw/timer/hpet.h
973 F: include/hw/timer/i8254*
974 F: include/hw/timer/mc146818rtc*
977 M: Eduardo Habkost <ehabkost@redhat.com>
978 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
981 F: hw/core/null-machine.c
982 F: include/hw/boards.h
983 T: git git://github.com/ehabkost/qemu.git machine-next
988 M: Max Filippov <jcmvbkbc@gmail.com>
992 XTFPGA (LX60, LX200, ML605, KC705)
993 M: Max Filippov <jcmvbkbc@gmail.com>
995 F: hw/xtensa/xtfpga.c
996 F: hw/net/opencores_eth.c
1001 M: Jiri Slaby <jslaby@suse.cz>
1006 M: John Snow <jsnow@redhat.com>
1007 L: qemu-block@nongnu.org
1014 F: hw/block/hd-geometry.c
1016 F: tests/ahci-test.c
1017 F: tests/cdrom-test.c
1018 F: tests/libqos/ahci*
1019 T: git git://github.com/jnsnow/qemu.git ide
1022 M: Corey Minyard <minyard@acm.org>
1024 F: include/hw/ipmi/*
1026 F: hw/smbios/smbios_type_38.c
1028 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1031 M: John Snow <jsnow@redhat.com>
1032 L: qemu-block@nongnu.org
1035 F: include/hw/block/fdc.h
1037 T: git git://github.com/jnsnow/qemu.git ide
1040 M: Peter Maydell <peter.maydell@linaro.org>
1043 F: include/hw/arm/omap.h
1046 M: Alberto Garcia <berto@igalia.com>
1048 F: hw/char/ipoctal232.c
1052 M: Michael S. Tsirkin <mst@redhat.com>
1053 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1056 F: hw/misc/pci-testdev.c
1061 F: default-configs/pci.mak
1064 M: Michael S. Tsirkin <mst@redhat.com>
1065 M: Igor Mammedov <imammedo@redhat.com>
1067 F: include/hw/acpi/*
1068 F: include/hw/smbios/*
1072 F: hw/i386/acpi-build.[hc]
1073 F: hw/arm/virt-acpi-build.c
1074 F: tests/bios-tables-test.c
1075 F: tests/acpi-utils.[hc]
1078 M: Alexander Graf <agraf@suse.de>
1079 L: qemu-ppc@nongnu.org
1082 F: hw/i2c/ppc4xx_i2c.c
1083 F: include/hw/ppc/ppc4xx.h
1084 F: include/hw/i2c/ppc4xx_i2c.h
1087 M: Alexander Graf <agraf@suse.de>
1088 L: qemu-ppc@nongnu.org
1091 F: hw/pci-host/ppce500.c
1092 F: hw/net/fsl_etsec/
1095 M: Paolo Bonzini <pbonzini@redhat.com>
1100 M: Jason Wang <jasowang@redhat.com>
1104 F: tests/virtio-net-test.c
1105 T: git git://github.com/jasowang/qemu.git net
1108 M: Paolo Bonzini <pbonzini@redhat.com>
1109 R: Fam Zheng <famz@redhat.com>
1111 F: include/hw/scsi/*
1113 F: tests/virtio-scsi-test.c
1114 T: git git://github.com/bonzini/qemu.git scsi-next
1117 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1118 M: Alistair Francis <alistair@alistair23.me>
1121 F: hw/block/m25p80.c
1122 F: include/hw/ssi/ssi.h
1124 F: tests/m25p80-test.c
1127 M: Alistair Francis <alistair@alistair23.me>
1128 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1133 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1135 F: include/hw/sd/sd*
1141 M: Gerd Hoffmann <kraxel@redhat.com>
1144 F: tests/usb-*-test.c
1146 F: docs/usb-storage.txt
1149 F: default-configs/usb.mak
1151 USB (serial adapter)
1152 M: Gerd Hoffmann <kraxel@redhat.com>
1153 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1155 F: hw/usb/dev-serial.c
1158 M: Alex Williamson <alex.williamson@redhat.com>
1164 M: Cornelia Huck <cohuck@redhat.com>
1167 F: hw/s390x/s390-ccw.c
1168 F: include/hw/s390x/s390-ccw.h
1169 T: git git://github.com/cohuck/qemu.git s390-next
1170 L: qemu-s390x@nongnu.org
1173 M: Michael S. Tsirkin <mst@redhat.com>
1176 F: docs/interop/vhost-user.txt
1179 M: Michael S. Tsirkin <mst@redhat.com>
1182 F: hw/virtio/Makefile.objs
1183 F: hw/virtio/trace-events
1185 F: include/hw/virtio/
1186 F: tests/virtio-balloon-test.c
1189 M: Greg Kurz <groug@kaod.org>
1193 F: tests/virtio-9p-test.c
1194 T: git git://github.com/gkurz/qemu.git 9p-next
1197 M: Stefan Hajnoczi <stefanha@redhat.com>
1198 L: qemu-block@nongnu.org
1200 F: hw/block/virtio-blk.c
1201 F: hw/block/dataplane/*
1202 F: tests/virtio-blk-test.c
1203 T: git git://github.com/stefanha/qemu.git block
1206 M: Cornelia Huck <cohuck@redhat.com>
1207 M: Christian Borntraeger <borntraeger@de.ibm.com>
1209 F: hw/s390x/virtio-ccw.[hc]
1210 T: git git://github.com/cohuck/qemu.git s390-next
1211 T: git git://github.com/borntraeger/qemu.git s390-next
1212 L: qemu-s390x@nongnu.org
1215 M: Gerd Hoffmann <kraxel@redhat.com>
1217 F: hw/input/virtio-input*.c
1218 F: include/hw/virtio/virtio-input.h
1221 M: Amit Shah <amit@kernel.org>
1223 F: hw/char/virtio-serial-bus.c
1224 F: hw/char/virtio-console.c
1225 F: include/hw/virtio/virtio-serial.h
1226 F: tests/virtio-console-test.c
1227 F: tests/virtio-serial-test.c
1230 M: Amit Shah <amit@kernel.org>
1232 F: hw/virtio/virtio-rng.c
1233 F: include/hw/virtio/virtio-rng.h
1234 F: include/sysemu/rng*.h
1236 F: tests/virtio-rng-test.c
1239 M: Gonglei <arei.gonglei@huawei.com>
1241 F: hw/virtio/virtio-crypto.c
1242 F: hw/virtio/virtio-crypto-pci.c
1243 F: include/hw/virtio/virtio-crypto.h
1246 M: Keith Busch <keith.busch@intel.com>
1247 L: qemu-block@nongnu.org
1250 F: tests/nvme-test.c
1253 M: Hannes Reinecke <hare@suse.com>
1254 L: qemu-block@nongnu.org
1256 F: hw/scsi/megasas.c
1258 F: tests/megasas-test.c
1260 Network packet abstractions
1261 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1263 F: include/net/eth.h
1265 F: hw/net/net_rx_pkt*
1266 F: hw/net/net_tx_pkt*
1269 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1272 F: hw/scsi/vmw_pvscsi*
1273 F: tests/vmxnet3-test.c
1276 M: Jiri Pirko <jiri@resnulli.us>
1280 F: docs/specs/rocker.txt
1283 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1287 F: include/hw/mem/nvdimm.h
1290 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1295 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1300 M: Stefan Weil <sw@weilnetz.de>
1302 F: hw/net/eepro100.c
1305 M: Alistair Francis <alistair@alistair23.me>
1307 F: hw/core/generic-loader.c
1308 F: include/hw/core/generic-loader.h
1309 F: docs/generic-loader.txt
1312 M: Thomas Huth <thuth@redhat.com>
1314 F: hw/nvram/chrp_nvram.c
1315 F: include/hw/nvram/chrp_nvram.h
1316 F: tests/prom-env-test.c
1319 M: Ben Warren <ben@skyportsystems.com>
1321 F: hw/acpi/vmgenid.c
1322 F: include/hw/acpi/vmgenid.h
1323 F: docs/specs/vmgenid.txt
1324 F: tests/vmgenid-test.c
1327 Unimplemented device
1328 M: Peter Maydell <peter.maydell@linaro.org>
1329 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1331 F: include/hw/misc/unimp.h
1335 M: Gerd Hoffmann <kraxel@redhat.com>
1338 F: hw/display/bochs-display.c
1339 F: include/hw/display/vga.h
1340 F: include/hw/display/bochs-vbe.h
1343 M: Gerd Hoffmann <kraxel@redhat.com>
1345 F: hw/display/ramfb*.c
1346 F: include/hw/display/ramfb.h
1349 M: Gerd Hoffmann <kraxel@redhat.com>
1351 F: hw/display/virtio-gpu*
1352 F: hw/display/virtio-vga.c
1353 F: include/hw/virtio/virtio-gpu.h
1356 M: Gerd Hoffmann <kraxel@redhat.com>
1358 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1359 F: hw/display/cirrus*
1364 M: Gerd Hoffmann <kraxel@redhat.com>
1368 F: include/hw/audio/
1369 F: tests/ac97-test.c
1370 F: tests/es1370-test.c
1371 F: tests/intel-hda-test.c
1374 M: Kevin Wolf <kwolf@redhat.com>
1375 M: Max Reitz <mreitz@redhat.com>
1376 L: qemu-block@nongnu.org
1384 F: tests/qemu-iotests/
1385 F: util/qemu-progress.c
1386 F: qobject/block-qdict.c
1387 F: test/check-block-qdict.c
1388 T: git git://repo.or.cz/qemu/kevin.git block
1391 M: Stefan Hajnoczi <stefanha@redhat.com>
1392 M: Fam Zheng <famz@redhat.com>
1393 L: qemu-block@nongnu.org
1399 F: include/block/aio.h
1400 F: include/block/aio-wait.h
1401 F: scripts/qemugdb/aio.py
1402 T: git git://github.com/stefanha/qemu.git block
1404 Block SCSI subsystem
1405 M: Paolo Bonzini <pbonzini@redhat.com>
1406 R: Fam Zheng <famz@redhat.com>
1407 L: qemu-block@nongnu.org
1413 M: Jeff Cody <jcody@redhat.com>
1414 L: qemu-block@nongnu.org
1417 F: include/block/blockjob.h
1420 F: include/block/job.h
1426 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1428 Block QAPI, monitor, command line
1429 M: Markus Armbruster <armbru@redhat.com>
1434 F: qapi/transaction.json
1435 T: git git://repo.or.cz/qemu/armbru.git block-next
1438 M: Fam Zheng <famz@redhat.com>
1439 M: John Snow <jsnow@redhat.com>
1440 L: qemu-block@nongnu.org
1443 F: block/dirty-bitmap.c
1444 F: include/qemu/hbitmap.h
1445 F: include/block/dirty-bitmap.h
1446 F: tests/test-hbitmap.c
1447 F: docs/interop/bitmaps.rst
1448 T: git git://github.com/famz/qemu.git bitmaps
1449 T: git git://github.com/jnsnow/qemu.git bitmaps
1451 Character device backends
1452 M: Paolo Bonzini <pbonzini@redhat.com>
1453 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1459 Character Devices (Braille)
1460 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1464 Command line option argument parsing
1465 M: Markus Armbruster <armbru@redhat.com>
1467 F: include/qemu/option.h
1468 F: tests/test-keyval.c
1469 F: tests/test-qemu-opts.c
1471 F: util/qemu-option.c
1474 M: Markus Armbruster <armbru@redhat.com>
1476 F: scripts/coverity-model.c
1479 L: qemu-devel@nongnu.org
1482 F: include/qom/cpu.h
1485 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1486 M: Alexander Graf <agraf@suse.de>
1489 F: include/sysemu/device_tree.h
1493 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1495 F: hw/misc/vmcoreinfo.c
1496 F: include/hw/misc/vmcoreinfo.h
1497 F: include/sysemu/dump-arch.h
1498 F: include/sysemu/dump.h
1499 F: scripts/dump-guest-memory.py
1503 M: Markus Armbruster <armbru@redhat.com>
1505 F: include/qapi/error.h
1506 F: include/qemu/error-report.h
1508 F: util/qemu-error.c
1511 L: qemu-devel@nongnu.org
1517 M: Paolo Bonzini <pbonzini@redhat.com>
1519 F: include/exec/ioport.h
1521 F: include/exec/memory.h
1522 F: include/exec/ram_addr.h
1524 F: include/exec/memory-internal.h
1528 M: Gerd Hoffmann <kraxel@redhat.com>
1530 F: include/ui/qemu-spice.h
1531 F: include/ui/spice-display.h
1533 F: audio/spiceaudio.c
1538 M: Gerd Hoffmann <kraxel@redhat.com>
1545 M: Peter Maydell <peter.maydell@linaro.org>
1550 M: Paolo Bonzini <pbonzini@redhat.com>
1554 F: util/qemu-timer.c
1556 F: qapi/run-state.json
1559 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1564 F: include/monitor/hmp-target.h
1567 Network device backends
1568 M: Jason Wang <jasowang@redhat.com>
1572 T: git git://github.com/jasowang/qemu.git net
1575 Netmap network backend
1576 M: Luigi Rizzo <rizzo@iet.unipi.it>
1577 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1578 M: Vincenzo Maffione <v.maffione@gmail.com>
1579 W: http://info.iet.unipi.it/~luigi/netmap/
1584 M: Eduardo Habkost <ehabkost@redhat.com>
1587 F: include/sysemu/numa.h
1588 T: git git://github.com/ehabkost/qemu.git machine-next
1590 Host Memory Backends
1591 M: Eduardo Habkost <ehabkost@redhat.com>
1592 M: Igor Mammedov <imammedo@redhat.com>
1594 F: backends/hostmem*.c
1595 F: include/sysemu/hostmem.h
1596 T: git git://github.com/ehabkost/qemu.git machine-next
1599 M: Gonglei <arei.gonglei@huawei.com>
1601 F: include/sysemu/cryptodev*.h
1602 F: backends/cryptodev*.c
1605 M: Eduardo Habkost <ehabkost@redhat.com>
1606 M: Cleber Rosa <crosa@redhat.com>
1613 M: Markus Armbruster <armbru@redhat.com>
1614 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1619 X: include/qapi/qmp/
1620 F: include/qapi/qmp/dispatch.h
1621 F: tests/qapi-schema/
1622 F: tests/test-*-visitor.c
1623 F: tests/test-qapi-*.c
1624 F: tests/test-qmp-*.c
1625 F: tests/test-visitor-serialization.c
1628 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1631 M: Eric Blake <eblake@redhat.com>
1632 M: Markus Armbruster <armbru@redhat.com>
1636 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1639 M: Markus Armbruster <armbru@redhat.com>
1642 F: include/qapi/qmp/
1643 X: include/qapi/qmp/dispatch.h
1644 F: scripts/coccinelle/qobject.cocci
1645 F: tests/check-qdict.c
1646 F: tests/check-qnum.c
1647 F: tests/check-qjson.c
1648 F: tests/check-qlist.c
1649 F: tests/check-qstring.c
1650 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1653 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1657 F: scripts/qemu-guest-agent/
1659 F: docs/interop/qemu-ga-ref.texi
1660 T: git git://github.com/mdroth/qemu.git qga
1663 M: Andreas Färber <afaerber@suse.de>
1665 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1667 X: include/qom/cpu.h
1670 F: tests/check-qom-interface.c
1671 F: tests/check-qom-proplist.c
1675 M: Markus Armbruster <armbru@redhat.com>
1679 F: docs/devel/*qmp-*
1682 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1685 M: Alistair Francis <alistair@alistair23.me>
1687 F: hw/core/register.c
1688 F: include/hw/register.h
1689 F: include/hw/registerfields.h
1692 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1693 M: Jan Kiszka <jan.kiszka@siemens.com>
1697 F: include/net/slirp.h
1698 T: git https://people.debian.org/~sthibault/qemu.git slirp
1699 T: git git://git.kiszka.org/qemu.git queues/slirp
1702 M: Paolo Bonzini <pbonzini@redhat.com>
1707 M: Stefan Hajnoczi <stefanha@redhat.com>
1711 F: qemu-option-trace.texi
1712 F: scripts/tracetool.py
1713 F: scripts/tracetool/
1714 F: docs/devel/tracing.txt
1715 T: git git://github.com/stefanha/qemu.git tracing
1718 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1723 F: include/hw/acpi/tpm.h
1724 F: include/sysemu/tpm*
1728 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1732 F: scripts/checkpatch.pl
1735 M: Juan Quintela <quintela@redhat.com>
1736 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1738 F: include/migration/
1740 F: scripts/vmstate-static-checker.py
1741 F: tests/vmstate-static-checker-data/
1742 F: tests/migration-test.c
1743 F: docs/devel/migration.txt
1744 F: qapi/migration.json
1747 M: Eduardo Otubo <otubo@redhat.com>
1750 F: include/sysemu/seccomp.h
1753 M: Daniel P. Berrange <berrange@redhat.com>
1757 F: tests/test-crypto-*
1758 F: tests/benchmark-crypto-*
1762 M: Stefan Hajnoczi <stefanha@redhat.com>
1763 M: Kevin Wolf <kwolf@redhat.com>
1765 F: include/qemu/coroutine*
1766 F: tests/test-coroutine.c
1769 M: Daniel P. Berrange <berrange@redhat.com>
1772 F: include/qemu/buffer.h
1775 M: Daniel P. Berrange <berrange@redhat.com>
1782 M: Daniel P. Berrange <berrange@redhat.com>
1783 M: Gerd Hoffmann <kraxel@redhat.com>
1784 M: Paolo Bonzini <pbonzini@redhat.com>
1786 F: include/qemu/sockets.h
1787 F: util/qemu-sockets.c
1788 F: qapi/sockets.json
1790 Throttling infrastructure
1791 M: Alberto Garcia <berto@igalia.com>
1793 F: block/throttle-groups.c
1794 F: include/block/throttle-groups.h
1795 F: include/qemu/throttle*.h
1797 F: docs/throttle.txt
1798 F: tests/test-throttle.c
1799 L: qemu-block@nongnu.org
1802 M: Fam Zheng <famz@redhat.com>
1805 F: include/qemu/uuid.h
1806 F: tests/test-uuid.c
1809 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1812 F: include/migration/colo.h
1813 F: include/migration/failover.h
1817 M: Zhang Chen <zhangckid@gmail.com>
1818 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1820 F: docs/colo-proxy.txt
1822 F: net/filter-rewriter.c
1823 F: net/filter-mirror.c
1826 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1827 R: Paolo Bonzini <pbonzini@redhat.com>
1828 W: https://wiki.qemu.org/Features/record-replay
1831 F: block/blkreplay.c
1832 F: net/filter-replay.c
1833 F: include/sysemu/replay.h
1838 M: Peter Xu <peterx@redhat.com>
1840 F: include/qemu/iova-tree.h
1846 M: Riku Voipio <riku.voipio@iki.fi>
1849 F: accel/tcg/user-exec*.c
1854 F: default-configs/*-bsd-user.mak
1857 M: Riku Voipio <riku.voipio@iki.fi>
1858 R: Laurent Vivier <laurent@vivier.eu>
1861 F: default-configs/*-linux-user.mak
1862 F: scripts/qemu-binfmt-conf.sh
1864 Tiny Code Generator (TCG)
1865 -------------------------
1867 M: Richard Henderson <rth@twiddle.net>
1872 M: Claudio Fontana <claudio.fontana@huawei.com>
1873 M: Claudio Fontana <claudio.fontana@gmail.com>
1875 L: qemu-arm@nongnu.org
1881 M: Andrzej Zaborowski <balrogg@gmail.com>
1883 L: qemu-arm@nongnu.org
1888 L: qemu-devel@nongnu.org
1894 M: Aurelien Jarno <aurelien@aurel32.net>
1900 M: Richard Henderson <rth@twiddle.net>
1906 M: Alexander Graf <agraf@suse.de>
1907 M: Richard Henderson <rth@twiddle.net>
1911 L: qemu-s390x@nongnu.org
1919 M: Stefan Weil <sw@weilnetz.de>
1928 M: Fam Zheng <famz@redhat.com>
1929 L: qemu-block@nongnu.org
1934 M: Josh Durgin <jdurgin@redhat.com>
1935 M: Jeff Cody <jcody@redhat.com>
1936 L: qemu-block@nongnu.org
1939 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1942 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1943 M: Liu Yuan <namei.unix@gmail.com>
1944 M: Jeff Cody <jcody@redhat.com>
1945 L: qemu-block@nongnu.org
1946 L: sheepdog@lists.wpkg.org
1949 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1952 M: Jeff Cody <jcody@redhat.com>
1953 L: qemu-block@nongnu.org
1956 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1959 M: Stefan Weil <sw@weilnetz.de>
1960 L: qemu-block@nongnu.org
1965 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1966 M: Paolo Bonzini <pbonzini@redhat.com>
1967 M: Peter Lieven <pl@kamp.de>
1968 L: qemu-block@nongnu.org
1971 F: block/iscsi-opts.c
1973 Network Block Device (NBD)
1974 M: Eric Blake <eblake@redhat.com>
1975 M: Paolo Bonzini <pbonzini@redhat.com>
1976 L: qemu-block@nongnu.org
1980 F: include/block/nbd*
1983 F: docs/interop/nbd.txt
1984 T: git git://repo.or.cz/qemu/ericb.git nbd
1987 M: Jeff Cody <jcody@redhat.com>
1988 M: Peter Lieven <pl@kamp.de>
1989 L: qemu-block@nongnu.org
1992 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1995 M: Richard W.M. Jones <rjones@redhat.com>
1996 M: Jeff Cody <jcody@redhat.com>
1997 L: qemu-block@nongnu.org
2000 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2003 M: Jeff Cody <jcody@redhat.com>
2004 L: qemu-block@nongnu.org
2007 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2010 M: Jeff Cody <jcody@redhat.com>
2011 L: qemu-block@nongnu.org
2014 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2017 M: Fam Zheng <famz@redhat.com>
2018 L: qemu-block@nongnu.org
2023 M: Fam Zheng <famz@redhat.com>
2024 L: qemu-block@nongnu.org
2029 M: Gonglei <arei.gonglei@huawei.com>
2034 M: Alberto Garcia <berto@igalia.com>
2037 L: qemu-block@nongnu.org
2040 M: Stefan Hajnoczi <stefanha@redhat.com>
2041 L: qemu-block@nongnu.org
2043 F: block/blkverify.c
2046 M: Stefan Hajnoczi <stefanha@redhat.com>
2047 L: qemu-block@nongnu.org
2052 M: Stefan Hajnoczi <stefanha@redhat.com>
2053 L: qemu-block@nongnu.org
2058 M: Stefan Hajnoczi <stefanha@redhat.com>
2059 L: qemu-block@nongnu.org
2064 M: Stefan Hajnoczi <stefanha@redhat.com>
2065 M: Denis V. Lunev <den@openvz.org>
2066 L: qemu-block@nongnu.org
2068 F: block/parallels.c
2069 F: docs/interop/parallels.txt
2072 M: Stefan Hajnoczi <stefanha@redhat.com>
2073 L: qemu-block@nongnu.org
2078 M: Kevin Wolf <kwolf@redhat.com>
2079 L: qemu-block@nongnu.org
2081 F: block/linux-aio.c
2082 F: include/block/raw-aio.h
2083 F: block/raw-format.c
2084 F: block/file-posix.c
2085 F: block/file-win32.c
2086 F: block/win32-aio.c
2089 M: Kevin Wolf <kwolf@redhat.com>
2090 M: Max Reitz <mreitz@redhat.com>
2091 L: qemu-block@nongnu.org
2094 F: docs/interop/qcow2.txt
2097 M: Kevin Wolf <kwolf@redhat.com>
2098 L: qemu-block@nongnu.org
2103 M: Kevin Wolf <kwolf@redhat.com>
2104 M: Max Reitz <mreitz@redhat.com>
2105 L: qemu-block@nongnu.org
2110 M: Kevin Wolf <kwolf@redhat.com>
2111 L: qemu-block@nongnu.org
2116 M: Kevin Wolf <kwolf@redhat.com>
2117 L: qemu-block@nongnu.org
2122 M: Stefan Hajnoczi <stefanha@redhat.com>
2123 L: qemu-block@nongnu.org
2125 F: tests/image-fuzzer/
2128 M: Wen Congyang <wencongyang2@huawei.com>
2129 M: Xie Changlong <xiechanglong.d@gmail.com>
2132 F: block/replication.c
2133 F: tests/test-replication.c
2134 F: docs/block-replication.txt
2137 M: Yuval Shaia <yuval.shaia@oracle.com>
2138 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2144 Build and test automation
2145 -------------------------
2146 Build and test automation
2147 M: Alex Bennée <alex.bennee@linaro.org>
2148 M: Fam Zheng <famz@redhat.com>
2149 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2150 L: qemu-devel@nongnu.org
2156 W: https://travis-ci.org/qemu/qemu
2157 W: https://app.shippable.com/github/qemu/qemu
2158 W: http://patchew.org/QEMU/
2160 Guest Test Compilation Support
2161 M: Alex Bennée <alex.bennee@linaro.org>
2162 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2163 F: tests/tcg/Makefile
2164 F: tests/tcg/Makefile.include
2165 L: qemu-devel@nongnu.org
2169 Build system architecture
2170 M: Daniel P. Berrange <berrange@redhat.com>
2172 F: docs/devel/build-system.txt
2177 M: Daniel P. Berrange <berrange@redhat.com>
2179 F: scripts/git-submodule.sh