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: Roman Bolshakov <r.bolshakov@yadro.com>
418 F: accel/stubs/hvf-stub.c
420 F: include/sysemu/hvf.h
423 M: Sunil Muthuswamy <sunilmut@microsoft.com>
425 F: target/i386/whpx-all.c
426 F: target/i386/whp-dispatch.h
427 F: accel/stubs/whpx-stub.c
428 F: include/sysemu/whpx.h
430 Guest CPU Cores (Xen)
431 ---------------------
433 M: Stefano Stabellini <sstabellini@kernel.org>
434 M: Anthony Perard <anthony.perard@citrix.com>
435 M: Paul Durrant <paul@xen.org>
436 L: xen-devel@lists.xenproject.org
440 F: hw/char/xen_console.c
441 F: hw/display/xenfb.c
444 F: hw/block/dataplane/xen*
448 F: hw/pci-host/xen_igd_pt.c
449 F: include/hw/block/dataplane/xen*
451 F: include/sysemu/xen-mapcache.h
453 Guest CPU Cores (HAXM)
454 ---------------------
456 M: Wenchao Wang <wenchao.wang@intel.com>
457 M: Colin Xu <colin.xu@intel.com>
458 L: haxm-team@intel.com
459 W: https://github.com/intel/haxm/issues
461 F: include/sysemu/hax.h
467 M: Michael S. Tsirkin <mst@redhat.com>
468 M: Cornelia Huck <cohuck@redhat.com>
469 M: Paolo Bonzini <pbonzini@redhat.com>
472 F: scripts/update-linux-headers.sh
475 M: Paolo Bonzini <pbonzini@redhat.com>
478 F: include/sysemu/os-posix.h
480 F: include/qemu/*posix*.h
483 M: Kamil Rytarowski <kamil@netbsd.org>
485 K: ^Subject:.*(?i)NetBSD
488 M: Brad Smith <brad@comstyle.com>
490 K: ^Subject:.*(?i)OpenBSD
493 M: Stefan Weil <sw@weilnetz.de>
503 M: Richard Henderson <rth@twiddle.net>
506 F: hw/isa/smc37c669-superio.c
507 F: tests/tcg/alpha/system/
512 M: Beniamino Galvani <b.galvani@gmail.com>
513 M: Peter Maydell <peter.maydell@linaro.org>
514 L: qemu-arm@nongnu.org
517 F: include/hw/*/allwinner*
518 F: hw/arm/cubieboard.c
521 M: Niek Linnenbank <nieklinnenbank@gmail.com>
522 L: qemu-arm@nongnu.org
524 F: hw/*/allwinner-h3*
525 F: include/hw/*/allwinner-h3*
527 F: docs/system/orangepi.rst
529 ARM PrimeCell and CMSDK devices
530 M: Peter Maydell <peter.maydell@linaro.org>
531 L: qemu-arm@nongnu.org
534 F: include/hw/char/pl011.h
537 F: include/hw/dma/pl080.h
544 F: include/hw/ssi/pl022.h
546 F: include/hw/rtc/pl031.h
547 F: include/hw/arm/primecell.h
548 F: hw/timer/cmsdk-apb-timer.c
549 F: include/hw/timer/cmsdk-apb-timer.h
550 F: hw/timer/cmsdk-apb-dualtimer.c
551 F: include/hw/timer/cmsdk-apb-dualtimer.h
552 F: hw/char/cmsdk-apb-uart.c
553 F: include/hw/char/cmsdk-apb-uart.h
554 F: hw/watchdog/cmsdk-apb-watchdog.c
555 F: include/hw/watchdog/cmsdk-apb-watchdog.h
557 F: include/hw/misc/tz-ppc.h
559 F: include/hw/misc/tz-mpc.h
561 F: include/hw/misc/tz-msc.h
564 M: Peter Maydell <peter.maydell@linaro.org>
565 L: qemu-arm@nongnu.org
568 F: hw/intc/gic_internal.h
570 F: hw/misc/arm11scu.c
571 F: hw/misc/arm_l2x0.c
572 F: hw/timer/a9gtimer*
574 F: include/hw/arm/arm*.h
575 F: include/hw/intc/arm*
576 F: include/hw/misc/a9scu.h
577 F: include/hw/misc/arm11scu.h
578 F: include/hw/timer/a9gtimer.h
579 F: include/hw/timer/arm_mptimer.h
580 F: include/hw/timer/armv7m_systick.h
581 F: tests/qtest/test-arm-mptimer.c
584 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
585 M: Peter Maydell <peter.maydell@linaro.org>
586 L: qemu-arm@nongnu.org
589 F: include/hw/arm/exynos4210.h
592 M: Rob Herring <robh@kernel.org>
593 M: Peter Maydell <peter.maydell@linaro.org>
594 L: qemu-arm@nongnu.org
600 M: Antony Pavlov <antonynpavlov@gmail.com>
601 M: Peter Maydell <peter.maydell@linaro.org>
602 L: qemu-arm@nongnu.org
604 F: include/hw/arm/digic.h
606 F: include/hw/*/digic*
609 M: Anup Patel <anup.patel@wdc.com>
610 M: Alistair Francis <Alistair.Francis@wdc.com>
611 L: qemu-riscv@nongnu.org
613 F: hw/rtc/goldfish_rtc.c
614 F: include/hw/rtc/goldfish_rtc.h
617 M: Peter Maydell <peter.maydell@linaro.org>
618 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
619 L: qemu-arm@nongnu.org
624 M: Peter Maydell <peter.maydell@linaro.org>
625 R: Jean-Christophe Dubois <jcd@tribudubois.net>
626 L: qemu-arm@nongnu.org
628 F: hw/arm/fsl-imx25.c
629 F: hw/arm/imx25_pdk.c
630 F: hw/misc/imx25_ccm.c
631 F: include/hw/arm/fsl-imx25.h
632 F: include/hw/misc/imx25_ccm.h
635 M: Peter Chubb <peter.chubb@nicta.com.au>
636 M: Peter Maydell <peter.maydell@linaro.org>
637 L: qemu-arm@nongnu.org
642 F: include/hw/*/imx_*
643 F: include/hw/*/*imx31*
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
649 F: hw/arm/integratorcp.c
650 F: hw/misc/arm_integrator_debug.c
651 F: include/hw/misc/arm_integrator_debug.h
652 F: tests/acceptance/machine_arm_integratorcp.py
653 F: docs/system/arm/integratorcp.rst
655 MCIMX6UL EVK / i.MX6ul
656 M: Peter Maydell <peter.maydell@linaro.org>
657 R: Jean-Christophe Dubois <jcd@tribudubois.net>
658 L: qemu-arm@nongnu.org
660 F: hw/arm/mcimx6ul-evk.c
661 F: hw/arm/fsl-imx6ul.c
662 F: hw/misc/imx6ul_ccm.c
663 F: include/hw/arm/fsl-imx6ul.h
664 F: include/hw/misc/imx6ul_ccm.h
666 MCIMX7D SABRE / i.MX7
667 M: Peter Maydell <peter.maydell@linaro.org>
668 R: Andrey Smirnov <andrew.smirnov@gmail.com>
669 L: qemu-arm@nongnu.org
671 F: hw/arm/mcimx7d-sabre.c
674 F: include/hw/arm/fsl-imx7.h
675 F: include/hw/misc/imx7_*.h
676 F: hw/pci-host/designware.c
677 F: include/hw/pci-host/designware.h
680 M: Peter Maydell <peter.maydell@linaro.org>
681 L: qemu-arm@nongnu.org
686 F: include/hw/misc/mps2-*.h
688 F: include/hw/arm/armsse.h
689 F: hw/misc/iotkit-secctl.c
690 F: include/hw/misc/iotkit-secctl.h
691 F: hw/misc/iotkit-sysctl.c
692 F: include/hw/misc/iotkit-sysctl.h
693 F: hw/misc/iotkit-sysinfo.c
694 F: include/hw/misc/iotkit-sysinfo.h
695 F: hw/misc/armsse-cpuid.c
696 F: include/hw/misc/armsse-cpuid.h
697 F: hw/misc/armsse-mhu.c
698 F: include/hw/misc/armsse-mhu.h
701 M: Peter Maydell <peter.maydell@linaro.org>
702 L: qemu-arm@nongnu.org
707 M: Jan Kiszka <jan.kiszka@web.de>
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
712 F: docs/system/arm/musicpal.rst
715 M: Andrzej Zaborowski <balrogg@gmail.com>
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
720 F: hw/display/blizzard.c
722 F: hw/input/tsc2005.c
725 F: include/hw/display/blizzard.h
726 F: include/hw/input/tsc2xxx.h
727 F: include/hw/misc/cbus.h
728 F: tests/acceptance/machine_arm_n8x0.py
729 F: docs/system/arm/nseries.rst
732 M: Andrzej Zaborowski <balrogg@gmail.com>
733 M: Peter Maydell <peter.maydell@linaro.org>
734 L: qemu-arm@nongnu.org
737 F: hw/input/tsc210x.c
738 F: include/hw/input/tsc2xxx.h
739 F: docs/system/arm/palm.rst
742 M: Peter Maydell <peter.maydell@linaro.org>
743 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
744 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
745 L: qemu-arm@nongnu.org
748 F: hw/arm/raspi_platform.h
750 F: include/hw/arm/raspi*
751 F: include/hw/*/bcm283*
754 M: Peter Maydell <peter.maydell@linaro.org>
755 L: qemu-arm@nongnu.org
758 F: hw/cpu/realview_mpcore.c
759 F: hw/intc/realview_gic.c
760 F: include/hw/intc/realview_gic.h
761 F: docs/system/arm/realview.rst
764 M: Andrzej Zaborowski <balrogg@gmail.com>
765 M: Peter Maydell <peter.maydell@linaro.org>
766 L: qemu-arm@nongnu.org
768 F: hw/arm/mainstone.c
773 F: hw/display/tc6393xb.c
776 F: hw/misc/mst_fpga.c
778 F: include/hw/arm/pxa.h
779 F: include/hw/arm/sharpsl.h
780 F: include/hw/display/tc6393xb.h
781 F: docs/system/arm/xscale.rst
784 M: Peter Maydell <peter.maydell@linaro.org>
785 R: Jean-Christophe Dubois <jcd@tribudubois.net>
786 L: qemu-arm@nongnu.org
788 F: hw/arm/sabrelite.c
792 F: hw/usb/imx-usb-phy.c
793 F: include/hw/usb/imx-usb-phy.h
794 F: include/hw/arm/fsl-imx6.h
795 F: include/hw/misc/imx6_*.h
796 F: include/hw/ssi/imx_spi.h
799 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
800 M: Peter Maydell <peter.maydell@linaro.org>
801 R: Leif Lindholm <leif@nuviainc.com>
802 L: qemu-arm@nongnu.org
806 Sharp SL-5500 (Collie) PDA
807 M: Peter Maydell <peter.maydell@linaro.org>
808 L: qemu-arm@nongnu.org
814 M: Peter Maydell <peter.maydell@linaro.org>
815 L: qemu-arm@nongnu.org
818 F: include/hw/input/gamepad.h
819 F: docs/system/arm/stellaris.rst
822 M: Peter Maydell <peter.maydell@linaro.org>
823 L: qemu-arm@nongnu.org
828 M: Peter Maydell <peter.maydell@linaro.org>
829 L: qemu-arm@nongnu.org
832 F: hw/misc/arm_sysctl.c
833 F: docs/system/arm/versatile.rst
836 M: Peter Maydell <peter.maydell@linaro.org>
837 L: qemu-arm@nongnu.org
840 F: include/hw/arm/virt.h
843 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
844 M: Alistair Francis <alistair@alistair23.me>
845 M: Peter Maydell <peter.maydell@linaro.org>
846 L: qemu-arm@nongnu.org
851 F: include/hw/misc/zynq*
855 M: Alistair Francis <alistair@alistair23.me>
856 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
857 M: Peter Maydell <peter.maydell@linaro.org>
858 L: qemu-arm@nongnu.org
861 F: include/hw/*/xlnx*.h
862 F: include/hw/ssi/xilinx_spips.h
864 F: include/hw/display/dpcd.h
867 M: Shannon Zhao <shannon.zhaosl@gmail.com>
868 L: qemu-arm@nongnu.org
870 F: hw/arm/virt-acpi-build.c
873 M: Alistair Francis <alistair@alistair23.me>
874 M: Peter Maydell <peter.maydell@linaro.org>
875 L: qemu-arm@nongnu.org
877 F: hw/arm/stm32f205_soc.c
878 F: hw/misc/stm32f2xx_syscfg.c
879 F: hw/char/stm32f2xx_usart.c
880 F: hw/timer/stm32f2xx_timer.c
882 F: hw/ssi/stm32f2xx_spi.c
883 F: include/hw/*/stm32*.h
886 M: Alistair Francis <alistair@alistair23.me>
887 M: Peter Maydell <peter.maydell@linaro.org>
888 L: qemu-arm@nongnu.org
890 F: hw/arm/stm32f405_soc.c
891 F: hw/misc/stm32f4xx_syscfg.c
892 F: hw/misc/stm32f4xx_exti.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/netduino2.c
902 M: Alistair Francis <alistair@alistair23.me>
903 M: Peter Maydell <peter.maydell@linaro.org>
904 L: qemu-arm@nongnu.org
906 F: hw/arm/netduinoplus2.c
909 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
910 M: Peter Maydell <peter.maydell@linaro.org>
911 L: qemu-arm@nongnu.org
914 F: hw/misc/msf2-sysreg.c
915 F: hw/timer/mss-timer.c
917 F: include/hw/arm/msf2-soc.h
918 F: include/hw/misc/msf2-sysreg.h
919 F: include/hw/timer/mss-timer.h
920 F: include/hw/ssi/mss-spi.h
923 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
924 M: Peter Maydell <peter.maydell@linaro.org>
925 L: qemu-arm@nongnu.org
930 M: Cédric Le Goater <clg@kaod.org>
931 M: Peter Maydell <peter.maydell@linaro.org>
932 R: Andrew Jeffery <andrew@aj.id.au>
933 R: Joel Stanley <joel@jms.id.au>
934 L: qemu-arm@nongnu.org
938 F: include/hw/*/*aspeed*
939 F: include/hw/misc/pca9552*.h
940 F: hw/net/ftgmac100.c
941 F: include/hw/net/ftgmac100.h
944 M: Joel Stanley <joel@jms.id.au>
945 M: Peter Maydell <peter.maydell@linaro.org>
946 L: qemu-arm@nongnu.org
950 F: include/hw/*/nrf51*.h
951 F: include/hw/*/microbit*.h
952 F: tests/qtest/microbit-test.c
957 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
959 F: hw/cris/axis_dev88.c
965 M: Richard Henderson <rth@twiddle.net>
966 R: Helge Deller <deller@gmx.de>
968 F: default-configs/hppa-softmmu.mak
970 F: pc-bios/hppa-firmware.img
974 EVR32 and uclinux BSP
975 M: Michael Walle <michael@walle.cc>
977 F: hw/lm32/lm32_boards.c
980 M: Michael Walle <michael@walle.cc>
982 F: hw/lm32/milkymist.c
987 M: Thomas Huth <huth@tuxfamily.org>
993 M: Thomas Huth <huth@tuxfamily.org>
996 F: hw/m68k/mcf_intc.c
997 F: hw/char/mcf_uart.c
999 F: include/hw/m68k/mcf*.h
1002 M: Thomas Huth <huth@tuxfamily.org>
1005 F: hw/display/next-fb.c
1006 F: include/hw/m68k/next-cube.h
1009 M: Laurent Vivier <laurent@vivier.eu>
1012 F: hw/misc/mac_via.c
1014 F: hw/display/macfb.c
1016 F: hw/m68k/bootinfo.h
1017 F: include/hw/misc/mac_via.h
1018 F: include/hw/nubus/*
1019 F: include/hw/display/macfb.h
1020 F: include/hw/block/swim.h
1024 petalogix_s3adsp1800
1025 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1027 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1028 F: include/hw/char/xilinx_uartlite.h
1031 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1033 F: hw/microblaze/petalogix_ml605_mmu.c
1038 M: Hervé Poussineau <hpoussin@reactos.org>
1039 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1041 F: hw/mips/mips_jazz.c
1042 F: hw/display/jazz_led.c
1046 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1047 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1048 R: Aurelien Jarno <aurelien@aurel32.net>
1052 F: hw/mips/mips_malta.c
1053 F: hw/mips/gt64xxx_pci.c
1054 F: include/hw/southbridge/piix.h
1055 F: tests/acceptance/linux_ssh_mips_malta.py
1056 F: tests/acceptance/machine_mips_malta.py
1059 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1060 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1062 F: hw/mips/mips_mipssim.c
1066 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1067 R: Aurelien Jarno <aurelien@aurel32.net>
1068 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1070 F: hw/mips/mips_r4k.c
1073 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1074 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1076 F: hw/mips/mips_fulong2e.c
1077 F: hw/isa/vt82c686.c
1078 F: hw/pci-host/bonito.c
1079 F: include/hw/isa/vt82c686.h
1082 M: Paul Burton <pburton@wavecomp.com>
1083 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1085 F: hw/core/loader-fit.c
1087 F: hw/pci-host/xilinx-pcie.c
1088 F: include/hw/pci-host/xilinx-pcie.h
1093 M: Jia Liu <proljc@gmail.com>
1095 F: hw/openrisc/openrisc_sim.c
1100 M: David Gibson <david@gibson.dropbear.id.au>
1101 L: qemu-ppc@nongnu.org
1103 F: hw/ppc/ppc405_boards.c
1106 M: David Gibson <david@gibson.dropbear.id.au>
1107 L: qemu-ppc@nongnu.org
1109 F: hw/ppc/ppc440_bamboo.c
1112 M: David Gibson <david@gibson.dropbear.id.au>
1113 L: qemu-ppc@nongnu.org
1116 F: hw/gpio/mpc8xxx.c
1118 F: hw/net/fsl_etsec/
1119 F: hw/pci-host/ppce500.c
1120 F: include/hw/ppc/ppc_e500.h
1121 F: include/hw/pci-host/ppce500.h
1122 F: pc-bios/u-boot.e500
1125 M: David Gibson <david@gibson.dropbear.id.au>
1126 L: qemu-ppc@nongnu.org
1128 F: hw/ppc/mpc8544ds.c
1129 F: hw/ppc/mpc8544_guts.c
1132 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1133 R: David Gibson <david@gibson.dropbear.id.au>
1134 L: qemu-ppc@nongnu.org
1136 F: hw/ppc/mac_newworld.c
1137 F: hw/pci-host/uninorth.c
1138 F: hw/pci-bridge/dec.[hc]
1140 F: hw/misc/mos6522.c
1141 F: hw/nvram/mac_nvram.c
1143 F: include/hw/misc/macio/
1144 F: include/hw/misc/mos6522.h
1145 F: include/hw/ppc/mac_dbdma.h
1146 F: include/hw/pci-host/uninorth.h
1147 F: include/hw/input/adb*
1148 F: pc-bios/qemu_vga.ndrv
1151 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1152 R: David Gibson <david@gibson.dropbear.id.au>
1153 L: qemu-ppc@nongnu.org
1155 F: hw/ppc/mac_oldworld.c
1156 F: hw/pci-host/grackle.c
1158 F: hw/intc/heathrow_pic.c
1160 F: include/hw/intc/heathrow_pic.h
1161 F: include/hw/input/adb*
1162 F: pc-bios/qemu_vga.ndrv
1165 M: Hervé Poussineau <hpoussin@reactos.org>
1166 L: qemu-ppc@nongnu.org
1169 F: hw/ppc/prep_systemio.c
1170 F: hw/ppc/rs6000_mc.c
1171 F: hw/pci-host/prep.[hc]
1175 F: hw/rtc/m48t59-isa.c
1176 F: include/hw/isa/pc87312.h
1177 F: include/hw/rtc/m48t59.h
1178 F: tests/acceptance/ppc_prep_40p.py
1181 M: David Gibson <david@gibson.dropbear.id.au>
1182 L: qemu-ppc@nongnu.org
1185 F: include/hw/*/spapr*
1187 F: include/hw/*/xics*
1189 F: docs/specs/ppc-spapr-hcalls.txt
1190 F: docs/specs/ppc-spapr-hotplug.txt
1191 F: tests/qtest/spapr*
1192 F: tests/qtest/libqos/*spapr*
1193 F: tests/qtest/rtas*
1194 F: tests/qtest/libqos/rtas*
1196 PowerNV (Non-Virtualized)
1197 M: Cédric Le Goater <clg@kaod.org>
1198 M: David Gibson <david@gibson.dropbear.id.au>
1199 L: qemu-ppc@nongnu.org
1203 F: hw/intc/xics_pnv.c
1204 F: include/hw/ppc/pnv*
1205 F: pc-bios/skiboot.lid
1209 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1210 L: qemu-ppc@nongnu.org
1212 F: hw/ppc/virtex_ml507.c
1215 M: BALATON Zoltan <balaton@eik.bme.hu>
1216 L: qemu-ppc@nongnu.org
1218 F: hw/ppc/sam460ex.c
1219 F: hw/ppc/ppc440_pcix.c
1220 F: hw/display/sm501*
1223 F: pc-bios/canyonlands.dt[sb]
1224 F: pc-bios/u-boot-sam460ex-20100605.bin
1225 F: roms/u-boot-sam460ex
1230 M: Magnus Damm <magnus.damm@gmail.com>
1233 F: hw/intc/sh_intc.c
1234 F: hw/timer/sh_timer.c
1237 M: Magnus Damm <magnus.damm@gmail.com>
1244 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1247 F: hw/sparc/sun4m_iommu.c
1250 F: hw/dma/sparc32_dma.c
1251 F: hw/misc/eccmemctl.c
1253 F: include/hw/nvram/sun_nvram.h
1254 F: include/hw/sparc/sparc32_dma.h
1255 F: include/hw/sparc/sun4m_iommu.h
1256 F: pc-bios/openbios-sparc32
1259 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1261 F: hw/sparc64/sun4u.c
1262 F: hw/sparc64/sun4u_iommu.c
1263 F: include/hw/sparc/sun4u_iommu.h
1264 F: hw/pci-host/sabre.c
1265 F: include/hw/pci-host/sabre.h
1266 F: hw/pci-bridge/simba.c
1267 F: include/hw/pci-bridge/simba.h
1268 F: pc-bios/openbios-sparc64
1271 M: Artyom Tarasenko <atar4qemu@gmail.com>
1273 F: hw/sparc64/niagara.c
1274 F: hw/rtc/sun4v-rtc.c
1275 F: include/hw/rtc/sun4v-rtc.h
1278 M: Fabien Chouteau <chouteau@adacore.com>
1279 M: KONRAD Frederic <frederic.konrad@adacore.com>
1283 F: include/hw/*/grlib*
1284 F: tests/acceptance/machine_sparc_leon3.py
1289 M: Cornelia Huck <cohuck@redhat.com>
1290 M: Halil Pasic <pasic@linux.ibm.com>
1291 M: Christian Borntraeger <borntraeger@de.ibm.com>
1293 F: hw/char/sclp*.[hc]
1294 F: hw/char/terminal3270.c
1296 F: include/hw/s390x/
1297 F: hw/watchdog/wdt_diag288.c
1298 F: include/hw/watchdog/wdt_diag288.h
1299 F: default-configs/s390x-softmmu.mak
1300 T: git https://github.com/cohuck/qemu.git s390-next
1301 T: git https://github.com/borntraeger/qemu.git s390-next
1302 L: qemu-s390x@nongnu.org
1305 M: Christian Borntraeger <borntraeger@de.ibm.com>
1306 M: Thomas Huth <thuth@redhat.com>
1309 F: pc-bios/s390-ccw/
1310 F: pc-bios/s390-ccw.img
1311 F: docs/devel/s390-dasd-ipl.rst
1312 T: git https://github.com/borntraeger/qemu.git s390-next
1313 L: qemu-s390x@nongnu.org
1316 M: Matthew Rosato <mjrosato@linux.ibm.com>
1318 F: hw/s390x/s390-pci*
1319 L: qemu-s390x@nongnu.org
1323 PKUnity-3 SoC initramfs-with-busybox
1324 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1332 M: Michael S. Tsirkin <mst@redhat.com>
1333 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1337 F: hw/pci-host/i440fx.c
1338 F: hw/pci-host/q35.c
1339 F: hw/pci-host/pam.c
1340 F: include/hw/pci-host/i440fx.h
1341 F: include/hw/pci-host/q35.h
1342 F: include/hw/pci-host/pam.h
1344 F: hw/isa/lpc_ich9.c
1345 F: hw/i2c/smbus_ich9.c
1348 F: include/hw/acpi/ich9.h
1349 F: include/hw/southbridge/piix.h
1352 F: include/hw/isa/apm.h
1353 F: tests/test-x86-cpuid.c
1354 F: tests/qtest/test-x86-cpuid-compat.c
1357 M: Michael S. Tsirkin <mst@redhat.com>
1358 M: Paolo Bonzini <pbonzini@redhat.com>
1360 F: hw/char/debugcon.c
1361 F: hw/char/parallel*
1364 F: hw/i2c/pm_smbus.c
1369 F: hw/isa/isa-superio.c
1370 F: hw/misc/debugexit.c
1371 F: hw/misc/pc-testdev.c
1374 F: hw/rtc/mc146818rtc*
1375 F: hw/watchdog/wdt_ib700.c
1376 F: hw/watchdog/wdt_i6300esb.c
1377 F: include/hw/display/vga.h
1378 F: include/hw/char/parallel.h
1379 F: include/hw/dma/i8257.h
1380 F: include/hw/i2c/pm_smbus.h
1381 F: include/hw/input/i8042.h
1382 F: include/hw/isa/i8259_internal.h
1383 F: include/hw/isa/superio.h
1384 F: include/hw/timer/hpet.h
1385 F: include/hw/timer/i8254*
1386 F: include/hw/rtc/mc146818rtc*
1389 M: Sergio Lopez <slp@redhat.com>
1390 M: Paolo Bonzini <pbonzini@redhat.com>
1393 F: hw/i386/microvm.c
1394 F: include/hw/i386/microvm.h
1395 F: pc-bios/bios-microvm.bin
1398 M: Eduardo Habkost <ehabkost@redhat.com>
1399 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1402 F: hw/core/machine-qmp-cmds.c
1403 F: hw/core/machine.c
1404 F: hw/core/null-machine.c
1407 F: qapi/machine.json
1408 F: qapi/machine-target.json
1409 F: include/hw/boards.h
1410 F: include/hw/core/cpu.h
1411 F: include/hw/cpu/cluster.h
1412 F: include/sysemu/numa.h
1413 T: git https://github.com/ehabkost/qemu.git machine-next
1418 M: Max Filippov <jcmvbkbc@gmail.com>
1423 M: Max Filippov <jcmvbkbc@gmail.com>
1427 XTFPGA (LX60, LX200, ML605, KC705)
1428 M: Max Filippov <jcmvbkbc@gmail.com>
1430 F: hw/xtensa/xtfpga.c
1431 F: hw/net/opencores_eth.c
1436 M: Jiri Slaby <jslaby@suse.cz>
1441 M: John Snow <jsnow@redhat.com>
1442 L: qemu-block@nongnu.org
1449 F: hw/block/hd-geometry.c
1450 F: tests/qtest/ide-test.c
1451 F: tests/qtest/ahci-test.c
1452 F: tests/qtest/cdrom-test.c
1453 F: tests/qtest/libqos/ahci*
1454 T: git https://github.com/jnsnow/qemu.git ide
1457 M: Corey Minyard <minyard@acm.org>
1459 F: include/hw/ipmi/*
1461 F: hw/smbios/smbios_type_38.c
1462 F: tests/qtest/ipmi*
1463 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1466 M: John Snow <jsnow@redhat.com>
1467 L: qemu-block@nongnu.org
1470 F: include/hw/block/fdc.h
1471 F: tests/qtest/fdc-test.c
1472 T: git https://github.com/jnsnow/qemu.git ide
1475 M: Peter Maydell <peter.maydell@linaro.org>
1476 L: qemu-arm@nongnu.org
1479 F: include/hw/arm/omap.h
1482 M: Alberto Garcia <berto@igalia.com>
1484 F: hw/char/ipoctal232.c
1488 M: Michael S. Tsirkin <mst@redhat.com>
1489 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1492 F: hw/misc/pci-testdev.c
1497 F: default-configs/pci.mak
1500 M: Michael S. Tsirkin <mst@redhat.com>
1501 M: Igor Mammedov <imammedo@redhat.com>
1503 F: include/hw/acpi/*
1504 F: include/hw/firmware/smbios.h
1508 F: hw/i386/acpi-build.[hc]
1509 F: hw/arm/virt-acpi-build.c
1510 F: tests/qtest/bios-tables-test.c
1511 F: tests/qtest/acpi-utils.[hc]
1515 M: David Gibson <david@gibson.dropbear.id.au>
1516 L: qemu-ppc@nongnu.org
1519 F: hw/i2c/ppc4xx_i2c.c
1520 F: include/hw/ppc/ppc4xx.h
1521 F: include/hw/i2c/ppc4xx_i2c.h
1524 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1525 R: Paolo Bonzini <pbonzini@redhat.com>
1530 M: Jason Wang <jasowang@redhat.com>
1534 F: tests/qtest/virtio-net-test.c
1535 F: docs/virtio-net-failover.rst
1536 T: git https://github.com/jasowang/qemu.git net
1538 Parallel NOR Flash devices
1539 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1540 T: git https://gitlab.com/philmd/qemu.git pflash-next
1542 F: hw/block/pflash_cfi*.c
1543 F: include/hw/block/flash.h
1546 M: Paolo Bonzini <pbonzini@redhat.com>
1547 R: Fam Zheng <fam@euphon.net>
1549 F: include/hw/scsi/*
1551 F: tests/qtest/virtio-scsi-test.c
1552 T: git https://github.com/bonzini/qemu.git scsi-next
1555 M: Alistair Francis <alistair@alistair23.me>
1558 F: hw/block/m25p80.c
1559 F: include/hw/ssi/ssi.h
1561 F: tests/qtest/m25p80-test.c
1564 M: Alistair Francis <alistair@alistair23.me>
1569 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1571 F: include/hw/sd/sd*
1578 M: Gerd Hoffmann <kraxel@redhat.com>
1581 F: tests/qtest/usb-*-test.c
1583 F: docs/usb-storage.txt
1586 F: default-configs/usb.mak
1588 USB (serial adapter)
1589 M: Gerd Hoffmann <kraxel@redhat.com>
1590 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1592 F: hw/usb/dev-serial.c
1595 M: Alex Williamson <alex.williamson@redhat.com>
1601 M: Cornelia Huck <cohuck@redhat.com>
1602 M: Eric Farman <farman@linux.ibm.com>
1605 F: hw/s390x/s390-ccw.c
1606 F: include/hw/s390x/s390-ccw.h
1607 F: include/hw/s390x/vfio-ccw.h
1608 T: git https://github.com/cohuck/qemu.git s390-next
1609 L: qemu-s390x@nongnu.org
1612 M: Christian Borntraeger <borntraeger@de.ibm.com>
1613 M: Tony Krowiak <akrowiak@linux.ibm.com>
1614 M: Halil Pasic <pasic@linux.ibm.com>
1615 M: Pierre Morel <pmorel@linux.ibm.com>
1617 F: hw/s390x/ap-device.c
1618 F: hw/s390x/ap-bridge.c
1619 F: include/hw/s390x/ap-device.h
1620 F: include/hw/s390x/ap-bridge.h
1622 F: docs/system/s390x/vfio-ap.rst
1623 L: qemu-s390x@nongnu.org
1626 M: Michael S. Tsirkin <mst@redhat.com>
1629 F: docs/interop/vhost-user.json
1630 F: docs/interop/vhost-user.rst
1631 F: contrib/vhost-user-*/
1632 F: backends/vhost-user.c
1633 F: include/sysemu/vhost-user-backend.h
1636 M: Michael S. Tsirkin <mst@redhat.com>
1639 F: hw/virtio/Makefile.objs
1640 F: hw/virtio/trace-events
1642 F: include/hw/virtio/
1645 M: Michael S. Tsirkin <mst@redhat.com>
1646 M: David Hildenbrand <david@redhat.com>
1648 F: hw/virtio/virtio-balloon*.c
1649 F: include/hw/virtio/virtio-balloon.h
1651 F: include/sysemu/balloon.h
1654 M: Greg Kurz <groug@kaod.org>
1655 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1660 F: docs/interop/virtfs-proxy-helper.rst
1661 F: tests/qtest/virtio-9p-test.c
1662 T: git https://github.com/gkurz/qemu.git 9p-next
1665 M: Stefan Hajnoczi <stefanha@redhat.com>
1666 L: qemu-block@nongnu.org
1668 F: hw/block/virtio-blk.c
1669 F: hw/block/dataplane/*
1670 F: tests/qtest/virtio-blk-test.c
1671 T: git https://github.com/stefanha/qemu.git block
1674 M: Cornelia Huck <cohuck@redhat.com>
1675 M: Halil Pasic <pasic@linux.ibm.com>
1677 F: hw/s390x/virtio-ccw*.[hc]
1678 F: hw/s390x/vhost-vsock-ccw.c
1679 T: git https://github.com/cohuck/qemu.git s390-next
1680 T: git https://github.com/borntraeger/qemu.git s390-next
1681 L: qemu-s390x@nongnu.org
1684 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1685 M: Stefan Hajnoczi <stefanha@redhat.com>
1687 F: tools/virtiofsd/*
1688 F: hw/virtio/vhost-user-fs*
1689 F: include/hw/virtio/vhost-user-fs.h
1690 F: docs/interop/virtiofsd.rst
1693 M: Gerd Hoffmann <kraxel@redhat.com>
1695 F: hw/input/vhost-user-input.c
1696 F: hw/input/virtio-input*.c
1697 F: include/hw/virtio/virtio-input.h
1698 F: contrib/vhost-user-input/*
1701 M: Eric Auger <eric.auger@redhat.com>
1703 F: hw/virtio/virtio-iommu*.c
1704 F: include/hw/virtio/virtio-iommu.h
1707 M: Laurent Vivier <lvivier@redhat.com>
1708 R: Amit Shah <amit@kernel.org>
1710 F: hw/char/virtio-serial-bus.c
1711 F: hw/char/virtio-console.c
1712 F: include/hw/virtio/virtio-serial.h
1713 F: tests/qtest/virtio-serial-test.c
1716 M: Laurent Vivier <lvivier@redhat.com>
1717 R: Amit Shah <amit@kernel.org>
1719 F: hw/virtio/virtio-rng.c
1720 F: include/hw/virtio/virtio-rng.h
1721 F: include/sysemu/rng*.h
1723 F: tests/qtest/virtio-rng-test.c
1726 M: Gonglei <arei.gonglei@huawei.com>
1728 F: hw/virtio/virtio-crypto.c
1729 F: hw/virtio/virtio-crypto-pci.c
1730 F: include/hw/virtio/virtio-crypto.h
1733 M: Keith Busch <keith.busch@intel.com>
1734 L: qemu-block@nongnu.org
1737 F: tests/qtest/nvme-test.c
1740 M: Hannes Reinecke <hare@suse.com>
1741 L: qemu-block@nongnu.org
1743 F: hw/scsi/megasas.c
1745 F: tests/qtest/megasas-test.c
1747 Network packet abstractions
1748 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1750 F: include/net/eth.h
1752 F: hw/net/net_rx_pkt*
1753 F: hw/net/net_tx_pkt*
1756 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1759 F: hw/scsi/vmw_pvscsi*
1760 F: tests/qtest/vmxnet3-test.c
1763 M: Jiri Pirko <jiri@resnulli.us>
1767 F: docs/specs/rocker.txt
1770 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1774 F: include/hw/mem/nvdimm.h
1778 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1783 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1788 M: Stefan Weil <sw@weilnetz.de>
1790 F: hw/net/eepro100.c
1793 M: Sven Schnelle <svens@stackframe.org>
1799 M: Alistair Francis <alistair@alistair23.me>
1801 F: hw/core/generic-loader.c
1802 F: include/hw/core/generic-loader.h
1803 F: docs/generic-loader.txt
1805 Intel Hexadecimal Object File Loader
1806 M: Su Hang <suhang16@mails.ucas.ac.cn>
1808 F: tests/qtest/hexloader-test.c
1809 F: tests/data/hex-loader/test.hex
1812 M: Thomas Huth <thuth@redhat.com>
1814 F: hw/nvram/chrp_nvram.c
1815 F: include/hw/nvram/chrp_nvram.h
1816 F: tests/qtest/prom-env-test.c
1819 M: Ben Warren <ben@skyportsystems.com>
1821 F: hw/acpi/vmgenid.c
1822 F: include/hw/acpi/vmgenid.h
1823 F: docs/specs/vmgenid.txt
1824 F: tests/qtest/vmgenid-test.c
1827 Unimplemented device
1828 M: Peter Maydell <peter.maydell@linaro.org>
1829 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1831 F: include/hw/misc/unimp.h
1835 M: Gerd Hoffmann <kraxel@redhat.com>
1838 F: hw/display/bochs-display.c
1839 F: include/hw/display/vga.h
1840 F: include/hw/display/bochs-vbe.h
1843 M: Gerd Hoffmann <kraxel@redhat.com>
1845 F: hw/display/ramfb*.c
1846 F: include/hw/display/ramfb.h
1849 M: Gerd Hoffmann <kraxel@redhat.com>
1851 F: hw/display/virtio-gpu*
1852 F: hw/display/virtio-vga.*
1853 F: include/hw/virtio/virtio-gpu.h
1856 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1857 M: Gerd Hoffmann <kraxel@redhat.com>
1859 F: docs/interop/vhost-user-gpu.rst
1860 F: contrib/vhost-user-gpu
1861 F: hw/display/vhost-user-*
1864 M: Gerd Hoffmann <kraxel@redhat.com>
1866 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1867 F: hw/display/cirrus*
1870 M: Gerd Hoffmann <kraxel@redhat.com>
1873 F: include/hw/display/edid.h
1876 PIIX4 South Bridge (i82371AB)
1877 M: Hervé Poussineau <hpoussin@reactos.org>
1878 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1881 F: include/hw/southbridge/piix.h
1883 Firmware configuration (fw_cfg)
1884 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1885 R: Laszlo Ersek <lersek@redhat.com>
1886 R: Gerd Hoffmann <kraxel@redhat.com>
1888 F: docs/specs/fw_cfg.txt
1889 F: hw/nvram/fw_cfg.c
1891 F: include/hw/nvram/fw_cfg.h
1892 F: include/standard-headers/linux/qemu_fw_cfg.h
1893 F: tests/qtest/libqos/fw_cfg.c
1894 F: tests/qtest/fw_cfg-test.c
1895 T: git https://github.com/philmd/qemu.git fw_cfg-next
1898 M: David Gibson <david@gibson.dropbear.id.au>
1899 M: Cédric Le Goater <clg@kaod.org>
1900 L: qemu-ppc@nongnu.org
1903 F: include/hw/*/*xive*
1909 M: Gerd Hoffmann <kraxel@redhat.com>
1913 F: include/hw/audio/
1914 F: tests/qtest/ac97-test.c
1915 F: tests/qtest/es1370-test.c
1916 F: tests/qtest/intel-hda-test.c
1919 M: Kevin Wolf <kwolf@redhat.com>
1920 M: Max Reitz <mreitz@redhat.com>
1921 L: qemu-block@nongnu.org
1928 F: docs/interop/qemu-img.rst
1930 F: tests/qemu-iotests/
1931 F: util/qemu-progress.c
1932 F: qobject/block-qdict.c
1933 F: tests/check-block-qdict.c
1934 T: git https://repo.or.cz/qemu/kevin.git block
1937 M: Stefan Hajnoczi <stefanha@redhat.com>
1938 M: Fam Zheng <fam@euphon.net>
1939 L: qemu-block@nongnu.org
1947 F: include/block/aio.h
1948 F: include/block/aio-wait.h
1949 F: scripts/qemugdb/aio.py
1950 T: git https://github.com/stefanha/qemu.git block
1952 Block SCSI subsystem
1953 M: Paolo Bonzini <pbonzini@redhat.com>
1954 R: Fam Zheng <fam@euphon.net>
1955 L: qemu-block@nongnu.org
1961 M: John Snow <jsnow@redhat.com>
1962 L: qemu-block@nongnu.org
1965 F: include/block/blockjob.h
1968 F: include/qemu/job.h
1974 T: git https://github.com/jnsnow/qemu.git jobs
1976 Block QAPI, monitor, command line
1977 M: Markus Armbruster <armbru@redhat.com>
1980 F: blockdev-hmp-cmds.c
1983 F: qapi/transaction.json
1984 T: git https://repo.or.cz/qemu/armbru.git block-next
1987 M: John Snow <jsnow@redhat.com>
1988 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1989 L: qemu-block@nongnu.org
1991 F: include/qemu/hbitmap.h
1992 F: include/block/dirty-bitmap.h
1993 F: block/dirty-bitmap.c
1994 F: block/qcow2-bitmap.c
1995 F: migration/block-dirty-bitmap.c
1997 F: tests/test-hbitmap.c
1998 F: docs/interop/bitmaps.rst
1999 T: git https://github.com/jnsnow/qemu.git bitmaps
2001 Character device backends
2002 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2003 R: Paolo Bonzini <pbonzini@redhat.com>
2009 Character Devices (Braille)
2010 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2014 Command line option argument parsing
2015 M: Markus Armbruster <armbru@redhat.com>
2017 F: include/qemu/option.h
2018 F: tests/test-keyval.c
2019 F: tests/test-qemu-opts.c
2021 F: util/qemu-option.c
2024 M: Markus Armbruster <armbru@redhat.com>
2026 F: scripts/coverity-model.c
2029 M: Alistair Francis <alistair.francis@wdc.com>
2030 R: David Gibson <david@gibson.dropbear.id.au>
2033 F: include/sysemu/device_tree.h
2037 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2039 F: hw/misc/vmcoreinfo.c
2040 F: include/hw/misc/vmcoreinfo.h
2041 F: include/qemu/win_dump_defs
2042 F: include/sysemu/dump-arch.h
2043 F: include/sysemu/dump.h
2045 F: scripts/dump-guest-memory.py
2049 M: Markus Armbruster <armbru@redhat.com>
2051 F: include/qapi/error.h
2052 F: include/qemu/error-report.h
2055 F: util/qemu-error.c
2056 F: scripts/coccinelle/err-bad-newline.cocci
2057 F: scripts/coccinelle/error-use-after-free.cocci
2058 F: scripts/coccinelle/error_propagate_null.cocci
2059 F: scripts/coccinelle/remove_local_err.cocci
2060 F: scripts/coccinelle/use-error_fatal.cocci
2063 M: Alex Bennée <alex.bennee@linaro.org>
2064 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2070 M: Paolo Bonzini <pbonzini@redhat.com>
2072 F: include/exec/ioport.h
2074 F: include/exec/memop.h
2075 F: include/exec/memory.h
2076 F: include/exec/ram_addr.h
2077 F: include/exec/ramblock.h
2079 F: include/exec/memory-internal.h
2081 F: scripts/coccinelle/memory-region-housekeeping.cocci
2084 M: Gerd Hoffmann <kraxel@redhat.com>
2086 F: include/ui/qemu-spice.h
2087 F: include/ui/spice-display.h
2089 F: audio/spiceaudio.c
2092 F: docs/spice-port-fqdn.txt
2095 M: Gerd Hoffmann <kraxel@redhat.com>
2103 M: Peter Maydell <peter.maydell@linaro.org>
2108 M: Paolo Bonzini <pbonzini@redhat.com>
2111 F: include/qemu/main-loop.h
2112 F: include/sysemu/runstate.h
2114 F: util/qemu-timer.c
2117 F: qapi/run-state.json
2120 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2122 F: monitor/monitor-internal.h
2124 F: monitor/monitor.c
2128 F: include/monitor/hmp-target.h
2129 F: tests/qtest/test-hmp.c
2130 F: include/qemu/qemu-print.h
2131 F: util/qemu-print.c
2133 Network device backends
2134 M: Jason Wang <jasowang@redhat.com>
2138 F: qemu-bridge-helper.c
2139 T: git https://github.com/jasowang/qemu.git net
2142 Netmap network backend
2143 M: Luigi Rizzo <rizzo@iet.unipi.it>
2144 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2145 M: Vincenzo Maffione <v.maffione@gmail.com>
2146 W: http://info.iet.unipi.it/~luigi/netmap/
2150 Host Memory Backends
2151 M: Eduardo Habkost <ehabkost@redhat.com>
2152 M: Igor Mammedov <imammedo@redhat.com>
2154 F: backends/hostmem*.c
2155 F: include/sysemu/hostmem.h
2156 T: git https://github.com/ehabkost/qemu.git machine-next
2159 M: Gonglei <arei.gonglei@huawei.com>
2161 F: include/sysemu/cryptodev*.h
2162 F: backends/cryptodev*.c
2165 M: Eduardo Habkost <ehabkost@redhat.com>
2166 M: Cleber Rosa <crosa@redhat.com>
2173 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2175 F: scripts/simplebench/
2178 M: Markus Armbruster <armbru@redhat.com>
2179 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2184 X: include/qapi/qmp/
2185 F: include/qapi/qmp/dispatch.h
2186 F: tests/qapi-schema/
2187 F: tests/test-*-visitor.c
2188 F: tests/test-qapi-*.c
2189 F: tests/test-qmp-*.c
2190 F: tests/test-visitor-serialization.c
2191 F: scripts/qapi-gen.py
2194 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2197 M: Eric Blake <eblake@redhat.com>
2198 M: Markus Armbruster <armbru@redhat.com>
2201 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2204 M: Markus Armbruster <armbru@redhat.com>
2207 F: include/qapi/qmp/
2208 X: include/qapi/qmp/dispatch.h
2209 F: scripts/coccinelle/qobject.cocci
2210 F: tests/check-qdict.c
2211 F: tests/check-qjson.c
2212 F: tests/check-qlist.c
2213 F: tests/check-qlit.c
2214 F: tests/check-qnull.c
2215 F: tests/check-qnum.c
2216 F: tests/check-qobject.c
2217 F: tests/check-qstring.c
2218 F: tests/data/qobject/qdict.txt
2219 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2222 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2225 F: docs/interop/qemu-ga.rst
2226 F: scripts/qemu-guest-agent/
2228 F: docs/interop/qemu-ga-ref.texi
2229 T: git https://github.com/mdroth/qemu.git qga
2232 M: Paolo Bonzini <pbonzini@redhat.com>
2233 R: Daniel P. Berrange <berrange@redhat.com>
2234 R: Eduardo Habkost <ehabkost@redhat.com>
2236 F: docs/qdev-device-use.txt
2239 F: include/monitor/qdev.h
2245 F: tests/check-qom-interface.c
2246 F: tests/check-qom-proplist.c
2247 F: tests/test-qdev-global-props.c
2250 M: Markus Armbruster <armbru@redhat.com>
2252 F: monitor/monitor-internal.h
2255 F: monitor/monitor.c
2257 F: docs/devel/*qmp-*
2258 F: docs/interop/*qmp-*
2260 F: tests/qtest/qmp-test.c
2261 F: tests/qtest/qmp-cmd-test.c
2262 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2265 M: Thomas Huth <thuth@redhat.com>
2266 M: Laurent Vivier <lvivier@redhat.com>
2267 R: Paolo Bonzini <pbonzini@redhat.com>
2274 M: Alexander Bulekov <alxndr@bu.edu>
2275 R: Paolo Bonzini <pbonzini@redhat.com>
2276 R: Bandan Das <bsd@redhat.com>
2277 R: Stefan Hajnoczi <stefanha@redhat.com>
2279 F: tests/qtest/fuzz/
2282 M: Alistair Francis <alistair@alistair23.me>
2284 F: hw/core/register.c
2285 F: include/hw/register.h
2286 F: include/hw/registerfields.h
2289 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2293 F: include/net/slirp.h
2294 T: git https://people.debian.org/~sthibault/qemu.git slirp
2297 M: Paolo Bonzini <pbonzini@redhat.com>
2302 M: Stefan Hajnoczi <stefanha@redhat.com>
2306 F: docs/qemu-option-trace.rst.inc
2307 F: scripts/tracetool.py
2308 F: scripts/tracetool/
2309 F: scripts/qemu-trace-stap*
2310 F: docs/interop/qemu-trace-stap.rst
2311 F: docs/devel/tracing.txt
2312 T: git https://github.com/stefanha/qemu.git tracing
2315 M: Stefan Berger <stefanb@linux.ibm.com>
2320 F: include/hw/acpi/tpm.h
2321 F: include/sysemu/tpm*
2324 F: tests/qtest/*tpm*
2325 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2329 F: scripts/checkpatch.pl
2332 M: Juan Quintela <quintela@redhat.com>
2333 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2335 F: hw/core/vmstate-if.c
2336 F: include/hw/vmstate-if.h
2337 F: include/migration/
2339 F: scripts/vmstate-static-checker.py
2340 F: tests/vmstate-static-checker-data/
2341 F: tests/qtest/migration-test.c
2342 F: docs/devel/migration.rst
2343 F: qapi/migration.json
2346 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2348 F: backends/dbus-vmstate.c
2349 F: tests/dbus-vmstate*
2351 F: include/qemu/dbus.h
2352 F: docs/interop/dbus.rst
2353 F: docs/interop/dbus-vmstate.rst
2356 M: Eduardo Otubo <otubo@redhat.com>
2359 F: include/sysemu/seccomp.h
2362 M: Daniel P. Berrange <berrange@redhat.com>
2366 F: tests/test-crypto-*
2367 F: tests/benchmark-crypto-*
2368 F: tests/crypto-tls-*
2369 F: tests/pkix_asn1_tab.c
2373 M: Stefan Hajnoczi <stefanha@redhat.com>
2374 M: Kevin Wolf <kwolf@redhat.com>
2377 F: include/qemu/coroutine*
2378 F: tests/test-coroutine.c
2381 M: Daniel P. Berrange <berrange@redhat.com>
2384 F: include/qemu/buffer.h
2387 M: Daniel P. Berrange <berrange@redhat.com>
2394 M: Daniel P. Berrange <berrange@redhat.com>
2399 F: tests/test-authz-*
2402 M: Daniel P. Berrange <berrange@redhat.com>
2403 M: Gerd Hoffmann <kraxel@redhat.com>
2405 F: include/qemu/sockets.h
2406 F: util/qemu-sockets.c
2407 F: qapi/sockets.json
2410 M: Daniel P. Berrange <berrange@redhat.com>
2412 F: util/filemonitor*.c
2413 F: include/qemu/filemonitor.h
2414 F: tests/test-util-filemonitor.c
2416 Throttling infrastructure
2417 M: Alberto Garcia <berto@igalia.com>
2419 F: block/throttle-groups.c
2420 F: include/block/throttle-groups.h
2421 F: include/qemu/throttle*.h
2423 F: docs/throttle.txt
2424 F: tests/test-throttle.c
2425 L: qemu-block@nongnu.org
2428 M: Fam Zheng <fam@euphon.net>
2431 F: include/qemu/uuid.h
2432 F: tests/test-uuid.c
2435 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2438 F: include/migration/colo.h
2439 F: include/migration/failover.h
2443 M: Zhang Chen <chen.zhang@intel.com>
2444 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2446 F: docs/colo-proxy.txt
2448 F: net/filter-rewriter.c
2449 F: net/filter-mirror.c
2452 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2453 R: Paolo Bonzini <pbonzini@redhat.com>
2454 W: https://wiki.qemu.org/Features/record-replay
2457 F: block/blkreplay.c
2458 F: net/filter-replay.c
2459 F: include/sysemu/replay.h
2464 M: Peter Xu <peterx@redhat.com>
2466 F: include/qemu/iova-tree.h
2470 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2475 M: Corey Minyard <cminyard@mvista.com>
2478 F: hw/i2c/smbus_slave.c
2479 F: hw/i2c/smbus_master.c
2480 F: hw/i2c/smbus_eeprom.c
2481 F: include/hw/i2c/i2c.h
2482 F: include/hw/i2c/smbus_master.h
2483 F: include/hw/i2c/smbus_slave.h
2484 F: include/hw/i2c/smbus_eeprom.h
2487 M: Laszlo Ersek <lersek@redhat.com>
2488 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2490 F: pc-bios/descriptors/??-edk2-*.json
2492 F: roms/Makefile.edk2
2495 F: tests/data/uefi-boot-images/
2496 F: tests/uefi-test-tools/
2497 F: .gitlab-ci-edk2.yml
2498 F: .gitlab-ci.d/edk2/
2502 Overall usermode emulation
2503 M: Riku Voipio <riku.voipio@iki.fi>
2506 F: accel/tcg/user-exec*.c
2511 F: default-configs/*-bsd-user.mak
2514 M: Riku Voipio <riku.voipio@iki.fi>
2515 R: Laurent Vivier <laurent@vivier.eu>
2518 F: default-configs/*-linux-user.mak
2519 F: scripts/qemu-binfmt-conf.sh
2520 F: scripts/update-syscalltbl.sh
2521 F: scripts/update-mips-syscall-args.sh
2522 F: scripts/gensyscalls.sh
2524 Tiny Code Generator (TCG)
2525 -------------------------
2527 M: Richard Henderson <rth@twiddle.net>
2533 M: Alex Bennée <alex.bennee@linaro.org>
2535 F: docs/devel/tcg-plugins.rst
2540 M: Richard Henderson <richard.henderson@linaro.org>
2542 L: qemu-arm@nongnu.org
2548 M: Andrzej Zaborowski <balrogg@gmail.com>
2550 L: qemu-arm@nongnu.org
2555 M: Richard Henderson <rth@twiddle.net>
2561 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2562 R: Aurelien Jarno <aurelien@aurel32.net>
2563 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2568 M: Richard Henderson <rth@twiddle.net>
2574 M: Palmer Dabbelt <palmer@dabbelt.com>
2575 M: Alistair Francis <Alistair.Francis@wdc.com>
2576 L: qemu-riscv@nongnu.org
2582 M: Richard Henderson <rth@twiddle.net>
2586 L: qemu-s390x@nongnu.org
2594 M: Stefan Weil <sw@weilnetz.de>
2603 M: Fam Zheng <fam@euphon.net>
2604 L: qemu-block@nongnu.org
2609 M: Jason Dillaman <dillaman@redhat.com>
2610 L: qemu-block@nongnu.org
2615 M: Liu Yuan <namei.unix@gmail.com>
2616 L: qemu-block@nongnu.org
2617 L: sheepdog@lists.wpkg.org
2622 M: Jeff Cody <codyprime@gmail.com>
2623 L: qemu-block@nongnu.org
2628 M: Stefan Weil <sw@weilnetz.de>
2629 L: qemu-block@nongnu.org
2634 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2635 M: Paolo Bonzini <pbonzini@redhat.com>
2636 M: Peter Lieven <pl@kamp.de>
2637 L: qemu-block@nongnu.org
2640 F: block/iscsi-opts.c
2642 Network Block Device (NBD)
2643 M: Eric Blake <eblake@redhat.com>
2644 L: qemu-block@nongnu.org
2648 F: include/block/nbd*
2651 F: docs/interop/nbd.txt
2652 F: docs/interop/qemu-nbd.rst
2653 T: git https://repo.or.cz/qemu/ericb.git nbd
2656 M: Peter Lieven <pl@kamp.de>
2657 L: qemu-block@nongnu.org
2662 M: Richard W.M. Jones <rjones@redhat.com>
2663 L: qemu-block@nongnu.org
2668 L: qemu-block@nongnu.org
2673 L: qemu-block@nongnu.org
2674 L: integration@gluster.org
2679 M: Fam Zheng <fam@euphon.net>
2680 L: qemu-block@nongnu.org
2685 M: Fam Zheng <fam@euphon.net>
2686 L: qemu-block@nongnu.org
2691 M: Gonglei <arei.gonglei@huawei.com>
2696 M: Alberto Garcia <berto@igalia.com>
2699 L: qemu-block@nongnu.org
2702 M: Ari Sundholm <ari@tuxera.com>
2703 L: qemu-block@nongnu.org
2705 F: block/blklogwrites.c
2708 M: Stefan Hajnoczi <stefanha@redhat.com>
2709 L: qemu-block@nongnu.org
2711 F: block/blkverify.c
2714 M: Stefan Hajnoczi <stefanha@redhat.com>
2715 L: qemu-block@nongnu.org
2720 M: Stefan Hajnoczi <stefanha@redhat.com>
2721 L: qemu-block@nongnu.org
2726 M: Stefan Hajnoczi <stefanha@redhat.com>
2727 L: qemu-block@nongnu.org
2732 M: Stefan Hajnoczi <stefanha@redhat.com>
2733 M: Denis V. Lunev <den@openvz.org>
2734 L: qemu-block@nongnu.org
2736 F: block/parallels.c
2737 F: docs/interop/parallels.txt
2740 M: Stefan Hajnoczi <stefanha@redhat.com>
2741 L: qemu-block@nongnu.org
2746 M: Kevin Wolf <kwolf@redhat.com>
2747 L: qemu-block@nongnu.org
2749 F: block/linux-aio.c
2750 F: include/block/raw-aio.h
2751 F: block/raw-format.c
2752 F: block/file-posix.c
2753 F: block/file-win32.c
2754 F: block/win32-aio.c
2757 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2758 M: Julia Suvorova <jusual@redhat.com>
2759 M: Stefan Hajnoczi <stefanha@redhat.com>
2760 L: qemu-block@nongnu.org
2766 M: Kevin Wolf <kwolf@redhat.com>
2767 M: Max Reitz <mreitz@redhat.com>
2768 L: qemu-block@nongnu.org
2771 F: docs/interop/qcow2.txt
2774 M: Kevin Wolf <kwolf@redhat.com>
2775 L: qemu-block@nongnu.org
2780 M: Kevin Wolf <kwolf@redhat.com>
2781 M: Max Reitz <mreitz@redhat.com>
2782 L: qemu-block@nongnu.org
2787 M: Kevin Wolf <kwolf@redhat.com>
2788 L: qemu-block@nongnu.org
2793 M: Kevin Wolf <kwolf@redhat.com>
2794 L: qemu-block@nongnu.org
2799 M: Stefan Hajnoczi <stefanha@redhat.com>
2800 L: qemu-block@nongnu.org
2802 F: tests/image-fuzzer/
2805 M: Wen Congyang <wencongyang2@huawei.com>
2806 M: Xie Changlong <xiechanglong.d@gmail.com>
2809 F: block/replication.c
2810 F: tests/test-replication.c
2811 F: docs/block-replication.txt
2814 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2815 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2820 F: contrib/rdmacm-mux/*
2824 M: Alex Bennée <alex.bennee@linaro.org>
2827 F: include/hw/semihosting/
2829 Build and test automation
2830 -------------------------
2831 Build and test automation
2832 M: Alex Bennée <alex.bennee@linaro.org>
2833 M: Fam Zheng <fam@euphon.net>
2834 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2841 F: scripts/archive-source.sh
2842 W: https://travis-ci.org/qemu/qemu
2843 W: https://app.shippable.com/github/qemu/qemu
2844 W: http://patchew.org/QEMU/
2846 FreeBSD Hosted Continuous Integration
2847 M: Ed Maste <emaste@freebsd.org>
2848 M: Li-Wen Hsu <lwhsu@freebsd.org>
2851 W: https://cirrus-ci.com/github/qemu/qemu
2853 GitLab Continuous Integration
2854 M: Thomas Huth <thuth@redhat.com>
2858 Guest Test Compilation Support
2859 M: Alex Bennée <alex.bennee@linaro.org>
2860 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2862 F: tests/tcg/Makefile
2863 F: tests/tcg/Makefile.include
2867 Build system architecture
2868 M: Daniel P. Berrange <berrange@redhat.com>
2870 F: docs/devel/build-system.txt
2872 GIT Data Mining Config
2873 M: Alex Bennée <alex.bennee@linaro.org>
2878 Incompatible changes
2879 R: libvir-list@redhat.com
2880 F: docs/system/deprecated.rst
2885 M: Daniel P. Berrange <berrange@redhat.com>
2887 F: scripts/git-submodule.sh
2890 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2893 Sphinx documentation configuration and build machinery
2894 M: Peter Maydell <peter.maydell@linaro.org>