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>
121 F: accel/stubs/tcg-stub.c
122 F: scripts/decodetree.py
123 F: docs/devel/decodetree.rst
124 F: include/exec/cpu*.h
125 F: include/exec/exec-all.h
126 F: include/exec/helper*.h
127 F: include/exec/tb-hash.h
128 F: include/sysemu/cpus.h
129 F: include/sysemu/tcg.h
132 M: Aurelien Jarno <aurelien@aurel32.net>
133 M: Peter Maydell <peter.maydell@linaro.org>
134 M: Alex Bennée <alex.bennee@linaro.org>
141 M: Richard Henderson <rth@twiddle.net>
148 M: Peter Maydell <peter.maydell@linaro.org>
149 L: qemu-arm@nongnu.org
153 F: tests/tcg/aarch64/
156 F: include/hw/cpu/a*mpcore.h
160 F: docs/system/target-arm.rst
163 M: Eric Auger <eric.auger@redhat.com>
164 L: qemu-arm@nongnu.org
167 F: include/hw/arm/smmu*
170 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
178 HPPA (PA-RISC) TCG CPUs
179 M: Richard Henderson <rth@twiddle.net>
185 F: include/hw/net/lasi_82596.h
188 R: Michael Walle <michael@walle.cc>
195 F: include/hw/display/milkymist_tmu2.h
196 F: include/hw/char/lm32_juart.h
201 M: Laurent Vivier <laurent@vivier.eu>
207 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
209 F: target/microblaze/
211 F: disas/microblaze.c
214 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
215 R: Aurelien Jarno <aurelien@aurel32.net>
216 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
219 F: default-configs/*mips*
221 F: docs/system/cpu-models-mips.rst.inc
222 F: hw/intc/mips_gic.c
225 F: hw/timer/mips_gictimer.c
226 F: include/hw/intc/mips_gic.h
228 F: include/hw/misc/mips_*
229 F: include/hw/timer/mips_gictimer.h
230 F: tests/acceptance/linux_ssh_mips_malta.py
231 F: tests/acceptance/machine_mips_malta.py
233 K: ^Subject:.*(?i)mips
236 M: Anthony Green <green@moxielogic.com>
241 F: default-configs/moxie-softmmu.mak
244 M: Chris Wulff <crwulff@gmail.com>
245 M: Marek Vasut <marex@denx.de>
249 F: hw/intc/nios2_iic.c
251 F: default-configs/nios2-softmmu.mak
254 M: Stafford Horne <shorne@gmail.com>
258 F: tests/tcg/openrisc/
261 M: David Gibson <david@gibson.dropbear.id.au>
262 L: qemu-ppc@nongnu.org
270 M: Palmer Dabbelt <palmer@dabbelt.com>
271 M: Alistair Francis <Alistair.Francis@wdc.com>
272 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
273 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
274 L: qemu-riscv@nongnu.org
279 F: linux-user/host/riscv32/
280 F: linux-user/host/riscv64/
283 M: Yoshinori Sato <ysato@users.sourceforge.jp>
288 M: Richard Henderson <rth@twiddle.net>
289 M: David Hildenbrand <david@redhat.com>
295 L: qemu-s390x@nongnu.org
298 M: Aurelien Jarno <aurelien@aurel32.net>
306 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
307 M: Artyom Tarasenko <atar4qemu@gmail.com>
312 F: include/hw/sparc/sparc64.h
316 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
320 F: include/hw/unicore32/
323 M: Paolo Bonzini <pbonzini@redhat.com>
324 M: Richard Henderson <rth@twiddle.net>
325 M: Eduardo Habkost <ehabkost@redhat.com>
332 F: docs/system/cpu-models-x86.rst.inc
333 T: git https://github.com/ehabkost/qemu.git x86-next
336 M: Max Filippov <jcmvbkbc@gmail.com>
337 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
343 F: include/hw/xtensa/xtensa-isa.h
344 F: default-configs/xtensa*.mak
347 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
351 F: include/hw/tricore/
353 Multiarch Linux User Tests
354 M: Alex Bennée <alex.bennee@linaro.org>
356 F: tests/tcg/multiarch/
358 Guest CPU Cores (KVM)
359 ---------------------
361 M: Paolo Bonzini <pbonzini@redhat.com>
362 L: kvm@vger.kernel.org
366 F: accel/stubs/kvm-stub.c
368 F: include/sysemu/kvm*.h
369 F: scripts/kvm/kvm_flightrecorder
372 M: Peter Maydell <peter.maydell@linaro.org>
373 L: qemu-arm@nongnu.org
378 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
383 M: David Gibson <david@gibson.dropbear.id.au>
388 M: Halil Pasic <pasic@linux.ibm.com>
389 M: Cornelia Huck <cohuck@redhat.com>
390 M: Christian Borntraeger <borntraeger@de.ibm.com>
392 F: target/s390x/kvm.c
393 F: target/s390x/kvm_s390x.h
394 F: target/s390x/kvm-stub.c
395 F: target/s390x/ioinst.[ch]
396 F: target/s390x/machine.c
397 F: target/s390x/sigp.c
398 F: target/s390x/cpu_features*.[ch]
399 F: target/s390x/cpu_models.[ch]
401 F: include/hw/s390x/pv.h
402 F: hw/intc/s390_flic.c
403 F: hw/intc/s390_flic_kvm.c
404 F: include/hw/s390x/s390_flic.h
406 T: git https://github.com/cohuck/qemu.git s390-next
407 T: git https://github.com/borntraeger/qemu.git s390-next
408 L: qemu-s390x@nongnu.org
411 M: Paolo Bonzini <pbonzini@redhat.com>
412 M: Marcelo Tosatti <mtosatti@redhat.com>
413 L: kvm@vger.kernel.org
416 F: scripts/kvm/vmxcap
419 M: Roman Bolshakov <r.bolshakov@yadro.com>
421 F: accel/stubs/hvf-stub.c
423 F: include/sysemu/hvf.h
426 M: Sunil Muthuswamy <sunilmut@microsoft.com>
428 F: target/i386/whpx-all.c
429 F: target/i386/whp-dispatch.h
430 F: accel/stubs/whpx-stub.c
431 F: include/sysemu/whpx.h
433 Guest CPU Cores (Xen)
434 ---------------------
436 M: Stefano Stabellini <sstabellini@kernel.org>
437 M: Anthony Perard <anthony.perard@citrix.com>
438 M: Paul Durrant <paul@xen.org>
439 L: xen-devel@lists.xenproject.org
443 F: hw/char/xen_console.c
444 F: hw/display/xenfb.c
448 F: hw/block/dataplane/xen*
452 F: hw/pci-host/xen_igd_pt.c
453 F: include/hw/block/dataplane/xen*
455 F: include/sysemu/xen-mapcache.h
457 Guest CPU Cores (HAXM)
458 ---------------------
460 M: Wenchao Wang <wenchao.wang@intel.com>
461 M: Colin Xu <colin.xu@intel.com>
462 L: haxm-team@intel.com
463 W: https://github.com/intel/haxm/issues
465 F: include/sysemu/hax.h
471 M: Michael S. Tsirkin <mst@redhat.com>
472 M: Cornelia Huck <cohuck@redhat.com>
473 M: Paolo Bonzini <pbonzini@redhat.com>
476 F: scripts/update-linux-headers.sh
479 M: Paolo Bonzini <pbonzini@redhat.com>
482 F: include/sysemu/os-posix.h
484 F: include/qemu/*posix*.h
487 M: Kamil Rytarowski <kamil@netbsd.org>
489 K: ^Subject:.*(?i)NetBSD
492 M: Brad Smith <brad@comstyle.com>
494 K: ^Subject:.*(?i)OpenBSD
497 M: Stefan Weil <sw@weilnetz.de>
507 M: Richard Henderson <rth@twiddle.net>
510 F: hw/isa/smc37c669-superio.c
511 F: tests/tcg/alpha/system/
516 M: Beniamino Galvani <b.galvani@gmail.com>
517 M: Peter Maydell <peter.maydell@linaro.org>
518 L: qemu-arm@nongnu.org
521 F: include/hw/*/allwinner*
522 F: hw/arm/cubieboard.c
525 M: Niek Linnenbank <nieklinnenbank@gmail.com>
526 L: qemu-arm@nongnu.org
528 F: hw/*/allwinner-h3*
529 F: include/hw/*/allwinner-h3*
531 F: docs/system/orangepi.rst
533 ARM PrimeCell and CMSDK devices
534 M: Peter Maydell <peter.maydell@linaro.org>
535 L: qemu-arm@nongnu.org
538 F: include/hw/char/pl011.h
541 F: include/hw/dma/pl080.h
548 F: include/hw/ssi/pl022.h
550 F: include/hw/rtc/pl031.h
551 F: include/hw/arm/primecell.h
552 F: hw/timer/cmsdk-apb-timer.c
553 F: include/hw/timer/cmsdk-apb-timer.h
554 F: hw/timer/cmsdk-apb-dualtimer.c
555 F: include/hw/timer/cmsdk-apb-dualtimer.h
556 F: hw/char/cmsdk-apb-uart.c
557 F: include/hw/char/cmsdk-apb-uart.h
558 F: hw/watchdog/cmsdk-apb-watchdog.c
559 F: include/hw/watchdog/cmsdk-apb-watchdog.h
561 F: include/hw/misc/tz-ppc.h
563 F: include/hw/misc/tz-mpc.h
565 F: include/hw/misc/tz-msc.h
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
572 F: hw/intc/gic_internal.h
574 F: hw/misc/arm11scu.c
575 F: hw/misc/arm_l2x0.c
576 F: hw/timer/a9gtimer*
578 F: include/hw/arm/arm*.h
579 F: include/hw/intc/arm*
580 F: include/hw/misc/a9scu.h
581 F: include/hw/misc/arm11scu.h
582 F: include/hw/timer/a9gtimer.h
583 F: include/hw/timer/arm_mptimer.h
584 F: include/hw/timer/armv7m_systick.h
585 F: tests/qtest/test-arm-mptimer.c
588 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
589 M: Peter Maydell <peter.maydell@linaro.org>
590 L: qemu-arm@nongnu.org
593 F: include/hw/arm/exynos4210.h
596 M: Rob Herring <robh@kernel.org>
597 M: Peter Maydell <peter.maydell@linaro.org>
598 L: qemu-arm@nongnu.org
604 M: Antony Pavlov <antonynpavlov@gmail.com>
605 M: Peter Maydell <peter.maydell@linaro.org>
606 L: qemu-arm@nongnu.org
608 F: include/hw/arm/digic.h
610 F: include/hw/*/digic*
613 M: Anup Patel <anup.patel@wdc.com>
614 M: Alistair Francis <Alistair.Francis@wdc.com>
615 L: qemu-riscv@nongnu.org
617 F: hw/rtc/goldfish_rtc.c
618 F: include/hw/rtc/goldfish_rtc.h
621 M: Peter Maydell <peter.maydell@linaro.org>
622 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
623 L: qemu-arm@nongnu.org
628 M: Peter Maydell <peter.maydell@linaro.org>
629 R: Jean-Christophe Dubois <jcd@tribudubois.net>
630 L: qemu-arm@nongnu.org
632 F: hw/arm/fsl-imx25.c
633 F: hw/arm/imx25_pdk.c
634 F: hw/misc/imx25_ccm.c
635 F: include/hw/arm/fsl-imx25.h
636 F: include/hw/misc/imx25_ccm.h
639 M: Peter Chubb <peter.chubb@nicta.com.au>
640 M: Peter Maydell <peter.maydell@linaro.org>
641 L: qemu-arm@nongnu.org
646 F: include/hw/*/imx_*
647 F: include/hw/*/*imx31*
650 M: Peter Maydell <peter.maydell@linaro.org>
651 L: qemu-arm@nongnu.org
653 F: hw/arm/integratorcp.c
654 F: hw/misc/arm_integrator_debug.c
655 F: include/hw/misc/arm_integrator_debug.h
656 F: tests/acceptance/machine_arm_integratorcp.py
657 F: docs/system/arm/integratorcp.rst
659 MCIMX6UL EVK / i.MX6ul
660 M: Peter Maydell <peter.maydell@linaro.org>
661 R: Jean-Christophe Dubois <jcd@tribudubois.net>
662 L: qemu-arm@nongnu.org
664 F: hw/arm/mcimx6ul-evk.c
665 F: hw/arm/fsl-imx6ul.c
666 F: hw/misc/imx6ul_ccm.c
667 F: include/hw/arm/fsl-imx6ul.h
668 F: include/hw/misc/imx6ul_ccm.h
670 MCIMX7D SABRE / i.MX7
671 M: Peter Maydell <peter.maydell@linaro.org>
672 R: Andrey Smirnov <andrew.smirnov@gmail.com>
673 L: qemu-arm@nongnu.org
675 F: hw/arm/mcimx7d-sabre.c
678 F: include/hw/arm/fsl-imx7.h
679 F: include/hw/misc/imx7_*.h
680 F: hw/pci-host/designware.c
681 F: include/hw/pci-host/designware.h
684 M: Peter Maydell <peter.maydell@linaro.org>
685 L: qemu-arm@nongnu.org
690 F: include/hw/misc/mps2-*.h
692 F: include/hw/arm/armsse.h
693 F: hw/misc/iotkit-secctl.c
694 F: include/hw/misc/iotkit-secctl.h
695 F: hw/misc/iotkit-sysctl.c
696 F: include/hw/misc/iotkit-sysctl.h
697 F: hw/misc/iotkit-sysinfo.c
698 F: include/hw/misc/iotkit-sysinfo.h
699 F: hw/misc/armsse-cpuid.c
700 F: include/hw/misc/armsse-cpuid.h
701 F: hw/misc/armsse-mhu.c
702 F: include/hw/misc/armsse-mhu.h
705 M: Peter Maydell <peter.maydell@linaro.org>
706 L: qemu-arm@nongnu.org
711 M: Jan Kiszka <jan.kiszka@web.de>
712 M: Peter Maydell <peter.maydell@linaro.org>
713 L: qemu-arm@nongnu.org
716 F: docs/system/arm/musicpal.rst
719 M: Andrzej Zaborowski <balrogg@gmail.com>
720 M: Peter Maydell <peter.maydell@linaro.org>
721 L: qemu-arm@nongnu.org
724 F: hw/display/blizzard.c
726 F: hw/input/tsc2005.c
729 F: include/hw/display/blizzard.h
730 F: include/hw/input/tsc2xxx.h
731 F: include/hw/misc/cbus.h
732 F: tests/acceptance/machine_arm_n8x0.py
733 F: docs/system/arm/nseries.rst
736 M: Andrzej Zaborowski <balrogg@gmail.com>
737 M: Peter Maydell <peter.maydell@linaro.org>
738 L: qemu-arm@nongnu.org
741 F: hw/input/tsc210x.c
742 F: include/hw/input/tsc2xxx.h
743 F: docs/system/arm/palm.rst
746 M: Peter Maydell <peter.maydell@linaro.org>
747 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
748 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
749 L: qemu-arm@nongnu.org
752 F: hw/arm/raspi_platform.h
754 F: include/hw/arm/raspi*
755 F: include/hw/*/bcm283*
758 M: Peter Maydell <peter.maydell@linaro.org>
759 L: qemu-arm@nongnu.org
762 F: hw/cpu/realview_mpcore.c
763 F: hw/intc/realview_gic.c
764 F: include/hw/intc/realview_gic.h
765 F: docs/system/arm/realview.rst
768 M: Andrzej Zaborowski <balrogg@gmail.com>
769 M: Peter Maydell <peter.maydell@linaro.org>
770 L: qemu-arm@nongnu.org
772 F: hw/arm/mainstone.c
777 F: hw/display/tc6393xb.c
780 F: hw/misc/mst_fpga.c
782 F: include/hw/arm/pxa.h
783 F: include/hw/arm/sharpsl.h
784 F: include/hw/display/tc6393xb.h
785 F: docs/system/arm/xscale.rst
788 M: Peter Maydell <peter.maydell@linaro.org>
789 R: Jean-Christophe Dubois <jcd@tribudubois.net>
790 L: qemu-arm@nongnu.org
792 F: hw/arm/sabrelite.c
796 F: hw/usb/imx-usb-phy.c
797 F: include/hw/usb/imx-usb-phy.h
798 F: include/hw/arm/fsl-imx6.h
799 F: include/hw/misc/imx6_*.h
800 F: include/hw/ssi/imx_spi.h
803 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
804 M: Peter Maydell <peter.maydell@linaro.org>
805 R: Leif Lindholm <leif@nuviainc.com>
806 L: qemu-arm@nongnu.org
810 Sharp SL-5500 (Collie) PDA
811 M: Peter Maydell <peter.maydell@linaro.org>
812 L: qemu-arm@nongnu.org
818 M: Peter Maydell <peter.maydell@linaro.org>
819 L: qemu-arm@nongnu.org
822 F: include/hw/input/gamepad.h
823 F: docs/system/arm/stellaris.rst
826 M: Peter Maydell <peter.maydell@linaro.org>
827 L: qemu-arm@nongnu.org
832 M: Peter Maydell <peter.maydell@linaro.org>
833 L: qemu-arm@nongnu.org
836 F: hw/misc/arm_sysctl.c
837 F: docs/system/arm/versatile.rst
840 M: Peter Maydell <peter.maydell@linaro.org>
841 L: qemu-arm@nongnu.org
844 F: include/hw/arm/virt.h
847 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
848 M: Alistair Francis <alistair@alistair23.me>
849 M: Peter Maydell <peter.maydell@linaro.org>
850 L: qemu-arm@nongnu.org
855 F: include/hw/misc/zynq*
859 M: Alistair Francis <alistair@alistair23.me>
860 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
861 M: Peter Maydell <peter.maydell@linaro.org>
862 L: qemu-arm@nongnu.org
865 F: include/hw/*/xlnx*.h
866 F: include/hw/ssi/xilinx_spips.h
868 F: include/hw/display/dpcd.h
871 M: Shannon Zhao <shannon.zhaosl@gmail.com>
872 L: qemu-arm@nongnu.org
874 F: hw/arm/virt-acpi-build.c
877 M: Alistair Francis <alistair@alistair23.me>
878 M: Peter Maydell <peter.maydell@linaro.org>
879 L: qemu-arm@nongnu.org
881 F: hw/arm/stm32f205_soc.c
882 F: hw/misc/stm32f2xx_syscfg.c
883 F: hw/char/stm32f2xx_usart.c
884 F: hw/timer/stm32f2xx_timer.c
886 F: hw/ssi/stm32f2xx_spi.c
887 F: include/hw/*/stm32*.h
890 M: Alistair Francis <alistair@alistair23.me>
891 M: Peter Maydell <peter.maydell@linaro.org>
892 L: qemu-arm@nongnu.org
894 F: hw/arm/stm32f405_soc.c
895 F: hw/misc/stm32f4xx_syscfg.c
896 F: hw/misc/stm32f4xx_exti.c
899 M: Alistair Francis <alistair@alistair23.me>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
903 F: hw/arm/netduino2.c
906 M: Alistair Francis <alistair@alistair23.me>
907 M: Peter Maydell <peter.maydell@linaro.org>
908 L: qemu-arm@nongnu.org
910 F: hw/arm/netduinoplus2.c
913 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
914 M: Peter Maydell <peter.maydell@linaro.org>
915 L: qemu-arm@nongnu.org
918 F: hw/misc/msf2-sysreg.c
919 F: hw/timer/mss-timer.c
921 F: include/hw/arm/msf2-soc.h
922 F: include/hw/misc/msf2-sysreg.h
923 F: include/hw/timer/mss-timer.h
924 F: include/hw/ssi/mss-spi.h
925 F: hw/net/msf2-emac.c
926 F: include/hw/net/msf2-emac.h
929 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
930 M: Peter Maydell <peter.maydell@linaro.org>
931 L: qemu-arm@nongnu.org
936 M: Cédric Le Goater <clg@kaod.org>
937 M: Peter Maydell <peter.maydell@linaro.org>
938 R: Andrew Jeffery <andrew@aj.id.au>
939 R: Joel Stanley <joel@jms.id.au>
940 L: qemu-arm@nongnu.org
944 F: include/hw/*/*aspeed*
945 F: include/hw/misc/pca9552*.h
946 F: hw/net/ftgmac100.c
947 F: include/hw/net/ftgmac100.h
950 M: Joel Stanley <joel@jms.id.au>
951 M: Peter Maydell <peter.maydell@linaro.org>
952 L: qemu-arm@nongnu.org
956 F: include/hw/*/nrf51*.h
957 F: include/hw/*/microbit*.h
958 F: tests/qtest/microbit-test.c
963 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
965 F: hw/cris/axis_dev88.c
971 M: Richard Henderson <rth@twiddle.net>
972 R: Helge Deller <deller@gmx.de>
974 F: default-configs/hppa-softmmu.mak
976 F: pc-bios/hppa-firmware.img
980 EVR32 and uclinux BSP
981 R: Michael Walle <michael@walle.cc>
983 F: hw/lm32/lm32_boards.c
986 R: Michael Walle <michael@walle.cc>
988 F: hw/lm32/milkymist.c
993 M: Thomas Huth <huth@tuxfamily.org>
999 M: Thomas Huth <huth@tuxfamily.org>
1001 F: hw/m68k/mcf5208.c
1002 F: hw/m68k/mcf_intc.c
1003 F: hw/char/mcf_uart.c
1005 F: include/hw/m68k/mcf*.h
1008 M: Thomas Huth <huth@tuxfamily.org>
1011 F: hw/display/next-fb.c
1012 F: include/hw/m68k/next-cube.h
1015 M: Laurent Vivier <laurent@vivier.eu>
1018 F: hw/misc/mac_via.c
1020 F: hw/display/macfb.c
1022 F: hw/m68k/bootinfo.h
1023 F: include/hw/misc/mac_via.h
1024 F: include/hw/nubus/*
1025 F: include/hw/display/macfb.h
1026 F: include/hw/block/swim.h
1030 petalogix_s3adsp1800
1031 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1033 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1034 F: include/hw/char/xilinx_uartlite.h
1037 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1039 F: hw/microblaze/petalogix_ml605_mmu.c
1044 M: Hervé Poussineau <hpoussin@reactos.org>
1045 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1047 F: hw/mips/mips_jazz.c
1048 F: hw/display/jazz_led.c
1052 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1053 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1054 R: Aurelien Jarno <aurelien@aurel32.net>
1058 F: hw/mips/mips_malta.c
1059 F: hw/mips/gt64xxx_pci.c
1060 F: include/hw/southbridge/piix.h
1061 F: tests/acceptance/linux_ssh_mips_malta.py
1062 F: tests/acceptance/machine_mips_malta.py
1065 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1066 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1068 F: hw/mips/mips_mipssim.c
1072 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1073 R: Aurelien Jarno <aurelien@aurel32.net>
1074 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1076 F: hw/mips/mips_r4k.c
1079 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1080 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1082 F: hw/mips/mips_fulong2e.c
1083 F: hw/isa/vt82c686.c
1084 F: hw/pci-host/bonito.c
1085 F: include/hw/isa/vt82c686.h
1088 M: Paul Burton <pburton@wavecomp.com>
1089 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1091 F: hw/core/loader-fit.c
1093 F: hw/pci-host/xilinx-pcie.c
1094 F: include/hw/pci-host/xilinx-pcie.h
1099 M: Jia Liu <proljc@gmail.com>
1101 F: hw/openrisc/openrisc_sim.c
1106 M: David Gibson <david@gibson.dropbear.id.au>
1107 L: qemu-ppc@nongnu.org
1109 F: hw/ppc/ppc405_boards.c
1112 M: David Gibson <david@gibson.dropbear.id.au>
1113 L: qemu-ppc@nongnu.org
1115 F: hw/ppc/ppc440_bamboo.c
1118 M: David Gibson <david@gibson.dropbear.id.au>
1119 L: qemu-ppc@nongnu.org
1122 F: hw/gpio/mpc8xxx.c
1124 F: hw/net/fsl_etsec/
1125 F: hw/pci-host/ppce500.c
1126 F: include/hw/ppc/ppc_e500.h
1127 F: include/hw/pci-host/ppce500.h
1128 F: pc-bios/u-boot.e500
1131 M: David Gibson <david@gibson.dropbear.id.au>
1132 L: qemu-ppc@nongnu.org
1134 F: hw/ppc/mpc8544ds.c
1135 F: hw/ppc/mpc8544_guts.c
1138 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1139 R: David Gibson <david@gibson.dropbear.id.au>
1140 L: qemu-ppc@nongnu.org
1142 F: hw/ppc/mac_newworld.c
1143 F: hw/pci-host/uninorth.c
1144 F: hw/pci-bridge/dec.[hc]
1146 F: hw/misc/mos6522.c
1147 F: hw/nvram/mac_nvram.c
1149 F: include/hw/misc/macio/
1150 F: include/hw/misc/mos6522.h
1151 F: include/hw/ppc/mac_dbdma.h
1152 F: include/hw/pci-host/uninorth.h
1153 F: include/hw/input/adb*
1154 F: pc-bios/qemu_vga.ndrv
1157 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1158 R: David Gibson <david@gibson.dropbear.id.au>
1159 L: qemu-ppc@nongnu.org
1161 F: hw/ppc/mac_oldworld.c
1162 F: hw/pci-host/grackle.c
1164 F: hw/intc/heathrow_pic.c
1166 F: include/hw/intc/heathrow_pic.h
1167 F: include/hw/input/adb*
1168 F: pc-bios/qemu_vga.ndrv
1171 M: Hervé Poussineau <hpoussin@reactos.org>
1172 L: qemu-ppc@nongnu.org
1175 F: hw/ppc/prep_systemio.c
1176 F: hw/ppc/rs6000_mc.c
1177 F: hw/pci-host/prep.[hc]
1181 F: hw/rtc/m48t59-isa.c
1182 F: include/hw/isa/pc87312.h
1183 F: include/hw/rtc/m48t59.h
1184 F: tests/acceptance/ppc_prep_40p.py
1187 M: David Gibson <david@gibson.dropbear.id.au>
1188 L: qemu-ppc@nongnu.org
1191 F: include/hw/*/spapr*
1193 F: include/hw/*/xics*
1195 F: docs/specs/ppc-spapr-hcalls.txt
1196 F: docs/specs/ppc-spapr-hotplug.txt
1197 F: tests/qtest/spapr*
1198 F: tests/qtest/libqos/*spapr*
1199 F: tests/qtest/rtas*
1200 F: tests/qtest/libqos/rtas*
1202 PowerNV (Non-Virtualized)
1203 M: Cédric Le Goater <clg@kaod.org>
1204 M: David Gibson <david@gibson.dropbear.id.au>
1205 L: qemu-ppc@nongnu.org
1209 F: hw/intc/xics_pnv.c
1210 F: include/hw/ppc/pnv*
1211 F: pc-bios/skiboot.lid
1215 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1216 L: qemu-ppc@nongnu.org
1218 F: hw/ppc/virtex_ml507.c
1221 M: BALATON Zoltan <balaton@eik.bme.hu>
1222 L: qemu-ppc@nongnu.org
1224 F: hw/ppc/sam460ex.c
1225 F: hw/ppc/ppc440_pcix.c
1226 F: hw/display/sm501*
1229 F: pc-bios/canyonlands.dt[sb]
1230 F: pc-bios/u-boot-sam460ex-20100605.bin
1231 F: roms/u-boot-sam460ex
1236 M: Magnus Damm <magnus.damm@gmail.com>
1239 F: hw/intc/sh_intc.c
1240 F: hw/timer/sh_timer.c
1243 M: Magnus Damm <magnus.damm@gmail.com>
1250 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1253 F: hw/sparc/sun4m_iommu.c
1256 F: hw/dma/sparc32_dma.c
1257 F: hw/misc/eccmemctl.c
1259 F: include/hw/nvram/sun_nvram.h
1260 F: include/hw/sparc/sparc32_dma.h
1261 F: include/hw/sparc/sun4m_iommu.h
1262 F: pc-bios/openbios-sparc32
1265 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1267 F: hw/sparc64/sun4u.c
1268 F: hw/sparc64/sun4u_iommu.c
1269 F: include/hw/sparc/sun4u_iommu.h
1270 F: hw/pci-host/sabre.c
1271 F: include/hw/pci-host/sabre.h
1272 F: hw/pci-bridge/simba.c
1273 F: include/hw/pci-bridge/simba.h
1274 F: pc-bios/openbios-sparc64
1277 M: Artyom Tarasenko <atar4qemu@gmail.com>
1279 F: hw/sparc64/niagara.c
1280 F: hw/rtc/sun4v-rtc.c
1281 F: include/hw/rtc/sun4v-rtc.h
1284 M: Fabien Chouteau <chouteau@adacore.com>
1285 M: KONRAD Frederic <frederic.konrad@adacore.com>
1289 F: include/hw/*/grlib*
1290 F: tests/acceptance/machine_sparc_leon3.py
1295 M: Cornelia Huck <cohuck@redhat.com>
1296 M: Halil Pasic <pasic@linux.ibm.com>
1297 M: Christian Borntraeger <borntraeger@de.ibm.com>
1299 F: hw/char/sclp*.[hc]
1300 F: hw/char/terminal3270.c
1302 F: include/hw/s390x/
1303 F: hw/watchdog/wdt_diag288.c
1304 F: include/hw/watchdog/wdt_diag288.h
1305 F: default-configs/s390x-softmmu.mak
1306 T: git https://github.com/cohuck/qemu.git s390-next
1307 T: git https://github.com/borntraeger/qemu.git s390-next
1308 L: qemu-s390x@nongnu.org
1311 M: Christian Borntraeger <borntraeger@de.ibm.com>
1312 M: Thomas Huth <thuth@redhat.com>
1315 F: pc-bios/s390-ccw/
1316 F: pc-bios/s390-ccw.img
1317 F: docs/devel/s390-dasd-ipl.rst
1318 T: git https://github.com/borntraeger/qemu.git s390-next
1319 L: qemu-s390x@nongnu.org
1322 M: Matthew Rosato <mjrosato@linux.ibm.com>
1324 F: hw/s390x/s390-pci*
1325 L: qemu-s390x@nongnu.org
1329 PKUnity-3 SoC initramfs-with-busybox
1330 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1338 M: Michael S. Tsirkin <mst@redhat.com>
1339 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1343 F: hw/pci-host/i440fx.c
1344 F: hw/pci-host/q35.c
1345 F: hw/pci-host/pam.c
1346 F: include/hw/pci-host/i440fx.h
1347 F: include/hw/pci-host/q35.h
1348 F: include/hw/pci-host/pam.h
1350 F: hw/isa/lpc_ich9.c
1351 F: hw/i2c/smbus_ich9.c
1354 F: include/hw/acpi/ich9.h
1355 F: include/hw/southbridge/piix.h
1358 F: include/hw/isa/apm.h
1359 F: tests/test-x86-cpuid.c
1360 F: tests/qtest/test-x86-cpuid-compat.c
1363 M: Michael S. Tsirkin <mst@redhat.com>
1364 M: Paolo Bonzini <pbonzini@redhat.com>
1366 F: hw/char/debugcon.c
1367 F: hw/char/parallel*
1370 F: hw/i2c/pm_smbus.c
1375 F: hw/isa/isa-superio.c
1376 F: hw/misc/debugexit.c
1377 F: hw/misc/pc-testdev.c
1380 F: hw/rtc/mc146818rtc*
1381 F: hw/watchdog/wdt_ib700.c
1382 F: hw/watchdog/wdt_i6300esb.c
1383 F: include/hw/display/vga.h
1384 F: include/hw/char/parallel.h
1385 F: include/hw/dma/i8257.h
1386 F: include/hw/i2c/pm_smbus.h
1387 F: include/hw/input/i8042.h
1388 F: include/hw/isa/i8259_internal.h
1389 F: include/hw/isa/superio.h
1390 F: include/hw/timer/hpet.h
1391 F: include/hw/timer/i8254*
1392 F: include/hw/rtc/mc146818rtc*
1395 M: Sergio Lopez <slp@redhat.com>
1396 M: Paolo Bonzini <pbonzini@redhat.com>
1399 F: hw/i386/microvm.c
1400 F: include/hw/i386/microvm.h
1401 F: pc-bios/bios-microvm.bin
1404 M: Eduardo Habkost <ehabkost@redhat.com>
1405 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1408 F: hw/core/machine-qmp-cmds.c
1409 F: hw/core/machine.c
1410 F: hw/core/null-machine.c
1413 F: qapi/machine.json
1414 F: qapi/machine-target.json
1415 F: include/hw/boards.h
1416 F: include/hw/core/cpu.h
1417 F: include/hw/cpu/cluster.h
1418 F: include/sysemu/numa.h
1419 T: git https://github.com/ehabkost/qemu.git machine-next
1424 M: Max Filippov <jcmvbkbc@gmail.com>
1429 M: Max Filippov <jcmvbkbc@gmail.com>
1433 XTFPGA (LX60, LX200, ML605, KC705)
1434 M: Max Filippov <jcmvbkbc@gmail.com>
1436 F: hw/xtensa/xtfpga.c
1437 F: hw/net/opencores_eth.c
1442 M: Jiri Slaby <jslaby@suse.cz>
1447 M: John Snow <jsnow@redhat.com>
1448 L: qemu-block@nongnu.org
1455 F: hw/block/hd-geometry.c
1456 F: tests/qtest/ide-test.c
1457 F: tests/qtest/ahci-test.c
1458 F: tests/qtest/cdrom-test.c
1459 F: tests/qtest/libqos/ahci*
1460 T: git https://github.com/jnsnow/qemu.git ide
1463 M: Corey Minyard <minyard@acm.org>
1465 F: include/hw/ipmi/*
1467 F: hw/smbios/smbios_type_38.c
1468 F: tests/qtest/ipmi*
1469 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1472 M: John Snow <jsnow@redhat.com>
1473 L: qemu-block@nongnu.org
1476 F: include/hw/block/fdc.h
1477 F: tests/qtest/fdc-test.c
1478 T: git https://github.com/jnsnow/qemu.git ide
1481 M: Peter Maydell <peter.maydell@linaro.org>
1482 L: qemu-arm@nongnu.org
1485 F: include/hw/arm/omap.h
1488 M: Alberto Garcia <berto@igalia.com>
1490 F: hw/char/ipoctal232.c
1494 M: Michael S. Tsirkin <mst@redhat.com>
1495 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1498 F: hw/misc/pci-testdev.c
1503 F: default-configs/pci.mak
1506 M: Michael S. Tsirkin <mst@redhat.com>
1507 M: Igor Mammedov <imammedo@redhat.com>
1509 F: include/hw/acpi/*
1510 F: include/hw/firmware/smbios.h
1514 F: hw/i386/acpi-build.[hc]
1515 F: hw/arm/virt-acpi-build.c
1516 F: tests/qtest/bios-tables-test.c
1517 F: tests/qtest/acpi-utils.[hc]
1521 R: Dongjiu Geng <gengdongjiu@huawei.com>
1522 R: Xiang Zheng <zhengxiang9@huawei.com>
1523 L: qemu-arm@nongnu.org
1526 F: include/hw/acpi/ghes.h
1527 F: docs/specs/acpi_hest_ghes.rst
1530 M: David Gibson <david@gibson.dropbear.id.au>
1531 L: qemu-ppc@nongnu.org
1534 F: hw/i2c/ppc4xx_i2c.c
1535 F: include/hw/ppc/ppc4xx.h
1536 F: include/hw/i2c/ppc4xx_i2c.h
1539 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1540 R: Paolo Bonzini <pbonzini@redhat.com>
1545 M: Jason Wang <jasowang@redhat.com>
1549 F: tests/qtest/virtio-net-test.c
1550 F: docs/virtio-net-failover.rst
1551 T: git https://github.com/jasowang/qemu.git net
1553 Parallel NOR Flash devices
1554 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1555 T: git https://gitlab.com/philmd/qemu.git pflash-next
1557 F: hw/block/pflash_cfi*.c
1558 F: include/hw/block/flash.h
1561 M: Paolo Bonzini <pbonzini@redhat.com>
1562 R: Fam Zheng <fam@euphon.net>
1564 F: include/hw/scsi/*
1566 F: tests/qtest/virtio-scsi-test.c
1567 T: git https://github.com/bonzini/qemu.git scsi-next
1570 M: Alistair Francis <alistair@alistair23.me>
1573 F: hw/block/m25p80.c
1574 F: include/hw/ssi/ssi.h
1576 F: tests/qtest/m25p80-test.c
1579 M: Alistair Francis <alistair@alistair23.me>
1584 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1586 F: include/hw/sd/sd*
1593 M: Gerd Hoffmann <kraxel@redhat.com>
1596 F: tests/qtest/usb-*-test.c
1598 F: docs/usb-storage.txt
1601 F: default-configs/usb.mak
1603 USB (serial adapter)
1604 M: Gerd Hoffmann <kraxel@redhat.com>
1605 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1607 F: hw/usb/dev-serial.c
1610 M: Alex Williamson <alex.williamson@redhat.com>
1616 M: Cornelia Huck <cohuck@redhat.com>
1617 M: Eric Farman <farman@linux.ibm.com>
1620 F: hw/s390x/s390-ccw.c
1621 F: include/hw/s390x/s390-ccw.h
1622 F: include/hw/s390x/vfio-ccw.h
1623 T: git https://github.com/cohuck/qemu.git s390-next
1624 L: qemu-s390x@nongnu.org
1627 M: Christian Borntraeger <borntraeger@de.ibm.com>
1628 M: Tony Krowiak <akrowiak@linux.ibm.com>
1629 M: Halil Pasic <pasic@linux.ibm.com>
1630 M: Pierre Morel <pmorel@linux.ibm.com>
1632 F: hw/s390x/ap-device.c
1633 F: hw/s390x/ap-bridge.c
1634 F: include/hw/s390x/ap-device.h
1635 F: include/hw/s390x/ap-bridge.h
1637 F: docs/system/s390x/vfio-ap.rst
1638 L: qemu-s390x@nongnu.org
1641 M: Michael S. Tsirkin <mst@redhat.com>
1644 F: docs/interop/vhost-user.json
1645 F: docs/interop/vhost-user.rst
1646 F: contrib/vhost-user-*/
1647 F: backends/vhost-user.c
1648 F: include/sysemu/vhost-user-backend.h
1651 M: Michael S. Tsirkin <mst@redhat.com>
1654 F: hw/virtio/Makefile.objs
1655 F: hw/virtio/trace-events
1657 F: include/hw/virtio/
1660 M: Michael S. Tsirkin <mst@redhat.com>
1661 M: David Hildenbrand <david@redhat.com>
1663 F: hw/virtio/virtio-balloon*.c
1664 F: include/hw/virtio/virtio-balloon.h
1666 F: include/sysemu/balloon.h
1669 M: Greg Kurz <groug@kaod.org>
1670 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1675 F: docs/interop/virtfs-proxy-helper.rst
1676 F: tests/qtest/virtio-9p-test.c
1677 T: git https://github.com/gkurz/qemu.git 9p-next
1680 M: Stefan Hajnoczi <stefanha@redhat.com>
1681 L: qemu-block@nongnu.org
1683 F: hw/block/virtio-blk.c
1684 F: hw/block/dataplane/*
1685 F: tests/qtest/virtio-blk-test.c
1686 T: git https://github.com/stefanha/qemu.git block
1689 M: Cornelia Huck <cohuck@redhat.com>
1690 M: Halil Pasic <pasic@linux.ibm.com>
1692 F: hw/s390x/virtio-ccw*.[hc]
1693 F: hw/s390x/vhost-vsock-ccw.c
1694 T: git https://github.com/cohuck/qemu.git s390-next
1695 T: git https://github.com/borntraeger/qemu.git s390-next
1696 L: qemu-s390x@nongnu.org
1699 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1700 M: Stefan Hajnoczi <stefanha@redhat.com>
1702 F: tools/virtiofsd/*
1703 F: hw/virtio/vhost-user-fs*
1704 F: include/hw/virtio/vhost-user-fs.h
1705 F: docs/interop/virtiofsd.rst
1708 M: Gerd Hoffmann <kraxel@redhat.com>
1710 F: hw/input/vhost-user-input.c
1711 F: hw/input/virtio-input*.c
1712 F: include/hw/virtio/virtio-input.h
1713 F: contrib/vhost-user-input/*
1716 M: Eric Auger <eric.auger@redhat.com>
1718 F: hw/virtio/virtio-iommu*.c
1719 F: include/hw/virtio/virtio-iommu.h
1722 M: Laurent Vivier <lvivier@redhat.com>
1723 R: Amit Shah <amit@kernel.org>
1725 F: hw/char/virtio-serial-bus.c
1726 F: hw/char/virtio-console.c
1727 F: include/hw/virtio/virtio-serial.h
1728 F: tests/qtest/virtio-serial-test.c
1731 M: Laurent Vivier <lvivier@redhat.com>
1732 R: Amit Shah <amit@kernel.org>
1734 F: hw/virtio/virtio-rng.c
1735 F: include/hw/virtio/virtio-rng.h
1736 F: include/sysemu/rng*.h
1738 F: tests/qtest/virtio-rng-test.c
1741 M: Gonglei <arei.gonglei@huawei.com>
1743 F: hw/virtio/virtio-crypto.c
1744 F: hw/virtio/virtio-crypto-pci.c
1745 F: include/hw/virtio/virtio-crypto.h
1748 M: Keith Busch <kbusch@kernel.org>
1749 L: qemu-block@nongnu.org
1752 F: tests/qtest/nvme-test.c
1755 M: Hannes Reinecke <hare@suse.com>
1756 L: qemu-block@nongnu.org
1758 F: hw/scsi/megasas.c
1760 F: tests/qtest/megasas-test.c
1762 Network packet abstractions
1763 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1765 F: include/net/eth.h
1767 F: hw/net/net_rx_pkt*
1768 F: hw/net/net_tx_pkt*
1771 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1774 F: hw/scsi/vmw_pvscsi*
1775 F: tests/qtest/vmxnet3-test.c
1778 M: Jiri Pirko <jiri@resnulli.us>
1782 F: docs/specs/rocker.txt
1785 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1789 F: include/hw/mem/nvdimm.h
1793 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1798 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1803 M: Stefan Weil <sw@weilnetz.de>
1805 F: hw/net/eepro100.c
1808 M: Sven Schnelle <svens@stackframe.org>
1814 M: Alistair Francis <alistair@alistair23.me>
1816 F: hw/core/generic-loader.c
1817 F: include/hw/core/generic-loader.h
1818 F: docs/generic-loader.txt
1820 Intel Hexadecimal Object File Loader
1821 M: Su Hang <suhang16@mails.ucas.ac.cn>
1823 F: tests/qtest/hexloader-test.c
1824 F: tests/data/hex-loader/test.hex
1827 M: Thomas Huth <thuth@redhat.com>
1829 F: hw/nvram/chrp_nvram.c
1830 F: include/hw/nvram/chrp_nvram.h
1831 F: tests/qtest/prom-env-test.c
1834 M: Ben Warren <ben@skyportsystems.com>
1836 F: hw/acpi/vmgenid.c
1837 F: include/hw/acpi/vmgenid.h
1838 F: docs/specs/vmgenid.txt
1839 F: tests/qtest/vmgenid-test.c
1842 Unimplemented device
1843 M: Peter Maydell <peter.maydell@linaro.org>
1844 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1846 F: include/hw/misc/unimp.h
1850 M: Gerd Hoffmann <kraxel@redhat.com>
1853 F: hw/display/bochs-display.c
1854 F: include/hw/display/vga.h
1855 F: include/hw/display/bochs-vbe.h
1858 M: Gerd Hoffmann <kraxel@redhat.com>
1860 F: hw/display/ramfb*.c
1861 F: include/hw/display/ramfb.h
1864 M: Gerd Hoffmann <kraxel@redhat.com>
1866 F: hw/display/virtio-gpu*
1867 F: hw/display/virtio-vga.*
1868 F: include/hw/virtio/virtio-gpu.h
1871 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1873 F: contrib/vhost-user-blk/
1874 F: contrib/vhost-user-scsi/
1875 F: hw/block/vhost-user-blk.c
1876 F: hw/scsi/vhost-user-scsi.c
1877 F: hw/virtio/vhost-user-blk-pci.c
1878 F: hw/virtio/vhost-user-scsi-pci.c
1879 F: include/hw/virtio/vhost-user-blk.h
1880 F: include/hw/virtio/vhost-user-scsi.h
1883 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1884 M: Gerd Hoffmann <kraxel@redhat.com>
1886 F: docs/interop/vhost-user-gpu.rst
1887 F: contrib/vhost-user-gpu
1888 F: hw/display/vhost-user-*
1891 M: Gerd Hoffmann <kraxel@redhat.com>
1893 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1894 F: hw/display/cirrus*
1897 M: Gerd Hoffmann <kraxel@redhat.com>
1900 F: include/hw/display/edid.h
1903 PIIX4 South Bridge (i82371AB)
1904 M: Hervé Poussineau <hpoussin@reactos.org>
1905 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1908 F: include/hw/southbridge/piix.h
1910 Firmware configuration (fw_cfg)
1911 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1912 R: Laszlo Ersek <lersek@redhat.com>
1913 R: Gerd Hoffmann <kraxel@redhat.com>
1915 F: docs/specs/fw_cfg.txt
1916 F: hw/nvram/fw_cfg.c
1918 F: include/hw/nvram/fw_cfg.h
1919 F: include/standard-headers/linux/qemu_fw_cfg.h
1920 F: tests/qtest/libqos/fw_cfg.c
1921 F: tests/qtest/fw_cfg-test.c
1922 T: git https://github.com/philmd/qemu.git fw_cfg-next
1925 M: David Gibson <david@gibson.dropbear.id.au>
1926 M: Cédric Le Goater <clg@kaod.org>
1927 L: qemu-ppc@nongnu.org
1930 F: include/hw/*/*xive*
1936 M: Gerd Hoffmann <kraxel@redhat.com>
1940 F: include/hw/audio/
1941 F: tests/qtest/ac97-test.c
1942 F: tests/qtest/es1370-test.c
1943 F: tests/qtest/intel-hda-test.c
1946 M: Kevin Wolf <kwolf@redhat.com>
1947 M: Max Reitz <mreitz@redhat.com>
1948 L: qemu-block@nongnu.org
1955 F: docs/interop/qemu-img.rst
1957 F: tests/qemu-iotests/
1958 F: util/qemu-progress.c
1959 F: qobject/block-qdict.c
1960 F: tests/check-block-qdict.c
1961 T: git https://repo.or.cz/qemu/kevin.git block
1964 M: Stefan Hajnoczi <stefanha@redhat.com>
1965 M: Fam Zheng <fam@euphon.net>
1966 L: qemu-block@nongnu.org
1974 F: include/block/aio.h
1975 F: include/block/aio-wait.h
1976 F: scripts/qemugdb/aio.py
1977 T: git https://github.com/stefanha/qemu.git block
1979 Block SCSI subsystem
1980 M: Paolo Bonzini <pbonzini@redhat.com>
1981 R: Fam Zheng <fam@euphon.net>
1982 L: qemu-block@nongnu.org
1988 M: John Snow <jsnow@redhat.com>
1989 L: qemu-block@nongnu.org
1992 F: include/block/blockjob.h
1995 F: include/qemu/job.h
2001 T: git https://github.com/jnsnow/qemu.git jobs
2003 Block QAPI, monitor, command line
2004 M: Markus Armbruster <armbru@redhat.com>
2007 F: blockdev-hmp-cmds.c
2010 F: qapi/transaction.json
2011 T: git https://repo.or.cz/qemu/armbru.git block-next
2014 M: Eric Blake <eblake@redhat.com>
2015 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2016 R: John Snow <jsnow@redhat.com>
2017 L: qemu-block@nongnu.org
2019 F: include/qemu/hbitmap.h
2020 F: include/block/dirty-bitmap.h
2021 F: block/dirty-bitmap.c
2022 F: block/qcow2-bitmap.c
2023 F: migration/block-dirty-bitmap.c
2025 F: tests/test-hbitmap.c
2026 F: docs/interop/bitmaps.rst
2027 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2029 Character device backends
2030 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2031 R: Paolo Bonzini <pbonzini@redhat.com>
2037 Character Devices (Braille)
2038 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2042 Command line option argument parsing
2043 M: Markus Armbruster <armbru@redhat.com>
2045 F: include/qemu/option.h
2046 F: tests/test-keyval.c
2047 F: tests/test-qemu-opts.c
2049 F: util/qemu-option.c
2052 M: Markus Armbruster <armbru@redhat.com>
2054 F: scripts/coverity-model.c
2056 Coverity Scan integration
2057 M: Peter Maydell <peter.maydell@linaro.org>
2059 F: scripts/coverity-scan/
2062 M: Alistair Francis <alistair.francis@wdc.com>
2063 R: David Gibson <david@gibson.dropbear.id.au>
2066 F: include/sysemu/device_tree.h
2070 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2072 F: hw/misc/vmcoreinfo.c
2073 F: include/hw/misc/vmcoreinfo.h
2074 F: include/qemu/win_dump_defs
2075 F: include/sysemu/dump-arch.h
2076 F: include/sysemu/dump.h
2078 F: scripts/dump-guest-memory.py
2082 M: Markus Armbruster <armbru@redhat.com>
2084 F: include/qapi/error.h
2085 F: include/qemu/error-report.h
2088 F: util/qemu-error.c
2089 F: scripts/coccinelle/err-bad-newline.cocci
2090 F: scripts/coccinelle/error-use-after-free.cocci
2091 F: scripts/coccinelle/error_propagate_null.cocci
2092 F: scripts/coccinelle/remove_local_err.cocci
2093 F: scripts/coccinelle/use-error_fatal.cocci
2096 M: Alex Bennée <alex.bennee@linaro.org>
2097 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2103 M: Paolo Bonzini <pbonzini@redhat.com>
2105 F: include/exec/ioport.h
2107 F: include/exec/memop.h
2108 F: include/exec/memory.h
2109 F: include/exec/ram_addr.h
2110 F: include/exec/ramblock.h
2112 F: include/exec/memory-internal.h
2114 F: scripts/coccinelle/memory-region-housekeeping.cocci
2117 M: Gerd Hoffmann <kraxel@redhat.com>
2119 F: include/ui/qemu-spice.h
2120 F: include/ui/spice-display.h
2122 F: audio/spiceaudio.c
2125 F: docs/spice-port-fqdn.txt
2128 M: Gerd Hoffmann <kraxel@redhat.com>
2136 M: Peter Maydell <peter.maydell@linaro.org>
2141 M: Paolo Bonzini <pbonzini@redhat.com>
2144 F: include/qemu/main-loop.h
2145 F: include/sysemu/runstate.h
2147 F: util/qemu-timer.c
2150 F: qapi/run-state.json
2153 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2155 F: monitor/monitor-internal.h
2157 F: monitor/monitor.c
2161 F: include/monitor/hmp-target.h
2162 F: tests/qtest/test-hmp.c
2163 F: include/qemu/qemu-print.h
2164 F: util/qemu-print.c
2166 Network device backends
2167 M: Jason Wang <jasowang@redhat.com>
2171 F: qemu-bridge-helper.c
2172 T: git https://github.com/jasowang/qemu.git net
2175 Netmap network backend
2176 M: Luigi Rizzo <rizzo@iet.unipi.it>
2177 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2178 M: Vincenzo Maffione <v.maffione@gmail.com>
2179 W: http://info.iet.unipi.it/~luigi/netmap/
2183 Host Memory Backends
2184 M: Eduardo Habkost <ehabkost@redhat.com>
2185 M: Igor Mammedov <imammedo@redhat.com>
2187 F: backends/hostmem*.c
2188 F: include/sysemu/hostmem.h
2189 T: git https://github.com/ehabkost/qemu.git machine-next
2192 M: Gonglei <arei.gonglei@huawei.com>
2194 F: include/sysemu/cryptodev*.h
2195 F: backends/cryptodev*.c
2198 M: Eduardo Habkost <ehabkost@redhat.com>
2199 M: Cleber Rosa <crosa@redhat.com>
2206 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2208 F: scripts/simplebench/
2211 M: Markus Armbruster <armbru@redhat.com>
2212 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2217 X: include/qapi/qmp/
2218 F: include/qapi/qmp/dispatch.h
2219 F: tests/qapi-schema/
2220 F: tests/test-*-visitor.c
2221 F: tests/test-qapi-*.c
2222 F: tests/test-qmp-*.c
2223 F: tests/test-visitor-serialization.c
2224 F: scripts/qapi-gen.py
2227 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2230 M: Eric Blake <eblake@redhat.com>
2231 M: Markus Armbruster <armbru@redhat.com>
2234 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2237 M: Markus Armbruster <armbru@redhat.com>
2240 F: include/qapi/qmp/
2241 X: include/qapi/qmp/dispatch.h
2242 F: scripts/coccinelle/qobject.cocci
2243 F: tests/check-qdict.c
2244 F: tests/check-qjson.c
2245 F: tests/check-qlist.c
2246 F: tests/check-qlit.c
2247 F: tests/check-qnull.c
2248 F: tests/check-qnum.c
2249 F: tests/check-qobject.c
2250 F: tests/check-qstring.c
2251 F: tests/data/qobject/qdict.txt
2252 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2255 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2258 F: docs/interop/qemu-ga.rst
2259 F: scripts/qemu-guest-agent/
2261 F: docs/interop/qemu-ga-ref.texi
2262 T: git https://github.com/mdroth/qemu.git qga
2265 M: Paolo Bonzini <pbonzini@redhat.com>
2266 R: Daniel P. Berrange <berrange@redhat.com>
2267 R: Eduardo Habkost <ehabkost@redhat.com>
2269 F: docs/qdev-device-use.txt
2272 F: include/monitor/qdev.h
2278 F: tests/check-qom-interface.c
2279 F: tests/check-qom-proplist.c
2280 F: tests/test-qdev-global-props.c
2283 M: Markus Armbruster <armbru@redhat.com>
2285 F: monitor/monitor-internal.h
2288 F: monitor/monitor.c
2290 F: docs/devel/*qmp-*
2291 F: docs/interop/*qmp-*
2293 F: tests/qtest/qmp-test.c
2294 F: tests/qtest/qmp-cmd-test.c
2295 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2298 M: Thomas Huth <thuth@redhat.com>
2299 M: Laurent Vivier <lvivier@redhat.com>
2300 R: Paolo Bonzini <pbonzini@redhat.com>
2307 M: Alexander Bulekov <alxndr@bu.edu>
2308 R: Paolo Bonzini <pbonzini@redhat.com>
2309 R: Bandan Das <bsd@redhat.com>
2310 R: Stefan Hajnoczi <stefanha@redhat.com>
2312 F: tests/qtest/fuzz/
2315 M: Alistair Francis <alistair@alistair23.me>
2317 F: hw/core/register.c
2318 F: include/hw/register.h
2319 F: include/hw/registerfields.h
2322 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2326 F: include/net/slirp.h
2327 T: git https://people.debian.org/~sthibault/qemu.git slirp
2330 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2333 F: include/hw/stream.h
2336 M: Paolo Bonzini <pbonzini@redhat.com>
2341 M: Stefan Hajnoczi <stefanha@redhat.com>
2345 F: docs/qemu-option-trace.rst.inc
2346 F: scripts/tracetool.py
2347 F: scripts/tracetool/
2348 F: scripts/qemu-trace-stap*
2349 F: docs/interop/qemu-trace-stap.rst
2350 F: docs/devel/tracing.txt
2351 T: git https://github.com/stefanha/qemu.git tracing
2354 M: Stefan Berger <stefanb@linux.ibm.com>
2359 F: include/hw/acpi/tpm.h
2360 F: include/sysemu/tpm*
2363 F: tests/qtest/*tpm*
2364 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2368 F: scripts/checkpatch.pl
2371 M: Juan Quintela <quintela@redhat.com>
2372 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2374 F: hw/core/vmstate-if.c
2375 F: include/hw/vmstate-if.h
2376 F: include/migration/
2378 F: scripts/vmstate-static-checker.py
2379 F: tests/vmstate-static-checker-data/
2380 F: tests/qtest/migration-test.c
2381 F: docs/devel/migration.rst
2382 F: qapi/migration.json
2385 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2387 F: backends/dbus-vmstate.c
2388 F: tests/dbus-vmstate*
2390 F: include/qemu/dbus.h
2391 F: docs/interop/dbus.rst
2392 F: docs/interop/dbus-vmstate.rst
2395 M: Eduardo Otubo <otubo@redhat.com>
2398 F: include/sysemu/seccomp.h
2401 M: Daniel P. Berrange <berrange@redhat.com>
2405 F: tests/test-crypto-*
2406 F: tests/benchmark-crypto-*
2407 F: tests/crypto-tls-*
2408 F: tests/pkix_asn1_tab.c
2412 M: Stefan Hajnoczi <stefanha@redhat.com>
2413 M: Kevin Wolf <kwolf@redhat.com>
2416 F: include/qemu/coroutine*
2417 F: tests/test-coroutine.c
2420 M: Daniel P. Berrange <berrange@redhat.com>
2423 F: include/qemu/buffer.h
2426 M: Daniel P. Berrange <berrange@redhat.com>
2433 M: Daniel P. Berrange <berrange@redhat.com>
2438 F: tests/test-authz-*
2441 M: Daniel P. Berrange <berrange@redhat.com>
2442 M: Gerd Hoffmann <kraxel@redhat.com>
2444 F: include/qemu/sockets.h
2445 F: util/qemu-sockets.c
2446 F: qapi/sockets.json
2449 M: Daniel P. Berrange <berrange@redhat.com>
2451 F: util/filemonitor*.c
2452 F: include/qemu/filemonitor.h
2453 F: tests/test-util-filemonitor.c
2455 Throttling infrastructure
2456 M: Alberto Garcia <berto@igalia.com>
2458 F: block/throttle-groups.c
2459 F: include/block/throttle-groups.h
2460 F: include/qemu/throttle*.h
2462 F: docs/throttle.txt
2463 F: tests/test-throttle.c
2464 L: qemu-block@nongnu.org
2467 M: Fam Zheng <fam@euphon.net>
2470 F: include/qemu/uuid.h
2471 F: tests/test-uuid.c
2474 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2477 F: include/migration/colo.h
2478 F: include/migration/failover.h
2482 M: Zhang Chen <chen.zhang@intel.com>
2483 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2485 F: docs/colo-proxy.txt
2487 F: net/filter-rewriter.c
2488 F: net/filter-mirror.c
2491 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2492 R: Paolo Bonzini <pbonzini@redhat.com>
2493 W: https://wiki.qemu.org/Features/record-replay
2496 F: block/blkreplay.c
2497 F: net/filter-replay.c
2498 F: include/sysemu/replay.h
2503 M: Peter Xu <peterx@redhat.com>
2505 F: include/qemu/iova-tree.h
2509 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2514 M: Corey Minyard <cminyard@mvista.com>
2517 F: hw/i2c/smbus_slave.c
2518 F: hw/i2c/smbus_master.c
2519 F: hw/i2c/smbus_eeprom.c
2520 F: include/hw/i2c/i2c.h
2521 F: include/hw/i2c/smbus_master.h
2522 F: include/hw/i2c/smbus_slave.h
2523 F: include/hw/i2c/smbus_eeprom.h
2526 M: Laszlo Ersek <lersek@redhat.com>
2527 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2529 F: pc-bios/descriptors/??-edk2-*.json
2531 F: roms/Makefile.edk2
2534 F: tests/data/uefi-boot-images/
2535 F: tests/uefi-test-tools/
2536 F: .gitlab-ci-edk2.yml
2537 F: .gitlab-ci.d/edk2/
2541 Overall usermode emulation
2542 M: Riku Voipio <riku.voipio@iki.fi>
2545 F: accel/tcg/user-exec*.c
2550 F: default-configs/*-bsd-user.mak
2553 M: Riku Voipio <riku.voipio@iki.fi>
2554 R: Laurent Vivier <laurent@vivier.eu>
2557 F: default-configs/*-linux-user.mak
2558 F: scripts/qemu-binfmt-conf.sh
2559 F: scripts/update-syscalltbl.sh
2560 F: scripts/update-mips-syscall-args.sh
2561 F: scripts/gensyscalls.sh
2563 Tiny Code Generator (TCG)
2564 -------------------------
2566 M: Richard Henderson <rth@twiddle.net>
2572 M: Alex Bennée <alex.bennee@linaro.org>
2574 F: docs/devel/tcg-plugins.rst
2579 M: Richard Henderson <richard.henderson@linaro.org>
2581 L: qemu-arm@nongnu.org
2587 M: Andrzej Zaborowski <balrogg@gmail.com>
2589 L: qemu-arm@nongnu.org
2594 M: Richard Henderson <rth@twiddle.net>
2600 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2601 R: Aurelien Jarno <aurelien@aurel32.net>
2602 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2607 M: Richard Henderson <rth@twiddle.net>
2613 M: Palmer Dabbelt <palmer@dabbelt.com>
2614 M: Alistair Francis <Alistair.Francis@wdc.com>
2615 L: qemu-riscv@nongnu.org
2621 M: Richard Henderson <rth@twiddle.net>
2625 L: qemu-s390x@nongnu.org
2633 M: Stefan Weil <sw@weilnetz.de>
2642 M: Fam Zheng <fam@euphon.net>
2643 L: qemu-block@nongnu.org
2648 M: Jason Dillaman <dillaman@redhat.com>
2649 L: qemu-block@nongnu.org
2654 M: Liu Yuan <namei.unix@gmail.com>
2655 L: qemu-block@nongnu.org
2656 L: sheepdog@lists.wpkg.org
2661 M: Jeff Cody <codyprime@gmail.com>
2662 L: qemu-block@nongnu.org
2667 M: Stefan Weil <sw@weilnetz.de>
2668 L: qemu-block@nongnu.org
2673 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2674 M: Paolo Bonzini <pbonzini@redhat.com>
2675 M: Peter Lieven <pl@kamp.de>
2676 L: qemu-block@nongnu.org
2679 F: block/iscsi-opts.c
2681 Network Block Device (NBD)
2682 M: Eric Blake <eblake@redhat.com>
2683 L: qemu-block@nongnu.org
2687 F: include/block/nbd*
2690 F: docs/interop/nbd.txt
2691 F: docs/interop/qemu-nbd.rst
2692 T: git https://repo.or.cz/qemu/ericb.git nbd
2695 M: Peter Lieven <pl@kamp.de>
2696 L: qemu-block@nongnu.org
2701 M: Richard W.M. Jones <rjones@redhat.com>
2702 L: qemu-block@nongnu.org
2707 L: qemu-block@nongnu.org
2712 L: qemu-block@nongnu.org
2713 L: integration@gluster.org
2718 M: Fam Zheng <fam@euphon.net>
2719 L: qemu-block@nongnu.org
2724 M: Fam Zheng <fam@euphon.net>
2725 L: qemu-block@nongnu.org
2730 M: Gonglei <arei.gonglei@huawei.com>
2735 M: Alberto Garcia <berto@igalia.com>
2738 L: qemu-block@nongnu.org
2741 M: Ari Sundholm <ari@tuxera.com>
2742 L: qemu-block@nongnu.org
2744 F: block/blklogwrites.c
2747 M: Stefan Hajnoczi <stefanha@redhat.com>
2748 L: qemu-block@nongnu.org
2750 F: block/blkverify.c
2753 M: Stefan Hajnoczi <stefanha@redhat.com>
2754 L: qemu-block@nongnu.org
2759 M: Stefan Hajnoczi <stefanha@redhat.com>
2760 L: qemu-block@nongnu.org
2765 M: Stefan Hajnoczi <stefanha@redhat.com>
2766 L: qemu-block@nongnu.org
2771 M: Stefan Hajnoczi <stefanha@redhat.com>
2772 M: Denis V. Lunev <den@openvz.org>
2773 L: qemu-block@nongnu.org
2775 F: block/parallels.c
2776 F: docs/interop/parallels.txt
2779 M: Stefan Hajnoczi <stefanha@redhat.com>
2780 L: qemu-block@nongnu.org
2785 M: Kevin Wolf <kwolf@redhat.com>
2786 L: qemu-block@nongnu.org
2788 F: block/linux-aio.c
2789 F: include/block/raw-aio.h
2790 F: block/raw-format.c
2791 F: block/file-posix.c
2792 F: block/file-win32.c
2793 F: block/win32-aio.c
2796 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2797 M: Julia Suvorova <jusual@redhat.com>
2798 M: Stefan Hajnoczi <stefanha@redhat.com>
2799 L: qemu-block@nongnu.org
2805 M: Kevin Wolf <kwolf@redhat.com>
2806 M: Max Reitz <mreitz@redhat.com>
2807 L: qemu-block@nongnu.org
2810 F: docs/interop/qcow2.txt
2813 M: Kevin Wolf <kwolf@redhat.com>
2814 L: qemu-block@nongnu.org
2819 M: Kevin Wolf <kwolf@redhat.com>
2820 M: Max Reitz <mreitz@redhat.com>
2821 L: qemu-block@nongnu.org
2826 M: Kevin Wolf <kwolf@redhat.com>
2827 L: qemu-block@nongnu.org
2832 M: Kevin Wolf <kwolf@redhat.com>
2833 L: qemu-block@nongnu.org
2838 M: Stefan Hajnoczi <stefanha@redhat.com>
2839 L: qemu-block@nongnu.org
2841 F: tests/image-fuzzer/
2844 M: Wen Congyang <wencongyang2@huawei.com>
2845 M: Xie Changlong <xiechanglong.d@gmail.com>
2848 F: block/replication.c
2849 F: tests/test-replication.c
2850 F: docs/block-replication.txt
2853 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2854 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2859 F: contrib/rdmacm-mux/*
2863 M: Alex Bennée <alex.bennee@linaro.org>
2866 F: include/hw/semihosting/
2868 Build and test automation
2869 -------------------------
2870 Build and test automation
2871 M: Alex Bennée <alex.bennee@linaro.org>
2872 M: Fam Zheng <fam@euphon.net>
2873 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2875 F: .github/lockdown.yml
2881 F: scripts/archive-source.sh
2882 W: https://travis-ci.org/qemu/qemu
2883 W: https://app.shippable.com/github/qemu/qemu
2884 W: http://patchew.org/QEMU/
2886 FreeBSD Hosted Continuous Integration
2887 M: Ed Maste <emaste@freebsd.org>
2888 M: Li-Wen Hsu <lwhsu@freebsd.org>
2891 W: https://cirrus-ci.com/github/qemu/qemu
2893 GitLab Continuous Integration
2894 M: Thomas Huth <thuth@redhat.com>
2898 Guest Test Compilation Support
2899 M: Alex Bennée <alex.bennee@linaro.org>
2900 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2902 F: tests/tcg/Makefile
2903 F: tests/tcg/Makefile.include
2907 Build system architecture
2908 M: Daniel P. Berrange <berrange@redhat.com>
2910 F: docs/devel/build-system.txt
2912 GIT Data Mining Config
2913 M: Alex Bennée <alex.bennee@linaro.org>
2918 Incompatible changes
2919 R: libvir-list@redhat.com
2920 F: docs/system/deprecated.rst
2925 M: Daniel P. Berrange <berrange@redhat.com>
2927 F: scripts/git-submodule.sh
2930 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2933 Sphinx documentation configuration and build machinery
2934 M: Peter Maydell <peter.maydell@linaro.org>