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 <amarkovic@wavecomp.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 F: docs/qemu-cpu-models.texi
293 T: git git://github.com/ehabkost/qemu.git x86-next
296 M: Max Filippov <jcmvbkbc@gmail.com>
297 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
305 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
309 F: include/hw/tricore/
311 Multiarch Linux User Tests
312 M: Alex Bennée <alex.bennee@linaro.org>
313 F: tests/tcg/multiarch/
315 Guest CPU Cores (KVM):
316 ----------------------
319 M: Paolo Bonzini <pbonzini@redhat.com>
320 L: kvm@vger.kernel.org
324 F: include/sysemu/kvm*.h
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
333 M: James Hogan <jhogan@kernel.org>
338 M: Alexander Graf <agraf@suse.de>
343 M: Christian Borntraeger <borntraeger@de.ibm.com>
344 M: Cornelia Huck <cohuck@redhat.com>
345 M: Alexander Graf <agraf@suse.de>
347 F: target/s390x/kvm.c
348 F: target/s390x/kvm_s390x.h
349 F: target/s390x/kvm-stub.c
350 F: target/s390x/ioinst.[ch]
351 F: target/s390x/machine.c
352 F: target/s390x/sigp.c
353 F: hw/intc/s390_flic.c
354 F: hw/intc/s390_flic_kvm.c
355 F: include/hw/s390x/s390_flic.h
357 T: git git://github.com/cohuck/qemu.git s390-next
358 T: git git://github.com/borntraeger/qemu.git s390-next
359 L: qemu-s390x@nongnu.org
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 M: Marcelo Tosatti <mtosatti@redhat.com>
364 L: kvm@vger.kernel.org
368 Guest CPU Cores (Xen):
369 ----------------------
372 M: Stefano Stabellini <sstabellini@kernel.org>
373 M: Anthony Perard <anthony.perard@citrix.com>
374 L: xen-devel@lists.xenproject.org
377 F: hw/9pfs/xen-9p-backend.c
378 F: hw/char/xen_console.c
379 F: hw/display/xenfb.c
386 F: include/sysemu/xen-mapcache.h
392 L: qemu-devel@nongnu.org
398 L: qemu-devel@nongnu.org
403 L: qemu-devel@nongnu.org
404 M: Kamil Rytarowski <kamil@netbsd.org>
406 K: ^Subject:.*(?i)NetBSD
409 L: qemu-devel@nongnu.org
410 M: Brad Smith <brad@comstyle.com>
412 K: ^Subject:.*(?i)OpenBSD
415 L: qemu-devel@nongnu.org
416 M: Stefan Weil <sw@weilnetz.de>
425 M: Richard Henderson <rth@twiddle.net>
428 F: hw/isa/smc37c669-superio.c
433 M: Beniamino Galvani <b.galvani@gmail.com>
434 L: qemu-arm@nongnu.org
437 F: include/hw/*/allwinner*
438 F: hw/arm/cubieboard.c
440 ARM PrimeCell and CMSDK devices
441 M: Peter Maydell <peter.maydell@linaro.org>
442 L: qemu-arm@nongnu.org
445 F: include/hw/char/pl011.h
454 F: include/hw/arm/primecell.h
455 F: hw/timer/cmsdk-apb-timer.c
456 F: include/hw/timer/cmsdk-apb-timer.h
457 F: hw/char/cmsdk-apb-uart.c
458 F: include/hw/char/cmsdk-apb-uart.h
460 F: include/hw/misc/tz-ppc.h
462 F: include/hw/misc/tz-mpc.h
465 M: Peter Maydell <peter.maydell@linaro.org>
466 L: qemu-arm@nongnu.org
469 F: hw/intc/gic_internal.h
471 F: hw/misc/arm11scu.c
472 F: hw/timer/a9gtimer*
474 F: include/hw/arm/arm*.h
475 F: include/hw/intc/arm*
476 F: include/hw/misc/a9scu.h
477 F: include/hw/misc/arm11scu.h
478 F: include/hw/timer/a9gtimer.h
479 F: include/hw/timer/arm_mptimer.h
480 F: include/hw/timer/armv7m_systick.h
481 F: tests/test-arm-mptimer.c
484 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
485 L: qemu-arm@nongnu.org
488 F: include/hw/arm/exynos4210.h
491 M: Rob Herring <robh@kernel.org>
492 L: qemu-arm@nongnu.org
498 M: Antony Pavlov <antonynpavlov@gmail.com>
499 L: qemu-arm@nongnu.org
501 F: include/hw/arm/digic.h
505 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
506 L: qemu-devel@nongnu.org
507 L: qemu-arm@nongnu.org
512 M: Peter Chubb <peter.chubb@nicta.com.au>
513 L: qemu-arm@nongnu.org
518 F: include/hw/arm/fsl-imx31.h
521 M: Peter Maydell <peter.maydell@linaro.org>
522 L: qemu-arm@nongnu.org
524 F: hw/arm/integratorcp.c
525 F: hw/misc/arm_integrator_debug.c
528 M: Peter Maydell <peter.maydell@linaro.org>
529 L: qemu-arm@nongnu.org
534 F: include/hw/misc/mps2-*.h
536 F: include/hw/arm/iotkit.h
539 M: Jan Kiszka <jan.kiszka@web.de>
540 L: qemu-arm@nongnu.org
545 M: Andrzej Zaborowski <balrogg@gmail.com>
546 L: qemu-arm@nongnu.org
551 M: Andrzej Zaborowski <balrogg@gmail.com>
552 L: qemu-arm@nongnu.org
557 M: Peter Maydell <peter.maydell@linaro.org>
558 L: qemu-arm@nongnu.org
561 F: hw/cpu/realview_mpcore.c
562 F: hw/intc/realview_gic.c
563 F: include/hw/intc/realview_gic.h
566 M: Andrzej Zaborowski <balrogg@gmail.com>
567 L: qemu-arm@nongnu.org
569 F: hw/arm/mainstone.c
574 F: hw/misc/mst_fpga.c
575 F: include/hw/arm/pxa.h
578 M: Peter Maydell <peter.maydell@linaro.org>
579 L: qemu-arm@nongnu.org
584 M: Peter Maydell <peter.maydell@linaro.org>
585 L: qemu-arm@nongnu.org
588 F: hw/misc/arm_sysctl.c
591 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
592 M: Alistair Francis <alistair@alistair23.me>
593 L: qemu-arm@nongnu.org
598 F: include/hw/misc/zynq*
602 M: Alistair Francis <alistair@alistair23.me>
603 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
604 L: qemu-arm@nongnu.org
607 F: include/hw/*/xlnx*.h
610 M: Shannon Zhao <zhaoshenglong@huawei.com>
611 M: Shannon Zhao <shannon.zhaosl@gmail.com>
612 L: qemu-arm@nongnu.org
614 F: hw/arm/virt-acpi-build.c
617 M: Alistair Francis <alistair@alistair23.me>
619 F: hw/arm/stm32f205_soc.c
620 F: hw/misc/stm32f2xx_syscfg.c
621 F: hw/char/stm32f2xx_usart.c
622 F: hw/timer/stm32f2xx_timer.c
624 F: hw/ssi/stm32f2xx_spi.c
625 F: include/hw/*/stm32*.h
628 M: Alistair Francis <alistair@alistair23.me>
630 F: hw/arm/netduino2.c
633 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
636 F: hw/misc/msf2-sysreg.c
637 F: hw/timer/mss-timer.c
639 F: include/hw/arm/msf2-soc.h
640 F: include/hw/misc/msf2-sysreg.h
641 F: include/hw/timer/mss-timer.h
642 F: include/hw/ssi/mss-spi.h
645 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
650 M: Cédric Le Goater <clg@kaod.org>
651 R: Andrew Jeffery <andrew@aj.id.au>
652 R: Joel Stanley <joel@jms.id.au>
653 L: qemu-arm@nongnu.org
656 F: include/hw/*/*aspeed*
657 F: hw/net/ftgmac100.c
658 F: include/hw/net/ftgmac100.h
663 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
665 F: hw/cris/axis_dev88.c
670 EVR32 and uclinux BSP
671 M: Michael Walle <michael@walle.cc>
673 F: hw/lm32/lm32_boards.c
676 M: Michael Walle <michael@walle.cc>
678 F: hw/lm32/milkymist.c
683 M: Thomas Huth <huth@tuxfamily.org>
689 M: Thomas Huth <huth@tuxfamily.org>
692 F: hw/m68k/mcf_intc.c
693 F: hw/char/mcf_uart.c
695 F: include/hw/m68k/mcf*.h
700 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
702 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
705 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
707 F: hw/microblaze/petalogix_ml605_mmu.c
712 M: Hervé Poussineau <hpoussin@reactos.org>
714 F: hw/mips/mips_jazz.c
717 M: Aurelien Jarno <aurelien@aurel32.net>
719 F: hw/mips/mips_malta.c
722 M: Aleksandar Markovic <amarkovic@wavecomp.com>
724 F: hw/mips/mips_mipssim.c
728 M: Aurelien Jarno <aurelien@aurel32.net>
730 F: hw/mips/mips_r4k.c
733 M: Aleksandar Markovic <amarkovic@wavecomp.com>
735 F: hw/mips/mips_fulong2e.c
738 F: include/hw/isa/vt82c686.h
741 M: Paul Burton <pburton@wavecomp.com>
743 F: hw/core/loader-fit.c
745 F: hw/pci-host/xilinx-pcie.c
750 M: Jia Liu <proljc@gmail.com>
752 F: hw/openrisc/openrisc_sim.c
757 M: Alexander Graf <agraf@suse.de>
758 L: qemu-ppc@nongnu.org
760 F: hw/ppc/ppc405_boards.c
763 M: Alexander Graf <agraf@suse.de>
764 L: qemu-ppc@nongnu.org
766 F: hw/ppc/ppc440_bamboo.c
769 M: Alexander Graf <agraf@suse.de>
770 L: qemu-ppc@nongnu.org
774 F: include/hw/ppc/ppc_e500.h
775 F: include/hw/pci-host/ppce500.h
776 F: pc-bios/u-boot.e500
779 M: Alexander Graf <agraf@suse.de>
780 L: qemu-ppc@nongnu.org
782 F: hw/ppc/mpc8544ds.c
783 F: hw/ppc/mpc8544_guts.c
786 M: Alexander Graf <agraf@suse.de>
787 L: qemu-ppc@nongnu.org
789 F: hw/ppc/mac_newworld.c
790 F: hw/pci-host/uninorth.c
791 F: hw/pci-bridge/dec.[hc]
794 F: hw/nvram/mac_nvram.c
795 F: include/hw/misc/macio/
796 F: include/hw/misc/mos6522.h
797 F: include/hw/ppc/mac_dbdma.h
800 M: Alexander Graf <agraf@suse.de>
801 L: qemu-ppc@nongnu.org
803 F: hw/ppc/mac_oldworld.c
804 F: hw/pci-host/grackle.c
806 F: hw/intc/heathrow_pic.c
809 M: Hervé Poussineau <hpoussin@reactos.org>
810 L: qemu-devel@nongnu.org
811 L: qemu-ppc@nongnu.org
814 F: hw/ppc/prep_systemio.c
815 F: hw/ppc/rs6000_mc.c
816 F: hw/pci-host/prep.[hc]
820 F: hw/timer/m48t59-isa.c
821 F: include/hw/isa/pc87312.h
822 F: include/hw/timer/m48t59.h
823 F: pc-bios/ppc_rom.bin
826 M: David Gibson <david@gibson.dropbear.id.au>
827 M: Alexander Graf <agraf@suse.de>
828 L: qemu-ppc@nongnu.org
831 F: include/hw/*/spapr*
833 F: include/hw/*/xics*
834 F: pc-bios/spapr-rtas/*
835 F: pc-bios/spapr-rtas.bin
837 F: pc-bios/skiboot.lid
838 F: docs/specs/ppc-spapr-hcalls.txt
839 F: docs/specs/ppc-spapr-hotplug.txt
841 F: tests/libqos/*spapr*
843 F: tests/libqos/rtas*
846 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
847 L: qemu-ppc@nongnu.org
849 F: hw/ppc/virtex_ml507.c
852 M: BALATON Zoltan <balaton@eik.bme.hu>
853 L: qemu-ppc@nongnu.org
861 M: Magnus Damm <magnus.damm@gmail.com>
865 F: hw/timer/sh_timer.c
868 M: Magnus Damm <magnus.damm@gmail.com>
875 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
878 F: hw/dma/sparc32_dma.c
879 F: hw/dma/sun4m_iommu.c
880 F: hw/misc/eccmemctl.c
881 F: hw/misc/slavio_misc.c
882 F: include/hw/sparc/sparc32_dma.h
883 F: include/hw/sparc/sun4m.h
884 F: pc-bios/openbios-sparc32
887 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
889 F: hw/sparc64/sun4u.c
890 F: pc-bios/openbios-sparc64
893 M: Artyom Tarasenko <atar4qemu@gmail.com>
895 F: hw/sparc64/niagara.c
896 F: hw/timer/sun4v-rtc.c
897 F: include/hw/timer/sun4v-rtc.h
900 M: Fabien Chouteau <chouteau@adacore.com>
904 F: include/hw/sparc/grlib.h
909 M: Cornelia Huck <cohuck@redhat.com>
910 M: Christian Borntraeger <borntraeger@de.ibm.com>
911 M: Alexander Graf <agraf@suse.de>
913 F: hw/char/sclp*.[hc]
914 F: hw/char/terminal3270.c
917 F: hw/watchdog/wdt_diag288.c
918 F: include/hw/watchdog/wdt_diag288.h
919 F: default-configs/s390x-softmmu.mak
920 T: git git://github.com/cohuck/qemu.git s390-next
921 T: git git://github.com/borntraeger/qemu.git s390-next
922 L: qemu-s390x@nongnu.org
925 M: Christian Borntraeger <borntraeger@de.ibm.com>
926 M: Thomas Huth <thuth@redhat.com>
929 F: pc-bios/s390-ccw.img
930 T: git git://github.com/borntraeger/qemu.git s390-next
931 L: qemu-s390x@nongnu.org
935 PKUnity-3 SoC initramfs-with-busybox
936 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
944 M: Michael S. Tsirkin <mst@redhat.com>
945 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
949 F: hw/pci-host/piix.c
952 F: include/hw/pci-host/q35.h
953 F: include/hw/pci-host/pam.h
956 F: hw/i2c/smbus_ich9.c
959 F: include/hw/acpi/ich9.h
960 F: include/hw/acpi/piix4.h
964 M: Michael S. Tsirkin <mst@redhat.com>
965 M: Paolo Bonzini <pbonzini@redhat.com>
967 F: hw/char/debugcon.c
976 F: hw/isa/isa-superio.c
977 F: hw/misc/debugexit.c
978 F: hw/misc/pc-testdev.c
981 F: hw/timer/mc146818rtc*
982 F: hw/watchdog/wdt_ib700.c
983 F: include/hw/display/vga.h
984 F: include/hw/char/parallel.h
985 F: include/hw/dma/i8257.h
986 F: include/hw/i2c/pm_smbus.h
987 F: include/hw/input/i8042.h
988 F: include/hw/isa/superio.h
989 F: include/hw/timer/hpet.h
990 F: include/hw/timer/i8254*
991 F: include/hw/timer/mc146818rtc*
994 M: Eduardo Habkost <ehabkost@redhat.com>
995 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
998 F: hw/core/null-machine.c
999 F: include/hw/boards.h
1000 T: git git://github.com/ehabkost/qemu.git machine-next
1005 M: Max Filippov <jcmvbkbc@gmail.com>
1009 XTFPGA (LX60, LX200, ML605, KC705)
1010 M: Max Filippov <jcmvbkbc@gmail.com>
1012 F: hw/xtensa/xtfpga.c
1013 F: hw/net/opencores_eth.c
1018 M: Jiri Slaby <jslaby@suse.cz>
1023 M: John Snow <jsnow@redhat.com>
1024 L: qemu-block@nongnu.org
1031 F: hw/block/hd-geometry.c
1033 F: tests/ahci-test.c
1034 F: tests/cdrom-test.c
1035 F: tests/libqos/ahci*
1036 T: git git://github.com/jnsnow/qemu.git ide
1039 M: Corey Minyard <minyard@acm.org>
1041 F: include/hw/ipmi/*
1043 F: hw/smbios/smbios_type_38.c
1045 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1048 M: John Snow <jsnow@redhat.com>
1049 L: qemu-block@nongnu.org
1052 F: include/hw/block/fdc.h
1054 T: git git://github.com/jnsnow/qemu.git ide
1057 M: Peter Maydell <peter.maydell@linaro.org>
1060 F: include/hw/arm/omap.h
1063 M: Alberto Garcia <berto@igalia.com>
1065 F: hw/char/ipoctal232.c
1069 M: Michael S. Tsirkin <mst@redhat.com>
1070 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1073 F: hw/misc/pci-testdev.c
1078 F: default-configs/pci.mak
1081 M: Michael S. Tsirkin <mst@redhat.com>
1082 M: Igor Mammedov <imammedo@redhat.com>
1084 F: include/hw/acpi/*
1085 F: include/hw/smbios/*
1089 F: hw/i386/acpi-build.[hc]
1090 F: hw/arm/virt-acpi-build.c
1091 F: tests/bios-tables-test.c
1092 F: tests/acpi-utils.[hc]
1095 M: Alexander Graf <agraf@suse.de>
1096 L: qemu-ppc@nongnu.org
1099 F: hw/i2c/ppc4xx_i2c.c
1100 F: include/hw/ppc/ppc4xx.h
1101 F: include/hw/i2c/ppc4xx_i2c.h
1104 M: Alexander Graf <agraf@suse.de>
1105 L: qemu-ppc@nongnu.org
1108 F: hw/pci-host/ppce500.c
1109 F: hw/net/fsl_etsec/
1112 M: Paolo Bonzini <pbonzini@redhat.com>
1117 M: Jason Wang <jasowang@redhat.com>
1121 F: tests/virtio-net-test.c
1122 T: git git://github.com/jasowang/qemu.git net
1125 M: Paolo Bonzini <pbonzini@redhat.com>
1126 R: Fam Zheng <famz@redhat.com>
1128 F: include/hw/scsi/*
1130 F: tests/virtio-scsi-test.c
1131 T: git git://github.com/bonzini/qemu.git scsi-next
1134 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1135 M: Alistair Francis <alistair@alistair23.me>
1138 F: hw/block/m25p80.c
1139 F: include/hw/ssi/ssi.h
1141 F: tests/m25p80-test.c
1144 M: Alistair Francis <alistair@alistair23.me>
1145 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1150 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1152 F: include/hw/sd/sd*
1158 M: Gerd Hoffmann <kraxel@redhat.com>
1161 F: tests/usb-*-test.c
1163 F: docs/usb-storage.txt
1166 F: default-configs/usb.mak
1168 USB (serial adapter)
1169 M: Gerd Hoffmann <kraxel@redhat.com>
1170 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1172 F: hw/usb/dev-serial.c
1175 M: Alex Williamson <alex.williamson@redhat.com>
1181 M: Cornelia Huck <cohuck@redhat.com>
1184 F: hw/s390x/s390-ccw.c
1185 F: include/hw/s390x/s390-ccw.h
1186 T: git git://github.com/cohuck/qemu.git s390-next
1187 L: qemu-s390x@nongnu.org
1190 M: Michael S. Tsirkin <mst@redhat.com>
1193 F: docs/interop/vhost-user.txt
1196 M: Michael S. Tsirkin <mst@redhat.com>
1199 F: hw/virtio/Makefile.objs
1200 F: hw/virtio/trace-events
1202 F: include/hw/virtio/
1203 F: tests/virtio-balloon-test.c
1206 M: Greg Kurz <groug@kaod.org>
1210 F: tests/virtio-9p-test.c
1211 T: git git://github.com/gkurz/qemu.git 9p-next
1214 M: Stefan Hajnoczi <stefanha@redhat.com>
1215 L: qemu-block@nongnu.org
1217 F: hw/block/virtio-blk.c
1218 F: hw/block/dataplane/*
1219 F: tests/virtio-blk-test.c
1220 T: git git://github.com/stefanha/qemu.git block
1223 M: Cornelia Huck <cohuck@redhat.com>
1224 M: Christian Borntraeger <borntraeger@de.ibm.com>
1226 F: hw/s390x/virtio-ccw.[hc]
1227 T: git git://github.com/cohuck/qemu.git s390-next
1228 T: git git://github.com/borntraeger/qemu.git s390-next
1229 L: qemu-s390x@nongnu.org
1232 M: Gerd Hoffmann <kraxel@redhat.com>
1234 F: hw/input/virtio-input*.c
1235 F: include/hw/virtio/virtio-input.h
1238 M: Amit Shah <amit@kernel.org>
1240 F: hw/char/virtio-serial-bus.c
1241 F: hw/char/virtio-console.c
1242 F: include/hw/virtio/virtio-serial.h
1243 F: tests/virtio-console-test.c
1244 F: tests/virtio-serial-test.c
1247 M: Amit Shah <amit@kernel.org>
1249 F: hw/virtio/virtio-rng.c
1250 F: include/hw/virtio/virtio-rng.h
1251 F: include/sysemu/rng*.h
1253 F: tests/virtio-rng-test.c
1256 M: Gonglei <arei.gonglei@huawei.com>
1258 F: hw/virtio/virtio-crypto.c
1259 F: hw/virtio/virtio-crypto-pci.c
1260 F: include/hw/virtio/virtio-crypto.h
1263 M: Keith Busch <keith.busch@intel.com>
1264 L: qemu-block@nongnu.org
1267 F: tests/nvme-test.c
1270 M: Hannes Reinecke <hare@suse.com>
1271 L: qemu-block@nongnu.org
1273 F: hw/scsi/megasas.c
1275 F: tests/megasas-test.c
1277 Network packet abstractions
1278 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1280 F: include/net/eth.h
1282 F: hw/net/net_rx_pkt*
1283 F: hw/net/net_tx_pkt*
1286 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1289 F: hw/scsi/vmw_pvscsi*
1290 F: tests/vmxnet3-test.c
1293 M: Jiri Pirko <jiri@resnulli.us>
1297 F: docs/specs/rocker.txt
1300 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1304 F: include/hw/mem/nvdimm.h
1307 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1312 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1317 M: Stefan Weil <sw@weilnetz.de>
1319 F: hw/net/eepro100.c
1322 M: Alistair Francis <alistair@alistair23.me>
1324 F: hw/core/generic-loader.c
1325 F: include/hw/core/generic-loader.h
1326 F: docs/generic-loader.txt
1328 Intel Hexadecimal Object File Loader
1329 M: Su Hang <suhang16@mails.ucas.ac.cn>
1331 F: tests/hexloader-test.c
1332 F: tests/hex-loader-check-data/test.hex
1335 M: Thomas Huth <thuth@redhat.com>
1337 F: hw/nvram/chrp_nvram.c
1338 F: include/hw/nvram/chrp_nvram.h
1339 F: tests/prom-env-test.c
1342 M: Ben Warren <ben@skyportsystems.com>
1344 F: hw/acpi/vmgenid.c
1345 F: include/hw/acpi/vmgenid.h
1346 F: docs/specs/vmgenid.txt
1347 F: tests/vmgenid-test.c
1350 Unimplemented device
1351 M: Peter Maydell <peter.maydell@linaro.org>
1352 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1354 F: include/hw/misc/unimp.h
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1361 F: hw/display/bochs-display.c
1362 F: include/hw/display/vga.h
1363 F: include/hw/display/bochs-vbe.h
1366 M: Gerd Hoffmann <kraxel@redhat.com>
1368 F: hw/display/ramfb*.c
1369 F: include/hw/display/ramfb.h
1372 M: Gerd Hoffmann <kraxel@redhat.com>
1374 F: hw/display/virtio-gpu*
1375 F: hw/display/virtio-vga.c
1376 F: include/hw/virtio/virtio-gpu.h
1379 M: Gerd Hoffmann <kraxel@redhat.com>
1381 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1382 F: hw/display/cirrus*
1387 M: Gerd Hoffmann <kraxel@redhat.com>
1391 F: include/hw/audio/
1392 F: tests/ac97-test.c
1393 F: tests/es1370-test.c
1394 F: tests/intel-hda-test.c
1397 M: Kevin Wolf <kwolf@redhat.com>
1398 M: Max Reitz <mreitz@redhat.com>
1399 L: qemu-block@nongnu.org
1407 F: tests/qemu-iotests/
1408 F: util/qemu-progress.c
1409 F: qobject/block-qdict.c
1410 F: test/check-block-qdict.c
1411 T: git git://repo.or.cz/qemu/kevin.git block
1414 M: Stefan Hajnoczi <stefanha@redhat.com>
1415 M: Fam Zheng <famz@redhat.com>
1416 L: qemu-block@nongnu.org
1422 F: include/block/aio.h
1423 F: include/block/aio-wait.h
1424 F: scripts/qemugdb/aio.py
1425 T: git git://github.com/stefanha/qemu.git block
1427 Block SCSI subsystem
1428 M: Paolo Bonzini <pbonzini@redhat.com>
1429 R: Fam Zheng <famz@redhat.com>
1430 L: qemu-block@nongnu.org
1436 M: Jeff Cody <jcody@redhat.com>
1437 L: qemu-block@nongnu.org
1440 F: include/block/blockjob.h
1443 F: include/block/job.h
1449 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1451 Block QAPI, monitor, command line
1452 M: Markus Armbruster <armbru@redhat.com>
1457 F: qapi/transaction.json
1458 T: git git://repo.or.cz/qemu/armbru.git block-next
1461 M: Fam Zheng <famz@redhat.com>
1462 M: John Snow <jsnow@redhat.com>
1463 L: qemu-block@nongnu.org
1466 F: block/dirty-bitmap.c
1467 F: include/qemu/hbitmap.h
1468 F: include/block/dirty-bitmap.h
1469 F: tests/test-hbitmap.c
1470 F: docs/interop/bitmaps.rst
1471 T: git git://github.com/famz/qemu.git bitmaps
1472 T: git git://github.com/jnsnow/qemu.git bitmaps
1474 Character device backends
1475 M: Paolo Bonzini <pbonzini@redhat.com>
1476 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1482 Character Devices (Braille)
1483 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1487 Command line option argument parsing
1488 M: Markus Armbruster <armbru@redhat.com>
1490 F: include/qemu/option.h
1491 F: tests/test-keyval.c
1492 F: tests/test-qemu-opts.c
1494 F: util/qemu-option.c
1497 M: Markus Armbruster <armbru@redhat.com>
1499 F: scripts/coverity-model.c
1502 L: qemu-devel@nongnu.org
1505 F: include/qom/cpu.h
1508 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1509 M: Alexander Graf <agraf@suse.de>
1512 F: include/sysemu/device_tree.h
1516 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1518 F: hw/misc/vmcoreinfo.c
1519 F: include/hw/misc/vmcoreinfo.h
1520 F: include/sysemu/dump-arch.h
1521 F: include/sysemu/dump.h
1522 F: scripts/dump-guest-memory.py
1526 M: Markus Armbruster <armbru@redhat.com>
1528 F: include/qapi/error.h
1529 F: include/qemu/error-report.h
1531 F: util/qemu-error.c
1534 L: qemu-devel@nongnu.org
1540 M: Paolo Bonzini <pbonzini@redhat.com>
1542 F: include/exec/ioport.h
1544 F: include/exec/memory.h
1545 F: include/exec/ram_addr.h
1547 F: include/exec/memory-internal.h
1551 M: Gerd Hoffmann <kraxel@redhat.com>
1553 F: include/ui/qemu-spice.h
1554 F: include/ui/spice-display.h
1556 F: audio/spiceaudio.c
1561 M: Gerd Hoffmann <kraxel@redhat.com>
1568 M: Peter Maydell <peter.maydell@linaro.org>
1573 M: Paolo Bonzini <pbonzini@redhat.com>
1577 F: util/qemu-timer.c
1579 F: qapi/run-state.json
1582 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1587 F: include/monitor/hmp-target.h
1590 Network device backends
1591 M: Jason Wang <jasowang@redhat.com>
1595 T: git git://github.com/jasowang/qemu.git net
1598 Netmap network backend
1599 M: Luigi Rizzo <rizzo@iet.unipi.it>
1600 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1601 M: Vincenzo Maffione <v.maffione@gmail.com>
1602 W: http://info.iet.unipi.it/~luigi/netmap/
1607 M: Eduardo Habkost <ehabkost@redhat.com>
1610 F: include/sysemu/numa.h
1611 T: git git://github.com/ehabkost/qemu.git machine-next
1613 Host Memory Backends
1614 M: Eduardo Habkost <ehabkost@redhat.com>
1615 M: Igor Mammedov <imammedo@redhat.com>
1617 F: backends/hostmem*.c
1618 F: include/sysemu/hostmem.h
1619 T: git git://github.com/ehabkost/qemu.git machine-next
1622 M: Gonglei <arei.gonglei@huawei.com>
1624 F: include/sysemu/cryptodev*.h
1625 F: backends/cryptodev*.c
1628 M: Eduardo Habkost <ehabkost@redhat.com>
1629 M: Cleber Rosa <crosa@redhat.com>
1636 M: Markus Armbruster <armbru@redhat.com>
1637 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1642 X: include/qapi/qmp/
1643 F: include/qapi/qmp/dispatch.h
1644 F: tests/qapi-schema/
1645 F: tests/test-*-visitor.c
1646 F: tests/test-qapi-*.c
1647 F: tests/test-qmp-*.c
1648 F: tests/test-visitor-serialization.c
1649 F: scripts/qapi-gen.py
1652 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1655 M: Eric Blake <eblake@redhat.com>
1656 M: Markus Armbruster <armbru@redhat.com>
1660 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1663 M: Markus Armbruster <armbru@redhat.com>
1666 F: include/qapi/qmp/
1667 X: include/qapi/qmp/dispatch.h
1668 F: scripts/coccinelle/qobject.cocci
1669 F: tests/check-qdict.c
1670 F: tests/check-qnum.c
1671 F: tests/check-qjson.c
1672 F: tests/check-qlist.c
1673 F: tests/check-qstring.c
1674 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1677 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1681 F: scripts/qemu-guest-agent/
1683 F: docs/interop/qemu-ga-ref.texi
1684 T: git git://github.com/mdroth/qemu.git qga
1687 M: Andreas Färber <afaerber@suse.de>
1689 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1691 X: include/qom/cpu.h
1694 F: tests/check-qom-interface.c
1695 F: tests/check-qom-proplist.c
1699 M: Markus Armbruster <armbru@redhat.com>
1703 F: docs/devel/*qmp-*
1706 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1709 M: Alistair Francis <alistair@alistair23.me>
1711 F: hw/core/register.c
1712 F: include/hw/register.h
1713 F: include/hw/registerfields.h
1716 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1717 M: Jan Kiszka <jan.kiszka@siemens.com>
1721 F: include/net/slirp.h
1722 T: git https://people.debian.org/~sthibault/qemu.git slirp
1723 T: git git://git.kiszka.org/qemu.git queues/slirp
1726 M: Paolo Bonzini <pbonzini@redhat.com>
1731 M: Stefan Hajnoczi <stefanha@redhat.com>
1735 F: qemu-option-trace.texi
1736 F: scripts/tracetool.py
1737 F: scripts/tracetool/
1738 F: docs/devel/tracing.txt
1739 T: git git://github.com/stefanha/qemu.git tracing
1742 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1747 F: include/hw/acpi/tpm.h
1748 F: include/sysemu/tpm*
1752 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1756 F: scripts/checkpatch.pl
1759 M: Juan Quintela <quintela@redhat.com>
1760 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1762 F: include/migration/
1764 F: scripts/vmstate-static-checker.py
1765 F: tests/vmstate-static-checker-data/
1766 F: tests/migration-test.c
1767 F: docs/devel/migration.txt
1768 F: qapi/migration.json
1771 M: Eduardo Otubo <otubo@redhat.com>
1774 F: include/sysemu/seccomp.h
1777 M: Daniel P. Berrange <berrange@redhat.com>
1781 F: tests/test-crypto-*
1782 F: tests/benchmark-crypto-*
1786 M: Stefan Hajnoczi <stefanha@redhat.com>
1787 M: Kevin Wolf <kwolf@redhat.com>
1789 F: include/qemu/coroutine*
1790 F: tests/test-coroutine.c
1793 M: Daniel P. Berrange <berrange@redhat.com>
1796 F: include/qemu/buffer.h
1799 M: Daniel P. Berrange <berrange@redhat.com>
1806 M: Daniel P. Berrange <berrange@redhat.com>
1807 M: Gerd Hoffmann <kraxel@redhat.com>
1808 M: Paolo Bonzini <pbonzini@redhat.com>
1810 F: include/qemu/sockets.h
1811 F: util/qemu-sockets.c
1812 F: qapi/sockets.json
1814 Throttling infrastructure
1815 M: Alberto Garcia <berto@igalia.com>
1817 F: block/throttle-groups.c
1818 F: include/block/throttle-groups.h
1819 F: include/qemu/throttle*.h
1821 F: docs/throttle.txt
1822 F: tests/test-throttle.c
1823 L: qemu-block@nongnu.org
1826 M: Fam Zheng <famz@redhat.com>
1829 F: include/qemu/uuid.h
1830 F: tests/test-uuid.c
1833 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1836 F: include/migration/colo.h
1837 F: include/migration/failover.h
1841 M: Zhang Chen <zhangckid@gmail.com>
1842 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1844 F: docs/colo-proxy.txt
1846 F: net/filter-rewriter.c
1847 F: net/filter-mirror.c
1850 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1851 R: Paolo Bonzini <pbonzini@redhat.com>
1852 W: https://wiki.qemu.org/Features/record-replay
1855 F: block/blkreplay.c
1856 F: net/filter-replay.c
1857 F: include/sysemu/replay.h
1862 M: Peter Xu <peterx@redhat.com>
1864 F: include/qemu/iova-tree.h
1870 M: Riku Voipio <riku.voipio@iki.fi>
1873 F: accel/tcg/user-exec*.c
1878 F: default-configs/*-bsd-user.mak
1881 M: Riku Voipio <riku.voipio@iki.fi>
1882 R: Laurent Vivier <laurent@vivier.eu>
1885 F: default-configs/*-linux-user.mak
1886 F: scripts/qemu-binfmt-conf.sh
1888 Tiny Code Generator (TCG)
1889 -------------------------
1891 M: Richard Henderson <rth@twiddle.net>
1896 M: Claudio Fontana <claudio.fontana@huawei.com>
1897 M: Claudio Fontana <claudio.fontana@gmail.com>
1899 L: qemu-arm@nongnu.org
1905 M: Andrzej Zaborowski <balrogg@gmail.com>
1907 L: qemu-arm@nongnu.org
1912 L: qemu-devel@nongnu.org
1918 M: Aurelien Jarno <aurelien@aurel32.net>
1924 M: Richard Henderson <rth@twiddle.net>
1930 M: Alexander Graf <agraf@suse.de>
1931 M: Richard Henderson <rth@twiddle.net>
1935 L: qemu-s390x@nongnu.org
1943 M: Stefan Weil <sw@weilnetz.de>
1952 M: Fam Zheng <famz@redhat.com>
1953 L: qemu-block@nongnu.org
1958 M: Josh Durgin <jdurgin@redhat.com>
1959 M: Jeff Cody <jcody@redhat.com>
1960 L: qemu-block@nongnu.org
1963 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1966 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1967 M: Liu Yuan <namei.unix@gmail.com>
1968 M: Jeff Cody <jcody@redhat.com>
1969 L: qemu-block@nongnu.org
1970 L: sheepdog@lists.wpkg.org
1973 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1976 M: Jeff Cody <jcody@redhat.com>
1977 L: qemu-block@nongnu.org
1980 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1983 M: Stefan Weil <sw@weilnetz.de>
1984 L: qemu-block@nongnu.org
1989 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1990 M: Paolo Bonzini <pbonzini@redhat.com>
1991 M: Peter Lieven <pl@kamp.de>
1992 L: qemu-block@nongnu.org
1995 F: block/iscsi-opts.c
1997 Network Block Device (NBD)
1998 M: Eric Blake <eblake@redhat.com>
1999 M: Paolo Bonzini <pbonzini@redhat.com>
2000 L: qemu-block@nongnu.org
2004 F: include/block/nbd*
2007 F: docs/interop/nbd.txt
2008 T: git git://repo.or.cz/qemu/ericb.git nbd
2011 M: Jeff Cody <jcody@redhat.com>
2012 M: Peter Lieven <pl@kamp.de>
2013 L: qemu-block@nongnu.org
2016 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2019 M: Richard W.M. Jones <rjones@redhat.com>
2020 M: Jeff Cody <jcody@redhat.com>
2021 L: qemu-block@nongnu.org
2024 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2027 M: Jeff Cody <jcody@redhat.com>
2028 L: qemu-block@nongnu.org
2031 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2034 M: Jeff Cody <jcody@redhat.com>
2035 L: qemu-block@nongnu.org
2038 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2041 M: Fam Zheng <famz@redhat.com>
2042 L: qemu-block@nongnu.org
2047 M: Fam Zheng <famz@redhat.com>
2048 L: qemu-block@nongnu.org
2053 M: Gonglei <arei.gonglei@huawei.com>
2058 M: Alberto Garcia <berto@igalia.com>
2061 L: qemu-block@nongnu.org
2064 M: Ari Sundholm <ari@tuxera.com>
2065 L: qemu-block@nongnu.org
2067 F: block/blklogwrites.c
2070 M: Stefan Hajnoczi <stefanha@redhat.com>
2071 L: qemu-block@nongnu.org
2073 F: block/blkverify.c
2076 M: Stefan Hajnoczi <stefanha@redhat.com>
2077 L: qemu-block@nongnu.org
2082 M: Stefan Hajnoczi <stefanha@redhat.com>
2083 L: qemu-block@nongnu.org
2088 M: Stefan Hajnoczi <stefanha@redhat.com>
2089 L: qemu-block@nongnu.org
2094 M: Stefan Hajnoczi <stefanha@redhat.com>
2095 M: Denis V. Lunev <den@openvz.org>
2096 L: qemu-block@nongnu.org
2098 F: block/parallels.c
2099 F: docs/interop/parallels.txt
2102 M: Stefan Hajnoczi <stefanha@redhat.com>
2103 L: qemu-block@nongnu.org
2108 M: Kevin Wolf <kwolf@redhat.com>
2109 L: qemu-block@nongnu.org
2111 F: block/linux-aio.c
2112 F: include/block/raw-aio.h
2113 F: block/raw-format.c
2114 F: block/file-posix.c
2115 F: block/file-win32.c
2116 F: block/win32-aio.c
2119 M: Kevin Wolf <kwolf@redhat.com>
2120 M: Max Reitz <mreitz@redhat.com>
2121 L: qemu-block@nongnu.org
2124 F: docs/interop/qcow2.txt
2127 M: Kevin Wolf <kwolf@redhat.com>
2128 L: qemu-block@nongnu.org
2133 M: Kevin Wolf <kwolf@redhat.com>
2134 M: Max Reitz <mreitz@redhat.com>
2135 L: qemu-block@nongnu.org
2140 M: Kevin Wolf <kwolf@redhat.com>
2141 L: qemu-block@nongnu.org
2146 M: Kevin Wolf <kwolf@redhat.com>
2147 L: qemu-block@nongnu.org
2152 M: Stefan Hajnoczi <stefanha@redhat.com>
2153 L: qemu-block@nongnu.org
2155 F: tests/image-fuzzer/
2158 M: Wen Congyang <wencongyang2@huawei.com>
2159 M: Xie Changlong <xiechanglong.d@gmail.com>
2162 F: block/replication.c
2163 F: tests/test-replication.c
2164 F: docs/block-replication.txt
2167 M: Yuval Shaia <yuval.shaia@oracle.com>
2168 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2174 Build and test automation
2175 -------------------------
2176 Build and test automation
2177 M: Alex Bennée <alex.bennee@linaro.org>
2178 M: Fam Zheng <famz@redhat.com>
2179 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2180 L: qemu-devel@nongnu.org
2187 W: https://travis-ci.org/qemu/qemu
2188 W: https://app.shippable.com/github/qemu/qemu
2189 W: http://patchew.org/QEMU/
2191 Guest Test Compilation Support
2192 M: Alex Bennée <alex.bennee@linaro.org>
2193 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2194 F: tests/tcg/Makefile
2195 F: tests/tcg/Makefile.include
2196 L: qemu-devel@nongnu.org
2200 Build system architecture
2201 M: Daniel P. Berrange <berrange@redhat.com>
2203 F: docs/devel/build-system.txt
2205 Incompatible changes
2206 R: libvir-list@redhat.com
2207 F: qemu-deprecated.texi
2212 M: Daniel P. Berrange <berrange@redhat.com>
2214 F: scripts/git-submodule.sh