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>
120 F: accel/stubs/tcg-stub.c
121 F: scripts/decodetree.py
122 F: docs/devel/decodetree.rst
123 F: include/exec/cpu*.h
124 F: include/exec/exec-all.h
125 F: include/exec/helper*.h
126 F: include/exec/tb-hash.h
127 F: include/sysemu/cpus.h
128 F: include/sysemu/tcg.h
131 M: Aurelien Jarno <aurelien@aurel32.net>
132 M: Peter Maydell <peter.maydell@linaro.org>
133 M: Alex Bennée <alex.bennee@linaro.org>
140 M: Richard Henderson <rth@twiddle.net>
147 M: Peter Maydell <peter.maydell@linaro.org>
148 L: qemu-arm@nongnu.org
152 F: tests/tcg/aarch64/
155 F: include/hw/cpu/a*mpcore.h
159 F: docs/system/target-arm.rst
162 M: Eric Auger <eric.auger@redhat.com>
163 L: qemu-arm@nongnu.org
166 F: include/hw/arm/smmu*
169 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
177 HPPA (PA-RISC) TCG CPUs
178 M: Richard Henderson <rth@twiddle.net>
184 F: include/hw/net/lasi_82596.h
187 R: Michael Walle <michael@walle.cc>
194 F: include/hw/display/milkymist_tmu2.h
195 F: include/hw/char/lm32_juart.h
200 M: Laurent Vivier <laurent@vivier.eu>
206 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
208 F: target/microblaze/
210 F: disas/microblaze.c
213 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
214 R: Aurelien Jarno <aurelien@aurel32.net>
215 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
218 F: default-configs/*mips*
220 F: docs/system/cpu-models-mips.rst.inc
221 F: hw/intc/mips_gic.c
224 F: hw/timer/mips_gictimer.c
225 F: include/hw/intc/mips_gic.h
227 F: include/hw/misc/mips_*
228 F: include/hw/timer/mips_gictimer.h
229 F: tests/acceptance/linux_ssh_mips_malta.py
230 F: tests/acceptance/machine_mips_malta.py
232 K: ^Subject:.*(?i)mips
235 M: Anthony Green <green@moxielogic.com>
240 F: default-configs/moxie-softmmu.mak
243 M: Chris Wulff <crwulff@gmail.com>
244 M: Marek Vasut <marex@denx.de>
248 F: hw/intc/nios2_iic.c
250 F: default-configs/nios2-softmmu.mak
253 M: Stafford Horne <shorne@gmail.com>
257 F: tests/tcg/openrisc/
260 M: David Gibson <david@gibson.dropbear.id.au>
261 L: qemu-ppc@nongnu.org
269 M: Palmer Dabbelt <palmer@dabbelt.com>
270 M: Alistair Francis <Alistair.Francis@wdc.com>
271 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
272 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
273 L: qemu-riscv@nongnu.org
278 F: linux-user/host/riscv32/
279 F: linux-user/host/riscv64/
282 M: Yoshinori Sato <ysato@users.sourceforge.jp>
287 M: Richard Henderson <rth@twiddle.net>
288 M: David Hildenbrand <david@redhat.com>
294 L: qemu-s390x@nongnu.org
297 M: Aurelien Jarno <aurelien@aurel32.net>
305 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
306 M: Artyom Tarasenko <atar4qemu@gmail.com>
311 F: include/hw/sparc/sparc64.h
315 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
319 F: include/hw/unicore32/
322 M: Paolo Bonzini <pbonzini@redhat.com>
323 M: Richard Henderson <rth@twiddle.net>
324 M: Eduardo Habkost <ehabkost@redhat.com>
331 F: docs/system/cpu-models-x86.rst.inc
332 T: git https://github.com/ehabkost/qemu.git x86-next
335 M: Max Filippov <jcmvbkbc@gmail.com>
336 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
342 F: include/hw/xtensa/xtensa-isa.h
343 F: default-configs/xtensa*.mak
346 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
350 F: include/hw/tricore/
352 Multiarch Linux User Tests
353 M: Alex Bennée <alex.bennee@linaro.org>
355 F: tests/tcg/multiarch/
357 Guest CPU Cores (KVM)
358 ---------------------
360 M: Paolo Bonzini <pbonzini@redhat.com>
361 L: kvm@vger.kernel.org
365 F: accel/stubs/kvm-stub.c
367 F: include/sysemu/kvm*.h
368 F: scripts/kvm/kvm_flightrecorder
371 M: Peter Maydell <peter.maydell@linaro.org>
372 L: qemu-arm@nongnu.org
377 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
382 M: David Gibson <david@gibson.dropbear.id.au>
387 M: Halil Pasic <pasic@linux.ibm.com>
388 M: Cornelia Huck <cohuck@redhat.com>
389 M: Christian Borntraeger <borntraeger@de.ibm.com>
391 F: target/s390x/kvm.c
392 F: target/s390x/kvm_s390x.h
393 F: target/s390x/kvm-stub.c
394 F: target/s390x/ioinst.[ch]
395 F: target/s390x/machine.c
396 F: target/s390x/sigp.c
397 F: target/s390x/cpu_features*.[ch]
398 F: target/s390x/cpu_models.[ch]
400 F: include/hw/s390x/pv.h
401 F: hw/intc/s390_flic.c
402 F: hw/intc/s390_flic_kvm.c
403 F: include/hw/s390x/s390_flic.h
405 T: git https://github.com/cohuck/qemu.git s390-next
406 T: git https://github.com/borntraeger/qemu.git s390-next
407 L: qemu-s390x@nongnu.org
410 M: Paolo Bonzini <pbonzini@redhat.com>
411 M: Marcelo Tosatti <mtosatti@redhat.com>
412 L: kvm@vger.kernel.org
415 F: scripts/kvm/vmxcap
418 M: Roman Bolshakov <r.bolshakov@yadro.com>
420 F: accel/stubs/hvf-stub.c
422 F: include/sysemu/hvf.h
425 M: Sunil Muthuswamy <sunilmut@microsoft.com>
427 F: target/i386/whpx-all.c
428 F: target/i386/whp-dispatch.h
429 F: accel/stubs/whpx-stub.c
430 F: include/sysemu/whpx.h
432 Guest CPU Cores (Xen)
433 ---------------------
435 M: Stefano Stabellini <sstabellini@kernel.org>
436 M: Anthony Perard <anthony.perard@citrix.com>
437 M: Paul Durrant <paul@xen.org>
438 L: xen-devel@lists.xenproject.org
442 F: hw/char/xen_console.c
443 F: hw/display/xenfb.c
447 F: hw/block/dataplane/xen*
451 F: hw/pci-host/xen_igd_pt.c
452 F: include/hw/block/dataplane/xen*
454 F: include/sysemu/xen-mapcache.h
456 Guest CPU Cores (HAXM)
457 ---------------------
459 M: Wenchao Wang <wenchao.wang@intel.com>
460 M: Colin Xu <colin.xu@intel.com>
461 L: haxm-team@intel.com
462 W: https://github.com/intel/haxm/issues
464 F: include/sysemu/hax.h
470 M: Michael S. Tsirkin <mst@redhat.com>
471 M: Cornelia Huck <cohuck@redhat.com>
472 M: Paolo Bonzini <pbonzini@redhat.com>
475 F: scripts/update-linux-headers.sh
478 M: Paolo Bonzini <pbonzini@redhat.com>
481 F: include/sysemu/os-posix.h
483 F: include/qemu/*posix*.h
486 M: Kamil Rytarowski <kamil@netbsd.org>
488 K: ^Subject:.*(?i)NetBSD
491 M: Brad Smith <brad@comstyle.com>
493 K: ^Subject:.*(?i)OpenBSD
496 M: Stefan Weil <sw@weilnetz.de>
506 M: Richard Henderson <rth@twiddle.net>
509 F: hw/isa/smc37c669-superio.c
510 F: tests/tcg/alpha/system/
515 M: Beniamino Galvani <b.galvani@gmail.com>
516 M: Peter Maydell <peter.maydell@linaro.org>
517 L: qemu-arm@nongnu.org
520 F: include/hw/*/allwinner*
521 F: hw/arm/cubieboard.c
524 M: Niek Linnenbank <nieklinnenbank@gmail.com>
525 L: qemu-arm@nongnu.org
527 F: hw/*/allwinner-h3*
528 F: include/hw/*/allwinner-h3*
530 F: docs/system/orangepi.rst
532 ARM PrimeCell and CMSDK devices
533 M: Peter Maydell <peter.maydell@linaro.org>
534 L: qemu-arm@nongnu.org
537 F: include/hw/char/pl011.h
540 F: include/hw/dma/pl080.h
547 F: include/hw/ssi/pl022.h
549 F: include/hw/rtc/pl031.h
550 F: include/hw/arm/primecell.h
551 F: hw/timer/cmsdk-apb-timer.c
552 F: include/hw/timer/cmsdk-apb-timer.h
553 F: hw/timer/cmsdk-apb-dualtimer.c
554 F: include/hw/timer/cmsdk-apb-dualtimer.h
555 F: hw/char/cmsdk-apb-uart.c
556 F: include/hw/char/cmsdk-apb-uart.h
557 F: hw/watchdog/cmsdk-apb-watchdog.c
558 F: include/hw/watchdog/cmsdk-apb-watchdog.h
560 F: include/hw/misc/tz-ppc.h
562 F: include/hw/misc/tz-mpc.h
564 F: include/hw/misc/tz-msc.h
567 M: Peter Maydell <peter.maydell@linaro.org>
568 L: qemu-arm@nongnu.org
571 F: hw/intc/gic_internal.h
573 F: hw/misc/arm11scu.c
574 F: hw/misc/arm_l2x0.c
575 F: hw/timer/a9gtimer*
577 F: include/hw/arm/arm*.h
578 F: include/hw/intc/arm*
579 F: include/hw/misc/a9scu.h
580 F: include/hw/misc/arm11scu.h
581 F: include/hw/timer/a9gtimer.h
582 F: include/hw/timer/arm_mptimer.h
583 F: include/hw/timer/armv7m_systick.h
584 F: tests/qtest/test-arm-mptimer.c
587 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
588 M: Peter Maydell <peter.maydell@linaro.org>
589 L: qemu-arm@nongnu.org
592 F: include/hw/arm/exynos4210.h
595 M: Rob Herring <robh@kernel.org>
596 M: Peter Maydell <peter.maydell@linaro.org>
597 L: qemu-arm@nongnu.org
603 M: Antony Pavlov <antonynpavlov@gmail.com>
604 M: Peter Maydell <peter.maydell@linaro.org>
605 L: qemu-arm@nongnu.org
607 F: include/hw/arm/digic.h
609 F: include/hw/*/digic*
612 M: Anup Patel <anup.patel@wdc.com>
613 M: Alistair Francis <Alistair.Francis@wdc.com>
614 L: qemu-riscv@nongnu.org
616 F: hw/rtc/goldfish_rtc.c
617 F: include/hw/rtc/goldfish_rtc.h
620 M: Peter Maydell <peter.maydell@linaro.org>
621 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
622 L: qemu-arm@nongnu.org
627 M: Peter Maydell <peter.maydell@linaro.org>
628 R: Jean-Christophe Dubois <jcd@tribudubois.net>
629 L: qemu-arm@nongnu.org
631 F: hw/arm/fsl-imx25.c
632 F: hw/arm/imx25_pdk.c
633 F: hw/misc/imx25_ccm.c
634 F: include/hw/arm/fsl-imx25.h
635 F: include/hw/misc/imx25_ccm.h
638 M: Peter Chubb <peter.chubb@nicta.com.au>
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
645 F: include/hw/*/imx_*
646 F: include/hw/*/*imx31*
649 M: Peter Maydell <peter.maydell@linaro.org>
650 L: qemu-arm@nongnu.org
652 F: hw/arm/integratorcp.c
653 F: hw/misc/arm_integrator_debug.c
654 F: include/hw/misc/arm_integrator_debug.h
655 F: tests/acceptance/machine_arm_integratorcp.py
656 F: docs/system/arm/integratorcp.rst
658 MCIMX6UL EVK / i.MX6ul
659 M: Peter Maydell <peter.maydell@linaro.org>
660 R: Jean-Christophe Dubois <jcd@tribudubois.net>
661 L: qemu-arm@nongnu.org
663 F: hw/arm/mcimx6ul-evk.c
664 F: hw/arm/fsl-imx6ul.c
665 F: hw/misc/imx6ul_ccm.c
666 F: include/hw/arm/fsl-imx6ul.h
667 F: include/hw/misc/imx6ul_ccm.h
669 MCIMX7D SABRE / i.MX7
670 M: Peter Maydell <peter.maydell@linaro.org>
671 R: Andrey Smirnov <andrew.smirnov@gmail.com>
672 L: qemu-arm@nongnu.org
674 F: hw/arm/mcimx7d-sabre.c
677 F: include/hw/arm/fsl-imx7.h
678 F: include/hw/misc/imx7_*.h
679 F: hw/pci-host/designware.c
680 F: include/hw/pci-host/designware.h
683 M: Peter Maydell <peter.maydell@linaro.org>
684 L: qemu-arm@nongnu.org
689 F: include/hw/misc/mps2-*.h
691 F: include/hw/arm/armsse.h
692 F: hw/misc/iotkit-secctl.c
693 F: include/hw/misc/iotkit-secctl.h
694 F: hw/misc/iotkit-sysctl.c
695 F: include/hw/misc/iotkit-sysctl.h
696 F: hw/misc/iotkit-sysinfo.c
697 F: include/hw/misc/iotkit-sysinfo.h
698 F: hw/misc/armsse-cpuid.c
699 F: include/hw/misc/armsse-cpuid.h
700 F: hw/misc/armsse-mhu.c
701 F: include/hw/misc/armsse-mhu.h
704 M: Peter Maydell <peter.maydell@linaro.org>
705 L: qemu-arm@nongnu.org
710 M: Jan Kiszka <jan.kiszka@web.de>
711 M: Peter Maydell <peter.maydell@linaro.org>
712 L: qemu-arm@nongnu.org
715 F: docs/system/arm/musicpal.rst
718 M: Andrzej Zaborowski <balrogg@gmail.com>
719 M: Peter Maydell <peter.maydell@linaro.org>
720 L: qemu-arm@nongnu.org
723 F: hw/display/blizzard.c
725 F: hw/input/tsc2005.c
728 F: include/hw/display/blizzard.h
729 F: include/hw/input/tsc2xxx.h
730 F: include/hw/misc/cbus.h
731 F: tests/acceptance/machine_arm_n8x0.py
732 F: docs/system/arm/nseries.rst
735 M: Andrzej Zaborowski <balrogg@gmail.com>
736 M: Peter Maydell <peter.maydell@linaro.org>
737 L: qemu-arm@nongnu.org
740 F: hw/input/tsc210x.c
741 F: include/hw/input/tsc2xxx.h
742 F: docs/system/arm/palm.rst
745 M: Peter Maydell <peter.maydell@linaro.org>
746 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
747 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
748 L: qemu-arm@nongnu.org
751 F: hw/arm/raspi_platform.h
753 F: include/hw/arm/raspi*
754 F: include/hw/*/bcm283*
757 M: Peter Maydell <peter.maydell@linaro.org>
758 L: qemu-arm@nongnu.org
761 F: hw/cpu/realview_mpcore.c
762 F: hw/intc/realview_gic.c
763 F: include/hw/intc/realview_gic.h
764 F: docs/system/arm/realview.rst
767 M: Andrzej Zaborowski <balrogg@gmail.com>
768 M: Peter Maydell <peter.maydell@linaro.org>
769 L: qemu-arm@nongnu.org
771 F: hw/arm/mainstone.c
776 F: hw/display/tc6393xb.c
779 F: hw/misc/mst_fpga.c
781 F: include/hw/arm/pxa.h
782 F: include/hw/arm/sharpsl.h
783 F: include/hw/display/tc6393xb.h
784 F: docs/system/arm/xscale.rst
787 M: Peter Maydell <peter.maydell@linaro.org>
788 R: Jean-Christophe Dubois <jcd@tribudubois.net>
789 L: qemu-arm@nongnu.org
791 F: hw/arm/sabrelite.c
795 F: hw/usb/imx-usb-phy.c
796 F: include/hw/usb/imx-usb-phy.h
797 F: include/hw/arm/fsl-imx6.h
798 F: include/hw/misc/imx6_*.h
799 F: include/hw/ssi/imx_spi.h
802 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
803 M: Peter Maydell <peter.maydell@linaro.org>
804 R: Leif Lindholm <leif@nuviainc.com>
805 L: qemu-arm@nongnu.org
809 Sharp SL-5500 (Collie) PDA
810 M: Peter Maydell <peter.maydell@linaro.org>
811 L: qemu-arm@nongnu.org
817 M: Peter Maydell <peter.maydell@linaro.org>
818 L: qemu-arm@nongnu.org
821 F: include/hw/input/gamepad.h
822 F: docs/system/arm/stellaris.rst
825 M: Peter Maydell <peter.maydell@linaro.org>
826 L: qemu-arm@nongnu.org
831 M: Peter Maydell <peter.maydell@linaro.org>
832 L: qemu-arm@nongnu.org
835 F: hw/misc/arm_sysctl.c
836 F: docs/system/arm/versatile.rst
839 M: Peter Maydell <peter.maydell@linaro.org>
840 L: qemu-arm@nongnu.org
843 F: include/hw/arm/virt.h
846 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
847 M: Alistair Francis <alistair@alistair23.me>
848 M: Peter Maydell <peter.maydell@linaro.org>
849 L: qemu-arm@nongnu.org
854 F: include/hw/misc/zynq*
858 M: Alistair Francis <alistair@alistair23.me>
859 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
860 M: Peter Maydell <peter.maydell@linaro.org>
861 L: qemu-arm@nongnu.org
864 F: include/hw/*/xlnx*.h
865 F: include/hw/ssi/xilinx_spips.h
867 F: include/hw/display/dpcd.h
870 M: Shannon Zhao <shannon.zhaosl@gmail.com>
871 L: qemu-arm@nongnu.org
873 F: hw/arm/virt-acpi-build.c
876 M: Alistair Francis <alistair@alistair23.me>
877 M: Peter Maydell <peter.maydell@linaro.org>
878 L: qemu-arm@nongnu.org
880 F: hw/arm/stm32f205_soc.c
881 F: hw/misc/stm32f2xx_syscfg.c
882 F: hw/char/stm32f2xx_usart.c
883 F: hw/timer/stm32f2xx_timer.c
885 F: hw/ssi/stm32f2xx_spi.c
886 F: include/hw/*/stm32*.h
889 M: Alistair Francis <alistair@alistair23.me>
890 M: Peter Maydell <peter.maydell@linaro.org>
891 L: qemu-arm@nongnu.org
893 F: hw/arm/stm32f405_soc.c
894 F: hw/misc/stm32f4xx_syscfg.c
895 F: hw/misc/stm32f4xx_exti.c
898 M: Alistair Francis <alistair@alistair23.me>
899 M: Peter Maydell <peter.maydell@linaro.org>
900 L: qemu-arm@nongnu.org
902 F: hw/arm/netduino2.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/netduinoplus2.c
912 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
913 M: Peter Maydell <peter.maydell@linaro.org>
914 L: qemu-arm@nongnu.org
917 F: hw/misc/msf2-sysreg.c
918 F: hw/timer/mss-timer.c
920 F: include/hw/arm/msf2-soc.h
921 F: include/hw/misc/msf2-sysreg.h
922 F: include/hw/timer/mss-timer.h
923 F: include/hw/ssi/mss-spi.h
924 F: hw/net/msf2-emac.c
925 F: include/hw/net/msf2-emac.h
928 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
929 M: Peter Maydell <peter.maydell@linaro.org>
930 L: qemu-arm@nongnu.org
935 M: Cédric Le Goater <clg@kaod.org>
936 M: Peter Maydell <peter.maydell@linaro.org>
937 R: Andrew Jeffery <andrew@aj.id.au>
938 R: Joel Stanley <joel@jms.id.au>
939 L: qemu-arm@nongnu.org
943 F: include/hw/*/*aspeed*
944 F: include/hw/misc/pca9552*.h
945 F: hw/net/ftgmac100.c
946 F: include/hw/net/ftgmac100.h
949 M: Joel Stanley <joel@jms.id.au>
950 M: Peter Maydell <peter.maydell@linaro.org>
951 L: qemu-arm@nongnu.org
955 F: include/hw/*/nrf51*.h
956 F: include/hw/*/microbit*.h
957 F: tests/qtest/microbit-test.c
962 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
964 F: hw/cris/axis_dev88.c
970 M: Richard Henderson <rth@twiddle.net>
971 R: Helge Deller <deller@gmx.de>
973 F: default-configs/hppa-softmmu.mak
975 F: pc-bios/hppa-firmware.img
979 EVR32 and uclinux BSP
980 R: Michael Walle <michael@walle.cc>
982 F: hw/lm32/lm32_boards.c
985 R: Michael Walle <michael@walle.cc>
987 F: hw/lm32/milkymist.c
992 M: Thomas Huth <huth@tuxfamily.org>
998 M: Thomas Huth <huth@tuxfamily.org>
1000 F: hw/m68k/mcf5208.c
1001 F: hw/m68k/mcf_intc.c
1002 F: hw/char/mcf_uart.c
1004 F: include/hw/m68k/mcf*.h
1007 M: Thomas Huth <huth@tuxfamily.org>
1010 F: hw/display/next-fb.c
1011 F: include/hw/m68k/next-cube.h
1014 M: Laurent Vivier <laurent@vivier.eu>
1017 F: hw/misc/mac_via.c
1019 F: hw/display/macfb.c
1021 F: hw/m68k/bootinfo.h
1022 F: include/hw/misc/mac_via.h
1023 F: include/hw/nubus/*
1024 F: include/hw/display/macfb.h
1025 F: include/hw/block/swim.h
1029 petalogix_s3adsp1800
1030 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1032 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1033 F: include/hw/char/xilinx_uartlite.h
1036 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1038 F: hw/microblaze/petalogix_ml605_mmu.c
1043 M: Hervé Poussineau <hpoussin@reactos.org>
1044 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1046 F: hw/mips/mips_jazz.c
1047 F: hw/display/jazz_led.c
1051 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1052 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1053 R: Aurelien Jarno <aurelien@aurel32.net>
1057 F: hw/mips/mips_malta.c
1058 F: hw/mips/gt64xxx_pci.c
1059 F: include/hw/southbridge/piix.h
1060 F: tests/acceptance/linux_ssh_mips_malta.py
1061 F: tests/acceptance/machine_mips_malta.py
1064 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1065 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1067 F: hw/mips/mips_mipssim.c
1071 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1072 R: Aurelien Jarno <aurelien@aurel32.net>
1073 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1075 F: hw/mips/mips_r4k.c
1078 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1079 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1081 F: hw/mips/mips_fulong2e.c
1082 F: hw/isa/vt82c686.c
1083 F: hw/pci-host/bonito.c
1084 F: include/hw/isa/vt82c686.h
1087 M: Paul Burton <pburton@wavecomp.com>
1088 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1090 F: hw/core/loader-fit.c
1092 F: hw/pci-host/xilinx-pcie.c
1093 F: include/hw/pci-host/xilinx-pcie.h
1098 M: Jia Liu <proljc@gmail.com>
1100 F: hw/openrisc/openrisc_sim.c
1105 M: David Gibson <david@gibson.dropbear.id.au>
1106 L: qemu-ppc@nongnu.org
1108 F: hw/ppc/ppc405_boards.c
1111 M: David Gibson <david@gibson.dropbear.id.au>
1112 L: qemu-ppc@nongnu.org
1114 F: hw/ppc/ppc440_bamboo.c
1117 M: David Gibson <david@gibson.dropbear.id.au>
1118 L: qemu-ppc@nongnu.org
1121 F: hw/gpio/mpc8xxx.c
1123 F: hw/net/fsl_etsec/
1124 F: hw/pci-host/ppce500.c
1125 F: include/hw/ppc/ppc_e500.h
1126 F: include/hw/pci-host/ppce500.h
1127 F: pc-bios/u-boot.e500
1130 M: David Gibson <david@gibson.dropbear.id.au>
1131 L: qemu-ppc@nongnu.org
1133 F: hw/ppc/mpc8544ds.c
1134 F: hw/ppc/mpc8544_guts.c
1137 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1138 R: David Gibson <david@gibson.dropbear.id.au>
1139 L: qemu-ppc@nongnu.org
1141 F: hw/ppc/mac_newworld.c
1142 F: hw/pci-host/uninorth.c
1143 F: hw/pci-bridge/dec.[hc]
1145 F: hw/misc/mos6522.c
1146 F: hw/nvram/mac_nvram.c
1148 F: include/hw/misc/macio/
1149 F: include/hw/misc/mos6522.h
1150 F: include/hw/ppc/mac_dbdma.h
1151 F: include/hw/pci-host/uninorth.h
1152 F: include/hw/input/adb*
1153 F: pc-bios/qemu_vga.ndrv
1156 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1157 R: David Gibson <david@gibson.dropbear.id.au>
1158 L: qemu-ppc@nongnu.org
1160 F: hw/ppc/mac_oldworld.c
1161 F: hw/pci-host/grackle.c
1163 F: hw/intc/heathrow_pic.c
1165 F: include/hw/intc/heathrow_pic.h
1166 F: include/hw/input/adb*
1167 F: pc-bios/qemu_vga.ndrv
1170 M: Hervé Poussineau <hpoussin@reactos.org>
1171 L: qemu-ppc@nongnu.org
1174 F: hw/ppc/prep_systemio.c
1175 F: hw/ppc/rs6000_mc.c
1176 F: hw/pci-host/prep.[hc]
1180 F: hw/rtc/m48t59-isa.c
1181 F: include/hw/isa/pc87312.h
1182 F: include/hw/rtc/m48t59.h
1183 F: tests/acceptance/ppc_prep_40p.py
1186 M: David Gibson <david@gibson.dropbear.id.au>
1187 L: qemu-ppc@nongnu.org
1190 F: include/hw/*/spapr*
1192 F: include/hw/*/xics*
1194 F: docs/specs/ppc-spapr-hcalls.txt
1195 F: docs/specs/ppc-spapr-hotplug.txt
1196 F: tests/qtest/spapr*
1197 F: tests/qtest/libqos/*spapr*
1198 F: tests/qtest/rtas*
1199 F: tests/qtest/libqos/rtas*
1201 PowerNV (Non-Virtualized)
1202 M: Cédric Le Goater <clg@kaod.org>
1203 M: David Gibson <david@gibson.dropbear.id.au>
1204 L: qemu-ppc@nongnu.org
1208 F: hw/intc/xics_pnv.c
1209 F: include/hw/ppc/pnv*
1210 F: pc-bios/skiboot.lid
1214 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1215 L: qemu-ppc@nongnu.org
1217 F: hw/ppc/virtex_ml507.c
1220 M: BALATON Zoltan <balaton@eik.bme.hu>
1221 L: qemu-ppc@nongnu.org
1223 F: hw/ppc/sam460ex.c
1224 F: hw/ppc/ppc440_pcix.c
1225 F: hw/display/sm501*
1228 F: pc-bios/canyonlands.dt[sb]
1229 F: pc-bios/u-boot-sam460ex-20100605.bin
1230 F: roms/u-boot-sam460ex
1235 M: Magnus Damm <magnus.damm@gmail.com>
1238 F: hw/intc/sh_intc.c
1239 F: hw/timer/sh_timer.c
1242 M: Magnus Damm <magnus.damm@gmail.com>
1249 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1252 F: hw/sparc/sun4m_iommu.c
1255 F: hw/dma/sparc32_dma.c
1256 F: hw/misc/eccmemctl.c
1258 F: include/hw/nvram/sun_nvram.h
1259 F: include/hw/sparc/sparc32_dma.h
1260 F: include/hw/sparc/sun4m_iommu.h
1261 F: pc-bios/openbios-sparc32
1264 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1266 F: hw/sparc64/sun4u.c
1267 F: hw/sparc64/sun4u_iommu.c
1268 F: include/hw/sparc/sun4u_iommu.h
1269 F: hw/pci-host/sabre.c
1270 F: include/hw/pci-host/sabre.h
1271 F: hw/pci-bridge/simba.c
1272 F: include/hw/pci-bridge/simba.h
1273 F: pc-bios/openbios-sparc64
1276 M: Artyom Tarasenko <atar4qemu@gmail.com>
1278 F: hw/sparc64/niagara.c
1279 F: hw/rtc/sun4v-rtc.c
1280 F: include/hw/rtc/sun4v-rtc.h
1283 M: Fabien Chouteau <chouteau@adacore.com>
1284 M: KONRAD Frederic <frederic.konrad@adacore.com>
1288 F: include/hw/*/grlib*
1289 F: tests/acceptance/machine_sparc_leon3.py
1294 M: Cornelia Huck <cohuck@redhat.com>
1295 M: Halil Pasic <pasic@linux.ibm.com>
1296 M: Christian Borntraeger <borntraeger@de.ibm.com>
1298 F: hw/char/sclp*.[hc]
1299 F: hw/char/terminal3270.c
1301 F: include/hw/s390x/
1302 F: hw/watchdog/wdt_diag288.c
1303 F: include/hw/watchdog/wdt_diag288.h
1304 F: default-configs/s390x-softmmu.mak
1305 T: git https://github.com/cohuck/qemu.git s390-next
1306 T: git https://github.com/borntraeger/qemu.git s390-next
1307 L: qemu-s390x@nongnu.org
1310 M: Christian Borntraeger <borntraeger@de.ibm.com>
1311 M: Thomas Huth <thuth@redhat.com>
1314 F: pc-bios/s390-ccw/
1315 F: pc-bios/s390-ccw.img
1316 F: docs/devel/s390-dasd-ipl.rst
1317 T: git https://github.com/borntraeger/qemu.git s390-next
1318 L: qemu-s390x@nongnu.org
1321 M: Matthew Rosato <mjrosato@linux.ibm.com>
1323 F: hw/s390x/s390-pci*
1324 L: qemu-s390x@nongnu.org
1328 PKUnity-3 SoC initramfs-with-busybox
1329 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1337 M: Michael S. Tsirkin <mst@redhat.com>
1338 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1342 F: hw/pci-host/i440fx.c
1343 F: hw/pci-host/q35.c
1344 F: hw/pci-host/pam.c
1345 F: include/hw/pci-host/i440fx.h
1346 F: include/hw/pci-host/q35.h
1347 F: include/hw/pci-host/pam.h
1349 F: hw/isa/lpc_ich9.c
1350 F: hw/i2c/smbus_ich9.c
1353 F: include/hw/acpi/ich9.h
1354 F: include/hw/southbridge/piix.h
1357 F: include/hw/isa/apm.h
1358 F: tests/test-x86-cpuid.c
1359 F: tests/qtest/test-x86-cpuid-compat.c
1362 M: Michael S. Tsirkin <mst@redhat.com>
1363 M: Paolo Bonzini <pbonzini@redhat.com>
1365 F: hw/char/debugcon.c
1366 F: hw/char/parallel*
1369 F: hw/i2c/pm_smbus.c
1374 F: hw/isa/isa-superio.c
1375 F: hw/misc/debugexit.c
1376 F: hw/misc/pc-testdev.c
1379 F: hw/rtc/mc146818rtc*
1380 F: hw/watchdog/wdt_ib700.c
1381 F: hw/watchdog/wdt_i6300esb.c
1382 F: include/hw/display/vga.h
1383 F: include/hw/char/parallel.h
1384 F: include/hw/dma/i8257.h
1385 F: include/hw/i2c/pm_smbus.h
1386 F: include/hw/input/i8042.h
1387 F: include/hw/isa/i8259_internal.h
1388 F: include/hw/isa/superio.h
1389 F: include/hw/timer/hpet.h
1390 F: include/hw/timer/i8254*
1391 F: include/hw/rtc/mc146818rtc*
1394 M: Sergio Lopez <slp@redhat.com>
1395 M: Paolo Bonzini <pbonzini@redhat.com>
1398 F: hw/i386/microvm.c
1399 F: include/hw/i386/microvm.h
1400 F: pc-bios/bios-microvm.bin
1403 M: Eduardo Habkost <ehabkost@redhat.com>
1404 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1407 F: hw/core/machine-qmp-cmds.c
1408 F: hw/core/machine.c
1409 F: hw/core/null-machine.c
1412 F: qapi/machine.json
1413 F: qapi/machine-target.json
1414 F: include/hw/boards.h
1415 F: include/hw/core/cpu.h
1416 F: include/hw/cpu/cluster.h
1417 F: include/sysemu/numa.h
1418 T: git https://github.com/ehabkost/qemu.git machine-next
1423 M: Max Filippov <jcmvbkbc@gmail.com>
1428 M: Max Filippov <jcmvbkbc@gmail.com>
1432 XTFPGA (LX60, LX200, ML605, KC705)
1433 M: Max Filippov <jcmvbkbc@gmail.com>
1435 F: hw/xtensa/xtfpga.c
1436 F: hw/net/opencores_eth.c
1441 M: Jiri Slaby <jslaby@suse.cz>
1446 M: John Snow <jsnow@redhat.com>
1447 L: qemu-block@nongnu.org
1454 F: hw/block/hd-geometry.c
1455 F: tests/qtest/ide-test.c
1456 F: tests/qtest/ahci-test.c
1457 F: tests/qtest/cdrom-test.c
1458 F: tests/qtest/libqos/ahci*
1459 T: git https://github.com/jnsnow/qemu.git ide
1462 M: Corey Minyard <minyard@acm.org>
1464 F: include/hw/ipmi/*
1466 F: hw/smbios/smbios_type_38.c
1467 F: tests/qtest/ipmi*
1468 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1471 M: John Snow <jsnow@redhat.com>
1472 L: qemu-block@nongnu.org
1475 F: include/hw/block/fdc.h
1476 F: tests/qtest/fdc-test.c
1477 T: git https://github.com/jnsnow/qemu.git ide
1480 M: Peter Maydell <peter.maydell@linaro.org>
1481 L: qemu-arm@nongnu.org
1484 F: include/hw/arm/omap.h
1487 M: Alberto Garcia <berto@igalia.com>
1489 F: hw/char/ipoctal232.c
1493 M: Michael S. Tsirkin <mst@redhat.com>
1494 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1497 F: hw/misc/pci-testdev.c
1502 F: default-configs/pci.mak
1505 M: Michael S. Tsirkin <mst@redhat.com>
1506 M: Igor Mammedov <imammedo@redhat.com>
1508 F: include/hw/acpi/*
1509 F: include/hw/firmware/smbios.h
1513 F: hw/i386/acpi-build.[hc]
1514 F: hw/arm/virt-acpi-build.c
1515 F: tests/qtest/bios-tables-test.c
1516 F: tests/qtest/acpi-utils.[hc]
1520 R: Dongjiu Geng <gengdongjiu@huawei.com>
1521 R: Xiang Zheng <zhengxiang9@huawei.com>
1522 L: qemu-arm@nongnu.org
1525 F: include/hw/acpi/ghes.h
1526 F: docs/specs/acpi_hest_ghes.rst
1529 M: David Gibson <david@gibson.dropbear.id.au>
1530 L: qemu-ppc@nongnu.org
1533 F: hw/i2c/ppc4xx_i2c.c
1534 F: include/hw/ppc/ppc4xx.h
1535 F: include/hw/i2c/ppc4xx_i2c.h
1538 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1539 R: Paolo Bonzini <pbonzini@redhat.com>
1544 M: Jason Wang <jasowang@redhat.com>
1548 F: tests/qtest/virtio-net-test.c
1549 F: docs/virtio-net-failover.rst
1550 T: git https://github.com/jasowang/qemu.git net
1552 Parallel NOR Flash devices
1553 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1554 T: git https://gitlab.com/philmd/qemu.git pflash-next
1556 F: hw/block/pflash_cfi*.c
1557 F: include/hw/block/flash.h
1560 M: Paolo Bonzini <pbonzini@redhat.com>
1561 R: Fam Zheng <fam@euphon.net>
1563 F: include/hw/scsi/*
1565 F: tests/qtest/virtio-scsi-test.c
1566 T: git https://github.com/bonzini/qemu.git scsi-next
1569 M: Alistair Francis <alistair@alistair23.me>
1572 F: hw/block/m25p80.c
1573 F: include/hw/ssi/ssi.h
1575 F: tests/qtest/m25p80-test.c
1578 M: Alistair Francis <alistair@alistair23.me>
1583 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1585 F: include/hw/sd/sd*
1592 M: Gerd Hoffmann <kraxel@redhat.com>
1595 F: tests/qtest/usb-*-test.c
1597 F: docs/usb-storage.txt
1600 F: default-configs/usb.mak
1602 USB (serial adapter)
1603 M: Gerd Hoffmann <kraxel@redhat.com>
1604 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1606 F: hw/usb/dev-serial.c
1609 M: Alex Williamson <alex.williamson@redhat.com>
1615 M: Cornelia Huck <cohuck@redhat.com>
1616 M: Eric Farman <farman@linux.ibm.com>
1619 F: hw/s390x/s390-ccw.c
1620 F: include/hw/s390x/s390-ccw.h
1621 F: include/hw/s390x/vfio-ccw.h
1622 T: git https://github.com/cohuck/qemu.git s390-next
1623 L: qemu-s390x@nongnu.org
1626 M: Christian Borntraeger <borntraeger@de.ibm.com>
1627 M: Tony Krowiak <akrowiak@linux.ibm.com>
1628 M: Halil Pasic <pasic@linux.ibm.com>
1629 M: Pierre Morel <pmorel@linux.ibm.com>
1631 F: hw/s390x/ap-device.c
1632 F: hw/s390x/ap-bridge.c
1633 F: include/hw/s390x/ap-device.h
1634 F: include/hw/s390x/ap-bridge.h
1636 F: docs/system/s390x/vfio-ap.rst
1637 L: qemu-s390x@nongnu.org
1640 M: Michael S. Tsirkin <mst@redhat.com>
1643 F: docs/interop/vhost-user.json
1644 F: docs/interop/vhost-user.rst
1645 F: contrib/vhost-user-*/
1646 F: backends/vhost-user.c
1647 F: include/sysemu/vhost-user-backend.h
1650 M: Michael S. Tsirkin <mst@redhat.com>
1653 F: hw/virtio/Makefile.objs
1654 F: hw/virtio/trace-events
1656 F: include/hw/virtio/
1659 M: Michael S. Tsirkin <mst@redhat.com>
1660 M: David Hildenbrand <david@redhat.com>
1662 F: hw/virtio/virtio-balloon*.c
1663 F: include/hw/virtio/virtio-balloon.h
1665 F: include/sysemu/balloon.h
1668 M: Greg Kurz <groug@kaod.org>
1669 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1674 F: docs/interop/virtfs-proxy-helper.rst
1675 F: tests/qtest/virtio-9p-test.c
1676 T: git https://github.com/gkurz/qemu.git 9p-next
1679 M: Stefan Hajnoczi <stefanha@redhat.com>
1680 L: qemu-block@nongnu.org
1682 F: hw/block/virtio-blk.c
1683 F: hw/block/dataplane/*
1684 F: tests/qtest/virtio-blk-test.c
1685 T: git https://github.com/stefanha/qemu.git block
1688 M: Cornelia Huck <cohuck@redhat.com>
1689 M: Halil Pasic <pasic@linux.ibm.com>
1691 F: hw/s390x/virtio-ccw*.[hc]
1692 F: hw/s390x/vhost-vsock-ccw.c
1693 T: git https://github.com/cohuck/qemu.git s390-next
1694 T: git https://github.com/borntraeger/qemu.git s390-next
1695 L: qemu-s390x@nongnu.org
1698 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1699 M: Stefan Hajnoczi <stefanha@redhat.com>
1701 F: tools/virtiofsd/*
1702 F: hw/virtio/vhost-user-fs*
1703 F: include/hw/virtio/vhost-user-fs.h
1704 F: docs/interop/virtiofsd.rst
1707 M: Gerd Hoffmann <kraxel@redhat.com>
1709 F: hw/input/vhost-user-input.c
1710 F: hw/input/virtio-input*.c
1711 F: include/hw/virtio/virtio-input.h
1712 F: contrib/vhost-user-input/*
1715 M: Eric Auger <eric.auger@redhat.com>
1717 F: hw/virtio/virtio-iommu*.c
1718 F: include/hw/virtio/virtio-iommu.h
1721 M: Laurent Vivier <lvivier@redhat.com>
1722 R: Amit Shah <amit@kernel.org>
1724 F: hw/char/virtio-serial-bus.c
1725 F: hw/char/virtio-console.c
1726 F: include/hw/virtio/virtio-serial.h
1727 F: tests/qtest/virtio-serial-test.c
1730 M: Laurent Vivier <lvivier@redhat.com>
1731 R: Amit Shah <amit@kernel.org>
1733 F: hw/virtio/virtio-rng.c
1734 F: include/hw/virtio/virtio-rng.h
1735 F: include/sysemu/rng*.h
1737 F: tests/qtest/virtio-rng-test.c
1740 M: Gonglei <arei.gonglei@huawei.com>
1742 F: hw/virtio/virtio-crypto.c
1743 F: hw/virtio/virtio-crypto-pci.c
1744 F: include/hw/virtio/virtio-crypto.h
1747 M: Keith Busch <kbusch@kernel.org>
1748 L: qemu-block@nongnu.org
1751 F: tests/qtest/nvme-test.c
1754 M: Hannes Reinecke <hare@suse.com>
1755 L: qemu-block@nongnu.org
1757 F: hw/scsi/megasas.c
1759 F: tests/qtest/megasas-test.c
1761 Network packet abstractions
1762 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1764 F: include/net/eth.h
1766 F: hw/net/net_rx_pkt*
1767 F: hw/net/net_tx_pkt*
1770 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1773 F: hw/scsi/vmw_pvscsi*
1774 F: tests/qtest/vmxnet3-test.c
1777 M: Jiri Pirko <jiri@resnulli.us>
1781 F: docs/specs/rocker.txt
1784 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1788 F: include/hw/mem/nvdimm.h
1792 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1797 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1802 M: Stefan Weil <sw@weilnetz.de>
1804 F: hw/net/eepro100.c
1807 M: Sven Schnelle <svens@stackframe.org>
1813 M: Alistair Francis <alistair@alistair23.me>
1815 F: hw/core/generic-loader.c
1816 F: include/hw/core/generic-loader.h
1817 F: docs/generic-loader.txt
1819 Intel Hexadecimal Object File Loader
1820 M: Su Hang <suhang16@mails.ucas.ac.cn>
1822 F: tests/qtest/hexloader-test.c
1823 F: tests/data/hex-loader/test.hex
1826 M: Thomas Huth <thuth@redhat.com>
1828 F: hw/nvram/chrp_nvram.c
1829 F: include/hw/nvram/chrp_nvram.h
1830 F: tests/qtest/prom-env-test.c
1833 M: Ben Warren <ben@skyportsystems.com>
1835 F: hw/acpi/vmgenid.c
1836 F: include/hw/acpi/vmgenid.h
1837 F: docs/specs/vmgenid.txt
1838 F: tests/qtest/vmgenid-test.c
1841 Unimplemented device
1842 M: Peter Maydell <peter.maydell@linaro.org>
1843 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1845 F: include/hw/misc/unimp.h
1849 M: Gerd Hoffmann <kraxel@redhat.com>
1852 F: hw/display/bochs-display.c
1853 F: include/hw/display/vga.h
1854 F: include/hw/display/bochs-vbe.h
1857 M: Gerd Hoffmann <kraxel@redhat.com>
1859 F: hw/display/ramfb*.c
1860 F: include/hw/display/ramfb.h
1863 M: Gerd Hoffmann <kraxel@redhat.com>
1865 F: hw/display/virtio-gpu*
1866 F: hw/display/virtio-vga.*
1867 F: include/hw/virtio/virtio-gpu.h
1870 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1872 F: contrib/vhost-user-blk/
1873 F: contrib/vhost-user-scsi/
1874 F: hw/block/vhost-user-blk.c
1875 F: hw/scsi/vhost-user-scsi.c
1876 F: hw/virtio/vhost-user-blk-pci.c
1877 F: hw/virtio/vhost-user-scsi-pci.c
1878 F: include/hw/virtio/vhost-user-blk.h
1879 F: include/hw/virtio/vhost-user-scsi.h
1882 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1883 M: Gerd Hoffmann <kraxel@redhat.com>
1885 F: docs/interop/vhost-user-gpu.rst
1886 F: contrib/vhost-user-gpu
1887 F: hw/display/vhost-user-*
1890 M: Gerd Hoffmann <kraxel@redhat.com>
1892 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1893 F: hw/display/cirrus*
1896 M: Gerd Hoffmann <kraxel@redhat.com>
1899 F: include/hw/display/edid.h
1902 PIIX4 South Bridge (i82371AB)
1903 M: Hervé Poussineau <hpoussin@reactos.org>
1904 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1907 F: include/hw/southbridge/piix.h
1909 Firmware configuration (fw_cfg)
1910 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1911 R: Laszlo Ersek <lersek@redhat.com>
1912 R: Gerd Hoffmann <kraxel@redhat.com>
1914 F: docs/specs/fw_cfg.txt
1915 F: hw/nvram/fw_cfg.c
1917 F: include/hw/nvram/fw_cfg.h
1918 F: include/standard-headers/linux/qemu_fw_cfg.h
1919 F: tests/qtest/libqos/fw_cfg.c
1920 F: tests/qtest/fw_cfg-test.c
1921 T: git https://github.com/philmd/qemu.git fw_cfg-next
1924 M: David Gibson <david@gibson.dropbear.id.au>
1925 M: Cédric Le Goater <clg@kaod.org>
1926 L: qemu-ppc@nongnu.org
1929 F: include/hw/*/*xive*
1935 M: Gerd Hoffmann <kraxel@redhat.com>
1939 F: include/hw/audio/
1940 F: tests/qtest/ac97-test.c
1941 F: tests/qtest/es1370-test.c
1942 F: tests/qtest/intel-hda-test.c
1945 M: Kevin Wolf <kwolf@redhat.com>
1946 M: Max Reitz <mreitz@redhat.com>
1947 L: qemu-block@nongnu.org
1954 F: docs/interop/qemu-img.rst
1956 F: tests/qemu-iotests/
1957 F: util/qemu-progress.c
1958 F: qobject/block-qdict.c
1959 F: tests/check-block-qdict.c
1960 T: git https://repo.or.cz/qemu/kevin.git block
1963 M: Stefan Hajnoczi <stefanha@redhat.com>
1964 M: Fam Zheng <fam@euphon.net>
1965 L: qemu-block@nongnu.org
1973 F: include/block/aio.h
1974 F: include/block/aio-wait.h
1975 F: scripts/qemugdb/aio.py
1976 T: git https://github.com/stefanha/qemu.git block
1978 Block SCSI subsystem
1979 M: Paolo Bonzini <pbonzini@redhat.com>
1980 R: Fam Zheng <fam@euphon.net>
1981 L: qemu-block@nongnu.org
1987 M: John Snow <jsnow@redhat.com>
1988 L: qemu-block@nongnu.org
1991 F: include/block/blockjob.h
1994 F: include/qemu/job.h
2000 T: git https://github.com/jnsnow/qemu.git jobs
2002 Block QAPI, monitor, command line
2003 M: Markus Armbruster <armbru@redhat.com>
2006 F: blockdev-hmp-cmds.c
2009 F: qapi/transaction.json
2010 T: git https://repo.or.cz/qemu/armbru.git block-next
2013 M: John Snow <jsnow@redhat.com>
2014 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2015 L: qemu-block@nongnu.org
2017 F: include/qemu/hbitmap.h
2018 F: include/block/dirty-bitmap.h
2019 F: block/dirty-bitmap.c
2020 F: block/qcow2-bitmap.c
2021 F: migration/block-dirty-bitmap.c
2023 F: tests/test-hbitmap.c
2024 F: docs/interop/bitmaps.rst
2025 T: git https://github.com/jnsnow/qemu.git bitmaps
2027 Character device backends
2028 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2029 R: Paolo Bonzini <pbonzini@redhat.com>
2035 Character Devices (Braille)
2036 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2040 Command line option argument parsing
2041 M: Markus Armbruster <armbru@redhat.com>
2043 F: include/qemu/option.h
2044 F: tests/test-keyval.c
2045 F: tests/test-qemu-opts.c
2047 F: util/qemu-option.c
2050 M: Markus Armbruster <armbru@redhat.com>
2052 F: scripts/coverity-model.c
2054 Coverity Scan integration
2055 M: Peter Maydell <peter.maydell@linaro.org>
2057 F: scripts/coverity-scan/
2060 M: Alistair Francis <alistair.francis@wdc.com>
2061 R: David Gibson <david@gibson.dropbear.id.au>
2064 F: include/sysemu/device_tree.h
2068 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2070 F: hw/misc/vmcoreinfo.c
2071 F: include/hw/misc/vmcoreinfo.h
2072 F: include/qemu/win_dump_defs
2073 F: include/sysemu/dump-arch.h
2074 F: include/sysemu/dump.h
2076 F: scripts/dump-guest-memory.py
2080 M: Markus Armbruster <armbru@redhat.com>
2082 F: include/qapi/error.h
2083 F: include/qemu/error-report.h
2086 F: util/qemu-error.c
2087 F: scripts/coccinelle/err-bad-newline.cocci
2088 F: scripts/coccinelle/error-use-after-free.cocci
2089 F: scripts/coccinelle/error_propagate_null.cocci
2090 F: scripts/coccinelle/remove_local_err.cocci
2091 F: scripts/coccinelle/use-error_fatal.cocci
2094 M: Alex Bennée <alex.bennee@linaro.org>
2095 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2101 M: Paolo Bonzini <pbonzini@redhat.com>
2103 F: include/exec/ioport.h
2105 F: include/exec/memop.h
2106 F: include/exec/memory.h
2107 F: include/exec/ram_addr.h
2108 F: include/exec/ramblock.h
2110 F: include/exec/memory-internal.h
2112 F: scripts/coccinelle/memory-region-housekeeping.cocci
2115 M: Gerd Hoffmann <kraxel@redhat.com>
2117 F: include/ui/qemu-spice.h
2118 F: include/ui/spice-display.h
2120 F: audio/spiceaudio.c
2123 F: docs/spice-port-fqdn.txt
2126 M: Gerd Hoffmann <kraxel@redhat.com>
2134 M: Peter Maydell <peter.maydell@linaro.org>
2139 M: Paolo Bonzini <pbonzini@redhat.com>
2142 F: include/qemu/main-loop.h
2143 F: include/sysemu/runstate.h
2145 F: util/qemu-timer.c
2148 F: qapi/run-state.json
2151 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2153 F: monitor/monitor-internal.h
2155 F: monitor/monitor.c
2159 F: include/monitor/hmp-target.h
2160 F: tests/qtest/test-hmp.c
2161 F: include/qemu/qemu-print.h
2162 F: util/qemu-print.c
2164 Network device backends
2165 M: Jason Wang <jasowang@redhat.com>
2169 F: qemu-bridge-helper.c
2170 T: git https://github.com/jasowang/qemu.git net
2173 Netmap network backend
2174 M: Luigi Rizzo <rizzo@iet.unipi.it>
2175 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2176 M: Vincenzo Maffione <v.maffione@gmail.com>
2177 W: http://info.iet.unipi.it/~luigi/netmap/
2181 Host Memory Backends
2182 M: Eduardo Habkost <ehabkost@redhat.com>
2183 M: Igor Mammedov <imammedo@redhat.com>
2185 F: backends/hostmem*.c
2186 F: include/sysemu/hostmem.h
2187 T: git https://github.com/ehabkost/qemu.git machine-next
2190 M: Gonglei <arei.gonglei@huawei.com>
2192 F: include/sysemu/cryptodev*.h
2193 F: backends/cryptodev*.c
2196 M: Eduardo Habkost <ehabkost@redhat.com>
2197 M: Cleber Rosa <crosa@redhat.com>
2204 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2206 F: scripts/simplebench/
2209 M: Markus Armbruster <armbru@redhat.com>
2210 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2215 X: include/qapi/qmp/
2216 F: include/qapi/qmp/dispatch.h
2217 F: tests/qapi-schema/
2218 F: tests/test-*-visitor.c
2219 F: tests/test-qapi-*.c
2220 F: tests/test-qmp-*.c
2221 F: tests/test-visitor-serialization.c
2222 F: scripts/qapi-gen.py
2225 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2228 M: Eric Blake <eblake@redhat.com>
2229 M: Markus Armbruster <armbru@redhat.com>
2232 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2235 M: Markus Armbruster <armbru@redhat.com>
2238 F: include/qapi/qmp/
2239 X: include/qapi/qmp/dispatch.h
2240 F: scripts/coccinelle/qobject.cocci
2241 F: tests/check-qdict.c
2242 F: tests/check-qjson.c
2243 F: tests/check-qlist.c
2244 F: tests/check-qlit.c
2245 F: tests/check-qnull.c
2246 F: tests/check-qnum.c
2247 F: tests/check-qobject.c
2248 F: tests/check-qstring.c
2249 F: tests/data/qobject/qdict.txt
2250 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2253 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2256 F: docs/interop/qemu-ga.rst
2257 F: scripts/qemu-guest-agent/
2259 F: docs/interop/qemu-ga-ref.texi
2260 T: git https://github.com/mdroth/qemu.git qga
2263 M: Paolo Bonzini <pbonzini@redhat.com>
2264 R: Daniel P. Berrange <berrange@redhat.com>
2265 R: Eduardo Habkost <ehabkost@redhat.com>
2267 F: docs/qdev-device-use.txt
2270 F: include/monitor/qdev.h
2276 F: tests/check-qom-interface.c
2277 F: tests/check-qom-proplist.c
2278 F: tests/test-qdev-global-props.c
2281 M: Markus Armbruster <armbru@redhat.com>
2283 F: monitor/monitor-internal.h
2286 F: monitor/monitor.c
2288 F: docs/devel/*qmp-*
2289 F: docs/interop/*qmp-*
2291 F: tests/qtest/qmp-test.c
2292 F: tests/qtest/qmp-cmd-test.c
2293 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2296 M: Thomas Huth <thuth@redhat.com>
2297 M: Laurent Vivier <lvivier@redhat.com>
2298 R: Paolo Bonzini <pbonzini@redhat.com>
2305 M: Alexander Bulekov <alxndr@bu.edu>
2306 R: Paolo Bonzini <pbonzini@redhat.com>
2307 R: Bandan Das <bsd@redhat.com>
2308 R: Stefan Hajnoczi <stefanha@redhat.com>
2310 F: tests/qtest/fuzz/
2313 M: Alistair Francis <alistair@alistair23.me>
2315 F: hw/core/register.c
2316 F: include/hw/register.h
2317 F: include/hw/registerfields.h
2320 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2324 F: include/net/slirp.h
2325 T: git https://people.debian.org/~sthibault/qemu.git slirp
2328 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2331 F: include/hw/stream.h
2334 M: Paolo Bonzini <pbonzini@redhat.com>
2339 M: Stefan Hajnoczi <stefanha@redhat.com>
2343 F: docs/qemu-option-trace.rst.inc
2344 F: scripts/tracetool.py
2345 F: scripts/tracetool/
2346 F: scripts/qemu-trace-stap*
2347 F: docs/interop/qemu-trace-stap.rst
2348 F: docs/devel/tracing.txt
2349 T: git https://github.com/stefanha/qemu.git tracing
2352 M: Stefan Berger <stefanb@linux.ibm.com>
2357 F: include/hw/acpi/tpm.h
2358 F: include/sysemu/tpm*
2361 F: tests/qtest/*tpm*
2362 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2366 F: scripts/checkpatch.pl
2369 M: Juan Quintela <quintela@redhat.com>
2370 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2372 F: hw/core/vmstate-if.c
2373 F: include/hw/vmstate-if.h
2374 F: include/migration/
2376 F: scripts/vmstate-static-checker.py
2377 F: tests/vmstate-static-checker-data/
2378 F: tests/qtest/migration-test.c
2379 F: docs/devel/migration.rst
2380 F: qapi/migration.json
2383 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2385 F: backends/dbus-vmstate.c
2386 F: tests/dbus-vmstate*
2388 F: include/qemu/dbus.h
2389 F: docs/interop/dbus.rst
2390 F: docs/interop/dbus-vmstate.rst
2393 M: Eduardo Otubo <otubo@redhat.com>
2396 F: include/sysemu/seccomp.h
2399 M: Daniel P. Berrange <berrange@redhat.com>
2403 F: tests/test-crypto-*
2404 F: tests/benchmark-crypto-*
2405 F: tests/crypto-tls-*
2406 F: tests/pkix_asn1_tab.c
2410 M: Stefan Hajnoczi <stefanha@redhat.com>
2411 M: Kevin Wolf <kwolf@redhat.com>
2414 F: include/qemu/coroutine*
2415 F: tests/test-coroutine.c
2418 M: Daniel P. Berrange <berrange@redhat.com>
2421 F: include/qemu/buffer.h
2424 M: Daniel P. Berrange <berrange@redhat.com>
2431 M: Daniel P. Berrange <berrange@redhat.com>
2436 F: tests/test-authz-*
2439 M: Daniel P. Berrange <berrange@redhat.com>
2440 M: Gerd Hoffmann <kraxel@redhat.com>
2442 F: include/qemu/sockets.h
2443 F: util/qemu-sockets.c
2444 F: qapi/sockets.json
2447 M: Daniel P. Berrange <berrange@redhat.com>
2449 F: util/filemonitor*.c
2450 F: include/qemu/filemonitor.h
2451 F: tests/test-util-filemonitor.c
2453 Throttling infrastructure
2454 M: Alberto Garcia <berto@igalia.com>
2456 F: block/throttle-groups.c
2457 F: include/block/throttle-groups.h
2458 F: include/qemu/throttle*.h
2460 F: docs/throttle.txt
2461 F: tests/test-throttle.c
2462 L: qemu-block@nongnu.org
2465 M: Fam Zheng <fam@euphon.net>
2468 F: include/qemu/uuid.h
2469 F: tests/test-uuid.c
2472 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2475 F: include/migration/colo.h
2476 F: include/migration/failover.h
2480 M: Zhang Chen <chen.zhang@intel.com>
2481 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2483 F: docs/colo-proxy.txt
2485 F: net/filter-rewriter.c
2486 F: net/filter-mirror.c
2489 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2490 R: Paolo Bonzini <pbonzini@redhat.com>
2491 W: https://wiki.qemu.org/Features/record-replay
2494 F: block/blkreplay.c
2495 F: net/filter-replay.c
2496 F: include/sysemu/replay.h
2501 M: Peter Xu <peterx@redhat.com>
2503 F: include/qemu/iova-tree.h
2507 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2512 M: Corey Minyard <cminyard@mvista.com>
2515 F: hw/i2c/smbus_slave.c
2516 F: hw/i2c/smbus_master.c
2517 F: hw/i2c/smbus_eeprom.c
2518 F: include/hw/i2c/i2c.h
2519 F: include/hw/i2c/smbus_master.h
2520 F: include/hw/i2c/smbus_slave.h
2521 F: include/hw/i2c/smbus_eeprom.h
2524 M: Laszlo Ersek <lersek@redhat.com>
2525 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2527 F: pc-bios/descriptors/??-edk2-*.json
2529 F: roms/Makefile.edk2
2532 F: tests/data/uefi-boot-images/
2533 F: tests/uefi-test-tools/
2534 F: .gitlab-ci-edk2.yml
2535 F: .gitlab-ci.d/edk2/
2539 Overall usermode emulation
2540 M: Riku Voipio <riku.voipio@iki.fi>
2543 F: accel/tcg/user-exec*.c
2548 F: default-configs/*-bsd-user.mak
2551 M: Riku Voipio <riku.voipio@iki.fi>
2552 R: Laurent Vivier <laurent@vivier.eu>
2555 F: default-configs/*-linux-user.mak
2556 F: scripts/qemu-binfmt-conf.sh
2557 F: scripts/update-syscalltbl.sh
2558 F: scripts/update-mips-syscall-args.sh
2559 F: scripts/gensyscalls.sh
2561 Tiny Code Generator (TCG)
2562 -------------------------
2564 M: Richard Henderson <rth@twiddle.net>
2570 M: Alex Bennée <alex.bennee@linaro.org>
2572 F: docs/devel/tcg-plugins.rst
2577 M: Richard Henderson <richard.henderson@linaro.org>
2579 L: qemu-arm@nongnu.org
2585 M: Andrzej Zaborowski <balrogg@gmail.com>
2587 L: qemu-arm@nongnu.org
2592 M: Richard Henderson <rth@twiddle.net>
2598 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2599 R: Aurelien Jarno <aurelien@aurel32.net>
2600 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2605 M: Richard Henderson <rth@twiddle.net>
2611 M: Palmer Dabbelt <palmer@dabbelt.com>
2612 M: Alistair Francis <Alistair.Francis@wdc.com>
2613 L: qemu-riscv@nongnu.org
2619 M: Richard Henderson <rth@twiddle.net>
2623 L: qemu-s390x@nongnu.org
2631 M: Stefan Weil <sw@weilnetz.de>
2640 M: Fam Zheng <fam@euphon.net>
2641 L: qemu-block@nongnu.org
2646 M: Jason Dillaman <dillaman@redhat.com>
2647 L: qemu-block@nongnu.org
2652 M: Liu Yuan <namei.unix@gmail.com>
2653 L: qemu-block@nongnu.org
2654 L: sheepdog@lists.wpkg.org
2659 M: Jeff Cody <codyprime@gmail.com>
2660 L: qemu-block@nongnu.org
2665 M: Stefan Weil <sw@weilnetz.de>
2666 L: qemu-block@nongnu.org
2671 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2672 M: Paolo Bonzini <pbonzini@redhat.com>
2673 M: Peter Lieven <pl@kamp.de>
2674 L: qemu-block@nongnu.org
2677 F: block/iscsi-opts.c
2679 Network Block Device (NBD)
2680 M: Eric Blake <eblake@redhat.com>
2681 L: qemu-block@nongnu.org
2685 F: include/block/nbd*
2688 F: docs/interop/nbd.txt
2689 F: docs/interop/qemu-nbd.rst
2690 T: git https://repo.or.cz/qemu/ericb.git nbd
2693 M: Peter Lieven <pl@kamp.de>
2694 L: qemu-block@nongnu.org
2699 M: Richard W.M. Jones <rjones@redhat.com>
2700 L: qemu-block@nongnu.org
2705 L: qemu-block@nongnu.org
2710 L: qemu-block@nongnu.org
2711 L: integration@gluster.org
2716 M: Fam Zheng <fam@euphon.net>
2717 L: qemu-block@nongnu.org
2722 M: Fam Zheng <fam@euphon.net>
2723 L: qemu-block@nongnu.org
2728 M: Gonglei <arei.gonglei@huawei.com>
2733 M: Alberto Garcia <berto@igalia.com>
2736 L: qemu-block@nongnu.org
2739 M: Ari Sundholm <ari@tuxera.com>
2740 L: qemu-block@nongnu.org
2742 F: block/blklogwrites.c
2745 M: Stefan Hajnoczi <stefanha@redhat.com>
2746 L: qemu-block@nongnu.org
2748 F: block/blkverify.c
2751 M: Stefan Hajnoczi <stefanha@redhat.com>
2752 L: qemu-block@nongnu.org
2757 M: Stefan Hajnoczi <stefanha@redhat.com>
2758 L: qemu-block@nongnu.org
2763 M: Stefan Hajnoczi <stefanha@redhat.com>
2764 L: qemu-block@nongnu.org
2769 M: Stefan Hajnoczi <stefanha@redhat.com>
2770 M: Denis V. Lunev <den@openvz.org>
2771 L: qemu-block@nongnu.org
2773 F: block/parallels.c
2774 F: docs/interop/parallels.txt
2777 M: Stefan Hajnoczi <stefanha@redhat.com>
2778 L: qemu-block@nongnu.org
2783 M: Kevin Wolf <kwolf@redhat.com>
2784 L: qemu-block@nongnu.org
2786 F: block/linux-aio.c
2787 F: include/block/raw-aio.h
2788 F: block/raw-format.c
2789 F: block/file-posix.c
2790 F: block/file-win32.c
2791 F: block/win32-aio.c
2794 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2795 M: Julia Suvorova <jusual@redhat.com>
2796 M: Stefan Hajnoczi <stefanha@redhat.com>
2797 L: qemu-block@nongnu.org
2803 M: Kevin Wolf <kwolf@redhat.com>
2804 M: Max Reitz <mreitz@redhat.com>
2805 L: qemu-block@nongnu.org
2808 F: docs/interop/qcow2.txt
2811 M: Kevin Wolf <kwolf@redhat.com>
2812 L: qemu-block@nongnu.org
2817 M: Kevin Wolf <kwolf@redhat.com>
2818 M: Max Reitz <mreitz@redhat.com>
2819 L: qemu-block@nongnu.org
2824 M: Kevin Wolf <kwolf@redhat.com>
2825 L: qemu-block@nongnu.org
2830 M: Kevin Wolf <kwolf@redhat.com>
2831 L: qemu-block@nongnu.org
2836 M: Stefan Hajnoczi <stefanha@redhat.com>
2837 L: qemu-block@nongnu.org
2839 F: tests/image-fuzzer/
2842 M: Wen Congyang <wencongyang2@huawei.com>
2843 M: Xie Changlong <xiechanglong.d@gmail.com>
2846 F: block/replication.c
2847 F: tests/test-replication.c
2848 F: docs/block-replication.txt
2851 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2852 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2857 F: contrib/rdmacm-mux/*
2861 M: Alex Bennée <alex.bennee@linaro.org>
2864 F: include/hw/semihosting/
2866 Build and test automation
2867 -------------------------
2868 Build and test automation
2869 M: Alex Bennée <alex.bennee@linaro.org>
2870 M: Fam Zheng <fam@euphon.net>
2871 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2873 F: .github/lockdown.yml
2879 F: scripts/archive-source.sh
2880 W: https://travis-ci.org/qemu/qemu
2881 W: https://app.shippable.com/github/qemu/qemu
2882 W: http://patchew.org/QEMU/
2884 FreeBSD Hosted Continuous Integration
2885 M: Ed Maste <emaste@freebsd.org>
2886 M: Li-Wen Hsu <lwhsu@freebsd.org>
2889 W: https://cirrus-ci.com/github/qemu/qemu
2891 GitLab Continuous Integration
2892 M: Thomas Huth <thuth@redhat.com>
2896 Guest Test Compilation Support
2897 M: Alex Bennée <alex.bennee@linaro.org>
2898 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2900 F: tests/tcg/Makefile
2901 F: tests/tcg/Makefile.include
2905 Build system architecture
2906 M: Daniel P. Berrange <berrange@redhat.com>
2908 F: docs/devel/build-system.txt
2910 GIT Data Mining Config
2911 M: Alex Bennée <alex.bennee@linaro.org>
2916 Incompatible changes
2917 R: libvir-list@redhat.com
2918 F: docs/system/deprecated.rst
2923 M: Daniel P. Berrange <berrange@redhat.com>
2925 F: scripts/git-submodule.sh
2928 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2931 Sphinx documentation configuration and build machinery
2932 M: Peter Maydell <peter.maydell@linaro.org>