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: Laurent Vivier <laurent@vivier.eu>
222 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
224 F: target/microblaze/
226 F: disas/microblaze.c
227 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
228 F: tests/tcg/nios2/Makefile.target
231 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
232 R: Aurelien Jarno <aurelien@aurel32.net>
233 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
234 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
238 F: docs/system/cpu-models-mips.rst.inc
241 MIPS TCG CPUs (nanoMIPS ISA)
244 F: target/mips/tcg/*nanomips*
247 M: Chris Wulff <crwulff@gmail.com>
248 M: Marek Vasut <marex@denx.de>
253 F: configs/devices/nios2-softmmu/default.mak
254 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
257 M: Stafford Horne <shorne@gmail.com>
261 F: tests/tcg/openrisc/
264 M: Cédric Le Goater <clg@kaod.org>
265 M: Daniel Henrique Barboza <danielhb413@gmail.com>
266 R: David Gibson <david@gibson.dropbear.id.au>
267 R: Greg Kurz <groug@kaod.org>
268 L: qemu-ppc@nongnu.org
272 F: hw/ppc/ppc_booke.c
273 F: include/hw/ppc/ppc.h
276 M: Palmer Dabbelt <palmer@dabbelt.com>
277 M: Alistair Francis <alistair.francis@wdc.com>
278 M: Bin Meng <bin.meng@windriver.com>
279 L: qemu-riscv@nongnu.org
284 F: linux-user/host/riscv32/
285 F: linux-user/host/riscv64/
287 RISC-V XVentanaCondOps extension
288 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
289 L: qemu-riscv@nongnu.org
291 F: target/riscv/XVentanaCondOps.decode
292 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
295 R: Yoshinori Sato <ysato@users.sourceforge.jp>
300 M: Richard Henderson <richard.henderson@linaro.org>
301 M: David Hildenbrand <david@redhat.com>
307 L: qemu-s390x@nongnu.org
310 R: Yoshinori Sato <ysato@users.sourceforge.jp>
318 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
319 M: Artyom Tarasenko <atar4qemu@gmail.com>
324 F: include/hw/sparc/sparc64.h
328 M: Paolo Bonzini <pbonzini@redhat.com>
329 M: Richard Henderson <richard.henderson@linaro.org>
330 M: Eduardo Habkost <eduardo@habkost.net>
336 F: docs/system/cpu-models-x86*
337 T: git https://gitlab.com/ehabkost/qemu.git x86-next
340 M: Max Filippov <jcmvbkbc@gmail.com>
341 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
347 F: include/hw/xtensa/xtensa-isa.h
348 F: configs/devices/xtensa*/default.mak
351 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
355 F: include/hw/tricore/
356 F: tests/tcg/tricore/
358 Multiarch Linux User Tests
359 M: Alex Bennée <alex.bennee@linaro.org>
361 F: tests/tcg/multiarch/
363 Guest CPU Cores (KVM)
364 ---------------------
366 M: Paolo Bonzini <pbonzini@redhat.com>
367 L: kvm@vger.kernel.org
371 F: accel/stubs/kvm-stub.c
373 F: include/sysemu/kvm*.h
374 F: scripts/kvm/kvm_flightrecorder
377 M: Peter Maydell <peter.maydell@linaro.org>
378 L: qemu-arm@nongnu.org
383 M: Huacai Chen <chenhuacai@kernel.org>
386 F: target/mips/sysemu/
389 M: Cédric Le Goater <clg@kaod.org>
390 M: Daniel Henrique Barboza <danielhb413@gmail.com>
391 R: David Gibson <david@gibson.dropbear.id.au>
392 R: Greg Kurz <groug@kaod.org>
397 M: Halil Pasic <pasic@linux.ibm.com>
398 M: Christian Borntraeger <borntraeger@linux.ibm.com>
401 F: target/s390x/machine.c
402 F: target/s390x/sigp.c
404 F: include/hw/s390x/pv.h
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
414 F: docs/system/i386/amd-memory-encryption.rst
415 F: docs/system/i386/sgx.rst
418 F: scripts/kvm/vmxcap
420 Guest CPU Cores (other accelerators)
421 ------------------------------------
423 M: Richard Henderson <richard.henderson@linaro.org>
424 R: Paolo Bonzini <pbonzini@redhat.com>
426 F: include/qemu/accel.h
427 F: include/sysemu/accel-ops.h
428 F: include/hw/core/accel-cpu.h
430 F: accel/Makefile.objs
431 F: accel/stubs/Makefile.objs
433 Apple Silicon HVF CPUs
434 M: Alexander Graf <agraf@csgraf.de>
439 M: Cameron Esfahani <dirty@apple.com>
440 M: Roman Bolshakov <r.bolshakov@yadro.com>
441 W: https://wiki.qemu.org/Features/HVF
446 M: Cameron Esfahani <dirty@apple.com>
447 M: Roman Bolshakov <r.bolshakov@yadro.com>
448 W: https://wiki.qemu.org/Features/HVF
451 F: include/sysemu/hvf.h
452 F: include/sysemu/hvf_int.h
455 M: Sunil Muthuswamy <sunilmut@microsoft.com>
458 F: include/sysemu/whpx.h
460 Guest CPU Cores (Xen)
461 ---------------------
463 M: Stefano Stabellini <sstabellini@kernel.org>
464 M: Anthony Perard <anthony.perard@citrix.com>
465 M: Paul Durrant <paul@xen.org>
466 L: xen-devel@lists.xenproject.org
471 F: hw/char/xen_console.c
472 F: hw/display/xenfb.c
476 F: hw/block/dataplane/xen*
480 F: hw/pci-host/xen_igd_pt.c
481 F: include/hw/block/dataplane/xen*
483 F: include/sysemu/xen.h
484 F: include/sysemu/xen-mapcache.h
485 F: stubs/xen-hw-stub.c
487 Guest CPU Cores (HAXM)
488 ---------------------
490 M: Wenchao Wang <wenchao.wang@intel.com>
491 M: Colin Xu <colin.xu@intel.com>
492 L: haxm-team@intel.com
493 W: https://github.com/intel/haxm/issues
495 F: accel/stubs/hax-stub.c
496 F: include/sysemu/hax.h
499 Guest CPU Cores (NVMM)
500 ----------------------
501 NetBSD Virtual Machine Monitor (NVMM) CPU support
502 M: Kamil Rytarowski <kamil@netbsd.org>
503 M: Reinoud Zandijk <reinoud@netbsd.org>
505 F: include/sysemu/nvmm.h
511 M: Michael S. Tsirkin <mst@redhat.com>
512 M: Cornelia Huck <cohuck@redhat.com>
513 M: Paolo Bonzini <pbonzini@redhat.com>
516 F: scripts/update-linux-headers.sh
519 M: Paolo Bonzini <pbonzini@redhat.com>
522 F: include/sysemu/os-posix.h
524 F: include/qemu/*posix*.h
527 M: Kamil Rytarowski <kamil@netbsd.org>
528 M: Reinoud Zandijk <reinoud@netbsd.org>
529 M: Ryo ONODERA <ryoon@netbsd.org>
531 K: ^Subject:.*(?i)NetBSD
534 M: Brad Smith <brad@comstyle.com>
536 K: ^Subject:.*(?i)OpenBSD
539 M: Stefan Weil <sw@weilnetz.de>
548 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
550 F: .gitlab-ci.d/cirrus/macos-*
555 M: Richard Henderson <richard.henderson@linaro.org>
558 F: hw/isa/smc37c669-superio.c
559 F: tests/tcg/alpha/system/
564 M: Beniamino Galvani <b.galvani@gmail.com>
565 M: Peter Maydell <peter.maydell@linaro.org>
566 L: qemu-arm@nongnu.org
569 F: include/hw/*/allwinner*
570 F: hw/arm/cubieboard.c
571 F: docs/system/arm/cubieboard.rst
574 M: Niek Linnenbank <nieklinnenbank@gmail.com>
575 L: qemu-arm@nongnu.org
577 F: hw/*/allwinner-h3*
578 F: include/hw/*/allwinner-h3*
580 F: docs/system/arm/orangepi.rst
582 ARM PrimeCell and CMSDK devices
583 M: Peter Maydell <peter.maydell@linaro.org>
584 L: qemu-arm@nongnu.org
587 F: include/hw/char/pl011.h
590 F: include/hw/dma/pl080.h
597 F: include/hw/ssi/pl022.h
599 F: include/hw/rtc/pl031.h
600 F: include/hw/arm/primecell.h
601 F: hw/timer/cmsdk-apb-timer.c
602 F: include/hw/timer/cmsdk-apb-timer.h
603 F: tests/qtest/cmsdk-apb-timer-test.c
604 F: hw/timer/cmsdk-apb-dualtimer.c
605 F: include/hw/timer/cmsdk-apb-dualtimer.h
606 F: tests/qtest/cmsdk-apb-dualtimer-test.c
607 F: hw/char/cmsdk-apb-uart.c
608 F: include/hw/char/cmsdk-apb-uart.h
609 F: hw/watchdog/cmsdk-apb-watchdog.c
610 F: include/hw/watchdog/cmsdk-apb-watchdog.h
611 F: tests/qtest/cmsdk-apb-watchdog-test.c
613 F: include/hw/misc/tz-ppc.h
615 F: include/hw/misc/tz-mpc.h
617 F: include/hw/misc/tz-msc.h
620 M: Peter Maydell <peter.maydell@linaro.org>
621 L: qemu-arm@nongnu.org
624 F: hw/intc/gic_internal.h
626 F: hw/misc/arm11scu.c
627 F: hw/misc/arm_l2x0.c
628 F: hw/misc/armv7m_ras.c
629 F: hw/timer/a9gtimer*
631 F: include/hw/arm/arm*.h
632 F: include/hw/intc/arm*
633 F: include/hw/misc/a9scu.h
634 F: include/hw/misc/arm11scu.h
635 F: include/hw/timer/a9gtimer.h
636 F: include/hw/timer/arm_mptimer.h
637 F: include/hw/timer/armv7m_systick.h
638 F: include/hw/misc/armv7m_ras.h
639 F: tests/qtest/test-arm-mptimer.c
642 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
643 M: Peter Maydell <peter.maydell@linaro.org>
644 L: qemu-arm@nongnu.org
647 F: include/hw/*/exynos*
650 M: Rob Herring <robh@kernel.org>
651 M: Peter Maydell <peter.maydell@linaro.org>
652 L: qemu-arm@nongnu.org
656 F: docs/system/arm/highbank.rst
659 M: Antony Pavlov <antonynpavlov@gmail.com>
660 M: Peter Maydell <peter.maydell@linaro.org>
661 L: qemu-arm@nongnu.org
663 F: include/hw/arm/digic.h
665 F: include/hw/*/digic*
666 F: tests/avocado/machine_arm_canona1100.py
667 F: docs/system/arm/digic.rst
670 M: Anup Patel <anup.patel@wdc.com>
671 M: Alistair Francis <Alistair.Francis@wdc.com>
672 L: qemu-riscv@nongnu.org
674 F: hw/rtc/goldfish_rtc.c
675 F: include/hw/rtc/goldfish_rtc.h
678 M: Peter Maydell <peter.maydell@linaro.org>
679 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
680 L: qemu-arm@nongnu.org
683 F: docs/system/arm/gumstix.rst
686 M: Peter Maydell <peter.maydell@linaro.org>
687 R: Jean-Christophe Dubois <jcd@tribudubois.net>
688 L: qemu-arm@nongnu.org
690 F: hw/arm/fsl-imx25.c
691 F: hw/arm/imx25_pdk.c
692 F: hw/misc/imx25_ccm.c
693 F: hw/watchdog/wdt_imx2.c
694 F: include/hw/arm/fsl-imx25.h
695 F: include/hw/misc/imx25_ccm.h
696 F: include/hw/watchdog/wdt_imx2.h
697 F: docs/system/arm/imx25-pdk.rst
700 M: Peter Maydell <peter.maydell@linaro.org>
701 L: qemu-arm@nongnu.org
706 F: include/hw/*/imx_*
707 F: include/hw/*/*imx31*
708 F: docs/system/arm/kzm.rst
711 M: Peter Maydell <peter.maydell@linaro.org>
712 L: qemu-arm@nongnu.org
714 F: hw/arm/integratorcp.c
715 F: hw/misc/arm_integrator_debug.c
716 F: include/hw/misc/arm_integrator_debug.h
717 F: tests/avocado/machine_arm_integratorcp.py
718 F: docs/system/arm/integratorcp.rst
720 MCIMX6UL EVK / i.MX6ul
721 M: Peter Maydell <peter.maydell@linaro.org>
722 R: Jean-Christophe Dubois <jcd@tribudubois.net>
723 L: qemu-arm@nongnu.org
725 F: hw/arm/mcimx6ul-evk.c
726 F: hw/arm/fsl-imx6ul.c
727 F: hw/misc/imx6ul_ccm.c
728 F: include/hw/arm/fsl-imx6ul.h
729 F: include/hw/misc/imx6ul_ccm.h
731 MCIMX7D SABRE / i.MX7
732 M: Peter Maydell <peter.maydell@linaro.org>
733 R: Andrey Smirnov <andrew.smirnov@gmail.com>
734 L: qemu-arm@nongnu.org
736 F: hw/arm/mcimx7d-sabre.c
739 F: include/hw/arm/fsl-imx7.h
740 F: include/hw/misc/imx7_*.h
741 F: hw/pci-host/designware.c
742 F: include/hw/pci-host/designware.h
745 M: Peter Maydell <peter.maydell@linaro.org>
746 L: qemu-arm@nongnu.org
751 F: include/hw/misc/mps2-*.h
753 F: include/hw/arm/armsse.h
754 F: hw/misc/iotkit-secctl.c
755 F: include/hw/misc/iotkit-secctl.h
756 F: hw/misc/iotkit-sysctl.c
757 F: include/hw/misc/iotkit-sysctl.h
758 F: hw/misc/iotkit-sysinfo.c
759 F: include/hw/misc/iotkit-sysinfo.h
760 F: hw/misc/armsse-cpu-pwrctrl.c
761 F: include/hw/misc/armsse-cpu-pwrctrl.h
762 F: hw/misc/armsse-cpuid.c
763 F: include/hw/misc/armsse-cpuid.h
764 F: hw/misc/armsse-mhu.c
765 F: include/hw/misc/armsse-mhu.h
766 F: hw/timer/sse-counter.c
767 F: include/hw/timer/sse-counter.h
768 F: hw/timer/sse-timer.c
769 F: include/hw/timer/sse-timer.h
770 F: tests/qtest/sse-timer-test.c
771 F: docs/system/arm/mps2.rst
774 M: Peter Maydell <peter.maydell@linaro.org>
775 L: qemu-arm@nongnu.org
778 F: docs/system/arm/musca.rst
781 M: Jan Kiszka <jan.kiszka@web.de>
782 M: Peter Maydell <peter.maydell@linaro.org>
783 L: qemu-arm@nongnu.org
786 F: hw/net/mv88w8618_eth.c
787 F: include/hw/net/mv88w8618_eth.h
788 F: docs/system/arm/musicpal.rst
791 M: Havard Skinnemoen <hskinnemoen@google.com>
792 M: Tyrone Ting <kfting@nuvoton.com>
793 L: qemu-arm@nongnu.org
796 F: include/hw/*/npcm7xx*
797 F: tests/qtest/npcm7xx*
798 F: pc-bios/npcm7xx_bootrom.bin
800 F: docs/system/arm/nuvoton.rst
803 M: Peter Maydell <peter.maydell@linaro.org>
804 L: qemu-arm@nongnu.org
807 F: hw/display/blizzard.c
809 F: hw/input/tsc2005.c
812 F: include/hw/display/blizzard.h
813 F: include/hw/input/lm832x.h
814 F: include/hw/input/tsc2xxx.h
815 F: include/hw/misc/cbus.h
816 F: tests/avocado/machine_arm_n8x0.py
817 F: docs/system/arm/nseries.rst
820 M: Peter Maydell <peter.maydell@linaro.org>
821 L: qemu-arm@nongnu.org
824 F: hw/input/tsc210x.c
825 F: include/hw/input/tsc2xxx.h
826 F: docs/system/arm/palm.rst
829 M: Peter Maydell <peter.maydell@linaro.org>
830 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
831 L: qemu-arm@nongnu.org
834 F: hw/arm/raspi_platform.h
836 F: include/hw/arm/raspi*
837 F: include/hw/*/bcm283*
838 F: docs/system/arm/raspi.rst
841 M: Peter Maydell <peter.maydell@linaro.org>
842 L: qemu-arm@nongnu.org
845 F: hw/cpu/realview_mpcore.c
846 F: hw/intc/realview_gic.c
847 F: include/hw/intc/realview_gic.h
848 F: docs/system/arm/realview.rst
851 M: Peter Maydell <peter.maydell@linaro.org>
852 L: qemu-arm@nongnu.org
854 F: hw/arm/mainstone.c
859 F: hw/display/tc6393xb.c
862 F: hw/misc/mst_fpga.c
864 F: include/hw/adc/max111x.h
865 F: include/hw/arm/pxa.h
866 F: include/hw/arm/sharpsl.h
867 F: include/hw/display/tc6393xb.h
868 F: docs/system/arm/xscale.rst
869 F: docs/system/arm/mainstone.rst
872 M: Peter Maydell <peter.maydell@linaro.org>
873 R: Jean-Christophe Dubois <jcd@tribudubois.net>
874 L: qemu-arm@nongnu.org
876 F: hw/arm/sabrelite.c
880 F: hw/usb/imx-usb-phy.c
881 F: include/hw/usb/imx-usb-phy.h
882 F: include/hw/arm/fsl-imx6.h
883 F: include/hw/misc/imx6_*.h
884 F: include/hw/ssi/imx_spi.h
887 M: Radoslaw Biernacki <rad@semihalf.com>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 R: Leif Lindholm <quic_llindhol@quicinc.com>
890 L: qemu-arm@nongnu.org
893 F: docs/system/arm/sbsa.rst
895 Sharp SL-5500 (Collie) PDA
896 M: Peter Maydell <peter.maydell@linaro.org>
897 L: qemu-arm@nongnu.org
901 F: docs/system/arm/collie.rst
904 M: Peter Maydell <peter.maydell@linaro.org>
905 L: qemu-arm@nongnu.org
908 F: include/hw/input/gamepad.h
909 F: docs/system/arm/stellaris.rst
912 M: Alexandre Iooss <erdnaxe@crans.org>
913 L: qemu-arm@nongnu.org
915 F: hw/arm/stm32vldiscovery.c
916 F: docs/system/arm/stm32.rst
919 M: Peter Maydell <peter.maydell@linaro.org>
920 L: qemu-arm@nongnu.org
923 F: docs/system/arm/vexpress.rst
926 M: Peter Maydell <peter.maydell@linaro.org>
927 L: qemu-arm@nongnu.org
930 F: include/hw/i2c/arm_sbcon_i2c.h
931 F: hw/misc/arm_sysctl.c
932 F: docs/system/arm/versatile.rst
935 M: Peter Maydell <peter.maydell@linaro.org>
936 L: qemu-arm@nongnu.org
939 F: include/hw/arm/virt.h
940 F: docs/system/arm/virt.rst
941 F: tests/avocado/machine_aarch64_virt.py
944 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
945 M: Alistair Francis <alistair@alistair23.me>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 L: qemu-arm@nongnu.org
951 F: hw/misc/zynq_slcr.c
952 F: hw/adc/zynq-xadc.c
953 F: include/hw/misc/zynq_slcr.h
954 F: include/hw/adc/zynq-xadc.h
957 Xilinx ZynqMP and Versal
958 M: Alistair Francis <alistair@alistair23.me>
959 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
960 M: Peter Maydell <peter.maydell@linaro.org>
961 L: qemu-arm@nongnu.org
964 F: include/hw/*/xlnx*.h
965 F: include/hw/ssi/xilinx_spips.h
967 F: include/hw/display/dpcd.h
968 F: docs/system/arm/xlnx-versal-virt.rst
971 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
973 F: hw/ssi/xlnx-versal-ospi.c
974 F: include/hw/ssi/xlnx-versal-ospi.h
977 M: Shannon Zhao <shannon.zhaosl@gmail.com>
978 L: qemu-arm@nongnu.org
980 F: hw/arm/virt-acpi-build.c
983 M: Alexandre Iooss <erdnaxe@crans.org>
984 L: qemu-arm@nongnu.org
986 F: hw/arm/stm32f100_soc.c
989 M: Alistair Francis <alistair@alistair23.me>
990 M: Peter Maydell <peter.maydell@linaro.org>
991 L: qemu-arm@nongnu.org
993 F: hw/arm/stm32f205_soc.c
994 F: hw/misc/stm32f2xx_syscfg.c
995 F: hw/char/stm32f2xx_usart.c
996 F: hw/timer/stm32f2xx_timer.c
998 F: hw/ssi/stm32f2xx_spi.c
999 F: include/hw/*/stm32*.h
1002 M: Alistair Francis <alistair@alistair23.me>
1003 M: Peter Maydell <peter.maydell@linaro.org>
1004 L: qemu-arm@nongnu.org
1006 F: hw/arm/stm32f405_soc.c
1007 F: hw/misc/stm32f4xx_syscfg.c
1008 F: hw/misc/stm32f4xx_exti.c
1011 M: Alistair Francis <alistair@alistair23.me>
1012 M: Peter Maydell <peter.maydell@linaro.org>
1013 L: qemu-arm@nongnu.org
1015 F: hw/arm/netduino2.c
1018 M: Alistair Francis <alistair@alistair23.me>
1019 M: Peter Maydell <peter.maydell@linaro.org>
1020 L: qemu-arm@nongnu.org
1022 F: hw/arm/netduinoplus2.c
1025 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1026 M: Peter Maydell <peter.maydell@linaro.org>
1027 L: qemu-arm@nongnu.org
1029 F: hw/arm/msf2-soc.c
1030 F: hw/misc/msf2-sysreg.c
1031 F: hw/timer/mss-timer.c
1033 F: include/hw/arm/msf2-soc.h
1034 F: include/hw/misc/msf2-sysreg.h
1035 F: include/hw/timer/mss-timer.h
1036 F: include/hw/ssi/mss-spi.h
1037 F: hw/net/msf2-emac.c
1038 F: include/hw/net/msf2-emac.h
1041 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1042 M: Peter Maydell <peter.maydell@linaro.org>
1043 L: qemu-arm@nongnu.org
1045 F: hw/arm/msf2-som.c
1046 F: docs/system/arm/emcraft-sf2.rst
1049 M: Cédric Le Goater <clg@kaod.org>
1050 M: Peter Maydell <peter.maydell@linaro.org>
1051 R: Andrew Jeffery <andrew@aj.id.au>
1052 R: Joel Stanley <joel@jms.id.au>
1053 L: qemu-arm@nongnu.org
1056 F: hw/misc/pca9552.c
1057 F: include/hw/*/*aspeed*
1058 F: include/hw/misc/pca9552*.h
1059 F: hw/net/ftgmac100.c
1060 F: include/hw/net/ftgmac100.h
1061 F: docs/system/arm/aspeed.rst
1062 F: tests/qtest/*aspeed*
1065 M: Joel Stanley <joel@jms.id.au>
1066 M: Peter Maydell <peter.maydell@linaro.org>
1067 L: qemu-arm@nongnu.org
1071 F: include/hw/*/nrf51*.h
1072 F: include/hw/*/microbit*.h
1073 F: tests/qtest/microbit-test.c
1074 F: docs/system/arm/nrf.rst
1080 M: Michael Rolnik <mrolnik@gmail.com>
1082 F: configs/devices/avr-softmmu/default.mak
1084 F: include/hw/char/avr_usart.h
1085 F: hw/char/avr_usart.c
1086 F: include/hw/timer/avr_timer16.h
1087 F: hw/timer/avr_timer16.c
1088 F: include/hw/misc/avr_power.h
1089 F: hw/misc/avr_power.c
1092 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1099 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1101 F: hw/cris/axis_dev88.c
1107 M: Richard Henderson <richard.henderson@linaro.org>
1108 R: Helge Deller <deller@gmx.de>
1110 F: configs/devices/hppa-softmmu/default.mak
1114 F: hw/pci-host/dino.c
1115 F: include/hw/misc/lasi.h
1116 F: include/hw/net/lasi_82596.h
1117 F: include/hw/pci-host/dino.h
1118 F: pc-bios/hppa-firmware.img
1123 M: Thomas Huth <huth@tuxfamily.org>
1126 F: hw/m68k/mcf5206.c
1129 M: Thomas Huth <huth@tuxfamily.org>
1131 F: hw/m68k/mcf5208.c
1132 F: hw/m68k/mcf_intc.c
1133 F: hw/char/mcf_uart.c
1135 F: include/hw/m68k/mcf*.h
1138 M: Thomas Huth <huth@tuxfamily.org>
1141 F: hw/display/next-fb.c
1142 F: include/hw/m68k/next-cube.h
1145 M: Laurent Vivier <laurent@vivier.eu>
1148 F: hw/misc/mac_via.c
1150 F: hw/display/macfb.c
1152 F: hw/m68k/bootinfo.h
1153 F: include/standard-headers/asm-m68k/bootinfo.h
1154 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1155 F: include/hw/misc/mac_via.h
1156 F: include/hw/nubus/*
1157 F: include/hw/display/macfb.h
1158 F: include/hw/block/swim.h
1161 M: Laurent Vivier <laurent@vivier.eu>
1164 F: hw/char/goldfish_tty.c
1165 F: hw/intc/goldfish_pic.c
1166 F: hw/intc/m68k_irqc.c
1167 F: hw/misc/virt_ctrl.c
1168 F: include/hw/char/goldfish_tty.h
1169 F: include/hw/intc/goldfish_pic.h
1170 F: include/hw/intc/m68k_irqc.h
1171 F: include/hw/misc/virt_ctrl.h
1175 petalogix_s3adsp1800
1176 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1178 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1179 F: include/hw/char/xilinx_uartlite.h
1180 F: tests/avocado/machine_microblaze.py
1183 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1185 F: hw/microblaze/petalogix_ml605_mmu.c
1189 Overall MIPS Machines
1190 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1192 F: configs/devices/mips*/*
1197 M: Hervé Poussineau <hpoussin@reactos.org>
1198 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1201 F: hw/display/jazz_led.c
1205 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1206 R: Aurelien Jarno <aurelien@aurel32.net>
1211 F: hw/mips/gt64xxx_pci.c
1212 F: include/hw/southbridge/piix.h
1213 F: tests/avocado/linux_ssh_mips_malta.py
1214 F: tests/avocado/machine_mips_malta.py
1217 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1219 F: hw/mips/mipssim.c
1223 M: Huacai Chen <chenhuacai@kernel.org>
1224 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1225 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1227 F: hw/mips/fuloong2e.c
1228 F: hw/isa/vt82c686.c
1229 F: hw/pci-host/bonito.c
1230 F: hw/usb/vt82c686-uhci-pci.c
1231 F: include/hw/isa/vt82c686.h
1232 F: tests/avocado/machine_mips_fuloong2e.py
1234 Loongson-3 virtual platforms
1235 M: Huacai Chen <chenhuacai@kernel.org>
1236 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1238 F: hw/intc/loongson_liointc.c
1239 F: hw/mips/loongson3_bootp.c
1240 F: hw/mips/loongson3_bootp.h
1241 F: hw/mips/loongson3_virt.c
1242 F: tests/avocado/machine_mips_loongson3v.py
1245 M: Paul Burton <paulburton@kernel.org>
1246 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1248 F: hw/core/loader-fit.c
1250 F: hw/pci-host/xilinx-pcie.c
1251 F: include/hw/pci-host/xilinx-pcie.h
1256 M: Jia Liu <proljc@gmail.com>
1258 F: hw/openrisc/openrisc_sim.c
1262 405 (ref405ep and taihu)
1263 L: qemu-ppc@nongnu.org
1265 F: hw/ppc/ppc405_boards.c
1268 L: qemu-ppc@nongnu.org
1270 F: hw/ppc/ppc440_bamboo.c
1271 F: tests/avocado/ppc_bamboo.py
1274 L: qemu-ppc@nongnu.org
1277 F: hw/gpio/mpc8xxx.c
1279 F: hw/net/fsl_etsec/
1280 F: hw/pci-host/ppce500.c
1281 F: include/hw/ppc/ppc_e500.h
1282 F: include/hw/pci-host/ppce500.h
1283 F: pc-bios/u-boot.e500
1284 F: hw/intc/openpic_kvm.h
1285 F: include/hw/ppc/openpic_kvm.h
1288 L: qemu-ppc@nongnu.org
1290 F: hw/ppc/mpc8544ds.c
1291 F: hw/ppc/mpc8544_guts.c
1292 F: tests/avocado/ppc_mpc8544ds.py
1295 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1296 L: qemu-ppc@nongnu.org
1298 F: docs/system/ppc/powermac.rst
1299 F: hw/ppc/mac_newworld.c
1300 F: hw/pci-host/uninorth.c
1301 F: hw/pci-bridge/dec.[hc]
1303 F: hw/misc/mos6522.c
1304 F: hw/nvram/mac_nvram.c
1306 F: include/hw/misc/macio/
1307 F: include/hw/misc/mos6522.h
1308 F: include/hw/ppc/mac_dbdma.h
1309 F: include/hw/pci-host/uninorth.h
1310 F: include/hw/input/adb*
1311 F: pc-bios/qemu_vga.ndrv
1314 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1315 L: qemu-ppc@nongnu.org
1317 F: docs/system/ppc/powermac.rst
1318 F: hw/ppc/mac_oldworld.c
1319 F: hw/pci-host/grackle.c
1321 F: hw/intc/heathrow_pic.c
1323 F: include/hw/intc/heathrow_pic.h
1324 F: include/hw/input/adb*
1325 F: pc-bios/qemu_vga.ndrv
1328 M: Hervé Poussineau <hpoussin@reactos.org>
1329 L: qemu-ppc@nongnu.org
1331 F: docs/system/ppc/prep.rst
1333 F: hw/ppc/prep_systemio.c
1334 F: hw/ppc/rs6000_mc.c
1335 F: hw/pci-host/raven.c
1339 F: hw/rtc/m48t59-isa.c
1340 F: include/hw/isa/pc87312.h
1341 F: include/hw/rtc/m48t59.h
1342 F: tests/avocado/ppc_prep_40p.py
1345 M: Cédric Le Goater <clg@kaod.org>
1346 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1347 R: David Gibson <david@gibson.dropbear.id.au>
1348 R: Greg Kurz <groug@kaod.org>
1349 L: qemu-ppc@nongnu.org
1352 F: include/hw/*/spapr*
1354 F: include/hw/*/xics*
1356 F: docs/system/ppc/pseries.rst
1357 F: docs/specs/ppc-spapr-*
1358 F: tests/qtest/spapr*
1359 F: tests/qtest/libqos/*spapr*
1360 F: tests/qtest/rtas*
1361 F: tests/qtest/libqos/rtas*
1362 F: tests/avocado/ppc_pseries.py
1364 PowerNV (Non-Virtualized)
1365 M: Cédric Le Goater <clg@kaod.org>
1366 L: qemu-ppc@nongnu.org
1368 F: docs/system/ppc/powernv.rst
1371 F: hw/intc/xics_pnv.c
1373 F: include/hw/ppc/pnv*
1374 F: include/hw/pci-host/pnv*
1375 F: pc-bios/skiboot.lid
1379 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1380 L: qemu-ppc@nongnu.org
1382 F: hw/ppc/virtex_ml507.c
1383 F: tests/avocado/ppc_virtex_ml507.py
1386 M: BALATON Zoltan <balaton@eik.bme.hu>
1387 L: qemu-ppc@nongnu.org
1389 F: hw/ppc/sam460ex.c
1390 F: hw/ppc/ppc440_pcix.c
1391 F: hw/display/sm501*
1394 F: pc-bios/canyonlands.dt[sb]
1395 F: pc-bios/u-boot-sam460ex-20100605.bin
1396 F: roms/u-boot-sam460ex
1399 M: BALATON Zoltan <balaton@eik.bme.hu>
1400 L: qemu-ppc@nongnu.org
1402 F: hw/ppc/pegasos2.c
1403 F: hw/pci-host/mv64361.c
1404 F: hw/pci-host/mv643xx.h
1405 F: include/hw/pci-host/mv64361.h
1407 Virtual Open Firmware (VOF)
1408 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1409 R: Cédric Le Goater <clg@kaod.org>
1410 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1411 R: David Gibson <david@gibson.dropbear.id.au>
1412 R: Greg Kurz <groug@kaod.org>
1413 L: qemu-ppc@nongnu.org
1415 F: hw/ppc/spapr_vof*
1417 F: include/hw/ppc/vof*
1424 M: Alistair Francis <Alistair.Francis@wdc.com>
1425 L: qemu-riscv@nongnu.org
1427 F: hw/riscv/opentitan.c
1429 F: include/hw/riscv/opentitan.h
1430 F: include/hw/*/ibex_*.h
1432 Microchip PolarFire SoC Icicle Kit
1433 M: Bin Meng <bin.meng@windriver.com>
1434 L: qemu-riscv@nongnu.org
1436 F: hw/riscv/microchip_pfsoc.c
1437 F: hw/char/mchp_pfsoc_mmuart.c
1438 F: hw/misc/mchp_pfsoc_dmc.c
1439 F: hw/misc/mchp_pfsoc_ioscb.c
1440 F: hw/misc/mchp_pfsoc_sysreg.c
1441 F: include/hw/riscv/microchip_pfsoc.h
1442 F: include/hw/char/mchp_pfsoc_mmuart.h
1443 F: include/hw/misc/mchp_pfsoc_dmc.h
1444 F: include/hw/misc/mchp_pfsoc_ioscb.h
1445 F: include/hw/misc/mchp_pfsoc_sysreg.h
1448 M: Vijai Kumar K <vijai@behindbytes.com>
1449 L: qemu-riscv@nongnu.org
1451 F: hw/riscv/shakti_c.c
1452 F: hw/char/shakti_uart.c
1453 F: include/hw/riscv/shakti_c.h
1454 F: include/hw/char/shakti_uart.h
1457 M: Alistair Francis <Alistair.Francis@wdc.com>
1458 M: Bin Meng <bin.meng@windriver.com>
1459 M: Palmer Dabbelt <palmer@dabbelt.com>
1460 L: qemu-riscv@nongnu.org
1463 F: include/hw/*/*sifive*.h
1468 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1470 F: docs/system/target-rx.rst
1471 F: hw/rx/rx-gdbsim.c
1472 F: tests/avocado/machine_rx_gdbsim.py
1477 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1478 R: Magnus Damm <magnus.damm@gmail.com>
1480 F: hw/char/sh_serial.c
1482 F: hw/intc/sh_intc.c
1483 F: hw/pci-host/sh_pci.c
1484 F: hw/timer/sh_timer.c
1485 F: include/hw/sh4/sh_intc.h
1488 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1489 R: Magnus Damm <magnus.damm@gmail.com>
1491 F: hw/block/tc58128.c
1492 F: hw/char/sh_serial.c
1494 F: hw/intc/sh_intc.c
1495 F: hw/timer/sh_timer.c
1496 F: include/hw/sh4/sh_intc.h
1501 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1504 F: hw/sparc/sun4m_iommu.c
1507 F: hw/dma/sparc32_dma.c
1508 F: hw/misc/eccmemctl.c
1510 F: include/hw/nvram/sun_nvram.h
1511 F: include/hw/sparc/sparc32_dma.h
1512 F: include/hw/sparc/sun4m_iommu.h
1513 F: pc-bios/openbios-sparc32
1516 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1518 F: hw/sparc64/sun4u.c
1519 F: hw/sparc64/sun4u_iommu.c
1520 F: include/hw/sparc/sun4u_iommu.h
1521 F: hw/pci-host/sabre.c
1522 F: include/hw/pci-host/sabre.h
1523 F: hw/pci-bridge/simba.c
1524 F: include/hw/pci-bridge/simba.h
1525 F: pc-bios/openbios-sparc64
1526 F: tests/avocado/machine_sparc64_sun4u.py
1529 M: Artyom Tarasenko <atar4qemu@gmail.com>
1531 F: hw/sparc64/niagara.c
1532 F: hw/rtc/sun4v-rtc.c
1533 F: include/hw/rtc/sun4v-rtc.h
1536 M: Fabien Chouteau <chouteau@adacore.com>
1537 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1541 F: include/hw/*/grlib*
1542 F: tests/avocado/machine_sparc_leon3.py
1547 M: Halil Pasic <pasic@linux.ibm.com>
1548 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1549 M: Eric Farman <farman@linux.ibm.com>
1552 F: include/hw/s390x/
1553 F: configs/devices/s390x-softmmu/default.mak
1554 F: tests/avocado/machine_s390_ccw_virtio.py
1555 T: git https://github.com/borntraeger/qemu.git s390-next
1556 L: qemu-s390x@nongnu.org
1559 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1560 M: Thomas Huth <thuth@redhat.com>
1563 F: pc-bios/s390-ccw/
1564 F: pc-bios/s390-ccw.img
1565 F: docs/devel/s390-dasd-ipl.rst
1566 T: git https://github.com/borntraeger/qemu.git s390-next
1567 L: qemu-s390x@nongnu.org
1570 M: Matthew Rosato <mjrosato@linux.ibm.com>
1571 M: Eric Farman <farman@linux.ibm.com>
1573 F: hw/s390x/s390-pci*
1574 F: include/hw/s390x/s390-pci*
1575 L: qemu-s390x@nongnu.org
1577 S390 channel subsystem
1578 M: Halil Pasic <pasic@linux.ibm.com>
1579 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1580 M: Eric Farman <farman@linux.ibm.com>
1582 F: hw/s390x/ccw-device.[ch]
1584 F: hw/s390x/css-bridge.c
1585 F: include/hw/s390x/css.h
1586 F: include/hw/s390x/css-bridge.h
1587 F: include/hw/s390x/ioinst.h
1588 F: target/s390x/ioinst.c
1589 L: qemu-s390x@nongnu.org
1592 M: David Hildenbrand <david@redhat.com>
1594 F: target/s390x/cpu_features*.[ch]
1595 F: target/s390x/cpu_models.[ch]
1596 L: qemu-s390x@nongnu.org
1598 S390 SCLP-backed devices
1599 M: Halil Pasic <pasic@linux.ibm.com>
1600 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1602 F: include/hw/s390x/event-facility.h
1603 F: include/hw/s390x/sclp.h
1604 F: hw/char/sclp*.[hc]
1605 F: hw/s390x/event-facility.c
1607 L: qemu-s390x@nongnu.org
1612 M: Michael S. Tsirkin <mst@redhat.com>
1613 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1617 F: hw/pci-host/i440fx.c
1618 F: hw/pci-host/q35.c
1619 F: hw/pci-host/pam.c
1620 F: include/hw/pci-host/i440fx.h
1621 F: include/hw/pci-host/q35.h
1622 F: include/hw/pci-host/pam.h
1624 F: hw/isa/lpc_ich9.c
1625 F: hw/i2c/smbus_ich9.c
1628 F: include/hw/acpi/ich9.h
1629 F: include/hw/southbridge/piix.h
1632 F: include/hw/isa/apm.h
1633 F: tests/unit/test-x86-cpuid.c
1634 F: tests/qtest/test-x86-cpuid-compat.c
1637 M: Michael S. Tsirkin <mst@redhat.com>
1638 M: Paolo Bonzini <pbonzini@redhat.com>
1640 F: hw/char/debugcon.c
1641 F: hw/char/parallel*
1644 F: hw/i2c/pm_smbus.c
1649 F: hw/isa/isa-superio.c
1650 F: hw/misc/debugexit.c
1651 F: hw/misc/pc-testdev.c
1654 F: hw/rtc/mc146818rtc*
1655 F: hw/watchdog/wdt_ib700.c
1656 F: hw/watchdog/wdt_i6300esb.c
1657 F: include/hw/display/vga.h
1658 F: include/hw/char/parallel.h
1659 F: include/hw/dma/i8257.h
1660 F: include/hw/i2c/pm_smbus.h
1661 F: include/hw/input/i8042.h
1662 F: include/hw/isa/i8259_internal.h
1663 F: include/hw/isa/superio.h
1664 F: include/hw/timer/hpet.h
1665 F: include/hw/timer/i8254*
1666 F: include/hw/rtc/mc146818rtc*
1669 M: Sergio Lopez <slp@redhat.com>
1670 M: Paolo Bonzini <pbonzini@redhat.com>
1672 F: docs/system/i386/microvm.rst
1673 F: hw/i386/microvm.c
1674 F: include/hw/i386/microvm.h
1675 F: pc-bios/bios-microvm.bin
1678 M: Eduardo Habkost <eduardo@habkost.net>
1679 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1680 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1681 R: Yanan Wang <wangyanan55@huawei.com>
1685 F: hw/core/machine-qmp-cmds.c
1686 F: hw/core/machine.c
1687 F: hw/core/machine-smp.c
1688 F: hw/core/null-machine.c
1691 F: qapi/machine.json
1692 F: qapi/machine-target.json
1693 F: include/hw/boards.h
1694 F: include/hw/core/cpu.h
1695 F: include/hw/cpu/cluster.h
1696 F: include/sysemu/numa.h
1697 F: tests/unit/test-smp-parse.c
1698 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1703 M: Max Filippov <jcmvbkbc@gmail.com>
1708 M: Max Filippov <jcmvbkbc@gmail.com>
1712 XTFPGA (LX60, LX200, ML605, KC705)
1713 M: Max Filippov <jcmvbkbc@gmail.com>
1715 F: hw/xtensa/xtfpga.c
1716 F: hw/net/opencores_eth.c
1720 Overall Audio frontends
1721 M: Gerd Hoffmann <kraxel@redhat.com>
1724 F: include/hw/audio/
1725 F: tests/qtest/ac97-test.c
1726 F: tests/qtest/es1370-test.c
1727 F: tests/qtest/intel-hda-test.c
1728 F: tests/qtest/fuzz-sb16-test.c
1731 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1732 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1734 F: hw/net/can/xlnx-*
1735 F: include/hw/net/xlnx-*
1736 F: tests/qtest/xlnx-can-test*
1739 M: Jiri Slaby <jslaby@suse.cz>
1744 M: John Snow <jsnow@redhat.com>
1745 L: qemu-block@nongnu.org
1752 F: hw/block/hd-geometry.c
1753 F: tests/qtest/ide-test.c
1754 F: tests/qtest/ahci-test.c
1755 F: tests/qtest/cdrom-test.c
1756 F: tests/qtest/libqos/ahci*
1757 T: git https://gitlab.com/jsnow/qemu.git ide
1760 M: Corey Minyard <minyard@acm.org>
1762 F: include/hw/ipmi/*
1764 F: hw/smbios/smbios_type_38.c
1765 F: tests/qtest/ipmi*
1766 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1769 M: John Snow <jsnow@redhat.com>
1770 L: qemu-block@nongnu.org
1773 F: hw/block/fdc-internal.h
1774 F: hw/block/fdc-isa.c
1775 F: hw/block/fdc-sysbus.c
1776 F: include/hw/block/fdc.h
1777 F: tests/qtest/fdc-test.c
1778 T: git https://gitlab.com/jsnow/qemu.git ide
1781 M: Peter Maydell <peter.maydell@linaro.org>
1782 L: qemu-arm@nongnu.org
1785 F: include/hw/arm/omap.h
1786 F: docs/system/arm/sx1.rst
1789 M: Alberto Garcia <berto@igalia.com>
1791 F: hw/char/ipoctal232.c
1795 M: Michael S. Tsirkin <mst@redhat.com>
1796 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1799 F: hw/misc/pci-testdev.c
1807 M: Michael S. Tsirkin <mst@redhat.com>
1808 M: Igor Mammedov <imammedo@redhat.com>
1809 R: Ani Sinha <ani@anisinha.ca>
1811 F: include/hw/acpi/*
1812 F: include/hw/firmware/smbios.h
1816 F: hw/i386/acpi-build.[hc]
1817 F: hw/arm/virt-acpi-build.c
1819 F: tests/qtest/bios-tables-test*
1820 F: tests/qtest/acpi-utils.[hc]
1822 F: docs/specs/acpi_cpu_hotplug.rst
1823 F: docs/specs/acpi_mem_hotplug.rst
1824 F: docs/specs/acpi_pci_hotplug.rst
1825 F: docs/specs/acpi_hw_reduced_hotplug.rst
1828 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1834 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1835 L: qemu-arm@nongnu.org
1838 F: include/hw/acpi/ghes.h
1839 F: docs/specs/acpi_hest_ghes.rst
1842 L: qemu-ppc@nongnu.org
1845 F: hw/i2c/ppc4xx_i2c.c
1846 F: include/hw/ppc/ppc4xx.h
1847 F: include/hw/i2c/ppc4xx_i2c.h
1848 F: hw/intc/ppc-uic.c
1849 F: include/hw/intc/ppc-uic.h
1852 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1853 R: Paolo Bonzini <pbonzini@redhat.com>
1858 M: Jason Wang <jasowang@redhat.com>
1862 F: tests/qtest/virtio-net-test.c
1863 F: docs/virtio-net-failover.rst
1864 T: git https://github.com/jasowang/qemu.git net
1866 Parallel NOR Flash devices
1867 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1868 T: git https://gitlab.com/philmd/qemu.git pflash-next
1870 F: hw/block/pflash_cfi*.c
1871 F: include/hw/block/flash.h
1874 M: Paolo Bonzini <pbonzini@redhat.com>
1875 R: Fam Zheng <fam@euphon.net>
1877 F: include/hw/scsi/*
1879 F: tests/qtest/virtio-scsi-test.c
1880 F: tests/qtest/fuzz-virtio-scsi-test.c
1881 F: tests/qtest/am53c974-test.c
1882 F: tests/qtest/fuzz-lsi53c895a-test.c
1883 T: git https://github.com/bonzini/qemu.git scsi-next
1886 M: Alistair Francis <alistair@alistair23.me>
1889 F: hw/block/m25p80.c
1890 F: include/hw/ssi/ssi.h
1892 F: tests/qtest/m25p80-test.c
1895 M: Alistair Francis <alistair@alistair23.me>
1900 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1901 M: Bin Meng <bin.meng@windriver.com>
1902 L: qemu-block@nongnu.org
1904 F: include/hw/sd/sd*
1908 F: tests/qtest/fuzz-sdcard-test.c
1909 F: tests/qtest/sdhci-test.c
1912 M: Gerd Hoffmann <kraxel@redhat.com>
1915 F: stubs/usb-dev-stub.c
1916 F: tests/qtest/usb-*-test.c
1917 F: docs/system/devices/usb.rst
1921 USB (serial adapter)
1922 R: Gerd Hoffmann <kraxel@redhat.com>
1923 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1925 F: hw/usb/dev-serial.c
1928 M: Alex Williamson <alex.williamson@redhat.com>
1932 F: docs/igd-assign.txt
1933 F: docs/devel/vfio-migration.rst
1936 M: Eric Farman <farman@linux.ibm.com>
1937 M: Matthew Rosato <mjrosato@linux.ibm.com>
1940 F: hw/s390x/s390-ccw.c
1941 F: include/hw/s390x/s390-ccw.h
1942 F: include/hw/s390x/vfio-ccw.h
1943 L: qemu-s390x@nongnu.org
1946 M: Tony Krowiak <akrowiak@linux.ibm.com>
1947 M: Halil Pasic <pasic@linux.ibm.com>
1948 M: Jason Herne <jjherne@linux.ibm.com>
1950 F: hw/s390x/ap-device.c
1951 F: hw/s390x/ap-bridge.c
1952 F: include/hw/s390x/ap-device.h
1953 F: include/hw/s390x/ap-bridge.h
1955 F: docs/system/s390x/vfio-ap.rst
1956 L: qemu-s390x@nongnu.org
1959 M: Michael S. Tsirkin <mst@redhat.com>
1962 F: docs/interop/vhost-user.json
1963 F: docs/interop/vhost-user.rst
1964 F: contrib/vhost-user-*/
1965 F: backends/vhost-user.c
1966 F: include/sysemu/vhost-user-backend.h
1969 M: Michael S. Tsirkin <mst@redhat.com>
1972 F: hw/virtio/Makefile.objs
1973 F: hw/virtio/trace-events
1975 F: include/hw/virtio/
1978 M: Michael S. Tsirkin <mst@redhat.com>
1979 M: David Hildenbrand <david@redhat.com>
1981 F: docs/interop/virtio-balloon-stats.rst
1982 F: hw/virtio/virtio-balloon*.c
1983 F: include/hw/virtio/virtio-balloon.h
1984 F: softmmu/balloon.c
1985 F: include/sysemu/balloon.h
1988 M: Greg Kurz <groug@kaod.org>
1989 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1991 W: https://wiki.qemu.org/Documentation/9p
1995 F: docs/tools/virtfs-proxy-helper.rst
1996 F: tests/qtest/virtio-9p-test.c
1997 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1998 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2001 M: Stefan Hajnoczi <stefanha@redhat.com>
2002 L: qemu-block@nongnu.org
2004 F: hw/block/virtio-blk.c
2005 F: hw/block/dataplane/*
2006 F: tests/qtest/virtio-blk-test.c
2007 T: git https://github.com/stefanha/qemu.git block
2010 M: Cornelia Huck <cohuck@redhat.com>
2011 M: Halil Pasic <pasic@linux.ibm.com>
2012 M: Eric Farman <farman@linux.ibm.com>
2014 F: hw/s390x/virtio-ccw*.[hc]
2015 F: hw/s390x/vhost-vsock-ccw.c
2016 F: hw/s390x/vhost-user-fs-ccw.c
2017 T: git https://gitlab.com/cohuck/qemu.git s390-next
2018 T: git https://github.com/borntraeger/qemu.git s390-next
2019 L: qemu-s390x@nongnu.org
2022 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2023 M: Stefan Hajnoczi <stefanha@redhat.com>
2025 F: tools/virtiofsd/*
2026 F: hw/virtio/vhost-user-fs*
2027 F: include/hw/virtio/vhost-user-fs.h
2028 F: docs/tools/virtiofsd.rst
2029 L: virtio-fs@redhat.com
2032 M: Gerd Hoffmann <kraxel@redhat.com>
2034 F: hw/input/vhost-user-input.c
2035 F: hw/input/virtio-input*.c
2036 F: include/hw/virtio/virtio-input.h
2037 F: contrib/vhost-user-input/*
2040 M: Eric Auger <eric.auger@redhat.com>
2042 F: hw/virtio/virtio-iommu*.c
2043 F: include/hw/virtio/virtio-iommu.h
2046 M: Laurent Vivier <lvivier@redhat.com>
2047 R: Amit Shah <amit@kernel.org>
2049 F: hw/char/virtio-serial-bus.c
2050 F: hw/char/virtio-console.c
2051 F: include/hw/virtio/virtio-serial.h
2052 F: tests/qtest/virtio-serial-test.c
2055 M: Laurent Vivier <lvivier@redhat.com>
2056 R: Amit Shah <amit@kernel.org>
2058 F: hw/virtio/virtio-rng.c
2059 F: include/hw/virtio/virtio-rng.h
2060 F: include/sysemu/rng*.h
2062 F: tests/qtest/virtio-rng-test.c
2065 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2067 F: docs/tools/vhost-user-rng.rst
2068 F: hw/virtio/vhost-user-rng.c
2069 F: hw/virtio/vhost-user-rng-pci.c
2070 F: include/hw/virtio/vhost-user-rng.h
2071 F: tools/vhost-user-rng/*
2074 M: Gonglei <arei.gonglei@huawei.com>
2076 F: hw/virtio/virtio-crypto.c
2077 F: hw/virtio/virtio-crypto-pci.c
2078 F: include/hw/virtio/virtio-crypto.h
2081 M: David Hildenbrand <david@redhat.com>
2083 W: https://virtio-mem.gitlab.io/
2084 F: hw/virtio/virtio-mem.c
2085 F: hw/virtio/virtio-mem-pci.h
2086 F: hw/virtio/virtio-mem-pci.c
2087 F: include/hw/virtio/virtio-mem.h
2090 M: Keith Busch <kbusch@kernel.org>
2091 M: Klaus Jensen <its@irrelevant.dk>
2092 L: qemu-block@nongnu.org
2095 F: include/block/nvme.h
2096 F: tests/qtest/nvme-test.c
2097 F: docs/system/nvme.rst
2098 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2101 M: Hannes Reinecke <hare@suse.com>
2102 L: qemu-block@nongnu.org
2104 F: hw/scsi/megasas.c
2106 F: tests/qtest/megasas-test.c
2107 F: tests/qtest/fuzz-megasas-test.c
2109 Network packet abstractions
2110 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2112 F: include/net/eth.h
2114 F: hw/net/net_rx_pkt*
2115 F: hw/net/net_tx_pkt*
2118 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2121 F: hw/scsi/vmw_pvscsi*
2122 F: tests/qtest/vmxnet3-test.c
2125 M: Jiri Pirko <jiri@resnulli.us>
2130 F: docs/specs/rocker.txt
2133 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2137 F: include/hw/mem/nvdimm.h
2139 F: docs/specs/acpi_nvdimm.rst
2142 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2147 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2150 F: tests/qtest/fuzz-e1000e-test.c
2153 M: Stefan Weil <sw@weilnetz.de>
2155 F: hw/net/eepro100.c
2158 M: Sven Schnelle <svens@stackframe.org>
2164 M: Patrick Venture <venture@google.com>
2166 F: hw/i2c/i2c_mux_pca954x.c
2167 F: include/hw/i2c/i2c_mux_pca954x.h
2170 M: Alistair Francis <alistair@alistair23.me>
2172 F: hw/core/generic-loader.c
2173 F: include/hw/core/generic-loader.h
2174 F: docs/system/generic-loader.rst
2177 M: Alex Bennée <alex.bennee@linaro.org>
2179 F: hw/core/guest-loader.c
2180 F: docs/system/guest-loader.rst
2181 F: tests/avocado/boot_xen.py
2183 Intel Hexadecimal Object File Loader
2184 M: Su Hang <suhang16@mails.ucas.ac.cn>
2186 F: tests/qtest/hexloader-test.c
2187 F: tests/data/hex-loader/test.hex
2190 M: Thomas Huth <thuth@redhat.com>
2192 F: hw/nvram/chrp_nvram.c
2193 F: include/hw/nvram/chrp_nvram.h
2194 F: tests/qtest/prom-env-test.c
2198 R: Ani Sinha <ani@anisinha.ca>
2199 F: hw/acpi/vmgenid.c
2200 F: include/hw/acpi/vmgenid.h
2201 F: docs/specs/vmgenid.txt
2202 F: tests/qtest/vmgenid-test.c
2206 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2208 F: include/hw/misc/led.h
2211 Unimplemented device
2212 M: Peter Maydell <peter.maydell@linaro.org>
2213 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2214 R: Ani Sinha <ani@anisinha.ca>
2216 F: include/hw/misc/unimp.h
2220 M: Artyom Tarasenko <atar4qemu@gmail.com>
2221 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2222 R: Ani Sinha <ani@anisinha.ca>
2224 F: include/hw/misc/empty_slot.h
2225 F: hw/misc/empty_slot.c
2228 M: Gerd Hoffmann <kraxel@redhat.com>
2231 F: hw/display/bochs-display.c
2232 F: include/hw/display/vga.h
2233 F: include/hw/display/bochs-vbe.h
2236 M: Gerd Hoffmann <kraxel@redhat.com>
2238 F: hw/display/ramfb*.c
2239 F: include/hw/display/ramfb.h
2242 M: Gerd Hoffmann <kraxel@redhat.com>
2244 F: hw/display/virtio-gpu*
2245 F: hw/display/virtio-vga.*
2246 F: include/hw/virtio/virtio-gpu.h
2249 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2251 F: contrib/vhost-user-blk/
2252 F: contrib/vhost-user-scsi/
2253 F: hw/block/vhost-user-blk.c
2254 F: hw/scsi/vhost-user-scsi.c
2255 F: hw/virtio/vhost-user-blk-pci.c
2256 F: hw/virtio/vhost-user-scsi-pci.c
2257 F: include/hw/virtio/vhost-user-blk.h
2258 F: include/hw/virtio/vhost-user-scsi.h
2261 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2262 R: Gerd Hoffmann <kraxel@redhat.com>
2264 F: docs/interop/vhost-user-gpu.rst
2265 F: contrib/vhost-user-gpu
2266 F: hw/display/vhost-user-*
2269 M: Gerd Hoffmann <kraxel@redhat.com>
2271 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2272 F: hw/display/cirrus*
2275 M: Gerd Hoffmann <kraxel@redhat.com>
2278 F: include/hw/display/edid.h
2281 PIIX4 South Bridge (i82371AB)
2282 M: Hervé Poussineau <hpoussin@reactos.org>
2283 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2286 F: include/hw/southbridge/piix.h
2288 Firmware configuration (fw_cfg)
2289 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2290 R: Gerd Hoffmann <kraxel@redhat.com>
2292 F: docs/specs/fw_cfg.txt
2293 F: hw/nvram/fw_cfg*.c
2295 F: include/hw/nvram/fw_cfg.h
2296 F: include/standard-headers/linux/qemu_fw_cfg.h
2297 F: tests/qtest/libqos/fw_cfg.c
2298 F: tests/qtest/fw_cfg-test.c
2299 T: git https://github.com/philmd/qemu.git fw_cfg-next
2302 M: Cédric Le Goater <clg@kaod.org>
2303 L: qemu-ppc@nongnu.org
2306 F: include/hw/*/*xive*
2310 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2311 R: Magnus Damm <magnus.damm@gmail.com>
2313 F: hw/char/renesas_sci.c
2314 F: hw/char/sh_serial.c
2315 F: hw/timer/renesas_*.c
2316 F: hw/timer/sh_timer.c
2317 F: include/hw/char/renesas_sci.h
2318 F: include/hw/sh4/sh.h
2319 F: include/hw/timer/renesas_*.h
2321 Renesas RX peripherals
2322 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2326 F: include/hw/intc/rx_icu.h
2329 CAN bus subsystem and hardware
2330 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2331 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2333 W: https://canbus.pages.fel.cvut.cz/
2336 F: include/net/can_*.h
2338 OpenPIC interrupt controller
2339 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2341 F: hw/intc/openpic.c
2342 F: include/hw/ppc/openpic.h
2345 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2348 F: include/hw/misc/mips_*
2351 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2353 F: hw/intc/mips_gic.c
2354 F: hw/timer/mips_gictimer.c
2355 F: include/hw/intc/mips_gic.h
2356 F: include/hw/timer/mips_gictimer.h
2359 M: Halil Pasic <pasic@linux.ibm.com>
2360 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2362 F: include/hw/s390x/3270-ccw.h
2363 F: hw/char/terminal3270.c
2364 F: hw/s390x/3270-ccw.c
2365 L: qemu-s390x@nongnu.org
2367 S390 diag 288 watchdog
2368 M: Halil Pasic <pasic@linux.ibm.com>
2369 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2371 F: hw/watchdog/wdt_diag288.c
2372 F: include/hw/watchdog/wdt_diag288.h
2373 L: qemu-s390x@nongnu.org
2375 S390 storage key device
2376 M: Halil Pasic <pasic@linux.ibm.com>
2377 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2379 F: hw/s390x/storage-keys.h
2380 F: hw/390x/s390-skeys*.c
2381 L: qemu-s390x@nongnu.org
2383 S390 storage attribute device
2384 M: Halil Pasic <pasic@linux.ibm.com>
2385 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2387 F: hw/s390x/storage-attributes.h
2388 F: hw/s390/s390-stattrib*.c
2389 L: qemu-s390x@nongnu.org
2391 S390 floating interrupt controller
2392 M: Halil Pasic <pasic@linux.ibm.com>
2393 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2394 M: David Hildenbrand <david@redhat.com>
2396 F: hw/intc/s390_flic*.c
2397 F: include/hw/s390x/s390_flic.h
2398 L: qemu-s390x@nongnu.org
2402 Overall Audio backends
2403 M: Gerd Hoffmann <kraxel@redhat.com>
2406 X: audio/alsaaudio.c
2407 X: audio/coreaudio.c
2409 X: audio/jackaudio.c
2413 X: audio/spiceaudio.c
2417 M: Gerd Hoffmann <kraxel@redhat.com>
2418 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2420 F: audio/alsaaudio.c
2422 Core Audio framework backend
2423 M: Gerd Hoffmann <kraxel@redhat.com>
2424 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2425 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2426 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2428 F: audio/coreaudio.c
2430 DSound Audio backend
2431 M: Gerd Hoffmann <kraxel@redhat.com>
2435 JACK Audio Connection Kit backend
2436 M: Gerd Hoffmann <kraxel@redhat.com>
2437 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2439 F: audio/jackaudio.c
2441 Open Sound System (OSS) Audio backend
2442 M: Gerd Hoffmann <kraxel@redhat.com>
2447 M: Gerd Hoffmann <kraxel@redhat.com>
2452 M: Gerd Hoffmann <kraxel@redhat.com>
2453 R: Thomas Huth <huth@tuxfamily.org>
2458 M: Kevin Wolf <kwolf@redhat.com>
2459 M: Hanna Reitz <hreitz@redhat.com>
2460 L: qemu-block@nongnu.org
2467 F: docs/tools/qemu-img.rst
2469 F: tests/qemu-iotests/
2470 F: util/qemu-progress.c
2471 F: qobject/block-qdict.c
2472 F: tests/unit/check-block-qdict.c
2473 T: git https://repo.or.cz/qemu/kevin.git block
2476 M: Kevin Wolf <kwolf@redhat.com>
2477 L: qemu-block@nongnu.org
2480 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2481 F: docs/tools/qemu-storage-daemon.rst
2482 T: git https://repo.or.cz/qemu/kevin.git block
2485 M: Stefan Hajnoczi <stefanha@redhat.com>
2486 M: Fam Zheng <fam@euphon.net>
2487 L: qemu-block@nongnu.org
2495 F: include/block/aio.h
2496 F: include/block/aio-wait.h
2497 F: scripts/qemugdb/aio.py
2498 F: tests/unit/test-fdmon-epoll.c
2499 T: git https://github.com/stefanha/qemu.git block
2501 Block SCSI subsystem
2502 M: Paolo Bonzini <pbonzini@redhat.com>
2503 R: Fam Zheng <fam@euphon.net>
2504 L: qemu-block@nongnu.org
2510 M: John Snow <jsnow@redhat.com>
2511 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2512 L: qemu-block@nongnu.org
2515 F: include/block/blockjob.h
2518 F: include/qemu/job.h
2524 F: block/block-copy.c
2525 F: include/block/block-copy.h
2527 F: include/block/reqlist.h
2528 F: block/copy-before-write.h
2529 F: block/copy-before-write.c
2530 F: block/snapshot-access.c
2531 F: include/block/aio_task.h
2533 F: util/qemu-co-shared-resource.c
2534 F: include/qemu/co-shared-resource.h
2535 T: git https://gitlab.com/jsnow/qemu.git jobs
2536 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2538 Block QAPI, monitor, command line
2539 M: Markus Armbruster <armbru@redhat.com>
2542 F: blockdev-hmp-cmds.c
2545 F: qapi/transaction.json
2546 T: git https://repo.or.cz/qemu/armbru.git block-next
2548 Compute Express Link
2549 M: Ben Widawsky <ben.widawsky@intel.com>
2550 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2556 M: Eric Blake <eblake@redhat.com>
2557 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2558 R: John Snow <jsnow@redhat.com>
2559 L: qemu-block@nongnu.org
2561 F: include/qemu/hbitmap.h
2562 F: include/block/dirty-bitmap.h
2563 F: block/monitor/bitmap-qmp-cmds.c
2564 F: block/dirty-bitmap.c
2565 F: block/qcow2-bitmap.c
2566 F: migration/block-dirty-bitmap.c
2568 F: tests/unit/test-hbitmap.c
2569 F: docs/interop/bitmaps.rst
2570 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2572 Character device backends
2573 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2574 R: Paolo Bonzini <pbonzini@redhat.com>
2580 Character Devices (Braille)
2581 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2585 Command line option argument parsing
2586 M: Markus Armbruster <armbru@redhat.com>
2588 F: include/qemu/option.h
2589 F: tests/unit/test-keyval.c
2590 F: tests/unit/test-qemu-opts.c
2592 F: util/qemu-option.c
2595 M: Markus Armbruster <armbru@redhat.com>
2597 F: scripts/coverity-model.c
2599 Coverity Scan integration
2600 M: Peter Maydell <peter.maydell@linaro.org>
2602 F: scripts/coverity-scan/
2605 M: Alistair Francis <alistair.francis@wdc.com>
2606 R: David Gibson <david@gibson.dropbear.id.au>
2608 F: softmmu/device_tree.c
2609 F: include/sysemu/device_tree.h
2613 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2615 F: hw/misc/vmcoreinfo.c
2616 F: include/hw/misc/vmcoreinfo.h
2617 F: include/qemu/win_dump_defs
2618 F: include/sysemu/dump-arch.h
2619 F: include/sysemu/dump.h
2621 F: scripts/dump-guest-memory.py
2625 M: Markus Armbruster <armbru@redhat.com>
2627 F: include/qapi/error.h
2628 F: include/qemu/error-report.h
2631 F: util/qemu-error.c
2632 F: scripts/coccinelle/err-bad-newline.cocci
2633 F: scripts/coccinelle/error-use-after-free.cocci
2634 F: scripts/coccinelle/error_propagate_null.cocci
2635 F: scripts/coccinelle/remove_local_err.cocci
2636 F: scripts/coccinelle/use-error_fatal.cocci
2637 F: scripts/coccinelle/errp-guard.cocci
2640 M: Alex Bennée <alex.bennee@linaro.org>
2641 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2644 F: include/exec/gdbstub.h
2646 F: tests/tcg/multiarch/gdbstub/
2649 M: Paolo Bonzini <pbonzini@redhat.com>
2650 M: Peter Xu <peterx@redhat.com>
2651 M: David Hildenbrand <david@redhat.com>
2652 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2654 F: include/exec/ioport.h
2655 F: include/exec/memop.h
2656 F: include/exec/memory.h
2657 F: include/exec/ram_addr.h
2658 F: include/exec/ramblock.h
2659 F: include/sysemu/memory_mapping.h
2660 F: softmmu/dma-helpers.c
2663 F: softmmu/memory_mapping.c
2664 F: softmmu/physmem.c
2665 F: include/exec/memory-internal.h
2666 F: scripts/coccinelle/memory-region-housekeeping.cocci
2669 M: Gerd Hoffmann <kraxel@redhat.com>
2671 F: include/ui/qemu-spice.h
2672 F: include/ui/spice-display.h
2674 F: audio/spiceaudio.c
2677 F: docs/spice-port-fqdn.txt
2680 M: Gerd Hoffmann <kraxel@redhat.com>
2688 M: Peter Maydell <peter.maydell@linaro.org>
2689 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2690 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2695 M: Paolo Bonzini <pbonzini@redhat.com>
2697 F: include/exec/gen-icount.h
2698 F: include/qemu/main-loop.h
2699 F: include/sysemu/runstate.h
2700 F: include/sysemu/runstate-action.h
2702 F: util/qemu-timer.c
2706 F: softmmu/cpu-throttle.c
2707 F: softmmu/cpu-timers.c
2709 F: softmmu/runstate-action.c
2710 F: qapi/run-state.json
2712 Read, Copy, Update (RCU)
2713 M: Paolo Bonzini <pbonzini@redhat.com>
2715 F: include/qemu/rcu*.h
2716 F: tests/unit/rcutorture.c
2717 F: tests/unit/test-rcu-*.c
2721 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2723 F: monitor/monitor-internal.h
2725 F: monitor/monitor.c
2729 F: include/monitor/hmp-target.h
2730 F: tests/qtest/test-hmp.c
2731 F: include/qemu/qemu-print.h
2732 F: util/qemu-print.c
2734 Network device backends
2735 M: Jason Wang <jasowang@redhat.com>
2739 F: qemu-bridge-helper.c
2740 T: git https://github.com/jasowang/qemu.git net
2743 Netmap network backend
2744 M: Luigi Rizzo <rizzo@iet.unipi.it>
2745 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2746 M: Vincenzo Maffione <v.maffione@gmail.com>
2747 W: http://info.iet.unipi.it/~luigi/netmap/
2751 Host Memory Backends
2752 M: David Hildenbrand <david@redhat.com>
2753 M: Igor Mammedov <imammedo@redhat.com>
2755 F: backends/hostmem*.c
2756 F: include/sysemu/hostmem.h
2757 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2760 M: Gonglei <arei.gonglei@huawei.com>
2762 F: include/sysemu/cryptodev*.h
2763 F: backends/cryptodev*.c
2766 M: John Snow <jsnow@redhat.com>
2767 M: Cleber Rosa <crosa@redhat.com>
2768 R: Beraldo Leal <bleal@redhat.com>
2771 T: git https://gitlab.com/jsnow/qemu.git python
2774 M: John Snow <jsnow@redhat.com>
2775 M: Cleber Rosa <crosa@redhat.com>
2781 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2783 F: scripts/simplebench/
2784 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2787 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2789 F: include/qemu/transactions.h
2790 F: util/transactions.c
2793 M: Markus Armbruster <armbru@redhat.com>
2794 M: Michael Roth <michael.roth@amd.com>
2799 X: include/qapi/qmp/
2800 F: include/qapi/qmp/dispatch.h
2801 F: tests/qapi-schema/
2802 F: tests/unit/test-*-visitor.c
2803 F: tests/unit/test-qapi-*.c
2804 F: tests/unit/test-qmp-*.c
2805 F: tests/unit/test-visitor-serialization.c
2806 F: scripts/qapi-gen.py
2808 F: docs/sphinx/qapidoc.py
2810 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2813 M: Eric Blake <eblake@redhat.com>
2814 M: Markus Armbruster <armbru@redhat.com>
2817 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2820 M: Markus Armbruster <armbru@redhat.com>
2823 F: include/qapi/qmp/
2824 X: include/qapi/qmp/dispatch.h
2825 F: scripts/coccinelle/qobject.cocci
2826 F: tests/unit/check-qdict.c
2827 F: tests/unit/check-qjson.c
2828 F: tests/unit/check-qlist.c
2829 F: tests/unit/check-qlit.c
2830 F: tests/unit/check-qnull.c
2831 F: tests/unit/check-qnum.c
2832 F: tests/unit/check-qobject.c
2833 F: tests/unit/check-qstring.c
2834 F: tests/data/qobject/qdict.txt
2835 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2838 M: Michael Roth <michael.roth@amd.com>
2841 F: docs/interop/qemu-ga.rst
2842 F: docs/interop/qemu-ga-ref.rst
2843 F: scripts/qemu-guest-agent/
2844 F: tests/unit/test-qga.c
2845 T: git https://github.com/mdroth/qemu.git qga
2847 QEMU Guest Agent Win32
2848 M: Konstantin Kostiuk <kkostiuk@redhat.com>
2853 T: git https://github.com/kostyanf14/qemu.git qga-win32
2856 M: Paolo Bonzini <pbonzini@redhat.com>
2857 R: Daniel P. Berrange <berrange@redhat.com>
2858 R: Eduardo Habkost <eduardo@habkost.net>
2860 F: docs/qdev-device-use.txt
2865 F: include/monitor/qdev.h
2869 F: scripts/coccinelle/qom-parent-type.cocci
2870 F: softmmu/qdev-monitor.c
2873 F: tests/unit/check-qom-interface.c
2874 F: tests/unit/check-qom-proplist.c
2875 F: tests/unit/test-qdev-global-props.c
2877 QOM boilerplate conversion script
2878 M: Eduardo Habkost <eduardo@habkost.net>
2880 F: scripts/codeconverter/
2883 M: Markus Armbruster <armbru@redhat.com>
2885 F: monitor/monitor-internal.h
2888 F: monitor/monitor.c
2889 F: qapi/control.json
2891 F: qapi/introspect.json
2892 F: docs/devel/*qmp-*
2893 F: docs/interop/*qmp-*
2895 F: tests/qtest/qmp-test.c
2896 F: tests/qtest/qmp-cmd-test.c
2897 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2900 M: Thomas Huth <thuth@redhat.com>
2901 M: Laurent Vivier <lvivier@redhat.com>
2902 R: Paolo Bonzini <pbonzini@redhat.com>
2907 F: docs/devel/qgraph.rst
2908 X: tests/qtest/bios-tables-test*
2911 M: Alexander Bulekov <alxndr@bu.edu>
2912 R: Paolo Bonzini <pbonzini@redhat.com>
2913 R: Bandan Das <bsd@redhat.com>
2914 R: Stefan Hajnoczi <stefanha@redhat.com>
2915 R: Thomas Huth <thuth@redhat.com>
2916 R: Darren Kenny <darren.kenny@oracle.com>
2917 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2919 F: tests/qtest/fuzz/
2920 F: tests/qtest/fuzz-*test.c
2921 F: scripts/oss-fuzz/
2922 F: hw/mem/sparse-mem.c
2923 F: docs/devel/fuzzing.rst
2926 M: Alistair Francis <alistair@alistair23.me>
2928 F: hw/core/register.c
2929 F: include/hw/register.h
2930 F: include/hw/registerfields.h
2933 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2937 F: include/net/slirp.h
2938 T: git https://people.debian.org/~sthibault/qemu.git slirp
2941 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2944 F: include/hw/stream.h
2947 M: Paolo Bonzini <pbonzini@redhat.com>
2952 M: Stefan Hajnoczi <stefanha@redhat.com>
2956 F: docs/qemu-option-trace.rst.inc
2958 F: scripts/tracetool.py
2959 F: scripts/tracetool/
2960 F: scripts/qemu-trace-stap*
2961 F: docs/tools/qemu-trace-stap.rst
2962 F: docs/devel/tracing.rst
2963 T: git https://github.com/stefanha/qemu.git tracing
2966 M: Stefan Berger <stefanb@linux.ibm.com>
2970 F: include/hw/acpi/tpm.h
2971 F: include/sysemu/tpm*
2974 F: tests/qtest/*tpm*
2975 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2979 F: scripts/checkpatch.pl
2982 M: Juan Quintela <quintela@redhat.com>
2983 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2985 F: hw/core/vmstate-if.c
2986 F: include/hw/vmstate-if.h
2987 F: include/migration/
2989 F: scripts/vmstate-static-checker.py
2990 F: tests/vmstate-static-checker-data/
2991 F: tests/qtest/migration-test.c
2992 F: docs/devel/migration.rst
2993 F: qapi/migration.json
2997 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2999 F: backends/dbus-vmstate.c
3004 F: include/qemu/dbus.h
3005 F: docs/interop/dbus*
3006 F: docs/sphinx/dbus*
3007 F: docs/sphinx/fakedbusdoc.py
3008 F: tests/qtest/dbus*
3011 M: Daniel P. Berrange <berrange@redhat.com>
3013 F: softmmu/qemu-seccomp.c
3014 F: include/sysemu/seccomp.h
3015 F: tests/unit/test-seccomp.c
3018 M: Daniel P. Berrange <berrange@redhat.com>
3023 F: tests/unit/test-crypto-*
3024 F: tests/bench/benchmark-crypto-*
3025 F: tests/unit/crypto-tls-*
3026 F: tests/unit/pkix_asn1_tab.c
3030 M: Stefan Hajnoczi <stefanha@redhat.com>
3031 M: Kevin Wolf <kwolf@redhat.com>
3034 F: include/qemu/coroutine*
3035 F: tests/unit/test-coroutine.c
3038 M: Daniel P. Berrange <berrange@redhat.com>
3041 F: include/qemu/buffer.h
3044 M: Daniel P. Berrange <berrange@redhat.com>
3048 F: tests/unit/test-io-*
3051 M: Daniel P. Berrange <berrange@redhat.com>
3056 F: tests/unit/test-authz-*
3059 M: Daniel P. Berrange <berrange@redhat.com>
3061 F: include/qemu/sockets.h
3062 F: util/qemu-sockets.c
3063 F: qapi/sockets.json
3066 M: Daniel P. Berrange <berrange@redhat.com>
3068 F: util/filemonitor*.c
3069 F: include/qemu/filemonitor.h
3070 F: tests/unit/test-util-filemonitor.c
3072 Throttling infrastructure
3073 M: Alberto Garcia <berto@igalia.com>
3075 F: block/throttle-groups.c
3076 F: include/block/throttle-groups.h
3077 F: include/qemu/throttle*.h
3079 F: docs/throttle.txt
3080 F: tests/unit/test-throttle.c
3081 L: qemu-block@nongnu.org
3084 M: Fam Zheng <fam@euphon.net>
3087 F: include/qemu/uuid.h
3088 F: tests/unit/test-uuid.c
3091 M: Lukas Straub <lukasstraub2@web.de>
3094 F: migration/yank_functions*
3095 F: tests/unit/test-yank.c
3096 F: include/qemu/yank.h
3100 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
3103 F: include/migration/colo.h
3104 F: include/migration/failover.h
3108 M: Zhang Chen <chen.zhang@intel.com>
3109 M: Li Zhijian <lizhijian@fujitsu.com>
3111 F: docs/colo-proxy.txt
3113 F: net/filter-rewriter.c
3114 F: net/filter-mirror.c
3115 F: tests/qtest/test-filter*
3118 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3119 R: Paolo Bonzini <pbonzini@redhat.com>
3120 W: https://wiki.qemu.org/Features/record-replay
3123 F: block/blkreplay.c
3124 F: net/filter-replay.c
3125 F: include/sysemu/replay.h
3128 F: tests/avocado/replay_kernel.py
3129 F: tests/avocado/replay_linux.py
3130 F: tests/avocado/reverse_debugging.py
3134 M: Peter Xu <peterx@redhat.com>
3136 F: include/qemu/iova-tree.h
3140 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3145 M: Corey Minyard <cminyard@mvista.com>
3148 F: hw/i2c/smbus_slave.c
3149 F: hw/i2c/smbus_master.c
3150 F: hw/i2c/smbus_eeprom.c
3151 F: include/hw/i2c/i2c.h
3152 F: include/hw/i2c/smbus_master.h
3153 F: include/hw/i2c/smbus_slave.h
3154 F: include/hw/i2c/smbus_eeprom.h
3157 M: Titus Rwantare <titusr@google.com>
3159 F: hw/i2c/pmbus_device.c
3160 F: hw/sensor/adm1272.c
3161 F: hw/sensor/isl_pmbus_vr.c
3162 F: hw/sensor/max34451.c
3163 F: include/hw/i2c/pmbus_device.h
3164 F: include/hw/sensor/isl_pmbus_vr.h
3165 F: tests/qtest/adm1272-test.c
3166 F: tests/qtest/max34451-test.c
3167 F: tests/qtest/isl_pmbus_vr-test.c
3169 Firmware schema specifications
3170 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3171 R: Daniel P. Berrange <berrange@redhat.com>
3172 R: Kashyap Chamarthy <kchamart@redhat.com>
3174 F: docs/interop/firmware.json
3177 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3178 M: Gerd Hoffmann <kraxel@redhat.com>
3181 F: pc-bios/descriptors/??-edk2-*.json
3183 F: roms/Makefile.edk2
3186 F: tests/data/uefi-boot-images/
3187 F: tests/uefi-test-tools/
3188 F: .gitlab-ci.d/edk2.yml
3189 F: .gitlab-ci.d/edk2/
3192 M: Michael S. Tsirkin <mst@redhat.com>
3193 M: Peter Xu <peterx@redhat.com>
3194 R: Jason Wang <jasowang@redhat.com>
3196 F: hw/i386/intel_iommu.c
3197 F: hw/i386/intel_iommu_internal.h
3198 F: include/hw/i386/intel_iommu.h
3201 M: Bin Meng <bmeng.cn@gmail.com>
3203 F: pc-bios/opensbi-*
3204 F: .gitlab-ci.d/opensbi.yml
3205 F: .gitlab-ci.d/opensbi/
3208 M: Luc Michel <luc@lmichel.fr>
3209 R: Damien Hedde <damien.hedde@greensocs.com>
3211 F: include/hw/clock.h
3212 F: include/hw/qdev-clock.h
3214 F: hw/core/clock-vmstate.c
3215 F: hw/core/qdev-clock.c
3216 F: docs/devel/clocks.rst
3220 Overall usermode emulation
3221 M: Riku Voipio <riku.voipio@iki.fi>
3223 F: accel/tcg/user-exec*.c
3228 M: Warner Losh <imp@bsdimp.com>
3229 R: Kyle Evans <kevans@freebsd.org>
3232 F: configs/targets/*-bsd-user.mak
3234 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3237 M: Laurent Vivier <laurent@vivier.eu>
3240 F: configs/targets/*linux-user.mak
3241 F: scripts/qemu-binfmt-conf.sh
3242 F: scripts/update-syscalltbl.sh
3243 F: scripts/update-mips-syscall-args.sh
3244 F: scripts/gensyscalls.sh
3246 Tiny Code Generator (TCG)
3247 -------------------------
3249 M: Richard Henderson <richard.henderson@linaro.org>
3255 M: Alex Bennée <alex.bennee@linaro.org>
3256 R: Alexandre Iooss <erdnaxe@crans.org>
3257 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3259 F: docs/devel/tcg-plugins.rst
3262 F: tests/avocado/tcg_plugins.py
3266 M: Richard Henderson <richard.henderson@linaro.org>
3268 L: qemu-arm@nongnu.org
3274 M: Richard Henderson <richard.henderson@linaro.org>
3276 L: qemu-arm@nongnu.org
3280 M: Richard Henderson <richard.henderson@linaro.org>
3284 LoongArch64 TCG target
3285 M: WANG Xuerui <git@xen0n.name>
3290 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3291 R: Aurelien Jarno <aurelien@aurel32.net>
3292 R: Huacai Chen <chenhuacai@kernel.org>
3293 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3294 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3299 M: Richard Henderson <richard.henderson@linaro.org>
3304 M: Palmer Dabbelt <palmer@dabbelt.com>
3305 M: Alistair Francis <Alistair.Francis@wdc.com>
3306 L: qemu-riscv@nongnu.org
3312 M: Richard Henderson <richard.henderson@linaro.org>
3315 L: qemu-s390x@nongnu.org
3323 M: Stefan Weil <sw@weilnetz.de>
3332 M: Fam Zheng <fam@euphon.net>
3333 L: qemu-block@nongnu.org
3338 M: Ilya Dryomov <idryomov@gmail.com>
3339 R: Peter Lieven <pl@kamp.de>
3340 L: qemu-block@nongnu.org
3345 M: Jeff Cody <codyprime@gmail.com>
3346 L: qemu-block@nongnu.org
3351 M: Stefan Weil <sw@weilnetz.de>
3352 L: qemu-block@nongnu.org
3357 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3358 M: Paolo Bonzini <pbonzini@redhat.com>
3359 M: Peter Lieven <pl@kamp.de>
3360 L: qemu-block@nongnu.org
3363 F: block/iscsi-opts.c
3365 Network Block Device (NBD)
3366 M: Eric Blake <eblake@redhat.com>
3367 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3368 L: qemu-block@nongnu.org
3372 F: include/block/nbd*
3375 F: docs/interop/nbd.txt
3376 F: docs/tools/qemu-nbd.rst
3377 F: tests/qemu-iotests/tests/*nbd*
3378 T: git https://repo.or.cz/qemu/ericb.git nbd
3379 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3382 M: Peter Lieven <pl@kamp.de>
3383 L: qemu-block@nongnu.org
3388 M: Richard W.M. Jones <rjones@redhat.com>
3389 L: qemu-block@nongnu.org
3394 L: qemu-block@nongnu.org
3399 L: qemu-block@nongnu.org
3400 L: integration@gluster.org
3405 M: Fam Zheng <fam@euphon.net>
3406 L: qemu-block@nongnu.org
3411 M: Stefan Hajnoczi <stefanha@redhat.com>
3412 R: Fam Zheng <fam@euphon.net>
3413 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3414 L: qemu-block@nongnu.org
3417 F: include/block/nvme.h
3418 T: git https://github.com/stefanha/qemu.git block
3421 M: Gonglei <arei.gonglei@huawei.com>
3423 F: softmmu/bootdevice.c
3426 M: Alberto Garcia <berto@igalia.com>
3429 L: qemu-block@nongnu.org
3432 M: Ari Sundholm <ari@tuxera.com>
3433 L: qemu-block@nongnu.org
3435 F: block/blklogwrites.c
3438 M: Stefan Hajnoczi <stefanha@redhat.com>
3439 L: qemu-block@nongnu.org
3441 F: block/blkverify.c
3444 M: Stefan Hajnoczi <stefanha@redhat.com>
3445 L: qemu-block@nongnu.org
3450 M: Stefan Hajnoczi <stefanha@redhat.com>
3451 L: qemu-block@nongnu.org
3456 M: Stefan Hajnoczi <stefanha@redhat.com>
3457 L: qemu-block@nongnu.org
3462 M: Stefan Hajnoczi <stefanha@redhat.com>
3463 M: Denis V. Lunev <den@openvz.org>
3464 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3465 L: qemu-block@nongnu.org
3467 F: block/parallels.c
3468 F: block/parallels-ext.c
3469 F: docs/interop/parallels.txt
3470 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3473 M: Stefan Hajnoczi <stefanha@redhat.com>
3474 L: qemu-block@nongnu.org
3479 M: Kevin Wolf <kwolf@redhat.com>
3480 L: qemu-block@nongnu.org
3482 F: block/linux-aio.c
3483 F: include/block/raw-aio.h
3484 F: block/raw-format.c
3485 F: block/file-posix.c
3486 F: block/file-win32.c
3487 F: block/win32-aio.c
3490 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3491 M: Julia Suvorova <jusual@redhat.com>
3492 M: Stefan Hajnoczi <stefanha@redhat.com>
3493 R: Stefano Garzarella <sgarzare@redhat.com>
3494 L: qemu-block@nongnu.org
3500 M: Kevin Wolf <kwolf@redhat.com>
3501 M: Hanna Reitz <hreitz@redhat.com>
3502 L: qemu-block@nongnu.org
3505 F: docs/interop/qcow2.txt
3508 M: Kevin Wolf <kwolf@redhat.com>
3509 L: qemu-block@nongnu.org
3514 M: Kevin Wolf <kwolf@redhat.com>
3515 M: Hanna Reitz <hreitz@redhat.com>
3516 L: qemu-block@nongnu.org
3521 M: Kevin Wolf <kwolf@redhat.com>
3522 L: qemu-block@nongnu.org
3527 M: Kevin Wolf <kwolf@redhat.com>
3528 L: qemu-block@nongnu.org
3533 M: Stefan Hajnoczi <stefanha@redhat.com>
3534 L: qemu-block@nongnu.org
3536 F: tests/image-fuzzer/
3538 Vhost-user block device backend server
3539 M: Coiby Xu <Coiby.Xu@gmail.com>
3541 F: block/export/vhost-user-blk-server.c
3542 F: block/export/vhost-user-blk-server.h
3543 F: include/qemu/vhost-user-server.h
3544 F: tests/qtest/libqos/vhost-user-blk.c
3545 F: tests/qtest/libqos/vhost-user-blk.h
3546 F: tests/qtest/vhost-user-blk-test.c
3547 F: util/vhost-user-server.c
3549 FUSE block device exports
3550 M: Hanna Reitz <hreitz@redhat.com>
3551 L: qemu-block@nongnu.org
3553 F: block/export/fuse.c
3556 M: Wen Congyang <wencongyang2@huawei.com>
3557 M: Xie Changlong <xiechanglong.d@gmail.com>
3560 F: block/replication.c
3561 F: tests/unit/test-replication.c
3562 F: docs/block-replication.txt
3565 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3566 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3571 F: contrib/rdmacm-mux/*
3575 M: Alex Bennée <alex.bennee@linaro.org>
3578 F: include/semihosting/
3579 F: tests/tcg/multiarch/arm-compat-semi/
3580 F: tests/tcg/aarch64/system/semiheap.c
3583 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3584 M: Jagannathan Raman <jag.raman@oracle.com>
3585 M: John G Johnson <john.g.johnson@oracle.com>
3587 F: docs/devel/multi-process.rst
3588 F: docs/system/multi-process.rst
3589 F: hw/pci-host/remote.c
3590 F: include/hw/pci-host/remote.h
3591 F: hw/remote/machine.c
3592 F: include/hw/remote/machine.h
3593 F: hw/remote/mpqemu-link.c
3594 F: include/hw/remote/mpqemu-link.h
3595 F: hw/remote/message.c
3596 F: hw/remote/remote-obj.c
3597 F: include/hw/remote/memory.h
3598 F: hw/remote/memory.c
3599 F: hw/remote/proxy.c
3600 F: include/hw/remote/proxy.h
3601 F: hw/remote/proxy-memory-listener.c
3602 F: include/hw/remote/proxy-memory-listener.h
3603 F: hw/remote/iohub.c
3604 F: include/hw/remote/iohub.h
3607 M: Jason Wang <jasowang@redhat.com>
3608 R: Andrew Melnychenko <andrew@daynix.com>
3609 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3614 Build and test automation
3615 -------------------------
3616 Build and test automation, general continuous integration
3617 M: Alex Bennée <alex.bennee@linaro.org>
3618 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3619 M: Thomas Huth <thuth@redhat.com>
3620 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3621 R: Beraldo Leal <bleal@redhat.com>
3623 F: .github/workflows/lockdown.yml
3631 F: scripts/archive-source.sh
3632 W: https://gitlab.com/qemu-project/qemu/pipelines
3633 W: https://travis-ci.org/qemu/qemu
3635 FreeBSD Hosted Continuous Integration
3636 M: Ed Maste <emaste@freebsd.org>
3637 M: Li-Wen Hsu <lwhsu@freebsd.org>
3639 F: .gitlab-ci.d/cirrus/freebsd*
3641 W: https://cirrus-ci.com/github/qemu/qemu
3643 Windows Hosted Continuous Integration
3644 M: Yonggang Luo <luoyonggang@gmail.com>
3647 W: https://cirrus-ci.com/github/qemu/qemu
3649 Guest Test Compilation Support
3650 M: Alex Bennée <alex.bennee@linaro.org>
3651 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3653 F: tests/tcg/Makefile
3654 F: tests/tcg/Makefile.include
3656 Integration Testing with the Avocado framework
3657 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3658 R: Cleber Rosa <crosa@redhat.com>
3659 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3660 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3661 R: Beraldo Leal <bleal@redhat.com>
3665 GitLab custom runner (Works On Arm Sponsored)
3666 M: Alex Bennée <alex.bennee@linaro.org>
3667 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3669 F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3673 Build system architecture
3674 M: Daniel P. Berrange <berrange@redhat.com>
3676 F: docs/devel/build-system.rst
3678 GIT Data Mining Config
3679 M: Alex Bennée <alex.bennee@linaro.org>
3684 Incompatible changes
3685 R: libvir-list@redhat.com
3686 F: docs/about/deprecated.rst
3691 M: Daniel P. Berrange <berrange@redhat.com>
3693 F: scripts/git-submodule.sh
3699 Sphinx documentation configuration and build machinery
3700 M: Peter Maydell <peter.maydell@linaro.org>
3709 Performance Tools and Tests
3710 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3712 F: scripts/performance/