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: Yoshinori Sato <ysato@users.sourceforge.jp>
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
445 F: hw/char/xen_console.c
446 F: hw/display/xenfb.c
450 F: hw/block/dataplane/xen*
454 F: hw/pci-host/xen_igd_pt.c
455 F: include/hw/block/dataplane/xen*
457 F: include/sysemu/xen.h
458 F: include/sysemu/xen-mapcache.h
460 Guest CPU Cores (HAXM)
461 ---------------------
463 M: Wenchao Wang <wenchao.wang@intel.com>
464 M: Colin Xu <colin.xu@intel.com>
465 L: haxm-team@intel.com
466 W: https://github.com/intel/haxm/issues
468 F: include/sysemu/hax.h
474 M: Michael S. Tsirkin <mst@redhat.com>
475 M: Cornelia Huck <cohuck@redhat.com>
476 M: Paolo Bonzini <pbonzini@redhat.com>
479 F: scripts/update-linux-headers.sh
482 M: Paolo Bonzini <pbonzini@redhat.com>
485 F: include/sysemu/os-posix.h
487 F: include/qemu/*posix*.h
490 M: Kamil Rytarowski <kamil@netbsd.org>
492 K: ^Subject:.*(?i)NetBSD
495 M: Brad Smith <brad@comstyle.com>
497 K: ^Subject:.*(?i)OpenBSD
500 M: Stefan Weil <sw@weilnetz.de>
510 M: Richard Henderson <rth@twiddle.net>
513 F: hw/isa/smc37c669-superio.c
514 F: tests/tcg/alpha/system/
519 M: Beniamino Galvani <b.galvani@gmail.com>
520 M: Peter Maydell <peter.maydell@linaro.org>
521 L: qemu-arm@nongnu.org
524 F: include/hw/*/allwinner*
525 F: hw/arm/cubieboard.c
528 M: Niek Linnenbank <nieklinnenbank@gmail.com>
529 L: qemu-arm@nongnu.org
531 F: hw/*/allwinner-h3*
532 F: include/hw/*/allwinner-h3*
534 F: docs/system/orangepi.rst
536 ARM PrimeCell and CMSDK devices
537 M: Peter Maydell <peter.maydell@linaro.org>
538 L: qemu-arm@nongnu.org
541 F: include/hw/char/pl011.h
544 F: include/hw/dma/pl080.h
551 F: include/hw/ssi/pl022.h
553 F: include/hw/rtc/pl031.h
554 F: include/hw/arm/primecell.h
555 F: hw/timer/cmsdk-apb-timer.c
556 F: include/hw/timer/cmsdk-apb-timer.h
557 F: hw/timer/cmsdk-apb-dualtimer.c
558 F: include/hw/timer/cmsdk-apb-dualtimer.h
559 F: hw/char/cmsdk-apb-uart.c
560 F: include/hw/char/cmsdk-apb-uart.h
561 F: hw/watchdog/cmsdk-apb-watchdog.c
562 F: include/hw/watchdog/cmsdk-apb-watchdog.h
564 F: include/hw/misc/tz-ppc.h
566 F: include/hw/misc/tz-mpc.h
568 F: include/hw/misc/tz-msc.h
571 M: Peter Maydell <peter.maydell@linaro.org>
572 L: qemu-arm@nongnu.org
575 F: hw/intc/gic_internal.h
577 F: hw/misc/arm11scu.c
578 F: hw/misc/arm_l2x0.c
579 F: hw/timer/a9gtimer*
581 F: include/hw/arm/arm*.h
582 F: include/hw/intc/arm*
583 F: include/hw/misc/a9scu.h
584 F: include/hw/misc/arm11scu.h
585 F: include/hw/timer/a9gtimer.h
586 F: include/hw/timer/arm_mptimer.h
587 F: include/hw/timer/armv7m_systick.h
588 F: tests/qtest/test-arm-mptimer.c
591 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
592 M: Peter Maydell <peter.maydell@linaro.org>
593 L: qemu-arm@nongnu.org
596 F: include/hw/arm/exynos4210.h
599 M: Rob Herring <robh@kernel.org>
600 M: Peter Maydell <peter.maydell@linaro.org>
601 L: qemu-arm@nongnu.org
607 M: Antony Pavlov <antonynpavlov@gmail.com>
608 M: Peter Maydell <peter.maydell@linaro.org>
609 L: qemu-arm@nongnu.org
611 F: include/hw/arm/digic.h
613 F: include/hw/*/digic*
614 F: tests/acceptance/machine_arm_canona1100.py
617 M: Anup Patel <anup.patel@wdc.com>
618 M: Alistair Francis <Alistair.Francis@wdc.com>
619 L: qemu-riscv@nongnu.org
621 F: hw/rtc/goldfish_rtc.c
622 F: include/hw/rtc/goldfish_rtc.h
625 M: Peter Maydell <peter.maydell@linaro.org>
626 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
627 L: qemu-arm@nongnu.org
632 M: Peter Maydell <peter.maydell@linaro.org>
633 R: Jean-Christophe Dubois <jcd@tribudubois.net>
634 L: qemu-arm@nongnu.org
636 F: hw/arm/fsl-imx25.c
637 F: hw/arm/imx25_pdk.c
638 F: hw/misc/imx25_ccm.c
639 F: hw/watchdog/wdt_imx2.c
640 F: include/hw/arm/fsl-imx25.h
641 F: include/hw/misc/imx25_ccm.h
642 F: include/hw/watchdog/wdt_imx2.h
645 M: Peter Chubb <peter.chubb@nicta.com.au>
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
652 F: include/hw/*/imx_*
653 F: include/hw/*/*imx31*
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
659 F: hw/arm/integratorcp.c
660 F: hw/misc/arm_integrator_debug.c
661 F: include/hw/misc/arm_integrator_debug.h
662 F: tests/acceptance/machine_arm_integratorcp.py
663 F: docs/system/arm/integratorcp.rst
665 MCIMX6UL EVK / i.MX6ul
666 M: Peter Maydell <peter.maydell@linaro.org>
667 R: Jean-Christophe Dubois <jcd@tribudubois.net>
668 L: qemu-arm@nongnu.org
670 F: hw/arm/mcimx6ul-evk.c
671 F: hw/arm/fsl-imx6ul.c
672 F: hw/misc/imx6ul_ccm.c
673 F: include/hw/arm/fsl-imx6ul.h
674 F: include/hw/misc/imx6ul_ccm.h
676 MCIMX7D SABRE / i.MX7
677 M: Peter Maydell <peter.maydell@linaro.org>
678 R: Andrey Smirnov <andrew.smirnov@gmail.com>
679 L: qemu-arm@nongnu.org
681 F: hw/arm/mcimx7d-sabre.c
684 F: include/hw/arm/fsl-imx7.h
685 F: include/hw/misc/imx7_*.h
686 F: hw/pci-host/designware.c
687 F: include/hw/pci-host/designware.h
690 M: Peter Maydell <peter.maydell@linaro.org>
691 L: qemu-arm@nongnu.org
696 F: include/hw/misc/mps2-*.h
698 F: include/hw/arm/armsse.h
699 F: hw/misc/iotkit-secctl.c
700 F: include/hw/misc/iotkit-secctl.h
701 F: hw/misc/iotkit-sysctl.c
702 F: include/hw/misc/iotkit-sysctl.h
703 F: hw/misc/iotkit-sysinfo.c
704 F: include/hw/misc/iotkit-sysinfo.h
705 F: hw/misc/armsse-cpuid.c
706 F: include/hw/misc/armsse-cpuid.h
707 F: hw/misc/armsse-mhu.c
708 F: include/hw/misc/armsse-mhu.h
709 F: docs/system/arm/mps2.rst
712 M: Peter Maydell <peter.maydell@linaro.org>
713 L: qemu-arm@nongnu.org
716 F: docs/system/arm/musca.rst
719 M: Jan Kiszka <jan.kiszka@web.de>
720 M: Peter Maydell <peter.maydell@linaro.org>
721 L: qemu-arm@nongnu.org
724 F: docs/system/arm/musicpal.rst
727 M: Andrzej Zaborowski <balrogg@gmail.com>
728 M: Peter Maydell <peter.maydell@linaro.org>
729 L: qemu-arm@nongnu.org
732 F: hw/display/blizzard.c
734 F: hw/input/tsc2005.c
737 F: include/hw/display/blizzard.h
738 F: include/hw/input/tsc2xxx.h
739 F: include/hw/misc/cbus.h
740 F: tests/acceptance/machine_arm_n8x0.py
741 F: docs/system/arm/nseries.rst
744 M: Andrzej Zaborowski <balrogg@gmail.com>
745 M: Peter Maydell <peter.maydell@linaro.org>
746 L: qemu-arm@nongnu.org
749 F: hw/input/tsc210x.c
750 F: include/hw/input/tsc2xxx.h
751 F: docs/system/arm/palm.rst
754 M: Peter Maydell <peter.maydell@linaro.org>
755 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
756 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
757 L: qemu-arm@nongnu.org
760 F: hw/arm/raspi_platform.h
762 F: include/hw/arm/raspi*
763 F: include/hw/*/bcm283*
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
770 F: hw/cpu/realview_mpcore.c
771 F: hw/intc/realview_gic.c
772 F: include/hw/intc/realview_gic.h
773 F: docs/system/arm/realview.rst
776 M: Andrzej Zaborowski <balrogg@gmail.com>
777 M: Peter Maydell <peter.maydell@linaro.org>
778 L: qemu-arm@nongnu.org
780 F: hw/arm/mainstone.c
785 F: hw/display/tc6393xb.c
788 F: hw/misc/mst_fpga.c
790 F: include/hw/arm/pxa.h
791 F: include/hw/arm/sharpsl.h
792 F: include/hw/display/tc6393xb.h
793 F: docs/system/arm/xscale.rst
796 M: Peter Maydell <peter.maydell@linaro.org>
797 R: Jean-Christophe Dubois <jcd@tribudubois.net>
798 L: qemu-arm@nongnu.org
800 F: hw/arm/sabrelite.c
804 F: hw/usb/imx-usb-phy.c
805 F: include/hw/usb/imx-usb-phy.h
806 F: include/hw/arm/fsl-imx6.h
807 F: include/hw/misc/imx6_*.h
808 F: include/hw/ssi/imx_spi.h
811 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
812 M: Peter Maydell <peter.maydell@linaro.org>
813 R: Leif Lindholm <leif@nuviainc.com>
814 L: qemu-arm@nongnu.org
818 Sharp SL-5500 (Collie) PDA
819 M: Peter Maydell <peter.maydell@linaro.org>
820 L: qemu-arm@nongnu.org
826 M: Peter Maydell <peter.maydell@linaro.org>
827 L: qemu-arm@nongnu.org
830 F: include/hw/input/gamepad.h
831 F: docs/system/arm/stellaris.rst
834 M: Peter Maydell <peter.maydell@linaro.org>
835 L: qemu-arm@nongnu.org
838 F: docs/system/arm/vexpress.rst
841 M: Peter Maydell <peter.maydell@linaro.org>
842 L: qemu-arm@nongnu.org
845 F: include/hw/i2c/arm_sbcon_i2c.h
846 F: hw/misc/arm_sysctl.c
847 F: docs/system/arm/versatile.rst
850 M: Peter Maydell <peter.maydell@linaro.org>
851 L: qemu-arm@nongnu.org
854 F: include/hw/arm/virt.h
857 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
858 M: Alistair Francis <alistair@alistair23.me>
859 M: Peter Maydell <peter.maydell@linaro.org>
860 L: qemu-arm@nongnu.org
865 F: include/hw/misc/zynq*
869 M: Alistair Francis <alistair@alistair23.me>
870 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
871 M: Peter Maydell <peter.maydell@linaro.org>
872 L: qemu-arm@nongnu.org
875 F: include/hw/*/xlnx*.h
876 F: include/hw/ssi/xilinx_spips.h
878 F: include/hw/display/dpcd.h
881 M: Shannon Zhao <shannon.zhaosl@gmail.com>
882 L: qemu-arm@nongnu.org
884 F: hw/arm/virt-acpi-build.c
887 M: Alistair Francis <alistair@alistair23.me>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
891 F: hw/arm/stm32f205_soc.c
892 F: hw/misc/stm32f2xx_syscfg.c
893 F: hw/char/stm32f2xx_usart.c
894 F: hw/timer/stm32f2xx_timer.c
896 F: hw/ssi/stm32f2xx_spi.c
897 F: include/hw/*/stm32*.h
900 M: Alistair Francis <alistair@alistair23.me>
901 M: Peter Maydell <peter.maydell@linaro.org>
902 L: qemu-arm@nongnu.org
904 F: hw/arm/stm32f405_soc.c
905 F: hw/misc/stm32f4xx_syscfg.c
906 F: hw/misc/stm32f4xx_exti.c
909 M: Alistair Francis <alistair@alistair23.me>
910 M: Peter Maydell <peter.maydell@linaro.org>
911 L: qemu-arm@nongnu.org
913 F: hw/arm/netduino2.c
916 M: Alistair Francis <alistair@alistair23.me>
917 M: Peter Maydell <peter.maydell@linaro.org>
918 L: qemu-arm@nongnu.org
920 F: hw/arm/netduinoplus2.c
923 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
924 M: Peter Maydell <peter.maydell@linaro.org>
925 L: qemu-arm@nongnu.org
928 F: hw/misc/msf2-sysreg.c
929 F: hw/timer/mss-timer.c
931 F: include/hw/arm/msf2-soc.h
932 F: include/hw/misc/msf2-sysreg.h
933 F: include/hw/timer/mss-timer.h
934 F: include/hw/ssi/mss-spi.h
935 F: hw/net/msf2-emac.c
936 F: include/hw/net/msf2-emac.h
939 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
940 M: Peter Maydell <peter.maydell@linaro.org>
941 L: qemu-arm@nongnu.org
946 M: Cédric Le Goater <clg@kaod.org>
947 M: Peter Maydell <peter.maydell@linaro.org>
948 R: Andrew Jeffery <andrew@aj.id.au>
949 R: Joel Stanley <joel@jms.id.au>
950 L: qemu-arm@nongnu.org
954 F: include/hw/*/*aspeed*
955 F: include/hw/misc/pca9552*.h
956 F: hw/net/ftgmac100.c
957 F: include/hw/net/ftgmac100.h
960 M: Joel Stanley <joel@jms.id.au>
961 M: Peter Maydell <peter.maydell@linaro.org>
962 L: qemu-arm@nongnu.org
966 F: include/hw/*/nrf51*.h
967 F: include/hw/*/microbit*.h
968 F: tests/qtest/microbit-test.c
973 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
975 F: hw/cris/axis_dev88.c
981 M: Richard Henderson <rth@twiddle.net>
982 R: Helge Deller <deller@gmx.de>
984 F: default-configs/hppa-softmmu.mak
986 F: pc-bios/hppa-firmware.img
990 EVR32 and uclinux BSP
991 R: Michael Walle <michael@walle.cc>
993 F: hw/lm32/lm32_boards.c
996 R: Michael Walle <michael@walle.cc>
998 F: hw/lm32/milkymist.c
1003 M: Thomas Huth <huth@tuxfamily.org>
1006 F: hw/m68k/mcf5206.c
1009 M: Thomas Huth <huth@tuxfamily.org>
1011 F: hw/m68k/mcf5208.c
1012 F: hw/m68k/mcf_intc.c
1013 F: hw/char/mcf_uart.c
1015 F: include/hw/m68k/mcf*.h
1018 M: Thomas Huth <huth@tuxfamily.org>
1021 F: hw/display/next-fb.c
1022 F: include/hw/m68k/next-cube.h
1025 M: Laurent Vivier <laurent@vivier.eu>
1028 F: hw/misc/mac_via.c
1030 F: hw/display/macfb.c
1032 F: hw/m68k/bootinfo.h
1033 F: include/hw/misc/mac_via.h
1034 F: include/hw/nubus/*
1035 F: include/hw/display/macfb.h
1036 F: include/hw/block/swim.h
1040 petalogix_s3adsp1800
1041 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1043 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1044 F: include/hw/char/xilinx_uartlite.h
1047 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1049 F: hw/microblaze/petalogix_ml605_mmu.c
1054 M: Hervé Poussineau <hpoussin@reactos.org>
1055 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1058 F: hw/display/jazz_led.c
1062 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1063 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1064 R: Aurelien Jarno <aurelien@aurel32.net>
1069 F: hw/mips/gt64xxx_pci.c
1070 F: include/hw/southbridge/piix.h
1071 F: tests/acceptance/linux_ssh_mips_malta.py
1072 F: tests/acceptance/machine_mips_malta.py
1075 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1076 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1078 F: hw/mips/mipssim.c
1082 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1083 R: Aurelien Jarno <aurelien@aurel32.net>
1084 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1089 M: Huacai Chen <chenhc@lemote.com>
1090 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1091 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1092 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1094 F: hw/mips/fuloong2e.c
1095 F: hw/isa/vt82c686.c
1096 F: hw/pci-host/bonito.c
1097 F: include/hw/isa/vt82c686.h
1099 Loongson-3 virtual platforms
1100 M: Huacai Chen <chenhc@lemote.com>
1101 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1103 F: hw/intc/loongson_liointc.c
1106 M: Paul Burton <pburton@wavecomp.com>
1107 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1109 F: hw/core/loader-fit.c
1111 F: hw/pci-host/xilinx-pcie.c
1112 F: include/hw/pci-host/xilinx-pcie.h
1117 M: Jia Liu <proljc@gmail.com>
1119 F: hw/openrisc/openrisc_sim.c
1124 M: David Gibson <david@gibson.dropbear.id.au>
1125 L: qemu-ppc@nongnu.org
1127 F: hw/ppc/ppc405_boards.c
1130 M: David Gibson <david@gibson.dropbear.id.au>
1131 L: qemu-ppc@nongnu.org
1133 F: hw/ppc/ppc440_bamboo.c
1136 M: David Gibson <david@gibson.dropbear.id.au>
1137 L: qemu-ppc@nongnu.org
1140 F: hw/gpio/mpc8xxx.c
1142 F: hw/net/fsl_etsec/
1143 F: hw/pci-host/ppce500.c
1144 F: include/hw/ppc/ppc_e500.h
1145 F: include/hw/pci-host/ppce500.h
1146 F: pc-bios/u-boot.e500
1149 M: David Gibson <david@gibson.dropbear.id.au>
1150 L: qemu-ppc@nongnu.org
1152 F: hw/ppc/mpc8544ds.c
1153 F: hw/ppc/mpc8544_guts.c
1156 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1157 R: David Gibson <david@gibson.dropbear.id.au>
1158 L: qemu-ppc@nongnu.org
1160 F: hw/ppc/mac_newworld.c
1161 F: hw/pci-host/uninorth.c
1162 F: hw/pci-bridge/dec.[hc]
1164 F: hw/misc/mos6522.c
1165 F: hw/nvram/mac_nvram.c
1167 F: include/hw/misc/macio/
1168 F: include/hw/misc/mos6522.h
1169 F: include/hw/ppc/mac_dbdma.h
1170 F: include/hw/pci-host/uninorth.h
1171 F: include/hw/input/adb*
1172 F: pc-bios/qemu_vga.ndrv
1175 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1176 R: David Gibson <david@gibson.dropbear.id.au>
1177 L: qemu-ppc@nongnu.org
1179 F: hw/ppc/mac_oldworld.c
1180 F: hw/pci-host/grackle.c
1182 F: hw/intc/heathrow_pic.c
1184 F: include/hw/intc/heathrow_pic.h
1185 F: include/hw/input/adb*
1186 F: pc-bios/qemu_vga.ndrv
1189 M: Hervé Poussineau <hpoussin@reactos.org>
1190 L: qemu-ppc@nongnu.org
1193 F: hw/ppc/prep_systemio.c
1194 F: hw/ppc/rs6000_mc.c
1195 F: hw/pci-host/prep.[hc]
1199 F: hw/rtc/m48t59-isa.c
1200 F: include/hw/isa/pc87312.h
1201 F: include/hw/rtc/m48t59.h
1202 F: tests/acceptance/ppc_prep_40p.py
1205 M: David Gibson <david@gibson.dropbear.id.au>
1206 L: qemu-ppc@nongnu.org
1209 F: include/hw/*/spapr*
1211 F: include/hw/*/xics*
1213 F: docs/specs/ppc-spapr-hcalls.txt
1214 F: docs/specs/ppc-spapr-hotplug.txt
1215 F: tests/qtest/spapr*
1216 F: tests/qtest/libqos/*spapr*
1217 F: tests/qtest/rtas*
1218 F: tests/qtest/libqos/rtas*
1220 PowerNV (Non-Virtualized)
1221 M: Cédric Le Goater <clg@kaod.org>
1222 M: David Gibson <david@gibson.dropbear.id.au>
1223 L: qemu-ppc@nongnu.org
1227 F: hw/intc/xics_pnv.c
1229 F: include/hw/ppc/pnv*
1230 F: include/hw/pci-host/pnv*
1231 F: pc-bios/skiboot.lid
1235 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1236 L: qemu-ppc@nongnu.org
1238 F: hw/ppc/virtex_ml507.c
1241 M: BALATON Zoltan <balaton@eik.bme.hu>
1242 L: qemu-ppc@nongnu.org
1244 F: hw/ppc/sam460ex.c
1245 F: hw/ppc/ppc440_pcix.c
1246 F: hw/display/sm501*
1249 F: pc-bios/canyonlands.dt[sb]
1250 F: pc-bios/u-boot-sam460ex-20100605.bin
1251 F: roms/u-boot-sam460ex
1256 M: Alistair Francis <Alistair.Francis@wdc.com>
1257 L: qemu-riscv@nongnu.org
1259 F: hw/riscv/opentitan.c
1260 F: hw/char/ibex_uart.c
1261 F: hw/intc/ibex_plic.c
1262 F: include/hw/riscv/opentitan.h
1263 F: include/hw/char/ibex_uart.h
1264 F: include/hw/intc/ibex_plic.h
1269 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1271 F: docs/system/target-rx.rst
1272 F: hw/rx/rx-gdbsim.c
1273 F: tests/acceptance/machine_rx_gdbsim.py
1278 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1279 R: Magnus Damm <magnus.damm@gmail.com>
1282 F: hw/intc/sh_intc.c
1283 F: include/hw/sh4/sh_intc.h
1286 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1287 R: Magnus Damm <magnus.damm@gmail.com>
1290 F: hw/intc/sh_intc.c
1291 F: include/hw/sh4/sh_intc.h
1296 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1299 F: hw/sparc/sun4m_iommu.c
1302 F: hw/dma/sparc32_dma.c
1303 F: hw/misc/eccmemctl.c
1305 F: include/hw/nvram/sun_nvram.h
1306 F: include/hw/sparc/sparc32_dma.h
1307 F: include/hw/sparc/sun4m_iommu.h
1308 F: pc-bios/openbios-sparc32
1311 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1313 F: hw/sparc64/sun4u.c
1314 F: hw/sparc64/sun4u_iommu.c
1315 F: include/hw/sparc/sun4u_iommu.h
1316 F: hw/pci-host/sabre.c
1317 F: include/hw/pci-host/sabre.h
1318 F: hw/pci-bridge/simba.c
1319 F: include/hw/pci-bridge/simba.h
1320 F: pc-bios/openbios-sparc64
1323 M: Artyom Tarasenko <atar4qemu@gmail.com>
1325 F: hw/sparc64/niagara.c
1326 F: hw/rtc/sun4v-rtc.c
1327 F: include/hw/rtc/sun4v-rtc.h
1330 M: Fabien Chouteau <chouteau@adacore.com>
1331 M: KONRAD Frederic <frederic.konrad@adacore.com>
1335 F: include/hw/*/grlib*
1336 F: tests/acceptance/machine_sparc_leon3.py
1341 M: Cornelia Huck <cohuck@redhat.com>
1342 M: Halil Pasic <pasic@linux.ibm.com>
1343 M: Christian Borntraeger <borntraeger@de.ibm.com>
1345 F: hw/char/sclp*.[hc]
1346 F: hw/char/terminal3270.c
1348 F: include/hw/s390x/
1349 F: hw/watchdog/wdt_diag288.c
1350 F: include/hw/watchdog/wdt_diag288.h
1351 F: default-configs/s390x-softmmu.mak
1352 T: git https://github.com/cohuck/qemu.git s390-next
1353 T: git https://github.com/borntraeger/qemu.git s390-next
1354 L: qemu-s390x@nongnu.org
1357 M: Christian Borntraeger <borntraeger@de.ibm.com>
1358 M: Thomas Huth <thuth@redhat.com>
1361 F: pc-bios/s390-ccw/
1362 F: pc-bios/s390-ccw.img
1363 F: docs/devel/s390-dasd-ipl.rst
1364 T: git https://github.com/borntraeger/qemu.git s390-next
1365 L: qemu-s390x@nongnu.org
1368 M: Matthew Rosato <mjrosato@linux.ibm.com>
1370 F: hw/s390x/s390-pci*
1371 L: qemu-s390x@nongnu.org
1375 PKUnity-3 SoC initramfs-with-busybox
1376 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1384 M: Michael S. Tsirkin <mst@redhat.com>
1385 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1389 F: hw/pci-host/i440fx.c
1390 F: hw/pci-host/q35.c
1391 F: hw/pci-host/pam.c
1392 F: include/hw/pci-host/i440fx.h
1393 F: include/hw/pci-host/q35.h
1394 F: include/hw/pci-host/pam.h
1396 F: hw/isa/lpc_ich9.c
1397 F: hw/i2c/smbus_ich9.c
1400 F: include/hw/acpi/ich9.h
1401 F: include/hw/southbridge/piix.h
1404 F: include/hw/isa/apm.h
1405 F: tests/test-x86-cpuid.c
1406 F: tests/qtest/test-x86-cpuid-compat.c
1409 M: Michael S. Tsirkin <mst@redhat.com>
1410 M: Paolo Bonzini <pbonzini@redhat.com>
1412 F: hw/char/debugcon.c
1413 F: hw/char/parallel*
1416 F: hw/i2c/pm_smbus.c
1421 F: hw/isa/isa-superio.c
1422 F: hw/misc/debugexit.c
1423 F: hw/misc/pc-testdev.c
1426 F: hw/rtc/mc146818rtc*
1427 F: hw/watchdog/wdt_ib700.c
1428 F: hw/watchdog/wdt_i6300esb.c
1429 F: include/hw/display/vga.h
1430 F: include/hw/char/parallel.h
1431 F: include/hw/dma/i8257.h
1432 F: include/hw/i2c/pm_smbus.h
1433 F: include/hw/input/i8042.h
1434 F: include/hw/isa/i8259_internal.h
1435 F: include/hw/isa/superio.h
1436 F: include/hw/timer/hpet.h
1437 F: include/hw/timer/i8254*
1438 F: include/hw/rtc/mc146818rtc*
1441 M: Sergio Lopez <slp@redhat.com>
1442 M: Paolo Bonzini <pbonzini@redhat.com>
1445 F: hw/i386/microvm.c
1446 F: include/hw/i386/microvm.h
1447 F: pc-bios/bios-microvm.bin
1450 M: Eduardo Habkost <ehabkost@redhat.com>
1451 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1454 F: hw/core/machine-qmp-cmds.c
1455 F: hw/core/machine.c
1456 F: hw/core/null-machine.c
1459 F: qapi/machine.json
1460 F: qapi/machine-target.json
1461 F: include/hw/boards.h
1462 F: include/hw/core/cpu.h
1463 F: include/hw/cpu/cluster.h
1464 F: include/sysemu/numa.h
1465 T: git https://github.com/ehabkost/qemu.git machine-next
1470 M: Max Filippov <jcmvbkbc@gmail.com>
1475 M: Max Filippov <jcmvbkbc@gmail.com>
1479 XTFPGA (LX60, LX200, ML605, KC705)
1480 M: Max Filippov <jcmvbkbc@gmail.com>
1482 F: hw/xtensa/xtfpga.c
1483 F: hw/net/opencores_eth.c
1488 M: Jiri Slaby <jslaby@suse.cz>
1493 M: John Snow <jsnow@redhat.com>
1494 L: qemu-block@nongnu.org
1501 F: hw/block/hd-geometry.c
1502 F: tests/qtest/ide-test.c
1503 F: tests/qtest/ahci-test.c
1504 F: tests/qtest/cdrom-test.c
1505 F: tests/qtest/libqos/ahci*
1506 T: git https://github.com/jnsnow/qemu.git ide
1509 M: Corey Minyard <minyard@acm.org>
1511 F: include/hw/ipmi/*
1513 F: hw/smbios/smbios_type_38.c
1514 F: tests/qtest/ipmi*
1515 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1518 M: John Snow <jsnow@redhat.com>
1519 L: qemu-block@nongnu.org
1522 F: include/hw/block/fdc.h
1523 F: tests/qtest/fdc-test.c
1524 T: git https://github.com/jnsnow/qemu.git ide
1527 M: Peter Maydell <peter.maydell@linaro.org>
1528 L: qemu-arm@nongnu.org
1531 F: include/hw/arm/omap.h
1534 M: Alberto Garcia <berto@igalia.com>
1536 F: hw/char/ipoctal232.c
1540 M: Michael S. Tsirkin <mst@redhat.com>
1541 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1544 F: hw/misc/pci-testdev.c
1549 F: default-configs/pci.mak
1552 M: Michael S. Tsirkin <mst@redhat.com>
1553 M: Igor Mammedov <imammedo@redhat.com>
1555 F: include/hw/acpi/*
1556 F: include/hw/firmware/smbios.h
1560 F: hw/i386/acpi-build.[hc]
1561 F: hw/arm/virt-acpi-build.c
1562 F: tests/qtest/bios-tables-test*
1563 F: tests/qtest/acpi-utils.[hc]
1567 R: Dongjiu Geng <gengdongjiu@huawei.com>
1568 R: Xiang Zheng <zhengxiang9@huawei.com>
1569 L: qemu-arm@nongnu.org
1572 F: include/hw/acpi/ghes.h
1573 F: docs/specs/acpi_hest_ghes.rst
1576 M: David Gibson <david@gibson.dropbear.id.au>
1577 L: qemu-ppc@nongnu.org
1580 F: hw/i2c/ppc4xx_i2c.c
1581 F: include/hw/ppc/ppc4xx.h
1582 F: include/hw/i2c/ppc4xx_i2c.h
1585 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1586 R: Paolo Bonzini <pbonzini@redhat.com>
1591 M: Jason Wang <jasowang@redhat.com>
1595 F: tests/qtest/virtio-net-test.c
1596 F: docs/virtio-net-failover.rst
1597 T: git https://github.com/jasowang/qemu.git net
1599 Parallel NOR Flash devices
1600 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1601 T: git https://gitlab.com/philmd/qemu.git pflash-next
1603 F: hw/block/pflash_cfi*.c
1604 F: include/hw/block/flash.h
1607 M: Paolo Bonzini <pbonzini@redhat.com>
1608 R: Fam Zheng <fam@euphon.net>
1610 F: include/hw/scsi/*
1612 F: tests/qtest/virtio-scsi-test.c
1613 T: git https://github.com/bonzini/qemu.git scsi-next
1616 M: Alistair Francis <alistair@alistair23.me>
1619 F: hw/block/m25p80.c
1620 F: include/hw/ssi/ssi.h
1622 F: tests/qtest/m25p80-test.c
1625 M: Alistair Francis <alistair@alistair23.me>
1630 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1632 F: include/hw/sd/sd*
1639 M: Gerd Hoffmann <kraxel@redhat.com>
1642 F: tests/qtest/usb-*-test.c
1644 F: docs/usb-storage.txt
1647 F: default-configs/usb.mak
1649 USB (serial adapter)
1650 M: Gerd Hoffmann <kraxel@redhat.com>
1651 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1653 F: hw/usb/dev-serial.c
1656 M: Alex Williamson <alex.williamson@redhat.com>
1662 M: Cornelia Huck <cohuck@redhat.com>
1663 M: Eric Farman <farman@linux.ibm.com>
1666 F: hw/s390x/s390-ccw.c
1667 F: include/hw/s390x/s390-ccw.h
1668 F: include/hw/s390x/vfio-ccw.h
1669 T: git https://github.com/cohuck/qemu.git s390-next
1670 L: qemu-s390x@nongnu.org
1673 M: Christian Borntraeger <borntraeger@de.ibm.com>
1674 M: Tony Krowiak <akrowiak@linux.ibm.com>
1675 M: Halil Pasic <pasic@linux.ibm.com>
1676 M: Pierre Morel <pmorel@linux.ibm.com>
1678 F: hw/s390x/ap-device.c
1679 F: hw/s390x/ap-bridge.c
1680 F: include/hw/s390x/ap-device.h
1681 F: include/hw/s390x/ap-bridge.h
1683 F: docs/system/s390x/vfio-ap.rst
1684 L: qemu-s390x@nongnu.org
1687 M: Michael S. Tsirkin <mst@redhat.com>
1690 F: docs/interop/vhost-user.json
1691 F: docs/interop/vhost-user.rst
1692 F: contrib/vhost-user-*/
1693 F: backends/vhost-user.c
1694 F: include/sysemu/vhost-user-backend.h
1697 M: Michael S. Tsirkin <mst@redhat.com>
1700 F: hw/virtio/Makefile.objs
1701 F: hw/virtio/trace-events
1703 F: include/hw/virtio/
1706 M: Michael S. Tsirkin <mst@redhat.com>
1707 M: David Hildenbrand <david@redhat.com>
1709 F: hw/virtio/virtio-balloon*.c
1710 F: include/hw/virtio/virtio-balloon.h
1712 F: include/sysemu/balloon.h
1715 M: Greg Kurz <groug@kaod.org>
1716 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1721 F: docs/interop/virtfs-proxy-helper.rst
1722 F: tests/qtest/virtio-9p-test.c
1723 T: git https://github.com/gkurz/qemu.git 9p-next
1726 M: Stefan Hajnoczi <stefanha@redhat.com>
1727 L: qemu-block@nongnu.org
1729 F: hw/block/virtio-blk.c
1730 F: hw/block/dataplane/*
1731 F: tests/qtest/virtio-blk-test.c
1732 T: git https://github.com/stefanha/qemu.git block
1735 M: Cornelia Huck <cohuck@redhat.com>
1736 M: Halil Pasic <pasic@linux.ibm.com>
1738 F: hw/s390x/virtio-ccw*.[hc]
1739 F: hw/s390x/vhost-vsock-ccw.c
1740 T: git https://github.com/cohuck/qemu.git s390-next
1741 T: git https://github.com/borntraeger/qemu.git s390-next
1742 L: qemu-s390x@nongnu.org
1745 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1746 M: Stefan Hajnoczi <stefanha@redhat.com>
1748 F: tools/virtiofsd/*
1749 F: hw/virtio/vhost-user-fs*
1750 F: include/hw/virtio/vhost-user-fs.h
1751 F: docs/interop/virtiofsd.rst
1754 M: Gerd Hoffmann <kraxel@redhat.com>
1756 F: hw/input/vhost-user-input.c
1757 F: hw/input/virtio-input*.c
1758 F: include/hw/virtio/virtio-input.h
1759 F: contrib/vhost-user-input/*
1762 M: Eric Auger <eric.auger@redhat.com>
1764 F: hw/virtio/virtio-iommu*.c
1765 F: include/hw/virtio/virtio-iommu.h
1768 M: Laurent Vivier <lvivier@redhat.com>
1769 R: Amit Shah <amit@kernel.org>
1771 F: hw/char/virtio-serial-bus.c
1772 F: hw/char/virtio-console.c
1773 F: include/hw/virtio/virtio-serial.h
1774 F: tests/qtest/virtio-serial-test.c
1777 M: Laurent Vivier <lvivier@redhat.com>
1778 R: Amit Shah <amit@kernel.org>
1780 F: hw/virtio/virtio-rng.c
1781 F: include/hw/virtio/virtio-rng.h
1782 F: include/sysemu/rng*.h
1784 F: tests/qtest/virtio-rng-test.c
1787 M: Gonglei <arei.gonglei@huawei.com>
1789 F: hw/virtio/virtio-crypto.c
1790 F: hw/virtio/virtio-crypto-pci.c
1791 F: include/hw/virtio/virtio-crypto.h
1794 M: Keith Busch <kbusch@kernel.org>
1795 L: qemu-block@nongnu.org
1798 F: tests/qtest/nvme-test.c
1801 M: Hannes Reinecke <hare@suse.com>
1802 L: qemu-block@nongnu.org
1804 F: hw/scsi/megasas.c
1806 F: tests/qtest/megasas-test.c
1808 Network packet abstractions
1809 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1811 F: include/net/eth.h
1813 F: hw/net/net_rx_pkt*
1814 F: hw/net/net_tx_pkt*
1817 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1820 F: hw/scsi/vmw_pvscsi*
1821 F: tests/qtest/vmxnet3-test.c
1824 M: Jiri Pirko <jiri@resnulli.us>
1828 F: docs/specs/rocker.txt
1831 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1835 F: include/hw/mem/nvdimm.h
1839 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1844 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1849 M: Stefan Weil <sw@weilnetz.de>
1851 F: hw/net/eepro100.c
1854 M: Sven Schnelle <svens@stackframe.org>
1860 M: Alistair Francis <alistair@alistair23.me>
1862 F: hw/core/generic-loader.c
1863 F: include/hw/core/generic-loader.h
1864 F: docs/generic-loader.txt
1866 Intel Hexadecimal Object File Loader
1867 M: Su Hang <suhang16@mails.ucas.ac.cn>
1869 F: tests/qtest/hexloader-test.c
1870 F: tests/data/hex-loader/test.hex
1873 M: Thomas Huth <thuth@redhat.com>
1875 F: hw/nvram/chrp_nvram.c
1876 F: include/hw/nvram/chrp_nvram.h
1877 F: tests/qtest/prom-env-test.c
1880 M: Ben Warren <ben@skyportsystems.com>
1882 F: hw/acpi/vmgenid.c
1883 F: include/hw/acpi/vmgenid.h
1884 F: docs/specs/vmgenid.txt
1885 F: tests/qtest/vmgenid-test.c
1888 Unimplemented device
1889 M: Peter Maydell <peter.maydell@linaro.org>
1890 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1892 F: include/hw/misc/unimp.h
1896 M: Artyom Tarasenko <atar4qemu@gmail.com>
1897 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1899 F: include/hw/misc/empty_slot.h
1900 F: hw/misc/empty_slot.c
1903 M: Gerd Hoffmann <kraxel@redhat.com>
1906 F: hw/display/bochs-display.c
1907 F: include/hw/display/vga.h
1908 F: include/hw/display/bochs-vbe.h
1911 M: Gerd Hoffmann <kraxel@redhat.com>
1913 F: hw/display/ramfb*.c
1914 F: include/hw/display/ramfb.h
1917 M: Gerd Hoffmann <kraxel@redhat.com>
1919 F: hw/display/virtio-gpu*
1920 F: hw/display/virtio-vga.*
1921 F: include/hw/virtio/virtio-gpu.h
1924 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1926 F: contrib/vhost-user-blk/
1927 F: contrib/vhost-user-scsi/
1928 F: hw/block/vhost-user-blk.c
1929 F: hw/scsi/vhost-user-scsi.c
1930 F: hw/virtio/vhost-user-blk-pci.c
1931 F: hw/virtio/vhost-user-scsi-pci.c
1932 F: include/hw/virtio/vhost-user-blk.h
1933 F: include/hw/virtio/vhost-user-scsi.h
1936 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1937 M: Gerd Hoffmann <kraxel@redhat.com>
1939 F: docs/interop/vhost-user-gpu.rst
1940 F: contrib/vhost-user-gpu
1941 F: hw/display/vhost-user-*
1944 M: Gerd Hoffmann <kraxel@redhat.com>
1946 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1947 F: hw/display/cirrus*
1950 M: Gerd Hoffmann <kraxel@redhat.com>
1953 F: include/hw/display/edid.h
1956 PIIX4 South Bridge (i82371AB)
1957 M: Hervé Poussineau <hpoussin@reactos.org>
1958 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1961 F: include/hw/southbridge/piix.h
1963 Firmware configuration (fw_cfg)
1964 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1965 R: Laszlo Ersek <lersek@redhat.com>
1966 R: Gerd Hoffmann <kraxel@redhat.com>
1968 F: docs/specs/fw_cfg.txt
1969 F: hw/nvram/fw_cfg.c
1971 F: include/hw/nvram/fw_cfg.h
1972 F: include/standard-headers/linux/qemu_fw_cfg.h
1973 F: tests/qtest/libqos/fw_cfg.c
1974 F: tests/qtest/fw_cfg-test.c
1975 T: git https://github.com/philmd/qemu.git fw_cfg-next
1978 M: David Gibson <david@gibson.dropbear.id.au>
1979 M: Cédric Le Goater <clg@kaod.org>
1980 L: qemu-ppc@nongnu.org
1983 F: include/hw/*/*xive*
1987 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1988 R: Magnus Damm <magnus.damm@gmail.com>
1990 F: hw/char/renesas_sci.c
1991 F: hw/char/sh_serial.c
1992 F: hw/timer/renesas_*.c
1993 F: hw/timer/sh_timer.c
1994 F: include/hw/char/renesas_sci.h
1995 F: include/hw/sh4/sh.h
1996 F: include/hw/timer/renesas_*.h
1998 Renesas RX peripherals
1999 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2003 F: include/hw/intc/rx_icu.h
2009 M: Gerd Hoffmann <kraxel@redhat.com>
2013 F: include/hw/audio/
2014 F: tests/qtest/ac97-test.c
2015 F: tests/qtest/es1370-test.c
2016 F: tests/qtest/intel-hda-test.c
2019 M: Kevin Wolf <kwolf@redhat.com>
2020 M: Max Reitz <mreitz@redhat.com>
2021 L: qemu-block@nongnu.org
2028 F: docs/interop/qemu-img.rst
2030 F: tests/qemu-iotests/
2031 F: util/qemu-progress.c
2032 F: qobject/block-qdict.c
2033 F: tests/check-block-qdict.c
2034 T: git https://repo.or.cz/qemu/kevin.git block
2037 M: Stefan Hajnoczi <stefanha@redhat.com>
2038 M: Fam Zheng <fam@euphon.net>
2039 L: qemu-block@nongnu.org
2047 F: include/block/aio.h
2048 F: include/block/aio-wait.h
2049 F: scripts/qemugdb/aio.py
2050 T: git https://github.com/stefanha/qemu.git block
2052 Block SCSI subsystem
2053 M: Paolo Bonzini <pbonzini@redhat.com>
2054 R: Fam Zheng <fam@euphon.net>
2055 L: qemu-block@nongnu.org
2061 M: John Snow <jsnow@redhat.com>
2062 L: qemu-block@nongnu.org
2065 F: include/block/blockjob.h
2068 F: include/qemu/job.h
2074 T: git https://github.com/jnsnow/qemu.git jobs
2076 Block QAPI, monitor, command line
2077 M: Markus Armbruster <armbru@redhat.com>
2080 F: blockdev-hmp-cmds.c
2083 F: qapi/transaction.json
2084 T: git https://repo.or.cz/qemu/armbru.git block-next
2087 M: Eric Blake <eblake@redhat.com>
2088 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2089 R: John Snow <jsnow@redhat.com>
2090 L: qemu-block@nongnu.org
2092 F: include/qemu/hbitmap.h
2093 F: include/block/dirty-bitmap.h
2094 F: block/monitor/bitmap-qmp-cmds.c
2095 F: block/dirty-bitmap.c
2096 F: block/qcow2-bitmap.c
2097 F: migration/block-dirty-bitmap.c
2099 F: tests/test-hbitmap.c
2100 F: docs/interop/bitmaps.rst
2101 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2103 Character device backends
2104 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2105 R: Paolo Bonzini <pbonzini@redhat.com>
2111 Character Devices (Braille)
2112 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2116 Command line option argument parsing
2117 M: Markus Armbruster <armbru@redhat.com>
2119 F: include/qemu/option.h
2120 F: tests/test-keyval.c
2121 F: tests/test-qemu-opts.c
2123 F: util/qemu-option.c
2126 M: Markus Armbruster <armbru@redhat.com>
2128 F: scripts/coverity-model.c
2130 Coverity Scan integration
2131 M: Peter Maydell <peter.maydell@linaro.org>
2133 F: scripts/coverity-scan/
2136 M: Alistair Francis <alistair.francis@wdc.com>
2137 R: David Gibson <david@gibson.dropbear.id.au>
2140 F: include/sysemu/device_tree.h
2144 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2146 F: hw/misc/vmcoreinfo.c
2147 F: include/hw/misc/vmcoreinfo.h
2148 F: include/qemu/win_dump_defs
2149 F: include/sysemu/dump-arch.h
2150 F: include/sysemu/dump.h
2152 F: scripts/dump-guest-memory.py
2156 M: Markus Armbruster <armbru@redhat.com>
2158 F: include/qapi/error.h
2159 F: include/qemu/error-report.h
2162 F: util/qemu-error.c
2163 F: scripts/coccinelle/err-bad-newline.cocci
2164 F: scripts/coccinelle/error-use-after-free.cocci
2165 F: scripts/coccinelle/error_propagate_null.cocci
2166 F: scripts/coccinelle/remove_local_err.cocci
2167 F: scripts/coccinelle/use-error_fatal.cocci
2170 M: Alex Bennée <alex.bennee@linaro.org>
2171 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2177 M: Paolo Bonzini <pbonzini@redhat.com>
2179 F: include/exec/ioport.h
2181 F: include/exec/memop.h
2182 F: include/exec/memory.h
2183 F: include/exec/ram_addr.h
2184 F: include/exec/ramblock.h
2186 F: include/exec/memory-internal.h
2188 F: scripts/coccinelle/memory-region-housekeeping.cocci
2191 M: Gerd Hoffmann <kraxel@redhat.com>
2193 F: include/ui/qemu-spice.h
2194 F: include/ui/spice-display.h
2196 F: audio/spiceaudio.c
2199 F: docs/spice-port-fqdn.txt
2202 M: Gerd Hoffmann <kraxel@redhat.com>
2210 M: Peter Maydell <peter.maydell@linaro.org>
2215 M: Paolo Bonzini <pbonzini@redhat.com>
2218 F: include/qemu/main-loop.h
2219 F: include/sysemu/runstate.h
2221 F: util/qemu-timer.c
2224 F: qapi/run-state.json
2227 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2229 F: monitor/monitor-internal.h
2231 F: monitor/monitor.c
2235 F: include/monitor/hmp-target.h
2236 F: tests/qtest/test-hmp.c
2237 F: include/qemu/qemu-print.h
2238 F: util/qemu-print.c
2240 Network device backends
2241 M: Jason Wang <jasowang@redhat.com>
2245 F: qemu-bridge-helper.c
2246 T: git https://github.com/jasowang/qemu.git net
2249 Netmap network backend
2250 M: Luigi Rizzo <rizzo@iet.unipi.it>
2251 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2252 M: Vincenzo Maffione <v.maffione@gmail.com>
2253 W: http://info.iet.unipi.it/~luigi/netmap/
2257 Host Memory Backends
2258 M: Eduardo Habkost <ehabkost@redhat.com>
2259 M: Igor Mammedov <imammedo@redhat.com>
2261 F: backends/hostmem*.c
2262 F: include/sysemu/hostmem.h
2263 T: git https://github.com/ehabkost/qemu.git machine-next
2266 M: Gonglei <arei.gonglei@huawei.com>
2268 F: include/sysemu/cryptodev*.h
2269 F: backends/cryptodev*.c
2272 M: Eduardo Habkost <ehabkost@redhat.com>
2273 M: Cleber Rosa <crosa@redhat.com>
2280 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2282 F: scripts/simplebench/
2285 M: Markus Armbruster <armbru@redhat.com>
2286 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2291 X: include/qapi/qmp/
2292 F: include/qapi/qmp/dispatch.h
2293 F: tests/qapi-schema/
2294 F: tests/test-*-visitor.c
2295 F: tests/test-qapi-*.c
2296 F: tests/test-qmp-*.c
2297 F: tests/test-visitor-serialization.c
2298 F: scripts/qapi-gen.py
2301 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2304 M: Eric Blake <eblake@redhat.com>
2305 M: Markus Armbruster <armbru@redhat.com>
2308 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2311 M: Markus Armbruster <armbru@redhat.com>
2314 F: include/qapi/qmp/
2315 X: include/qapi/qmp/dispatch.h
2316 F: scripts/coccinelle/qobject.cocci
2317 F: tests/check-qdict.c
2318 F: tests/check-qjson.c
2319 F: tests/check-qlist.c
2320 F: tests/check-qlit.c
2321 F: tests/check-qnull.c
2322 F: tests/check-qnum.c
2323 F: tests/check-qobject.c
2324 F: tests/check-qstring.c
2325 F: tests/data/qobject/qdict.txt
2326 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2329 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2332 F: docs/interop/qemu-ga.rst
2333 F: scripts/qemu-guest-agent/
2335 F: docs/interop/qemu-ga-ref.texi
2336 T: git https://github.com/mdroth/qemu.git qga
2339 M: Paolo Bonzini <pbonzini@redhat.com>
2340 R: Daniel P. Berrange <berrange@redhat.com>
2341 R: Eduardo Habkost <ehabkost@redhat.com>
2343 F: docs/qdev-device-use.txt
2348 F: include/monitor/qdev.h
2354 F: tests/check-qom-interface.c
2355 F: tests/check-qom-proplist.c
2356 F: tests/test-qdev-global-props.c
2359 M: Markus Armbruster <armbru@redhat.com>
2361 F: monitor/monitor-internal.h
2364 F: monitor/monitor.c
2366 F: docs/devel/*qmp-*
2367 F: docs/interop/*qmp-*
2369 F: tests/qtest/qmp-test.c
2370 F: tests/qtest/qmp-cmd-test.c
2371 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2374 M: Thomas Huth <thuth@redhat.com>
2375 M: Laurent Vivier <lvivier@redhat.com>
2376 R: Paolo Bonzini <pbonzini@redhat.com>
2381 X: tests/qtest/bios-tables-test-allowed-diff.h
2384 M: Alexander Bulekov <alxndr@bu.edu>
2385 R: Paolo Bonzini <pbonzini@redhat.com>
2386 R: Bandan Das <bsd@redhat.com>
2387 R: Stefan Hajnoczi <stefanha@redhat.com>
2389 F: tests/qtest/fuzz/
2390 F: scripts/oss-fuzz/
2393 M: Alistair Francis <alistair@alistair23.me>
2395 F: hw/core/register.c
2396 F: include/hw/register.h
2397 F: include/hw/registerfields.h
2400 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2404 F: include/net/slirp.h
2405 T: git https://people.debian.org/~sthibault/qemu.git slirp
2408 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2411 F: include/hw/stream.h
2414 M: Paolo Bonzini <pbonzini@redhat.com>
2419 M: Stefan Hajnoczi <stefanha@redhat.com>
2423 F: docs/qemu-option-trace.rst.inc
2424 F: scripts/tracetool.py
2425 F: scripts/tracetool/
2426 F: scripts/qemu-trace-stap*
2427 F: docs/interop/qemu-trace-stap.rst
2428 F: docs/devel/tracing.txt
2429 T: git https://github.com/stefanha/qemu.git tracing
2432 M: Stefan Berger <stefanb@linux.ibm.com>
2437 F: include/hw/acpi/tpm.h
2438 F: include/sysemu/tpm*
2441 F: tests/qtest/*tpm*
2442 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2446 F: scripts/checkpatch.pl
2449 M: Juan Quintela <quintela@redhat.com>
2450 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2452 F: hw/core/vmstate-if.c
2453 F: include/hw/vmstate-if.h
2454 F: include/migration/
2456 F: scripts/vmstate-static-checker.py
2457 F: tests/vmstate-static-checker-data/
2458 F: tests/qtest/migration-test.c
2459 F: docs/devel/migration.rst
2460 F: qapi/migration.json
2463 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2465 F: backends/dbus-vmstate.c
2466 F: tests/dbus-vmstate*
2468 F: include/qemu/dbus.h
2469 F: docs/interop/dbus.rst
2470 F: docs/interop/dbus-vmstate.rst
2473 M: Eduardo Otubo <otubo@redhat.com>
2476 F: include/sysemu/seccomp.h
2479 M: Daniel P. Berrange <berrange@redhat.com>
2483 F: tests/test-crypto-*
2484 F: tests/benchmark-crypto-*
2485 F: tests/crypto-tls-*
2486 F: tests/pkix_asn1_tab.c
2490 M: Stefan Hajnoczi <stefanha@redhat.com>
2491 M: Kevin Wolf <kwolf@redhat.com>
2494 F: include/qemu/coroutine*
2495 F: tests/test-coroutine.c
2498 M: Daniel P. Berrange <berrange@redhat.com>
2501 F: include/qemu/buffer.h
2504 M: Daniel P. Berrange <berrange@redhat.com>
2511 M: Daniel P. Berrange <berrange@redhat.com>
2516 F: tests/test-authz-*
2519 M: Daniel P. Berrange <berrange@redhat.com>
2520 M: Gerd Hoffmann <kraxel@redhat.com>
2522 F: include/qemu/sockets.h
2523 F: util/qemu-sockets.c
2524 F: qapi/sockets.json
2527 M: Daniel P. Berrange <berrange@redhat.com>
2529 F: util/filemonitor*.c
2530 F: include/qemu/filemonitor.h
2531 F: tests/test-util-filemonitor.c
2533 Throttling infrastructure
2534 M: Alberto Garcia <berto@igalia.com>
2536 F: block/throttle-groups.c
2537 F: include/block/throttle-groups.h
2538 F: include/qemu/throttle*.h
2540 F: docs/throttle.txt
2541 F: tests/test-throttle.c
2542 L: qemu-block@nongnu.org
2545 M: Fam Zheng <fam@euphon.net>
2548 F: include/qemu/uuid.h
2549 F: tests/test-uuid.c
2552 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2555 F: include/migration/colo.h
2556 F: include/migration/failover.h
2560 M: Zhang Chen <chen.zhang@intel.com>
2561 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2563 F: docs/colo-proxy.txt
2565 F: net/filter-rewriter.c
2566 F: net/filter-mirror.c
2569 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2570 R: Paolo Bonzini <pbonzini@redhat.com>
2571 W: https://wiki.qemu.org/Features/record-replay
2574 F: block/blkreplay.c
2575 F: net/filter-replay.c
2576 F: include/sysemu/replay.h
2579 F: tests/acceptance/replay_kernel.py
2582 M: Peter Xu <peterx@redhat.com>
2584 F: include/qemu/iova-tree.h
2588 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2593 M: Corey Minyard <cminyard@mvista.com>
2596 F: hw/i2c/smbus_slave.c
2597 F: hw/i2c/smbus_master.c
2598 F: hw/i2c/smbus_eeprom.c
2599 F: include/hw/i2c/i2c.h
2600 F: include/hw/i2c/smbus_master.h
2601 F: include/hw/i2c/smbus_slave.h
2602 F: include/hw/i2c/smbus_eeprom.h
2605 M: Laszlo Ersek <lersek@redhat.com>
2606 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2608 F: pc-bios/descriptors/??-edk2-*.json
2610 F: roms/Makefile.edk2
2613 F: tests/data/uefi-boot-images/
2614 F: tests/uefi-test-tools/
2615 F: .gitlab-ci.d/edk2.yml
2616 F: .gitlab-ci.d/edk2/
2620 Overall usermode emulation
2621 M: Riku Voipio <riku.voipio@iki.fi>
2624 F: accel/tcg/user-exec*.c
2629 F: default-configs/*-bsd-user.mak
2632 M: Riku Voipio <riku.voipio@iki.fi>
2633 R: Laurent Vivier <laurent@vivier.eu>
2636 F: default-configs/*-linux-user.mak
2637 F: scripts/qemu-binfmt-conf.sh
2638 F: scripts/update-syscalltbl.sh
2639 F: scripts/update-mips-syscall-args.sh
2640 F: scripts/gensyscalls.sh
2642 Tiny Code Generator (TCG)
2643 -------------------------
2645 M: Richard Henderson <rth@twiddle.net>
2651 M: Alex Bennée <alex.bennee@linaro.org>
2653 F: docs/devel/tcg-plugins.rst
2658 M: Richard Henderson <richard.henderson@linaro.org>
2660 L: qemu-arm@nongnu.org
2666 M: Andrzej Zaborowski <balrogg@gmail.com>
2668 L: qemu-arm@nongnu.org
2673 M: Richard Henderson <rth@twiddle.net>
2679 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2680 R: Aurelien Jarno <aurelien@aurel32.net>
2681 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2686 M: Richard Henderson <rth@twiddle.net>
2692 M: Palmer Dabbelt <palmer@dabbelt.com>
2693 M: Alistair Francis <Alistair.Francis@wdc.com>
2694 L: qemu-riscv@nongnu.org
2700 M: Richard Henderson <rth@twiddle.net>
2704 L: qemu-s390x@nongnu.org
2712 M: Stefan Weil <sw@weilnetz.de>
2721 M: Fam Zheng <fam@euphon.net>
2722 L: qemu-block@nongnu.org
2727 M: Jason Dillaman <dillaman@redhat.com>
2728 L: qemu-block@nongnu.org
2733 M: Liu Yuan <namei.unix@gmail.com>
2734 L: qemu-block@nongnu.org
2735 L: sheepdog@lists.wpkg.org
2740 M: Jeff Cody <codyprime@gmail.com>
2741 L: qemu-block@nongnu.org
2746 M: Stefan Weil <sw@weilnetz.de>
2747 L: qemu-block@nongnu.org
2752 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2753 M: Paolo Bonzini <pbonzini@redhat.com>
2754 M: Peter Lieven <pl@kamp.de>
2755 L: qemu-block@nongnu.org
2758 F: block/iscsi-opts.c
2760 Network Block Device (NBD)
2761 M: Eric Blake <eblake@redhat.com>
2762 L: qemu-block@nongnu.org
2766 F: include/block/nbd*
2769 F: docs/interop/nbd.txt
2770 F: docs/interop/qemu-nbd.rst
2771 T: git https://repo.or.cz/qemu/ericb.git nbd
2774 M: Peter Lieven <pl@kamp.de>
2775 L: qemu-block@nongnu.org
2780 M: Richard W.M. Jones <rjones@redhat.com>
2781 L: qemu-block@nongnu.org
2786 L: qemu-block@nongnu.org
2791 L: qemu-block@nongnu.org
2792 L: integration@gluster.org
2797 M: Fam Zheng <fam@euphon.net>
2798 L: qemu-block@nongnu.org
2803 M: Fam Zheng <fam@euphon.net>
2804 L: qemu-block@nongnu.org
2809 M: Gonglei <arei.gonglei@huawei.com>
2814 M: Alberto Garcia <berto@igalia.com>
2817 L: qemu-block@nongnu.org
2820 M: Ari Sundholm <ari@tuxera.com>
2821 L: qemu-block@nongnu.org
2823 F: block/blklogwrites.c
2826 M: Stefan Hajnoczi <stefanha@redhat.com>
2827 L: qemu-block@nongnu.org
2829 F: block/blkverify.c
2832 M: Stefan Hajnoczi <stefanha@redhat.com>
2833 L: qemu-block@nongnu.org
2838 M: Stefan Hajnoczi <stefanha@redhat.com>
2839 L: qemu-block@nongnu.org
2844 M: Stefan Hajnoczi <stefanha@redhat.com>
2845 L: qemu-block@nongnu.org
2850 M: Stefan Hajnoczi <stefanha@redhat.com>
2851 M: Denis V. Lunev <den@openvz.org>
2852 L: qemu-block@nongnu.org
2854 F: block/parallels.c
2855 F: docs/interop/parallels.txt
2858 M: Stefan Hajnoczi <stefanha@redhat.com>
2859 L: qemu-block@nongnu.org
2864 M: Kevin Wolf <kwolf@redhat.com>
2865 L: qemu-block@nongnu.org
2867 F: block/linux-aio.c
2868 F: include/block/raw-aio.h
2869 F: block/raw-format.c
2870 F: block/file-posix.c
2871 F: block/file-win32.c
2872 F: block/win32-aio.c
2875 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2876 M: Julia Suvorova <jusual@redhat.com>
2877 M: Stefan Hajnoczi <stefanha@redhat.com>
2878 L: qemu-block@nongnu.org
2884 M: Kevin Wolf <kwolf@redhat.com>
2885 M: Max Reitz <mreitz@redhat.com>
2886 L: qemu-block@nongnu.org
2889 F: docs/interop/qcow2.txt
2892 M: Kevin Wolf <kwolf@redhat.com>
2893 L: qemu-block@nongnu.org
2898 M: Kevin Wolf <kwolf@redhat.com>
2899 M: Max Reitz <mreitz@redhat.com>
2900 L: qemu-block@nongnu.org
2905 M: Kevin Wolf <kwolf@redhat.com>
2906 L: qemu-block@nongnu.org
2911 M: Kevin Wolf <kwolf@redhat.com>
2912 L: qemu-block@nongnu.org
2917 M: Stefan Hajnoczi <stefanha@redhat.com>
2918 L: qemu-block@nongnu.org
2920 F: tests/image-fuzzer/
2923 M: Wen Congyang <wencongyang2@huawei.com>
2924 M: Xie Changlong <xiechanglong.d@gmail.com>
2927 F: block/replication.c
2928 F: tests/test-replication.c
2929 F: docs/block-replication.txt
2932 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2933 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2938 F: contrib/rdmacm-mux/*
2942 M: Alex Bennée <alex.bennee@linaro.org>
2945 F: include/hw/semihosting/
2947 Build and test automation
2948 -------------------------
2949 Build and test automation
2950 M: Alex Bennée <alex.bennee@linaro.org>
2951 M: Fam Zheng <fam@euphon.net>
2952 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2954 F: .github/lockdown.yml
2960 F: scripts/archive-source.sh
2961 W: https://travis-ci.org/qemu/qemu
2962 W: https://app.shippable.com/github/qemu/qemu
2963 W: http://patchew.org/QEMU/
2965 FreeBSD Hosted Continuous Integration
2966 M: Ed Maste <emaste@freebsd.org>
2967 M: Li-Wen Hsu <lwhsu@freebsd.org>
2970 W: https://cirrus-ci.com/github/qemu/qemu
2972 GitLab Continuous Integration
2973 M: Thomas Huth <thuth@redhat.com>
2974 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2975 M: Alex Bennée <alex.bennee@linaro.org>
2976 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2980 Guest Test Compilation Support
2981 M: Alex Bennée <alex.bennee@linaro.org>
2982 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2984 F: tests/tcg/Makefile
2985 F: tests/tcg/Makefile.include
2987 Acceptance (Integration) Testing with the Avocado framework
2988 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
2989 R: Cleber Rosa <crosa@redhat.com>
2990 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2991 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2993 F: tests/acceptance/
2997 Build system architecture
2998 M: Daniel P. Berrange <berrange@redhat.com>
3000 F: docs/devel/build-system.txt
3002 GIT Data Mining Config
3003 M: Alex Bennée <alex.bennee@linaro.org>
3008 Incompatible changes
3009 R: libvir-list@redhat.com
3010 F: docs/system/deprecated.rst
3015 M: Daniel P. Berrange <berrange@redhat.com>
3017 F: scripts/git-submodule.sh
3020 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3023 Sphinx documentation configuration and build machinery
3024 M: Peter Maydell <peter.maydell@linaro.org>
3031 Performance Tools and Tests
3032 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3034 F: scripts/performance/