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
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 L: qemu-devel@nongnu.org
505 L: qemu-arm@nongnu.org
510 M: Peter Chubb <peter.chubb@nicta.com.au>
511 L: qemu-arm@nongnu.org
516 F: include/hw/arm/fsl-imx31.h
519 M: Peter Maydell <peter.maydell@linaro.org>
520 L: qemu-arm@nongnu.org
522 F: hw/arm/integratorcp.c
523 F: hw/misc/arm_integrator_debug.c
526 M: Peter Maydell <peter.maydell@linaro.org>
527 L: qemu-arm@nongnu.org
532 F: include/hw/misc/mps2-*.h
534 F: include/hw/arm/iotkit.h
537 M: Jan Kiszka <jan.kiszka@web.de>
538 L: qemu-arm@nongnu.org
543 M: Andrzej Zaborowski <balrogg@gmail.com>
544 L: qemu-arm@nongnu.org
549 M: Andrzej Zaborowski <balrogg@gmail.com>
550 L: qemu-arm@nongnu.org
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
559 F: hw/cpu/realview_mpcore.c
560 F: hw/intc/realview_gic.c
561 F: include/hw/intc/realview_gic.h
564 M: Andrzej Zaborowski <balrogg@gmail.com>
565 L: qemu-arm@nongnu.org
567 F: hw/arm/mainstone.c
572 F: hw/misc/mst_fpga.c
573 F: include/hw/arm/pxa.h
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
582 M: Peter Maydell <peter.maydell@linaro.org>
583 L: qemu-arm@nongnu.org
586 F: hw/misc/arm_sysctl.c
589 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590 M: Alistair Francis <alistair@alistair23.me>
591 L: qemu-arm@nongnu.org
596 F: include/hw/misc/zynq*
600 M: Alistair Francis <alistair@alistair23.me>
601 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
602 L: qemu-arm@nongnu.org
605 F: include/hw/*/xlnx*.h
608 M: Shannon Zhao <zhaoshenglong@huawei.com>
609 M: Shannon Zhao <shannon.zhaosl@gmail.com>
610 L: qemu-arm@nongnu.org
612 F: hw/arm/virt-acpi-build.c
615 M: Alistair Francis <alistair@alistair23.me>
617 F: hw/arm/stm32f205_soc.c
618 F: hw/misc/stm32f2xx_syscfg.c
619 F: hw/char/stm32f2xx_usart.c
620 F: hw/timer/stm32f2xx_timer.c
622 F: hw/ssi/stm32f2xx_spi.c
623 F: include/hw/*/stm32*.h
626 M: Alistair Francis <alistair@alistair23.me>
628 F: hw/arm/netduino2.c
631 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
634 F: hw/misc/msf2-sysreg.c
635 F: hw/timer/mss-timer.c
637 F: include/hw/arm/msf2-soc.h
638 F: include/hw/misc/msf2-sysreg.h
639 F: include/hw/timer/mss-timer.h
640 F: include/hw/ssi/mss-spi.h
643 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
650 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
652 F: hw/cris/axis_dev88.c
657 EVR32 and uclinux BSP
658 M: Michael Walle <michael@walle.cc>
660 F: hw/lm32/lm32_boards.c
663 M: Michael Walle <michael@walle.cc>
665 F: hw/lm32/milkymist.c
670 M: Thomas Huth <huth@tuxfamily.org>
676 M: Thomas Huth <huth@tuxfamily.org>
679 F: hw/m68k/mcf_intc.c
680 F: hw/char/mcf_uart.c
682 F: include/hw/m68k/mcf*.h
687 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
689 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
692 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
694 F: hw/microblaze/petalogix_ml605_mmu.c
699 M: Hervé Poussineau <hpoussin@reactos.org>
701 F: hw/mips/mips_jazz.c
704 M: Aurelien Jarno <aurelien@aurel32.net>
706 F: hw/mips/mips_malta.c
709 M: Yongbok Kim <yongbok.kim@mips.com>
711 F: hw/mips/mips_mipssim.c
715 M: Aurelien Jarno <aurelien@aurel32.net>
717 F: hw/mips/mips_r4k.c
720 M: Yongbok Kim <yongbok.kim@mips.com>
722 F: hw/mips/mips_fulong2e.c
724 F: include/hw/isa/vt82c686.h
727 M: Paul Burton <paul.burton@mips.com>
729 F: hw/core/loader-fit.c
731 F: hw/pci-host/xilinx-pcie.c
736 M: Jia Liu <proljc@gmail.com>
738 F: hw/openrisc/openrisc_sim.c
743 M: Alexander Graf <agraf@suse.de>
744 L: qemu-ppc@nongnu.org
746 F: hw/ppc/ppc405_boards.c
749 M: Alexander Graf <agraf@suse.de>
750 L: qemu-ppc@nongnu.org
752 F: hw/ppc/ppc440_bamboo.c
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
760 F: include/hw/ppc/ppc_e500.h
761 F: include/hw/pci-host/ppce500.h
762 F: pc-bios/u-boot.e500
765 M: Alexander Graf <agraf@suse.de>
766 L: qemu-ppc@nongnu.org
768 F: hw/ppc/mpc8544ds.c
769 F: hw/ppc/mpc8544_guts.c
772 M: Alexander Graf <agraf@suse.de>
773 L: qemu-ppc@nongnu.org
775 F: hw/ppc/mac_newworld.c
776 F: hw/pci-host/uninorth.c
777 F: hw/pci-bridge/dec.[hc]
780 F: hw/nvram/mac_nvram.c
781 F: include/hw/misc/macio/
782 F: include/hw/misc/mos6522.h
783 F: include/hw/ppc/mac_dbdma.h
786 M: Alexander Graf <agraf@suse.de>
787 L: qemu-ppc@nongnu.org
789 F: hw/ppc/mac_oldworld.c
790 F: hw/pci-host/grackle.c
792 F: hw/intc/heathrow_pic.c
795 M: Hervé Poussineau <hpoussin@reactos.org>
796 L: qemu-devel@nongnu.org
797 L: qemu-ppc@nongnu.org
800 F: hw/ppc/prep_systemio.c
801 F: hw/ppc/rs6000_mc.c
802 F: hw/pci-host/prep.[hc]
806 F: hw/timer/m48t59-isa.c
807 F: include/hw/isa/pc87312.h
808 F: include/hw/timer/m48t59.h
809 F: pc-bios/ppc_rom.bin
812 M: David Gibson <david@gibson.dropbear.id.au>
813 M: Alexander Graf <agraf@suse.de>
814 L: qemu-ppc@nongnu.org
817 F: include/hw/*/spapr*
819 F: include/hw/*/xics*
820 F: pc-bios/spapr-rtas/*
821 F: pc-bios/spapr-rtas.bin
823 F: pc-bios/skiboot.lid
824 F: docs/specs/ppc-spapr-hcalls.txt
825 F: docs/specs/ppc-spapr-hotplug.txt
827 F: tests/libqos/*spapr*
829 F: tests/libqos/rtas*
832 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
833 L: qemu-ppc@nongnu.org
835 F: hw/ppc/virtex_ml507.c
838 M: BALATON Zoltan <balaton@eik.bme.hu>
839 L: qemu-ppc@nongnu.org
846 M: Magnus Damm <magnus.damm@gmail.com>
850 F: hw/timer/sh_timer.c
853 M: Magnus Damm <magnus.damm@gmail.com>
860 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
863 F: hw/dma/sparc32_dma.c
864 F: hw/dma/sun4m_iommu.c
865 F: hw/misc/eccmemctl.c
866 F: hw/misc/slavio_misc.c
867 F: include/hw/sparc/sparc32_dma.h
868 F: include/hw/sparc/sun4m.h
869 F: pc-bios/openbios-sparc32
872 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
874 F: hw/sparc64/sun4u.c
875 F: pc-bios/openbios-sparc64
878 M: Artyom Tarasenko <atar4qemu@gmail.com>
880 F: hw/sparc64/niagara.c
881 F: hw/timer/sun4v-rtc.c
882 F: include/hw/timer/sun4v-rtc.h
885 M: Fabien Chouteau <chouteau@adacore.com>
889 F: include/hw/sparc/grlib.h
894 M: Cornelia Huck <cohuck@redhat.com>
895 M: Christian Borntraeger <borntraeger@de.ibm.com>
896 M: Alexander Graf <agraf@suse.de>
898 F: hw/char/sclp*.[hc]
899 F: hw/char/terminal3270.c
902 F: hw/watchdog/wdt_diag288.c
903 F: include/hw/watchdog/wdt_diag288.h
904 F: default-configs/s390x-softmmu.mak
905 T: git git://github.com/cohuck/qemu.git s390-next
906 T: git git://github.com/borntraeger/qemu.git s390-next
907 L: qemu-s390x@nongnu.org
910 M: Christian Borntraeger <borntraeger@de.ibm.com>
911 M: Thomas Huth <thuth@redhat.com>
914 F: pc-bios/s390-ccw.img
915 T: git git://github.com/borntraeger/qemu.git s390-next
916 L: qemu-s390x@nongnu.org
920 PKUnity-3 SoC initramfs-with-busybox
921 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
929 M: Michael S. Tsirkin <mst@redhat.com>
930 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
934 F: hw/pci-host/piix.c
937 F: include/hw/pci-host/q35.h
938 F: include/hw/pci-host/pam.h
941 F: hw/i2c/smbus_ich9.c
944 F: include/hw/acpi/ich9.h
945 F: include/hw/acpi/piix4.h
949 M: Michael S. Tsirkin <mst@redhat.com>
950 M: Paolo Bonzini <pbonzini@redhat.com>
952 F: hw/char/debugcon.c
961 F: hw/isa/isa-superio.c
962 F: hw/misc/debugexit.c
963 F: hw/misc/pc-testdev.c
966 F: hw/timer/mc146818rtc*
967 F: hw/watchdog/wdt_ib700.c
968 F: include/hw/display/vga.h
969 F: include/hw/char/parallel.h
970 F: include/hw/dma/i8257.h
971 F: include/hw/i2c/pm_smbus.h
972 F: include/hw/input/i8042.h
973 F: include/hw/isa/superio.h
974 F: include/hw/timer/hpet.h
975 F: include/hw/timer/i8254*
976 F: include/hw/timer/mc146818rtc*
979 M: Eduardo Habkost <ehabkost@redhat.com>
980 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
983 F: hw/core/null-machine.c
984 F: include/hw/boards.h
985 T: git git://github.com/ehabkost/qemu.git machine-next
990 M: Max Filippov <jcmvbkbc@gmail.com>
994 XTFPGA (LX60, LX200, ML605, KC705)
995 M: Max Filippov <jcmvbkbc@gmail.com>
997 F: hw/xtensa/xtfpga.c
998 F: hw/net/opencores_eth.c
1003 M: Jiri Slaby <jslaby@suse.cz>
1008 M: John Snow <jsnow@redhat.com>
1009 L: qemu-block@nongnu.org
1016 F: hw/block/hd-geometry.c
1018 F: tests/ahci-test.c
1019 F: tests/cdrom-test.c
1020 F: tests/libqos/ahci*
1021 T: git git://github.com/jnsnow/qemu.git ide
1024 M: Corey Minyard <minyard@acm.org>
1026 F: include/hw/ipmi/*
1028 F: hw/smbios/smbios_type_38.c
1030 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1033 M: John Snow <jsnow@redhat.com>
1034 L: qemu-block@nongnu.org
1037 F: include/hw/block/fdc.h
1039 T: git git://github.com/jnsnow/qemu.git ide
1042 M: Peter Maydell <peter.maydell@linaro.org>
1045 F: include/hw/arm/omap.h
1048 M: Alberto Garcia <berto@igalia.com>
1050 F: hw/char/ipoctal232.c
1054 M: Michael S. Tsirkin <mst@redhat.com>
1055 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1058 F: hw/misc/pci-testdev.c
1063 F: default-configs/pci.mak
1066 M: Michael S. Tsirkin <mst@redhat.com>
1067 M: Igor Mammedov <imammedo@redhat.com>
1069 F: include/hw/acpi/*
1070 F: include/hw/smbios/*
1074 F: hw/i386/acpi-build.[hc]
1075 F: hw/arm/virt-acpi-build.c
1076 F: tests/bios-tables-test.c
1077 F: tests/acpi-utils.[hc]
1080 M: Alexander Graf <agraf@suse.de>
1081 L: qemu-ppc@nongnu.org
1084 F: hw/i2c/ppc4xx_i2c.c
1085 F: include/hw/ppc/ppc4xx.h
1086 F: include/hw/i2c/ppc4xx_i2c.h
1089 M: Alexander Graf <agraf@suse.de>
1090 L: qemu-ppc@nongnu.org
1093 F: hw/pci-host/ppce500.c
1094 F: hw/net/fsl_etsec/
1097 M: Paolo Bonzini <pbonzini@redhat.com>
1102 M: Jason Wang <jasowang@redhat.com>
1106 F: tests/virtio-net-test.c
1107 T: git git://github.com/jasowang/qemu.git net
1110 M: Paolo Bonzini <pbonzini@redhat.com>
1111 R: Fam Zheng <famz@redhat.com>
1113 F: include/hw/scsi/*
1115 F: tests/virtio-scsi-test.c
1116 T: git git://github.com/bonzini/qemu.git scsi-next
1119 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1120 M: Alistair Francis <alistair@alistair23.me>
1123 F: hw/block/m25p80.c
1124 F: include/hw/ssi/ssi.h
1126 F: tests/m25p80-test.c
1129 M: Alistair Francis <alistair@alistair23.me>
1130 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1135 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1137 F: include/hw/sd/sd*
1143 M: Gerd Hoffmann <kraxel@redhat.com>
1146 F: tests/usb-*-test.c
1148 F: docs/usb-storage.txt
1151 F: default-configs/usb.mak
1153 USB (serial adapter)
1154 M: Gerd Hoffmann <kraxel@redhat.com>
1155 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1157 F: hw/usb/dev-serial.c
1160 M: Alex Williamson <alex.williamson@redhat.com>
1166 M: Cornelia Huck <cohuck@redhat.com>
1169 F: hw/s390x/s390-ccw.c
1170 F: include/hw/s390x/s390-ccw.h
1171 T: git git://github.com/cohuck/qemu.git s390-next
1172 L: qemu-s390x@nongnu.org
1175 M: Michael S. Tsirkin <mst@redhat.com>
1178 F: docs/interop/vhost-user.txt
1181 M: Michael S. Tsirkin <mst@redhat.com>
1184 F: hw/virtio/Makefile.objs
1185 F: hw/virtio/trace-events
1187 F: include/hw/virtio/
1188 F: tests/virtio-balloon-test.c
1191 M: Greg Kurz <groug@kaod.org>
1195 F: tests/virtio-9p-test.c
1196 T: git git://github.com/gkurz/qemu.git 9p-next
1199 M: Stefan Hajnoczi <stefanha@redhat.com>
1200 L: qemu-block@nongnu.org
1202 F: hw/block/virtio-blk.c
1203 F: hw/block/dataplane/*
1204 F: tests/virtio-blk-test.c
1205 T: git git://github.com/stefanha/qemu.git block
1208 M: Cornelia Huck <cohuck@redhat.com>
1209 M: Christian Borntraeger <borntraeger@de.ibm.com>
1211 F: hw/s390x/virtio-ccw.[hc]
1212 T: git git://github.com/cohuck/qemu.git s390-next
1213 T: git git://github.com/borntraeger/qemu.git s390-next
1214 L: qemu-s390x@nongnu.org
1217 M: Gerd Hoffmann <kraxel@redhat.com>
1219 F: hw/input/virtio-input*.c
1220 F: include/hw/virtio/virtio-input.h
1223 M: Amit Shah <amit@kernel.org>
1225 F: hw/char/virtio-serial-bus.c
1226 F: hw/char/virtio-console.c
1227 F: include/hw/virtio/virtio-serial.h
1228 F: tests/virtio-console-test.c
1229 F: tests/virtio-serial-test.c
1232 M: Amit Shah <amit@kernel.org>
1234 F: hw/virtio/virtio-rng.c
1235 F: include/hw/virtio/virtio-rng.h
1236 F: include/sysemu/rng*.h
1238 F: tests/virtio-rng-test.c
1241 M: Gonglei <arei.gonglei@huawei.com>
1243 F: hw/virtio/virtio-crypto.c
1244 F: hw/virtio/virtio-crypto-pci.c
1245 F: include/hw/virtio/virtio-crypto.h
1248 M: Keith Busch <keith.busch@intel.com>
1249 L: qemu-block@nongnu.org
1252 F: tests/nvme-test.c
1255 M: Hannes Reinecke <hare@suse.com>
1256 L: qemu-block@nongnu.org
1258 F: hw/scsi/megasas.c
1260 F: tests/megasas-test.c
1262 Network packet abstractions
1263 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1265 F: include/net/eth.h
1267 F: hw/net/net_rx_pkt*
1268 F: hw/net/net_tx_pkt*
1271 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1274 F: hw/scsi/vmw_pvscsi*
1275 F: tests/vmxnet3-test.c
1278 M: Jiri Pirko <jiri@resnulli.us>
1282 F: docs/specs/rocker.txt
1285 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1289 F: include/hw/mem/nvdimm.h
1292 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1297 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1302 M: Stefan Weil <sw@weilnetz.de>
1304 F: hw/net/eepro100.c
1307 M: Alistair Francis <alistair@alistair23.me>
1309 F: hw/core/generic-loader.c
1310 F: include/hw/core/generic-loader.h
1311 F: docs/generic-loader.txt
1314 M: Thomas Huth <thuth@redhat.com>
1316 F: hw/nvram/chrp_nvram.c
1317 F: include/hw/nvram/chrp_nvram.h
1318 F: tests/prom-env-test.c
1321 M: Ben Warren <ben@skyportsystems.com>
1323 F: hw/acpi/vmgenid.c
1324 F: include/hw/acpi/vmgenid.h
1325 F: docs/specs/vmgenid.txt
1326 F: tests/vmgenid-test.c
1329 Unimplemented device
1330 M: Peter Maydell <peter.maydell@linaro.org>
1331 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1333 F: include/hw/misc/unimp.h
1337 M: Gerd Hoffmann <kraxel@redhat.com>
1340 F: hw/display/bochs-display.c
1341 F: include/hw/display/vga.h
1342 F: include/hw/display/bochs-vbe.h
1345 M: Gerd Hoffmann <kraxel@redhat.com>
1347 F: hw/display/ramfb*.c
1348 F: include/hw/display/ramfb.h
1351 M: Gerd Hoffmann <kraxel@redhat.com>
1353 F: hw/display/virtio-gpu*
1354 F: hw/display/virtio-vga.c
1355 F: include/hw/virtio/virtio-gpu.h
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1360 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1361 F: hw/display/cirrus*
1366 M: Gerd Hoffmann <kraxel@redhat.com>
1370 F: include/hw/audio/
1371 F: tests/ac97-test.c
1372 F: tests/es1370-test.c
1373 F: tests/intel-hda-test.c
1376 M: Kevin Wolf <kwolf@redhat.com>
1377 M: Max Reitz <mreitz@redhat.com>
1378 L: qemu-block@nongnu.org
1386 F: tests/qemu-iotests/
1387 F: util/qemu-progress.c
1388 F: qobject/block-qdict.c
1389 F: test/check-block-qdict.c
1390 T: git git://repo.or.cz/qemu/kevin.git block
1393 M: Stefan Hajnoczi <stefanha@redhat.com>
1394 M: Fam Zheng <famz@redhat.com>
1395 L: qemu-block@nongnu.org
1401 F: include/block/aio.h
1402 F: include/block/aio-wait.h
1403 F: scripts/qemugdb/aio.py
1404 T: git git://github.com/stefanha/qemu.git block
1406 Block SCSI subsystem
1407 M: Paolo Bonzini <pbonzini@redhat.com>
1408 R: Fam Zheng <famz@redhat.com>
1409 L: qemu-block@nongnu.org
1415 M: Jeff Cody <jcody@redhat.com>
1416 L: qemu-block@nongnu.org
1419 F: include/block/blockjob.h
1422 F: include/block/job.h
1428 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1430 Block QAPI, monitor, command line
1431 M: Markus Armbruster <armbru@redhat.com>
1436 F: qapi/transaction.json
1437 T: git git://repo.or.cz/qemu/armbru.git block-next
1440 M: Fam Zheng <famz@redhat.com>
1441 M: John Snow <jsnow@redhat.com>
1442 L: qemu-block@nongnu.org
1445 F: block/dirty-bitmap.c
1446 F: include/qemu/hbitmap.h
1447 F: include/block/dirty-bitmap.h
1448 F: tests/test-hbitmap.c
1449 F: docs/interop/bitmaps.rst
1450 T: git git://github.com/famz/qemu.git bitmaps
1451 T: git git://github.com/jnsnow/qemu.git bitmaps
1453 Character device backends
1454 M: Paolo Bonzini <pbonzini@redhat.com>
1455 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1461 Character Devices (Braille)
1462 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1466 Command line option argument parsing
1467 M: Markus Armbruster <armbru@redhat.com>
1469 F: include/qemu/option.h
1470 F: tests/test-keyval.c
1471 F: tests/test-qemu-opts.c
1473 F: util/qemu-option.c
1476 M: Markus Armbruster <armbru@redhat.com>
1478 F: scripts/coverity-model.c
1481 L: qemu-devel@nongnu.org
1484 F: include/qom/cpu.h
1487 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1488 M: Alexander Graf <agraf@suse.de>
1491 F: include/sysemu/device_tree.h
1495 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1497 F: hw/misc/vmcoreinfo.c
1498 F: include/hw/misc/vmcoreinfo.h
1499 F: include/sysemu/dump-arch.h
1500 F: include/sysemu/dump.h
1501 F: scripts/dump-guest-memory.py
1505 M: Markus Armbruster <armbru@redhat.com>
1507 F: include/qapi/error.h
1508 F: include/qemu/error-report.h
1510 F: util/qemu-error.c
1513 L: qemu-devel@nongnu.org
1519 M: Paolo Bonzini <pbonzini@redhat.com>
1521 F: include/exec/ioport.h
1523 F: include/exec/memory.h
1524 F: include/exec/ram_addr.h
1526 F: include/exec/memory-internal.h
1530 M: Gerd Hoffmann <kraxel@redhat.com>
1532 F: include/ui/qemu-spice.h
1533 F: include/ui/spice-display.h
1535 F: audio/spiceaudio.c
1540 M: Gerd Hoffmann <kraxel@redhat.com>
1547 M: Peter Maydell <peter.maydell@linaro.org>
1552 M: Paolo Bonzini <pbonzini@redhat.com>
1556 F: util/qemu-timer.c
1558 F: qapi/run-state.json
1561 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1566 F: include/monitor/hmp-target.h
1569 Network device backends
1570 M: Jason Wang <jasowang@redhat.com>
1574 T: git git://github.com/jasowang/qemu.git net
1577 Netmap network backend
1578 M: Luigi Rizzo <rizzo@iet.unipi.it>
1579 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1580 M: Vincenzo Maffione <v.maffione@gmail.com>
1581 W: http://info.iet.unipi.it/~luigi/netmap/
1586 M: Eduardo Habkost <ehabkost@redhat.com>
1589 F: include/sysemu/numa.h
1590 T: git git://github.com/ehabkost/qemu.git machine-next
1592 Host Memory Backends
1593 M: Eduardo Habkost <ehabkost@redhat.com>
1594 M: Igor Mammedov <imammedo@redhat.com>
1596 F: backends/hostmem*.c
1597 F: include/sysemu/hostmem.h
1598 T: git git://github.com/ehabkost/qemu.git machine-next
1601 M: Gonglei <arei.gonglei@huawei.com>
1603 F: include/sysemu/cryptodev*.h
1604 F: backends/cryptodev*.c
1607 M: Eduardo Habkost <ehabkost@redhat.com>
1608 M: Cleber Rosa <crosa@redhat.com>
1615 M: Markus Armbruster <armbru@redhat.com>
1616 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1621 X: include/qapi/qmp/
1622 F: include/qapi/qmp/dispatch.h
1623 F: tests/qapi-schema/
1624 F: tests/test-*-visitor.c
1625 F: tests/test-qapi-*.c
1626 F: tests/test-qmp-*.c
1627 F: tests/test-visitor-serialization.c
1628 F: scripts/qapi-gen.py
1631 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1634 M: Eric Blake <eblake@redhat.com>
1635 M: Markus Armbruster <armbru@redhat.com>
1639 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1642 M: Markus Armbruster <armbru@redhat.com>
1645 F: include/qapi/qmp/
1646 X: include/qapi/qmp/dispatch.h
1647 F: scripts/coccinelle/qobject.cocci
1648 F: tests/check-qdict.c
1649 F: tests/check-qnum.c
1650 F: tests/check-qjson.c
1651 F: tests/check-qlist.c
1652 F: tests/check-qstring.c
1653 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1656 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1660 F: scripts/qemu-guest-agent/
1662 F: docs/interop/qemu-ga-ref.texi
1663 T: git git://github.com/mdroth/qemu.git qga
1666 M: Andreas Färber <afaerber@suse.de>
1668 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1670 X: include/qom/cpu.h
1673 F: tests/check-qom-interface.c
1674 F: tests/check-qom-proplist.c
1678 M: Markus Armbruster <armbru@redhat.com>
1682 F: docs/devel/*qmp-*
1685 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1688 M: Alistair Francis <alistair@alistair23.me>
1690 F: hw/core/register.c
1691 F: include/hw/register.h
1692 F: include/hw/registerfields.h
1695 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1696 M: Jan Kiszka <jan.kiszka@siemens.com>
1700 F: include/net/slirp.h
1701 T: git https://people.debian.org/~sthibault/qemu.git slirp
1702 T: git git://git.kiszka.org/qemu.git queues/slirp
1705 M: Paolo Bonzini <pbonzini@redhat.com>
1710 M: Stefan Hajnoczi <stefanha@redhat.com>
1714 F: qemu-option-trace.texi
1715 F: scripts/tracetool.py
1716 F: scripts/tracetool/
1717 F: docs/devel/tracing.txt
1718 T: git git://github.com/stefanha/qemu.git tracing
1721 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1726 F: include/hw/acpi/tpm.h
1727 F: include/sysemu/tpm*
1731 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1735 F: scripts/checkpatch.pl
1738 M: Juan Quintela <quintela@redhat.com>
1739 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1741 F: include/migration/
1743 F: scripts/vmstate-static-checker.py
1744 F: tests/vmstate-static-checker-data/
1745 F: tests/migration-test.c
1746 F: docs/devel/migration.txt
1747 F: qapi/migration.json
1750 M: Eduardo Otubo <otubo@redhat.com>
1753 F: include/sysemu/seccomp.h
1756 M: Daniel P. Berrange <berrange@redhat.com>
1760 F: tests/test-crypto-*
1761 F: tests/benchmark-crypto-*
1765 M: Stefan Hajnoczi <stefanha@redhat.com>
1766 M: Kevin Wolf <kwolf@redhat.com>
1768 F: include/qemu/coroutine*
1769 F: tests/test-coroutine.c
1772 M: Daniel P. Berrange <berrange@redhat.com>
1775 F: include/qemu/buffer.h
1778 M: Daniel P. Berrange <berrange@redhat.com>
1785 M: Daniel P. Berrange <berrange@redhat.com>
1786 M: Gerd Hoffmann <kraxel@redhat.com>
1787 M: Paolo Bonzini <pbonzini@redhat.com>
1789 F: include/qemu/sockets.h
1790 F: util/qemu-sockets.c
1791 F: qapi/sockets.json
1793 Throttling infrastructure
1794 M: Alberto Garcia <berto@igalia.com>
1796 F: block/throttle-groups.c
1797 F: include/block/throttle-groups.h
1798 F: include/qemu/throttle*.h
1800 F: docs/throttle.txt
1801 F: tests/test-throttle.c
1802 L: qemu-block@nongnu.org
1805 M: Fam Zheng <famz@redhat.com>
1808 F: include/qemu/uuid.h
1809 F: tests/test-uuid.c
1812 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1815 F: include/migration/colo.h
1816 F: include/migration/failover.h
1820 M: Zhang Chen <zhangckid@gmail.com>
1821 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1823 F: docs/colo-proxy.txt
1825 F: net/filter-rewriter.c
1826 F: net/filter-mirror.c
1829 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1830 R: Paolo Bonzini <pbonzini@redhat.com>
1831 W: https://wiki.qemu.org/Features/record-replay
1834 F: block/blkreplay.c
1835 F: net/filter-replay.c
1836 F: include/sysemu/replay.h
1841 M: Peter Xu <peterx@redhat.com>
1843 F: include/qemu/iova-tree.h
1849 M: Riku Voipio <riku.voipio@iki.fi>
1852 F: accel/tcg/user-exec*.c
1857 F: default-configs/*-bsd-user.mak
1860 M: Riku Voipio <riku.voipio@iki.fi>
1861 R: Laurent Vivier <laurent@vivier.eu>
1864 F: default-configs/*-linux-user.mak
1865 F: scripts/qemu-binfmt-conf.sh
1867 Tiny Code Generator (TCG)
1868 -------------------------
1870 M: Richard Henderson <rth@twiddle.net>
1875 M: Claudio Fontana <claudio.fontana@huawei.com>
1876 M: Claudio Fontana <claudio.fontana@gmail.com>
1878 L: qemu-arm@nongnu.org
1884 M: Andrzej Zaborowski <balrogg@gmail.com>
1886 L: qemu-arm@nongnu.org
1891 L: qemu-devel@nongnu.org
1897 M: Aurelien Jarno <aurelien@aurel32.net>
1903 M: Richard Henderson <rth@twiddle.net>
1909 M: Alexander Graf <agraf@suse.de>
1910 M: Richard Henderson <rth@twiddle.net>
1914 L: qemu-s390x@nongnu.org
1922 M: Stefan Weil <sw@weilnetz.de>
1931 M: Fam Zheng <famz@redhat.com>
1932 L: qemu-block@nongnu.org
1937 M: Josh Durgin <jdurgin@redhat.com>
1938 M: Jeff Cody <jcody@redhat.com>
1939 L: qemu-block@nongnu.org
1942 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1945 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1946 M: Liu Yuan <namei.unix@gmail.com>
1947 M: Jeff Cody <jcody@redhat.com>
1948 L: qemu-block@nongnu.org
1949 L: sheepdog@lists.wpkg.org
1952 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1955 M: Jeff Cody <jcody@redhat.com>
1956 L: qemu-block@nongnu.org
1959 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1962 M: Stefan Weil <sw@weilnetz.de>
1963 L: qemu-block@nongnu.org
1968 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1969 M: Paolo Bonzini <pbonzini@redhat.com>
1970 M: Peter Lieven <pl@kamp.de>
1971 L: qemu-block@nongnu.org
1974 F: block/iscsi-opts.c
1976 Network Block Device (NBD)
1977 M: Eric Blake <eblake@redhat.com>
1978 M: Paolo Bonzini <pbonzini@redhat.com>
1979 L: qemu-block@nongnu.org
1983 F: include/block/nbd*
1986 F: docs/interop/nbd.txt
1987 T: git git://repo.or.cz/qemu/ericb.git nbd
1990 M: Jeff Cody <jcody@redhat.com>
1991 M: Peter Lieven <pl@kamp.de>
1992 L: qemu-block@nongnu.org
1995 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1998 M: Richard W.M. Jones <rjones@redhat.com>
1999 M: Jeff Cody <jcody@redhat.com>
2000 L: qemu-block@nongnu.org
2003 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2006 M: Jeff Cody <jcody@redhat.com>
2007 L: qemu-block@nongnu.org
2010 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2013 M: Jeff Cody <jcody@redhat.com>
2014 L: qemu-block@nongnu.org
2017 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2020 M: Fam Zheng <famz@redhat.com>
2021 L: qemu-block@nongnu.org
2026 M: Fam Zheng <famz@redhat.com>
2027 L: qemu-block@nongnu.org
2032 M: Gonglei <arei.gonglei@huawei.com>
2037 M: Alberto Garcia <berto@igalia.com>
2040 L: qemu-block@nongnu.org
2043 M: Stefan Hajnoczi <stefanha@redhat.com>
2044 L: qemu-block@nongnu.org
2046 F: block/blkverify.c
2049 M: Stefan Hajnoczi <stefanha@redhat.com>
2050 L: qemu-block@nongnu.org
2055 M: Stefan Hajnoczi <stefanha@redhat.com>
2056 L: qemu-block@nongnu.org
2061 M: Stefan Hajnoczi <stefanha@redhat.com>
2062 L: qemu-block@nongnu.org
2067 M: Stefan Hajnoczi <stefanha@redhat.com>
2068 M: Denis V. Lunev <den@openvz.org>
2069 L: qemu-block@nongnu.org
2071 F: block/parallels.c
2072 F: docs/interop/parallels.txt
2075 M: Stefan Hajnoczi <stefanha@redhat.com>
2076 L: qemu-block@nongnu.org
2081 M: Kevin Wolf <kwolf@redhat.com>
2082 L: qemu-block@nongnu.org
2084 F: block/linux-aio.c
2085 F: include/block/raw-aio.h
2086 F: block/raw-format.c
2087 F: block/file-posix.c
2088 F: block/file-win32.c
2089 F: block/win32-aio.c
2092 M: Kevin Wolf <kwolf@redhat.com>
2093 M: Max Reitz <mreitz@redhat.com>
2094 L: qemu-block@nongnu.org
2097 F: docs/interop/qcow2.txt
2100 M: Kevin Wolf <kwolf@redhat.com>
2101 L: qemu-block@nongnu.org
2106 M: Kevin Wolf <kwolf@redhat.com>
2107 M: Max Reitz <mreitz@redhat.com>
2108 L: qemu-block@nongnu.org
2113 M: Kevin Wolf <kwolf@redhat.com>
2114 L: qemu-block@nongnu.org
2119 M: Kevin Wolf <kwolf@redhat.com>
2120 L: qemu-block@nongnu.org
2125 M: Stefan Hajnoczi <stefanha@redhat.com>
2126 L: qemu-block@nongnu.org
2128 F: tests/image-fuzzer/
2131 M: Wen Congyang <wencongyang2@huawei.com>
2132 M: Xie Changlong <xiechanglong.d@gmail.com>
2135 F: block/replication.c
2136 F: tests/test-replication.c
2137 F: docs/block-replication.txt
2140 M: Yuval Shaia <yuval.shaia@oracle.com>
2141 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2147 Build and test automation
2148 -------------------------
2149 Build and test automation
2150 M: Alex Bennée <alex.bennee@linaro.org>
2151 M: Fam Zheng <famz@redhat.com>
2152 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2153 L: qemu-devel@nongnu.org
2159 W: https://travis-ci.org/qemu/qemu
2160 W: https://app.shippable.com/github/qemu/qemu
2161 W: http://patchew.org/QEMU/
2163 Guest Test Compilation Support
2164 M: Alex Bennée <alex.bennee@linaro.org>
2165 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2166 F: tests/tcg/Makefile
2167 F: tests/tcg/Makefile.include
2168 L: qemu-devel@nongnu.org
2172 Build system architecture
2173 M: Daniel P. Berrange <berrange@redhat.com>
2175 F: docs/devel/build-system.txt
2180 M: Daniel P. Berrange <berrange@redhat.com>
2182 F: scripts/git-submodule.sh