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: Edgar E. Iglesias <edgar.iglesias@gmail.com>
179 HPPA (PA-RISC) TCG CPUs
180 M: Richard Henderson <rth@twiddle.net>
186 F: include/hw/net/lasi_82596.h
189 R: Michael Walle <michael@walle.cc>
196 F: include/hw/display/milkymist_tmu2.h
197 F: include/hw/char/lm32_juart.h
202 M: Laurent Vivier <laurent@vivier.eu>
208 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
210 F: target/microblaze/
212 F: disas/microblaze.c
215 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
216 R: Aurelien Jarno <aurelien@aurel32.net>
217 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
220 F: default-configs/*mips*
222 F: docs/system/cpu-models-mips.rst.inc
223 F: hw/intc/mips_gic.c
226 F: hw/timer/mips_gictimer.c
227 F: include/hw/intc/mips_gic.h
229 F: include/hw/misc/mips_*
230 F: include/hw/timer/mips_gictimer.h
231 F: tests/acceptance/linux_ssh_mips_malta.py
232 F: tests/acceptance/machine_mips_malta.py
234 K: ^Subject:.*(?i)mips
237 M: Anthony Green <green@moxielogic.com>
242 F: default-configs/moxie-softmmu.mak
245 M: Chris Wulff <crwulff@gmail.com>
246 M: Marek Vasut <marex@denx.de>
250 F: hw/intc/nios2_iic.c
252 F: default-configs/nios2-softmmu.mak
255 M: Stafford Horne <shorne@gmail.com>
259 F: tests/tcg/openrisc/
262 M: David Gibson <david@gibson.dropbear.id.au>
263 L: qemu-ppc@nongnu.org
271 M: Palmer Dabbelt <palmer@dabbelt.com>
272 M: Alistair Francis <Alistair.Francis@wdc.com>
273 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
274 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
275 L: qemu-riscv@nongnu.org
280 F: linux-user/host/riscv32/
281 F: linux-user/host/riscv64/
284 M: Yoshinori Sato <ysato@users.sourceforge.jp>
289 M: Richard Henderson <rth@twiddle.net>
290 M: David Hildenbrand <david@redhat.com>
296 L: qemu-s390x@nongnu.org
299 M: Yoshinori Sato <ysato@users.sourceforge.jp>
307 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
308 M: Artyom Tarasenko <atar4qemu@gmail.com>
313 F: include/hw/sparc/sparc64.h
317 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
321 F: include/hw/unicore32/
324 M: Paolo Bonzini <pbonzini@redhat.com>
325 M: Richard Henderson <rth@twiddle.net>
326 M: Eduardo Habkost <ehabkost@redhat.com>
333 F: docs/system/cpu-models-x86.rst.inc
334 T: git https://github.com/ehabkost/qemu.git x86-next
337 M: Max Filippov <jcmvbkbc@gmail.com>
338 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
344 F: include/hw/xtensa/xtensa-isa.h
345 F: default-configs/xtensa*.mak
348 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
352 F: include/hw/tricore/
354 Multiarch Linux User Tests
355 M: Alex Bennée <alex.bennee@linaro.org>
357 F: tests/tcg/multiarch/
359 Guest CPU Cores (KVM)
360 ---------------------
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 L: kvm@vger.kernel.org
367 F: accel/stubs/kvm-stub.c
369 F: include/sysemu/kvm*.h
370 F: scripts/kvm/kvm_flightrecorder
373 M: Peter Maydell <peter.maydell@linaro.org>
374 L: qemu-arm@nongnu.org
379 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
384 M: David Gibson <david@gibson.dropbear.id.au>
389 M: Halil Pasic <pasic@linux.ibm.com>
390 M: Cornelia Huck <cohuck@redhat.com>
391 M: Christian Borntraeger <borntraeger@de.ibm.com>
393 F: target/s390x/kvm.c
394 F: target/s390x/kvm_s390x.h
395 F: target/s390x/kvm-stub.c
396 F: target/s390x/ioinst.[ch]
397 F: target/s390x/machine.c
398 F: target/s390x/sigp.c
399 F: target/s390x/cpu_features*.[ch]
400 F: target/s390x/cpu_models.[ch]
402 F: include/hw/s390x/pv.h
403 F: hw/intc/s390_flic.c
404 F: hw/intc/s390_flic_kvm.c
405 F: include/hw/s390x/s390_flic.h
407 T: git https://github.com/cohuck/qemu.git s390-next
408 T: git https://github.com/borntraeger/qemu.git s390-next
409 L: qemu-s390x@nongnu.org
412 M: Paolo Bonzini <pbonzini@redhat.com>
413 M: Marcelo Tosatti <mtosatti@redhat.com>
414 L: kvm@vger.kernel.org
417 F: scripts/kvm/vmxcap
419 Guest CPU Cores (other accelerators)
420 ------------------------------------
422 M: Richard Henderson <rth@twiddle.net>
423 R: Paolo Bonzini <pbonzini@redhat.com>
425 F: include/sysemu/accel.h
427 F: accel/Makefile.objs
428 F: accel/stubs/Makefile.objs
431 M: Cameron Esfahani <dirty@apple.com>
432 M: Roman Bolshakov <r.bolshakov@yadro.com>
433 W: https://wiki.qemu.org/Features/HVF
435 F: accel/stubs/hvf-stub.c
437 F: include/sysemu/hvf.h
440 M: Sunil Muthuswamy <sunilmut@microsoft.com>
442 F: target/i386/whpx-all.c
443 F: target/i386/whp-dispatch.h
444 F: accel/stubs/whpx-stub.c
445 F: include/sysemu/whpx.h
447 Guest CPU Cores (Xen)
448 ---------------------
450 M: Stefano Stabellini <sstabellini@kernel.org>
451 M: Anthony Perard <anthony.perard@citrix.com>
452 M: Paul Durrant <paul@xen.org>
453 L: xen-devel@lists.xenproject.org
458 F: hw/char/xen_console.c
459 F: hw/display/xenfb.c
463 F: hw/block/dataplane/xen*
467 F: hw/pci-host/xen_igd_pt.c
468 F: include/hw/block/dataplane/xen*
470 F: include/sysemu/xen.h
471 F: include/sysemu/xen-mapcache.h
473 Guest CPU Cores (HAXM)
474 ---------------------
476 M: Wenchao Wang <wenchao.wang@intel.com>
477 M: Colin Xu <colin.xu@intel.com>
478 L: haxm-team@intel.com
479 W: https://github.com/intel/haxm/issues
481 F: accel/stubs/hax-stub.c
482 F: include/sysemu/hax.h
488 M: Michael S. Tsirkin <mst@redhat.com>
489 M: Cornelia Huck <cohuck@redhat.com>
490 M: Paolo Bonzini <pbonzini@redhat.com>
493 F: scripts/update-linux-headers.sh
496 M: Paolo Bonzini <pbonzini@redhat.com>
499 F: include/sysemu/os-posix.h
501 F: include/qemu/*posix*.h
504 M: Kamil Rytarowski <kamil@netbsd.org>
506 K: ^Subject:.*(?i)NetBSD
509 M: Brad Smith <brad@comstyle.com>
511 K: ^Subject:.*(?i)OpenBSD
514 M: Stefan Weil <sw@weilnetz.de>
524 M: Richard Henderson <rth@twiddle.net>
527 F: hw/isa/smc37c669-superio.c
528 F: tests/tcg/alpha/system/
533 M: Beniamino Galvani <b.galvani@gmail.com>
534 M: Peter Maydell <peter.maydell@linaro.org>
535 L: qemu-arm@nongnu.org
538 F: include/hw/*/allwinner*
539 F: hw/arm/cubieboard.c
542 M: Niek Linnenbank <nieklinnenbank@gmail.com>
543 L: qemu-arm@nongnu.org
545 F: hw/*/allwinner-h3*
546 F: include/hw/*/allwinner-h3*
548 F: docs/system/orangepi.rst
550 ARM PrimeCell and CMSDK devices
551 M: Peter Maydell <peter.maydell@linaro.org>
552 L: qemu-arm@nongnu.org
555 F: include/hw/char/pl011.h
558 F: include/hw/dma/pl080.h
565 F: include/hw/ssi/pl022.h
567 F: include/hw/rtc/pl031.h
568 F: include/hw/arm/primecell.h
569 F: hw/timer/cmsdk-apb-timer.c
570 F: include/hw/timer/cmsdk-apb-timer.h
571 F: hw/timer/cmsdk-apb-dualtimer.c
572 F: include/hw/timer/cmsdk-apb-dualtimer.h
573 F: hw/char/cmsdk-apb-uart.c
574 F: include/hw/char/cmsdk-apb-uart.h
575 F: hw/watchdog/cmsdk-apb-watchdog.c
576 F: include/hw/watchdog/cmsdk-apb-watchdog.h
578 F: include/hw/misc/tz-ppc.h
580 F: include/hw/misc/tz-mpc.h
582 F: include/hw/misc/tz-msc.h
585 M: Peter Maydell <peter.maydell@linaro.org>
586 L: qemu-arm@nongnu.org
589 F: hw/intc/gic_internal.h
591 F: hw/misc/arm11scu.c
592 F: hw/misc/arm_l2x0.c
593 F: hw/timer/a9gtimer*
595 F: include/hw/arm/arm*.h
596 F: include/hw/intc/arm*
597 F: include/hw/misc/a9scu.h
598 F: include/hw/misc/arm11scu.h
599 F: include/hw/timer/a9gtimer.h
600 F: include/hw/timer/arm_mptimer.h
601 F: include/hw/timer/armv7m_systick.h
602 F: tests/qtest/test-arm-mptimer.c
605 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
606 M: Peter Maydell <peter.maydell@linaro.org>
607 L: qemu-arm@nongnu.org
610 F: include/hw/arm/exynos4210.h
613 M: Rob Herring <robh@kernel.org>
614 M: Peter Maydell <peter.maydell@linaro.org>
615 L: qemu-arm@nongnu.org
621 M: Antony Pavlov <antonynpavlov@gmail.com>
622 M: Peter Maydell <peter.maydell@linaro.org>
623 L: qemu-arm@nongnu.org
625 F: include/hw/arm/digic.h
627 F: include/hw/*/digic*
628 F: tests/acceptance/machine_arm_canona1100.py
631 M: Anup Patel <anup.patel@wdc.com>
632 M: Alistair Francis <Alistair.Francis@wdc.com>
633 L: qemu-riscv@nongnu.org
635 F: hw/rtc/goldfish_rtc.c
636 F: include/hw/rtc/goldfish_rtc.h
639 M: Peter Maydell <peter.maydell@linaro.org>
640 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
641 L: qemu-arm@nongnu.org
646 M: Peter Maydell <peter.maydell@linaro.org>
647 R: Jean-Christophe Dubois <jcd@tribudubois.net>
648 L: qemu-arm@nongnu.org
650 F: hw/arm/fsl-imx25.c
651 F: hw/arm/imx25_pdk.c
652 F: hw/misc/imx25_ccm.c
653 F: hw/watchdog/wdt_imx2.c
654 F: include/hw/arm/fsl-imx25.h
655 F: include/hw/misc/imx25_ccm.h
656 F: include/hw/watchdog/wdt_imx2.h
659 M: Peter Chubb <peter.chubb@nicta.com.au>
660 M: Peter Maydell <peter.maydell@linaro.org>
661 L: qemu-arm@nongnu.org
666 F: include/hw/*/imx_*
667 F: include/hw/*/*imx31*
670 M: Peter Maydell <peter.maydell@linaro.org>
671 L: qemu-arm@nongnu.org
673 F: hw/arm/integratorcp.c
674 F: hw/misc/arm_integrator_debug.c
675 F: include/hw/misc/arm_integrator_debug.h
676 F: tests/acceptance/machine_arm_integratorcp.py
677 F: docs/system/arm/integratorcp.rst
679 MCIMX6UL EVK / i.MX6ul
680 M: Peter Maydell <peter.maydell@linaro.org>
681 R: Jean-Christophe Dubois <jcd@tribudubois.net>
682 L: qemu-arm@nongnu.org
684 F: hw/arm/mcimx6ul-evk.c
685 F: hw/arm/fsl-imx6ul.c
686 F: hw/misc/imx6ul_ccm.c
687 F: include/hw/arm/fsl-imx6ul.h
688 F: include/hw/misc/imx6ul_ccm.h
690 MCIMX7D SABRE / i.MX7
691 M: Peter Maydell <peter.maydell@linaro.org>
692 R: Andrey Smirnov <andrew.smirnov@gmail.com>
693 L: qemu-arm@nongnu.org
695 F: hw/arm/mcimx7d-sabre.c
698 F: include/hw/arm/fsl-imx7.h
699 F: include/hw/misc/imx7_*.h
700 F: hw/pci-host/designware.c
701 F: include/hw/pci-host/designware.h
704 M: Peter Maydell <peter.maydell@linaro.org>
705 L: qemu-arm@nongnu.org
710 F: include/hw/misc/mps2-*.h
712 F: include/hw/arm/armsse.h
713 F: hw/misc/iotkit-secctl.c
714 F: include/hw/misc/iotkit-secctl.h
715 F: hw/misc/iotkit-sysctl.c
716 F: include/hw/misc/iotkit-sysctl.h
717 F: hw/misc/iotkit-sysinfo.c
718 F: include/hw/misc/iotkit-sysinfo.h
719 F: hw/misc/armsse-cpuid.c
720 F: include/hw/misc/armsse-cpuid.h
721 F: hw/misc/armsse-mhu.c
722 F: include/hw/misc/armsse-mhu.h
723 F: docs/system/arm/mps2.rst
726 M: Peter Maydell <peter.maydell@linaro.org>
727 L: qemu-arm@nongnu.org
730 F: docs/system/arm/musca.rst
733 M: Jan Kiszka <jan.kiszka@web.de>
734 M: Peter Maydell <peter.maydell@linaro.org>
735 L: qemu-arm@nongnu.org
738 F: docs/system/arm/musicpal.rst
741 M: Andrzej Zaborowski <balrogg@gmail.com>
742 M: Peter Maydell <peter.maydell@linaro.org>
743 L: qemu-arm@nongnu.org
746 F: hw/display/blizzard.c
748 F: hw/input/tsc2005.c
751 F: include/hw/display/blizzard.h
752 F: include/hw/input/tsc2xxx.h
753 F: include/hw/misc/cbus.h
754 F: tests/acceptance/machine_arm_n8x0.py
755 F: docs/system/arm/nseries.rst
758 M: Andrzej Zaborowski <balrogg@gmail.com>
759 M: Peter Maydell <peter.maydell@linaro.org>
760 L: qemu-arm@nongnu.org
763 F: hw/input/tsc210x.c
764 F: include/hw/input/tsc2xxx.h
765 F: docs/system/arm/palm.rst
768 M: Peter Maydell <peter.maydell@linaro.org>
769 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
770 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
771 L: qemu-arm@nongnu.org
774 F: hw/arm/raspi_platform.h
776 F: include/hw/arm/raspi*
777 F: include/hw/*/bcm283*
780 M: Peter Maydell <peter.maydell@linaro.org>
781 L: qemu-arm@nongnu.org
784 F: hw/cpu/realview_mpcore.c
785 F: hw/intc/realview_gic.c
786 F: include/hw/intc/realview_gic.h
787 F: docs/system/arm/realview.rst
790 M: Andrzej Zaborowski <balrogg@gmail.com>
791 M: Peter Maydell <peter.maydell@linaro.org>
792 L: qemu-arm@nongnu.org
794 F: hw/arm/mainstone.c
799 F: hw/display/tc6393xb.c
802 F: hw/misc/mst_fpga.c
804 F: include/hw/misc/max111x.h
805 F: include/hw/arm/pxa.h
806 F: include/hw/arm/sharpsl.h
807 F: include/hw/display/tc6393xb.h
808 F: docs/system/arm/xscale.rst
811 M: Peter Maydell <peter.maydell@linaro.org>
812 R: Jean-Christophe Dubois <jcd@tribudubois.net>
813 L: qemu-arm@nongnu.org
815 F: hw/arm/sabrelite.c
819 F: hw/usb/imx-usb-phy.c
820 F: include/hw/usb/imx-usb-phy.h
821 F: include/hw/arm/fsl-imx6.h
822 F: include/hw/misc/imx6_*.h
823 F: include/hw/ssi/imx_spi.h
826 M: Radoslaw Biernacki <rad@semihalf.com>
827 M: Peter Maydell <peter.maydell@linaro.org>
828 R: Leif Lindholm <leif@nuviainc.com>
829 L: qemu-arm@nongnu.org
833 Sharp SL-5500 (Collie) PDA
834 M: Peter Maydell <peter.maydell@linaro.org>
835 L: qemu-arm@nongnu.org
841 M: Peter Maydell <peter.maydell@linaro.org>
842 L: qemu-arm@nongnu.org
845 F: include/hw/input/gamepad.h
846 F: docs/system/arm/stellaris.rst
849 M: Peter Maydell <peter.maydell@linaro.org>
850 L: qemu-arm@nongnu.org
853 F: docs/system/arm/vexpress.rst
856 M: Peter Maydell <peter.maydell@linaro.org>
857 L: qemu-arm@nongnu.org
860 F: include/hw/i2c/arm_sbcon_i2c.h
861 F: hw/misc/arm_sysctl.c
862 F: docs/system/arm/versatile.rst
865 M: Peter Maydell <peter.maydell@linaro.org>
866 L: qemu-arm@nongnu.org
869 F: include/hw/arm/virt.h
872 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
873 M: Alistair Francis <alistair@alistair23.me>
874 M: Peter Maydell <peter.maydell@linaro.org>
875 L: qemu-arm@nongnu.org
880 F: include/hw/misc/zynq*
884 M: Alistair Francis <alistair@alistair23.me>
885 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
886 M: Peter Maydell <peter.maydell@linaro.org>
887 L: qemu-arm@nongnu.org
890 F: include/hw/*/xlnx*.h
891 F: include/hw/ssi/xilinx_spips.h
893 F: include/hw/display/dpcd.h
896 M: Shannon Zhao <shannon.zhaosl@gmail.com>
897 L: qemu-arm@nongnu.org
899 F: hw/arm/virt-acpi-build.c
902 M: Alistair Francis <alistair@alistair23.me>
903 M: Peter Maydell <peter.maydell@linaro.org>
904 L: qemu-arm@nongnu.org
906 F: hw/arm/stm32f205_soc.c
907 F: hw/misc/stm32f2xx_syscfg.c
908 F: hw/char/stm32f2xx_usart.c
909 F: hw/timer/stm32f2xx_timer.c
911 F: hw/ssi/stm32f2xx_spi.c
912 F: include/hw/*/stm32*.h
915 M: Alistair Francis <alistair@alistair23.me>
916 M: Peter Maydell <peter.maydell@linaro.org>
917 L: qemu-arm@nongnu.org
919 F: hw/arm/stm32f405_soc.c
920 F: hw/misc/stm32f4xx_syscfg.c
921 F: hw/misc/stm32f4xx_exti.c
924 M: Alistair Francis <alistair@alistair23.me>
925 M: Peter Maydell <peter.maydell@linaro.org>
926 L: qemu-arm@nongnu.org
928 F: hw/arm/netduino2.c
931 M: Alistair Francis <alistair@alistair23.me>
932 M: Peter Maydell <peter.maydell@linaro.org>
933 L: qemu-arm@nongnu.org
935 F: hw/arm/netduinoplus2.c
938 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
939 M: Peter Maydell <peter.maydell@linaro.org>
940 L: qemu-arm@nongnu.org
943 F: hw/misc/msf2-sysreg.c
944 F: hw/timer/mss-timer.c
946 F: include/hw/arm/msf2-soc.h
947 F: include/hw/misc/msf2-sysreg.h
948 F: include/hw/timer/mss-timer.h
949 F: include/hw/ssi/mss-spi.h
950 F: hw/net/msf2-emac.c
951 F: include/hw/net/msf2-emac.h
954 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
955 M: Peter Maydell <peter.maydell@linaro.org>
956 L: qemu-arm@nongnu.org
961 M: Cédric Le Goater <clg@kaod.org>
962 M: Peter Maydell <peter.maydell@linaro.org>
963 R: Andrew Jeffery <andrew@aj.id.au>
964 R: Joel Stanley <joel@jms.id.au>
965 L: qemu-arm@nongnu.org
969 F: include/hw/*/*aspeed*
970 F: include/hw/misc/pca9552*.h
971 F: hw/net/ftgmac100.c
972 F: include/hw/net/ftgmac100.h
975 M: Joel Stanley <joel@jms.id.au>
976 M: Peter Maydell <peter.maydell@linaro.org>
977 L: qemu-arm@nongnu.org
981 F: include/hw/*/nrf51*.h
982 F: include/hw/*/microbit*.h
983 F: tests/qtest/microbit-test.c
988 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
990 F: hw/cris/axis_dev88.c
996 M: Richard Henderson <rth@twiddle.net>
997 R: Helge Deller <deller@gmx.de>
999 F: default-configs/hppa-softmmu.mak
1001 F: pc-bios/hppa-firmware.img
1005 EVR32 and uclinux BSP
1006 R: Michael Walle <michael@walle.cc>
1008 F: hw/lm32/lm32_boards.c
1011 R: Michael Walle <michael@walle.cc>
1013 F: hw/lm32/milkymist.c
1018 M: Thomas Huth <huth@tuxfamily.org>
1021 F: hw/m68k/mcf5206.c
1024 M: Thomas Huth <huth@tuxfamily.org>
1026 F: hw/m68k/mcf5208.c
1027 F: hw/m68k/mcf_intc.c
1028 F: hw/char/mcf_uart.c
1030 F: include/hw/m68k/mcf*.h
1033 M: Thomas Huth <huth@tuxfamily.org>
1036 F: hw/display/next-fb.c
1037 F: include/hw/m68k/next-cube.h
1040 M: Laurent Vivier <laurent@vivier.eu>
1043 F: hw/misc/mac_via.c
1045 F: hw/display/macfb.c
1047 F: hw/m68k/bootinfo.h
1048 F: include/hw/misc/mac_via.h
1049 F: include/hw/nubus/*
1050 F: include/hw/display/macfb.h
1051 F: include/hw/block/swim.h
1055 petalogix_s3adsp1800
1056 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1058 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1059 F: include/hw/char/xilinx_uartlite.h
1062 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1064 F: hw/microblaze/petalogix_ml605_mmu.c
1069 M: Hervé Poussineau <hpoussin@reactos.org>
1070 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1073 F: hw/display/jazz_led.c
1077 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1078 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1079 R: Aurelien Jarno <aurelien@aurel32.net>
1084 F: hw/mips/gt64xxx_pci.c
1085 F: include/hw/southbridge/piix.h
1086 F: tests/acceptance/linux_ssh_mips_malta.py
1087 F: tests/acceptance/machine_mips_malta.py
1090 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1091 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1093 F: hw/mips/mipssim.c
1097 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1098 R: Aurelien Jarno <aurelien@aurel32.net>
1099 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1104 M: Huacai Chen <chenhc@lemote.com>
1105 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1106 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1107 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1109 F: hw/mips/fuloong2e.c
1110 F: hw/isa/vt82c686.c
1111 F: hw/pci-host/bonito.c
1112 F: include/hw/isa/vt82c686.h
1114 Loongson-3 virtual platforms
1115 M: Huacai Chen <chenhc@lemote.com>
1116 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1118 F: hw/intc/loongson_liointc.c
1121 M: Paul Burton <pburton@wavecomp.com>
1122 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1124 F: hw/core/loader-fit.c
1126 F: hw/pci-host/xilinx-pcie.c
1127 F: include/hw/pci-host/xilinx-pcie.h
1132 M: Jia Liu <proljc@gmail.com>
1134 F: hw/openrisc/openrisc_sim.c
1139 M: David Gibson <david@gibson.dropbear.id.au>
1140 L: qemu-ppc@nongnu.org
1142 F: hw/ppc/ppc405_boards.c
1145 M: David Gibson <david@gibson.dropbear.id.au>
1146 L: qemu-ppc@nongnu.org
1148 F: hw/ppc/ppc440_bamboo.c
1151 M: David Gibson <david@gibson.dropbear.id.au>
1152 L: qemu-ppc@nongnu.org
1155 F: hw/gpio/mpc8xxx.c
1157 F: hw/net/fsl_etsec/
1158 F: hw/pci-host/ppce500.c
1159 F: include/hw/ppc/ppc_e500.h
1160 F: include/hw/pci-host/ppce500.h
1161 F: pc-bios/u-boot.e500
1164 M: David Gibson <david@gibson.dropbear.id.au>
1165 L: qemu-ppc@nongnu.org
1167 F: hw/ppc/mpc8544ds.c
1168 F: hw/ppc/mpc8544_guts.c
1171 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1172 R: David Gibson <david@gibson.dropbear.id.au>
1173 L: qemu-ppc@nongnu.org
1175 F: hw/ppc/mac_newworld.c
1176 F: hw/pci-host/uninorth.c
1177 F: hw/pci-bridge/dec.[hc]
1179 F: hw/misc/mos6522.c
1180 F: hw/nvram/mac_nvram.c
1182 F: include/hw/misc/macio/
1183 F: include/hw/misc/mos6522.h
1184 F: include/hw/ppc/mac_dbdma.h
1185 F: include/hw/pci-host/uninorth.h
1186 F: include/hw/input/adb*
1187 F: pc-bios/qemu_vga.ndrv
1190 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1191 R: David Gibson <david@gibson.dropbear.id.au>
1192 L: qemu-ppc@nongnu.org
1194 F: hw/ppc/mac_oldworld.c
1195 F: hw/pci-host/grackle.c
1197 F: hw/intc/heathrow_pic.c
1199 F: include/hw/intc/heathrow_pic.h
1200 F: include/hw/input/adb*
1201 F: pc-bios/qemu_vga.ndrv
1204 M: Hervé Poussineau <hpoussin@reactos.org>
1205 L: qemu-ppc@nongnu.org
1208 F: hw/ppc/prep_systemio.c
1209 F: hw/ppc/rs6000_mc.c
1210 F: hw/pci-host/prep.[hc]
1214 F: hw/rtc/m48t59-isa.c
1215 F: include/hw/isa/pc87312.h
1216 F: include/hw/rtc/m48t59.h
1217 F: tests/acceptance/ppc_prep_40p.py
1220 M: David Gibson <david@gibson.dropbear.id.au>
1221 L: qemu-ppc@nongnu.org
1224 F: include/hw/*/spapr*
1226 F: include/hw/*/xics*
1228 F: docs/specs/ppc-spapr-hcalls.txt
1229 F: docs/specs/ppc-spapr-hotplug.txt
1230 F: tests/qtest/spapr*
1231 F: tests/qtest/libqos/*spapr*
1232 F: tests/qtest/rtas*
1233 F: tests/qtest/libqos/rtas*
1235 PowerNV (Non-Virtualized)
1236 M: Cédric Le Goater <clg@kaod.org>
1237 M: David Gibson <david@gibson.dropbear.id.au>
1238 L: qemu-ppc@nongnu.org
1242 F: hw/intc/xics_pnv.c
1244 F: include/hw/ppc/pnv*
1245 F: include/hw/pci-host/pnv*
1246 F: pc-bios/skiboot.lid
1250 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1251 L: qemu-ppc@nongnu.org
1253 F: hw/ppc/virtex_ml507.c
1256 M: BALATON Zoltan <balaton@eik.bme.hu>
1257 L: qemu-ppc@nongnu.org
1259 F: hw/ppc/sam460ex.c
1260 F: hw/ppc/ppc440_pcix.c
1261 F: hw/display/sm501*
1264 F: pc-bios/canyonlands.dt[sb]
1265 F: pc-bios/u-boot-sam460ex-20100605.bin
1266 F: roms/u-boot-sam460ex
1271 M: Alistair Francis <Alistair.Francis@wdc.com>
1272 L: qemu-riscv@nongnu.org
1274 F: hw/riscv/opentitan.c
1275 F: hw/char/ibex_uart.c
1276 F: hw/intc/ibex_plic.c
1277 F: include/hw/riscv/opentitan.h
1278 F: include/hw/char/ibex_uart.h
1279 F: include/hw/intc/ibex_plic.h
1284 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1286 F: docs/system/target-rx.rst
1287 F: hw/rx/rx-gdbsim.c
1288 F: tests/acceptance/machine_rx_gdbsim.py
1293 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1294 R: Magnus Damm <magnus.damm@gmail.com>
1297 F: hw/intc/sh_intc.c
1298 F: include/hw/sh4/sh_intc.h
1301 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1302 R: Magnus Damm <magnus.damm@gmail.com>
1305 F: hw/intc/sh_intc.c
1306 F: include/hw/sh4/sh_intc.h
1311 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1314 F: hw/sparc/sun4m_iommu.c
1317 F: hw/dma/sparc32_dma.c
1318 F: hw/misc/eccmemctl.c
1320 F: include/hw/nvram/sun_nvram.h
1321 F: include/hw/sparc/sparc32_dma.h
1322 F: include/hw/sparc/sun4m_iommu.h
1323 F: pc-bios/openbios-sparc32
1326 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1328 F: hw/sparc64/sun4u.c
1329 F: hw/sparc64/sun4u_iommu.c
1330 F: include/hw/sparc/sun4u_iommu.h
1331 F: hw/pci-host/sabre.c
1332 F: include/hw/pci-host/sabre.h
1333 F: hw/pci-bridge/simba.c
1334 F: include/hw/pci-bridge/simba.h
1335 F: pc-bios/openbios-sparc64
1336 F: tests/acceptance/machine_sparc64_sun4u.py
1339 M: Artyom Tarasenko <atar4qemu@gmail.com>
1341 F: hw/sparc64/niagara.c
1342 F: hw/rtc/sun4v-rtc.c
1343 F: include/hw/rtc/sun4v-rtc.h
1346 M: Fabien Chouteau <chouteau@adacore.com>
1347 M: KONRAD Frederic <frederic.konrad@adacore.com>
1351 F: include/hw/*/grlib*
1352 F: tests/acceptance/machine_sparc_leon3.py
1357 M: Cornelia Huck <cohuck@redhat.com>
1358 M: Halil Pasic <pasic@linux.ibm.com>
1359 M: Christian Borntraeger <borntraeger@de.ibm.com>
1361 F: hw/char/sclp*.[hc]
1362 F: hw/char/terminal3270.c
1364 F: include/hw/s390x/
1365 F: hw/watchdog/wdt_diag288.c
1366 F: include/hw/watchdog/wdt_diag288.h
1367 F: default-configs/s390x-softmmu.mak
1368 T: git https://github.com/cohuck/qemu.git s390-next
1369 T: git https://github.com/borntraeger/qemu.git s390-next
1370 L: qemu-s390x@nongnu.org
1373 M: Christian Borntraeger <borntraeger@de.ibm.com>
1374 M: Thomas Huth <thuth@redhat.com>
1377 F: pc-bios/s390-ccw/
1378 F: pc-bios/s390-ccw.img
1379 F: docs/devel/s390-dasd-ipl.rst
1380 T: git https://github.com/borntraeger/qemu.git s390-next
1381 L: qemu-s390x@nongnu.org
1384 M: Matthew Rosato <mjrosato@linux.ibm.com>
1386 F: hw/s390x/s390-pci*
1387 L: qemu-s390x@nongnu.org
1391 PKUnity-3 SoC initramfs-with-busybox
1392 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1400 M: Michael S. Tsirkin <mst@redhat.com>
1401 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1405 F: hw/pci-host/i440fx.c
1406 F: hw/pci-host/q35.c
1407 F: hw/pci-host/pam.c
1408 F: include/hw/pci-host/i440fx.h
1409 F: include/hw/pci-host/q35.h
1410 F: include/hw/pci-host/pam.h
1412 F: hw/isa/lpc_ich9.c
1413 F: hw/i2c/smbus_ich9.c
1416 F: include/hw/acpi/ich9.h
1417 F: include/hw/southbridge/piix.h
1420 F: include/hw/isa/apm.h
1421 F: tests/test-x86-cpuid.c
1422 F: tests/qtest/test-x86-cpuid-compat.c
1425 M: Michael S. Tsirkin <mst@redhat.com>
1426 M: Paolo Bonzini <pbonzini@redhat.com>
1428 F: hw/char/debugcon.c
1429 F: hw/char/parallel*
1432 F: hw/i2c/pm_smbus.c
1437 F: hw/isa/isa-superio.c
1438 F: hw/misc/debugexit.c
1439 F: hw/misc/pc-testdev.c
1442 F: hw/rtc/mc146818rtc*
1443 F: hw/watchdog/wdt_ib700.c
1444 F: hw/watchdog/wdt_i6300esb.c
1445 F: include/hw/display/vga.h
1446 F: include/hw/char/parallel.h
1447 F: include/hw/dma/i8257.h
1448 F: include/hw/i2c/pm_smbus.h
1449 F: include/hw/input/i8042.h
1450 F: include/hw/isa/i8259_internal.h
1451 F: include/hw/isa/superio.h
1452 F: include/hw/timer/hpet.h
1453 F: include/hw/timer/i8254*
1454 F: include/hw/rtc/mc146818rtc*
1457 M: Sergio Lopez <slp@redhat.com>
1458 M: Paolo Bonzini <pbonzini@redhat.com>
1461 F: hw/i386/microvm.c
1462 F: include/hw/i386/microvm.h
1463 F: pc-bios/bios-microvm.bin
1466 M: Eduardo Habkost <ehabkost@redhat.com>
1467 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1470 F: hw/core/machine-qmp-cmds.c
1471 F: hw/core/machine.c
1472 F: hw/core/null-machine.c
1475 F: qapi/machine.json
1476 F: qapi/machine-target.json
1477 F: include/hw/boards.h
1478 F: include/hw/core/cpu.h
1479 F: include/hw/cpu/cluster.h
1480 F: include/sysemu/numa.h
1481 T: git https://github.com/ehabkost/qemu.git machine-next
1486 M: Max Filippov <jcmvbkbc@gmail.com>
1491 M: Max Filippov <jcmvbkbc@gmail.com>
1495 XTFPGA (LX60, LX200, ML605, KC705)
1496 M: Max Filippov <jcmvbkbc@gmail.com>
1498 F: hw/xtensa/xtfpga.c
1499 F: hw/net/opencores_eth.c
1504 M: Jiri Slaby <jslaby@suse.cz>
1509 M: John Snow <jsnow@redhat.com>
1510 L: qemu-block@nongnu.org
1517 F: hw/block/hd-geometry.c
1518 F: tests/qtest/ide-test.c
1519 F: tests/qtest/ahci-test.c
1520 F: tests/qtest/cdrom-test.c
1521 F: tests/qtest/libqos/ahci*
1522 T: git https://github.com/jnsnow/qemu.git ide
1525 M: Corey Minyard <minyard@acm.org>
1527 F: include/hw/ipmi/*
1529 F: hw/smbios/smbios_type_38.c
1530 F: tests/qtest/ipmi*
1531 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1534 M: John Snow <jsnow@redhat.com>
1535 L: qemu-block@nongnu.org
1538 F: include/hw/block/fdc.h
1539 F: tests/qtest/fdc-test.c
1540 T: git https://github.com/jnsnow/qemu.git ide
1543 M: Peter Maydell <peter.maydell@linaro.org>
1544 L: qemu-arm@nongnu.org
1547 F: include/hw/arm/omap.h
1550 M: Alberto Garcia <berto@igalia.com>
1552 F: hw/char/ipoctal232.c
1556 M: Michael S. Tsirkin <mst@redhat.com>
1557 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1560 F: hw/misc/pci-testdev.c
1565 F: default-configs/pci.mak
1568 M: Michael S. Tsirkin <mst@redhat.com>
1569 M: Igor Mammedov <imammedo@redhat.com>
1571 F: include/hw/acpi/*
1572 F: include/hw/firmware/smbios.h
1576 F: hw/i386/acpi-build.[hc]
1577 F: hw/arm/virt-acpi-build.c
1578 F: tests/qtest/bios-tables-test*
1579 F: tests/qtest/acpi-utils.[hc]
1583 R: Dongjiu Geng <gengdongjiu@huawei.com>
1584 R: Xiang Zheng <zhengxiang9@huawei.com>
1585 L: qemu-arm@nongnu.org
1588 F: include/hw/acpi/ghes.h
1589 F: docs/specs/acpi_hest_ghes.rst
1592 M: David Gibson <david@gibson.dropbear.id.au>
1593 L: qemu-ppc@nongnu.org
1596 F: hw/i2c/ppc4xx_i2c.c
1597 F: include/hw/ppc/ppc4xx.h
1598 F: include/hw/i2c/ppc4xx_i2c.h
1601 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1602 R: Paolo Bonzini <pbonzini@redhat.com>
1607 M: Jason Wang <jasowang@redhat.com>
1611 F: tests/qtest/virtio-net-test.c
1612 F: docs/virtio-net-failover.rst
1613 T: git https://github.com/jasowang/qemu.git net
1615 Parallel NOR Flash devices
1616 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1617 T: git https://gitlab.com/philmd/qemu.git pflash-next
1619 F: hw/block/pflash_cfi*.c
1620 F: include/hw/block/flash.h
1623 M: Paolo Bonzini <pbonzini@redhat.com>
1624 R: Fam Zheng <fam@euphon.net>
1626 F: include/hw/scsi/*
1628 F: tests/qtest/virtio-scsi-test.c
1629 T: git https://github.com/bonzini/qemu.git scsi-next
1632 M: Alistair Francis <alistair@alistair23.me>
1635 F: hw/block/m25p80.c
1636 F: include/hw/ssi/ssi.h
1638 F: tests/qtest/m25p80-test.c
1641 M: Alistair Francis <alistair@alistair23.me>
1646 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1648 F: include/hw/sd/sd*
1655 M: Gerd Hoffmann <kraxel@redhat.com>
1658 F: tests/qtest/usb-*-test.c
1660 F: docs/usb-storage.txt
1663 F: default-configs/usb.mak
1665 USB (serial adapter)
1666 M: Gerd Hoffmann <kraxel@redhat.com>
1667 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1669 F: hw/usb/dev-serial.c
1672 M: Alex Williamson <alex.williamson@redhat.com>
1678 M: Cornelia Huck <cohuck@redhat.com>
1679 M: Eric Farman <farman@linux.ibm.com>
1682 F: hw/s390x/s390-ccw.c
1683 F: include/hw/s390x/s390-ccw.h
1684 F: include/hw/s390x/vfio-ccw.h
1685 T: git https://github.com/cohuck/qemu.git s390-next
1686 L: qemu-s390x@nongnu.org
1689 M: Christian Borntraeger <borntraeger@de.ibm.com>
1690 M: Tony Krowiak <akrowiak@linux.ibm.com>
1691 M: Halil Pasic <pasic@linux.ibm.com>
1692 M: Pierre Morel <pmorel@linux.ibm.com>
1694 F: hw/s390x/ap-device.c
1695 F: hw/s390x/ap-bridge.c
1696 F: include/hw/s390x/ap-device.h
1697 F: include/hw/s390x/ap-bridge.h
1699 F: docs/system/s390x/vfio-ap.rst
1700 L: qemu-s390x@nongnu.org
1703 M: Michael S. Tsirkin <mst@redhat.com>
1706 F: docs/interop/vhost-user.json
1707 F: docs/interop/vhost-user.rst
1708 F: contrib/vhost-user-*/
1709 F: backends/vhost-user.c
1710 F: include/sysemu/vhost-user-backend.h
1713 M: Michael S. Tsirkin <mst@redhat.com>
1716 F: hw/virtio/Makefile.objs
1717 F: hw/virtio/trace-events
1719 F: include/hw/virtio/
1722 M: Michael S. Tsirkin <mst@redhat.com>
1723 M: David Hildenbrand <david@redhat.com>
1725 F: hw/virtio/virtio-balloon*.c
1726 F: include/hw/virtio/virtio-balloon.h
1728 F: include/sysemu/balloon.h
1731 M: Greg Kurz <groug@kaod.org>
1732 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1737 F: docs/interop/virtfs-proxy-helper.rst
1738 F: tests/qtest/virtio-9p-test.c
1739 T: git https://github.com/gkurz/qemu.git 9p-next
1742 M: Stefan Hajnoczi <stefanha@redhat.com>
1743 L: qemu-block@nongnu.org
1745 F: hw/block/virtio-blk.c
1746 F: hw/block/dataplane/*
1747 F: tests/qtest/virtio-blk-test.c
1748 T: git https://github.com/stefanha/qemu.git block
1751 M: Cornelia Huck <cohuck@redhat.com>
1752 M: Halil Pasic <pasic@linux.ibm.com>
1754 F: hw/s390x/virtio-ccw*.[hc]
1755 F: hw/s390x/vhost-vsock-ccw.c
1756 T: git https://github.com/cohuck/qemu.git s390-next
1757 T: git https://github.com/borntraeger/qemu.git s390-next
1758 L: qemu-s390x@nongnu.org
1761 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1762 M: Stefan Hajnoczi <stefanha@redhat.com>
1764 F: tools/virtiofsd/*
1765 F: hw/virtio/vhost-user-fs*
1766 F: include/hw/virtio/vhost-user-fs.h
1767 F: docs/interop/virtiofsd.rst
1770 M: Gerd Hoffmann <kraxel@redhat.com>
1772 F: hw/input/vhost-user-input.c
1773 F: hw/input/virtio-input*.c
1774 F: include/hw/virtio/virtio-input.h
1775 F: contrib/vhost-user-input/*
1778 M: Eric Auger <eric.auger@redhat.com>
1780 F: hw/virtio/virtio-iommu*.c
1781 F: include/hw/virtio/virtio-iommu.h
1784 M: Laurent Vivier <lvivier@redhat.com>
1785 R: Amit Shah <amit@kernel.org>
1787 F: hw/char/virtio-serial-bus.c
1788 F: hw/char/virtio-console.c
1789 F: include/hw/virtio/virtio-serial.h
1790 F: tests/qtest/virtio-serial-test.c
1793 M: Laurent Vivier <lvivier@redhat.com>
1794 R: Amit Shah <amit@kernel.org>
1796 F: hw/virtio/virtio-rng.c
1797 F: include/hw/virtio/virtio-rng.h
1798 F: include/sysemu/rng*.h
1800 F: tests/qtest/virtio-rng-test.c
1803 M: Gonglei <arei.gonglei@huawei.com>
1805 F: hw/virtio/virtio-crypto.c
1806 F: hw/virtio/virtio-crypto-pci.c
1807 F: include/hw/virtio/virtio-crypto.h
1810 M: David Hildenbrand <david@redhat.com>
1812 W: https://virtio-mem.gitlab.io/
1813 F: hw/virtio/virtio-mem.c
1814 F: hw/virtio/virtio-mem-pci.h
1815 F: hw/virtio/virtio-mem-pci.c
1816 F: include/hw/virtio/virtio-mem.h
1819 M: Keith Busch <kbusch@kernel.org>
1820 L: qemu-block@nongnu.org
1823 F: tests/qtest/nvme-test.c
1826 M: Hannes Reinecke <hare@suse.com>
1827 L: qemu-block@nongnu.org
1829 F: hw/scsi/megasas.c
1831 F: tests/qtest/megasas-test.c
1833 Network packet abstractions
1834 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1836 F: include/net/eth.h
1838 F: hw/net/net_rx_pkt*
1839 F: hw/net/net_tx_pkt*
1842 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1845 F: hw/scsi/vmw_pvscsi*
1846 F: tests/qtest/vmxnet3-test.c
1849 M: Jiri Pirko <jiri@resnulli.us>
1853 F: docs/specs/rocker.txt
1856 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1860 F: include/hw/mem/nvdimm.h
1864 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1869 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1874 M: Stefan Weil <sw@weilnetz.de>
1876 F: hw/net/eepro100.c
1879 M: Sven Schnelle <svens@stackframe.org>
1885 M: Alistair Francis <alistair@alistair23.me>
1887 F: hw/core/generic-loader.c
1888 F: include/hw/core/generic-loader.h
1889 F: docs/generic-loader.txt
1891 Intel Hexadecimal Object File Loader
1892 M: Su Hang <suhang16@mails.ucas.ac.cn>
1894 F: tests/qtest/hexloader-test.c
1895 F: tests/data/hex-loader/test.hex
1898 M: Thomas Huth <thuth@redhat.com>
1900 F: hw/nvram/chrp_nvram.c
1901 F: include/hw/nvram/chrp_nvram.h
1902 F: tests/qtest/prom-env-test.c
1905 M: Ben Warren <ben@skyportsystems.com>
1907 F: hw/acpi/vmgenid.c
1908 F: include/hw/acpi/vmgenid.h
1909 F: docs/specs/vmgenid.txt
1910 F: tests/qtest/vmgenid-test.c
1913 Unimplemented device
1914 M: Peter Maydell <peter.maydell@linaro.org>
1915 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1917 F: include/hw/misc/unimp.h
1921 M: Artyom Tarasenko <atar4qemu@gmail.com>
1922 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1924 F: include/hw/misc/empty_slot.h
1925 F: hw/misc/empty_slot.c
1928 M: Gerd Hoffmann <kraxel@redhat.com>
1931 F: hw/display/bochs-display.c
1932 F: include/hw/display/vga.h
1933 F: include/hw/display/bochs-vbe.h
1936 M: Gerd Hoffmann <kraxel@redhat.com>
1938 F: hw/display/ramfb*.c
1939 F: include/hw/display/ramfb.h
1942 M: Gerd Hoffmann <kraxel@redhat.com>
1944 F: hw/display/virtio-gpu*
1945 F: hw/display/virtio-vga.*
1946 F: include/hw/virtio/virtio-gpu.h
1949 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1951 F: contrib/vhost-user-blk/
1952 F: contrib/vhost-user-scsi/
1953 F: hw/block/vhost-user-blk.c
1954 F: hw/scsi/vhost-user-scsi.c
1955 F: hw/virtio/vhost-user-blk-pci.c
1956 F: hw/virtio/vhost-user-scsi-pci.c
1957 F: include/hw/virtio/vhost-user-blk.h
1958 F: include/hw/virtio/vhost-user-scsi.h
1961 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1962 M: Gerd Hoffmann <kraxel@redhat.com>
1964 F: docs/interop/vhost-user-gpu.rst
1965 F: contrib/vhost-user-gpu
1966 F: hw/display/vhost-user-*
1969 M: Gerd Hoffmann <kraxel@redhat.com>
1971 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1972 F: hw/display/cirrus*
1975 M: Gerd Hoffmann <kraxel@redhat.com>
1978 F: include/hw/display/edid.h
1981 PIIX4 South Bridge (i82371AB)
1982 M: Hervé Poussineau <hpoussin@reactos.org>
1983 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1986 F: include/hw/southbridge/piix.h
1988 Firmware configuration (fw_cfg)
1989 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1990 R: Laszlo Ersek <lersek@redhat.com>
1991 R: Gerd Hoffmann <kraxel@redhat.com>
1993 F: docs/specs/fw_cfg.txt
1994 F: hw/nvram/fw_cfg.c
1996 F: include/hw/nvram/fw_cfg.h
1997 F: include/standard-headers/linux/qemu_fw_cfg.h
1998 F: tests/qtest/libqos/fw_cfg.c
1999 F: tests/qtest/fw_cfg-test.c
2000 T: git https://github.com/philmd/qemu.git fw_cfg-next
2003 M: David Gibson <david@gibson.dropbear.id.au>
2004 M: Cédric Le Goater <clg@kaod.org>
2005 L: qemu-ppc@nongnu.org
2008 F: include/hw/*/*xive*
2012 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2013 R: Magnus Damm <magnus.damm@gmail.com>
2015 F: hw/char/renesas_sci.c
2016 F: hw/char/sh_serial.c
2017 F: hw/timer/renesas_*.c
2018 F: hw/timer/sh_timer.c
2019 F: include/hw/char/renesas_sci.h
2020 F: include/hw/sh4/sh.h
2021 F: include/hw/timer/renesas_*.h
2023 Renesas RX peripherals
2024 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2028 F: include/hw/intc/rx_icu.h
2034 M: Gerd Hoffmann <kraxel@redhat.com>
2038 F: include/hw/audio/
2039 F: tests/qtest/ac97-test.c
2040 F: tests/qtest/es1370-test.c
2041 F: tests/qtest/intel-hda-test.c
2044 M: Kevin Wolf <kwolf@redhat.com>
2045 M: Max Reitz <mreitz@redhat.com>
2046 L: qemu-block@nongnu.org
2053 F: docs/interop/qemu-img.rst
2055 F: tests/qemu-iotests/
2056 F: util/qemu-progress.c
2057 F: qobject/block-qdict.c
2058 F: tests/check-block-qdict.c
2059 T: git https://repo.or.cz/qemu/kevin.git block
2062 M: Stefan Hajnoczi <stefanha@redhat.com>
2063 M: Fam Zheng <fam@euphon.net>
2064 L: qemu-block@nongnu.org
2072 F: include/block/aio.h
2073 F: include/block/aio-wait.h
2074 F: scripts/qemugdb/aio.py
2075 T: git https://github.com/stefanha/qemu.git block
2077 Block SCSI subsystem
2078 M: Paolo Bonzini <pbonzini@redhat.com>
2079 R: Fam Zheng <fam@euphon.net>
2080 L: qemu-block@nongnu.org
2086 M: John Snow <jsnow@redhat.com>
2087 L: qemu-block@nongnu.org
2090 F: include/block/blockjob.h
2093 F: include/qemu/job.h
2099 T: git https://github.com/jnsnow/qemu.git jobs
2101 Block QAPI, monitor, command line
2102 M: Markus Armbruster <armbru@redhat.com>
2105 F: blockdev-hmp-cmds.c
2108 F: qapi/transaction.json
2109 T: git https://repo.or.cz/qemu/armbru.git block-next
2112 M: Eric Blake <eblake@redhat.com>
2113 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2114 R: John Snow <jsnow@redhat.com>
2115 L: qemu-block@nongnu.org
2117 F: include/qemu/hbitmap.h
2118 F: include/block/dirty-bitmap.h
2119 F: block/monitor/bitmap-qmp-cmds.c
2120 F: block/dirty-bitmap.c
2121 F: block/qcow2-bitmap.c
2122 F: migration/block-dirty-bitmap.c
2124 F: tests/test-hbitmap.c
2125 F: docs/interop/bitmaps.rst
2126 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2128 Character device backends
2129 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2130 R: Paolo Bonzini <pbonzini@redhat.com>
2136 Character Devices (Braille)
2137 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2141 Command line option argument parsing
2142 M: Markus Armbruster <armbru@redhat.com>
2144 F: include/qemu/option.h
2145 F: tests/test-keyval.c
2146 F: tests/test-qemu-opts.c
2148 F: util/qemu-option.c
2151 M: Markus Armbruster <armbru@redhat.com>
2153 F: scripts/coverity-model.c
2155 Coverity Scan integration
2156 M: Peter Maydell <peter.maydell@linaro.org>
2158 F: scripts/coverity-scan/
2161 M: Alistair Francis <alistair.francis@wdc.com>
2162 R: David Gibson <david@gibson.dropbear.id.au>
2165 F: include/sysemu/device_tree.h
2169 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2171 F: hw/misc/vmcoreinfo.c
2172 F: include/hw/misc/vmcoreinfo.h
2173 F: include/qemu/win_dump_defs
2174 F: include/sysemu/dump-arch.h
2175 F: include/sysemu/dump.h
2177 F: scripts/dump-guest-memory.py
2181 M: Markus Armbruster <armbru@redhat.com>
2183 F: include/qapi/error.h
2184 F: include/qemu/error-report.h
2187 F: util/qemu-error.c
2188 F: scripts/coccinelle/err-bad-newline.cocci
2189 F: scripts/coccinelle/error-use-after-free.cocci
2190 F: scripts/coccinelle/error_propagate_null.cocci
2191 F: scripts/coccinelle/remove_local_err.cocci
2192 F: scripts/coccinelle/use-error_fatal.cocci
2193 F: scripts/coccinelle/errp-guard.cocci
2196 M: Alex Bennée <alex.bennee@linaro.org>
2197 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2203 M: Paolo Bonzini <pbonzini@redhat.com>
2205 F: include/exec/ioport.h
2207 F: include/exec/memop.h
2208 F: include/exec/memory.h
2209 F: include/exec/ram_addr.h
2210 F: include/exec/ramblock.h
2212 F: include/exec/memory-internal.h
2214 F: scripts/coccinelle/memory-region-housekeeping.cocci
2217 M: Gerd Hoffmann <kraxel@redhat.com>
2219 F: include/ui/qemu-spice.h
2220 F: include/ui/spice-display.h
2222 F: audio/spiceaudio.c
2225 F: docs/spice-port-fqdn.txt
2228 M: Gerd Hoffmann <kraxel@redhat.com>
2236 M: Peter Maydell <peter.maydell@linaro.org>
2241 M: Paolo Bonzini <pbonzini@redhat.com>
2244 F: include/qemu/main-loop.h
2245 F: include/sysemu/runstate.h
2247 F: util/qemu-timer.c
2250 F: qapi/run-state.json
2253 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2255 F: monitor/monitor-internal.h
2257 F: monitor/monitor.c
2261 F: include/monitor/hmp-target.h
2262 F: tests/qtest/test-hmp.c
2263 F: include/qemu/qemu-print.h
2264 F: util/qemu-print.c
2266 Network device backends
2267 M: Jason Wang <jasowang@redhat.com>
2271 F: qemu-bridge-helper.c
2272 T: git https://github.com/jasowang/qemu.git net
2275 Netmap network backend
2276 M: Luigi Rizzo <rizzo@iet.unipi.it>
2277 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2278 M: Vincenzo Maffione <v.maffione@gmail.com>
2279 W: http://info.iet.unipi.it/~luigi/netmap/
2283 Host Memory Backends
2284 M: Eduardo Habkost <ehabkost@redhat.com>
2285 M: Igor Mammedov <imammedo@redhat.com>
2287 F: backends/hostmem*.c
2288 F: include/sysemu/hostmem.h
2289 T: git https://github.com/ehabkost/qemu.git machine-next
2292 M: Gonglei <arei.gonglei@huawei.com>
2294 F: include/sysemu/cryptodev*.h
2295 F: backends/cryptodev*.c
2298 M: Eduardo Habkost <ehabkost@redhat.com>
2299 M: Cleber Rosa <crosa@redhat.com>
2306 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2308 F: scripts/simplebench/
2311 M: Markus Armbruster <armbru@redhat.com>
2312 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2317 X: include/qapi/qmp/
2318 F: include/qapi/qmp/dispatch.h
2319 F: tests/qapi-schema/
2320 F: tests/test-*-visitor.c
2321 F: tests/test-qapi-*.c
2322 F: tests/test-qmp-*.c
2323 F: tests/test-visitor-serialization.c
2324 F: scripts/qapi-gen.py
2327 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2330 M: Eric Blake <eblake@redhat.com>
2331 M: Markus Armbruster <armbru@redhat.com>
2334 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2337 M: Markus Armbruster <armbru@redhat.com>
2340 F: include/qapi/qmp/
2341 X: include/qapi/qmp/dispatch.h
2342 F: scripts/coccinelle/qobject.cocci
2343 F: tests/check-qdict.c
2344 F: tests/check-qjson.c
2345 F: tests/check-qlist.c
2346 F: tests/check-qlit.c
2347 F: tests/check-qnull.c
2348 F: tests/check-qnum.c
2349 F: tests/check-qobject.c
2350 F: tests/check-qstring.c
2351 F: tests/data/qobject/qdict.txt
2352 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2355 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2358 F: docs/interop/qemu-ga.rst
2359 F: scripts/qemu-guest-agent/
2361 F: docs/interop/qemu-ga-ref.texi
2362 T: git https://github.com/mdroth/qemu.git qga
2365 M: Paolo Bonzini <pbonzini@redhat.com>
2366 R: Daniel P. Berrange <berrange@redhat.com>
2367 R: Eduardo Habkost <ehabkost@redhat.com>
2369 F: docs/qdev-device-use.txt
2374 F: include/monitor/qdev.h
2380 F: tests/check-qom-interface.c
2381 F: tests/check-qom-proplist.c
2382 F: tests/test-qdev-global-props.c
2385 M: Markus Armbruster <armbru@redhat.com>
2387 F: monitor/monitor-internal.h
2390 F: monitor/monitor.c
2392 F: docs/devel/*qmp-*
2393 F: docs/interop/*qmp-*
2395 F: tests/qtest/qmp-test.c
2396 F: tests/qtest/qmp-cmd-test.c
2397 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2400 M: Thomas Huth <thuth@redhat.com>
2401 M: Laurent Vivier <lvivier@redhat.com>
2402 R: Paolo Bonzini <pbonzini@redhat.com>
2407 X: tests/qtest/bios-tables-test-allowed-diff.h
2410 M: Alexander Bulekov <alxndr@bu.edu>
2411 R: Paolo Bonzini <pbonzini@redhat.com>
2412 R: Bandan Das <bsd@redhat.com>
2413 R: Stefan Hajnoczi <stefanha@redhat.com>
2415 F: tests/qtest/fuzz/
2416 F: scripts/oss-fuzz/
2419 M: Alistair Francis <alistair@alistair23.me>
2421 F: hw/core/register.c
2422 F: include/hw/register.h
2423 F: include/hw/registerfields.h
2426 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2430 F: include/net/slirp.h
2431 T: git https://people.debian.org/~sthibault/qemu.git slirp
2434 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2437 F: include/hw/stream.h
2440 M: Paolo Bonzini <pbonzini@redhat.com>
2445 M: Stefan Hajnoczi <stefanha@redhat.com>
2449 F: docs/qemu-option-trace.rst.inc
2450 F: scripts/tracetool.py
2451 F: scripts/tracetool/
2452 F: scripts/qemu-trace-stap*
2453 F: docs/interop/qemu-trace-stap.rst
2454 F: docs/devel/tracing.txt
2455 T: git https://github.com/stefanha/qemu.git tracing
2458 M: Stefan Berger <stefanb@linux.ibm.com>
2463 F: include/hw/acpi/tpm.h
2464 F: include/sysemu/tpm*
2467 F: tests/qtest/*tpm*
2468 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2472 F: scripts/checkpatch.pl
2475 M: Juan Quintela <quintela@redhat.com>
2476 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2478 F: hw/core/vmstate-if.c
2479 F: include/hw/vmstate-if.h
2480 F: include/migration/
2482 F: scripts/vmstate-static-checker.py
2483 F: tests/vmstate-static-checker-data/
2484 F: tests/qtest/migration-test.c
2485 F: docs/devel/migration.rst
2486 F: qapi/migration.json
2489 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2491 F: backends/dbus-vmstate.c
2492 F: tests/dbus-vmstate*
2494 F: include/qemu/dbus.h
2495 F: docs/interop/dbus.rst
2496 F: docs/interop/dbus-vmstate.rst
2499 M: Eduardo Otubo <otubo@redhat.com>
2502 F: include/sysemu/seccomp.h
2505 M: Daniel P. Berrange <berrange@redhat.com>
2509 F: tests/test-crypto-*
2510 F: tests/benchmark-crypto-*
2511 F: tests/crypto-tls-*
2512 F: tests/pkix_asn1_tab.c
2516 M: Stefan Hajnoczi <stefanha@redhat.com>
2517 M: Kevin Wolf <kwolf@redhat.com>
2520 F: include/qemu/coroutine*
2521 F: tests/test-coroutine.c
2524 M: Daniel P. Berrange <berrange@redhat.com>
2527 F: include/qemu/buffer.h
2530 M: Daniel P. Berrange <berrange@redhat.com>
2537 M: Daniel P. Berrange <berrange@redhat.com>
2542 F: tests/test-authz-*
2545 M: Daniel P. Berrange <berrange@redhat.com>
2546 M: Gerd Hoffmann <kraxel@redhat.com>
2548 F: include/qemu/sockets.h
2549 F: util/qemu-sockets.c
2550 F: qapi/sockets.json
2553 M: Daniel P. Berrange <berrange@redhat.com>
2555 F: util/filemonitor*.c
2556 F: include/qemu/filemonitor.h
2557 F: tests/test-util-filemonitor.c
2559 Throttling infrastructure
2560 M: Alberto Garcia <berto@igalia.com>
2562 F: block/throttle-groups.c
2563 F: include/block/throttle-groups.h
2564 F: include/qemu/throttle*.h
2566 F: docs/throttle.txt
2567 F: tests/test-throttle.c
2568 L: qemu-block@nongnu.org
2571 M: Fam Zheng <fam@euphon.net>
2574 F: include/qemu/uuid.h
2575 F: tests/test-uuid.c
2578 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2581 F: include/migration/colo.h
2582 F: include/migration/failover.h
2586 M: Zhang Chen <chen.zhang@intel.com>
2587 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2589 F: docs/colo-proxy.txt
2591 F: net/filter-rewriter.c
2592 F: net/filter-mirror.c
2595 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2596 R: Paolo Bonzini <pbonzini@redhat.com>
2597 W: https://wiki.qemu.org/Features/record-replay
2600 F: block/blkreplay.c
2601 F: net/filter-replay.c
2602 F: include/sysemu/replay.h
2605 F: tests/acceptance/replay_kernel.py
2608 M: Peter Xu <peterx@redhat.com>
2610 F: include/qemu/iova-tree.h
2614 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2619 M: Corey Minyard <cminyard@mvista.com>
2622 F: hw/i2c/smbus_slave.c
2623 F: hw/i2c/smbus_master.c
2624 F: hw/i2c/smbus_eeprom.c
2625 F: include/hw/i2c/i2c.h
2626 F: include/hw/i2c/smbus_master.h
2627 F: include/hw/i2c/smbus_slave.h
2628 F: include/hw/i2c/smbus_eeprom.h
2631 M: Laszlo Ersek <lersek@redhat.com>
2632 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2634 F: pc-bios/descriptors/??-edk2-*.json
2636 F: roms/Makefile.edk2
2639 F: tests/data/uefi-boot-images/
2640 F: tests/uefi-test-tools/
2641 F: .gitlab-ci.d/edk2.yml
2642 F: .gitlab-ci.d/edk2/
2645 M: Michael S. Tsirkin <mst@redhat.com>
2646 M: Peter Xu <peterx@redhat.com>
2647 R: Jason Wang <jasowang@redhat.com>
2649 F: hw/i386/intel_iommu.c
2650 F: hw/i386/intel_iommu_internal.h
2651 F: include/hw/i386/intel_iommu.h
2655 Overall usermode emulation
2656 M: Riku Voipio <riku.voipio@iki.fi>
2659 F: accel/tcg/user-exec*.c
2664 F: default-configs/*-bsd-user.mak
2667 M: Laurent Vivier <laurent@vivier.eu>
2670 F: default-configs/*-linux-user.mak
2671 F: scripts/qemu-binfmt-conf.sh
2672 F: scripts/update-syscalltbl.sh
2673 F: scripts/update-mips-syscall-args.sh
2674 F: scripts/gensyscalls.sh
2676 Tiny Code Generator (TCG)
2677 -------------------------
2679 M: Richard Henderson <rth@twiddle.net>
2685 M: Alex Bennée <alex.bennee@linaro.org>
2687 F: docs/devel/tcg-plugins.rst
2692 M: Richard Henderson <richard.henderson@linaro.org>
2694 L: qemu-arm@nongnu.org
2700 M: Andrzej Zaborowski <balrogg@gmail.com>
2702 L: qemu-arm@nongnu.org
2707 M: Richard Henderson <rth@twiddle.net>
2713 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2714 R: Aurelien Jarno <aurelien@aurel32.net>
2715 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2720 M: Richard Henderson <rth@twiddle.net>
2726 M: Palmer Dabbelt <palmer@dabbelt.com>
2727 M: Alistair Francis <Alistair.Francis@wdc.com>
2728 L: qemu-riscv@nongnu.org
2734 M: Richard Henderson <rth@twiddle.net>
2738 L: qemu-s390x@nongnu.org
2746 M: Stefan Weil <sw@weilnetz.de>
2755 M: Fam Zheng <fam@euphon.net>
2756 L: qemu-block@nongnu.org
2761 M: Jason Dillaman <dillaman@redhat.com>
2762 L: qemu-block@nongnu.org
2767 M: Liu Yuan <namei.unix@gmail.com>
2768 L: qemu-block@nongnu.org
2769 L: sheepdog@lists.wpkg.org
2774 M: Jeff Cody <codyprime@gmail.com>
2775 L: qemu-block@nongnu.org
2780 M: Stefan Weil <sw@weilnetz.de>
2781 L: qemu-block@nongnu.org
2786 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2787 M: Paolo Bonzini <pbonzini@redhat.com>
2788 M: Peter Lieven <pl@kamp.de>
2789 L: qemu-block@nongnu.org
2792 F: block/iscsi-opts.c
2794 Network Block Device (NBD)
2795 M: Eric Blake <eblake@redhat.com>
2796 L: qemu-block@nongnu.org
2800 F: include/block/nbd*
2803 F: docs/interop/nbd.txt
2804 F: docs/interop/qemu-nbd.rst
2805 T: git https://repo.or.cz/qemu/ericb.git nbd
2808 M: Peter Lieven <pl@kamp.de>
2809 L: qemu-block@nongnu.org
2814 M: Richard W.M. Jones <rjones@redhat.com>
2815 L: qemu-block@nongnu.org
2820 L: qemu-block@nongnu.org
2825 L: qemu-block@nongnu.org
2826 L: integration@gluster.org
2831 M: Fam Zheng <fam@euphon.net>
2832 L: qemu-block@nongnu.org
2837 M: Fam Zheng <fam@euphon.net>
2838 L: qemu-block@nongnu.org
2843 M: Gonglei <arei.gonglei@huawei.com>
2848 M: Alberto Garcia <berto@igalia.com>
2851 L: qemu-block@nongnu.org
2854 M: Ari Sundholm <ari@tuxera.com>
2855 L: qemu-block@nongnu.org
2857 F: block/blklogwrites.c
2860 M: Stefan Hajnoczi <stefanha@redhat.com>
2861 L: qemu-block@nongnu.org
2863 F: block/blkverify.c
2866 M: Stefan Hajnoczi <stefanha@redhat.com>
2867 L: qemu-block@nongnu.org
2872 M: Stefan Hajnoczi <stefanha@redhat.com>
2873 L: qemu-block@nongnu.org
2878 M: Stefan Hajnoczi <stefanha@redhat.com>
2879 L: qemu-block@nongnu.org
2884 M: Stefan Hajnoczi <stefanha@redhat.com>
2885 M: Denis V. Lunev <den@openvz.org>
2886 L: qemu-block@nongnu.org
2888 F: block/parallels.c
2889 F: docs/interop/parallels.txt
2892 M: Stefan Hajnoczi <stefanha@redhat.com>
2893 L: qemu-block@nongnu.org
2898 M: Kevin Wolf <kwolf@redhat.com>
2899 L: qemu-block@nongnu.org
2901 F: block/linux-aio.c
2902 F: include/block/raw-aio.h
2903 F: block/raw-format.c
2904 F: block/file-posix.c
2905 F: block/file-win32.c
2906 F: block/win32-aio.c
2909 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2910 M: Julia Suvorova <jusual@redhat.com>
2911 M: Stefan Hajnoczi <stefanha@redhat.com>
2912 L: qemu-block@nongnu.org
2918 M: Kevin Wolf <kwolf@redhat.com>
2919 M: Max Reitz <mreitz@redhat.com>
2920 L: qemu-block@nongnu.org
2923 F: docs/interop/qcow2.txt
2926 M: Kevin Wolf <kwolf@redhat.com>
2927 L: qemu-block@nongnu.org
2932 M: Kevin Wolf <kwolf@redhat.com>
2933 M: Max Reitz <mreitz@redhat.com>
2934 L: qemu-block@nongnu.org
2939 M: Kevin Wolf <kwolf@redhat.com>
2940 L: qemu-block@nongnu.org
2945 M: Kevin Wolf <kwolf@redhat.com>
2946 L: qemu-block@nongnu.org
2951 M: Stefan Hajnoczi <stefanha@redhat.com>
2952 L: qemu-block@nongnu.org
2954 F: tests/image-fuzzer/
2957 M: Wen Congyang <wencongyang2@huawei.com>
2958 M: Xie Changlong <xiechanglong.d@gmail.com>
2961 F: block/replication.c
2962 F: tests/test-replication.c
2963 F: docs/block-replication.txt
2966 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2967 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2972 F: contrib/rdmacm-mux/*
2976 M: Alex Bennée <alex.bennee@linaro.org>
2979 F: include/hw/semihosting/
2981 Build and test automation
2982 -------------------------
2983 Build and test automation
2984 M: Alex Bennée <alex.bennee@linaro.org>
2985 M: Fam Zheng <fam@euphon.net>
2986 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2988 F: .github/lockdown.yml
2994 F: scripts/archive-source.sh
2995 W: https://travis-ci.org/qemu/qemu
2996 W: https://app.shippable.com/github/qemu/qemu
2997 W: http://patchew.org/QEMU/
2999 FreeBSD Hosted Continuous Integration
3000 M: Ed Maste <emaste@freebsd.org>
3001 M: Li-Wen Hsu <lwhsu@freebsd.org>
3004 W: https://cirrus-ci.com/github/qemu/qemu
3006 GitLab Continuous Integration
3007 M: Thomas Huth <thuth@redhat.com>
3008 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3009 M: Alex Bennée <alex.bennee@linaro.org>
3010 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3014 Guest Test Compilation Support
3015 M: Alex Bennée <alex.bennee@linaro.org>
3016 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3018 F: tests/tcg/Makefile
3019 F: tests/tcg/Makefile.include
3021 Acceptance (Integration) Testing with the Avocado framework
3022 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3023 R: Cleber Rosa <crosa@redhat.com>
3024 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3025 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3027 F: tests/acceptance/
3031 Build system architecture
3032 M: Daniel P. Berrange <berrange@redhat.com>
3034 F: docs/devel/build-system.txt
3036 GIT Data Mining Config
3037 M: Alex Bennée <alex.bennee@linaro.org>
3042 Incompatible changes
3043 R: libvir-list@redhat.com
3044 F: docs/system/deprecated.rst
3049 M: Daniel P. Berrange <berrange@redhat.com>
3051 F: scripts/git-submodule.sh
3054 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3057 Sphinx documentation configuration and build machinery
3058 M: Peter Maydell <peter.maydell@linaro.org>
3065 Performance Tools and Tests
3066 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3068 F: scripts/performance/