4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
63 L: qemu-devel@nongnu.org
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 M: Thomas Huth <thuth@redhat.com>
90 F: default-configs/s390x-softmmu.mak
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
99 F: hw/watchdog/wdt_diag288.c
101 F: include/hw/watchdog/wdt_diag288.h
103 F: pc-bios/s390-ccw.img
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://github.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 Guest CPU cores (TCG)
113 ---------------------
115 M: Richard Henderson <rth@twiddle.net>
116 R: Paolo Bonzini <pbonzini@redhat.com>
122 F: accel/stubs/tcg-stub.c
123 F: scripts/decodetree.py
124 F: docs/devel/decodetree.rst
125 F: include/exec/cpu*.h
126 F: include/exec/exec-all.h
127 F: include/exec/helper*.h
128 F: include/exec/tb-hash.h
129 F: include/sysemu/cpus.h
130 F: include/sysemu/tcg.h
133 M: Aurelien Jarno <aurelien@aurel32.net>
134 M: Peter Maydell <peter.maydell@linaro.org>
135 M: Alex Bennée <alex.bennee@linaro.org>
142 M: Richard Henderson <rth@twiddle.net>
149 M: Peter Maydell <peter.maydell@linaro.org>
150 L: qemu-arm@nongnu.org
154 F: tests/tcg/aarch64/
157 F: include/hw/cpu/a*mpcore.h
161 F: docs/system/target-arm.rst
164 M: Eric Auger <eric.auger@redhat.com>
165 L: qemu-arm@nongnu.org
168 F: include/hw/arm/smmu*
171 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
179 HPPA (PA-RISC) TCG CPUs
180 M: Richard Henderson <rth@twiddle.net>
186 F: include/hw/net/lasi_82596.h
189 R: Michael Walle <michael@walle.cc>
196 F: include/hw/display/milkymist_tmu2.h
197 F: include/hw/char/lm32_juart.h
202 M: Laurent Vivier <laurent@vivier.eu>
208 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
210 F: target/microblaze/
212 F: disas/microblaze.c
215 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
216 R: Aurelien Jarno <aurelien@aurel32.net>
217 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
220 F: default-configs/*mips*
222 F: docs/system/cpu-models-mips.rst.inc
223 F: hw/intc/mips_gic.c
226 F: hw/timer/mips_gictimer.c
227 F: include/hw/intc/mips_gic.h
229 F: include/hw/misc/mips_*
230 F: include/hw/timer/mips_gictimer.h
231 F: tests/acceptance/linux_ssh_mips_malta.py
232 F: tests/acceptance/machine_mips_malta.py
234 K: ^Subject:.*(?i)mips
237 M: Anthony Green <green@moxielogic.com>
242 F: default-configs/moxie-softmmu.mak
245 M: Chris Wulff <crwulff@gmail.com>
246 M: Marek Vasut <marex@denx.de>
250 F: hw/intc/nios2_iic.c
252 F: default-configs/nios2-softmmu.mak
255 M: Stafford Horne <shorne@gmail.com>
259 F: tests/tcg/openrisc/
262 M: David Gibson <david@gibson.dropbear.id.au>
263 L: qemu-ppc@nongnu.org
271 M: Palmer Dabbelt <palmer@dabbelt.com>
272 M: Alistair Francis <Alistair.Francis@wdc.com>
273 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
274 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
275 L: qemu-riscv@nongnu.org
280 F: linux-user/host/riscv32/
281 F: linux-user/host/riscv64/
284 M: Yoshinori Sato <ysato@users.sourceforge.jp>
289 M: Richard Henderson <rth@twiddle.net>
290 M: David Hildenbrand <david@redhat.com>
296 L: qemu-s390x@nongnu.org
299 M: Aurelien Jarno <aurelien@aurel32.net>
307 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
308 M: Artyom Tarasenko <atar4qemu@gmail.com>
313 F: include/hw/sparc/sparc64.h
317 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
321 F: include/hw/unicore32/
324 M: Paolo Bonzini <pbonzini@redhat.com>
325 M: Richard Henderson <rth@twiddle.net>
326 M: Eduardo Habkost <ehabkost@redhat.com>
333 F: docs/system/cpu-models-x86.rst.inc
334 T: git https://github.com/ehabkost/qemu.git x86-next
337 M: Max Filippov <jcmvbkbc@gmail.com>
338 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
344 F: include/hw/xtensa/xtensa-isa.h
345 F: default-configs/xtensa*.mak
348 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
352 F: include/hw/tricore/
354 Multiarch Linux User Tests
355 M: Alex Bennée <alex.bennee@linaro.org>
357 F: tests/tcg/multiarch/
359 Guest CPU Cores (KVM)
360 ---------------------
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 L: kvm@vger.kernel.org
367 F: accel/stubs/kvm-stub.c
369 F: include/sysemu/kvm*.h
370 F: scripts/kvm/kvm_flightrecorder
373 M: Peter Maydell <peter.maydell@linaro.org>
374 L: qemu-arm@nongnu.org
379 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
384 M: David Gibson <david@gibson.dropbear.id.au>
389 M: Halil Pasic <pasic@linux.ibm.com>
390 M: Cornelia Huck <cohuck@redhat.com>
391 M: Christian Borntraeger <borntraeger@de.ibm.com>
393 F: target/s390x/kvm.c
394 F: target/s390x/kvm_s390x.h
395 F: target/s390x/kvm-stub.c
396 F: target/s390x/ioinst.[ch]
397 F: target/s390x/machine.c
398 F: target/s390x/sigp.c
399 F: target/s390x/cpu_features*.[ch]
400 F: target/s390x/cpu_models.[ch]
402 F: include/hw/s390x/pv.h
403 F: hw/intc/s390_flic.c
404 F: hw/intc/s390_flic_kvm.c
405 F: include/hw/s390x/s390_flic.h
407 T: git https://github.com/cohuck/qemu.git s390-next
408 T: git https://github.com/borntraeger/qemu.git s390-next
409 L: qemu-s390x@nongnu.org
412 M: Paolo Bonzini <pbonzini@redhat.com>
413 M: Marcelo Tosatti <mtosatti@redhat.com>
414 L: kvm@vger.kernel.org
417 F: scripts/kvm/vmxcap
420 M: Roman Bolshakov <r.bolshakov@yadro.com>
422 F: accel/stubs/hvf-stub.c
424 F: include/sysemu/hvf.h
427 M: Sunil Muthuswamy <sunilmut@microsoft.com>
429 F: target/i386/whpx-all.c
430 F: target/i386/whp-dispatch.h
431 F: accel/stubs/whpx-stub.c
432 F: include/sysemu/whpx.h
434 Guest CPU Cores (Xen)
435 ---------------------
437 M: Stefano Stabellini <sstabellini@kernel.org>
438 M: Anthony Perard <anthony.perard@citrix.com>
439 M: Paul Durrant <paul@xen.org>
440 L: xen-devel@lists.xenproject.org
444 F: hw/char/xen_console.c
445 F: hw/display/xenfb.c
449 F: hw/block/dataplane/xen*
453 F: hw/pci-host/xen_igd_pt.c
454 F: include/hw/block/dataplane/xen*
456 F: include/sysemu/xen-mapcache.h
458 Guest CPU Cores (HAXM)
459 ---------------------
461 M: Wenchao Wang <wenchao.wang@intel.com>
462 M: Colin Xu <colin.xu@intel.com>
463 L: haxm-team@intel.com
464 W: https://github.com/intel/haxm/issues
466 F: include/sysemu/hax.h
472 M: Michael S. Tsirkin <mst@redhat.com>
473 M: Cornelia Huck <cohuck@redhat.com>
474 M: Paolo Bonzini <pbonzini@redhat.com>
477 F: scripts/update-linux-headers.sh
480 M: Paolo Bonzini <pbonzini@redhat.com>
483 F: include/sysemu/os-posix.h
485 F: include/qemu/*posix*.h
488 M: Kamil Rytarowski <kamil@netbsd.org>
490 K: ^Subject:.*(?i)NetBSD
493 M: Brad Smith <brad@comstyle.com>
495 K: ^Subject:.*(?i)OpenBSD
498 M: Stefan Weil <sw@weilnetz.de>
508 M: Richard Henderson <rth@twiddle.net>
511 F: hw/isa/smc37c669-superio.c
512 F: tests/tcg/alpha/system/
517 M: Beniamino Galvani <b.galvani@gmail.com>
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
522 F: include/hw/*/allwinner*
523 F: hw/arm/cubieboard.c
526 M: Niek Linnenbank <nieklinnenbank@gmail.com>
527 L: qemu-arm@nongnu.org
529 F: hw/*/allwinner-h3*
530 F: include/hw/*/allwinner-h3*
532 F: docs/system/orangepi.rst
534 ARM PrimeCell and CMSDK devices
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
539 F: include/hw/char/pl011.h
542 F: include/hw/dma/pl080.h
549 F: include/hw/ssi/pl022.h
551 F: include/hw/rtc/pl031.h
552 F: include/hw/arm/primecell.h
553 F: hw/timer/cmsdk-apb-timer.c
554 F: include/hw/timer/cmsdk-apb-timer.h
555 F: hw/timer/cmsdk-apb-dualtimer.c
556 F: include/hw/timer/cmsdk-apb-dualtimer.h
557 F: hw/char/cmsdk-apb-uart.c
558 F: include/hw/char/cmsdk-apb-uart.h
559 F: hw/watchdog/cmsdk-apb-watchdog.c
560 F: include/hw/watchdog/cmsdk-apb-watchdog.h
562 F: include/hw/misc/tz-ppc.h
564 F: include/hw/misc/tz-mpc.h
566 F: include/hw/misc/tz-msc.h
569 M: Peter Maydell <peter.maydell@linaro.org>
570 L: qemu-arm@nongnu.org
573 F: hw/intc/gic_internal.h
575 F: hw/misc/arm11scu.c
576 F: hw/misc/arm_l2x0.c
577 F: hw/timer/a9gtimer*
579 F: include/hw/arm/arm*.h
580 F: include/hw/intc/arm*
581 F: include/hw/misc/a9scu.h
582 F: include/hw/misc/arm11scu.h
583 F: include/hw/timer/a9gtimer.h
584 F: include/hw/timer/arm_mptimer.h
585 F: include/hw/timer/armv7m_systick.h
586 F: tests/qtest/test-arm-mptimer.c
589 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
590 M: Peter Maydell <peter.maydell@linaro.org>
591 L: qemu-arm@nongnu.org
594 F: include/hw/arm/exynos4210.h
597 M: Rob Herring <robh@kernel.org>
598 M: Peter Maydell <peter.maydell@linaro.org>
599 L: qemu-arm@nongnu.org
605 M: Antony Pavlov <antonynpavlov@gmail.com>
606 M: Peter Maydell <peter.maydell@linaro.org>
607 L: qemu-arm@nongnu.org
609 F: include/hw/arm/digic.h
611 F: include/hw/*/digic*
612 F: tests/acceptance/machine_arm_canona1100.py
615 M: Anup Patel <anup.patel@wdc.com>
616 M: Alistair Francis <Alistair.Francis@wdc.com>
617 L: qemu-riscv@nongnu.org
619 F: hw/rtc/goldfish_rtc.c
620 F: include/hw/rtc/goldfish_rtc.h
623 M: Peter Maydell <peter.maydell@linaro.org>
624 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
625 L: qemu-arm@nongnu.org
630 M: Peter Maydell <peter.maydell@linaro.org>
631 R: Jean-Christophe Dubois <jcd@tribudubois.net>
632 L: qemu-arm@nongnu.org
634 F: hw/arm/fsl-imx25.c
635 F: hw/arm/imx25_pdk.c
636 F: hw/misc/imx25_ccm.c
637 F: hw/watchdog/wdt_imx2.c
638 F: include/hw/arm/fsl-imx25.h
639 F: include/hw/misc/imx25_ccm.h
640 F: include/hw/watchdog/wdt_imx2.h
643 M: Peter Chubb <peter.chubb@nicta.com.au>
644 M: Peter Maydell <peter.maydell@linaro.org>
645 L: qemu-arm@nongnu.org
650 F: include/hw/*/imx_*
651 F: include/hw/*/*imx31*
654 M: Peter Maydell <peter.maydell@linaro.org>
655 L: qemu-arm@nongnu.org
657 F: hw/arm/integratorcp.c
658 F: hw/misc/arm_integrator_debug.c
659 F: include/hw/misc/arm_integrator_debug.h
660 F: tests/acceptance/machine_arm_integratorcp.py
661 F: docs/system/arm/integratorcp.rst
663 MCIMX6UL EVK / i.MX6ul
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Jean-Christophe Dubois <jcd@tribudubois.net>
666 L: qemu-arm@nongnu.org
668 F: hw/arm/mcimx6ul-evk.c
669 F: hw/arm/fsl-imx6ul.c
670 F: hw/misc/imx6ul_ccm.c
671 F: include/hw/arm/fsl-imx6ul.h
672 F: include/hw/misc/imx6ul_ccm.h
674 MCIMX7D SABRE / i.MX7
675 M: Peter Maydell <peter.maydell@linaro.org>
676 R: Andrey Smirnov <andrew.smirnov@gmail.com>
677 L: qemu-arm@nongnu.org
679 F: hw/arm/mcimx7d-sabre.c
682 F: include/hw/arm/fsl-imx7.h
683 F: include/hw/misc/imx7_*.h
684 F: hw/pci-host/designware.c
685 F: include/hw/pci-host/designware.h
688 M: Peter Maydell <peter.maydell@linaro.org>
689 L: qemu-arm@nongnu.org
694 F: include/hw/misc/mps2-*.h
696 F: include/hw/arm/armsse.h
697 F: hw/misc/iotkit-secctl.c
698 F: include/hw/misc/iotkit-secctl.h
699 F: hw/misc/iotkit-sysctl.c
700 F: include/hw/misc/iotkit-sysctl.h
701 F: hw/misc/iotkit-sysinfo.c
702 F: include/hw/misc/iotkit-sysinfo.h
703 F: hw/misc/armsse-cpuid.c
704 F: include/hw/misc/armsse-cpuid.h
705 F: hw/misc/armsse-mhu.c
706 F: include/hw/misc/armsse-mhu.h
707 F: docs/system/arm/mps2.rst
710 M: Peter Maydell <peter.maydell@linaro.org>
711 L: qemu-arm@nongnu.org
714 F: docs/system/arm/musca.rst
717 M: Jan Kiszka <jan.kiszka@web.de>
718 M: Peter Maydell <peter.maydell@linaro.org>
719 L: qemu-arm@nongnu.org
722 F: docs/system/arm/musicpal.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/display/blizzard.c
732 F: hw/input/tsc2005.c
735 F: include/hw/display/blizzard.h
736 F: include/hw/input/tsc2xxx.h
737 F: include/hw/misc/cbus.h
738 F: tests/acceptance/machine_arm_n8x0.py
739 F: docs/system/arm/nseries.rst
742 M: Andrzej Zaborowski <balrogg@gmail.com>
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
747 F: hw/input/tsc210x.c
748 F: include/hw/input/tsc2xxx.h
749 F: docs/system/arm/palm.rst
752 M: Peter Maydell <peter.maydell@linaro.org>
753 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
754 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
755 L: qemu-arm@nongnu.org
758 F: hw/arm/raspi_platform.h
760 F: include/hw/arm/raspi*
761 F: include/hw/*/bcm283*
764 M: Peter Maydell <peter.maydell@linaro.org>
765 L: qemu-arm@nongnu.org
768 F: hw/cpu/realview_mpcore.c
769 F: hw/intc/realview_gic.c
770 F: include/hw/intc/realview_gic.h
771 F: docs/system/arm/realview.rst
774 M: Andrzej Zaborowski <balrogg@gmail.com>
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
778 F: hw/arm/mainstone.c
783 F: hw/display/tc6393xb.c
786 F: hw/misc/mst_fpga.c
788 F: include/hw/arm/pxa.h
789 F: include/hw/arm/sharpsl.h
790 F: include/hw/display/tc6393xb.h
791 F: docs/system/arm/xscale.rst
794 M: Peter Maydell <peter.maydell@linaro.org>
795 R: Jean-Christophe Dubois <jcd@tribudubois.net>
796 L: qemu-arm@nongnu.org
798 F: hw/arm/sabrelite.c
802 F: hw/usb/imx-usb-phy.c
803 F: include/hw/usb/imx-usb-phy.h
804 F: include/hw/arm/fsl-imx6.h
805 F: include/hw/misc/imx6_*.h
806 F: include/hw/ssi/imx_spi.h
809 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
810 M: Peter Maydell <peter.maydell@linaro.org>
811 R: Leif Lindholm <leif@nuviainc.com>
812 L: qemu-arm@nongnu.org
816 Sharp SL-5500 (Collie) PDA
817 M: Peter Maydell <peter.maydell@linaro.org>
818 L: qemu-arm@nongnu.org
824 M: Peter Maydell <peter.maydell@linaro.org>
825 L: qemu-arm@nongnu.org
828 F: include/hw/input/gamepad.h
829 F: docs/system/arm/stellaris.rst
832 M: Peter Maydell <peter.maydell@linaro.org>
833 L: qemu-arm@nongnu.org
836 F: docs/system/arm/vexpress.rst
839 M: Peter Maydell <peter.maydell@linaro.org>
840 L: qemu-arm@nongnu.org
843 F: hw/misc/arm_sysctl.c
844 F: docs/system/arm/versatile.rst
847 M: Peter Maydell <peter.maydell@linaro.org>
848 L: qemu-arm@nongnu.org
851 F: include/hw/arm/virt.h
854 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
855 M: Alistair Francis <alistair@alistair23.me>
856 M: Peter Maydell <peter.maydell@linaro.org>
857 L: qemu-arm@nongnu.org
862 F: include/hw/misc/zynq*
866 M: Alistair Francis <alistair@alistair23.me>
867 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
868 M: Peter Maydell <peter.maydell@linaro.org>
869 L: qemu-arm@nongnu.org
872 F: include/hw/*/xlnx*.h
873 F: include/hw/ssi/xilinx_spips.h
875 F: include/hw/display/dpcd.h
878 M: Shannon Zhao <shannon.zhaosl@gmail.com>
879 L: qemu-arm@nongnu.org
881 F: hw/arm/virt-acpi-build.c
884 M: Alistair Francis <alistair@alistair23.me>
885 M: Peter Maydell <peter.maydell@linaro.org>
886 L: qemu-arm@nongnu.org
888 F: hw/arm/stm32f205_soc.c
889 F: hw/misc/stm32f2xx_syscfg.c
890 F: hw/char/stm32f2xx_usart.c
891 F: hw/timer/stm32f2xx_timer.c
893 F: hw/ssi/stm32f2xx_spi.c
894 F: include/hw/*/stm32*.h
897 M: Alistair Francis <alistair@alistair23.me>
898 M: Peter Maydell <peter.maydell@linaro.org>
899 L: qemu-arm@nongnu.org
901 F: hw/arm/stm32f405_soc.c
902 F: hw/misc/stm32f4xx_syscfg.c
903 F: hw/misc/stm32f4xx_exti.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/netduino2.c
913 M: Alistair Francis <alistair@alistair23.me>
914 M: Peter Maydell <peter.maydell@linaro.org>
915 L: qemu-arm@nongnu.org
917 F: hw/arm/netduinoplus2.c
920 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
921 M: Peter Maydell <peter.maydell@linaro.org>
922 L: qemu-arm@nongnu.org
925 F: hw/misc/msf2-sysreg.c
926 F: hw/timer/mss-timer.c
928 F: include/hw/arm/msf2-soc.h
929 F: include/hw/misc/msf2-sysreg.h
930 F: include/hw/timer/mss-timer.h
931 F: include/hw/ssi/mss-spi.h
932 F: hw/net/msf2-emac.c
933 F: include/hw/net/msf2-emac.h
936 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
937 M: Peter Maydell <peter.maydell@linaro.org>
938 L: qemu-arm@nongnu.org
943 M: Cédric Le Goater <clg@kaod.org>
944 M: Peter Maydell <peter.maydell@linaro.org>
945 R: Andrew Jeffery <andrew@aj.id.au>
946 R: Joel Stanley <joel@jms.id.au>
947 L: qemu-arm@nongnu.org
951 F: include/hw/*/*aspeed*
952 F: include/hw/misc/pca9552*.h
953 F: hw/net/ftgmac100.c
954 F: include/hw/net/ftgmac100.h
957 M: Joel Stanley <joel@jms.id.au>
958 M: Peter Maydell <peter.maydell@linaro.org>
959 L: qemu-arm@nongnu.org
963 F: include/hw/*/nrf51*.h
964 F: include/hw/*/microbit*.h
965 F: tests/qtest/microbit-test.c
970 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
972 F: hw/cris/axis_dev88.c
978 M: Richard Henderson <rth@twiddle.net>
979 R: Helge Deller <deller@gmx.de>
981 F: default-configs/hppa-softmmu.mak
983 F: pc-bios/hppa-firmware.img
987 EVR32 and uclinux BSP
988 R: Michael Walle <michael@walle.cc>
990 F: hw/lm32/lm32_boards.c
993 R: Michael Walle <michael@walle.cc>
995 F: hw/lm32/milkymist.c
1000 M: Thomas Huth <huth@tuxfamily.org>
1003 F: hw/m68k/mcf5206.c
1006 M: Thomas Huth <huth@tuxfamily.org>
1008 F: hw/m68k/mcf5208.c
1009 F: hw/m68k/mcf_intc.c
1010 F: hw/char/mcf_uart.c
1012 F: include/hw/m68k/mcf*.h
1015 M: Thomas Huth <huth@tuxfamily.org>
1018 F: hw/display/next-fb.c
1019 F: include/hw/m68k/next-cube.h
1022 M: Laurent Vivier <laurent@vivier.eu>
1025 F: hw/misc/mac_via.c
1027 F: hw/display/macfb.c
1029 F: hw/m68k/bootinfo.h
1030 F: include/hw/misc/mac_via.h
1031 F: include/hw/nubus/*
1032 F: include/hw/display/macfb.h
1033 F: include/hw/block/swim.h
1037 petalogix_s3adsp1800
1038 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1040 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1041 F: include/hw/char/xilinx_uartlite.h
1044 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1046 F: hw/microblaze/petalogix_ml605_mmu.c
1051 M: Hervé Poussineau <hpoussin@reactos.org>
1052 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1055 F: hw/display/jazz_led.c
1059 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1060 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1061 R: Aurelien Jarno <aurelien@aurel32.net>
1066 F: hw/mips/gt64xxx_pci.c
1067 F: include/hw/southbridge/piix.h
1068 F: tests/acceptance/linux_ssh_mips_malta.py
1069 F: tests/acceptance/machine_mips_malta.py
1072 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1073 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1075 F: hw/mips/mipssim.c
1079 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1080 R: Aurelien Jarno <aurelien@aurel32.net>
1081 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1086 M: Huacai Chen <chenhc@lemote.com>
1087 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1088 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1089 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1091 F: hw/mips/fuloong2e.c
1092 F: hw/isa/vt82c686.c
1093 F: hw/pci-host/bonito.c
1094 F: include/hw/isa/vt82c686.h
1097 M: Paul Burton <pburton@wavecomp.com>
1098 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1100 F: hw/core/loader-fit.c
1102 F: hw/pci-host/xilinx-pcie.c
1103 F: include/hw/pci-host/xilinx-pcie.h
1108 M: Jia Liu <proljc@gmail.com>
1110 F: hw/openrisc/openrisc_sim.c
1115 M: David Gibson <david@gibson.dropbear.id.au>
1116 L: qemu-ppc@nongnu.org
1118 F: hw/ppc/ppc405_boards.c
1121 M: David Gibson <david@gibson.dropbear.id.au>
1122 L: qemu-ppc@nongnu.org
1124 F: hw/ppc/ppc440_bamboo.c
1127 M: David Gibson <david@gibson.dropbear.id.au>
1128 L: qemu-ppc@nongnu.org
1131 F: hw/gpio/mpc8xxx.c
1133 F: hw/net/fsl_etsec/
1134 F: hw/pci-host/ppce500.c
1135 F: include/hw/ppc/ppc_e500.h
1136 F: include/hw/pci-host/ppce500.h
1137 F: pc-bios/u-boot.e500
1140 M: David Gibson <david@gibson.dropbear.id.au>
1141 L: qemu-ppc@nongnu.org
1143 F: hw/ppc/mpc8544ds.c
1144 F: hw/ppc/mpc8544_guts.c
1147 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1148 R: David Gibson <david@gibson.dropbear.id.au>
1149 L: qemu-ppc@nongnu.org
1151 F: hw/ppc/mac_newworld.c
1152 F: hw/pci-host/uninorth.c
1153 F: hw/pci-bridge/dec.[hc]
1155 F: hw/misc/mos6522.c
1156 F: hw/nvram/mac_nvram.c
1158 F: include/hw/misc/macio/
1159 F: include/hw/misc/mos6522.h
1160 F: include/hw/ppc/mac_dbdma.h
1161 F: include/hw/pci-host/uninorth.h
1162 F: include/hw/input/adb*
1163 F: pc-bios/qemu_vga.ndrv
1166 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1167 R: David Gibson <david@gibson.dropbear.id.au>
1168 L: qemu-ppc@nongnu.org
1170 F: hw/ppc/mac_oldworld.c
1171 F: hw/pci-host/grackle.c
1173 F: hw/intc/heathrow_pic.c
1175 F: include/hw/intc/heathrow_pic.h
1176 F: include/hw/input/adb*
1177 F: pc-bios/qemu_vga.ndrv
1180 M: Hervé Poussineau <hpoussin@reactos.org>
1181 L: qemu-ppc@nongnu.org
1184 F: hw/ppc/prep_systemio.c
1185 F: hw/ppc/rs6000_mc.c
1186 F: hw/pci-host/prep.[hc]
1190 F: hw/rtc/m48t59-isa.c
1191 F: include/hw/isa/pc87312.h
1192 F: include/hw/rtc/m48t59.h
1193 F: tests/acceptance/ppc_prep_40p.py
1196 M: David Gibson <david@gibson.dropbear.id.au>
1197 L: qemu-ppc@nongnu.org
1200 F: include/hw/*/spapr*
1202 F: include/hw/*/xics*
1204 F: docs/specs/ppc-spapr-hcalls.txt
1205 F: docs/specs/ppc-spapr-hotplug.txt
1206 F: tests/qtest/spapr*
1207 F: tests/qtest/libqos/*spapr*
1208 F: tests/qtest/rtas*
1209 F: tests/qtest/libqos/rtas*
1211 PowerNV (Non-Virtualized)
1212 M: Cédric Le Goater <clg@kaod.org>
1213 M: David Gibson <david@gibson.dropbear.id.au>
1214 L: qemu-ppc@nongnu.org
1218 F: hw/intc/xics_pnv.c
1219 F: include/hw/ppc/pnv*
1220 F: pc-bios/skiboot.lid
1224 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1225 L: qemu-ppc@nongnu.org
1227 F: hw/ppc/virtex_ml507.c
1230 M: BALATON Zoltan <balaton@eik.bme.hu>
1231 L: qemu-ppc@nongnu.org
1233 F: hw/ppc/sam460ex.c
1234 F: hw/ppc/ppc440_pcix.c
1235 F: hw/display/sm501*
1238 F: pc-bios/canyonlands.dt[sb]
1239 F: pc-bios/u-boot-sam460ex-20100605.bin
1240 F: roms/u-boot-sam460ex
1245 M: Alistair Francis <Alistair.Francis@wdc.com>
1246 L: qemu-riscv@nongnu.org
1248 F: hw/riscv/opentitan.c
1249 F: include/hw/riscv/opentitan.h
1254 M: Magnus Damm <magnus.damm@gmail.com>
1257 F: hw/intc/sh_intc.c
1258 F: hw/timer/sh_timer.c
1261 M: Magnus Damm <magnus.damm@gmail.com>
1268 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1271 F: hw/sparc/sun4m_iommu.c
1274 F: hw/dma/sparc32_dma.c
1275 F: hw/misc/eccmemctl.c
1277 F: include/hw/nvram/sun_nvram.h
1278 F: include/hw/sparc/sparc32_dma.h
1279 F: include/hw/sparc/sun4m_iommu.h
1280 F: pc-bios/openbios-sparc32
1283 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1285 F: hw/sparc64/sun4u.c
1286 F: hw/sparc64/sun4u_iommu.c
1287 F: include/hw/sparc/sun4u_iommu.h
1288 F: hw/pci-host/sabre.c
1289 F: include/hw/pci-host/sabre.h
1290 F: hw/pci-bridge/simba.c
1291 F: include/hw/pci-bridge/simba.h
1292 F: pc-bios/openbios-sparc64
1295 M: Artyom Tarasenko <atar4qemu@gmail.com>
1297 F: hw/sparc64/niagara.c
1298 F: hw/rtc/sun4v-rtc.c
1299 F: include/hw/rtc/sun4v-rtc.h
1302 M: Fabien Chouteau <chouteau@adacore.com>
1303 M: KONRAD Frederic <frederic.konrad@adacore.com>
1307 F: include/hw/*/grlib*
1308 F: tests/acceptance/machine_sparc_leon3.py
1313 M: Cornelia Huck <cohuck@redhat.com>
1314 M: Halil Pasic <pasic@linux.ibm.com>
1315 M: Christian Borntraeger <borntraeger@de.ibm.com>
1317 F: hw/char/sclp*.[hc]
1318 F: hw/char/terminal3270.c
1320 F: include/hw/s390x/
1321 F: hw/watchdog/wdt_diag288.c
1322 F: include/hw/watchdog/wdt_diag288.h
1323 F: default-configs/s390x-softmmu.mak
1324 T: git https://github.com/cohuck/qemu.git s390-next
1325 T: git https://github.com/borntraeger/qemu.git s390-next
1326 L: qemu-s390x@nongnu.org
1329 M: Christian Borntraeger <borntraeger@de.ibm.com>
1330 M: Thomas Huth <thuth@redhat.com>
1333 F: pc-bios/s390-ccw/
1334 F: pc-bios/s390-ccw.img
1335 F: docs/devel/s390-dasd-ipl.rst
1336 T: git https://github.com/borntraeger/qemu.git s390-next
1337 L: qemu-s390x@nongnu.org
1340 M: Matthew Rosato <mjrosato@linux.ibm.com>
1342 F: hw/s390x/s390-pci*
1343 L: qemu-s390x@nongnu.org
1347 PKUnity-3 SoC initramfs-with-busybox
1348 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1356 M: Michael S. Tsirkin <mst@redhat.com>
1357 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1361 F: hw/pci-host/i440fx.c
1362 F: hw/pci-host/q35.c
1363 F: hw/pci-host/pam.c
1364 F: include/hw/pci-host/i440fx.h
1365 F: include/hw/pci-host/q35.h
1366 F: include/hw/pci-host/pam.h
1368 F: hw/isa/lpc_ich9.c
1369 F: hw/i2c/smbus_ich9.c
1372 F: include/hw/acpi/ich9.h
1373 F: include/hw/southbridge/piix.h
1376 F: include/hw/isa/apm.h
1377 F: tests/test-x86-cpuid.c
1378 F: tests/qtest/test-x86-cpuid-compat.c
1381 M: Michael S. Tsirkin <mst@redhat.com>
1382 M: Paolo Bonzini <pbonzini@redhat.com>
1384 F: hw/char/debugcon.c
1385 F: hw/char/parallel*
1388 F: hw/i2c/pm_smbus.c
1393 F: hw/isa/isa-superio.c
1394 F: hw/misc/debugexit.c
1395 F: hw/misc/pc-testdev.c
1398 F: hw/rtc/mc146818rtc*
1399 F: hw/watchdog/wdt_ib700.c
1400 F: hw/watchdog/wdt_i6300esb.c
1401 F: include/hw/display/vga.h
1402 F: include/hw/char/parallel.h
1403 F: include/hw/dma/i8257.h
1404 F: include/hw/i2c/pm_smbus.h
1405 F: include/hw/input/i8042.h
1406 F: include/hw/isa/i8259_internal.h
1407 F: include/hw/isa/superio.h
1408 F: include/hw/timer/hpet.h
1409 F: include/hw/timer/i8254*
1410 F: include/hw/rtc/mc146818rtc*
1413 M: Sergio Lopez <slp@redhat.com>
1414 M: Paolo Bonzini <pbonzini@redhat.com>
1417 F: hw/i386/microvm.c
1418 F: include/hw/i386/microvm.h
1419 F: pc-bios/bios-microvm.bin
1422 M: Eduardo Habkost <ehabkost@redhat.com>
1423 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1426 F: hw/core/machine-qmp-cmds.c
1427 F: hw/core/machine.c
1428 F: hw/core/null-machine.c
1431 F: qapi/machine.json
1432 F: qapi/machine-target.json
1433 F: include/hw/boards.h
1434 F: include/hw/core/cpu.h
1435 F: include/hw/cpu/cluster.h
1436 F: include/sysemu/numa.h
1437 T: git https://github.com/ehabkost/qemu.git machine-next
1442 M: Max Filippov <jcmvbkbc@gmail.com>
1447 M: Max Filippov <jcmvbkbc@gmail.com>
1451 XTFPGA (LX60, LX200, ML605, KC705)
1452 M: Max Filippov <jcmvbkbc@gmail.com>
1454 F: hw/xtensa/xtfpga.c
1455 F: hw/net/opencores_eth.c
1460 M: Jiri Slaby <jslaby@suse.cz>
1465 M: John Snow <jsnow@redhat.com>
1466 L: qemu-block@nongnu.org
1473 F: hw/block/hd-geometry.c
1474 F: tests/qtest/ide-test.c
1475 F: tests/qtest/ahci-test.c
1476 F: tests/qtest/cdrom-test.c
1477 F: tests/qtest/libqos/ahci*
1478 T: git https://github.com/jnsnow/qemu.git ide
1481 M: Corey Minyard <minyard@acm.org>
1483 F: include/hw/ipmi/*
1485 F: hw/smbios/smbios_type_38.c
1486 F: tests/qtest/ipmi*
1487 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1490 M: John Snow <jsnow@redhat.com>
1491 L: qemu-block@nongnu.org
1494 F: include/hw/block/fdc.h
1495 F: tests/qtest/fdc-test.c
1496 T: git https://github.com/jnsnow/qemu.git ide
1499 M: Peter Maydell <peter.maydell@linaro.org>
1500 L: qemu-arm@nongnu.org
1503 F: include/hw/arm/omap.h
1506 M: Alberto Garcia <berto@igalia.com>
1508 F: hw/char/ipoctal232.c
1512 M: Michael S. Tsirkin <mst@redhat.com>
1513 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1516 F: hw/misc/pci-testdev.c
1521 F: default-configs/pci.mak
1524 M: Michael S. Tsirkin <mst@redhat.com>
1525 M: Igor Mammedov <imammedo@redhat.com>
1527 F: include/hw/acpi/*
1528 F: include/hw/firmware/smbios.h
1532 F: hw/i386/acpi-build.[hc]
1533 F: hw/arm/virt-acpi-build.c
1534 F: tests/qtest/bios-tables-test*
1535 F: tests/qtest/acpi-utils.[hc]
1539 R: Dongjiu Geng <gengdongjiu@huawei.com>
1540 R: Xiang Zheng <zhengxiang9@huawei.com>
1541 L: qemu-arm@nongnu.org
1544 F: include/hw/acpi/ghes.h
1545 F: docs/specs/acpi_hest_ghes.rst
1548 M: David Gibson <david@gibson.dropbear.id.au>
1549 L: qemu-ppc@nongnu.org
1552 F: hw/i2c/ppc4xx_i2c.c
1553 F: include/hw/ppc/ppc4xx.h
1554 F: include/hw/i2c/ppc4xx_i2c.h
1557 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1558 R: Paolo Bonzini <pbonzini@redhat.com>
1563 M: Jason Wang <jasowang@redhat.com>
1567 F: tests/qtest/virtio-net-test.c
1568 F: docs/virtio-net-failover.rst
1569 T: git https://github.com/jasowang/qemu.git net
1571 Parallel NOR Flash devices
1572 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1573 T: git https://gitlab.com/philmd/qemu.git pflash-next
1575 F: hw/block/pflash_cfi*.c
1576 F: include/hw/block/flash.h
1579 M: Paolo Bonzini <pbonzini@redhat.com>
1580 R: Fam Zheng <fam@euphon.net>
1582 F: include/hw/scsi/*
1584 F: tests/qtest/virtio-scsi-test.c
1585 T: git https://github.com/bonzini/qemu.git scsi-next
1588 M: Alistair Francis <alistair@alistair23.me>
1591 F: hw/block/m25p80.c
1592 F: include/hw/ssi/ssi.h
1594 F: tests/qtest/m25p80-test.c
1597 M: Alistair Francis <alistair@alistair23.me>
1602 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1604 F: include/hw/sd/sd*
1611 M: Gerd Hoffmann <kraxel@redhat.com>
1614 F: tests/qtest/usb-*-test.c
1616 F: docs/usb-storage.txt
1619 F: default-configs/usb.mak
1621 USB (serial adapter)
1622 M: Gerd Hoffmann <kraxel@redhat.com>
1623 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1625 F: hw/usb/dev-serial.c
1628 M: Alex Williamson <alex.williamson@redhat.com>
1634 M: Cornelia Huck <cohuck@redhat.com>
1635 M: Eric Farman <farman@linux.ibm.com>
1638 F: hw/s390x/s390-ccw.c
1639 F: include/hw/s390x/s390-ccw.h
1640 F: include/hw/s390x/vfio-ccw.h
1641 T: git https://github.com/cohuck/qemu.git s390-next
1642 L: qemu-s390x@nongnu.org
1645 M: Christian Borntraeger <borntraeger@de.ibm.com>
1646 M: Tony Krowiak <akrowiak@linux.ibm.com>
1647 M: Halil Pasic <pasic@linux.ibm.com>
1648 M: Pierre Morel <pmorel@linux.ibm.com>
1650 F: hw/s390x/ap-device.c
1651 F: hw/s390x/ap-bridge.c
1652 F: include/hw/s390x/ap-device.h
1653 F: include/hw/s390x/ap-bridge.h
1655 F: docs/system/s390x/vfio-ap.rst
1656 L: qemu-s390x@nongnu.org
1659 M: Michael S. Tsirkin <mst@redhat.com>
1662 F: docs/interop/vhost-user.json
1663 F: docs/interop/vhost-user.rst
1664 F: contrib/vhost-user-*/
1665 F: backends/vhost-user.c
1666 F: include/sysemu/vhost-user-backend.h
1669 M: Michael S. Tsirkin <mst@redhat.com>
1672 F: hw/virtio/Makefile.objs
1673 F: hw/virtio/trace-events
1675 F: include/hw/virtio/
1678 M: Michael S. Tsirkin <mst@redhat.com>
1679 M: David Hildenbrand <david@redhat.com>
1681 F: hw/virtio/virtio-balloon*.c
1682 F: include/hw/virtio/virtio-balloon.h
1684 F: include/sysemu/balloon.h
1687 M: Greg Kurz <groug@kaod.org>
1688 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1693 F: docs/interop/virtfs-proxy-helper.rst
1694 F: tests/qtest/virtio-9p-test.c
1695 T: git https://github.com/gkurz/qemu.git 9p-next
1698 M: Stefan Hajnoczi <stefanha@redhat.com>
1699 L: qemu-block@nongnu.org
1701 F: hw/block/virtio-blk.c
1702 F: hw/block/dataplane/*
1703 F: tests/qtest/virtio-blk-test.c
1704 T: git https://github.com/stefanha/qemu.git block
1707 M: Cornelia Huck <cohuck@redhat.com>
1708 M: Halil Pasic <pasic@linux.ibm.com>
1710 F: hw/s390x/virtio-ccw*.[hc]
1711 F: hw/s390x/vhost-vsock-ccw.c
1712 T: git https://github.com/cohuck/qemu.git s390-next
1713 T: git https://github.com/borntraeger/qemu.git s390-next
1714 L: qemu-s390x@nongnu.org
1717 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1718 M: Stefan Hajnoczi <stefanha@redhat.com>
1720 F: tools/virtiofsd/*
1721 F: hw/virtio/vhost-user-fs*
1722 F: include/hw/virtio/vhost-user-fs.h
1723 F: docs/interop/virtiofsd.rst
1726 M: Gerd Hoffmann <kraxel@redhat.com>
1728 F: hw/input/vhost-user-input.c
1729 F: hw/input/virtio-input*.c
1730 F: include/hw/virtio/virtio-input.h
1731 F: contrib/vhost-user-input/*
1734 M: Eric Auger <eric.auger@redhat.com>
1736 F: hw/virtio/virtio-iommu*.c
1737 F: include/hw/virtio/virtio-iommu.h
1740 M: Laurent Vivier <lvivier@redhat.com>
1741 R: Amit Shah <amit@kernel.org>
1743 F: hw/char/virtio-serial-bus.c
1744 F: hw/char/virtio-console.c
1745 F: include/hw/virtio/virtio-serial.h
1746 F: tests/qtest/virtio-serial-test.c
1749 M: Laurent Vivier <lvivier@redhat.com>
1750 R: Amit Shah <amit@kernel.org>
1752 F: hw/virtio/virtio-rng.c
1753 F: include/hw/virtio/virtio-rng.h
1754 F: include/sysemu/rng*.h
1756 F: tests/qtest/virtio-rng-test.c
1759 M: Gonglei <arei.gonglei@huawei.com>
1761 F: hw/virtio/virtio-crypto.c
1762 F: hw/virtio/virtio-crypto-pci.c
1763 F: include/hw/virtio/virtio-crypto.h
1766 M: Keith Busch <kbusch@kernel.org>
1767 L: qemu-block@nongnu.org
1770 F: tests/qtest/nvme-test.c
1773 M: Hannes Reinecke <hare@suse.com>
1774 L: qemu-block@nongnu.org
1776 F: hw/scsi/megasas.c
1778 F: tests/qtest/megasas-test.c
1780 Network packet abstractions
1781 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1783 F: include/net/eth.h
1785 F: hw/net/net_rx_pkt*
1786 F: hw/net/net_tx_pkt*
1789 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1792 F: hw/scsi/vmw_pvscsi*
1793 F: tests/qtest/vmxnet3-test.c
1796 M: Jiri Pirko <jiri@resnulli.us>
1800 F: docs/specs/rocker.txt
1803 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1807 F: include/hw/mem/nvdimm.h
1811 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1816 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1821 M: Stefan Weil <sw@weilnetz.de>
1823 F: hw/net/eepro100.c
1826 M: Sven Schnelle <svens@stackframe.org>
1832 M: Alistair Francis <alistair@alistair23.me>
1834 F: hw/core/generic-loader.c
1835 F: include/hw/core/generic-loader.h
1836 F: docs/generic-loader.txt
1838 Intel Hexadecimal Object File Loader
1839 M: Su Hang <suhang16@mails.ucas.ac.cn>
1841 F: tests/qtest/hexloader-test.c
1842 F: tests/data/hex-loader/test.hex
1845 M: Thomas Huth <thuth@redhat.com>
1847 F: hw/nvram/chrp_nvram.c
1848 F: include/hw/nvram/chrp_nvram.h
1849 F: tests/qtest/prom-env-test.c
1852 M: Ben Warren <ben@skyportsystems.com>
1854 F: hw/acpi/vmgenid.c
1855 F: include/hw/acpi/vmgenid.h
1856 F: docs/specs/vmgenid.txt
1857 F: tests/qtest/vmgenid-test.c
1860 Unimplemented device
1861 M: Peter Maydell <peter.maydell@linaro.org>
1862 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1864 F: include/hw/misc/unimp.h
1868 M: Artyom Tarasenko <atar4qemu@gmail.com>
1869 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1871 F: include/hw/misc/empty_slot.h
1872 F: hw/misc/empty_slot.c
1875 M: Gerd Hoffmann <kraxel@redhat.com>
1878 F: hw/display/bochs-display.c
1879 F: include/hw/display/vga.h
1880 F: include/hw/display/bochs-vbe.h
1883 M: Gerd Hoffmann <kraxel@redhat.com>
1885 F: hw/display/ramfb*.c
1886 F: include/hw/display/ramfb.h
1889 M: Gerd Hoffmann <kraxel@redhat.com>
1891 F: hw/display/virtio-gpu*
1892 F: hw/display/virtio-vga.*
1893 F: include/hw/virtio/virtio-gpu.h
1896 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1898 F: contrib/vhost-user-blk/
1899 F: contrib/vhost-user-scsi/
1900 F: hw/block/vhost-user-blk.c
1901 F: hw/scsi/vhost-user-scsi.c
1902 F: hw/virtio/vhost-user-blk-pci.c
1903 F: hw/virtio/vhost-user-scsi-pci.c
1904 F: include/hw/virtio/vhost-user-blk.h
1905 F: include/hw/virtio/vhost-user-scsi.h
1908 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1909 M: Gerd Hoffmann <kraxel@redhat.com>
1911 F: docs/interop/vhost-user-gpu.rst
1912 F: contrib/vhost-user-gpu
1913 F: hw/display/vhost-user-*
1916 M: Gerd Hoffmann <kraxel@redhat.com>
1918 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1919 F: hw/display/cirrus*
1922 M: Gerd Hoffmann <kraxel@redhat.com>
1925 F: include/hw/display/edid.h
1928 PIIX4 South Bridge (i82371AB)
1929 M: Hervé Poussineau <hpoussin@reactos.org>
1930 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1933 F: include/hw/southbridge/piix.h
1935 Firmware configuration (fw_cfg)
1936 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1937 R: Laszlo Ersek <lersek@redhat.com>
1938 R: Gerd Hoffmann <kraxel@redhat.com>
1940 F: docs/specs/fw_cfg.txt
1941 F: hw/nvram/fw_cfg.c
1943 F: include/hw/nvram/fw_cfg.h
1944 F: include/standard-headers/linux/qemu_fw_cfg.h
1945 F: tests/qtest/libqos/fw_cfg.c
1946 F: tests/qtest/fw_cfg-test.c
1947 T: git https://github.com/philmd/qemu.git fw_cfg-next
1950 M: David Gibson <david@gibson.dropbear.id.au>
1951 M: Cédric Le Goater <clg@kaod.org>
1952 L: qemu-ppc@nongnu.org
1955 F: include/hw/*/*xive*
1961 M: Gerd Hoffmann <kraxel@redhat.com>
1965 F: include/hw/audio/
1966 F: tests/qtest/ac97-test.c
1967 F: tests/qtest/es1370-test.c
1968 F: tests/qtest/intel-hda-test.c
1971 M: Kevin Wolf <kwolf@redhat.com>
1972 M: Max Reitz <mreitz@redhat.com>
1973 L: qemu-block@nongnu.org
1980 F: docs/interop/qemu-img.rst
1982 F: tests/qemu-iotests/
1983 F: util/qemu-progress.c
1984 F: qobject/block-qdict.c
1985 F: tests/check-block-qdict.c
1986 T: git https://repo.or.cz/qemu/kevin.git block
1989 M: Stefan Hajnoczi <stefanha@redhat.com>
1990 M: Fam Zheng <fam@euphon.net>
1991 L: qemu-block@nongnu.org
1999 F: include/block/aio.h
2000 F: include/block/aio-wait.h
2001 F: scripts/qemugdb/aio.py
2002 T: git https://github.com/stefanha/qemu.git block
2004 Block SCSI subsystem
2005 M: Paolo Bonzini <pbonzini@redhat.com>
2006 R: Fam Zheng <fam@euphon.net>
2007 L: qemu-block@nongnu.org
2013 M: John Snow <jsnow@redhat.com>
2014 L: qemu-block@nongnu.org
2017 F: include/block/blockjob.h
2020 F: include/qemu/job.h
2026 T: git https://github.com/jnsnow/qemu.git jobs
2028 Block QAPI, monitor, command line
2029 M: Markus Armbruster <armbru@redhat.com>
2032 F: blockdev-hmp-cmds.c
2035 F: qapi/transaction.json
2036 T: git https://repo.or.cz/qemu/armbru.git block-next
2039 M: Eric Blake <eblake@redhat.com>
2040 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2041 R: John Snow <jsnow@redhat.com>
2042 L: qemu-block@nongnu.org
2044 F: include/qemu/hbitmap.h
2045 F: include/block/dirty-bitmap.h
2046 F: block/monitor/bitmap-qmp-cmds.c
2047 F: block/dirty-bitmap.c
2048 F: block/qcow2-bitmap.c
2049 F: migration/block-dirty-bitmap.c
2051 F: tests/test-hbitmap.c
2052 F: docs/interop/bitmaps.rst
2053 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2055 Character device backends
2056 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2057 R: Paolo Bonzini <pbonzini@redhat.com>
2063 Character Devices (Braille)
2064 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2068 Command line option argument parsing
2069 M: Markus Armbruster <armbru@redhat.com>
2071 F: include/qemu/option.h
2072 F: tests/test-keyval.c
2073 F: tests/test-qemu-opts.c
2075 F: util/qemu-option.c
2078 M: Markus Armbruster <armbru@redhat.com>
2080 F: scripts/coverity-model.c
2082 Coverity Scan integration
2083 M: Peter Maydell <peter.maydell@linaro.org>
2085 F: scripts/coverity-scan/
2088 M: Alistair Francis <alistair.francis@wdc.com>
2089 R: David Gibson <david@gibson.dropbear.id.au>
2092 F: include/sysemu/device_tree.h
2096 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2098 F: hw/misc/vmcoreinfo.c
2099 F: include/hw/misc/vmcoreinfo.h
2100 F: include/qemu/win_dump_defs
2101 F: include/sysemu/dump-arch.h
2102 F: include/sysemu/dump.h
2104 F: scripts/dump-guest-memory.py
2108 M: Markus Armbruster <armbru@redhat.com>
2110 F: include/qapi/error.h
2111 F: include/qemu/error-report.h
2114 F: util/qemu-error.c
2115 F: scripts/coccinelle/err-bad-newline.cocci
2116 F: scripts/coccinelle/error-use-after-free.cocci
2117 F: scripts/coccinelle/error_propagate_null.cocci
2118 F: scripts/coccinelle/remove_local_err.cocci
2119 F: scripts/coccinelle/use-error_fatal.cocci
2122 M: Alex Bennée <alex.bennee@linaro.org>
2123 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2129 M: Paolo Bonzini <pbonzini@redhat.com>
2131 F: include/exec/ioport.h
2133 F: include/exec/memop.h
2134 F: include/exec/memory.h
2135 F: include/exec/ram_addr.h
2136 F: include/exec/ramblock.h
2138 F: include/exec/memory-internal.h
2140 F: scripts/coccinelle/memory-region-housekeeping.cocci
2143 M: Gerd Hoffmann <kraxel@redhat.com>
2145 F: include/ui/qemu-spice.h
2146 F: include/ui/spice-display.h
2148 F: audio/spiceaudio.c
2151 F: docs/spice-port-fqdn.txt
2154 M: Gerd Hoffmann <kraxel@redhat.com>
2162 M: Peter Maydell <peter.maydell@linaro.org>
2167 M: Paolo Bonzini <pbonzini@redhat.com>
2170 F: include/qemu/main-loop.h
2171 F: include/sysemu/runstate.h
2173 F: util/qemu-timer.c
2176 F: qapi/run-state.json
2179 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2181 F: monitor/monitor-internal.h
2183 F: monitor/monitor.c
2187 F: include/monitor/hmp-target.h
2188 F: tests/qtest/test-hmp.c
2189 F: include/qemu/qemu-print.h
2190 F: util/qemu-print.c
2192 Network device backends
2193 M: Jason Wang <jasowang@redhat.com>
2197 F: qemu-bridge-helper.c
2198 T: git https://github.com/jasowang/qemu.git net
2201 Netmap network backend
2202 M: Luigi Rizzo <rizzo@iet.unipi.it>
2203 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2204 M: Vincenzo Maffione <v.maffione@gmail.com>
2205 W: http://info.iet.unipi.it/~luigi/netmap/
2209 Host Memory Backends
2210 M: Eduardo Habkost <ehabkost@redhat.com>
2211 M: Igor Mammedov <imammedo@redhat.com>
2213 F: backends/hostmem*.c
2214 F: include/sysemu/hostmem.h
2215 T: git https://github.com/ehabkost/qemu.git machine-next
2218 M: Gonglei <arei.gonglei@huawei.com>
2220 F: include/sysemu/cryptodev*.h
2221 F: backends/cryptodev*.c
2224 M: Eduardo Habkost <ehabkost@redhat.com>
2225 M: Cleber Rosa <crosa@redhat.com>
2232 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2234 F: scripts/simplebench/
2237 M: Markus Armbruster <armbru@redhat.com>
2238 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2243 X: include/qapi/qmp/
2244 F: include/qapi/qmp/dispatch.h
2245 F: tests/qapi-schema/
2246 F: tests/test-*-visitor.c
2247 F: tests/test-qapi-*.c
2248 F: tests/test-qmp-*.c
2249 F: tests/test-visitor-serialization.c
2250 F: scripts/qapi-gen.py
2253 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2256 M: Eric Blake <eblake@redhat.com>
2257 M: Markus Armbruster <armbru@redhat.com>
2260 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2263 M: Markus Armbruster <armbru@redhat.com>
2266 F: include/qapi/qmp/
2267 X: include/qapi/qmp/dispatch.h
2268 F: scripts/coccinelle/qobject.cocci
2269 F: tests/check-qdict.c
2270 F: tests/check-qjson.c
2271 F: tests/check-qlist.c
2272 F: tests/check-qlit.c
2273 F: tests/check-qnull.c
2274 F: tests/check-qnum.c
2275 F: tests/check-qobject.c
2276 F: tests/check-qstring.c
2277 F: tests/data/qobject/qdict.txt
2278 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2281 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2284 F: docs/interop/qemu-ga.rst
2285 F: scripts/qemu-guest-agent/
2287 F: docs/interop/qemu-ga-ref.texi
2288 T: git https://github.com/mdroth/qemu.git qga
2291 M: Paolo Bonzini <pbonzini@redhat.com>
2292 R: Daniel P. Berrange <berrange@redhat.com>
2293 R: Eduardo Habkost <ehabkost@redhat.com>
2295 F: docs/qdev-device-use.txt
2298 F: include/monitor/qdev.h
2304 F: tests/check-qom-interface.c
2305 F: tests/check-qom-proplist.c
2306 F: tests/test-qdev-global-props.c
2309 M: Markus Armbruster <armbru@redhat.com>
2311 F: monitor/monitor-internal.h
2314 F: monitor/monitor.c
2316 F: docs/devel/*qmp-*
2317 F: docs/interop/*qmp-*
2319 F: tests/qtest/qmp-test.c
2320 F: tests/qtest/qmp-cmd-test.c
2321 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2324 M: Thomas Huth <thuth@redhat.com>
2325 M: Laurent Vivier <lvivier@redhat.com>
2326 R: Paolo Bonzini <pbonzini@redhat.com>
2331 X: tests/qtest/bios-tables-test-allowed-diff.h
2334 M: Alexander Bulekov <alxndr@bu.edu>
2335 R: Paolo Bonzini <pbonzini@redhat.com>
2336 R: Bandan Das <bsd@redhat.com>
2337 R: Stefan Hajnoczi <stefanha@redhat.com>
2339 F: tests/qtest/fuzz/
2342 M: Alistair Francis <alistair@alistair23.me>
2344 F: hw/core/register.c
2345 F: include/hw/register.h
2346 F: include/hw/registerfields.h
2349 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2353 F: include/net/slirp.h
2354 T: git https://people.debian.org/~sthibault/qemu.git slirp
2357 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2360 F: include/hw/stream.h
2363 M: Paolo Bonzini <pbonzini@redhat.com>
2368 M: Stefan Hajnoczi <stefanha@redhat.com>
2372 F: docs/qemu-option-trace.rst.inc
2373 F: scripts/tracetool.py
2374 F: scripts/tracetool/
2375 F: scripts/qemu-trace-stap*
2376 F: docs/interop/qemu-trace-stap.rst
2377 F: docs/devel/tracing.txt
2378 T: git https://github.com/stefanha/qemu.git tracing
2381 M: Stefan Berger <stefanb@linux.ibm.com>
2386 F: include/hw/acpi/tpm.h
2387 F: include/sysemu/tpm*
2390 F: tests/qtest/*tpm*
2391 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2395 F: scripts/checkpatch.pl
2398 M: Juan Quintela <quintela@redhat.com>
2399 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2401 F: hw/core/vmstate-if.c
2402 F: include/hw/vmstate-if.h
2403 F: include/migration/
2405 F: scripts/vmstate-static-checker.py
2406 F: tests/vmstate-static-checker-data/
2407 F: tests/qtest/migration-test.c
2408 F: docs/devel/migration.rst
2409 F: qapi/migration.json
2412 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2414 F: backends/dbus-vmstate.c
2415 F: tests/dbus-vmstate*
2417 F: include/qemu/dbus.h
2418 F: docs/interop/dbus.rst
2419 F: docs/interop/dbus-vmstate.rst
2422 M: Eduardo Otubo <otubo@redhat.com>
2425 F: include/sysemu/seccomp.h
2428 M: Daniel P. Berrange <berrange@redhat.com>
2432 F: tests/test-crypto-*
2433 F: tests/benchmark-crypto-*
2434 F: tests/crypto-tls-*
2435 F: tests/pkix_asn1_tab.c
2439 M: Stefan Hajnoczi <stefanha@redhat.com>
2440 M: Kevin Wolf <kwolf@redhat.com>
2443 F: include/qemu/coroutine*
2444 F: tests/test-coroutine.c
2447 M: Daniel P. Berrange <berrange@redhat.com>
2450 F: include/qemu/buffer.h
2453 M: Daniel P. Berrange <berrange@redhat.com>
2460 M: Daniel P. Berrange <berrange@redhat.com>
2465 F: tests/test-authz-*
2468 M: Daniel P. Berrange <berrange@redhat.com>
2469 M: Gerd Hoffmann <kraxel@redhat.com>
2471 F: include/qemu/sockets.h
2472 F: util/qemu-sockets.c
2473 F: qapi/sockets.json
2476 M: Daniel P. Berrange <berrange@redhat.com>
2478 F: util/filemonitor*.c
2479 F: include/qemu/filemonitor.h
2480 F: tests/test-util-filemonitor.c
2482 Throttling infrastructure
2483 M: Alberto Garcia <berto@igalia.com>
2485 F: block/throttle-groups.c
2486 F: include/block/throttle-groups.h
2487 F: include/qemu/throttle*.h
2489 F: docs/throttle.txt
2490 F: tests/test-throttle.c
2491 L: qemu-block@nongnu.org
2494 M: Fam Zheng <fam@euphon.net>
2497 F: include/qemu/uuid.h
2498 F: tests/test-uuid.c
2501 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2504 F: include/migration/colo.h
2505 F: include/migration/failover.h
2509 M: Zhang Chen <chen.zhang@intel.com>
2510 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2512 F: docs/colo-proxy.txt
2514 F: net/filter-rewriter.c
2515 F: net/filter-mirror.c
2518 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2519 R: Paolo Bonzini <pbonzini@redhat.com>
2520 W: https://wiki.qemu.org/Features/record-replay
2523 F: block/blkreplay.c
2524 F: net/filter-replay.c
2525 F: include/sysemu/replay.h
2530 M: Peter Xu <peterx@redhat.com>
2532 F: include/qemu/iova-tree.h
2536 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2541 M: Corey Minyard <cminyard@mvista.com>
2544 F: hw/i2c/smbus_slave.c
2545 F: hw/i2c/smbus_master.c
2546 F: hw/i2c/smbus_eeprom.c
2547 F: include/hw/i2c/i2c.h
2548 F: include/hw/i2c/smbus_master.h
2549 F: include/hw/i2c/smbus_slave.h
2550 F: include/hw/i2c/smbus_eeprom.h
2553 M: Laszlo Ersek <lersek@redhat.com>
2554 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2556 F: pc-bios/descriptors/??-edk2-*.json
2558 F: roms/Makefile.edk2
2561 F: tests/data/uefi-boot-images/
2562 F: tests/uefi-test-tools/
2563 F: .gitlab-ci.d/edk2.yml
2564 F: .gitlab-ci.d/edk2/
2568 Overall usermode emulation
2569 M: Riku Voipio <riku.voipio@iki.fi>
2572 F: accel/tcg/user-exec*.c
2577 F: default-configs/*-bsd-user.mak
2580 M: Riku Voipio <riku.voipio@iki.fi>
2581 R: Laurent Vivier <laurent@vivier.eu>
2584 F: default-configs/*-linux-user.mak
2585 F: scripts/qemu-binfmt-conf.sh
2586 F: scripts/update-syscalltbl.sh
2587 F: scripts/update-mips-syscall-args.sh
2588 F: scripts/gensyscalls.sh
2590 Tiny Code Generator (TCG)
2591 -------------------------
2593 M: Richard Henderson <rth@twiddle.net>
2599 M: Alex Bennée <alex.bennee@linaro.org>
2601 F: docs/devel/tcg-plugins.rst
2606 M: Richard Henderson <richard.henderson@linaro.org>
2608 L: qemu-arm@nongnu.org
2614 M: Andrzej Zaborowski <balrogg@gmail.com>
2616 L: qemu-arm@nongnu.org
2621 M: Richard Henderson <rth@twiddle.net>
2627 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2628 R: Aurelien Jarno <aurelien@aurel32.net>
2629 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2634 M: Richard Henderson <rth@twiddle.net>
2640 M: Palmer Dabbelt <palmer@dabbelt.com>
2641 M: Alistair Francis <Alistair.Francis@wdc.com>
2642 L: qemu-riscv@nongnu.org
2648 M: Richard Henderson <rth@twiddle.net>
2652 L: qemu-s390x@nongnu.org
2660 M: Stefan Weil <sw@weilnetz.de>
2669 M: Fam Zheng <fam@euphon.net>
2670 L: qemu-block@nongnu.org
2675 M: Jason Dillaman <dillaman@redhat.com>
2676 L: qemu-block@nongnu.org
2681 M: Liu Yuan <namei.unix@gmail.com>
2682 L: qemu-block@nongnu.org
2683 L: sheepdog@lists.wpkg.org
2688 M: Jeff Cody <codyprime@gmail.com>
2689 L: qemu-block@nongnu.org
2694 M: Stefan Weil <sw@weilnetz.de>
2695 L: qemu-block@nongnu.org
2700 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2701 M: Paolo Bonzini <pbonzini@redhat.com>
2702 M: Peter Lieven <pl@kamp.de>
2703 L: qemu-block@nongnu.org
2706 F: block/iscsi-opts.c
2708 Network Block Device (NBD)
2709 M: Eric Blake <eblake@redhat.com>
2710 L: qemu-block@nongnu.org
2714 F: include/block/nbd*
2717 F: docs/interop/nbd.txt
2718 F: docs/interop/qemu-nbd.rst
2719 T: git https://repo.or.cz/qemu/ericb.git nbd
2722 M: Peter Lieven <pl@kamp.de>
2723 L: qemu-block@nongnu.org
2728 M: Richard W.M. Jones <rjones@redhat.com>
2729 L: qemu-block@nongnu.org
2734 L: qemu-block@nongnu.org
2739 L: qemu-block@nongnu.org
2740 L: integration@gluster.org
2745 M: Fam Zheng <fam@euphon.net>
2746 L: qemu-block@nongnu.org
2751 M: Fam Zheng <fam@euphon.net>
2752 L: qemu-block@nongnu.org
2757 M: Gonglei <arei.gonglei@huawei.com>
2762 M: Alberto Garcia <berto@igalia.com>
2765 L: qemu-block@nongnu.org
2768 M: Ari Sundholm <ari@tuxera.com>
2769 L: qemu-block@nongnu.org
2771 F: block/blklogwrites.c
2774 M: Stefan Hajnoczi <stefanha@redhat.com>
2775 L: qemu-block@nongnu.org
2777 F: block/blkverify.c
2780 M: Stefan Hajnoczi <stefanha@redhat.com>
2781 L: qemu-block@nongnu.org
2786 M: Stefan Hajnoczi <stefanha@redhat.com>
2787 L: qemu-block@nongnu.org
2792 M: Stefan Hajnoczi <stefanha@redhat.com>
2793 L: qemu-block@nongnu.org
2798 M: Stefan Hajnoczi <stefanha@redhat.com>
2799 M: Denis V. Lunev <den@openvz.org>
2800 L: qemu-block@nongnu.org
2802 F: block/parallels.c
2803 F: docs/interop/parallels.txt
2806 M: Stefan Hajnoczi <stefanha@redhat.com>
2807 L: qemu-block@nongnu.org
2812 M: Kevin Wolf <kwolf@redhat.com>
2813 L: qemu-block@nongnu.org
2815 F: block/linux-aio.c
2816 F: include/block/raw-aio.h
2817 F: block/raw-format.c
2818 F: block/file-posix.c
2819 F: block/file-win32.c
2820 F: block/win32-aio.c
2823 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2824 M: Julia Suvorova <jusual@redhat.com>
2825 M: Stefan Hajnoczi <stefanha@redhat.com>
2826 L: qemu-block@nongnu.org
2832 M: Kevin Wolf <kwolf@redhat.com>
2833 M: Max Reitz <mreitz@redhat.com>
2834 L: qemu-block@nongnu.org
2837 F: docs/interop/qcow2.txt
2840 M: Kevin Wolf <kwolf@redhat.com>
2841 L: qemu-block@nongnu.org
2846 M: Kevin Wolf <kwolf@redhat.com>
2847 M: Max Reitz <mreitz@redhat.com>
2848 L: qemu-block@nongnu.org
2853 M: Kevin Wolf <kwolf@redhat.com>
2854 L: qemu-block@nongnu.org
2859 M: Kevin Wolf <kwolf@redhat.com>
2860 L: qemu-block@nongnu.org
2865 M: Stefan Hajnoczi <stefanha@redhat.com>
2866 L: qemu-block@nongnu.org
2868 F: tests/image-fuzzer/
2871 M: Wen Congyang <wencongyang2@huawei.com>
2872 M: Xie Changlong <xiechanglong.d@gmail.com>
2875 F: block/replication.c
2876 F: tests/test-replication.c
2877 F: docs/block-replication.txt
2880 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2881 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2886 F: contrib/rdmacm-mux/*
2890 M: Alex Bennée <alex.bennee@linaro.org>
2893 F: include/hw/semihosting/
2895 Build and test automation
2896 -------------------------
2897 Build and test automation
2898 M: Alex Bennée <alex.bennee@linaro.org>
2899 M: Fam Zheng <fam@euphon.net>
2900 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2902 F: .github/lockdown.yml
2908 F: scripts/archive-source.sh
2909 W: https://travis-ci.org/qemu/qemu
2910 W: https://app.shippable.com/github/qemu/qemu
2911 W: http://patchew.org/QEMU/
2913 FreeBSD Hosted Continuous Integration
2914 M: Ed Maste <emaste@freebsd.org>
2915 M: Li-Wen Hsu <lwhsu@freebsd.org>
2918 W: https://cirrus-ci.com/github/qemu/qemu
2920 GitLab Continuous Integration
2921 M: Thomas Huth <thuth@redhat.com>
2922 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2923 M: Alex Bennée <alex.bennee@linaro.org>
2924 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2928 Guest Test Compilation Support
2929 M: Alex Bennée <alex.bennee@linaro.org>
2930 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2932 F: tests/tcg/Makefile
2933 F: tests/tcg/Makefile.include
2937 Build system architecture
2938 M: Daniel P. Berrange <berrange@redhat.com>
2940 F: docs/devel/build-system.txt
2942 GIT Data Mining Config
2943 M: Alex Bennée <alex.bennee@linaro.org>
2948 Incompatible changes
2949 R: libvir-list@redhat.com
2950 F: docs/system/deprecated.rst
2955 M: Daniel P. Berrange <berrange@redhat.com>
2957 F: scripts/git-submodule.sh
2960 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2963 Sphinx documentation configuration and build machinery
2964 M: Peter Maydell <peter.maydell@linaro.org>