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 Guest CPU cores (TCG)
113 ---------------------
115 M: Richard Henderson <richard.henderson@linaro.org>
116 R: Paolo Bonzini <pbonzini@redhat.com>
121 F: page-vary-common.c
123 F: accel/stubs/tcg-stub.c
126 F: scripts/decodetree.py
127 F: docs/devel/decodetree.rst
128 F: include/exec/cpu*.h
129 F: include/exec/exec-all.h
130 F: include/exec/helper*.h
131 F: include/sysemu/cpus.h
132 F: include/sysemu/tcg.h
133 F: include/hw/core/tcg-cpu-ops.h
136 M: Aurelien Jarno <aurelien@aurel32.net>
137 M: Peter Maydell <peter.maydell@linaro.org>
138 M: Alex Bennée <alex.bennee@linaro.org>
145 M: Richard Henderson <richard.henderson@linaro.org>
152 M: Peter Maydell <peter.maydell@linaro.org>
153 L: qemu-arm@nongnu.org
157 F: tests/tcg/aarch64/
158 F: tests/qtest/arm-cpu-features.c
161 F: include/hw/cpu/a*mpcore.h
165 F: docs/system/target-arm.rst
166 F: docs/system/arm/cpu-features.rst
169 M: Eric Auger <eric.auger@redhat.com>
170 L: qemu-arm@nongnu.org
173 F: include/hw/arm/smmu*
174 F: tests/acceptance/smmu.py
177 M: Michael Rolnik <mrolnik@gmail.com>
179 F: docs/system/target-avr.rst
180 F: gdb-xml/avr-cpu.xml
182 F: tests/acceptance/machine_avr6.py
185 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
194 M: Taylor Simpson <tsimpson@quicinc.com>
197 F: linux-user/hexagon/
198 F: tests/tcg/hexagon/
200 F: configs/targets/hexagon-linux-user/default.mak
201 F: docker/dockerfiles/debian-hexagon-cross.docker
202 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
204 HPPA (PA-RISC) TCG CPUs
205 M: Richard Henderson <richard.henderson@linaro.org>
211 F: include/hw/net/lasi_82596.h
214 M: Laurent Vivier <laurent@vivier.eu>
220 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
222 F: target/microblaze/
224 F: disas/microblaze.c
227 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
228 R: Aurelien Jarno <aurelien@aurel32.net>
229 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
230 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
233 F: configs/devices/mips*/*
235 F: docs/system/cpu-models-mips.rst.inc
236 F: hw/intc/mips_gic.c
239 F: hw/timer/mips_gictimer.c
240 F: include/hw/intc/mips_gic.h
242 F: include/hw/misc/mips_*
243 F: include/hw/timer/mips_gictimer.h
245 K: ^Subject:.*(?i)mips
247 MIPS TCG CPUs (nanoMIPS ISA)
250 F: target/mips/tcg/*nanomips*
253 M: Chris Wulff <crwulff@gmail.com>
254 M: Marek Vasut <marex@denx.de>
259 F: configs/devices/nios2-softmmu/default.mak
262 M: Stafford Horne <shorne@gmail.com>
266 F: tests/tcg/openrisc/
269 M: David Gibson <david@gibson.dropbear.id.au>
270 M: Greg Kurz <groug@kaod.org>
271 L: qemu-ppc@nongnu.org
277 F: tests/acceptance/machine_ppc.py
280 M: Palmer Dabbelt <palmer@dabbelt.com>
281 M: Alistair Francis <alistair.francis@wdc.com>
282 M: Bin Meng <bin.meng@windriver.com>
283 L: qemu-riscv@nongnu.org
288 F: linux-user/host/riscv32/
289 F: linux-user/host/riscv64/
292 R: Yoshinori Sato <ysato@users.sourceforge.jp>
297 M: Richard Henderson <richard.henderson@linaro.org>
298 M: David Hildenbrand <david@redhat.com>
302 F: target/s390x/cpu_models_*.[ch]
306 L: qemu-s390x@nongnu.org
309 R: Yoshinori Sato <ysato@users.sourceforge.jp>
317 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
318 M: Artyom Tarasenko <atar4qemu@gmail.com>
323 F: include/hw/sparc/sparc64.h
327 M: Paolo Bonzini <pbonzini@redhat.com>
328 M: Richard Henderson <richard.henderson@linaro.org>
329 M: Eduardo Habkost <ehabkost@redhat.com>
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: David Gibson <david@gibson.dropbear.id.au>
390 M: Greg Kurz <groug@kaod.org>
395 M: Halil Pasic <pasic@linux.ibm.com>
396 M: Cornelia Huck <cohuck@redhat.com>
397 M: Christian Borntraeger <borntraeger@de.ibm.com>
400 F: target/s390x/ioinst.[ch]
401 F: target/s390x/machine.c
402 F: target/s390x/sigp.c
403 F: target/s390x/cpu_features*.[ch]
404 F: target/s390x/cpu_models.[ch]
406 F: include/hw/s390x/pv.h
407 F: hw/intc/s390_flic.c
408 F: hw/intc/s390_flic_kvm.c
409 F: include/hw/s390x/s390_flic.h
411 T: git https://gitlab.com/cohuck/qemu.git s390-next
412 T: git https://github.com/borntraeger/qemu.git s390-next
413 L: qemu-s390x@nongnu.org
416 M: Paolo Bonzini <pbonzini@redhat.com>
417 M: Marcelo Tosatti <mtosatti@redhat.com>
418 L: kvm@vger.kernel.org
421 F: scripts/kvm/vmxcap
423 Guest CPU Cores (other accelerators)
424 ------------------------------------
426 M: Richard Henderson <richard.henderson@linaro.org>
427 R: Paolo Bonzini <pbonzini@redhat.com>
429 F: include/qemu/accel.h
430 F: include/sysemu/accel-ops.h
431 F: include/hw/core/accel-cpu.h
433 F: accel/Makefile.objs
434 F: accel/stubs/Makefile.objs
436 Apple Silicon HVF CPUs
437 M: Alexander Graf <agraf@csgraf.de>
442 M: Cameron Esfahani <dirty@apple.com>
443 M: Roman Bolshakov <r.bolshakov@yadro.com>
444 W: https://wiki.qemu.org/Features/HVF
449 M: Cameron Esfahani <dirty@apple.com>
450 M: Roman Bolshakov <r.bolshakov@yadro.com>
451 W: https://wiki.qemu.org/Features/HVF
454 F: include/sysemu/hvf.h
455 F: include/sysemu/hvf_int.h
458 M: Sunil Muthuswamy <sunilmut@microsoft.com>
461 F: include/sysemu/whpx.h
463 Guest CPU Cores (Xen)
464 ---------------------
466 M: Stefano Stabellini <sstabellini@kernel.org>
467 M: Anthony Perard <anthony.perard@citrix.com>
468 M: Paul Durrant <paul@xen.org>
469 L: xen-devel@lists.xenproject.org
474 F: hw/char/xen_console.c
475 F: hw/display/xenfb.c
479 F: hw/block/dataplane/xen*
483 F: hw/pci-host/xen_igd_pt.c
484 F: include/hw/block/dataplane/xen*
486 F: include/sysemu/xen.h
487 F: include/sysemu/xen-mapcache.h
488 F: stubs/xen-hw-stub.c
490 Guest CPU Cores (HAXM)
491 ---------------------
493 M: Wenchao Wang <wenchao.wang@intel.com>
494 M: Colin Xu <colin.xu@intel.com>
495 L: haxm-team@intel.com
496 W: https://github.com/intel/haxm/issues
498 F: accel/stubs/hax-stub.c
499 F: include/sysemu/hax.h
502 Guest CPU Cores (NVMM)
503 ----------------------
504 NetBSD Virtual Machine Monitor (NVMM) CPU support
505 M: Kamil Rytarowski <kamil@netbsd.org>
506 M: Reinoud Zandijk <reinoud@netbsd.org>
508 F: include/sysemu/nvmm.h
514 M: Michael S. Tsirkin <mst@redhat.com>
515 M: Cornelia Huck <cohuck@redhat.com>
516 M: Paolo Bonzini <pbonzini@redhat.com>
519 F: scripts/update-linux-headers.sh
522 M: Paolo Bonzini <pbonzini@redhat.com>
525 F: include/sysemu/os-posix.h
527 F: include/qemu/*posix*.h
530 M: Kamil Rytarowski <kamil@netbsd.org>
531 M: Reinoud Zandijk <reinoud@netbsd.org>
532 M: Ryo ONODERA <ryoon@netbsd.org>
534 K: ^Subject:.*(?i)NetBSD
537 M: Brad Smith <brad@comstyle.com>
539 K: ^Subject:.*(?i)OpenBSD
542 M: Stefan Weil <sw@weilnetz.de>
552 M: Richard Henderson <richard.henderson@linaro.org>
555 F: hw/isa/smc37c669-superio.c
556 F: tests/tcg/alpha/system/
561 M: Beniamino Galvani <b.galvani@gmail.com>
562 M: Peter Maydell <peter.maydell@linaro.org>
563 L: qemu-arm@nongnu.org
566 F: include/hw/*/allwinner*
567 F: hw/arm/cubieboard.c
568 F: docs/system/arm/cubieboard.rst
571 M: Niek Linnenbank <nieklinnenbank@gmail.com>
572 L: qemu-arm@nongnu.org
574 F: hw/*/allwinner-h3*
575 F: include/hw/*/allwinner-h3*
577 F: docs/system/arm/orangepi.rst
579 ARM PrimeCell and CMSDK devices
580 M: Peter Maydell <peter.maydell@linaro.org>
581 L: qemu-arm@nongnu.org
584 F: include/hw/char/pl011.h
587 F: include/hw/dma/pl080.h
594 F: include/hw/ssi/pl022.h
596 F: include/hw/rtc/pl031.h
597 F: include/hw/arm/primecell.h
598 F: hw/timer/cmsdk-apb-timer.c
599 F: include/hw/timer/cmsdk-apb-timer.h
600 F: tests/qtest/cmsdk-apb-timer-test.c
601 F: hw/timer/cmsdk-apb-dualtimer.c
602 F: include/hw/timer/cmsdk-apb-dualtimer.h
603 F: tests/qtest/cmsdk-apb-dualtimer-test.c
604 F: hw/char/cmsdk-apb-uart.c
605 F: include/hw/char/cmsdk-apb-uart.h
606 F: hw/watchdog/cmsdk-apb-watchdog.c
607 F: include/hw/watchdog/cmsdk-apb-watchdog.h
608 F: tests/qtest/cmsdk-apb-watchdog-test.c
610 F: include/hw/misc/tz-ppc.h
612 F: include/hw/misc/tz-mpc.h
614 F: include/hw/misc/tz-msc.h
617 M: Peter Maydell <peter.maydell@linaro.org>
618 L: qemu-arm@nongnu.org
621 F: hw/intc/gic_internal.h
623 F: hw/misc/arm11scu.c
624 F: hw/misc/arm_l2x0.c
625 F: hw/misc/armv7m_ras.c
626 F: hw/timer/a9gtimer*
628 F: include/hw/arm/arm*.h
629 F: include/hw/intc/arm*
630 F: include/hw/misc/a9scu.h
631 F: include/hw/misc/arm11scu.h
632 F: include/hw/timer/a9gtimer.h
633 F: include/hw/timer/arm_mptimer.h
634 F: include/hw/timer/armv7m_systick.h
635 F: include/hw/misc/armv7m_ras.h
636 F: tests/qtest/test-arm-mptimer.c
639 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
640 M: Peter Maydell <peter.maydell@linaro.org>
641 L: qemu-arm@nongnu.org
644 F: include/hw/arm/exynos4210.h
647 M: Rob Herring <robh@kernel.org>
648 M: Peter Maydell <peter.maydell@linaro.org>
649 L: qemu-arm@nongnu.org
653 F: docs/system/arm/highbank.rst
656 M: Antony Pavlov <antonynpavlov@gmail.com>
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
660 F: include/hw/arm/digic.h
662 F: include/hw/*/digic*
663 F: tests/acceptance/machine_arm_canona1100.py
664 F: docs/system/arm/digic.rst
667 M: Anup Patel <anup.patel@wdc.com>
668 M: Alistair Francis <Alistair.Francis@wdc.com>
669 L: qemu-riscv@nongnu.org
671 F: hw/rtc/goldfish_rtc.c
672 F: include/hw/rtc/goldfish_rtc.h
675 M: Peter Maydell <peter.maydell@linaro.org>
676 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
677 L: qemu-arm@nongnu.org
680 F: docs/system/arm/gumstix.rst
683 M: Peter Maydell <peter.maydell@linaro.org>
684 R: Jean-Christophe Dubois <jcd@tribudubois.net>
685 L: qemu-arm@nongnu.org
687 F: hw/arm/fsl-imx25.c
688 F: hw/arm/imx25_pdk.c
689 F: hw/misc/imx25_ccm.c
690 F: hw/watchdog/wdt_imx2.c
691 F: include/hw/arm/fsl-imx25.h
692 F: include/hw/misc/imx25_ccm.h
693 F: include/hw/watchdog/wdt_imx2.h
694 F: docs/system/arm/imx25-pdk.rst
697 M: Peter Maydell <peter.maydell@linaro.org>
698 L: qemu-arm@nongnu.org
703 F: include/hw/*/imx_*
704 F: include/hw/*/*imx31*
705 F: docs/system/arm/kzm.rst
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
711 F: hw/arm/integratorcp.c
712 F: hw/misc/arm_integrator_debug.c
713 F: include/hw/misc/arm_integrator_debug.h
714 F: tests/acceptance/machine_arm_integratorcp.py
715 F: docs/system/arm/integratorcp.rst
717 MCIMX6UL EVK / i.MX6ul
718 M: Peter Maydell <peter.maydell@linaro.org>
719 R: Jean-Christophe Dubois <jcd@tribudubois.net>
720 L: qemu-arm@nongnu.org
722 F: hw/arm/mcimx6ul-evk.c
723 F: hw/arm/fsl-imx6ul.c
724 F: hw/misc/imx6ul_ccm.c
725 F: include/hw/arm/fsl-imx6ul.h
726 F: include/hw/misc/imx6ul_ccm.h
728 MCIMX7D SABRE / i.MX7
729 M: Peter Maydell <peter.maydell@linaro.org>
730 R: Andrey Smirnov <andrew.smirnov@gmail.com>
731 L: qemu-arm@nongnu.org
733 F: hw/arm/mcimx7d-sabre.c
736 F: include/hw/arm/fsl-imx7.h
737 F: include/hw/misc/imx7_*.h
738 F: hw/pci-host/designware.c
739 F: include/hw/pci-host/designware.h
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
748 F: include/hw/misc/mps2-*.h
750 F: include/hw/arm/armsse.h
751 F: hw/misc/iotkit-secctl.c
752 F: include/hw/misc/iotkit-secctl.h
753 F: hw/misc/iotkit-sysctl.c
754 F: include/hw/misc/iotkit-sysctl.h
755 F: hw/misc/iotkit-sysinfo.c
756 F: include/hw/misc/iotkit-sysinfo.h
757 F: hw/misc/armsse-cpu-pwrctrl.c
758 F: include/hw/misc/armsse-cpu-pwrctrl.h
759 F: hw/misc/armsse-cpuid.c
760 F: include/hw/misc/armsse-cpuid.h
761 F: hw/misc/armsse-mhu.c
762 F: include/hw/misc/armsse-mhu.h
763 F: hw/timer/sse-counter.c
764 F: include/hw/timer/sse-counter.h
765 F: hw/timer/sse-timer.c
766 F: include/hw/timer/sse-timer.h
767 F: tests/qtest/sse-timer-test.c
768 F: docs/system/arm/mps2.rst
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
775 F: docs/system/arm/musca.rst
778 M: Jan Kiszka <jan.kiszka@web.de>
779 M: Peter Maydell <peter.maydell@linaro.org>
780 L: qemu-arm@nongnu.org
783 F: docs/system/arm/musicpal.rst
786 M: Havard Skinnemoen <hskinnemoen@google.com>
787 M: Tyrone Ting <kfting@nuvoton.com>
788 L: qemu-arm@nongnu.org
791 F: include/hw/*/npcm7xx*
792 F: tests/qtest/npcm7xx*
793 F: pc-bios/npcm7xx_bootrom.bin
795 F: docs/system/arm/nuvoton.rst
798 M: Peter Maydell <peter.maydell@linaro.org>
799 L: qemu-arm@nongnu.org
802 F: hw/display/blizzard.c
804 F: hw/input/tsc2005.c
807 F: include/hw/display/blizzard.h
808 F: include/hw/input/lm832x.h
809 F: include/hw/input/tsc2xxx.h
810 F: include/hw/misc/cbus.h
811 F: tests/acceptance/machine_arm_n8x0.py
812 F: docs/system/arm/nseries.rst
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
819 F: hw/input/tsc210x.c
820 F: include/hw/input/tsc2xxx.h
821 F: docs/system/arm/palm.rst
824 M: Peter Maydell <peter.maydell@linaro.org>
825 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
826 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
827 L: qemu-arm@nongnu.org
830 F: hw/arm/raspi_platform.h
832 F: include/hw/arm/raspi*
833 F: include/hw/*/bcm283*
834 F: docs/system/arm/raspi.rst
837 M: Peter Maydell <peter.maydell@linaro.org>
838 L: qemu-arm@nongnu.org
841 F: hw/cpu/realview_mpcore.c
842 F: hw/intc/realview_gic.c
843 F: include/hw/intc/realview_gic.h
844 F: docs/system/arm/realview.rst
847 M: Peter Maydell <peter.maydell@linaro.org>
848 L: qemu-arm@nongnu.org
850 F: hw/arm/mainstone.c
855 F: hw/display/tc6393xb.c
858 F: hw/misc/mst_fpga.c
860 F: include/hw/adc/max111x.h
861 F: include/hw/arm/pxa.h
862 F: include/hw/arm/sharpsl.h
863 F: include/hw/display/tc6393xb.h
864 F: docs/system/arm/xscale.rst
865 F: docs/system/arm/mainstone.rst
868 M: Peter Maydell <peter.maydell@linaro.org>
869 R: Jean-Christophe Dubois <jcd@tribudubois.net>
870 L: qemu-arm@nongnu.org
872 F: hw/arm/sabrelite.c
876 F: hw/usb/imx-usb-phy.c
877 F: include/hw/usb/imx-usb-phy.h
878 F: include/hw/arm/fsl-imx6.h
879 F: include/hw/misc/imx6_*.h
880 F: include/hw/ssi/imx_spi.h
883 M: Radoslaw Biernacki <rad@semihalf.com>
884 M: Peter Maydell <peter.maydell@linaro.org>
885 R: Leif Lindholm <leif@nuviainc.com>
886 L: qemu-arm@nongnu.org
889 F: docs/system/arm/sbsa.rst
891 Sharp SL-5500 (Collie) PDA
892 M: Peter Maydell <peter.maydell@linaro.org>
893 L: qemu-arm@nongnu.org
897 F: docs/system/arm/collie.rst
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
904 F: include/hw/input/gamepad.h
905 F: docs/system/arm/stellaris.rst
908 M: Alexandre Iooss <erdnaxe@crans.org>
909 L: qemu-arm@nongnu.org
911 F: hw/arm/stm32vldiscovery.c
912 F: docs/system/arm/stm32.rst
915 M: Peter Maydell <peter.maydell@linaro.org>
916 L: qemu-arm@nongnu.org
919 F: docs/system/arm/vexpress.rst
922 M: Peter Maydell <peter.maydell@linaro.org>
923 L: qemu-arm@nongnu.org
926 F: include/hw/i2c/arm_sbcon_i2c.h
927 F: hw/misc/arm_sysctl.c
928 F: docs/system/arm/versatile.rst
931 M: Peter Maydell <peter.maydell@linaro.org>
932 L: qemu-arm@nongnu.org
935 F: include/hw/arm/virt.h
936 F: docs/system/arm/virt.rst
939 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
940 M: Alistair Francis <alistair@alistair23.me>
941 M: Peter Maydell <peter.maydell@linaro.org>
942 L: qemu-arm@nongnu.org
946 F: hw/misc/zynq_slcr.c
947 F: hw/adc/zynq-xadc.c
948 F: include/hw/misc/zynq_slcr.h
949 F: include/hw/adc/zynq-xadc.h
952 Xilinx ZynqMP and Versal
953 M: Alistair Francis <alistair@alistair23.me>
954 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
955 M: Peter Maydell <peter.maydell@linaro.org>
956 L: qemu-arm@nongnu.org
959 F: include/hw/*/xlnx*.h
960 F: include/hw/ssi/xilinx_spips.h
962 F: include/hw/display/dpcd.h
963 F: docs/system/arm/xlnx-versal-virt.rst
966 M: Shannon Zhao <shannon.zhaosl@gmail.com>
967 L: qemu-arm@nongnu.org
969 F: hw/arm/virt-acpi-build.c
972 M: Alexandre Iooss <erdnaxe@crans.org>
973 L: qemu-arm@nongnu.org
975 F: hw/arm/stm32f100_soc.c
978 M: Alistair Francis <alistair@alistair23.me>
979 M: Peter Maydell <peter.maydell@linaro.org>
980 L: qemu-arm@nongnu.org
982 F: hw/arm/stm32f205_soc.c
983 F: hw/misc/stm32f2xx_syscfg.c
984 F: hw/char/stm32f2xx_usart.c
985 F: hw/timer/stm32f2xx_timer.c
987 F: hw/ssi/stm32f2xx_spi.c
988 F: include/hw/*/stm32*.h
991 M: Alistair Francis <alistair@alistair23.me>
992 M: Peter Maydell <peter.maydell@linaro.org>
993 L: qemu-arm@nongnu.org
995 F: hw/arm/stm32f405_soc.c
996 F: hw/misc/stm32f4xx_syscfg.c
997 F: hw/misc/stm32f4xx_exti.c
1000 M: Alistair Francis <alistair@alistair23.me>
1001 M: Peter Maydell <peter.maydell@linaro.org>
1002 L: qemu-arm@nongnu.org
1004 F: hw/arm/netduino2.c
1007 M: Alistair Francis <alistair@alistair23.me>
1008 M: Peter Maydell <peter.maydell@linaro.org>
1009 L: qemu-arm@nongnu.org
1011 F: hw/arm/netduinoplus2.c
1014 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1015 M: Peter Maydell <peter.maydell@linaro.org>
1016 L: qemu-arm@nongnu.org
1018 F: hw/arm/msf2-soc.c
1019 F: hw/misc/msf2-sysreg.c
1020 F: hw/timer/mss-timer.c
1022 F: include/hw/arm/msf2-soc.h
1023 F: include/hw/misc/msf2-sysreg.h
1024 F: include/hw/timer/mss-timer.h
1025 F: include/hw/ssi/mss-spi.h
1026 F: hw/net/msf2-emac.c
1027 F: include/hw/net/msf2-emac.h
1030 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1031 M: Peter Maydell <peter.maydell@linaro.org>
1032 L: qemu-arm@nongnu.org
1034 F: hw/arm/msf2-som.c
1035 F: docs/system/arm/emcraft-sf2.rst
1038 M: Cédric Le Goater <clg@kaod.org>
1039 M: Peter Maydell <peter.maydell@linaro.org>
1040 R: Andrew Jeffery <andrew@aj.id.au>
1041 R: Joel Stanley <joel@jms.id.au>
1042 L: qemu-arm@nongnu.org
1045 F: hw/misc/pca9552.c
1046 F: include/hw/*/*aspeed*
1047 F: include/hw/misc/pca9552*.h
1048 F: hw/net/ftgmac100.c
1049 F: include/hw/net/ftgmac100.h
1050 F: docs/system/arm/aspeed.rst
1051 F: tests/qtest/*aspeed*
1054 M: Joel Stanley <joel@jms.id.au>
1055 M: Peter Maydell <peter.maydell@linaro.org>
1056 L: qemu-arm@nongnu.org
1060 F: include/hw/*/nrf51*.h
1061 F: include/hw/*/microbit*.h
1062 F: tests/qtest/microbit-test.c
1063 F: docs/system/arm/nrf.rst
1069 M: Michael Rolnik <mrolnik@gmail.com>
1071 F: configs/devices/avr-softmmu/default.mak
1073 F: include/hw/char/avr_usart.h
1074 F: hw/char/avr_usart.c
1075 F: include/hw/timer/avr_timer16.h
1076 F: hw/timer/avr_timer16.c
1077 F: include/hw/misc/avr_power.h
1078 F: hw/misc/avr_power.c
1081 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1088 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1090 F: hw/cris/axis_dev88.c
1096 M: Richard Henderson <richard.henderson@linaro.org>
1097 R: Helge Deller <deller@gmx.de>
1099 F: configs/devices/hppa-softmmu/default.mak
1101 F: pc-bios/hppa-firmware.img
1106 M: Thomas Huth <huth@tuxfamily.org>
1109 F: hw/m68k/mcf5206.c
1112 M: Thomas Huth <huth@tuxfamily.org>
1114 F: hw/m68k/mcf5208.c
1115 F: hw/m68k/mcf_intc.c
1116 F: hw/char/mcf_uart.c
1118 F: include/hw/m68k/mcf*.h
1121 M: Thomas Huth <huth@tuxfamily.org>
1124 F: hw/display/next-fb.c
1125 F: include/hw/m68k/next-cube.h
1128 M: Laurent Vivier <laurent@vivier.eu>
1131 F: hw/misc/mac_via.c
1133 F: hw/display/macfb.c
1135 F: hw/m68k/bootinfo.h
1136 F: include/standard-headers/asm-m68k/bootinfo.h
1137 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1138 F: include/hw/misc/mac_via.h
1139 F: include/hw/nubus/*
1140 F: include/hw/display/macfb.h
1141 F: include/hw/block/swim.h
1144 M: Laurent Vivier <laurent@vivier.eu>
1147 F: hw/char/goldfish_tty.c
1148 F: hw/intc/goldfish_pic.c
1149 F: hw/intc/m68k_irqc.c
1150 F: hw/misc/virt_ctrl.c
1151 F: include/hw/char/goldfish_tty.h
1152 F: include/hw/intc/goldfish_pic.h
1153 F: include/hw/intc/m68k_irqc.h
1154 F: include/hw/misc/virt_ctrl.h
1158 petalogix_s3adsp1800
1159 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1161 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1162 F: include/hw/char/xilinx_uartlite.h
1163 F: tests/acceptance/machine_microblaze.py
1166 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1168 F: hw/microblaze/petalogix_ml605_mmu.c
1173 M: Hervé Poussineau <hpoussin@reactos.org>
1174 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1177 F: hw/display/jazz_led.c
1181 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1182 R: Aurelien Jarno <aurelien@aurel32.net>
1187 F: hw/mips/gt64xxx_pci.c
1188 F: include/hw/southbridge/piix.h
1189 F: tests/acceptance/linux_ssh_mips_malta.py
1190 F: tests/acceptance/machine_mips_malta.py
1193 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1195 F: hw/mips/mipssim.c
1199 M: Huacai Chen <chenhuacai@kernel.org>
1200 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1201 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1203 F: hw/mips/fuloong2e.c
1204 F: hw/isa/vt82c686.c
1205 F: hw/pci-host/bonito.c
1206 F: hw/usb/vt82c686-uhci-pci.c
1207 F: include/hw/isa/vt82c686.h
1208 F: tests/acceptance/machine_mips_fuloong2e.py
1210 Loongson-3 virtual platforms
1211 M: Huacai Chen <chenhuacai@kernel.org>
1212 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1214 F: hw/intc/loongson_liointc.c
1215 F: hw/mips/loongson3_bootp.c
1216 F: hw/mips/loongson3_bootp.h
1217 F: hw/mips/loongson3_virt.c
1218 F: tests/acceptance/machine_mips_loongson3v.py
1221 M: Paul Burton <paulburton@kernel.org>
1222 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1224 F: hw/core/loader-fit.c
1226 F: hw/pci-host/xilinx-pcie.c
1227 F: include/hw/pci-host/xilinx-pcie.h
1232 M: Jia Liu <proljc@gmail.com>
1234 F: hw/openrisc/openrisc_sim.c
1239 M: David Gibson <david@gibson.dropbear.id.au>
1240 M: Greg Kurz <groug@kaod.org>
1241 L: qemu-ppc@nongnu.org
1243 F: hw/ppc/ppc405_boards.c
1246 M: David Gibson <david@gibson.dropbear.id.au>
1247 M: Greg Kurz <groug@kaod.org>
1248 L: qemu-ppc@nongnu.org
1250 F: hw/ppc/ppc440_bamboo.c
1253 M: David Gibson <david@gibson.dropbear.id.au>
1254 M: Greg Kurz <groug@kaod.org>
1255 L: qemu-ppc@nongnu.org
1258 F: hw/gpio/mpc8xxx.c
1260 F: hw/net/fsl_etsec/
1261 F: hw/pci-host/ppce500.c
1262 F: include/hw/ppc/ppc_e500.h
1263 F: include/hw/pci-host/ppce500.h
1264 F: pc-bios/u-boot.e500
1267 M: David Gibson <david@gibson.dropbear.id.au>
1268 M: Greg Kurz <groug@kaod.org>
1269 L: qemu-ppc@nongnu.org
1271 F: hw/ppc/mpc8544ds.c
1272 F: hw/ppc/mpc8544_guts.c
1275 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1276 R: David Gibson <david@gibson.dropbear.id.au>
1277 R: Greg Kurz <groug@kaod.org>
1278 L: qemu-ppc@nongnu.org
1280 F: hw/ppc/mac_newworld.c
1281 F: hw/pci-host/uninorth.c
1282 F: hw/pci-bridge/dec.[hc]
1284 F: hw/misc/mos6522.c
1285 F: hw/nvram/mac_nvram.c
1287 F: include/hw/misc/macio/
1288 F: include/hw/misc/mos6522.h
1289 F: include/hw/ppc/mac_dbdma.h
1290 F: include/hw/pci-host/uninorth.h
1291 F: include/hw/input/adb*
1292 F: pc-bios/qemu_vga.ndrv
1295 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1296 R: David Gibson <david@gibson.dropbear.id.au>
1297 R: Greg Kurz <groug@kaod.org>
1298 L: qemu-ppc@nongnu.org
1300 F: hw/ppc/mac_oldworld.c
1301 F: hw/pci-host/grackle.c
1303 F: hw/intc/heathrow_pic.c
1305 F: include/hw/intc/heathrow_pic.h
1306 F: include/hw/input/adb*
1307 F: pc-bios/qemu_vga.ndrv
1310 M: Hervé Poussineau <hpoussin@reactos.org>
1311 R: David Gibson <david@gibson.dropbear.id.au>
1312 R: Greg Kurz <groug@kaod.org>
1313 L: qemu-ppc@nongnu.org
1316 F: hw/ppc/prep_systemio.c
1317 F: hw/ppc/rs6000_mc.c
1318 F: hw/pci-host/raven.c
1322 F: hw/rtc/m48t59-isa.c
1323 F: include/hw/isa/pc87312.h
1324 F: include/hw/rtc/m48t59.h
1325 F: tests/acceptance/ppc_prep_40p.py
1328 M: David Gibson <david@gibson.dropbear.id.au>
1329 M: Greg Kurz <groug@kaod.org>
1330 L: qemu-ppc@nongnu.org
1333 F: include/hw/*/spapr*
1335 F: include/hw/*/xics*
1337 F: docs/specs/ppc-spapr-hcalls.txt
1338 F: docs/specs/ppc-spapr-hotplug.txt
1339 F: tests/qtest/spapr*
1340 F: tests/qtest/libqos/*spapr*
1341 F: tests/qtest/rtas*
1342 F: tests/qtest/libqos/rtas*
1344 PowerNV (Non-Virtualized)
1345 M: Cédric Le Goater <clg@kaod.org>
1346 M: David Gibson <david@gibson.dropbear.id.au>
1347 M: Greg Kurz <groug@kaod.org>
1348 L: qemu-ppc@nongnu.org
1352 F: hw/intc/xics_pnv.c
1354 F: include/hw/ppc/pnv*
1355 F: include/hw/pci-host/pnv*
1356 F: pc-bios/skiboot.lid
1360 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1361 L: qemu-ppc@nongnu.org
1363 F: hw/ppc/virtex_ml507.c
1366 M: BALATON Zoltan <balaton@eik.bme.hu>
1367 R: David Gibson <david@gibson.dropbear.id.au>
1368 R: Greg Kurz <groug@kaod.org>
1369 L: qemu-ppc@nongnu.org
1371 F: hw/ppc/sam460ex.c
1372 F: hw/ppc/ppc440_pcix.c
1373 F: hw/display/sm501*
1376 F: pc-bios/canyonlands.dt[sb]
1377 F: pc-bios/u-boot-sam460ex-20100605.bin
1378 F: roms/u-boot-sam460ex
1381 M: BALATON Zoltan <balaton@eik.bme.hu>
1382 R: David Gibson <david@gibson.dropbear.id.au>
1383 L: qemu-ppc@nongnu.org
1385 F: hw/ppc/pegasos2.c
1386 F: hw/pci-host/mv64361.c
1387 F: hw/pci-host/mv643xx.h
1388 F: include/hw/pci-host/mv64361.h
1390 Virtual Open Firmware (VOF)
1391 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1392 R: David Gibson <david@gibson.dropbear.id.au>
1393 R: Greg Kurz <groug@kaod.org>
1394 L: qemu-ppc@nongnu.org
1396 F: hw/ppc/spapr_vof*
1398 F: include/hw/ppc/vof*
1405 M: Alistair Francis <Alistair.Francis@wdc.com>
1406 L: qemu-riscv@nongnu.org
1408 F: hw/riscv/opentitan.c
1410 F: include/hw/riscv/opentitan.h
1411 F: include/hw/*/ibex_*.h
1413 Microchip PolarFire SoC Icicle Kit
1414 M: Bin Meng <bin.meng@windriver.com>
1415 L: qemu-riscv@nongnu.org
1417 F: hw/riscv/microchip_pfsoc.c
1418 F: hw/char/mchp_pfsoc_mmuart.c
1419 F: hw/misc/mchp_pfsoc_dmc.c
1420 F: hw/misc/mchp_pfsoc_ioscb.c
1421 F: hw/misc/mchp_pfsoc_sysreg.c
1422 F: include/hw/riscv/microchip_pfsoc.h
1423 F: include/hw/char/mchp_pfsoc_mmuart.h
1424 F: include/hw/misc/mchp_pfsoc_dmc.h
1425 F: include/hw/misc/mchp_pfsoc_ioscb.h
1426 F: include/hw/misc/mchp_pfsoc_sysreg.h
1429 M: Vijai Kumar K <vijai@behindbytes.com>
1430 L: qemu-riscv@nongnu.org
1432 F: hw/riscv/shakti_c.c
1433 F: hw/char/shakti_uart.c
1434 F: include/hw/riscv/shakti_c.h
1435 F: include/hw/char/shakti_uart.h
1438 M: Alistair Francis <Alistair.Francis@wdc.com>
1439 M: Bin Meng <bin.meng@windriver.com>
1440 M: Palmer Dabbelt <palmer@dabbelt.com>
1441 L: qemu-riscv@nongnu.org
1444 F: include/hw/*/*sifive*.h
1449 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1451 F: docs/system/target-rx.rst
1452 F: hw/rx/rx-gdbsim.c
1453 F: tests/acceptance/machine_rx_gdbsim.py
1458 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1459 R: Magnus Damm <magnus.damm@gmail.com>
1461 F: hw/char/sh_serial.c
1463 F: hw/intc/sh_intc.c
1464 F: hw/pci-host/sh_pci.c
1465 F: hw/timer/sh_timer.c
1466 F: include/hw/sh4/sh_intc.h
1469 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1470 R: Magnus Damm <magnus.damm@gmail.com>
1472 F: hw/block/tc58128.c
1473 F: hw/char/sh_serial.c
1475 F: hw/intc/sh_intc.c
1476 F: hw/timer/sh_timer.c
1477 F: include/hw/sh4/sh_intc.h
1482 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1485 F: hw/sparc/sun4m_iommu.c
1488 F: hw/dma/sparc32_dma.c
1489 F: hw/misc/eccmemctl.c
1491 F: include/hw/nvram/sun_nvram.h
1492 F: include/hw/sparc/sparc32_dma.h
1493 F: include/hw/sparc/sun4m_iommu.h
1494 F: pc-bios/openbios-sparc32
1497 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1499 F: hw/sparc64/sun4u.c
1500 F: hw/sparc64/sun4u_iommu.c
1501 F: include/hw/sparc/sun4u_iommu.h
1502 F: hw/pci-host/sabre.c
1503 F: include/hw/pci-host/sabre.h
1504 F: hw/pci-bridge/simba.c
1505 F: include/hw/pci-bridge/simba.h
1506 F: pc-bios/openbios-sparc64
1507 F: tests/acceptance/machine_sparc64_sun4u.py
1510 M: Artyom Tarasenko <atar4qemu@gmail.com>
1512 F: hw/sparc64/niagara.c
1513 F: hw/rtc/sun4v-rtc.c
1514 F: include/hw/rtc/sun4v-rtc.h
1517 M: Fabien Chouteau <chouteau@adacore.com>
1518 M: KONRAD Frederic <frederic.konrad@adacore.com>
1522 F: include/hw/*/grlib*
1523 F: tests/acceptance/machine_sparc_leon3.py
1528 M: Cornelia Huck <cohuck@redhat.com>
1529 M: Halil Pasic <pasic@linux.ibm.com>
1530 M: Christian Borntraeger <borntraeger@de.ibm.com>
1532 F: hw/char/sclp*.[hc]
1533 F: hw/char/terminal3270.c
1535 F: include/hw/s390x/
1536 F: hw/watchdog/wdt_diag288.c
1537 F: include/hw/watchdog/wdt_diag288.h
1538 F: configs/devices/s390x-softmmu/default.mak
1539 F: tests/acceptance/machine_s390_ccw_virtio.py
1540 T: git https://gitlab.com/cohuck/qemu.git s390-next
1541 T: git https://github.com/borntraeger/qemu.git s390-next
1542 L: qemu-s390x@nongnu.org
1545 M: Christian Borntraeger <borntraeger@de.ibm.com>
1546 M: Thomas Huth <thuth@redhat.com>
1549 F: pc-bios/s390-ccw/
1550 F: pc-bios/s390-ccw.img
1551 F: docs/devel/s390-dasd-ipl.rst
1552 T: git https://github.com/borntraeger/qemu.git s390-next
1553 L: qemu-s390x@nongnu.org
1556 M: Matthew Rosato <mjrosato@linux.ibm.com>
1557 M: Eric Farman <farman@linux.ibm.com>
1559 F: hw/s390x/s390-pci*
1560 F: include/hw/s390x/s390-pci*
1561 L: qemu-s390x@nongnu.org
1566 M: Michael S. Tsirkin <mst@redhat.com>
1567 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1571 F: hw/pci-host/i440fx.c
1572 F: hw/pci-host/q35.c
1573 F: hw/pci-host/pam.c
1574 F: include/hw/pci-host/i440fx.h
1575 F: include/hw/pci-host/q35.h
1576 F: include/hw/pci-host/pam.h
1578 F: hw/isa/lpc_ich9.c
1579 F: hw/i2c/smbus_ich9.c
1582 F: include/hw/acpi/ich9.h
1583 F: include/hw/southbridge/piix.h
1586 F: include/hw/isa/apm.h
1587 F: tests/unit/test-x86-cpuid.c
1588 F: tests/qtest/test-x86-cpuid-compat.c
1591 M: Michael S. Tsirkin <mst@redhat.com>
1592 M: Paolo Bonzini <pbonzini@redhat.com>
1594 F: hw/char/debugcon.c
1595 F: hw/char/parallel*
1598 F: hw/i2c/pm_smbus.c
1603 F: hw/isa/isa-superio.c
1604 F: hw/misc/debugexit.c
1605 F: hw/misc/pc-testdev.c
1608 F: hw/rtc/mc146818rtc*
1609 F: hw/watchdog/wdt_ib700.c
1610 F: hw/watchdog/wdt_i6300esb.c
1611 F: include/hw/display/vga.h
1612 F: include/hw/char/parallel.h
1613 F: include/hw/dma/i8257.h
1614 F: include/hw/i2c/pm_smbus.h
1615 F: include/hw/input/i8042.h
1616 F: include/hw/isa/i8259_internal.h
1617 F: include/hw/isa/superio.h
1618 F: include/hw/timer/hpet.h
1619 F: include/hw/timer/i8254*
1620 F: include/hw/rtc/mc146818rtc*
1623 M: Sergio Lopez <slp@redhat.com>
1624 M: Paolo Bonzini <pbonzini@redhat.com>
1627 F: hw/i386/microvm.c
1628 F: include/hw/i386/microvm.h
1629 F: pc-bios/bios-microvm.bin
1632 M: Eduardo Habkost <ehabkost@redhat.com>
1633 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1637 F: hw/core/machine-qmp-cmds.c
1638 F: hw/core/machine.c
1639 F: hw/core/null-machine.c
1642 F: qapi/machine.json
1643 F: qapi/machine-target.json
1644 F: include/hw/boards.h
1645 F: include/hw/core/cpu.h
1646 F: include/hw/cpu/cluster.h
1647 F: include/sysemu/numa.h
1648 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1653 M: Max Filippov <jcmvbkbc@gmail.com>
1658 M: Max Filippov <jcmvbkbc@gmail.com>
1662 XTFPGA (LX60, LX200, ML605, KC705)
1663 M: Max Filippov <jcmvbkbc@gmail.com>
1665 F: hw/xtensa/xtfpga.c
1666 F: hw/net/opencores_eth.c
1670 Overall Audio frontends
1671 M: Gerd Hoffmann <kraxel@redhat.com>
1674 F: include/hw/audio/
1675 F: tests/qtest/ac97-test.c
1676 F: tests/qtest/es1370-test.c
1677 F: tests/qtest/intel-hda-test.c
1678 F: tests/qtest/fuzz-sb16-test.c
1681 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1682 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1684 F: hw/net/can/xlnx-*
1685 F: include/hw/net/xlnx-*
1686 F: tests/qtest/xlnx-can-test*
1689 M: Jiri Slaby <jslaby@suse.cz>
1694 M: John Snow <jsnow@redhat.com>
1695 L: qemu-block@nongnu.org
1702 F: hw/block/hd-geometry.c
1703 F: tests/qtest/ide-test.c
1704 F: tests/qtest/ahci-test.c
1705 F: tests/qtest/cdrom-test.c
1706 F: tests/qtest/libqos/ahci*
1707 T: git https://gitlab.com/jsnow/qemu.git ide
1710 M: Corey Minyard <minyard@acm.org>
1712 F: include/hw/ipmi/*
1714 F: hw/smbios/smbios_type_38.c
1715 F: tests/qtest/ipmi*
1716 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1719 M: John Snow <jsnow@redhat.com>
1720 L: qemu-block@nongnu.org
1723 F: hw/block/fdc-internal.h
1724 F: hw/block/fdc-isa.c
1725 F: hw/block/fdc-sysbus.c
1726 F: include/hw/block/fdc.h
1727 F: tests/qtest/fdc-test.c
1728 T: git https://gitlab.com/jsnow/qemu.git ide
1731 M: Peter Maydell <peter.maydell@linaro.org>
1732 L: qemu-arm@nongnu.org
1735 F: include/hw/arm/omap.h
1736 F: docs/system/arm/sx1.rst
1739 M: Alberto Garcia <berto@igalia.com>
1741 F: hw/char/ipoctal232.c
1745 M: Michael S. Tsirkin <mst@redhat.com>
1746 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1749 F: hw/misc/pci-testdev.c
1757 M: Michael S. Tsirkin <mst@redhat.com>
1758 M: Igor Mammedov <imammedo@redhat.com>
1759 R: Ani Sinha <ani@anisinha.ca>
1761 F: include/hw/acpi/*
1762 F: include/hw/firmware/smbios.h
1766 F: hw/i386/acpi-build.[hc]
1767 F: hw/arm/virt-acpi-build.c
1769 F: tests/qtest/bios-tables-test*
1770 F: tests/qtest/acpi-utils.[hc]
1772 F: docs/specs/acpi_cpu_hotplug.rst
1773 F: docs/specs/acpi_mem_hotplug.rst
1774 F: docs/specs/acpi_pci_hotplug.rst
1775 F: docs/specs/acpi_hw_reduced_hotplug.rst
1778 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1779 L: qemu-arm@nongnu.org
1782 F: include/hw/acpi/ghes.h
1783 F: docs/specs/acpi_hest_ghes.rst
1786 M: David Gibson <david@gibson.dropbear.id.au>
1787 L: qemu-ppc@nongnu.org
1790 F: hw/i2c/ppc4xx_i2c.c
1791 F: include/hw/ppc/ppc4xx.h
1792 F: include/hw/i2c/ppc4xx_i2c.h
1793 F: hw/intc/ppc-uic.c
1794 F: include/hw/intc/ppc-uic.h
1797 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1798 R: Paolo Bonzini <pbonzini@redhat.com>
1803 M: Jason Wang <jasowang@redhat.com>
1807 F: tests/qtest/virtio-net-test.c
1808 F: docs/virtio-net-failover.rst
1809 T: git https://github.com/jasowang/qemu.git net
1811 Parallel NOR Flash devices
1812 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1813 T: git https://gitlab.com/philmd/qemu.git pflash-next
1815 F: hw/block/pflash_cfi*.c
1816 F: include/hw/block/flash.h
1819 M: Paolo Bonzini <pbonzini@redhat.com>
1820 R: Fam Zheng <fam@euphon.net>
1822 F: include/hw/scsi/*
1824 F: tests/qtest/virtio-scsi-test.c
1825 F: tests/qtest/fuzz-virtio-scsi-test.c
1826 F: tests/qtest/am53c974-test.c
1827 T: git https://github.com/bonzini/qemu.git scsi-next
1830 M: Alistair Francis <alistair@alistair23.me>
1833 F: hw/block/m25p80.c
1834 F: include/hw/ssi/ssi.h
1836 F: tests/qtest/m25p80-test.c
1839 M: Alistair Francis <alistair@alistair23.me>
1844 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1845 M: Bin Meng <bin.meng@windriver.com>
1846 L: qemu-block@nongnu.org
1848 F: include/hw/sd/sd*
1852 F: tests/qtest/fuzz-sdcard-test.c
1853 F: tests/qtest/sdhci-test.c
1856 M: Gerd Hoffmann <kraxel@redhat.com>
1859 F: stubs/usb-dev-stub.c
1860 F: tests/qtest/usb-*-test.c
1861 F: docs/system/devices/usb.rst
1865 USB (serial adapter)
1866 R: Gerd Hoffmann <kraxel@redhat.com>
1867 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1869 F: hw/usb/dev-serial.c
1872 M: Alex Williamson <alex.williamson@redhat.com>
1876 F: docs/igd-assign.txt
1877 F: docs/devel/vfio-migration.rst
1880 M: Cornelia Huck <cohuck@redhat.com>
1881 M: Eric Farman <farman@linux.ibm.com>
1882 M: Matthew Rosato <mjrosato@linux.ibm.com>
1885 F: hw/s390x/s390-ccw.c
1886 F: include/hw/s390x/s390-ccw.h
1887 F: include/hw/s390x/vfio-ccw.h
1888 T: git https://gitlab.com/cohuck/qemu.git s390-next
1889 L: qemu-s390x@nongnu.org
1892 M: Tony Krowiak <akrowiak@linux.ibm.com>
1893 M: Halil Pasic <pasic@linux.ibm.com>
1894 M: Jason Herne <jjherne@linux.ibm.com>
1896 F: hw/s390x/ap-device.c
1897 F: hw/s390x/ap-bridge.c
1898 F: include/hw/s390x/ap-device.h
1899 F: include/hw/s390x/ap-bridge.h
1901 F: docs/system/s390x/vfio-ap.rst
1902 L: qemu-s390x@nongnu.org
1905 M: Michael S. Tsirkin <mst@redhat.com>
1908 F: docs/interop/vhost-user.json
1909 F: docs/interop/vhost-user.rst
1910 F: contrib/vhost-user-*/
1911 F: backends/vhost-user.c
1912 F: include/sysemu/vhost-user-backend.h
1915 M: Michael S. Tsirkin <mst@redhat.com>
1918 F: hw/virtio/Makefile.objs
1919 F: hw/virtio/trace-events
1921 F: include/hw/virtio/
1924 M: Michael S. Tsirkin <mst@redhat.com>
1925 M: David Hildenbrand <david@redhat.com>
1927 F: hw/virtio/virtio-balloon*.c
1928 F: include/hw/virtio/virtio-balloon.h
1929 F: softmmu/balloon.c
1930 F: include/sysemu/balloon.h
1933 M: Greg Kurz <groug@kaod.org>
1934 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1936 W: https://wiki.qemu.org/Documentation/9p
1940 F: docs/tools/virtfs-proxy-helper.rst
1941 F: tests/qtest/virtio-9p-test.c
1942 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1943 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1946 M: Stefan Hajnoczi <stefanha@redhat.com>
1947 L: qemu-block@nongnu.org
1949 F: hw/block/virtio-blk.c
1950 F: hw/block/dataplane/*
1951 F: tests/qtest/virtio-blk-test.c
1952 T: git https://github.com/stefanha/qemu.git block
1955 M: Cornelia Huck <cohuck@redhat.com>
1956 M: Halil Pasic <pasic@linux.ibm.com>
1958 F: hw/s390x/virtio-ccw*.[hc]
1959 F: hw/s390x/vhost-vsock-ccw.c
1960 T: git https://gitlab.com/cohuck/qemu.git s390-next
1961 T: git https://github.com/borntraeger/qemu.git s390-next
1962 L: qemu-s390x@nongnu.org
1965 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1966 M: Stefan Hajnoczi <stefanha@redhat.com>
1968 F: tools/virtiofsd/*
1969 F: hw/virtio/vhost-user-fs*
1970 F: include/hw/virtio/vhost-user-fs.h
1971 F: docs/tools/virtiofsd.rst
1972 L: virtio-fs@redhat.com
1975 M: Gerd Hoffmann <kraxel@redhat.com>
1977 F: hw/input/vhost-user-input.c
1978 F: hw/input/virtio-input*.c
1979 F: include/hw/virtio/virtio-input.h
1980 F: contrib/vhost-user-input/*
1983 M: Eric Auger <eric.auger@redhat.com>
1985 F: hw/virtio/virtio-iommu*.c
1986 F: include/hw/virtio/virtio-iommu.h
1989 M: Laurent Vivier <lvivier@redhat.com>
1990 R: Amit Shah <amit@kernel.org>
1992 F: hw/char/virtio-serial-bus.c
1993 F: hw/char/virtio-console.c
1994 F: include/hw/virtio/virtio-serial.h
1995 F: tests/qtest/virtio-serial-test.c
1998 M: Laurent Vivier <lvivier@redhat.com>
1999 R: Amit Shah <amit@kernel.org>
2001 F: hw/virtio/virtio-rng.c
2002 F: include/hw/virtio/virtio-rng.h
2003 F: include/sysemu/rng*.h
2005 F: tests/qtest/virtio-rng-test.c
2008 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2010 F: docs/tools/vhost-user-rng.rst
2011 F: hw/virtio/vhost-user-rng.c
2012 F: hw/virtio/vhost-user-rng-pci.c
2013 F: include/hw/virtio/vhost-user-rng.h
2014 F: tools/vhost-user-rng/*
2017 M: Gonglei <arei.gonglei@huawei.com>
2019 F: hw/virtio/virtio-crypto.c
2020 F: hw/virtio/virtio-crypto-pci.c
2021 F: include/hw/virtio/virtio-crypto.h
2024 M: David Hildenbrand <david@redhat.com>
2026 W: https://virtio-mem.gitlab.io/
2027 F: hw/virtio/virtio-mem.c
2028 F: hw/virtio/virtio-mem-pci.h
2029 F: hw/virtio/virtio-mem-pci.c
2030 F: include/hw/virtio/virtio-mem.h
2033 M: Keith Busch <kbusch@kernel.org>
2034 M: Klaus Jensen <its@irrelevant.dk>
2035 L: qemu-block@nongnu.org
2038 F: include/block/nvme.h
2039 F: tests/qtest/nvme-test.c
2040 F: docs/system/nvme.rst
2041 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2044 M: Hannes Reinecke <hare@suse.com>
2045 L: qemu-block@nongnu.org
2047 F: hw/scsi/megasas.c
2049 F: tests/qtest/megasas-test.c
2050 F: tests/qtest/fuzz-megasas-test.c
2052 Network packet abstractions
2053 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2055 F: include/net/eth.h
2057 F: hw/net/net_rx_pkt*
2058 F: hw/net/net_tx_pkt*
2061 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2064 F: hw/scsi/vmw_pvscsi*
2065 F: tests/qtest/vmxnet3-test.c
2068 M: Jiri Pirko <jiri@resnulli.us>
2073 F: docs/specs/rocker.txt
2076 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2080 F: include/hw/mem/nvdimm.h
2082 F: docs/specs/acpi_nvdimm.rst
2085 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2090 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2093 F: tests/qtest/fuzz-e1000e-test.c
2096 M: Stefan Weil <sw@weilnetz.de>
2098 F: hw/net/eepro100.c
2101 M: Sven Schnelle <svens@stackframe.org>
2107 M: Patrick Venture <venture@google.com>
2109 F: hw/i2c/i2c_mux_pca954x.c
2110 F: include/hw/i2c/i2c_mux_pca954x.h
2113 M: Alistair Francis <alistair@alistair23.me>
2115 F: hw/core/generic-loader.c
2116 F: include/hw/core/generic-loader.h
2117 F: docs/system/generic-loader.rst
2120 M: Alex Bennée <alex.bennee@linaro.org>
2122 F: hw/core/guest-loader.c
2123 F: docs/system/guest-loader.rst
2124 F: tests/acceptance/boot_xen.py
2126 Intel Hexadecimal Object File Loader
2127 M: Su Hang <suhang16@mails.ucas.ac.cn>
2129 F: tests/qtest/hexloader-test.c
2130 F: tests/data/hex-loader/test.hex
2133 M: Thomas Huth <thuth@redhat.com>
2135 F: hw/nvram/chrp_nvram.c
2136 F: include/hw/nvram/chrp_nvram.h
2137 F: tests/qtest/prom-env-test.c
2141 F: hw/acpi/vmgenid.c
2142 F: include/hw/acpi/vmgenid.h
2143 F: docs/specs/vmgenid.txt
2144 F: tests/qtest/vmgenid-test.c
2148 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2150 F: include/hw/misc/led.h
2153 Unimplemented device
2154 M: Peter Maydell <peter.maydell@linaro.org>
2155 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2157 F: include/hw/misc/unimp.h
2161 M: Artyom Tarasenko <atar4qemu@gmail.com>
2162 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2164 F: include/hw/misc/empty_slot.h
2165 F: hw/misc/empty_slot.c
2168 M: Gerd Hoffmann <kraxel@redhat.com>
2171 F: hw/display/bochs-display.c
2172 F: include/hw/display/vga.h
2173 F: include/hw/display/bochs-vbe.h
2176 M: Gerd Hoffmann <kraxel@redhat.com>
2178 F: hw/display/ramfb*.c
2179 F: include/hw/display/ramfb.h
2182 M: Gerd Hoffmann <kraxel@redhat.com>
2184 F: hw/display/virtio-gpu*
2185 F: hw/display/virtio-vga.*
2186 F: include/hw/virtio/virtio-gpu.h
2189 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2191 F: contrib/vhost-user-blk/
2192 F: contrib/vhost-user-scsi/
2193 F: hw/block/vhost-user-blk.c
2194 F: hw/scsi/vhost-user-scsi.c
2195 F: hw/virtio/vhost-user-blk-pci.c
2196 F: hw/virtio/vhost-user-scsi-pci.c
2197 F: include/hw/virtio/vhost-user-blk.h
2198 F: include/hw/virtio/vhost-user-scsi.h
2201 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2202 R: Gerd Hoffmann <kraxel@redhat.com>
2204 F: docs/interop/vhost-user-gpu.rst
2205 F: contrib/vhost-user-gpu
2206 F: hw/display/vhost-user-*
2209 M: Gerd Hoffmann <kraxel@redhat.com>
2211 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2212 F: hw/display/cirrus*
2215 M: Gerd Hoffmann <kraxel@redhat.com>
2218 F: include/hw/display/edid.h
2221 PIIX4 South Bridge (i82371AB)
2222 M: Hervé Poussineau <hpoussin@reactos.org>
2223 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2226 F: include/hw/southbridge/piix.h
2228 Firmware configuration (fw_cfg)
2229 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2230 R: Gerd Hoffmann <kraxel@redhat.com>
2232 F: docs/specs/fw_cfg.txt
2233 F: hw/nvram/fw_cfg*.c
2235 F: include/hw/nvram/fw_cfg.h
2236 F: include/standard-headers/linux/qemu_fw_cfg.h
2237 F: tests/qtest/libqos/fw_cfg.c
2238 F: tests/qtest/fw_cfg-test.c
2239 T: git https://github.com/philmd/qemu.git fw_cfg-next
2242 M: Cédric Le Goater <clg@kaod.org>
2243 R: David Gibson <david@gibson.dropbear.id.au>
2244 R: Greg Kurz <groug@kaod.org>
2245 L: qemu-ppc@nongnu.org
2248 F: include/hw/*/*xive*
2252 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2253 R: Magnus Damm <magnus.damm@gmail.com>
2255 F: hw/char/renesas_sci.c
2256 F: hw/char/sh_serial.c
2257 F: hw/timer/renesas_*.c
2258 F: hw/timer/sh_timer.c
2259 F: include/hw/char/renesas_sci.h
2260 F: include/hw/sh4/sh.h
2261 F: include/hw/timer/renesas_*.h
2263 Renesas RX peripherals
2264 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2268 F: include/hw/intc/rx_icu.h
2271 CAN bus subsystem and hardware
2272 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2273 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2275 W: https://canbus.pages.fel.cvut.cz/
2278 F: include/net/can_*.h
2282 Overall Audio backends
2283 M: Gerd Hoffmann <kraxel@redhat.com>
2286 X: audio/alsaaudio.c
2287 X: audio/coreaudio.c
2289 X: audio/jackaudio.c
2293 X: audio/spiceaudio.c
2297 M: Gerd Hoffmann <kraxel@redhat.com>
2299 F: audio/alsaaudio.c
2301 Core Audio framework backend
2302 M: Gerd Hoffmann <kraxel@redhat.com>
2304 F: audio/coreaudio.c
2306 DSound Audio backend
2307 M: Gerd Hoffmann <kraxel@redhat.com>
2311 JACK Audio Connection Kit backend
2312 M: Gerd Hoffmann <kraxel@redhat.com>
2314 F: audio/jackaudio.c
2316 Open Sound System (OSS) Audio backend
2317 M: Gerd Hoffmann <kraxel@redhat.com>
2322 M: Gerd Hoffmann <kraxel@redhat.com>
2327 M: Gerd Hoffmann <kraxel@redhat.com>
2332 M: Kevin Wolf <kwolf@redhat.com>
2333 M: Hanna Reitz <hreitz@redhat.com>
2334 L: qemu-block@nongnu.org
2341 F: docs/tools/qemu-img.rst
2343 F: tests/qemu-iotests/
2344 F: util/qemu-progress.c
2345 F: qobject/block-qdict.c
2346 F: tests/unit/check-block-qdict.c
2347 T: git https://repo.or.cz/qemu/kevin.git block
2350 M: Kevin Wolf <kwolf@redhat.com>
2351 L: qemu-block@nongnu.org
2354 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2355 F: docs/tools/qemu-storage-daemon.rst
2356 T: git https://repo.or.cz/qemu/kevin.git block
2359 M: Stefan Hajnoczi <stefanha@redhat.com>
2360 M: Fam Zheng <fam@euphon.net>
2361 L: qemu-block@nongnu.org
2369 F: include/block/aio.h
2370 F: include/block/aio-wait.h
2371 F: scripts/qemugdb/aio.py
2372 F: tests/unit/test-fdmon-epoll.c
2373 T: git https://github.com/stefanha/qemu.git block
2375 Block SCSI subsystem
2376 M: Paolo Bonzini <pbonzini@redhat.com>
2377 R: Fam Zheng <fam@euphon.net>
2378 L: qemu-block@nongnu.org
2384 M: John Snow <jsnow@redhat.com>
2385 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2386 L: qemu-block@nongnu.org
2389 F: include/block/blockjob.h
2392 F: include/qemu/job.h
2398 F: block/block-copy.c
2399 F: include/block/block-copy.c
2400 F: block/copy-before-write.h
2401 F: block/copy-before-write.c
2402 F: include/block/aio_task.h
2404 F: util/qemu-co-shared-resource.c
2405 F: include/qemu/co-shared-resource.h
2406 T: git https://gitlab.com/jsnow/qemu.git jobs
2407 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2409 Block QAPI, monitor, command line
2410 M: Markus Armbruster <armbru@redhat.com>
2413 F: blockdev-hmp-cmds.c
2416 F: qapi/transaction.json
2417 T: git https://repo.or.cz/qemu/armbru.git block-next
2420 M: Eric Blake <eblake@redhat.com>
2421 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2422 R: John Snow <jsnow@redhat.com>
2423 L: qemu-block@nongnu.org
2425 F: include/qemu/hbitmap.h
2426 F: include/block/dirty-bitmap.h
2427 F: block/monitor/bitmap-qmp-cmds.c
2428 F: block/dirty-bitmap.c
2429 F: block/qcow2-bitmap.c
2430 F: migration/block-dirty-bitmap.c
2432 F: tests/unit/test-hbitmap.c
2433 F: docs/interop/bitmaps.rst
2434 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2436 Character device backends
2437 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2438 R: Paolo Bonzini <pbonzini@redhat.com>
2444 Character Devices (Braille)
2445 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2449 Command line option argument parsing
2450 M: Markus Armbruster <armbru@redhat.com>
2452 F: include/qemu/option.h
2453 F: tests/unit/test-keyval.c
2454 F: tests/unit/test-qemu-opts.c
2456 F: util/qemu-option.c
2459 M: Markus Armbruster <armbru@redhat.com>
2461 F: scripts/coverity-model.c
2463 Coverity Scan integration
2464 M: Peter Maydell <peter.maydell@linaro.org>
2466 F: scripts/coverity-scan/
2469 M: Alistair Francis <alistair.francis@wdc.com>
2470 R: David Gibson <david@gibson.dropbear.id.au>
2472 F: softmmu/device_tree.c
2473 F: include/sysemu/device_tree.h
2477 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2479 F: hw/misc/vmcoreinfo.c
2480 F: include/hw/misc/vmcoreinfo.h
2481 F: include/qemu/win_dump_defs
2482 F: include/sysemu/dump-arch.h
2483 F: include/sysemu/dump.h
2485 F: scripts/dump-guest-memory.py
2489 M: Markus Armbruster <armbru@redhat.com>
2491 F: include/qapi/error.h
2492 F: include/qemu/error-report.h
2495 F: util/qemu-error.c
2496 F: scripts/coccinelle/err-bad-newline.cocci
2497 F: scripts/coccinelle/error-use-after-free.cocci
2498 F: scripts/coccinelle/error_propagate_null.cocci
2499 F: scripts/coccinelle/remove_local_err.cocci
2500 F: scripts/coccinelle/use-error_fatal.cocci
2501 F: scripts/coccinelle/errp-guard.cocci
2504 M: Alex Bennée <alex.bennee@linaro.org>
2505 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2508 F: include/exec/gdbstub.h
2510 F: tests/tcg/multiarch/gdbstub/
2513 M: Paolo Bonzini <pbonzini@redhat.com>
2514 M: Peter Xu <peterx@redhat.com>
2515 M: David Hildenbrand <david@redhat.com>
2517 F: include/exec/ioport.h
2518 F: include/exec/memop.h
2519 F: include/exec/memory.h
2520 F: include/exec/ram_addr.h
2521 F: include/exec/ramblock.h
2522 F: include/sysemu/memory_mapping.h
2523 F: softmmu/dma-helpers.c
2526 F: softmmu/memory_mapping.c
2527 F: softmmu/physmem.c
2528 F: include/exec/memory-internal.h
2529 F: scripts/coccinelle/memory-region-housekeeping.cocci
2532 M: Gerd Hoffmann <kraxel@redhat.com>
2534 F: include/ui/qemu-spice.h
2535 F: include/ui/spice-display.h
2537 F: audio/spiceaudio.c
2540 F: docs/spice-port-fqdn.txt
2543 M: Gerd Hoffmann <kraxel@redhat.com>
2551 M: Peter Maydell <peter.maydell@linaro.org>
2556 M: Paolo Bonzini <pbonzini@redhat.com>
2558 F: include/exec/gen-icount.h
2559 F: include/qemu/main-loop.h
2560 F: include/sysemu/runstate.h
2561 F: include/sysemu/runstate-action.h
2563 F: util/qemu-timer.c
2567 F: softmmu/cpu-throttle.c
2568 F: softmmu/cpu-timers.c
2570 F: softmmu/runstate-action.c
2571 F: qapi/run-state.json
2573 Read, Copy, Update (RCU)
2574 M: Paolo Bonzini <pbonzini@redhat.com>
2576 F: include/qemu/rcu*.h
2577 F: tests/unit/rcutorture.c
2578 F: tests/unit/test-rcu-*.c
2582 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2584 F: monitor/monitor-internal.h
2586 F: monitor/monitor.c
2590 F: include/monitor/hmp-target.h
2591 F: tests/qtest/test-hmp.c
2592 F: include/qemu/qemu-print.h
2593 F: util/qemu-print.c
2595 Network device backends
2596 M: Jason Wang <jasowang@redhat.com>
2600 F: qemu-bridge-helper.c
2601 T: git https://github.com/jasowang/qemu.git net
2604 Netmap network backend
2605 M: Luigi Rizzo <rizzo@iet.unipi.it>
2606 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2607 M: Vincenzo Maffione <v.maffione@gmail.com>
2608 W: http://info.iet.unipi.it/~luigi/netmap/
2612 Host Memory Backends
2613 M: David Hildenbrand <david@redhat.com>
2614 M: Igor Mammedov <imammedo@redhat.com>
2616 F: backends/hostmem*.c
2617 F: include/sysemu/hostmem.h
2618 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2621 M: Gonglei <arei.gonglei@huawei.com>
2623 F: include/sysemu/cryptodev*.h
2624 F: backends/cryptodev*.c
2627 M: John Snow <jsnow@redhat.com>
2628 M: Cleber Rosa <crosa@redhat.com>
2629 R: Eduardo Habkost <ehabkost@redhat.com>
2632 T: git https://gitlab.com/jsnow/qemu.git python
2635 M: Eduardo Habkost <ehabkost@redhat.com>
2636 M: Cleber Rosa <crosa@redhat.com>
2642 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2644 F: scripts/simplebench/
2645 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2648 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2650 F: include/qemu/transactions.h
2651 F: util/transactions.c
2654 M: Markus Armbruster <armbru@redhat.com>
2655 M: Michael Roth <michael.roth@amd.com>
2660 X: include/qapi/qmp/
2661 F: include/qapi/qmp/dispatch.h
2662 F: tests/qapi-schema/
2663 F: tests/unit/test-*-visitor.c
2664 F: tests/unit/test-qapi-*.c
2665 F: tests/unit/test-qmp-*.c
2666 F: tests/unit/test-visitor-serialization.c
2667 F: scripts/qapi-gen.py
2669 F: docs/sphinx/qapidoc.py
2671 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2674 M: Eric Blake <eblake@redhat.com>
2675 M: Markus Armbruster <armbru@redhat.com>
2678 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2681 M: Markus Armbruster <armbru@redhat.com>
2684 F: include/qapi/qmp/
2685 X: include/qapi/qmp/dispatch.h
2686 F: scripts/coccinelle/qobject.cocci
2687 F: tests/unit/check-qdict.c
2688 F: tests/unit/check-qjson.c
2689 F: tests/unit/check-qlist.c
2690 F: tests/unit/check-qlit.c
2691 F: tests/unit/check-qnull.c
2692 F: tests/unit/check-qnum.c
2693 F: tests/unit/check-qobject.c
2694 F: tests/unit/check-qstring.c
2695 F: tests/data/qobject/qdict.txt
2696 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2699 M: Michael Roth <michael.roth@amd.com>
2702 F: docs/interop/qemu-ga.rst
2703 F: docs/interop/qemu-ga-ref.rst
2704 F: scripts/qemu-guest-agent/
2705 F: tests/unit/test-qga.c
2706 T: git https://github.com/mdroth/qemu.git qga
2709 M: Paolo Bonzini <pbonzini@redhat.com>
2710 R: Daniel P. Berrange <berrange@redhat.com>
2711 R: Eduardo Habkost <ehabkost@redhat.com>
2713 F: docs/qdev-device-use.txt
2718 F: include/monitor/qdev.h
2722 F: scripts/coccinelle/qom-parent-type.cocci
2723 F: softmmu/qdev-monitor.c
2726 F: tests/unit/check-qom-interface.c
2727 F: tests/unit/check-qom-proplist.c
2728 F: tests/unit/test-qdev-global-props.c
2730 QOM boilerplate conversion script
2731 M: Eduardo Habkost <ehabkost@redhat.com>
2733 F: scripts/codeconverter/
2736 M: Markus Armbruster <armbru@redhat.com>
2738 F: monitor/monitor-internal.h
2741 F: monitor/monitor.c
2742 F: qapi/control.json
2744 F: qapi/introspect.json
2745 F: docs/devel/*qmp-*
2746 F: docs/interop/*qmp-*
2748 F: tests/qtest/qmp-test.c
2749 F: tests/qtest/qmp-cmd-test.c
2750 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2753 M: Thomas Huth <thuth@redhat.com>
2754 M: Laurent Vivier <lvivier@redhat.com>
2755 R: Paolo Bonzini <pbonzini@redhat.com>
2760 F: docs/devel/qgraph.rst
2761 X: tests/qtest/bios-tables-test*
2764 M: Alexander Bulekov <alxndr@bu.edu>
2765 R: Paolo Bonzini <pbonzini@redhat.com>
2766 R: Bandan Das <bsd@redhat.com>
2767 R: Stefan Hajnoczi <stefanha@redhat.com>
2768 R: Thomas Huth <thuth@redhat.com>
2769 R: Darren Kenny <darren.kenny@oracle.com>
2770 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2772 F: tests/qtest/fuzz/
2773 F: tests/qtest/fuzz-*test.c
2774 F: scripts/oss-fuzz/
2775 F: hw/mem/sparse-mem.c
2776 F: docs/devel/fuzzing.rst
2779 M: Alistair Francis <alistair@alistair23.me>
2781 F: hw/core/register.c
2782 F: include/hw/register.h
2783 F: include/hw/registerfields.h
2786 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2790 F: include/net/slirp.h
2791 T: git https://people.debian.org/~sthibault/qemu.git slirp
2794 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2797 F: include/hw/stream.h
2800 M: Paolo Bonzini <pbonzini@redhat.com>
2805 M: Stefan Hajnoczi <stefanha@redhat.com>
2809 F: docs/qemu-option-trace.rst.inc
2811 F: scripts/tracetool.py
2812 F: scripts/tracetool/
2813 F: scripts/qemu-trace-stap*
2814 F: docs/tools/qemu-trace-stap.rst
2815 F: docs/devel/tracing.rst
2816 T: git https://github.com/stefanha/qemu.git tracing
2819 M: Stefan Berger <stefanb@linux.ibm.com>
2823 F: include/hw/acpi/tpm.h
2824 F: include/sysemu/tpm*
2827 F: tests/qtest/*tpm*
2828 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2832 F: scripts/checkpatch.pl
2835 M: Juan Quintela <quintela@redhat.com>
2836 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2838 F: hw/core/vmstate-if.c
2839 F: include/hw/vmstate-if.h
2840 F: include/migration/
2842 F: scripts/vmstate-static-checker.py
2843 F: tests/vmstate-static-checker-data/
2844 F: tests/qtest/migration-test.c
2845 F: docs/devel/migration.rst
2846 F: qapi/migration.json
2850 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2852 F: backends/dbus-vmstate.c
2853 F: tests/dbus-vmstate*
2855 F: include/qemu/dbus.h
2856 F: docs/interop/dbus.rst
2857 F: docs/interop/dbus-vmstate.rst
2860 M: Eduardo Otubo <otubo@redhat.com>
2862 F: softmmu/qemu-seccomp.c
2863 F: include/sysemu/seccomp.h
2866 M: Daniel P. Berrange <berrange@redhat.com>
2871 F: tests/unit/test-crypto-*
2872 F: tests/bench/benchmark-crypto-*
2873 F: tests/unit/crypto-tls-*
2874 F: tests/unit/pkix_asn1_tab.c
2878 M: Stefan Hajnoczi <stefanha@redhat.com>
2879 M: Kevin Wolf <kwolf@redhat.com>
2882 F: include/qemu/coroutine*
2883 F: tests/unit/test-coroutine.c
2886 M: Daniel P. Berrange <berrange@redhat.com>
2889 F: include/qemu/buffer.h
2892 M: Daniel P. Berrange <berrange@redhat.com>
2896 F: tests/unit/test-io-*
2899 M: Daniel P. Berrange <berrange@redhat.com>
2904 F: tests/unit/test-authz-*
2907 M: Daniel P. Berrange <berrange@redhat.com>
2909 F: include/qemu/sockets.h
2910 F: util/qemu-sockets.c
2911 F: qapi/sockets.json
2914 M: Daniel P. Berrange <berrange@redhat.com>
2916 F: util/filemonitor*.c
2917 F: include/qemu/filemonitor.h
2918 F: tests/unit/test-util-filemonitor.c
2920 Throttling infrastructure
2921 M: Alberto Garcia <berto@igalia.com>
2923 F: block/throttle-groups.c
2924 F: include/block/throttle-groups.h
2925 F: include/qemu/throttle*.h
2927 F: docs/throttle.txt
2928 F: tests/unit/test-throttle.c
2929 L: qemu-block@nongnu.org
2932 M: Fam Zheng <fam@euphon.net>
2935 F: include/qemu/uuid.h
2936 F: tests/unit/test-uuid.c
2939 M: Lukas Straub <lukasstraub2@web.de>
2942 F: migration/yank_functions*
2943 F: tests/unit/test-yank.c
2944 F: include/qemu/yank.h
2948 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2951 F: include/migration/colo.h
2952 F: include/migration/failover.h
2956 M: Zhang Chen <chen.zhang@intel.com>
2957 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2959 F: docs/colo-proxy.txt
2961 F: net/filter-rewriter.c
2962 F: net/filter-mirror.c
2965 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2966 R: Paolo Bonzini <pbonzini@redhat.com>
2967 W: https://wiki.qemu.org/Features/record-replay
2970 F: block/blkreplay.c
2971 F: net/filter-replay.c
2972 F: include/sysemu/replay.h
2975 F: tests/acceptance/replay_kernel.py
2976 F: tests/acceptance/reverse_debugging.py
2980 M: Peter Xu <peterx@redhat.com>
2982 F: include/qemu/iova-tree.h
2986 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2991 M: Corey Minyard <cminyard@mvista.com>
2994 F: hw/i2c/smbus_slave.c
2995 F: hw/i2c/smbus_master.c
2996 F: hw/i2c/smbus_eeprom.c
2997 F: include/hw/i2c/i2c.h
2998 F: include/hw/i2c/smbus_master.h
2999 F: include/hw/i2c/smbus_slave.h
3000 F: include/hw/i2c/smbus_eeprom.h
3002 Firmware schema specifications
3003 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3004 R: Daniel P. Berrange <berrange@redhat.com>
3005 R: Kashyap Chamarthy <kchamart@redhat.com>
3007 F: docs/interop/firmware.json
3010 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3011 R: Gerd Hoffmann <kraxel@redhat.com>
3014 F: pc-bios/descriptors/??-edk2-*.json
3016 F: roms/Makefile.edk2
3019 F: tests/data/uefi-boot-images/
3020 F: tests/uefi-test-tools/
3021 F: .gitlab-ci.d/edk2.yml
3022 F: .gitlab-ci.d/edk2/
3025 M: Michael S. Tsirkin <mst@redhat.com>
3026 M: Peter Xu <peterx@redhat.com>
3027 R: Jason Wang <jasowang@redhat.com>
3029 F: hw/i386/intel_iommu.c
3030 F: hw/i386/intel_iommu_internal.h
3031 F: include/hw/i386/intel_iommu.h
3034 M: Bin Meng <bmeng.cn@gmail.com>
3036 F: pc-bios/opensbi-*
3037 F: .gitlab-ci.d/opensbi.yml
3038 F: .gitlab-ci.d/opensbi/
3041 M: Luc Michel <luc@lmichel.fr>
3042 R: Damien Hedde <damien.hedde@greensocs.com>
3044 F: include/hw/clock.h
3045 F: include/hw/qdev-clock.h
3047 F: hw/core/clock-vmstate.c
3048 F: hw/core/qdev-clock.c
3049 F: docs/devel/clocks.rst
3053 Overall usermode emulation
3054 M: Riku Voipio <riku.voipio@iki.fi>
3057 F: accel/tcg/user-exec*.c
3060 M: Warner Losh <imp@bsdimp.com>
3061 R: Kyle Evans <kevans@freebsd.org>
3064 F: configs/targets/*-bsd-user.mak
3065 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3068 M: Laurent Vivier <laurent@vivier.eu>
3071 F: configs/targets/*linux-user.mak
3072 F: scripts/qemu-binfmt-conf.sh
3073 F: scripts/update-syscalltbl.sh
3074 F: scripts/update-mips-syscall-args.sh
3075 F: scripts/gensyscalls.sh
3077 Tiny Code Generator (TCG)
3078 -------------------------
3080 M: Richard Henderson <richard.henderson@linaro.org>
3086 M: Alex Bennée <alex.bennee@linaro.org>
3087 R: Alexandre Iooss <erdnaxe@crans.org>
3088 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3090 F: docs/devel/tcg-plugins.rst
3093 F: tests/acceptance/tcg_plugins.py
3097 M: Richard Henderson <richard.henderson@linaro.org>
3099 L: qemu-arm@nongnu.org
3105 M: Richard Henderson <richard.henderson@linaro.org>
3107 L: qemu-arm@nongnu.org
3112 M: Richard Henderson <richard.henderson@linaro.org>
3118 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3119 R: Aurelien Jarno <aurelien@aurel32.net>
3120 R: Huacai Chen <chenhuacai@kernel.org>
3121 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3122 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3127 M: Richard Henderson <richard.henderson@linaro.org>
3133 M: Palmer Dabbelt <palmer@dabbelt.com>
3134 M: Alistair Francis <Alistair.Francis@wdc.com>
3135 L: qemu-riscv@nongnu.org
3141 M: Richard Henderson <richard.henderson@linaro.org>
3145 L: qemu-s390x@nongnu.org
3153 M: Stefan Weil <sw@weilnetz.de>
3162 M: Fam Zheng <fam@euphon.net>
3163 L: qemu-block@nongnu.org
3168 M: Ilya Dryomov <idryomov@gmail.com>
3169 R: Peter Lieven <pl@kamp.de>
3170 L: qemu-block@nongnu.org
3175 M: Jeff Cody <codyprime@gmail.com>
3176 L: qemu-block@nongnu.org
3181 M: Stefan Weil <sw@weilnetz.de>
3182 L: qemu-block@nongnu.org
3187 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3188 M: Paolo Bonzini <pbonzini@redhat.com>
3189 M: Peter Lieven <pl@kamp.de>
3190 L: qemu-block@nongnu.org
3193 F: block/iscsi-opts.c
3195 Network Block Device (NBD)
3196 M: Eric Blake <eblake@redhat.com>
3197 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3198 L: qemu-block@nongnu.org
3202 F: include/block/nbd*
3205 F: docs/interop/nbd.txt
3206 F: docs/tools/qemu-nbd.rst
3207 T: git https://repo.or.cz/qemu/ericb.git nbd
3208 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3211 M: Peter Lieven <pl@kamp.de>
3212 L: qemu-block@nongnu.org
3217 M: Richard W.M. Jones <rjones@redhat.com>
3218 L: qemu-block@nongnu.org
3223 L: qemu-block@nongnu.org
3228 L: qemu-block@nongnu.org
3229 L: integration@gluster.org
3234 M: Fam Zheng <fam@euphon.net>
3235 L: qemu-block@nongnu.org
3240 M: Stefan Hajnoczi <stefanha@redhat.com>
3241 R: Fam Zheng <fam@euphon.net>
3242 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3243 L: qemu-block@nongnu.org
3246 F: include/block/nvme.h
3247 T: git https://github.com/stefanha/qemu.git block
3250 M: Gonglei <arei.gonglei@huawei.com>
3252 F: softmmu/bootdevice.c
3255 M: Alberto Garcia <berto@igalia.com>
3258 L: qemu-block@nongnu.org
3261 M: Ari Sundholm <ari@tuxera.com>
3262 L: qemu-block@nongnu.org
3264 F: block/blklogwrites.c
3267 M: Stefan Hajnoczi <stefanha@redhat.com>
3268 L: qemu-block@nongnu.org
3270 F: block/blkverify.c
3273 M: Stefan Hajnoczi <stefanha@redhat.com>
3274 L: qemu-block@nongnu.org
3279 M: Stefan Hajnoczi <stefanha@redhat.com>
3280 L: qemu-block@nongnu.org
3285 M: Stefan Hajnoczi <stefanha@redhat.com>
3286 L: qemu-block@nongnu.org
3291 M: Stefan Hajnoczi <stefanha@redhat.com>
3292 M: Denis V. Lunev <den@openvz.org>
3293 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3294 L: qemu-block@nongnu.org
3296 F: block/parallels.c
3297 F: block/parallels-ext.c
3298 F: docs/interop/parallels.txt
3299 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3302 M: Stefan Hajnoczi <stefanha@redhat.com>
3303 L: qemu-block@nongnu.org
3308 M: Kevin Wolf <kwolf@redhat.com>
3309 L: qemu-block@nongnu.org
3311 F: block/linux-aio.c
3312 F: include/block/raw-aio.h
3313 F: block/raw-format.c
3314 F: block/file-posix.c
3315 F: block/file-win32.c
3316 F: block/win32-aio.c
3319 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3320 M: Julia Suvorova <jusual@redhat.com>
3321 M: Stefan Hajnoczi <stefanha@redhat.com>
3322 R: Stefano Garzarella <sgarzare@redhat.com>
3323 L: qemu-block@nongnu.org
3329 M: Kevin Wolf <kwolf@redhat.com>
3330 M: Hanna Reitz <hreitz@redhat.com>
3331 L: qemu-block@nongnu.org
3334 F: docs/interop/qcow2.txt
3337 M: Kevin Wolf <kwolf@redhat.com>
3338 L: qemu-block@nongnu.org
3343 M: Kevin Wolf <kwolf@redhat.com>
3344 M: Hanna Reitz <hreitz@redhat.com>
3345 L: qemu-block@nongnu.org
3350 M: Kevin Wolf <kwolf@redhat.com>
3351 L: qemu-block@nongnu.org
3356 M: Kevin Wolf <kwolf@redhat.com>
3357 L: qemu-block@nongnu.org
3362 M: Stefan Hajnoczi <stefanha@redhat.com>
3363 L: qemu-block@nongnu.org
3365 F: tests/image-fuzzer/
3367 Vhost-user block device backend server
3368 M: Coiby Xu <Coiby.Xu@gmail.com>
3370 F: block/export/vhost-user-blk-server.c
3371 F: block/export/vhost-user-blk-server.h
3372 F: include/qemu/vhost-user-server.h
3373 F: tests/qtest/libqos/vhost-user-blk.c
3374 F: tests/qtest/libqos/vhost-user-blk.h
3375 F: tests/qtest/vhost-user-blk-test.c
3376 F: util/vhost-user-server.c
3378 FUSE block device exports
3379 M: Hanna Reitz <hreitz@redhat.com>
3380 L: qemu-block@nongnu.org
3382 F: block/export/fuse.c
3385 M: Wen Congyang <wencongyang2@huawei.com>
3386 M: Xie Changlong <xiechanglong.d@gmail.com>
3389 F: block/replication.c
3390 F: tests/unit/test-replication.c
3391 F: docs/block-replication.txt
3394 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3395 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3400 F: contrib/rdmacm-mux/*
3404 M: Alex Bennée <alex.bennee@linaro.org>
3407 F: include/semihosting/
3408 F: tests/tcg/multiarch/arm-compat-semi/
3411 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3412 M: Jagannathan Raman <jag.raman@oracle.com>
3413 M: John G Johnson <john.g.johnson@oracle.com>
3415 F: docs/devel/multi-process.rst
3416 F: docs/system/multi-process.rst
3417 F: hw/pci-host/remote.c
3418 F: include/hw/pci-host/remote.h
3419 F: hw/remote/machine.c
3420 F: include/hw/remote/machine.h
3421 F: hw/remote/mpqemu-link.c
3422 F: include/hw/remote/mpqemu-link.h
3423 F: hw/remote/message.c
3424 F: hw/remote/remote-obj.c
3425 F: include/hw/remote/memory.h
3426 F: hw/remote/memory.c
3427 F: hw/remote/proxy.c
3428 F: include/hw/remote/proxy.h
3429 F: hw/remote/proxy-memory-listener.c
3430 F: include/hw/remote/proxy-memory-listener.h
3431 F: hw/remote/iohub.c
3432 F: include/hw/remote/iohub.h
3435 M: Jason Wang <jasowang@redhat.com>
3436 R: Andrew Melnychenko <andrew@daynix.com>
3437 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3442 Build and test automation
3443 -------------------------
3444 Build and test automation, general continuous integration
3445 M: Alex Bennée <alex.bennee@linaro.org>
3446 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3447 M: Thomas Huth <thuth@redhat.com>
3448 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3449 R: Willian Rampazzo <willianr@redhat.com>
3451 F: .github/lockdown.yml
3458 F: scripts/archive-source.sh
3459 W: https://gitlab.com/qemu-project/qemu/pipelines
3460 W: https://travis-ci.org/qemu/qemu
3462 FreeBSD Hosted Continuous Integration
3463 M: Ed Maste <emaste@freebsd.org>
3464 M: Li-Wen Hsu <lwhsu@freebsd.org>
3467 W: https://cirrus-ci.com/github/qemu/qemu
3469 Windows Hosted Continuous Integration
3470 M: Yonggang Luo <luoyonggang@gmail.com>
3473 W: https://cirrus-ci.com/github/qemu/qemu
3475 Guest Test Compilation Support
3476 M: Alex Bennée <alex.bennee@linaro.org>
3477 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3479 F: tests/tcg/Makefile
3480 F: tests/tcg/Makefile.include
3482 Acceptance (Integration) Testing with the Avocado framework
3483 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3484 R: Cleber Rosa <crosa@redhat.com>
3485 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3486 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3488 F: tests/acceptance/
3492 Build system architecture
3493 M: Daniel P. Berrange <berrange@redhat.com>
3495 F: docs/devel/build-system.rst
3497 GIT Data Mining Config
3498 M: Alex Bennée <alex.bennee@linaro.org>
3503 Incompatible changes
3504 R: libvir-list@redhat.com
3505 F: docs/about/deprecated.rst
3510 M: Daniel P. Berrange <berrange@redhat.com>
3512 F: scripts/git-submodule.sh
3518 Sphinx documentation configuration and build machinery
3519 M: Peter Maydell <peter.maydell@linaro.org>
3528 Performance Tools and Tests
3529 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3531 F: scripts/performance/