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>
89 F: default-configs/s390x-softmmu.mak
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
98 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw.img
104 F: docs/system/target-s390x.rst
105 F: docs/system/s390x/
106 F: tests/migration/s390x/
107 K: ^Subject:.*(?i)s390x?
108 T: git https://github.com/cohuck/qemu.git s390-next
109 L: qemu-s390x@nongnu.org
111 Guest CPU cores (TCG)
112 ---------------------
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
120 F: accel/stubs/tcg-stub.c
121 F: scripts/decodetree.py
122 F: docs/devel/decodetree.rst
123 F: include/exec/cpu*.h
124 F: include/exec/exec-all.h
125 F: include/exec/helper*.h
126 F: include/exec/tb-hash.h
127 F: include/sysemu/cpus.h
128 F: include/sysemu/tcg.h
131 M: Aurelien Jarno <aurelien@aurel32.net>
132 M: Peter Maydell <peter.maydell@linaro.org>
133 M: Alex Bennée <alex.bennee@linaro.org>
140 M: Richard Henderson <rth@twiddle.net>
147 M: Peter Maydell <peter.maydell@linaro.org>
148 L: qemu-arm@nongnu.org
152 F: tests/tcg/aarch64/
155 F: include/hw/cpu/a*mpcore.h
159 F: docs/system/target-arm.rst
162 M: Eric Auger <eric.auger@redhat.com>
163 L: qemu-arm@nongnu.org
166 F: include/hw/arm/smmu*
169 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
177 HPPA (PA-RISC) TCG CPUs
178 M: Richard Henderson <rth@twiddle.net>
184 F: include/hw/net/lasi_82596.h
187 M: Michael Walle <michael@walle.cc>
194 F: include/hw/display/milkymist_tmu2.h
195 F: include/hw/char/lm32_juart.h
200 M: Laurent Vivier <laurent@vivier.eu>
206 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
208 F: target/microblaze/
210 F: disas/microblaze.c
213 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
214 R: Aurelien Jarno <aurelien@aurel32.net>
215 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
218 F: default-configs/*mips*
220 F: docs/system/cpu-models-mips.rst.inc
221 F: hw/intc/mips_gic.c
224 F: hw/timer/mips_gictimer.c
225 F: include/hw/intc/mips_gic.h
227 F: include/hw/misc/mips_*
228 F: include/hw/timer/mips_gictimer.h
229 F: tests/acceptance/linux_ssh_mips_malta.py
230 F: tests/acceptance/machine_mips_malta.py
232 K: ^Subject:.*(?i)mips
235 M: Anthony Green <green@moxielogic.com>
240 F: default-configs/moxie-softmmu.mak
243 M: Chris Wulff <crwulff@gmail.com>
244 M: Marek Vasut <marex@denx.de>
248 F: hw/intc/nios2_iic.c
250 F: default-configs/nios2-softmmu.mak
253 M: Stafford Horne <shorne@gmail.com>
257 F: tests/tcg/openrisc/
260 M: David Gibson <david@gibson.dropbear.id.au>
261 L: qemu-ppc@nongnu.org
269 M: Palmer Dabbelt <palmer@dabbelt.com>
270 M: Alistair Francis <Alistair.Francis@wdc.com>
271 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
272 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
273 L: qemu-riscv@nongnu.org
278 F: linux-user/host/riscv32/
279 F: linux-user/host/riscv64/
282 M: Yoshinori Sato <ysato@users.sourceforge.jp>
287 M: Richard Henderson <rth@twiddle.net>
288 M: David Hildenbrand <david@redhat.com>
294 L: qemu-s390x@nongnu.org
297 M: Aurelien Jarno <aurelien@aurel32.net>
305 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
306 M: Artyom Tarasenko <atar4qemu@gmail.com>
311 F: include/hw/sparc/sparc64.h
315 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
319 F: include/hw/unicore32/
322 M: Paolo Bonzini <pbonzini@redhat.com>
323 M: Richard Henderson <rth@twiddle.net>
324 M: Eduardo Habkost <ehabkost@redhat.com>
331 F: docs/system/cpu-models-x86.rst.inc
332 T: git https://github.com/ehabkost/qemu.git x86-next
335 M: Max Filippov <jcmvbkbc@gmail.com>
336 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
342 F: include/hw/xtensa/xtensa-isa.h
343 F: default-configs/xtensa*.mak
346 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
350 F: include/hw/tricore/
352 Multiarch Linux User Tests
353 M: Alex Bennée <alex.bennee@linaro.org>
355 F: tests/tcg/multiarch/
357 Guest CPU Cores (KVM)
358 ---------------------
360 M: Paolo Bonzini <pbonzini@redhat.com>
361 L: kvm@vger.kernel.org
365 F: accel/stubs/kvm-stub.c
367 F: include/sysemu/kvm*.h
368 F: scripts/kvm/kvm_flightrecorder
371 M: Peter Maydell <peter.maydell@linaro.org>
372 L: qemu-arm@nongnu.org
377 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
382 M: David Gibson <david@gibson.dropbear.id.au>
387 M: Halil Pasic <pasic@linux.ibm.com>
388 M: Cornelia Huck <cohuck@redhat.com>
389 M: Christian Borntraeger <borntraeger@de.ibm.com>
391 F: target/s390x/kvm.c
392 F: target/s390x/kvm_s390x.h
393 F: target/s390x/kvm-stub.c
394 F: target/s390x/ioinst.[ch]
395 F: target/s390x/machine.c
396 F: target/s390x/sigp.c
397 F: target/s390x/cpu_features*.[ch]
398 F: target/s390x/cpu_models.[ch]
399 F: hw/intc/s390_flic.c
400 F: hw/intc/s390_flic_kvm.c
401 F: include/hw/s390x/s390_flic.h
403 T: git https://github.com/cohuck/qemu.git s390-next
404 T: git https://github.com/borntraeger/qemu.git s390-next
405 L: qemu-s390x@nongnu.org
408 M: Paolo Bonzini <pbonzini@redhat.com>
409 M: Marcelo Tosatti <mtosatti@redhat.com>
410 L: kvm@vger.kernel.org
413 F: scripts/kvm/vmxcap
416 M: Sunil Muthuswamy <sunilmut@microsoft.com>
418 F: target/i386/whpx-all.c
419 F: target/i386/whp-dispatch.h
420 F: accel/stubs/whpx-stub.c
421 F: include/sysemu/whpx.h
423 Guest CPU Cores (Xen)
424 ---------------------
426 M: Stefano Stabellini <sstabellini@kernel.org>
427 M: Anthony Perard <anthony.perard@citrix.com>
428 M: Paul Durrant <paul@xen.org>
429 L: xen-devel@lists.xenproject.org
433 F: hw/char/xen_console.c
434 F: hw/display/xenfb.c
437 F: hw/block/dataplane/xen*
441 F: hw/pci-host/xen_igd_pt.c
442 F: include/hw/block/dataplane/xen*
444 F: include/sysemu/xen-mapcache.h
446 Guest CPU Cores (HAXM)
447 ---------------------
449 M: Wenchao Wang <wenchao.wang@intel.com>
450 M: Colin Xu <colin.xu@intel.com>
451 L: haxm-team@intel.com
452 W: https://github.com/intel/haxm/issues
454 F: include/sysemu/hax.h
460 M: Michael S. Tsirkin <mst@redhat.com>
461 M: Cornelia Huck <cohuck@redhat.com>
462 M: Paolo Bonzini <pbonzini@redhat.com>
465 F: scripts/update-linux-headers.sh
468 M: Paolo Bonzini <pbonzini@redhat.com>
471 F: include/sysemu/os-posix.h
473 F: include/qemu/*posix*.h
476 M: Kamil Rytarowski <kamil@netbsd.org>
478 K: ^Subject:.*(?i)NetBSD
481 M: Brad Smith <brad@comstyle.com>
483 K: ^Subject:.*(?i)OpenBSD
486 M: Stefan Weil <sw@weilnetz.de>
496 M: Richard Henderson <rth@twiddle.net>
499 F: hw/isa/smc37c669-superio.c
500 F: tests/tcg/alpha/system/
505 M: Beniamino Galvani <b.galvani@gmail.com>
506 M: Peter Maydell <peter.maydell@linaro.org>
507 L: qemu-arm@nongnu.org
510 F: include/hw/*/allwinner*
511 F: hw/arm/cubieboard.c
514 M: Niek Linnenbank <nieklinnenbank@gmail.com>
515 L: qemu-arm@nongnu.org
517 F: hw/*/allwinner-h3*
518 F: include/hw/*/allwinner-h3*
520 F: docs/system/orangepi.rst
522 ARM PrimeCell and CMSDK devices
523 M: Peter Maydell <peter.maydell@linaro.org>
524 L: qemu-arm@nongnu.org
527 F: include/hw/char/pl011.h
530 F: include/hw/dma/pl080.h
537 F: include/hw/ssi/pl022.h
539 F: include/hw/rtc/pl031.h
540 F: include/hw/arm/primecell.h
541 F: hw/timer/cmsdk-apb-timer.c
542 F: include/hw/timer/cmsdk-apb-timer.h
543 F: hw/timer/cmsdk-apb-dualtimer.c
544 F: include/hw/timer/cmsdk-apb-dualtimer.h
545 F: hw/char/cmsdk-apb-uart.c
546 F: include/hw/char/cmsdk-apb-uart.h
547 F: hw/watchdog/cmsdk-apb-watchdog.c
548 F: include/hw/watchdog/cmsdk-apb-watchdog.h
550 F: include/hw/misc/tz-ppc.h
552 F: include/hw/misc/tz-mpc.h
554 F: include/hw/misc/tz-msc.h
557 M: Peter Maydell <peter.maydell@linaro.org>
558 L: qemu-arm@nongnu.org
561 F: hw/intc/gic_internal.h
563 F: hw/misc/arm11scu.c
564 F: hw/misc/arm_l2x0.c
565 F: hw/timer/a9gtimer*
567 F: include/hw/arm/arm*.h
568 F: include/hw/intc/arm*
569 F: include/hw/misc/a9scu.h
570 F: include/hw/misc/arm11scu.h
571 F: include/hw/timer/a9gtimer.h
572 F: include/hw/timer/arm_mptimer.h
573 F: include/hw/timer/armv7m_systick.h
574 F: tests/qtest/test-arm-mptimer.c
577 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
578 M: Peter Maydell <peter.maydell@linaro.org>
579 L: qemu-arm@nongnu.org
582 F: include/hw/arm/exynos4210.h
585 M: Rob Herring <robh@kernel.org>
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
593 M: Antony Pavlov <antonynpavlov@gmail.com>
594 M: Peter Maydell <peter.maydell@linaro.org>
595 L: qemu-arm@nongnu.org
597 F: include/hw/arm/digic.h
599 F: include/hw/*/digic*
602 M: Anup Patel <anup.patel@wdc.com>
603 M: Alistair Francis <Alistair.Francis@wdc.com>
604 L: qemu-riscv@nongnu.org
606 F: hw/rtc/goldfish_rtc.c
607 F: include/hw/rtc/goldfish_rtc.h
610 M: Peter Maydell <peter.maydell@linaro.org>
611 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
612 L: qemu-arm@nongnu.org
617 M: Peter Maydell <peter.maydell@linaro.org>
618 R: Jean-Christophe Dubois <jcd@tribudubois.net>
619 L: qemu-arm@nongnu.org
621 F: hw/arm/fsl-imx25.c
622 F: hw/arm/imx25_pdk.c
623 F: hw/misc/imx25_ccm.c
624 F: include/hw/arm/fsl-imx25.h
625 F: include/hw/misc/imx25_ccm.h
628 M: Peter Chubb <peter.chubb@nicta.com.au>
629 M: Peter Maydell <peter.maydell@linaro.org>
630 L: qemu-arm@nongnu.org
635 F: include/hw/*/imx_*
636 F: include/hw/*/*imx31*
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
642 F: hw/arm/integratorcp.c
643 F: hw/misc/arm_integrator_debug.c
644 F: include/hw/misc/arm_integrator_debug.h
645 F: tests/acceptance/machine_arm_integratorcp.py
646 F: docs/system/arm/integratorcp.rst
648 MCIMX6UL EVK / i.MX6ul
649 M: Peter Maydell <peter.maydell@linaro.org>
650 R: Jean-Christophe Dubois <jcd@tribudubois.net>
651 L: qemu-arm@nongnu.org
653 F: hw/arm/mcimx6ul-evk.c
654 F: hw/arm/fsl-imx6ul.c
655 F: hw/misc/imx6ul_ccm.c
656 F: include/hw/arm/fsl-imx6ul.h
657 F: include/hw/misc/imx6ul_ccm.h
659 MCIMX7D SABRE / i.MX7
660 M: Peter Maydell <peter.maydell@linaro.org>
661 R: Andrey Smirnov <andrew.smirnov@gmail.com>
662 L: qemu-arm@nongnu.org
664 F: hw/arm/mcimx7d-sabre.c
667 F: include/hw/arm/fsl-imx7.h
668 F: include/hw/misc/imx7_*.h
669 F: hw/pci-host/designware.c
670 F: include/hw/pci-host/designware.h
673 M: Peter Maydell <peter.maydell@linaro.org>
674 L: qemu-arm@nongnu.org
679 F: include/hw/misc/mps2-*.h
681 F: include/hw/arm/armsse.h
682 F: hw/misc/iotkit-secctl.c
683 F: include/hw/misc/iotkit-secctl.h
684 F: hw/misc/iotkit-sysctl.c
685 F: include/hw/misc/iotkit-sysctl.h
686 F: hw/misc/iotkit-sysinfo.c
687 F: include/hw/misc/iotkit-sysinfo.h
688 F: hw/misc/armsse-cpuid.c
689 F: include/hw/misc/armsse-cpuid.h
690 F: hw/misc/armsse-mhu.c
691 F: include/hw/misc/armsse-mhu.h
694 M: Peter Maydell <peter.maydell@linaro.org>
695 L: qemu-arm@nongnu.org
700 M: Jan Kiszka <jan.kiszka@web.de>
701 M: Peter Maydell <peter.maydell@linaro.org>
702 L: qemu-arm@nongnu.org
705 F: docs/system/arm/musicpal.rst
708 M: Andrzej Zaborowski <balrogg@gmail.com>
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
713 F: hw/display/blizzard.c
715 F: hw/input/tsc2005.c
718 F: include/hw/display/blizzard.h
719 F: include/hw/input/tsc2xxx.h
720 F: include/hw/misc/cbus.h
721 F: tests/acceptance/machine_arm_n8x0.py
722 F: docs/system/arm/nseries.rst
725 M: Andrzej Zaborowski <balrogg@gmail.com>
726 M: Peter Maydell <peter.maydell@linaro.org>
727 L: qemu-arm@nongnu.org
730 F: hw/input/tsc210x.c
731 F: include/hw/input/tsc2xxx.h
732 F: docs/system/arm/palm.rst
735 M: Peter Maydell <peter.maydell@linaro.org>
736 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
737 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
738 L: qemu-arm@nongnu.org
741 F: hw/arm/raspi_platform.h
743 F: include/hw/arm/raspi*
744 F: include/hw/*/bcm283*
747 M: Peter Maydell <peter.maydell@linaro.org>
748 L: qemu-arm@nongnu.org
751 F: hw/cpu/realview_mpcore.c
752 F: hw/intc/realview_gic.c
753 F: include/hw/intc/realview_gic.h
754 F: docs/system/arm/realview.rst
757 M: Andrzej Zaborowski <balrogg@gmail.com>
758 M: Peter Maydell <peter.maydell@linaro.org>
759 L: qemu-arm@nongnu.org
761 F: hw/arm/mainstone.c
766 F: hw/display/tc6393xb.c
769 F: hw/misc/mst_fpga.c
771 F: include/hw/arm/pxa.h
772 F: include/hw/arm/sharpsl.h
773 F: include/hw/display/tc6393xb.h
774 F: docs/system/arm/xscale.rst
777 M: Peter Maydell <peter.maydell@linaro.org>
778 R: Jean-Christophe Dubois <jcd@tribudubois.net>
779 L: qemu-arm@nongnu.org
781 F: hw/arm/sabrelite.c
785 F: hw/usb/imx-usb-phy.c
786 F: include/hw/usb/imx-usb-phy.h
787 F: include/hw/arm/fsl-imx6.h
788 F: include/hw/misc/imx6_*.h
789 F: include/hw/ssi/imx_spi.h
792 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
793 M: Peter Maydell <peter.maydell@linaro.org>
794 R: Leif Lindholm <leif@nuviainc.com>
795 L: qemu-arm@nongnu.org
799 Sharp SL-5500 (Collie) PDA
800 M: Peter Maydell <peter.maydell@linaro.org>
801 L: qemu-arm@nongnu.org
807 M: Peter Maydell <peter.maydell@linaro.org>
808 L: qemu-arm@nongnu.org
811 F: include/hw/input/gamepad.h
812 F: docs/system/arm/stellaris.rst
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
821 M: Peter Maydell <peter.maydell@linaro.org>
822 L: qemu-arm@nongnu.org
825 F: hw/misc/arm_sysctl.c
826 F: docs/system/arm/versatile.rst
829 M: Peter Maydell <peter.maydell@linaro.org>
830 L: qemu-arm@nongnu.org
833 F: include/hw/arm/virt.h
836 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
837 M: Alistair Francis <alistair@alistair23.me>
838 M: Peter Maydell <peter.maydell@linaro.org>
839 L: qemu-arm@nongnu.org
844 F: include/hw/misc/zynq*
848 M: Alistair Francis <alistair@alistair23.me>
849 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
850 M: Peter Maydell <peter.maydell@linaro.org>
851 L: qemu-arm@nongnu.org
854 F: include/hw/*/xlnx*.h
855 F: include/hw/ssi/xilinx_spips.h
857 F: include/hw/display/dpcd.h
860 M: Shannon Zhao <shannon.zhaosl@gmail.com>
861 L: qemu-arm@nongnu.org
863 F: hw/arm/virt-acpi-build.c
866 M: Alistair Francis <alistair@alistair23.me>
867 M: Peter Maydell <peter.maydell@linaro.org>
868 L: qemu-arm@nongnu.org
870 F: hw/arm/stm32f205_soc.c
871 F: hw/misc/stm32f2xx_syscfg.c
872 F: hw/char/stm32f2xx_usart.c
873 F: hw/timer/stm32f2xx_timer.c
875 F: hw/ssi/stm32f2xx_spi.c
876 F: include/hw/*/stm32*.h
879 M: Alistair Francis <alistair@alistair23.me>
880 M: Peter Maydell <peter.maydell@linaro.org>
881 L: qemu-arm@nongnu.org
883 F: hw/arm/stm32f405_soc.c
884 F: hw/misc/stm32f4xx_syscfg.c
885 F: hw/misc/stm32f4xx_exti.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/netduino2.c
895 M: Alistair Francis <alistair@alistair23.me>
896 M: Peter Maydell <peter.maydell@linaro.org>
897 L: qemu-arm@nongnu.org
899 F: hw/arm/netduinoplus2.c
902 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
903 M: Peter Maydell <peter.maydell@linaro.org>
904 L: qemu-arm@nongnu.org
907 F: hw/misc/msf2-sysreg.c
908 F: hw/timer/mss-timer.c
910 F: include/hw/arm/msf2-soc.h
911 F: include/hw/misc/msf2-sysreg.h
912 F: include/hw/timer/mss-timer.h
913 F: include/hw/ssi/mss-spi.h
916 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
917 M: Peter Maydell <peter.maydell@linaro.org>
918 L: qemu-arm@nongnu.org
923 M: Cédric Le Goater <clg@kaod.org>
924 M: Peter Maydell <peter.maydell@linaro.org>
925 R: Andrew Jeffery <andrew@aj.id.au>
926 R: Joel Stanley <joel@jms.id.au>
927 L: qemu-arm@nongnu.org
931 F: include/hw/*/*aspeed*
932 F: include/hw/misc/pca9552*.h
933 F: hw/net/ftgmac100.c
934 F: include/hw/net/ftgmac100.h
937 M: Joel Stanley <joel@jms.id.au>
938 M: Peter Maydell <peter.maydell@linaro.org>
939 L: qemu-arm@nongnu.org
943 F: include/hw/*/nrf51*.h
944 F: include/hw/*/microbit*.h
945 F: tests/qtest/microbit-test.c
950 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
952 F: hw/cris/axis_dev88.c
958 M: Richard Henderson <rth@twiddle.net>
959 R: Helge Deller <deller@gmx.de>
961 F: default-configs/hppa-softmmu.mak
963 F: pc-bios/hppa-firmware.img
967 EVR32 and uclinux BSP
968 M: Michael Walle <michael@walle.cc>
970 F: hw/lm32/lm32_boards.c
973 M: Michael Walle <michael@walle.cc>
975 F: hw/lm32/milkymist.c
980 M: Thomas Huth <huth@tuxfamily.org>
986 M: Thomas Huth <huth@tuxfamily.org>
989 F: hw/m68k/mcf_intc.c
990 F: hw/char/mcf_uart.c
992 F: include/hw/m68k/mcf*.h
995 M: Thomas Huth <huth@tuxfamily.org>
998 F: hw/display/next-fb.c
999 F: include/hw/m68k/next-cube.h
1002 M: Laurent Vivier <laurent@vivier.eu>
1005 F: hw/misc/mac_via.c
1007 F: hw/display/macfb.c
1009 F: hw/m68k/bootinfo.h
1010 F: include/hw/misc/mac_via.h
1011 F: include/hw/nubus/*
1012 F: include/hw/display/macfb.h
1013 F: include/hw/block/swim.h
1017 petalogix_s3adsp1800
1018 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1020 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1021 F: include/hw/char/xilinx_uartlite.h
1024 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1026 F: hw/microblaze/petalogix_ml605_mmu.c
1031 M: Hervé Poussineau <hpoussin@reactos.org>
1032 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1034 F: hw/mips/mips_jazz.c
1035 F: hw/display/jazz_led.c
1039 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1040 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1041 R: Aurelien Jarno <aurelien@aurel32.net>
1045 F: hw/mips/mips_malta.c
1046 F: hw/mips/gt64xxx_pci.c
1047 F: include/hw/southbridge/piix.h
1048 F: tests/acceptance/linux_ssh_mips_malta.py
1049 F: tests/acceptance/machine_mips_malta.py
1052 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1053 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1055 F: hw/mips/mips_mipssim.c
1059 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1060 R: Aurelien Jarno <aurelien@aurel32.net>
1061 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1063 F: hw/mips/mips_r4k.c
1066 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1067 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1069 F: hw/mips/mips_fulong2e.c
1070 F: hw/isa/vt82c686.c
1071 F: hw/pci-host/bonito.c
1072 F: include/hw/isa/vt82c686.h
1075 M: Paul Burton <pburton@wavecomp.com>
1076 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1078 F: hw/core/loader-fit.c
1080 F: hw/pci-host/xilinx-pcie.c
1081 F: include/hw/pci-host/xilinx-pcie.h
1086 M: Jia Liu <proljc@gmail.com>
1088 F: hw/openrisc/openrisc_sim.c
1093 M: David Gibson <david@gibson.dropbear.id.au>
1094 L: qemu-ppc@nongnu.org
1096 F: hw/ppc/ppc405_boards.c
1099 M: David Gibson <david@gibson.dropbear.id.au>
1100 L: qemu-ppc@nongnu.org
1102 F: hw/ppc/ppc440_bamboo.c
1105 M: David Gibson <david@gibson.dropbear.id.au>
1106 L: qemu-ppc@nongnu.org
1109 F: hw/gpio/mpc8xxx.c
1111 F: hw/net/fsl_etsec/
1112 F: hw/pci-host/ppce500.c
1113 F: include/hw/ppc/ppc_e500.h
1114 F: include/hw/pci-host/ppce500.h
1115 F: pc-bios/u-boot.e500
1118 M: David Gibson <david@gibson.dropbear.id.au>
1119 L: qemu-ppc@nongnu.org
1121 F: hw/ppc/mpc8544ds.c
1122 F: hw/ppc/mpc8544_guts.c
1125 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1126 R: David Gibson <david@gibson.dropbear.id.au>
1127 L: qemu-ppc@nongnu.org
1129 F: hw/ppc/mac_newworld.c
1130 F: hw/pci-host/uninorth.c
1131 F: hw/pci-bridge/dec.[hc]
1133 F: hw/misc/mos6522.c
1134 F: hw/nvram/mac_nvram.c
1136 F: include/hw/misc/macio/
1137 F: include/hw/misc/mos6522.h
1138 F: include/hw/ppc/mac_dbdma.h
1139 F: include/hw/pci-host/uninorth.h
1140 F: include/hw/input/adb*
1141 F: pc-bios/qemu_vga.ndrv
1144 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1145 R: David Gibson <david@gibson.dropbear.id.au>
1146 L: qemu-ppc@nongnu.org
1148 F: hw/ppc/mac_oldworld.c
1149 F: hw/pci-host/grackle.c
1151 F: hw/intc/heathrow_pic.c
1153 F: include/hw/intc/heathrow_pic.h
1154 F: include/hw/input/adb*
1155 F: pc-bios/qemu_vga.ndrv
1158 M: Hervé Poussineau <hpoussin@reactos.org>
1159 L: qemu-ppc@nongnu.org
1162 F: hw/ppc/prep_systemio.c
1163 F: hw/ppc/rs6000_mc.c
1164 F: hw/pci-host/prep.[hc]
1168 F: hw/rtc/m48t59-isa.c
1169 F: include/hw/isa/pc87312.h
1170 F: include/hw/rtc/m48t59.h
1171 F: tests/acceptance/ppc_prep_40p.py
1174 M: David Gibson <david@gibson.dropbear.id.au>
1175 L: qemu-ppc@nongnu.org
1178 F: include/hw/*/spapr*
1180 F: include/hw/*/xics*
1182 F: docs/specs/ppc-spapr-hcalls.txt
1183 F: docs/specs/ppc-spapr-hotplug.txt
1184 F: tests/qtest/spapr*
1185 F: tests/qtest/libqos/*spapr*
1186 F: tests/qtest/rtas*
1187 F: tests/qtest/libqos/rtas*
1189 PowerNV (Non-Virtualized)
1190 M: Cédric Le Goater <clg@kaod.org>
1191 M: David Gibson <david@gibson.dropbear.id.au>
1192 L: qemu-ppc@nongnu.org
1196 F: hw/intc/xics_pnv.c
1197 F: include/hw/ppc/pnv*
1198 F: pc-bios/skiboot.lid
1202 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1203 L: qemu-ppc@nongnu.org
1205 F: hw/ppc/virtex_ml507.c
1208 M: BALATON Zoltan <balaton@eik.bme.hu>
1209 L: qemu-ppc@nongnu.org
1211 F: hw/ppc/sam460ex.c
1212 F: hw/ppc/ppc440_pcix.c
1213 F: hw/display/sm501*
1216 F: pc-bios/canyonlands.dt[sb]
1217 F: pc-bios/u-boot-sam460ex-20100605.bin
1218 F: roms/u-boot-sam460ex
1223 M: Magnus Damm <magnus.damm@gmail.com>
1226 F: hw/intc/sh_intc.c
1227 F: hw/timer/sh_timer.c
1230 M: Magnus Damm <magnus.damm@gmail.com>
1237 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1240 F: hw/sparc/sun4m_iommu.c
1243 F: hw/dma/sparc32_dma.c
1244 F: hw/misc/eccmemctl.c
1246 F: include/hw/nvram/sun_nvram.h
1247 F: include/hw/sparc/sparc32_dma.h
1248 F: include/hw/sparc/sun4m_iommu.h
1249 F: pc-bios/openbios-sparc32
1252 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1254 F: hw/sparc64/sun4u.c
1255 F: hw/sparc64/sun4u_iommu.c
1256 F: include/hw/sparc/sun4u_iommu.h
1257 F: hw/pci-host/sabre.c
1258 F: include/hw/pci-host/sabre.h
1259 F: hw/pci-bridge/simba.c
1260 F: include/hw/pci-bridge/simba.h
1261 F: pc-bios/openbios-sparc64
1264 M: Artyom Tarasenko <atar4qemu@gmail.com>
1266 F: hw/sparc64/niagara.c
1267 F: hw/rtc/sun4v-rtc.c
1268 F: include/hw/rtc/sun4v-rtc.h
1271 M: Fabien Chouteau <chouteau@adacore.com>
1272 M: KONRAD Frederic <frederic.konrad@adacore.com>
1276 F: include/hw/*/grlib*
1277 F: tests/acceptance/machine_sparc_leon3.py
1282 M: Cornelia Huck <cohuck@redhat.com>
1283 M: Halil Pasic <pasic@linux.ibm.com>
1284 M: Christian Borntraeger <borntraeger@de.ibm.com>
1286 F: hw/char/sclp*.[hc]
1287 F: hw/char/terminal3270.c
1289 F: include/hw/s390x/
1290 F: hw/watchdog/wdt_diag288.c
1291 F: include/hw/watchdog/wdt_diag288.h
1292 F: default-configs/s390x-softmmu.mak
1293 T: git https://github.com/cohuck/qemu.git s390-next
1294 T: git https://github.com/borntraeger/qemu.git s390-next
1295 L: qemu-s390x@nongnu.org
1298 M: Christian Borntraeger <borntraeger@de.ibm.com>
1299 M: Thomas Huth <thuth@redhat.com>
1302 F: pc-bios/s390-ccw/
1303 F: pc-bios/s390-ccw.img
1304 F: docs/devel/s390-dasd-ipl.rst
1305 T: git https://github.com/borntraeger/qemu.git s390-next
1306 L: qemu-s390x@nongnu.org
1309 M: Matthew Rosato <mjrosato@linux.ibm.com>
1311 F: hw/s390x/s390-pci*
1312 L: qemu-s390x@nongnu.org
1316 PKUnity-3 SoC initramfs-with-busybox
1317 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1325 M: Michael S. Tsirkin <mst@redhat.com>
1326 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1330 F: hw/pci-host/i440fx.c
1331 F: hw/pci-host/q35.c
1332 F: hw/pci-host/pam.c
1333 F: include/hw/pci-host/i440fx.h
1334 F: include/hw/pci-host/q35.h
1335 F: include/hw/pci-host/pam.h
1337 F: hw/isa/lpc_ich9.c
1338 F: hw/i2c/smbus_ich9.c
1341 F: include/hw/acpi/ich9.h
1342 F: include/hw/southbridge/piix.h
1345 F: include/hw/isa/apm.h
1346 F: tests/test-x86-cpuid.c
1347 F: tests/qtest/test-x86-cpuid-compat.c
1350 M: Michael S. Tsirkin <mst@redhat.com>
1351 M: Paolo Bonzini <pbonzini@redhat.com>
1353 F: hw/char/debugcon.c
1354 F: hw/char/parallel*
1357 F: hw/i2c/pm_smbus.c
1362 F: hw/isa/isa-superio.c
1363 F: hw/misc/debugexit.c
1364 F: hw/misc/pc-testdev.c
1367 F: hw/rtc/mc146818rtc*
1368 F: hw/watchdog/wdt_ib700.c
1369 F: hw/watchdog/wdt_i6300esb.c
1370 F: include/hw/display/vga.h
1371 F: include/hw/char/parallel.h
1372 F: include/hw/dma/i8257.h
1373 F: include/hw/i2c/pm_smbus.h
1374 F: include/hw/input/i8042.h
1375 F: include/hw/isa/i8259_internal.h
1376 F: include/hw/isa/superio.h
1377 F: include/hw/timer/hpet.h
1378 F: include/hw/timer/i8254*
1379 F: include/hw/rtc/mc146818rtc*
1382 M: Sergio Lopez <slp@redhat.com>
1383 M: Paolo Bonzini <pbonzini@redhat.com>
1386 F: hw/i386/microvm.c
1387 F: include/hw/i386/microvm.h
1388 F: pc-bios/bios-microvm.bin
1391 M: Eduardo Habkost <ehabkost@redhat.com>
1392 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1395 F: hw/core/machine-qmp-cmds.c
1396 F: hw/core/machine.c
1397 F: hw/core/null-machine.c
1400 F: qapi/machine.json
1401 F: qapi/machine-target.json
1402 F: include/hw/boards.h
1403 F: include/hw/core/cpu.h
1404 F: include/hw/cpu/cluster.h
1405 F: include/sysemu/numa.h
1406 T: git https://github.com/ehabkost/qemu.git machine-next
1411 M: Max Filippov <jcmvbkbc@gmail.com>
1416 M: Max Filippov <jcmvbkbc@gmail.com>
1420 XTFPGA (LX60, LX200, ML605, KC705)
1421 M: Max Filippov <jcmvbkbc@gmail.com>
1423 F: hw/xtensa/xtfpga.c
1424 F: hw/net/opencores_eth.c
1429 M: Jiri Slaby <jslaby@suse.cz>
1434 M: John Snow <jsnow@redhat.com>
1435 L: qemu-block@nongnu.org
1442 F: hw/block/hd-geometry.c
1443 F: tests/qtest/ide-test.c
1444 F: tests/qtest/ahci-test.c
1445 F: tests/qtest/cdrom-test.c
1446 F: tests/qtest/libqos/ahci*
1447 T: git https://github.com/jnsnow/qemu.git ide
1450 M: Corey Minyard <minyard@acm.org>
1452 F: include/hw/ipmi/*
1454 F: hw/smbios/smbios_type_38.c
1455 F: tests/qtest/ipmi*
1456 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1459 M: John Snow <jsnow@redhat.com>
1460 L: qemu-block@nongnu.org
1463 F: include/hw/block/fdc.h
1464 F: tests/qtest/fdc-test.c
1465 T: git https://github.com/jnsnow/qemu.git ide
1468 M: Peter Maydell <peter.maydell@linaro.org>
1469 L: qemu-arm@nongnu.org
1472 F: include/hw/arm/omap.h
1475 M: Alberto Garcia <berto@igalia.com>
1477 F: hw/char/ipoctal232.c
1481 M: Michael S. Tsirkin <mst@redhat.com>
1482 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1485 F: hw/misc/pci-testdev.c
1490 F: default-configs/pci.mak
1493 M: Michael S. Tsirkin <mst@redhat.com>
1494 M: Igor Mammedov <imammedo@redhat.com>
1496 F: include/hw/acpi/*
1497 F: include/hw/firmware/smbios.h
1501 F: hw/i386/acpi-build.[hc]
1502 F: hw/arm/virt-acpi-build.c
1503 F: tests/qtest/bios-tables-test.c
1504 F: tests/qtest/acpi-utils.[hc]
1508 M: David Gibson <david@gibson.dropbear.id.au>
1509 L: qemu-ppc@nongnu.org
1512 F: hw/i2c/ppc4xx_i2c.c
1513 F: include/hw/ppc/ppc4xx.h
1514 F: include/hw/i2c/ppc4xx_i2c.h
1517 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1518 R: Paolo Bonzini <pbonzini@redhat.com>
1523 M: Jason Wang <jasowang@redhat.com>
1527 F: tests/qtest/virtio-net-test.c
1528 F: docs/virtio-net-failover.rst
1529 T: git https://github.com/jasowang/qemu.git net
1531 Parallel NOR Flash devices
1532 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1533 T: git https://gitlab.com/philmd/qemu.git pflash-next
1535 F: hw/block/pflash_cfi*.c
1536 F: include/hw/block/flash.h
1539 M: Paolo Bonzini <pbonzini@redhat.com>
1540 R: Fam Zheng <fam@euphon.net>
1542 F: include/hw/scsi/*
1544 F: tests/qtest/virtio-scsi-test.c
1545 T: git https://github.com/bonzini/qemu.git scsi-next
1548 M: Alistair Francis <alistair@alistair23.me>
1551 F: hw/block/m25p80.c
1552 F: include/hw/ssi/ssi.h
1554 F: tests/qtest/m25p80-test.c
1557 M: Alistair Francis <alistair@alistair23.me>
1562 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1564 F: include/hw/sd/sd*
1571 M: Gerd Hoffmann <kraxel@redhat.com>
1574 F: tests/qtest/usb-*-test.c
1576 F: docs/usb-storage.txt
1579 F: default-configs/usb.mak
1581 USB (serial adapter)
1582 M: Gerd Hoffmann <kraxel@redhat.com>
1583 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1585 F: hw/usb/dev-serial.c
1588 M: Alex Williamson <alex.williamson@redhat.com>
1594 M: Cornelia Huck <cohuck@redhat.com>
1595 M: Eric Farman <farman@linux.ibm.com>
1598 F: hw/s390x/s390-ccw.c
1599 F: include/hw/s390x/s390-ccw.h
1600 F: include/hw/s390x/vfio-ccw.h
1601 T: git https://github.com/cohuck/qemu.git s390-next
1602 L: qemu-s390x@nongnu.org
1605 M: Christian Borntraeger <borntraeger@de.ibm.com>
1606 M: Tony Krowiak <akrowiak@linux.ibm.com>
1607 M: Halil Pasic <pasic@linux.ibm.com>
1608 M: Pierre Morel <pmorel@linux.ibm.com>
1610 F: hw/s390x/ap-device.c
1611 F: hw/s390x/ap-bridge.c
1612 F: include/hw/s390x/ap-device.h
1613 F: include/hw/s390x/ap-bridge.h
1615 F: docs/system/s390x/vfio-ap.rst
1616 L: qemu-s390x@nongnu.org
1619 M: Michael S. Tsirkin <mst@redhat.com>
1622 F: docs/interop/vhost-user.json
1623 F: docs/interop/vhost-user.rst
1624 F: contrib/vhost-user-*/
1625 F: backends/vhost-user.c
1626 F: include/sysemu/vhost-user-backend.h
1629 M: Michael S. Tsirkin <mst@redhat.com>
1632 F: hw/virtio/Makefile.objs
1633 F: hw/virtio/trace-events
1635 F: include/hw/virtio/
1638 M: Michael S. Tsirkin <mst@redhat.com>
1639 M: David Hildenbrand <david@redhat.com>
1641 F: hw/virtio/virtio-balloon*.c
1642 F: include/hw/virtio/virtio-balloon.h
1644 F: include/sysemu/balloon.h
1647 M: Greg Kurz <groug@kaod.org>
1648 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1653 F: docs/interop/virtfs-proxy-helper.rst
1654 F: tests/qtest/virtio-9p-test.c
1655 T: git https://github.com/gkurz/qemu.git 9p-next
1658 M: Stefan Hajnoczi <stefanha@redhat.com>
1659 L: qemu-block@nongnu.org
1661 F: hw/block/virtio-blk.c
1662 F: hw/block/dataplane/*
1663 F: tests/qtest/virtio-blk-test.c
1664 T: git https://github.com/stefanha/qemu.git block
1667 M: Cornelia Huck <cohuck@redhat.com>
1668 M: Halil Pasic <pasic@linux.ibm.com>
1670 F: hw/s390x/virtio-ccw*.[hc]
1671 F: hw/s390x/vhost-vsock-ccw.c
1672 T: git https://github.com/cohuck/qemu.git s390-next
1673 T: git https://github.com/borntraeger/qemu.git s390-next
1674 L: qemu-s390x@nongnu.org
1677 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1678 M: Stefan Hajnoczi <stefanha@redhat.com>
1680 F: tools/virtiofsd/*
1681 F: hw/virtio/vhost-user-fs*
1682 F: include/hw/virtio/vhost-user-fs.h
1683 F: docs/interop/virtiofsd.rst
1686 M: Gerd Hoffmann <kraxel@redhat.com>
1688 F: hw/input/vhost-user-input.c
1689 F: hw/input/virtio-input*.c
1690 F: include/hw/virtio/virtio-input.h
1691 F: contrib/vhost-user-input/*
1694 M: Eric Auger <eric.auger@redhat.com>
1696 F: hw/virtio/virtio-iommu*.c
1697 F: include/hw/virtio/virtio-iommu.h
1700 M: Laurent Vivier <lvivier@redhat.com>
1701 R: Amit Shah <amit@kernel.org>
1703 F: hw/char/virtio-serial-bus.c
1704 F: hw/char/virtio-console.c
1705 F: include/hw/virtio/virtio-serial.h
1706 F: tests/qtest/virtio-serial-test.c
1709 M: Laurent Vivier <lvivier@redhat.com>
1710 R: Amit Shah <amit@kernel.org>
1712 F: hw/virtio/virtio-rng.c
1713 F: include/hw/virtio/virtio-rng.h
1714 F: include/sysemu/rng*.h
1716 F: tests/qtest/virtio-rng-test.c
1719 M: Gonglei <arei.gonglei@huawei.com>
1721 F: hw/virtio/virtio-crypto.c
1722 F: hw/virtio/virtio-crypto-pci.c
1723 F: include/hw/virtio/virtio-crypto.h
1726 M: Keith Busch <keith.busch@intel.com>
1727 L: qemu-block@nongnu.org
1730 F: tests/qtest/nvme-test.c
1733 M: Hannes Reinecke <hare@suse.com>
1734 L: qemu-block@nongnu.org
1736 F: hw/scsi/megasas.c
1738 F: tests/qtest/megasas-test.c
1740 Network packet abstractions
1741 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1743 F: include/net/eth.h
1745 F: hw/net/net_rx_pkt*
1746 F: hw/net/net_tx_pkt*
1749 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1752 F: hw/scsi/vmw_pvscsi*
1753 F: tests/qtest/vmxnet3-test.c
1756 M: Jiri Pirko <jiri@resnulli.us>
1760 F: docs/specs/rocker.txt
1763 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1767 F: include/hw/mem/nvdimm.h
1771 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1776 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1781 M: Stefan Weil <sw@weilnetz.de>
1783 F: hw/net/eepro100.c
1786 M: Sven Schnelle <svens@stackframe.org>
1792 M: Alistair Francis <alistair@alistair23.me>
1794 F: hw/core/generic-loader.c
1795 F: include/hw/core/generic-loader.h
1796 F: docs/generic-loader.txt
1798 Intel Hexadecimal Object File Loader
1799 M: Su Hang <suhang16@mails.ucas.ac.cn>
1801 F: tests/qtest/hexloader-test.c
1802 F: tests/data/hex-loader/test.hex
1805 M: Thomas Huth <thuth@redhat.com>
1807 F: hw/nvram/chrp_nvram.c
1808 F: include/hw/nvram/chrp_nvram.h
1809 F: tests/qtest/prom-env-test.c
1812 M: Ben Warren <ben@skyportsystems.com>
1814 F: hw/acpi/vmgenid.c
1815 F: include/hw/acpi/vmgenid.h
1816 F: docs/specs/vmgenid.txt
1817 F: tests/qtest/vmgenid-test.c
1820 Unimplemented device
1821 M: Peter Maydell <peter.maydell@linaro.org>
1822 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1824 F: include/hw/misc/unimp.h
1828 M: Gerd Hoffmann <kraxel@redhat.com>
1831 F: hw/display/bochs-display.c
1832 F: include/hw/display/vga.h
1833 F: include/hw/display/bochs-vbe.h
1836 M: Gerd Hoffmann <kraxel@redhat.com>
1838 F: hw/display/ramfb*.c
1839 F: include/hw/display/ramfb.h
1842 M: Gerd Hoffmann <kraxel@redhat.com>
1844 F: hw/display/virtio-gpu*
1845 F: hw/display/virtio-vga.*
1846 F: include/hw/virtio/virtio-gpu.h
1849 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1850 M: Gerd Hoffmann <kraxel@redhat.com>
1852 F: docs/interop/vhost-user-gpu.rst
1853 F: contrib/vhost-user-gpu
1854 F: hw/display/vhost-user-*
1857 M: Gerd Hoffmann <kraxel@redhat.com>
1859 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1860 F: hw/display/cirrus*
1863 M: Gerd Hoffmann <kraxel@redhat.com>
1866 F: include/hw/display/edid.h
1869 PIIX4 South Bridge (i82371AB)
1870 M: Hervé Poussineau <hpoussin@reactos.org>
1871 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1874 F: include/hw/southbridge/piix.h
1876 Firmware configuration (fw_cfg)
1877 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1878 R: Laszlo Ersek <lersek@redhat.com>
1879 R: Gerd Hoffmann <kraxel@redhat.com>
1881 F: docs/specs/fw_cfg.txt
1882 F: hw/nvram/fw_cfg.c
1884 F: include/hw/nvram/fw_cfg.h
1885 F: include/standard-headers/linux/qemu_fw_cfg.h
1886 F: tests/qtest/libqos/fw_cfg.c
1887 F: tests/qtest/fw_cfg-test.c
1888 T: git https://github.com/philmd/qemu.git fw_cfg-next
1891 M: David Gibson <david@gibson.dropbear.id.au>
1892 M: Cédric Le Goater <clg@kaod.org>
1893 L: qemu-ppc@nongnu.org
1896 F: include/hw/*/*xive*
1902 M: Gerd Hoffmann <kraxel@redhat.com>
1906 F: include/hw/audio/
1907 F: tests/qtest/ac97-test.c
1908 F: tests/qtest/es1370-test.c
1909 F: tests/qtest/intel-hda-test.c
1912 M: Kevin Wolf <kwolf@redhat.com>
1913 M: Max Reitz <mreitz@redhat.com>
1914 L: qemu-block@nongnu.org
1921 F: docs/interop/qemu-img.rst
1923 F: tests/qemu-iotests/
1924 F: util/qemu-progress.c
1925 F: qobject/block-qdict.c
1926 F: tests/check-block-qdict.c
1927 T: git https://repo.or.cz/qemu/kevin.git block
1930 M: Stefan Hajnoczi <stefanha@redhat.com>
1931 M: Fam Zheng <fam@euphon.net>
1932 L: qemu-block@nongnu.org
1940 F: include/block/aio.h
1941 F: include/block/aio-wait.h
1942 F: scripts/qemugdb/aio.py
1943 T: git https://github.com/stefanha/qemu.git block
1945 Block SCSI subsystem
1946 M: Paolo Bonzini <pbonzini@redhat.com>
1947 R: Fam Zheng <fam@euphon.net>
1948 L: qemu-block@nongnu.org
1954 M: John Snow <jsnow@redhat.com>
1955 L: qemu-block@nongnu.org
1958 F: include/block/blockjob.h
1961 F: include/qemu/job.h
1967 T: git https://github.com/jnsnow/qemu.git jobs
1969 Block QAPI, monitor, command line
1970 M: Markus Armbruster <armbru@redhat.com>
1973 F: blockdev-hmp-cmds.c
1976 F: qapi/transaction.json
1977 T: git https://repo.or.cz/qemu/armbru.git block-next
1980 M: John Snow <jsnow@redhat.com>
1981 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1982 L: qemu-block@nongnu.org
1984 F: include/qemu/hbitmap.h
1985 F: include/block/dirty-bitmap.h
1986 F: block/dirty-bitmap.c
1987 F: block/qcow2-bitmap.c
1988 F: migration/block-dirty-bitmap.c
1990 F: tests/test-hbitmap.c
1991 F: docs/interop/bitmaps.rst
1992 T: git https://github.com/jnsnow/qemu.git bitmaps
1994 Character device backends
1995 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1996 R: Paolo Bonzini <pbonzini@redhat.com>
2002 Character Devices (Braille)
2003 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2007 Command line option argument parsing
2008 M: Markus Armbruster <armbru@redhat.com>
2010 F: include/qemu/option.h
2011 F: tests/test-keyval.c
2012 F: tests/test-qemu-opts.c
2014 F: util/qemu-option.c
2017 M: Markus Armbruster <armbru@redhat.com>
2019 F: scripts/coverity-model.c
2022 M: Alistair Francis <alistair.francis@wdc.com>
2023 R: David Gibson <david@gibson.dropbear.id.au>
2026 F: include/sysemu/device_tree.h
2030 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2032 F: hw/misc/vmcoreinfo.c
2033 F: include/hw/misc/vmcoreinfo.h
2034 F: include/qemu/win_dump_defs
2035 F: include/sysemu/dump-arch.h
2036 F: include/sysemu/dump.h
2038 F: scripts/dump-guest-memory.py
2042 M: Markus Armbruster <armbru@redhat.com>
2044 F: include/qapi/error.h
2045 F: include/qemu/error-report.h
2048 F: util/qemu-error.c
2051 M: Alex Bennée <alex.bennee@linaro.org>
2052 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2058 M: Paolo Bonzini <pbonzini@redhat.com>
2060 F: include/exec/ioport.h
2062 F: include/exec/memop.h
2063 F: include/exec/memory.h
2064 F: include/exec/ram_addr.h
2065 F: include/exec/ramblock.h
2067 F: include/exec/memory-internal.h
2069 F: scripts/coccinelle/memory-region-housekeeping.cocci
2072 M: Gerd Hoffmann <kraxel@redhat.com>
2074 F: include/ui/qemu-spice.h
2075 F: include/ui/spice-display.h
2077 F: audio/spiceaudio.c
2080 F: docs/spice-port-fqdn.txt
2083 M: Gerd Hoffmann <kraxel@redhat.com>
2091 M: Peter Maydell <peter.maydell@linaro.org>
2096 M: Paolo Bonzini <pbonzini@redhat.com>
2099 F: include/qemu/main-loop.h
2100 F: include/sysemu/runstate.h
2102 F: util/qemu-timer.c
2105 F: qapi/run-state.json
2108 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2110 F: monitor/monitor-internal.h
2112 F: monitor/monitor.c
2116 F: include/monitor/hmp-target.h
2117 F: tests/qtest/test-hmp.c
2118 F: include/qemu/qemu-print.h
2119 F: util/qemu-print.c
2121 Network device backends
2122 M: Jason Wang <jasowang@redhat.com>
2126 F: qemu-bridge-helper.c
2127 T: git https://github.com/jasowang/qemu.git net
2130 Netmap network backend
2131 M: Luigi Rizzo <rizzo@iet.unipi.it>
2132 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2133 M: Vincenzo Maffione <v.maffione@gmail.com>
2134 W: http://info.iet.unipi.it/~luigi/netmap/
2138 Host Memory Backends
2139 M: Eduardo Habkost <ehabkost@redhat.com>
2140 M: Igor Mammedov <imammedo@redhat.com>
2142 F: backends/hostmem*.c
2143 F: include/sysemu/hostmem.h
2144 T: git https://github.com/ehabkost/qemu.git machine-next
2147 M: Gonglei <arei.gonglei@huawei.com>
2149 F: include/sysemu/cryptodev*.h
2150 F: backends/cryptodev*.c
2153 M: Eduardo Habkost <ehabkost@redhat.com>
2154 M: Cleber Rosa <crosa@redhat.com>
2161 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2163 F: scripts/simplebench/
2166 M: Markus Armbruster <armbru@redhat.com>
2167 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2172 X: include/qapi/qmp/
2173 F: include/qapi/qmp/dispatch.h
2174 F: tests/qapi-schema/
2175 F: tests/test-*-visitor.c
2176 F: tests/test-qapi-*.c
2177 F: tests/test-qmp-*.c
2178 F: tests/test-visitor-serialization.c
2179 F: scripts/qapi-gen.py
2182 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2185 M: Eric Blake <eblake@redhat.com>
2186 M: Markus Armbruster <armbru@redhat.com>
2189 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2192 M: Markus Armbruster <armbru@redhat.com>
2195 F: include/qapi/qmp/
2196 X: include/qapi/qmp/dispatch.h
2197 F: scripts/coccinelle/qobject.cocci
2198 F: tests/check-qdict.c
2199 F: tests/check-qjson.c
2200 F: tests/check-qlist.c
2201 F: tests/check-qlit.c
2202 F: tests/check-qnull.c
2203 F: tests/check-qnum.c
2204 F: tests/check-qobject.c
2205 F: tests/check-qstring.c
2206 F: tests/data/qobject/qdict.txt
2207 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2210 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2213 F: docs/interop/qemu-ga.rst
2214 F: scripts/qemu-guest-agent/
2216 F: docs/interop/qemu-ga-ref.texi
2217 T: git https://github.com/mdroth/qemu.git qga
2220 M: Paolo Bonzini <pbonzini@redhat.com>
2221 R: Daniel P. Berrange <berrange@redhat.com>
2222 R: Eduardo Habkost <ehabkost@redhat.com>
2224 F: docs/qdev-device-use.txt
2227 F: include/monitor/qdev.h
2233 F: tests/check-qom-interface.c
2234 F: tests/check-qom-proplist.c
2235 F: tests/test-qdev-global-props.c
2238 M: Markus Armbruster <armbru@redhat.com>
2240 F: monitor/monitor-internal.h
2243 F: monitor/monitor.c
2245 F: docs/devel/*qmp-*
2246 F: docs/interop/*qmp-*
2248 F: tests/qtest/qmp-test.c
2249 F: tests/qtest/qmp-cmd-test.c
2250 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2253 M: Thomas Huth <thuth@redhat.com>
2254 M: Laurent Vivier <lvivier@redhat.com>
2255 R: Paolo Bonzini <pbonzini@redhat.com>
2262 M: Alexander Bulekov <alxndr@bu.edu>
2263 R: Paolo Bonzini <pbonzini@redhat.com>
2264 R: Bandan Das <bsd@redhat.com>
2265 R: Stefan Hajnoczi <stefanha@redhat.com>
2267 F: tests/qtest/fuzz/
2270 M: Alistair Francis <alistair@alistair23.me>
2272 F: hw/core/register.c
2273 F: include/hw/register.h
2274 F: include/hw/registerfields.h
2277 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2281 F: include/net/slirp.h
2282 T: git https://people.debian.org/~sthibault/qemu.git slirp
2285 M: Paolo Bonzini <pbonzini@redhat.com>
2290 M: Stefan Hajnoczi <stefanha@redhat.com>
2294 F: docs/qemu-option-trace.rst.inc
2295 F: scripts/tracetool.py
2296 F: scripts/tracetool/
2297 F: scripts/qemu-trace-stap*
2298 F: docs/interop/qemu-trace-stap.rst
2299 F: docs/devel/tracing.txt
2300 T: git https://github.com/stefanha/qemu.git tracing
2303 M: Stefan Berger <stefanb@linux.ibm.com>
2308 F: include/hw/acpi/tpm.h
2309 F: include/sysemu/tpm*
2312 F: tests/qtest/*tpm*
2313 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2317 F: scripts/checkpatch.pl
2320 M: Juan Quintela <quintela@redhat.com>
2321 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2323 F: hw/core/vmstate-if.c
2324 F: include/hw/vmstate-if.h
2325 F: include/migration/
2327 F: scripts/vmstate-static-checker.py
2328 F: tests/vmstate-static-checker-data/
2329 F: tests/qtest/migration-test.c
2330 F: docs/devel/migration.rst
2331 F: qapi/migration.json
2334 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2336 F: backends/dbus-vmstate.c
2337 F: tests/dbus-vmstate*
2339 F: include/qemu/dbus.h
2340 F: docs/interop/dbus.rst
2341 F: docs/interop/dbus-vmstate.rst
2344 M: Eduardo Otubo <otubo@redhat.com>
2347 F: include/sysemu/seccomp.h
2350 M: Daniel P. Berrange <berrange@redhat.com>
2354 F: tests/test-crypto-*
2355 F: tests/benchmark-crypto-*
2356 F: tests/crypto-tls-*
2357 F: tests/pkix_asn1_tab.c
2361 M: Stefan Hajnoczi <stefanha@redhat.com>
2362 M: Kevin Wolf <kwolf@redhat.com>
2365 F: include/qemu/coroutine*
2366 F: tests/test-coroutine.c
2369 M: Daniel P. Berrange <berrange@redhat.com>
2372 F: include/qemu/buffer.h
2375 M: Daniel P. Berrange <berrange@redhat.com>
2382 M: Daniel P. Berrange <berrange@redhat.com>
2387 F: tests/test-authz-*
2390 M: Daniel P. Berrange <berrange@redhat.com>
2391 M: Gerd Hoffmann <kraxel@redhat.com>
2393 F: include/qemu/sockets.h
2394 F: util/qemu-sockets.c
2395 F: qapi/sockets.json
2398 M: Daniel P. Berrange <berrange@redhat.com>
2400 F: util/filemonitor*.c
2401 F: include/qemu/filemonitor.h
2402 F: tests/test-util-filemonitor.c
2404 Throttling infrastructure
2405 M: Alberto Garcia <berto@igalia.com>
2407 F: block/throttle-groups.c
2408 F: include/block/throttle-groups.h
2409 F: include/qemu/throttle*.h
2411 F: docs/throttle.txt
2412 F: tests/test-throttle.c
2413 L: qemu-block@nongnu.org
2416 M: Fam Zheng <fam@euphon.net>
2419 F: include/qemu/uuid.h
2420 F: tests/test-uuid.c
2423 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2426 F: include/migration/colo.h
2427 F: include/migration/failover.h
2431 M: Zhang Chen <chen.zhang@intel.com>
2432 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2434 F: docs/colo-proxy.txt
2436 F: net/filter-rewriter.c
2437 F: net/filter-mirror.c
2440 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2441 R: Paolo Bonzini <pbonzini@redhat.com>
2442 W: https://wiki.qemu.org/Features/record-replay
2445 F: block/blkreplay.c
2446 F: net/filter-replay.c
2447 F: include/sysemu/replay.h
2452 M: Peter Xu <peterx@redhat.com>
2454 F: include/qemu/iova-tree.h
2458 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2463 M: Corey Minyard <cminyard@mvista.com>
2466 F: hw/i2c/smbus_slave.c
2467 F: hw/i2c/smbus_master.c
2468 F: hw/i2c/smbus_eeprom.c
2469 F: include/hw/i2c/i2c.h
2470 F: include/hw/i2c/smbus_master.h
2471 F: include/hw/i2c/smbus_slave.h
2472 F: include/hw/i2c/smbus_eeprom.h
2475 M: Laszlo Ersek <lersek@redhat.com>
2476 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2478 F: pc-bios/descriptors/??-edk2-*.json
2480 F: roms/Makefile.edk2
2483 F: tests/data/uefi-boot-images/
2484 F: tests/uefi-test-tools/
2485 F: .gitlab-ci-edk2.yml
2486 F: .gitlab-ci.d/edk2/
2490 Overall usermode emulation
2491 M: Riku Voipio <riku.voipio@iki.fi>
2494 F: accel/tcg/user-exec*.c
2499 F: default-configs/*-bsd-user.mak
2502 M: Riku Voipio <riku.voipio@iki.fi>
2503 R: Laurent Vivier <laurent@vivier.eu>
2506 F: default-configs/*-linux-user.mak
2507 F: scripts/qemu-binfmt-conf.sh
2508 F: scripts/update-syscalltbl.sh
2509 F: scripts/update-mips-syscall-args.sh
2510 F: scripts/gensyscalls.sh
2512 Tiny Code Generator (TCG)
2513 -------------------------
2515 M: Richard Henderson <rth@twiddle.net>
2521 M: Alex Bennée <alex.bennee@linaro.org>
2523 F: docs/devel/tcg-plugins.rst
2528 M: Richard Henderson <richard.henderson@linaro.org>
2530 L: qemu-arm@nongnu.org
2536 M: Andrzej Zaborowski <balrogg@gmail.com>
2538 L: qemu-arm@nongnu.org
2543 M: Richard Henderson <rth@twiddle.net>
2549 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2550 R: Aurelien Jarno <aurelien@aurel32.net>
2551 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2556 M: Richard Henderson <rth@twiddle.net>
2562 M: Palmer Dabbelt <palmer@dabbelt.com>
2563 M: Alistair Francis <Alistair.Francis@wdc.com>
2564 L: qemu-riscv@nongnu.org
2570 M: Richard Henderson <rth@twiddle.net>
2574 L: qemu-s390x@nongnu.org
2582 M: Stefan Weil <sw@weilnetz.de>
2591 M: Fam Zheng <fam@euphon.net>
2592 L: qemu-block@nongnu.org
2597 M: Jason Dillaman <dillaman@redhat.com>
2598 L: qemu-block@nongnu.org
2603 M: Liu Yuan <namei.unix@gmail.com>
2604 L: qemu-block@nongnu.org
2605 L: sheepdog@lists.wpkg.org
2610 M: Jeff Cody <codyprime@gmail.com>
2611 L: qemu-block@nongnu.org
2616 M: Stefan Weil <sw@weilnetz.de>
2617 L: qemu-block@nongnu.org
2622 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2623 M: Paolo Bonzini <pbonzini@redhat.com>
2624 M: Peter Lieven <pl@kamp.de>
2625 L: qemu-block@nongnu.org
2628 F: block/iscsi-opts.c
2630 Network Block Device (NBD)
2631 M: Eric Blake <eblake@redhat.com>
2632 L: qemu-block@nongnu.org
2636 F: include/block/nbd*
2639 F: docs/interop/nbd.txt
2640 F: docs/interop/qemu-nbd.rst
2641 T: git https://repo.or.cz/qemu/ericb.git nbd
2644 M: Peter Lieven <pl@kamp.de>
2645 L: qemu-block@nongnu.org
2650 M: Richard W.M. Jones <rjones@redhat.com>
2651 L: qemu-block@nongnu.org
2656 L: qemu-block@nongnu.org
2661 L: qemu-block@nongnu.org
2662 L: integration@gluster.org
2667 M: Fam Zheng <fam@euphon.net>
2668 L: qemu-block@nongnu.org
2673 M: Fam Zheng <fam@euphon.net>
2674 L: qemu-block@nongnu.org
2679 M: Gonglei <arei.gonglei@huawei.com>
2684 M: Alberto Garcia <berto@igalia.com>
2687 L: qemu-block@nongnu.org
2690 M: Ari Sundholm <ari@tuxera.com>
2691 L: qemu-block@nongnu.org
2693 F: block/blklogwrites.c
2696 M: Stefan Hajnoczi <stefanha@redhat.com>
2697 L: qemu-block@nongnu.org
2699 F: block/blkverify.c
2702 M: Stefan Hajnoczi <stefanha@redhat.com>
2703 L: qemu-block@nongnu.org
2708 M: Stefan Hajnoczi <stefanha@redhat.com>
2709 L: qemu-block@nongnu.org
2714 M: Stefan Hajnoczi <stefanha@redhat.com>
2715 L: qemu-block@nongnu.org
2720 M: Stefan Hajnoczi <stefanha@redhat.com>
2721 M: Denis V. Lunev <den@openvz.org>
2722 L: qemu-block@nongnu.org
2724 F: block/parallels.c
2725 F: docs/interop/parallels.txt
2728 M: Stefan Hajnoczi <stefanha@redhat.com>
2729 L: qemu-block@nongnu.org
2734 M: Kevin Wolf <kwolf@redhat.com>
2735 L: qemu-block@nongnu.org
2737 F: block/linux-aio.c
2738 F: include/block/raw-aio.h
2739 F: block/raw-format.c
2740 F: block/file-posix.c
2741 F: block/file-win32.c
2742 F: block/win32-aio.c
2745 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2746 M: Julia Suvorova <jusual@redhat.com>
2747 M: Stefan Hajnoczi <stefanha@redhat.com>
2748 L: qemu-block@nongnu.org
2754 M: Kevin Wolf <kwolf@redhat.com>
2755 M: Max Reitz <mreitz@redhat.com>
2756 L: qemu-block@nongnu.org
2759 F: docs/interop/qcow2.txt
2762 M: Kevin Wolf <kwolf@redhat.com>
2763 L: qemu-block@nongnu.org
2768 M: Kevin Wolf <kwolf@redhat.com>
2769 M: Max Reitz <mreitz@redhat.com>
2770 L: qemu-block@nongnu.org
2775 M: Kevin Wolf <kwolf@redhat.com>
2776 L: qemu-block@nongnu.org
2781 M: Kevin Wolf <kwolf@redhat.com>
2782 L: qemu-block@nongnu.org
2787 M: Stefan Hajnoczi <stefanha@redhat.com>
2788 L: qemu-block@nongnu.org
2790 F: tests/image-fuzzer/
2793 M: Wen Congyang <wencongyang2@huawei.com>
2794 M: Xie Changlong <xiechanglong.d@gmail.com>
2797 F: block/replication.c
2798 F: tests/test-replication.c
2799 F: docs/block-replication.txt
2802 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2803 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2808 F: contrib/rdmacm-mux/*
2812 M: Alex Bennée <alex.bennee@linaro.org>
2815 F: include/hw/semihosting/
2817 Build and test automation
2818 -------------------------
2819 Build and test automation
2820 M: Alex Bennée <alex.bennee@linaro.org>
2821 M: Fam Zheng <fam@euphon.net>
2822 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2829 F: scripts/archive-source.sh
2830 W: https://travis-ci.org/qemu/qemu
2831 W: https://app.shippable.com/github/qemu/qemu
2832 W: http://patchew.org/QEMU/
2834 FreeBSD Hosted Continuous Integration
2835 M: Ed Maste <emaste@freebsd.org>
2836 M: Li-Wen Hsu <lwhsu@freebsd.org>
2839 W: https://cirrus-ci.com/github/qemu/qemu
2841 GitLab Continuous Integration
2842 M: Thomas Huth <thuth@redhat.com>
2846 Guest Test Compilation Support
2847 M: Alex Bennée <alex.bennee@linaro.org>
2848 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2850 F: tests/tcg/Makefile
2851 F: tests/tcg/Makefile.include
2855 Build system architecture
2856 M: Daniel P. Berrange <berrange@redhat.com>
2858 F: docs/devel/build-system.txt
2860 GIT Data Mining Config
2861 M: Alex Bennée <alex.bennee@linaro.org>
2866 Incompatible changes
2867 R: libvir-list@redhat.com
2868 F: docs/system/deprecated.rst
2873 M: Daniel P. Berrange <berrange@redhat.com>
2875 F: scripts/git-submodule.sh
2878 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2881 Sphinx documentation configuration and build machinery
2882 M: Peter Maydell <peter.maydell@linaro.org>