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: Greg Kurz <groug@kaod.org>
1639 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1644 F: docs/interop/virtfs-proxy-helper.rst
1645 F: tests/qtest/virtio-9p-test.c
1646 T: git https://github.com/gkurz/qemu.git 9p-next
1649 M: Stefan Hajnoczi <stefanha@redhat.com>
1650 L: qemu-block@nongnu.org
1652 F: hw/block/virtio-blk.c
1653 F: hw/block/dataplane/*
1654 F: tests/qtest/virtio-blk-test.c
1655 T: git https://github.com/stefanha/qemu.git block
1658 M: Cornelia Huck <cohuck@redhat.com>
1659 M: Halil Pasic <pasic@linux.ibm.com>
1661 F: hw/s390x/virtio-ccw*.[hc]
1662 F: hw/s390x/vhost-vsock-ccw.c
1663 T: git https://github.com/cohuck/qemu.git s390-next
1664 T: git https://github.com/borntraeger/qemu.git s390-next
1665 L: qemu-s390x@nongnu.org
1668 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1669 M: Stefan Hajnoczi <stefanha@redhat.com>
1671 F: tools/virtiofsd/*
1672 F: hw/virtio/vhost-user-fs*
1673 F: include/hw/virtio/vhost-user-fs.h
1674 F: docs/interop/virtiofsd.rst
1677 M: Gerd Hoffmann <kraxel@redhat.com>
1679 F: hw/input/vhost-user-input.c
1680 F: hw/input/virtio-input*.c
1681 F: include/hw/virtio/virtio-input.h
1682 F: contrib/vhost-user-input/*
1685 M: Eric Auger <eric.auger@redhat.com>
1687 F: hw/virtio/virtio-iommu*.c
1688 F: include/hw/virtio/virtio-iommu.h
1691 M: Laurent Vivier <lvivier@redhat.com>
1692 R: Amit Shah <amit@kernel.org>
1694 F: hw/char/virtio-serial-bus.c
1695 F: hw/char/virtio-console.c
1696 F: include/hw/virtio/virtio-serial.h
1697 F: tests/qtest/virtio-serial-test.c
1700 M: Laurent Vivier <lvivier@redhat.com>
1701 R: Amit Shah <amit@kernel.org>
1703 F: hw/virtio/virtio-rng.c
1704 F: include/hw/virtio/virtio-rng.h
1705 F: include/sysemu/rng*.h
1707 F: tests/qtest/virtio-rng-test.c
1710 M: Gonglei <arei.gonglei@huawei.com>
1712 F: hw/virtio/virtio-crypto.c
1713 F: hw/virtio/virtio-crypto-pci.c
1714 F: include/hw/virtio/virtio-crypto.h
1717 M: Keith Busch <keith.busch@intel.com>
1718 L: qemu-block@nongnu.org
1721 F: tests/qtest/nvme-test.c
1724 M: Hannes Reinecke <hare@suse.com>
1725 L: qemu-block@nongnu.org
1727 F: hw/scsi/megasas.c
1729 F: tests/qtest/megasas-test.c
1731 Network packet abstractions
1732 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1734 F: include/net/eth.h
1736 F: hw/net/net_rx_pkt*
1737 F: hw/net/net_tx_pkt*
1740 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1743 F: hw/scsi/vmw_pvscsi*
1744 F: tests/qtest/vmxnet3-test.c
1747 M: Jiri Pirko <jiri@resnulli.us>
1751 F: docs/specs/rocker.txt
1754 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1758 F: include/hw/mem/nvdimm.h
1762 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1767 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1772 M: Stefan Weil <sw@weilnetz.de>
1774 F: hw/net/eepro100.c
1777 M: Sven Schnelle <svens@stackframe.org>
1783 M: Alistair Francis <alistair@alistair23.me>
1785 F: hw/core/generic-loader.c
1786 F: include/hw/core/generic-loader.h
1787 F: docs/generic-loader.txt
1789 Intel Hexadecimal Object File Loader
1790 M: Su Hang <suhang16@mails.ucas.ac.cn>
1792 F: tests/qtest/hexloader-test.c
1793 F: tests/data/hex-loader/test.hex
1796 M: Thomas Huth <thuth@redhat.com>
1798 F: hw/nvram/chrp_nvram.c
1799 F: include/hw/nvram/chrp_nvram.h
1800 F: tests/qtest/prom-env-test.c
1803 M: Ben Warren <ben@skyportsystems.com>
1805 F: hw/acpi/vmgenid.c
1806 F: include/hw/acpi/vmgenid.h
1807 F: docs/specs/vmgenid.txt
1808 F: tests/qtest/vmgenid-test.c
1811 Unimplemented device
1812 M: Peter Maydell <peter.maydell@linaro.org>
1813 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1815 F: include/hw/misc/unimp.h
1819 M: Gerd Hoffmann <kraxel@redhat.com>
1822 F: hw/display/bochs-display.c
1823 F: include/hw/display/vga.h
1824 F: include/hw/display/bochs-vbe.h
1827 M: Gerd Hoffmann <kraxel@redhat.com>
1829 F: hw/display/ramfb*.c
1830 F: include/hw/display/ramfb.h
1833 M: Gerd Hoffmann <kraxel@redhat.com>
1835 F: hw/display/virtio-gpu*
1836 F: hw/display/virtio-vga.*
1837 F: include/hw/virtio/virtio-gpu.h
1840 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1841 M: Gerd Hoffmann <kraxel@redhat.com>
1843 F: docs/interop/vhost-user-gpu.rst
1844 F: contrib/vhost-user-gpu
1845 F: hw/display/vhost-user-*
1848 M: Gerd Hoffmann <kraxel@redhat.com>
1850 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1851 F: hw/display/cirrus*
1854 M: Gerd Hoffmann <kraxel@redhat.com>
1857 F: include/hw/display/edid.h
1860 PIIX4 South Bridge (i82371AB)
1861 M: Hervé Poussineau <hpoussin@reactos.org>
1862 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1865 F: include/hw/southbridge/piix.h
1867 Firmware configuration (fw_cfg)
1868 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1869 R: Laszlo Ersek <lersek@redhat.com>
1870 R: Gerd Hoffmann <kraxel@redhat.com>
1872 F: docs/specs/fw_cfg.txt
1873 F: hw/nvram/fw_cfg.c
1875 F: include/hw/nvram/fw_cfg.h
1876 F: include/standard-headers/linux/qemu_fw_cfg.h
1877 F: tests/qtest/libqos/fw_cfg.c
1878 F: tests/qtest/fw_cfg-test.c
1879 T: git https://github.com/philmd/qemu.git fw_cfg-next
1882 M: David Gibson <david@gibson.dropbear.id.au>
1883 M: Cédric Le Goater <clg@kaod.org>
1884 L: qemu-ppc@nongnu.org
1887 F: include/hw/*/*xive*
1893 M: Gerd Hoffmann <kraxel@redhat.com>
1897 F: include/hw/audio/
1898 F: tests/qtest/ac97-test.c
1899 F: tests/qtest/es1370-test.c
1900 F: tests/qtest/intel-hda-test.c
1903 M: Kevin Wolf <kwolf@redhat.com>
1904 M: Max Reitz <mreitz@redhat.com>
1905 L: qemu-block@nongnu.org
1912 F: docs/interop/qemu-img.rst
1914 F: tests/qemu-iotests/
1915 F: util/qemu-progress.c
1916 F: qobject/block-qdict.c
1917 F: tests/check-block-qdict.c
1918 T: git https://repo.or.cz/qemu/kevin.git block
1921 M: Stefan Hajnoczi <stefanha@redhat.com>
1922 M: Fam Zheng <fam@euphon.net>
1923 L: qemu-block@nongnu.org
1931 F: include/block/aio.h
1932 F: include/block/aio-wait.h
1933 F: scripts/qemugdb/aio.py
1934 T: git https://github.com/stefanha/qemu.git block
1936 Block SCSI subsystem
1937 M: Paolo Bonzini <pbonzini@redhat.com>
1938 R: Fam Zheng <fam@euphon.net>
1939 L: qemu-block@nongnu.org
1945 M: John Snow <jsnow@redhat.com>
1946 L: qemu-block@nongnu.org
1949 F: include/block/blockjob.h
1952 F: include/qemu/job.h
1958 T: git https://github.com/jnsnow/qemu.git jobs
1960 Block QAPI, monitor, command line
1961 M: Markus Armbruster <armbru@redhat.com>
1964 F: blockdev-hmp-cmds.c
1967 F: qapi/transaction.json
1968 T: git https://repo.or.cz/qemu/armbru.git block-next
1971 M: John Snow <jsnow@redhat.com>
1972 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1973 L: qemu-block@nongnu.org
1975 F: include/qemu/hbitmap.h
1976 F: include/block/dirty-bitmap.h
1977 F: block/dirty-bitmap.c
1978 F: block/qcow2-bitmap.c
1979 F: migration/block-dirty-bitmap.c
1981 F: tests/test-hbitmap.c
1982 F: docs/interop/bitmaps.rst
1983 T: git https://github.com/jnsnow/qemu.git bitmaps
1985 Character device backends
1986 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1987 R: Paolo Bonzini <pbonzini@redhat.com>
1993 Character Devices (Braille)
1994 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1998 Command line option argument parsing
1999 M: Markus Armbruster <armbru@redhat.com>
2001 F: include/qemu/option.h
2002 F: tests/test-keyval.c
2003 F: tests/test-qemu-opts.c
2005 F: util/qemu-option.c
2008 M: Markus Armbruster <armbru@redhat.com>
2010 F: scripts/coverity-model.c
2013 M: Alistair Francis <alistair.francis@wdc.com>
2014 R: David Gibson <david@gibson.dropbear.id.au>
2017 F: include/sysemu/device_tree.h
2021 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2023 F: hw/misc/vmcoreinfo.c
2024 F: include/hw/misc/vmcoreinfo.h
2025 F: include/qemu/win_dump_defs
2026 F: include/sysemu/dump-arch.h
2027 F: include/sysemu/dump.h
2029 F: scripts/dump-guest-memory.py
2033 M: Markus Armbruster <armbru@redhat.com>
2035 F: include/qapi/error.h
2036 F: include/qemu/error-report.h
2039 F: util/qemu-error.c
2042 M: Alex Bennée <alex.bennee@linaro.org>
2043 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2049 M: Paolo Bonzini <pbonzini@redhat.com>
2051 F: include/exec/ioport.h
2053 F: include/exec/memop.h
2054 F: include/exec/memory.h
2055 F: include/exec/ram_addr.h
2056 F: include/exec/ramblock.h
2058 F: include/exec/memory-internal.h
2060 F: scripts/coccinelle/memory-region-housekeeping.cocci
2063 M: Gerd Hoffmann <kraxel@redhat.com>
2065 F: include/ui/qemu-spice.h
2066 F: include/ui/spice-display.h
2068 F: audio/spiceaudio.c
2071 F: docs/spice-port-fqdn.txt
2074 M: Gerd Hoffmann <kraxel@redhat.com>
2082 M: Peter Maydell <peter.maydell@linaro.org>
2087 M: Paolo Bonzini <pbonzini@redhat.com>
2090 F: include/qemu/main-loop.h
2091 F: include/sysemu/runstate.h
2093 F: util/qemu-timer.c
2096 F: qapi/run-state.json
2099 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2101 F: monitor/monitor-internal.h
2103 F: monitor/monitor.c
2107 F: include/monitor/hmp-target.h
2108 F: tests/qtest/test-hmp.c
2109 F: include/qemu/qemu-print.h
2110 F: util/qemu-print.c
2112 Network device backends
2113 M: Jason Wang <jasowang@redhat.com>
2117 F: qemu-bridge-helper.c
2118 T: git https://github.com/jasowang/qemu.git net
2121 Netmap network backend
2122 M: Luigi Rizzo <rizzo@iet.unipi.it>
2123 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2124 M: Vincenzo Maffione <v.maffione@gmail.com>
2125 W: http://info.iet.unipi.it/~luigi/netmap/
2129 Host Memory Backends
2130 M: Eduardo Habkost <ehabkost@redhat.com>
2131 M: Igor Mammedov <imammedo@redhat.com>
2133 F: backends/hostmem*.c
2134 F: include/sysemu/hostmem.h
2135 T: git https://github.com/ehabkost/qemu.git machine-next
2138 M: Gonglei <arei.gonglei@huawei.com>
2140 F: include/sysemu/cryptodev*.h
2141 F: backends/cryptodev*.c
2144 M: Eduardo Habkost <ehabkost@redhat.com>
2145 M: Cleber Rosa <crosa@redhat.com>
2152 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2154 F: scripts/simplebench/
2157 M: Markus Armbruster <armbru@redhat.com>
2158 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2163 X: include/qapi/qmp/
2164 F: include/qapi/qmp/dispatch.h
2165 F: tests/qapi-schema/
2166 F: tests/test-*-visitor.c
2167 F: tests/test-qapi-*.c
2168 F: tests/test-qmp-*.c
2169 F: tests/test-visitor-serialization.c
2170 F: scripts/qapi-gen.py
2173 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2176 M: Eric Blake <eblake@redhat.com>
2177 M: Markus Armbruster <armbru@redhat.com>
2180 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2183 M: Markus Armbruster <armbru@redhat.com>
2186 F: include/qapi/qmp/
2187 X: include/qapi/qmp/dispatch.h
2188 F: scripts/coccinelle/qobject.cocci
2189 F: tests/check-qdict.c
2190 F: tests/check-qjson.c
2191 F: tests/check-qlist.c
2192 F: tests/check-qlit.c
2193 F: tests/check-qnull.c
2194 F: tests/check-qnum.c
2195 F: tests/check-qobject.c
2196 F: tests/check-qstring.c
2197 F: tests/data/qobject/qdict.txt
2198 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2201 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2204 F: docs/interop/qemu-ga.rst
2205 F: scripts/qemu-guest-agent/
2207 F: docs/interop/qemu-ga-ref.texi
2208 T: git https://github.com/mdroth/qemu.git qga
2211 M: Paolo Bonzini <pbonzini@redhat.com>
2212 R: Daniel P. Berrange <berrange@redhat.com>
2213 R: Eduardo Habkost <ehabkost@redhat.com>
2215 F: docs/qdev-device-use.txt
2218 F: include/monitor/qdev.h
2224 F: tests/check-qom-interface.c
2225 F: tests/check-qom-proplist.c
2226 F: tests/test-qdev-global-props.c
2229 M: Markus Armbruster <armbru@redhat.com>
2231 F: monitor/monitor-internal.h
2234 F: monitor/monitor.c
2236 F: docs/devel/*qmp-*
2237 F: docs/interop/*qmp-*
2239 F: tests/qtest/qmp-test.c
2240 F: tests/qtest/qmp-cmd-test.c
2241 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2244 M: Thomas Huth <thuth@redhat.com>
2245 M: Laurent Vivier <lvivier@redhat.com>
2246 R: Paolo Bonzini <pbonzini@redhat.com>
2253 M: Alexander Bulekov <alxndr@bu.edu>
2254 R: Paolo Bonzini <pbonzini@redhat.com>
2255 R: Bandan Das <bsd@redhat.com>
2256 R: Stefan Hajnoczi <stefanha@redhat.com>
2258 F: tests/qtest/fuzz/
2261 M: Alistair Francis <alistair@alistair23.me>
2263 F: hw/core/register.c
2264 F: include/hw/register.h
2265 F: include/hw/registerfields.h
2268 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2272 F: include/net/slirp.h
2273 T: git https://people.debian.org/~sthibault/qemu.git slirp
2276 M: Paolo Bonzini <pbonzini@redhat.com>
2281 M: Stefan Hajnoczi <stefanha@redhat.com>
2285 F: docs/qemu-option-trace.rst.inc
2286 F: scripts/tracetool.py
2287 F: scripts/tracetool/
2288 F: scripts/qemu-trace-stap*
2289 F: docs/interop/qemu-trace-stap.rst
2290 F: docs/devel/tracing.txt
2291 T: git https://github.com/stefanha/qemu.git tracing
2294 M: Stefan Berger <stefanb@linux.ibm.com>
2299 F: include/hw/acpi/tpm.h
2300 F: include/sysemu/tpm*
2303 F: tests/qtest/*tpm*
2304 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2308 F: scripts/checkpatch.pl
2311 M: Juan Quintela <quintela@redhat.com>
2312 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2314 F: hw/core/vmstate-if.c
2315 F: include/hw/vmstate-if.h
2316 F: include/migration/
2318 F: scripts/vmstate-static-checker.py
2319 F: tests/vmstate-static-checker-data/
2320 F: tests/qtest/migration-test.c
2321 F: docs/devel/migration.rst
2322 F: qapi/migration.json
2325 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2327 F: backends/dbus-vmstate.c
2328 F: tests/dbus-vmstate*
2330 F: include/qemu/dbus.h
2331 F: docs/interop/dbus.rst
2332 F: docs/interop/dbus-vmstate.rst
2335 M: Eduardo Otubo <otubo@redhat.com>
2338 F: include/sysemu/seccomp.h
2341 M: Daniel P. Berrange <berrange@redhat.com>
2345 F: tests/test-crypto-*
2346 F: tests/benchmark-crypto-*
2347 F: tests/crypto-tls-*
2348 F: tests/pkix_asn1_tab.c
2352 M: Stefan Hajnoczi <stefanha@redhat.com>
2353 M: Kevin Wolf <kwolf@redhat.com>
2356 F: include/qemu/coroutine*
2357 F: tests/test-coroutine.c
2360 M: Daniel P. Berrange <berrange@redhat.com>
2363 F: include/qemu/buffer.h
2366 M: Daniel P. Berrange <berrange@redhat.com>
2373 M: Daniel P. Berrange <berrange@redhat.com>
2378 F: tests/test-authz-*
2381 M: Daniel P. Berrange <berrange@redhat.com>
2382 M: Gerd Hoffmann <kraxel@redhat.com>
2384 F: include/qemu/sockets.h
2385 F: util/qemu-sockets.c
2386 F: qapi/sockets.json
2389 M: Daniel P. Berrange <berrange@redhat.com>
2391 F: util/filemonitor*.c
2392 F: include/qemu/filemonitor.h
2393 F: tests/test-util-filemonitor.c
2395 Throttling infrastructure
2396 M: Alberto Garcia <berto@igalia.com>
2398 F: block/throttle-groups.c
2399 F: include/block/throttle-groups.h
2400 F: include/qemu/throttle*.h
2402 F: docs/throttle.txt
2403 F: tests/test-throttle.c
2404 L: qemu-block@nongnu.org
2407 M: Fam Zheng <fam@euphon.net>
2410 F: include/qemu/uuid.h
2411 F: tests/test-uuid.c
2414 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2417 F: include/migration/colo.h
2418 F: include/migration/failover.h
2422 M: Zhang Chen <chen.zhang@intel.com>
2423 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2425 F: docs/colo-proxy.txt
2427 F: net/filter-rewriter.c
2428 F: net/filter-mirror.c
2431 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2432 R: Paolo Bonzini <pbonzini@redhat.com>
2433 W: https://wiki.qemu.org/Features/record-replay
2436 F: block/blkreplay.c
2437 F: net/filter-replay.c
2438 F: include/sysemu/replay.h
2443 M: Peter Xu <peterx@redhat.com>
2445 F: include/qemu/iova-tree.h
2449 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2454 M: Corey Minyard <cminyard@mvista.com>
2457 F: hw/i2c/smbus_slave.c
2458 F: hw/i2c/smbus_master.c
2459 F: hw/i2c/smbus_eeprom.c
2460 F: include/hw/i2c/i2c.h
2461 F: include/hw/i2c/smbus_master.h
2462 F: include/hw/i2c/smbus_slave.h
2463 F: include/hw/i2c/smbus_eeprom.h
2466 M: Laszlo Ersek <lersek@redhat.com>
2467 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2469 F: pc-bios/descriptors/??-edk2-*.json
2471 F: roms/Makefile.edk2
2474 F: tests/data/uefi-boot-images/
2475 F: tests/uefi-test-tools/
2476 F: .gitlab-ci-edk2.yml
2477 F: .gitlab-ci.d/edk2/
2481 Overall usermode emulation
2482 M: Riku Voipio <riku.voipio@iki.fi>
2485 F: accel/tcg/user-exec*.c
2490 F: default-configs/*-bsd-user.mak
2493 M: Riku Voipio <riku.voipio@iki.fi>
2494 R: Laurent Vivier <laurent@vivier.eu>
2497 F: default-configs/*-linux-user.mak
2498 F: scripts/qemu-binfmt-conf.sh
2499 F: scripts/update-syscalltbl.sh
2500 F: scripts/update-mips-syscall-args.sh
2501 F: scripts/gensyscalls.sh
2503 Tiny Code Generator (TCG)
2504 -------------------------
2506 M: Richard Henderson <rth@twiddle.net>
2512 M: Alex Bennée <alex.bennee@linaro.org>
2514 F: docs/devel/tcg-plugins.rst
2519 M: Richard Henderson <richard.henderson@linaro.org>
2521 L: qemu-arm@nongnu.org
2527 M: Andrzej Zaborowski <balrogg@gmail.com>
2529 L: qemu-arm@nongnu.org
2534 M: Richard Henderson <rth@twiddle.net>
2540 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2541 R: Aurelien Jarno <aurelien@aurel32.net>
2542 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2547 M: Richard Henderson <rth@twiddle.net>
2553 M: Palmer Dabbelt <palmer@dabbelt.com>
2554 M: Alistair Francis <Alistair.Francis@wdc.com>
2555 L: qemu-riscv@nongnu.org
2561 M: Richard Henderson <rth@twiddle.net>
2565 L: qemu-s390x@nongnu.org
2573 M: Stefan Weil <sw@weilnetz.de>
2582 M: Fam Zheng <fam@euphon.net>
2583 L: qemu-block@nongnu.org
2588 M: Jason Dillaman <dillaman@redhat.com>
2589 L: qemu-block@nongnu.org
2594 M: Liu Yuan <namei.unix@gmail.com>
2595 L: qemu-block@nongnu.org
2596 L: sheepdog@lists.wpkg.org
2601 M: Jeff Cody <codyprime@gmail.com>
2602 L: qemu-block@nongnu.org
2607 M: Stefan Weil <sw@weilnetz.de>
2608 L: qemu-block@nongnu.org
2613 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2614 M: Paolo Bonzini <pbonzini@redhat.com>
2615 M: Peter Lieven <pl@kamp.de>
2616 L: qemu-block@nongnu.org
2619 F: block/iscsi-opts.c
2621 Network Block Device (NBD)
2622 M: Eric Blake <eblake@redhat.com>
2623 L: qemu-block@nongnu.org
2627 F: include/block/nbd*
2630 F: docs/interop/nbd.txt
2631 F: docs/interop/qemu-nbd.rst
2632 T: git https://repo.or.cz/qemu/ericb.git nbd
2635 M: Peter Lieven <pl@kamp.de>
2636 L: qemu-block@nongnu.org
2641 M: Richard W.M. Jones <rjones@redhat.com>
2642 L: qemu-block@nongnu.org
2647 L: qemu-block@nongnu.org
2652 L: qemu-block@nongnu.org
2653 L: integration@gluster.org
2658 M: Fam Zheng <fam@euphon.net>
2659 L: qemu-block@nongnu.org
2664 M: Fam Zheng <fam@euphon.net>
2665 L: qemu-block@nongnu.org
2670 M: Gonglei <arei.gonglei@huawei.com>
2675 M: Alberto Garcia <berto@igalia.com>
2678 L: qemu-block@nongnu.org
2681 M: Ari Sundholm <ari@tuxera.com>
2682 L: qemu-block@nongnu.org
2684 F: block/blklogwrites.c
2687 M: Stefan Hajnoczi <stefanha@redhat.com>
2688 L: qemu-block@nongnu.org
2690 F: block/blkverify.c
2693 M: Stefan Hajnoczi <stefanha@redhat.com>
2694 L: qemu-block@nongnu.org
2699 M: Stefan Hajnoczi <stefanha@redhat.com>
2700 L: qemu-block@nongnu.org
2705 M: Stefan Hajnoczi <stefanha@redhat.com>
2706 L: qemu-block@nongnu.org
2711 M: Stefan Hajnoczi <stefanha@redhat.com>
2712 M: Denis V. Lunev <den@openvz.org>
2713 L: qemu-block@nongnu.org
2715 F: block/parallels.c
2716 F: docs/interop/parallels.txt
2719 M: Stefan Hajnoczi <stefanha@redhat.com>
2720 L: qemu-block@nongnu.org
2725 M: Kevin Wolf <kwolf@redhat.com>
2726 L: qemu-block@nongnu.org
2728 F: block/linux-aio.c
2729 F: include/block/raw-aio.h
2730 F: block/raw-format.c
2731 F: block/file-posix.c
2732 F: block/file-win32.c
2733 F: block/win32-aio.c
2736 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2737 M: Julia Suvorova <jusual@redhat.com>
2738 M: Stefan Hajnoczi <stefanha@redhat.com>
2739 L: qemu-block@nongnu.org
2745 M: Kevin Wolf <kwolf@redhat.com>
2746 M: Max Reitz <mreitz@redhat.com>
2747 L: qemu-block@nongnu.org
2750 F: docs/interop/qcow2.txt
2753 M: Kevin Wolf <kwolf@redhat.com>
2754 L: qemu-block@nongnu.org
2759 M: Kevin Wolf <kwolf@redhat.com>
2760 M: Max Reitz <mreitz@redhat.com>
2761 L: qemu-block@nongnu.org
2766 M: Kevin Wolf <kwolf@redhat.com>
2767 L: qemu-block@nongnu.org
2772 M: Kevin Wolf <kwolf@redhat.com>
2773 L: qemu-block@nongnu.org
2778 M: Stefan Hajnoczi <stefanha@redhat.com>
2779 L: qemu-block@nongnu.org
2781 F: tests/image-fuzzer/
2784 M: Wen Congyang <wencongyang2@huawei.com>
2785 M: Xie Changlong <xiechanglong.d@gmail.com>
2788 F: block/replication.c
2789 F: tests/test-replication.c
2790 F: docs/block-replication.txt
2793 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2794 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2799 F: contrib/rdmacm-mux/*
2803 M: Alex Bennée <alex.bennee@linaro.org>
2806 F: include/hw/semihosting/
2808 Build and test automation
2809 -------------------------
2810 Build and test automation
2811 M: Alex Bennée <alex.bennee@linaro.org>
2812 M: Fam Zheng <fam@euphon.net>
2813 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2820 F: scripts/archive-source.sh
2821 W: https://travis-ci.org/qemu/qemu
2822 W: https://app.shippable.com/github/qemu/qemu
2823 W: http://patchew.org/QEMU/
2825 FreeBSD Hosted Continuous Integration
2826 M: Ed Maste <emaste@freebsd.org>
2827 M: Li-Wen Hsu <lwhsu@freebsd.org>
2830 W: https://cirrus-ci.com/github/qemu/qemu
2832 GitLab Continuous Integration
2833 M: Thomas Huth <thuth@redhat.com>
2837 Guest Test Compilation Support
2838 M: Alex Bennée <alex.bennee@linaro.org>
2839 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2841 F: tests/tcg/Makefile
2842 F: tests/tcg/Makefile.include
2846 Build system architecture
2847 M: Daniel P. Berrange <berrange@redhat.com>
2849 F: docs/devel/build-system.txt
2851 GIT Data Mining Config
2852 M: Alex Bennée <alex.bennee@linaro.org>
2857 Incompatible changes
2858 R: libvir-list@redhat.com
2859 F: docs/system/deprecated.rst
2864 M: Daniel P. Berrange <berrange@redhat.com>
2866 F: scripts/git-submodule.sh
2869 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2872 Sphinx documentation configuration and build machinery
2873 M: Peter Maydell <peter.maydell@linaro.org>