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