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>
88 M: Thomas Huth <thuth@redhat.com>
90 F: configs/devices/s390x-softmmu/default.mak
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
99 F: hw/watchdog/wdt_diag288.c
101 F: include/hw/watchdog/wdt_diag288.h
103 F: pc-bios/s390-ccw.img
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://gitlab.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 MIPS general architecture support
113 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
114 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
116 K: ^Subject:.*(?i)mips
118 Guest CPU cores (TCG)
119 ---------------------
121 M: Richard Henderson <richard.henderson@linaro.org>
122 R: Paolo Bonzini <pbonzini@redhat.com>
127 F: page-vary-common.c
129 F: accel/stubs/tcg-stub.c
132 F: scripts/decodetree.py
133 F: docs/devel/decodetree.rst
134 F: include/exec/cpu*.h
135 F: include/exec/exec-all.h
136 F: include/exec/helper*.h
137 F: include/sysemu/cpus.h
138 F: include/sysemu/tcg.h
139 F: include/hw/core/tcg-cpu-ops.h
142 M: Aurelien Jarno <aurelien@aurel32.net>
143 M: Peter Maydell <peter.maydell@linaro.org>
144 M: Alex Bennée <alex.bennee@linaro.org>
151 M: Richard Henderson <richard.henderson@linaro.org>
158 M: Peter Maydell <peter.maydell@linaro.org>
159 L: qemu-arm@nongnu.org
163 F: tests/tcg/aarch64/
164 F: tests/qtest/arm-cpu-features.c
167 F: include/hw/cpu/a*mpcore.h
170 F: docs/system/target-arm.rst
171 F: docs/system/arm/cpu-features.rst
174 M: Eric Auger <eric.auger@redhat.com>
175 L: qemu-arm@nongnu.org
178 F: include/hw/arm/smmu*
179 F: tests/avocado/smmu.py
182 M: Michael Rolnik <mrolnik@gmail.com>
184 F: docs/system/target-avr.rst
185 F: gdb-xml/avr-cpu.xml
187 F: tests/avocado/machine_avr6.py
190 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
199 M: Taylor Simpson <tsimpson@quicinc.com>
202 F: linux-user/hexagon/
203 F: tests/tcg/hexagon/
205 F: configs/targets/hexagon-linux-user/default.mak
206 F: docker/dockerfiles/debian-hexagon-cross.docker
207 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
209 HPPA (PA-RISC) TCG CPUs
210 M: Richard Henderson <richard.henderson@linaro.org>
216 M: Song Gao <gaosong@loongson.cn>
217 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
220 F: tests/tcg/loongarch64/
223 M: Laurent Vivier <laurent@vivier.eu>
229 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
231 F: target/microblaze/
233 F: disas/microblaze.c
234 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
235 F: tests/tcg/nios2/Makefile.target
238 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
239 R: Aurelien Jarno <aurelien@aurel32.net>
240 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
241 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
245 F: docs/system/cpu-models-mips.rst.inc
248 MIPS TCG CPUs (nanoMIPS ISA)
251 F: target/mips/tcg/*nanomips*
254 M: Chris Wulff <crwulff@gmail.com>
255 M: Marek Vasut <marex@denx.de>
260 F: configs/devices/nios2-softmmu/default.mak
261 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
264 M: Stafford Horne <shorne@gmail.com>
268 F: tests/tcg/openrisc/
271 M: Cédric Le Goater <clg@kaod.org>
272 M: Daniel Henrique Barboza <danielhb413@gmail.com>
273 R: David Gibson <david@gibson.dropbear.id.au>
274 R: Greg Kurz <groug@kaod.org>
275 L: qemu-ppc@nongnu.org
279 F: hw/ppc/ppc_booke.c
280 F: include/hw/ppc/ppc.h
283 M: Palmer Dabbelt <palmer@dabbelt.com>
284 M: Alistair Francis <alistair.francis@wdc.com>
285 M: Bin Meng <bin.meng@windriver.com>
286 L: qemu-riscv@nongnu.org
291 F: linux-user/host/riscv32/
292 F: linux-user/host/riscv64/
294 RISC-V XVentanaCondOps extension
295 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
296 L: qemu-riscv@nongnu.org
298 F: target/riscv/XVentanaCondOps.decode
299 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
302 R: Yoshinori Sato <ysato@users.sourceforge.jp>
307 M: Richard Henderson <richard.henderson@linaro.org>
308 M: David Hildenbrand <david@redhat.com>
314 L: qemu-s390x@nongnu.org
317 R: Yoshinori Sato <ysato@users.sourceforge.jp>
325 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
326 M: Artyom Tarasenko <atar4qemu@gmail.com>
331 F: include/hw/sparc/sparc64.h
335 M: Paolo Bonzini <pbonzini@redhat.com>
336 M: Richard Henderson <richard.henderson@linaro.org>
337 M: Eduardo Habkost <eduardo@habkost.net>
343 F: docs/system/cpu-models-x86*
344 T: git https://gitlab.com/ehabkost/qemu.git x86-next
347 M: Max Filippov <jcmvbkbc@gmail.com>
348 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
354 F: include/hw/xtensa/xtensa-isa.h
355 F: configs/devices/xtensa*/default.mak
358 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
362 F: include/hw/tricore/
363 F: tests/tcg/tricore/
365 Multiarch Linux User Tests
366 M: Alex Bennée <alex.bennee@linaro.org>
368 F: tests/tcg/multiarch/
370 Guest CPU Cores (KVM)
371 ---------------------
373 M: Paolo Bonzini <pbonzini@redhat.com>
374 L: kvm@vger.kernel.org
378 F: accel/stubs/kvm-stub.c
380 F: include/sysemu/kvm*.h
381 F: scripts/kvm/kvm_flightrecorder
384 M: Peter Maydell <peter.maydell@linaro.org>
385 L: qemu-arm@nongnu.org
390 M: Huacai Chen <chenhuacai@kernel.org>
393 F: target/mips/sysemu/
396 M: Cédric Le Goater <clg@kaod.org>
397 M: Daniel Henrique Barboza <danielhb413@gmail.com>
398 R: David Gibson <david@gibson.dropbear.id.au>
399 R: Greg Kurz <groug@kaod.org>
404 M: Halil Pasic <pasic@linux.ibm.com>
405 M: Christian Borntraeger <borntraeger@linux.ibm.com>
408 F: target/s390x/machine.c
409 F: target/s390x/sigp.c
411 F: include/hw/s390x/pv.h
413 T: git https://github.com/borntraeger/qemu.git s390-next
414 L: qemu-s390x@nongnu.org
417 M: Paolo Bonzini <pbonzini@redhat.com>
418 M: Marcelo Tosatti <mtosatti@redhat.com>
419 L: kvm@vger.kernel.org
421 F: docs/system/i386/amd-memory-encryption.rst
422 F: docs/system/i386/sgx.rst
425 F: scripts/kvm/vmxcap
427 Guest CPU Cores (other accelerators)
428 ------------------------------------
430 M: Richard Henderson <richard.henderson@linaro.org>
431 R: Paolo Bonzini <pbonzini@redhat.com>
433 F: include/qemu/accel.h
434 F: include/sysemu/accel-ops.h
435 F: include/hw/core/accel-cpu.h
437 F: accel/Makefile.objs
438 F: accel/stubs/Makefile.objs
440 Apple Silicon HVF CPUs
441 M: Alexander Graf <agraf@csgraf.de>
446 M: Cameron Esfahani <dirty@apple.com>
447 M: Roman Bolshakov <r.bolshakov@yadro.com>
448 W: https://wiki.qemu.org/Features/HVF
453 M: Cameron Esfahani <dirty@apple.com>
454 M: Roman Bolshakov <r.bolshakov@yadro.com>
455 W: https://wiki.qemu.org/Features/HVF
458 F: include/sysemu/hvf.h
459 F: include/sysemu/hvf_int.h
462 M: Sunil Muthuswamy <sunilmut@microsoft.com>
465 F: include/sysemu/whpx.h
467 Guest CPU Cores (Xen)
468 ---------------------
470 M: Stefano Stabellini <sstabellini@kernel.org>
471 M: Anthony Perard <anthony.perard@citrix.com>
472 M: Paul Durrant <paul@xen.org>
473 L: xen-devel@lists.xenproject.org
478 F: hw/char/xen_console.c
479 F: hw/display/xenfb.c
483 F: hw/block/dataplane/xen*
487 F: hw/pci-host/xen_igd_pt.c
488 F: include/hw/block/dataplane/xen*
490 F: include/sysemu/xen.h
491 F: include/sysemu/xen-mapcache.h
492 F: stubs/xen-hw-stub.c
494 Guest CPU Cores (HAXM)
495 ---------------------
497 M: Wenchao Wang <wenchao.wang@intel.com>
498 L: haxm-team@intel.com
499 W: https://github.com/intel/haxm/issues
501 F: accel/stubs/hax-stub.c
502 F: include/sysemu/hax.h
505 Guest CPU Cores (NVMM)
506 ----------------------
507 NetBSD Virtual Machine Monitor (NVMM) CPU support
508 M: Kamil Rytarowski <kamil@netbsd.org>
509 M: Reinoud Zandijk <reinoud@netbsd.org>
511 F: include/sysemu/nvmm.h
517 M: Michael S. Tsirkin <mst@redhat.com>
518 M: Cornelia Huck <cohuck@redhat.com>
519 M: Paolo Bonzini <pbonzini@redhat.com>
522 F: scripts/update-linux-headers.sh
525 M: Paolo Bonzini <pbonzini@redhat.com>
528 F: include/sysemu/os-posix.h
530 F: include/qemu/*posix*.h
533 M: Kamil Rytarowski <kamil@netbsd.org>
534 M: Reinoud Zandijk <reinoud@netbsd.org>
535 M: Ryo ONODERA <ryoon@netbsd.org>
537 K: ^Subject:.*(?i)NetBSD
540 M: Brad Smith <brad@comstyle.com>
542 K: ^Subject:.*(?i)OpenBSD
545 M: Stefan Weil <sw@weilnetz.de>
554 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
556 F: .gitlab-ci.d/cirrus/macos-*
561 M: Richard Henderson <richard.henderson@linaro.org>
564 F: hw/isa/smc37c669-superio.c
565 F: tests/tcg/alpha/system/
570 M: Beniamino Galvani <b.galvani@gmail.com>
571 M: Peter Maydell <peter.maydell@linaro.org>
572 L: qemu-arm@nongnu.org
575 F: include/hw/*/allwinner*
576 F: hw/arm/cubieboard.c
577 F: docs/system/arm/cubieboard.rst
580 M: Niek Linnenbank <nieklinnenbank@gmail.com>
581 L: qemu-arm@nongnu.org
583 F: hw/*/allwinner-h3*
584 F: include/hw/*/allwinner-h3*
586 F: docs/system/arm/orangepi.rst
588 ARM PrimeCell and CMSDK devices
589 M: Peter Maydell <peter.maydell@linaro.org>
590 L: qemu-arm@nongnu.org
593 F: include/hw/char/pl011.h
596 F: include/hw/dma/pl080.h
603 F: include/hw/ssi/pl022.h
605 F: include/hw/rtc/pl031.h
606 F: include/hw/arm/primecell.h
607 F: hw/timer/cmsdk-apb-timer.c
608 F: include/hw/timer/cmsdk-apb-timer.h
609 F: tests/qtest/cmsdk-apb-timer-test.c
610 F: hw/timer/cmsdk-apb-dualtimer.c
611 F: include/hw/timer/cmsdk-apb-dualtimer.h
612 F: tests/qtest/cmsdk-apb-dualtimer-test.c
613 F: hw/char/cmsdk-apb-uart.c
614 F: include/hw/char/cmsdk-apb-uart.h
615 F: hw/watchdog/cmsdk-apb-watchdog.c
616 F: include/hw/watchdog/cmsdk-apb-watchdog.h
617 F: tests/qtest/cmsdk-apb-watchdog-test.c
619 F: include/hw/misc/tz-ppc.h
621 F: include/hw/misc/tz-mpc.h
623 F: include/hw/misc/tz-msc.h
626 M: Peter Maydell <peter.maydell@linaro.org>
627 L: qemu-arm@nongnu.org
630 F: hw/intc/gic_internal.h
632 F: hw/misc/arm11scu.c
633 F: hw/misc/arm_l2x0.c
634 F: hw/misc/armv7m_ras.c
635 F: hw/timer/a9gtimer*
637 F: include/hw/arm/arm*.h
638 F: include/hw/intc/arm*
639 F: include/hw/misc/a9scu.h
640 F: include/hw/misc/arm11scu.h
641 F: include/hw/timer/a9gtimer.h
642 F: include/hw/timer/arm_mptimer.h
643 F: include/hw/timer/armv7m_systick.h
644 F: include/hw/misc/armv7m_ras.h
645 F: tests/qtest/test-arm-mptimer.c
648 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
649 M: Peter Maydell <peter.maydell@linaro.org>
650 L: qemu-arm@nongnu.org
653 F: include/hw/*/exynos*
656 M: Rob Herring <robh@kernel.org>
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
662 F: docs/system/arm/highbank.rst
665 M: Antony Pavlov <antonynpavlov@gmail.com>
666 M: Peter Maydell <peter.maydell@linaro.org>
667 L: qemu-arm@nongnu.org
669 F: include/hw/arm/digic.h
671 F: include/hw/*/digic*
672 F: tests/avocado/machine_arm_canona1100.py
673 F: docs/system/arm/digic.rst
676 M: Anup Patel <anup.patel@wdc.com>
677 M: Alistair Francis <Alistair.Francis@wdc.com>
678 L: qemu-riscv@nongnu.org
680 F: hw/rtc/goldfish_rtc.c
681 F: include/hw/rtc/goldfish_rtc.h
684 M: Peter Maydell <peter.maydell@linaro.org>
685 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
686 L: qemu-arm@nongnu.org
689 F: docs/system/arm/gumstix.rst
692 M: Peter Maydell <peter.maydell@linaro.org>
693 R: Jean-Christophe Dubois <jcd@tribudubois.net>
694 L: qemu-arm@nongnu.org
696 F: hw/arm/fsl-imx25.c
697 F: hw/arm/imx25_pdk.c
698 F: hw/misc/imx25_ccm.c
699 F: hw/watchdog/wdt_imx2.c
700 F: include/hw/arm/fsl-imx25.h
701 F: include/hw/misc/imx25_ccm.h
702 F: include/hw/watchdog/wdt_imx2.h
703 F: docs/system/arm/imx25-pdk.rst
706 M: Peter Maydell <peter.maydell@linaro.org>
707 L: qemu-arm@nongnu.org
712 F: include/hw/*/imx_*
713 F: include/hw/*/*imx31*
714 F: docs/system/arm/kzm.rst
717 M: Peter Maydell <peter.maydell@linaro.org>
718 L: qemu-arm@nongnu.org
720 F: hw/arm/integratorcp.c
721 F: hw/misc/arm_integrator_debug.c
722 F: include/hw/misc/arm_integrator_debug.h
723 F: tests/avocado/machine_arm_integratorcp.py
724 F: docs/system/arm/integratorcp.rst
726 MCIMX6UL EVK / i.MX6ul
727 M: Peter Maydell <peter.maydell@linaro.org>
728 R: Jean-Christophe Dubois <jcd@tribudubois.net>
729 L: qemu-arm@nongnu.org
731 F: hw/arm/mcimx6ul-evk.c
732 F: hw/arm/fsl-imx6ul.c
733 F: hw/misc/imx6ul_ccm.c
734 F: include/hw/arm/fsl-imx6ul.h
735 F: include/hw/misc/imx6ul_ccm.h
737 MCIMX7D SABRE / i.MX7
738 M: Peter Maydell <peter.maydell@linaro.org>
739 R: Andrey Smirnov <andrew.smirnov@gmail.com>
740 L: qemu-arm@nongnu.org
742 F: hw/arm/mcimx7d-sabre.c
745 F: include/hw/arm/fsl-imx7.h
746 F: include/hw/misc/imx7_*.h
747 F: hw/pci-host/designware.c
748 F: include/hw/pci-host/designware.h
751 M: Peter Maydell <peter.maydell@linaro.org>
752 L: qemu-arm@nongnu.org
757 F: include/hw/misc/mps2-*.h
759 F: include/hw/arm/armsse.h
760 F: hw/misc/iotkit-secctl.c
761 F: include/hw/misc/iotkit-secctl.h
762 F: hw/misc/iotkit-sysctl.c
763 F: include/hw/misc/iotkit-sysctl.h
764 F: hw/misc/iotkit-sysinfo.c
765 F: include/hw/misc/iotkit-sysinfo.h
766 F: hw/misc/armsse-cpu-pwrctrl.c
767 F: include/hw/misc/armsse-cpu-pwrctrl.h
768 F: hw/misc/armsse-cpuid.c
769 F: include/hw/misc/armsse-cpuid.h
770 F: hw/misc/armsse-mhu.c
771 F: include/hw/misc/armsse-mhu.h
772 F: hw/timer/sse-counter.c
773 F: include/hw/timer/sse-counter.h
774 F: hw/timer/sse-timer.c
775 F: include/hw/timer/sse-timer.h
776 F: tests/qtest/sse-timer-test.c
777 F: docs/system/arm/mps2.rst
780 M: Peter Maydell <peter.maydell@linaro.org>
781 L: qemu-arm@nongnu.org
784 F: docs/system/arm/musca.rst
787 M: Jan Kiszka <jan.kiszka@web.de>
788 M: Peter Maydell <peter.maydell@linaro.org>
789 L: qemu-arm@nongnu.org
792 F: hw/net/mv88w8618_eth.c
793 F: include/hw/net/mv88w8618_eth.h
794 F: docs/system/arm/musicpal.rst
797 M: Havard Skinnemoen <hskinnemoen@google.com>
798 M: Tyrone Ting <kfting@nuvoton.com>
799 L: qemu-arm@nongnu.org
802 F: include/hw/*/npcm7xx*
803 F: tests/qtest/npcm7xx*
804 F: pc-bios/npcm7xx_bootrom.bin
806 F: docs/system/arm/nuvoton.rst
809 M: Peter Maydell <peter.maydell@linaro.org>
810 L: qemu-arm@nongnu.org
813 F: hw/display/blizzard.c
815 F: hw/input/tsc2005.c
818 F: include/hw/display/blizzard.h
819 F: include/hw/input/lm832x.h
820 F: include/hw/input/tsc2xxx.h
821 F: include/hw/misc/cbus.h
822 F: tests/avocado/machine_arm_n8x0.py
823 F: docs/system/arm/nseries.rst
826 M: Peter Maydell <peter.maydell@linaro.org>
827 L: qemu-arm@nongnu.org
830 F: hw/input/tsc210x.c
831 F: include/hw/input/tsc2xxx.h
832 F: docs/system/arm/palm.rst
835 M: Peter Maydell <peter.maydell@linaro.org>
836 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
837 L: qemu-arm@nongnu.org
840 F: hw/arm/raspi_platform.h
842 F: include/hw/arm/raspi*
843 F: include/hw/*/bcm283*
844 F: docs/system/arm/raspi.rst
847 M: Peter Maydell <peter.maydell@linaro.org>
848 L: qemu-arm@nongnu.org
851 F: hw/cpu/realview_mpcore.c
852 F: hw/intc/realview_gic.c
853 F: include/hw/intc/realview_gic.h
854 F: docs/system/arm/realview.rst
857 M: Peter Maydell <peter.maydell@linaro.org>
858 L: qemu-arm@nongnu.org
860 F: hw/arm/mainstone.c
865 F: hw/display/tc6393xb.c
868 F: hw/misc/mst_fpga.c
870 F: include/hw/adc/max111x.h
871 F: include/hw/arm/pxa.h
872 F: include/hw/arm/sharpsl.h
873 F: include/hw/display/tc6393xb.h
874 F: docs/system/arm/xscale.rst
875 F: docs/system/arm/mainstone.rst
878 M: Peter Maydell <peter.maydell@linaro.org>
879 R: Jean-Christophe Dubois <jcd@tribudubois.net>
880 L: qemu-arm@nongnu.org
882 F: hw/arm/sabrelite.c
886 F: hw/usb/imx-usb-phy.c
887 F: include/hw/usb/imx-usb-phy.h
888 F: include/hw/arm/fsl-imx6.h
889 F: include/hw/misc/imx6_*.h
890 F: include/hw/ssi/imx_spi.h
893 M: Radoslaw Biernacki <rad@semihalf.com>
894 M: Peter Maydell <peter.maydell@linaro.org>
895 R: Leif Lindholm <quic_llindhol@quicinc.com>
896 L: qemu-arm@nongnu.org
899 F: docs/system/arm/sbsa.rst
901 Sharp SL-5500 (Collie) PDA
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
907 F: docs/system/arm/collie.rst
910 M: Peter Maydell <peter.maydell@linaro.org>
911 L: qemu-arm@nongnu.org
914 F: include/hw/input/gamepad.h
915 F: docs/system/arm/stellaris.rst
918 M: Alexandre Iooss <erdnaxe@crans.org>
919 L: qemu-arm@nongnu.org
921 F: hw/arm/stm32vldiscovery.c
922 F: docs/system/arm/stm32.rst
925 M: Peter Maydell <peter.maydell@linaro.org>
926 L: qemu-arm@nongnu.org
929 F: docs/system/arm/vexpress.rst
932 M: Peter Maydell <peter.maydell@linaro.org>
933 L: qemu-arm@nongnu.org
936 F: include/hw/i2c/arm_sbcon_i2c.h
937 F: hw/misc/arm_sysctl.c
938 F: docs/system/arm/versatile.rst
941 M: Peter Maydell <peter.maydell@linaro.org>
942 L: qemu-arm@nongnu.org
945 F: include/hw/arm/virt.h
946 F: docs/system/arm/virt.rst
947 F: tests/avocado/machine_aarch64_virt.py
950 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
951 M: Alistair Francis <alistair@alistair23.me>
952 M: Peter Maydell <peter.maydell@linaro.org>
953 L: qemu-arm@nongnu.org
957 F: hw/misc/zynq_slcr.c
958 F: hw/adc/zynq-xadc.c
959 F: include/hw/misc/zynq_slcr.h
960 F: include/hw/adc/zynq-xadc.h
963 Xilinx ZynqMP and Versal
964 M: Alistair Francis <alistair@alistair23.me>
965 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
966 M: Peter Maydell <peter.maydell@linaro.org>
967 L: qemu-arm@nongnu.org
970 F: include/hw/*/xlnx*.h
971 F: include/hw/ssi/xilinx_spips.h
973 F: include/hw/display/dpcd.h
974 F: docs/system/arm/xlnx-versal-virt.rst
977 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
979 F: hw/ssi/xlnx-versal-ospi.c
980 F: include/hw/ssi/xlnx-versal-ospi.h
983 M: Shannon Zhao <shannon.zhaosl@gmail.com>
984 L: qemu-arm@nongnu.org
986 F: hw/arm/virt-acpi-build.c
989 M: Alexandre Iooss <erdnaxe@crans.org>
990 L: qemu-arm@nongnu.org
992 F: hw/arm/stm32f100_soc.c
995 M: Alistair Francis <alistair@alistair23.me>
996 M: Peter Maydell <peter.maydell@linaro.org>
997 L: qemu-arm@nongnu.org
999 F: hw/arm/stm32f205_soc.c
1000 F: hw/misc/stm32f2xx_syscfg.c
1001 F: hw/char/stm32f2xx_usart.c
1002 F: hw/timer/stm32f2xx_timer.c
1004 F: hw/ssi/stm32f2xx_spi.c
1005 F: include/hw/*/stm32*.h
1008 M: Alistair Francis <alistair@alistair23.me>
1009 M: Peter Maydell <peter.maydell@linaro.org>
1010 L: qemu-arm@nongnu.org
1012 F: hw/arm/stm32f405_soc.c
1013 F: hw/misc/stm32f4xx_syscfg.c
1014 F: hw/misc/stm32f4xx_exti.c
1017 M: Alistair Francis <alistair@alistair23.me>
1018 M: Peter Maydell <peter.maydell@linaro.org>
1019 L: qemu-arm@nongnu.org
1021 F: hw/arm/netduino2.c
1024 M: Alistair Francis <alistair@alistair23.me>
1025 M: Peter Maydell <peter.maydell@linaro.org>
1026 L: qemu-arm@nongnu.org
1028 F: hw/arm/netduinoplus2.c
1031 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1032 M: Peter Maydell <peter.maydell@linaro.org>
1033 L: qemu-arm@nongnu.org
1035 F: hw/arm/msf2-soc.c
1036 F: hw/misc/msf2-sysreg.c
1037 F: hw/timer/mss-timer.c
1039 F: include/hw/arm/msf2-soc.h
1040 F: include/hw/misc/msf2-sysreg.h
1041 F: include/hw/timer/mss-timer.h
1042 F: include/hw/ssi/mss-spi.h
1043 F: hw/net/msf2-emac.c
1044 F: include/hw/net/msf2-emac.h
1047 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1048 M: Peter Maydell <peter.maydell@linaro.org>
1049 L: qemu-arm@nongnu.org
1051 F: hw/arm/msf2-som.c
1052 F: docs/system/arm/emcraft-sf2.rst
1055 M: Cédric Le Goater <clg@kaod.org>
1056 M: Peter Maydell <peter.maydell@linaro.org>
1057 R: Andrew Jeffery <andrew@aj.id.au>
1058 R: Joel Stanley <joel@jms.id.au>
1059 L: qemu-arm@nongnu.org
1062 F: hw/misc/pca9552.c
1063 F: include/hw/*/*aspeed*
1064 F: include/hw/misc/pca9552*.h
1065 F: hw/net/ftgmac100.c
1066 F: include/hw/net/ftgmac100.h
1067 F: docs/system/arm/aspeed.rst
1068 F: tests/qtest/*aspeed*
1071 M: Joel Stanley <joel@jms.id.au>
1072 M: Peter Maydell <peter.maydell@linaro.org>
1073 L: qemu-arm@nongnu.org
1077 F: include/hw/*/nrf51*.h
1078 F: include/hw/*/microbit*.h
1079 F: tests/qtest/microbit-test.c
1080 F: docs/system/arm/nrf.rst
1086 M: Michael Rolnik <mrolnik@gmail.com>
1088 F: configs/devices/avr-softmmu/default.mak
1090 F: include/hw/char/avr_usart.h
1091 F: hw/char/avr_usart.c
1092 F: include/hw/timer/avr_timer16.h
1093 F: hw/timer/avr_timer16.c
1094 F: include/hw/misc/avr_power.h
1095 F: hw/misc/avr_power.c
1098 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1105 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1107 F: hw/cris/axis_dev88.c
1113 M: Richard Henderson <richard.henderson@linaro.org>
1114 R: Helge Deller <deller@gmx.de>
1116 F: configs/devices/hppa-softmmu/default.mak
1120 F: hw/pci-host/dino.c
1121 F: include/hw/misc/lasi.h
1122 F: include/hw/net/lasi_82596.h
1123 F: include/hw/pci-host/dino.h
1124 F: pc-bios/hppa-firmware.img
1129 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1130 M: Song Gao <gaosong@loongson.cn>
1132 F: docs/system/loongarch/loongson3.rst
1133 F: configs/targets/loongarch64-softmmu.mak
1134 F: configs/devices/loongarch64-softmmu/default.mak
1136 F: include/hw/loongarch/virt.h
1137 F: include/hw/intc/loongarch_*.h
1138 F: hw/intc/loongarch_*.c
1139 F: include/hw/pci-host/ls7a.h
1140 F: hw/rtc/ls7a_rtc.c
1141 F: gdb-xml/loongarch*.xml
1146 M: Thomas Huth <huth@tuxfamily.org>
1149 F: hw/m68k/mcf5206.c
1152 M: Thomas Huth <huth@tuxfamily.org>
1154 F: hw/m68k/mcf5208.c
1155 F: hw/m68k/mcf_intc.c
1156 F: hw/char/mcf_uart.c
1158 F: include/hw/m68k/mcf*.h
1161 M: Thomas Huth <huth@tuxfamily.org>
1164 F: hw/display/next-fb.c
1165 F: include/hw/m68k/next-cube.h
1168 M: Laurent Vivier <laurent@vivier.eu>
1171 F: hw/misc/mac_via.c
1173 F: hw/display/macfb.c
1175 F: hw/m68k/bootinfo.h
1176 F: include/standard-headers/asm-m68k/bootinfo.h
1177 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1178 F: include/hw/misc/mac_via.h
1179 F: include/hw/nubus/*
1180 F: include/hw/display/macfb.h
1181 F: include/hw/block/swim.h
1184 M: Laurent Vivier <laurent@vivier.eu>
1187 F: hw/char/goldfish_tty.c
1188 F: hw/intc/goldfish_pic.c
1189 F: hw/intc/m68k_irqc.c
1190 F: hw/misc/virt_ctrl.c
1191 F: include/hw/char/goldfish_tty.h
1192 F: include/hw/intc/goldfish_pic.h
1193 F: include/hw/intc/m68k_irqc.h
1194 F: include/hw/misc/virt_ctrl.h
1198 petalogix_s3adsp1800
1199 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1201 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1202 F: include/hw/char/xilinx_uartlite.h
1203 F: tests/avocado/machine_microblaze.py
1206 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1208 F: hw/microblaze/petalogix_ml605_mmu.c
1212 Overall MIPS Machines
1213 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1215 F: configs/devices/mips*/*
1220 M: Hervé Poussineau <hpoussin@reactos.org>
1221 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1224 F: hw/display/jazz_led.c
1228 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1229 R: Aurelien Jarno <aurelien@aurel32.net>
1234 F: hw/mips/gt64xxx_pci.c
1235 F: include/hw/southbridge/piix.h
1236 F: tests/avocado/linux_ssh_mips_malta.py
1237 F: tests/avocado/machine_mips_malta.py
1240 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1242 F: hw/mips/mipssim.c
1246 M: Huacai Chen <chenhuacai@kernel.org>
1247 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1248 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1250 F: hw/mips/fuloong2e.c
1251 F: hw/isa/vt82c686.c
1252 F: hw/pci-host/bonito.c
1253 F: hw/usb/vt82c686-uhci-pci.c
1254 F: include/hw/isa/vt82c686.h
1255 F: tests/avocado/machine_mips_fuloong2e.py
1257 Loongson-3 virtual platforms
1258 M: Huacai Chen <chenhuacai@kernel.org>
1259 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1261 F: hw/intc/loongson_liointc.c
1262 F: hw/mips/loongson3_bootp.c
1263 F: hw/mips/loongson3_bootp.h
1264 F: hw/mips/loongson3_virt.c
1265 F: tests/avocado/machine_mips_loongson3v.py
1268 M: Paul Burton <paulburton@kernel.org>
1269 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1271 F: hw/core/loader-fit.c
1273 F: hw/pci-host/xilinx-pcie.c
1274 F: include/hw/pci-host/xilinx-pcie.h
1279 M: Jia Liu <proljc@gmail.com>
1281 F: hw/openrisc/openrisc_sim.c
1285 405 (ref405ep and taihu)
1286 L: qemu-ppc@nongnu.org
1288 F: hw/ppc/ppc405_boards.c
1291 L: qemu-ppc@nongnu.org
1293 F: hw/ppc/ppc440_bamboo.c
1294 F: tests/avocado/ppc_bamboo.py
1297 L: qemu-ppc@nongnu.org
1300 F: hw/gpio/mpc8xxx.c
1302 F: hw/net/fsl_etsec/
1303 F: hw/pci-host/ppce500.c
1304 F: include/hw/ppc/ppc_e500.h
1305 F: include/hw/pci-host/ppce500.h
1306 F: pc-bios/u-boot.e500
1307 F: hw/intc/openpic_kvm.h
1308 F: include/hw/ppc/openpic_kvm.h
1311 L: qemu-ppc@nongnu.org
1313 F: hw/ppc/mpc8544ds.c
1314 F: hw/ppc/mpc8544_guts.c
1315 F: tests/avocado/ppc_mpc8544ds.py
1318 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1319 L: qemu-ppc@nongnu.org
1321 F: docs/system/ppc/powermac.rst
1322 F: hw/ppc/mac_newworld.c
1323 F: hw/pci-host/uninorth.c
1324 F: hw/pci-bridge/dec.[hc]
1326 F: hw/misc/mos6522.c
1327 F: hw/nvram/mac_nvram.c
1329 F: include/hw/misc/macio/
1330 F: include/hw/misc/mos6522.h
1331 F: include/hw/ppc/mac_dbdma.h
1332 F: include/hw/pci-host/uninorth.h
1333 F: include/hw/input/adb*
1334 F: pc-bios/qemu_vga.ndrv
1337 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1338 L: qemu-ppc@nongnu.org
1340 F: docs/system/ppc/powermac.rst
1341 F: hw/ppc/mac_oldworld.c
1342 F: hw/pci-host/grackle.c
1344 F: hw/intc/heathrow_pic.c
1346 F: include/hw/intc/heathrow_pic.h
1347 F: include/hw/input/adb*
1348 F: pc-bios/qemu_vga.ndrv
1351 M: Hervé Poussineau <hpoussin@reactos.org>
1352 L: qemu-ppc@nongnu.org
1354 F: docs/system/ppc/prep.rst
1356 F: hw/ppc/prep_systemio.c
1357 F: hw/ppc/rs6000_mc.c
1358 F: hw/pci-host/raven.c
1362 F: hw/rtc/m48t59-isa.c
1363 F: include/hw/isa/pc87312.h
1364 F: include/hw/rtc/m48t59.h
1365 F: tests/avocado/ppc_prep_40p.py
1368 M: Cédric Le Goater <clg@kaod.org>
1369 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1370 R: David Gibson <david@gibson.dropbear.id.au>
1371 R: Greg Kurz <groug@kaod.org>
1372 L: qemu-ppc@nongnu.org
1375 F: include/hw/*/spapr*
1377 F: include/hw/*/xics*
1379 F: docs/system/ppc/pseries.rst
1380 F: docs/specs/ppc-spapr-*
1381 F: tests/qtest/spapr*
1382 F: tests/qtest/libqos/*spapr*
1383 F: tests/qtest/rtas*
1384 F: tests/qtest/libqos/rtas*
1385 F: tests/avocado/ppc_pseries.py
1387 PowerNV (Non-Virtualized)
1388 M: Cédric Le Goater <clg@kaod.org>
1389 L: qemu-ppc@nongnu.org
1391 F: docs/system/ppc/powernv.rst
1394 F: hw/intc/xics_pnv.c
1396 F: include/hw/ppc/pnv*
1397 F: include/hw/pci-host/pnv*
1398 F: pc-bios/skiboot.lid
1402 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1403 L: qemu-ppc@nongnu.org
1405 F: hw/ppc/virtex_ml507.c
1406 F: tests/avocado/ppc_virtex_ml507.py
1409 M: BALATON Zoltan <balaton@eik.bme.hu>
1410 L: qemu-ppc@nongnu.org
1412 F: hw/ppc/sam460ex.c
1413 F: hw/ppc/ppc440_pcix.c
1414 F: hw/display/sm501*
1417 F: pc-bios/canyonlands.dt[sb]
1418 F: pc-bios/u-boot-sam460ex-20100605.bin
1419 F: roms/u-boot-sam460ex
1422 M: BALATON Zoltan <balaton@eik.bme.hu>
1423 L: qemu-ppc@nongnu.org
1425 F: hw/ppc/pegasos2.c
1426 F: hw/pci-host/mv64361.c
1427 F: hw/pci-host/mv643xx.h
1428 F: include/hw/pci-host/mv64361.h
1430 Virtual Open Firmware (VOF)
1431 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1432 R: Cédric Le Goater <clg@kaod.org>
1433 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1434 R: David Gibson <david@gibson.dropbear.id.au>
1435 R: Greg Kurz <groug@kaod.org>
1436 L: qemu-ppc@nongnu.org
1438 F: hw/ppc/spapr_vof*
1440 F: include/hw/ppc/vof*
1447 M: Alistair Francis <Alistair.Francis@wdc.com>
1448 L: qemu-riscv@nongnu.org
1450 F: hw/riscv/opentitan.c
1452 F: include/hw/riscv/opentitan.h
1453 F: include/hw/*/ibex_*.h
1455 Microchip PolarFire SoC Icicle Kit
1456 M: Bin Meng <bin.meng@windriver.com>
1457 L: qemu-riscv@nongnu.org
1459 F: hw/riscv/microchip_pfsoc.c
1460 F: hw/char/mchp_pfsoc_mmuart.c
1461 F: hw/misc/mchp_pfsoc_dmc.c
1462 F: hw/misc/mchp_pfsoc_ioscb.c
1463 F: hw/misc/mchp_pfsoc_sysreg.c
1464 F: include/hw/riscv/microchip_pfsoc.h
1465 F: include/hw/char/mchp_pfsoc_mmuart.h
1466 F: include/hw/misc/mchp_pfsoc_dmc.h
1467 F: include/hw/misc/mchp_pfsoc_ioscb.h
1468 F: include/hw/misc/mchp_pfsoc_sysreg.h
1471 M: Vijai Kumar K <vijai@behindbytes.com>
1472 L: qemu-riscv@nongnu.org
1474 F: hw/riscv/shakti_c.c
1475 F: hw/char/shakti_uart.c
1476 F: include/hw/riscv/shakti_c.h
1477 F: include/hw/char/shakti_uart.h
1480 M: Alistair Francis <Alistair.Francis@wdc.com>
1481 M: Bin Meng <bin.meng@windriver.com>
1482 M: Palmer Dabbelt <palmer@dabbelt.com>
1483 L: qemu-riscv@nongnu.org
1486 F: include/hw/*/*sifive*.h
1491 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1493 F: docs/system/target-rx.rst
1494 F: hw/rx/rx-gdbsim.c
1495 F: tests/avocado/machine_rx_gdbsim.py
1500 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1501 R: Magnus Damm <magnus.damm@gmail.com>
1503 F: hw/char/sh_serial.c
1505 F: hw/intc/sh_intc.c
1506 F: hw/pci-host/sh_pci.c
1507 F: hw/timer/sh_timer.c
1508 F: include/hw/sh4/sh_intc.h
1511 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1512 R: Magnus Damm <magnus.damm@gmail.com>
1514 F: hw/block/tc58128.c
1515 F: hw/char/sh_serial.c
1517 F: hw/intc/sh_intc.c
1518 F: hw/timer/sh_timer.c
1519 F: include/hw/sh4/sh_intc.h
1524 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1527 F: hw/sparc/sun4m_iommu.c
1530 F: hw/dma/sparc32_dma.c
1531 F: hw/misc/eccmemctl.c
1533 F: include/hw/nvram/sun_nvram.h
1534 F: include/hw/sparc/sparc32_dma.h
1535 F: include/hw/sparc/sun4m_iommu.h
1536 F: pc-bios/openbios-sparc32
1539 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1541 F: hw/sparc64/sun4u.c
1542 F: hw/sparc64/sun4u_iommu.c
1543 F: include/hw/sparc/sun4u_iommu.h
1544 F: hw/pci-host/sabre.c
1545 F: include/hw/pci-host/sabre.h
1546 F: hw/pci-bridge/simba.c
1547 F: include/hw/pci-bridge/simba.h
1548 F: pc-bios/openbios-sparc64
1549 F: tests/avocado/machine_sparc64_sun4u.py
1552 M: Artyom Tarasenko <atar4qemu@gmail.com>
1554 F: hw/sparc64/niagara.c
1555 F: hw/rtc/sun4v-rtc.c
1556 F: include/hw/rtc/sun4v-rtc.h
1559 M: Fabien Chouteau <chouteau@adacore.com>
1560 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1564 F: include/hw/*/grlib*
1565 F: tests/avocado/machine_sparc_leon3.py
1570 M: Halil Pasic <pasic@linux.ibm.com>
1571 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1572 M: Eric Farman <farman@linux.ibm.com>
1575 F: include/hw/s390x/
1576 F: configs/devices/s390x-softmmu/default.mak
1577 F: tests/avocado/machine_s390_ccw_virtio.py
1578 T: git https://github.com/borntraeger/qemu.git s390-next
1579 L: qemu-s390x@nongnu.org
1582 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1583 M: Thomas Huth <thuth@redhat.com>
1586 F: pc-bios/s390-ccw/
1587 F: pc-bios/s390-ccw.img
1588 F: docs/devel/s390-dasd-ipl.rst
1589 T: git https://github.com/borntraeger/qemu.git s390-next
1590 L: qemu-s390x@nongnu.org
1593 M: Matthew Rosato <mjrosato@linux.ibm.com>
1594 M: Eric Farman <farman@linux.ibm.com>
1596 F: hw/s390x/s390-pci*
1597 F: include/hw/s390x/s390-pci*
1598 L: qemu-s390x@nongnu.org
1600 S390 channel subsystem
1601 M: Halil Pasic <pasic@linux.ibm.com>
1602 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1603 M: Eric Farman <farman@linux.ibm.com>
1605 F: hw/s390x/ccw-device.[ch]
1607 F: hw/s390x/css-bridge.c
1608 F: include/hw/s390x/css.h
1609 F: include/hw/s390x/css-bridge.h
1610 F: include/hw/s390x/ioinst.h
1611 F: target/s390x/ioinst.c
1612 L: qemu-s390x@nongnu.org
1615 M: David Hildenbrand <david@redhat.com>
1617 F: target/s390x/cpu_features*.[ch]
1618 F: target/s390x/cpu_models.[ch]
1619 L: qemu-s390x@nongnu.org
1621 S390 SCLP-backed devices
1622 M: Halil Pasic <pasic@linux.ibm.com>
1623 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1625 F: include/hw/s390x/event-facility.h
1626 F: include/hw/s390x/sclp.h
1627 F: hw/char/sclp*.[hc]
1628 F: hw/s390x/event-facility.c
1630 L: qemu-s390x@nongnu.org
1635 M: Michael S. Tsirkin <mst@redhat.com>
1636 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1640 F: hw/pci-host/i440fx.c
1641 F: hw/pci-host/q35.c
1642 F: hw/pci-host/pam.c
1643 F: include/hw/pci-host/i440fx.h
1644 F: include/hw/pci-host/q35.h
1645 F: include/hw/pci-host/pam.h
1647 F: hw/isa/lpc_ich9.c
1648 F: hw/i2c/smbus_ich9.c
1651 F: include/hw/acpi/ich9.h
1652 F: include/hw/southbridge/piix.h
1655 F: include/hw/isa/apm.h
1656 F: tests/unit/test-x86-cpuid.c
1657 F: tests/qtest/test-x86-cpuid-compat.c
1660 M: Michael S. Tsirkin <mst@redhat.com>
1661 M: Paolo Bonzini <pbonzini@redhat.com>
1663 F: hw/char/debugcon.c
1664 F: hw/char/parallel*
1667 F: hw/i2c/pm_smbus.c
1672 F: hw/isa/isa-superio.c
1673 F: hw/misc/debugexit.c
1674 F: hw/misc/pc-testdev.c
1677 F: hw/rtc/mc146818rtc*
1678 F: hw/watchdog/wdt_ib700.c
1679 F: hw/watchdog/wdt_i6300esb.c
1680 F: include/hw/display/vga.h
1681 F: include/hw/char/parallel.h
1682 F: include/hw/dma/i8257.h
1683 F: include/hw/i2c/pm_smbus.h
1684 F: include/hw/input/i8042.h
1685 F: include/hw/isa/i8259_internal.h
1686 F: include/hw/isa/superio.h
1687 F: include/hw/timer/hpet.h
1688 F: include/hw/timer/i8254*
1689 F: include/hw/rtc/mc146818rtc*
1692 M: Sergio Lopez <slp@redhat.com>
1693 M: Paolo Bonzini <pbonzini@redhat.com>
1695 F: docs/system/i386/microvm.rst
1696 F: hw/i386/microvm.c
1697 F: include/hw/i386/microvm.h
1698 F: pc-bios/bios-microvm.bin
1701 M: Eduardo Habkost <eduardo@habkost.net>
1702 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1703 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1704 R: Yanan Wang <wangyanan55@huawei.com>
1708 F: hw/core/machine-qmp-cmds.c
1709 F: hw/core/machine.c
1710 F: hw/core/machine-smp.c
1711 F: hw/core/null-machine.c
1714 F: qapi/machine.json
1715 F: qapi/machine-target.json
1716 F: include/hw/boards.h
1717 F: include/hw/core/cpu.h
1718 F: include/hw/cpu/cluster.h
1719 F: include/sysemu/numa.h
1720 F: tests/unit/test-smp-parse.c
1721 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1726 M: Max Filippov <jcmvbkbc@gmail.com>
1731 M: Max Filippov <jcmvbkbc@gmail.com>
1735 XTFPGA (LX60, LX200, ML605, KC705)
1736 M: Max Filippov <jcmvbkbc@gmail.com>
1738 F: hw/xtensa/xtfpga.c
1739 F: hw/net/opencores_eth.c
1743 Overall Audio frontends
1744 M: Gerd Hoffmann <kraxel@redhat.com>
1747 F: include/hw/audio/
1748 F: tests/qtest/ac97-test.c
1749 F: tests/qtest/es1370-test.c
1750 F: tests/qtest/intel-hda-test.c
1751 F: tests/qtest/fuzz-sb16-test.c
1754 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1755 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1757 F: hw/net/can/xlnx-*
1758 F: include/hw/net/xlnx-*
1759 F: tests/qtest/xlnx-can-test*
1762 M: Jiri Slaby <jslaby@suse.cz>
1767 M: John Snow <jsnow@redhat.com>
1768 L: qemu-block@nongnu.org
1775 F: hw/block/hd-geometry.c
1776 F: tests/qtest/ide-test.c
1777 F: tests/qtest/ahci-test.c
1778 F: tests/qtest/cdrom-test.c
1779 F: tests/qtest/libqos/ahci*
1780 T: git https://gitlab.com/jsnow/qemu.git ide
1783 M: Corey Minyard <minyard@acm.org>
1785 F: include/hw/ipmi/*
1787 F: hw/smbios/smbios_type_38.c
1788 F: tests/qtest/ipmi*
1789 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1792 M: John Snow <jsnow@redhat.com>
1793 L: qemu-block@nongnu.org
1796 F: hw/block/fdc-internal.h
1797 F: hw/block/fdc-isa.c
1798 F: hw/block/fdc-sysbus.c
1799 F: include/hw/block/fdc.h
1800 F: tests/qtest/fdc-test.c
1801 T: git https://gitlab.com/jsnow/qemu.git ide
1804 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1806 F: hw/hyperv/vmbus.c
1807 F: include/hw/hyperv/vmbus*.h
1810 M: Peter Maydell <peter.maydell@linaro.org>
1811 L: qemu-arm@nongnu.org
1814 F: include/hw/arm/omap.h
1815 F: docs/system/arm/sx1.rst
1818 M: Alberto Garcia <berto@igalia.com>
1820 F: hw/char/ipoctal232.c
1824 M: Michael S. Tsirkin <mst@redhat.com>
1825 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1828 F: hw/misc/pci-testdev.c
1836 M: Michael S. Tsirkin <mst@redhat.com>
1837 M: Igor Mammedov <imammedo@redhat.com>
1838 R: Ani Sinha <ani@anisinha.ca>
1840 F: include/hw/acpi/*
1841 F: include/hw/firmware/smbios.h
1845 F: hw/i386/acpi-build.[hc]
1846 F: hw/arm/virt-acpi-build.c
1848 F: tests/qtest/bios-tables-test*
1849 F: tests/qtest/acpi-utils.[hc]
1851 F: docs/specs/acpi_cpu_hotplug.rst
1852 F: docs/specs/acpi_mem_hotplug.rst
1853 F: docs/specs/acpi_pci_hotplug.rst
1854 F: docs/specs/acpi_hw_reduced_hotplug.rst
1857 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1863 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1864 L: qemu-arm@nongnu.org
1867 F: include/hw/acpi/ghes.h
1868 F: docs/specs/acpi_hest_ghes.rst
1871 L: qemu-ppc@nongnu.org
1874 F: hw/i2c/ppc4xx_i2c.c
1875 F: include/hw/ppc/ppc4xx.h
1876 F: include/hw/i2c/ppc4xx_i2c.h
1877 F: hw/intc/ppc-uic.c
1878 F: include/hw/intc/ppc-uic.h
1881 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1882 R: Paolo Bonzini <pbonzini@redhat.com>
1887 M: Jason Wang <jasowang@redhat.com>
1891 F: tests/qtest/virtio-net-test.c
1892 F: docs/virtio-net-failover.rst
1893 T: git https://github.com/jasowang/qemu.git net
1895 Parallel NOR Flash devices
1896 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1897 T: git https://gitlab.com/philmd/qemu.git pflash-next
1899 F: hw/block/pflash_cfi*.c
1900 F: include/hw/block/flash.h
1903 M: Paolo Bonzini <pbonzini@redhat.com>
1904 R: Fam Zheng <fam@euphon.net>
1906 F: include/hw/scsi/*
1908 F: tests/qtest/virtio-scsi-test.c
1909 F: tests/qtest/fuzz-virtio-scsi-test.c
1910 F: tests/qtest/am53c974-test.c
1911 F: tests/qtest/fuzz-lsi53c895a-test.c
1912 T: git https://github.com/bonzini/qemu.git scsi-next
1915 M: Alistair Francis <alistair@alistair23.me>
1918 F: hw/block/m25p80.c
1919 F: include/hw/ssi/ssi.h
1921 F: tests/qtest/m25p80-test.c
1924 M: Alistair Francis <alistair@alistair23.me>
1929 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1930 M: Bin Meng <bin.meng@windriver.com>
1931 L: qemu-block@nongnu.org
1933 F: include/hw/sd/sd*
1937 F: tests/qtest/fuzz-sdcard-test.c
1938 F: tests/qtest/sdhci-test.c
1941 M: Gerd Hoffmann <kraxel@redhat.com>
1944 F: stubs/usb-dev-stub.c
1945 F: tests/qtest/usb-*-test.c
1946 F: docs/system/devices/usb.rst
1950 USB (serial adapter)
1951 R: Gerd Hoffmann <kraxel@redhat.com>
1952 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1954 F: hw/usb/dev-serial.c
1957 M: Alex Williamson <alex.williamson@redhat.com>
1961 F: docs/igd-assign.txt
1962 F: docs/devel/vfio-migration.rst
1965 M: Eric Farman <farman@linux.ibm.com>
1966 M: Matthew Rosato <mjrosato@linux.ibm.com>
1969 F: hw/s390x/s390-ccw.c
1970 F: include/hw/s390x/s390-ccw.h
1971 F: include/hw/s390x/vfio-ccw.h
1972 L: qemu-s390x@nongnu.org
1975 M: Tony Krowiak <akrowiak@linux.ibm.com>
1976 M: Halil Pasic <pasic@linux.ibm.com>
1977 M: Jason Herne <jjherne@linux.ibm.com>
1979 F: hw/s390x/ap-device.c
1980 F: hw/s390x/ap-bridge.c
1981 F: include/hw/s390x/ap-device.h
1982 F: include/hw/s390x/ap-bridge.h
1984 F: docs/system/s390x/vfio-ap.rst
1985 L: qemu-s390x@nongnu.org
1988 M: Michael S. Tsirkin <mst@redhat.com>
1991 F: docs/interop/vhost-user.json
1992 F: docs/interop/vhost-user.rst
1993 F: contrib/vhost-user-*/
1994 F: backends/vhost-user.c
1995 F: include/sysemu/vhost-user-backend.h
1998 M: Michael S. Tsirkin <mst@redhat.com>
2001 F: hw/virtio/Makefile.objs
2002 F: hw/virtio/trace-events
2004 F: include/hw/virtio/
2007 M: Michael S. Tsirkin <mst@redhat.com>
2008 M: David Hildenbrand <david@redhat.com>
2010 F: docs/interop/virtio-balloon-stats.rst
2011 F: hw/virtio/virtio-balloon*.c
2012 F: include/hw/virtio/virtio-balloon.h
2013 F: softmmu/balloon.c
2014 F: include/sysemu/balloon.h
2017 M: Greg Kurz <groug@kaod.org>
2018 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2020 W: https://wiki.qemu.org/Documentation/9p
2024 F: docs/tools/virtfs-proxy-helper.rst
2025 F: tests/qtest/virtio-9p-test.c
2026 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2027 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2030 M: Stefan Hajnoczi <stefanha@redhat.com>
2031 L: qemu-block@nongnu.org
2033 F: hw/block/virtio-blk.c
2034 F: hw/block/dataplane/*
2035 F: tests/qtest/virtio-blk-test.c
2036 T: git https://github.com/stefanha/qemu.git block
2039 M: Cornelia Huck <cohuck@redhat.com>
2040 M: Halil Pasic <pasic@linux.ibm.com>
2041 M: Eric Farman <farman@linux.ibm.com>
2043 F: hw/s390x/virtio-ccw*.[hc]
2044 F: hw/s390x/vhost-*-ccw.c
2045 T: git https://gitlab.com/cohuck/qemu.git s390-next
2046 T: git https://github.com/borntraeger/qemu.git s390-next
2047 L: qemu-s390x@nongnu.org
2050 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2051 M: Stefan Hajnoczi <stefanha@redhat.com>
2053 F: tools/virtiofsd/*
2054 F: hw/virtio/vhost-user-fs*
2055 F: include/hw/virtio/vhost-user-fs.h
2056 F: docs/tools/virtiofsd.rst
2057 L: virtio-fs@redhat.com
2060 M: Gerd Hoffmann <kraxel@redhat.com>
2062 F: hw/input/vhost-user-input.c
2063 F: hw/input/virtio-input*.c
2064 F: include/hw/virtio/virtio-input.h
2065 F: contrib/vhost-user-input/*
2068 M: Eric Auger <eric.auger@redhat.com>
2070 F: hw/virtio/virtio-iommu*.c
2071 F: include/hw/virtio/virtio-iommu.h
2074 M: Laurent Vivier <lvivier@redhat.com>
2075 R: Amit Shah <amit@kernel.org>
2077 F: hw/char/virtio-serial-bus.c
2078 F: hw/char/virtio-console.c
2079 F: include/hw/virtio/virtio-serial.h
2080 F: tests/qtest/virtio-serial-test.c
2083 M: Laurent Vivier <lvivier@redhat.com>
2084 R: Amit Shah <amit@kernel.org>
2086 F: hw/virtio/virtio-rng.c
2087 F: include/hw/virtio/virtio-rng.h
2088 F: include/sysemu/rng*.h
2090 F: tests/qtest/virtio-rng-test.c
2093 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2095 F: docs/tools/vhost-user-rng.rst
2096 F: hw/virtio/vhost-user-rng.c
2097 F: hw/virtio/vhost-user-rng-pci.c
2098 F: include/hw/virtio/vhost-user-rng.h
2099 F: tools/vhost-user-rng/*
2102 M: Gonglei <arei.gonglei@huawei.com>
2104 F: hw/virtio/virtio-crypto.c
2105 F: hw/virtio/virtio-crypto-pci.c
2106 F: include/hw/virtio/virtio-crypto.h
2109 M: David Hildenbrand <david@redhat.com>
2111 W: https://virtio-mem.gitlab.io/
2112 F: hw/virtio/virtio-mem.c
2113 F: hw/virtio/virtio-mem-pci.h
2114 F: hw/virtio/virtio-mem-pci.c
2115 F: include/hw/virtio/virtio-mem.h
2118 M: Keith Busch <kbusch@kernel.org>
2119 M: Klaus Jensen <its@irrelevant.dk>
2120 L: qemu-block@nongnu.org
2123 F: include/block/nvme.h
2124 F: tests/qtest/nvme-test.c
2125 F: docs/system/nvme.rst
2126 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2129 M: Hannes Reinecke <hare@suse.com>
2130 L: qemu-block@nongnu.org
2132 F: hw/scsi/megasas.c
2134 F: tests/qtest/megasas-test.c
2135 F: tests/qtest/fuzz-megasas-test.c
2137 Network packet abstractions
2138 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2140 F: include/net/eth.h
2142 F: hw/net/net_rx_pkt*
2143 F: hw/net/net_tx_pkt*
2146 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2149 F: hw/scsi/vmw_pvscsi*
2150 F: tests/qtest/vmxnet3-test.c
2153 M: Jiri Pirko <jiri@resnulli.us>
2158 F: docs/specs/rocker.txt
2161 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2165 F: include/hw/mem/nvdimm.h
2167 F: docs/specs/acpi_nvdimm.rst
2170 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2175 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2178 F: tests/qtest/fuzz-e1000e-test.c
2181 M: Stefan Weil <sw@weilnetz.de>
2183 F: hw/net/eepro100.c
2186 M: Sven Schnelle <svens@stackframe.org>
2192 M: Patrick Venture <venture@google.com>
2194 F: hw/i2c/i2c_mux_pca954x.c
2195 F: include/hw/i2c/i2c_mux_pca954x.h
2198 M: Alistair Francis <alistair@alistair23.me>
2200 F: hw/core/generic-loader.c
2201 F: hw/core/uboot_image.h
2202 F: include/hw/core/generic-loader.h
2203 F: docs/system/generic-loader.rst
2206 M: Alex Bennée <alex.bennee@linaro.org>
2208 F: hw/core/guest-loader.c
2209 F: docs/system/guest-loader.rst
2210 F: tests/avocado/boot_xen.py
2212 Intel Hexadecimal Object File Loader
2213 M: Su Hang <suhang16@mails.ucas.ac.cn>
2215 F: tests/qtest/hexloader-test.c
2216 F: tests/data/hex-loader/test.hex
2219 M: Thomas Huth <thuth@redhat.com>
2221 F: hw/nvram/chrp_nvram.c
2222 F: include/hw/nvram/chrp_nvram.h
2223 F: tests/qtest/prom-env-test.c
2227 R: Ani Sinha <ani@anisinha.ca>
2228 F: hw/acpi/vmgenid.c
2229 F: include/hw/acpi/vmgenid.h
2230 F: docs/specs/vmgenid.txt
2231 F: tests/qtest/vmgenid-test.c
2235 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2237 F: include/hw/misc/led.h
2240 Unimplemented device
2241 M: Peter Maydell <peter.maydell@linaro.org>
2242 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2243 R: Ani Sinha <ani@anisinha.ca>
2245 F: include/hw/misc/unimp.h
2249 M: Artyom Tarasenko <atar4qemu@gmail.com>
2250 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2251 R: Ani Sinha <ani@anisinha.ca>
2253 F: include/hw/misc/empty_slot.h
2254 F: hw/misc/empty_slot.c
2257 M: Gerd Hoffmann <kraxel@redhat.com>
2260 F: hw/display/bochs-display.c
2261 F: include/hw/display/vga.h
2262 F: include/hw/display/bochs-vbe.h
2265 M: Gerd Hoffmann <kraxel@redhat.com>
2267 F: hw/display/ramfb*.c
2268 F: include/hw/display/ramfb.h
2271 M: Gerd Hoffmann <kraxel@redhat.com>
2273 F: hw/display/virtio-gpu*
2274 F: hw/display/virtio-vga.*
2275 F: include/hw/virtio/virtio-gpu.h
2278 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2280 F: contrib/vhost-user-blk/
2281 F: contrib/vhost-user-scsi/
2282 F: hw/block/vhost-user-blk.c
2283 F: hw/scsi/vhost-user-scsi.c
2284 F: hw/virtio/vhost-user-blk-pci.c
2285 F: hw/virtio/vhost-user-scsi-pci.c
2286 F: include/hw/virtio/vhost-user-blk.h
2287 F: include/hw/virtio/vhost-user-scsi.h
2290 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2291 R: Gerd Hoffmann <kraxel@redhat.com>
2293 F: docs/interop/vhost-user-gpu.rst
2294 F: contrib/vhost-user-gpu
2295 F: hw/display/vhost-user-*
2298 M: Gerd Hoffmann <kraxel@redhat.com>
2300 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2301 F: hw/display/cirrus*
2304 M: Gerd Hoffmann <kraxel@redhat.com>
2307 F: include/hw/display/edid.h
2310 PIIX4 South Bridge (i82371AB)
2311 M: Hervé Poussineau <hpoussin@reactos.org>
2312 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2315 F: include/hw/southbridge/piix.h
2317 Firmware configuration (fw_cfg)
2318 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2319 R: Gerd Hoffmann <kraxel@redhat.com>
2321 F: docs/specs/fw_cfg.txt
2322 F: hw/nvram/fw_cfg*.c
2324 F: include/hw/nvram/fw_cfg.h
2325 F: include/standard-headers/linux/qemu_fw_cfg.h
2326 F: tests/qtest/libqos/fw_cfg.c
2327 F: tests/qtest/fw_cfg-test.c
2328 T: git https://github.com/philmd/qemu.git fw_cfg-next
2331 M: Cédric Le Goater <clg@kaod.org>
2332 L: qemu-ppc@nongnu.org
2335 F: include/hw/*/*xive*
2339 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2340 R: Magnus Damm <magnus.damm@gmail.com>
2342 F: hw/char/renesas_sci.c
2343 F: hw/char/sh_serial.c
2344 F: hw/timer/renesas_*.c
2345 F: hw/timer/sh_timer.c
2346 F: include/hw/char/renesas_sci.h
2347 F: include/hw/sh4/sh.h
2348 F: include/hw/timer/renesas_*.h
2350 Renesas RX peripherals
2351 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2355 F: include/hw/intc/rx_icu.h
2358 CAN bus subsystem and hardware
2359 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2360 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2362 W: https://canbus.pages.fel.cvut.cz/
2365 F: include/net/can_*.h
2367 OpenPIC interrupt controller
2368 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2370 F: hw/intc/openpic.c
2371 F: include/hw/ppc/openpic.h
2374 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2377 F: include/hw/misc/mips_*
2380 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2382 F: hw/intc/mips_gic.c
2383 F: hw/timer/mips_gictimer.c
2384 F: include/hw/intc/mips_gic.h
2385 F: include/hw/timer/mips_gictimer.h
2388 M: Halil Pasic <pasic@linux.ibm.com>
2389 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2391 F: include/hw/s390x/3270-ccw.h
2392 F: hw/char/terminal3270.c
2393 F: hw/s390x/3270-ccw.c
2394 L: qemu-s390x@nongnu.org
2396 S390 diag 288 watchdog
2397 M: Halil Pasic <pasic@linux.ibm.com>
2398 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2400 F: hw/watchdog/wdt_diag288.c
2401 F: include/hw/watchdog/wdt_diag288.h
2402 L: qemu-s390x@nongnu.org
2404 S390 storage key device
2405 M: Halil Pasic <pasic@linux.ibm.com>
2406 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2408 F: hw/s390x/storage-keys.h
2409 F: hw/390x/s390-skeys*.c
2410 L: qemu-s390x@nongnu.org
2412 S390 storage attribute device
2413 M: Halil Pasic <pasic@linux.ibm.com>
2414 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2416 F: hw/s390x/storage-attributes.h
2417 F: hw/s390/s390-stattrib*.c
2418 L: qemu-s390x@nongnu.org
2420 S390 floating interrupt controller
2421 M: Halil Pasic <pasic@linux.ibm.com>
2422 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2423 M: David Hildenbrand <david@redhat.com>
2425 F: hw/intc/s390_flic*.c
2426 F: include/hw/s390x/s390_flic.h
2427 L: qemu-s390x@nongnu.org
2431 Overall Audio backends
2432 M: Gerd Hoffmann <kraxel@redhat.com>
2435 X: audio/alsaaudio.c
2436 X: audio/coreaudio.c
2438 X: audio/jackaudio.c
2442 X: audio/spiceaudio.c
2446 M: Gerd Hoffmann <kraxel@redhat.com>
2447 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2449 F: audio/alsaaudio.c
2451 Core Audio framework backend
2452 M: Gerd Hoffmann <kraxel@redhat.com>
2453 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2454 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2455 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2457 F: audio/coreaudio.c
2459 DSound Audio backend
2460 M: Gerd Hoffmann <kraxel@redhat.com>
2464 JACK Audio Connection Kit backend
2465 M: Gerd Hoffmann <kraxel@redhat.com>
2466 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2468 F: audio/jackaudio.c
2470 Open Sound System (OSS) Audio backend
2471 M: Gerd Hoffmann <kraxel@redhat.com>
2476 M: Gerd Hoffmann <kraxel@redhat.com>
2481 M: Gerd Hoffmann <kraxel@redhat.com>
2482 R: Thomas Huth <huth@tuxfamily.org>
2487 M: Kevin Wolf <kwolf@redhat.com>
2488 M: Hanna Reitz <hreitz@redhat.com>
2489 L: qemu-block@nongnu.org
2496 F: docs/tools/qemu-img.rst
2498 F: tests/qemu-iotests/
2499 F: util/qemu-progress.c
2500 F: qobject/block-qdict.c
2501 F: tests/unit/check-block-qdict.c
2502 T: git https://repo.or.cz/qemu/kevin.git block
2505 M: Kevin Wolf <kwolf@redhat.com>
2506 L: qemu-block@nongnu.org
2509 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2510 F: docs/tools/qemu-storage-daemon.rst
2511 T: git https://repo.or.cz/qemu/kevin.git block
2514 M: Stefan Hajnoczi <stefanha@redhat.com>
2515 M: Fam Zheng <fam@euphon.net>
2516 L: qemu-block@nongnu.org
2524 F: include/block/aio.h
2525 F: include/block/aio-wait.h
2526 F: scripts/qemugdb/aio.py
2527 F: tests/unit/test-fdmon-epoll.c
2528 T: git https://github.com/stefanha/qemu.git block
2530 Block SCSI subsystem
2531 M: Paolo Bonzini <pbonzini@redhat.com>
2532 R: Fam Zheng <fam@euphon.net>
2533 L: qemu-block@nongnu.org
2539 M: John Snow <jsnow@redhat.com>
2540 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2541 L: qemu-block@nongnu.org
2544 F: include/block/blockjob.h
2547 F: include/qemu/job.h
2553 F: block/block-copy.c
2554 F: include/block/block-copy.h
2556 F: include/block/reqlist.h
2557 F: block/copy-before-write.h
2558 F: block/copy-before-write.c
2559 F: block/snapshot-access.c
2560 F: include/block/aio_task.h
2562 F: util/qemu-co-shared-resource.c
2563 F: include/qemu/co-shared-resource.h
2564 T: git https://gitlab.com/jsnow/qemu.git jobs
2565 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2567 Block QAPI, monitor, command line
2568 M: Markus Armbruster <armbru@redhat.com>
2571 F: blockdev-hmp-cmds.c
2574 F: qapi/transaction.json
2575 T: git https://repo.or.cz/qemu/armbru.git block-next
2577 Compute Express Link
2578 M: Ben Widawsky <ben.widawsky@intel.com>
2579 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2585 M: Eric Blake <eblake@redhat.com>
2586 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2587 R: John Snow <jsnow@redhat.com>
2588 L: qemu-block@nongnu.org
2590 F: include/qemu/hbitmap.h
2591 F: include/block/dirty-bitmap.h
2592 F: block/monitor/bitmap-qmp-cmds.c
2593 F: block/dirty-bitmap.c
2594 F: block/qcow2-bitmap.c
2595 F: migration/block-dirty-bitmap.c
2597 F: tests/unit/test-hbitmap.c
2598 F: docs/interop/bitmaps.rst
2599 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2601 Character device backends
2602 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2603 R: Paolo Bonzini <pbonzini@redhat.com>
2609 Character Devices (Braille)
2610 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2614 Command line option argument parsing
2615 M: Markus Armbruster <armbru@redhat.com>
2617 F: include/qemu/option.h
2618 F: tests/unit/test-keyval.c
2619 F: tests/unit/test-qemu-opts.c
2621 F: util/qemu-option.c
2624 M: Markus Armbruster <armbru@redhat.com>
2626 F: scripts/coverity-model.c
2628 Coverity Scan integration
2629 M: Peter Maydell <peter.maydell@linaro.org>
2631 F: scripts/coverity-scan/
2634 M: Alistair Francis <alistair.francis@wdc.com>
2635 R: David Gibson <david@gibson.dropbear.id.au>
2637 F: softmmu/device_tree.c
2638 F: include/sysemu/device_tree.h
2642 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2644 F: hw/misc/vmcoreinfo.c
2645 F: include/hw/misc/vmcoreinfo.h
2646 F: include/qemu/win_dump_defs
2647 F: include/sysemu/dump-arch.h
2648 F: include/sysemu/dump.h
2650 F: scripts/dump-guest-memory.py
2654 M: Markus Armbruster <armbru@redhat.com>
2656 F: include/qapi/error.h
2657 F: include/qemu/error-report.h
2660 F: util/qemu-error.c
2661 F: scripts/coccinelle/err-bad-newline.cocci
2662 F: scripts/coccinelle/error-use-after-free.cocci
2663 F: scripts/coccinelle/error_propagate_null.cocci
2664 F: scripts/coccinelle/remove_local_err.cocci
2665 F: scripts/coccinelle/use-error_fatal.cocci
2666 F: scripts/coccinelle/errp-guard.cocci
2669 M: Alex Bennée <alex.bennee@linaro.org>
2670 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2673 F: include/exec/gdbstub.h
2675 F: tests/tcg/multiarch/gdbstub/
2678 M: Paolo Bonzini <pbonzini@redhat.com>
2679 M: Peter Xu <peterx@redhat.com>
2680 M: David Hildenbrand <david@redhat.com>
2681 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2683 F: include/exec/ioport.h
2684 F: include/exec/memop.h
2685 F: include/exec/memory.h
2686 F: include/exec/ram_addr.h
2687 F: include/exec/ramblock.h
2688 F: include/sysemu/memory_mapping.h
2689 F: softmmu/dma-helpers.c
2692 F: softmmu/memory_mapping.c
2693 F: softmmu/physmem.c
2694 F: include/exec/memory-internal.h
2695 F: scripts/coccinelle/memory-region-housekeeping.cocci
2698 M: Gerd Hoffmann <kraxel@redhat.com>
2700 F: include/ui/qemu-spice.h
2701 F: include/ui/spice-display.h
2703 F: audio/spiceaudio.c
2706 F: docs/spice-port-fqdn.txt
2709 M: Gerd Hoffmann <kraxel@redhat.com>
2717 M: Peter Maydell <peter.maydell@linaro.org>
2718 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2719 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2724 M: Paolo Bonzini <pbonzini@redhat.com>
2726 F: include/exec/gen-icount.h
2727 F: include/qemu/main-loop.h
2728 F: include/sysemu/runstate.h
2729 F: include/sysemu/runstate-action.h
2731 F: util/qemu-timer.c
2735 F: softmmu/cpu-throttle.c
2736 F: softmmu/cpu-timers.c
2738 F: softmmu/runstate-action.c
2739 F: qapi/run-state.json
2741 Read, Copy, Update (RCU)
2742 M: Paolo Bonzini <pbonzini@redhat.com>
2744 F: include/qemu/rcu*.h
2745 F: tests/unit/rcutorture.c
2746 F: tests/unit/test-rcu-*.c
2750 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2752 F: monitor/monitor-internal.h
2754 F: monitor/monitor.c
2758 F: include/monitor/hmp-target.h
2759 F: tests/qtest/test-hmp.c
2760 F: include/qemu/qemu-print.h
2761 F: util/qemu-print.c
2763 Network device backends
2764 M: Jason Wang <jasowang@redhat.com>
2768 F: qemu-bridge-helper.c
2769 T: git https://github.com/jasowang/qemu.git net
2772 Netmap network backend
2773 M: Luigi Rizzo <rizzo@iet.unipi.it>
2774 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2775 M: Vincenzo Maffione <v.maffione@gmail.com>
2776 W: http://info.iet.unipi.it/~luigi/netmap/
2780 Host Memory Backends
2781 M: David Hildenbrand <david@redhat.com>
2782 M: Igor Mammedov <imammedo@redhat.com>
2784 F: backends/hostmem*.c
2785 F: include/sysemu/hostmem.h
2786 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2789 M: Gonglei <arei.gonglei@huawei.com>
2791 F: include/sysemu/cryptodev*.h
2792 F: backends/cryptodev*.c
2795 M: John Snow <jsnow@redhat.com>
2796 M: Cleber Rosa <crosa@redhat.com>
2797 R: Beraldo Leal <bleal@redhat.com>
2800 T: git https://gitlab.com/jsnow/qemu.git python
2803 M: John Snow <jsnow@redhat.com>
2804 M: Cleber Rosa <crosa@redhat.com>
2810 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2812 F: scripts/simplebench/
2813 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2816 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2818 F: include/qemu/transactions.h
2819 F: util/transactions.c
2822 M: Markus Armbruster <armbru@redhat.com>
2823 M: Michael Roth <michael.roth@amd.com>
2828 X: include/qapi/qmp/
2829 F: include/qapi/qmp/dispatch.h
2830 F: tests/qapi-schema/
2831 F: tests/unit/test-*-visitor.c
2832 F: tests/unit/test-qapi-*.c
2833 F: tests/unit/test-qmp-*.c
2834 F: tests/unit/test-visitor-serialization.c
2835 F: scripts/qapi-gen.py
2837 F: docs/sphinx/qapidoc.py
2839 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2842 M: Eric Blake <eblake@redhat.com>
2843 M: Markus Armbruster <armbru@redhat.com>
2846 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2849 M: Markus Armbruster <armbru@redhat.com>
2852 F: include/qapi/qmp/
2853 X: include/qapi/qmp/dispatch.h
2854 F: scripts/coccinelle/qobject.cocci
2855 F: tests/unit/check-qdict.c
2856 F: tests/unit/check-qjson.c
2857 F: tests/unit/check-qlist.c
2858 F: tests/unit/check-qlit.c
2859 F: tests/unit/check-qnull.c
2860 F: tests/unit/check-qnum.c
2861 F: tests/unit/check-qobject.c
2862 F: tests/unit/check-qstring.c
2863 F: tests/data/qobject/qdict.txt
2864 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2867 M: Michael Roth <michael.roth@amd.com>
2870 F: docs/interop/qemu-ga.rst
2871 F: docs/interop/qemu-ga-ref.rst
2872 F: scripts/qemu-guest-agent/
2873 F: tests/unit/test-qga.c
2874 T: git https://github.com/mdroth/qemu.git qga
2876 QEMU Guest Agent Win32
2877 M: Konstantin Kostiuk <kkostiuk@redhat.com>
2882 T: git https://github.com/kostyanf14/qemu.git qga-win32
2885 M: Paolo Bonzini <pbonzini@redhat.com>
2886 R: Daniel P. Berrange <berrange@redhat.com>
2887 R: Eduardo Habkost <eduardo@habkost.net>
2889 F: docs/qdev-device-use.txt
2894 F: include/monitor/qdev.h
2898 F: scripts/coccinelle/qom-parent-type.cocci
2899 F: softmmu/qdev-monitor.c
2902 F: tests/unit/check-qom-interface.c
2903 F: tests/unit/check-qom-proplist.c
2904 F: tests/unit/test-qdev-global-props.c
2906 QOM boilerplate conversion script
2907 M: Eduardo Habkost <eduardo@habkost.net>
2909 F: scripts/codeconverter/
2912 M: Markus Armbruster <armbru@redhat.com>
2914 F: monitor/monitor-internal.h
2917 F: monitor/monitor.c
2918 F: qapi/control.json
2920 F: qapi/introspect.json
2921 F: docs/devel/*qmp-*
2922 F: docs/interop/*qmp-*
2924 F: tests/qtest/qmp-test.c
2925 F: tests/qtest/qmp-cmd-test.c
2926 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2929 M: Thomas Huth <thuth@redhat.com>
2930 M: Laurent Vivier <lvivier@redhat.com>
2931 R: Paolo Bonzini <pbonzini@redhat.com>
2936 F: docs/devel/qgraph.rst
2937 X: tests/qtest/bios-tables-test*
2940 M: Alexander Bulekov <alxndr@bu.edu>
2941 R: Paolo Bonzini <pbonzini@redhat.com>
2942 R: Bandan Das <bsd@redhat.com>
2943 R: Stefan Hajnoczi <stefanha@redhat.com>
2944 R: Thomas Huth <thuth@redhat.com>
2945 R: Darren Kenny <darren.kenny@oracle.com>
2946 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2948 F: tests/qtest/fuzz/
2949 F: tests/qtest/fuzz-*test.c
2950 F: scripts/oss-fuzz/
2951 F: hw/mem/sparse-mem.c
2952 F: docs/devel/fuzzing.rst
2955 M: Alistair Francis <alistair@alistair23.me>
2957 F: hw/core/register.c
2958 F: include/hw/register.h
2959 F: include/hw/registerfields.h
2962 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2966 F: include/net/slirp.h
2967 T: git https://people.debian.org/~sthibault/qemu.git slirp
2970 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2973 F: include/hw/stream.h
2976 M: Paolo Bonzini <pbonzini@redhat.com>
2981 M: Stefan Hajnoczi <stefanha@redhat.com>
2985 F: docs/qemu-option-trace.rst.inc
2987 F: scripts/tracetool.py
2988 F: scripts/tracetool/
2989 F: scripts/qemu-trace-stap*
2990 F: docs/tools/qemu-trace-stap.rst
2991 F: docs/devel/tracing.rst
2992 T: git https://github.com/stefanha/qemu.git tracing
2995 M: Stefan Berger <stefanb@linux.ibm.com>
2999 F: include/hw/acpi/tpm.h
3000 F: include/sysemu/tpm*
3003 F: tests/qtest/*tpm*
3004 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3008 F: scripts/checkpatch.pl
3011 M: Juan Quintela <quintela@redhat.com>
3012 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
3014 F: hw/core/vmstate-if.c
3015 F: include/hw/vmstate-if.h
3016 F: include/migration/
3018 F: scripts/vmstate-static-checker.py
3019 F: tests/vmstate-static-checker-data/
3020 F: tests/qtest/migration-test.c
3021 F: docs/devel/migration.rst
3022 F: qapi/migration.json
3026 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3028 F: backends/dbus-vmstate.c
3033 F: include/qemu/dbus.h
3034 F: docs/interop/dbus*
3035 F: docs/sphinx/dbus*
3036 F: docs/sphinx/fakedbusdoc.py
3037 F: tests/qtest/dbus*
3040 M: Daniel P. Berrange <berrange@redhat.com>
3042 F: softmmu/qemu-seccomp.c
3043 F: include/sysemu/seccomp.h
3044 F: tests/unit/test-seccomp.c
3047 M: Daniel P. Berrange <berrange@redhat.com>
3052 F: tests/unit/test-crypto-*
3053 F: tests/bench/benchmark-crypto-*
3054 F: tests/unit/crypto-tls-*
3055 F: tests/unit/pkix_asn1_tab.c
3059 M: Stefan Hajnoczi <stefanha@redhat.com>
3060 M: Kevin Wolf <kwolf@redhat.com>
3063 F: include/qemu/coroutine*
3064 F: tests/unit/test-coroutine.c
3067 M: Daniel P. Berrange <berrange@redhat.com>
3070 F: include/qemu/buffer.h
3073 M: Daniel P. Berrange <berrange@redhat.com>
3077 F: tests/unit/test-io-*
3080 M: Daniel P. Berrange <berrange@redhat.com>
3085 F: tests/unit/test-authz-*
3088 M: Daniel P. Berrange <berrange@redhat.com>
3090 F: include/qemu/sockets.h
3091 F: util/qemu-sockets.c
3092 F: qapi/sockets.json
3095 M: Daniel P. Berrange <berrange@redhat.com>
3097 F: util/filemonitor*.c
3098 F: include/qemu/filemonitor.h
3099 F: tests/unit/test-util-filemonitor.c
3101 Throttling infrastructure
3102 M: Alberto Garcia <berto@igalia.com>
3104 F: block/throttle-groups.c
3105 F: include/block/throttle-groups.h
3106 F: include/qemu/throttle*.h
3108 F: docs/throttle.txt
3109 F: tests/unit/test-throttle.c
3110 L: qemu-block@nongnu.org
3113 M: Fam Zheng <fam@euphon.net>
3116 F: include/qemu/uuid.h
3117 F: tests/unit/test-uuid.c
3120 M: Lukas Straub <lukasstraub2@web.de>
3123 F: migration/yank_functions*
3124 F: tests/unit/test-yank.c
3125 F: include/qemu/yank.h
3129 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3132 F: include/migration/colo.h
3133 F: include/migration/failover.h
3137 M: Zhang Chen <chen.zhang@intel.com>
3138 M: Li Zhijian <lizhijian@fujitsu.com>
3140 F: docs/colo-proxy.txt
3142 F: net/filter-rewriter.c
3143 F: net/filter-mirror.c
3144 F: tests/qtest/test-filter*
3147 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3148 R: Paolo Bonzini <pbonzini@redhat.com>
3149 W: https://wiki.qemu.org/Features/record-replay
3152 F: block/blkreplay.c
3153 F: net/filter-replay.c
3154 F: include/sysemu/replay.h
3157 F: tests/avocado/replay_kernel.py
3158 F: tests/avocado/replay_linux.py
3159 F: tests/avocado/reverse_debugging.py
3163 M: Peter Xu <peterx@redhat.com>
3165 F: include/qemu/iova-tree.h
3169 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3174 M: Corey Minyard <cminyard@mvista.com>
3177 F: hw/i2c/smbus_slave.c
3178 F: hw/i2c/smbus_master.c
3179 F: hw/i2c/smbus_eeprom.c
3180 F: include/hw/i2c/i2c.h
3181 F: include/hw/i2c/smbus_master.h
3182 F: include/hw/i2c/smbus_slave.h
3183 F: include/hw/i2c/smbus_eeprom.h
3186 M: Titus Rwantare <titusr@google.com>
3188 F: hw/i2c/pmbus_device.c
3189 F: hw/sensor/adm1272.c
3190 F: hw/sensor/isl_pmbus_vr.c
3191 F: hw/sensor/max34451.c
3192 F: include/hw/i2c/pmbus_device.h
3193 F: include/hw/sensor/isl_pmbus_vr.h
3194 F: tests/qtest/adm1272-test.c
3195 F: tests/qtest/max34451-test.c
3196 F: tests/qtest/isl_pmbus_vr-test.c
3198 Firmware schema specifications
3199 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3200 R: Daniel P. Berrange <berrange@redhat.com>
3201 R: Kashyap Chamarthy <kchamart@redhat.com>
3203 F: docs/interop/firmware.json
3206 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3207 M: Gerd Hoffmann <kraxel@redhat.com>
3210 F: pc-bios/descriptors/??-edk2-*.json
3212 F: roms/Makefile.edk2
3215 F: tests/data/uefi-boot-images/
3216 F: tests/uefi-test-tools/
3217 F: .gitlab-ci.d/edk2.yml
3218 F: .gitlab-ci.d/edk2/
3221 M: Michael S. Tsirkin <mst@redhat.com>
3222 M: Peter Xu <peterx@redhat.com>
3223 R: Jason Wang <jasowang@redhat.com>
3225 F: hw/i386/intel_iommu.c
3226 F: hw/i386/intel_iommu_internal.h
3227 F: include/hw/i386/intel_iommu.h
3230 M: Bin Meng <bmeng.cn@gmail.com>
3232 F: pc-bios/opensbi-*
3233 F: .gitlab-ci.d/opensbi.yml
3234 F: .gitlab-ci.d/opensbi/
3237 M: Luc Michel <luc@lmichel.fr>
3238 R: Damien Hedde <damien.hedde@greensocs.com>
3240 F: include/hw/clock.h
3241 F: include/hw/qdev-clock.h
3243 F: hw/core/clock-vmstate.c
3244 F: hw/core/qdev-clock.c
3245 F: docs/devel/clocks.rst
3249 Overall usermode emulation
3250 M: Riku Voipio <riku.voipio@iki.fi>
3252 F: accel/tcg/user-exec*.c
3257 M: Warner Losh <imp@bsdimp.com>
3258 R: Kyle Evans <kevans@freebsd.org>
3261 F: configs/targets/*-bsd-user.mak
3263 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3266 M: Laurent Vivier <laurent@vivier.eu>
3269 F: configs/targets/*linux-user.mak
3270 F: scripts/qemu-binfmt-conf.sh
3271 F: scripts/update-syscalltbl.sh
3272 F: scripts/update-mips-syscall-args.sh
3273 F: scripts/gensyscalls.sh
3275 Tiny Code Generator (TCG)
3276 -------------------------
3278 M: Richard Henderson <richard.henderson@linaro.org>
3284 M: Alex Bennée <alex.bennee@linaro.org>
3285 R: Alexandre Iooss <erdnaxe@crans.org>
3286 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3288 F: docs/devel/tcg-plugins.rst
3291 F: tests/avocado/tcg_plugins.py
3295 M: Richard Henderson <richard.henderson@linaro.org>
3297 L: qemu-arm@nongnu.org
3303 M: Richard Henderson <richard.henderson@linaro.org>
3305 L: qemu-arm@nongnu.org
3309 M: Richard Henderson <richard.henderson@linaro.org>
3313 LoongArch64 TCG target
3314 M: WANG Xuerui <git@xen0n.name>
3319 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3320 R: Aurelien Jarno <aurelien@aurel32.net>
3321 R: Huacai Chen <chenhuacai@kernel.org>
3322 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3323 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3328 M: Richard Henderson <richard.henderson@linaro.org>
3333 M: Palmer Dabbelt <palmer@dabbelt.com>
3334 M: Alistair Francis <Alistair.Francis@wdc.com>
3335 L: qemu-riscv@nongnu.org
3341 M: Richard Henderson <richard.henderson@linaro.org>
3344 L: qemu-s390x@nongnu.org
3352 M: Stefan Weil <sw@weilnetz.de>
3361 M: Fam Zheng <fam@euphon.net>
3362 L: qemu-block@nongnu.org
3367 M: Ilya Dryomov <idryomov@gmail.com>
3368 R: Peter Lieven <pl@kamp.de>
3369 L: qemu-block@nongnu.org
3374 M: Jeff Cody <codyprime@gmail.com>
3375 L: qemu-block@nongnu.org
3380 M: Stefan Weil <sw@weilnetz.de>
3381 L: qemu-block@nongnu.org
3386 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3387 M: Paolo Bonzini <pbonzini@redhat.com>
3388 M: Peter Lieven <pl@kamp.de>
3389 L: qemu-block@nongnu.org
3392 F: block/iscsi-opts.c
3394 Network Block Device (NBD)
3395 M: Eric Blake <eblake@redhat.com>
3396 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3397 L: qemu-block@nongnu.org
3401 F: include/block/nbd*
3404 F: docs/interop/nbd.txt
3405 F: docs/tools/qemu-nbd.rst
3406 F: tests/qemu-iotests/tests/*nbd*
3407 T: git https://repo.or.cz/qemu/ericb.git nbd
3408 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3411 M: Peter Lieven <pl@kamp.de>
3412 L: qemu-block@nongnu.org
3417 M: Richard W.M. Jones <rjones@redhat.com>
3418 L: qemu-block@nongnu.org
3423 L: qemu-block@nongnu.org
3428 L: qemu-block@nongnu.org
3429 L: integration@gluster.org
3434 M: Fam Zheng <fam@euphon.net>
3435 L: qemu-block@nongnu.org
3440 M: Stefan Hajnoczi <stefanha@redhat.com>
3441 R: Fam Zheng <fam@euphon.net>
3442 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3443 L: qemu-block@nongnu.org
3446 F: include/block/nvme.h
3447 T: git https://github.com/stefanha/qemu.git block
3450 M: Gonglei <arei.gonglei@huawei.com>
3452 F: softmmu/bootdevice.c
3455 M: Alberto Garcia <berto@igalia.com>
3458 L: qemu-block@nongnu.org
3461 M: Ari Sundholm <ari@tuxera.com>
3462 L: qemu-block@nongnu.org
3464 F: block/blklogwrites.c
3467 M: Stefan Hajnoczi <stefanha@redhat.com>
3468 L: qemu-block@nongnu.org
3470 F: block/blkverify.c
3473 M: Stefan Hajnoczi <stefanha@redhat.com>
3474 L: qemu-block@nongnu.org
3479 M: Stefan Hajnoczi <stefanha@redhat.com>
3480 L: qemu-block@nongnu.org
3485 M: Stefan Hajnoczi <stefanha@redhat.com>
3486 L: qemu-block@nongnu.org
3491 M: Stefan Hajnoczi <stefanha@redhat.com>
3492 M: Denis V. Lunev <den@openvz.org>
3493 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3494 L: qemu-block@nongnu.org
3496 F: block/parallels.c
3497 F: block/parallels-ext.c
3498 F: docs/interop/parallels.txt
3499 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3502 M: Stefan Hajnoczi <stefanha@redhat.com>
3503 L: qemu-block@nongnu.org
3508 M: Kevin Wolf <kwolf@redhat.com>
3509 L: qemu-block@nongnu.org
3511 F: block/linux-aio.c
3512 F: include/block/raw-aio.h
3513 F: block/raw-format.c
3514 F: block/file-posix.c
3515 F: block/file-win32.c
3516 F: block/win32-aio.c
3519 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3520 M: Julia Suvorova <jusual@redhat.com>
3521 M: Stefan Hajnoczi <stefanha@redhat.com>
3522 R: Stefano Garzarella <sgarzare@redhat.com>
3523 L: qemu-block@nongnu.org
3529 M: Kevin Wolf <kwolf@redhat.com>
3530 M: Hanna Reitz <hreitz@redhat.com>
3531 L: qemu-block@nongnu.org
3534 F: docs/interop/qcow2.txt
3537 M: Kevin Wolf <kwolf@redhat.com>
3538 L: qemu-block@nongnu.org
3543 M: Kevin Wolf <kwolf@redhat.com>
3544 M: Hanna Reitz <hreitz@redhat.com>
3545 L: qemu-block@nongnu.org
3550 M: Kevin Wolf <kwolf@redhat.com>
3551 L: qemu-block@nongnu.org
3556 M: Kevin Wolf <kwolf@redhat.com>
3557 L: qemu-block@nongnu.org
3562 M: Stefan Hajnoczi <stefanha@redhat.com>
3563 L: qemu-block@nongnu.org
3565 F: tests/image-fuzzer/
3567 Vhost-user block device backend server
3568 M: Coiby Xu <Coiby.Xu@gmail.com>
3570 F: block/export/vhost-user-blk-server.c
3571 F: block/export/vhost-user-blk-server.h
3572 F: include/qemu/vhost-user-server.h
3573 F: tests/qtest/libqos/vhost-user-blk.c
3574 F: tests/qtest/libqos/vhost-user-blk.h
3575 F: tests/qtest/vhost-user-blk-test.c
3576 F: util/vhost-user-server.c
3578 FUSE block device exports
3579 M: Hanna Reitz <hreitz@redhat.com>
3580 L: qemu-block@nongnu.org
3582 F: block/export/fuse.c
3585 M: Wen Congyang <wencongyang2@huawei.com>
3586 M: Xie Changlong <xiechanglong.d@gmail.com>
3589 F: block/replication.c
3590 F: tests/unit/test-replication.c
3591 F: docs/block-replication.txt
3594 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3595 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3600 F: contrib/rdmacm-mux/*
3604 M: Alex Bennée <alex.bennee@linaro.org>
3607 F: include/semihosting/
3608 F: tests/tcg/multiarch/arm-compat-semi/
3609 F: tests/tcg/aarch64/system/semiheap.c
3612 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3613 M: Jagannathan Raman <jag.raman@oracle.com>
3614 M: John G Johnson <john.g.johnson@oracle.com>
3616 F: docs/devel/multi-process.rst
3617 F: docs/system/multi-process.rst
3618 F: hw/pci-host/remote.c
3619 F: include/hw/pci-host/remote.h
3620 F: hw/remote/machine.c
3621 F: include/hw/remote/machine.h
3622 F: hw/remote/mpqemu-link.c
3623 F: include/hw/remote/mpqemu-link.h
3624 F: hw/remote/message.c
3625 F: hw/remote/remote-obj.c
3626 F: include/hw/remote/memory.h
3627 F: hw/remote/memory.c
3628 F: hw/remote/proxy.c
3629 F: include/hw/remote/proxy.h
3630 F: hw/remote/proxy-memory-listener.c
3631 F: include/hw/remote/proxy-memory-listener.h
3632 F: hw/remote/iohub.c
3633 F: include/hw/remote/iohub.h
3636 M: Jason Wang <jasowang@redhat.com>
3637 R: Andrew Melnychenko <andrew@daynix.com>
3638 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3643 Build and test automation
3644 -------------------------
3645 Build and test automation, general continuous integration
3646 M: Alex Bennée <alex.bennee@linaro.org>
3647 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3648 M: Thomas Huth <thuth@redhat.com>
3649 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3650 R: Beraldo Leal <bleal@redhat.com>
3652 F: .github/workflows/lockdown.yml
3660 F: scripts/archive-source.sh
3661 W: https://gitlab.com/qemu-project/qemu/pipelines
3662 W: https://travis-ci.org/qemu/qemu
3664 FreeBSD Hosted Continuous Integration
3665 M: Ed Maste <emaste@freebsd.org>
3666 M: Li-Wen Hsu <lwhsu@freebsd.org>
3668 F: .gitlab-ci.d/cirrus/freebsd*
3670 W: https://cirrus-ci.com/github/qemu/qemu
3672 Windows Hosted Continuous Integration
3673 M: Yonggang Luo <luoyonggang@gmail.com>
3676 W: https://cirrus-ci.com/github/qemu/qemu
3678 Guest Test Compilation Support
3679 M: Alex Bennée <alex.bennee@linaro.org>
3680 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3682 F: tests/tcg/Makefile
3683 F: tests/tcg/Makefile.include
3685 Integration Testing with the Avocado framework
3686 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3687 R: Cleber Rosa <crosa@redhat.com>
3688 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3689 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3690 R: Beraldo Leal <bleal@redhat.com>
3694 GitLab custom runner (Works On Arm Sponsored)
3695 M: Alex Bennée <alex.bennee@linaro.org>
3696 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3698 F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3702 Build system architecture
3703 M: Daniel P. Berrange <berrange@redhat.com>
3705 F: docs/devel/build-system.rst
3707 GIT Data Mining Config
3708 M: Alex Bennée <alex.bennee@linaro.org>
3713 Incompatible changes
3714 R: libvir-list@redhat.com
3715 F: docs/about/deprecated.rst
3720 M: Daniel P. Berrange <berrange@redhat.com>
3722 F: scripts/git-submodule.sh
3728 Sphinx documentation configuration and build machinery
3729 M: Peter Maydell <peter.maydell@linaro.org>
3738 Performance Tools and Tests
3739 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3741 F: scripts/performance/