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
420 M: Roman Bolshakov <r.bolshakov@yadro.com>
422 F: accel/stubs/hvf-stub.c
424 F: include/sysemu/hvf.h
427 M: Sunil Muthuswamy <sunilmut@microsoft.com>
429 F: target/i386/whpx-all.c
430 F: target/i386/whp-dispatch.h
431 F: accel/stubs/whpx-stub.c
432 F: include/sysemu/whpx.h
434 Guest CPU Cores (Xen)
435 ---------------------
437 M: Stefano Stabellini <sstabellini@kernel.org>
438 M: Anthony Perard <anthony.perard@citrix.com>
439 M: Paul Durrant <paul@xen.org>
440 L: xen-devel@lists.xenproject.org
445 F: hw/char/xen_console.c
446 F: hw/display/xenfb.c
450 F: hw/block/dataplane/xen*
454 F: hw/pci-host/xen_igd_pt.c
455 F: include/hw/block/dataplane/xen*
457 F: include/sysemu/xen.h
458 F: include/sysemu/xen-mapcache.h
460 Guest CPU Cores (HAXM)
461 ---------------------
463 M: Wenchao Wang <wenchao.wang@intel.com>
464 M: Colin Xu <colin.xu@intel.com>
465 L: haxm-team@intel.com
466 W: https://github.com/intel/haxm/issues
468 F: include/sysemu/hax.h
474 M: Michael S. Tsirkin <mst@redhat.com>
475 M: Cornelia Huck <cohuck@redhat.com>
476 M: Paolo Bonzini <pbonzini@redhat.com>
479 F: scripts/update-linux-headers.sh
482 M: Paolo Bonzini <pbonzini@redhat.com>
485 F: include/sysemu/os-posix.h
487 F: include/qemu/*posix*.h
490 M: Kamil Rytarowski <kamil@netbsd.org>
492 K: ^Subject:.*(?i)NetBSD
495 M: Brad Smith <brad@comstyle.com>
497 K: ^Subject:.*(?i)OpenBSD
500 M: Stefan Weil <sw@weilnetz.de>
510 M: Richard Henderson <rth@twiddle.net>
513 F: hw/isa/smc37c669-superio.c
514 F: tests/tcg/alpha/system/
519 M: Beniamino Galvani <b.galvani@gmail.com>
520 M: Peter Maydell <peter.maydell@linaro.org>
521 L: qemu-arm@nongnu.org
524 F: include/hw/*/allwinner*
525 F: hw/arm/cubieboard.c
528 M: Niek Linnenbank <nieklinnenbank@gmail.com>
529 L: qemu-arm@nongnu.org
531 F: hw/*/allwinner-h3*
532 F: include/hw/*/allwinner-h3*
534 F: docs/system/orangepi.rst
536 ARM PrimeCell and CMSDK devices
537 M: Peter Maydell <peter.maydell@linaro.org>
538 L: qemu-arm@nongnu.org
541 F: include/hw/char/pl011.h
544 F: include/hw/dma/pl080.h
551 F: include/hw/ssi/pl022.h
553 F: include/hw/rtc/pl031.h
554 F: include/hw/arm/primecell.h
555 F: hw/timer/cmsdk-apb-timer.c
556 F: include/hw/timer/cmsdk-apb-timer.h
557 F: hw/timer/cmsdk-apb-dualtimer.c
558 F: include/hw/timer/cmsdk-apb-dualtimer.h
559 F: hw/char/cmsdk-apb-uart.c
560 F: include/hw/char/cmsdk-apb-uart.h
561 F: hw/watchdog/cmsdk-apb-watchdog.c
562 F: include/hw/watchdog/cmsdk-apb-watchdog.h
564 F: include/hw/misc/tz-ppc.h
566 F: include/hw/misc/tz-mpc.h
568 F: include/hw/misc/tz-msc.h
571 M: Peter Maydell <peter.maydell@linaro.org>
572 L: qemu-arm@nongnu.org
575 F: hw/intc/gic_internal.h
577 F: hw/misc/arm11scu.c
578 F: hw/misc/arm_l2x0.c
579 F: hw/timer/a9gtimer*
581 F: include/hw/arm/arm*.h
582 F: include/hw/intc/arm*
583 F: include/hw/misc/a9scu.h
584 F: include/hw/misc/arm11scu.h
585 F: include/hw/timer/a9gtimer.h
586 F: include/hw/timer/arm_mptimer.h
587 F: include/hw/timer/armv7m_systick.h
588 F: tests/qtest/test-arm-mptimer.c
591 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
592 M: Peter Maydell <peter.maydell@linaro.org>
593 L: qemu-arm@nongnu.org
596 F: include/hw/arm/exynos4210.h
599 M: Rob Herring <robh@kernel.org>
600 M: Peter Maydell <peter.maydell@linaro.org>
601 L: qemu-arm@nongnu.org
607 M: Antony Pavlov <antonynpavlov@gmail.com>
608 M: Peter Maydell <peter.maydell@linaro.org>
609 L: qemu-arm@nongnu.org
611 F: include/hw/arm/digic.h
613 F: include/hw/*/digic*
614 F: tests/acceptance/machine_arm_canona1100.py
617 M: Anup Patel <anup.patel@wdc.com>
618 M: Alistair Francis <Alistair.Francis@wdc.com>
619 L: qemu-riscv@nongnu.org
621 F: hw/rtc/goldfish_rtc.c
622 F: include/hw/rtc/goldfish_rtc.h
625 M: Peter Maydell <peter.maydell@linaro.org>
626 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
627 L: qemu-arm@nongnu.org
632 M: Peter Maydell <peter.maydell@linaro.org>
633 R: Jean-Christophe Dubois <jcd@tribudubois.net>
634 L: qemu-arm@nongnu.org
636 F: hw/arm/fsl-imx25.c
637 F: hw/arm/imx25_pdk.c
638 F: hw/misc/imx25_ccm.c
639 F: hw/watchdog/wdt_imx2.c
640 F: include/hw/arm/fsl-imx25.h
641 F: include/hw/misc/imx25_ccm.h
642 F: include/hw/watchdog/wdt_imx2.h
645 M: Peter Chubb <peter.chubb@nicta.com.au>
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
652 F: include/hw/*/imx_*
653 F: include/hw/*/*imx31*
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
659 F: hw/arm/integratorcp.c
660 F: hw/misc/arm_integrator_debug.c
661 F: include/hw/misc/arm_integrator_debug.h
662 F: tests/acceptance/machine_arm_integratorcp.py
663 F: docs/system/arm/integratorcp.rst
665 MCIMX6UL EVK / i.MX6ul
666 M: Peter Maydell <peter.maydell@linaro.org>
667 R: Jean-Christophe Dubois <jcd@tribudubois.net>
668 L: qemu-arm@nongnu.org
670 F: hw/arm/mcimx6ul-evk.c
671 F: hw/arm/fsl-imx6ul.c
672 F: hw/misc/imx6ul_ccm.c
673 F: include/hw/arm/fsl-imx6ul.h
674 F: include/hw/misc/imx6ul_ccm.h
676 MCIMX7D SABRE / i.MX7
677 M: Peter Maydell <peter.maydell@linaro.org>
678 R: Andrey Smirnov <andrew.smirnov@gmail.com>
679 L: qemu-arm@nongnu.org
681 F: hw/arm/mcimx7d-sabre.c
684 F: include/hw/arm/fsl-imx7.h
685 F: include/hw/misc/imx7_*.h
686 F: hw/pci-host/designware.c
687 F: include/hw/pci-host/designware.h
690 M: Peter Maydell <peter.maydell@linaro.org>
691 L: qemu-arm@nongnu.org
696 F: include/hw/misc/mps2-*.h
698 F: include/hw/arm/armsse.h
699 F: hw/misc/iotkit-secctl.c
700 F: include/hw/misc/iotkit-secctl.h
701 F: hw/misc/iotkit-sysctl.c
702 F: include/hw/misc/iotkit-sysctl.h
703 F: hw/misc/iotkit-sysinfo.c
704 F: include/hw/misc/iotkit-sysinfo.h
705 F: hw/misc/armsse-cpuid.c
706 F: include/hw/misc/armsse-cpuid.h
707 F: hw/misc/armsse-mhu.c
708 F: include/hw/misc/armsse-mhu.h
709 F: docs/system/arm/mps2.rst
712 M: Peter Maydell <peter.maydell@linaro.org>
713 L: qemu-arm@nongnu.org
716 F: docs/system/arm/musca.rst
719 M: Jan Kiszka <jan.kiszka@web.de>
720 M: Peter Maydell <peter.maydell@linaro.org>
721 L: qemu-arm@nongnu.org
724 F: docs/system/arm/musicpal.rst
727 M: Andrzej Zaborowski <balrogg@gmail.com>
728 M: Peter Maydell <peter.maydell@linaro.org>
729 L: qemu-arm@nongnu.org
732 F: hw/display/blizzard.c
734 F: hw/input/tsc2005.c
737 F: include/hw/display/blizzard.h
738 F: include/hw/input/tsc2xxx.h
739 F: include/hw/misc/cbus.h
740 F: tests/acceptance/machine_arm_n8x0.py
741 F: docs/system/arm/nseries.rst
744 M: Andrzej Zaborowski <balrogg@gmail.com>
745 M: Peter Maydell <peter.maydell@linaro.org>
746 L: qemu-arm@nongnu.org
749 F: hw/input/tsc210x.c
750 F: include/hw/input/tsc2xxx.h
751 F: docs/system/arm/palm.rst
754 M: Peter Maydell <peter.maydell@linaro.org>
755 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
756 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
757 L: qemu-arm@nongnu.org
760 F: hw/arm/raspi_platform.h
762 F: include/hw/arm/raspi*
763 F: include/hw/*/bcm283*
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
770 F: hw/cpu/realview_mpcore.c
771 F: hw/intc/realview_gic.c
772 F: include/hw/intc/realview_gic.h
773 F: docs/system/arm/realview.rst
776 M: Andrzej Zaborowski <balrogg@gmail.com>
777 M: Peter Maydell <peter.maydell@linaro.org>
778 L: qemu-arm@nongnu.org
780 F: hw/arm/mainstone.c
785 F: hw/display/tc6393xb.c
788 F: hw/misc/mst_fpga.c
790 F: include/hw/misc/max111x.h
791 F: include/hw/arm/pxa.h
792 F: include/hw/arm/sharpsl.h
793 F: include/hw/display/tc6393xb.h
794 F: docs/system/arm/xscale.rst
797 M: Peter Maydell <peter.maydell@linaro.org>
798 R: Jean-Christophe Dubois <jcd@tribudubois.net>
799 L: qemu-arm@nongnu.org
801 F: hw/arm/sabrelite.c
805 F: hw/usb/imx-usb-phy.c
806 F: include/hw/usb/imx-usb-phy.h
807 F: include/hw/arm/fsl-imx6.h
808 F: include/hw/misc/imx6_*.h
809 F: include/hw/ssi/imx_spi.h
812 M: Radoslaw Biernacki <rad@semihalf.com>
813 M: Peter Maydell <peter.maydell@linaro.org>
814 R: Leif Lindholm <leif@nuviainc.com>
815 L: qemu-arm@nongnu.org
819 Sharp SL-5500 (Collie) PDA
820 M: Peter Maydell <peter.maydell@linaro.org>
821 L: qemu-arm@nongnu.org
827 M: Peter Maydell <peter.maydell@linaro.org>
828 L: qemu-arm@nongnu.org
831 F: include/hw/input/gamepad.h
832 F: docs/system/arm/stellaris.rst
835 M: Peter Maydell <peter.maydell@linaro.org>
836 L: qemu-arm@nongnu.org
839 F: docs/system/arm/vexpress.rst
842 M: Peter Maydell <peter.maydell@linaro.org>
843 L: qemu-arm@nongnu.org
846 F: include/hw/i2c/arm_sbcon_i2c.h
847 F: hw/misc/arm_sysctl.c
848 F: docs/system/arm/versatile.rst
851 M: Peter Maydell <peter.maydell@linaro.org>
852 L: qemu-arm@nongnu.org
855 F: include/hw/arm/virt.h
858 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
859 M: Alistair Francis <alistair@alistair23.me>
860 M: Peter Maydell <peter.maydell@linaro.org>
861 L: qemu-arm@nongnu.org
866 F: include/hw/misc/zynq*
870 M: Alistair Francis <alistair@alistair23.me>
871 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
872 M: Peter Maydell <peter.maydell@linaro.org>
873 L: qemu-arm@nongnu.org
876 F: include/hw/*/xlnx*.h
877 F: include/hw/ssi/xilinx_spips.h
879 F: include/hw/display/dpcd.h
882 M: Shannon Zhao <shannon.zhaosl@gmail.com>
883 L: qemu-arm@nongnu.org
885 F: hw/arm/virt-acpi-build.c
888 M: Alistair Francis <alistair@alistair23.me>
889 M: Peter Maydell <peter.maydell@linaro.org>
890 L: qemu-arm@nongnu.org
892 F: hw/arm/stm32f205_soc.c
893 F: hw/misc/stm32f2xx_syscfg.c
894 F: hw/char/stm32f2xx_usart.c
895 F: hw/timer/stm32f2xx_timer.c
897 F: hw/ssi/stm32f2xx_spi.c
898 F: include/hw/*/stm32*.h
901 M: Alistair Francis <alistair@alistair23.me>
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
905 F: hw/arm/stm32f405_soc.c
906 F: hw/misc/stm32f4xx_syscfg.c
907 F: hw/misc/stm32f4xx_exti.c
910 M: Alistair Francis <alistair@alistair23.me>
911 M: Peter Maydell <peter.maydell@linaro.org>
912 L: qemu-arm@nongnu.org
914 F: hw/arm/netduino2.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/netduinoplus2.c
924 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
925 M: Peter Maydell <peter.maydell@linaro.org>
926 L: qemu-arm@nongnu.org
929 F: hw/misc/msf2-sysreg.c
930 F: hw/timer/mss-timer.c
932 F: include/hw/arm/msf2-soc.h
933 F: include/hw/misc/msf2-sysreg.h
934 F: include/hw/timer/mss-timer.h
935 F: include/hw/ssi/mss-spi.h
936 F: hw/net/msf2-emac.c
937 F: include/hw/net/msf2-emac.h
940 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
941 M: Peter Maydell <peter.maydell@linaro.org>
942 L: qemu-arm@nongnu.org
947 M: Cédric Le Goater <clg@kaod.org>
948 M: Peter Maydell <peter.maydell@linaro.org>
949 R: Andrew Jeffery <andrew@aj.id.au>
950 R: Joel Stanley <joel@jms.id.au>
951 L: qemu-arm@nongnu.org
955 F: include/hw/*/*aspeed*
956 F: include/hw/misc/pca9552*.h
957 F: hw/net/ftgmac100.c
958 F: include/hw/net/ftgmac100.h
961 M: Joel Stanley <joel@jms.id.au>
962 M: Peter Maydell <peter.maydell@linaro.org>
963 L: qemu-arm@nongnu.org
967 F: include/hw/*/nrf51*.h
968 F: include/hw/*/microbit*.h
969 F: tests/qtest/microbit-test.c
974 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
976 F: hw/cris/axis_dev88.c
982 M: Richard Henderson <rth@twiddle.net>
983 R: Helge Deller <deller@gmx.de>
985 F: default-configs/hppa-softmmu.mak
987 F: pc-bios/hppa-firmware.img
991 EVR32 and uclinux BSP
992 R: Michael Walle <michael@walle.cc>
994 F: hw/lm32/lm32_boards.c
997 R: Michael Walle <michael@walle.cc>
999 F: hw/lm32/milkymist.c
1004 M: Thomas Huth <huth@tuxfamily.org>
1007 F: hw/m68k/mcf5206.c
1010 M: Thomas Huth <huth@tuxfamily.org>
1012 F: hw/m68k/mcf5208.c
1013 F: hw/m68k/mcf_intc.c
1014 F: hw/char/mcf_uart.c
1016 F: include/hw/m68k/mcf*.h
1019 M: Thomas Huth <huth@tuxfamily.org>
1022 F: hw/display/next-fb.c
1023 F: include/hw/m68k/next-cube.h
1026 M: Laurent Vivier <laurent@vivier.eu>
1029 F: hw/misc/mac_via.c
1031 F: hw/display/macfb.c
1033 F: hw/m68k/bootinfo.h
1034 F: include/hw/misc/mac_via.h
1035 F: include/hw/nubus/*
1036 F: include/hw/display/macfb.h
1037 F: include/hw/block/swim.h
1041 petalogix_s3adsp1800
1042 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1044 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1045 F: include/hw/char/xilinx_uartlite.h
1048 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1050 F: hw/microblaze/petalogix_ml605_mmu.c
1055 M: Hervé Poussineau <hpoussin@reactos.org>
1056 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1059 F: hw/display/jazz_led.c
1063 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1064 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1065 R: Aurelien Jarno <aurelien@aurel32.net>
1070 F: hw/mips/gt64xxx_pci.c
1071 F: include/hw/southbridge/piix.h
1072 F: tests/acceptance/linux_ssh_mips_malta.py
1073 F: tests/acceptance/machine_mips_malta.py
1076 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1077 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1079 F: hw/mips/mipssim.c
1083 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1084 R: Aurelien Jarno <aurelien@aurel32.net>
1085 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1090 M: Huacai Chen <chenhc@lemote.com>
1091 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1092 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1093 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1095 F: hw/mips/fuloong2e.c
1096 F: hw/isa/vt82c686.c
1097 F: hw/pci-host/bonito.c
1098 F: include/hw/isa/vt82c686.h
1100 Loongson-3 virtual platforms
1101 M: Huacai Chen <chenhc@lemote.com>
1102 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1104 F: hw/intc/loongson_liointc.c
1107 M: Paul Burton <pburton@wavecomp.com>
1108 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1110 F: hw/core/loader-fit.c
1112 F: hw/pci-host/xilinx-pcie.c
1113 F: include/hw/pci-host/xilinx-pcie.h
1118 M: Jia Liu <proljc@gmail.com>
1120 F: hw/openrisc/openrisc_sim.c
1125 M: David Gibson <david@gibson.dropbear.id.au>
1126 L: qemu-ppc@nongnu.org
1128 F: hw/ppc/ppc405_boards.c
1131 M: David Gibson <david@gibson.dropbear.id.au>
1132 L: qemu-ppc@nongnu.org
1134 F: hw/ppc/ppc440_bamboo.c
1137 M: David Gibson <david@gibson.dropbear.id.au>
1138 L: qemu-ppc@nongnu.org
1141 F: hw/gpio/mpc8xxx.c
1143 F: hw/net/fsl_etsec/
1144 F: hw/pci-host/ppce500.c
1145 F: include/hw/ppc/ppc_e500.h
1146 F: include/hw/pci-host/ppce500.h
1147 F: pc-bios/u-boot.e500
1150 M: David Gibson <david@gibson.dropbear.id.au>
1151 L: qemu-ppc@nongnu.org
1153 F: hw/ppc/mpc8544ds.c
1154 F: hw/ppc/mpc8544_guts.c
1157 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1158 R: David Gibson <david@gibson.dropbear.id.au>
1159 L: qemu-ppc@nongnu.org
1161 F: hw/ppc/mac_newworld.c
1162 F: hw/pci-host/uninorth.c
1163 F: hw/pci-bridge/dec.[hc]
1165 F: hw/misc/mos6522.c
1166 F: hw/nvram/mac_nvram.c
1168 F: include/hw/misc/macio/
1169 F: include/hw/misc/mos6522.h
1170 F: include/hw/ppc/mac_dbdma.h
1171 F: include/hw/pci-host/uninorth.h
1172 F: include/hw/input/adb*
1173 F: pc-bios/qemu_vga.ndrv
1176 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1177 R: David Gibson <david@gibson.dropbear.id.au>
1178 L: qemu-ppc@nongnu.org
1180 F: hw/ppc/mac_oldworld.c
1181 F: hw/pci-host/grackle.c
1183 F: hw/intc/heathrow_pic.c
1185 F: include/hw/intc/heathrow_pic.h
1186 F: include/hw/input/adb*
1187 F: pc-bios/qemu_vga.ndrv
1190 M: Hervé Poussineau <hpoussin@reactos.org>
1191 L: qemu-ppc@nongnu.org
1194 F: hw/ppc/prep_systemio.c
1195 F: hw/ppc/rs6000_mc.c
1196 F: hw/pci-host/prep.[hc]
1200 F: hw/rtc/m48t59-isa.c
1201 F: include/hw/isa/pc87312.h
1202 F: include/hw/rtc/m48t59.h
1203 F: tests/acceptance/ppc_prep_40p.py
1206 M: David Gibson <david@gibson.dropbear.id.au>
1207 L: qemu-ppc@nongnu.org
1210 F: include/hw/*/spapr*
1212 F: include/hw/*/xics*
1214 F: docs/specs/ppc-spapr-hcalls.txt
1215 F: docs/specs/ppc-spapr-hotplug.txt
1216 F: tests/qtest/spapr*
1217 F: tests/qtest/libqos/*spapr*
1218 F: tests/qtest/rtas*
1219 F: tests/qtest/libqos/rtas*
1221 PowerNV (Non-Virtualized)
1222 M: Cédric Le Goater <clg@kaod.org>
1223 M: David Gibson <david@gibson.dropbear.id.au>
1224 L: qemu-ppc@nongnu.org
1228 F: hw/intc/xics_pnv.c
1230 F: include/hw/ppc/pnv*
1231 F: include/hw/pci-host/pnv*
1232 F: pc-bios/skiboot.lid
1236 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1237 L: qemu-ppc@nongnu.org
1239 F: hw/ppc/virtex_ml507.c
1242 M: BALATON Zoltan <balaton@eik.bme.hu>
1243 L: qemu-ppc@nongnu.org
1245 F: hw/ppc/sam460ex.c
1246 F: hw/ppc/ppc440_pcix.c
1247 F: hw/display/sm501*
1250 F: pc-bios/canyonlands.dt[sb]
1251 F: pc-bios/u-boot-sam460ex-20100605.bin
1252 F: roms/u-boot-sam460ex
1257 M: Alistair Francis <Alistair.Francis@wdc.com>
1258 L: qemu-riscv@nongnu.org
1260 F: hw/riscv/opentitan.c
1261 F: hw/char/ibex_uart.c
1262 F: hw/intc/ibex_plic.c
1263 F: include/hw/riscv/opentitan.h
1264 F: include/hw/char/ibex_uart.h
1265 F: include/hw/intc/ibex_plic.h
1270 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1272 F: docs/system/target-rx.rst
1273 F: hw/rx/rx-gdbsim.c
1274 F: tests/acceptance/machine_rx_gdbsim.py
1279 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1280 R: Magnus Damm <magnus.damm@gmail.com>
1283 F: hw/intc/sh_intc.c
1284 F: include/hw/sh4/sh_intc.h
1287 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1288 R: Magnus Damm <magnus.damm@gmail.com>
1291 F: hw/intc/sh_intc.c
1292 F: include/hw/sh4/sh_intc.h
1297 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1300 F: hw/sparc/sun4m_iommu.c
1303 F: hw/dma/sparc32_dma.c
1304 F: hw/misc/eccmemctl.c
1306 F: include/hw/nvram/sun_nvram.h
1307 F: include/hw/sparc/sparc32_dma.h
1308 F: include/hw/sparc/sun4m_iommu.h
1309 F: pc-bios/openbios-sparc32
1312 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1314 F: hw/sparc64/sun4u.c
1315 F: hw/sparc64/sun4u_iommu.c
1316 F: include/hw/sparc/sun4u_iommu.h
1317 F: hw/pci-host/sabre.c
1318 F: include/hw/pci-host/sabre.h
1319 F: hw/pci-bridge/simba.c
1320 F: include/hw/pci-bridge/simba.h
1321 F: pc-bios/openbios-sparc64
1322 F: tests/acceptance/machine_sparc64_sun4u.py
1325 M: Artyom Tarasenko <atar4qemu@gmail.com>
1327 F: hw/sparc64/niagara.c
1328 F: hw/rtc/sun4v-rtc.c
1329 F: include/hw/rtc/sun4v-rtc.h
1332 M: Fabien Chouteau <chouteau@adacore.com>
1333 M: KONRAD Frederic <frederic.konrad@adacore.com>
1337 F: include/hw/*/grlib*
1338 F: tests/acceptance/machine_sparc_leon3.py
1343 M: Cornelia Huck <cohuck@redhat.com>
1344 M: Halil Pasic <pasic@linux.ibm.com>
1345 M: Christian Borntraeger <borntraeger@de.ibm.com>
1347 F: hw/char/sclp*.[hc]
1348 F: hw/char/terminal3270.c
1350 F: include/hw/s390x/
1351 F: hw/watchdog/wdt_diag288.c
1352 F: include/hw/watchdog/wdt_diag288.h
1353 F: default-configs/s390x-softmmu.mak
1354 T: git https://github.com/cohuck/qemu.git s390-next
1355 T: git https://github.com/borntraeger/qemu.git s390-next
1356 L: qemu-s390x@nongnu.org
1359 M: Christian Borntraeger <borntraeger@de.ibm.com>
1360 M: Thomas Huth <thuth@redhat.com>
1363 F: pc-bios/s390-ccw/
1364 F: pc-bios/s390-ccw.img
1365 F: docs/devel/s390-dasd-ipl.rst
1366 T: git https://github.com/borntraeger/qemu.git s390-next
1367 L: qemu-s390x@nongnu.org
1370 M: Matthew Rosato <mjrosato@linux.ibm.com>
1372 F: hw/s390x/s390-pci*
1373 L: qemu-s390x@nongnu.org
1377 PKUnity-3 SoC initramfs-with-busybox
1378 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1386 M: Michael S. Tsirkin <mst@redhat.com>
1387 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1391 F: hw/pci-host/i440fx.c
1392 F: hw/pci-host/q35.c
1393 F: hw/pci-host/pam.c
1394 F: include/hw/pci-host/i440fx.h
1395 F: include/hw/pci-host/q35.h
1396 F: include/hw/pci-host/pam.h
1398 F: hw/isa/lpc_ich9.c
1399 F: hw/i2c/smbus_ich9.c
1402 F: include/hw/acpi/ich9.h
1403 F: include/hw/southbridge/piix.h
1406 F: include/hw/isa/apm.h
1407 F: tests/test-x86-cpuid.c
1408 F: tests/qtest/test-x86-cpuid-compat.c
1411 M: Michael S. Tsirkin <mst@redhat.com>
1412 M: Paolo Bonzini <pbonzini@redhat.com>
1414 F: hw/char/debugcon.c
1415 F: hw/char/parallel*
1418 F: hw/i2c/pm_smbus.c
1423 F: hw/isa/isa-superio.c
1424 F: hw/misc/debugexit.c
1425 F: hw/misc/pc-testdev.c
1428 F: hw/rtc/mc146818rtc*
1429 F: hw/watchdog/wdt_ib700.c
1430 F: hw/watchdog/wdt_i6300esb.c
1431 F: include/hw/display/vga.h
1432 F: include/hw/char/parallel.h
1433 F: include/hw/dma/i8257.h
1434 F: include/hw/i2c/pm_smbus.h
1435 F: include/hw/input/i8042.h
1436 F: include/hw/isa/i8259_internal.h
1437 F: include/hw/isa/superio.h
1438 F: include/hw/timer/hpet.h
1439 F: include/hw/timer/i8254*
1440 F: include/hw/rtc/mc146818rtc*
1443 M: Sergio Lopez <slp@redhat.com>
1444 M: Paolo Bonzini <pbonzini@redhat.com>
1447 F: hw/i386/microvm.c
1448 F: include/hw/i386/microvm.h
1449 F: pc-bios/bios-microvm.bin
1452 M: Eduardo Habkost <ehabkost@redhat.com>
1453 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1456 F: hw/core/machine-qmp-cmds.c
1457 F: hw/core/machine.c
1458 F: hw/core/null-machine.c
1461 F: qapi/machine.json
1462 F: qapi/machine-target.json
1463 F: include/hw/boards.h
1464 F: include/hw/core/cpu.h
1465 F: include/hw/cpu/cluster.h
1466 F: include/sysemu/numa.h
1467 T: git https://github.com/ehabkost/qemu.git machine-next
1472 M: Max Filippov <jcmvbkbc@gmail.com>
1477 M: Max Filippov <jcmvbkbc@gmail.com>
1481 XTFPGA (LX60, LX200, ML605, KC705)
1482 M: Max Filippov <jcmvbkbc@gmail.com>
1484 F: hw/xtensa/xtfpga.c
1485 F: hw/net/opencores_eth.c
1490 M: Jiri Slaby <jslaby@suse.cz>
1495 M: John Snow <jsnow@redhat.com>
1496 L: qemu-block@nongnu.org
1503 F: hw/block/hd-geometry.c
1504 F: tests/qtest/ide-test.c
1505 F: tests/qtest/ahci-test.c
1506 F: tests/qtest/cdrom-test.c
1507 F: tests/qtest/libqos/ahci*
1508 T: git https://github.com/jnsnow/qemu.git ide
1511 M: Corey Minyard <minyard@acm.org>
1513 F: include/hw/ipmi/*
1515 F: hw/smbios/smbios_type_38.c
1516 F: tests/qtest/ipmi*
1517 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1520 M: John Snow <jsnow@redhat.com>
1521 L: qemu-block@nongnu.org
1524 F: include/hw/block/fdc.h
1525 F: tests/qtest/fdc-test.c
1526 T: git https://github.com/jnsnow/qemu.git ide
1529 M: Peter Maydell <peter.maydell@linaro.org>
1530 L: qemu-arm@nongnu.org
1533 F: include/hw/arm/omap.h
1536 M: Alberto Garcia <berto@igalia.com>
1538 F: hw/char/ipoctal232.c
1542 M: Michael S. Tsirkin <mst@redhat.com>
1543 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1546 F: hw/misc/pci-testdev.c
1551 F: default-configs/pci.mak
1554 M: Michael S. Tsirkin <mst@redhat.com>
1555 M: Igor Mammedov <imammedo@redhat.com>
1557 F: include/hw/acpi/*
1558 F: include/hw/firmware/smbios.h
1562 F: hw/i386/acpi-build.[hc]
1563 F: hw/arm/virt-acpi-build.c
1564 F: tests/qtest/bios-tables-test*
1565 F: tests/qtest/acpi-utils.[hc]
1569 R: Dongjiu Geng <gengdongjiu@huawei.com>
1570 R: Xiang Zheng <zhengxiang9@huawei.com>
1571 L: qemu-arm@nongnu.org
1574 F: include/hw/acpi/ghes.h
1575 F: docs/specs/acpi_hest_ghes.rst
1578 M: David Gibson <david@gibson.dropbear.id.au>
1579 L: qemu-ppc@nongnu.org
1582 F: hw/i2c/ppc4xx_i2c.c
1583 F: include/hw/ppc/ppc4xx.h
1584 F: include/hw/i2c/ppc4xx_i2c.h
1587 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1588 R: Paolo Bonzini <pbonzini@redhat.com>
1593 M: Jason Wang <jasowang@redhat.com>
1597 F: tests/qtest/virtio-net-test.c
1598 F: docs/virtio-net-failover.rst
1599 T: git https://github.com/jasowang/qemu.git net
1601 Parallel NOR Flash devices
1602 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1603 T: git https://gitlab.com/philmd/qemu.git pflash-next
1605 F: hw/block/pflash_cfi*.c
1606 F: include/hw/block/flash.h
1609 M: Paolo Bonzini <pbonzini@redhat.com>
1610 R: Fam Zheng <fam@euphon.net>
1612 F: include/hw/scsi/*
1614 F: tests/qtest/virtio-scsi-test.c
1615 T: git https://github.com/bonzini/qemu.git scsi-next
1618 M: Alistair Francis <alistair@alistair23.me>
1621 F: hw/block/m25p80.c
1622 F: include/hw/ssi/ssi.h
1624 F: tests/qtest/m25p80-test.c
1627 M: Alistair Francis <alistair@alistair23.me>
1632 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1634 F: include/hw/sd/sd*
1641 M: Gerd Hoffmann <kraxel@redhat.com>
1644 F: tests/qtest/usb-*-test.c
1646 F: docs/usb-storage.txt
1649 F: default-configs/usb.mak
1651 USB (serial adapter)
1652 M: Gerd Hoffmann <kraxel@redhat.com>
1653 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1655 F: hw/usb/dev-serial.c
1658 M: Alex Williamson <alex.williamson@redhat.com>
1664 M: Cornelia Huck <cohuck@redhat.com>
1665 M: Eric Farman <farman@linux.ibm.com>
1668 F: hw/s390x/s390-ccw.c
1669 F: include/hw/s390x/s390-ccw.h
1670 F: include/hw/s390x/vfio-ccw.h
1671 T: git https://github.com/cohuck/qemu.git s390-next
1672 L: qemu-s390x@nongnu.org
1675 M: Christian Borntraeger <borntraeger@de.ibm.com>
1676 M: Tony Krowiak <akrowiak@linux.ibm.com>
1677 M: Halil Pasic <pasic@linux.ibm.com>
1678 M: Pierre Morel <pmorel@linux.ibm.com>
1680 F: hw/s390x/ap-device.c
1681 F: hw/s390x/ap-bridge.c
1682 F: include/hw/s390x/ap-device.h
1683 F: include/hw/s390x/ap-bridge.h
1685 F: docs/system/s390x/vfio-ap.rst
1686 L: qemu-s390x@nongnu.org
1689 M: Michael S. Tsirkin <mst@redhat.com>
1692 F: docs/interop/vhost-user.json
1693 F: docs/interop/vhost-user.rst
1694 F: contrib/vhost-user-*/
1695 F: backends/vhost-user.c
1696 F: include/sysemu/vhost-user-backend.h
1699 M: Michael S. Tsirkin <mst@redhat.com>
1702 F: hw/virtio/Makefile.objs
1703 F: hw/virtio/trace-events
1705 F: include/hw/virtio/
1708 M: Michael S. Tsirkin <mst@redhat.com>
1709 M: David Hildenbrand <david@redhat.com>
1711 F: hw/virtio/virtio-balloon*.c
1712 F: include/hw/virtio/virtio-balloon.h
1714 F: include/sysemu/balloon.h
1717 M: Greg Kurz <groug@kaod.org>
1718 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1723 F: docs/interop/virtfs-proxy-helper.rst
1724 F: tests/qtest/virtio-9p-test.c
1725 T: git https://github.com/gkurz/qemu.git 9p-next
1728 M: Stefan Hajnoczi <stefanha@redhat.com>
1729 L: qemu-block@nongnu.org
1731 F: hw/block/virtio-blk.c
1732 F: hw/block/dataplane/*
1733 F: tests/qtest/virtio-blk-test.c
1734 T: git https://github.com/stefanha/qemu.git block
1737 M: Cornelia Huck <cohuck@redhat.com>
1738 M: Halil Pasic <pasic@linux.ibm.com>
1740 F: hw/s390x/virtio-ccw*.[hc]
1741 F: hw/s390x/vhost-vsock-ccw.c
1742 T: git https://github.com/cohuck/qemu.git s390-next
1743 T: git https://github.com/borntraeger/qemu.git s390-next
1744 L: qemu-s390x@nongnu.org
1747 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1748 M: Stefan Hajnoczi <stefanha@redhat.com>
1750 F: tools/virtiofsd/*
1751 F: hw/virtio/vhost-user-fs*
1752 F: include/hw/virtio/vhost-user-fs.h
1753 F: docs/interop/virtiofsd.rst
1756 M: Gerd Hoffmann <kraxel@redhat.com>
1758 F: hw/input/vhost-user-input.c
1759 F: hw/input/virtio-input*.c
1760 F: include/hw/virtio/virtio-input.h
1761 F: contrib/vhost-user-input/*
1764 M: Eric Auger <eric.auger@redhat.com>
1766 F: hw/virtio/virtio-iommu*.c
1767 F: include/hw/virtio/virtio-iommu.h
1770 M: Laurent Vivier <lvivier@redhat.com>
1771 R: Amit Shah <amit@kernel.org>
1773 F: hw/char/virtio-serial-bus.c
1774 F: hw/char/virtio-console.c
1775 F: include/hw/virtio/virtio-serial.h
1776 F: tests/qtest/virtio-serial-test.c
1779 M: Laurent Vivier <lvivier@redhat.com>
1780 R: Amit Shah <amit@kernel.org>
1782 F: hw/virtio/virtio-rng.c
1783 F: include/hw/virtio/virtio-rng.h
1784 F: include/sysemu/rng*.h
1786 F: tests/qtest/virtio-rng-test.c
1789 M: Gonglei <arei.gonglei@huawei.com>
1791 F: hw/virtio/virtio-crypto.c
1792 F: hw/virtio/virtio-crypto-pci.c
1793 F: include/hw/virtio/virtio-crypto.h
1796 M: David Hildenbrand <david@redhat.com>
1798 W: https://virtio-mem.gitlab.io/
1799 F: hw/virtio/virtio-mem.c
1800 F: hw/virtio/virtio-mem-pci.h
1801 F: hw/virtio/virtio-mem-pci.c
1802 F: include/hw/virtio/virtio-mem.h
1805 M: Keith Busch <kbusch@kernel.org>
1806 L: qemu-block@nongnu.org
1809 F: tests/qtest/nvme-test.c
1812 M: Hannes Reinecke <hare@suse.com>
1813 L: qemu-block@nongnu.org
1815 F: hw/scsi/megasas.c
1817 F: tests/qtest/megasas-test.c
1819 Network packet abstractions
1820 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1822 F: include/net/eth.h
1824 F: hw/net/net_rx_pkt*
1825 F: hw/net/net_tx_pkt*
1828 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1831 F: hw/scsi/vmw_pvscsi*
1832 F: tests/qtest/vmxnet3-test.c
1835 M: Jiri Pirko <jiri@resnulli.us>
1839 F: docs/specs/rocker.txt
1842 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1846 F: include/hw/mem/nvdimm.h
1850 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1855 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1860 M: Stefan Weil <sw@weilnetz.de>
1862 F: hw/net/eepro100.c
1865 M: Sven Schnelle <svens@stackframe.org>
1871 M: Alistair Francis <alistair@alistair23.me>
1873 F: hw/core/generic-loader.c
1874 F: include/hw/core/generic-loader.h
1875 F: docs/generic-loader.txt
1877 Intel Hexadecimal Object File Loader
1878 M: Su Hang <suhang16@mails.ucas.ac.cn>
1880 F: tests/qtest/hexloader-test.c
1881 F: tests/data/hex-loader/test.hex
1884 M: Thomas Huth <thuth@redhat.com>
1886 F: hw/nvram/chrp_nvram.c
1887 F: include/hw/nvram/chrp_nvram.h
1888 F: tests/qtest/prom-env-test.c
1891 M: Ben Warren <ben@skyportsystems.com>
1893 F: hw/acpi/vmgenid.c
1894 F: include/hw/acpi/vmgenid.h
1895 F: docs/specs/vmgenid.txt
1896 F: tests/qtest/vmgenid-test.c
1899 Unimplemented device
1900 M: Peter Maydell <peter.maydell@linaro.org>
1901 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1903 F: include/hw/misc/unimp.h
1907 M: Artyom Tarasenko <atar4qemu@gmail.com>
1908 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1910 F: include/hw/misc/empty_slot.h
1911 F: hw/misc/empty_slot.c
1914 M: Gerd Hoffmann <kraxel@redhat.com>
1917 F: hw/display/bochs-display.c
1918 F: include/hw/display/vga.h
1919 F: include/hw/display/bochs-vbe.h
1922 M: Gerd Hoffmann <kraxel@redhat.com>
1924 F: hw/display/ramfb*.c
1925 F: include/hw/display/ramfb.h
1928 M: Gerd Hoffmann <kraxel@redhat.com>
1930 F: hw/display/virtio-gpu*
1931 F: hw/display/virtio-vga.*
1932 F: include/hw/virtio/virtio-gpu.h
1935 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1937 F: contrib/vhost-user-blk/
1938 F: contrib/vhost-user-scsi/
1939 F: hw/block/vhost-user-blk.c
1940 F: hw/scsi/vhost-user-scsi.c
1941 F: hw/virtio/vhost-user-blk-pci.c
1942 F: hw/virtio/vhost-user-scsi-pci.c
1943 F: include/hw/virtio/vhost-user-blk.h
1944 F: include/hw/virtio/vhost-user-scsi.h
1947 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1948 M: Gerd Hoffmann <kraxel@redhat.com>
1950 F: docs/interop/vhost-user-gpu.rst
1951 F: contrib/vhost-user-gpu
1952 F: hw/display/vhost-user-*
1955 M: Gerd Hoffmann <kraxel@redhat.com>
1957 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1958 F: hw/display/cirrus*
1961 M: Gerd Hoffmann <kraxel@redhat.com>
1964 F: include/hw/display/edid.h
1967 PIIX4 South Bridge (i82371AB)
1968 M: Hervé Poussineau <hpoussin@reactos.org>
1969 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1972 F: include/hw/southbridge/piix.h
1974 Firmware configuration (fw_cfg)
1975 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1976 R: Laszlo Ersek <lersek@redhat.com>
1977 R: Gerd Hoffmann <kraxel@redhat.com>
1979 F: docs/specs/fw_cfg.txt
1980 F: hw/nvram/fw_cfg.c
1982 F: include/hw/nvram/fw_cfg.h
1983 F: include/standard-headers/linux/qemu_fw_cfg.h
1984 F: tests/qtest/libqos/fw_cfg.c
1985 F: tests/qtest/fw_cfg-test.c
1986 T: git https://github.com/philmd/qemu.git fw_cfg-next
1989 M: David Gibson <david@gibson.dropbear.id.au>
1990 M: Cédric Le Goater <clg@kaod.org>
1991 L: qemu-ppc@nongnu.org
1994 F: include/hw/*/*xive*
1998 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1999 R: Magnus Damm <magnus.damm@gmail.com>
2001 F: hw/char/renesas_sci.c
2002 F: hw/char/sh_serial.c
2003 F: hw/timer/renesas_*.c
2004 F: hw/timer/sh_timer.c
2005 F: include/hw/char/renesas_sci.h
2006 F: include/hw/sh4/sh.h
2007 F: include/hw/timer/renesas_*.h
2009 Renesas RX peripherals
2010 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2014 F: include/hw/intc/rx_icu.h
2020 M: Gerd Hoffmann <kraxel@redhat.com>
2024 F: include/hw/audio/
2025 F: tests/qtest/ac97-test.c
2026 F: tests/qtest/es1370-test.c
2027 F: tests/qtest/intel-hda-test.c
2030 M: Kevin Wolf <kwolf@redhat.com>
2031 M: Max Reitz <mreitz@redhat.com>
2032 L: qemu-block@nongnu.org
2039 F: docs/interop/qemu-img.rst
2041 F: tests/qemu-iotests/
2042 F: util/qemu-progress.c
2043 F: qobject/block-qdict.c
2044 F: tests/check-block-qdict.c
2045 T: git https://repo.or.cz/qemu/kevin.git block
2048 M: Stefan Hajnoczi <stefanha@redhat.com>
2049 M: Fam Zheng <fam@euphon.net>
2050 L: qemu-block@nongnu.org
2058 F: include/block/aio.h
2059 F: include/block/aio-wait.h
2060 F: scripts/qemugdb/aio.py
2061 T: git https://github.com/stefanha/qemu.git block
2063 Block SCSI subsystem
2064 M: Paolo Bonzini <pbonzini@redhat.com>
2065 R: Fam Zheng <fam@euphon.net>
2066 L: qemu-block@nongnu.org
2072 M: John Snow <jsnow@redhat.com>
2073 L: qemu-block@nongnu.org
2076 F: include/block/blockjob.h
2079 F: include/qemu/job.h
2085 T: git https://github.com/jnsnow/qemu.git jobs
2087 Block QAPI, monitor, command line
2088 M: Markus Armbruster <armbru@redhat.com>
2091 F: blockdev-hmp-cmds.c
2094 F: qapi/transaction.json
2095 T: git https://repo.or.cz/qemu/armbru.git block-next
2098 M: Eric Blake <eblake@redhat.com>
2099 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2100 R: John Snow <jsnow@redhat.com>
2101 L: qemu-block@nongnu.org
2103 F: include/qemu/hbitmap.h
2104 F: include/block/dirty-bitmap.h
2105 F: block/monitor/bitmap-qmp-cmds.c
2106 F: block/dirty-bitmap.c
2107 F: block/qcow2-bitmap.c
2108 F: migration/block-dirty-bitmap.c
2110 F: tests/test-hbitmap.c
2111 F: docs/interop/bitmaps.rst
2112 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2114 Character device backends
2115 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2116 R: Paolo Bonzini <pbonzini@redhat.com>
2122 Character Devices (Braille)
2123 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2127 Command line option argument parsing
2128 M: Markus Armbruster <armbru@redhat.com>
2130 F: include/qemu/option.h
2131 F: tests/test-keyval.c
2132 F: tests/test-qemu-opts.c
2134 F: util/qemu-option.c
2137 M: Markus Armbruster <armbru@redhat.com>
2139 F: scripts/coverity-model.c
2141 Coverity Scan integration
2142 M: Peter Maydell <peter.maydell@linaro.org>
2144 F: scripts/coverity-scan/
2147 M: Alistair Francis <alistair.francis@wdc.com>
2148 R: David Gibson <david@gibson.dropbear.id.au>
2151 F: include/sysemu/device_tree.h
2155 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2157 F: hw/misc/vmcoreinfo.c
2158 F: include/hw/misc/vmcoreinfo.h
2159 F: include/qemu/win_dump_defs
2160 F: include/sysemu/dump-arch.h
2161 F: include/sysemu/dump.h
2163 F: scripts/dump-guest-memory.py
2167 M: Markus Armbruster <armbru@redhat.com>
2169 F: include/qapi/error.h
2170 F: include/qemu/error-report.h
2173 F: util/qemu-error.c
2174 F: scripts/coccinelle/err-bad-newline.cocci
2175 F: scripts/coccinelle/error-use-after-free.cocci
2176 F: scripts/coccinelle/error_propagate_null.cocci
2177 F: scripts/coccinelle/remove_local_err.cocci
2178 F: scripts/coccinelle/use-error_fatal.cocci
2179 F: scripts/coccinelle/errp-guard.cocci
2182 M: Alex Bennée <alex.bennee@linaro.org>
2183 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2189 M: Paolo Bonzini <pbonzini@redhat.com>
2191 F: include/exec/ioport.h
2193 F: include/exec/memop.h
2194 F: include/exec/memory.h
2195 F: include/exec/ram_addr.h
2196 F: include/exec/ramblock.h
2198 F: include/exec/memory-internal.h
2200 F: scripts/coccinelle/memory-region-housekeeping.cocci
2203 M: Gerd Hoffmann <kraxel@redhat.com>
2205 F: include/ui/qemu-spice.h
2206 F: include/ui/spice-display.h
2208 F: audio/spiceaudio.c
2211 F: docs/spice-port-fqdn.txt
2214 M: Gerd Hoffmann <kraxel@redhat.com>
2222 M: Peter Maydell <peter.maydell@linaro.org>
2227 M: Paolo Bonzini <pbonzini@redhat.com>
2230 F: include/qemu/main-loop.h
2231 F: include/sysemu/runstate.h
2233 F: util/qemu-timer.c
2236 F: qapi/run-state.json
2239 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2241 F: monitor/monitor-internal.h
2243 F: monitor/monitor.c
2247 F: include/monitor/hmp-target.h
2248 F: tests/qtest/test-hmp.c
2249 F: include/qemu/qemu-print.h
2250 F: util/qemu-print.c
2252 Network device backends
2253 M: Jason Wang <jasowang@redhat.com>
2257 F: qemu-bridge-helper.c
2258 T: git https://github.com/jasowang/qemu.git net
2261 Netmap network backend
2262 M: Luigi Rizzo <rizzo@iet.unipi.it>
2263 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2264 M: Vincenzo Maffione <v.maffione@gmail.com>
2265 W: http://info.iet.unipi.it/~luigi/netmap/
2269 Host Memory Backends
2270 M: Eduardo Habkost <ehabkost@redhat.com>
2271 M: Igor Mammedov <imammedo@redhat.com>
2273 F: backends/hostmem*.c
2274 F: include/sysemu/hostmem.h
2275 T: git https://github.com/ehabkost/qemu.git machine-next
2278 M: Gonglei <arei.gonglei@huawei.com>
2280 F: include/sysemu/cryptodev*.h
2281 F: backends/cryptodev*.c
2284 M: Eduardo Habkost <ehabkost@redhat.com>
2285 M: Cleber Rosa <crosa@redhat.com>
2292 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2294 F: scripts/simplebench/
2297 M: Markus Armbruster <armbru@redhat.com>
2298 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2303 X: include/qapi/qmp/
2304 F: include/qapi/qmp/dispatch.h
2305 F: tests/qapi-schema/
2306 F: tests/test-*-visitor.c
2307 F: tests/test-qapi-*.c
2308 F: tests/test-qmp-*.c
2309 F: tests/test-visitor-serialization.c
2310 F: scripts/qapi-gen.py
2313 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2316 M: Eric Blake <eblake@redhat.com>
2317 M: Markus Armbruster <armbru@redhat.com>
2320 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2323 M: Markus Armbruster <armbru@redhat.com>
2326 F: include/qapi/qmp/
2327 X: include/qapi/qmp/dispatch.h
2328 F: scripts/coccinelle/qobject.cocci
2329 F: tests/check-qdict.c
2330 F: tests/check-qjson.c
2331 F: tests/check-qlist.c
2332 F: tests/check-qlit.c
2333 F: tests/check-qnull.c
2334 F: tests/check-qnum.c
2335 F: tests/check-qobject.c
2336 F: tests/check-qstring.c
2337 F: tests/data/qobject/qdict.txt
2338 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2341 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2344 F: docs/interop/qemu-ga.rst
2345 F: scripts/qemu-guest-agent/
2347 F: docs/interop/qemu-ga-ref.texi
2348 T: git https://github.com/mdroth/qemu.git qga
2351 M: Paolo Bonzini <pbonzini@redhat.com>
2352 R: Daniel P. Berrange <berrange@redhat.com>
2353 R: Eduardo Habkost <ehabkost@redhat.com>
2355 F: docs/qdev-device-use.txt
2360 F: include/monitor/qdev.h
2366 F: tests/check-qom-interface.c
2367 F: tests/check-qom-proplist.c
2368 F: tests/test-qdev-global-props.c
2371 M: Markus Armbruster <armbru@redhat.com>
2373 F: monitor/monitor-internal.h
2376 F: monitor/monitor.c
2378 F: docs/devel/*qmp-*
2379 F: docs/interop/*qmp-*
2381 F: tests/qtest/qmp-test.c
2382 F: tests/qtest/qmp-cmd-test.c
2383 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2386 M: Thomas Huth <thuth@redhat.com>
2387 M: Laurent Vivier <lvivier@redhat.com>
2388 R: Paolo Bonzini <pbonzini@redhat.com>
2393 X: tests/qtest/bios-tables-test-allowed-diff.h
2396 M: Alexander Bulekov <alxndr@bu.edu>
2397 R: Paolo Bonzini <pbonzini@redhat.com>
2398 R: Bandan Das <bsd@redhat.com>
2399 R: Stefan Hajnoczi <stefanha@redhat.com>
2401 F: tests/qtest/fuzz/
2402 F: scripts/oss-fuzz/
2405 M: Alistair Francis <alistair@alistair23.me>
2407 F: hw/core/register.c
2408 F: include/hw/register.h
2409 F: include/hw/registerfields.h
2412 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2416 F: include/net/slirp.h
2417 T: git https://people.debian.org/~sthibault/qemu.git slirp
2420 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2423 F: include/hw/stream.h
2426 M: Paolo Bonzini <pbonzini@redhat.com>
2431 M: Stefan Hajnoczi <stefanha@redhat.com>
2435 F: docs/qemu-option-trace.rst.inc
2436 F: scripts/tracetool.py
2437 F: scripts/tracetool/
2438 F: scripts/qemu-trace-stap*
2439 F: docs/interop/qemu-trace-stap.rst
2440 F: docs/devel/tracing.txt
2441 T: git https://github.com/stefanha/qemu.git tracing
2444 M: Stefan Berger <stefanb@linux.ibm.com>
2449 F: include/hw/acpi/tpm.h
2450 F: include/sysemu/tpm*
2453 F: tests/qtest/*tpm*
2454 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2458 F: scripts/checkpatch.pl
2461 M: Juan Quintela <quintela@redhat.com>
2462 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2464 F: hw/core/vmstate-if.c
2465 F: include/hw/vmstate-if.h
2466 F: include/migration/
2468 F: scripts/vmstate-static-checker.py
2469 F: tests/vmstate-static-checker-data/
2470 F: tests/qtest/migration-test.c
2471 F: docs/devel/migration.rst
2472 F: qapi/migration.json
2475 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2477 F: backends/dbus-vmstate.c
2478 F: tests/dbus-vmstate*
2480 F: include/qemu/dbus.h
2481 F: docs/interop/dbus.rst
2482 F: docs/interop/dbus-vmstate.rst
2485 M: Eduardo Otubo <otubo@redhat.com>
2488 F: include/sysemu/seccomp.h
2491 M: Daniel P. Berrange <berrange@redhat.com>
2495 F: tests/test-crypto-*
2496 F: tests/benchmark-crypto-*
2497 F: tests/crypto-tls-*
2498 F: tests/pkix_asn1_tab.c
2502 M: Stefan Hajnoczi <stefanha@redhat.com>
2503 M: Kevin Wolf <kwolf@redhat.com>
2506 F: include/qemu/coroutine*
2507 F: tests/test-coroutine.c
2510 M: Daniel P. Berrange <berrange@redhat.com>
2513 F: include/qemu/buffer.h
2516 M: Daniel P. Berrange <berrange@redhat.com>
2523 M: Daniel P. Berrange <berrange@redhat.com>
2528 F: tests/test-authz-*
2531 M: Daniel P. Berrange <berrange@redhat.com>
2532 M: Gerd Hoffmann <kraxel@redhat.com>
2534 F: include/qemu/sockets.h
2535 F: util/qemu-sockets.c
2536 F: qapi/sockets.json
2539 M: Daniel P. Berrange <berrange@redhat.com>
2541 F: util/filemonitor*.c
2542 F: include/qemu/filemonitor.h
2543 F: tests/test-util-filemonitor.c
2545 Throttling infrastructure
2546 M: Alberto Garcia <berto@igalia.com>
2548 F: block/throttle-groups.c
2549 F: include/block/throttle-groups.h
2550 F: include/qemu/throttle*.h
2552 F: docs/throttle.txt
2553 F: tests/test-throttle.c
2554 L: qemu-block@nongnu.org
2557 M: Fam Zheng <fam@euphon.net>
2560 F: include/qemu/uuid.h
2561 F: tests/test-uuid.c
2564 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2567 F: include/migration/colo.h
2568 F: include/migration/failover.h
2572 M: Zhang Chen <chen.zhang@intel.com>
2573 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2575 F: docs/colo-proxy.txt
2577 F: net/filter-rewriter.c
2578 F: net/filter-mirror.c
2581 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2582 R: Paolo Bonzini <pbonzini@redhat.com>
2583 W: https://wiki.qemu.org/Features/record-replay
2586 F: block/blkreplay.c
2587 F: net/filter-replay.c
2588 F: include/sysemu/replay.h
2591 F: tests/acceptance/replay_kernel.py
2594 M: Peter Xu <peterx@redhat.com>
2596 F: include/qemu/iova-tree.h
2600 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2605 M: Corey Minyard <cminyard@mvista.com>
2608 F: hw/i2c/smbus_slave.c
2609 F: hw/i2c/smbus_master.c
2610 F: hw/i2c/smbus_eeprom.c
2611 F: include/hw/i2c/i2c.h
2612 F: include/hw/i2c/smbus_master.h
2613 F: include/hw/i2c/smbus_slave.h
2614 F: include/hw/i2c/smbus_eeprom.h
2617 M: Laszlo Ersek <lersek@redhat.com>
2618 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2620 F: pc-bios/descriptors/??-edk2-*.json
2622 F: roms/Makefile.edk2
2625 F: tests/data/uefi-boot-images/
2626 F: tests/uefi-test-tools/
2627 F: .gitlab-ci.d/edk2.yml
2628 F: .gitlab-ci.d/edk2/
2631 M: Michael S. Tsirkin <mst@redhat.com>
2632 M: Peter Xu <peterx@redhat.com>
2633 R: Jason Wang <jasowang@redhat.com>
2635 F: hw/i386/intel_iommu.c
2636 F: hw/i386/intel_iommu_internal.h
2637 F: include/hw/i386/intel_iommu.h
2641 Overall usermode emulation
2642 M: Riku Voipio <riku.voipio@iki.fi>
2645 F: accel/tcg/user-exec*.c
2650 F: default-configs/*-bsd-user.mak
2653 M: Laurent Vivier <laurent@vivier.eu>
2656 F: default-configs/*-linux-user.mak
2657 F: scripts/qemu-binfmt-conf.sh
2658 F: scripts/update-syscalltbl.sh
2659 F: scripts/update-mips-syscall-args.sh
2660 F: scripts/gensyscalls.sh
2662 Tiny Code Generator (TCG)
2663 -------------------------
2665 M: Richard Henderson <rth@twiddle.net>
2671 M: Alex Bennée <alex.bennee@linaro.org>
2673 F: docs/devel/tcg-plugins.rst
2678 M: Richard Henderson <richard.henderson@linaro.org>
2680 L: qemu-arm@nongnu.org
2686 M: Andrzej Zaborowski <balrogg@gmail.com>
2688 L: qemu-arm@nongnu.org
2693 M: Richard Henderson <rth@twiddle.net>
2699 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2700 R: Aurelien Jarno <aurelien@aurel32.net>
2701 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2706 M: Richard Henderson <rth@twiddle.net>
2712 M: Palmer Dabbelt <palmer@dabbelt.com>
2713 M: Alistair Francis <Alistair.Francis@wdc.com>
2714 L: qemu-riscv@nongnu.org
2720 M: Richard Henderson <rth@twiddle.net>
2724 L: qemu-s390x@nongnu.org
2732 M: Stefan Weil <sw@weilnetz.de>
2741 M: Fam Zheng <fam@euphon.net>
2742 L: qemu-block@nongnu.org
2747 M: Jason Dillaman <dillaman@redhat.com>
2748 L: qemu-block@nongnu.org
2753 M: Liu Yuan <namei.unix@gmail.com>
2754 L: qemu-block@nongnu.org
2755 L: sheepdog@lists.wpkg.org
2760 M: Jeff Cody <codyprime@gmail.com>
2761 L: qemu-block@nongnu.org
2766 M: Stefan Weil <sw@weilnetz.de>
2767 L: qemu-block@nongnu.org
2772 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2773 M: Paolo Bonzini <pbonzini@redhat.com>
2774 M: Peter Lieven <pl@kamp.de>
2775 L: qemu-block@nongnu.org
2778 F: block/iscsi-opts.c
2780 Network Block Device (NBD)
2781 M: Eric Blake <eblake@redhat.com>
2782 L: qemu-block@nongnu.org
2786 F: include/block/nbd*
2789 F: docs/interop/nbd.txt
2790 F: docs/interop/qemu-nbd.rst
2791 T: git https://repo.or.cz/qemu/ericb.git nbd
2794 M: Peter Lieven <pl@kamp.de>
2795 L: qemu-block@nongnu.org
2800 M: Richard W.M. Jones <rjones@redhat.com>
2801 L: qemu-block@nongnu.org
2806 L: qemu-block@nongnu.org
2811 L: qemu-block@nongnu.org
2812 L: integration@gluster.org
2817 M: Fam Zheng <fam@euphon.net>
2818 L: qemu-block@nongnu.org
2823 M: Fam Zheng <fam@euphon.net>
2824 L: qemu-block@nongnu.org
2829 M: Gonglei <arei.gonglei@huawei.com>
2834 M: Alberto Garcia <berto@igalia.com>
2837 L: qemu-block@nongnu.org
2840 M: Ari Sundholm <ari@tuxera.com>
2841 L: qemu-block@nongnu.org
2843 F: block/blklogwrites.c
2846 M: Stefan Hajnoczi <stefanha@redhat.com>
2847 L: qemu-block@nongnu.org
2849 F: block/blkverify.c
2852 M: Stefan Hajnoczi <stefanha@redhat.com>
2853 L: qemu-block@nongnu.org
2858 M: Stefan Hajnoczi <stefanha@redhat.com>
2859 L: qemu-block@nongnu.org
2864 M: Stefan Hajnoczi <stefanha@redhat.com>
2865 L: qemu-block@nongnu.org
2870 M: Stefan Hajnoczi <stefanha@redhat.com>
2871 M: Denis V. Lunev <den@openvz.org>
2872 L: qemu-block@nongnu.org
2874 F: block/parallels.c
2875 F: docs/interop/parallels.txt
2878 M: Stefan Hajnoczi <stefanha@redhat.com>
2879 L: qemu-block@nongnu.org
2884 M: Kevin Wolf <kwolf@redhat.com>
2885 L: qemu-block@nongnu.org
2887 F: block/linux-aio.c
2888 F: include/block/raw-aio.h
2889 F: block/raw-format.c
2890 F: block/file-posix.c
2891 F: block/file-win32.c
2892 F: block/win32-aio.c
2895 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2896 M: Julia Suvorova <jusual@redhat.com>
2897 M: Stefan Hajnoczi <stefanha@redhat.com>
2898 L: qemu-block@nongnu.org
2904 M: Kevin Wolf <kwolf@redhat.com>
2905 M: Max Reitz <mreitz@redhat.com>
2906 L: qemu-block@nongnu.org
2909 F: docs/interop/qcow2.txt
2912 M: Kevin Wolf <kwolf@redhat.com>
2913 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
2925 M: Kevin Wolf <kwolf@redhat.com>
2926 L: qemu-block@nongnu.org
2931 M: Kevin Wolf <kwolf@redhat.com>
2932 L: qemu-block@nongnu.org
2937 M: Stefan Hajnoczi <stefanha@redhat.com>
2938 L: qemu-block@nongnu.org
2940 F: tests/image-fuzzer/
2943 M: Wen Congyang <wencongyang2@huawei.com>
2944 M: Xie Changlong <xiechanglong.d@gmail.com>
2947 F: block/replication.c
2948 F: tests/test-replication.c
2949 F: docs/block-replication.txt
2952 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2953 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2958 F: contrib/rdmacm-mux/*
2962 M: Alex Bennée <alex.bennee@linaro.org>
2965 F: include/hw/semihosting/
2967 Build and test automation
2968 -------------------------
2969 Build and test automation
2970 M: Alex Bennée <alex.bennee@linaro.org>
2971 M: Fam Zheng <fam@euphon.net>
2972 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2974 F: .github/lockdown.yml
2980 F: scripts/archive-source.sh
2981 W: https://travis-ci.org/qemu/qemu
2982 W: https://app.shippable.com/github/qemu/qemu
2983 W: http://patchew.org/QEMU/
2985 FreeBSD Hosted Continuous Integration
2986 M: Ed Maste <emaste@freebsd.org>
2987 M: Li-Wen Hsu <lwhsu@freebsd.org>
2990 W: https://cirrus-ci.com/github/qemu/qemu
2992 GitLab Continuous Integration
2993 M: Thomas Huth <thuth@redhat.com>
2994 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2995 M: Alex Bennée <alex.bennee@linaro.org>
2996 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3000 Guest Test Compilation Support
3001 M: Alex Bennée <alex.bennee@linaro.org>
3002 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3004 F: tests/tcg/Makefile
3005 F: tests/tcg/Makefile.include
3007 Acceptance (Integration) Testing with the Avocado framework
3008 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3009 R: Cleber Rosa <crosa@redhat.com>
3010 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3011 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3013 F: tests/acceptance/
3017 Build system architecture
3018 M: Daniel P. Berrange <berrange@redhat.com>
3020 F: docs/devel/build-system.txt
3022 GIT Data Mining Config
3023 M: Alex Bennée <alex.bennee@linaro.org>
3028 Incompatible changes
3029 R: libvir-list@redhat.com
3030 F: docs/system/deprecated.rst
3035 M: Daniel P. Berrange <berrange@redhat.com>
3037 F: scripts/git-submodule.sh
3040 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3043 Sphinx documentation configuration and build machinery
3044 M: Peter Maydell <peter.maydell@linaro.org>
3051 Performance Tools and Tests
3052 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3054 F: scripts/performance/