4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
63 L: qemu-devel@nongnu.org
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
89 F: default-configs/s390x-softmmu.mak
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
98 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw.img
105 F: tests/migration/s390x/
106 K: ^Subject:.*(?i)s390x?
107 T: git https://github.com/cohuck/qemu.git s390-next
108 L: qemu-s390x@nongnu.org
110 Guest CPU cores (TCG)
111 ---------------------
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
119 F: accel/stubs/tcg-stub.c
120 F: scripts/decodetree.py
121 F: docs/devel/decodetree.rst
122 F: include/exec/cpu*.h
123 F: include/exec/exec-all.h
124 F: include/exec/helper*.h
125 F: include/exec/tb-hash.h
126 F: include/sysemu/cpus.h
127 F: include/sysemu/tcg.h
130 M: Aurelien Jarno <aurelien@aurel32.net>
131 M: Peter Maydell <peter.maydell@linaro.org>
132 M: Alex Bennée <alex.bennee@linaro.org>
139 M: Richard Henderson <rth@twiddle.net>
146 M: Peter Maydell <peter.maydell@linaro.org>
147 L: qemu-arm@nongnu.org
151 F: tests/tcg/aarch64/
154 F: include/hw/cpu/a*mpcore.h
160 M: Eric Auger <eric.auger@redhat.com>
161 L: qemu-arm@nongnu.org
164 F: include/hw/arm/smmu*
167 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
175 HPPA (PA-RISC) TCG CPUs
176 M: Richard Henderson <rth@twiddle.net>
182 F: include/hw/net/lasi_82596.h
185 M: Michael Walle <michael@walle.cc>
192 F: include/hw/display/milkymist_tmu2.h
193 F: include/hw/char/lm32_juart.h
198 M: Laurent Vivier <laurent@vivier.eu>
204 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
206 F: target/microblaze/
208 F: disas/microblaze.c
211 M: Aurelien Jarno <aurelien@aurel32.net>
212 M: Aleksandar Markovic <amarkovic@wavecomp.com>
213 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
216 F: default-configs/*mips*
218 F: hw/intc/mips_gic.c
221 F: hw/timer/mips_gictimer.c
222 F: include/hw/intc/mips_gic.h
224 F: include/hw/misc/mips_*
225 F: include/hw/timer/mips_gictimer.h
226 F: tests/acceptance/linux_ssh_mips_malta.py
228 K: ^Subject:.*(?i)mips
231 M: Anthony Green <green@moxielogic.com>
236 F: default-configs/moxie-softmmu.mak
239 M: Chris Wulff <crwulff@gmail.com>
240 M: Marek Vasut <marex@denx.de>
244 F: hw/intc/nios2_iic.c
246 F: default-configs/nios2-softmmu.mak
249 M: Stafford Horne <shorne@gmail.com>
253 F: tests/tcg/openrisc/
256 M: David Gibson <david@gibson.dropbear.id.au>
257 L: qemu-ppc@nongnu.org
265 M: Palmer Dabbelt <palmer@dabbelt.com>
266 M: Alistair Francis <Alistair.Francis@wdc.com>
267 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
268 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
269 L: qemu-riscv@nongnu.org
274 F: linux-user/host/riscv32/
275 F: linux-user/host/riscv64/
278 M: Richard Henderson <rth@twiddle.net>
279 M: David Hildenbrand <david@redhat.com>
285 L: qemu-s390x@nongnu.org
288 M: Aurelien Jarno <aurelien@aurel32.net>
296 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
297 M: Artyom Tarasenko <atar4qemu@gmail.com>
302 F: include/hw/sparc/sparc64.h
306 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
310 F: include/hw/unicore32/
313 M: Paolo Bonzini <pbonzini@redhat.com>
314 M: Richard Henderson <rth@twiddle.net>
315 M: Eduardo Habkost <ehabkost@redhat.com>
322 F: docs/qemu-cpu-models.texi
323 T: git https://github.com/ehabkost/qemu.git x86-next
326 M: Max Filippov <jcmvbkbc@gmail.com>
327 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
333 F: include/hw/xtensa/xtensa-isa.h
334 F: default-configs/xtensa*.mak
337 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
341 F: include/hw/tricore/
343 Multiarch Linux User Tests
344 M: Alex Bennée <alex.bennee@linaro.org>
346 F: tests/tcg/multiarch/
348 Guest CPU Cores (KVM)
349 ---------------------
351 M: Paolo Bonzini <pbonzini@redhat.com>
352 L: kvm@vger.kernel.org
356 F: accel/stubs/kvm-stub.c
358 F: include/sysemu/kvm*.h
359 F: scripts/kvm/kvm_flightrecorder
362 M: Peter Maydell <peter.maydell@linaro.org>
363 L: qemu-arm@nongnu.org
368 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
373 M: David Gibson <david@gibson.dropbear.id.au>
378 M: Halil Pasic <pasic@linux.ibm.com>
379 M: Cornelia Huck <cohuck@redhat.com>
380 M: Christian Borntraeger <borntraeger@de.ibm.com>
382 F: target/s390x/kvm.c
383 F: target/s390x/kvm_s390x.h
384 F: target/s390x/kvm-stub.c
385 F: target/s390x/ioinst.[ch]
386 F: target/s390x/machine.c
387 F: target/s390x/sigp.c
388 F: target/s390x/cpu_features*.[ch]
389 F: target/s390x/cpu_models.[ch]
390 F: hw/intc/s390_flic.c
391 F: hw/intc/s390_flic_kvm.c
392 F: include/hw/s390x/s390_flic.h
394 T: git https://github.com/cohuck/qemu.git s390-next
395 T: git https://github.com/borntraeger/qemu.git s390-next
396 L: qemu-s390x@nongnu.org
399 M: Paolo Bonzini <pbonzini@redhat.com>
400 M: Marcelo Tosatti <mtosatti@redhat.com>
401 L: kvm@vger.kernel.org
404 F: scripts/kvm/vmxcap
407 M: Sunil Muthuswamy <sunilmut@microsoft.com>
409 F: target/i386/whpx-all.c
410 F: target/i386/whp-dispatch.h
411 F: accel/stubs/whpx-stub.c
412 F: include/sysemu/whpx.h
414 Guest CPU Cores (Xen)
415 ---------------------
417 M: Stefano Stabellini <sstabellini@kernel.org>
418 M: Anthony Perard <anthony.perard@citrix.com>
419 M: Paul Durrant <paul@xen.org>
420 L: xen-devel@lists.xenproject.org
424 F: hw/char/xen_console.c
425 F: hw/display/xenfb.c
428 F: hw/block/dataplane/xen*
432 F: hw/pci-host/xen_igd_pt.c
433 F: include/hw/block/dataplane/xen*
435 F: include/sysemu/xen-mapcache.h
440 M: Michael S. Tsirkin <mst@redhat.com>
441 M: Cornelia Huck <cohuck@redhat.com>
442 M: Paolo Bonzini <pbonzini@redhat.com>
445 F: scripts/update-linux-headers.sh
448 M: Paolo Bonzini <pbonzini@redhat.com>
451 F: include/sysemu/os-posix.h
453 F: include/qemu/*posix*.h
456 M: Kamil Rytarowski <kamil@netbsd.org>
458 K: ^Subject:.*(?i)NetBSD
461 M: Brad Smith <brad@comstyle.com>
463 K: ^Subject:.*(?i)OpenBSD
466 M: Stefan Weil <sw@weilnetz.de>
476 M: Richard Henderson <rth@twiddle.net>
479 F: hw/isa/smc37c669-superio.c
480 F: tests/tcg/alpha/system/
485 M: Beniamino Galvani <b.galvani@gmail.com>
486 M: Peter Maydell <peter.maydell@linaro.org>
487 L: qemu-arm@nongnu.org
490 F: include/hw/*/allwinner*
491 F: hw/arm/cubieboard.c
493 ARM PrimeCell and CMSDK devices
494 M: Peter Maydell <peter.maydell@linaro.org>
495 L: qemu-arm@nongnu.org
498 F: include/hw/char/pl011.h
501 F: include/hw/dma/pl080.h
508 F: include/hw/ssi/pl022.h
510 F: include/hw/rtc/pl031.h
511 F: include/hw/arm/primecell.h
512 F: hw/timer/cmsdk-apb-timer.c
513 F: include/hw/timer/cmsdk-apb-timer.h
514 F: hw/timer/cmsdk-apb-dualtimer.c
515 F: include/hw/timer/cmsdk-apb-dualtimer.h
516 F: hw/char/cmsdk-apb-uart.c
517 F: include/hw/char/cmsdk-apb-uart.h
518 F: hw/watchdog/cmsdk-apb-watchdog.c
519 F: include/hw/watchdog/cmsdk-apb-watchdog.h
521 F: include/hw/misc/tz-ppc.h
523 F: include/hw/misc/tz-mpc.h
525 F: include/hw/misc/tz-msc.h
528 M: Peter Maydell <peter.maydell@linaro.org>
529 L: qemu-arm@nongnu.org
532 F: hw/intc/gic_internal.h
534 F: hw/misc/arm11scu.c
535 F: hw/misc/arm_l2x0.c
536 F: hw/timer/a9gtimer*
538 F: include/hw/arm/arm*.h
539 F: include/hw/intc/arm*
540 F: include/hw/misc/a9scu.h
541 F: include/hw/misc/arm11scu.h
542 F: include/hw/timer/a9gtimer.h
543 F: include/hw/timer/arm_mptimer.h
544 F: include/hw/timer/armv7m_systick.h
545 F: tests/qtest/test-arm-mptimer.c
548 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
549 M: Peter Maydell <peter.maydell@linaro.org>
550 L: qemu-arm@nongnu.org
553 F: include/hw/arm/exynos4210.h
556 M: Rob Herring <robh@kernel.org>
557 M: Peter Maydell <peter.maydell@linaro.org>
558 L: qemu-arm@nongnu.org
564 M: Antony Pavlov <antonynpavlov@gmail.com>
565 M: Peter Maydell <peter.maydell@linaro.org>
566 L: qemu-arm@nongnu.org
568 F: include/hw/arm/digic.h
570 F: include/hw/*/digic*
573 M: Anup Patel <anup.patel@wdc.com>
574 M: Alistair Francis <Alistair.Francis@wdc.com>
575 L: qemu-riscv@nongnu.org
577 F: hw/rtc/goldfish_rtc.c
578 F: include/hw/rtc/goldfish_rtc.h
581 M: Peter Maydell <peter.maydell@linaro.org>
582 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
583 L: qemu-arm@nongnu.org
588 M: Peter Maydell <peter.maydell@linaro.org>
589 R: Jean-Christophe Dubois <jcd@tribudubois.net>
590 L: qemu-arm@nongnu.org
592 F: hw/arm/fsl-imx25.c
593 F: hw/arm/imx25_pdk.c
594 F: hw/misc/imx25_ccm.c
595 F: include/hw/arm/fsl-imx25.h
596 F: include/hw/misc/imx25_ccm.h
599 M: Peter Chubb <peter.chubb@nicta.com.au>
600 M: Peter Maydell <peter.maydell@linaro.org>
601 L: qemu-arm@nongnu.org
606 F: include/hw/*/imx_*
607 F: include/hw/*/*imx31*
610 M: Peter Maydell <peter.maydell@linaro.org>
611 L: qemu-arm@nongnu.org
613 F: hw/arm/integratorcp.c
614 F: hw/misc/arm_integrator_debug.c
615 F: include/hw/misc/arm_integrator_debug.h
617 MCIMX6UL EVK / i.MX6ul
618 M: Peter Maydell <peter.maydell@linaro.org>
619 R: Jean-Christophe Dubois <jcd@tribudubois.net>
620 L: qemu-arm@nongnu.org
622 F: hw/arm/mcimx6ul-evk.c
623 F: hw/arm/fsl-imx6ul.c
624 F: hw/misc/imx6ul_ccm.c
625 F: include/hw/arm/fsl-imx6ul.h
626 F: include/hw/misc/imx6ul_ccm.h
628 MCIMX7D SABRE / i.MX7
629 M: Peter Maydell <peter.maydell@linaro.org>
630 R: Andrey Smirnov <andrew.smirnov@gmail.com>
631 L: qemu-arm@nongnu.org
633 F: hw/arm/mcimx7d-sabre.c
636 F: include/hw/arm/fsl-imx7.h
637 F: include/hw/misc/imx7_*.h
638 F: hw/pci-host/designware.c
639 F: include/hw/pci-host/designware.h
642 M: Peter Maydell <peter.maydell@linaro.org>
643 L: qemu-arm@nongnu.org
648 F: include/hw/misc/mps2-*.h
650 F: include/hw/arm/armsse.h
651 F: hw/misc/iotkit-secctl.c
652 F: include/hw/misc/iotkit-secctl.h
653 F: hw/misc/iotkit-sysctl.c
654 F: include/hw/misc/iotkit-sysctl.h
655 F: hw/misc/iotkit-sysinfo.c
656 F: include/hw/misc/iotkit-sysinfo.h
657 F: hw/misc/armsse-cpuid.c
658 F: include/hw/misc/armsse-cpuid.h
659 F: hw/misc/armsse-mhu.c
660 F: include/hw/misc/armsse-mhu.h
663 M: Peter Maydell <peter.maydell@linaro.org>
664 L: qemu-arm@nongnu.org
669 M: Jan Kiszka <jan.kiszka@web.de>
670 M: Peter Maydell <peter.maydell@linaro.org>
671 L: qemu-arm@nongnu.org
676 M: Andrzej Zaborowski <balrogg@gmail.com>
677 M: Peter Maydell <peter.maydell@linaro.org>
678 L: qemu-arm@nongnu.org
681 F: hw/display/blizzard.c
683 F: hw/input/tsc2005.c
686 F: include/hw/display/blizzard.h
687 F: include/hw/input/tsc2xxx.h
688 F: include/hw/misc/cbus.h
691 M: Andrzej Zaborowski <balrogg@gmail.com>
692 M: Peter Maydell <peter.maydell@linaro.org>
693 L: qemu-arm@nongnu.org
696 F: hw/input/tsc210x.c
697 F: include/hw/input/tsc2xxx.h
700 M: Peter Maydell <peter.maydell@linaro.org>
701 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
702 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
703 L: qemu-arm@nongnu.org
706 F: hw/arm/raspi_platform.h
708 F: include/hw/arm/raspi*
709 F: include/hw/*/bcm283*
712 M: Peter Maydell <peter.maydell@linaro.org>
713 L: qemu-arm@nongnu.org
716 F: hw/cpu/realview_mpcore.c
717 F: hw/intc/realview_gic.c
718 F: include/hw/intc/realview_gic.h
721 M: Andrzej Zaborowski <balrogg@gmail.com>
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
725 F: hw/arm/mainstone.c
730 F: hw/display/tc6393xb.c
733 F: hw/misc/mst_fpga.c
735 F: include/hw/arm/pxa.h
736 F: include/hw/arm/sharpsl.h
737 F: include/hw/display/tc6393xb.h
740 M: Peter Maydell <peter.maydell@linaro.org>
741 R: Jean-Christophe Dubois <jcd@tribudubois.net>
742 L: qemu-arm@nongnu.org
744 F: hw/arm/sabrelite.c
748 F: include/hw/arm/fsl-imx6.h
749 F: include/hw/misc/imx6_*.h
750 F: include/hw/ssi/imx_spi.h
753 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
754 M: Peter Maydell <peter.maydell@linaro.org>
755 R: Leif Lindholm <leif@nuviainc.com>
756 L: qemu-arm@nongnu.org
760 Sharp SL-5500 (Collie) PDA
761 M: Peter Maydell <peter.maydell@linaro.org>
762 L: qemu-arm@nongnu.org
768 M: Peter Maydell <peter.maydell@linaro.org>
769 L: qemu-arm@nongnu.org
772 F: include/hw/input/gamepad.h
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
781 M: Peter Maydell <peter.maydell@linaro.org>
782 L: qemu-arm@nongnu.org
785 F: hw/misc/arm_sysctl.c
788 M: Peter Maydell <peter.maydell@linaro.org>
789 L: qemu-arm@nongnu.org
792 F: include/hw/arm/virt.h
795 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
796 M: Alistair Francis <alistair@alistair23.me>
797 M: Peter Maydell <peter.maydell@linaro.org>
798 L: qemu-arm@nongnu.org
803 F: include/hw/misc/zynq*
807 M: Alistair Francis <alistair@alistair23.me>
808 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
809 M: Peter Maydell <peter.maydell@linaro.org>
810 L: qemu-arm@nongnu.org
813 F: include/hw/*/xlnx*.h
814 F: include/hw/ssi/xilinx_spips.h
816 F: include/hw/display/dpcd.h
819 M: Shannon Zhao <shannon.zhaosl@gmail.com>
820 L: qemu-arm@nongnu.org
822 F: hw/arm/virt-acpi-build.c
825 M: Alistair Francis <alistair@alistair23.me>
826 M: Peter Maydell <peter.maydell@linaro.org>
827 L: qemu-arm@nongnu.org
829 F: hw/arm/stm32f205_soc.c
830 F: hw/misc/stm32f2xx_syscfg.c
831 F: hw/char/stm32f2xx_usart.c
832 F: hw/timer/stm32f2xx_timer.c
834 F: hw/ssi/stm32f2xx_spi.c
835 F: include/hw/*/stm32*.h
838 M: Alistair Francis <alistair@alistair23.me>
839 M: Peter Maydell <peter.maydell@linaro.org>
840 L: qemu-arm@nongnu.org
842 F: hw/arm/stm32f405_soc.c
843 F: hw/misc/stm32f4xx_syscfg.c
844 F: hw/misc/stm32f4xx_exti.c
847 M: Alistair Francis <alistair@alistair23.me>
848 M: Peter Maydell <peter.maydell@linaro.org>
849 L: qemu-arm@nongnu.org
851 F: hw/arm/netduino2.c
854 M: Alistair Francis <alistair@alistair23.me>
855 M: Peter Maydell <peter.maydell@linaro.org>
856 L: qemu-arm@nongnu.org
858 F: hw/arm/netduinoplus2.c
861 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
862 M: Peter Maydell <peter.maydell@linaro.org>
863 L: qemu-arm@nongnu.org
866 F: hw/misc/msf2-sysreg.c
867 F: hw/timer/mss-timer.c
869 F: include/hw/arm/msf2-soc.h
870 F: include/hw/misc/msf2-sysreg.h
871 F: include/hw/timer/mss-timer.h
872 F: include/hw/ssi/mss-spi.h
875 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
876 M: Peter Maydell <peter.maydell@linaro.org>
877 L: qemu-arm@nongnu.org
882 M: Cédric Le Goater <clg@kaod.org>
883 M: Peter Maydell <peter.maydell@linaro.org>
884 R: Andrew Jeffery <andrew@aj.id.au>
885 R: Joel Stanley <joel@jms.id.au>
886 L: qemu-arm@nongnu.org
890 F: include/hw/*/*aspeed*
891 F: include/hw/misc/pca9552*.h
892 F: hw/net/ftgmac100.c
893 F: include/hw/net/ftgmac100.h
896 M: Joel Stanley <joel@jms.id.au>
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
902 F: include/hw/*/nrf51*.h
903 F: include/hw/*/microbit*.h
904 F: tests/qtest/microbit-test.c
909 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
911 F: hw/cris/axis_dev88.c
917 M: Richard Henderson <rth@twiddle.net>
918 R: Helge Deller <deller@gmx.de>
920 F: default-configs/hppa-softmmu.mak
922 F: pc-bios/hppa-firmware.img
926 EVR32 and uclinux BSP
927 M: Michael Walle <michael@walle.cc>
929 F: hw/lm32/lm32_boards.c
932 M: Michael Walle <michael@walle.cc>
934 F: hw/lm32/milkymist.c
939 M: Thomas Huth <huth@tuxfamily.org>
945 M: Thomas Huth <huth@tuxfamily.org>
948 F: hw/m68k/mcf_intc.c
949 F: hw/char/mcf_uart.c
951 F: include/hw/m68k/mcf*.h
954 M: Thomas Huth <huth@tuxfamily.org>
957 F: hw/display/next-fb.c
958 F: include/hw/m68k/next-cube.h
961 M: Laurent Vivier <laurent@vivier.eu>
966 F: hw/display/macfb.c
968 F: hw/m68k/bootinfo.h
969 F: include/hw/misc/mac_via.h
970 F: include/hw/nubus/*
971 F: include/hw/display/macfb.h
972 F: include/hw/block/swim.h
977 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
979 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
980 F: include/hw/char/xilinx_uartlite.h
983 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
985 F: hw/microblaze/petalogix_ml605_mmu.c
990 M: Hervé Poussineau <hpoussin@reactos.org>
991 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
993 F: hw/mips/mips_jazz.c
994 F: hw/display/jazz_led.c
998 M: Aleksandar Markovic <amarkovic@wavecomp.com>
999 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1000 R: Aurelien Jarno <aurelien@aurel32.net>
1004 F: hw/mips/mips_malta.c
1005 F: hw/mips/gt64xxx_pci.c
1006 F: include/hw/southbridge/piix.h
1007 F: tests/acceptance/linux_ssh_mips_malta.py
1008 F: tests/acceptance/machine_mips_malta.py
1011 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1012 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1014 F: hw/mips/mips_mipssim.c
1018 M: Aurelien Jarno <aurelien@aurel32.net>
1019 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1021 F: hw/mips/mips_r4k.c
1024 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1025 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1027 F: hw/mips/mips_fulong2e.c
1028 F: hw/isa/vt82c686.c
1029 F: hw/pci-host/bonito.c
1030 F: include/hw/isa/vt82c686.h
1033 M: Paul Burton <pburton@wavecomp.com>
1034 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1036 F: hw/core/loader-fit.c
1038 F: hw/pci-host/xilinx-pcie.c
1039 F: include/hw/pci-host/xilinx-pcie.h
1044 M: Jia Liu <proljc@gmail.com>
1046 F: hw/openrisc/openrisc_sim.c
1051 M: David Gibson <david@gibson.dropbear.id.au>
1052 L: qemu-ppc@nongnu.org
1054 F: hw/ppc/ppc405_boards.c
1057 M: David Gibson <david@gibson.dropbear.id.au>
1058 L: qemu-ppc@nongnu.org
1060 F: hw/ppc/ppc440_bamboo.c
1063 M: David Gibson <david@gibson.dropbear.id.au>
1064 L: qemu-ppc@nongnu.org
1067 F: hw/gpio/mpc8xxx.c
1069 F: hw/net/fsl_etsec/
1070 F: hw/pci-host/ppce500.c
1071 F: include/hw/ppc/ppc_e500.h
1072 F: include/hw/pci-host/ppce500.h
1073 F: pc-bios/u-boot.e500
1076 M: David Gibson <david@gibson.dropbear.id.au>
1077 L: qemu-ppc@nongnu.org
1079 F: hw/ppc/mpc8544ds.c
1080 F: hw/ppc/mpc8544_guts.c
1083 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1084 R: David Gibson <david@gibson.dropbear.id.au>
1085 L: qemu-ppc@nongnu.org
1087 F: hw/ppc/mac_newworld.c
1088 F: hw/pci-host/uninorth.c
1089 F: hw/pci-bridge/dec.[hc]
1091 F: hw/misc/mos6522.c
1092 F: hw/nvram/mac_nvram.c
1094 F: include/hw/misc/macio/
1095 F: include/hw/misc/mos6522.h
1096 F: include/hw/ppc/mac_dbdma.h
1097 F: include/hw/pci-host/uninorth.h
1098 F: include/hw/input/adb*
1099 F: pc-bios/qemu_vga.ndrv
1102 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1103 R: David Gibson <david@gibson.dropbear.id.au>
1104 L: qemu-ppc@nongnu.org
1106 F: hw/ppc/mac_oldworld.c
1107 F: hw/pci-host/grackle.c
1109 F: hw/intc/heathrow_pic.c
1111 F: include/hw/intc/heathrow_pic.h
1112 F: include/hw/input/adb*
1113 F: pc-bios/qemu_vga.ndrv
1116 M: Hervé Poussineau <hpoussin@reactos.org>
1117 L: qemu-ppc@nongnu.org
1120 F: hw/ppc/prep_systemio.c
1121 F: hw/ppc/rs6000_mc.c
1122 F: hw/pci-host/prep.[hc]
1126 F: hw/rtc/m48t59-isa.c
1127 F: include/hw/isa/pc87312.h
1128 F: include/hw/rtc/m48t59.h
1129 F: tests/acceptance/ppc_prep_40p.py
1132 M: David Gibson <david@gibson.dropbear.id.au>
1133 L: qemu-ppc@nongnu.org
1136 F: include/hw/*/spapr*
1138 F: include/hw/*/xics*
1140 F: docs/specs/ppc-spapr-hcalls.txt
1141 F: docs/specs/ppc-spapr-hotplug.txt
1142 F: tests/qtest/spapr*
1143 F: tests/qtest/libqos/*spapr*
1144 F: tests/qtest/rtas*
1145 F: tests/qtest/libqos/rtas*
1147 PowerNV (Non-Virtualized)
1148 M: Cédric Le Goater <clg@kaod.org>
1149 M: David Gibson <david@gibson.dropbear.id.au>
1150 L: qemu-ppc@nongnu.org
1154 F: hw/intc/xics_pnv.c
1155 F: include/hw/ppc/pnv*
1156 F: pc-bios/skiboot.lid
1160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1161 L: qemu-ppc@nongnu.org
1163 F: hw/ppc/virtex_ml507.c
1166 M: BALATON Zoltan <balaton@eik.bme.hu>
1167 L: qemu-ppc@nongnu.org
1169 F: hw/ppc/sam460ex.c
1170 F: hw/ppc/ppc440_pcix.c
1171 F: hw/display/sm501*
1174 F: pc-bios/canyonlands.dt[sb]
1175 F: pc-bios/u-boot-sam460ex-20100605.bin
1176 F: roms/u-boot-sam460ex
1181 M: Magnus Damm <magnus.damm@gmail.com>
1184 F: hw/intc/sh_intc.c
1185 F: hw/timer/sh_timer.c
1188 M: Magnus Damm <magnus.damm@gmail.com>
1195 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1198 F: hw/sparc/sun4m_iommu.c
1201 F: hw/dma/sparc32_dma.c
1202 F: hw/misc/eccmemctl.c
1204 F: include/hw/nvram/sun_nvram.h
1205 F: include/hw/sparc/sparc32_dma.h
1206 F: include/hw/sparc/sun4m_iommu.h
1207 F: pc-bios/openbios-sparc32
1210 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1212 F: hw/sparc64/sun4u.c
1213 F: hw/sparc64/sun4u_iommu.c
1214 F: include/hw/sparc/sun4u_iommu.h
1215 F: hw/pci-host/sabre.c
1216 F: include/hw/pci-host/sabre.h
1217 F: hw/pci-bridge/simba.c
1218 F: include/hw/pci-bridge/simba.h
1219 F: pc-bios/openbios-sparc64
1222 M: Artyom Tarasenko <atar4qemu@gmail.com>
1224 F: hw/sparc64/niagara.c
1225 F: hw/rtc/sun4v-rtc.c
1226 F: include/hw/rtc/sun4v-rtc.h
1229 M: Fabien Chouteau <chouteau@adacore.com>
1230 M: KONRAD Frederic <frederic.konrad@adacore.com>
1234 F: include/hw/*/grlib*
1235 F: tests/acceptance/machine_sparc_leon3.py
1240 M: Cornelia Huck <cohuck@redhat.com>
1241 M: Halil Pasic <pasic@linux.ibm.com>
1242 M: Christian Borntraeger <borntraeger@de.ibm.com>
1244 F: hw/char/sclp*.[hc]
1245 F: hw/char/terminal3270.c
1247 F: include/hw/s390x/
1248 F: hw/watchdog/wdt_diag288.c
1249 F: include/hw/watchdog/wdt_diag288.h
1250 F: default-configs/s390x-softmmu.mak
1251 T: git https://github.com/cohuck/qemu.git s390-next
1252 T: git https://github.com/borntraeger/qemu.git s390-next
1253 L: qemu-s390x@nongnu.org
1256 M: Christian Borntraeger <borntraeger@de.ibm.com>
1257 M: Thomas Huth <thuth@redhat.com>
1260 F: pc-bios/s390-ccw/
1261 F: pc-bios/s390-ccw.img
1262 F: docs/devel/s390-dasd-ipl.rst
1263 T: git https://github.com/borntraeger/qemu.git s390-next
1264 L: qemu-s390x@nongnu.org
1267 M: Matthew Rosato <mjrosato@linux.ibm.com>
1269 F: hw/s390x/s390-pci*
1270 L: qemu-s390x@nongnu.org
1274 PKUnity-3 SoC initramfs-with-busybox
1275 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1283 M: Michael S. Tsirkin <mst@redhat.com>
1284 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1288 F: hw/pci-host/i440fx.c
1289 F: hw/pci-host/q35.c
1290 F: hw/pci-host/pam.c
1291 F: include/hw/pci-host/i440fx.h
1292 F: include/hw/pci-host/q35.h
1293 F: include/hw/pci-host/pam.h
1295 F: hw/isa/lpc_ich9.c
1296 F: hw/i2c/smbus_ich9.c
1299 F: include/hw/acpi/ich9.h
1300 F: include/hw/southbridge/piix.h
1303 F: include/hw/isa/apm.h
1304 F: tests/test-x86-cpuid.c
1305 F: tests/qtest/test-x86-cpuid-compat.c
1308 M: Michael S. Tsirkin <mst@redhat.com>
1309 M: Paolo Bonzini <pbonzini@redhat.com>
1311 F: hw/char/debugcon.c
1312 F: hw/char/parallel*
1315 F: hw/i2c/pm_smbus.c
1320 F: hw/isa/isa-superio.c
1321 F: hw/misc/debugexit.c
1322 F: hw/misc/pc-testdev.c
1325 F: hw/rtc/mc146818rtc*
1326 F: hw/watchdog/wdt_ib700.c
1327 F: hw/watchdog/wdt_i6300esb.c
1328 F: include/hw/display/vga.h
1329 F: include/hw/char/parallel.h
1330 F: include/hw/dma/i8257.h
1331 F: include/hw/i2c/pm_smbus.h
1332 F: include/hw/input/i8042.h
1333 F: include/hw/isa/i8259_internal.h
1334 F: include/hw/isa/superio.h
1335 F: include/hw/timer/hpet.h
1336 F: include/hw/timer/i8254*
1337 F: include/hw/rtc/mc146818rtc*
1340 M: Sergio Lopez <slp@redhat.com>
1341 M: Paolo Bonzini <pbonzini@redhat.com>
1344 F: hw/i386/microvm.c
1345 F: include/hw/i386/microvm.h
1346 F: pc-bios/bios-microvm.bin
1349 M: Eduardo Habkost <ehabkost@redhat.com>
1350 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1353 F: hw/core/machine-qmp-cmds.c
1354 F: hw/core/machine.c
1355 F: hw/core/null-machine.c
1358 F: qapi/machine.json
1359 F: qapi/machine-target.json
1360 F: include/hw/boards.h
1361 F: include/hw/core/cpu.h
1362 F: include/hw/cpu/cluster.h
1363 F: include/sysemu/numa.h
1364 T: git https://github.com/ehabkost/qemu.git machine-next
1369 M: Max Filippov <jcmvbkbc@gmail.com>
1374 M: Max Filippov <jcmvbkbc@gmail.com>
1378 XTFPGA (LX60, LX200, ML605, KC705)
1379 M: Max Filippov <jcmvbkbc@gmail.com>
1381 F: hw/xtensa/xtfpga.c
1382 F: hw/net/opencores_eth.c
1387 M: Jiri Slaby <jslaby@suse.cz>
1392 M: John Snow <jsnow@redhat.com>
1393 L: qemu-block@nongnu.org
1400 F: hw/block/hd-geometry.c
1401 F: tests/qtest/ide-test.c
1402 F: tests/qtest/ahci-test.c
1403 F: tests/qtest/cdrom-test.c
1404 F: tests/qtest/libqos/ahci*
1405 T: git https://github.com/jnsnow/qemu.git ide
1408 M: Corey Minyard <minyard@acm.org>
1410 F: include/hw/ipmi/*
1412 F: hw/smbios/smbios_type_38.c
1413 F: tests/qtest/ipmi*
1414 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1417 M: John Snow <jsnow@redhat.com>
1418 L: qemu-block@nongnu.org
1421 F: include/hw/block/fdc.h
1422 F: tests/qtest/fdc-test.c
1423 T: git https://github.com/jnsnow/qemu.git ide
1426 M: Peter Maydell <peter.maydell@linaro.org>
1427 L: qemu-arm@nongnu.org
1430 F: include/hw/arm/omap.h
1433 M: Alberto Garcia <berto@igalia.com>
1435 F: hw/char/ipoctal232.c
1439 M: Michael S. Tsirkin <mst@redhat.com>
1440 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1443 F: hw/misc/pci-testdev.c
1448 F: default-configs/pci.mak
1451 M: Michael S. Tsirkin <mst@redhat.com>
1452 M: Igor Mammedov <imammedo@redhat.com>
1454 F: include/hw/acpi/*
1455 F: include/hw/firmware/smbios.h
1459 F: hw/i386/acpi-build.[hc]
1460 F: hw/arm/virt-acpi-build.c
1461 F: tests/qtest/bios-tables-test.c
1462 F: tests/qtest/acpi-utils.[hc]
1466 M: David Gibson <david@gibson.dropbear.id.au>
1467 L: qemu-ppc@nongnu.org
1470 F: hw/i2c/ppc4xx_i2c.c
1471 F: include/hw/ppc/ppc4xx.h
1472 F: include/hw/i2c/ppc4xx_i2c.h
1475 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1476 R: Paolo Bonzini <pbonzini@redhat.com>
1481 M: Jason Wang <jasowang@redhat.com>
1485 F: tests/qtest/virtio-net-test.c
1486 F: docs/virtio-net-failover.rst
1487 T: git https://github.com/jasowang/qemu.git net
1489 Parallel NOR Flash devices
1490 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1491 T: git https://gitlab.com/philmd/qemu.git pflash-next
1493 F: hw/block/pflash_cfi*.c
1494 F: include/hw/block/flash.h
1497 M: Paolo Bonzini <pbonzini@redhat.com>
1498 R: Fam Zheng <fam@euphon.net>
1500 F: include/hw/scsi/*
1502 F: tests/qtest/virtio-scsi-test.c
1503 T: git https://github.com/bonzini/qemu.git scsi-next
1506 M: Alistair Francis <alistair@alistair23.me>
1509 F: hw/block/m25p80.c
1510 F: include/hw/ssi/ssi.h
1512 F: tests/qtest/m25p80-test.c
1515 M: Alistair Francis <alistair@alistair23.me>
1520 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1522 F: include/hw/sd/sd*
1529 M: Gerd Hoffmann <kraxel@redhat.com>
1532 F: tests/qtest/usb-*-test.c
1534 F: docs/usb-storage.txt
1537 F: default-configs/usb.mak
1539 USB (serial adapter)
1540 M: Gerd Hoffmann <kraxel@redhat.com>
1541 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1543 F: hw/usb/dev-serial.c
1546 M: Alex Williamson <alex.williamson@redhat.com>
1552 M: Cornelia Huck <cohuck@redhat.com>
1553 M: Eric Farman <farman@linux.ibm.com>
1556 F: hw/s390x/s390-ccw.c
1557 F: include/hw/s390x/s390-ccw.h
1558 F: include/hw/s390x/vfio-ccw.h
1559 T: git https://github.com/cohuck/qemu.git s390-next
1560 L: qemu-s390x@nongnu.org
1563 M: Christian Borntraeger <borntraeger@de.ibm.com>
1564 M: Tony Krowiak <akrowiak@linux.ibm.com>
1565 M: Halil Pasic <pasic@linux.ibm.com>
1566 M: Pierre Morel <pmorel@linux.ibm.com>
1568 F: hw/s390x/ap-device.c
1569 F: hw/s390x/ap-bridge.c
1570 F: include/hw/s390x/ap-device.h
1571 F: include/hw/s390x/ap-bridge.h
1573 F: docs/system/vfio-ap.rst
1574 L: qemu-s390x@nongnu.org
1577 M: Michael S. Tsirkin <mst@redhat.com>
1580 F: docs/interop/vhost-user.json
1581 F: docs/interop/vhost-user.rst
1582 F: contrib/vhost-user-*/
1583 F: backends/vhost-user.c
1584 F: include/sysemu/vhost-user-backend.h
1587 M: Michael S. Tsirkin <mst@redhat.com>
1590 F: hw/virtio/Makefile.objs
1591 F: hw/virtio/trace-events
1593 F: include/hw/virtio/
1596 M: Greg Kurz <groug@kaod.org>
1597 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1602 F: docs/interop/virtfs-proxy-helper.rst
1603 F: tests/qtest/virtio-9p-test.c
1604 T: git https://github.com/gkurz/qemu.git 9p-next
1607 M: Stefan Hajnoczi <stefanha@redhat.com>
1608 L: qemu-block@nongnu.org
1610 F: hw/block/virtio-blk.c
1611 F: hw/block/dataplane/*
1612 F: tests/qtest/virtio-blk-test.c
1613 T: git https://github.com/stefanha/qemu.git block
1616 M: Cornelia Huck <cohuck@redhat.com>
1617 M: Halil Pasic <pasic@linux.ibm.com>
1619 F: hw/s390x/virtio-ccw*.[hc]
1620 F: hw/s390x/vhost-vsock-ccw.c
1621 T: git https://github.com/cohuck/qemu.git s390-next
1622 T: git https://github.com/borntraeger/qemu.git s390-next
1623 L: qemu-s390x@nongnu.org
1626 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1627 M: Stefan Hajnoczi <stefanha@redhat.com>
1629 F: tools/virtiofsd/*
1630 F: hw/virtio/vhost-user-fs*
1631 F: include/hw/virtio/vhost-user-fs.h
1632 F: docs/interop/virtiofsd.rst
1635 M: Gerd Hoffmann <kraxel@redhat.com>
1637 F: hw/input/vhost-user-input.c
1638 F: hw/input/virtio-input*.c
1639 F: include/hw/virtio/virtio-input.h
1640 F: contrib/vhost-user-input/*
1643 M: Eric Auger <eric.auger@redhat.com>
1645 F: hw/virtio/virtio-iommu*.c
1646 F: include/hw/virtio/virtio-iommu.h
1649 M: Laurent Vivier <lvivier@redhat.com>
1650 R: Amit Shah <amit@kernel.org>
1652 F: hw/char/virtio-serial-bus.c
1653 F: hw/char/virtio-console.c
1654 F: include/hw/virtio/virtio-serial.h
1655 F: tests/qtest/virtio-serial-test.c
1658 M: Laurent Vivier <lvivier@redhat.com>
1659 R: Amit Shah <amit@kernel.org>
1661 F: hw/virtio/virtio-rng.c
1662 F: include/hw/virtio/virtio-rng.h
1663 F: include/sysemu/rng*.h
1665 F: tests/qtest/virtio-rng-test.c
1668 M: Gonglei <arei.gonglei@huawei.com>
1670 F: hw/virtio/virtio-crypto.c
1671 F: hw/virtio/virtio-crypto-pci.c
1672 F: include/hw/virtio/virtio-crypto.h
1675 M: Keith Busch <keith.busch@intel.com>
1676 L: qemu-block@nongnu.org
1679 F: tests/qtest/nvme-test.c
1682 M: Hannes Reinecke <hare@suse.com>
1683 L: qemu-block@nongnu.org
1685 F: hw/scsi/megasas.c
1687 F: tests/qtest/megasas-test.c
1689 Network packet abstractions
1690 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1692 F: include/net/eth.h
1694 F: hw/net/net_rx_pkt*
1695 F: hw/net/net_tx_pkt*
1698 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1701 F: hw/scsi/vmw_pvscsi*
1702 F: tests/qtest/vmxnet3-test.c
1705 M: Jiri Pirko <jiri@resnulli.us>
1709 F: docs/specs/rocker.txt
1712 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1716 F: include/hw/mem/nvdimm.h
1720 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1725 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1730 M: Stefan Weil <sw@weilnetz.de>
1732 F: hw/net/eepro100.c
1735 M: Sven Schnelle <svens@stackframe.org>
1741 M: Alistair Francis <alistair@alistair23.me>
1743 F: hw/core/generic-loader.c
1744 F: include/hw/core/generic-loader.h
1745 F: docs/generic-loader.txt
1747 Intel Hexadecimal Object File Loader
1748 M: Su Hang <suhang16@mails.ucas.ac.cn>
1750 F: tests/qtest/hexloader-test.c
1751 F: tests/data/hex-loader/test.hex
1754 M: Thomas Huth <thuth@redhat.com>
1756 F: hw/nvram/chrp_nvram.c
1757 F: include/hw/nvram/chrp_nvram.h
1758 F: tests/qtest/prom-env-test.c
1761 M: Ben Warren <ben@skyportsystems.com>
1763 F: hw/acpi/vmgenid.c
1764 F: include/hw/acpi/vmgenid.h
1765 F: docs/specs/vmgenid.txt
1766 F: tests/qtest/vmgenid-test.c
1769 Unimplemented device
1770 M: Peter Maydell <peter.maydell@linaro.org>
1771 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1773 F: include/hw/misc/unimp.h
1777 M: Gerd Hoffmann <kraxel@redhat.com>
1780 F: hw/display/bochs-display.c
1781 F: include/hw/display/vga.h
1782 F: include/hw/display/bochs-vbe.h
1785 M: Gerd Hoffmann <kraxel@redhat.com>
1787 F: hw/display/ramfb*.c
1788 F: include/hw/display/ramfb.h
1791 M: Gerd Hoffmann <kraxel@redhat.com>
1793 F: hw/display/virtio-gpu*
1794 F: hw/display/virtio-vga.*
1795 F: include/hw/virtio/virtio-gpu.h
1798 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1799 M: Gerd Hoffmann <kraxel@redhat.com>
1801 F: docs/interop/vhost-user-gpu.rst
1802 F: contrib/vhost-user-gpu
1803 F: hw/display/vhost-user-*
1806 M: Gerd Hoffmann <kraxel@redhat.com>
1808 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1809 F: hw/display/cirrus*
1812 M: Gerd Hoffmann <kraxel@redhat.com>
1815 F: include/hw/display/edid.h
1818 PIIX4 South Bridge (i82371AB)
1819 M: Hervé Poussineau <hpoussin@reactos.org>
1820 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1823 F: include/hw/southbridge/piix.h
1825 Firmware configuration (fw_cfg)
1826 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1827 R: Laszlo Ersek <lersek@redhat.com>
1828 R: Gerd Hoffmann <kraxel@redhat.com>
1830 F: docs/specs/fw_cfg.txt
1831 F: hw/nvram/fw_cfg.c
1833 F: include/hw/nvram/fw_cfg.h
1834 F: include/standard-headers/linux/qemu_fw_cfg.h
1835 F: tests/qtest/libqos/fw_cfg.c
1836 F: tests/qtest/fw_cfg-test.c
1837 T: git https://github.com/philmd/qemu.git fw_cfg-next
1840 M: David Gibson <david@gibson.dropbear.id.au>
1841 M: Cédric Le Goater <clg@kaod.org>
1842 L: qemu-ppc@nongnu.org
1845 F: include/hw/*/*xive*
1851 M: Gerd Hoffmann <kraxel@redhat.com>
1855 F: include/hw/audio/
1856 F: tests/qtest/ac97-test.c
1857 F: tests/qtest/es1370-test.c
1858 F: tests/qtest/intel-hda-test.c
1861 M: Kevin Wolf <kwolf@redhat.com>
1862 M: Max Reitz <mreitz@redhat.com>
1863 L: qemu-block@nongnu.org
1870 F: docs/interop/qemu-img.rst
1872 F: tests/qemu-iotests/
1873 F: util/qemu-progress.c
1874 F: qobject/block-qdict.c
1875 F: tests/check-block-qdict.c
1876 T: git https://repo.or.cz/qemu/kevin.git block
1879 M: Stefan Hajnoczi <stefanha@redhat.com>
1880 M: Fam Zheng <fam@euphon.net>
1881 L: qemu-block@nongnu.org
1887 F: include/block/aio.h
1888 F: include/block/aio-wait.h
1889 F: scripts/qemugdb/aio.py
1890 T: git https://github.com/stefanha/qemu.git block
1892 Block SCSI subsystem
1893 M: Paolo Bonzini <pbonzini@redhat.com>
1894 R: Fam Zheng <fam@euphon.net>
1895 L: qemu-block@nongnu.org
1901 M: John Snow <jsnow@redhat.com>
1902 L: qemu-block@nongnu.org
1905 F: include/block/blockjob.h
1908 F: include/qemu/job.h
1914 T: git https://github.com/jnsnow/qemu.git jobs
1916 Block QAPI, monitor, command line
1917 M: Markus Armbruster <armbru@redhat.com>
1922 F: qapi/transaction.json
1923 T: git https://repo.or.cz/qemu/armbru.git block-next
1926 M: John Snow <jsnow@redhat.com>
1927 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1928 L: qemu-block@nongnu.org
1930 F: include/qemu/hbitmap.h
1931 F: include/block/dirty-bitmap.h
1932 F: block/dirty-bitmap.c
1933 F: block/qcow2-bitmap.c
1934 F: migration/block-dirty-bitmap.c
1936 F: tests/test-hbitmap.c
1937 F: docs/interop/bitmaps.rst
1938 T: git https://github.com/jnsnow/qemu.git bitmaps
1940 Character device backends
1941 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1942 R: Paolo Bonzini <pbonzini@redhat.com>
1948 Character Devices (Braille)
1949 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1953 Command line option argument parsing
1954 M: Markus Armbruster <armbru@redhat.com>
1956 F: include/qemu/option.h
1957 F: tests/test-keyval.c
1958 F: tests/test-qemu-opts.c
1960 F: util/qemu-option.c
1963 M: Markus Armbruster <armbru@redhat.com>
1965 F: scripts/coverity-model.c
1968 M: Alistair Francis <alistair.francis@wdc.com>
1969 R: David Gibson <david@gibson.dropbear.id.au>
1972 F: include/sysemu/device_tree.h
1976 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1978 F: hw/misc/vmcoreinfo.c
1979 F: include/hw/misc/vmcoreinfo.h
1980 F: include/qemu/win_dump_defs
1981 F: include/sysemu/dump-arch.h
1982 F: include/sysemu/dump.h
1984 F: scripts/dump-guest-memory.py
1988 M: Markus Armbruster <armbru@redhat.com>
1990 F: include/qapi/error.h
1991 F: include/qemu/error-report.h
1994 F: util/qemu-error.c
1997 M: Alex Bennée <alex.bennee@linaro.org>
1998 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2004 M: Paolo Bonzini <pbonzini@redhat.com>
2006 F: include/exec/ioport.h
2008 F: include/exec/memop.h
2009 F: include/exec/memory.h
2010 F: include/exec/ram_addr.h
2011 F: include/exec/ramblock.h
2013 F: include/exec/memory-internal.h
2017 M: Gerd Hoffmann <kraxel@redhat.com>
2019 F: include/ui/qemu-spice.h
2020 F: include/ui/spice-display.h
2022 F: audio/spiceaudio.c
2025 F: docs/spice-port-fqdn.txt
2028 M: Gerd Hoffmann <kraxel@redhat.com>
2036 M: Peter Maydell <peter.maydell@linaro.org>
2041 M: Paolo Bonzini <pbonzini@redhat.com>
2044 F: include/qemu/main-loop.h
2045 F: include/sysemu/runstate.h
2047 F: util/qemu-timer.c
2050 F: qapi/run-state.json
2053 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2055 F: monitor/monitor-internal.h
2057 F: monitor/monitor.c
2061 F: include/monitor/hmp-target.h
2062 F: tests/qtest/test-hmp.c
2063 F: include/qemu/qemu-print.h
2064 F: util/qemu-print.c
2066 Network device backends
2067 M: Jason Wang <jasowang@redhat.com>
2071 F: qemu-bridge-helper.c
2072 T: git https://github.com/jasowang/qemu.git net
2075 Netmap network backend
2076 M: Luigi Rizzo <rizzo@iet.unipi.it>
2077 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2078 M: Vincenzo Maffione <v.maffione@gmail.com>
2079 W: http://info.iet.unipi.it/~luigi/netmap/
2083 Host Memory Backends
2084 M: Eduardo Habkost <ehabkost@redhat.com>
2085 M: Igor Mammedov <imammedo@redhat.com>
2087 F: backends/hostmem*.c
2088 F: include/sysemu/hostmem.h
2089 T: git https://github.com/ehabkost/qemu.git machine-next
2092 M: Gonglei <arei.gonglei@huawei.com>
2094 F: include/sysemu/cryptodev*.h
2095 F: backends/cryptodev*.c
2098 M: Eduardo Habkost <ehabkost@redhat.com>
2099 M: Cleber Rosa <crosa@redhat.com>
2106 M: Markus Armbruster <armbru@redhat.com>
2107 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2112 X: include/qapi/qmp/
2113 F: include/qapi/qmp/dispatch.h
2114 F: tests/qapi-schema/
2115 F: tests/test-*-visitor.c
2116 F: tests/test-qapi-*.c
2117 F: tests/test-qmp-*.c
2118 F: tests/test-visitor-serialization.c
2119 F: scripts/qapi-gen.py
2122 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2125 M: Eric Blake <eblake@redhat.com>
2126 M: Markus Armbruster <armbru@redhat.com>
2129 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2132 M: Markus Armbruster <armbru@redhat.com>
2135 F: include/qapi/qmp/
2136 X: include/qapi/qmp/dispatch.h
2137 F: scripts/coccinelle/qobject.cocci
2138 F: tests/check-qdict.c
2139 F: tests/check-qjson.c
2140 F: tests/check-qlist.c
2141 F: tests/check-qlit.c
2142 F: tests/check-qnull.c
2143 F: tests/check-qnum.c
2144 F: tests/check-qobject.c
2145 F: tests/check-qstring.c
2146 F: tests/data/qobject/qdict.txt
2147 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2150 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2153 F: docs/interop/qemu-ga.rst
2154 F: scripts/qemu-guest-agent/
2156 F: docs/interop/qemu-ga-ref.texi
2157 T: git https://github.com/mdroth/qemu.git qga
2160 M: Paolo Bonzini <pbonzini@redhat.com>
2161 R: Daniel P. Berrange <berrange@redhat.com>
2162 R: Eduardo Habkost <ehabkost@redhat.com>
2164 F: docs/qdev-device-use.txt
2167 F: include/monitor/qdev.h
2173 F: tests/check-qom-interface.c
2174 F: tests/check-qom-proplist.c
2175 F: tests/test-qdev-global-props.c
2178 M: Markus Armbruster <armbru@redhat.com>
2180 F: monitor/monitor-internal.h
2183 F: monitor/monitor.c
2185 F: docs/devel/*qmp-*
2186 F: docs/interop/*qmp-*
2188 F: tests/qtest/qmp-test.c
2189 F: tests/qtest/qmp-cmd-test.c
2190 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2193 M: Thomas Huth <thuth@redhat.com>
2194 M: Laurent Vivier <lvivier@redhat.com>
2195 R: Paolo Bonzini <pbonzini@redhat.com>
2202 M: Alexander Bulekov <alxndr@bu.edu>
2203 R: Paolo Bonzini <pbonzini@redhat.com>
2204 R: Bandan Das <bsd@redhat.com>
2205 R: Stefan Hajnoczi <stefanha@redhat.com>
2207 F: tests/qtest/fuzz/
2210 M: Alistair Francis <alistair@alistair23.me>
2212 F: hw/core/register.c
2213 F: include/hw/register.h
2214 F: include/hw/registerfields.h
2217 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2221 F: include/net/slirp.h
2222 T: git https://people.debian.org/~sthibault/qemu.git slirp
2225 M: Paolo Bonzini <pbonzini@redhat.com>
2230 M: Stefan Hajnoczi <stefanha@redhat.com>
2234 F: qemu-option-trace.texi
2235 F: scripts/tracetool.py
2236 F: scripts/tracetool/
2237 F: scripts/qemu-trace-stap*
2238 F: docs/interop/qemu-trace-stap.rst
2239 F: docs/devel/tracing.txt
2240 T: git https://github.com/stefanha/qemu.git tracing
2243 M: Stefan Berger <stefanb@linux.ibm.com>
2248 F: include/hw/acpi/tpm.h
2249 F: include/sysemu/tpm*
2252 F: tests/qtest/*tpm*
2253 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2257 F: scripts/checkpatch.pl
2260 M: Juan Quintela <quintela@redhat.com>
2261 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2263 F: hw/core/vmstate-if.c
2264 F: include/hw/vmstate-if.h
2265 F: include/migration/
2267 F: scripts/vmstate-static-checker.py
2268 F: tests/vmstate-static-checker-data/
2269 F: tests/qtest/migration-test.c
2270 F: docs/devel/migration.rst
2271 F: qapi/migration.json
2274 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2276 F: backends/dbus-vmstate.c
2277 F: tests/dbus-vmstate*
2279 F: include/qemu/dbus.h
2280 F: docs/interop/dbus.rst
2281 F: docs/interop/dbus-vmstate.rst
2284 M: Eduardo Otubo <otubo@redhat.com>
2287 F: include/sysemu/seccomp.h
2290 M: Daniel P. Berrange <berrange@redhat.com>
2294 F: tests/test-crypto-*
2295 F: tests/benchmark-crypto-*
2296 F: tests/crypto-tls-*
2297 F: tests/pkix_asn1_tab.c
2301 M: Stefan Hajnoczi <stefanha@redhat.com>
2302 M: Kevin Wolf <kwolf@redhat.com>
2305 F: include/qemu/coroutine*
2306 F: tests/test-coroutine.c
2309 M: Daniel P. Berrange <berrange@redhat.com>
2312 F: include/qemu/buffer.h
2315 M: Daniel P. Berrange <berrange@redhat.com>
2322 M: Daniel P. Berrange <berrange@redhat.com>
2327 F: tests/test-authz-*
2330 M: Daniel P. Berrange <berrange@redhat.com>
2331 M: Gerd Hoffmann <kraxel@redhat.com>
2333 F: include/qemu/sockets.h
2334 F: util/qemu-sockets.c
2335 F: qapi/sockets.json
2338 M: Daniel P. Berrange <berrange@redhat.com>
2340 F: util/filemonitor*.c
2341 F: include/qemu/filemonitor.h
2342 F: tests/test-util-filemonitor.c
2344 Throttling infrastructure
2345 M: Alberto Garcia <berto@igalia.com>
2347 F: block/throttle-groups.c
2348 F: include/block/throttle-groups.h
2349 F: include/qemu/throttle*.h
2351 F: docs/throttle.txt
2352 F: tests/test-throttle.c
2353 L: qemu-block@nongnu.org
2356 M: Fam Zheng <fam@euphon.net>
2359 F: include/qemu/uuid.h
2360 F: tests/test-uuid.c
2363 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2366 F: include/migration/colo.h
2367 F: include/migration/failover.h
2371 M: Zhang Chen <chen.zhang@intel.com>
2372 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2374 F: docs/colo-proxy.txt
2376 F: net/filter-rewriter.c
2377 F: net/filter-mirror.c
2380 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2381 R: Paolo Bonzini <pbonzini@redhat.com>
2382 W: https://wiki.qemu.org/Features/record-replay
2385 F: block/blkreplay.c
2386 F: net/filter-replay.c
2387 F: include/sysemu/replay.h
2392 M: Peter Xu <peterx@redhat.com>
2394 F: include/qemu/iova-tree.h
2398 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2403 M: Corey Minyard <cminyard@mvista.com>
2406 F: hw/i2c/smbus_slave.c
2407 F: hw/i2c/smbus_master.c
2408 F: hw/i2c/smbus_eeprom.c
2409 F: include/hw/i2c/i2c.h
2410 F: include/hw/i2c/smbus_master.h
2411 F: include/hw/i2c/smbus_slave.h
2412 F: include/hw/i2c/smbus_eeprom.h
2415 M: Laszlo Ersek <lersek@redhat.com>
2416 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2418 F: pc-bios/descriptors/??-edk2-*.json
2420 F: roms/Makefile.edk2
2423 F: tests/data/uefi-boot-images/
2424 F: tests/uefi-test-tools/
2425 F: .gitlab-ci-edk2.yml
2426 F: .gitlab-ci.d/edk2/
2430 Overall usermode emulation
2431 M: Riku Voipio <riku.voipio@iki.fi>
2434 F: accel/tcg/user-exec*.c
2439 F: default-configs/*-bsd-user.mak
2442 M: Riku Voipio <riku.voipio@iki.fi>
2443 R: Laurent Vivier <laurent@vivier.eu>
2446 F: default-configs/*-linux-user.mak
2447 F: scripts/qemu-binfmt-conf.sh
2449 Tiny Code Generator (TCG)
2450 -------------------------
2452 M: Richard Henderson <rth@twiddle.net>
2458 M: Alex Bennée <alex.bennee@linaro.org>
2460 F: docs/devel/tcg-plugins.rst
2465 M: Richard Henderson <richard.henderson@linaro.org>
2467 L: qemu-arm@nongnu.org
2473 M: Andrzej Zaborowski <balrogg@gmail.com>
2475 L: qemu-arm@nongnu.org
2480 M: Richard Henderson <rth@twiddle.net>
2486 M: Aurelien Jarno <aurelien@aurel32.net>
2487 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2492 M: Richard Henderson <rth@twiddle.net>
2498 M: Palmer Dabbelt <palmer@dabbelt.com>
2499 M: Alistair Francis <Alistair.Francis@wdc.com>
2500 L: qemu-riscv@nongnu.org
2506 M: Richard Henderson <rth@twiddle.net>
2510 L: qemu-s390x@nongnu.org
2518 M: Stefan Weil <sw@weilnetz.de>
2527 M: Fam Zheng <fam@euphon.net>
2528 L: qemu-block@nongnu.org
2533 M: Jason Dillaman <dillaman@redhat.com>
2534 L: qemu-block@nongnu.org
2539 M: Liu Yuan <namei.unix@gmail.com>
2540 L: qemu-block@nongnu.org
2541 L: sheepdog@lists.wpkg.org
2546 M: Jeff Cody <codyprime@gmail.com>
2547 L: qemu-block@nongnu.org
2552 M: Stefan Weil <sw@weilnetz.de>
2553 L: qemu-block@nongnu.org
2558 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2559 M: Paolo Bonzini <pbonzini@redhat.com>
2560 M: Peter Lieven <pl@kamp.de>
2561 L: qemu-block@nongnu.org
2564 F: block/iscsi-opts.c
2566 Network Block Device (NBD)
2567 M: Eric Blake <eblake@redhat.com>
2568 L: qemu-block@nongnu.org
2572 F: include/block/nbd*
2575 F: docs/interop/nbd.txt
2576 F: docs/interop/qemu-nbd.rst
2577 T: git https://repo.or.cz/qemu/ericb.git nbd
2580 M: Peter Lieven <pl@kamp.de>
2581 L: qemu-block@nongnu.org
2586 M: Richard W.M. Jones <rjones@redhat.com>
2587 L: qemu-block@nongnu.org
2592 L: qemu-block@nongnu.org
2597 L: qemu-block@nongnu.org
2598 L: integration@gluster.org
2603 M: Fam Zheng <fam@euphon.net>
2604 L: qemu-block@nongnu.org
2609 M: Fam Zheng <fam@euphon.net>
2610 L: qemu-block@nongnu.org
2615 M: Gonglei <arei.gonglei@huawei.com>
2620 M: Alberto Garcia <berto@igalia.com>
2623 L: qemu-block@nongnu.org
2626 M: Ari Sundholm <ari@tuxera.com>
2627 L: qemu-block@nongnu.org
2629 F: block/blklogwrites.c
2632 M: Stefan Hajnoczi <stefanha@redhat.com>
2633 L: qemu-block@nongnu.org
2635 F: block/blkverify.c
2638 M: Stefan Hajnoczi <stefanha@redhat.com>
2639 L: qemu-block@nongnu.org
2644 M: Stefan Hajnoczi <stefanha@redhat.com>
2645 L: qemu-block@nongnu.org
2650 M: Stefan Hajnoczi <stefanha@redhat.com>
2651 L: qemu-block@nongnu.org
2656 M: Stefan Hajnoczi <stefanha@redhat.com>
2657 M: Denis V. Lunev <den@openvz.org>
2658 L: qemu-block@nongnu.org
2660 F: block/parallels.c
2661 F: docs/interop/parallels.txt
2664 M: Stefan Hajnoczi <stefanha@redhat.com>
2665 L: qemu-block@nongnu.org
2670 M: Kevin Wolf <kwolf@redhat.com>
2671 L: qemu-block@nongnu.org
2673 F: block/linux-aio.c
2674 F: include/block/raw-aio.h
2675 F: block/raw-format.c
2676 F: block/file-posix.c
2677 F: block/file-win32.c
2678 F: block/win32-aio.c
2681 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2682 M: Julia Suvorova <jusual@redhat.com>
2683 M: Stefan Hajnoczi <stefanha@redhat.com>
2684 L: qemu-block@nongnu.org
2690 M: Kevin Wolf <kwolf@redhat.com>
2691 M: Max Reitz <mreitz@redhat.com>
2692 L: qemu-block@nongnu.org
2695 F: docs/interop/qcow2.txt
2698 M: Kevin Wolf <kwolf@redhat.com>
2699 L: qemu-block@nongnu.org
2704 M: Kevin Wolf <kwolf@redhat.com>
2705 M: Max Reitz <mreitz@redhat.com>
2706 L: qemu-block@nongnu.org
2711 M: Kevin Wolf <kwolf@redhat.com>
2712 L: qemu-block@nongnu.org
2717 M: Kevin Wolf <kwolf@redhat.com>
2718 L: qemu-block@nongnu.org
2723 M: Stefan Hajnoczi <stefanha@redhat.com>
2724 L: qemu-block@nongnu.org
2726 F: tests/image-fuzzer/
2729 M: Wen Congyang <wencongyang2@huawei.com>
2730 M: Xie Changlong <xiechanglong.d@gmail.com>
2733 F: block/replication.c
2734 F: tests/test-replication.c
2735 F: docs/block-replication.txt
2738 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2739 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2744 F: contrib/rdmacm-mux/*
2748 M: Alex Bennée <alex.bennee@linaro.org>
2751 F: include/hw/semihosting/
2753 Build and test automation
2754 -------------------------
2755 Build and test automation
2756 M: Alex Bennée <alex.bennee@linaro.org>
2757 M: Fam Zheng <fam@euphon.net>
2758 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2765 F: scripts/archive-source.sh
2766 W: https://travis-ci.org/qemu/qemu
2767 W: https://app.shippable.com/github/qemu/qemu
2768 W: http://patchew.org/QEMU/
2770 FreeBSD Hosted Continuous Integration
2771 M: Ed Maste <emaste@freebsd.org>
2772 M: Li-Wen Hsu <lwhsu@freebsd.org>
2775 W: https://cirrus-ci.com/github/qemu/qemu
2777 GitLab Continuous Integration
2778 M: Thomas Huth <thuth@redhat.com>
2782 Guest Test Compilation Support
2783 M: Alex Bennée <alex.bennee@linaro.org>
2784 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2786 F: tests/tcg/Makefile
2787 F: tests/tcg/Makefile.include
2791 Build system architecture
2792 M: Daniel P. Berrange <berrange@redhat.com>
2794 F: docs/devel/build-system.txt
2796 GIT Data Mining Config
2797 M: Alex Bennée <alex.bennee@linaro.org>
2802 Incompatible changes
2803 R: libvir-list@redhat.com
2804 F: qemu-deprecated.texi
2809 M: Daniel P. Berrange <berrange@redhat.com>
2811 F: scripts/git-submodule.sh
2814 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2817 Sphinx documentation configuration and build machinery
2818 M: Peter Maydell <peter.maydell@linaro.org>