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 https://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
93 F: hw/watchdog/wdt_diag288.c
95 F: include/hw/watchdog/wdt_diag288.h
97 F: pc-bios/s390-ccw.img
100 K: ^Subject:.*(?i)s390x?
101 T: git https://github.com/cohuck/qemu.git s390-next
102 L: qemu-s390x@nongnu.org
104 Guest CPU cores (TCG):
105 ----------------------
107 L: qemu-devel@nongnu.org
108 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
109 M: Richard Henderson <rth@twiddle.net>
110 R: Paolo Bonzini <pbonzini@redhat.com>
115 F: include/exec/cpu*.h
116 F: include/exec/exec-all.h
117 F: include/exec/helper*.h
118 F: include/exec/tb-hash.h
119 F: include/sysemu/cpus.h
122 M: Aurelien Jarno <aurelien@aurel32.net>
123 M: Peter Maydell <peter.maydell@linaro.org>
129 M: Richard Henderson <rth@twiddle.net>
136 M: Peter Maydell <peter.maydell@linaro.org>
137 L: qemu-arm@nongnu.org
141 F: tests/tcg/aarch64/
144 F: include/hw/cpu/a*mpcore.h
150 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159 M: Richard Henderson <rth@twiddle.net>
166 M: Michael Walle <michael@walle.cc>
173 F: include/hw/char/lm32_juart.h
178 M: Laurent Vivier <laurent@vivier.eu>
184 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
186 F: target/microblaze/
188 F: disas/microblaze.c
191 M: Aurelien Jarno <aurelien@aurel32.net>
192 M: Aleksandar Markovic <amarkovic@wavecomp.com>
197 F: hw/intc/mips_gic.c
198 F: hw/timer/mips_gictimer.c
200 F: include/hw/misc/mips_*
201 F: include/hw/intc/mips_gic.h
202 F: include/hw/timer/mips_gictimer.h
206 F: disas/nanomips.cpp
209 M: Anthony Green <green@moxielogic.com>
214 F: default-configs/moxie-softmmu.mak
217 M: Chris Wulff <crwulff@gmail.com>
218 M: Marek Vasut <marex@denx.de>
225 M: Stafford Horne <shorne@gmail.com>
229 F: tests/tcg/openrisc/
232 M: David Gibson <david@gibson.dropbear.id.au>
233 L: qemu-ppc@nongnu.org
241 M: Michael Clark <mjc@sifive.com>
242 M: Palmer Dabbelt <palmer@sifive.com>
243 M: Alistair Francis <Alistair.Francis@wdc.com>
244 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
245 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
246 L: qemu-riscv@nongnu.org
254 M: Richard Henderson <rth@twiddle.net>
255 M: David Hildenbrand <david@redhat.com>
261 L: qemu-s390x@nongnu.org
264 M: Aurelien Jarno <aurelien@aurel32.net>
272 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
273 M: Artyom Tarasenko <atar4qemu@gmail.com>
281 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
285 F: include/hw/unicore32/
288 M: Paolo Bonzini <pbonzini@redhat.com>
289 M: Richard Henderson <rth@twiddle.net>
290 M: Eduardo Habkost <ehabkost@redhat.com>
297 F: docs/qemu-cpu-models.texi
298 T: git https://github.com/ehabkost/qemu.git x86-next
301 M: Max Filippov <jcmvbkbc@gmail.com>
302 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
310 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
314 F: include/hw/tricore/
316 Multiarch Linux User Tests
317 M: Alex Bennée <alex.bennee@linaro.org>
318 F: tests/tcg/multiarch/
320 Guest CPU Cores (KVM):
321 ----------------------
324 M: Paolo Bonzini <pbonzini@redhat.com>
325 L: kvm@vger.kernel.org
329 F: include/sysemu/kvm*.h
332 M: Peter Maydell <peter.maydell@linaro.org>
333 L: qemu-arm@nongnu.org
338 M: James Hogan <jhogan@kernel.org>
343 M: David Gibson <david@gibson.dropbear.id.au>
348 M: Christian Borntraeger <borntraeger@de.ibm.com>
349 M: Cornelia Huck <cohuck@redhat.com>
351 F: target/s390x/kvm.c
352 F: target/s390x/kvm_s390x.h
353 F: target/s390x/kvm-stub.c
354 F: target/s390x/ioinst.[ch]
355 F: target/s390x/machine.c
356 F: target/s390x/sigp.c
357 F: hw/intc/s390_flic.c
358 F: hw/intc/s390_flic_kvm.c
359 F: include/hw/s390x/s390_flic.h
361 T: git https://github.com/cohuck/qemu.git s390-next
362 T: git https://github.com/borntraeger/qemu.git s390-next
363 L: qemu-s390x@nongnu.org
366 M: Paolo Bonzini <pbonzini@redhat.com>
367 M: Marcelo Tosatti <mtosatti@redhat.com>
368 L: kvm@vger.kernel.org
372 Guest CPU Cores (Xen):
373 ----------------------
376 M: Stefano Stabellini <sstabellini@kernel.org>
377 M: Anthony Perard <anthony.perard@citrix.com>
378 L: xen-devel@lists.xenproject.org
381 F: hw/9pfs/xen-9p-backend.c
382 F: hw/char/xen_console.c
383 F: hw/display/xenfb.c
390 F: include/sysemu/xen-mapcache.h
396 L: qemu-devel@nongnu.org
402 L: qemu-devel@nongnu.org
407 L: qemu-devel@nongnu.org
408 M: Kamil Rytarowski <kamil@netbsd.org>
410 K: ^Subject:.*(?i)NetBSD
413 L: qemu-devel@nongnu.org
414 M: Brad Smith <brad@comstyle.com>
416 K: ^Subject:.*(?i)OpenBSD
419 L: qemu-devel@nongnu.org
420 M: Stefan Weil <sw@weilnetz.de>
429 M: Richard Henderson <rth@twiddle.net>
432 F: hw/isa/smc37c669-superio.c
437 M: Beniamino Galvani <b.galvani@gmail.com>
438 L: qemu-arm@nongnu.org
441 F: include/hw/*/allwinner*
442 F: hw/arm/cubieboard.c
444 ARM PrimeCell and CMSDK devices
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
449 F: include/hw/char/pl011.h
452 F: include/hw/dma/pl080.h
459 F: include/hw/ssi/pl022.h
461 F: include/hw/arm/primecell.h
462 F: hw/timer/cmsdk-apb-timer.c
463 F: include/hw/timer/cmsdk-apb-timer.h
464 F: hw/timer/cmsdk-apb-dualtimer.c
465 F: include/hw/timer/cmsdk-apb-dualtimer.h
466 F: hw/char/cmsdk-apb-uart.c
467 F: include/hw/char/cmsdk-apb-uart.h
468 F: hw/watchdog/cmsdk-apb-watchdog.c
469 F: include/hw/watchdog/cmsdk-apb-watchdog.h
471 F: include/hw/misc/tz-ppc.h
473 F: include/hw/misc/tz-mpc.h
475 F: include/hw/misc/tz-msc.h
478 M: Peter Maydell <peter.maydell@linaro.org>
479 L: qemu-arm@nongnu.org
482 F: hw/intc/gic_internal.h
484 F: hw/misc/arm11scu.c
485 F: hw/timer/a9gtimer*
487 F: include/hw/arm/arm*.h
488 F: include/hw/intc/arm*
489 F: include/hw/misc/a9scu.h
490 F: include/hw/misc/arm11scu.h
491 F: include/hw/timer/a9gtimer.h
492 F: include/hw/timer/arm_mptimer.h
493 F: include/hw/timer/armv7m_systick.h
494 F: tests/test-arm-mptimer.c
497 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
498 L: qemu-arm@nongnu.org
501 F: include/hw/arm/exynos4210.h
504 M: Rob Herring <robh@kernel.org>
505 L: qemu-arm@nongnu.org
511 M: Antony Pavlov <antonynpavlov@gmail.com>
512 L: qemu-arm@nongnu.org
514 F: include/hw/arm/digic.h
518 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
519 L: qemu-devel@nongnu.org
520 L: qemu-arm@nongnu.org
525 M: Peter Chubb <peter.chubb@nicta.com.au>
526 L: qemu-arm@nongnu.org
531 F: include/hw/arm/fsl-imx31.h
534 M: Peter Maydell <peter.maydell@linaro.org>
535 L: qemu-arm@nongnu.org
537 F: hw/arm/integratorcp.c
538 F: hw/misc/arm_integrator_debug.c
541 M: Peter Maydell <peter.maydell@linaro.org>
542 L: qemu-arm@nongnu.org
547 F: include/hw/misc/mps2-*.h
549 F: include/hw/arm/iotkit.h
550 F: hw/misc/iotkit-sysctl.c
551 F: include/hw/misc/iotkit-sysctl.h
552 F: hw/misc/iotkit-sysinfo.c
553 F: include/hw/misc/iotkit-sysinfo.h
556 M: Jan Kiszka <jan.kiszka@web.de>
557 L: qemu-arm@nongnu.org
562 M: Andrzej Zaborowski <balrogg@gmail.com>
563 L: qemu-arm@nongnu.org
568 M: Andrzej Zaborowski <balrogg@gmail.com>
569 L: qemu-arm@nongnu.org
574 M: Peter Maydell <peter.maydell@linaro.org>
575 L: qemu-arm@nongnu.org
578 F: hw/cpu/realview_mpcore.c
579 F: hw/intc/realview_gic.c
580 F: include/hw/intc/realview_gic.h
583 M: Andrzej Zaborowski <balrogg@gmail.com>
584 L: qemu-arm@nongnu.org
586 F: hw/arm/mainstone.c
591 F: hw/misc/mst_fpga.c
592 F: include/hw/arm/pxa.h
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
601 M: Peter Maydell <peter.maydell@linaro.org>
602 L: qemu-arm@nongnu.org
605 F: hw/misc/arm_sysctl.c
608 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
609 M: Alistair Francis <alistair@alistair23.me>
610 L: qemu-arm@nongnu.org
615 F: include/hw/misc/zynq*
619 M: Alistair Francis <alistair@alistair23.me>
620 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
621 L: qemu-arm@nongnu.org
624 F: include/hw/*/xlnx*.h
627 M: Shannon Zhao <shannon.zhaosl@gmail.com>
628 L: qemu-arm@nongnu.org
630 F: hw/arm/virt-acpi-build.c
633 M: Alistair Francis <alistair@alistair23.me>
635 F: hw/arm/stm32f205_soc.c
636 F: hw/misc/stm32f2xx_syscfg.c
637 F: hw/char/stm32f2xx_usart.c
638 F: hw/timer/stm32f2xx_timer.c
640 F: hw/ssi/stm32f2xx_spi.c
641 F: include/hw/*/stm32*.h
644 M: Alistair Francis <alistair@alistair23.me>
646 F: hw/arm/netduino2.c
649 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
652 F: hw/misc/msf2-sysreg.c
653 F: hw/timer/mss-timer.c
655 F: include/hw/arm/msf2-soc.h
656 F: include/hw/misc/msf2-sysreg.h
657 F: include/hw/timer/mss-timer.h
658 F: include/hw/ssi/mss-spi.h
661 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
666 M: Cédric Le Goater <clg@kaod.org>
667 R: Andrew Jeffery <andrew@aj.id.au>
668 R: Joel Stanley <joel@jms.id.au>
669 L: qemu-arm@nongnu.org
672 F: include/hw/*/*aspeed*
673 F: hw/net/ftgmac100.c
674 F: include/hw/net/ftgmac100.h
677 M: Joel Stanley <joel@jms.id.au>
678 L: qemu-arm@nongnu.org
680 F: hw/arm/nrf51_soc.c
682 F: include/hw/arm/nrf51_soc.h
687 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
689 F: hw/cris/axis_dev88.c
694 EVR32 and uclinux BSP
695 M: Michael Walle <michael@walle.cc>
697 F: hw/lm32/lm32_boards.c
700 M: Michael Walle <michael@walle.cc>
702 F: hw/lm32/milkymist.c
707 M: Thomas Huth <huth@tuxfamily.org>
713 M: Thomas Huth <huth@tuxfamily.org>
716 F: hw/m68k/mcf_intc.c
717 F: hw/char/mcf_uart.c
719 F: include/hw/m68k/mcf*.h
724 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
726 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
729 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
731 F: hw/microblaze/petalogix_ml605_mmu.c
736 M: Hervé Poussineau <hpoussin@reactos.org>
738 F: hw/mips/mips_jazz.c
741 M: Aurelien Jarno <aurelien@aurel32.net>
743 F: hw/mips/mips_malta.c
746 M: Aleksandar Markovic <amarkovic@wavecomp.com>
748 F: hw/mips/mips_mipssim.c
752 M: Aurelien Jarno <aurelien@aurel32.net>
754 F: hw/mips/mips_r4k.c
757 M: Aleksandar Markovic <amarkovic@wavecomp.com>
759 F: hw/mips/mips_fulong2e.c
762 F: include/hw/isa/vt82c686.h
765 M: Paul Burton <pburton@wavecomp.com>
767 F: hw/core/loader-fit.c
769 F: hw/pci-host/xilinx-pcie.c
774 M: Jia Liu <proljc@gmail.com>
776 F: hw/openrisc/openrisc_sim.c
781 M: David Gibson <david@gibson.dropbear.id.au>
782 L: qemu-ppc@nongnu.org
784 F: hw/ppc/ppc405_boards.c
787 M: David Gibson <david@gibson.dropbear.id.au>
788 L: qemu-ppc@nongnu.org
790 F: hw/ppc/ppc440_bamboo.c
793 M: David Gibson <david@gibson.dropbear.id.au>
794 L: qemu-ppc@nongnu.org
798 F: include/hw/ppc/ppc_e500.h
799 F: include/hw/pci-host/ppce500.h
800 F: pc-bios/u-boot.e500
803 M: David Gibson <david@gibson.dropbear.id.au>
804 L: qemu-ppc@nongnu.org
806 F: hw/ppc/mpc8544ds.c
807 F: hw/ppc/mpc8544_guts.c
810 M: David Gibson <david@gibson.dropbear.id.au>
811 L: qemu-ppc@nongnu.org
813 F: hw/ppc/mac_newworld.c
814 F: hw/pci-host/uninorth.c
815 F: hw/pci-bridge/dec.[hc]
818 F: hw/nvram/mac_nvram.c
819 F: include/hw/misc/macio/
820 F: include/hw/misc/mos6522.h
821 F: include/hw/ppc/mac_dbdma.h
824 M: David Gibson <david@gibson.dropbear.id.au>
825 L: qemu-ppc@nongnu.org
827 F: hw/ppc/mac_oldworld.c
828 F: hw/pci-host/grackle.c
830 F: hw/intc/heathrow_pic.c
833 M: Hervé Poussineau <hpoussin@reactos.org>
834 L: qemu-devel@nongnu.org
835 L: qemu-ppc@nongnu.org
838 F: hw/ppc/prep_systemio.c
839 F: hw/ppc/rs6000_mc.c
840 F: hw/pci-host/prep.[hc]
844 F: hw/timer/m48t59-isa.c
845 F: include/hw/isa/pc87312.h
846 F: include/hw/timer/m48t59.h
847 F: pc-bios/ppc_rom.bin
850 M: David Gibson <david@gibson.dropbear.id.au>
851 L: qemu-ppc@nongnu.org
854 F: include/hw/*/spapr*
856 F: include/hw/*/xics*
857 F: pc-bios/spapr-rtas/*
858 F: pc-bios/spapr-rtas.bin
860 F: pc-bios/skiboot.lid
861 F: docs/specs/ppc-spapr-hcalls.txt
862 F: docs/specs/ppc-spapr-hotplug.txt
864 F: tests/libqos/*spapr*
866 F: tests/libqos/rtas*
869 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
870 L: qemu-ppc@nongnu.org
872 F: hw/ppc/virtex_ml507.c
875 M: BALATON Zoltan <balaton@eik.bme.hu>
876 L: qemu-ppc@nongnu.org
884 M: Magnus Damm <magnus.damm@gmail.com>
888 F: hw/timer/sh_timer.c
891 M: Magnus Damm <magnus.damm@gmail.com>
898 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
901 F: hw/sparc/sun4m_iommu.c
902 F: hw/dma/sparc32_dma.c
903 F: hw/misc/eccmemctl.c
904 F: hw/misc/slavio_misc.c
905 F: include/hw/sparc/sparc32_dma.h
906 F: pc-bios/openbios-sparc32
909 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
911 F: hw/sparc64/sun4u.c
912 F: pc-bios/openbios-sparc64
915 M: Artyom Tarasenko <atar4qemu@gmail.com>
917 F: hw/sparc64/niagara.c
918 F: hw/timer/sun4v-rtc.c
919 F: include/hw/timer/sun4v-rtc.h
922 M: Fabien Chouteau <chouteau@adacore.com>
926 F: include/hw/sparc/grlib.h
931 M: Cornelia Huck <cohuck@redhat.com>
932 M: Christian Borntraeger <borntraeger@de.ibm.com>
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 https://github.com/cohuck/qemu.git s390-next
942 T: git https://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>
951 F: pc-bios/s390-ccw.img
952 T: git https://github.com/borntraeger/qemu.git s390-next
953 L: qemu-s390x@nongnu.org
956 M: Collin Walling <walling@linux.ibm.com>
958 F: hw/s390x/s390-pci*
959 L: qemu-s390x@nongnu.org
963 PKUnity-3 SoC initramfs-with-busybox
964 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
972 M: Michael S. Tsirkin <mst@redhat.com>
973 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
977 F: hw/pci-host/piix.c
980 F: include/hw/pci-host/q35.h
981 F: include/hw/pci-host/pam.h
984 F: hw/i2c/smbus_ich9.c
987 F: include/hw/acpi/ich9.h
988 F: include/hw/acpi/piix4.h
992 M: Michael S. Tsirkin <mst@redhat.com>
993 M: Paolo Bonzini <pbonzini@redhat.com>
995 F: hw/char/debugcon.c
1004 F: hw/isa/isa-superio.c
1005 F: hw/misc/debugexit.c
1006 F: hw/misc/pc-testdev.c
1009 F: hw/timer/mc146818rtc*
1010 F: hw/watchdog/wdt_ib700.c
1011 F: include/hw/display/vga.h
1012 F: include/hw/char/parallel.h
1013 F: include/hw/dma/i8257.h
1014 F: include/hw/i2c/pm_smbus.h
1015 F: include/hw/input/i8042.h
1016 F: include/hw/isa/superio.h
1017 F: include/hw/timer/hpet.h
1018 F: include/hw/timer/i8254*
1019 F: include/hw/timer/mc146818rtc*
1022 M: Eduardo Habkost <ehabkost@redhat.com>
1023 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1025 F: hw/core/machine.c
1026 F: hw/core/null-machine.c
1027 F: include/hw/boards.h
1028 T: git https://github.com/ehabkost/qemu.git machine-next
1033 M: Max Filippov <jcmvbkbc@gmail.com>
1037 XTFPGA (LX60, LX200, ML605, KC705)
1038 M: Max Filippov <jcmvbkbc@gmail.com>
1040 F: hw/xtensa/xtfpga.c
1041 F: hw/net/opencores_eth.c
1046 M: Jiri Slaby <jslaby@suse.cz>
1051 M: John Snow <jsnow@redhat.com>
1052 L: qemu-block@nongnu.org
1059 F: hw/block/hd-geometry.c
1061 F: tests/ahci-test.c
1062 F: tests/cdrom-test.c
1063 F: tests/libqos/ahci*
1064 T: git https://github.com/jnsnow/qemu.git ide
1067 M: Corey Minyard <minyard@acm.org>
1069 F: include/hw/ipmi/*
1071 F: hw/smbios/smbios_type_38.c
1073 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1076 M: John Snow <jsnow@redhat.com>
1077 L: qemu-block@nongnu.org
1080 F: include/hw/block/fdc.h
1082 T: git https://github.com/jnsnow/qemu.git ide
1085 M: Peter Maydell <peter.maydell@linaro.org>
1088 F: include/hw/arm/omap.h
1091 M: Alberto Garcia <berto@igalia.com>
1093 F: hw/char/ipoctal232.c
1097 M: Michael S. Tsirkin <mst@redhat.com>
1098 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1101 F: hw/misc/pci-testdev.c
1106 F: default-configs/pci.mak
1109 M: Michael S. Tsirkin <mst@redhat.com>
1110 M: Igor Mammedov <imammedo@redhat.com>
1112 F: include/hw/acpi/*
1113 F: include/hw/smbios/*
1117 F: hw/i386/acpi-build.[hc]
1118 F: hw/arm/virt-acpi-build.c
1119 F: tests/bios-tables-test.c
1120 F: tests/acpi-utils.[hc]
1121 F: tests/acpi-test-data/*
1122 F: tests/acpi-test-data/*/*
1125 M: David Gibson <david@gibson.dropbear.id.au>
1126 L: qemu-ppc@nongnu.org
1129 F: hw/i2c/ppc4xx_i2c.c
1130 F: include/hw/ppc/ppc4xx.h
1131 F: include/hw/i2c/ppc4xx_i2c.h
1134 M: David Gibson <david@gibson.dropbear.id.au>
1135 L: qemu-ppc@nongnu.org
1138 F: hw/pci-host/ppce500.c
1139 F: hw/net/fsl_etsec/
1142 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1143 R: Paolo Bonzini <pbonzini@redhat.com>
1148 M: Jason Wang <jasowang@redhat.com>
1152 F: tests/virtio-net-test.c
1153 T: git https://github.com/jasowang/qemu.git net
1156 M: Paolo Bonzini <pbonzini@redhat.com>
1157 R: Fam Zheng <famz@redhat.com>
1159 F: include/hw/scsi/*
1161 F: tests/virtio-scsi-test.c
1162 T: git https://github.com/bonzini/qemu.git scsi-next
1165 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1166 M: Alistair Francis <alistair@alistair23.me>
1169 F: hw/block/m25p80.c
1170 F: include/hw/ssi/ssi.h
1172 F: tests/m25p80-test.c
1175 M: Alistair Francis <alistair@alistair23.me>
1176 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1181 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1183 F: include/hw/sd/sd*
1189 M: Gerd Hoffmann <kraxel@redhat.com>
1192 F: tests/usb-*-test.c
1194 F: docs/usb-storage.txt
1197 F: default-configs/usb.mak
1199 USB (serial adapter)
1200 M: Gerd Hoffmann <kraxel@redhat.com>
1201 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1203 F: hw/usb/dev-serial.c
1206 M: Alex Williamson <alex.williamson@redhat.com>
1212 M: Cornelia Huck <cohuck@redhat.com>
1213 M: Eric Farman <farman@linux.ibm.com>
1214 M: Farhan Ali <alifm@linux.ibm.com>
1217 F: hw/s390x/s390-ccw.c
1218 F: include/hw/s390x/s390-ccw.h
1219 T: git https://github.com/cohuck/qemu.git s390-next
1220 L: qemu-s390x@nongnu.org
1223 M: Christian Borntraeger <borntraeger@de.ibm.com>
1224 M: Tony Krowiak <akrowiak@linux.ibm.com>
1225 M: Halil Pasic <pasic@linux.ibm.com>
1226 M: Pierre Morel <pmorel@linux.ibm.com>
1228 F: hw/s390x/ap-device.c
1229 F: hw/s390x/ap-bridge.c
1230 F: include/hw/s390x/ap-device.h
1231 F: include/hw/s390x/ap-bridge.h
1234 L: qemu-s390x@nongnu.org
1237 M: Michael S. Tsirkin <mst@redhat.com>
1240 F: docs/interop/vhost-user.txt
1243 M: Michael S. Tsirkin <mst@redhat.com>
1246 F: hw/virtio/Makefile.objs
1247 F: hw/virtio/trace-events
1249 F: include/hw/virtio/
1250 F: tests/virtio-balloon-test.c
1253 M: Greg Kurz <groug@kaod.org>
1257 F: tests/virtio-9p-test.c
1258 T: git https://github.com/gkurz/qemu.git 9p-next
1261 M: Stefan Hajnoczi <stefanha@redhat.com>
1262 L: qemu-block@nongnu.org
1264 F: hw/block/virtio-blk.c
1265 F: hw/block/dataplane/*
1266 F: tests/virtio-blk-test.c
1267 T: git https://github.com/stefanha/qemu.git block
1270 M: Cornelia Huck <cohuck@redhat.com>
1271 M: Halil Pasic <pasic@linux.ibm.com>
1273 F: hw/s390x/virtio-ccw*.[hc]
1274 F: hw/s390x/vhost-vsock-ccw.c
1275 T: git https://github.com/cohuck/qemu.git s390-next
1276 T: git https://github.com/borntraeger/qemu.git s390-next
1277 L: qemu-s390x@nongnu.org
1280 M: Gerd Hoffmann <kraxel@redhat.com>
1282 F: hw/input/virtio-input*.c
1283 F: include/hw/virtio/virtio-input.h
1286 M: Amit Shah <amit@kernel.org>
1288 F: hw/char/virtio-serial-bus.c
1289 F: hw/char/virtio-console.c
1290 F: include/hw/virtio/virtio-serial.h
1291 F: tests/virtio-console-test.c
1292 F: tests/virtio-serial-test.c
1295 M: Amit Shah <amit@kernel.org>
1297 F: hw/virtio/virtio-rng.c
1298 F: include/hw/virtio/virtio-rng.h
1299 F: include/sysemu/rng*.h
1301 F: tests/virtio-rng-test.c
1304 M: Gonglei <arei.gonglei@huawei.com>
1306 F: hw/virtio/virtio-crypto.c
1307 F: hw/virtio/virtio-crypto-pci.c
1308 F: include/hw/virtio/virtio-crypto.h
1311 M: Keith Busch <keith.busch@intel.com>
1312 L: qemu-block@nongnu.org
1315 F: tests/nvme-test.c
1318 M: Hannes Reinecke <hare@suse.com>
1319 L: qemu-block@nongnu.org
1321 F: hw/scsi/megasas.c
1323 F: tests/megasas-test.c
1325 Network packet abstractions
1326 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1328 F: include/net/eth.h
1330 F: hw/net/net_rx_pkt*
1331 F: hw/net/net_tx_pkt*
1334 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1337 F: hw/scsi/vmw_pvscsi*
1338 F: tests/vmxnet3-test.c
1341 M: Jiri Pirko <jiri@resnulli.us>
1345 F: docs/specs/rocker.txt
1348 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1352 F: include/hw/mem/nvdimm.h
1355 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1360 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1365 M: Stefan Weil <sw@weilnetz.de>
1367 F: hw/net/eepro100.c
1370 M: Alistair Francis <alistair@alistair23.me>
1372 F: hw/core/generic-loader.c
1373 F: include/hw/core/generic-loader.h
1374 F: docs/generic-loader.txt
1376 Intel Hexadecimal Object File Loader
1377 M: Su Hang <suhang16@mails.ucas.ac.cn>
1379 F: tests/hexloader-test.c
1380 F: tests/data/hex-loader/test.hex
1383 M: Thomas Huth <thuth@redhat.com>
1385 F: hw/nvram/chrp_nvram.c
1386 F: include/hw/nvram/chrp_nvram.h
1387 F: tests/prom-env-test.c
1390 M: Ben Warren <ben@skyportsystems.com>
1392 F: hw/acpi/vmgenid.c
1393 F: include/hw/acpi/vmgenid.h
1394 F: docs/specs/vmgenid.txt
1395 F: tests/vmgenid-test.c
1398 Unimplemented device
1399 M: Peter Maydell <peter.maydell@linaro.org>
1400 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1402 F: include/hw/misc/unimp.h
1406 M: Gerd Hoffmann <kraxel@redhat.com>
1409 F: hw/display/bochs-display.c
1410 F: include/hw/display/vga.h
1411 F: include/hw/display/bochs-vbe.h
1414 M: Gerd Hoffmann <kraxel@redhat.com>
1416 F: hw/display/ramfb*.c
1417 F: include/hw/display/ramfb.h
1420 M: Gerd Hoffmann <kraxel@redhat.com>
1422 F: hw/display/virtio-gpu*
1423 F: hw/display/virtio-vga.c
1424 F: include/hw/virtio/virtio-gpu.h
1427 M: Gerd Hoffmann <kraxel@redhat.com>
1429 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1430 F: hw/display/cirrus*
1433 M: Gerd Hoffmann <kraxel@redhat.com>
1436 F: include/hw/display/edid.h
1442 M: Gerd Hoffmann <kraxel@redhat.com>
1446 F: include/hw/audio/
1447 F: tests/ac97-test.c
1448 F: tests/es1370-test.c
1449 F: tests/intel-hda-test.c
1452 M: Kevin Wolf <kwolf@redhat.com>
1453 M: Max Reitz <mreitz@redhat.com>
1454 L: qemu-block@nongnu.org
1462 F: tests/qemu-iotests/
1463 F: util/qemu-progress.c
1464 F: qobject/block-qdict.c
1465 F: tests/check-block-qdict.c
1466 T: git https://repo.or.cz/qemu/kevin.git block
1469 M: Stefan Hajnoczi <stefanha@redhat.com>
1470 M: Fam Zheng <famz@redhat.com>
1471 L: qemu-block@nongnu.org
1477 F: include/block/aio.h
1478 F: include/block/aio-wait.h
1479 F: scripts/qemugdb/aio.py
1480 T: git https://github.com/stefanha/qemu.git block
1482 Block SCSI subsystem
1483 M: Paolo Bonzini <pbonzini@redhat.com>
1484 R: Fam Zheng <famz@redhat.com>
1485 L: qemu-block@nongnu.org
1491 M: Jeff Cody <jcody@redhat.com>
1492 L: qemu-block@nongnu.org
1495 F: include/block/blockjob.h
1498 F: include/qemu/job.h
1504 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1506 Block QAPI, monitor, command line
1507 M: Markus Armbruster <armbru@redhat.com>
1512 F: qapi/transaction.json
1513 T: git https://repo.or.cz/qemu/armbru.git block-next
1516 M: Fam Zheng <famz@redhat.com>
1517 M: John Snow <jsnow@redhat.com>
1518 L: qemu-block@nongnu.org
1521 F: block/dirty-bitmap.c
1522 F: include/qemu/hbitmap.h
1523 F: include/block/dirty-bitmap.h
1524 F: tests/test-hbitmap.c
1525 F: docs/interop/bitmaps.rst
1526 T: git https://github.com/famz/qemu.git bitmaps
1527 T: git https://github.com/jnsnow/qemu.git bitmaps
1529 Character device backends
1530 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1531 R: Paolo Bonzini <pbonzini@redhat.com>
1537 Character Devices (Braille)
1538 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1542 Command line option argument parsing
1543 M: Markus Armbruster <armbru@redhat.com>
1545 F: include/qemu/option.h
1546 F: tests/test-keyval.c
1547 F: tests/test-qemu-opts.c
1549 F: util/qemu-option.c
1552 M: Markus Armbruster <armbru@redhat.com>
1554 F: scripts/coverity-model.c
1557 L: qemu-devel@nongnu.org
1560 F: include/qom/cpu.h
1563 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1564 M: Alexander Graf <agraf@suse.de>
1567 F: include/sysemu/device_tree.h
1571 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1573 F: hw/misc/vmcoreinfo.c
1574 F: include/hw/misc/vmcoreinfo.h
1575 F: include/sysemu/dump-arch.h
1576 F: include/sysemu/dump.h
1577 F: scripts/dump-guest-memory.py
1581 M: Markus Armbruster <armbru@redhat.com>
1583 F: include/qapi/error.h
1584 F: include/qemu/error-report.h
1586 F: util/qemu-error.c
1589 L: qemu-devel@nongnu.org
1595 M: Paolo Bonzini <pbonzini@redhat.com>
1597 F: include/exec/ioport.h
1599 F: include/exec/memory.h
1600 F: include/exec/ram_addr.h
1602 F: include/exec/memory-internal.h
1606 M: Gerd Hoffmann <kraxel@redhat.com>
1608 F: include/ui/qemu-spice.h
1609 F: include/ui/spice-display.h
1611 F: audio/spiceaudio.c
1616 M: Gerd Hoffmann <kraxel@redhat.com>
1624 M: Peter Maydell <peter.maydell@linaro.org>
1629 M: Paolo Bonzini <pbonzini@redhat.com>
1633 F: util/qemu-timer.c
1635 F: qapi/run-state.json
1638 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1643 F: include/monitor/hmp-target.h
1646 Network device backends
1647 M: Jason Wang <jasowang@redhat.com>
1651 T: git https://github.com/jasowang/qemu.git net
1654 Netmap network backend
1655 M: Luigi Rizzo <rizzo@iet.unipi.it>
1656 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1657 M: Vincenzo Maffione <v.maffione@gmail.com>
1658 W: http://info.iet.unipi.it/~luigi/netmap/
1663 M: Eduardo Habkost <ehabkost@redhat.com>
1666 F: include/sysemu/numa.h
1667 T: git https://github.com/ehabkost/qemu.git machine-next
1669 Host Memory Backends
1670 M: Eduardo Habkost <ehabkost@redhat.com>
1671 M: Igor Mammedov <imammedo@redhat.com>
1673 F: backends/hostmem*.c
1674 F: include/sysemu/hostmem.h
1675 T: git https://github.com/ehabkost/qemu.git machine-next
1678 M: Gonglei <arei.gonglei@huawei.com>
1680 F: include/sysemu/cryptodev*.h
1681 F: backends/cryptodev*.c
1684 M: Eduardo Habkost <ehabkost@redhat.com>
1685 M: Cleber Rosa <crosa@redhat.com>
1692 M: Markus Armbruster <armbru@redhat.com>
1693 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1698 X: include/qapi/qmp/
1699 F: include/qapi/qmp/dispatch.h
1700 F: tests/qapi-schema/
1701 F: tests/test-*-visitor.c
1702 F: tests/test-qapi-*.c
1703 F: tests/test-qmp-*.c
1704 F: tests/test-visitor-serialization.c
1705 F: scripts/qapi-gen.py
1708 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1711 M: Eric Blake <eblake@redhat.com>
1712 M: Markus Armbruster <armbru@redhat.com>
1715 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1718 M: Markus Armbruster <armbru@redhat.com>
1721 F: include/qapi/qmp/
1722 X: include/qapi/qmp/dispatch.h
1723 F: scripts/coccinelle/qobject.cocci
1724 F: tests/check-qdict.c
1725 F: tests/check-qnum.c
1726 F: tests/check-qjson.c
1727 F: tests/check-qlist.c
1728 F: tests/check-qstring.c
1729 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1732 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1736 F: scripts/qemu-guest-agent/
1738 F: docs/interop/qemu-ga-ref.texi
1739 T: git https://github.com/mdroth/qemu.git qga
1742 M: Andreas Färber <afaerber@suse.de>
1744 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1746 X: include/qom/cpu.h
1749 F: tests/check-qom-interface.c
1750 F: tests/check-qom-proplist.c
1753 M: Markus Armbruster <armbru@redhat.com>
1757 F: docs/devel/*qmp-*
1760 F: tests/qmp-cmd-test.c
1761 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1764 M: Thomas Huth <thuth@redhat.com>
1765 M: Laurent Vivier <lvivier@redhat.com>
1766 R: Paolo Bonzini <pbonzini@redhat.com>
1774 M: Alistair Francis <alistair@alistair23.me>
1776 F: hw/core/register.c
1777 F: include/hw/register.h
1778 F: include/hw/registerfields.h
1781 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1782 M: Jan Kiszka <jan.kiszka@siemens.com>
1786 F: include/net/slirp.h
1787 T: git https://people.debian.org/~sthibault/qemu.git slirp
1788 T: git git://git.kiszka.org/qemu.git queues/slirp
1791 M: Paolo Bonzini <pbonzini@redhat.com>
1796 M: Stefan Hajnoczi <stefanha@redhat.com>
1800 F: qemu-option-trace.texi
1801 F: scripts/tracetool.py
1802 F: scripts/tracetool/
1803 F: docs/devel/tracing.txt
1804 T: git https://github.com/stefanha/qemu.git tracing
1807 M: Stefan Berger <stefanb@linux.ibm.com>
1812 F: include/hw/acpi/tpm.h
1813 F: include/sysemu/tpm*
1817 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1821 F: scripts/checkpatch.pl
1824 M: Juan Quintela <quintela@redhat.com>
1825 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1827 F: include/migration/
1829 F: scripts/vmstate-static-checker.py
1830 F: tests/vmstate-static-checker-data/
1831 F: tests/migration-test.c
1832 F: docs/devel/migration.rst
1833 F: qapi/migration.json
1836 M: Eduardo Otubo <otubo@redhat.com>
1839 F: include/sysemu/seccomp.h
1842 M: Daniel P. Berrange <berrange@redhat.com>
1846 F: tests/test-crypto-*
1847 F: tests/benchmark-crypto-*
1851 M: Stefan Hajnoczi <stefanha@redhat.com>
1852 M: Kevin Wolf <kwolf@redhat.com>
1854 F: include/qemu/coroutine*
1855 F: tests/test-coroutine.c
1858 M: Daniel P. Berrange <berrange@redhat.com>
1861 F: include/qemu/buffer.h
1864 M: Daniel P. Berrange <berrange@redhat.com>
1871 M: Daniel P. Berrange <berrange@redhat.com>
1872 M: Gerd Hoffmann <kraxel@redhat.com>
1874 F: include/qemu/sockets.h
1875 F: util/qemu-sockets.c
1876 F: qapi/sockets.json
1878 Throttling infrastructure
1879 M: Alberto Garcia <berto@igalia.com>
1881 F: block/throttle-groups.c
1882 F: include/block/throttle-groups.h
1883 F: include/qemu/throttle*.h
1885 F: docs/throttle.txt
1886 F: tests/test-throttle.c
1887 L: qemu-block@nongnu.org
1890 M: Fam Zheng <famz@redhat.com>
1893 F: include/qemu/uuid.h
1894 F: tests/test-uuid.c
1897 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1900 F: include/migration/colo.h
1901 F: include/migration/failover.h
1905 M: Zhang Chen <zhangckid@gmail.com>
1906 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1908 F: docs/colo-proxy.txt
1910 F: net/filter-rewriter.c
1911 F: net/filter-mirror.c
1914 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1915 R: Paolo Bonzini <pbonzini@redhat.com>
1916 W: https://wiki.qemu.org/Features/record-replay
1919 F: block/blkreplay.c
1920 F: net/filter-replay.c
1921 F: include/sysemu/replay.h
1926 M: Peter Xu <peterx@redhat.com>
1928 F: include/qemu/iova-tree.h
1932 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1939 M: Riku Voipio <riku.voipio@iki.fi>
1942 F: accel/tcg/user-exec*.c
1947 F: default-configs/*-bsd-user.mak
1950 M: Riku Voipio <riku.voipio@iki.fi>
1951 R: Laurent Vivier <laurent@vivier.eu>
1954 F: default-configs/*-linux-user.mak
1955 F: scripts/qemu-binfmt-conf.sh
1957 Tiny Code Generator (TCG)
1958 -------------------------
1960 M: Richard Henderson <rth@twiddle.net>
1965 M: Claudio Fontana <claudio.fontana@huawei.com>
1966 M: Claudio Fontana <claudio.fontana@gmail.com>
1968 L: qemu-arm@nongnu.org
1974 M: Andrzej Zaborowski <balrogg@gmail.com>
1976 L: qemu-arm@nongnu.org
1981 L: qemu-devel@nongnu.org
1987 M: Aurelien Jarno <aurelien@aurel32.net>
1993 M: Richard Henderson <rth@twiddle.net>
1999 M: Richard Henderson <rth@twiddle.net>
2003 L: qemu-s390x@nongnu.org
2011 M: Stefan Weil <sw@weilnetz.de>
2020 M: Fam Zheng <famz@redhat.com>
2021 L: qemu-block@nongnu.org
2026 M: Josh Durgin <jdurgin@redhat.com>
2027 M: Jeff Cody <jcody@redhat.com>
2028 L: qemu-block@nongnu.org
2031 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2034 M: Liu Yuan <namei.unix@gmail.com>
2035 M: Jeff Cody <jcody@redhat.com>
2036 L: qemu-block@nongnu.org
2039 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2042 M: Jeff Cody <jcody@redhat.com>
2043 L: qemu-block@nongnu.org
2046 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2049 M: Stefan Weil <sw@weilnetz.de>
2050 L: qemu-block@nongnu.org
2055 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2056 M: Paolo Bonzini <pbonzini@redhat.com>
2057 M: Peter Lieven <pl@kamp.de>
2058 L: qemu-block@nongnu.org
2061 F: block/iscsi-opts.c
2063 Network Block Device (NBD)
2064 M: Eric Blake <eblake@redhat.com>
2065 L: qemu-block@nongnu.org
2069 F: include/block/nbd*
2072 F: docs/interop/nbd.txt
2073 T: git https://repo.or.cz/qemu/ericb.git nbd
2076 M: Jeff Cody <jcody@redhat.com>
2077 M: Peter Lieven <pl@kamp.de>
2078 L: qemu-block@nongnu.org
2081 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2084 M: Richard W.M. Jones <rjones@redhat.com>
2085 M: Jeff Cody <jcody@redhat.com>
2086 L: qemu-block@nongnu.org
2089 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2092 M: Jeff Cody <jcody@redhat.com>
2093 L: qemu-block@nongnu.org
2096 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2099 M: Jeff Cody <jcody@redhat.com>
2100 L: qemu-block@nongnu.org
2103 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2106 M: Fam Zheng <famz@redhat.com>
2107 L: qemu-block@nongnu.org
2112 M: Fam Zheng <famz@redhat.com>
2113 L: qemu-block@nongnu.org
2118 M: Gonglei <arei.gonglei@huawei.com>
2123 M: Alberto Garcia <berto@igalia.com>
2126 L: qemu-block@nongnu.org
2129 M: Ari Sundholm <ari@tuxera.com>
2130 L: qemu-block@nongnu.org
2132 F: block/blklogwrites.c
2135 M: Stefan Hajnoczi <stefanha@redhat.com>
2136 L: qemu-block@nongnu.org
2138 F: block/blkverify.c
2141 M: Stefan Hajnoczi <stefanha@redhat.com>
2142 L: qemu-block@nongnu.org
2147 M: Stefan Hajnoczi <stefanha@redhat.com>
2148 L: qemu-block@nongnu.org
2153 M: Stefan Hajnoczi <stefanha@redhat.com>
2154 L: qemu-block@nongnu.org
2159 M: Stefan Hajnoczi <stefanha@redhat.com>
2160 M: Denis V. Lunev <den@openvz.org>
2161 L: qemu-block@nongnu.org
2163 F: block/parallels.c
2164 F: docs/interop/parallels.txt
2167 M: Stefan Hajnoczi <stefanha@redhat.com>
2168 L: qemu-block@nongnu.org
2173 M: Kevin Wolf <kwolf@redhat.com>
2174 L: qemu-block@nongnu.org
2176 F: block/linux-aio.c
2177 F: include/block/raw-aio.h
2178 F: block/raw-format.c
2179 F: block/file-posix.c
2180 F: block/file-win32.c
2181 F: block/win32-aio.c
2184 M: Kevin Wolf <kwolf@redhat.com>
2185 M: Max Reitz <mreitz@redhat.com>
2186 L: qemu-block@nongnu.org
2189 F: docs/interop/qcow2.txt
2192 M: Kevin Wolf <kwolf@redhat.com>
2193 L: qemu-block@nongnu.org
2198 M: Kevin Wolf <kwolf@redhat.com>
2199 M: Max Reitz <mreitz@redhat.com>
2200 L: qemu-block@nongnu.org
2205 M: Kevin Wolf <kwolf@redhat.com>
2206 L: qemu-block@nongnu.org
2211 M: Kevin Wolf <kwolf@redhat.com>
2212 L: qemu-block@nongnu.org
2217 M: Stefan Hajnoczi <stefanha@redhat.com>
2218 L: qemu-block@nongnu.org
2220 F: tests/image-fuzzer/
2223 M: Wen Congyang <wencongyang2@huawei.com>
2224 M: Xie Changlong <xiechanglong.d@gmail.com>
2227 F: block/replication.c
2228 F: tests/test-replication.c
2229 F: docs/block-replication.txt
2232 M: Yuval Shaia <yuval.shaia@oracle.com>
2233 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2239 Build and test automation
2240 -------------------------
2241 Build and test automation
2242 M: Alex Bennée <alex.bennee@linaro.org>
2243 M: Fam Zheng <famz@redhat.com>
2244 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2245 L: qemu-devel@nongnu.org
2252 W: https://travis-ci.org/qemu/qemu
2253 W: https://app.shippable.com/github/qemu/qemu
2254 W: http://patchew.org/QEMU/
2256 Guest Test Compilation Support
2257 M: Alex Bennée <alex.bennee@linaro.org>
2258 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2259 F: tests/tcg/Makefile
2260 F: tests/tcg/Makefile.include
2261 L: qemu-devel@nongnu.org
2265 Build system architecture
2266 M: Daniel P. Berrange <berrange@redhat.com>
2268 F: docs/devel/build-system.txt
2270 Incompatible changes
2271 R: libvir-list@redhat.com
2272 F: qemu-deprecated.texi
2277 M: Daniel P. Berrange <berrange@redhat.com>
2279 F: scripts/git-submodule.sh