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*
897 Xilinx ZynqMP and Versal
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
908 F: docs/system/arm/xlnx-versal-virt.rst
911 M: Shannon Zhao <shannon.zhaosl@gmail.com>
912 L: qemu-arm@nongnu.org
914 F: hw/arm/virt-acpi-build.c
917 M: Alistair Francis <alistair@alistair23.me>
918 M: Peter Maydell <peter.maydell@linaro.org>
919 L: qemu-arm@nongnu.org
921 F: hw/arm/stm32f205_soc.c
922 F: hw/misc/stm32f2xx_syscfg.c
923 F: hw/char/stm32f2xx_usart.c
924 F: hw/timer/stm32f2xx_timer.c
926 F: hw/ssi/stm32f2xx_spi.c
927 F: include/hw/*/stm32*.h
930 M: Alistair Francis <alistair@alistair23.me>
931 M: Peter Maydell <peter.maydell@linaro.org>
932 L: qemu-arm@nongnu.org
934 F: hw/arm/stm32f405_soc.c
935 F: hw/misc/stm32f4xx_syscfg.c
936 F: hw/misc/stm32f4xx_exti.c
939 M: Alistair Francis <alistair@alistair23.me>
940 M: Peter Maydell <peter.maydell@linaro.org>
941 L: qemu-arm@nongnu.org
943 F: hw/arm/netduino2.c
946 M: Alistair Francis <alistair@alistair23.me>
947 M: Peter Maydell <peter.maydell@linaro.org>
948 L: qemu-arm@nongnu.org
950 F: hw/arm/netduinoplus2.c
953 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
954 M: Peter Maydell <peter.maydell@linaro.org>
955 L: qemu-arm@nongnu.org
958 F: hw/misc/msf2-sysreg.c
959 F: hw/timer/mss-timer.c
961 F: include/hw/arm/msf2-soc.h
962 F: include/hw/misc/msf2-sysreg.h
963 F: include/hw/timer/mss-timer.h
964 F: include/hw/ssi/mss-spi.h
965 F: hw/net/msf2-emac.c
966 F: include/hw/net/msf2-emac.h
969 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
970 M: Peter Maydell <peter.maydell@linaro.org>
971 L: qemu-arm@nongnu.org
976 M: Cédric Le Goater <clg@kaod.org>
977 M: Peter Maydell <peter.maydell@linaro.org>
978 R: Andrew Jeffery <andrew@aj.id.au>
979 R: Joel Stanley <joel@jms.id.au>
980 L: qemu-arm@nongnu.org
984 F: include/hw/*/*aspeed*
985 F: include/hw/misc/pca9552*.h
986 F: hw/net/ftgmac100.c
987 F: include/hw/net/ftgmac100.h
990 M: Joel Stanley <joel@jms.id.au>
991 M: Peter Maydell <peter.maydell@linaro.org>
992 L: qemu-arm@nongnu.org
996 F: include/hw/*/nrf51*.h
997 F: include/hw/*/microbit*.h
998 F: tests/qtest/microbit-test.c
1004 M: Michael Rolnik <mrolnik@gmail.com>
1005 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1007 F: default-configs/avr-softmmu.mak
1009 F: include/hw/char/avr_usart.h
1010 F: hw/char/avr_usart.c
1011 F: include/hw/timer/avr_timer16.h
1012 F: hw/timer/avr_timer16.c
1013 F: include/hw/misc/avr_power.h
1014 F: hw/misc/avr_power.c
1017 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1018 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1025 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1027 F: hw/cris/axis_dev88.c
1033 M: Richard Henderson <rth@twiddle.net>
1034 R: Helge Deller <deller@gmx.de>
1036 F: default-configs/hppa-softmmu.mak
1038 F: pc-bios/hppa-firmware.img
1042 EVR32 and uclinux BSP
1043 R: Michael Walle <michael@walle.cc>
1045 F: hw/lm32/lm32_boards.c
1048 R: Michael Walle <michael@walle.cc>
1050 F: hw/lm32/milkymist.c
1055 M: Thomas Huth <huth@tuxfamily.org>
1058 F: hw/m68k/mcf5206.c
1061 M: Thomas Huth <huth@tuxfamily.org>
1063 F: hw/m68k/mcf5208.c
1064 F: hw/m68k/mcf_intc.c
1065 F: hw/char/mcf_uart.c
1067 F: include/hw/m68k/mcf*.h
1070 M: Thomas Huth <huth@tuxfamily.org>
1073 F: hw/display/next-fb.c
1074 F: include/hw/m68k/next-cube.h
1077 M: Laurent Vivier <laurent@vivier.eu>
1080 F: hw/misc/mac_via.c
1082 F: hw/display/macfb.c
1084 F: hw/m68k/bootinfo.h
1085 F: include/hw/misc/mac_via.h
1086 F: include/hw/nubus/*
1087 F: include/hw/display/macfb.h
1088 F: include/hw/block/swim.h
1092 petalogix_s3adsp1800
1093 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1095 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1096 F: include/hw/char/xilinx_uartlite.h
1099 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1101 F: hw/microblaze/petalogix_ml605_mmu.c
1106 M: Hervé Poussineau <hpoussin@reactos.org>
1107 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1110 F: hw/display/jazz_led.c
1114 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1115 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1116 R: Aurelien Jarno <aurelien@aurel32.net>
1121 F: hw/mips/gt64xxx_pci.c
1122 F: include/hw/southbridge/piix.h
1123 F: tests/acceptance/linux_ssh_mips_malta.py
1124 F: tests/acceptance/machine_mips_malta.py
1127 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1128 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1130 F: hw/mips/mipssim.c
1134 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1135 R: Aurelien Jarno <aurelien@aurel32.net>
1136 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1141 M: Huacai Chen <chenhc@lemote.com>
1142 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1143 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1144 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1146 F: hw/mips/fuloong2e.c
1147 F: hw/isa/vt82c686.c
1148 F: hw/pci-host/bonito.c
1149 F: include/hw/isa/vt82c686.h
1151 Loongson-3 virtual platforms
1152 M: Huacai Chen <chenhc@lemote.com>
1153 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1155 F: hw/intc/loongson_liointc.c
1158 M: Paul Burton <pburton@wavecomp.com>
1159 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1161 F: hw/core/loader-fit.c
1163 F: hw/pci-host/xilinx-pcie.c
1164 F: include/hw/pci-host/xilinx-pcie.h
1169 M: Jia Liu <proljc@gmail.com>
1171 F: hw/openrisc/openrisc_sim.c
1176 M: David Gibson <david@gibson.dropbear.id.au>
1177 L: qemu-ppc@nongnu.org
1179 F: hw/ppc/ppc405_boards.c
1182 M: David Gibson <david@gibson.dropbear.id.au>
1183 L: qemu-ppc@nongnu.org
1185 F: hw/ppc/ppc440_bamboo.c
1188 M: David Gibson <david@gibson.dropbear.id.au>
1189 L: qemu-ppc@nongnu.org
1192 F: hw/gpio/mpc8xxx.c
1194 F: hw/net/fsl_etsec/
1195 F: hw/pci-host/ppce500.c
1196 F: include/hw/ppc/ppc_e500.h
1197 F: include/hw/pci-host/ppce500.h
1198 F: pc-bios/u-boot.e500
1201 M: David Gibson <david@gibson.dropbear.id.au>
1202 L: qemu-ppc@nongnu.org
1204 F: hw/ppc/mpc8544ds.c
1205 F: hw/ppc/mpc8544_guts.c
1208 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1209 R: David Gibson <david@gibson.dropbear.id.au>
1210 L: qemu-ppc@nongnu.org
1212 F: hw/ppc/mac_newworld.c
1213 F: hw/pci-host/uninorth.c
1214 F: hw/pci-bridge/dec.[hc]
1216 F: hw/misc/mos6522.c
1217 F: hw/nvram/mac_nvram.c
1219 F: include/hw/misc/macio/
1220 F: include/hw/misc/mos6522.h
1221 F: include/hw/ppc/mac_dbdma.h
1222 F: include/hw/pci-host/uninorth.h
1223 F: include/hw/input/adb*
1224 F: pc-bios/qemu_vga.ndrv
1227 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1228 R: David Gibson <david@gibson.dropbear.id.au>
1229 L: qemu-ppc@nongnu.org
1231 F: hw/ppc/mac_oldworld.c
1232 F: hw/pci-host/grackle.c
1234 F: hw/intc/heathrow_pic.c
1236 F: include/hw/intc/heathrow_pic.h
1237 F: include/hw/input/adb*
1238 F: pc-bios/qemu_vga.ndrv
1241 M: Hervé Poussineau <hpoussin@reactos.org>
1242 L: qemu-ppc@nongnu.org
1245 F: hw/ppc/prep_systemio.c
1246 F: hw/ppc/rs6000_mc.c
1247 F: hw/pci-host/prep.[hc]
1251 F: hw/rtc/m48t59-isa.c
1252 F: include/hw/isa/pc87312.h
1253 F: include/hw/rtc/m48t59.h
1254 F: tests/acceptance/ppc_prep_40p.py
1257 M: David Gibson <david@gibson.dropbear.id.au>
1258 L: qemu-ppc@nongnu.org
1261 F: include/hw/*/spapr*
1263 F: include/hw/*/xics*
1265 F: docs/specs/ppc-spapr-hcalls.txt
1266 F: docs/specs/ppc-spapr-hotplug.txt
1267 F: tests/qtest/spapr*
1268 F: tests/qtest/libqos/*spapr*
1269 F: tests/qtest/rtas*
1270 F: tests/qtest/libqos/rtas*
1272 PowerNV (Non-Virtualized)
1273 M: Cédric Le Goater <clg@kaod.org>
1274 M: David Gibson <david@gibson.dropbear.id.au>
1275 L: qemu-ppc@nongnu.org
1279 F: hw/intc/xics_pnv.c
1281 F: include/hw/ppc/pnv*
1282 F: include/hw/pci-host/pnv*
1283 F: pc-bios/skiboot.lid
1287 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1288 L: qemu-ppc@nongnu.org
1290 F: hw/ppc/virtex_ml507.c
1293 M: BALATON Zoltan <balaton@eik.bme.hu>
1294 L: qemu-ppc@nongnu.org
1296 F: hw/ppc/sam460ex.c
1297 F: hw/ppc/ppc440_pcix.c
1298 F: hw/display/sm501*
1301 F: pc-bios/canyonlands.dt[sb]
1302 F: pc-bios/u-boot-sam460ex-20100605.bin
1303 F: roms/u-boot-sam460ex
1308 M: Alistair Francis <Alistair.Francis@wdc.com>
1309 L: qemu-riscv@nongnu.org
1311 F: hw/riscv/opentitan.c
1312 F: hw/char/ibex_uart.c
1313 F: hw/intc/ibex_plic.c
1314 F: include/hw/riscv/opentitan.h
1315 F: include/hw/char/ibex_uart.h
1316 F: include/hw/intc/ibex_plic.h
1321 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1323 F: docs/system/target-rx.rst
1324 F: hw/rx/rx-gdbsim.c
1325 F: tests/acceptance/machine_rx_gdbsim.py
1330 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1331 R: Magnus Damm <magnus.damm@gmail.com>
1334 F: hw/intc/sh_intc.c
1335 F: include/hw/sh4/sh_intc.h
1338 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1339 R: Magnus Damm <magnus.damm@gmail.com>
1342 F: hw/intc/sh_intc.c
1343 F: include/hw/sh4/sh_intc.h
1348 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1351 F: hw/sparc/sun4m_iommu.c
1354 F: hw/dma/sparc32_dma.c
1355 F: hw/misc/eccmemctl.c
1357 F: include/hw/nvram/sun_nvram.h
1358 F: include/hw/sparc/sparc32_dma.h
1359 F: include/hw/sparc/sun4m_iommu.h
1360 F: pc-bios/openbios-sparc32
1363 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1365 F: hw/sparc64/sun4u.c
1366 F: hw/sparc64/sun4u_iommu.c
1367 F: include/hw/sparc/sun4u_iommu.h
1368 F: hw/pci-host/sabre.c
1369 F: include/hw/pci-host/sabre.h
1370 F: hw/pci-bridge/simba.c
1371 F: include/hw/pci-bridge/simba.h
1372 F: pc-bios/openbios-sparc64
1373 F: tests/acceptance/machine_sparc64_sun4u.py
1376 M: Artyom Tarasenko <atar4qemu@gmail.com>
1378 F: hw/sparc64/niagara.c
1379 F: hw/rtc/sun4v-rtc.c
1380 F: include/hw/rtc/sun4v-rtc.h
1383 M: Fabien Chouteau <chouteau@adacore.com>
1384 M: KONRAD Frederic <frederic.konrad@adacore.com>
1388 F: include/hw/*/grlib*
1389 F: tests/acceptance/machine_sparc_leon3.py
1394 M: Cornelia Huck <cohuck@redhat.com>
1395 M: Halil Pasic <pasic@linux.ibm.com>
1396 M: Christian Borntraeger <borntraeger@de.ibm.com>
1398 F: hw/char/sclp*.[hc]
1399 F: hw/char/terminal3270.c
1401 F: include/hw/s390x/
1402 F: hw/watchdog/wdt_diag288.c
1403 F: include/hw/watchdog/wdt_diag288.h
1404 F: default-configs/s390x-softmmu.mak
1405 T: git https://github.com/cohuck/qemu.git s390-next
1406 T: git https://github.com/borntraeger/qemu.git s390-next
1407 L: qemu-s390x@nongnu.org
1410 M: Christian Borntraeger <borntraeger@de.ibm.com>
1411 M: Thomas Huth <thuth@redhat.com>
1414 F: pc-bios/s390-ccw/
1415 F: pc-bios/s390-ccw.img
1416 F: docs/devel/s390-dasd-ipl.rst
1417 T: git https://github.com/borntraeger/qemu.git s390-next
1418 L: qemu-s390x@nongnu.org
1421 M: Matthew Rosato <mjrosato@linux.ibm.com>
1423 F: hw/s390x/s390-pci*
1424 L: qemu-s390x@nongnu.org
1428 PKUnity-3 SoC initramfs-with-busybox
1429 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1437 M: Michael S. Tsirkin <mst@redhat.com>
1438 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1442 F: hw/pci-host/i440fx.c
1443 F: hw/pci-host/q35.c
1444 F: hw/pci-host/pam.c
1445 F: include/hw/pci-host/i440fx.h
1446 F: include/hw/pci-host/q35.h
1447 F: include/hw/pci-host/pam.h
1449 F: hw/isa/lpc_ich9.c
1450 F: hw/i2c/smbus_ich9.c
1453 F: include/hw/acpi/ich9.h
1454 F: include/hw/southbridge/piix.h
1457 F: include/hw/isa/apm.h
1458 F: tests/test-x86-cpuid.c
1459 F: tests/qtest/test-x86-cpuid-compat.c
1462 M: Michael S. Tsirkin <mst@redhat.com>
1463 M: Paolo Bonzini <pbonzini@redhat.com>
1465 F: hw/char/debugcon.c
1466 F: hw/char/parallel*
1469 F: hw/i2c/pm_smbus.c
1474 F: hw/isa/isa-superio.c
1475 F: hw/misc/debugexit.c
1476 F: hw/misc/pc-testdev.c
1479 F: hw/rtc/mc146818rtc*
1480 F: hw/watchdog/wdt_ib700.c
1481 F: hw/watchdog/wdt_i6300esb.c
1482 F: include/hw/display/vga.h
1483 F: include/hw/char/parallel.h
1484 F: include/hw/dma/i8257.h
1485 F: include/hw/i2c/pm_smbus.h
1486 F: include/hw/input/i8042.h
1487 F: include/hw/isa/i8259_internal.h
1488 F: include/hw/isa/superio.h
1489 F: include/hw/timer/hpet.h
1490 F: include/hw/timer/i8254*
1491 F: include/hw/rtc/mc146818rtc*
1494 M: Sergio Lopez <slp@redhat.com>
1495 M: Paolo Bonzini <pbonzini@redhat.com>
1498 F: hw/i386/microvm.c
1499 F: include/hw/i386/microvm.h
1500 F: pc-bios/bios-microvm.bin
1503 M: Eduardo Habkost <ehabkost@redhat.com>
1504 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1507 F: hw/core/machine-qmp-cmds.c
1508 F: hw/core/machine.c
1509 F: hw/core/null-machine.c
1512 F: qapi/machine.json
1513 F: qapi/machine-target.json
1514 F: include/hw/boards.h
1515 F: include/hw/core/cpu.h
1516 F: include/hw/cpu/cluster.h
1517 F: include/sysemu/numa.h
1518 T: git https://github.com/ehabkost/qemu.git machine-next
1523 M: Max Filippov <jcmvbkbc@gmail.com>
1528 M: Max Filippov <jcmvbkbc@gmail.com>
1532 XTFPGA (LX60, LX200, ML605, KC705)
1533 M: Max Filippov <jcmvbkbc@gmail.com>
1535 F: hw/xtensa/xtfpga.c
1536 F: hw/net/opencores_eth.c
1541 M: Jiri Slaby <jslaby@suse.cz>
1546 M: John Snow <jsnow@redhat.com>
1547 L: qemu-block@nongnu.org
1554 F: hw/block/hd-geometry.c
1555 F: tests/qtest/ide-test.c
1556 F: tests/qtest/ahci-test.c
1557 F: tests/qtest/cdrom-test.c
1558 F: tests/qtest/libqos/ahci*
1559 T: git https://github.com/jnsnow/qemu.git ide
1562 M: Corey Minyard <minyard@acm.org>
1564 F: include/hw/ipmi/*
1566 F: hw/smbios/smbios_type_38.c
1567 F: tests/qtest/ipmi*
1568 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1571 M: John Snow <jsnow@redhat.com>
1572 L: qemu-block@nongnu.org
1575 F: include/hw/block/fdc.h
1576 F: tests/qtest/fdc-test.c
1577 T: git https://github.com/jnsnow/qemu.git ide
1580 M: Peter Maydell <peter.maydell@linaro.org>
1581 L: qemu-arm@nongnu.org
1584 F: include/hw/arm/omap.h
1587 M: Alberto Garcia <berto@igalia.com>
1589 F: hw/char/ipoctal232.c
1593 M: Michael S. Tsirkin <mst@redhat.com>
1594 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1597 F: hw/misc/pci-testdev.c
1602 F: default-configs/pci.mak
1605 M: Michael S. Tsirkin <mst@redhat.com>
1606 M: Igor Mammedov <imammedo@redhat.com>
1608 F: include/hw/acpi/*
1609 F: include/hw/firmware/smbios.h
1613 F: hw/i386/acpi-build.[hc]
1614 F: hw/arm/virt-acpi-build.c
1615 F: tests/qtest/bios-tables-test*
1616 F: tests/qtest/acpi-utils.[hc]
1620 R: Dongjiu Geng <gengdongjiu@huawei.com>
1621 R: Xiang Zheng <zhengxiang9@huawei.com>
1622 L: qemu-arm@nongnu.org
1625 F: include/hw/acpi/ghes.h
1626 F: docs/specs/acpi_hest_ghes.rst
1629 M: David Gibson <david@gibson.dropbear.id.au>
1630 L: qemu-ppc@nongnu.org
1633 F: hw/i2c/ppc4xx_i2c.c
1634 F: include/hw/ppc/ppc4xx.h
1635 F: include/hw/i2c/ppc4xx_i2c.h
1638 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1639 R: Paolo Bonzini <pbonzini@redhat.com>
1644 M: Jason Wang <jasowang@redhat.com>
1648 F: tests/qtest/virtio-net-test.c
1649 F: docs/virtio-net-failover.rst
1650 T: git https://github.com/jasowang/qemu.git net
1652 Parallel NOR Flash devices
1653 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1654 T: git https://gitlab.com/philmd/qemu.git pflash-next
1656 F: hw/block/pflash_cfi*.c
1657 F: include/hw/block/flash.h
1660 M: Paolo Bonzini <pbonzini@redhat.com>
1661 R: Fam Zheng <fam@euphon.net>
1663 F: include/hw/scsi/*
1665 F: tests/qtest/virtio-scsi-test.c
1666 T: git https://github.com/bonzini/qemu.git scsi-next
1669 M: Alistair Francis <alistair@alistair23.me>
1672 F: hw/block/m25p80.c
1673 F: include/hw/ssi/ssi.h
1675 F: tests/qtest/m25p80-test.c
1678 M: Alistair Francis <alistair@alistair23.me>
1683 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1684 L: qemu-block@nongnu.org
1686 F: include/hw/sd/sd*
1693 M: Gerd Hoffmann <kraxel@redhat.com>
1696 F: tests/qtest/usb-*-test.c
1698 F: docs/usb-storage.txt
1701 F: default-configs/usb.mak
1703 USB (serial adapter)
1704 M: Gerd Hoffmann <kraxel@redhat.com>
1705 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1707 F: hw/usb/dev-serial.c
1710 M: Alex Williamson <alex.williamson@redhat.com>
1716 M: Cornelia Huck <cohuck@redhat.com>
1717 M: Eric Farman <farman@linux.ibm.com>
1720 F: hw/s390x/s390-ccw.c
1721 F: include/hw/s390x/s390-ccw.h
1722 F: include/hw/s390x/vfio-ccw.h
1723 T: git https://github.com/cohuck/qemu.git s390-next
1724 L: qemu-s390x@nongnu.org
1727 M: Christian Borntraeger <borntraeger@de.ibm.com>
1728 M: Tony Krowiak <akrowiak@linux.ibm.com>
1729 M: Halil Pasic <pasic@linux.ibm.com>
1730 M: Pierre Morel <pmorel@linux.ibm.com>
1732 F: hw/s390x/ap-device.c
1733 F: hw/s390x/ap-bridge.c
1734 F: include/hw/s390x/ap-device.h
1735 F: include/hw/s390x/ap-bridge.h
1737 F: docs/system/s390x/vfio-ap.rst
1738 L: qemu-s390x@nongnu.org
1741 M: Michael S. Tsirkin <mst@redhat.com>
1744 F: docs/interop/vhost-user.json
1745 F: docs/interop/vhost-user.rst
1746 F: contrib/vhost-user-*/
1747 F: backends/vhost-user.c
1748 F: include/sysemu/vhost-user-backend.h
1751 M: Michael S. Tsirkin <mst@redhat.com>
1754 F: hw/virtio/Makefile.objs
1755 F: hw/virtio/trace-events
1757 F: include/hw/virtio/
1760 M: Michael S. Tsirkin <mst@redhat.com>
1761 M: David Hildenbrand <david@redhat.com>
1763 F: hw/virtio/virtio-balloon*.c
1764 F: include/hw/virtio/virtio-balloon.h
1765 F: softmmu/balloon.c
1766 F: include/sysemu/balloon.h
1769 M: Greg Kurz <groug@kaod.org>
1770 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1775 F: docs/interop/virtfs-proxy-helper.rst
1776 F: tests/qtest/virtio-9p-test.c
1777 T: git https://github.com/gkurz/qemu.git 9p-next
1780 M: Stefan Hajnoczi <stefanha@redhat.com>
1781 L: qemu-block@nongnu.org
1783 F: hw/block/virtio-blk.c
1784 F: hw/block/dataplane/*
1785 F: tests/qtest/virtio-blk-test.c
1786 T: git https://github.com/stefanha/qemu.git block
1789 M: Cornelia Huck <cohuck@redhat.com>
1790 M: Halil Pasic <pasic@linux.ibm.com>
1792 F: hw/s390x/virtio-ccw*.[hc]
1793 F: hw/s390x/vhost-vsock-ccw.c
1794 T: git https://github.com/cohuck/qemu.git s390-next
1795 T: git https://github.com/borntraeger/qemu.git s390-next
1796 L: qemu-s390x@nongnu.org
1799 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1800 M: Stefan Hajnoczi <stefanha@redhat.com>
1802 F: tools/virtiofsd/*
1803 F: hw/virtio/vhost-user-fs*
1804 F: include/hw/virtio/vhost-user-fs.h
1805 F: docs/interop/virtiofsd.rst
1808 M: Gerd Hoffmann <kraxel@redhat.com>
1810 F: hw/input/vhost-user-input.c
1811 F: hw/input/virtio-input*.c
1812 F: include/hw/virtio/virtio-input.h
1813 F: contrib/vhost-user-input/*
1816 M: Eric Auger <eric.auger@redhat.com>
1818 F: hw/virtio/virtio-iommu*.c
1819 F: include/hw/virtio/virtio-iommu.h
1822 M: Laurent Vivier <lvivier@redhat.com>
1823 R: Amit Shah <amit@kernel.org>
1825 F: hw/char/virtio-serial-bus.c
1826 F: hw/char/virtio-console.c
1827 F: include/hw/virtio/virtio-serial.h
1828 F: tests/qtest/virtio-serial-test.c
1831 M: Laurent Vivier <lvivier@redhat.com>
1832 R: Amit Shah <amit@kernel.org>
1834 F: hw/virtio/virtio-rng.c
1835 F: include/hw/virtio/virtio-rng.h
1836 F: include/sysemu/rng*.h
1838 F: tests/qtest/virtio-rng-test.c
1841 M: Gonglei <arei.gonglei@huawei.com>
1843 F: hw/virtio/virtio-crypto.c
1844 F: hw/virtio/virtio-crypto-pci.c
1845 F: include/hw/virtio/virtio-crypto.h
1848 M: David Hildenbrand <david@redhat.com>
1850 W: https://virtio-mem.gitlab.io/
1851 F: hw/virtio/virtio-mem.c
1852 F: hw/virtio/virtio-mem-pci.h
1853 F: hw/virtio/virtio-mem-pci.c
1854 F: include/hw/virtio/virtio-mem.h
1857 M: Keith Busch <kbusch@kernel.org>
1858 L: qemu-block@nongnu.org
1861 F: tests/qtest/nvme-test.c
1864 M: Hannes Reinecke <hare@suse.com>
1865 L: qemu-block@nongnu.org
1867 F: hw/scsi/megasas.c
1869 F: tests/qtest/megasas-test.c
1871 Network packet abstractions
1872 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1874 F: include/net/eth.h
1876 F: hw/net/net_rx_pkt*
1877 F: hw/net/net_tx_pkt*
1880 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1883 F: hw/scsi/vmw_pvscsi*
1884 F: tests/qtest/vmxnet3-test.c
1887 M: Jiri Pirko <jiri@resnulli.us>
1891 F: docs/specs/rocker.txt
1894 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1898 F: include/hw/mem/nvdimm.h
1902 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1907 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1912 M: Stefan Weil <sw@weilnetz.de>
1914 F: hw/net/eepro100.c
1917 M: Sven Schnelle <svens@stackframe.org>
1923 M: Alistair Francis <alistair@alistair23.me>
1925 F: hw/core/generic-loader.c
1926 F: include/hw/core/generic-loader.h
1927 F: docs/generic-loader.txt
1929 Intel Hexadecimal Object File Loader
1930 M: Su Hang <suhang16@mails.ucas.ac.cn>
1932 F: tests/qtest/hexloader-test.c
1933 F: tests/data/hex-loader/test.hex
1936 M: Thomas Huth <thuth@redhat.com>
1938 F: hw/nvram/chrp_nvram.c
1939 F: include/hw/nvram/chrp_nvram.h
1940 F: tests/qtest/prom-env-test.c
1943 M: Ben Warren <ben@skyportsystems.com>
1945 F: hw/acpi/vmgenid.c
1946 F: include/hw/acpi/vmgenid.h
1947 F: docs/specs/vmgenid.txt
1948 F: tests/qtest/vmgenid-test.c
1951 Unimplemented device
1952 M: Peter Maydell <peter.maydell@linaro.org>
1953 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1955 F: include/hw/misc/unimp.h
1959 M: Artyom Tarasenko <atar4qemu@gmail.com>
1960 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1962 F: include/hw/misc/empty_slot.h
1963 F: hw/misc/empty_slot.c
1966 M: Gerd Hoffmann <kraxel@redhat.com>
1969 F: hw/display/bochs-display.c
1970 F: include/hw/display/vga.h
1971 F: include/hw/display/bochs-vbe.h
1974 M: Gerd Hoffmann <kraxel@redhat.com>
1976 F: hw/display/ramfb*.c
1977 F: include/hw/display/ramfb.h
1980 M: Gerd Hoffmann <kraxel@redhat.com>
1982 F: hw/display/virtio-gpu*
1983 F: hw/display/virtio-vga.*
1984 F: include/hw/virtio/virtio-gpu.h
1987 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1989 F: contrib/vhost-user-blk/
1990 F: contrib/vhost-user-scsi/
1991 F: hw/block/vhost-user-blk.c
1992 F: hw/scsi/vhost-user-scsi.c
1993 F: hw/virtio/vhost-user-blk-pci.c
1994 F: hw/virtio/vhost-user-scsi-pci.c
1995 F: include/hw/virtio/vhost-user-blk.h
1996 F: include/hw/virtio/vhost-user-scsi.h
1999 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2000 M: Gerd Hoffmann <kraxel@redhat.com>
2002 F: docs/interop/vhost-user-gpu.rst
2003 F: contrib/vhost-user-gpu
2004 F: hw/display/vhost-user-*
2007 M: Gerd Hoffmann <kraxel@redhat.com>
2009 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2010 F: hw/display/cirrus*
2013 M: Gerd Hoffmann <kraxel@redhat.com>
2016 F: include/hw/display/edid.h
2019 PIIX4 South Bridge (i82371AB)
2020 M: Hervé Poussineau <hpoussin@reactos.org>
2021 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2024 F: include/hw/southbridge/piix.h
2026 Firmware configuration (fw_cfg)
2027 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2028 R: Laszlo Ersek <lersek@redhat.com>
2029 R: Gerd Hoffmann <kraxel@redhat.com>
2031 F: docs/specs/fw_cfg.txt
2032 F: hw/nvram/fw_cfg.c
2034 F: include/hw/nvram/fw_cfg.h
2035 F: include/standard-headers/linux/qemu_fw_cfg.h
2036 F: tests/qtest/libqos/fw_cfg.c
2037 F: tests/qtest/fw_cfg-test.c
2038 T: git https://github.com/philmd/qemu.git fw_cfg-next
2041 M: David Gibson <david@gibson.dropbear.id.au>
2042 M: Cédric Le Goater <clg@kaod.org>
2043 L: qemu-ppc@nongnu.org
2046 F: include/hw/*/*xive*
2050 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2051 R: Magnus Damm <magnus.damm@gmail.com>
2053 F: hw/char/renesas_sci.c
2054 F: hw/char/sh_serial.c
2055 F: hw/timer/renesas_*.c
2056 F: hw/timer/sh_timer.c
2057 F: include/hw/char/renesas_sci.h
2058 F: include/hw/sh4/sh.h
2059 F: include/hw/timer/renesas_*.h
2061 Renesas RX peripherals
2062 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2066 F: include/hw/intc/rx_icu.h
2072 M: Gerd Hoffmann <kraxel@redhat.com>
2076 F: include/hw/audio/
2077 F: tests/qtest/ac97-test.c
2078 F: tests/qtest/es1370-test.c
2079 F: tests/qtest/intel-hda-test.c
2082 M: Kevin Wolf <kwolf@redhat.com>
2083 M: Max Reitz <mreitz@redhat.com>
2084 L: qemu-block@nongnu.org
2091 F: docs/interop/qemu-img.rst
2093 F: tests/qemu-iotests/
2094 F: util/qemu-progress.c
2095 F: qobject/block-qdict.c
2096 F: tests/check-block-qdict.c
2097 T: git https://repo.or.cz/qemu/kevin.git block
2100 M: Stefan Hajnoczi <stefanha@redhat.com>
2101 M: Fam Zheng <fam@euphon.net>
2102 L: qemu-block@nongnu.org
2110 F: include/block/aio.h
2111 F: include/block/aio-wait.h
2112 F: scripts/qemugdb/aio.py
2113 T: git https://github.com/stefanha/qemu.git block
2115 Block SCSI subsystem
2116 M: Paolo Bonzini <pbonzini@redhat.com>
2117 R: Fam Zheng <fam@euphon.net>
2118 L: qemu-block@nongnu.org
2124 M: John Snow <jsnow@redhat.com>
2125 L: qemu-block@nongnu.org
2128 F: include/block/blockjob.h
2131 F: include/qemu/job.h
2137 T: git https://github.com/jnsnow/qemu.git jobs
2139 Block QAPI, monitor, command line
2140 M: Markus Armbruster <armbru@redhat.com>
2143 F: blockdev-hmp-cmds.c
2146 F: qapi/transaction.json
2147 T: git https://repo.or.cz/qemu/armbru.git block-next
2150 M: Eric Blake <eblake@redhat.com>
2151 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2152 R: John Snow <jsnow@redhat.com>
2153 L: qemu-block@nongnu.org
2155 F: include/qemu/hbitmap.h
2156 F: include/block/dirty-bitmap.h
2157 F: block/monitor/bitmap-qmp-cmds.c
2158 F: block/dirty-bitmap.c
2159 F: block/qcow2-bitmap.c
2160 F: migration/block-dirty-bitmap.c
2162 F: tests/test-hbitmap.c
2163 F: docs/interop/bitmaps.rst
2164 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2166 Character device backends
2167 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2168 R: Paolo Bonzini <pbonzini@redhat.com>
2174 Character Devices (Braille)
2175 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2179 Command line option argument parsing
2180 M: Markus Armbruster <armbru@redhat.com>
2182 F: include/qemu/option.h
2183 F: tests/test-keyval.c
2184 F: tests/test-qemu-opts.c
2186 F: util/qemu-option.c
2189 M: Markus Armbruster <armbru@redhat.com>
2191 F: scripts/coverity-model.c
2193 Coverity Scan integration
2194 M: Peter Maydell <peter.maydell@linaro.org>
2196 F: scripts/coverity-scan/
2199 M: Alistair Francis <alistair.francis@wdc.com>
2200 R: David Gibson <david@gibson.dropbear.id.au>
2203 F: include/sysemu/device_tree.h
2207 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2209 F: hw/misc/vmcoreinfo.c
2210 F: include/hw/misc/vmcoreinfo.h
2211 F: include/qemu/win_dump_defs
2212 F: include/sysemu/dump-arch.h
2213 F: include/sysemu/dump.h
2215 F: scripts/dump-guest-memory.py
2219 M: Markus Armbruster <armbru@redhat.com>
2221 F: include/qapi/error.h
2222 F: include/qemu/error-report.h
2225 F: util/qemu-error.c
2226 F: scripts/coccinelle/err-bad-newline.cocci
2227 F: scripts/coccinelle/error-use-after-free.cocci
2228 F: scripts/coccinelle/error_propagate_null.cocci
2229 F: scripts/coccinelle/remove_local_err.cocci
2230 F: scripts/coccinelle/use-error_fatal.cocci
2231 F: scripts/coccinelle/errp-guard.cocci
2234 M: Alex Bennée <alex.bennee@linaro.org>
2235 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2241 M: Paolo Bonzini <pbonzini@redhat.com>
2243 F: include/exec/ioport.h
2244 F: include/exec/memop.h
2245 F: include/exec/memory.h
2246 F: include/exec/ram_addr.h
2247 F: include/exec/ramblock.h
2250 F: include/exec/memory-internal.h
2252 F: scripts/coccinelle/memory-region-housekeeping.cocci
2255 M: Gerd Hoffmann <kraxel@redhat.com>
2257 F: include/ui/qemu-spice.h
2258 F: include/ui/spice-display.h
2260 F: audio/spiceaudio.c
2263 F: docs/spice-port-fqdn.txt
2266 M: Gerd Hoffmann <kraxel@redhat.com>
2274 M: Peter Maydell <peter.maydell@linaro.org>
2279 M: Paolo Bonzini <pbonzini@redhat.com>
2281 F: include/qemu/main-loop.h
2282 F: include/sysemu/runstate.h
2284 F: util/qemu-timer.c
2288 F: softmmu/cpu-throttle.c
2289 F: qapi/run-state.json
2292 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2294 F: monitor/monitor-internal.h
2296 F: monitor/monitor.c
2300 F: include/monitor/hmp-target.h
2301 F: tests/qtest/test-hmp.c
2302 F: include/qemu/qemu-print.h
2303 F: util/qemu-print.c
2305 Network device backends
2306 M: Jason Wang <jasowang@redhat.com>
2310 F: qemu-bridge-helper.c
2311 T: git https://github.com/jasowang/qemu.git net
2314 Netmap network backend
2315 M: Luigi Rizzo <rizzo@iet.unipi.it>
2316 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2317 M: Vincenzo Maffione <v.maffione@gmail.com>
2318 W: http://info.iet.unipi.it/~luigi/netmap/
2322 Host Memory Backends
2323 M: Eduardo Habkost <ehabkost@redhat.com>
2324 M: Igor Mammedov <imammedo@redhat.com>
2326 F: backends/hostmem*.c
2327 F: include/sysemu/hostmem.h
2328 T: git https://github.com/ehabkost/qemu.git machine-next
2331 M: Gonglei <arei.gonglei@huawei.com>
2333 F: include/sysemu/cryptodev*.h
2334 F: backends/cryptodev*.c
2337 M: Eduardo Habkost <ehabkost@redhat.com>
2338 M: Cleber Rosa <crosa@redhat.com>
2345 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2347 F: scripts/simplebench/
2350 M: Markus Armbruster <armbru@redhat.com>
2351 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2356 X: include/qapi/qmp/
2357 F: include/qapi/qmp/dispatch.h
2358 F: tests/qapi-schema/
2359 F: tests/test-*-visitor.c
2360 F: tests/test-qapi-*.c
2361 F: tests/test-qmp-*.c
2362 F: tests/test-visitor-serialization.c
2363 F: scripts/qapi-gen.py
2366 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2369 M: Eric Blake <eblake@redhat.com>
2370 M: Markus Armbruster <armbru@redhat.com>
2373 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2376 M: Markus Armbruster <armbru@redhat.com>
2379 F: include/qapi/qmp/
2380 X: include/qapi/qmp/dispatch.h
2381 F: scripts/coccinelle/qobject.cocci
2382 F: tests/check-qdict.c
2383 F: tests/check-qjson.c
2384 F: tests/check-qlist.c
2385 F: tests/check-qlit.c
2386 F: tests/check-qnull.c
2387 F: tests/check-qnum.c
2388 F: tests/check-qobject.c
2389 F: tests/check-qstring.c
2390 F: tests/data/qobject/qdict.txt
2391 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2394 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2397 F: docs/interop/qemu-ga.rst
2398 F: scripts/qemu-guest-agent/
2400 F: docs/interop/qemu-ga-ref.texi
2401 T: git https://github.com/mdroth/qemu.git qga
2404 M: Paolo Bonzini <pbonzini@redhat.com>
2405 R: Daniel P. Berrange <berrange@redhat.com>
2406 R: Eduardo Habkost <ehabkost@redhat.com>
2408 F: docs/qdev-device-use.txt
2413 F: include/monitor/qdev.h
2419 F: tests/check-qom-interface.c
2420 F: tests/check-qom-proplist.c
2421 F: tests/test-qdev-global-props.c
2424 M: Markus Armbruster <armbru@redhat.com>
2426 F: monitor/monitor-internal.h
2429 F: monitor/monitor.c
2431 F: docs/devel/*qmp-*
2432 F: docs/interop/*qmp-*
2434 F: tests/qtest/qmp-test.c
2435 F: tests/qtest/qmp-cmd-test.c
2436 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2439 M: Thomas Huth <thuth@redhat.com>
2440 M: Laurent Vivier <lvivier@redhat.com>
2441 R: Paolo Bonzini <pbonzini@redhat.com>
2446 X: tests/qtest/bios-tables-test-allowed-diff.h
2449 M: Alexander Bulekov <alxndr@bu.edu>
2450 R: Paolo Bonzini <pbonzini@redhat.com>
2451 R: Bandan Das <bsd@redhat.com>
2452 R: Stefan Hajnoczi <stefanha@redhat.com>
2453 R: Thomas Huth <thuth@redhat.com>
2455 F: tests/qtest/fuzz/
2456 F: scripts/oss-fuzz/
2457 F: docs/devel/fuzzing.txt
2460 M: Alistair Francis <alistair@alistair23.me>
2462 F: hw/core/register.c
2463 F: include/hw/register.h
2464 F: include/hw/registerfields.h
2467 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2471 F: include/net/slirp.h
2472 T: git https://people.debian.org/~sthibault/qemu.git slirp
2475 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2478 F: include/hw/stream.h
2481 M: Paolo Bonzini <pbonzini@redhat.com>
2486 M: Stefan Hajnoczi <stefanha@redhat.com>
2490 F: docs/qemu-option-trace.rst.inc
2491 F: scripts/tracetool.py
2492 F: scripts/tracetool/
2493 F: scripts/qemu-trace-stap*
2494 F: docs/interop/qemu-trace-stap.rst
2495 F: docs/devel/tracing.txt
2496 T: git https://github.com/stefanha/qemu.git tracing
2499 M: Stefan Berger <stefanb@linux.ibm.com>
2504 F: include/hw/acpi/tpm.h
2505 F: include/sysemu/tpm*
2508 F: tests/qtest/*tpm*
2509 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2513 F: scripts/checkpatch.pl
2516 M: Juan Quintela <quintela@redhat.com>
2517 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2519 F: hw/core/vmstate-if.c
2520 F: include/hw/vmstate-if.h
2521 F: include/migration/
2523 F: scripts/vmstate-static-checker.py
2524 F: tests/vmstate-static-checker-data/
2525 F: tests/qtest/migration-test.c
2526 F: docs/devel/migration.rst
2527 F: qapi/migration.json
2530 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2532 F: backends/dbus-vmstate.c
2533 F: tests/dbus-vmstate*
2535 F: include/qemu/dbus.h
2536 F: docs/interop/dbus.rst
2537 F: docs/interop/dbus-vmstate.rst
2540 M: Eduardo Otubo <otubo@redhat.com>
2543 F: include/sysemu/seccomp.h
2546 M: Daniel P. Berrange <berrange@redhat.com>
2550 F: tests/test-crypto-*
2551 F: tests/benchmark-crypto-*
2552 F: tests/crypto-tls-*
2553 F: tests/pkix_asn1_tab.c
2557 M: Stefan Hajnoczi <stefanha@redhat.com>
2558 M: Kevin Wolf <kwolf@redhat.com>
2561 F: include/qemu/coroutine*
2562 F: tests/test-coroutine.c
2565 M: Daniel P. Berrange <berrange@redhat.com>
2568 F: include/qemu/buffer.h
2571 M: Daniel P. Berrange <berrange@redhat.com>
2578 M: Daniel P. Berrange <berrange@redhat.com>
2583 F: tests/test-authz-*
2586 M: Daniel P. Berrange <berrange@redhat.com>
2587 M: Gerd Hoffmann <kraxel@redhat.com>
2589 F: include/qemu/sockets.h
2590 F: util/qemu-sockets.c
2591 F: qapi/sockets.json
2594 M: Daniel P. Berrange <berrange@redhat.com>
2596 F: util/filemonitor*.c
2597 F: include/qemu/filemonitor.h
2598 F: tests/test-util-filemonitor.c
2600 Throttling infrastructure
2601 M: Alberto Garcia <berto@igalia.com>
2603 F: block/throttle-groups.c
2604 F: include/block/throttle-groups.h
2605 F: include/qemu/throttle*.h
2607 F: docs/throttle.txt
2608 F: tests/test-throttle.c
2609 L: qemu-block@nongnu.org
2612 M: Fam Zheng <fam@euphon.net>
2615 F: include/qemu/uuid.h
2616 F: tests/test-uuid.c
2619 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2622 F: include/migration/colo.h
2623 F: include/migration/failover.h
2627 M: Zhang Chen <chen.zhang@intel.com>
2628 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2630 F: docs/colo-proxy.txt
2632 F: net/filter-rewriter.c
2633 F: net/filter-mirror.c
2636 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2637 R: Paolo Bonzini <pbonzini@redhat.com>
2638 W: https://wiki.qemu.org/Features/record-replay
2641 F: block/blkreplay.c
2642 F: net/filter-replay.c
2643 F: include/sysemu/replay.h
2646 F: tests/acceptance/replay_kernel.py
2649 M: Peter Xu <peterx@redhat.com>
2651 F: include/qemu/iova-tree.h
2655 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2660 M: Corey Minyard <cminyard@mvista.com>
2663 F: hw/i2c/smbus_slave.c
2664 F: hw/i2c/smbus_master.c
2665 F: hw/i2c/smbus_eeprom.c
2666 F: include/hw/i2c/i2c.h
2667 F: include/hw/i2c/smbus_master.h
2668 F: include/hw/i2c/smbus_slave.h
2669 F: include/hw/i2c/smbus_eeprom.h
2671 Firmware schema specifications
2672 M: Laszlo Ersek <lersek@redhat.com>
2673 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2674 R: Daniel P. Berrange <berrange@redhat.com>
2675 R: Kashyap Chamarthy <kchamart@redhat.com>
2677 F: docs/interop/firmware.json
2680 M: Laszlo Ersek <lersek@redhat.com>
2681 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2683 F: pc-bios/descriptors/??-edk2-*.json
2685 F: roms/Makefile.edk2
2688 F: tests/data/uefi-boot-images/
2689 F: tests/uefi-test-tools/
2690 F: .gitlab-ci.d/edk2.yml
2691 F: .gitlab-ci.d/edk2/
2694 M: Michael S. Tsirkin <mst@redhat.com>
2695 M: Peter Xu <peterx@redhat.com>
2696 R: Jason Wang <jasowang@redhat.com>
2698 F: hw/i386/intel_iommu.c
2699 F: hw/i386/intel_iommu_internal.h
2700 F: include/hw/i386/intel_iommu.h
2703 M: Bin Meng <bmeng.cn@gmail.com>
2705 F: pc-bios/opensbi-*
2706 F: .gitlab-ci.d/opensbi.yml
2707 F: .gitlab-ci.d/opensbi/
2711 Overall usermode emulation
2712 M: Riku Voipio <riku.voipio@iki.fi>
2715 F: accel/tcg/user-exec*.c
2720 F: default-configs/*-bsd-user.mak
2723 M: Laurent Vivier <laurent@vivier.eu>
2726 F: default-configs/*-linux-user.mak
2727 F: scripts/qemu-binfmt-conf.sh
2728 F: scripts/update-syscalltbl.sh
2729 F: scripts/update-mips-syscall-args.sh
2730 F: scripts/gensyscalls.sh
2732 Tiny Code Generator (TCG)
2733 -------------------------
2735 M: Richard Henderson <rth@twiddle.net>
2741 M: Alex Bennée <alex.bennee@linaro.org>
2743 F: docs/devel/tcg-plugins.rst
2748 M: Richard Henderson <richard.henderson@linaro.org>
2750 L: qemu-arm@nongnu.org
2756 M: Andrzej Zaborowski <balrogg@gmail.com>
2758 L: qemu-arm@nongnu.org
2763 M: Richard Henderson <rth@twiddle.net>
2769 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2770 R: Aurelien Jarno <aurelien@aurel32.net>
2771 R: Huacai Chen <chenhc@lemote.com>
2772 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2773 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2778 M: Richard Henderson <rth@twiddle.net>
2784 M: Palmer Dabbelt <palmer@dabbelt.com>
2785 M: Alistair Francis <Alistair.Francis@wdc.com>
2786 L: qemu-riscv@nongnu.org
2792 M: Richard Henderson <rth@twiddle.net>
2796 L: qemu-s390x@nongnu.org
2804 M: Stefan Weil <sw@weilnetz.de>
2813 M: Fam Zheng <fam@euphon.net>
2814 L: qemu-block@nongnu.org
2819 M: Jason Dillaman <dillaman@redhat.com>
2820 L: qemu-block@nongnu.org
2825 M: Liu Yuan <namei.unix@gmail.com>
2826 L: qemu-block@nongnu.org
2827 L: sheepdog@lists.wpkg.org
2832 M: Jeff Cody <codyprime@gmail.com>
2833 L: qemu-block@nongnu.org
2838 M: Stefan Weil <sw@weilnetz.de>
2839 L: qemu-block@nongnu.org
2844 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2845 M: Paolo Bonzini <pbonzini@redhat.com>
2846 M: Peter Lieven <pl@kamp.de>
2847 L: qemu-block@nongnu.org
2850 F: block/iscsi-opts.c
2852 Network Block Device (NBD)
2853 M: Eric Blake <eblake@redhat.com>
2854 L: qemu-block@nongnu.org
2858 F: include/block/nbd*
2861 F: docs/interop/nbd.txt
2862 F: docs/interop/qemu-nbd.rst
2863 T: git https://repo.or.cz/qemu/ericb.git nbd
2866 M: Peter Lieven <pl@kamp.de>
2867 L: qemu-block@nongnu.org
2872 M: Richard W.M. Jones <rjones@redhat.com>
2873 L: qemu-block@nongnu.org
2878 L: qemu-block@nongnu.org
2883 L: qemu-block@nongnu.org
2884 L: integration@gluster.org
2889 M: Fam Zheng <fam@euphon.net>
2890 L: qemu-block@nongnu.org
2895 M: Fam Zheng <fam@euphon.net>
2896 L: qemu-block@nongnu.org
2901 M: Gonglei <arei.gonglei@huawei.com>
2906 M: Alberto Garcia <berto@igalia.com>
2909 L: qemu-block@nongnu.org
2912 M: Ari Sundholm <ari@tuxera.com>
2913 L: qemu-block@nongnu.org
2915 F: block/blklogwrites.c
2918 M: Stefan Hajnoczi <stefanha@redhat.com>
2919 L: qemu-block@nongnu.org
2921 F: block/blkverify.c
2924 M: Stefan Hajnoczi <stefanha@redhat.com>
2925 L: qemu-block@nongnu.org
2930 M: Stefan Hajnoczi <stefanha@redhat.com>
2931 L: qemu-block@nongnu.org
2936 M: Stefan Hajnoczi <stefanha@redhat.com>
2937 L: qemu-block@nongnu.org
2942 M: Stefan Hajnoczi <stefanha@redhat.com>
2943 M: Denis V. Lunev <den@openvz.org>
2944 L: qemu-block@nongnu.org
2946 F: block/parallels.c
2947 F: docs/interop/parallels.txt
2950 M: Stefan Hajnoczi <stefanha@redhat.com>
2951 L: qemu-block@nongnu.org
2956 M: Kevin Wolf <kwolf@redhat.com>
2957 L: qemu-block@nongnu.org
2959 F: block/linux-aio.c
2960 F: include/block/raw-aio.h
2961 F: block/raw-format.c
2962 F: block/file-posix.c
2963 F: block/file-win32.c
2964 F: block/win32-aio.c
2967 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2968 M: Julia Suvorova <jusual@redhat.com>
2969 M: Stefan Hajnoczi <stefanha@redhat.com>
2970 L: qemu-block@nongnu.org
2976 M: Kevin Wolf <kwolf@redhat.com>
2977 M: Max Reitz <mreitz@redhat.com>
2978 L: qemu-block@nongnu.org
2981 F: docs/interop/qcow2.txt
2984 M: Kevin Wolf <kwolf@redhat.com>
2985 L: qemu-block@nongnu.org
2990 M: Kevin Wolf <kwolf@redhat.com>
2991 M: Max Reitz <mreitz@redhat.com>
2992 L: qemu-block@nongnu.org
2997 M: Kevin Wolf <kwolf@redhat.com>
2998 L: qemu-block@nongnu.org
3003 M: Kevin Wolf <kwolf@redhat.com>
3004 L: qemu-block@nongnu.org
3009 M: Stefan Hajnoczi <stefanha@redhat.com>
3010 L: qemu-block@nongnu.org
3012 F: tests/image-fuzzer/
3015 M: Wen Congyang <wencongyang2@huawei.com>
3016 M: Xie Changlong <xiechanglong.d@gmail.com>
3019 F: block/replication.c
3020 F: tests/test-replication.c
3021 F: docs/block-replication.txt
3024 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3025 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3030 F: contrib/rdmacm-mux/*
3034 M: Alex Bennée <alex.bennee@linaro.org>
3037 F: include/hw/semihosting/
3039 Build and test automation
3040 -------------------------
3041 Build and test automation
3042 M: Alex Bennée <alex.bennee@linaro.org>
3043 M: Fam Zheng <fam@euphon.net>
3044 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3046 F: .github/lockdown.yml
3052 F: scripts/archive-source.sh
3053 W: https://travis-ci.org/qemu/qemu
3054 W: https://app.shippable.com/github/qemu/qemu
3055 W: http://patchew.org/QEMU/
3057 FreeBSD Hosted Continuous Integration
3058 M: Ed Maste <emaste@freebsd.org>
3059 M: Li-Wen Hsu <lwhsu@freebsd.org>
3062 W: https://cirrus-ci.com/github/qemu/qemu
3064 GitLab Continuous Integration
3065 M: Thomas Huth <thuth@redhat.com>
3066 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3067 M: Alex Bennée <alex.bennee@linaro.org>
3068 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3072 Guest Test Compilation Support
3073 M: Alex Bennée <alex.bennee@linaro.org>
3074 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3076 F: tests/tcg/Makefile
3077 F: tests/tcg/Makefile.include
3079 Acceptance (Integration) Testing with the Avocado framework
3080 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3081 R: Cleber Rosa <crosa@redhat.com>
3082 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3083 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3085 F: tests/acceptance/
3089 Build system architecture
3090 M: Daniel P. Berrange <berrange@redhat.com>
3092 F: docs/devel/build-system.txt
3094 GIT Data Mining Config
3095 M: Alex Bennée <alex.bennee@linaro.org>
3100 Incompatible changes
3101 R: libvir-list@redhat.com
3102 F: docs/system/deprecated.rst
3107 M: Daniel P. Berrange <berrange@redhat.com>
3109 F: scripts/git-submodule.sh
3112 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3115 Sphinx documentation configuration and build machinery
3116 M: Peter Maydell <peter.maydell@linaro.org>
3123 Performance Tools and Tests
3124 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3126 F: scripts/performance/