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://github.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 Guest CPU cores (TCG)
113 ---------------------
115 M: Richard Henderson <rth@twiddle.net>
116 R: Paolo Bonzini <pbonzini@redhat.com>
122 F: accel/stubs/tcg-stub.c
123 F: scripts/decodetree.py
124 F: docs/devel/decodetree.rst
125 F: include/exec/cpu*.h
126 F: include/exec/exec-all.h
127 F: include/exec/helper*.h
128 F: include/exec/tb-hash.h
129 F: include/sysemu/cpus.h
130 F: include/sysemu/tcg.h
133 M: Aurelien Jarno <aurelien@aurel32.net>
134 M: Peter Maydell <peter.maydell@linaro.org>
135 M: Alex Bennée <alex.bennee@linaro.org>
142 M: Richard Henderson <rth@twiddle.net>
149 M: Peter Maydell <peter.maydell@linaro.org>
150 L: qemu-arm@nongnu.org
154 F: tests/tcg/aarch64/
157 F: include/hw/cpu/a*mpcore.h
161 F: docs/system/target-arm.rst
164 M: Eric Auger <eric.auger@redhat.com>
165 L: qemu-arm@nongnu.org
168 F: include/hw/arm/smmu*
171 M: Michael Rolnik <mrolnik@gmail.com>
172 R: Sarah Harris <S.E.Harris@kent.ac.uk>
174 F: gdb-xml/avr-cpu.xml
176 F: tests/acceptance/machine_avr6.py
179 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
187 HPPA (PA-RISC) TCG CPUs
188 M: Richard Henderson <rth@twiddle.net>
194 F: include/hw/net/lasi_82596.h
197 R: Michael Walle <michael@walle.cc>
204 F: include/hw/display/milkymist_tmu2.h
205 F: include/hw/char/lm32_juart.h
210 M: Laurent Vivier <laurent@vivier.eu>
216 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218 F: target/microblaze/
220 F: disas/microblaze.c
223 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
224 R: Aurelien Jarno <aurelien@aurel32.net>
225 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
226 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
229 F: default-configs/*mips*
231 F: docs/system/cpu-models-mips.rst.inc
232 F: hw/intc/mips_gic.c
235 F: hw/timer/mips_gictimer.c
236 F: include/hw/intc/mips_gic.h
238 F: include/hw/misc/mips_*
239 F: include/hw/timer/mips_gictimer.h
240 F: tests/acceptance/linux_ssh_mips_malta.py
241 F: tests/acceptance/machine_mips_malta.py
243 K: ^Subject:.*(?i)mips
246 M: Anthony Green <green@moxielogic.com>
251 F: default-configs/moxie-softmmu.mak
254 M: Chris Wulff <crwulff@gmail.com>
255 M: Marek Vasut <marex@denx.de>
259 F: hw/intc/nios2_iic.c
261 F: default-configs/nios2-softmmu.mak
264 M: Stafford Horne <shorne@gmail.com>
268 F: tests/tcg/openrisc/
271 M: David Gibson <david@gibson.dropbear.id.au>
272 L: qemu-ppc@nongnu.org
280 M: Palmer Dabbelt <palmer@dabbelt.com>
281 M: Alistair Francis <Alistair.Francis@wdc.com>
282 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
283 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
284 L: qemu-riscv@nongnu.org
289 F: linux-user/host/riscv32/
290 F: linux-user/host/riscv64/
293 M: Yoshinori Sato <ysato@users.sourceforge.jp>
298 M: Richard Henderson <rth@twiddle.net>
299 M: David Hildenbrand <david@redhat.com>
305 L: qemu-s390x@nongnu.org
308 M: Yoshinori Sato <ysato@users.sourceforge.jp>
316 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
317 M: Artyom Tarasenko <atar4qemu@gmail.com>
322 F: include/hw/sparc/sparc64.h
326 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
330 F: include/hw/unicore32/
333 M: Paolo Bonzini <pbonzini@redhat.com>
334 M: Richard Henderson <rth@twiddle.net>
335 M: Eduardo Habkost <ehabkost@redhat.com>
342 F: docs/system/cpu-models-x86.rst.inc
343 T: git https://github.com/ehabkost/qemu.git x86-next
346 M: Max Filippov <jcmvbkbc@gmail.com>
347 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
353 F: include/hw/xtensa/xtensa-isa.h
354 F: default-configs/xtensa*.mak
357 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
361 F: include/hw/tricore/
363 Multiarch Linux User Tests
364 M: Alex Bennée <alex.bennee@linaro.org>
366 F: tests/tcg/multiarch/
368 Guest CPU Cores (KVM)
369 ---------------------
371 M: Paolo Bonzini <pbonzini@redhat.com>
372 L: kvm@vger.kernel.org
376 F: accel/stubs/kvm-stub.c
378 F: include/sysemu/kvm*.h
379 F: scripts/kvm/kvm_flightrecorder
382 M: Peter Maydell <peter.maydell@linaro.org>
383 L: qemu-arm@nongnu.org
388 M: Huacai Chen <chenhc@lemote.com>
389 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
394 M: David Gibson <david@gibson.dropbear.id.au>
399 M: Halil Pasic <pasic@linux.ibm.com>
400 M: Cornelia Huck <cohuck@redhat.com>
401 M: Christian Borntraeger <borntraeger@de.ibm.com>
403 F: target/s390x/kvm.c
404 F: target/s390x/kvm_s390x.h
405 F: target/s390x/kvm-stub.c
406 F: target/s390x/ioinst.[ch]
407 F: target/s390x/machine.c
408 F: target/s390x/sigp.c
409 F: target/s390x/cpu_features*.[ch]
410 F: target/s390x/cpu_models.[ch]
412 F: include/hw/s390x/pv.h
413 F: hw/intc/s390_flic.c
414 F: hw/intc/s390_flic_kvm.c
415 F: include/hw/s390x/s390_flic.h
417 T: git https://github.com/cohuck/qemu.git s390-next
418 T: git https://github.com/borntraeger/qemu.git s390-next
419 L: qemu-s390x@nongnu.org
422 M: Paolo Bonzini <pbonzini@redhat.com>
423 M: Marcelo Tosatti <mtosatti@redhat.com>
424 L: kvm@vger.kernel.org
427 F: scripts/kvm/vmxcap
429 Guest CPU Cores (other accelerators)
430 ------------------------------------
432 M: Richard Henderson <rth@twiddle.net>
433 R: Paolo Bonzini <pbonzini@redhat.com>
435 F: include/sysemu/accel.h
437 F: accel/Makefile.objs
438 F: accel/stubs/Makefile.objs
441 M: Cameron Esfahani <dirty@apple.com>
442 M: Roman Bolshakov <r.bolshakov@yadro.com>
443 W: https://wiki.qemu.org/Features/HVF
445 F: accel/stubs/hvf-stub.c
447 F: include/sysemu/hvf.h
450 M: Sunil Muthuswamy <sunilmut@microsoft.com>
452 F: target/i386/whpx-all.c
453 F: target/i386/whp-dispatch.h
454 F: accel/stubs/whpx-stub.c
455 F: include/sysemu/whpx.h
457 Guest CPU Cores (Xen)
458 ---------------------
460 M: Stefano Stabellini <sstabellini@kernel.org>
461 M: Anthony Perard <anthony.perard@citrix.com>
462 M: Paul Durrant <paul@xen.org>
463 L: xen-devel@lists.xenproject.org
468 F: hw/char/xen_console.c
469 F: hw/display/xenfb.c
473 F: hw/block/dataplane/xen*
477 F: hw/pci-host/xen_igd_pt.c
478 F: include/hw/block/dataplane/xen*
480 F: include/sysemu/xen.h
481 F: include/sysemu/xen-mapcache.h
483 Guest CPU Cores (HAXM)
484 ---------------------
486 M: Wenchao Wang <wenchao.wang@intel.com>
487 M: Colin Xu <colin.xu@intel.com>
488 L: haxm-team@intel.com
489 W: https://github.com/intel/haxm/issues
491 F: accel/stubs/hax-stub.c
492 F: include/sysemu/hax.h
498 M: Michael S. Tsirkin <mst@redhat.com>
499 M: Cornelia Huck <cohuck@redhat.com>
500 M: Paolo Bonzini <pbonzini@redhat.com>
503 F: scripts/update-linux-headers.sh
506 M: Paolo Bonzini <pbonzini@redhat.com>
509 F: include/sysemu/os-posix.h
511 F: include/qemu/*posix*.h
514 M: Kamil Rytarowski <kamil@netbsd.org>
516 K: ^Subject:.*(?i)NetBSD
519 M: Brad Smith <brad@comstyle.com>
521 K: ^Subject:.*(?i)OpenBSD
524 M: Stefan Weil <sw@weilnetz.de>
534 M: Richard Henderson <rth@twiddle.net>
537 F: hw/isa/smc37c669-superio.c
538 F: tests/tcg/alpha/system/
543 M: Beniamino Galvani <b.galvani@gmail.com>
544 M: Peter Maydell <peter.maydell@linaro.org>
545 L: qemu-arm@nongnu.org
548 F: include/hw/*/allwinner*
549 F: hw/arm/cubieboard.c
552 M: Niek Linnenbank <nieklinnenbank@gmail.com>
553 L: qemu-arm@nongnu.org
555 F: hw/*/allwinner-h3*
556 F: include/hw/*/allwinner-h3*
558 F: docs/system/orangepi.rst
560 ARM PrimeCell and CMSDK devices
561 M: Peter Maydell <peter.maydell@linaro.org>
562 L: qemu-arm@nongnu.org
565 F: include/hw/char/pl011.h
568 F: include/hw/dma/pl080.h
575 F: include/hw/ssi/pl022.h
577 F: include/hw/rtc/pl031.h
578 F: include/hw/arm/primecell.h
579 F: hw/timer/cmsdk-apb-timer.c
580 F: include/hw/timer/cmsdk-apb-timer.h
581 F: hw/timer/cmsdk-apb-dualtimer.c
582 F: include/hw/timer/cmsdk-apb-dualtimer.h
583 F: hw/char/cmsdk-apb-uart.c
584 F: include/hw/char/cmsdk-apb-uart.h
585 F: hw/watchdog/cmsdk-apb-watchdog.c
586 F: include/hw/watchdog/cmsdk-apb-watchdog.h
588 F: include/hw/misc/tz-ppc.h
590 F: include/hw/misc/tz-mpc.h
592 F: include/hw/misc/tz-msc.h
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
599 F: hw/intc/gic_internal.h
601 F: hw/misc/arm11scu.c
602 F: hw/misc/arm_l2x0.c
603 F: hw/timer/a9gtimer*
605 F: include/hw/arm/arm*.h
606 F: include/hw/intc/arm*
607 F: include/hw/misc/a9scu.h
608 F: include/hw/misc/arm11scu.h
609 F: include/hw/timer/a9gtimer.h
610 F: include/hw/timer/arm_mptimer.h
611 F: include/hw/timer/armv7m_systick.h
612 F: tests/qtest/test-arm-mptimer.c
615 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
616 M: Peter Maydell <peter.maydell@linaro.org>
617 L: qemu-arm@nongnu.org
620 F: include/hw/arm/exynos4210.h
623 M: Rob Herring <robh@kernel.org>
624 M: Peter Maydell <peter.maydell@linaro.org>
625 L: qemu-arm@nongnu.org
631 M: Antony Pavlov <antonynpavlov@gmail.com>
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
635 F: include/hw/arm/digic.h
637 F: include/hw/*/digic*
638 F: tests/acceptance/machine_arm_canona1100.py
639 F: docs/system/arm/digic.rst
642 M: Anup Patel <anup.patel@wdc.com>
643 M: Alistair Francis <Alistair.Francis@wdc.com>
644 L: qemu-riscv@nongnu.org
646 F: hw/rtc/goldfish_rtc.c
647 F: include/hw/rtc/goldfish_rtc.h
650 M: Peter Maydell <peter.maydell@linaro.org>
651 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
652 L: qemu-arm@nongnu.org
655 F: docs/system/arm/gumstix.rst
658 M: Peter Maydell <peter.maydell@linaro.org>
659 R: Jean-Christophe Dubois <jcd@tribudubois.net>
660 L: qemu-arm@nongnu.org
662 F: hw/arm/fsl-imx25.c
663 F: hw/arm/imx25_pdk.c
664 F: hw/misc/imx25_ccm.c
665 F: hw/watchdog/wdt_imx2.c
666 F: include/hw/arm/fsl-imx25.h
667 F: include/hw/misc/imx25_ccm.h
668 F: include/hw/watchdog/wdt_imx2.h
671 M: Peter Chubb <peter.chubb@nicta.com.au>
672 M: Peter Maydell <peter.maydell@linaro.org>
673 L: qemu-arm@nongnu.org
678 F: include/hw/*/imx_*
679 F: include/hw/*/*imx31*
682 M: Peter Maydell <peter.maydell@linaro.org>
683 L: qemu-arm@nongnu.org
685 F: hw/arm/integratorcp.c
686 F: hw/misc/arm_integrator_debug.c
687 F: include/hw/misc/arm_integrator_debug.h
688 F: tests/acceptance/machine_arm_integratorcp.py
689 F: docs/system/arm/integratorcp.rst
691 MCIMX6UL EVK / i.MX6ul
692 M: Peter Maydell <peter.maydell@linaro.org>
693 R: Jean-Christophe Dubois <jcd@tribudubois.net>
694 L: qemu-arm@nongnu.org
696 F: hw/arm/mcimx6ul-evk.c
697 F: hw/arm/fsl-imx6ul.c
698 F: hw/misc/imx6ul_ccm.c
699 F: include/hw/arm/fsl-imx6ul.h
700 F: include/hw/misc/imx6ul_ccm.h
702 MCIMX7D SABRE / i.MX7
703 M: Peter Maydell <peter.maydell@linaro.org>
704 R: Andrey Smirnov <andrew.smirnov@gmail.com>
705 L: qemu-arm@nongnu.org
707 F: hw/arm/mcimx7d-sabre.c
710 F: include/hw/arm/fsl-imx7.h
711 F: include/hw/misc/imx7_*.h
712 F: hw/pci-host/designware.c
713 F: include/hw/pci-host/designware.h
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
722 F: include/hw/misc/mps2-*.h
724 F: include/hw/arm/armsse.h
725 F: hw/misc/iotkit-secctl.c
726 F: include/hw/misc/iotkit-secctl.h
727 F: hw/misc/iotkit-sysctl.c
728 F: include/hw/misc/iotkit-sysctl.h
729 F: hw/misc/iotkit-sysinfo.c
730 F: include/hw/misc/iotkit-sysinfo.h
731 F: hw/misc/armsse-cpuid.c
732 F: include/hw/misc/armsse-cpuid.h
733 F: hw/misc/armsse-mhu.c
734 F: include/hw/misc/armsse-mhu.h
735 F: docs/system/arm/mps2.rst
738 M: Peter Maydell <peter.maydell@linaro.org>
739 L: qemu-arm@nongnu.org
742 F: docs/system/arm/musca.rst
745 M: Jan Kiszka <jan.kiszka@web.de>
746 M: Peter Maydell <peter.maydell@linaro.org>
747 L: qemu-arm@nongnu.org
750 F: docs/system/arm/musicpal.rst
753 M: Andrzej Zaborowski <balrogg@gmail.com>
754 M: Peter Maydell <peter.maydell@linaro.org>
755 L: qemu-arm@nongnu.org
758 F: hw/display/blizzard.c
760 F: hw/input/tsc2005.c
763 F: include/hw/display/blizzard.h
764 F: include/hw/input/tsc2xxx.h
765 F: include/hw/misc/cbus.h
766 F: tests/acceptance/machine_arm_n8x0.py
767 F: docs/system/arm/nseries.rst
770 M: Andrzej Zaborowski <balrogg@gmail.com>
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
775 F: hw/input/tsc210x.c
776 F: include/hw/input/tsc2xxx.h
777 F: docs/system/arm/palm.rst
780 M: Peter Maydell <peter.maydell@linaro.org>
781 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
782 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
783 L: qemu-arm@nongnu.org
786 F: hw/arm/raspi_platform.h
788 F: include/hw/arm/raspi*
789 F: include/hw/*/bcm283*
792 M: Peter Maydell <peter.maydell@linaro.org>
793 L: qemu-arm@nongnu.org
796 F: hw/cpu/realview_mpcore.c
797 F: hw/intc/realview_gic.c
798 F: include/hw/intc/realview_gic.h
799 F: docs/system/arm/realview.rst
802 M: Andrzej Zaborowski <balrogg@gmail.com>
803 M: Peter Maydell <peter.maydell@linaro.org>
804 L: qemu-arm@nongnu.org
806 F: hw/arm/mainstone.c
811 F: hw/display/tc6393xb.c
814 F: hw/misc/mst_fpga.c
816 F: include/hw/misc/max111x.h
817 F: include/hw/arm/pxa.h
818 F: include/hw/arm/sharpsl.h
819 F: include/hw/display/tc6393xb.h
820 F: docs/system/arm/xscale.rst
823 M: Peter Maydell <peter.maydell@linaro.org>
824 R: Jean-Christophe Dubois <jcd@tribudubois.net>
825 L: qemu-arm@nongnu.org
827 F: hw/arm/sabrelite.c
831 F: hw/usb/imx-usb-phy.c
832 F: include/hw/usb/imx-usb-phy.h
833 F: include/hw/arm/fsl-imx6.h
834 F: include/hw/misc/imx6_*.h
835 F: include/hw/ssi/imx_spi.h
838 M: Radoslaw Biernacki <rad@semihalf.com>
839 M: Peter Maydell <peter.maydell@linaro.org>
840 R: Leif Lindholm <leif@nuviainc.com>
841 L: qemu-arm@nongnu.org
845 Sharp SL-5500 (Collie) PDA
846 M: Peter Maydell <peter.maydell@linaro.org>
847 L: qemu-arm@nongnu.org
851 F: docs/system/arm/collie.rst
854 M: Peter Maydell <peter.maydell@linaro.org>
855 L: qemu-arm@nongnu.org
858 F: include/hw/input/gamepad.h
859 F: docs/system/arm/stellaris.rst
862 M: Peter Maydell <peter.maydell@linaro.org>
863 L: qemu-arm@nongnu.org
866 F: docs/system/arm/vexpress.rst
869 M: Peter Maydell <peter.maydell@linaro.org>
870 L: qemu-arm@nongnu.org
873 F: include/hw/i2c/arm_sbcon_i2c.h
874 F: hw/misc/arm_sysctl.c
875 F: docs/system/arm/versatile.rst
878 M: Peter Maydell <peter.maydell@linaro.org>
879 L: qemu-arm@nongnu.org
882 F: include/hw/arm/virt.h
883 F: docs/system/arm/virt.rst
886 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 M: Alistair Francis <alistair@alistair23.me>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
894 F: include/hw/misc/zynq*
898 M: Alistair Francis <alistair@alistair23.me>
899 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
904 F: include/hw/*/xlnx*.h
905 F: include/hw/ssi/xilinx_spips.h
907 F: include/hw/display/dpcd.h
910 M: Shannon Zhao <shannon.zhaosl@gmail.com>
911 L: qemu-arm@nongnu.org
913 F: hw/arm/virt-acpi-build.c
916 M: Alistair Francis <alistair@alistair23.me>
917 M: Peter Maydell <peter.maydell@linaro.org>
918 L: qemu-arm@nongnu.org
920 F: hw/arm/stm32f205_soc.c
921 F: hw/misc/stm32f2xx_syscfg.c
922 F: hw/char/stm32f2xx_usart.c
923 F: hw/timer/stm32f2xx_timer.c
925 F: hw/ssi/stm32f2xx_spi.c
926 F: include/hw/*/stm32*.h
929 M: Alistair Francis <alistair@alistair23.me>
930 M: Peter Maydell <peter.maydell@linaro.org>
931 L: qemu-arm@nongnu.org
933 F: hw/arm/stm32f405_soc.c
934 F: hw/misc/stm32f4xx_syscfg.c
935 F: hw/misc/stm32f4xx_exti.c
938 M: Alistair Francis <alistair@alistair23.me>
939 M: Peter Maydell <peter.maydell@linaro.org>
940 L: qemu-arm@nongnu.org
942 F: hw/arm/netduino2.c
945 M: Alistair Francis <alistair@alistair23.me>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 L: qemu-arm@nongnu.org
949 F: hw/arm/netduinoplus2.c
952 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
953 M: Peter Maydell <peter.maydell@linaro.org>
954 L: qemu-arm@nongnu.org
957 F: hw/misc/msf2-sysreg.c
958 F: hw/timer/mss-timer.c
960 F: include/hw/arm/msf2-soc.h
961 F: include/hw/misc/msf2-sysreg.h
962 F: include/hw/timer/mss-timer.h
963 F: include/hw/ssi/mss-spi.h
964 F: hw/net/msf2-emac.c
965 F: include/hw/net/msf2-emac.h
968 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
969 M: Peter Maydell <peter.maydell@linaro.org>
970 L: qemu-arm@nongnu.org
975 M: Cédric Le Goater <clg@kaod.org>
976 M: Peter Maydell <peter.maydell@linaro.org>
977 R: Andrew Jeffery <andrew@aj.id.au>
978 R: Joel Stanley <joel@jms.id.au>
979 L: qemu-arm@nongnu.org
983 F: include/hw/*/*aspeed*
984 F: include/hw/misc/pca9552*.h
985 F: hw/net/ftgmac100.c
986 F: include/hw/net/ftgmac100.h
989 M: Joel Stanley <joel@jms.id.au>
990 M: Peter Maydell <peter.maydell@linaro.org>
991 L: qemu-arm@nongnu.org
995 F: include/hw/*/nrf51*.h
996 F: include/hw/*/microbit*.h
997 F: tests/qtest/microbit-test.c
1003 M: Michael Rolnik <mrolnik@gmail.com>
1004 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1006 F: default-configs/avr-softmmu.mak
1008 F: include/hw/char/avr_usart.h
1009 F: hw/char/avr_usart.c
1010 F: include/hw/timer/avr_timer16.h
1011 F: hw/timer/avr_timer16.c
1012 F: include/hw/misc/avr_power.h
1013 F: hw/misc/avr_power.c
1016 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1017 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1024 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1026 F: hw/cris/axis_dev88.c
1032 M: Richard Henderson <rth@twiddle.net>
1033 R: Helge Deller <deller@gmx.de>
1035 F: default-configs/hppa-softmmu.mak
1037 F: pc-bios/hppa-firmware.img
1041 EVR32 and uclinux BSP
1042 R: Michael Walle <michael@walle.cc>
1044 F: hw/lm32/lm32_boards.c
1047 R: Michael Walle <michael@walle.cc>
1049 F: hw/lm32/milkymist.c
1054 M: Thomas Huth <huth@tuxfamily.org>
1057 F: hw/m68k/mcf5206.c
1060 M: Thomas Huth <huth@tuxfamily.org>
1062 F: hw/m68k/mcf5208.c
1063 F: hw/m68k/mcf_intc.c
1064 F: hw/char/mcf_uart.c
1066 F: include/hw/m68k/mcf*.h
1069 M: Thomas Huth <huth@tuxfamily.org>
1072 F: hw/display/next-fb.c
1073 F: include/hw/m68k/next-cube.h
1076 M: Laurent Vivier <laurent@vivier.eu>
1079 F: hw/misc/mac_via.c
1081 F: hw/display/macfb.c
1083 F: hw/m68k/bootinfo.h
1084 F: include/hw/misc/mac_via.h
1085 F: include/hw/nubus/*
1086 F: include/hw/display/macfb.h
1087 F: include/hw/block/swim.h
1091 petalogix_s3adsp1800
1092 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1094 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1095 F: include/hw/char/xilinx_uartlite.h
1098 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1100 F: hw/microblaze/petalogix_ml605_mmu.c
1105 M: Hervé Poussineau <hpoussin@reactos.org>
1106 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1109 F: hw/display/jazz_led.c
1113 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1114 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1115 R: Aurelien Jarno <aurelien@aurel32.net>
1120 F: hw/mips/gt64xxx_pci.c
1121 F: include/hw/southbridge/piix.h
1122 F: tests/acceptance/linux_ssh_mips_malta.py
1123 F: tests/acceptance/machine_mips_malta.py
1126 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1127 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1129 F: hw/mips/mipssim.c
1133 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1134 R: Aurelien Jarno <aurelien@aurel32.net>
1135 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1140 M: Huacai Chen <chenhc@lemote.com>
1141 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1142 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1143 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1145 F: hw/mips/fuloong2e.c
1146 F: hw/isa/vt82c686.c
1147 F: hw/pci-host/bonito.c
1148 F: include/hw/isa/vt82c686.h
1150 Loongson-3 virtual platforms
1151 M: Huacai Chen <chenhc@lemote.com>
1152 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1154 F: hw/intc/loongson_liointc.c
1157 M: Paul Burton <pburton@wavecomp.com>
1158 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1160 F: hw/core/loader-fit.c
1162 F: hw/pci-host/xilinx-pcie.c
1163 F: include/hw/pci-host/xilinx-pcie.h
1168 M: Jia Liu <proljc@gmail.com>
1170 F: hw/openrisc/openrisc_sim.c
1175 M: David Gibson <david@gibson.dropbear.id.au>
1176 L: qemu-ppc@nongnu.org
1178 F: hw/ppc/ppc405_boards.c
1181 M: David Gibson <david@gibson.dropbear.id.au>
1182 L: qemu-ppc@nongnu.org
1184 F: hw/ppc/ppc440_bamboo.c
1187 M: David Gibson <david@gibson.dropbear.id.au>
1188 L: qemu-ppc@nongnu.org
1191 F: hw/gpio/mpc8xxx.c
1193 F: hw/net/fsl_etsec/
1194 F: hw/pci-host/ppce500.c
1195 F: include/hw/ppc/ppc_e500.h
1196 F: include/hw/pci-host/ppce500.h
1197 F: pc-bios/u-boot.e500
1200 M: David Gibson <david@gibson.dropbear.id.au>
1201 L: qemu-ppc@nongnu.org
1203 F: hw/ppc/mpc8544ds.c
1204 F: hw/ppc/mpc8544_guts.c
1207 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1208 R: David Gibson <david@gibson.dropbear.id.au>
1209 L: qemu-ppc@nongnu.org
1211 F: hw/ppc/mac_newworld.c
1212 F: hw/pci-host/uninorth.c
1213 F: hw/pci-bridge/dec.[hc]
1215 F: hw/misc/mos6522.c
1216 F: hw/nvram/mac_nvram.c
1218 F: include/hw/misc/macio/
1219 F: include/hw/misc/mos6522.h
1220 F: include/hw/ppc/mac_dbdma.h
1221 F: include/hw/pci-host/uninorth.h
1222 F: include/hw/input/adb*
1223 F: pc-bios/qemu_vga.ndrv
1226 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1227 R: David Gibson <david@gibson.dropbear.id.au>
1228 L: qemu-ppc@nongnu.org
1230 F: hw/ppc/mac_oldworld.c
1231 F: hw/pci-host/grackle.c
1233 F: hw/intc/heathrow_pic.c
1235 F: include/hw/intc/heathrow_pic.h
1236 F: include/hw/input/adb*
1237 F: pc-bios/qemu_vga.ndrv
1240 M: Hervé Poussineau <hpoussin@reactos.org>
1241 L: qemu-ppc@nongnu.org
1244 F: hw/ppc/prep_systemio.c
1245 F: hw/ppc/rs6000_mc.c
1246 F: hw/pci-host/prep.[hc]
1250 F: hw/rtc/m48t59-isa.c
1251 F: include/hw/isa/pc87312.h
1252 F: include/hw/rtc/m48t59.h
1253 F: tests/acceptance/ppc_prep_40p.py
1256 M: David Gibson <david@gibson.dropbear.id.au>
1257 L: qemu-ppc@nongnu.org
1260 F: include/hw/*/spapr*
1262 F: include/hw/*/xics*
1264 F: docs/specs/ppc-spapr-hcalls.txt
1265 F: docs/specs/ppc-spapr-hotplug.txt
1266 F: tests/qtest/spapr*
1267 F: tests/qtest/libqos/*spapr*
1268 F: tests/qtest/rtas*
1269 F: tests/qtest/libqos/rtas*
1271 PowerNV (Non-Virtualized)
1272 M: Cédric Le Goater <clg@kaod.org>
1273 M: David Gibson <david@gibson.dropbear.id.au>
1274 L: qemu-ppc@nongnu.org
1278 F: hw/intc/xics_pnv.c
1280 F: include/hw/ppc/pnv*
1281 F: include/hw/pci-host/pnv*
1282 F: pc-bios/skiboot.lid
1286 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1287 L: qemu-ppc@nongnu.org
1289 F: hw/ppc/virtex_ml507.c
1292 M: BALATON Zoltan <balaton@eik.bme.hu>
1293 L: qemu-ppc@nongnu.org
1295 F: hw/ppc/sam460ex.c
1296 F: hw/ppc/ppc440_pcix.c
1297 F: hw/display/sm501*
1300 F: pc-bios/canyonlands.dt[sb]
1301 F: pc-bios/u-boot-sam460ex-20100605.bin
1302 F: roms/u-boot-sam460ex
1307 M: Alistair Francis <Alistair.Francis@wdc.com>
1308 L: qemu-riscv@nongnu.org
1310 F: hw/riscv/opentitan.c
1311 F: hw/char/ibex_uart.c
1312 F: hw/intc/ibex_plic.c
1313 F: include/hw/riscv/opentitan.h
1314 F: include/hw/char/ibex_uart.h
1315 F: include/hw/intc/ibex_plic.h
1320 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1322 F: docs/system/target-rx.rst
1323 F: hw/rx/rx-gdbsim.c
1324 F: tests/acceptance/machine_rx_gdbsim.py
1329 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1330 R: Magnus Damm <magnus.damm@gmail.com>
1333 F: hw/intc/sh_intc.c
1334 F: include/hw/sh4/sh_intc.h
1337 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1338 R: Magnus Damm <magnus.damm@gmail.com>
1341 F: hw/intc/sh_intc.c
1342 F: include/hw/sh4/sh_intc.h
1347 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1350 F: hw/sparc/sun4m_iommu.c
1353 F: hw/dma/sparc32_dma.c
1354 F: hw/misc/eccmemctl.c
1356 F: include/hw/nvram/sun_nvram.h
1357 F: include/hw/sparc/sparc32_dma.h
1358 F: include/hw/sparc/sun4m_iommu.h
1359 F: pc-bios/openbios-sparc32
1362 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1364 F: hw/sparc64/sun4u.c
1365 F: hw/sparc64/sun4u_iommu.c
1366 F: include/hw/sparc/sun4u_iommu.h
1367 F: hw/pci-host/sabre.c
1368 F: include/hw/pci-host/sabre.h
1369 F: hw/pci-bridge/simba.c
1370 F: include/hw/pci-bridge/simba.h
1371 F: pc-bios/openbios-sparc64
1372 F: tests/acceptance/machine_sparc64_sun4u.py
1375 M: Artyom Tarasenko <atar4qemu@gmail.com>
1377 F: hw/sparc64/niagara.c
1378 F: hw/rtc/sun4v-rtc.c
1379 F: include/hw/rtc/sun4v-rtc.h
1382 M: Fabien Chouteau <chouteau@adacore.com>
1383 M: KONRAD Frederic <frederic.konrad@adacore.com>
1387 F: include/hw/*/grlib*
1388 F: tests/acceptance/machine_sparc_leon3.py
1393 M: Cornelia Huck <cohuck@redhat.com>
1394 M: Halil Pasic <pasic@linux.ibm.com>
1395 M: Christian Borntraeger <borntraeger@de.ibm.com>
1397 F: hw/char/sclp*.[hc]
1398 F: hw/char/terminal3270.c
1400 F: include/hw/s390x/
1401 F: hw/watchdog/wdt_diag288.c
1402 F: include/hw/watchdog/wdt_diag288.h
1403 F: default-configs/s390x-softmmu.mak
1404 T: git https://github.com/cohuck/qemu.git s390-next
1405 T: git https://github.com/borntraeger/qemu.git s390-next
1406 L: qemu-s390x@nongnu.org
1409 M: Christian Borntraeger <borntraeger@de.ibm.com>
1410 M: Thomas Huth <thuth@redhat.com>
1413 F: pc-bios/s390-ccw/
1414 F: pc-bios/s390-ccw.img
1415 F: docs/devel/s390-dasd-ipl.rst
1416 T: git https://github.com/borntraeger/qemu.git s390-next
1417 L: qemu-s390x@nongnu.org
1420 M: Matthew Rosato <mjrosato@linux.ibm.com>
1422 F: hw/s390x/s390-pci*
1423 L: qemu-s390x@nongnu.org
1427 PKUnity-3 SoC initramfs-with-busybox
1428 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1436 M: Michael S. Tsirkin <mst@redhat.com>
1437 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1441 F: hw/pci-host/i440fx.c
1442 F: hw/pci-host/q35.c
1443 F: hw/pci-host/pam.c
1444 F: include/hw/pci-host/i440fx.h
1445 F: include/hw/pci-host/q35.h
1446 F: include/hw/pci-host/pam.h
1448 F: hw/isa/lpc_ich9.c
1449 F: hw/i2c/smbus_ich9.c
1452 F: include/hw/acpi/ich9.h
1453 F: include/hw/southbridge/piix.h
1456 F: include/hw/isa/apm.h
1457 F: tests/test-x86-cpuid.c
1458 F: tests/qtest/test-x86-cpuid-compat.c
1461 M: Michael S. Tsirkin <mst@redhat.com>
1462 M: Paolo Bonzini <pbonzini@redhat.com>
1464 F: hw/char/debugcon.c
1465 F: hw/char/parallel*
1468 F: hw/i2c/pm_smbus.c
1473 F: hw/isa/isa-superio.c
1474 F: hw/misc/debugexit.c
1475 F: hw/misc/pc-testdev.c
1478 F: hw/rtc/mc146818rtc*
1479 F: hw/watchdog/wdt_ib700.c
1480 F: hw/watchdog/wdt_i6300esb.c
1481 F: include/hw/display/vga.h
1482 F: include/hw/char/parallel.h
1483 F: include/hw/dma/i8257.h
1484 F: include/hw/i2c/pm_smbus.h
1485 F: include/hw/input/i8042.h
1486 F: include/hw/isa/i8259_internal.h
1487 F: include/hw/isa/superio.h
1488 F: include/hw/timer/hpet.h
1489 F: include/hw/timer/i8254*
1490 F: include/hw/rtc/mc146818rtc*
1493 M: Sergio Lopez <slp@redhat.com>
1494 M: Paolo Bonzini <pbonzini@redhat.com>
1497 F: hw/i386/microvm.c
1498 F: include/hw/i386/microvm.h
1499 F: pc-bios/bios-microvm.bin
1502 M: Eduardo Habkost <ehabkost@redhat.com>
1503 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1506 F: hw/core/machine-qmp-cmds.c
1507 F: hw/core/machine.c
1508 F: hw/core/null-machine.c
1511 F: qapi/machine.json
1512 F: qapi/machine-target.json
1513 F: include/hw/boards.h
1514 F: include/hw/core/cpu.h
1515 F: include/hw/cpu/cluster.h
1516 F: include/sysemu/numa.h
1517 T: git https://github.com/ehabkost/qemu.git machine-next
1522 M: Max Filippov <jcmvbkbc@gmail.com>
1527 M: Max Filippov <jcmvbkbc@gmail.com>
1531 XTFPGA (LX60, LX200, ML605, KC705)
1532 M: Max Filippov <jcmvbkbc@gmail.com>
1534 F: hw/xtensa/xtfpga.c
1535 F: hw/net/opencores_eth.c
1540 M: Jiri Slaby <jslaby@suse.cz>
1545 M: John Snow <jsnow@redhat.com>
1546 L: qemu-block@nongnu.org
1553 F: hw/block/hd-geometry.c
1554 F: tests/qtest/ide-test.c
1555 F: tests/qtest/ahci-test.c
1556 F: tests/qtest/cdrom-test.c
1557 F: tests/qtest/libqos/ahci*
1558 T: git https://github.com/jnsnow/qemu.git ide
1561 M: Corey Minyard <minyard@acm.org>
1563 F: include/hw/ipmi/*
1565 F: hw/smbios/smbios_type_38.c
1566 F: tests/qtest/ipmi*
1567 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1570 M: John Snow <jsnow@redhat.com>
1571 L: qemu-block@nongnu.org
1574 F: include/hw/block/fdc.h
1575 F: tests/qtest/fdc-test.c
1576 T: git https://github.com/jnsnow/qemu.git ide
1579 M: Peter Maydell <peter.maydell@linaro.org>
1580 L: qemu-arm@nongnu.org
1583 F: include/hw/arm/omap.h
1586 M: Alberto Garcia <berto@igalia.com>
1588 F: hw/char/ipoctal232.c
1592 M: Michael S. Tsirkin <mst@redhat.com>
1593 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1596 F: hw/misc/pci-testdev.c
1601 F: default-configs/pci.mak
1604 M: Michael S. Tsirkin <mst@redhat.com>
1605 M: Igor Mammedov <imammedo@redhat.com>
1607 F: include/hw/acpi/*
1608 F: include/hw/firmware/smbios.h
1612 F: hw/i386/acpi-build.[hc]
1613 F: hw/arm/virt-acpi-build.c
1614 F: tests/qtest/bios-tables-test*
1615 F: tests/qtest/acpi-utils.[hc]
1619 R: Dongjiu Geng <gengdongjiu@huawei.com>
1620 R: Xiang Zheng <zhengxiang9@huawei.com>
1621 L: qemu-arm@nongnu.org
1624 F: include/hw/acpi/ghes.h
1625 F: docs/specs/acpi_hest_ghes.rst
1628 M: David Gibson <david@gibson.dropbear.id.au>
1629 L: qemu-ppc@nongnu.org
1632 F: hw/i2c/ppc4xx_i2c.c
1633 F: include/hw/ppc/ppc4xx.h
1634 F: include/hw/i2c/ppc4xx_i2c.h
1637 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1638 R: Paolo Bonzini <pbonzini@redhat.com>
1643 M: Jason Wang <jasowang@redhat.com>
1647 F: tests/qtest/virtio-net-test.c
1648 F: docs/virtio-net-failover.rst
1649 T: git https://github.com/jasowang/qemu.git net
1651 Parallel NOR Flash devices
1652 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1653 T: git https://gitlab.com/philmd/qemu.git pflash-next
1655 F: hw/block/pflash_cfi*.c
1656 F: include/hw/block/flash.h
1659 M: Paolo Bonzini <pbonzini@redhat.com>
1660 R: Fam Zheng <fam@euphon.net>
1662 F: include/hw/scsi/*
1664 F: tests/qtest/virtio-scsi-test.c
1665 T: git https://github.com/bonzini/qemu.git scsi-next
1668 M: Alistair Francis <alistair@alistair23.me>
1671 F: hw/block/m25p80.c
1672 F: include/hw/ssi/ssi.h
1674 F: tests/qtest/m25p80-test.c
1677 M: Alistair Francis <alistair@alistair23.me>
1682 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1683 L: qemu-block@nongnu.org
1685 F: include/hw/sd/sd*
1692 M: Gerd Hoffmann <kraxel@redhat.com>
1695 F: tests/qtest/usb-*-test.c
1697 F: docs/usb-storage.txt
1700 F: default-configs/usb.mak
1702 USB (serial adapter)
1703 M: Gerd Hoffmann <kraxel@redhat.com>
1704 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1706 F: hw/usb/dev-serial.c
1709 M: Alex Williamson <alex.williamson@redhat.com>
1715 M: Cornelia Huck <cohuck@redhat.com>
1716 M: Eric Farman <farman@linux.ibm.com>
1719 F: hw/s390x/s390-ccw.c
1720 F: include/hw/s390x/s390-ccw.h
1721 F: include/hw/s390x/vfio-ccw.h
1722 T: git https://github.com/cohuck/qemu.git s390-next
1723 L: qemu-s390x@nongnu.org
1726 M: Christian Borntraeger <borntraeger@de.ibm.com>
1727 M: Tony Krowiak <akrowiak@linux.ibm.com>
1728 M: Halil Pasic <pasic@linux.ibm.com>
1729 M: Pierre Morel <pmorel@linux.ibm.com>
1731 F: hw/s390x/ap-device.c
1732 F: hw/s390x/ap-bridge.c
1733 F: include/hw/s390x/ap-device.h
1734 F: include/hw/s390x/ap-bridge.h
1736 F: docs/system/s390x/vfio-ap.rst
1737 L: qemu-s390x@nongnu.org
1740 M: Michael S. Tsirkin <mst@redhat.com>
1743 F: docs/interop/vhost-user.json
1744 F: docs/interop/vhost-user.rst
1745 F: contrib/vhost-user-*/
1746 F: backends/vhost-user.c
1747 F: include/sysemu/vhost-user-backend.h
1750 M: Michael S. Tsirkin <mst@redhat.com>
1753 F: hw/virtio/Makefile.objs
1754 F: hw/virtio/trace-events
1756 F: include/hw/virtio/
1759 M: Michael S. Tsirkin <mst@redhat.com>
1760 M: David Hildenbrand <david@redhat.com>
1762 F: hw/virtio/virtio-balloon*.c
1763 F: include/hw/virtio/virtio-balloon.h
1764 F: softmmu/balloon.c
1765 F: include/sysemu/balloon.h
1768 M: Greg Kurz <groug@kaod.org>
1769 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1774 F: docs/interop/virtfs-proxy-helper.rst
1775 F: tests/qtest/virtio-9p-test.c
1776 T: git https://github.com/gkurz/qemu.git 9p-next
1779 M: Stefan Hajnoczi <stefanha@redhat.com>
1780 L: qemu-block@nongnu.org
1782 F: hw/block/virtio-blk.c
1783 F: hw/block/dataplane/*
1784 F: tests/qtest/virtio-blk-test.c
1785 T: git https://github.com/stefanha/qemu.git block
1788 M: Cornelia Huck <cohuck@redhat.com>
1789 M: Halil Pasic <pasic@linux.ibm.com>
1791 F: hw/s390x/virtio-ccw*.[hc]
1792 F: hw/s390x/vhost-vsock-ccw.c
1793 T: git https://github.com/cohuck/qemu.git s390-next
1794 T: git https://github.com/borntraeger/qemu.git s390-next
1795 L: qemu-s390x@nongnu.org
1798 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1799 M: Stefan Hajnoczi <stefanha@redhat.com>
1801 F: tools/virtiofsd/*
1802 F: hw/virtio/vhost-user-fs*
1803 F: include/hw/virtio/vhost-user-fs.h
1804 F: docs/interop/virtiofsd.rst
1807 M: Gerd Hoffmann <kraxel@redhat.com>
1809 F: hw/input/vhost-user-input.c
1810 F: hw/input/virtio-input*.c
1811 F: include/hw/virtio/virtio-input.h
1812 F: contrib/vhost-user-input/*
1815 M: Eric Auger <eric.auger@redhat.com>
1817 F: hw/virtio/virtio-iommu*.c
1818 F: include/hw/virtio/virtio-iommu.h
1821 M: Laurent Vivier <lvivier@redhat.com>
1822 R: Amit Shah <amit@kernel.org>
1824 F: hw/char/virtio-serial-bus.c
1825 F: hw/char/virtio-console.c
1826 F: include/hw/virtio/virtio-serial.h
1827 F: tests/qtest/virtio-serial-test.c
1830 M: Laurent Vivier <lvivier@redhat.com>
1831 R: Amit Shah <amit@kernel.org>
1833 F: hw/virtio/virtio-rng.c
1834 F: include/hw/virtio/virtio-rng.h
1835 F: include/sysemu/rng*.h
1837 F: tests/qtest/virtio-rng-test.c
1840 M: Gonglei <arei.gonglei@huawei.com>
1842 F: hw/virtio/virtio-crypto.c
1843 F: hw/virtio/virtio-crypto-pci.c
1844 F: include/hw/virtio/virtio-crypto.h
1847 M: David Hildenbrand <david@redhat.com>
1849 W: https://virtio-mem.gitlab.io/
1850 F: hw/virtio/virtio-mem.c
1851 F: hw/virtio/virtio-mem-pci.h
1852 F: hw/virtio/virtio-mem-pci.c
1853 F: include/hw/virtio/virtio-mem.h
1856 M: Keith Busch <kbusch@kernel.org>
1857 L: qemu-block@nongnu.org
1860 F: tests/qtest/nvme-test.c
1863 M: Hannes Reinecke <hare@suse.com>
1864 L: qemu-block@nongnu.org
1866 F: hw/scsi/megasas.c
1868 F: tests/qtest/megasas-test.c
1870 Network packet abstractions
1871 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1873 F: include/net/eth.h
1875 F: hw/net/net_rx_pkt*
1876 F: hw/net/net_tx_pkt*
1879 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1882 F: hw/scsi/vmw_pvscsi*
1883 F: tests/qtest/vmxnet3-test.c
1886 M: Jiri Pirko <jiri@resnulli.us>
1890 F: docs/specs/rocker.txt
1893 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1897 F: include/hw/mem/nvdimm.h
1901 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1906 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1911 M: Stefan Weil <sw@weilnetz.de>
1913 F: hw/net/eepro100.c
1916 M: Sven Schnelle <svens@stackframe.org>
1922 M: Alistair Francis <alistair@alistair23.me>
1924 F: hw/core/generic-loader.c
1925 F: include/hw/core/generic-loader.h
1926 F: docs/generic-loader.txt
1928 Intel Hexadecimal Object File Loader
1929 M: Su Hang <suhang16@mails.ucas.ac.cn>
1931 F: tests/qtest/hexloader-test.c
1932 F: tests/data/hex-loader/test.hex
1935 M: Thomas Huth <thuth@redhat.com>
1937 F: hw/nvram/chrp_nvram.c
1938 F: include/hw/nvram/chrp_nvram.h
1939 F: tests/qtest/prom-env-test.c
1942 M: Ben Warren <ben@skyportsystems.com>
1944 F: hw/acpi/vmgenid.c
1945 F: include/hw/acpi/vmgenid.h
1946 F: docs/specs/vmgenid.txt
1947 F: tests/qtest/vmgenid-test.c
1950 Unimplemented device
1951 M: Peter Maydell <peter.maydell@linaro.org>
1952 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1954 F: include/hw/misc/unimp.h
1958 M: Artyom Tarasenko <atar4qemu@gmail.com>
1959 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1961 F: include/hw/misc/empty_slot.h
1962 F: hw/misc/empty_slot.c
1965 M: Gerd Hoffmann <kraxel@redhat.com>
1968 F: hw/display/bochs-display.c
1969 F: include/hw/display/vga.h
1970 F: include/hw/display/bochs-vbe.h
1973 M: Gerd Hoffmann <kraxel@redhat.com>
1975 F: hw/display/ramfb*.c
1976 F: include/hw/display/ramfb.h
1979 M: Gerd Hoffmann <kraxel@redhat.com>
1981 F: hw/display/virtio-gpu*
1982 F: hw/display/virtio-vga.*
1983 F: include/hw/virtio/virtio-gpu.h
1986 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1988 F: contrib/vhost-user-blk/
1989 F: contrib/vhost-user-scsi/
1990 F: hw/block/vhost-user-blk.c
1991 F: hw/scsi/vhost-user-scsi.c
1992 F: hw/virtio/vhost-user-blk-pci.c
1993 F: hw/virtio/vhost-user-scsi-pci.c
1994 F: include/hw/virtio/vhost-user-blk.h
1995 F: include/hw/virtio/vhost-user-scsi.h
1998 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1999 M: Gerd Hoffmann <kraxel@redhat.com>
2001 F: docs/interop/vhost-user-gpu.rst
2002 F: contrib/vhost-user-gpu
2003 F: hw/display/vhost-user-*
2006 M: Gerd Hoffmann <kraxel@redhat.com>
2008 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2009 F: hw/display/cirrus*
2012 M: Gerd Hoffmann <kraxel@redhat.com>
2015 F: include/hw/display/edid.h
2018 PIIX4 South Bridge (i82371AB)
2019 M: Hervé Poussineau <hpoussin@reactos.org>
2020 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2023 F: include/hw/southbridge/piix.h
2025 Firmware configuration (fw_cfg)
2026 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2027 R: Laszlo Ersek <lersek@redhat.com>
2028 R: Gerd Hoffmann <kraxel@redhat.com>
2030 F: docs/specs/fw_cfg.txt
2031 F: hw/nvram/fw_cfg.c
2033 F: include/hw/nvram/fw_cfg.h
2034 F: include/standard-headers/linux/qemu_fw_cfg.h
2035 F: tests/qtest/libqos/fw_cfg.c
2036 F: tests/qtest/fw_cfg-test.c
2037 T: git https://github.com/philmd/qemu.git fw_cfg-next
2040 M: David Gibson <david@gibson.dropbear.id.au>
2041 M: Cédric Le Goater <clg@kaod.org>
2042 L: qemu-ppc@nongnu.org
2045 F: include/hw/*/*xive*
2049 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2050 R: Magnus Damm <magnus.damm@gmail.com>
2052 F: hw/char/renesas_sci.c
2053 F: hw/char/sh_serial.c
2054 F: hw/timer/renesas_*.c
2055 F: hw/timer/sh_timer.c
2056 F: include/hw/char/renesas_sci.h
2057 F: include/hw/sh4/sh.h
2058 F: include/hw/timer/renesas_*.h
2060 Renesas RX peripherals
2061 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2065 F: include/hw/intc/rx_icu.h
2071 M: Gerd Hoffmann <kraxel@redhat.com>
2075 F: include/hw/audio/
2076 F: tests/qtest/ac97-test.c
2077 F: tests/qtest/es1370-test.c
2078 F: tests/qtest/intel-hda-test.c
2081 M: Kevin Wolf <kwolf@redhat.com>
2082 M: Max Reitz <mreitz@redhat.com>
2083 L: qemu-block@nongnu.org
2090 F: docs/interop/qemu-img.rst
2092 F: tests/qemu-iotests/
2093 F: util/qemu-progress.c
2094 F: qobject/block-qdict.c
2095 F: tests/check-block-qdict.c
2096 T: git https://repo.or.cz/qemu/kevin.git block
2099 M: Stefan Hajnoczi <stefanha@redhat.com>
2100 M: Fam Zheng <fam@euphon.net>
2101 L: qemu-block@nongnu.org
2109 F: include/block/aio.h
2110 F: include/block/aio-wait.h
2111 F: scripts/qemugdb/aio.py
2112 T: git https://github.com/stefanha/qemu.git block
2114 Block SCSI subsystem
2115 M: Paolo Bonzini <pbonzini@redhat.com>
2116 R: Fam Zheng <fam@euphon.net>
2117 L: qemu-block@nongnu.org
2123 M: John Snow <jsnow@redhat.com>
2124 L: qemu-block@nongnu.org
2127 F: include/block/blockjob.h
2130 F: include/qemu/job.h
2136 T: git https://github.com/jnsnow/qemu.git jobs
2138 Block QAPI, monitor, command line
2139 M: Markus Armbruster <armbru@redhat.com>
2142 F: blockdev-hmp-cmds.c
2145 F: qapi/transaction.json
2146 T: git https://repo.or.cz/qemu/armbru.git block-next
2149 M: Eric Blake <eblake@redhat.com>
2150 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2151 R: John Snow <jsnow@redhat.com>
2152 L: qemu-block@nongnu.org
2154 F: include/qemu/hbitmap.h
2155 F: include/block/dirty-bitmap.h
2156 F: block/monitor/bitmap-qmp-cmds.c
2157 F: block/dirty-bitmap.c
2158 F: block/qcow2-bitmap.c
2159 F: migration/block-dirty-bitmap.c
2161 F: tests/test-hbitmap.c
2162 F: docs/interop/bitmaps.rst
2163 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2165 Character device backends
2166 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2167 R: Paolo Bonzini <pbonzini@redhat.com>
2173 Character Devices (Braille)
2174 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2178 Command line option argument parsing
2179 M: Markus Armbruster <armbru@redhat.com>
2181 F: include/qemu/option.h
2182 F: tests/test-keyval.c
2183 F: tests/test-qemu-opts.c
2185 F: util/qemu-option.c
2188 M: Markus Armbruster <armbru@redhat.com>
2190 F: scripts/coverity-model.c
2192 Coverity Scan integration
2193 M: Peter Maydell <peter.maydell@linaro.org>
2195 F: scripts/coverity-scan/
2198 M: Alistair Francis <alistair.francis@wdc.com>
2199 R: David Gibson <david@gibson.dropbear.id.au>
2202 F: include/sysemu/device_tree.h
2206 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2208 F: hw/misc/vmcoreinfo.c
2209 F: include/hw/misc/vmcoreinfo.h
2210 F: include/qemu/win_dump_defs
2211 F: include/sysemu/dump-arch.h
2212 F: include/sysemu/dump.h
2214 F: scripts/dump-guest-memory.py
2218 M: Markus Armbruster <armbru@redhat.com>
2220 F: include/qapi/error.h
2221 F: include/qemu/error-report.h
2224 F: util/qemu-error.c
2225 F: scripts/coccinelle/err-bad-newline.cocci
2226 F: scripts/coccinelle/error-use-after-free.cocci
2227 F: scripts/coccinelle/error_propagate_null.cocci
2228 F: scripts/coccinelle/remove_local_err.cocci
2229 F: scripts/coccinelle/use-error_fatal.cocci
2230 F: scripts/coccinelle/errp-guard.cocci
2233 M: Alex Bennée <alex.bennee@linaro.org>
2234 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2240 M: Paolo Bonzini <pbonzini@redhat.com>
2242 F: include/exec/ioport.h
2243 F: include/exec/memop.h
2244 F: include/exec/memory.h
2245 F: include/exec/ram_addr.h
2246 F: include/exec/ramblock.h
2249 F: include/exec/memory-internal.h
2251 F: scripts/coccinelle/memory-region-housekeeping.cocci
2254 M: Gerd Hoffmann <kraxel@redhat.com>
2256 F: include/ui/qemu-spice.h
2257 F: include/ui/spice-display.h
2259 F: audio/spiceaudio.c
2262 F: docs/spice-port-fqdn.txt
2265 M: Gerd Hoffmann <kraxel@redhat.com>
2273 M: Peter Maydell <peter.maydell@linaro.org>
2278 M: Paolo Bonzini <pbonzini@redhat.com>
2280 F: include/qemu/main-loop.h
2281 F: include/sysemu/runstate.h
2283 F: util/qemu-timer.c
2287 F: softmmu/cpu-throttle.c
2288 F: qapi/run-state.json
2291 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2293 F: monitor/monitor-internal.h
2295 F: monitor/monitor.c
2299 F: include/monitor/hmp-target.h
2300 F: tests/qtest/test-hmp.c
2301 F: include/qemu/qemu-print.h
2302 F: util/qemu-print.c
2304 Network device backends
2305 M: Jason Wang <jasowang@redhat.com>
2309 F: qemu-bridge-helper.c
2310 T: git https://github.com/jasowang/qemu.git net
2313 Netmap network backend
2314 M: Luigi Rizzo <rizzo@iet.unipi.it>
2315 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2316 M: Vincenzo Maffione <v.maffione@gmail.com>
2317 W: http://info.iet.unipi.it/~luigi/netmap/
2321 Host Memory Backends
2322 M: Eduardo Habkost <ehabkost@redhat.com>
2323 M: Igor Mammedov <imammedo@redhat.com>
2325 F: backends/hostmem*.c
2326 F: include/sysemu/hostmem.h
2327 T: git https://github.com/ehabkost/qemu.git machine-next
2330 M: Gonglei <arei.gonglei@huawei.com>
2332 F: include/sysemu/cryptodev*.h
2333 F: backends/cryptodev*.c
2336 M: Eduardo Habkost <ehabkost@redhat.com>
2337 M: Cleber Rosa <crosa@redhat.com>
2344 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2346 F: scripts/simplebench/
2349 M: Markus Armbruster <armbru@redhat.com>
2350 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2355 X: include/qapi/qmp/
2356 F: include/qapi/qmp/dispatch.h
2357 F: tests/qapi-schema/
2358 F: tests/test-*-visitor.c
2359 F: tests/test-qapi-*.c
2360 F: tests/test-qmp-*.c
2361 F: tests/test-visitor-serialization.c
2362 F: scripts/qapi-gen.py
2365 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2368 M: Eric Blake <eblake@redhat.com>
2369 M: Markus Armbruster <armbru@redhat.com>
2372 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2375 M: Markus Armbruster <armbru@redhat.com>
2378 F: include/qapi/qmp/
2379 X: include/qapi/qmp/dispatch.h
2380 F: scripts/coccinelle/qobject.cocci
2381 F: tests/check-qdict.c
2382 F: tests/check-qjson.c
2383 F: tests/check-qlist.c
2384 F: tests/check-qlit.c
2385 F: tests/check-qnull.c
2386 F: tests/check-qnum.c
2387 F: tests/check-qobject.c
2388 F: tests/check-qstring.c
2389 F: tests/data/qobject/qdict.txt
2390 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2393 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2396 F: docs/interop/qemu-ga.rst
2397 F: scripts/qemu-guest-agent/
2399 F: docs/interop/qemu-ga-ref.texi
2400 T: git https://github.com/mdroth/qemu.git qga
2403 M: Paolo Bonzini <pbonzini@redhat.com>
2404 R: Daniel P. Berrange <berrange@redhat.com>
2405 R: Eduardo Habkost <ehabkost@redhat.com>
2407 F: docs/qdev-device-use.txt
2412 F: include/monitor/qdev.h
2418 F: tests/check-qom-interface.c
2419 F: tests/check-qom-proplist.c
2420 F: tests/test-qdev-global-props.c
2423 M: Markus Armbruster <armbru@redhat.com>
2425 F: monitor/monitor-internal.h
2428 F: monitor/monitor.c
2430 F: docs/devel/*qmp-*
2431 F: docs/interop/*qmp-*
2433 F: tests/qtest/qmp-test.c
2434 F: tests/qtest/qmp-cmd-test.c
2435 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2438 M: Thomas Huth <thuth@redhat.com>
2439 M: Laurent Vivier <lvivier@redhat.com>
2440 R: Paolo Bonzini <pbonzini@redhat.com>
2445 X: tests/qtest/bios-tables-test-allowed-diff.h
2448 M: Alexander Bulekov <alxndr@bu.edu>
2449 R: Paolo Bonzini <pbonzini@redhat.com>
2450 R: Bandan Das <bsd@redhat.com>
2451 R: Stefan Hajnoczi <stefanha@redhat.com>
2452 R: Thomas Huth <thuth@redhat.com>
2454 F: tests/qtest/fuzz/
2455 F: scripts/oss-fuzz/
2456 F: docs/devel/fuzzing.txt
2459 M: Alistair Francis <alistair@alistair23.me>
2461 F: hw/core/register.c
2462 F: include/hw/register.h
2463 F: include/hw/registerfields.h
2466 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2470 F: include/net/slirp.h
2471 T: git https://people.debian.org/~sthibault/qemu.git slirp
2474 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2477 F: include/hw/stream.h
2480 M: Paolo Bonzini <pbonzini@redhat.com>
2485 M: Stefan Hajnoczi <stefanha@redhat.com>
2489 F: docs/qemu-option-trace.rst.inc
2490 F: scripts/tracetool.py
2491 F: scripts/tracetool/
2492 F: scripts/qemu-trace-stap*
2493 F: docs/interop/qemu-trace-stap.rst
2494 F: docs/devel/tracing.txt
2495 T: git https://github.com/stefanha/qemu.git tracing
2498 M: Stefan Berger <stefanb@linux.ibm.com>
2503 F: include/hw/acpi/tpm.h
2504 F: include/sysemu/tpm*
2507 F: tests/qtest/*tpm*
2508 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2512 F: scripts/checkpatch.pl
2515 M: Juan Quintela <quintela@redhat.com>
2516 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2518 F: hw/core/vmstate-if.c
2519 F: include/hw/vmstate-if.h
2520 F: include/migration/
2522 F: scripts/vmstate-static-checker.py
2523 F: tests/vmstate-static-checker-data/
2524 F: tests/qtest/migration-test.c
2525 F: docs/devel/migration.rst
2526 F: qapi/migration.json
2529 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2531 F: backends/dbus-vmstate.c
2532 F: tests/dbus-vmstate*
2534 F: include/qemu/dbus.h
2535 F: docs/interop/dbus.rst
2536 F: docs/interop/dbus-vmstate.rst
2539 M: Eduardo Otubo <otubo@redhat.com>
2542 F: include/sysemu/seccomp.h
2545 M: Daniel P. Berrange <berrange@redhat.com>
2549 F: tests/test-crypto-*
2550 F: tests/benchmark-crypto-*
2551 F: tests/crypto-tls-*
2552 F: tests/pkix_asn1_tab.c
2556 M: Stefan Hajnoczi <stefanha@redhat.com>
2557 M: Kevin Wolf <kwolf@redhat.com>
2560 F: include/qemu/coroutine*
2561 F: tests/test-coroutine.c
2564 M: Daniel P. Berrange <berrange@redhat.com>
2567 F: include/qemu/buffer.h
2570 M: Daniel P. Berrange <berrange@redhat.com>
2577 M: Daniel P. Berrange <berrange@redhat.com>
2582 F: tests/test-authz-*
2585 M: Daniel P. Berrange <berrange@redhat.com>
2586 M: Gerd Hoffmann <kraxel@redhat.com>
2588 F: include/qemu/sockets.h
2589 F: util/qemu-sockets.c
2590 F: qapi/sockets.json
2593 M: Daniel P. Berrange <berrange@redhat.com>
2595 F: util/filemonitor*.c
2596 F: include/qemu/filemonitor.h
2597 F: tests/test-util-filemonitor.c
2599 Throttling infrastructure
2600 M: Alberto Garcia <berto@igalia.com>
2602 F: block/throttle-groups.c
2603 F: include/block/throttle-groups.h
2604 F: include/qemu/throttle*.h
2606 F: docs/throttle.txt
2607 F: tests/test-throttle.c
2608 L: qemu-block@nongnu.org
2611 M: Fam Zheng <fam@euphon.net>
2614 F: include/qemu/uuid.h
2615 F: tests/test-uuid.c
2618 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2621 F: include/migration/colo.h
2622 F: include/migration/failover.h
2626 M: Zhang Chen <chen.zhang@intel.com>
2627 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2629 F: docs/colo-proxy.txt
2631 F: net/filter-rewriter.c
2632 F: net/filter-mirror.c
2635 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2636 R: Paolo Bonzini <pbonzini@redhat.com>
2637 W: https://wiki.qemu.org/Features/record-replay
2640 F: block/blkreplay.c
2641 F: net/filter-replay.c
2642 F: include/sysemu/replay.h
2645 F: tests/acceptance/replay_kernel.py
2648 M: Peter Xu <peterx@redhat.com>
2650 F: include/qemu/iova-tree.h
2654 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2659 M: Corey Minyard <cminyard@mvista.com>
2662 F: hw/i2c/smbus_slave.c
2663 F: hw/i2c/smbus_master.c
2664 F: hw/i2c/smbus_eeprom.c
2665 F: include/hw/i2c/i2c.h
2666 F: include/hw/i2c/smbus_master.h
2667 F: include/hw/i2c/smbus_slave.h
2668 F: include/hw/i2c/smbus_eeprom.h
2671 M: Laszlo Ersek <lersek@redhat.com>
2672 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2674 F: pc-bios/descriptors/??-edk2-*.json
2676 F: roms/Makefile.edk2
2679 F: tests/data/uefi-boot-images/
2680 F: tests/uefi-test-tools/
2681 F: .gitlab-ci.d/edk2.yml
2682 F: .gitlab-ci.d/edk2/
2685 M: Michael S. Tsirkin <mst@redhat.com>
2686 M: Peter Xu <peterx@redhat.com>
2687 R: Jason Wang <jasowang@redhat.com>
2689 F: hw/i386/intel_iommu.c
2690 F: hw/i386/intel_iommu_internal.h
2691 F: include/hw/i386/intel_iommu.h
2694 M: Bin Meng <bmeng.cn@gmail.com>
2696 F: pc-bios/opensbi-*
2697 F: .gitlab-ci.d/opensbi.yml
2698 F: .gitlab-ci.d/opensbi/
2702 Overall usermode emulation
2703 M: Riku Voipio <riku.voipio@iki.fi>
2706 F: accel/tcg/user-exec*.c
2711 F: default-configs/*-bsd-user.mak
2714 M: Laurent Vivier <laurent@vivier.eu>
2717 F: default-configs/*-linux-user.mak
2718 F: scripts/qemu-binfmt-conf.sh
2719 F: scripts/update-syscalltbl.sh
2720 F: scripts/update-mips-syscall-args.sh
2721 F: scripts/gensyscalls.sh
2723 Tiny Code Generator (TCG)
2724 -------------------------
2726 M: Richard Henderson <rth@twiddle.net>
2732 M: Alex Bennée <alex.bennee@linaro.org>
2734 F: docs/devel/tcg-plugins.rst
2739 M: Richard Henderson <richard.henderson@linaro.org>
2741 L: qemu-arm@nongnu.org
2747 M: Andrzej Zaborowski <balrogg@gmail.com>
2749 L: qemu-arm@nongnu.org
2754 M: Richard Henderson <rth@twiddle.net>
2760 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2761 R: Aurelien Jarno <aurelien@aurel32.net>
2762 R: Huacai Chen <chenhc@lemote.com>
2763 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2764 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2769 M: Richard Henderson <rth@twiddle.net>
2775 M: Palmer Dabbelt <palmer@dabbelt.com>
2776 M: Alistair Francis <Alistair.Francis@wdc.com>
2777 L: qemu-riscv@nongnu.org
2783 M: Richard Henderson <rth@twiddle.net>
2787 L: qemu-s390x@nongnu.org
2795 M: Stefan Weil <sw@weilnetz.de>
2804 M: Fam Zheng <fam@euphon.net>
2805 L: qemu-block@nongnu.org
2810 M: Jason Dillaman <dillaman@redhat.com>
2811 L: qemu-block@nongnu.org
2816 M: Liu Yuan <namei.unix@gmail.com>
2817 L: qemu-block@nongnu.org
2818 L: sheepdog@lists.wpkg.org
2823 M: Jeff Cody <codyprime@gmail.com>
2824 L: qemu-block@nongnu.org
2829 M: Stefan Weil <sw@weilnetz.de>
2830 L: qemu-block@nongnu.org
2835 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2836 M: Paolo Bonzini <pbonzini@redhat.com>
2837 M: Peter Lieven <pl@kamp.de>
2838 L: qemu-block@nongnu.org
2841 F: block/iscsi-opts.c
2843 Network Block Device (NBD)
2844 M: Eric Blake <eblake@redhat.com>
2845 L: qemu-block@nongnu.org
2849 F: include/block/nbd*
2852 F: docs/interop/nbd.txt
2853 F: docs/interop/qemu-nbd.rst
2854 T: git https://repo.or.cz/qemu/ericb.git nbd
2857 M: Peter Lieven <pl@kamp.de>
2858 L: qemu-block@nongnu.org
2863 M: Richard W.M. Jones <rjones@redhat.com>
2864 L: qemu-block@nongnu.org
2869 L: qemu-block@nongnu.org
2874 L: qemu-block@nongnu.org
2875 L: integration@gluster.org
2880 M: Fam Zheng <fam@euphon.net>
2881 L: qemu-block@nongnu.org
2886 M: Fam Zheng <fam@euphon.net>
2887 L: qemu-block@nongnu.org
2892 M: Gonglei <arei.gonglei@huawei.com>
2897 M: Alberto Garcia <berto@igalia.com>
2900 L: qemu-block@nongnu.org
2903 M: Ari Sundholm <ari@tuxera.com>
2904 L: qemu-block@nongnu.org
2906 F: block/blklogwrites.c
2909 M: Stefan Hajnoczi <stefanha@redhat.com>
2910 L: qemu-block@nongnu.org
2912 F: block/blkverify.c
2915 M: Stefan Hajnoczi <stefanha@redhat.com>
2916 L: qemu-block@nongnu.org
2921 M: Stefan Hajnoczi <stefanha@redhat.com>
2922 L: qemu-block@nongnu.org
2927 M: Stefan Hajnoczi <stefanha@redhat.com>
2928 L: qemu-block@nongnu.org
2933 M: Stefan Hajnoczi <stefanha@redhat.com>
2934 M: Denis V. Lunev <den@openvz.org>
2935 L: qemu-block@nongnu.org
2937 F: block/parallels.c
2938 F: docs/interop/parallels.txt
2941 M: Stefan Hajnoczi <stefanha@redhat.com>
2942 L: qemu-block@nongnu.org
2947 M: Kevin Wolf <kwolf@redhat.com>
2948 L: qemu-block@nongnu.org
2950 F: block/linux-aio.c
2951 F: include/block/raw-aio.h
2952 F: block/raw-format.c
2953 F: block/file-posix.c
2954 F: block/file-win32.c
2955 F: block/win32-aio.c
2958 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2959 M: Julia Suvorova <jusual@redhat.com>
2960 M: Stefan Hajnoczi <stefanha@redhat.com>
2961 L: qemu-block@nongnu.org
2967 M: Kevin Wolf <kwolf@redhat.com>
2968 M: Max Reitz <mreitz@redhat.com>
2969 L: qemu-block@nongnu.org
2972 F: docs/interop/qcow2.txt
2975 M: Kevin Wolf <kwolf@redhat.com>
2976 L: qemu-block@nongnu.org
2981 M: Kevin Wolf <kwolf@redhat.com>
2982 M: Max Reitz <mreitz@redhat.com>
2983 L: qemu-block@nongnu.org
2988 M: Kevin Wolf <kwolf@redhat.com>
2989 L: qemu-block@nongnu.org
2994 M: Kevin Wolf <kwolf@redhat.com>
2995 L: qemu-block@nongnu.org
3000 M: Stefan Hajnoczi <stefanha@redhat.com>
3001 L: qemu-block@nongnu.org
3003 F: tests/image-fuzzer/
3006 M: Wen Congyang <wencongyang2@huawei.com>
3007 M: Xie Changlong <xiechanglong.d@gmail.com>
3010 F: block/replication.c
3011 F: tests/test-replication.c
3012 F: docs/block-replication.txt
3015 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3016 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3021 F: contrib/rdmacm-mux/*
3025 M: Alex Bennée <alex.bennee@linaro.org>
3028 F: include/hw/semihosting/
3030 Build and test automation
3031 -------------------------
3032 Build and test automation
3033 M: Alex Bennée <alex.bennee@linaro.org>
3034 M: Fam Zheng <fam@euphon.net>
3035 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3037 F: .github/lockdown.yml
3043 F: scripts/archive-source.sh
3044 W: https://travis-ci.org/qemu/qemu
3045 W: https://app.shippable.com/github/qemu/qemu
3046 W: http://patchew.org/QEMU/
3048 FreeBSD Hosted Continuous Integration
3049 M: Ed Maste <emaste@freebsd.org>
3050 M: Li-Wen Hsu <lwhsu@freebsd.org>
3053 W: https://cirrus-ci.com/github/qemu/qemu
3055 GitLab Continuous Integration
3056 M: Thomas Huth <thuth@redhat.com>
3057 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3058 M: Alex Bennée <alex.bennee@linaro.org>
3059 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3063 Guest Test Compilation Support
3064 M: Alex Bennée <alex.bennee@linaro.org>
3065 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3067 F: tests/tcg/Makefile
3068 F: tests/tcg/Makefile.include
3070 Acceptance (Integration) Testing with the Avocado framework
3071 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3072 R: Cleber Rosa <crosa@redhat.com>
3073 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3074 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3076 F: tests/acceptance/
3080 Build system architecture
3081 M: Daniel P. Berrange <berrange@redhat.com>
3083 F: docs/devel/build-system.txt
3085 GIT Data Mining Config
3086 M: Alex Bennée <alex.bennee@linaro.org>
3091 Incompatible changes
3092 R: libvir-list@redhat.com
3093 F: docs/system/deprecated.rst
3098 M: Daniel P. Berrange <berrange@redhat.com>
3100 F: scripts/git-submodule.sh
3103 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3106 Sphinx documentation configuration and build machinery
3107 M: Peter Maydell <peter.maydell@linaro.org>
3114 Performance Tools and Tests
3115 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3117 F: scripts/performance/