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.c
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: Gerd Hoffmann <kraxel@redhat.com>
1871 F: hw/display/bochs-display.c
1872 F: include/hw/display/vga.h
1873 F: include/hw/display/bochs-vbe.h
1876 M: Gerd Hoffmann <kraxel@redhat.com>
1878 F: hw/display/ramfb*.c
1879 F: include/hw/display/ramfb.h
1882 M: Gerd Hoffmann <kraxel@redhat.com>
1884 F: hw/display/virtio-gpu*
1885 F: hw/display/virtio-vga.*
1886 F: include/hw/virtio/virtio-gpu.h
1889 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1891 F: contrib/vhost-user-blk/
1892 F: contrib/vhost-user-scsi/
1893 F: hw/block/vhost-user-blk.c
1894 F: hw/scsi/vhost-user-scsi.c
1895 F: hw/virtio/vhost-user-blk-pci.c
1896 F: hw/virtio/vhost-user-scsi-pci.c
1897 F: include/hw/virtio/vhost-user-blk.h
1898 F: include/hw/virtio/vhost-user-scsi.h
1901 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1902 M: Gerd Hoffmann <kraxel@redhat.com>
1904 F: docs/interop/vhost-user-gpu.rst
1905 F: contrib/vhost-user-gpu
1906 F: hw/display/vhost-user-*
1909 M: Gerd Hoffmann <kraxel@redhat.com>
1911 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1912 F: hw/display/cirrus*
1915 M: Gerd Hoffmann <kraxel@redhat.com>
1918 F: include/hw/display/edid.h
1921 PIIX4 South Bridge (i82371AB)
1922 M: Hervé Poussineau <hpoussin@reactos.org>
1923 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1926 F: include/hw/southbridge/piix.h
1928 Firmware configuration (fw_cfg)
1929 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1930 R: Laszlo Ersek <lersek@redhat.com>
1931 R: Gerd Hoffmann <kraxel@redhat.com>
1933 F: docs/specs/fw_cfg.txt
1934 F: hw/nvram/fw_cfg.c
1936 F: include/hw/nvram/fw_cfg.h
1937 F: include/standard-headers/linux/qemu_fw_cfg.h
1938 F: tests/qtest/libqos/fw_cfg.c
1939 F: tests/qtest/fw_cfg-test.c
1940 T: git https://github.com/philmd/qemu.git fw_cfg-next
1943 M: David Gibson <david@gibson.dropbear.id.au>
1944 M: Cédric Le Goater <clg@kaod.org>
1945 L: qemu-ppc@nongnu.org
1948 F: include/hw/*/*xive*
1954 M: Gerd Hoffmann <kraxel@redhat.com>
1958 F: include/hw/audio/
1959 F: tests/qtest/ac97-test.c
1960 F: tests/qtest/es1370-test.c
1961 F: tests/qtest/intel-hda-test.c
1964 M: Kevin Wolf <kwolf@redhat.com>
1965 M: Max Reitz <mreitz@redhat.com>
1966 L: qemu-block@nongnu.org
1973 F: docs/interop/qemu-img.rst
1975 F: tests/qemu-iotests/
1976 F: util/qemu-progress.c
1977 F: qobject/block-qdict.c
1978 F: tests/check-block-qdict.c
1979 T: git https://repo.or.cz/qemu/kevin.git block
1982 M: Stefan Hajnoczi <stefanha@redhat.com>
1983 M: Fam Zheng <fam@euphon.net>
1984 L: qemu-block@nongnu.org
1992 F: include/block/aio.h
1993 F: include/block/aio-wait.h
1994 F: scripts/qemugdb/aio.py
1995 T: git https://github.com/stefanha/qemu.git block
1997 Block SCSI subsystem
1998 M: Paolo Bonzini <pbonzini@redhat.com>
1999 R: Fam Zheng <fam@euphon.net>
2000 L: qemu-block@nongnu.org
2006 M: John Snow <jsnow@redhat.com>
2007 L: qemu-block@nongnu.org
2010 F: include/block/blockjob.h
2013 F: include/qemu/job.h
2019 T: git https://github.com/jnsnow/qemu.git jobs
2021 Block QAPI, monitor, command line
2022 M: Markus Armbruster <armbru@redhat.com>
2025 F: blockdev-hmp-cmds.c
2028 F: qapi/transaction.json
2029 T: git https://repo.or.cz/qemu/armbru.git block-next
2032 M: Eric Blake <eblake@redhat.com>
2033 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2034 R: John Snow <jsnow@redhat.com>
2035 L: qemu-block@nongnu.org
2037 F: include/qemu/hbitmap.h
2038 F: include/block/dirty-bitmap.h
2039 F: block/monitor/bitmap-qmp-cmds.c
2040 F: block/dirty-bitmap.c
2041 F: block/qcow2-bitmap.c
2042 F: migration/block-dirty-bitmap.c
2044 F: tests/test-hbitmap.c
2045 F: docs/interop/bitmaps.rst
2046 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2048 Character device backends
2049 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2050 R: Paolo Bonzini <pbonzini@redhat.com>
2056 Character Devices (Braille)
2057 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2061 Command line option argument parsing
2062 M: Markus Armbruster <armbru@redhat.com>
2064 F: include/qemu/option.h
2065 F: tests/test-keyval.c
2066 F: tests/test-qemu-opts.c
2068 F: util/qemu-option.c
2071 M: Markus Armbruster <armbru@redhat.com>
2073 F: scripts/coverity-model.c
2075 Coverity Scan integration
2076 M: Peter Maydell <peter.maydell@linaro.org>
2078 F: scripts/coverity-scan/
2081 M: Alistair Francis <alistair.francis@wdc.com>
2082 R: David Gibson <david@gibson.dropbear.id.au>
2085 F: include/sysemu/device_tree.h
2089 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2091 F: hw/misc/vmcoreinfo.c
2092 F: include/hw/misc/vmcoreinfo.h
2093 F: include/qemu/win_dump_defs
2094 F: include/sysemu/dump-arch.h
2095 F: include/sysemu/dump.h
2097 F: scripts/dump-guest-memory.py
2101 M: Markus Armbruster <armbru@redhat.com>
2103 F: include/qapi/error.h
2104 F: include/qemu/error-report.h
2107 F: util/qemu-error.c
2108 F: scripts/coccinelle/err-bad-newline.cocci
2109 F: scripts/coccinelle/error-use-after-free.cocci
2110 F: scripts/coccinelle/error_propagate_null.cocci
2111 F: scripts/coccinelle/remove_local_err.cocci
2112 F: scripts/coccinelle/use-error_fatal.cocci
2115 M: Alex Bennée <alex.bennee@linaro.org>
2116 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2122 M: Paolo Bonzini <pbonzini@redhat.com>
2124 F: include/exec/ioport.h
2126 F: include/exec/memop.h
2127 F: include/exec/memory.h
2128 F: include/exec/ram_addr.h
2129 F: include/exec/ramblock.h
2131 F: include/exec/memory-internal.h
2133 F: scripts/coccinelle/memory-region-housekeeping.cocci
2136 M: Gerd Hoffmann <kraxel@redhat.com>
2138 F: include/ui/qemu-spice.h
2139 F: include/ui/spice-display.h
2141 F: audio/spiceaudio.c
2144 F: docs/spice-port-fqdn.txt
2147 M: Gerd Hoffmann <kraxel@redhat.com>
2155 M: Peter Maydell <peter.maydell@linaro.org>
2160 M: Paolo Bonzini <pbonzini@redhat.com>
2163 F: include/qemu/main-loop.h
2164 F: include/sysemu/runstate.h
2166 F: util/qemu-timer.c
2169 F: qapi/run-state.json
2172 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2174 F: monitor/monitor-internal.h
2176 F: monitor/monitor.c
2180 F: include/monitor/hmp-target.h
2181 F: tests/qtest/test-hmp.c
2182 F: include/qemu/qemu-print.h
2183 F: util/qemu-print.c
2185 Network device backends
2186 M: Jason Wang <jasowang@redhat.com>
2190 F: qemu-bridge-helper.c
2191 T: git https://github.com/jasowang/qemu.git net
2194 Netmap network backend
2195 M: Luigi Rizzo <rizzo@iet.unipi.it>
2196 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2197 M: Vincenzo Maffione <v.maffione@gmail.com>
2198 W: http://info.iet.unipi.it/~luigi/netmap/
2202 Host Memory Backends
2203 M: Eduardo Habkost <ehabkost@redhat.com>
2204 M: Igor Mammedov <imammedo@redhat.com>
2206 F: backends/hostmem*.c
2207 F: include/sysemu/hostmem.h
2208 T: git https://github.com/ehabkost/qemu.git machine-next
2211 M: Gonglei <arei.gonglei@huawei.com>
2213 F: include/sysemu/cryptodev*.h
2214 F: backends/cryptodev*.c
2217 M: Eduardo Habkost <ehabkost@redhat.com>
2218 M: Cleber Rosa <crosa@redhat.com>
2225 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2227 F: scripts/simplebench/
2230 M: Markus Armbruster <armbru@redhat.com>
2231 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2236 X: include/qapi/qmp/
2237 F: include/qapi/qmp/dispatch.h
2238 F: tests/qapi-schema/
2239 F: tests/test-*-visitor.c
2240 F: tests/test-qapi-*.c
2241 F: tests/test-qmp-*.c
2242 F: tests/test-visitor-serialization.c
2243 F: scripts/qapi-gen.py
2246 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2249 M: Eric Blake <eblake@redhat.com>
2250 M: Markus Armbruster <armbru@redhat.com>
2253 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2256 M: Markus Armbruster <armbru@redhat.com>
2259 F: include/qapi/qmp/
2260 X: include/qapi/qmp/dispatch.h
2261 F: scripts/coccinelle/qobject.cocci
2262 F: tests/check-qdict.c
2263 F: tests/check-qjson.c
2264 F: tests/check-qlist.c
2265 F: tests/check-qlit.c
2266 F: tests/check-qnull.c
2267 F: tests/check-qnum.c
2268 F: tests/check-qobject.c
2269 F: tests/check-qstring.c
2270 F: tests/data/qobject/qdict.txt
2271 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2274 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2277 F: docs/interop/qemu-ga.rst
2278 F: scripts/qemu-guest-agent/
2280 F: docs/interop/qemu-ga-ref.texi
2281 T: git https://github.com/mdroth/qemu.git qga
2284 M: Paolo Bonzini <pbonzini@redhat.com>
2285 R: Daniel P. Berrange <berrange@redhat.com>
2286 R: Eduardo Habkost <ehabkost@redhat.com>
2288 F: docs/qdev-device-use.txt
2291 F: include/monitor/qdev.h
2297 F: tests/check-qom-interface.c
2298 F: tests/check-qom-proplist.c
2299 F: tests/test-qdev-global-props.c
2302 M: Markus Armbruster <armbru@redhat.com>
2304 F: monitor/monitor-internal.h
2307 F: monitor/monitor.c
2309 F: docs/devel/*qmp-*
2310 F: docs/interop/*qmp-*
2312 F: tests/qtest/qmp-test.c
2313 F: tests/qtest/qmp-cmd-test.c
2314 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2317 M: Thomas Huth <thuth@redhat.com>
2318 M: Laurent Vivier <lvivier@redhat.com>
2319 R: Paolo Bonzini <pbonzini@redhat.com>
2326 M: Alexander Bulekov <alxndr@bu.edu>
2327 R: Paolo Bonzini <pbonzini@redhat.com>
2328 R: Bandan Das <bsd@redhat.com>
2329 R: Stefan Hajnoczi <stefanha@redhat.com>
2331 F: tests/qtest/fuzz/
2334 M: Alistair Francis <alistair@alistair23.me>
2336 F: hw/core/register.c
2337 F: include/hw/register.h
2338 F: include/hw/registerfields.h
2341 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2345 F: include/net/slirp.h
2346 T: git https://people.debian.org/~sthibault/qemu.git slirp
2349 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2352 F: include/hw/stream.h
2355 M: Paolo Bonzini <pbonzini@redhat.com>
2360 M: Stefan Hajnoczi <stefanha@redhat.com>
2364 F: docs/qemu-option-trace.rst.inc
2365 F: scripts/tracetool.py
2366 F: scripts/tracetool/
2367 F: scripts/qemu-trace-stap*
2368 F: docs/interop/qemu-trace-stap.rst
2369 F: docs/devel/tracing.txt
2370 T: git https://github.com/stefanha/qemu.git tracing
2373 M: Stefan Berger <stefanb@linux.ibm.com>
2378 F: include/hw/acpi/tpm.h
2379 F: include/sysemu/tpm*
2382 F: tests/qtest/*tpm*
2383 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2387 F: scripts/checkpatch.pl
2390 M: Juan Quintela <quintela@redhat.com>
2391 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2393 F: hw/core/vmstate-if.c
2394 F: include/hw/vmstate-if.h
2395 F: include/migration/
2397 F: scripts/vmstate-static-checker.py
2398 F: tests/vmstate-static-checker-data/
2399 F: tests/qtest/migration-test.c
2400 F: docs/devel/migration.rst
2401 F: qapi/migration.json
2404 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2406 F: backends/dbus-vmstate.c
2407 F: tests/dbus-vmstate*
2409 F: include/qemu/dbus.h
2410 F: docs/interop/dbus.rst
2411 F: docs/interop/dbus-vmstate.rst
2414 M: Eduardo Otubo <otubo@redhat.com>
2417 F: include/sysemu/seccomp.h
2420 M: Daniel P. Berrange <berrange@redhat.com>
2424 F: tests/test-crypto-*
2425 F: tests/benchmark-crypto-*
2426 F: tests/crypto-tls-*
2427 F: tests/pkix_asn1_tab.c
2431 M: Stefan Hajnoczi <stefanha@redhat.com>
2432 M: Kevin Wolf <kwolf@redhat.com>
2435 F: include/qemu/coroutine*
2436 F: tests/test-coroutine.c
2439 M: Daniel P. Berrange <berrange@redhat.com>
2442 F: include/qemu/buffer.h
2445 M: Daniel P. Berrange <berrange@redhat.com>
2452 M: Daniel P. Berrange <berrange@redhat.com>
2457 F: tests/test-authz-*
2460 M: Daniel P. Berrange <berrange@redhat.com>
2461 M: Gerd Hoffmann <kraxel@redhat.com>
2463 F: include/qemu/sockets.h
2464 F: util/qemu-sockets.c
2465 F: qapi/sockets.json
2468 M: Daniel P. Berrange <berrange@redhat.com>
2470 F: util/filemonitor*.c
2471 F: include/qemu/filemonitor.h
2472 F: tests/test-util-filemonitor.c
2474 Throttling infrastructure
2475 M: Alberto Garcia <berto@igalia.com>
2477 F: block/throttle-groups.c
2478 F: include/block/throttle-groups.h
2479 F: include/qemu/throttle*.h
2481 F: docs/throttle.txt
2482 F: tests/test-throttle.c
2483 L: qemu-block@nongnu.org
2486 M: Fam Zheng <fam@euphon.net>
2489 F: include/qemu/uuid.h
2490 F: tests/test-uuid.c
2493 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2496 F: include/migration/colo.h
2497 F: include/migration/failover.h
2501 M: Zhang Chen <chen.zhang@intel.com>
2502 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2504 F: docs/colo-proxy.txt
2506 F: net/filter-rewriter.c
2507 F: net/filter-mirror.c
2510 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2511 R: Paolo Bonzini <pbonzini@redhat.com>
2512 W: https://wiki.qemu.org/Features/record-replay
2515 F: block/blkreplay.c
2516 F: net/filter-replay.c
2517 F: include/sysemu/replay.h
2522 M: Peter Xu <peterx@redhat.com>
2524 F: include/qemu/iova-tree.h
2528 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2533 M: Corey Minyard <cminyard@mvista.com>
2536 F: hw/i2c/smbus_slave.c
2537 F: hw/i2c/smbus_master.c
2538 F: hw/i2c/smbus_eeprom.c
2539 F: include/hw/i2c/i2c.h
2540 F: include/hw/i2c/smbus_master.h
2541 F: include/hw/i2c/smbus_slave.h
2542 F: include/hw/i2c/smbus_eeprom.h
2545 M: Laszlo Ersek <lersek@redhat.com>
2546 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2548 F: pc-bios/descriptors/??-edk2-*.json
2550 F: roms/Makefile.edk2
2553 F: tests/data/uefi-boot-images/
2554 F: tests/uefi-test-tools/
2555 F: .gitlab-ci.d/edk2.yml
2556 F: .gitlab-ci.d/edk2/
2560 Overall usermode emulation
2561 M: Riku Voipio <riku.voipio@iki.fi>
2564 F: accel/tcg/user-exec*.c
2569 F: default-configs/*-bsd-user.mak
2572 M: Riku Voipio <riku.voipio@iki.fi>
2573 R: Laurent Vivier <laurent@vivier.eu>
2576 F: default-configs/*-linux-user.mak
2577 F: scripts/qemu-binfmt-conf.sh
2578 F: scripts/update-syscalltbl.sh
2579 F: scripts/update-mips-syscall-args.sh
2580 F: scripts/gensyscalls.sh
2582 Tiny Code Generator (TCG)
2583 -------------------------
2585 M: Richard Henderson <rth@twiddle.net>
2591 M: Alex Bennée <alex.bennee@linaro.org>
2593 F: docs/devel/tcg-plugins.rst
2598 M: Richard Henderson <richard.henderson@linaro.org>
2600 L: qemu-arm@nongnu.org
2606 M: Andrzej Zaborowski <balrogg@gmail.com>
2608 L: qemu-arm@nongnu.org
2613 M: Richard Henderson <rth@twiddle.net>
2619 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2620 R: Aurelien Jarno <aurelien@aurel32.net>
2621 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2626 M: Richard Henderson <rth@twiddle.net>
2632 M: Palmer Dabbelt <palmer@dabbelt.com>
2633 M: Alistair Francis <Alistair.Francis@wdc.com>
2634 L: qemu-riscv@nongnu.org
2640 M: Richard Henderson <rth@twiddle.net>
2644 L: qemu-s390x@nongnu.org
2652 M: Stefan Weil <sw@weilnetz.de>
2661 M: Fam Zheng <fam@euphon.net>
2662 L: qemu-block@nongnu.org
2667 M: Jason Dillaman <dillaman@redhat.com>
2668 L: qemu-block@nongnu.org
2673 M: Liu Yuan <namei.unix@gmail.com>
2674 L: qemu-block@nongnu.org
2675 L: sheepdog@lists.wpkg.org
2680 M: Jeff Cody <codyprime@gmail.com>
2681 L: qemu-block@nongnu.org
2686 M: Stefan Weil <sw@weilnetz.de>
2687 L: qemu-block@nongnu.org
2692 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2693 M: Paolo Bonzini <pbonzini@redhat.com>
2694 M: Peter Lieven <pl@kamp.de>
2695 L: qemu-block@nongnu.org
2698 F: block/iscsi-opts.c
2700 Network Block Device (NBD)
2701 M: Eric Blake <eblake@redhat.com>
2702 L: qemu-block@nongnu.org
2706 F: include/block/nbd*
2709 F: docs/interop/nbd.txt
2710 F: docs/interop/qemu-nbd.rst
2711 T: git https://repo.or.cz/qemu/ericb.git nbd
2714 M: Peter Lieven <pl@kamp.de>
2715 L: qemu-block@nongnu.org
2720 M: Richard W.M. Jones <rjones@redhat.com>
2721 L: qemu-block@nongnu.org
2726 L: qemu-block@nongnu.org
2731 L: qemu-block@nongnu.org
2732 L: integration@gluster.org
2737 M: Fam Zheng <fam@euphon.net>
2738 L: qemu-block@nongnu.org
2743 M: Fam Zheng <fam@euphon.net>
2744 L: qemu-block@nongnu.org
2749 M: Gonglei <arei.gonglei@huawei.com>
2754 M: Alberto Garcia <berto@igalia.com>
2757 L: qemu-block@nongnu.org
2760 M: Ari Sundholm <ari@tuxera.com>
2761 L: qemu-block@nongnu.org
2763 F: block/blklogwrites.c
2766 M: Stefan Hajnoczi <stefanha@redhat.com>
2767 L: qemu-block@nongnu.org
2769 F: block/blkverify.c
2772 M: Stefan Hajnoczi <stefanha@redhat.com>
2773 L: qemu-block@nongnu.org
2778 M: Stefan Hajnoczi <stefanha@redhat.com>
2779 L: qemu-block@nongnu.org
2784 M: Stefan Hajnoczi <stefanha@redhat.com>
2785 L: qemu-block@nongnu.org
2790 M: Stefan Hajnoczi <stefanha@redhat.com>
2791 M: Denis V. Lunev <den@openvz.org>
2792 L: qemu-block@nongnu.org
2794 F: block/parallels.c
2795 F: docs/interop/parallels.txt
2798 M: Stefan Hajnoczi <stefanha@redhat.com>
2799 L: qemu-block@nongnu.org
2804 M: Kevin Wolf <kwolf@redhat.com>
2805 L: qemu-block@nongnu.org
2807 F: block/linux-aio.c
2808 F: include/block/raw-aio.h
2809 F: block/raw-format.c
2810 F: block/file-posix.c
2811 F: block/file-win32.c
2812 F: block/win32-aio.c
2815 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2816 M: Julia Suvorova <jusual@redhat.com>
2817 M: Stefan Hajnoczi <stefanha@redhat.com>
2818 L: qemu-block@nongnu.org
2824 M: Kevin Wolf <kwolf@redhat.com>
2825 M: Max Reitz <mreitz@redhat.com>
2826 L: qemu-block@nongnu.org
2829 F: docs/interop/qcow2.txt
2832 M: Kevin Wolf <kwolf@redhat.com>
2833 L: qemu-block@nongnu.org
2838 M: Kevin Wolf <kwolf@redhat.com>
2839 M: Max Reitz <mreitz@redhat.com>
2840 L: qemu-block@nongnu.org
2845 M: Kevin Wolf <kwolf@redhat.com>
2846 L: qemu-block@nongnu.org
2851 M: Kevin Wolf <kwolf@redhat.com>
2852 L: qemu-block@nongnu.org
2857 M: Stefan Hajnoczi <stefanha@redhat.com>
2858 L: qemu-block@nongnu.org
2860 F: tests/image-fuzzer/
2863 M: Wen Congyang <wencongyang2@huawei.com>
2864 M: Xie Changlong <xiechanglong.d@gmail.com>
2867 F: block/replication.c
2868 F: tests/test-replication.c
2869 F: docs/block-replication.txt
2872 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2873 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2878 F: contrib/rdmacm-mux/*
2882 M: Alex Bennée <alex.bennee@linaro.org>
2885 F: include/hw/semihosting/
2887 Build and test automation
2888 -------------------------
2889 Build and test automation
2890 M: Alex Bennée <alex.bennee@linaro.org>
2891 M: Fam Zheng <fam@euphon.net>
2892 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2894 F: .github/lockdown.yml
2900 F: scripts/archive-source.sh
2901 W: https://travis-ci.org/qemu/qemu
2902 W: https://app.shippable.com/github/qemu/qemu
2903 W: http://patchew.org/QEMU/
2905 FreeBSD Hosted Continuous Integration
2906 M: Ed Maste <emaste@freebsd.org>
2907 M: Li-Wen Hsu <lwhsu@freebsd.org>
2910 W: https://cirrus-ci.com/github/qemu/qemu
2912 GitLab Continuous Integration
2913 M: Thomas Huth <thuth@redhat.com>
2914 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2915 M: Alex Bennée <alex.bennee@linaro.org>
2916 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2920 Guest Test Compilation Support
2921 M: Alex Bennée <alex.bennee@linaro.org>
2922 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2924 F: tests/tcg/Makefile
2925 F: tests/tcg/Makefile.include
2929 Build system architecture
2930 M: Daniel P. Berrange <berrange@redhat.com>
2932 F: docs/devel/build-system.txt
2934 GIT Data Mining Config
2935 M: Alex Bennée <alex.bennee@linaro.org>
2940 Incompatible changes
2941 R: libvir-list@redhat.com
2942 F: docs/system/deprecated.rst
2947 M: Daniel P. Berrange <berrange@redhat.com>
2949 F: scripts/git-submodule.sh
2952 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2955 Sphinx documentation configuration and build machinery
2956 M: Peter Maydell <peter.maydell@linaro.org>