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 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
63 L: qemu-devel@nongnu.org
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
89 F: default-configs/s390x-softmmu.mak
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
98 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw.img
104 F: docs/system/target-s390x.rst
105 F: docs/system/s390x/
106 F: tests/migration/s390x/
107 K: ^Subject:.*(?i)s390x?
108 T: git https://github.com/cohuck/qemu.git s390-next
109 L: qemu-s390x@nongnu.org
111 Guest CPU cores (TCG)
112 ---------------------
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
121 F: accel/stubs/tcg-stub.c
122 F: scripts/decodetree.py
123 F: docs/devel/decodetree.rst
124 F: include/exec/cpu*.h
125 F: include/exec/exec-all.h
126 F: include/exec/helper*.h
127 F: include/exec/tb-hash.h
128 F: include/sysemu/cpus.h
129 F: include/sysemu/tcg.h
132 M: Aurelien Jarno <aurelien@aurel32.net>
133 M: Peter Maydell <peter.maydell@linaro.org>
134 M: Alex Bennée <alex.bennee@linaro.org>
141 M: Richard Henderson <rth@twiddle.net>
148 M: Peter Maydell <peter.maydell@linaro.org>
149 L: qemu-arm@nongnu.org
153 F: tests/tcg/aarch64/
156 F: include/hw/cpu/a*mpcore.h
160 F: docs/system/target-arm.rst
163 M: Eric Auger <eric.auger@redhat.com>
164 L: qemu-arm@nongnu.org
167 F: include/hw/arm/smmu*
170 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
178 HPPA (PA-RISC) TCG CPUs
179 M: Richard Henderson <rth@twiddle.net>
185 F: include/hw/net/lasi_82596.h
188 R: Michael Walle <michael@walle.cc>
195 F: include/hw/display/milkymist_tmu2.h
196 F: include/hw/char/lm32_juart.h
201 M: Laurent Vivier <laurent@vivier.eu>
207 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
209 F: target/microblaze/
211 F: disas/microblaze.c
214 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
215 R: Aurelien Jarno <aurelien@aurel32.net>
216 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
219 F: default-configs/*mips*
221 F: docs/system/cpu-models-mips.rst.inc
222 F: hw/intc/mips_gic.c
225 F: hw/timer/mips_gictimer.c
226 F: include/hw/intc/mips_gic.h
228 F: include/hw/misc/mips_*
229 F: include/hw/timer/mips_gictimer.h
230 F: tests/acceptance/linux_ssh_mips_malta.py
231 F: tests/acceptance/machine_mips_malta.py
233 K: ^Subject:.*(?i)mips
236 M: Anthony Green <green@moxielogic.com>
241 F: default-configs/moxie-softmmu.mak
244 M: Chris Wulff <crwulff@gmail.com>
245 M: Marek Vasut <marex@denx.de>
249 F: hw/intc/nios2_iic.c
251 F: default-configs/nios2-softmmu.mak
254 M: Stafford Horne <shorne@gmail.com>
258 F: tests/tcg/openrisc/
261 M: David Gibson <david@gibson.dropbear.id.au>
262 L: qemu-ppc@nongnu.org
270 M: Palmer Dabbelt <palmer@dabbelt.com>
271 M: Alistair Francis <Alistair.Francis@wdc.com>
272 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
273 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
274 L: qemu-riscv@nongnu.org
279 F: linux-user/host/riscv32/
280 F: linux-user/host/riscv64/
283 M: Yoshinori Sato <ysato@users.sourceforge.jp>
288 M: Richard Henderson <rth@twiddle.net>
289 M: David Hildenbrand <david@redhat.com>
295 L: qemu-s390x@nongnu.org
298 M: Aurelien Jarno <aurelien@aurel32.net>
306 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
307 M: Artyom Tarasenko <atar4qemu@gmail.com>
312 F: include/hw/sparc/sparc64.h
316 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
320 F: include/hw/unicore32/
323 M: Paolo Bonzini <pbonzini@redhat.com>
324 M: Richard Henderson <rth@twiddle.net>
325 M: Eduardo Habkost <ehabkost@redhat.com>
332 F: docs/system/cpu-models-x86.rst.inc
333 T: git https://github.com/ehabkost/qemu.git x86-next
336 M: Max Filippov <jcmvbkbc@gmail.com>
337 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
343 F: include/hw/xtensa/xtensa-isa.h
344 F: default-configs/xtensa*.mak
347 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
351 F: include/hw/tricore/
353 Multiarch Linux User Tests
354 M: Alex Bennée <alex.bennee@linaro.org>
356 F: tests/tcg/multiarch/
358 Guest CPU Cores (KVM)
359 ---------------------
361 M: Paolo Bonzini <pbonzini@redhat.com>
362 L: kvm@vger.kernel.org
366 F: accel/stubs/kvm-stub.c
368 F: include/sysemu/kvm*.h
369 F: scripts/kvm/kvm_flightrecorder
372 M: Peter Maydell <peter.maydell@linaro.org>
373 L: qemu-arm@nongnu.org
378 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
383 M: David Gibson <david@gibson.dropbear.id.au>
388 M: Halil Pasic <pasic@linux.ibm.com>
389 M: Cornelia Huck <cohuck@redhat.com>
390 M: Christian Borntraeger <borntraeger@de.ibm.com>
392 F: target/s390x/kvm.c
393 F: target/s390x/kvm_s390x.h
394 F: target/s390x/kvm-stub.c
395 F: target/s390x/ioinst.[ch]
396 F: target/s390x/machine.c
397 F: target/s390x/sigp.c
398 F: target/s390x/cpu_features*.[ch]
399 F: target/s390x/cpu_models.[ch]
401 F: include/hw/s390x/pv.h
402 F: hw/intc/s390_flic.c
403 F: hw/intc/s390_flic_kvm.c
404 F: include/hw/s390x/s390_flic.h
406 T: git https://github.com/cohuck/qemu.git s390-next
407 T: git https://github.com/borntraeger/qemu.git s390-next
408 L: qemu-s390x@nongnu.org
411 M: Paolo Bonzini <pbonzini@redhat.com>
412 M: Marcelo Tosatti <mtosatti@redhat.com>
413 L: kvm@vger.kernel.org
416 F: scripts/kvm/vmxcap
419 M: Roman Bolshakov <r.bolshakov@yadro.com>
421 F: accel/stubs/hvf-stub.c
423 F: include/sysemu/hvf.h
426 M: Sunil Muthuswamy <sunilmut@microsoft.com>
428 F: target/i386/whpx-all.c
429 F: target/i386/whp-dispatch.h
430 F: accel/stubs/whpx-stub.c
431 F: include/sysemu/whpx.h
433 Guest CPU Cores (Xen)
434 ---------------------
436 M: Stefano Stabellini <sstabellini@kernel.org>
437 M: Anthony Perard <anthony.perard@citrix.com>
438 M: Paul Durrant <paul@xen.org>
439 L: xen-devel@lists.xenproject.org
443 F: hw/char/xen_console.c
444 F: hw/display/xenfb.c
448 F: hw/block/dataplane/xen*
452 F: hw/pci-host/xen_igd_pt.c
453 F: include/hw/block/dataplane/xen*
455 F: include/sysemu/xen-mapcache.h
457 Guest CPU Cores (HAXM)
458 ---------------------
460 M: Wenchao Wang <wenchao.wang@intel.com>
461 M: Colin Xu <colin.xu@intel.com>
462 L: haxm-team@intel.com
463 W: https://github.com/intel/haxm/issues
465 F: include/sysemu/hax.h
471 M: Michael S. Tsirkin <mst@redhat.com>
472 M: Cornelia Huck <cohuck@redhat.com>
473 M: Paolo Bonzini <pbonzini@redhat.com>
476 F: scripts/update-linux-headers.sh
479 M: Paolo Bonzini <pbonzini@redhat.com>
482 F: include/sysemu/os-posix.h
484 F: include/qemu/*posix*.h
487 M: Kamil Rytarowski <kamil@netbsd.org>
489 K: ^Subject:.*(?i)NetBSD
492 M: Brad Smith <brad@comstyle.com>
494 K: ^Subject:.*(?i)OpenBSD
497 M: Stefan Weil <sw@weilnetz.de>
507 M: Richard Henderson <rth@twiddle.net>
510 F: hw/isa/smc37c669-superio.c
511 F: tests/tcg/alpha/system/
516 M: Beniamino Galvani <b.galvani@gmail.com>
517 M: Peter Maydell <peter.maydell@linaro.org>
518 L: qemu-arm@nongnu.org
521 F: include/hw/*/allwinner*
522 F: hw/arm/cubieboard.c
525 M: Niek Linnenbank <nieklinnenbank@gmail.com>
526 L: qemu-arm@nongnu.org
528 F: hw/*/allwinner-h3*
529 F: include/hw/*/allwinner-h3*
531 F: docs/system/orangepi.rst
533 ARM PrimeCell and CMSDK devices
534 M: Peter Maydell <peter.maydell@linaro.org>
535 L: qemu-arm@nongnu.org
538 F: include/hw/char/pl011.h
541 F: include/hw/dma/pl080.h
548 F: include/hw/ssi/pl022.h
550 F: include/hw/rtc/pl031.h
551 F: include/hw/arm/primecell.h
552 F: hw/timer/cmsdk-apb-timer.c
553 F: include/hw/timer/cmsdk-apb-timer.h
554 F: hw/timer/cmsdk-apb-dualtimer.c
555 F: include/hw/timer/cmsdk-apb-dualtimer.h
556 F: hw/char/cmsdk-apb-uart.c
557 F: include/hw/char/cmsdk-apb-uart.h
558 F: hw/watchdog/cmsdk-apb-watchdog.c
559 F: include/hw/watchdog/cmsdk-apb-watchdog.h
561 F: include/hw/misc/tz-ppc.h
563 F: include/hw/misc/tz-mpc.h
565 F: include/hw/misc/tz-msc.h
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
572 F: hw/intc/gic_internal.h
574 F: hw/misc/arm11scu.c
575 F: hw/misc/arm_l2x0.c
576 F: hw/timer/a9gtimer*
578 F: include/hw/arm/arm*.h
579 F: include/hw/intc/arm*
580 F: include/hw/misc/a9scu.h
581 F: include/hw/misc/arm11scu.h
582 F: include/hw/timer/a9gtimer.h
583 F: include/hw/timer/arm_mptimer.h
584 F: include/hw/timer/armv7m_systick.h
585 F: tests/qtest/test-arm-mptimer.c
588 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
589 M: Peter Maydell <peter.maydell@linaro.org>
590 L: qemu-arm@nongnu.org
593 F: include/hw/arm/exynos4210.h
596 M: Rob Herring <robh@kernel.org>
597 M: Peter Maydell <peter.maydell@linaro.org>
598 L: qemu-arm@nongnu.org
604 M: Antony Pavlov <antonynpavlov@gmail.com>
605 M: Peter Maydell <peter.maydell@linaro.org>
606 L: qemu-arm@nongnu.org
608 F: include/hw/arm/digic.h
610 F: include/hw/*/digic*
611 F: tests/acceptance/machine_arm_canona1100.py
614 M: Anup Patel <anup.patel@wdc.com>
615 M: Alistair Francis <Alistair.Francis@wdc.com>
616 L: qemu-riscv@nongnu.org
618 F: hw/rtc/goldfish_rtc.c
619 F: include/hw/rtc/goldfish_rtc.h
622 M: Peter Maydell <peter.maydell@linaro.org>
623 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
624 L: qemu-arm@nongnu.org
629 M: Peter Maydell <peter.maydell@linaro.org>
630 R: Jean-Christophe Dubois <jcd@tribudubois.net>
631 L: qemu-arm@nongnu.org
633 F: hw/arm/fsl-imx25.c
634 F: hw/arm/imx25_pdk.c
635 F: hw/misc/imx25_ccm.c
636 F: hw/watchdog/wdt_imx2.c
637 F: include/hw/arm/fsl-imx25.h
638 F: include/hw/misc/imx25_ccm.h
639 F: include/hw/watchdog/wdt_imx2.h
642 M: Peter Chubb <peter.chubb@nicta.com.au>
643 M: Peter Maydell <peter.maydell@linaro.org>
644 L: qemu-arm@nongnu.org
649 F: include/hw/*/imx_*
650 F: include/hw/*/*imx31*
653 M: Peter Maydell <peter.maydell@linaro.org>
654 L: qemu-arm@nongnu.org
656 F: hw/arm/integratorcp.c
657 F: hw/misc/arm_integrator_debug.c
658 F: include/hw/misc/arm_integrator_debug.h
659 F: tests/acceptance/machine_arm_integratorcp.py
660 F: docs/system/arm/integratorcp.rst
662 MCIMX6UL EVK / i.MX6ul
663 M: Peter Maydell <peter.maydell@linaro.org>
664 R: Jean-Christophe Dubois <jcd@tribudubois.net>
665 L: qemu-arm@nongnu.org
667 F: hw/arm/mcimx6ul-evk.c
668 F: hw/arm/fsl-imx6ul.c
669 F: hw/misc/imx6ul_ccm.c
670 F: include/hw/arm/fsl-imx6ul.h
671 F: include/hw/misc/imx6ul_ccm.h
673 MCIMX7D SABRE / i.MX7
674 M: Peter Maydell <peter.maydell@linaro.org>
675 R: Andrey Smirnov <andrew.smirnov@gmail.com>
676 L: qemu-arm@nongnu.org
678 F: hw/arm/mcimx7d-sabre.c
681 F: include/hw/arm/fsl-imx7.h
682 F: include/hw/misc/imx7_*.h
683 F: hw/pci-host/designware.c
684 F: include/hw/pci-host/designware.h
687 M: Peter Maydell <peter.maydell@linaro.org>
688 L: qemu-arm@nongnu.org
693 F: include/hw/misc/mps2-*.h
695 F: include/hw/arm/armsse.h
696 F: hw/misc/iotkit-secctl.c
697 F: include/hw/misc/iotkit-secctl.h
698 F: hw/misc/iotkit-sysctl.c
699 F: include/hw/misc/iotkit-sysctl.h
700 F: hw/misc/iotkit-sysinfo.c
701 F: include/hw/misc/iotkit-sysinfo.h
702 F: hw/misc/armsse-cpuid.c
703 F: include/hw/misc/armsse-cpuid.h
704 F: hw/misc/armsse-mhu.c
705 F: include/hw/misc/armsse-mhu.h
706 F: docs/system/arm/mps2.rst
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
713 F: docs/system/arm/musca.rst
716 M: Jan Kiszka <jan.kiszka@web.de>
717 M: Peter Maydell <peter.maydell@linaro.org>
718 L: qemu-arm@nongnu.org
721 F: docs/system/arm/musicpal.rst
724 M: Andrzej Zaborowski <balrogg@gmail.com>
725 M: Peter Maydell <peter.maydell@linaro.org>
726 L: qemu-arm@nongnu.org
729 F: hw/display/blizzard.c
731 F: hw/input/tsc2005.c
734 F: include/hw/display/blizzard.h
735 F: include/hw/input/tsc2xxx.h
736 F: include/hw/misc/cbus.h
737 F: tests/acceptance/machine_arm_n8x0.py
738 F: docs/system/arm/nseries.rst
741 M: Andrzej Zaborowski <balrogg@gmail.com>
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
746 F: hw/input/tsc210x.c
747 F: include/hw/input/tsc2xxx.h
748 F: docs/system/arm/palm.rst
751 M: Peter Maydell <peter.maydell@linaro.org>
752 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
753 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
754 L: qemu-arm@nongnu.org
757 F: hw/arm/raspi_platform.h
759 F: include/hw/arm/raspi*
760 F: include/hw/*/bcm283*
763 M: Peter Maydell <peter.maydell@linaro.org>
764 L: qemu-arm@nongnu.org
767 F: hw/cpu/realview_mpcore.c
768 F: hw/intc/realview_gic.c
769 F: include/hw/intc/realview_gic.h
770 F: docs/system/arm/realview.rst
773 M: Andrzej Zaborowski <balrogg@gmail.com>
774 M: Peter Maydell <peter.maydell@linaro.org>
775 L: qemu-arm@nongnu.org
777 F: hw/arm/mainstone.c
782 F: hw/display/tc6393xb.c
785 F: hw/misc/mst_fpga.c
787 F: include/hw/arm/pxa.h
788 F: include/hw/arm/sharpsl.h
789 F: include/hw/display/tc6393xb.h
790 F: docs/system/arm/xscale.rst
793 M: Peter Maydell <peter.maydell@linaro.org>
794 R: Jean-Christophe Dubois <jcd@tribudubois.net>
795 L: qemu-arm@nongnu.org
797 F: hw/arm/sabrelite.c
801 F: hw/usb/imx-usb-phy.c
802 F: include/hw/usb/imx-usb-phy.h
803 F: include/hw/arm/fsl-imx6.h
804 F: include/hw/misc/imx6_*.h
805 F: include/hw/ssi/imx_spi.h
808 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
809 M: Peter Maydell <peter.maydell@linaro.org>
810 R: Leif Lindholm <leif@nuviainc.com>
811 L: qemu-arm@nongnu.org
815 Sharp SL-5500 (Collie) PDA
816 M: Peter Maydell <peter.maydell@linaro.org>
817 L: qemu-arm@nongnu.org
823 M: Peter Maydell <peter.maydell@linaro.org>
824 L: qemu-arm@nongnu.org
827 F: include/hw/input/gamepad.h
828 F: docs/system/arm/stellaris.rst
831 M: Peter Maydell <peter.maydell@linaro.org>
832 L: qemu-arm@nongnu.org
835 F: docs/system/arm/vexpress.rst
838 M: Peter Maydell <peter.maydell@linaro.org>
839 L: qemu-arm@nongnu.org
842 F: hw/misc/arm_sysctl.c
843 F: docs/system/arm/versatile.rst
846 M: Peter Maydell <peter.maydell@linaro.org>
847 L: qemu-arm@nongnu.org
850 F: include/hw/arm/virt.h
853 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
854 M: Alistair Francis <alistair@alistair23.me>
855 M: Peter Maydell <peter.maydell@linaro.org>
856 L: qemu-arm@nongnu.org
861 F: include/hw/misc/zynq*
865 M: Alistair Francis <alistair@alistair23.me>
866 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
867 M: Peter Maydell <peter.maydell@linaro.org>
868 L: qemu-arm@nongnu.org
871 F: include/hw/*/xlnx*.h
872 F: include/hw/ssi/xilinx_spips.h
874 F: include/hw/display/dpcd.h
877 M: Shannon Zhao <shannon.zhaosl@gmail.com>
878 L: qemu-arm@nongnu.org
880 F: hw/arm/virt-acpi-build.c
883 M: Alistair Francis <alistair@alistair23.me>
884 M: Peter Maydell <peter.maydell@linaro.org>
885 L: qemu-arm@nongnu.org
887 F: hw/arm/stm32f205_soc.c
888 F: hw/misc/stm32f2xx_syscfg.c
889 F: hw/char/stm32f2xx_usart.c
890 F: hw/timer/stm32f2xx_timer.c
892 F: hw/ssi/stm32f2xx_spi.c
893 F: include/hw/*/stm32*.h
896 M: Alistair Francis <alistair@alistair23.me>
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
900 F: hw/arm/stm32f405_soc.c
901 F: hw/misc/stm32f4xx_syscfg.c
902 F: hw/misc/stm32f4xx_exti.c
905 M: Alistair Francis <alistair@alistair23.me>
906 M: Peter Maydell <peter.maydell@linaro.org>
907 L: qemu-arm@nongnu.org
909 F: hw/arm/netduino2.c
912 M: Alistair Francis <alistair@alistair23.me>
913 M: Peter Maydell <peter.maydell@linaro.org>
914 L: qemu-arm@nongnu.org
916 F: hw/arm/netduinoplus2.c
919 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
920 M: Peter Maydell <peter.maydell@linaro.org>
921 L: qemu-arm@nongnu.org
924 F: hw/misc/msf2-sysreg.c
925 F: hw/timer/mss-timer.c
927 F: include/hw/arm/msf2-soc.h
928 F: include/hw/misc/msf2-sysreg.h
929 F: include/hw/timer/mss-timer.h
930 F: include/hw/ssi/mss-spi.h
931 F: hw/net/msf2-emac.c
932 F: include/hw/net/msf2-emac.h
935 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
936 M: Peter Maydell <peter.maydell@linaro.org>
937 L: qemu-arm@nongnu.org
942 M: Cédric Le Goater <clg@kaod.org>
943 M: Peter Maydell <peter.maydell@linaro.org>
944 R: Andrew Jeffery <andrew@aj.id.au>
945 R: Joel Stanley <joel@jms.id.au>
946 L: qemu-arm@nongnu.org
950 F: include/hw/*/*aspeed*
951 F: include/hw/misc/pca9552*.h
952 F: hw/net/ftgmac100.c
953 F: include/hw/net/ftgmac100.h
956 M: Joel Stanley <joel@jms.id.au>
957 M: Peter Maydell <peter.maydell@linaro.org>
958 L: qemu-arm@nongnu.org
962 F: include/hw/*/nrf51*.h
963 F: include/hw/*/microbit*.h
964 F: tests/qtest/microbit-test.c
969 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
971 F: hw/cris/axis_dev88.c
977 M: Richard Henderson <rth@twiddle.net>
978 R: Helge Deller <deller@gmx.de>
980 F: default-configs/hppa-softmmu.mak
982 F: pc-bios/hppa-firmware.img
986 EVR32 and uclinux BSP
987 R: Michael Walle <michael@walle.cc>
989 F: hw/lm32/lm32_boards.c
992 R: Michael Walle <michael@walle.cc>
994 F: hw/lm32/milkymist.c
999 M: Thomas Huth <huth@tuxfamily.org>
1002 F: hw/m68k/mcf5206.c
1005 M: Thomas Huth <huth@tuxfamily.org>
1007 F: hw/m68k/mcf5208.c
1008 F: hw/m68k/mcf_intc.c
1009 F: hw/char/mcf_uart.c
1011 F: include/hw/m68k/mcf*.h
1014 M: Thomas Huth <huth@tuxfamily.org>
1017 F: hw/display/next-fb.c
1018 F: include/hw/m68k/next-cube.h
1021 M: Laurent Vivier <laurent@vivier.eu>
1024 F: hw/misc/mac_via.c
1026 F: hw/display/macfb.c
1028 F: hw/m68k/bootinfo.h
1029 F: include/hw/misc/mac_via.h
1030 F: include/hw/nubus/*
1031 F: include/hw/display/macfb.h
1032 F: include/hw/block/swim.h
1036 petalogix_s3adsp1800
1037 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1039 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1040 F: include/hw/char/xilinx_uartlite.h
1043 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1045 F: hw/microblaze/petalogix_ml605_mmu.c
1050 M: Hervé Poussineau <hpoussin@reactos.org>
1051 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1054 F: hw/display/jazz_led.c
1058 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1059 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1060 R: Aurelien Jarno <aurelien@aurel32.net>
1065 F: hw/mips/gt64xxx_pci.c
1066 F: include/hw/southbridge/piix.h
1067 F: tests/acceptance/linux_ssh_mips_malta.py
1068 F: tests/acceptance/machine_mips_malta.py
1071 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1072 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1074 F: hw/mips/mipssim.c
1078 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1079 R: Aurelien Jarno <aurelien@aurel32.net>
1080 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1085 M: Huacai Chen <chenhc@lemote.com>
1086 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1087 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1088 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1090 F: hw/mips/fuloong2e.c
1091 F: hw/isa/vt82c686.c
1092 F: hw/pci-host/bonito.c
1093 F: include/hw/isa/vt82c686.h
1096 M: Paul Burton <pburton@wavecomp.com>
1097 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1099 F: hw/core/loader-fit.c
1101 F: hw/pci-host/xilinx-pcie.c
1102 F: include/hw/pci-host/xilinx-pcie.h
1107 M: Jia Liu <proljc@gmail.com>
1109 F: hw/openrisc/openrisc_sim.c
1114 M: David Gibson <david@gibson.dropbear.id.au>
1115 L: qemu-ppc@nongnu.org
1117 F: hw/ppc/ppc405_boards.c
1120 M: David Gibson <david@gibson.dropbear.id.au>
1121 L: qemu-ppc@nongnu.org
1123 F: hw/ppc/ppc440_bamboo.c
1126 M: David Gibson <david@gibson.dropbear.id.au>
1127 L: qemu-ppc@nongnu.org
1130 F: hw/gpio/mpc8xxx.c
1132 F: hw/net/fsl_etsec/
1133 F: hw/pci-host/ppce500.c
1134 F: include/hw/ppc/ppc_e500.h
1135 F: include/hw/pci-host/ppce500.h
1136 F: pc-bios/u-boot.e500
1139 M: David Gibson <david@gibson.dropbear.id.au>
1140 L: qemu-ppc@nongnu.org
1142 F: hw/ppc/mpc8544ds.c
1143 F: hw/ppc/mpc8544_guts.c
1146 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1147 R: David Gibson <david@gibson.dropbear.id.au>
1148 L: qemu-ppc@nongnu.org
1150 F: hw/ppc/mac_newworld.c
1151 F: hw/pci-host/uninorth.c
1152 F: hw/pci-bridge/dec.[hc]
1154 F: hw/misc/mos6522.c
1155 F: hw/nvram/mac_nvram.c
1157 F: include/hw/misc/macio/
1158 F: include/hw/misc/mos6522.h
1159 F: include/hw/ppc/mac_dbdma.h
1160 F: include/hw/pci-host/uninorth.h
1161 F: include/hw/input/adb*
1162 F: pc-bios/qemu_vga.ndrv
1165 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1166 R: David Gibson <david@gibson.dropbear.id.au>
1167 L: qemu-ppc@nongnu.org
1169 F: hw/ppc/mac_oldworld.c
1170 F: hw/pci-host/grackle.c
1172 F: hw/intc/heathrow_pic.c
1174 F: include/hw/intc/heathrow_pic.h
1175 F: include/hw/input/adb*
1176 F: pc-bios/qemu_vga.ndrv
1179 M: Hervé Poussineau <hpoussin@reactos.org>
1180 L: qemu-ppc@nongnu.org
1183 F: hw/ppc/prep_systemio.c
1184 F: hw/ppc/rs6000_mc.c
1185 F: hw/pci-host/prep.[hc]
1189 F: hw/rtc/m48t59-isa.c
1190 F: include/hw/isa/pc87312.h
1191 F: include/hw/rtc/m48t59.h
1192 F: tests/acceptance/ppc_prep_40p.py
1195 M: David Gibson <david@gibson.dropbear.id.au>
1196 L: qemu-ppc@nongnu.org
1199 F: include/hw/*/spapr*
1201 F: include/hw/*/xics*
1203 F: docs/specs/ppc-spapr-hcalls.txt
1204 F: docs/specs/ppc-spapr-hotplug.txt
1205 F: tests/qtest/spapr*
1206 F: tests/qtest/libqos/*spapr*
1207 F: tests/qtest/rtas*
1208 F: tests/qtest/libqos/rtas*
1210 PowerNV (Non-Virtualized)
1211 M: Cédric Le Goater <clg@kaod.org>
1212 M: David Gibson <david@gibson.dropbear.id.au>
1213 L: qemu-ppc@nongnu.org
1217 F: hw/intc/xics_pnv.c
1218 F: include/hw/ppc/pnv*
1219 F: pc-bios/skiboot.lid
1223 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1224 L: qemu-ppc@nongnu.org
1226 F: hw/ppc/virtex_ml507.c
1229 M: BALATON Zoltan <balaton@eik.bme.hu>
1230 L: qemu-ppc@nongnu.org
1232 F: hw/ppc/sam460ex.c
1233 F: hw/ppc/ppc440_pcix.c
1234 F: hw/display/sm501*
1237 F: pc-bios/canyonlands.dt[sb]
1238 F: pc-bios/u-boot-sam460ex-20100605.bin
1239 F: roms/u-boot-sam460ex
1244 M: Magnus Damm <magnus.damm@gmail.com>
1247 F: hw/intc/sh_intc.c
1248 F: hw/timer/sh_timer.c
1251 M: Magnus Damm <magnus.damm@gmail.com>
1258 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1261 F: hw/sparc/sun4m_iommu.c
1264 F: hw/dma/sparc32_dma.c
1265 F: hw/misc/eccmemctl.c
1267 F: include/hw/nvram/sun_nvram.h
1268 F: include/hw/sparc/sparc32_dma.h
1269 F: include/hw/sparc/sun4m_iommu.h
1270 F: pc-bios/openbios-sparc32
1273 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1275 F: hw/sparc64/sun4u.c
1276 F: hw/sparc64/sun4u_iommu.c
1277 F: include/hw/sparc/sun4u_iommu.h
1278 F: hw/pci-host/sabre.c
1279 F: include/hw/pci-host/sabre.h
1280 F: hw/pci-bridge/simba.c
1281 F: include/hw/pci-bridge/simba.h
1282 F: pc-bios/openbios-sparc64
1285 M: Artyom Tarasenko <atar4qemu@gmail.com>
1287 F: hw/sparc64/niagara.c
1288 F: hw/rtc/sun4v-rtc.c
1289 F: include/hw/rtc/sun4v-rtc.h
1292 M: Fabien Chouteau <chouteau@adacore.com>
1293 M: KONRAD Frederic <frederic.konrad@adacore.com>
1297 F: include/hw/*/grlib*
1298 F: tests/acceptance/machine_sparc_leon3.py
1303 M: Cornelia Huck <cohuck@redhat.com>
1304 M: Halil Pasic <pasic@linux.ibm.com>
1305 M: Christian Borntraeger <borntraeger@de.ibm.com>
1307 F: hw/char/sclp*.[hc]
1308 F: hw/char/terminal3270.c
1310 F: include/hw/s390x/
1311 F: hw/watchdog/wdt_diag288.c
1312 F: include/hw/watchdog/wdt_diag288.h
1313 F: default-configs/s390x-softmmu.mak
1314 T: git https://github.com/cohuck/qemu.git s390-next
1315 T: git https://github.com/borntraeger/qemu.git s390-next
1316 L: qemu-s390x@nongnu.org
1319 M: Christian Borntraeger <borntraeger@de.ibm.com>
1320 M: Thomas Huth <thuth@redhat.com>
1323 F: pc-bios/s390-ccw/
1324 F: pc-bios/s390-ccw.img
1325 F: docs/devel/s390-dasd-ipl.rst
1326 T: git https://github.com/borntraeger/qemu.git s390-next
1327 L: qemu-s390x@nongnu.org
1330 M: Matthew Rosato <mjrosato@linux.ibm.com>
1332 F: hw/s390x/s390-pci*
1333 L: qemu-s390x@nongnu.org
1337 PKUnity-3 SoC initramfs-with-busybox
1338 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1346 M: Michael S. Tsirkin <mst@redhat.com>
1347 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1351 F: hw/pci-host/i440fx.c
1352 F: hw/pci-host/q35.c
1353 F: hw/pci-host/pam.c
1354 F: include/hw/pci-host/i440fx.h
1355 F: include/hw/pci-host/q35.h
1356 F: include/hw/pci-host/pam.h
1358 F: hw/isa/lpc_ich9.c
1359 F: hw/i2c/smbus_ich9.c
1362 F: include/hw/acpi/ich9.h
1363 F: include/hw/southbridge/piix.h
1366 F: include/hw/isa/apm.h
1367 F: tests/test-x86-cpuid.c
1368 F: tests/qtest/test-x86-cpuid-compat.c
1371 M: Michael S. Tsirkin <mst@redhat.com>
1372 M: Paolo Bonzini <pbonzini@redhat.com>
1374 F: hw/char/debugcon.c
1375 F: hw/char/parallel*
1378 F: hw/i2c/pm_smbus.c
1383 F: hw/isa/isa-superio.c
1384 F: hw/misc/debugexit.c
1385 F: hw/misc/pc-testdev.c
1388 F: hw/rtc/mc146818rtc*
1389 F: hw/watchdog/wdt_ib700.c
1390 F: hw/watchdog/wdt_i6300esb.c
1391 F: include/hw/display/vga.h
1392 F: include/hw/char/parallel.h
1393 F: include/hw/dma/i8257.h
1394 F: include/hw/i2c/pm_smbus.h
1395 F: include/hw/input/i8042.h
1396 F: include/hw/isa/i8259_internal.h
1397 F: include/hw/isa/superio.h
1398 F: include/hw/timer/hpet.h
1399 F: include/hw/timer/i8254*
1400 F: include/hw/rtc/mc146818rtc*
1403 M: Sergio Lopez <slp@redhat.com>
1404 M: Paolo Bonzini <pbonzini@redhat.com>
1407 F: hw/i386/microvm.c
1408 F: include/hw/i386/microvm.h
1409 F: pc-bios/bios-microvm.bin
1412 M: Eduardo Habkost <ehabkost@redhat.com>
1413 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1416 F: hw/core/machine-qmp-cmds.c
1417 F: hw/core/machine.c
1418 F: hw/core/null-machine.c
1421 F: qapi/machine.json
1422 F: qapi/machine-target.json
1423 F: include/hw/boards.h
1424 F: include/hw/core/cpu.h
1425 F: include/hw/cpu/cluster.h
1426 F: include/sysemu/numa.h
1427 T: git https://github.com/ehabkost/qemu.git machine-next
1432 M: Max Filippov <jcmvbkbc@gmail.com>
1437 M: Max Filippov <jcmvbkbc@gmail.com>
1441 XTFPGA (LX60, LX200, ML605, KC705)
1442 M: Max Filippov <jcmvbkbc@gmail.com>
1444 F: hw/xtensa/xtfpga.c
1445 F: hw/net/opencores_eth.c
1450 M: Jiri Slaby <jslaby@suse.cz>
1455 M: John Snow <jsnow@redhat.com>
1456 L: qemu-block@nongnu.org
1463 F: hw/block/hd-geometry.c
1464 F: tests/qtest/ide-test.c
1465 F: tests/qtest/ahci-test.c
1466 F: tests/qtest/cdrom-test.c
1467 F: tests/qtest/libqos/ahci*
1468 T: git https://github.com/jnsnow/qemu.git ide
1471 M: Corey Minyard <minyard@acm.org>
1473 F: include/hw/ipmi/*
1475 F: hw/smbios/smbios_type_38.c
1476 F: tests/qtest/ipmi*
1477 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1480 M: John Snow <jsnow@redhat.com>
1481 L: qemu-block@nongnu.org
1484 F: include/hw/block/fdc.h
1485 F: tests/qtest/fdc-test.c
1486 T: git https://github.com/jnsnow/qemu.git ide
1489 M: Peter Maydell <peter.maydell@linaro.org>
1490 L: qemu-arm@nongnu.org
1493 F: include/hw/arm/omap.h
1496 M: Alberto Garcia <berto@igalia.com>
1498 F: hw/char/ipoctal232.c
1502 M: Michael S. Tsirkin <mst@redhat.com>
1503 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1506 F: hw/misc/pci-testdev.c
1511 F: default-configs/pci.mak
1514 M: Michael S. Tsirkin <mst@redhat.com>
1515 M: Igor Mammedov <imammedo@redhat.com>
1517 F: include/hw/acpi/*
1518 F: include/hw/firmware/smbios.h
1522 F: hw/i386/acpi-build.[hc]
1523 F: hw/arm/virt-acpi-build.c
1524 F: tests/qtest/bios-tables-test.c
1525 F: tests/qtest/acpi-utils.[hc]
1529 R: Dongjiu Geng <gengdongjiu@huawei.com>
1530 R: Xiang Zheng <zhengxiang9@huawei.com>
1531 L: qemu-arm@nongnu.org
1534 F: include/hw/acpi/ghes.h
1535 F: docs/specs/acpi_hest_ghes.rst
1538 M: David Gibson <david@gibson.dropbear.id.au>
1539 L: qemu-ppc@nongnu.org
1542 F: hw/i2c/ppc4xx_i2c.c
1543 F: include/hw/ppc/ppc4xx.h
1544 F: include/hw/i2c/ppc4xx_i2c.h
1547 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1548 R: Paolo Bonzini <pbonzini@redhat.com>
1553 M: Jason Wang <jasowang@redhat.com>
1557 F: tests/qtest/virtio-net-test.c
1558 F: docs/virtio-net-failover.rst
1559 T: git https://github.com/jasowang/qemu.git net
1561 Parallel NOR Flash devices
1562 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1563 T: git https://gitlab.com/philmd/qemu.git pflash-next
1565 F: hw/block/pflash_cfi*.c
1566 F: include/hw/block/flash.h
1569 M: Paolo Bonzini <pbonzini@redhat.com>
1570 R: Fam Zheng <fam@euphon.net>
1572 F: include/hw/scsi/*
1574 F: tests/qtest/virtio-scsi-test.c
1575 T: git https://github.com/bonzini/qemu.git scsi-next
1578 M: Alistair Francis <alistair@alistair23.me>
1581 F: hw/block/m25p80.c
1582 F: include/hw/ssi/ssi.h
1584 F: tests/qtest/m25p80-test.c
1587 M: Alistair Francis <alistair@alistair23.me>
1592 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1594 F: include/hw/sd/sd*
1601 M: Gerd Hoffmann <kraxel@redhat.com>
1604 F: tests/qtest/usb-*-test.c
1606 F: docs/usb-storage.txt
1609 F: default-configs/usb.mak
1611 USB (serial adapter)
1612 M: Gerd Hoffmann <kraxel@redhat.com>
1613 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1615 F: hw/usb/dev-serial.c
1618 M: Alex Williamson <alex.williamson@redhat.com>
1624 M: Cornelia Huck <cohuck@redhat.com>
1625 M: Eric Farman <farman@linux.ibm.com>
1628 F: hw/s390x/s390-ccw.c
1629 F: include/hw/s390x/s390-ccw.h
1630 F: include/hw/s390x/vfio-ccw.h
1631 T: git https://github.com/cohuck/qemu.git s390-next
1632 L: qemu-s390x@nongnu.org
1635 M: Christian Borntraeger <borntraeger@de.ibm.com>
1636 M: Tony Krowiak <akrowiak@linux.ibm.com>
1637 M: Halil Pasic <pasic@linux.ibm.com>
1638 M: Pierre Morel <pmorel@linux.ibm.com>
1640 F: hw/s390x/ap-device.c
1641 F: hw/s390x/ap-bridge.c
1642 F: include/hw/s390x/ap-device.h
1643 F: include/hw/s390x/ap-bridge.h
1645 F: docs/system/s390x/vfio-ap.rst
1646 L: qemu-s390x@nongnu.org
1649 M: Michael S. Tsirkin <mst@redhat.com>
1652 F: docs/interop/vhost-user.json
1653 F: docs/interop/vhost-user.rst
1654 F: contrib/vhost-user-*/
1655 F: backends/vhost-user.c
1656 F: include/sysemu/vhost-user-backend.h
1659 M: Michael S. Tsirkin <mst@redhat.com>
1662 F: hw/virtio/Makefile.objs
1663 F: hw/virtio/trace-events
1665 F: include/hw/virtio/
1668 M: Michael S. Tsirkin <mst@redhat.com>
1669 M: David Hildenbrand <david@redhat.com>
1671 F: hw/virtio/virtio-balloon*.c
1672 F: include/hw/virtio/virtio-balloon.h
1674 F: include/sysemu/balloon.h
1677 M: Greg Kurz <groug@kaod.org>
1678 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1683 F: docs/interop/virtfs-proxy-helper.rst
1684 F: tests/qtest/virtio-9p-test.c
1685 T: git https://github.com/gkurz/qemu.git 9p-next
1688 M: Stefan Hajnoczi <stefanha@redhat.com>
1689 L: qemu-block@nongnu.org
1691 F: hw/block/virtio-blk.c
1692 F: hw/block/dataplane/*
1693 F: tests/qtest/virtio-blk-test.c
1694 T: git https://github.com/stefanha/qemu.git block
1697 M: Cornelia Huck <cohuck@redhat.com>
1698 M: Halil Pasic <pasic@linux.ibm.com>
1700 F: hw/s390x/virtio-ccw*.[hc]
1701 F: hw/s390x/vhost-vsock-ccw.c
1702 T: git https://github.com/cohuck/qemu.git s390-next
1703 T: git https://github.com/borntraeger/qemu.git s390-next
1704 L: qemu-s390x@nongnu.org
1707 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1708 M: Stefan Hajnoczi <stefanha@redhat.com>
1710 F: tools/virtiofsd/*
1711 F: hw/virtio/vhost-user-fs*
1712 F: include/hw/virtio/vhost-user-fs.h
1713 F: docs/interop/virtiofsd.rst
1716 M: Gerd Hoffmann <kraxel@redhat.com>
1718 F: hw/input/vhost-user-input.c
1719 F: hw/input/virtio-input*.c
1720 F: include/hw/virtio/virtio-input.h
1721 F: contrib/vhost-user-input/*
1724 M: Eric Auger <eric.auger@redhat.com>
1726 F: hw/virtio/virtio-iommu*.c
1727 F: include/hw/virtio/virtio-iommu.h
1730 M: Laurent Vivier <lvivier@redhat.com>
1731 R: Amit Shah <amit@kernel.org>
1733 F: hw/char/virtio-serial-bus.c
1734 F: hw/char/virtio-console.c
1735 F: include/hw/virtio/virtio-serial.h
1736 F: tests/qtest/virtio-serial-test.c
1739 M: Laurent Vivier <lvivier@redhat.com>
1740 R: Amit Shah <amit@kernel.org>
1742 F: hw/virtio/virtio-rng.c
1743 F: include/hw/virtio/virtio-rng.h
1744 F: include/sysemu/rng*.h
1746 F: tests/qtest/virtio-rng-test.c
1749 M: Gonglei <arei.gonglei@huawei.com>
1751 F: hw/virtio/virtio-crypto.c
1752 F: hw/virtio/virtio-crypto-pci.c
1753 F: include/hw/virtio/virtio-crypto.h
1756 M: Keith Busch <kbusch@kernel.org>
1757 L: qemu-block@nongnu.org
1760 F: tests/qtest/nvme-test.c
1763 M: Hannes Reinecke <hare@suse.com>
1764 L: qemu-block@nongnu.org
1766 F: hw/scsi/megasas.c
1768 F: tests/qtest/megasas-test.c
1770 Network packet abstractions
1771 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1773 F: include/net/eth.h
1775 F: hw/net/net_rx_pkt*
1776 F: hw/net/net_tx_pkt*
1779 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1782 F: hw/scsi/vmw_pvscsi*
1783 F: tests/qtest/vmxnet3-test.c
1786 M: Jiri Pirko <jiri@resnulli.us>
1790 F: docs/specs/rocker.txt
1793 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1797 F: include/hw/mem/nvdimm.h
1801 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1806 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1811 M: Stefan Weil <sw@weilnetz.de>
1813 F: hw/net/eepro100.c
1816 M: Sven Schnelle <svens@stackframe.org>
1822 M: Alistair Francis <alistair@alistair23.me>
1824 F: hw/core/generic-loader.c
1825 F: include/hw/core/generic-loader.h
1826 F: docs/generic-loader.txt
1828 Intel Hexadecimal Object File Loader
1829 M: Su Hang <suhang16@mails.ucas.ac.cn>
1831 F: tests/qtest/hexloader-test.c
1832 F: tests/data/hex-loader/test.hex
1835 M: Thomas Huth <thuth@redhat.com>
1837 F: hw/nvram/chrp_nvram.c
1838 F: include/hw/nvram/chrp_nvram.h
1839 F: tests/qtest/prom-env-test.c
1842 M: Ben Warren <ben@skyportsystems.com>
1844 F: hw/acpi/vmgenid.c
1845 F: include/hw/acpi/vmgenid.h
1846 F: docs/specs/vmgenid.txt
1847 F: tests/qtest/vmgenid-test.c
1850 Unimplemented device
1851 M: Peter Maydell <peter.maydell@linaro.org>
1852 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1854 F: include/hw/misc/unimp.h
1858 M: Gerd Hoffmann <kraxel@redhat.com>
1861 F: hw/display/bochs-display.c
1862 F: include/hw/display/vga.h
1863 F: include/hw/display/bochs-vbe.h
1866 M: Gerd Hoffmann <kraxel@redhat.com>
1868 F: hw/display/ramfb*.c
1869 F: include/hw/display/ramfb.h
1872 M: Gerd Hoffmann <kraxel@redhat.com>
1874 F: hw/display/virtio-gpu*
1875 F: hw/display/virtio-vga.*
1876 F: include/hw/virtio/virtio-gpu.h
1879 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1881 F: contrib/vhost-user-blk/
1882 F: contrib/vhost-user-scsi/
1883 F: hw/block/vhost-user-blk.c
1884 F: hw/scsi/vhost-user-scsi.c
1885 F: hw/virtio/vhost-user-blk-pci.c
1886 F: hw/virtio/vhost-user-scsi-pci.c
1887 F: include/hw/virtio/vhost-user-blk.h
1888 F: include/hw/virtio/vhost-user-scsi.h
1891 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1892 M: Gerd Hoffmann <kraxel@redhat.com>
1894 F: docs/interop/vhost-user-gpu.rst
1895 F: contrib/vhost-user-gpu
1896 F: hw/display/vhost-user-*
1899 M: Gerd Hoffmann <kraxel@redhat.com>
1901 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1902 F: hw/display/cirrus*
1905 M: Gerd Hoffmann <kraxel@redhat.com>
1908 F: include/hw/display/edid.h
1911 PIIX4 South Bridge (i82371AB)
1912 M: Hervé Poussineau <hpoussin@reactos.org>
1913 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1916 F: include/hw/southbridge/piix.h
1918 Firmware configuration (fw_cfg)
1919 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1920 R: Laszlo Ersek <lersek@redhat.com>
1921 R: Gerd Hoffmann <kraxel@redhat.com>
1923 F: docs/specs/fw_cfg.txt
1924 F: hw/nvram/fw_cfg.c
1926 F: include/hw/nvram/fw_cfg.h
1927 F: include/standard-headers/linux/qemu_fw_cfg.h
1928 F: tests/qtest/libqos/fw_cfg.c
1929 F: tests/qtest/fw_cfg-test.c
1930 T: git https://github.com/philmd/qemu.git fw_cfg-next
1933 M: David Gibson <david@gibson.dropbear.id.au>
1934 M: Cédric Le Goater <clg@kaod.org>
1935 L: qemu-ppc@nongnu.org
1938 F: include/hw/*/*xive*
1944 M: Gerd Hoffmann <kraxel@redhat.com>
1948 F: include/hw/audio/
1949 F: tests/qtest/ac97-test.c
1950 F: tests/qtest/es1370-test.c
1951 F: tests/qtest/intel-hda-test.c
1954 M: Kevin Wolf <kwolf@redhat.com>
1955 M: Max Reitz <mreitz@redhat.com>
1956 L: qemu-block@nongnu.org
1963 F: docs/interop/qemu-img.rst
1965 F: tests/qemu-iotests/
1966 F: util/qemu-progress.c
1967 F: qobject/block-qdict.c
1968 F: tests/check-block-qdict.c
1969 T: git https://repo.or.cz/qemu/kevin.git block
1972 M: Stefan Hajnoczi <stefanha@redhat.com>
1973 M: Fam Zheng <fam@euphon.net>
1974 L: qemu-block@nongnu.org
1982 F: include/block/aio.h
1983 F: include/block/aio-wait.h
1984 F: scripts/qemugdb/aio.py
1985 T: git https://github.com/stefanha/qemu.git block
1987 Block SCSI subsystem
1988 M: Paolo Bonzini <pbonzini@redhat.com>
1989 R: Fam Zheng <fam@euphon.net>
1990 L: qemu-block@nongnu.org
1996 M: John Snow <jsnow@redhat.com>
1997 L: qemu-block@nongnu.org
2000 F: include/block/blockjob.h
2003 F: include/qemu/job.h
2009 T: git https://github.com/jnsnow/qemu.git jobs
2011 Block QAPI, monitor, command line
2012 M: Markus Armbruster <armbru@redhat.com>
2015 F: blockdev-hmp-cmds.c
2018 F: qapi/transaction.json
2019 T: git https://repo.or.cz/qemu/armbru.git block-next
2022 M: Eric Blake <eblake@redhat.com>
2023 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2024 R: John Snow <jsnow@redhat.com>
2025 L: qemu-block@nongnu.org
2027 F: include/qemu/hbitmap.h
2028 F: include/block/dirty-bitmap.h
2029 F: block/monitor/bitmap-qmp-cmds.c
2030 F: block/dirty-bitmap.c
2031 F: block/qcow2-bitmap.c
2032 F: migration/block-dirty-bitmap.c
2034 F: tests/test-hbitmap.c
2035 F: docs/interop/bitmaps.rst
2036 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2038 Character device backends
2039 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2040 R: Paolo Bonzini <pbonzini@redhat.com>
2046 Character Devices (Braille)
2047 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2051 Command line option argument parsing
2052 M: Markus Armbruster <armbru@redhat.com>
2054 F: include/qemu/option.h
2055 F: tests/test-keyval.c
2056 F: tests/test-qemu-opts.c
2058 F: util/qemu-option.c
2061 M: Markus Armbruster <armbru@redhat.com>
2063 F: scripts/coverity-model.c
2065 Coverity Scan integration
2066 M: Peter Maydell <peter.maydell@linaro.org>
2068 F: scripts/coverity-scan/
2071 M: Alistair Francis <alistair.francis@wdc.com>
2072 R: David Gibson <david@gibson.dropbear.id.au>
2075 F: include/sysemu/device_tree.h
2079 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2081 F: hw/misc/vmcoreinfo.c
2082 F: include/hw/misc/vmcoreinfo.h
2083 F: include/qemu/win_dump_defs
2084 F: include/sysemu/dump-arch.h
2085 F: include/sysemu/dump.h
2087 F: scripts/dump-guest-memory.py
2091 M: Markus Armbruster <armbru@redhat.com>
2093 F: include/qapi/error.h
2094 F: include/qemu/error-report.h
2097 F: util/qemu-error.c
2098 F: scripts/coccinelle/err-bad-newline.cocci
2099 F: scripts/coccinelle/error-use-after-free.cocci
2100 F: scripts/coccinelle/error_propagate_null.cocci
2101 F: scripts/coccinelle/remove_local_err.cocci
2102 F: scripts/coccinelle/use-error_fatal.cocci
2105 M: Alex Bennée <alex.bennee@linaro.org>
2106 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2112 M: Paolo Bonzini <pbonzini@redhat.com>
2114 F: include/exec/ioport.h
2116 F: include/exec/memop.h
2117 F: include/exec/memory.h
2118 F: include/exec/ram_addr.h
2119 F: include/exec/ramblock.h
2121 F: include/exec/memory-internal.h
2123 F: scripts/coccinelle/memory-region-housekeeping.cocci
2126 M: Gerd Hoffmann <kraxel@redhat.com>
2128 F: include/ui/qemu-spice.h
2129 F: include/ui/spice-display.h
2131 F: audio/spiceaudio.c
2134 F: docs/spice-port-fqdn.txt
2137 M: Gerd Hoffmann <kraxel@redhat.com>
2145 M: Peter Maydell <peter.maydell@linaro.org>
2150 M: Paolo Bonzini <pbonzini@redhat.com>
2153 F: include/qemu/main-loop.h
2154 F: include/sysemu/runstate.h
2156 F: util/qemu-timer.c
2159 F: qapi/run-state.json
2162 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2164 F: monitor/monitor-internal.h
2166 F: monitor/monitor.c
2170 F: include/monitor/hmp-target.h
2171 F: tests/qtest/test-hmp.c
2172 F: include/qemu/qemu-print.h
2173 F: util/qemu-print.c
2175 Network device backends
2176 M: Jason Wang <jasowang@redhat.com>
2180 F: qemu-bridge-helper.c
2181 T: git https://github.com/jasowang/qemu.git net
2184 Netmap network backend
2185 M: Luigi Rizzo <rizzo@iet.unipi.it>
2186 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2187 M: Vincenzo Maffione <v.maffione@gmail.com>
2188 W: http://info.iet.unipi.it/~luigi/netmap/
2192 Host Memory Backends
2193 M: Eduardo Habkost <ehabkost@redhat.com>
2194 M: Igor Mammedov <imammedo@redhat.com>
2196 F: backends/hostmem*.c
2197 F: include/sysemu/hostmem.h
2198 T: git https://github.com/ehabkost/qemu.git machine-next
2201 M: Gonglei <arei.gonglei@huawei.com>
2203 F: include/sysemu/cryptodev*.h
2204 F: backends/cryptodev*.c
2207 M: Eduardo Habkost <ehabkost@redhat.com>
2208 M: Cleber Rosa <crosa@redhat.com>
2215 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2217 F: scripts/simplebench/
2220 M: Markus Armbruster <armbru@redhat.com>
2221 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2226 X: include/qapi/qmp/
2227 F: include/qapi/qmp/dispatch.h
2228 F: tests/qapi-schema/
2229 F: tests/test-*-visitor.c
2230 F: tests/test-qapi-*.c
2231 F: tests/test-qmp-*.c
2232 F: tests/test-visitor-serialization.c
2233 F: scripts/qapi-gen.py
2236 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2239 M: Eric Blake <eblake@redhat.com>
2240 M: Markus Armbruster <armbru@redhat.com>
2243 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2246 M: Markus Armbruster <armbru@redhat.com>
2249 F: include/qapi/qmp/
2250 X: include/qapi/qmp/dispatch.h
2251 F: scripts/coccinelle/qobject.cocci
2252 F: tests/check-qdict.c
2253 F: tests/check-qjson.c
2254 F: tests/check-qlist.c
2255 F: tests/check-qlit.c
2256 F: tests/check-qnull.c
2257 F: tests/check-qnum.c
2258 F: tests/check-qobject.c
2259 F: tests/check-qstring.c
2260 F: tests/data/qobject/qdict.txt
2261 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2264 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2267 F: docs/interop/qemu-ga.rst
2268 F: scripts/qemu-guest-agent/
2270 F: docs/interop/qemu-ga-ref.texi
2271 T: git https://github.com/mdroth/qemu.git qga
2274 M: Paolo Bonzini <pbonzini@redhat.com>
2275 R: Daniel P. Berrange <berrange@redhat.com>
2276 R: Eduardo Habkost <ehabkost@redhat.com>
2278 F: docs/qdev-device-use.txt
2281 F: include/monitor/qdev.h
2287 F: tests/check-qom-interface.c
2288 F: tests/check-qom-proplist.c
2289 F: tests/test-qdev-global-props.c
2292 M: Markus Armbruster <armbru@redhat.com>
2294 F: monitor/monitor-internal.h
2297 F: monitor/monitor.c
2299 F: docs/devel/*qmp-*
2300 F: docs/interop/*qmp-*
2302 F: tests/qtest/qmp-test.c
2303 F: tests/qtest/qmp-cmd-test.c
2304 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2307 M: Thomas Huth <thuth@redhat.com>
2308 M: Laurent Vivier <lvivier@redhat.com>
2309 R: Paolo Bonzini <pbonzini@redhat.com>
2316 M: Alexander Bulekov <alxndr@bu.edu>
2317 R: Paolo Bonzini <pbonzini@redhat.com>
2318 R: Bandan Das <bsd@redhat.com>
2319 R: Stefan Hajnoczi <stefanha@redhat.com>
2321 F: tests/qtest/fuzz/
2324 M: Alistair Francis <alistair@alistair23.me>
2326 F: hw/core/register.c
2327 F: include/hw/register.h
2328 F: include/hw/registerfields.h
2331 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2335 F: include/net/slirp.h
2336 T: git https://people.debian.org/~sthibault/qemu.git slirp
2339 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2342 F: include/hw/stream.h
2345 M: Paolo Bonzini <pbonzini@redhat.com>
2350 M: Stefan Hajnoczi <stefanha@redhat.com>
2354 F: docs/qemu-option-trace.rst.inc
2355 F: scripts/tracetool.py
2356 F: scripts/tracetool/
2357 F: scripts/qemu-trace-stap*
2358 F: docs/interop/qemu-trace-stap.rst
2359 F: docs/devel/tracing.txt
2360 T: git https://github.com/stefanha/qemu.git tracing
2363 M: Stefan Berger <stefanb@linux.ibm.com>
2368 F: include/hw/acpi/tpm.h
2369 F: include/sysemu/tpm*
2372 F: tests/qtest/*tpm*
2373 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2377 F: scripts/checkpatch.pl
2380 M: Juan Quintela <quintela@redhat.com>
2381 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2383 F: hw/core/vmstate-if.c
2384 F: include/hw/vmstate-if.h
2385 F: include/migration/
2387 F: scripts/vmstate-static-checker.py
2388 F: tests/vmstate-static-checker-data/
2389 F: tests/qtest/migration-test.c
2390 F: docs/devel/migration.rst
2391 F: qapi/migration.json
2394 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2396 F: backends/dbus-vmstate.c
2397 F: tests/dbus-vmstate*
2399 F: include/qemu/dbus.h
2400 F: docs/interop/dbus.rst
2401 F: docs/interop/dbus-vmstate.rst
2404 M: Eduardo Otubo <otubo@redhat.com>
2407 F: include/sysemu/seccomp.h
2410 M: Daniel P. Berrange <berrange@redhat.com>
2414 F: tests/test-crypto-*
2415 F: tests/benchmark-crypto-*
2416 F: tests/crypto-tls-*
2417 F: tests/pkix_asn1_tab.c
2421 M: Stefan Hajnoczi <stefanha@redhat.com>
2422 M: Kevin Wolf <kwolf@redhat.com>
2425 F: include/qemu/coroutine*
2426 F: tests/test-coroutine.c
2429 M: Daniel P. Berrange <berrange@redhat.com>
2432 F: include/qemu/buffer.h
2435 M: Daniel P. Berrange <berrange@redhat.com>
2442 M: Daniel P. Berrange <berrange@redhat.com>
2447 F: tests/test-authz-*
2450 M: Daniel P. Berrange <berrange@redhat.com>
2451 M: Gerd Hoffmann <kraxel@redhat.com>
2453 F: include/qemu/sockets.h
2454 F: util/qemu-sockets.c
2455 F: qapi/sockets.json
2458 M: Daniel P. Berrange <berrange@redhat.com>
2460 F: util/filemonitor*.c
2461 F: include/qemu/filemonitor.h
2462 F: tests/test-util-filemonitor.c
2464 Throttling infrastructure
2465 M: Alberto Garcia <berto@igalia.com>
2467 F: block/throttle-groups.c
2468 F: include/block/throttle-groups.h
2469 F: include/qemu/throttle*.h
2471 F: docs/throttle.txt
2472 F: tests/test-throttle.c
2473 L: qemu-block@nongnu.org
2476 M: Fam Zheng <fam@euphon.net>
2479 F: include/qemu/uuid.h
2480 F: tests/test-uuid.c
2483 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2486 F: include/migration/colo.h
2487 F: include/migration/failover.h
2491 M: Zhang Chen <chen.zhang@intel.com>
2492 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2494 F: docs/colo-proxy.txt
2496 F: net/filter-rewriter.c
2497 F: net/filter-mirror.c
2500 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2501 R: Paolo Bonzini <pbonzini@redhat.com>
2502 W: https://wiki.qemu.org/Features/record-replay
2505 F: block/blkreplay.c
2506 F: net/filter-replay.c
2507 F: include/sysemu/replay.h
2512 M: Peter Xu <peterx@redhat.com>
2514 F: include/qemu/iova-tree.h
2518 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2523 M: Corey Minyard <cminyard@mvista.com>
2526 F: hw/i2c/smbus_slave.c
2527 F: hw/i2c/smbus_master.c
2528 F: hw/i2c/smbus_eeprom.c
2529 F: include/hw/i2c/i2c.h
2530 F: include/hw/i2c/smbus_master.h
2531 F: include/hw/i2c/smbus_slave.h
2532 F: include/hw/i2c/smbus_eeprom.h
2535 M: Laszlo Ersek <lersek@redhat.com>
2536 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2538 F: pc-bios/descriptors/??-edk2-*.json
2540 F: roms/Makefile.edk2
2543 F: tests/data/uefi-boot-images/
2544 F: tests/uefi-test-tools/
2545 F: .gitlab-ci.d/edk2.yml
2546 F: .gitlab-ci.d/edk2/
2550 Overall usermode emulation
2551 M: Riku Voipio <riku.voipio@iki.fi>
2554 F: accel/tcg/user-exec*.c
2559 F: default-configs/*-bsd-user.mak
2562 M: Riku Voipio <riku.voipio@iki.fi>
2563 R: Laurent Vivier <laurent@vivier.eu>
2566 F: default-configs/*-linux-user.mak
2567 F: scripts/qemu-binfmt-conf.sh
2568 F: scripts/update-syscalltbl.sh
2569 F: scripts/update-mips-syscall-args.sh
2570 F: scripts/gensyscalls.sh
2572 Tiny Code Generator (TCG)
2573 -------------------------
2575 M: Richard Henderson <rth@twiddle.net>
2581 M: Alex Bennée <alex.bennee@linaro.org>
2583 F: docs/devel/tcg-plugins.rst
2588 M: Richard Henderson <richard.henderson@linaro.org>
2590 L: qemu-arm@nongnu.org
2596 M: Andrzej Zaborowski <balrogg@gmail.com>
2598 L: qemu-arm@nongnu.org
2603 M: Richard Henderson <rth@twiddle.net>
2609 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2610 R: Aurelien Jarno <aurelien@aurel32.net>
2611 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2616 M: Richard Henderson <rth@twiddle.net>
2622 M: Palmer Dabbelt <palmer@dabbelt.com>
2623 M: Alistair Francis <Alistair.Francis@wdc.com>
2624 L: qemu-riscv@nongnu.org
2630 M: Richard Henderson <rth@twiddle.net>
2634 L: qemu-s390x@nongnu.org
2642 M: Stefan Weil <sw@weilnetz.de>
2651 M: Fam Zheng <fam@euphon.net>
2652 L: qemu-block@nongnu.org
2657 M: Jason Dillaman <dillaman@redhat.com>
2658 L: qemu-block@nongnu.org
2663 M: Liu Yuan <namei.unix@gmail.com>
2664 L: qemu-block@nongnu.org
2665 L: sheepdog@lists.wpkg.org
2670 M: Jeff Cody <codyprime@gmail.com>
2671 L: qemu-block@nongnu.org
2676 M: Stefan Weil <sw@weilnetz.de>
2677 L: qemu-block@nongnu.org
2682 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2683 M: Paolo Bonzini <pbonzini@redhat.com>
2684 M: Peter Lieven <pl@kamp.de>
2685 L: qemu-block@nongnu.org
2688 F: block/iscsi-opts.c
2690 Network Block Device (NBD)
2691 M: Eric Blake <eblake@redhat.com>
2692 L: qemu-block@nongnu.org
2696 F: include/block/nbd*
2699 F: docs/interop/nbd.txt
2700 F: docs/interop/qemu-nbd.rst
2701 T: git https://repo.or.cz/qemu/ericb.git nbd
2704 M: Peter Lieven <pl@kamp.de>
2705 L: qemu-block@nongnu.org
2710 M: Richard W.M. Jones <rjones@redhat.com>
2711 L: qemu-block@nongnu.org
2716 L: qemu-block@nongnu.org
2721 L: qemu-block@nongnu.org
2722 L: integration@gluster.org
2727 M: Fam Zheng <fam@euphon.net>
2728 L: qemu-block@nongnu.org
2733 M: Fam Zheng <fam@euphon.net>
2734 L: qemu-block@nongnu.org
2739 M: Gonglei <arei.gonglei@huawei.com>
2744 M: Alberto Garcia <berto@igalia.com>
2747 L: qemu-block@nongnu.org
2750 M: Ari Sundholm <ari@tuxera.com>
2751 L: qemu-block@nongnu.org
2753 F: block/blklogwrites.c
2756 M: Stefan Hajnoczi <stefanha@redhat.com>
2757 L: qemu-block@nongnu.org
2759 F: block/blkverify.c
2762 M: Stefan Hajnoczi <stefanha@redhat.com>
2763 L: qemu-block@nongnu.org
2768 M: Stefan Hajnoczi <stefanha@redhat.com>
2769 L: qemu-block@nongnu.org
2774 M: Stefan Hajnoczi <stefanha@redhat.com>
2775 L: qemu-block@nongnu.org
2780 M: Stefan Hajnoczi <stefanha@redhat.com>
2781 M: Denis V. Lunev <den@openvz.org>
2782 L: qemu-block@nongnu.org
2784 F: block/parallels.c
2785 F: docs/interop/parallels.txt
2788 M: Stefan Hajnoczi <stefanha@redhat.com>
2789 L: qemu-block@nongnu.org
2794 M: Kevin Wolf <kwolf@redhat.com>
2795 L: qemu-block@nongnu.org
2797 F: block/linux-aio.c
2798 F: include/block/raw-aio.h
2799 F: block/raw-format.c
2800 F: block/file-posix.c
2801 F: block/file-win32.c
2802 F: block/win32-aio.c
2805 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2806 M: Julia Suvorova <jusual@redhat.com>
2807 M: Stefan Hajnoczi <stefanha@redhat.com>
2808 L: qemu-block@nongnu.org
2814 M: Kevin Wolf <kwolf@redhat.com>
2815 M: Max Reitz <mreitz@redhat.com>
2816 L: qemu-block@nongnu.org
2819 F: docs/interop/qcow2.txt
2822 M: Kevin Wolf <kwolf@redhat.com>
2823 L: qemu-block@nongnu.org
2828 M: Kevin Wolf <kwolf@redhat.com>
2829 M: Max Reitz <mreitz@redhat.com>
2830 L: qemu-block@nongnu.org
2835 M: Kevin Wolf <kwolf@redhat.com>
2836 L: qemu-block@nongnu.org
2841 M: Kevin Wolf <kwolf@redhat.com>
2842 L: qemu-block@nongnu.org
2847 M: Stefan Hajnoczi <stefanha@redhat.com>
2848 L: qemu-block@nongnu.org
2850 F: tests/image-fuzzer/
2853 M: Wen Congyang <wencongyang2@huawei.com>
2854 M: Xie Changlong <xiechanglong.d@gmail.com>
2857 F: block/replication.c
2858 F: tests/test-replication.c
2859 F: docs/block-replication.txt
2862 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2863 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2868 F: contrib/rdmacm-mux/*
2872 M: Alex Bennée <alex.bennee@linaro.org>
2875 F: include/hw/semihosting/
2877 Build and test automation
2878 -------------------------
2879 Build and test automation
2880 M: Alex Bennée <alex.bennee@linaro.org>
2881 M: Fam Zheng <fam@euphon.net>
2882 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2884 F: .github/lockdown.yml
2890 F: scripts/archive-source.sh
2891 W: https://travis-ci.org/qemu/qemu
2892 W: https://app.shippable.com/github/qemu/qemu
2893 W: http://patchew.org/QEMU/
2895 FreeBSD Hosted Continuous Integration
2896 M: Ed Maste <emaste@freebsd.org>
2897 M: Li-Wen Hsu <lwhsu@freebsd.org>
2900 W: https://cirrus-ci.com/github/qemu/qemu
2902 GitLab Continuous Integration
2903 M: Thomas Huth <thuth@redhat.com>
2904 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2905 M: Alex Bennée <alex.bennee@linaro.org>
2906 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2910 Guest Test Compilation Support
2911 M: Alex Bennée <alex.bennee@linaro.org>
2912 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2914 F: tests/tcg/Makefile
2915 F: tests/tcg/Makefile.include
2919 Build system architecture
2920 M: Daniel P. Berrange <berrange@redhat.com>
2922 F: docs/devel/build-system.txt
2924 GIT Data Mining Config
2925 M: Alex Bennée <alex.bennee@linaro.org>
2930 Incompatible changes
2931 R: libvir-list@redhat.com
2932 F: docs/system/deprecated.rst
2937 M: Daniel P. Berrange <berrange@redhat.com>
2939 F: scripts/git-submodule.sh
2942 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2945 Sphinx documentation configuration and build machinery
2946 M: Peter Maydell <peter.maydell@linaro.org>