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>
257 L: qemu-s390x@nongnu.org
260 M: Aurelien Jarno <aurelien@aurel32.net>
268 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
269 M: Artyom Tarasenko <atar4qemu@gmail.com>
277 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
281 F: include/hw/unicore32/
284 M: Paolo Bonzini <pbonzini@redhat.com>
285 M: Richard Henderson <rth@twiddle.net>
286 M: Eduardo Habkost <ehabkost@redhat.com>
293 F: docs/qemu-cpu-models.texi
294 T: git git://github.com/ehabkost/qemu.git x86-next
297 M: Max Filippov <jcmvbkbc@gmail.com>
298 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
306 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
310 F: include/hw/tricore/
312 Multiarch Linux User Tests
313 M: Alex Bennée <alex.bennee@linaro.org>
314 F: tests/tcg/multiarch/
316 Guest CPU Cores (KVM):
317 ----------------------
320 M: Paolo Bonzini <pbonzini@redhat.com>
321 L: kvm@vger.kernel.org
325 F: include/sysemu/kvm*.h
328 M: Peter Maydell <peter.maydell@linaro.org>
329 L: qemu-arm@nongnu.org
334 M: James Hogan <jhogan@kernel.org>
339 M: Alexander Graf <agraf@suse.de>
344 M: Christian Borntraeger <borntraeger@de.ibm.com>
345 M: Cornelia Huck <cohuck@redhat.com>
346 M: Alexander Graf <agraf@suse.de>
348 F: target/s390x/kvm.c
349 F: target/s390x/kvm_s390x.h
350 F: target/s390x/kvm-stub.c
351 F: target/s390x/ioinst.[ch]
352 F: target/s390x/machine.c
353 F: target/s390x/sigp.c
354 F: hw/intc/s390_flic.c
355 F: hw/intc/s390_flic_kvm.c
356 F: include/hw/s390x/s390_flic.h
358 T: git git://github.com/cohuck/qemu.git s390-next
359 T: git git://github.com/borntraeger/qemu.git s390-next
360 L: qemu-s390x@nongnu.org
363 M: Paolo Bonzini <pbonzini@redhat.com>
364 M: Marcelo Tosatti <mtosatti@redhat.com>
365 L: kvm@vger.kernel.org
369 Guest CPU Cores (Xen):
370 ----------------------
373 M: Stefano Stabellini <sstabellini@kernel.org>
374 M: Anthony Perard <anthony.perard@citrix.com>
375 L: xen-devel@lists.xenproject.org
378 F: hw/9pfs/xen-9p-backend.c
379 F: hw/char/xen_console.c
380 F: hw/display/xenfb.c
387 F: include/sysemu/xen-mapcache.h
393 L: qemu-devel@nongnu.org
399 L: qemu-devel@nongnu.org
404 L: qemu-devel@nongnu.org
405 M: Kamil Rytarowski <kamil@netbsd.org>
407 K: ^Subject:.*(?i)NetBSD
410 L: qemu-devel@nongnu.org
411 M: Brad Smith <brad@comstyle.com>
413 K: ^Subject:.*(?i)OpenBSD
416 L: qemu-devel@nongnu.org
417 M: Stefan Weil <sw@weilnetz.de>
426 M: Richard Henderson <rth@twiddle.net>
429 F: hw/isa/smc37c669-superio.c
434 M: Beniamino Galvani <b.galvani@gmail.com>
435 L: qemu-arm@nongnu.org
438 F: include/hw/*/allwinner*
439 F: hw/arm/cubieboard.c
441 ARM PrimeCell and CMSDK devices
442 M: Peter Maydell <peter.maydell@linaro.org>
443 L: qemu-arm@nongnu.org
446 F: include/hw/char/pl011.h
449 F: include/hw/dma/pl080.h
456 F: include/hw/ssi/pl022.h
458 F: include/hw/arm/primecell.h
459 F: hw/timer/cmsdk-apb-timer.c
460 F: include/hw/timer/cmsdk-apb-timer.h
461 F: hw/timer/cmsdk-apb-dualtimer.c
462 F: include/hw/timer/cmsdk-apb-dualtimer.h
463 F: hw/char/cmsdk-apb-uart.c
464 F: include/hw/char/cmsdk-apb-uart.h
465 F: hw/watchdog/cmsdk-apb-watchdog.c
466 F: include/hw/watchdog/cmsdk-apb-watchdog.h
468 F: include/hw/misc/tz-ppc.h
470 F: include/hw/misc/tz-mpc.h
472 F: include/hw/misc/tz-msc.h
475 M: Peter Maydell <peter.maydell@linaro.org>
476 L: qemu-arm@nongnu.org
479 F: hw/intc/gic_internal.h
481 F: hw/misc/arm11scu.c
482 F: hw/timer/a9gtimer*
484 F: include/hw/arm/arm*.h
485 F: include/hw/intc/arm*
486 F: include/hw/misc/a9scu.h
487 F: include/hw/misc/arm11scu.h
488 F: include/hw/timer/a9gtimer.h
489 F: include/hw/timer/arm_mptimer.h
490 F: include/hw/timer/armv7m_systick.h
491 F: tests/test-arm-mptimer.c
494 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
495 L: qemu-arm@nongnu.org
498 F: include/hw/arm/exynos4210.h
501 M: Rob Herring <robh@kernel.org>
502 L: qemu-arm@nongnu.org
508 M: Antony Pavlov <antonynpavlov@gmail.com>
509 L: qemu-arm@nongnu.org
511 F: include/hw/arm/digic.h
515 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
516 L: qemu-devel@nongnu.org
517 L: qemu-arm@nongnu.org
522 M: Peter Chubb <peter.chubb@nicta.com.au>
523 L: qemu-arm@nongnu.org
528 F: include/hw/arm/fsl-imx31.h
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
534 F: hw/arm/integratorcp.c
535 F: hw/misc/arm_integrator_debug.c
538 M: Peter Maydell <peter.maydell@linaro.org>
539 L: qemu-arm@nongnu.org
544 F: include/hw/misc/mps2-*.h
546 F: include/hw/arm/iotkit.h
547 F: hw/misc/iotkit-sysctl.c
548 F: include/hw/misc/iotkit-sysctl.h
549 F: hw/misc/iotkit-sysinfo.c
550 F: include/hw/misc/iotkit-sysinfo.h
553 M: Jan Kiszka <jan.kiszka@web.de>
554 L: qemu-arm@nongnu.org
559 M: Andrzej Zaborowski <balrogg@gmail.com>
560 L: qemu-arm@nongnu.org
565 M: Andrzej Zaborowski <balrogg@gmail.com>
566 L: qemu-arm@nongnu.org
571 M: Peter Maydell <peter.maydell@linaro.org>
572 L: qemu-arm@nongnu.org
575 F: hw/cpu/realview_mpcore.c
576 F: hw/intc/realview_gic.c
577 F: include/hw/intc/realview_gic.h
580 M: Andrzej Zaborowski <balrogg@gmail.com>
581 L: qemu-arm@nongnu.org
583 F: hw/arm/mainstone.c
588 F: hw/misc/mst_fpga.c
589 F: include/hw/arm/pxa.h
592 M: Peter Maydell <peter.maydell@linaro.org>
593 L: qemu-arm@nongnu.org
598 M: Peter Maydell <peter.maydell@linaro.org>
599 L: qemu-arm@nongnu.org
602 F: hw/misc/arm_sysctl.c
605 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
606 M: Alistair Francis <alistair@alistair23.me>
607 L: qemu-arm@nongnu.org
612 F: include/hw/misc/zynq*
616 M: Alistair Francis <alistair@alistair23.me>
617 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
618 L: qemu-arm@nongnu.org
621 F: include/hw/*/xlnx*.h
624 M: Shannon Zhao <zhaoshenglong@huawei.com>
625 M: Shannon Zhao <shannon.zhaosl@gmail.com>
626 L: qemu-arm@nongnu.org
628 F: hw/arm/virt-acpi-build.c
631 M: Alistair Francis <alistair@alistair23.me>
633 F: hw/arm/stm32f205_soc.c
634 F: hw/misc/stm32f2xx_syscfg.c
635 F: hw/char/stm32f2xx_usart.c
636 F: hw/timer/stm32f2xx_timer.c
638 F: hw/ssi/stm32f2xx_spi.c
639 F: include/hw/*/stm32*.h
642 M: Alistair Francis <alistair@alistair23.me>
644 F: hw/arm/netduino2.c
647 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
650 F: hw/misc/msf2-sysreg.c
651 F: hw/timer/mss-timer.c
653 F: include/hw/arm/msf2-soc.h
654 F: include/hw/misc/msf2-sysreg.h
655 F: include/hw/timer/mss-timer.h
656 F: include/hw/ssi/mss-spi.h
659 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
664 M: Cédric Le Goater <clg@kaod.org>
665 R: Andrew Jeffery <andrew@aj.id.au>
666 R: Joel Stanley <joel@jms.id.au>
667 L: qemu-arm@nongnu.org
670 F: include/hw/*/*aspeed*
671 F: hw/net/ftgmac100.c
672 F: include/hw/net/ftgmac100.h
675 M: Joel Stanley <joel@jms.id.au>
676 L: qemu-arm@nongnu.org
678 F: hw/arm/nrf51_soc.c
680 F: include/hw/arm/nrf51_soc.h
685 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
687 F: hw/cris/axis_dev88.c
692 EVR32 and uclinux BSP
693 M: Michael Walle <michael@walle.cc>
695 F: hw/lm32/lm32_boards.c
698 M: Michael Walle <michael@walle.cc>
700 F: hw/lm32/milkymist.c
705 M: Thomas Huth <huth@tuxfamily.org>
711 M: Thomas Huth <huth@tuxfamily.org>
714 F: hw/m68k/mcf_intc.c
715 F: hw/char/mcf_uart.c
717 F: include/hw/m68k/mcf*.h
722 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
724 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
727 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
729 F: hw/microblaze/petalogix_ml605_mmu.c
734 M: Hervé Poussineau <hpoussin@reactos.org>
736 F: hw/mips/mips_jazz.c
739 M: Aurelien Jarno <aurelien@aurel32.net>
741 F: hw/mips/mips_malta.c
744 M: Aleksandar Markovic <amarkovic@wavecomp.com>
746 F: hw/mips/mips_mipssim.c
750 M: Aurelien Jarno <aurelien@aurel32.net>
752 F: hw/mips/mips_r4k.c
755 M: Aleksandar Markovic <amarkovic@wavecomp.com>
757 F: hw/mips/mips_fulong2e.c
760 F: include/hw/isa/vt82c686.h
763 M: Paul Burton <pburton@wavecomp.com>
765 F: hw/core/loader-fit.c
767 F: hw/pci-host/xilinx-pcie.c
772 M: Jia Liu <proljc@gmail.com>
774 F: hw/openrisc/openrisc_sim.c
779 M: Alexander Graf <agraf@suse.de>
780 L: qemu-ppc@nongnu.org
782 F: hw/ppc/ppc405_boards.c
785 M: Alexander Graf <agraf@suse.de>
786 L: qemu-ppc@nongnu.org
788 F: hw/ppc/ppc440_bamboo.c
791 M: Alexander Graf <agraf@suse.de>
792 L: qemu-ppc@nongnu.org
796 F: include/hw/ppc/ppc_e500.h
797 F: include/hw/pci-host/ppce500.h
798 F: pc-bios/u-boot.e500
801 M: Alexander Graf <agraf@suse.de>
802 L: qemu-ppc@nongnu.org
804 F: hw/ppc/mpc8544ds.c
805 F: hw/ppc/mpc8544_guts.c
808 M: Alexander Graf <agraf@suse.de>
809 L: qemu-ppc@nongnu.org
811 F: hw/ppc/mac_newworld.c
812 F: hw/pci-host/uninorth.c
813 F: hw/pci-bridge/dec.[hc]
816 F: hw/nvram/mac_nvram.c
817 F: include/hw/misc/macio/
818 F: include/hw/misc/mos6522.h
819 F: include/hw/ppc/mac_dbdma.h
822 M: Alexander Graf <agraf@suse.de>
823 L: qemu-ppc@nongnu.org
825 F: hw/ppc/mac_oldworld.c
826 F: hw/pci-host/grackle.c
828 F: hw/intc/heathrow_pic.c
831 M: Hervé Poussineau <hpoussin@reactos.org>
832 L: qemu-devel@nongnu.org
833 L: qemu-ppc@nongnu.org
836 F: hw/ppc/prep_systemio.c
837 F: hw/ppc/rs6000_mc.c
838 F: hw/pci-host/prep.[hc]
842 F: hw/timer/m48t59-isa.c
843 F: include/hw/isa/pc87312.h
844 F: include/hw/timer/m48t59.h
845 F: pc-bios/ppc_rom.bin
848 M: David Gibson <david@gibson.dropbear.id.au>
849 M: Alexander Graf <agraf@suse.de>
850 L: qemu-ppc@nongnu.org
853 F: include/hw/*/spapr*
855 F: include/hw/*/xics*
856 F: pc-bios/spapr-rtas/*
857 F: pc-bios/spapr-rtas.bin
859 F: pc-bios/skiboot.lid
860 F: docs/specs/ppc-spapr-hcalls.txt
861 F: docs/specs/ppc-spapr-hotplug.txt
863 F: tests/libqos/*spapr*
865 F: tests/libqos/rtas*
868 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
869 L: qemu-ppc@nongnu.org
871 F: hw/ppc/virtex_ml507.c
874 M: BALATON Zoltan <balaton@eik.bme.hu>
875 L: qemu-ppc@nongnu.org
883 M: Magnus Damm <magnus.damm@gmail.com>
887 F: hw/timer/sh_timer.c
890 M: Magnus Damm <magnus.damm@gmail.com>
897 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
900 F: hw/sparc/sun4m_iommu.c
901 F: hw/dma/sparc32_dma.c
902 F: hw/misc/eccmemctl.c
903 F: hw/misc/slavio_misc.c
904 F: include/hw/sparc/sparc32_dma.h
905 F: pc-bios/openbios-sparc32
908 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
910 F: hw/sparc64/sun4u.c
911 F: pc-bios/openbios-sparc64
914 M: Artyom Tarasenko <atar4qemu@gmail.com>
916 F: hw/sparc64/niagara.c
917 F: hw/timer/sun4v-rtc.c
918 F: include/hw/timer/sun4v-rtc.h
921 M: Fabien Chouteau <chouteau@adacore.com>
925 F: include/hw/sparc/grlib.h
930 M: Cornelia Huck <cohuck@redhat.com>
931 M: Christian Borntraeger <borntraeger@de.ibm.com>
932 M: Alexander Graf <agraf@suse.de>
934 F: hw/char/sclp*.[hc]
935 F: hw/char/terminal3270.c
938 F: hw/watchdog/wdt_diag288.c
939 F: include/hw/watchdog/wdt_diag288.h
940 F: default-configs/s390x-softmmu.mak
941 T: git git://github.com/cohuck/qemu.git s390-next
942 T: git git://github.com/borntraeger/qemu.git s390-next
943 L: qemu-s390x@nongnu.org
946 M: Christian Borntraeger <borntraeger@de.ibm.com>
947 M: Thomas Huth <thuth@redhat.com>
950 F: pc-bios/s390-ccw.img
951 T: git git://github.com/borntraeger/qemu.git s390-next
952 L: qemu-s390x@nongnu.org
956 PKUnity-3 SoC initramfs-with-busybox
957 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
965 M: Michael S. Tsirkin <mst@redhat.com>
966 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
970 F: hw/pci-host/piix.c
973 F: include/hw/pci-host/q35.h
974 F: include/hw/pci-host/pam.h
977 F: hw/i2c/smbus_ich9.c
980 F: include/hw/acpi/ich9.h
981 F: include/hw/acpi/piix4.h
985 M: Michael S. Tsirkin <mst@redhat.com>
986 M: Paolo Bonzini <pbonzini@redhat.com>
988 F: hw/char/debugcon.c
997 F: hw/isa/isa-superio.c
998 F: hw/misc/debugexit.c
999 F: hw/misc/pc-testdev.c
1002 F: hw/timer/mc146818rtc*
1003 F: hw/watchdog/wdt_ib700.c
1004 F: include/hw/display/vga.h
1005 F: include/hw/char/parallel.h
1006 F: include/hw/dma/i8257.h
1007 F: include/hw/i2c/pm_smbus.h
1008 F: include/hw/input/i8042.h
1009 F: include/hw/isa/superio.h
1010 F: include/hw/timer/hpet.h
1011 F: include/hw/timer/i8254*
1012 F: include/hw/timer/mc146818rtc*
1015 M: Eduardo Habkost <ehabkost@redhat.com>
1016 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1018 F: hw/core/machine.c
1019 F: hw/core/null-machine.c
1020 F: include/hw/boards.h
1021 T: git git://github.com/ehabkost/qemu.git machine-next
1026 M: Max Filippov <jcmvbkbc@gmail.com>
1030 XTFPGA (LX60, LX200, ML605, KC705)
1031 M: Max Filippov <jcmvbkbc@gmail.com>
1033 F: hw/xtensa/xtfpga.c
1034 F: hw/net/opencores_eth.c
1039 M: Jiri Slaby <jslaby@suse.cz>
1044 M: John Snow <jsnow@redhat.com>
1045 L: qemu-block@nongnu.org
1052 F: hw/block/hd-geometry.c
1054 F: tests/ahci-test.c
1055 F: tests/cdrom-test.c
1056 F: tests/libqos/ahci*
1057 T: git git://github.com/jnsnow/qemu.git ide
1060 M: Corey Minyard <minyard@acm.org>
1062 F: include/hw/ipmi/*
1064 F: hw/smbios/smbios_type_38.c
1066 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1069 M: John Snow <jsnow@redhat.com>
1070 L: qemu-block@nongnu.org
1073 F: include/hw/block/fdc.h
1075 T: git git://github.com/jnsnow/qemu.git ide
1078 M: Peter Maydell <peter.maydell@linaro.org>
1081 F: include/hw/arm/omap.h
1084 M: Alberto Garcia <berto@igalia.com>
1086 F: hw/char/ipoctal232.c
1090 M: Michael S. Tsirkin <mst@redhat.com>
1091 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1094 F: hw/misc/pci-testdev.c
1099 F: default-configs/pci.mak
1102 M: Michael S. Tsirkin <mst@redhat.com>
1103 M: Igor Mammedov <imammedo@redhat.com>
1105 F: include/hw/acpi/*
1106 F: include/hw/smbios/*
1110 F: hw/i386/acpi-build.[hc]
1111 F: hw/arm/virt-acpi-build.c
1112 F: tests/bios-tables-test.c
1113 F: tests/acpi-utils.[hc]
1116 M: Alexander Graf <agraf@suse.de>
1117 L: qemu-ppc@nongnu.org
1120 F: hw/i2c/ppc4xx_i2c.c
1121 F: include/hw/ppc/ppc4xx.h
1122 F: include/hw/i2c/ppc4xx_i2c.h
1125 M: Alexander Graf <agraf@suse.de>
1126 L: qemu-ppc@nongnu.org
1129 F: hw/pci-host/ppce500.c
1130 F: hw/net/fsl_etsec/
1133 M: Paolo Bonzini <pbonzini@redhat.com>
1138 M: Jason Wang <jasowang@redhat.com>
1142 F: tests/virtio-net-test.c
1143 T: git git://github.com/jasowang/qemu.git net
1146 M: Paolo Bonzini <pbonzini@redhat.com>
1147 R: Fam Zheng <famz@redhat.com>
1149 F: include/hw/scsi/*
1151 F: tests/virtio-scsi-test.c
1152 T: git git://github.com/bonzini/qemu.git scsi-next
1155 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1156 M: Alistair Francis <alistair@alistair23.me>
1159 F: hw/block/m25p80.c
1160 F: include/hw/ssi/ssi.h
1162 F: tests/m25p80-test.c
1165 M: Alistair Francis <alistair@alistair23.me>
1166 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1171 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1173 F: include/hw/sd/sd*
1179 M: Gerd Hoffmann <kraxel@redhat.com>
1182 F: tests/usb-*-test.c
1184 F: docs/usb-storage.txt
1187 F: default-configs/usb.mak
1189 USB (serial adapter)
1190 M: Gerd Hoffmann <kraxel@redhat.com>
1191 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1193 F: hw/usb/dev-serial.c
1196 M: Alex Williamson <alex.williamson@redhat.com>
1202 M: Cornelia Huck <cohuck@redhat.com>
1205 F: hw/s390x/s390-ccw.c
1206 F: include/hw/s390x/s390-ccw.h
1207 T: git git://github.com/cohuck/qemu.git s390-next
1208 L: qemu-s390x@nongnu.org
1211 M: Michael S. Tsirkin <mst@redhat.com>
1214 F: docs/interop/vhost-user.txt
1217 M: Michael S. Tsirkin <mst@redhat.com>
1220 F: hw/virtio/Makefile.objs
1221 F: hw/virtio/trace-events
1223 F: include/hw/virtio/
1224 F: tests/virtio-balloon-test.c
1227 M: Greg Kurz <groug@kaod.org>
1231 F: tests/virtio-9p-test.c
1232 T: git git://github.com/gkurz/qemu.git 9p-next
1235 M: Stefan Hajnoczi <stefanha@redhat.com>
1236 L: qemu-block@nongnu.org
1238 F: hw/block/virtio-blk.c
1239 F: hw/block/dataplane/*
1240 F: tests/virtio-blk-test.c
1241 T: git git://github.com/stefanha/qemu.git block
1244 M: Cornelia Huck <cohuck@redhat.com>
1245 M: Christian Borntraeger <borntraeger@de.ibm.com>
1247 F: hw/s390x/virtio-ccw*.[hc]
1248 F: hw/s390x/vhost-vsock-ccw.c
1249 T: git git://github.com/cohuck/qemu.git s390-next
1250 T: git git://github.com/borntraeger/qemu.git s390-next
1251 L: qemu-s390x@nongnu.org
1254 M: Gerd Hoffmann <kraxel@redhat.com>
1256 F: hw/input/virtio-input*.c
1257 F: include/hw/virtio/virtio-input.h
1260 M: Amit Shah <amit@kernel.org>
1262 F: hw/char/virtio-serial-bus.c
1263 F: hw/char/virtio-console.c
1264 F: include/hw/virtio/virtio-serial.h
1265 F: tests/virtio-console-test.c
1266 F: tests/virtio-serial-test.c
1269 M: Amit Shah <amit@kernel.org>
1271 F: hw/virtio/virtio-rng.c
1272 F: include/hw/virtio/virtio-rng.h
1273 F: include/sysemu/rng*.h
1275 F: tests/virtio-rng-test.c
1278 M: Gonglei <arei.gonglei@huawei.com>
1280 F: hw/virtio/virtio-crypto.c
1281 F: hw/virtio/virtio-crypto-pci.c
1282 F: include/hw/virtio/virtio-crypto.h
1285 M: Keith Busch <keith.busch@intel.com>
1286 L: qemu-block@nongnu.org
1289 F: tests/nvme-test.c
1292 M: Hannes Reinecke <hare@suse.com>
1293 L: qemu-block@nongnu.org
1295 F: hw/scsi/megasas.c
1297 F: tests/megasas-test.c
1299 Network packet abstractions
1300 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1302 F: include/net/eth.h
1304 F: hw/net/net_rx_pkt*
1305 F: hw/net/net_tx_pkt*
1308 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1311 F: hw/scsi/vmw_pvscsi*
1312 F: tests/vmxnet3-test.c
1315 M: Jiri Pirko <jiri@resnulli.us>
1319 F: docs/specs/rocker.txt
1322 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1326 F: include/hw/mem/nvdimm.h
1329 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1334 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1339 M: Stefan Weil <sw@weilnetz.de>
1341 F: hw/net/eepro100.c
1344 M: Alistair Francis <alistair@alistair23.me>
1346 F: hw/core/generic-loader.c
1347 F: include/hw/core/generic-loader.h
1348 F: docs/generic-loader.txt
1350 Intel Hexadecimal Object File Loader
1351 M: Su Hang <suhang16@mails.ucas.ac.cn>
1353 F: tests/hexloader-test.c
1354 F: tests/hex-loader-check-data/test.hex
1357 M: Thomas Huth <thuth@redhat.com>
1359 F: hw/nvram/chrp_nvram.c
1360 F: include/hw/nvram/chrp_nvram.h
1361 F: tests/prom-env-test.c
1364 M: Ben Warren <ben@skyportsystems.com>
1366 F: hw/acpi/vmgenid.c
1367 F: include/hw/acpi/vmgenid.h
1368 F: docs/specs/vmgenid.txt
1369 F: tests/vmgenid-test.c
1372 Unimplemented device
1373 M: Peter Maydell <peter.maydell@linaro.org>
1374 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1376 F: include/hw/misc/unimp.h
1380 M: Gerd Hoffmann <kraxel@redhat.com>
1383 F: hw/display/bochs-display.c
1384 F: include/hw/display/vga.h
1385 F: include/hw/display/bochs-vbe.h
1388 M: Gerd Hoffmann <kraxel@redhat.com>
1390 F: hw/display/ramfb*.c
1391 F: include/hw/display/ramfb.h
1394 M: Gerd Hoffmann <kraxel@redhat.com>
1396 F: hw/display/virtio-gpu*
1397 F: hw/display/virtio-vga.c
1398 F: include/hw/virtio/virtio-gpu.h
1401 M: Gerd Hoffmann <kraxel@redhat.com>
1403 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1404 F: hw/display/cirrus*
1407 M: Gerd Hoffmann <kraxel@redhat.com>
1410 F: include/hw/display/edid.h
1416 M: Gerd Hoffmann <kraxel@redhat.com>
1420 F: include/hw/audio/
1421 F: tests/ac97-test.c
1422 F: tests/es1370-test.c
1423 F: tests/intel-hda-test.c
1426 M: Kevin Wolf <kwolf@redhat.com>
1427 M: Max Reitz <mreitz@redhat.com>
1428 L: qemu-block@nongnu.org
1436 F: tests/qemu-iotests/
1437 F: util/qemu-progress.c
1438 F: qobject/block-qdict.c
1439 F: tests/check-block-qdict.c
1440 T: git git://repo.or.cz/qemu/kevin.git block
1443 M: Stefan Hajnoczi <stefanha@redhat.com>
1444 M: Fam Zheng <famz@redhat.com>
1445 L: qemu-block@nongnu.org
1451 F: include/block/aio.h
1452 F: include/block/aio-wait.h
1453 F: scripts/qemugdb/aio.py
1454 T: git git://github.com/stefanha/qemu.git block
1456 Block SCSI subsystem
1457 M: Paolo Bonzini <pbonzini@redhat.com>
1458 R: Fam Zheng <famz@redhat.com>
1459 L: qemu-block@nongnu.org
1465 M: Jeff Cody <jcody@redhat.com>
1466 L: qemu-block@nongnu.org
1469 F: include/block/blockjob.h
1472 F: include/qemu/job.h
1478 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1480 Block QAPI, monitor, command line
1481 M: Markus Armbruster <armbru@redhat.com>
1486 F: qapi/transaction.json
1487 T: git git://repo.or.cz/qemu/armbru.git block-next
1490 M: Fam Zheng <famz@redhat.com>
1491 M: John Snow <jsnow@redhat.com>
1492 L: qemu-block@nongnu.org
1495 F: block/dirty-bitmap.c
1496 F: include/qemu/hbitmap.h
1497 F: include/block/dirty-bitmap.h
1498 F: tests/test-hbitmap.c
1499 F: docs/interop/bitmaps.rst
1500 T: git git://github.com/famz/qemu.git bitmaps
1501 T: git git://github.com/jnsnow/qemu.git bitmaps
1503 Character device backends
1504 M: Paolo Bonzini <pbonzini@redhat.com>
1505 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1511 Character Devices (Braille)
1512 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1516 Command line option argument parsing
1517 M: Markus Armbruster <armbru@redhat.com>
1519 F: include/qemu/option.h
1520 F: tests/test-keyval.c
1521 F: tests/test-qemu-opts.c
1523 F: util/qemu-option.c
1526 M: Markus Armbruster <armbru@redhat.com>
1528 F: scripts/coverity-model.c
1531 L: qemu-devel@nongnu.org
1534 F: include/qom/cpu.h
1537 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1538 M: Alexander Graf <agraf@suse.de>
1541 F: include/sysemu/device_tree.h
1545 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1547 F: hw/misc/vmcoreinfo.c
1548 F: include/hw/misc/vmcoreinfo.h
1549 F: include/sysemu/dump-arch.h
1550 F: include/sysemu/dump.h
1551 F: scripts/dump-guest-memory.py
1555 M: Markus Armbruster <armbru@redhat.com>
1557 F: include/qapi/error.h
1558 F: include/qemu/error-report.h
1560 F: util/qemu-error.c
1563 L: qemu-devel@nongnu.org
1569 M: Paolo Bonzini <pbonzini@redhat.com>
1571 F: include/exec/ioport.h
1573 F: include/exec/memory.h
1574 F: include/exec/ram_addr.h
1576 F: include/exec/memory-internal.h
1580 M: Gerd Hoffmann <kraxel@redhat.com>
1582 F: include/ui/qemu-spice.h
1583 F: include/ui/spice-display.h
1585 F: audio/spiceaudio.c
1590 M: Gerd Hoffmann <kraxel@redhat.com>
1598 M: Peter Maydell <peter.maydell@linaro.org>
1603 M: Paolo Bonzini <pbonzini@redhat.com>
1607 F: util/qemu-timer.c
1609 F: qapi/run-state.json
1612 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1617 F: include/monitor/hmp-target.h
1620 Network device backends
1621 M: Jason Wang <jasowang@redhat.com>
1625 T: git git://github.com/jasowang/qemu.git net
1628 Netmap network backend
1629 M: Luigi Rizzo <rizzo@iet.unipi.it>
1630 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1631 M: Vincenzo Maffione <v.maffione@gmail.com>
1632 W: http://info.iet.unipi.it/~luigi/netmap/
1637 M: Eduardo Habkost <ehabkost@redhat.com>
1640 F: include/sysemu/numa.h
1641 T: git git://github.com/ehabkost/qemu.git machine-next
1643 Host Memory Backends
1644 M: Eduardo Habkost <ehabkost@redhat.com>
1645 M: Igor Mammedov <imammedo@redhat.com>
1647 F: backends/hostmem*.c
1648 F: include/sysemu/hostmem.h
1649 T: git git://github.com/ehabkost/qemu.git machine-next
1652 M: Gonglei <arei.gonglei@huawei.com>
1654 F: include/sysemu/cryptodev*.h
1655 F: backends/cryptodev*.c
1658 M: Eduardo Habkost <ehabkost@redhat.com>
1659 M: Cleber Rosa <crosa@redhat.com>
1666 M: Markus Armbruster <armbru@redhat.com>
1667 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1672 X: include/qapi/qmp/
1673 F: include/qapi/qmp/dispatch.h
1674 F: tests/qapi-schema/
1675 F: tests/test-*-visitor.c
1676 F: tests/test-qapi-*.c
1677 F: tests/test-qmp-*.c
1678 F: tests/test-visitor-serialization.c
1679 F: scripts/qapi-gen.py
1682 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1685 M: Eric Blake <eblake@redhat.com>
1686 M: Markus Armbruster <armbru@redhat.com>
1689 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1692 M: Markus Armbruster <armbru@redhat.com>
1695 F: include/qapi/qmp/
1696 X: include/qapi/qmp/dispatch.h
1697 F: scripts/coccinelle/qobject.cocci
1698 F: tests/check-qdict.c
1699 F: tests/check-qnum.c
1700 F: tests/check-qjson.c
1701 F: tests/check-qlist.c
1702 F: tests/check-qstring.c
1703 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1706 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1710 F: scripts/qemu-guest-agent/
1712 F: docs/interop/qemu-ga-ref.texi
1713 T: git git://github.com/mdroth/qemu.git qga
1716 M: Andreas Färber <afaerber@suse.de>
1718 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1720 X: include/qom/cpu.h
1723 F: tests/check-qom-interface.c
1724 F: tests/check-qom-proplist.c
1727 M: Markus Armbruster <armbru@redhat.com>
1731 F: docs/devel/*qmp-*
1734 F: tests/qmp-cmd-test.c
1735 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1738 M: Paolo Bonzini <pbonzini@redhat.com>
1739 M: Thomas Huth <thuth@redhat.com>
1740 M: Laurent Vivier <lvivier@redhat.com>
1748 M: Alistair Francis <alistair@alistair23.me>
1750 F: hw/core/register.c
1751 F: include/hw/register.h
1752 F: include/hw/registerfields.h
1755 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1756 M: Jan Kiszka <jan.kiszka@siemens.com>
1760 F: include/net/slirp.h
1761 T: git https://people.debian.org/~sthibault/qemu.git slirp
1762 T: git git://git.kiszka.org/qemu.git queues/slirp
1765 M: Paolo Bonzini <pbonzini@redhat.com>
1770 M: Stefan Hajnoczi <stefanha@redhat.com>
1774 F: qemu-option-trace.texi
1775 F: scripts/tracetool.py
1776 F: scripts/tracetool/
1777 F: docs/devel/tracing.txt
1778 T: git git://github.com/stefanha/qemu.git tracing
1781 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1786 F: include/hw/acpi/tpm.h
1787 F: include/sysemu/tpm*
1791 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1795 F: scripts/checkpatch.pl
1798 M: Juan Quintela <quintela@redhat.com>
1799 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1801 F: include/migration/
1803 F: scripts/vmstate-static-checker.py
1804 F: tests/vmstate-static-checker-data/
1805 F: tests/migration-test.c
1806 F: docs/devel/migration.rst
1807 F: qapi/migration.json
1810 M: Eduardo Otubo <otubo@redhat.com>
1813 F: include/sysemu/seccomp.h
1816 M: Daniel P. Berrange <berrange@redhat.com>
1820 F: tests/test-crypto-*
1821 F: tests/benchmark-crypto-*
1825 M: Stefan Hajnoczi <stefanha@redhat.com>
1826 M: Kevin Wolf <kwolf@redhat.com>
1828 F: include/qemu/coroutine*
1829 F: tests/test-coroutine.c
1832 M: Daniel P. Berrange <berrange@redhat.com>
1835 F: include/qemu/buffer.h
1838 M: Daniel P. Berrange <berrange@redhat.com>
1845 M: Daniel P. Berrange <berrange@redhat.com>
1846 M: Gerd Hoffmann <kraxel@redhat.com>
1847 M: Paolo Bonzini <pbonzini@redhat.com>
1849 F: include/qemu/sockets.h
1850 F: util/qemu-sockets.c
1851 F: qapi/sockets.json
1853 Throttling infrastructure
1854 M: Alberto Garcia <berto@igalia.com>
1856 F: block/throttle-groups.c
1857 F: include/block/throttle-groups.h
1858 F: include/qemu/throttle*.h
1860 F: docs/throttle.txt
1861 F: tests/test-throttle.c
1862 L: qemu-block@nongnu.org
1865 M: Fam Zheng <famz@redhat.com>
1868 F: include/qemu/uuid.h
1869 F: tests/test-uuid.c
1872 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1875 F: include/migration/colo.h
1876 F: include/migration/failover.h
1880 M: Zhang Chen <zhangckid@gmail.com>
1881 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1883 F: docs/colo-proxy.txt
1885 F: net/filter-rewriter.c
1886 F: net/filter-mirror.c
1889 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1890 R: Paolo Bonzini <pbonzini@redhat.com>
1891 W: https://wiki.qemu.org/Features/record-replay
1894 F: block/blkreplay.c
1895 F: net/filter-replay.c
1896 F: include/sysemu/replay.h
1901 M: Peter Xu <peterx@redhat.com>
1903 F: include/qemu/iova-tree.h
1907 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1914 M: Riku Voipio <riku.voipio@iki.fi>
1917 F: accel/tcg/user-exec*.c
1922 F: default-configs/*-bsd-user.mak
1925 M: Riku Voipio <riku.voipio@iki.fi>
1926 R: Laurent Vivier <laurent@vivier.eu>
1929 F: default-configs/*-linux-user.mak
1930 F: scripts/qemu-binfmt-conf.sh
1932 Tiny Code Generator (TCG)
1933 -------------------------
1935 M: Richard Henderson <rth@twiddle.net>
1940 M: Claudio Fontana <claudio.fontana@huawei.com>
1941 M: Claudio Fontana <claudio.fontana@gmail.com>
1943 L: qemu-arm@nongnu.org
1949 M: Andrzej Zaborowski <balrogg@gmail.com>
1951 L: qemu-arm@nongnu.org
1956 L: qemu-devel@nongnu.org
1962 M: Aurelien Jarno <aurelien@aurel32.net>
1968 M: Richard Henderson <rth@twiddle.net>
1974 M: Alexander Graf <agraf@suse.de>
1975 M: Richard Henderson <rth@twiddle.net>
1979 L: qemu-s390x@nongnu.org
1987 M: Stefan Weil <sw@weilnetz.de>
1996 M: Fam Zheng <famz@redhat.com>
1997 L: qemu-block@nongnu.org
2002 M: Josh Durgin <jdurgin@redhat.com>
2003 M: Jeff Cody <jcody@redhat.com>
2004 L: qemu-block@nongnu.org
2007 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2010 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
2011 M: Liu Yuan <namei.unix@gmail.com>
2012 M: Jeff Cody <jcody@redhat.com>
2013 L: qemu-block@nongnu.org
2014 L: sheepdog@lists.wpkg.org
2017 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
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: Stefan Weil <sw@weilnetz.de>
2028 L: qemu-block@nongnu.org
2033 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2034 M: Paolo Bonzini <pbonzini@redhat.com>
2035 M: Peter Lieven <pl@kamp.de>
2036 L: qemu-block@nongnu.org
2039 F: block/iscsi-opts.c
2041 Network Block Device (NBD)
2042 M: Eric Blake <eblake@redhat.com>
2043 M: Paolo Bonzini <pbonzini@redhat.com>
2044 L: qemu-block@nongnu.org
2048 F: include/block/nbd*
2051 F: docs/interop/nbd.txt
2052 T: git git://repo.or.cz/qemu/ericb.git nbd
2055 M: Jeff Cody <jcody@redhat.com>
2056 M: Peter Lieven <pl@kamp.de>
2057 L: qemu-block@nongnu.org
2060 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2063 M: Richard W.M. Jones <rjones@redhat.com>
2064 M: Jeff Cody <jcody@redhat.com>
2065 L: qemu-block@nongnu.org
2068 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2071 M: Jeff Cody <jcody@redhat.com>
2072 L: qemu-block@nongnu.org
2075 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2078 M: Jeff Cody <jcody@redhat.com>
2079 L: qemu-block@nongnu.org
2082 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2085 M: Fam Zheng <famz@redhat.com>
2086 L: qemu-block@nongnu.org
2091 M: Fam Zheng <famz@redhat.com>
2092 L: qemu-block@nongnu.org
2097 M: Gonglei <arei.gonglei@huawei.com>
2102 M: Alberto Garcia <berto@igalia.com>
2105 L: qemu-block@nongnu.org
2108 M: Ari Sundholm <ari@tuxera.com>
2109 L: qemu-block@nongnu.org
2111 F: block/blklogwrites.c
2114 M: Stefan Hajnoczi <stefanha@redhat.com>
2115 L: qemu-block@nongnu.org
2117 F: block/blkverify.c
2120 M: Stefan Hajnoczi <stefanha@redhat.com>
2121 L: qemu-block@nongnu.org
2126 M: Stefan Hajnoczi <stefanha@redhat.com>
2127 L: qemu-block@nongnu.org
2132 M: Stefan Hajnoczi <stefanha@redhat.com>
2133 L: qemu-block@nongnu.org
2138 M: Stefan Hajnoczi <stefanha@redhat.com>
2139 M: Denis V. Lunev <den@openvz.org>
2140 L: qemu-block@nongnu.org
2142 F: block/parallels.c
2143 F: docs/interop/parallels.txt
2146 M: Stefan Hajnoczi <stefanha@redhat.com>
2147 L: qemu-block@nongnu.org
2152 M: Kevin Wolf <kwolf@redhat.com>
2153 L: qemu-block@nongnu.org
2155 F: block/linux-aio.c
2156 F: include/block/raw-aio.h
2157 F: block/raw-format.c
2158 F: block/file-posix.c
2159 F: block/file-win32.c
2160 F: block/win32-aio.c
2163 M: Kevin Wolf <kwolf@redhat.com>
2164 M: Max Reitz <mreitz@redhat.com>
2165 L: qemu-block@nongnu.org
2168 F: docs/interop/qcow2.txt
2171 M: Kevin Wolf <kwolf@redhat.com>
2172 L: qemu-block@nongnu.org
2177 M: Kevin Wolf <kwolf@redhat.com>
2178 M: Max Reitz <mreitz@redhat.com>
2179 L: qemu-block@nongnu.org
2184 M: Kevin Wolf <kwolf@redhat.com>
2185 L: qemu-block@nongnu.org
2190 M: Kevin Wolf <kwolf@redhat.com>
2191 L: qemu-block@nongnu.org
2196 M: Stefan Hajnoczi <stefanha@redhat.com>
2197 L: qemu-block@nongnu.org
2199 F: tests/image-fuzzer/
2202 M: Wen Congyang <wencongyang2@huawei.com>
2203 M: Xie Changlong <xiechanglong.d@gmail.com>
2206 F: block/replication.c
2207 F: tests/test-replication.c
2208 F: docs/block-replication.txt
2211 M: Yuval Shaia <yuval.shaia@oracle.com>
2212 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2218 Build and test automation
2219 -------------------------
2220 Build and test automation
2221 M: Alex Bennée <alex.bennee@linaro.org>
2222 M: Fam Zheng <famz@redhat.com>
2223 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2224 L: qemu-devel@nongnu.org
2231 W: https://travis-ci.org/qemu/qemu
2232 W: https://app.shippable.com/github/qemu/qemu
2233 W: http://patchew.org/QEMU/
2235 Guest Test Compilation Support
2236 M: Alex Bennée <alex.bennee@linaro.org>
2237 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2238 F: tests/tcg/Makefile
2239 F: tests/tcg/Makefile.include
2240 L: qemu-devel@nongnu.org
2244 Build system architecture
2245 M: Daniel P. Berrange <berrange@redhat.com>
2247 F: docs/devel/build-system.txt
2249 Incompatible changes
2250 R: libvir-list@redhat.com
2251 F: qemu-deprecated.texi
2256 M: Daniel P. Berrange <berrange@redhat.com>
2258 F: scripts/git-submodule.sh