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: default-configs/s390x-softmmu.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: accel/stubs/tcg-stub.c
124 F: scripts/decodetree.py
125 F: docs/devel/decodetree.rst
126 F: include/exec/cpu*.h
127 F: include/exec/exec-all.h
128 F: include/exec/helper*.h
129 F: include/exec/tb-hash.h
130 F: include/sysemu/cpus.h
131 F: include/sysemu/tcg.h
132 F: include/hw/core/tcg-cpu-ops.h
135 M: Aurelien Jarno <aurelien@aurel32.net>
136 M: Peter Maydell <peter.maydell@linaro.org>
137 M: Alex Bennée <alex.bennee@linaro.org>
144 M: Richard Henderson <richard.henderson@linaro.org>
151 M: Peter Maydell <peter.maydell@linaro.org>
152 L: qemu-arm@nongnu.org
156 F: tests/tcg/aarch64/
159 F: include/hw/cpu/a*mpcore.h
163 F: docs/system/target-arm.rst
164 F: docs/system/arm/cpu-features.rst
167 M: Eric Auger <eric.auger@redhat.com>
168 L: qemu-arm@nongnu.org
171 F: include/hw/arm/smmu*
174 M: Michael Rolnik <mrolnik@gmail.com>
175 R: Sarah Harris <S.E.Harris@kent.ac.uk>
177 F: docs/system/target-avr.rst
178 F: gdb-xml/avr-cpu.xml
180 F: tests/acceptance/machine_avr6.py
183 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
191 HPPA (PA-RISC) TCG CPUs
192 M: Richard Henderson <richard.henderson@linaro.org>
198 F: include/hw/net/lasi_82596.h
201 R: Michael Walle <michael@walle.cc>
208 F: include/hw/display/milkymist_tmu2.h
209 F: include/hw/char/lm32_juart.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: default-configs/*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)
252 M: Anthony Green <green@moxielogic.com>
257 F: default-configs/moxie-softmmu.mak
260 M: Chris Wulff <crwulff@gmail.com>
261 M: Marek Vasut <marex@denx.de>
266 F: default-configs/nios2-softmmu.mak
269 M: Stafford Horne <shorne@gmail.com>
273 F: tests/tcg/openrisc/
276 M: David Gibson <david@gibson.dropbear.id.au>
277 M: Greg Kurz <groug@kaod.org>
278 L: qemu-ppc@nongnu.org
284 F: tests/acceptance/machine_ppc.py
287 M: Palmer Dabbelt <palmer@dabbelt.com>
288 M: Alistair Francis <Alistair.Francis@wdc.com>
289 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
290 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
291 L: qemu-riscv@nongnu.org
296 F: linux-user/host/riscv32/
297 F: linux-user/host/riscv64/
300 M: Yoshinori Sato <ysato@users.sourceforge.jp>
305 M: Richard Henderson <richard.henderson@linaro.org>
306 M: David Hildenbrand <david@redhat.com>
312 L: qemu-s390x@nongnu.org
315 M: Yoshinori Sato <ysato@users.sourceforge.jp>
323 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
324 M: Artyom Tarasenko <atar4qemu@gmail.com>
329 F: include/hw/sparc/sparc64.h
333 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
337 F: include/hw/unicore32/
340 M: Paolo Bonzini <pbonzini@redhat.com>
341 M: Richard Henderson <richard.henderson@linaro.org>
342 M: Eduardo Habkost <ehabkost@redhat.com>
349 F: docs/system/cpu-models-x86.rst.inc
350 T: git https://gitlab.com/ehabkost/qemu.git x86-next
353 M: Max Filippov <jcmvbkbc@gmail.com>
354 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
360 F: include/hw/xtensa/xtensa-isa.h
361 F: default-configs/xtensa*.mak
364 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
368 F: include/hw/tricore/
370 Multiarch Linux User Tests
371 M: Alex Bennée <alex.bennee@linaro.org>
373 F: tests/tcg/multiarch/
375 Guest CPU Cores (KVM)
376 ---------------------
378 M: Paolo Bonzini <pbonzini@redhat.com>
379 L: kvm@vger.kernel.org
383 F: accel/stubs/kvm-stub.c
385 F: include/sysemu/kvm*.h
386 F: scripts/kvm/kvm_flightrecorder
389 M: Peter Maydell <peter.maydell@linaro.org>
390 L: qemu-arm@nongnu.org
395 M: Huacai Chen <chenhuacai@kernel.org>
400 M: David Gibson <david@gibson.dropbear.id.au>
401 M: Greg Kurz <groug@kaod.org>
406 M: Halil Pasic <pasic@linux.ibm.com>
407 M: Cornelia Huck <cohuck@redhat.com>
408 M: Christian Borntraeger <borntraeger@de.ibm.com>
410 F: target/s390x/kvm.c
411 F: target/s390x/kvm_s390x.h
412 F: target/s390x/kvm-stub.c
413 F: target/s390x/ioinst.[ch]
414 F: target/s390x/machine.c
415 F: target/s390x/sigp.c
416 F: target/s390x/cpu_features*.[ch]
417 F: target/s390x/cpu_models.[ch]
419 F: include/hw/s390x/pv.h
420 F: hw/intc/s390_flic.c
421 F: hw/intc/s390_flic_kvm.c
422 F: include/hw/s390x/s390_flic.h
424 T: git https://gitlab.com/cohuck/qemu.git s390-next
425 T: git https://github.com/borntraeger/qemu.git s390-next
426 L: qemu-s390x@nongnu.org
429 M: Paolo Bonzini <pbonzini@redhat.com>
430 M: Marcelo Tosatti <mtosatti@redhat.com>
431 L: kvm@vger.kernel.org
434 F: scripts/kvm/vmxcap
436 Guest CPU Cores (other accelerators)
437 ------------------------------------
439 M: Richard Henderson <richard.henderson@linaro.org>
440 R: Paolo Bonzini <pbonzini@redhat.com>
442 F: include/qemu/accel.h
443 F: include/sysemu/accel-ops.h
444 F: include/hw/core/accel-cpu.h
446 F: accel/Makefile.objs
447 F: accel/stubs/Makefile.objs
450 M: Cameron Esfahani <dirty@apple.com>
451 M: Roman Bolshakov <r.bolshakov@yadro.com>
452 W: https://wiki.qemu.org/Features/HVF
455 F: include/sysemu/hvf.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
505 M: Michael S. Tsirkin <mst@redhat.com>
506 M: Cornelia Huck <cohuck@redhat.com>
507 M: Paolo Bonzini <pbonzini@redhat.com>
510 F: scripts/update-linux-headers.sh
513 M: Paolo Bonzini <pbonzini@redhat.com>
516 F: include/sysemu/os-posix.h
518 F: include/qemu/*posix*.h
521 M: Kamil Rytarowski <kamil@netbsd.org>
523 K: ^Subject:.*(?i)NetBSD
526 M: Brad Smith <brad@comstyle.com>
528 K: ^Subject:.*(?i)OpenBSD
531 M: Stefan Weil <sw@weilnetz.de>
541 M: Richard Henderson <richard.henderson@linaro.org>
544 F: hw/isa/smc37c669-superio.c
545 F: tests/tcg/alpha/system/
550 M: Beniamino Galvani <b.galvani@gmail.com>
551 M: Peter Maydell <peter.maydell@linaro.org>
552 L: qemu-arm@nongnu.org
555 F: include/hw/*/allwinner*
556 F: hw/arm/cubieboard.c
559 M: Niek Linnenbank <nieklinnenbank@gmail.com>
560 L: qemu-arm@nongnu.org
562 F: hw/*/allwinner-h3*
563 F: include/hw/*/allwinner-h3*
565 F: docs/system/arm/orangepi.rst
567 ARM PrimeCell and CMSDK devices
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
572 F: include/hw/char/pl011.h
575 F: include/hw/dma/pl080.h
582 F: include/hw/ssi/pl022.h
584 F: include/hw/rtc/pl031.h
585 F: include/hw/arm/primecell.h
586 F: hw/timer/cmsdk-apb-timer.c
587 F: include/hw/timer/cmsdk-apb-timer.h
588 F: tests/qtest/cmsdk-apb-timer-test.c
589 F: hw/timer/cmsdk-apb-dualtimer.c
590 F: include/hw/timer/cmsdk-apb-dualtimer.h
591 F: tests/qtest/cmsdk-apb-dualtimer-test.c
592 F: hw/char/cmsdk-apb-uart.c
593 F: include/hw/char/cmsdk-apb-uart.h
594 F: hw/watchdog/cmsdk-apb-watchdog.c
595 F: include/hw/watchdog/cmsdk-apb-watchdog.h
596 F: tests/qtest/cmsdk-apb-watchdog-test.c
598 F: include/hw/misc/tz-ppc.h
600 F: include/hw/misc/tz-mpc.h
602 F: include/hw/misc/tz-msc.h
605 M: Peter Maydell <peter.maydell@linaro.org>
606 L: qemu-arm@nongnu.org
609 F: hw/intc/gic_internal.h
611 F: hw/misc/arm11scu.c
612 F: hw/misc/arm_l2x0.c
613 F: hw/timer/a9gtimer*
615 F: include/hw/arm/arm*.h
616 F: include/hw/intc/arm*
617 F: include/hw/misc/a9scu.h
618 F: include/hw/misc/arm11scu.h
619 F: include/hw/timer/a9gtimer.h
620 F: include/hw/timer/arm_mptimer.h
621 F: include/hw/timer/armv7m_systick.h
622 F: tests/qtest/test-arm-mptimer.c
625 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
626 M: Peter Maydell <peter.maydell@linaro.org>
627 L: qemu-arm@nongnu.org
630 F: include/hw/arm/exynos4210.h
633 M: Rob Herring <robh@kernel.org>
634 M: Peter Maydell <peter.maydell@linaro.org>
635 L: qemu-arm@nongnu.org
641 M: Antony Pavlov <antonynpavlov@gmail.com>
642 M: Peter Maydell <peter.maydell@linaro.org>
643 L: qemu-arm@nongnu.org
645 F: include/hw/arm/digic.h
647 F: include/hw/*/digic*
648 F: tests/acceptance/machine_arm_canona1100.py
649 F: docs/system/arm/digic.rst
652 M: Anup Patel <anup.patel@wdc.com>
653 M: Alistair Francis <Alistair.Francis@wdc.com>
654 L: qemu-riscv@nongnu.org
656 F: hw/rtc/goldfish_rtc.c
657 F: include/hw/rtc/goldfish_rtc.h
660 M: Peter Maydell <peter.maydell@linaro.org>
661 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
662 L: qemu-arm@nongnu.org
665 F: docs/system/arm/gumstix.rst
668 M: Peter Maydell <peter.maydell@linaro.org>
669 R: Jean-Christophe Dubois <jcd@tribudubois.net>
670 L: qemu-arm@nongnu.org
672 F: hw/arm/fsl-imx25.c
673 F: hw/arm/imx25_pdk.c
674 F: hw/misc/imx25_ccm.c
675 F: hw/watchdog/wdt_imx2.c
676 F: include/hw/arm/fsl-imx25.h
677 F: include/hw/misc/imx25_ccm.h
678 F: include/hw/watchdog/wdt_imx2.h
681 M: Peter Chubb <peter.chubb@nicta.com.au>
682 M: Peter Maydell <peter.maydell@linaro.org>
683 L: qemu-arm@nongnu.org
688 F: include/hw/*/imx_*
689 F: include/hw/*/*imx31*
692 M: Peter Maydell <peter.maydell@linaro.org>
693 L: qemu-arm@nongnu.org
695 F: hw/arm/integratorcp.c
696 F: hw/misc/arm_integrator_debug.c
697 F: include/hw/misc/arm_integrator_debug.h
698 F: tests/acceptance/machine_arm_integratorcp.py
699 F: docs/system/arm/integratorcp.rst
701 MCIMX6UL EVK / i.MX6ul
702 M: Peter Maydell <peter.maydell@linaro.org>
703 R: Jean-Christophe Dubois <jcd@tribudubois.net>
704 L: qemu-arm@nongnu.org
706 F: hw/arm/mcimx6ul-evk.c
707 F: hw/arm/fsl-imx6ul.c
708 F: hw/misc/imx6ul_ccm.c
709 F: include/hw/arm/fsl-imx6ul.h
710 F: include/hw/misc/imx6ul_ccm.h
712 MCIMX7D SABRE / i.MX7
713 M: Peter Maydell <peter.maydell@linaro.org>
714 R: Andrey Smirnov <andrew.smirnov@gmail.com>
715 L: qemu-arm@nongnu.org
717 F: hw/arm/mcimx7d-sabre.c
720 F: include/hw/arm/fsl-imx7.h
721 F: include/hw/misc/imx7_*.h
722 F: hw/pci-host/designware.c
723 F: include/hw/pci-host/designware.h
726 M: Peter Maydell <peter.maydell@linaro.org>
727 L: qemu-arm@nongnu.org
732 F: include/hw/misc/mps2-*.h
734 F: include/hw/arm/armsse.h
735 F: hw/misc/iotkit-secctl.c
736 F: include/hw/misc/iotkit-secctl.h
737 F: hw/misc/iotkit-sysctl.c
738 F: include/hw/misc/iotkit-sysctl.h
739 F: hw/misc/iotkit-sysinfo.c
740 F: include/hw/misc/iotkit-sysinfo.h
741 F: hw/misc/armsse-cpuid.c
742 F: include/hw/misc/armsse-cpuid.h
743 F: hw/misc/armsse-mhu.c
744 F: include/hw/misc/armsse-mhu.h
745 F: docs/system/arm/mps2.rst
748 M: Peter Maydell <peter.maydell@linaro.org>
749 L: qemu-arm@nongnu.org
752 F: docs/system/arm/musca.rst
755 M: Jan Kiszka <jan.kiszka@web.de>
756 M: Peter Maydell <peter.maydell@linaro.org>
757 L: qemu-arm@nongnu.org
760 F: docs/system/arm/musicpal.rst
763 M: Havard Skinnemoen <hskinnemoen@google.com>
764 M: Tyrone Ting <kfting@nuvoton.com>
765 L: qemu-arm@nongnu.org
768 F: include/hw/*/npcm7xx*
769 F: tests/qtest/npcm7xx*
770 F: pc-bios/npcm7xx_bootrom.bin
772 F: docs/system/arm/nuvoton.rst
775 M: Andrzej Zaborowski <balrogg@gmail.com>
776 M: Peter Maydell <peter.maydell@linaro.org>
777 L: qemu-arm@nongnu.org
780 F: hw/display/blizzard.c
782 F: hw/input/tsc2005.c
785 F: include/hw/display/blizzard.h
786 F: include/hw/input/tsc2xxx.h
787 F: include/hw/misc/cbus.h
788 F: tests/acceptance/machine_arm_n8x0.py
789 F: docs/system/arm/nseries.rst
792 M: Andrzej Zaborowski <balrogg@gmail.com>
793 M: Peter Maydell <peter.maydell@linaro.org>
794 L: qemu-arm@nongnu.org
797 F: hw/input/tsc210x.c
798 F: include/hw/input/tsc2xxx.h
799 F: docs/system/arm/palm.rst
802 M: Peter Maydell <peter.maydell@linaro.org>
803 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
804 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
805 L: qemu-arm@nongnu.org
808 F: hw/arm/raspi_platform.h
810 F: include/hw/arm/raspi*
811 F: include/hw/*/bcm283*
812 F: docs/system/arm/raspi.rst
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
819 F: hw/cpu/realview_mpcore.c
820 F: hw/intc/realview_gic.c
821 F: include/hw/intc/realview_gic.h
822 F: docs/system/arm/realview.rst
825 M: Andrzej Zaborowski <balrogg@gmail.com>
826 M: Peter Maydell <peter.maydell@linaro.org>
827 L: qemu-arm@nongnu.org
829 F: hw/arm/mainstone.c
834 F: hw/display/tc6393xb.c
837 F: hw/misc/mst_fpga.c
839 F: include/hw/misc/max111x.h
840 F: include/hw/arm/pxa.h
841 F: include/hw/arm/sharpsl.h
842 F: include/hw/display/tc6393xb.h
843 F: docs/system/arm/xscale.rst
846 M: Peter Maydell <peter.maydell@linaro.org>
847 R: Jean-Christophe Dubois <jcd@tribudubois.net>
848 L: qemu-arm@nongnu.org
850 F: hw/arm/sabrelite.c
854 F: hw/usb/imx-usb-phy.c
855 F: include/hw/usb/imx-usb-phy.h
856 F: include/hw/arm/fsl-imx6.h
857 F: include/hw/misc/imx6_*.h
858 F: include/hw/ssi/imx_spi.h
861 M: Radoslaw Biernacki <rad@semihalf.com>
862 M: Peter Maydell <peter.maydell@linaro.org>
863 R: Leif Lindholm <leif@nuviainc.com>
864 L: qemu-arm@nongnu.org
867 F: docs/system/arm/sbsa.rst
869 Sharp SL-5500 (Collie) PDA
870 M: Peter Maydell <peter.maydell@linaro.org>
871 L: qemu-arm@nongnu.org
875 F: docs/system/arm/collie.rst
878 M: Peter Maydell <peter.maydell@linaro.org>
879 L: qemu-arm@nongnu.org
882 F: include/hw/input/gamepad.h
883 F: docs/system/arm/stellaris.rst
886 M: Peter Maydell <peter.maydell@linaro.org>
887 L: qemu-arm@nongnu.org
890 F: docs/system/arm/vexpress.rst
893 M: Peter Maydell <peter.maydell@linaro.org>
894 L: qemu-arm@nongnu.org
897 F: include/hw/i2c/arm_sbcon_i2c.h
898 F: hw/misc/arm_sysctl.c
899 F: docs/system/arm/versatile.rst
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
906 F: include/hw/arm/virt.h
907 F: docs/system/arm/virt.rst
910 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
911 M: Alistair Francis <alistair@alistair23.me>
912 M: Peter Maydell <peter.maydell@linaro.org>
913 L: qemu-arm@nongnu.org
918 F: include/hw/misc/zynq*
921 Xilinx ZynqMP and Versal
922 M: Alistair Francis <alistair@alistair23.me>
923 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
924 M: Peter Maydell <peter.maydell@linaro.org>
925 L: qemu-arm@nongnu.org
928 F: include/hw/*/xlnx*.h
929 F: include/hw/ssi/xilinx_spips.h
931 F: include/hw/display/dpcd.h
932 F: docs/system/arm/xlnx-versal-virt.rst
935 M: Shannon Zhao <shannon.zhaosl@gmail.com>
936 L: qemu-arm@nongnu.org
938 F: hw/arm/virt-acpi-build.c
941 M: Alistair Francis <alistair@alistair23.me>
942 M: Peter Maydell <peter.maydell@linaro.org>
943 L: qemu-arm@nongnu.org
945 F: hw/arm/stm32f205_soc.c
946 F: hw/misc/stm32f2xx_syscfg.c
947 F: hw/char/stm32f2xx_usart.c
948 F: hw/timer/stm32f2xx_timer.c
950 F: hw/ssi/stm32f2xx_spi.c
951 F: include/hw/*/stm32*.h
954 M: Alistair Francis <alistair@alistair23.me>
955 M: Peter Maydell <peter.maydell@linaro.org>
956 L: qemu-arm@nongnu.org
958 F: hw/arm/stm32f405_soc.c
959 F: hw/misc/stm32f4xx_syscfg.c
960 F: hw/misc/stm32f4xx_exti.c
963 M: Alistair Francis <alistair@alistair23.me>
964 M: Peter Maydell <peter.maydell@linaro.org>
965 L: qemu-arm@nongnu.org
967 F: hw/arm/netduino2.c
970 M: Alistair Francis <alistair@alistair23.me>
971 M: Peter Maydell <peter.maydell@linaro.org>
972 L: qemu-arm@nongnu.org
974 F: hw/arm/netduinoplus2.c
977 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
978 M: Peter Maydell <peter.maydell@linaro.org>
979 L: qemu-arm@nongnu.org
982 F: hw/misc/msf2-sysreg.c
983 F: hw/timer/mss-timer.c
985 F: include/hw/arm/msf2-soc.h
986 F: include/hw/misc/msf2-sysreg.h
987 F: include/hw/timer/mss-timer.h
988 F: include/hw/ssi/mss-spi.h
989 F: hw/net/msf2-emac.c
990 F: include/hw/net/msf2-emac.h
993 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
994 M: Peter Maydell <peter.maydell@linaro.org>
995 L: qemu-arm@nongnu.org
1000 M: Cédric Le Goater <clg@kaod.org>
1001 M: Peter Maydell <peter.maydell@linaro.org>
1002 R: Andrew Jeffery <andrew@aj.id.au>
1003 R: Joel Stanley <joel@jms.id.au>
1004 L: qemu-arm@nongnu.org
1007 F: hw/misc/pca9552.c
1008 F: include/hw/*/*aspeed*
1009 F: include/hw/misc/pca9552*.h
1010 F: hw/net/ftgmac100.c
1011 F: include/hw/net/ftgmac100.h
1012 F: docs/system/arm/aspeed.rst
1015 M: Joel Stanley <joel@jms.id.au>
1016 M: Peter Maydell <peter.maydell@linaro.org>
1017 L: qemu-arm@nongnu.org
1021 F: include/hw/*/nrf51*.h
1022 F: include/hw/*/microbit*.h
1023 F: tests/qtest/microbit-test.c
1029 M: Michael Rolnik <mrolnik@gmail.com>
1030 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1032 F: default-configs/avr-softmmu.mak
1034 F: include/hw/char/avr_usart.h
1035 F: hw/char/avr_usart.c
1036 F: include/hw/timer/avr_timer16.h
1037 F: hw/timer/avr_timer16.c
1038 F: include/hw/misc/avr_power.h
1039 F: hw/misc/avr_power.c
1042 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1043 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1050 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1052 F: hw/cris/axis_dev88.c
1058 M: Richard Henderson <richard.henderson@linaro.org>
1059 R: Helge Deller <deller@gmx.de>
1061 F: default-configs/hppa-softmmu.mak
1063 F: pc-bios/hppa-firmware.img
1067 EVR32 and uclinux BSP
1068 R: Michael Walle <michael@walle.cc>
1070 F: hw/lm32/lm32_boards.c
1073 R: Michael Walle <michael@walle.cc>
1075 F: hw/lm32/milkymist.c
1080 M: Thomas Huth <huth@tuxfamily.org>
1083 F: hw/m68k/mcf5206.c
1086 M: Thomas Huth <huth@tuxfamily.org>
1088 F: hw/m68k/mcf5208.c
1089 F: hw/m68k/mcf_intc.c
1090 F: hw/char/mcf_uart.c
1092 F: include/hw/m68k/mcf*.h
1095 M: Thomas Huth <huth@tuxfamily.org>
1098 F: hw/display/next-fb.c
1099 F: include/hw/m68k/next-cube.h
1102 M: Laurent Vivier <laurent@vivier.eu>
1105 F: hw/misc/mac_via.c
1107 F: hw/display/macfb.c
1109 F: hw/m68k/bootinfo.h
1110 F: include/hw/misc/mac_via.h
1111 F: include/hw/nubus/*
1112 F: include/hw/display/macfb.h
1113 F: include/hw/block/swim.h
1117 petalogix_s3adsp1800
1118 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1120 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1121 F: include/hw/char/xilinx_uartlite.h
1122 F: tests/acceptance/machine_microblaze.py
1125 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1127 F: hw/microblaze/petalogix_ml605_mmu.c
1132 M: Hervé Poussineau <hpoussin@reactos.org>
1133 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1136 F: hw/display/jazz_led.c
1140 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1141 R: Aurelien Jarno <aurelien@aurel32.net>
1146 F: hw/mips/gt64xxx_pci.c
1147 F: include/hw/southbridge/piix.h
1148 F: tests/acceptance/linux_ssh_mips_malta.py
1149 F: tests/acceptance/machine_mips_malta.py
1152 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1154 F: hw/mips/mipssim.c
1158 M: Huacai Chen <chenhuacai@kernel.org>
1159 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1160 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1162 F: hw/mips/fuloong2e.c
1163 F: hw/isa/vt82c686.c
1164 F: hw/pci-host/bonito.c
1165 F: include/hw/isa/vt82c686.h
1167 Loongson-3 virtual platforms
1168 M: Huacai Chen <chenhuacai@kernel.org>
1169 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1171 F: hw/intc/loongson_liointc.c
1172 F: hw/mips/loongson3_bootp.c
1173 F: hw/mips/loongson3_bootp.h
1174 F: hw/mips/loongson3_virt.c
1177 M: Paul Burton <paulburton@kernel.org>
1178 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1180 F: hw/core/loader-fit.c
1182 F: hw/pci-host/xilinx-pcie.c
1183 F: include/hw/pci-host/xilinx-pcie.h
1188 M: Jia Liu <proljc@gmail.com>
1190 F: hw/openrisc/openrisc_sim.c
1195 M: David Gibson <david@gibson.dropbear.id.au>
1196 M: Greg Kurz <groug@kaod.org>
1197 L: qemu-ppc@nongnu.org
1199 F: hw/ppc/ppc405_boards.c
1202 M: David Gibson <david@gibson.dropbear.id.au>
1203 M: Greg Kurz <groug@kaod.org>
1204 L: qemu-ppc@nongnu.org
1206 F: hw/ppc/ppc440_bamboo.c
1209 M: David Gibson <david@gibson.dropbear.id.au>
1210 M: Greg Kurz <groug@kaod.org>
1211 L: qemu-ppc@nongnu.org
1214 F: hw/gpio/mpc8xxx.c
1216 F: hw/net/fsl_etsec/
1217 F: hw/pci-host/ppce500.c
1218 F: include/hw/ppc/ppc_e500.h
1219 F: include/hw/pci-host/ppce500.h
1220 F: pc-bios/u-boot.e500
1223 M: David Gibson <david@gibson.dropbear.id.au>
1224 M: Greg Kurz <groug@kaod.org>
1225 L: qemu-ppc@nongnu.org
1227 F: hw/ppc/mpc8544ds.c
1228 F: hw/ppc/mpc8544_guts.c
1231 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1232 R: David Gibson <david@gibson.dropbear.id.au>
1233 R: Greg Kurz <groug@kaod.org>
1234 L: qemu-ppc@nongnu.org
1236 F: hw/ppc/mac_newworld.c
1237 F: hw/pci-host/uninorth.c
1238 F: hw/pci-bridge/dec.[hc]
1240 F: hw/misc/mos6522.c
1241 F: hw/nvram/mac_nvram.c
1243 F: include/hw/misc/macio/
1244 F: include/hw/misc/mos6522.h
1245 F: include/hw/ppc/mac_dbdma.h
1246 F: include/hw/pci-host/uninorth.h
1247 F: include/hw/input/adb*
1248 F: pc-bios/qemu_vga.ndrv
1251 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1252 R: David Gibson <david@gibson.dropbear.id.au>
1253 R: Greg Kurz <groug@kaod.org>
1254 L: qemu-ppc@nongnu.org
1256 F: hw/ppc/mac_oldworld.c
1257 F: hw/pci-host/grackle.c
1259 F: hw/intc/heathrow_pic.c
1261 F: include/hw/intc/heathrow_pic.h
1262 F: include/hw/input/adb*
1263 F: pc-bios/qemu_vga.ndrv
1266 M: Hervé Poussineau <hpoussin@reactos.org>
1267 R: David Gibson <david@gibson.dropbear.id.au>
1268 R: Greg Kurz <groug@kaod.org>
1269 L: qemu-ppc@nongnu.org
1272 F: hw/ppc/prep_systemio.c
1273 F: hw/ppc/rs6000_mc.c
1274 F: hw/pci-host/prep.[hc]
1278 F: hw/rtc/m48t59-isa.c
1279 F: include/hw/isa/pc87312.h
1280 F: include/hw/rtc/m48t59.h
1281 F: tests/acceptance/ppc_prep_40p.py
1284 M: David Gibson <david@gibson.dropbear.id.au>
1285 M: Greg Kurz <groug@kaod.org>
1286 L: qemu-ppc@nongnu.org
1289 F: include/hw/*/spapr*
1291 F: include/hw/*/xics*
1293 F: docs/specs/ppc-spapr-hcalls.txt
1294 F: docs/specs/ppc-spapr-hotplug.txt
1295 F: tests/qtest/spapr*
1296 F: tests/qtest/libqos/*spapr*
1297 F: tests/qtest/rtas*
1298 F: tests/qtest/libqos/rtas*
1300 PowerNV (Non-Virtualized)
1301 M: Cédric Le Goater <clg@kaod.org>
1302 M: David Gibson <david@gibson.dropbear.id.au>
1303 M: Greg Kurz <groug@kaod.org>
1304 L: qemu-ppc@nongnu.org
1308 F: hw/intc/xics_pnv.c
1310 F: include/hw/ppc/pnv*
1311 F: include/hw/pci-host/pnv*
1312 F: pc-bios/skiboot.lid
1316 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1317 L: qemu-ppc@nongnu.org
1319 F: hw/ppc/virtex_ml507.c
1322 M: BALATON Zoltan <balaton@eik.bme.hu>
1323 R: David Gibson <david@gibson.dropbear.id.au>
1324 R: Greg Kurz <groug@kaod.org>
1325 L: qemu-ppc@nongnu.org
1327 F: hw/ppc/sam460ex.c
1328 F: hw/ppc/ppc440_pcix.c
1329 F: hw/display/sm501*
1332 F: pc-bios/canyonlands.dt[sb]
1333 F: pc-bios/u-boot-sam460ex-20100605.bin
1334 F: roms/u-boot-sam460ex
1339 M: Alistair Francis <Alistair.Francis@wdc.com>
1340 L: qemu-riscv@nongnu.org
1342 F: hw/riscv/opentitan.c
1343 F: hw/char/ibex_uart.c
1344 F: hw/intc/ibex_plic.c
1345 F: include/hw/riscv/opentitan.h
1346 F: include/hw/char/ibex_uart.h
1347 F: include/hw/intc/ibex_plic.h
1349 Microchip PolarFire SoC Icicle Kit
1350 M: Bin Meng <bin.meng@windriver.com>
1351 L: qemu-riscv@nongnu.org
1353 F: hw/riscv/microchip_pfsoc.c
1354 F: hw/char/mchp_pfsoc_mmuart.c
1355 F: hw/misc/mchp_pfsoc_dmc.c
1356 F: hw/misc/mchp_pfsoc_ioscb.c
1357 F: hw/misc/mchp_pfsoc_sysreg.c
1358 F: include/hw/riscv/microchip_pfsoc.h
1359 F: include/hw/char/mchp_pfsoc_mmuart.h
1360 F: include/hw/misc/mchp_pfsoc_dmc.h
1361 F: include/hw/misc/mchp_pfsoc_ioscb.h
1362 F: include/hw/misc/mchp_pfsoc_sysreg.h
1367 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1369 F: docs/system/target-rx.rst
1370 F: hw/rx/rx-gdbsim.c
1371 F: tests/acceptance/machine_rx_gdbsim.py
1376 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1377 R: Magnus Damm <magnus.damm@gmail.com>
1380 F: hw/intc/sh_intc.c
1381 F: include/hw/sh4/sh_intc.h
1384 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1385 R: Magnus Damm <magnus.damm@gmail.com>
1388 F: hw/intc/sh_intc.c
1389 F: include/hw/sh4/sh_intc.h
1394 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1397 F: hw/sparc/sun4m_iommu.c
1400 F: hw/dma/sparc32_dma.c
1401 F: hw/misc/eccmemctl.c
1403 F: include/hw/nvram/sun_nvram.h
1404 F: include/hw/sparc/sparc32_dma.h
1405 F: include/hw/sparc/sun4m_iommu.h
1406 F: pc-bios/openbios-sparc32
1409 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1411 F: hw/sparc64/sun4u.c
1412 F: hw/sparc64/sun4u_iommu.c
1413 F: include/hw/sparc/sun4u_iommu.h
1414 F: hw/pci-host/sabre.c
1415 F: include/hw/pci-host/sabre.h
1416 F: hw/pci-bridge/simba.c
1417 F: include/hw/pci-bridge/simba.h
1418 F: pc-bios/openbios-sparc64
1419 F: tests/acceptance/machine_sparc64_sun4u.py
1422 M: Artyom Tarasenko <atar4qemu@gmail.com>
1424 F: hw/sparc64/niagara.c
1425 F: hw/rtc/sun4v-rtc.c
1426 F: include/hw/rtc/sun4v-rtc.h
1429 M: Fabien Chouteau <chouteau@adacore.com>
1430 M: KONRAD Frederic <frederic.konrad@adacore.com>
1434 F: include/hw/*/grlib*
1435 F: tests/acceptance/machine_sparc_leon3.py
1440 M: Cornelia Huck <cohuck@redhat.com>
1441 M: Halil Pasic <pasic@linux.ibm.com>
1442 M: Christian Borntraeger <borntraeger@de.ibm.com>
1444 F: hw/char/sclp*.[hc]
1445 F: hw/char/terminal3270.c
1447 F: include/hw/s390x/
1448 F: hw/watchdog/wdt_diag288.c
1449 F: include/hw/watchdog/wdt_diag288.h
1450 F: default-configs/s390x-softmmu.mak
1451 F: tests/acceptance/machine_s390_ccw_virtio.py
1452 T: git https://gitlab.com/cohuck/qemu.git s390-next
1453 T: git https://github.com/borntraeger/qemu.git s390-next
1454 L: qemu-s390x@nongnu.org
1457 M: Christian Borntraeger <borntraeger@de.ibm.com>
1458 M: Thomas Huth <thuth@redhat.com>
1461 F: pc-bios/s390-ccw/
1462 F: pc-bios/s390-ccw.img
1463 F: docs/devel/s390-dasd-ipl.rst
1464 T: git https://github.com/borntraeger/qemu.git s390-next
1465 L: qemu-s390x@nongnu.org
1468 M: Matthew Rosato <mjrosato@linux.ibm.com>
1470 F: hw/s390x/s390-pci*
1471 F: include/hw/s390x/s390-pci*
1472 L: qemu-s390x@nongnu.org
1476 PKUnity-3 SoC initramfs-with-busybox
1477 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1485 M: Michael S. Tsirkin <mst@redhat.com>
1486 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1490 F: hw/pci-host/i440fx.c
1491 F: hw/pci-host/q35.c
1492 F: hw/pci-host/pam.c
1493 F: include/hw/pci-host/i440fx.h
1494 F: include/hw/pci-host/q35.h
1495 F: include/hw/pci-host/pam.h
1497 F: hw/isa/lpc_ich9.c
1498 F: hw/i2c/smbus_ich9.c
1501 F: include/hw/acpi/ich9.h
1502 F: include/hw/southbridge/piix.h
1505 F: include/hw/isa/apm.h
1506 F: tests/test-x86-cpuid.c
1507 F: tests/qtest/test-x86-cpuid-compat.c
1510 M: Michael S. Tsirkin <mst@redhat.com>
1511 M: Paolo Bonzini <pbonzini@redhat.com>
1513 F: hw/char/debugcon.c
1514 F: hw/char/parallel*
1517 F: hw/i2c/pm_smbus.c
1522 F: hw/isa/isa-superio.c
1523 F: hw/misc/debugexit.c
1524 F: hw/misc/pc-testdev.c
1527 F: hw/rtc/mc146818rtc*
1528 F: hw/watchdog/wdt_ib700.c
1529 F: hw/watchdog/wdt_i6300esb.c
1530 F: include/hw/display/vga.h
1531 F: include/hw/char/parallel.h
1532 F: include/hw/dma/i8257.h
1533 F: include/hw/i2c/pm_smbus.h
1534 F: include/hw/input/i8042.h
1535 F: include/hw/isa/i8259_internal.h
1536 F: include/hw/isa/superio.h
1537 F: include/hw/timer/hpet.h
1538 F: include/hw/timer/i8254*
1539 F: include/hw/rtc/mc146818rtc*
1542 M: Sergio Lopez <slp@redhat.com>
1543 M: Paolo Bonzini <pbonzini@redhat.com>
1546 F: hw/i386/microvm.c
1547 F: include/hw/i386/microvm.h
1548 F: pc-bios/bios-microvm.bin
1551 M: Eduardo Habkost <ehabkost@redhat.com>
1552 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1556 F: hw/core/machine-qmp-cmds.c
1557 F: hw/core/machine.c
1558 F: hw/core/null-machine.c
1561 F: qapi/machine.json
1562 F: qapi/machine-target.json
1563 F: include/hw/boards.h
1564 F: include/hw/core/cpu.h
1565 F: include/hw/cpu/cluster.h
1566 F: include/sysemu/numa.h
1567 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1572 M: Max Filippov <jcmvbkbc@gmail.com>
1577 M: Max Filippov <jcmvbkbc@gmail.com>
1581 XTFPGA (LX60, LX200, ML605, KC705)
1582 M: Max Filippov <jcmvbkbc@gmail.com>
1584 F: hw/xtensa/xtfpga.c
1585 F: hw/net/opencores_eth.c
1590 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1591 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1593 F: hw/net/can/xlnx-*
1594 F: include/hw/net/xlnx-*
1595 F: tests/qtest/xlnx-can-test*
1598 M: Jiri Slaby <jslaby@suse.cz>
1603 M: John Snow <jsnow@redhat.com>
1604 L: qemu-block@nongnu.org
1611 F: hw/block/hd-geometry.c
1612 F: tests/qtest/ide-test.c
1613 F: tests/qtest/ahci-test.c
1614 F: tests/qtest/cdrom-test.c
1615 F: tests/qtest/libqos/ahci*
1616 T: git https://gitlab.com/jsnow/qemu.git ide
1619 M: Corey Minyard <minyard@acm.org>
1621 F: include/hw/ipmi/*
1623 F: hw/smbios/smbios_type_38.c
1624 F: tests/qtest/ipmi*
1625 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1628 M: John Snow <jsnow@redhat.com>
1629 L: qemu-block@nongnu.org
1632 F: include/hw/block/fdc.h
1633 F: tests/qtest/fdc-test.c
1634 T: git https://gitlab.com/jsnow/qemu.git ide
1637 M: Peter Maydell <peter.maydell@linaro.org>
1638 L: qemu-arm@nongnu.org
1641 F: include/hw/arm/omap.h
1642 F: docs/system/arm/sx1.rst
1645 M: Alberto Garcia <berto@igalia.com>
1647 F: hw/char/ipoctal232.c
1651 M: Michael S. Tsirkin <mst@redhat.com>
1652 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1655 F: hw/misc/pci-testdev.c
1661 F: default-configs/pci.mak
1664 M: Michael S. Tsirkin <mst@redhat.com>
1665 M: Igor Mammedov <imammedo@redhat.com>
1667 F: include/hw/acpi/*
1668 F: include/hw/firmware/smbios.h
1672 F: hw/i386/acpi-build.[hc]
1673 F: hw/arm/virt-acpi-build.c
1675 F: tests/qtest/bios-tables-test*
1676 F: tests/qtest/acpi-utils.[hc]
1680 R: Dongjiu Geng <gengdongjiu@huawei.com>
1681 R: Xiang Zheng <zhengxiang9@huawei.com>
1682 L: qemu-arm@nongnu.org
1685 F: include/hw/acpi/ghes.h
1686 F: docs/specs/acpi_hest_ghes.rst
1689 M: David Gibson <david@gibson.dropbear.id.au>
1690 L: qemu-ppc@nongnu.org
1693 F: hw/i2c/ppc4xx_i2c.c
1694 F: include/hw/ppc/ppc4xx.h
1695 F: include/hw/i2c/ppc4xx_i2c.h
1696 F: hw/intc/ppc-uic.c
1697 F: include/hw/intc/ppc-uic.h
1700 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1701 R: Paolo Bonzini <pbonzini@redhat.com>
1706 M: Jason Wang <jasowang@redhat.com>
1710 F: tests/qtest/virtio-net-test.c
1711 F: docs/virtio-net-failover.rst
1712 T: git https://github.com/jasowang/qemu.git net
1714 Parallel NOR Flash devices
1715 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1716 T: git https://gitlab.com/philmd/qemu.git pflash-next
1718 F: hw/block/pflash_cfi*.c
1719 F: include/hw/block/flash.h
1722 M: Paolo Bonzini <pbonzini@redhat.com>
1723 R: Fam Zheng <fam@euphon.net>
1725 F: include/hw/scsi/*
1727 F: tests/qtest/virtio-scsi-test.c
1728 T: git https://github.com/bonzini/qemu.git scsi-next
1731 M: Alistair Francis <alistair@alistair23.me>
1734 F: hw/block/m25p80.c
1735 F: include/hw/ssi/ssi.h
1737 F: tests/qtest/m25p80-test.c
1740 M: Alistair Francis <alistair@alistair23.me>
1745 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1746 L: qemu-block@nongnu.org
1748 F: include/hw/sd/sd*
1755 M: Gerd Hoffmann <kraxel@redhat.com>
1758 F: tests/qtest/usb-*-test.c
1760 F: docs/usb-storage.txt
1763 F: default-configs/usb.mak
1765 USB (serial adapter)
1766 M: Gerd Hoffmann <kraxel@redhat.com>
1767 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1769 F: hw/usb/dev-serial.c
1772 M: Alex Williamson <alex.williamson@redhat.com>
1778 M: Cornelia Huck <cohuck@redhat.com>
1779 M: Eric Farman <farman@linux.ibm.com>
1782 F: hw/s390x/s390-ccw.c
1783 F: include/hw/s390x/s390-ccw.h
1784 F: include/hw/s390x/vfio-ccw.h
1785 T: git https://gitlab.com/cohuck/qemu.git s390-next
1786 L: qemu-s390x@nongnu.org
1789 M: Christian Borntraeger <borntraeger@de.ibm.com>
1790 M: Tony Krowiak <akrowiak@linux.ibm.com>
1791 M: Halil Pasic <pasic@linux.ibm.com>
1792 M: Pierre Morel <pmorel@linux.ibm.com>
1794 F: hw/s390x/ap-device.c
1795 F: hw/s390x/ap-bridge.c
1796 F: include/hw/s390x/ap-device.h
1797 F: include/hw/s390x/ap-bridge.h
1799 F: docs/system/s390x/vfio-ap.rst
1800 L: qemu-s390x@nongnu.org
1803 M: Michael S. Tsirkin <mst@redhat.com>
1806 F: docs/interop/vhost-user.json
1807 F: docs/interop/vhost-user.rst
1808 F: contrib/vhost-user-*/
1809 F: backends/vhost-user.c
1810 F: include/sysemu/vhost-user-backend.h
1813 M: Michael S. Tsirkin <mst@redhat.com>
1816 F: hw/virtio/Makefile.objs
1817 F: hw/virtio/trace-events
1819 F: include/hw/virtio/
1822 M: Michael S. Tsirkin <mst@redhat.com>
1823 M: David Hildenbrand <david@redhat.com>
1825 F: hw/virtio/virtio-balloon*.c
1826 F: include/hw/virtio/virtio-balloon.h
1827 F: softmmu/balloon.c
1828 F: include/sysemu/balloon.h
1831 M: Greg Kurz <groug@kaod.org>
1832 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1837 F: docs/interop/virtfs-proxy-helper.rst
1838 F: tests/qtest/virtio-9p-test.c
1839 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1842 M: Stefan Hajnoczi <stefanha@redhat.com>
1843 L: qemu-block@nongnu.org
1845 F: hw/block/virtio-blk.c
1846 F: hw/block/dataplane/*
1847 F: tests/qtest/virtio-blk-test.c
1848 T: git https://github.com/stefanha/qemu.git block
1851 M: Cornelia Huck <cohuck@redhat.com>
1852 M: Halil Pasic <pasic@linux.ibm.com>
1854 F: hw/s390x/virtio-ccw*.[hc]
1855 F: hw/s390x/vhost-vsock-ccw.c
1856 T: git https://gitlab.com/cohuck/qemu.git s390-next
1857 T: git https://github.com/borntraeger/qemu.git s390-next
1858 L: qemu-s390x@nongnu.org
1861 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1862 M: Stefan Hajnoczi <stefanha@redhat.com>
1864 F: tools/virtiofsd/*
1865 F: hw/virtio/vhost-user-fs*
1866 F: include/hw/virtio/vhost-user-fs.h
1867 F: docs/interop/virtiofsd.rst
1870 M: Gerd Hoffmann <kraxel@redhat.com>
1872 F: hw/input/vhost-user-input.c
1873 F: hw/input/virtio-input*.c
1874 F: include/hw/virtio/virtio-input.h
1875 F: contrib/vhost-user-input/*
1878 M: Eric Auger <eric.auger@redhat.com>
1880 F: hw/virtio/virtio-iommu*.c
1881 F: include/hw/virtio/virtio-iommu.h
1884 M: Laurent Vivier <lvivier@redhat.com>
1885 R: Amit Shah <amit@kernel.org>
1887 F: hw/char/virtio-serial-bus.c
1888 F: hw/char/virtio-console.c
1889 F: include/hw/virtio/virtio-serial.h
1890 F: tests/qtest/virtio-serial-test.c
1893 M: Laurent Vivier <lvivier@redhat.com>
1894 R: Amit Shah <amit@kernel.org>
1896 F: hw/virtio/virtio-rng.c
1897 F: include/hw/virtio/virtio-rng.h
1898 F: include/sysemu/rng*.h
1900 F: tests/qtest/virtio-rng-test.c
1903 M: Gonglei <arei.gonglei@huawei.com>
1905 F: hw/virtio/virtio-crypto.c
1906 F: hw/virtio/virtio-crypto-pci.c
1907 F: include/hw/virtio/virtio-crypto.h
1910 M: David Hildenbrand <david@redhat.com>
1912 W: https://virtio-mem.gitlab.io/
1913 F: hw/virtio/virtio-mem.c
1914 F: hw/virtio/virtio-mem-pci.h
1915 F: hw/virtio/virtio-mem-pci.c
1916 F: include/hw/virtio/virtio-mem.h
1919 M: Keith Busch <kbusch@kernel.org>
1920 M: Klaus Jensen <its@irrelevant.dk>
1921 L: qemu-block@nongnu.org
1924 F: include/block/nvme.h
1925 F: tests/qtest/nvme-test.c
1926 F: docs/specs/nvme.txt
1927 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1930 M: Hannes Reinecke <hare@suse.com>
1931 L: qemu-block@nongnu.org
1933 F: hw/scsi/megasas.c
1935 F: tests/qtest/megasas-test.c
1937 Network packet abstractions
1938 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1940 F: include/net/eth.h
1942 F: hw/net/net_rx_pkt*
1943 F: hw/net/net_tx_pkt*
1946 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1949 F: hw/scsi/vmw_pvscsi*
1950 F: tests/qtest/vmxnet3-test.c
1953 M: Jiri Pirko <jiri@resnulli.us>
1958 F: docs/specs/rocker.txt
1961 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1965 F: include/hw/mem/nvdimm.h
1969 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1974 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1979 M: Stefan Weil <sw@weilnetz.de>
1981 F: hw/net/eepro100.c
1984 M: Sven Schnelle <svens@stackframe.org>
1990 M: Alistair Francis <alistair@alistair23.me>
1992 F: hw/core/generic-loader.c
1993 F: include/hw/core/generic-loader.h
1994 F: docs/generic-loader.txt
1996 Intel Hexadecimal Object File Loader
1997 M: Su Hang <suhang16@mails.ucas.ac.cn>
1999 F: tests/qtest/hexloader-test.c
2000 F: tests/data/hex-loader/test.hex
2003 M: Thomas Huth <thuth@redhat.com>
2005 F: hw/nvram/chrp_nvram.c
2006 F: include/hw/nvram/chrp_nvram.h
2007 F: tests/qtest/prom-env-test.c
2011 F: hw/acpi/vmgenid.c
2012 F: include/hw/acpi/vmgenid.h
2013 F: docs/specs/vmgenid.txt
2014 F: tests/qtest/vmgenid-test.c
2018 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2020 F: include/hw/misc/led.h
2023 Unimplemented device
2024 M: Peter Maydell <peter.maydell@linaro.org>
2025 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2027 F: include/hw/misc/unimp.h
2031 M: Artyom Tarasenko <atar4qemu@gmail.com>
2032 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2034 F: include/hw/misc/empty_slot.h
2035 F: hw/misc/empty_slot.c
2038 M: Gerd Hoffmann <kraxel@redhat.com>
2041 F: hw/display/bochs-display.c
2042 F: include/hw/display/vga.h
2043 F: include/hw/display/bochs-vbe.h
2046 M: Gerd Hoffmann <kraxel@redhat.com>
2048 F: hw/display/ramfb*.c
2049 F: include/hw/display/ramfb.h
2052 M: Gerd Hoffmann <kraxel@redhat.com>
2054 F: hw/display/virtio-gpu*
2055 F: hw/display/virtio-vga.*
2056 F: include/hw/virtio/virtio-gpu.h
2059 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2061 F: contrib/vhost-user-blk/
2062 F: contrib/vhost-user-scsi/
2063 F: hw/block/vhost-user-blk.c
2064 F: hw/scsi/vhost-user-scsi.c
2065 F: hw/virtio/vhost-user-blk-pci.c
2066 F: hw/virtio/vhost-user-scsi-pci.c
2067 F: include/hw/virtio/vhost-user-blk.h
2068 F: include/hw/virtio/vhost-user-scsi.h
2071 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2072 M: Gerd Hoffmann <kraxel@redhat.com>
2074 F: docs/interop/vhost-user-gpu.rst
2075 F: contrib/vhost-user-gpu
2076 F: hw/display/vhost-user-*
2079 M: Gerd Hoffmann <kraxel@redhat.com>
2081 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2082 F: hw/display/cirrus*
2085 M: Gerd Hoffmann <kraxel@redhat.com>
2088 F: include/hw/display/edid.h
2091 PIIX4 South Bridge (i82371AB)
2092 M: Hervé Poussineau <hpoussin@reactos.org>
2093 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2096 F: include/hw/southbridge/piix.h
2098 Firmware configuration (fw_cfg)
2099 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2100 R: Laszlo Ersek <lersek@redhat.com>
2101 R: Gerd Hoffmann <kraxel@redhat.com>
2103 F: docs/specs/fw_cfg.txt
2104 F: hw/nvram/fw_cfg*.c
2106 F: include/hw/nvram/fw_cfg.h
2107 F: include/standard-headers/linux/qemu_fw_cfg.h
2108 F: tests/qtest/libqos/fw_cfg.c
2109 F: tests/qtest/fw_cfg-test.c
2110 T: git https://github.com/philmd/qemu.git fw_cfg-next
2113 M: Cédric Le Goater <clg@kaod.org>
2114 R: David Gibson <david@gibson.dropbear.id.au>
2115 R: Greg Kurz <groug@kaod.org>
2116 L: qemu-ppc@nongnu.org
2119 F: include/hw/*/*xive*
2123 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2124 R: Magnus Damm <magnus.damm@gmail.com>
2126 F: hw/char/renesas_sci.c
2127 F: hw/char/sh_serial.c
2128 F: hw/timer/renesas_*.c
2129 F: hw/timer/sh_timer.c
2130 F: include/hw/char/renesas_sci.h
2131 F: include/hw/sh4/sh.h
2132 F: include/hw/timer/renesas_*.h
2134 Renesas RX peripherals
2135 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2139 F: include/hw/intc/rx_icu.h
2142 CAN bus subsystem and hardware
2143 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2144 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2146 W: https://canbus.pages.fel.cvut.cz/
2149 F: include/net/can_*.h
2154 M: Gerd Hoffmann <kraxel@redhat.com>
2158 F: include/hw/audio/
2160 F: tests/qtest/ac97-test.c
2161 F: tests/qtest/es1370-test.c
2162 F: tests/qtest/intel-hda-test.c
2165 M: Kevin Wolf <kwolf@redhat.com>
2166 M: Max Reitz <mreitz@redhat.com>
2167 L: qemu-block@nongnu.org
2174 F: docs/interop/qemu-img.rst
2176 F: tests/qemu-iotests/
2177 F: util/qemu-progress.c
2178 F: qobject/block-qdict.c
2179 F: tests/check-block-qdict.c
2180 T: git https://repo.or.cz/qemu/kevin.git block
2183 M: Kevin Wolf <kwolf@redhat.com>
2184 L: qemu-block@nongnu.org
2187 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2188 F: docs/tools/qemu-storage-daemon.rst
2189 T: git https://repo.or.cz/qemu/kevin.git block
2192 M: Stefan Hajnoczi <stefanha@redhat.com>
2193 M: Fam Zheng <fam@euphon.net>
2194 L: qemu-block@nongnu.org
2202 F: include/block/aio.h
2203 F: include/block/aio-wait.h
2204 F: scripts/qemugdb/aio.py
2205 F: tests/test-fdmon-epoll.c
2206 T: git https://github.com/stefanha/qemu.git block
2208 Block SCSI subsystem
2209 M: Paolo Bonzini <pbonzini@redhat.com>
2210 R: Fam Zheng <fam@euphon.net>
2211 L: qemu-block@nongnu.org
2217 M: John Snow <jsnow@redhat.com>
2218 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2219 L: qemu-block@nongnu.org
2222 F: include/block/blockjob.h
2225 F: include/qemu/job.h
2231 F: block/block-copy.c
2232 F: include/block/block-copy.c
2233 F: block/backup-top.h
2234 F: block/backup-top.c
2235 F: include/block/aio_task.h
2237 F: util/qemu-co-shared-resource.c
2238 F: include/qemu/co-shared-resource.h
2239 T: git https://gitlab.com/jsnow/qemu.git jobs
2240 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2242 Block QAPI, monitor, command line
2243 M: Markus Armbruster <armbru@redhat.com>
2246 F: blockdev-hmp-cmds.c
2249 F: qapi/transaction.json
2250 T: git https://repo.or.cz/qemu/armbru.git block-next
2253 M: Eric Blake <eblake@redhat.com>
2254 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2255 R: John Snow <jsnow@redhat.com>
2256 L: qemu-block@nongnu.org
2258 F: include/qemu/hbitmap.h
2259 F: include/block/dirty-bitmap.h
2260 F: block/monitor/bitmap-qmp-cmds.c
2261 F: block/dirty-bitmap.c
2262 F: block/qcow2-bitmap.c
2263 F: migration/block-dirty-bitmap.c
2265 F: tests/test-hbitmap.c
2266 F: docs/interop/bitmaps.rst
2267 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2269 Character device backends
2270 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2271 R: Paolo Bonzini <pbonzini@redhat.com>
2277 Character Devices (Braille)
2278 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2282 Command line option argument parsing
2283 M: Markus Armbruster <armbru@redhat.com>
2285 F: include/qemu/option.h
2286 F: tests/test-keyval.c
2287 F: tests/test-qemu-opts.c
2289 F: util/qemu-option.c
2292 M: Markus Armbruster <armbru@redhat.com>
2294 F: scripts/coverity-model.c
2296 Coverity Scan integration
2297 M: Peter Maydell <peter.maydell@linaro.org>
2299 F: scripts/coverity-scan/
2302 M: Alistair Francis <alistair.francis@wdc.com>
2303 R: David Gibson <david@gibson.dropbear.id.au>
2305 F: softmmu/device_tree.c
2306 F: include/sysemu/device_tree.h
2310 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2312 F: hw/misc/vmcoreinfo.c
2313 F: include/hw/misc/vmcoreinfo.h
2314 F: include/qemu/win_dump_defs
2315 F: include/sysemu/dump-arch.h
2316 F: include/sysemu/dump.h
2318 F: scripts/dump-guest-memory.py
2322 M: Markus Armbruster <armbru@redhat.com>
2324 F: include/qapi/error.h
2325 F: include/qemu/error-report.h
2328 F: util/qemu-error.c
2329 F: scripts/coccinelle/err-bad-newline.cocci
2330 F: scripts/coccinelle/error-use-after-free.cocci
2331 F: scripts/coccinelle/error_propagate_null.cocci
2332 F: scripts/coccinelle/remove_local_err.cocci
2333 F: scripts/coccinelle/use-error_fatal.cocci
2334 F: scripts/coccinelle/errp-guard.cocci
2337 M: Alex Bennée <alex.bennee@linaro.org>
2338 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2342 F: tests/tcg/multiarch/gdbstub/
2345 M: Paolo Bonzini <pbonzini@redhat.com>
2347 F: include/exec/ioport.h
2348 F: include/exec/memop.h
2349 F: include/exec/memory.h
2350 F: include/exec/ram_addr.h
2351 F: include/exec/ramblock.h
2352 F: softmmu/dma-helpers.c
2355 F: softmmu/physmem.c
2356 F: include/exec/memory-internal.h
2357 F: scripts/coccinelle/memory-region-housekeeping.cocci
2360 M: Gerd Hoffmann <kraxel@redhat.com>
2362 F: include/ui/qemu-spice.h
2363 F: include/ui/spice-display.h
2365 F: audio/spiceaudio.c
2368 F: docs/spice-port-fqdn.txt
2371 M: Gerd Hoffmann <kraxel@redhat.com>
2379 M: Peter Maydell <peter.maydell@linaro.org>
2384 M: Paolo Bonzini <pbonzini@redhat.com>
2386 F: include/qemu/main-loop.h
2387 F: include/sysemu/runstate.h
2388 F: include/sysemu/runstate-action.h
2390 F: util/qemu-timer.c
2394 F: softmmu/cpu-throttle.c
2395 F: softmmu/cpu-timers.c
2397 F: softmmu/runstate-action.c
2398 F: qapi/run-state.json
2400 Read, Copy, Update (RCU)
2401 M: Paolo Bonzini <pbonzini@redhat.com>
2403 F: include/qemu/rcu*.h
2404 F: tests/rcutorture.c
2405 F: tests/test-rcu-*.c
2409 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2411 F: monitor/monitor-internal.h
2413 F: monitor/monitor.c
2417 F: include/monitor/hmp-target.h
2418 F: tests/qtest/test-hmp.c
2419 F: include/qemu/qemu-print.h
2420 F: util/qemu-print.c
2422 Network device backends
2423 M: Jason Wang <jasowang@redhat.com>
2427 F: qemu-bridge-helper.c
2428 T: git https://github.com/jasowang/qemu.git net
2431 Netmap network backend
2432 M: Luigi Rizzo <rizzo@iet.unipi.it>
2433 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2434 M: Vincenzo Maffione <v.maffione@gmail.com>
2435 W: http://info.iet.unipi.it/~luigi/netmap/
2439 Host Memory Backends
2440 M: Eduardo Habkost <ehabkost@redhat.com>
2441 M: Igor Mammedov <imammedo@redhat.com>
2443 F: backends/hostmem*.c
2444 F: include/sysemu/hostmem.h
2445 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2448 M: Gonglei <arei.gonglei@huawei.com>
2450 F: include/sysemu/cryptodev*.h
2451 F: backends/cryptodev*.c
2454 M: John Snow <jsnow@redhat.com>
2455 M: Cleber Rosa <crosa@redhat.com>
2456 R: Eduardo Habkost <ehabkost@redhat.com>
2459 T: git https://gitlab.com/jsnow/qemu.git python
2462 M: Eduardo Habkost <ehabkost@redhat.com>
2463 M: Cleber Rosa <crosa@redhat.com>
2469 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2471 F: scripts/simplebench/
2474 M: Markus Armbruster <armbru@redhat.com>
2475 M: Michael Roth <michael.roth@amd.com>
2480 X: include/qapi/qmp/
2481 F: include/qapi/qmp/dispatch.h
2482 F: tests/qapi-schema/
2483 F: tests/test-*-visitor.c
2484 F: tests/test-qapi-*.c
2485 F: tests/test-qmp-*.c
2486 F: tests/test-visitor-serialization.c
2487 F: scripts/qapi-gen.py
2489 F: docs/sphinx/qapidoc.py
2491 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2494 M: Eric Blake <eblake@redhat.com>
2495 M: Markus Armbruster <armbru@redhat.com>
2498 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2501 M: Markus Armbruster <armbru@redhat.com>
2504 F: include/qapi/qmp/
2505 X: include/qapi/qmp/dispatch.h
2506 F: scripts/coccinelle/qobject.cocci
2507 F: tests/check-qdict.c
2508 F: tests/check-qjson.c
2509 F: tests/check-qlist.c
2510 F: tests/check-qlit.c
2511 F: tests/check-qnull.c
2512 F: tests/check-qnum.c
2513 F: tests/check-qobject.c
2514 F: tests/check-qstring.c
2515 F: tests/data/qobject/qdict.txt
2516 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2519 M: Michael Roth <michael.roth@amd.com>
2522 F: docs/interop/qemu-ga.rst
2523 F: docs/interop/qemu-ga-ref.rst
2524 F: scripts/qemu-guest-agent/
2526 T: git https://github.com/mdroth/qemu.git qga
2529 M: Paolo Bonzini <pbonzini@redhat.com>
2530 R: Daniel P. Berrange <berrange@redhat.com>
2531 R: Eduardo Habkost <ehabkost@redhat.com>
2533 F: docs/qdev-device-use.txt
2538 F: include/monitor/qdev.h
2542 F: scripts/coccinelle/qom-parent-type.cocci
2543 F: softmmu/qdev-monitor.c
2546 F: tests/check-qom-interface.c
2547 F: tests/check-qom-proplist.c
2548 F: tests/test-qdev-global-props.c
2550 QOM boilerplate conversion script
2551 M: Eduardo Habkost <ehabkost@redhat.com>
2553 F: scripts/codeconverter/
2556 M: Markus Armbruster <armbru@redhat.com>
2558 F: monitor/monitor-internal.h
2561 F: monitor/monitor.c
2562 F: qapi/control.json
2564 F: qapi/introspect.json
2565 F: docs/devel/*qmp-*
2566 F: docs/interop/*qmp-*
2568 F: tests/qtest/qmp-test.c
2569 F: tests/qtest/qmp-cmd-test.c
2570 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2573 M: Thomas Huth <thuth@redhat.com>
2574 M: Laurent Vivier <lvivier@redhat.com>
2575 R: Paolo Bonzini <pbonzini@redhat.com>
2580 X: tests/qtest/bios-tables-test*
2583 M: Alexander Bulekov <alxndr@bu.edu>
2584 R: Paolo Bonzini <pbonzini@redhat.com>
2585 R: Bandan Das <bsd@redhat.com>
2586 R: Stefan Hajnoczi <stefanha@redhat.com>
2587 R: Thomas Huth <thuth@redhat.com>
2589 F: tests/qtest/fuzz/
2590 F: scripts/oss-fuzz/
2591 F: docs/devel/fuzzing.rst
2594 M: Alistair Francis <alistair@alistair23.me>
2596 F: hw/core/register.c
2597 F: include/hw/register.h
2598 F: include/hw/registerfields.h
2601 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2605 F: include/net/slirp.h
2606 T: git https://people.debian.org/~sthibault/qemu.git slirp
2609 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2612 F: include/hw/stream.h
2615 M: Paolo Bonzini <pbonzini@redhat.com>
2620 M: Stefan Hajnoczi <stefanha@redhat.com>
2624 F: docs/qemu-option-trace.rst.inc
2626 F: scripts/tracetool.py
2627 F: scripts/tracetool/
2628 F: scripts/qemu-trace-stap*
2629 F: docs/interop/qemu-trace-stap.rst
2630 F: docs/devel/tracing.txt
2631 T: git https://github.com/stefanha/qemu.git tracing
2634 M: Stefan Berger <stefanb@linux.ibm.com>
2639 F: include/hw/acpi/tpm.h
2640 F: include/sysemu/tpm*
2643 F: tests/qtest/*tpm*
2644 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2648 F: scripts/checkpatch.pl
2651 M: Juan Quintela <quintela@redhat.com>
2652 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2654 F: hw/core/vmstate-if.c
2655 F: include/hw/vmstate-if.h
2656 F: include/migration/
2658 F: scripts/vmstate-static-checker.py
2659 F: tests/vmstate-static-checker-data/
2660 F: tests/qtest/migration-test.c
2661 F: docs/devel/migration.rst
2662 F: qapi/migration.json
2665 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2667 F: backends/dbus-vmstate.c
2668 F: tests/dbus-vmstate*
2670 F: include/qemu/dbus.h
2671 F: docs/interop/dbus.rst
2672 F: docs/interop/dbus-vmstate.rst
2675 M: Eduardo Otubo <otubo@redhat.com>
2677 F: softmmu/qemu-seccomp.c
2678 F: include/sysemu/seccomp.h
2681 M: Daniel P. Berrange <berrange@redhat.com>
2686 F: tests/test-crypto-*
2687 F: tests/benchmark-crypto-*
2688 F: tests/crypto-tls-*
2689 F: tests/pkix_asn1_tab.c
2693 M: Stefan Hajnoczi <stefanha@redhat.com>
2694 M: Kevin Wolf <kwolf@redhat.com>
2697 F: include/qemu/coroutine*
2698 F: tests/test-coroutine.c
2701 M: Daniel P. Berrange <berrange@redhat.com>
2704 F: include/qemu/buffer.h
2707 M: Daniel P. Berrange <berrange@redhat.com>
2714 M: Daniel P. Berrange <berrange@redhat.com>
2719 F: tests/test-authz-*
2722 M: Daniel P. Berrange <berrange@redhat.com>
2723 M: Gerd Hoffmann <kraxel@redhat.com>
2725 F: include/qemu/sockets.h
2726 F: util/qemu-sockets.c
2727 F: qapi/sockets.json
2730 M: Daniel P. Berrange <berrange@redhat.com>
2732 F: util/filemonitor*.c
2733 F: include/qemu/filemonitor.h
2734 F: tests/test-util-filemonitor.c
2736 Throttling infrastructure
2737 M: Alberto Garcia <berto@igalia.com>
2739 F: block/throttle-groups.c
2740 F: include/block/throttle-groups.h
2741 F: include/qemu/throttle*.h
2743 F: docs/throttle.txt
2744 F: tests/test-throttle.c
2745 L: qemu-block@nongnu.org
2748 M: Fam Zheng <fam@euphon.net>
2751 F: include/qemu/uuid.h
2752 F: tests/test-uuid.c
2755 M: Lukas Straub <lukasstraub2@web.de>
2759 F: include/qemu/yank.h
2763 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2766 F: include/migration/colo.h
2767 F: include/migration/failover.h
2771 M: Zhang Chen <chen.zhang@intel.com>
2772 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2774 F: docs/colo-proxy.txt
2776 F: net/filter-rewriter.c
2777 F: net/filter-mirror.c
2780 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2781 R: Paolo Bonzini <pbonzini@redhat.com>
2782 W: https://wiki.qemu.org/Features/record-replay
2785 F: block/blkreplay.c
2786 F: net/filter-replay.c
2787 F: include/sysemu/replay.h
2790 F: tests/acceptance/replay_kernel.py
2791 F: tests/acceptance/reverse_debugging.py
2795 M: Peter Xu <peterx@redhat.com>
2797 F: include/qemu/iova-tree.h
2801 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2806 M: Corey Minyard <cminyard@mvista.com>
2809 F: hw/i2c/smbus_slave.c
2810 F: hw/i2c/smbus_master.c
2811 F: hw/i2c/smbus_eeprom.c
2812 F: include/hw/i2c/i2c.h
2813 F: include/hw/i2c/smbus_master.h
2814 F: include/hw/i2c/smbus_slave.h
2815 F: include/hw/i2c/smbus_eeprom.h
2817 Firmware schema specifications
2818 M: Laszlo Ersek <lersek@redhat.com>
2819 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2820 R: Daniel P. Berrange <berrange@redhat.com>
2821 R: Kashyap Chamarthy <kchamart@redhat.com>
2823 F: docs/interop/firmware.json
2826 M: Laszlo Ersek <lersek@redhat.com>
2827 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2829 F: pc-bios/descriptors/??-edk2-*.json
2831 F: roms/Makefile.edk2
2834 F: tests/data/uefi-boot-images/
2835 F: tests/uefi-test-tools/
2836 F: .gitlab-ci.d/edk2.yml
2837 F: .gitlab-ci.d/edk2/
2840 M: Michael S. Tsirkin <mst@redhat.com>
2841 M: Peter Xu <peterx@redhat.com>
2842 R: Jason Wang <jasowang@redhat.com>
2844 F: hw/i386/intel_iommu.c
2845 F: hw/i386/intel_iommu_internal.h
2846 F: include/hw/i386/intel_iommu.h
2849 M: Bin Meng <bmeng.cn@gmail.com>
2851 F: pc-bios/opensbi-*
2852 F: .gitlab-ci.d/opensbi.yml
2853 F: .gitlab-ci.d/opensbi/
2857 Overall usermode emulation
2858 M: Riku Voipio <riku.voipio@iki.fi>
2861 F: accel/tcg/user-exec*.c
2866 F: default-configs/*-bsd-user.mak
2869 M: Laurent Vivier <laurent@vivier.eu>
2872 F: default-configs/*-linux-user.mak
2873 F: scripts/qemu-binfmt-conf.sh
2874 F: scripts/update-syscalltbl.sh
2875 F: scripts/update-mips-syscall-args.sh
2876 F: scripts/gensyscalls.sh
2878 Tiny Code Generator (TCG)
2879 -------------------------
2881 M: Richard Henderson <richard.henderson@linaro.org>
2887 M: Alex Bennée <alex.bennee@linaro.org>
2889 F: docs/devel/tcg-plugins.rst
2895 M: Richard Henderson <richard.henderson@linaro.org>
2897 L: qemu-arm@nongnu.org
2903 M: Andrzej Zaborowski <balrogg@gmail.com>
2905 L: qemu-arm@nongnu.org
2910 M: Richard Henderson <richard.henderson@linaro.org>
2916 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2917 R: Aurelien Jarno <aurelien@aurel32.net>
2918 R: Huacai Chen <chenhuacai@kernel.org>
2919 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2920 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2925 M: Richard Henderson <richard.henderson@linaro.org>
2931 M: Palmer Dabbelt <palmer@dabbelt.com>
2932 M: Alistair Francis <Alistair.Francis@wdc.com>
2933 L: qemu-riscv@nongnu.org
2939 M: Richard Henderson <richard.henderson@linaro.org>
2943 L: qemu-s390x@nongnu.org
2951 M: Stefan Weil <sw@weilnetz.de>
2960 M: Fam Zheng <fam@euphon.net>
2961 L: qemu-block@nongnu.org
2966 M: Jason Dillaman <dillaman@redhat.com>
2967 L: qemu-block@nongnu.org
2972 M: Liu Yuan <namei.unix@gmail.com>
2973 L: qemu-block@nongnu.org
2978 M: Jeff Cody <codyprime@gmail.com>
2979 L: qemu-block@nongnu.org
2984 M: Stefan Weil <sw@weilnetz.de>
2985 L: qemu-block@nongnu.org
2990 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2991 M: Paolo Bonzini <pbonzini@redhat.com>
2992 M: Peter Lieven <pl@kamp.de>
2993 L: qemu-block@nongnu.org
2996 F: block/iscsi-opts.c
2998 Network Block Device (NBD)
2999 M: Eric Blake <eblake@redhat.com>
3000 L: qemu-block@nongnu.org
3004 F: include/block/nbd*
3007 F: docs/interop/nbd.txt
3008 F: docs/interop/qemu-nbd.rst
3009 T: git https://repo.or.cz/qemu/ericb.git nbd
3012 M: Peter Lieven <pl@kamp.de>
3013 L: qemu-block@nongnu.org
3018 M: Richard W.M. Jones <rjones@redhat.com>
3019 L: qemu-block@nongnu.org
3024 L: qemu-block@nongnu.org
3029 L: qemu-block@nongnu.org
3030 L: integration@gluster.org
3035 M: Fam Zheng <fam@euphon.net>
3036 L: qemu-block@nongnu.org
3041 M: Stefan Hajnoczi <stefanha@redhat.com>
3042 R: Fam Zheng <fam@euphon.net>
3043 L: qemu-block@nongnu.org
3046 F: include/block/nvme.h
3047 T: git https://github.com/stefanha/qemu.git block
3050 M: Gonglei <arei.gonglei@huawei.com>
3052 F: softmmu/bootdevice.c
3055 M: Alberto Garcia <berto@igalia.com>
3058 L: qemu-block@nongnu.org
3061 M: Ari Sundholm <ari@tuxera.com>
3062 L: qemu-block@nongnu.org
3064 F: block/blklogwrites.c
3067 M: Stefan Hajnoczi <stefanha@redhat.com>
3068 L: qemu-block@nongnu.org
3070 F: block/blkverify.c
3073 M: Stefan Hajnoczi <stefanha@redhat.com>
3074 L: qemu-block@nongnu.org
3079 M: Stefan Hajnoczi <stefanha@redhat.com>
3080 L: qemu-block@nongnu.org
3085 M: Stefan Hajnoczi <stefanha@redhat.com>
3086 L: qemu-block@nongnu.org
3091 M: Stefan Hajnoczi <stefanha@redhat.com>
3092 M: Denis V. Lunev <den@openvz.org>
3093 L: qemu-block@nongnu.org
3095 F: block/parallels.c
3096 F: docs/interop/parallels.txt
3099 M: Stefan Hajnoczi <stefanha@redhat.com>
3100 L: qemu-block@nongnu.org
3105 M: Kevin Wolf <kwolf@redhat.com>
3106 L: qemu-block@nongnu.org
3108 F: block/linux-aio.c
3109 F: include/block/raw-aio.h
3110 F: block/raw-format.c
3111 F: block/file-posix.c
3112 F: block/file-win32.c
3113 F: block/win32-aio.c
3116 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3117 M: Julia Suvorova <jusual@redhat.com>
3118 M: Stefan Hajnoczi <stefanha@redhat.com>
3119 L: qemu-block@nongnu.org
3125 M: Kevin Wolf <kwolf@redhat.com>
3126 M: Max Reitz <mreitz@redhat.com>
3127 L: qemu-block@nongnu.org
3130 F: docs/interop/qcow2.txt
3133 M: Kevin Wolf <kwolf@redhat.com>
3134 L: qemu-block@nongnu.org
3139 M: Kevin Wolf <kwolf@redhat.com>
3140 M: Max Reitz <mreitz@redhat.com>
3141 L: qemu-block@nongnu.org
3146 M: Kevin Wolf <kwolf@redhat.com>
3147 L: qemu-block@nongnu.org
3152 M: Kevin Wolf <kwolf@redhat.com>
3153 L: qemu-block@nongnu.org
3158 M: Stefan Hajnoczi <stefanha@redhat.com>
3159 L: qemu-block@nongnu.org
3161 F: tests/image-fuzzer/
3163 Vhost-user block device backend server
3164 M: Coiby Xu <Coiby.Xu@gmail.com>
3166 F: block/export/vhost-user-blk-server.c
3167 F: block/export/vhost-user-blk-server.h
3168 F: include/qemu/vhost-user-server.h
3169 F: tests/qtest/libqos/vhost-user-blk.c
3170 F: util/vhost-user-server.c
3172 FUSE block device exports
3173 M: Max Reitz <mreitz@redhat.com>
3174 L: qemu-block@nongnu.org
3176 F: block/export/fuse.c
3179 M: Wen Congyang <wencongyang2@huawei.com>
3180 M: Xie Changlong <xiechanglong.d@gmail.com>
3183 F: block/replication.c
3184 F: tests/test-replication.c
3185 F: docs/block-replication.txt
3188 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3189 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3194 F: contrib/rdmacm-mux/*
3198 M: Alex Bennée <alex.bennee@linaro.org>
3201 F: include/hw/semihosting/
3203 Build and test automation
3204 -------------------------
3205 Build and test automation
3206 M: Alex Bennée <alex.bennee@linaro.org>
3207 M: Fam Zheng <fam@euphon.net>
3208 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3210 F: .github/lockdown.yml
3216 F: scripts/archive-source.sh
3217 W: https://travis-ci.org/qemu/qemu
3218 W: https://app.shippable.com/github/qemu/qemu
3219 W: http://patchew.org/QEMU/
3221 FreeBSD Hosted Continuous Integration
3222 M: Ed Maste <emaste@freebsd.org>
3223 M: Li-Wen Hsu <lwhsu@freebsd.org>
3226 W: https://cirrus-ci.com/github/qemu/qemu
3228 Windows Hosted Continuous Integration
3229 M: Yonggang Luo <luoyonggang@gmail.com>
3232 W: https://cirrus-ci.com/github/qemu/qemu
3234 GitLab Continuous Integration
3235 M: Thomas Huth <thuth@redhat.com>
3236 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3237 M: Alex Bennée <alex.bennee@linaro.org>
3238 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3241 F: .gitlab-ci.d/crossbuilds.yml
3243 F: scripts/ci/gitlab-pipeline-status
3245 Guest Test Compilation Support
3246 M: Alex Bennée <alex.bennee@linaro.org>
3247 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3249 F: tests/tcg/Makefile
3250 F: tests/tcg/Makefile.include
3252 Acceptance (Integration) Testing with the Avocado framework
3253 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3254 R: Cleber Rosa <crosa@redhat.com>
3255 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3256 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3258 F: tests/acceptance/
3262 Build system architecture
3263 M: Daniel P. Berrange <berrange@redhat.com>
3265 F: docs/devel/build-system.txt
3267 GIT Data Mining Config
3268 M: Alex Bennée <alex.bennee@linaro.org>
3273 Incompatible changes
3274 R: libvir-list@redhat.com
3275 F: docs/system/deprecated.rst
3280 M: Daniel P. Berrange <berrange@redhat.com>
3282 F: scripts/git-submodule.sh
3288 Sphinx documentation configuration and build machinery
3289 M: Peter Maydell <peter.maydell@linaro.org>
3297 Performance Tools and Tests
3298 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3300 F: scripts/performance/