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/standard-headers/asm-m68k/bootinfo.h
1111 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1112 F: include/hw/misc/mac_via.h
1113 F: include/hw/nubus/*
1114 F: include/hw/display/macfb.h
1115 F: include/hw/block/swim.h
1119 petalogix_s3adsp1800
1120 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1122 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1123 F: include/hw/char/xilinx_uartlite.h
1124 F: tests/acceptance/machine_microblaze.py
1127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1129 F: hw/microblaze/petalogix_ml605_mmu.c
1134 M: Hervé Poussineau <hpoussin@reactos.org>
1135 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1138 F: hw/display/jazz_led.c
1142 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1143 R: Aurelien Jarno <aurelien@aurel32.net>
1148 F: hw/mips/gt64xxx_pci.c
1149 F: include/hw/southbridge/piix.h
1150 F: tests/acceptance/linux_ssh_mips_malta.py
1151 F: tests/acceptance/machine_mips_malta.py
1154 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1156 F: hw/mips/mipssim.c
1160 M: Huacai Chen <chenhuacai@kernel.org>
1161 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1162 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1164 F: hw/mips/fuloong2e.c
1165 F: hw/isa/vt82c686.c
1166 F: hw/pci-host/bonito.c
1167 F: include/hw/isa/vt82c686.h
1169 Loongson-3 virtual platforms
1170 M: Huacai Chen <chenhuacai@kernel.org>
1171 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1173 F: hw/intc/loongson_liointc.c
1174 F: hw/mips/loongson3_bootp.c
1175 F: hw/mips/loongson3_bootp.h
1176 F: hw/mips/loongson3_virt.c
1179 M: Paul Burton <paulburton@kernel.org>
1180 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1182 F: hw/core/loader-fit.c
1184 F: hw/pci-host/xilinx-pcie.c
1185 F: include/hw/pci-host/xilinx-pcie.h
1190 M: Jia Liu <proljc@gmail.com>
1192 F: hw/openrisc/openrisc_sim.c
1197 M: David Gibson <david@gibson.dropbear.id.au>
1198 M: Greg Kurz <groug@kaod.org>
1199 L: qemu-ppc@nongnu.org
1201 F: hw/ppc/ppc405_boards.c
1204 M: David Gibson <david@gibson.dropbear.id.au>
1205 M: Greg Kurz <groug@kaod.org>
1206 L: qemu-ppc@nongnu.org
1208 F: hw/ppc/ppc440_bamboo.c
1211 M: David Gibson <david@gibson.dropbear.id.au>
1212 M: Greg Kurz <groug@kaod.org>
1213 L: qemu-ppc@nongnu.org
1216 F: hw/gpio/mpc8xxx.c
1218 F: hw/net/fsl_etsec/
1219 F: hw/pci-host/ppce500.c
1220 F: include/hw/ppc/ppc_e500.h
1221 F: include/hw/pci-host/ppce500.h
1222 F: pc-bios/u-boot.e500
1225 M: David Gibson <david@gibson.dropbear.id.au>
1226 M: Greg Kurz <groug@kaod.org>
1227 L: qemu-ppc@nongnu.org
1229 F: hw/ppc/mpc8544ds.c
1230 F: hw/ppc/mpc8544_guts.c
1233 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1234 R: David Gibson <david@gibson.dropbear.id.au>
1235 R: Greg Kurz <groug@kaod.org>
1236 L: qemu-ppc@nongnu.org
1238 F: hw/ppc/mac_newworld.c
1239 F: hw/pci-host/uninorth.c
1240 F: hw/pci-bridge/dec.[hc]
1242 F: hw/misc/mos6522.c
1243 F: hw/nvram/mac_nvram.c
1245 F: include/hw/misc/macio/
1246 F: include/hw/misc/mos6522.h
1247 F: include/hw/ppc/mac_dbdma.h
1248 F: include/hw/pci-host/uninorth.h
1249 F: include/hw/input/adb*
1250 F: pc-bios/qemu_vga.ndrv
1253 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1254 R: David Gibson <david@gibson.dropbear.id.au>
1255 R: Greg Kurz <groug@kaod.org>
1256 L: qemu-ppc@nongnu.org
1258 F: hw/ppc/mac_oldworld.c
1259 F: hw/pci-host/grackle.c
1261 F: hw/intc/heathrow_pic.c
1263 F: include/hw/intc/heathrow_pic.h
1264 F: include/hw/input/adb*
1265 F: pc-bios/qemu_vga.ndrv
1268 M: Hervé Poussineau <hpoussin@reactos.org>
1269 R: David Gibson <david@gibson.dropbear.id.au>
1270 R: Greg Kurz <groug@kaod.org>
1271 L: qemu-ppc@nongnu.org
1274 F: hw/ppc/prep_systemio.c
1275 F: hw/ppc/rs6000_mc.c
1276 F: hw/pci-host/prep.[hc]
1280 F: hw/rtc/m48t59-isa.c
1281 F: include/hw/isa/pc87312.h
1282 F: include/hw/rtc/m48t59.h
1283 F: tests/acceptance/ppc_prep_40p.py
1286 M: David Gibson <david@gibson.dropbear.id.au>
1287 M: Greg Kurz <groug@kaod.org>
1288 L: qemu-ppc@nongnu.org
1291 F: include/hw/*/spapr*
1293 F: include/hw/*/xics*
1295 F: docs/specs/ppc-spapr-hcalls.txt
1296 F: docs/specs/ppc-spapr-hotplug.txt
1297 F: tests/qtest/spapr*
1298 F: tests/qtest/libqos/*spapr*
1299 F: tests/qtest/rtas*
1300 F: tests/qtest/libqos/rtas*
1302 PowerNV (Non-Virtualized)
1303 M: Cédric Le Goater <clg@kaod.org>
1304 M: David Gibson <david@gibson.dropbear.id.au>
1305 M: Greg Kurz <groug@kaod.org>
1306 L: qemu-ppc@nongnu.org
1310 F: hw/intc/xics_pnv.c
1312 F: include/hw/ppc/pnv*
1313 F: include/hw/pci-host/pnv*
1314 F: pc-bios/skiboot.lid
1318 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1319 L: qemu-ppc@nongnu.org
1321 F: hw/ppc/virtex_ml507.c
1324 M: BALATON Zoltan <balaton@eik.bme.hu>
1325 R: David Gibson <david@gibson.dropbear.id.au>
1326 R: Greg Kurz <groug@kaod.org>
1327 L: qemu-ppc@nongnu.org
1329 F: hw/ppc/sam460ex.c
1330 F: hw/ppc/ppc440_pcix.c
1331 F: hw/display/sm501*
1334 F: pc-bios/canyonlands.dt[sb]
1335 F: pc-bios/u-boot-sam460ex-20100605.bin
1336 F: roms/u-boot-sam460ex
1341 M: Alistair Francis <Alistair.Francis@wdc.com>
1342 L: qemu-riscv@nongnu.org
1344 F: hw/riscv/opentitan.c
1345 F: hw/char/ibex_uart.c
1346 F: hw/intc/ibex_plic.c
1347 F: include/hw/riscv/opentitan.h
1348 F: include/hw/char/ibex_uart.h
1349 F: include/hw/intc/ibex_plic.h
1351 Microchip PolarFire SoC Icicle Kit
1352 M: Bin Meng <bin.meng@windriver.com>
1353 L: qemu-riscv@nongnu.org
1355 F: hw/riscv/microchip_pfsoc.c
1356 F: hw/char/mchp_pfsoc_mmuart.c
1357 F: hw/misc/mchp_pfsoc_dmc.c
1358 F: hw/misc/mchp_pfsoc_ioscb.c
1359 F: hw/misc/mchp_pfsoc_sysreg.c
1360 F: include/hw/riscv/microchip_pfsoc.h
1361 F: include/hw/char/mchp_pfsoc_mmuart.h
1362 F: include/hw/misc/mchp_pfsoc_dmc.h
1363 F: include/hw/misc/mchp_pfsoc_ioscb.h
1364 F: include/hw/misc/mchp_pfsoc_sysreg.h
1369 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1371 F: docs/system/target-rx.rst
1372 F: hw/rx/rx-gdbsim.c
1373 F: tests/acceptance/machine_rx_gdbsim.py
1378 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1379 R: Magnus Damm <magnus.damm@gmail.com>
1382 F: hw/intc/sh_intc.c
1383 F: include/hw/sh4/sh_intc.h
1386 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1387 R: Magnus Damm <magnus.damm@gmail.com>
1390 F: hw/intc/sh_intc.c
1391 F: include/hw/sh4/sh_intc.h
1396 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1399 F: hw/sparc/sun4m_iommu.c
1402 F: hw/dma/sparc32_dma.c
1403 F: hw/misc/eccmemctl.c
1405 F: include/hw/nvram/sun_nvram.h
1406 F: include/hw/sparc/sparc32_dma.h
1407 F: include/hw/sparc/sun4m_iommu.h
1408 F: pc-bios/openbios-sparc32
1411 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1413 F: hw/sparc64/sun4u.c
1414 F: hw/sparc64/sun4u_iommu.c
1415 F: include/hw/sparc/sun4u_iommu.h
1416 F: hw/pci-host/sabre.c
1417 F: include/hw/pci-host/sabre.h
1418 F: hw/pci-bridge/simba.c
1419 F: include/hw/pci-bridge/simba.h
1420 F: pc-bios/openbios-sparc64
1421 F: tests/acceptance/machine_sparc64_sun4u.py
1424 M: Artyom Tarasenko <atar4qemu@gmail.com>
1426 F: hw/sparc64/niagara.c
1427 F: hw/rtc/sun4v-rtc.c
1428 F: include/hw/rtc/sun4v-rtc.h
1431 M: Fabien Chouteau <chouteau@adacore.com>
1432 M: KONRAD Frederic <frederic.konrad@adacore.com>
1436 F: include/hw/*/grlib*
1437 F: tests/acceptance/machine_sparc_leon3.py
1442 M: Cornelia Huck <cohuck@redhat.com>
1443 M: Halil Pasic <pasic@linux.ibm.com>
1444 M: Christian Borntraeger <borntraeger@de.ibm.com>
1446 F: hw/char/sclp*.[hc]
1447 F: hw/char/terminal3270.c
1449 F: include/hw/s390x/
1450 F: hw/watchdog/wdt_diag288.c
1451 F: include/hw/watchdog/wdt_diag288.h
1452 F: default-configs/s390x-softmmu.mak
1453 F: tests/acceptance/machine_s390_ccw_virtio.py
1454 T: git https://gitlab.com/cohuck/qemu.git s390-next
1455 T: git https://github.com/borntraeger/qemu.git s390-next
1456 L: qemu-s390x@nongnu.org
1459 M: Christian Borntraeger <borntraeger@de.ibm.com>
1460 M: Thomas Huth <thuth@redhat.com>
1463 F: pc-bios/s390-ccw/
1464 F: pc-bios/s390-ccw.img
1465 F: docs/devel/s390-dasd-ipl.rst
1466 T: git https://github.com/borntraeger/qemu.git s390-next
1467 L: qemu-s390x@nongnu.org
1470 M: Matthew Rosato <mjrosato@linux.ibm.com>
1472 F: hw/s390x/s390-pci*
1473 F: include/hw/s390x/s390-pci*
1474 L: qemu-s390x@nongnu.org
1478 PKUnity-3 SoC initramfs-with-busybox
1479 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1487 M: Michael S. Tsirkin <mst@redhat.com>
1488 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1492 F: hw/pci-host/i440fx.c
1493 F: hw/pci-host/q35.c
1494 F: hw/pci-host/pam.c
1495 F: include/hw/pci-host/i440fx.h
1496 F: include/hw/pci-host/q35.h
1497 F: include/hw/pci-host/pam.h
1499 F: hw/isa/lpc_ich9.c
1500 F: hw/i2c/smbus_ich9.c
1503 F: include/hw/acpi/ich9.h
1504 F: include/hw/southbridge/piix.h
1507 F: include/hw/isa/apm.h
1508 F: tests/test-x86-cpuid.c
1509 F: tests/qtest/test-x86-cpuid-compat.c
1512 M: Michael S. Tsirkin <mst@redhat.com>
1513 M: Paolo Bonzini <pbonzini@redhat.com>
1515 F: hw/char/debugcon.c
1516 F: hw/char/parallel*
1519 F: hw/i2c/pm_smbus.c
1524 F: hw/isa/isa-superio.c
1525 F: hw/misc/debugexit.c
1526 F: hw/misc/pc-testdev.c
1529 F: hw/rtc/mc146818rtc*
1530 F: hw/watchdog/wdt_ib700.c
1531 F: hw/watchdog/wdt_i6300esb.c
1532 F: include/hw/display/vga.h
1533 F: include/hw/char/parallel.h
1534 F: include/hw/dma/i8257.h
1535 F: include/hw/i2c/pm_smbus.h
1536 F: include/hw/input/i8042.h
1537 F: include/hw/isa/i8259_internal.h
1538 F: include/hw/isa/superio.h
1539 F: include/hw/timer/hpet.h
1540 F: include/hw/timer/i8254*
1541 F: include/hw/rtc/mc146818rtc*
1544 M: Sergio Lopez <slp@redhat.com>
1545 M: Paolo Bonzini <pbonzini@redhat.com>
1548 F: hw/i386/microvm.c
1549 F: include/hw/i386/microvm.h
1550 F: pc-bios/bios-microvm.bin
1553 M: Eduardo Habkost <ehabkost@redhat.com>
1554 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1558 F: hw/core/machine-qmp-cmds.c
1559 F: hw/core/machine.c
1560 F: hw/core/null-machine.c
1563 F: qapi/machine.json
1564 F: qapi/machine-target.json
1565 F: include/hw/boards.h
1566 F: include/hw/core/cpu.h
1567 F: include/hw/cpu/cluster.h
1568 F: include/sysemu/numa.h
1569 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1574 M: Max Filippov <jcmvbkbc@gmail.com>
1579 M: Max Filippov <jcmvbkbc@gmail.com>
1583 XTFPGA (LX60, LX200, ML605, KC705)
1584 M: Max Filippov <jcmvbkbc@gmail.com>
1586 F: hw/xtensa/xtfpga.c
1587 F: hw/net/opencores_eth.c
1592 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1593 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1595 F: hw/net/can/xlnx-*
1596 F: include/hw/net/xlnx-*
1597 F: tests/qtest/xlnx-can-test*
1600 M: Jiri Slaby <jslaby@suse.cz>
1605 M: John Snow <jsnow@redhat.com>
1606 L: qemu-block@nongnu.org
1613 F: hw/block/hd-geometry.c
1614 F: tests/qtest/ide-test.c
1615 F: tests/qtest/ahci-test.c
1616 F: tests/qtest/cdrom-test.c
1617 F: tests/qtest/libqos/ahci*
1618 T: git https://gitlab.com/jsnow/qemu.git ide
1621 M: Corey Minyard <minyard@acm.org>
1623 F: include/hw/ipmi/*
1625 F: hw/smbios/smbios_type_38.c
1626 F: tests/qtest/ipmi*
1627 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1630 M: John Snow <jsnow@redhat.com>
1631 L: qemu-block@nongnu.org
1634 F: include/hw/block/fdc.h
1635 F: tests/qtest/fdc-test.c
1636 T: git https://gitlab.com/jsnow/qemu.git ide
1639 M: Peter Maydell <peter.maydell@linaro.org>
1640 L: qemu-arm@nongnu.org
1643 F: include/hw/arm/omap.h
1644 F: docs/system/arm/sx1.rst
1647 M: Alberto Garcia <berto@igalia.com>
1649 F: hw/char/ipoctal232.c
1653 M: Michael S. Tsirkin <mst@redhat.com>
1654 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1657 F: hw/misc/pci-testdev.c
1663 F: default-configs/pci.mak
1666 M: Michael S. Tsirkin <mst@redhat.com>
1667 M: Igor Mammedov <imammedo@redhat.com>
1669 F: include/hw/acpi/*
1670 F: include/hw/firmware/smbios.h
1674 F: hw/i386/acpi-build.[hc]
1675 F: hw/arm/virt-acpi-build.c
1677 F: tests/qtest/bios-tables-test*
1678 F: tests/qtest/acpi-utils.[hc]
1682 R: Dongjiu Geng <gengdongjiu@huawei.com>
1683 R: Xiang Zheng <zhengxiang9@huawei.com>
1684 L: qemu-arm@nongnu.org
1687 F: include/hw/acpi/ghes.h
1688 F: docs/specs/acpi_hest_ghes.rst
1691 M: David Gibson <david@gibson.dropbear.id.au>
1692 L: qemu-ppc@nongnu.org
1695 F: hw/i2c/ppc4xx_i2c.c
1696 F: include/hw/ppc/ppc4xx.h
1697 F: include/hw/i2c/ppc4xx_i2c.h
1698 F: hw/intc/ppc-uic.c
1699 F: include/hw/intc/ppc-uic.h
1702 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1703 R: Paolo Bonzini <pbonzini@redhat.com>
1708 M: Jason Wang <jasowang@redhat.com>
1712 F: tests/qtest/virtio-net-test.c
1713 F: docs/virtio-net-failover.rst
1714 T: git https://github.com/jasowang/qemu.git net
1716 Parallel NOR Flash devices
1717 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1718 T: git https://gitlab.com/philmd/qemu.git pflash-next
1720 F: hw/block/pflash_cfi*.c
1721 F: include/hw/block/flash.h
1724 M: Paolo Bonzini <pbonzini@redhat.com>
1725 R: Fam Zheng <fam@euphon.net>
1727 F: include/hw/scsi/*
1729 F: tests/qtest/virtio-scsi-test.c
1730 T: git https://github.com/bonzini/qemu.git scsi-next
1733 M: Alistair Francis <alistair@alistair23.me>
1736 F: hw/block/m25p80.c
1737 F: include/hw/ssi/ssi.h
1739 F: tests/qtest/m25p80-test.c
1742 M: Alistair Francis <alistair@alistair23.me>
1747 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1748 L: qemu-block@nongnu.org
1750 F: include/hw/sd/sd*
1757 M: Gerd Hoffmann <kraxel@redhat.com>
1760 F: tests/qtest/usb-*-test.c
1762 F: docs/usb-storage.txt
1765 F: default-configs/usb.mak
1767 USB (serial adapter)
1768 M: Gerd Hoffmann <kraxel@redhat.com>
1769 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1771 F: hw/usb/dev-serial.c
1774 M: Alex Williamson <alex.williamson@redhat.com>
1780 M: Cornelia Huck <cohuck@redhat.com>
1781 M: Eric Farman <farman@linux.ibm.com>
1784 F: hw/s390x/s390-ccw.c
1785 F: include/hw/s390x/s390-ccw.h
1786 F: include/hw/s390x/vfio-ccw.h
1787 T: git https://gitlab.com/cohuck/qemu.git s390-next
1788 L: qemu-s390x@nongnu.org
1791 M: Christian Borntraeger <borntraeger@de.ibm.com>
1792 M: Tony Krowiak <akrowiak@linux.ibm.com>
1793 M: Halil Pasic <pasic@linux.ibm.com>
1794 M: Pierre Morel <pmorel@linux.ibm.com>
1796 F: hw/s390x/ap-device.c
1797 F: hw/s390x/ap-bridge.c
1798 F: include/hw/s390x/ap-device.h
1799 F: include/hw/s390x/ap-bridge.h
1801 F: docs/system/s390x/vfio-ap.rst
1802 L: qemu-s390x@nongnu.org
1805 M: Michael S. Tsirkin <mst@redhat.com>
1808 F: docs/interop/vhost-user.json
1809 F: docs/interop/vhost-user.rst
1810 F: contrib/vhost-user-*/
1811 F: backends/vhost-user.c
1812 F: include/sysemu/vhost-user-backend.h
1815 M: Michael S. Tsirkin <mst@redhat.com>
1818 F: hw/virtio/Makefile.objs
1819 F: hw/virtio/trace-events
1821 F: include/hw/virtio/
1824 M: Michael S. Tsirkin <mst@redhat.com>
1825 M: David Hildenbrand <david@redhat.com>
1827 F: hw/virtio/virtio-balloon*.c
1828 F: include/hw/virtio/virtio-balloon.h
1829 F: softmmu/balloon.c
1830 F: include/sysemu/balloon.h
1833 M: Greg Kurz <groug@kaod.org>
1834 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1839 F: docs/interop/virtfs-proxy-helper.rst
1840 F: tests/qtest/virtio-9p-test.c
1841 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1844 M: Stefan Hajnoczi <stefanha@redhat.com>
1845 L: qemu-block@nongnu.org
1847 F: hw/block/virtio-blk.c
1848 F: hw/block/dataplane/*
1849 F: tests/qtest/virtio-blk-test.c
1850 T: git https://github.com/stefanha/qemu.git block
1853 M: Cornelia Huck <cohuck@redhat.com>
1854 M: Halil Pasic <pasic@linux.ibm.com>
1856 F: hw/s390x/virtio-ccw*.[hc]
1857 F: hw/s390x/vhost-vsock-ccw.c
1858 T: git https://gitlab.com/cohuck/qemu.git s390-next
1859 T: git https://github.com/borntraeger/qemu.git s390-next
1860 L: qemu-s390x@nongnu.org
1863 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1864 M: Stefan Hajnoczi <stefanha@redhat.com>
1866 F: tools/virtiofsd/*
1867 F: hw/virtio/vhost-user-fs*
1868 F: include/hw/virtio/vhost-user-fs.h
1869 F: docs/interop/virtiofsd.rst
1872 M: Gerd Hoffmann <kraxel@redhat.com>
1874 F: hw/input/vhost-user-input.c
1875 F: hw/input/virtio-input*.c
1876 F: include/hw/virtio/virtio-input.h
1877 F: contrib/vhost-user-input/*
1880 M: Eric Auger <eric.auger@redhat.com>
1882 F: hw/virtio/virtio-iommu*.c
1883 F: include/hw/virtio/virtio-iommu.h
1886 M: Laurent Vivier <lvivier@redhat.com>
1887 R: Amit Shah <amit@kernel.org>
1889 F: hw/char/virtio-serial-bus.c
1890 F: hw/char/virtio-console.c
1891 F: include/hw/virtio/virtio-serial.h
1892 F: tests/qtest/virtio-serial-test.c
1895 M: Laurent Vivier <lvivier@redhat.com>
1896 R: Amit Shah <amit@kernel.org>
1898 F: hw/virtio/virtio-rng.c
1899 F: include/hw/virtio/virtio-rng.h
1900 F: include/sysemu/rng*.h
1902 F: tests/qtest/virtio-rng-test.c
1905 M: Gonglei <arei.gonglei@huawei.com>
1907 F: hw/virtio/virtio-crypto.c
1908 F: hw/virtio/virtio-crypto-pci.c
1909 F: include/hw/virtio/virtio-crypto.h
1912 M: David Hildenbrand <david@redhat.com>
1914 W: https://virtio-mem.gitlab.io/
1915 F: hw/virtio/virtio-mem.c
1916 F: hw/virtio/virtio-mem-pci.h
1917 F: hw/virtio/virtio-mem-pci.c
1918 F: include/hw/virtio/virtio-mem.h
1921 M: Keith Busch <kbusch@kernel.org>
1922 M: Klaus Jensen <its@irrelevant.dk>
1923 L: qemu-block@nongnu.org
1926 F: include/block/nvme.h
1927 F: tests/qtest/nvme-test.c
1928 F: docs/specs/nvme.txt
1929 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1932 M: Hannes Reinecke <hare@suse.com>
1933 L: qemu-block@nongnu.org
1935 F: hw/scsi/megasas.c
1937 F: tests/qtest/megasas-test.c
1939 Network packet abstractions
1940 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1942 F: include/net/eth.h
1944 F: hw/net/net_rx_pkt*
1945 F: hw/net/net_tx_pkt*
1948 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1951 F: hw/scsi/vmw_pvscsi*
1952 F: tests/qtest/vmxnet3-test.c
1955 M: Jiri Pirko <jiri@resnulli.us>
1960 F: docs/specs/rocker.txt
1963 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1967 F: include/hw/mem/nvdimm.h
1971 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1976 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1981 M: Stefan Weil <sw@weilnetz.de>
1983 F: hw/net/eepro100.c
1986 M: Sven Schnelle <svens@stackframe.org>
1992 M: Alistair Francis <alistair@alistair23.me>
1994 F: hw/core/generic-loader.c
1995 F: include/hw/core/generic-loader.h
1996 F: docs/generic-loader.txt
1998 Intel Hexadecimal Object File Loader
1999 M: Su Hang <suhang16@mails.ucas.ac.cn>
2001 F: tests/qtest/hexloader-test.c
2002 F: tests/data/hex-loader/test.hex
2005 M: Thomas Huth <thuth@redhat.com>
2007 F: hw/nvram/chrp_nvram.c
2008 F: include/hw/nvram/chrp_nvram.h
2009 F: tests/qtest/prom-env-test.c
2013 F: hw/acpi/vmgenid.c
2014 F: include/hw/acpi/vmgenid.h
2015 F: docs/specs/vmgenid.txt
2016 F: tests/qtest/vmgenid-test.c
2020 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2022 F: include/hw/misc/led.h
2025 Unimplemented device
2026 M: Peter Maydell <peter.maydell@linaro.org>
2027 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2029 F: include/hw/misc/unimp.h
2033 M: Artyom Tarasenko <atar4qemu@gmail.com>
2034 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2036 F: include/hw/misc/empty_slot.h
2037 F: hw/misc/empty_slot.c
2040 M: Gerd Hoffmann <kraxel@redhat.com>
2043 F: hw/display/bochs-display.c
2044 F: include/hw/display/vga.h
2045 F: include/hw/display/bochs-vbe.h
2048 M: Gerd Hoffmann <kraxel@redhat.com>
2050 F: hw/display/ramfb*.c
2051 F: include/hw/display/ramfb.h
2054 M: Gerd Hoffmann <kraxel@redhat.com>
2056 F: hw/display/virtio-gpu*
2057 F: hw/display/virtio-vga.*
2058 F: include/hw/virtio/virtio-gpu.h
2061 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2063 F: contrib/vhost-user-blk/
2064 F: contrib/vhost-user-scsi/
2065 F: hw/block/vhost-user-blk.c
2066 F: hw/scsi/vhost-user-scsi.c
2067 F: hw/virtio/vhost-user-blk-pci.c
2068 F: hw/virtio/vhost-user-scsi-pci.c
2069 F: include/hw/virtio/vhost-user-blk.h
2070 F: include/hw/virtio/vhost-user-scsi.h
2073 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2074 M: Gerd Hoffmann <kraxel@redhat.com>
2076 F: docs/interop/vhost-user-gpu.rst
2077 F: contrib/vhost-user-gpu
2078 F: hw/display/vhost-user-*
2081 M: Gerd Hoffmann <kraxel@redhat.com>
2083 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2084 F: hw/display/cirrus*
2087 M: Gerd Hoffmann <kraxel@redhat.com>
2090 F: include/hw/display/edid.h
2093 PIIX4 South Bridge (i82371AB)
2094 M: Hervé Poussineau <hpoussin@reactos.org>
2095 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2098 F: include/hw/southbridge/piix.h
2100 Firmware configuration (fw_cfg)
2101 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2102 R: Laszlo Ersek <lersek@redhat.com>
2103 R: Gerd Hoffmann <kraxel@redhat.com>
2105 F: docs/specs/fw_cfg.txt
2106 F: hw/nvram/fw_cfg*.c
2108 F: include/hw/nvram/fw_cfg.h
2109 F: include/standard-headers/linux/qemu_fw_cfg.h
2110 F: tests/qtest/libqos/fw_cfg.c
2111 F: tests/qtest/fw_cfg-test.c
2112 T: git https://github.com/philmd/qemu.git fw_cfg-next
2115 M: Cédric Le Goater <clg@kaod.org>
2116 R: David Gibson <david@gibson.dropbear.id.au>
2117 R: Greg Kurz <groug@kaod.org>
2118 L: qemu-ppc@nongnu.org
2121 F: include/hw/*/*xive*
2125 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2126 R: Magnus Damm <magnus.damm@gmail.com>
2128 F: hw/char/renesas_sci.c
2129 F: hw/char/sh_serial.c
2130 F: hw/timer/renesas_*.c
2131 F: hw/timer/sh_timer.c
2132 F: include/hw/char/renesas_sci.h
2133 F: include/hw/sh4/sh.h
2134 F: include/hw/timer/renesas_*.h
2136 Renesas RX peripherals
2137 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2141 F: include/hw/intc/rx_icu.h
2144 CAN bus subsystem and hardware
2145 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2146 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2148 W: https://canbus.pages.fel.cvut.cz/
2151 F: include/net/can_*.h
2156 M: Gerd Hoffmann <kraxel@redhat.com>
2160 F: include/hw/audio/
2162 F: tests/qtest/ac97-test.c
2163 F: tests/qtest/es1370-test.c
2164 F: tests/qtest/intel-hda-test.c
2167 M: Kevin Wolf <kwolf@redhat.com>
2168 M: Max Reitz <mreitz@redhat.com>
2169 L: qemu-block@nongnu.org
2176 F: docs/interop/qemu-img.rst
2178 F: tests/qemu-iotests/
2179 F: util/qemu-progress.c
2180 F: qobject/block-qdict.c
2181 F: tests/check-block-qdict.c
2182 T: git https://repo.or.cz/qemu/kevin.git block
2185 M: Kevin Wolf <kwolf@redhat.com>
2186 L: qemu-block@nongnu.org
2189 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2190 F: docs/tools/qemu-storage-daemon.rst
2191 T: git https://repo.or.cz/qemu/kevin.git block
2194 M: Stefan Hajnoczi <stefanha@redhat.com>
2195 M: Fam Zheng <fam@euphon.net>
2196 L: qemu-block@nongnu.org
2204 F: include/block/aio.h
2205 F: include/block/aio-wait.h
2206 F: scripts/qemugdb/aio.py
2207 F: tests/test-fdmon-epoll.c
2208 T: git https://github.com/stefanha/qemu.git block
2210 Block SCSI subsystem
2211 M: Paolo Bonzini <pbonzini@redhat.com>
2212 R: Fam Zheng <fam@euphon.net>
2213 L: qemu-block@nongnu.org
2219 M: John Snow <jsnow@redhat.com>
2220 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2221 L: qemu-block@nongnu.org
2224 F: include/block/blockjob.h
2227 F: include/qemu/job.h
2233 F: block/block-copy.c
2234 F: include/block/block-copy.c
2235 F: block/backup-top.h
2236 F: block/backup-top.c
2237 F: include/block/aio_task.h
2239 F: util/qemu-co-shared-resource.c
2240 F: include/qemu/co-shared-resource.h
2241 T: git https://gitlab.com/jsnow/qemu.git jobs
2242 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2244 Block QAPI, monitor, command line
2245 M: Markus Armbruster <armbru@redhat.com>
2248 F: blockdev-hmp-cmds.c
2251 F: qapi/transaction.json
2252 T: git https://repo.or.cz/qemu/armbru.git block-next
2255 M: Eric Blake <eblake@redhat.com>
2256 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2257 R: John Snow <jsnow@redhat.com>
2258 L: qemu-block@nongnu.org
2260 F: include/qemu/hbitmap.h
2261 F: include/block/dirty-bitmap.h
2262 F: block/monitor/bitmap-qmp-cmds.c
2263 F: block/dirty-bitmap.c
2264 F: block/qcow2-bitmap.c
2265 F: migration/block-dirty-bitmap.c
2267 F: tests/test-hbitmap.c
2268 F: docs/interop/bitmaps.rst
2269 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2271 Character device backends
2272 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2273 R: Paolo Bonzini <pbonzini@redhat.com>
2279 Character Devices (Braille)
2280 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2284 Command line option argument parsing
2285 M: Markus Armbruster <armbru@redhat.com>
2287 F: include/qemu/option.h
2288 F: tests/test-keyval.c
2289 F: tests/test-qemu-opts.c
2291 F: util/qemu-option.c
2294 M: Markus Armbruster <armbru@redhat.com>
2296 F: scripts/coverity-model.c
2298 Coverity Scan integration
2299 M: Peter Maydell <peter.maydell@linaro.org>
2301 F: scripts/coverity-scan/
2304 M: Alistair Francis <alistair.francis@wdc.com>
2305 R: David Gibson <david@gibson.dropbear.id.au>
2307 F: softmmu/device_tree.c
2308 F: include/sysemu/device_tree.h
2312 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2314 F: hw/misc/vmcoreinfo.c
2315 F: include/hw/misc/vmcoreinfo.h
2316 F: include/qemu/win_dump_defs
2317 F: include/sysemu/dump-arch.h
2318 F: include/sysemu/dump.h
2320 F: scripts/dump-guest-memory.py
2324 M: Markus Armbruster <armbru@redhat.com>
2326 F: include/qapi/error.h
2327 F: include/qemu/error-report.h
2330 F: util/qemu-error.c
2331 F: scripts/coccinelle/err-bad-newline.cocci
2332 F: scripts/coccinelle/error-use-after-free.cocci
2333 F: scripts/coccinelle/error_propagate_null.cocci
2334 F: scripts/coccinelle/remove_local_err.cocci
2335 F: scripts/coccinelle/use-error_fatal.cocci
2336 F: scripts/coccinelle/errp-guard.cocci
2339 M: Alex Bennée <alex.bennee@linaro.org>
2340 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2343 F: include/exec/gdbstub.h
2345 F: tests/tcg/multiarch/gdbstub/
2348 M: Paolo Bonzini <pbonzini@redhat.com>
2350 F: include/exec/ioport.h
2351 F: include/exec/memop.h
2352 F: include/exec/memory.h
2353 F: include/exec/ram_addr.h
2354 F: include/exec/ramblock.h
2355 F: softmmu/dma-helpers.c
2358 F: softmmu/physmem.c
2359 F: include/exec/memory-internal.h
2360 F: scripts/coccinelle/memory-region-housekeeping.cocci
2363 M: Gerd Hoffmann <kraxel@redhat.com>
2365 F: include/ui/qemu-spice.h
2366 F: include/ui/spice-display.h
2368 F: audio/spiceaudio.c
2371 F: docs/spice-port-fqdn.txt
2374 M: Gerd Hoffmann <kraxel@redhat.com>
2382 M: Peter Maydell <peter.maydell@linaro.org>
2387 M: Paolo Bonzini <pbonzini@redhat.com>
2389 F: include/qemu/main-loop.h
2390 F: include/sysemu/runstate.h
2391 F: include/sysemu/runstate-action.h
2393 F: util/qemu-timer.c
2397 F: softmmu/cpu-throttle.c
2398 F: softmmu/cpu-timers.c
2400 F: softmmu/runstate-action.c
2401 F: qapi/run-state.json
2403 Read, Copy, Update (RCU)
2404 M: Paolo Bonzini <pbonzini@redhat.com>
2406 F: include/qemu/rcu*.h
2407 F: tests/rcutorture.c
2408 F: tests/test-rcu-*.c
2412 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2414 F: monitor/monitor-internal.h
2416 F: monitor/monitor.c
2420 F: include/monitor/hmp-target.h
2421 F: tests/qtest/test-hmp.c
2422 F: include/qemu/qemu-print.h
2423 F: util/qemu-print.c
2425 Network device backends
2426 M: Jason Wang <jasowang@redhat.com>
2430 F: qemu-bridge-helper.c
2431 T: git https://github.com/jasowang/qemu.git net
2434 Netmap network backend
2435 M: Luigi Rizzo <rizzo@iet.unipi.it>
2436 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2437 M: Vincenzo Maffione <v.maffione@gmail.com>
2438 W: http://info.iet.unipi.it/~luigi/netmap/
2442 Host Memory Backends
2443 M: Eduardo Habkost <ehabkost@redhat.com>
2444 M: Igor Mammedov <imammedo@redhat.com>
2446 F: backends/hostmem*.c
2447 F: include/sysemu/hostmem.h
2448 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2451 M: Gonglei <arei.gonglei@huawei.com>
2453 F: include/sysemu/cryptodev*.h
2454 F: backends/cryptodev*.c
2457 M: John Snow <jsnow@redhat.com>
2458 M: Cleber Rosa <crosa@redhat.com>
2459 R: Eduardo Habkost <ehabkost@redhat.com>
2462 T: git https://gitlab.com/jsnow/qemu.git python
2465 M: Eduardo Habkost <ehabkost@redhat.com>
2466 M: Cleber Rosa <crosa@redhat.com>
2472 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2474 F: scripts/simplebench/
2477 M: Markus Armbruster <armbru@redhat.com>
2478 M: Michael Roth <michael.roth@amd.com>
2483 X: include/qapi/qmp/
2484 F: include/qapi/qmp/dispatch.h
2485 F: tests/qapi-schema/
2486 F: tests/test-*-visitor.c
2487 F: tests/test-qapi-*.c
2488 F: tests/test-qmp-*.c
2489 F: tests/test-visitor-serialization.c
2490 F: scripts/qapi-gen.py
2492 F: docs/sphinx/qapidoc.py
2494 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2497 M: Eric Blake <eblake@redhat.com>
2498 M: Markus Armbruster <armbru@redhat.com>
2501 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2504 M: Markus Armbruster <armbru@redhat.com>
2507 F: include/qapi/qmp/
2508 X: include/qapi/qmp/dispatch.h
2509 F: scripts/coccinelle/qobject.cocci
2510 F: tests/check-qdict.c
2511 F: tests/check-qjson.c
2512 F: tests/check-qlist.c
2513 F: tests/check-qlit.c
2514 F: tests/check-qnull.c
2515 F: tests/check-qnum.c
2516 F: tests/check-qobject.c
2517 F: tests/check-qstring.c
2518 F: tests/data/qobject/qdict.txt
2519 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2522 M: Michael Roth <michael.roth@amd.com>
2525 F: docs/interop/qemu-ga.rst
2526 F: docs/interop/qemu-ga-ref.rst
2527 F: scripts/qemu-guest-agent/
2529 T: git https://github.com/mdroth/qemu.git qga
2532 M: Paolo Bonzini <pbonzini@redhat.com>
2533 R: Daniel P. Berrange <berrange@redhat.com>
2534 R: Eduardo Habkost <ehabkost@redhat.com>
2536 F: docs/qdev-device-use.txt
2541 F: include/monitor/qdev.h
2545 F: scripts/coccinelle/qom-parent-type.cocci
2546 F: softmmu/qdev-monitor.c
2549 F: tests/check-qom-interface.c
2550 F: tests/check-qom-proplist.c
2551 F: tests/test-qdev-global-props.c
2553 QOM boilerplate conversion script
2554 M: Eduardo Habkost <ehabkost@redhat.com>
2556 F: scripts/codeconverter/
2559 M: Markus Armbruster <armbru@redhat.com>
2561 F: monitor/monitor-internal.h
2564 F: monitor/monitor.c
2565 F: qapi/control.json
2567 F: qapi/introspect.json
2568 F: docs/devel/*qmp-*
2569 F: docs/interop/*qmp-*
2571 F: tests/qtest/qmp-test.c
2572 F: tests/qtest/qmp-cmd-test.c
2573 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2576 M: Thomas Huth <thuth@redhat.com>
2577 M: Laurent Vivier <lvivier@redhat.com>
2578 R: Paolo Bonzini <pbonzini@redhat.com>
2583 X: tests/qtest/bios-tables-test*
2586 M: Alexander Bulekov <alxndr@bu.edu>
2587 R: Paolo Bonzini <pbonzini@redhat.com>
2588 R: Bandan Das <bsd@redhat.com>
2589 R: Stefan Hajnoczi <stefanha@redhat.com>
2590 R: Thomas Huth <thuth@redhat.com>
2592 F: tests/qtest/fuzz/
2593 F: scripts/oss-fuzz/
2594 F: docs/devel/fuzzing.rst
2597 M: Alistair Francis <alistair@alistair23.me>
2599 F: hw/core/register.c
2600 F: include/hw/register.h
2601 F: include/hw/registerfields.h
2604 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2608 F: include/net/slirp.h
2609 T: git https://people.debian.org/~sthibault/qemu.git slirp
2612 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2615 F: include/hw/stream.h
2618 M: Paolo Bonzini <pbonzini@redhat.com>
2623 M: Stefan Hajnoczi <stefanha@redhat.com>
2627 F: docs/qemu-option-trace.rst.inc
2629 F: scripts/tracetool.py
2630 F: scripts/tracetool/
2631 F: scripts/qemu-trace-stap*
2632 F: docs/interop/qemu-trace-stap.rst
2633 F: docs/devel/tracing.txt
2634 T: git https://github.com/stefanha/qemu.git tracing
2637 M: Stefan Berger <stefanb@linux.ibm.com>
2642 F: include/hw/acpi/tpm.h
2643 F: include/sysemu/tpm*
2646 F: tests/qtest/*tpm*
2647 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2651 F: scripts/checkpatch.pl
2654 M: Juan Quintela <quintela@redhat.com>
2655 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2657 F: hw/core/vmstate-if.c
2658 F: include/hw/vmstate-if.h
2659 F: include/migration/
2661 F: scripts/vmstate-static-checker.py
2662 F: tests/vmstate-static-checker-data/
2663 F: tests/qtest/migration-test.c
2664 F: docs/devel/migration.rst
2665 F: qapi/migration.json
2668 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2670 F: backends/dbus-vmstate.c
2671 F: tests/dbus-vmstate*
2673 F: include/qemu/dbus.h
2674 F: docs/interop/dbus.rst
2675 F: docs/interop/dbus-vmstate.rst
2678 M: Eduardo Otubo <otubo@redhat.com>
2680 F: softmmu/qemu-seccomp.c
2681 F: include/sysemu/seccomp.h
2684 M: Daniel P. Berrange <berrange@redhat.com>
2689 F: tests/test-crypto-*
2690 F: tests/benchmark-crypto-*
2691 F: tests/crypto-tls-*
2692 F: tests/pkix_asn1_tab.c
2696 M: Stefan Hajnoczi <stefanha@redhat.com>
2697 M: Kevin Wolf <kwolf@redhat.com>
2700 F: include/qemu/coroutine*
2701 F: tests/test-coroutine.c
2704 M: Daniel P. Berrange <berrange@redhat.com>
2707 F: include/qemu/buffer.h
2710 M: Daniel P. Berrange <berrange@redhat.com>
2717 M: Daniel P. Berrange <berrange@redhat.com>
2722 F: tests/test-authz-*
2725 M: Daniel P. Berrange <berrange@redhat.com>
2726 M: Gerd Hoffmann <kraxel@redhat.com>
2728 F: include/qemu/sockets.h
2729 F: util/qemu-sockets.c
2730 F: qapi/sockets.json
2733 M: Daniel P. Berrange <berrange@redhat.com>
2735 F: util/filemonitor*.c
2736 F: include/qemu/filemonitor.h
2737 F: tests/test-util-filemonitor.c
2739 Throttling infrastructure
2740 M: Alberto Garcia <berto@igalia.com>
2742 F: block/throttle-groups.c
2743 F: include/block/throttle-groups.h
2744 F: include/qemu/throttle*.h
2746 F: docs/throttle.txt
2747 F: tests/test-throttle.c
2748 L: qemu-block@nongnu.org
2751 M: Fam Zheng <fam@euphon.net>
2754 F: include/qemu/uuid.h
2755 F: tests/test-uuid.c
2758 M: Lukas Straub <lukasstraub2@web.de>
2762 F: include/qemu/yank.h
2766 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2769 F: include/migration/colo.h
2770 F: include/migration/failover.h
2774 M: Zhang Chen <chen.zhang@intel.com>
2775 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2777 F: docs/colo-proxy.txt
2779 F: net/filter-rewriter.c
2780 F: net/filter-mirror.c
2783 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2784 R: Paolo Bonzini <pbonzini@redhat.com>
2785 W: https://wiki.qemu.org/Features/record-replay
2788 F: block/blkreplay.c
2789 F: net/filter-replay.c
2790 F: include/sysemu/replay.h
2793 F: tests/acceptance/replay_kernel.py
2794 F: tests/acceptance/reverse_debugging.py
2798 M: Peter Xu <peterx@redhat.com>
2800 F: include/qemu/iova-tree.h
2804 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2809 M: Corey Minyard <cminyard@mvista.com>
2812 F: hw/i2c/smbus_slave.c
2813 F: hw/i2c/smbus_master.c
2814 F: hw/i2c/smbus_eeprom.c
2815 F: include/hw/i2c/i2c.h
2816 F: include/hw/i2c/smbus_master.h
2817 F: include/hw/i2c/smbus_slave.h
2818 F: include/hw/i2c/smbus_eeprom.h
2820 Firmware schema specifications
2821 M: Laszlo Ersek <lersek@redhat.com>
2822 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2823 R: Daniel P. Berrange <berrange@redhat.com>
2824 R: Kashyap Chamarthy <kchamart@redhat.com>
2826 F: docs/interop/firmware.json
2829 M: Laszlo Ersek <lersek@redhat.com>
2830 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2832 F: pc-bios/descriptors/??-edk2-*.json
2834 F: roms/Makefile.edk2
2837 F: tests/data/uefi-boot-images/
2838 F: tests/uefi-test-tools/
2839 F: .gitlab-ci.d/edk2.yml
2840 F: .gitlab-ci.d/edk2/
2843 M: Michael S. Tsirkin <mst@redhat.com>
2844 M: Peter Xu <peterx@redhat.com>
2845 R: Jason Wang <jasowang@redhat.com>
2847 F: hw/i386/intel_iommu.c
2848 F: hw/i386/intel_iommu_internal.h
2849 F: include/hw/i386/intel_iommu.h
2852 M: Bin Meng <bmeng.cn@gmail.com>
2854 F: pc-bios/opensbi-*
2855 F: .gitlab-ci.d/opensbi.yml
2856 F: .gitlab-ci.d/opensbi/
2860 Overall usermode emulation
2861 M: Riku Voipio <riku.voipio@iki.fi>
2864 F: accel/tcg/user-exec*.c
2869 F: default-configs/*-bsd-user.mak
2872 M: Laurent Vivier <laurent@vivier.eu>
2875 F: default-configs/*-linux-user.mak
2876 F: scripts/qemu-binfmt-conf.sh
2877 F: scripts/update-syscalltbl.sh
2878 F: scripts/update-mips-syscall-args.sh
2879 F: scripts/gensyscalls.sh
2881 Tiny Code Generator (TCG)
2882 -------------------------
2884 M: Richard Henderson <richard.henderson@linaro.org>
2890 M: Alex Bennée <alex.bennee@linaro.org>
2892 F: docs/devel/tcg-plugins.rst
2898 M: Richard Henderson <richard.henderson@linaro.org>
2900 L: qemu-arm@nongnu.org
2906 M: Andrzej Zaborowski <balrogg@gmail.com>
2908 L: qemu-arm@nongnu.org
2913 M: Richard Henderson <richard.henderson@linaro.org>
2919 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2920 R: Aurelien Jarno <aurelien@aurel32.net>
2921 R: Huacai Chen <chenhuacai@kernel.org>
2922 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2923 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2928 M: Richard Henderson <richard.henderson@linaro.org>
2934 M: Palmer Dabbelt <palmer@dabbelt.com>
2935 M: Alistair Francis <Alistair.Francis@wdc.com>
2936 L: qemu-riscv@nongnu.org
2942 M: Richard Henderson <richard.henderson@linaro.org>
2946 L: qemu-s390x@nongnu.org
2954 M: Stefan Weil <sw@weilnetz.de>
2963 M: Fam Zheng <fam@euphon.net>
2964 L: qemu-block@nongnu.org
2969 M: Jason Dillaman <dillaman@redhat.com>
2970 L: qemu-block@nongnu.org
2975 M: Liu Yuan <namei.unix@gmail.com>
2976 L: qemu-block@nongnu.org
2981 M: Jeff Cody <codyprime@gmail.com>
2982 L: qemu-block@nongnu.org
2987 M: Stefan Weil <sw@weilnetz.de>
2988 L: qemu-block@nongnu.org
2993 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2994 M: Paolo Bonzini <pbonzini@redhat.com>
2995 M: Peter Lieven <pl@kamp.de>
2996 L: qemu-block@nongnu.org
2999 F: block/iscsi-opts.c
3001 Network Block Device (NBD)
3002 M: Eric Blake <eblake@redhat.com>
3003 L: qemu-block@nongnu.org
3007 F: include/block/nbd*
3010 F: docs/interop/nbd.txt
3011 F: docs/interop/qemu-nbd.rst
3012 T: git https://repo.or.cz/qemu/ericb.git nbd
3015 M: Peter Lieven <pl@kamp.de>
3016 L: qemu-block@nongnu.org
3021 M: Richard W.M. Jones <rjones@redhat.com>
3022 L: qemu-block@nongnu.org
3027 L: qemu-block@nongnu.org
3032 L: qemu-block@nongnu.org
3033 L: integration@gluster.org
3038 M: Fam Zheng <fam@euphon.net>
3039 L: qemu-block@nongnu.org
3044 M: Stefan Hajnoczi <stefanha@redhat.com>
3045 R: Fam Zheng <fam@euphon.net>
3046 L: qemu-block@nongnu.org
3049 F: include/block/nvme.h
3050 T: git https://github.com/stefanha/qemu.git block
3053 M: Gonglei <arei.gonglei@huawei.com>
3055 F: softmmu/bootdevice.c
3058 M: Alberto Garcia <berto@igalia.com>
3061 L: qemu-block@nongnu.org
3064 M: Ari Sundholm <ari@tuxera.com>
3065 L: qemu-block@nongnu.org
3067 F: block/blklogwrites.c
3070 M: Stefan Hajnoczi <stefanha@redhat.com>
3071 L: qemu-block@nongnu.org
3073 F: block/blkverify.c
3076 M: Stefan Hajnoczi <stefanha@redhat.com>
3077 L: qemu-block@nongnu.org
3082 M: Stefan Hajnoczi <stefanha@redhat.com>
3083 L: qemu-block@nongnu.org
3088 M: Stefan Hajnoczi <stefanha@redhat.com>
3089 L: qemu-block@nongnu.org
3094 M: Stefan Hajnoczi <stefanha@redhat.com>
3095 M: Denis V. Lunev <den@openvz.org>
3096 L: qemu-block@nongnu.org
3098 F: block/parallels.c
3099 F: docs/interop/parallels.txt
3102 M: Stefan Hajnoczi <stefanha@redhat.com>
3103 L: qemu-block@nongnu.org
3108 M: Kevin Wolf <kwolf@redhat.com>
3109 L: qemu-block@nongnu.org
3111 F: block/linux-aio.c
3112 F: include/block/raw-aio.h
3113 F: block/raw-format.c
3114 F: block/file-posix.c
3115 F: block/file-win32.c
3116 F: block/win32-aio.c
3119 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3120 M: Julia Suvorova <jusual@redhat.com>
3121 M: Stefan Hajnoczi <stefanha@redhat.com>
3122 L: qemu-block@nongnu.org
3128 M: Kevin Wolf <kwolf@redhat.com>
3129 M: Max Reitz <mreitz@redhat.com>
3130 L: qemu-block@nongnu.org
3133 F: docs/interop/qcow2.txt
3136 M: Kevin Wolf <kwolf@redhat.com>
3137 L: qemu-block@nongnu.org
3142 M: Kevin Wolf <kwolf@redhat.com>
3143 M: Max Reitz <mreitz@redhat.com>
3144 L: qemu-block@nongnu.org
3149 M: Kevin Wolf <kwolf@redhat.com>
3150 L: qemu-block@nongnu.org
3155 M: Kevin Wolf <kwolf@redhat.com>
3156 L: qemu-block@nongnu.org
3161 M: Stefan Hajnoczi <stefanha@redhat.com>
3162 L: qemu-block@nongnu.org
3164 F: tests/image-fuzzer/
3166 Vhost-user block device backend server
3167 M: Coiby Xu <Coiby.Xu@gmail.com>
3169 F: block/export/vhost-user-blk-server.c
3170 F: block/export/vhost-user-blk-server.h
3171 F: include/qemu/vhost-user-server.h
3172 F: tests/qtest/libqos/vhost-user-blk.c
3173 F: util/vhost-user-server.c
3175 FUSE block device exports
3176 M: Max Reitz <mreitz@redhat.com>
3177 L: qemu-block@nongnu.org
3179 F: block/export/fuse.c
3182 M: Wen Congyang <wencongyang2@huawei.com>
3183 M: Xie Changlong <xiechanglong.d@gmail.com>
3186 F: block/replication.c
3187 F: tests/test-replication.c
3188 F: docs/block-replication.txt
3191 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3192 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3197 F: contrib/rdmacm-mux/*
3201 M: Alex Bennée <alex.bennee@linaro.org>
3204 F: include/hw/semihosting/
3207 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3208 M: Jagannathan Raman <jag.raman@oracle.com>
3209 M: John G Johnson <john.g.johnson@oracle.com>
3211 F: docs/devel/multi-process.rst
3212 F: docs/system/multi-process.rst
3213 F: hw/pci-host/remote.c
3214 F: include/hw/pci-host/remote.h
3215 F: hw/remote/machine.c
3216 F: include/hw/remote/machine.h
3217 F: hw/remote/mpqemu-link.c
3218 F: include/hw/remote/mpqemu-link.h
3219 F: hw/remote/message.c
3220 F: hw/remote/remote-obj.c
3221 F: include/hw/remote/memory.h
3222 F: hw/remote/memory.c
3223 F: hw/remote/proxy.c
3224 F: include/hw/remote/proxy.h
3225 F: hw/remote/proxy-memory-listener.c
3226 F: include/hw/remote/proxy-memory-listener.h
3227 F: hw/remote/iohub.c
3228 F: include/hw/remote/iohub.h
3230 Build and test automation
3231 -------------------------
3232 Build and test automation
3233 M: Alex Bennée <alex.bennee@linaro.org>
3234 M: Fam Zheng <fam@euphon.net>
3235 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3237 F: .github/lockdown.yml
3242 F: scripts/archive-source.sh
3243 W: https://travis-ci.org/qemu/qemu
3244 W: http://patchew.org/QEMU/
3246 FreeBSD Hosted Continuous Integration
3247 M: Ed Maste <emaste@freebsd.org>
3248 M: Li-Wen Hsu <lwhsu@freebsd.org>
3251 W: https://cirrus-ci.com/github/qemu/qemu
3253 Windows Hosted Continuous Integration
3254 M: Yonggang Luo <luoyonggang@gmail.com>
3257 W: https://cirrus-ci.com/github/qemu/qemu
3259 GitLab Continuous Integration
3260 M: Thomas Huth <thuth@redhat.com>
3261 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3262 M: Alex Bennée <alex.bennee@linaro.org>
3263 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3266 F: .gitlab-ci.d/crossbuilds.yml
3268 F: scripts/ci/gitlab-pipeline-status
3270 Guest Test Compilation Support
3271 M: Alex Bennée <alex.bennee@linaro.org>
3272 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3274 F: tests/tcg/Makefile
3275 F: tests/tcg/Makefile.include
3277 Acceptance (Integration) Testing with the Avocado framework
3278 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3279 R: Cleber Rosa <crosa@redhat.com>
3280 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3281 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3283 F: tests/acceptance/
3287 Build system architecture
3288 M: Daniel P. Berrange <berrange@redhat.com>
3290 F: docs/devel/build-system.txt
3292 GIT Data Mining Config
3293 M: Alex Bennée <alex.bennee@linaro.org>
3298 Incompatible changes
3299 R: libvir-list@redhat.com
3300 F: docs/system/deprecated.rst
3305 M: Daniel P. Berrange <berrange@redhat.com>
3307 F: scripts/git-submodule.sh
3313 Sphinx documentation configuration and build machinery
3314 M: Peter Maydell <peter.maydell@linaro.org>
3322 Performance Tools and Tests
3323 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3325 F: scripts/performance/