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: docs/system/cpu-models-mips.rst.inc
219 F: hw/intc/mips_gic.c
222 F: hw/timer/mips_gictimer.c
223 F: include/hw/intc/mips_gic.h
225 F: include/hw/misc/mips_*
226 F: include/hw/timer/mips_gictimer.h
227 F: tests/acceptance/linux_ssh_mips_malta.py
229 K: ^Subject:.*(?i)mips
232 M: Anthony Green <green@moxielogic.com>
237 F: default-configs/moxie-softmmu.mak
240 M: Chris Wulff <crwulff@gmail.com>
241 M: Marek Vasut <marex@denx.de>
245 F: hw/intc/nios2_iic.c
247 F: default-configs/nios2-softmmu.mak
250 M: Stafford Horne <shorne@gmail.com>
254 F: tests/tcg/openrisc/
257 M: David Gibson <david@gibson.dropbear.id.au>
258 L: qemu-ppc@nongnu.org
266 M: Palmer Dabbelt <palmer@dabbelt.com>
267 M: Alistair Francis <Alistair.Francis@wdc.com>
268 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
269 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
270 L: qemu-riscv@nongnu.org
275 F: linux-user/host/riscv32/
276 F: linux-user/host/riscv64/
279 M: Richard Henderson <rth@twiddle.net>
280 M: David Hildenbrand <david@redhat.com>
286 L: qemu-s390x@nongnu.org
289 M: Aurelien Jarno <aurelien@aurel32.net>
297 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
298 M: Artyom Tarasenko <atar4qemu@gmail.com>
303 F: include/hw/sparc/sparc64.h
307 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
311 F: include/hw/unicore32/
314 M: Paolo Bonzini <pbonzini@redhat.com>
315 M: Richard Henderson <rth@twiddle.net>
316 M: Eduardo Habkost <ehabkost@redhat.com>
323 F: docs/system/cpu-models-x86.rst.inc
324 T: git https://github.com/ehabkost/qemu.git x86-next
327 M: Max Filippov <jcmvbkbc@gmail.com>
328 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
334 F: include/hw/xtensa/xtensa-isa.h
335 F: default-configs/xtensa*.mak
338 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
342 F: include/hw/tricore/
344 Multiarch Linux User Tests
345 M: Alex Bennée <alex.bennee@linaro.org>
347 F: tests/tcg/multiarch/
349 Guest CPU Cores (KVM)
350 ---------------------
352 M: Paolo Bonzini <pbonzini@redhat.com>
353 L: kvm@vger.kernel.org
357 F: accel/stubs/kvm-stub.c
359 F: include/sysemu/kvm*.h
360 F: scripts/kvm/kvm_flightrecorder
363 M: Peter Maydell <peter.maydell@linaro.org>
364 L: qemu-arm@nongnu.org
369 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
374 M: David Gibson <david@gibson.dropbear.id.au>
379 M: Halil Pasic <pasic@linux.ibm.com>
380 M: Cornelia Huck <cohuck@redhat.com>
381 M: Christian Borntraeger <borntraeger@de.ibm.com>
383 F: target/s390x/kvm.c
384 F: target/s390x/kvm_s390x.h
385 F: target/s390x/kvm-stub.c
386 F: target/s390x/ioinst.[ch]
387 F: target/s390x/machine.c
388 F: target/s390x/sigp.c
389 F: target/s390x/cpu_features*.[ch]
390 F: target/s390x/cpu_models.[ch]
391 F: hw/intc/s390_flic.c
392 F: hw/intc/s390_flic_kvm.c
393 F: include/hw/s390x/s390_flic.h
395 T: git https://github.com/cohuck/qemu.git s390-next
396 T: git https://github.com/borntraeger/qemu.git s390-next
397 L: qemu-s390x@nongnu.org
400 M: Paolo Bonzini <pbonzini@redhat.com>
401 M: Marcelo Tosatti <mtosatti@redhat.com>
402 L: kvm@vger.kernel.org
405 F: scripts/kvm/vmxcap
408 M: Sunil Muthuswamy <sunilmut@microsoft.com>
410 F: target/i386/whpx-all.c
411 F: target/i386/whp-dispatch.h
412 F: accel/stubs/whpx-stub.c
413 F: include/sysemu/whpx.h
415 Guest CPU Cores (Xen)
416 ---------------------
418 M: Stefano Stabellini <sstabellini@kernel.org>
419 M: Anthony Perard <anthony.perard@citrix.com>
420 M: Paul Durrant <paul@xen.org>
421 L: xen-devel@lists.xenproject.org
425 F: hw/char/xen_console.c
426 F: hw/display/xenfb.c
429 F: hw/block/dataplane/xen*
433 F: hw/pci-host/xen_igd_pt.c
434 F: include/hw/block/dataplane/xen*
436 F: include/sysemu/xen-mapcache.h
441 M: Michael S. Tsirkin <mst@redhat.com>
442 M: Cornelia Huck <cohuck@redhat.com>
443 M: Paolo Bonzini <pbonzini@redhat.com>
446 F: scripts/update-linux-headers.sh
449 M: Paolo Bonzini <pbonzini@redhat.com>
452 F: include/sysemu/os-posix.h
454 F: include/qemu/*posix*.h
457 M: Kamil Rytarowski <kamil@netbsd.org>
459 K: ^Subject:.*(?i)NetBSD
462 M: Brad Smith <brad@comstyle.com>
464 K: ^Subject:.*(?i)OpenBSD
467 M: Stefan Weil <sw@weilnetz.de>
477 M: Richard Henderson <rth@twiddle.net>
480 F: hw/isa/smc37c669-superio.c
481 F: tests/tcg/alpha/system/
486 M: Beniamino Galvani <b.galvani@gmail.com>
487 M: Peter Maydell <peter.maydell@linaro.org>
488 L: qemu-arm@nongnu.org
491 F: include/hw/*/allwinner*
492 F: hw/arm/cubieboard.c
494 ARM PrimeCell and CMSDK devices
495 M: Peter Maydell <peter.maydell@linaro.org>
496 L: qemu-arm@nongnu.org
499 F: include/hw/char/pl011.h
502 F: include/hw/dma/pl080.h
509 F: include/hw/ssi/pl022.h
511 F: include/hw/rtc/pl031.h
512 F: include/hw/arm/primecell.h
513 F: hw/timer/cmsdk-apb-timer.c
514 F: include/hw/timer/cmsdk-apb-timer.h
515 F: hw/timer/cmsdk-apb-dualtimer.c
516 F: include/hw/timer/cmsdk-apb-dualtimer.h
517 F: hw/char/cmsdk-apb-uart.c
518 F: include/hw/char/cmsdk-apb-uart.h
519 F: hw/watchdog/cmsdk-apb-watchdog.c
520 F: include/hw/watchdog/cmsdk-apb-watchdog.h
522 F: include/hw/misc/tz-ppc.h
524 F: include/hw/misc/tz-mpc.h
526 F: include/hw/misc/tz-msc.h
529 M: Peter Maydell <peter.maydell@linaro.org>
530 L: qemu-arm@nongnu.org
533 F: hw/intc/gic_internal.h
535 F: hw/misc/arm11scu.c
536 F: hw/misc/arm_l2x0.c
537 F: hw/timer/a9gtimer*
539 F: include/hw/arm/arm*.h
540 F: include/hw/intc/arm*
541 F: include/hw/misc/a9scu.h
542 F: include/hw/misc/arm11scu.h
543 F: include/hw/timer/a9gtimer.h
544 F: include/hw/timer/arm_mptimer.h
545 F: include/hw/timer/armv7m_systick.h
546 F: tests/qtest/test-arm-mptimer.c
549 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
550 M: Peter Maydell <peter.maydell@linaro.org>
551 L: qemu-arm@nongnu.org
554 F: include/hw/arm/exynos4210.h
557 M: Rob Herring <robh@kernel.org>
558 M: Peter Maydell <peter.maydell@linaro.org>
559 L: qemu-arm@nongnu.org
565 M: Antony Pavlov <antonynpavlov@gmail.com>
566 M: Peter Maydell <peter.maydell@linaro.org>
567 L: qemu-arm@nongnu.org
569 F: include/hw/arm/digic.h
571 F: include/hw/*/digic*
574 M: Anup Patel <anup.patel@wdc.com>
575 M: Alistair Francis <Alistair.Francis@wdc.com>
576 L: qemu-riscv@nongnu.org
578 F: hw/rtc/goldfish_rtc.c
579 F: include/hw/rtc/goldfish_rtc.h
582 M: Peter Maydell <peter.maydell@linaro.org>
583 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
584 L: qemu-arm@nongnu.org
589 M: Peter Maydell <peter.maydell@linaro.org>
590 R: Jean-Christophe Dubois <jcd@tribudubois.net>
591 L: qemu-arm@nongnu.org
593 F: hw/arm/fsl-imx25.c
594 F: hw/arm/imx25_pdk.c
595 F: hw/misc/imx25_ccm.c
596 F: include/hw/arm/fsl-imx25.h
597 F: include/hw/misc/imx25_ccm.h
600 M: Peter Chubb <peter.chubb@nicta.com.au>
601 M: Peter Maydell <peter.maydell@linaro.org>
602 L: qemu-arm@nongnu.org
607 F: include/hw/*/imx_*
608 F: include/hw/*/*imx31*
611 M: Peter Maydell <peter.maydell@linaro.org>
612 L: qemu-arm@nongnu.org
614 F: hw/arm/integratorcp.c
615 F: hw/misc/arm_integrator_debug.c
616 F: include/hw/misc/arm_integrator_debug.h
617 F: tests/acceptance/machine_arm_integratorcp.py
619 MCIMX6UL EVK / i.MX6ul
620 M: Peter Maydell <peter.maydell@linaro.org>
621 R: Jean-Christophe Dubois <jcd@tribudubois.net>
622 L: qemu-arm@nongnu.org
624 F: hw/arm/mcimx6ul-evk.c
625 F: hw/arm/fsl-imx6ul.c
626 F: hw/misc/imx6ul_ccm.c
627 F: include/hw/arm/fsl-imx6ul.h
628 F: include/hw/misc/imx6ul_ccm.h
630 MCIMX7D SABRE / i.MX7
631 M: Peter Maydell <peter.maydell@linaro.org>
632 R: Andrey Smirnov <andrew.smirnov@gmail.com>
633 L: qemu-arm@nongnu.org
635 F: hw/arm/mcimx7d-sabre.c
638 F: include/hw/arm/fsl-imx7.h
639 F: include/hw/misc/imx7_*.h
640 F: hw/pci-host/designware.c
641 F: include/hw/pci-host/designware.h
644 M: Peter Maydell <peter.maydell@linaro.org>
645 L: qemu-arm@nongnu.org
650 F: include/hw/misc/mps2-*.h
652 F: include/hw/arm/armsse.h
653 F: hw/misc/iotkit-secctl.c
654 F: include/hw/misc/iotkit-secctl.h
655 F: hw/misc/iotkit-sysctl.c
656 F: include/hw/misc/iotkit-sysctl.h
657 F: hw/misc/iotkit-sysinfo.c
658 F: include/hw/misc/iotkit-sysinfo.h
659 F: hw/misc/armsse-cpuid.c
660 F: include/hw/misc/armsse-cpuid.h
661 F: hw/misc/armsse-mhu.c
662 F: include/hw/misc/armsse-mhu.h
665 M: Peter Maydell <peter.maydell@linaro.org>
666 L: qemu-arm@nongnu.org
671 M: Jan Kiszka <jan.kiszka@web.de>
672 M: Peter Maydell <peter.maydell@linaro.org>
673 L: qemu-arm@nongnu.org
678 M: Andrzej Zaborowski <balrogg@gmail.com>
679 M: Peter Maydell <peter.maydell@linaro.org>
680 L: qemu-arm@nongnu.org
683 F: hw/display/blizzard.c
685 F: hw/input/tsc2005.c
688 F: include/hw/display/blizzard.h
689 F: include/hw/input/tsc2xxx.h
690 F: include/hw/misc/cbus.h
691 F: tests/acceptance/machine_arm_n8x0.py
694 M: Andrzej Zaborowski <balrogg@gmail.com>
695 M: Peter Maydell <peter.maydell@linaro.org>
696 L: qemu-arm@nongnu.org
699 F: hw/input/tsc210x.c
700 F: include/hw/input/tsc2xxx.h
703 M: Peter Maydell <peter.maydell@linaro.org>
704 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
705 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
706 L: qemu-arm@nongnu.org
709 F: hw/arm/raspi_platform.h
711 F: include/hw/arm/raspi*
712 F: include/hw/*/bcm283*
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
719 F: hw/cpu/realview_mpcore.c
720 F: hw/intc/realview_gic.c
721 F: include/hw/intc/realview_gic.h
724 M: Andrzej Zaborowski <balrogg@gmail.com>
725 M: Peter Maydell <peter.maydell@linaro.org>
726 L: qemu-arm@nongnu.org
728 F: hw/arm/mainstone.c
733 F: hw/display/tc6393xb.c
736 F: hw/misc/mst_fpga.c
738 F: include/hw/arm/pxa.h
739 F: include/hw/arm/sharpsl.h
740 F: include/hw/display/tc6393xb.h
743 M: Peter Maydell <peter.maydell@linaro.org>
744 R: Jean-Christophe Dubois <jcd@tribudubois.net>
745 L: qemu-arm@nongnu.org
747 F: hw/arm/sabrelite.c
751 F: include/hw/arm/fsl-imx6.h
752 F: include/hw/misc/imx6_*.h
753 F: include/hw/ssi/imx_spi.h
756 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
757 M: Peter Maydell <peter.maydell@linaro.org>
758 R: Leif Lindholm <leif@nuviainc.com>
759 L: qemu-arm@nongnu.org
763 Sharp SL-5500 (Collie) PDA
764 M: Peter Maydell <peter.maydell@linaro.org>
765 L: qemu-arm@nongnu.org
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
775 F: include/hw/input/gamepad.h
778 M: Peter Maydell <peter.maydell@linaro.org>
779 L: qemu-arm@nongnu.org
784 M: Peter Maydell <peter.maydell@linaro.org>
785 L: qemu-arm@nongnu.org
788 F: hw/misc/arm_sysctl.c
791 M: Peter Maydell <peter.maydell@linaro.org>
792 L: qemu-arm@nongnu.org
795 F: include/hw/arm/virt.h
798 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
799 M: Alistair Francis <alistair@alistair23.me>
800 M: Peter Maydell <peter.maydell@linaro.org>
801 L: qemu-arm@nongnu.org
806 F: include/hw/misc/zynq*
810 M: Alistair Francis <alistair@alistair23.me>
811 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
812 M: Peter Maydell <peter.maydell@linaro.org>
813 L: qemu-arm@nongnu.org
816 F: include/hw/*/xlnx*.h
817 F: include/hw/ssi/xilinx_spips.h
819 F: include/hw/display/dpcd.h
822 M: Shannon Zhao <shannon.zhaosl@gmail.com>
823 L: qemu-arm@nongnu.org
825 F: hw/arm/virt-acpi-build.c
828 M: Alistair Francis <alistair@alistair23.me>
829 M: Peter Maydell <peter.maydell@linaro.org>
830 L: qemu-arm@nongnu.org
832 F: hw/arm/stm32f205_soc.c
833 F: hw/misc/stm32f2xx_syscfg.c
834 F: hw/char/stm32f2xx_usart.c
835 F: hw/timer/stm32f2xx_timer.c
837 F: hw/ssi/stm32f2xx_spi.c
838 F: include/hw/*/stm32*.h
841 M: Alistair Francis <alistair@alistair23.me>
842 M: Peter Maydell <peter.maydell@linaro.org>
843 L: qemu-arm@nongnu.org
845 F: hw/arm/stm32f405_soc.c
846 F: hw/misc/stm32f4xx_syscfg.c
847 F: hw/misc/stm32f4xx_exti.c
850 M: Alistair Francis <alistair@alistair23.me>
851 M: Peter Maydell <peter.maydell@linaro.org>
852 L: qemu-arm@nongnu.org
854 F: hw/arm/netduino2.c
857 M: Alistair Francis <alistair@alistair23.me>
858 M: Peter Maydell <peter.maydell@linaro.org>
859 L: qemu-arm@nongnu.org
861 F: hw/arm/netduinoplus2.c
864 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
865 M: Peter Maydell <peter.maydell@linaro.org>
866 L: qemu-arm@nongnu.org
869 F: hw/misc/msf2-sysreg.c
870 F: hw/timer/mss-timer.c
872 F: include/hw/arm/msf2-soc.h
873 F: include/hw/misc/msf2-sysreg.h
874 F: include/hw/timer/mss-timer.h
875 F: include/hw/ssi/mss-spi.h
878 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
879 M: Peter Maydell <peter.maydell@linaro.org>
880 L: qemu-arm@nongnu.org
885 M: Cédric Le Goater <clg@kaod.org>
886 M: Peter Maydell <peter.maydell@linaro.org>
887 R: Andrew Jeffery <andrew@aj.id.au>
888 R: Joel Stanley <joel@jms.id.au>
889 L: qemu-arm@nongnu.org
893 F: include/hw/*/*aspeed*
894 F: include/hw/misc/pca9552*.h
895 F: hw/net/ftgmac100.c
896 F: include/hw/net/ftgmac100.h
899 M: Joel Stanley <joel@jms.id.au>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
905 F: include/hw/*/nrf51*.h
906 F: include/hw/*/microbit*.h
907 F: tests/qtest/microbit-test.c
912 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
914 F: hw/cris/axis_dev88.c
920 M: Richard Henderson <rth@twiddle.net>
921 R: Helge Deller <deller@gmx.de>
923 F: default-configs/hppa-softmmu.mak
925 F: pc-bios/hppa-firmware.img
929 EVR32 and uclinux BSP
930 M: Michael Walle <michael@walle.cc>
932 F: hw/lm32/lm32_boards.c
935 M: Michael Walle <michael@walle.cc>
937 F: hw/lm32/milkymist.c
942 M: Thomas Huth <huth@tuxfamily.org>
948 M: Thomas Huth <huth@tuxfamily.org>
951 F: hw/m68k/mcf_intc.c
952 F: hw/char/mcf_uart.c
954 F: include/hw/m68k/mcf*.h
957 M: Thomas Huth <huth@tuxfamily.org>
960 F: hw/display/next-fb.c
961 F: include/hw/m68k/next-cube.h
964 M: Laurent Vivier <laurent@vivier.eu>
969 F: hw/display/macfb.c
971 F: hw/m68k/bootinfo.h
972 F: include/hw/misc/mac_via.h
973 F: include/hw/nubus/*
974 F: include/hw/display/macfb.h
975 F: include/hw/block/swim.h
980 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
982 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
983 F: include/hw/char/xilinx_uartlite.h
986 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
988 F: hw/microblaze/petalogix_ml605_mmu.c
993 M: Hervé Poussineau <hpoussin@reactos.org>
994 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
996 F: hw/mips/mips_jazz.c
997 F: hw/display/jazz_led.c
1001 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1002 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1003 R: Aurelien Jarno <aurelien@aurel32.net>
1007 F: hw/mips/mips_malta.c
1008 F: hw/mips/gt64xxx_pci.c
1009 F: include/hw/southbridge/piix.h
1010 F: tests/acceptance/linux_ssh_mips_malta.py
1011 F: tests/acceptance/machine_mips_malta.py
1014 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1015 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1017 F: hw/mips/mips_mipssim.c
1021 M: Aurelien Jarno <aurelien@aurel32.net>
1022 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1024 F: hw/mips/mips_r4k.c
1027 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1028 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1030 F: hw/mips/mips_fulong2e.c
1031 F: hw/isa/vt82c686.c
1032 F: hw/pci-host/bonito.c
1033 F: include/hw/isa/vt82c686.h
1036 M: Paul Burton <pburton@wavecomp.com>
1037 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1039 F: hw/core/loader-fit.c
1041 F: hw/pci-host/xilinx-pcie.c
1042 F: include/hw/pci-host/xilinx-pcie.h
1047 M: Jia Liu <proljc@gmail.com>
1049 F: hw/openrisc/openrisc_sim.c
1054 M: David Gibson <david@gibson.dropbear.id.au>
1055 L: qemu-ppc@nongnu.org
1057 F: hw/ppc/ppc405_boards.c
1060 M: David Gibson <david@gibson.dropbear.id.au>
1061 L: qemu-ppc@nongnu.org
1063 F: hw/ppc/ppc440_bamboo.c
1066 M: David Gibson <david@gibson.dropbear.id.au>
1067 L: qemu-ppc@nongnu.org
1070 F: hw/gpio/mpc8xxx.c
1072 F: hw/net/fsl_etsec/
1073 F: hw/pci-host/ppce500.c
1074 F: include/hw/ppc/ppc_e500.h
1075 F: include/hw/pci-host/ppce500.h
1076 F: pc-bios/u-boot.e500
1079 M: David Gibson <david@gibson.dropbear.id.au>
1080 L: qemu-ppc@nongnu.org
1082 F: hw/ppc/mpc8544ds.c
1083 F: hw/ppc/mpc8544_guts.c
1086 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1087 R: David Gibson <david@gibson.dropbear.id.au>
1088 L: qemu-ppc@nongnu.org
1090 F: hw/ppc/mac_newworld.c
1091 F: hw/pci-host/uninorth.c
1092 F: hw/pci-bridge/dec.[hc]
1094 F: hw/misc/mos6522.c
1095 F: hw/nvram/mac_nvram.c
1097 F: include/hw/misc/macio/
1098 F: include/hw/misc/mos6522.h
1099 F: include/hw/ppc/mac_dbdma.h
1100 F: include/hw/pci-host/uninorth.h
1101 F: include/hw/input/adb*
1102 F: pc-bios/qemu_vga.ndrv
1105 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1106 R: David Gibson <david@gibson.dropbear.id.au>
1107 L: qemu-ppc@nongnu.org
1109 F: hw/ppc/mac_oldworld.c
1110 F: hw/pci-host/grackle.c
1112 F: hw/intc/heathrow_pic.c
1114 F: include/hw/intc/heathrow_pic.h
1115 F: include/hw/input/adb*
1116 F: pc-bios/qemu_vga.ndrv
1119 M: Hervé Poussineau <hpoussin@reactos.org>
1120 L: qemu-ppc@nongnu.org
1123 F: hw/ppc/prep_systemio.c
1124 F: hw/ppc/rs6000_mc.c
1125 F: hw/pci-host/prep.[hc]
1129 F: hw/rtc/m48t59-isa.c
1130 F: include/hw/isa/pc87312.h
1131 F: include/hw/rtc/m48t59.h
1132 F: tests/acceptance/ppc_prep_40p.py
1135 M: David Gibson <david@gibson.dropbear.id.au>
1136 L: qemu-ppc@nongnu.org
1139 F: include/hw/*/spapr*
1141 F: include/hw/*/xics*
1143 F: docs/specs/ppc-spapr-hcalls.txt
1144 F: docs/specs/ppc-spapr-hotplug.txt
1145 F: tests/qtest/spapr*
1146 F: tests/qtest/libqos/*spapr*
1147 F: tests/qtest/rtas*
1148 F: tests/qtest/libqos/rtas*
1150 PowerNV (Non-Virtualized)
1151 M: Cédric Le Goater <clg@kaod.org>
1152 M: David Gibson <david@gibson.dropbear.id.au>
1153 L: qemu-ppc@nongnu.org
1157 F: hw/intc/xics_pnv.c
1158 F: include/hw/ppc/pnv*
1159 F: pc-bios/skiboot.lid
1163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1164 L: qemu-ppc@nongnu.org
1166 F: hw/ppc/virtex_ml507.c
1169 M: BALATON Zoltan <balaton@eik.bme.hu>
1170 L: qemu-ppc@nongnu.org
1172 F: hw/ppc/sam460ex.c
1173 F: hw/ppc/ppc440_pcix.c
1174 F: hw/display/sm501*
1177 F: pc-bios/canyonlands.dt[sb]
1178 F: pc-bios/u-boot-sam460ex-20100605.bin
1179 F: roms/u-boot-sam460ex
1184 M: Magnus Damm <magnus.damm@gmail.com>
1187 F: hw/intc/sh_intc.c
1188 F: hw/timer/sh_timer.c
1191 M: Magnus Damm <magnus.damm@gmail.com>
1198 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1201 F: hw/sparc/sun4m_iommu.c
1204 F: hw/dma/sparc32_dma.c
1205 F: hw/misc/eccmemctl.c
1207 F: include/hw/nvram/sun_nvram.h
1208 F: include/hw/sparc/sparc32_dma.h
1209 F: include/hw/sparc/sun4m_iommu.h
1210 F: pc-bios/openbios-sparc32
1213 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1215 F: hw/sparc64/sun4u.c
1216 F: hw/sparc64/sun4u_iommu.c
1217 F: include/hw/sparc/sun4u_iommu.h
1218 F: hw/pci-host/sabre.c
1219 F: include/hw/pci-host/sabre.h
1220 F: hw/pci-bridge/simba.c
1221 F: include/hw/pci-bridge/simba.h
1222 F: pc-bios/openbios-sparc64
1225 M: Artyom Tarasenko <atar4qemu@gmail.com>
1227 F: hw/sparc64/niagara.c
1228 F: hw/rtc/sun4v-rtc.c
1229 F: include/hw/rtc/sun4v-rtc.h
1232 M: Fabien Chouteau <chouteau@adacore.com>
1233 M: KONRAD Frederic <frederic.konrad@adacore.com>
1237 F: include/hw/*/grlib*
1238 F: tests/acceptance/machine_sparc_leon3.py
1243 M: Cornelia Huck <cohuck@redhat.com>
1244 M: Halil Pasic <pasic@linux.ibm.com>
1245 M: Christian Borntraeger <borntraeger@de.ibm.com>
1247 F: hw/char/sclp*.[hc]
1248 F: hw/char/terminal3270.c
1250 F: include/hw/s390x/
1251 F: hw/watchdog/wdt_diag288.c
1252 F: include/hw/watchdog/wdt_diag288.h
1253 F: default-configs/s390x-softmmu.mak
1254 T: git https://github.com/cohuck/qemu.git s390-next
1255 T: git https://github.com/borntraeger/qemu.git s390-next
1256 L: qemu-s390x@nongnu.org
1259 M: Christian Borntraeger <borntraeger@de.ibm.com>
1260 M: Thomas Huth <thuth@redhat.com>
1263 F: pc-bios/s390-ccw/
1264 F: pc-bios/s390-ccw.img
1265 F: docs/devel/s390-dasd-ipl.rst
1266 T: git https://github.com/borntraeger/qemu.git s390-next
1267 L: qemu-s390x@nongnu.org
1270 M: Matthew Rosato <mjrosato@linux.ibm.com>
1272 F: hw/s390x/s390-pci*
1273 L: qemu-s390x@nongnu.org
1277 PKUnity-3 SoC initramfs-with-busybox
1278 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1286 M: Michael S. Tsirkin <mst@redhat.com>
1287 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1291 F: hw/pci-host/i440fx.c
1292 F: hw/pci-host/q35.c
1293 F: hw/pci-host/pam.c
1294 F: include/hw/pci-host/i440fx.h
1295 F: include/hw/pci-host/q35.h
1296 F: include/hw/pci-host/pam.h
1298 F: hw/isa/lpc_ich9.c
1299 F: hw/i2c/smbus_ich9.c
1302 F: include/hw/acpi/ich9.h
1303 F: include/hw/southbridge/piix.h
1306 F: include/hw/isa/apm.h
1307 F: tests/test-x86-cpuid.c
1308 F: tests/qtest/test-x86-cpuid-compat.c
1311 M: Michael S. Tsirkin <mst@redhat.com>
1312 M: Paolo Bonzini <pbonzini@redhat.com>
1314 F: hw/char/debugcon.c
1315 F: hw/char/parallel*
1318 F: hw/i2c/pm_smbus.c
1323 F: hw/isa/isa-superio.c
1324 F: hw/misc/debugexit.c
1325 F: hw/misc/pc-testdev.c
1328 F: hw/rtc/mc146818rtc*
1329 F: hw/watchdog/wdt_ib700.c
1330 F: hw/watchdog/wdt_i6300esb.c
1331 F: include/hw/display/vga.h
1332 F: include/hw/char/parallel.h
1333 F: include/hw/dma/i8257.h
1334 F: include/hw/i2c/pm_smbus.h
1335 F: include/hw/input/i8042.h
1336 F: include/hw/isa/i8259_internal.h
1337 F: include/hw/isa/superio.h
1338 F: include/hw/timer/hpet.h
1339 F: include/hw/timer/i8254*
1340 F: include/hw/rtc/mc146818rtc*
1343 M: Sergio Lopez <slp@redhat.com>
1344 M: Paolo Bonzini <pbonzini@redhat.com>
1347 F: hw/i386/microvm.c
1348 F: include/hw/i386/microvm.h
1349 F: pc-bios/bios-microvm.bin
1352 M: Eduardo Habkost <ehabkost@redhat.com>
1353 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1356 F: hw/core/machine-qmp-cmds.c
1357 F: hw/core/machine.c
1358 F: hw/core/null-machine.c
1361 F: qapi/machine.json
1362 F: qapi/machine-target.json
1363 F: include/hw/boards.h
1364 F: include/hw/core/cpu.h
1365 F: include/hw/cpu/cluster.h
1366 F: include/sysemu/numa.h
1367 T: git https://github.com/ehabkost/qemu.git machine-next
1372 M: Max Filippov <jcmvbkbc@gmail.com>
1377 M: Max Filippov <jcmvbkbc@gmail.com>
1381 XTFPGA (LX60, LX200, ML605, KC705)
1382 M: Max Filippov <jcmvbkbc@gmail.com>
1384 F: hw/xtensa/xtfpga.c
1385 F: hw/net/opencores_eth.c
1390 M: Jiri Slaby <jslaby@suse.cz>
1395 M: John Snow <jsnow@redhat.com>
1396 L: qemu-block@nongnu.org
1403 F: hw/block/hd-geometry.c
1404 F: tests/qtest/ide-test.c
1405 F: tests/qtest/ahci-test.c
1406 F: tests/qtest/cdrom-test.c
1407 F: tests/qtest/libqos/ahci*
1408 T: git https://github.com/jnsnow/qemu.git ide
1411 M: Corey Minyard <minyard@acm.org>
1413 F: include/hw/ipmi/*
1415 F: hw/smbios/smbios_type_38.c
1416 F: tests/qtest/ipmi*
1417 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1420 M: John Snow <jsnow@redhat.com>
1421 L: qemu-block@nongnu.org
1424 F: include/hw/block/fdc.h
1425 F: tests/qtest/fdc-test.c
1426 T: git https://github.com/jnsnow/qemu.git ide
1429 M: Peter Maydell <peter.maydell@linaro.org>
1430 L: qemu-arm@nongnu.org
1433 F: include/hw/arm/omap.h
1436 M: Alberto Garcia <berto@igalia.com>
1438 F: hw/char/ipoctal232.c
1442 M: Michael S. Tsirkin <mst@redhat.com>
1443 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1446 F: hw/misc/pci-testdev.c
1451 F: default-configs/pci.mak
1454 M: Michael S. Tsirkin <mst@redhat.com>
1455 M: Igor Mammedov <imammedo@redhat.com>
1457 F: include/hw/acpi/*
1458 F: include/hw/firmware/smbios.h
1462 F: hw/i386/acpi-build.[hc]
1463 F: hw/arm/virt-acpi-build.c
1464 F: tests/qtest/bios-tables-test.c
1465 F: tests/qtest/acpi-utils.[hc]
1469 M: David Gibson <david@gibson.dropbear.id.au>
1470 L: qemu-ppc@nongnu.org
1473 F: hw/i2c/ppc4xx_i2c.c
1474 F: include/hw/ppc/ppc4xx.h
1475 F: include/hw/i2c/ppc4xx_i2c.h
1478 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1479 R: Paolo Bonzini <pbonzini@redhat.com>
1484 M: Jason Wang <jasowang@redhat.com>
1488 F: tests/qtest/virtio-net-test.c
1489 F: docs/virtio-net-failover.rst
1490 T: git https://github.com/jasowang/qemu.git net
1492 Parallel NOR Flash devices
1493 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1494 T: git https://gitlab.com/philmd/qemu.git pflash-next
1496 F: hw/block/pflash_cfi*.c
1497 F: include/hw/block/flash.h
1500 M: Paolo Bonzini <pbonzini@redhat.com>
1501 R: Fam Zheng <fam@euphon.net>
1503 F: include/hw/scsi/*
1505 F: tests/qtest/virtio-scsi-test.c
1506 T: git https://github.com/bonzini/qemu.git scsi-next
1509 M: Alistair Francis <alistair@alistair23.me>
1512 F: hw/block/m25p80.c
1513 F: include/hw/ssi/ssi.h
1515 F: tests/qtest/m25p80-test.c
1518 M: Alistair Francis <alistair@alistair23.me>
1523 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1525 F: include/hw/sd/sd*
1532 M: Gerd Hoffmann <kraxel@redhat.com>
1535 F: tests/qtest/usb-*-test.c
1537 F: docs/usb-storage.txt
1540 F: default-configs/usb.mak
1542 USB (serial adapter)
1543 M: Gerd Hoffmann <kraxel@redhat.com>
1544 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1546 F: hw/usb/dev-serial.c
1549 M: Alex Williamson <alex.williamson@redhat.com>
1555 M: Cornelia Huck <cohuck@redhat.com>
1556 M: Eric Farman <farman@linux.ibm.com>
1559 F: hw/s390x/s390-ccw.c
1560 F: include/hw/s390x/s390-ccw.h
1561 F: include/hw/s390x/vfio-ccw.h
1562 T: git https://github.com/cohuck/qemu.git s390-next
1563 L: qemu-s390x@nongnu.org
1566 M: Christian Borntraeger <borntraeger@de.ibm.com>
1567 M: Tony Krowiak <akrowiak@linux.ibm.com>
1568 M: Halil Pasic <pasic@linux.ibm.com>
1569 M: Pierre Morel <pmorel@linux.ibm.com>
1571 F: hw/s390x/ap-device.c
1572 F: hw/s390x/ap-bridge.c
1573 F: include/hw/s390x/ap-device.h
1574 F: include/hw/s390x/ap-bridge.h
1576 F: docs/system/vfio-ap.rst
1577 L: qemu-s390x@nongnu.org
1580 M: Michael S. Tsirkin <mst@redhat.com>
1583 F: docs/interop/vhost-user.json
1584 F: docs/interop/vhost-user.rst
1585 F: contrib/vhost-user-*/
1586 F: backends/vhost-user.c
1587 F: include/sysemu/vhost-user-backend.h
1590 M: Michael S. Tsirkin <mst@redhat.com>
1593 F: hw/virtio/Makefile.objs
1594 F: hw/virtio/trace-events
1596 F: include/hw/virtio/
1599 M: Greg Kurz <groug@kaod.org>
1600 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1605 F: docs/interop/virtfs-proxy-helper.rst
1606 F: tests/qtest/virtio-9p-test.c
1607 T: git https://github.com/gkurz/qemu.git 9p-next
1610 M: Stefan Hajnoczi <stefanha@redhat.com>
1611 L: qemu-block@nongnu.org
1613 F: hw/block/virtio-blk.c
1614 F: hw/block/dataplane/*
1615 F: tests/qtest/virtio-blk-test.c
1616 T: git https://github.com/stefanha/qemu.git block
1619 M: Cornelia Huck <cohuck@redhat.com>
1620 M: Halil Pasic <pasic@linux.ibm.com>
1622 F: hw/s390x/virtio-ccw*.[hc]
1623 F: hw/s390x/vhost-vsock-ccw.c
1624 T: git https://github.com/cohuck/qemu.git s390-next
1625 T: git https://github.com/borntraeger/qemu.git s390-next
1626 L: qemu-s390x@nongnu.org
1629 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1630 M: Stefan Hajnoczi <stefanha@redhat.com>
1632 F: tools/virtiofsd/*
1633 F: hw/virtio/vhost-user-fs*
1634 F: include/hw/virtio/vhost-user-fs.h
1635 F: docs/interop/virtiofsd.rst
1638 M: Gerd Hoffmann <kraxel@redhat.com>
1640 F: hw/input/vhost-user-input.c
1641 F: hw/input/virtio-input*.c
1642 F: include/hw/virtio/virtio-input.h
1643 F: contrib/vhost-user-input/*
1646 M: Eric Auger <eric.auger@redhat.com>
1648 F: hw/virtio/virtio-iommu*.c
1649 F: include/hw/virtio/virtio-iommu.h
1652 M: Laurent Vivier <lvivier@redhat.com>
1653 R: Amit Shah <amit@kernel.org>
1655 F: hw/char/virtio-serial-bus.c
1656 F: hw/char/virtio-console.c
1657 F: include/hw/virtio/virtio-serial.h
1658 F: tests/qtest/virtio-serial-test.c
1661 M: Laurent Vivier <lvivier@redhat.com>
1662 R: Amit Shah <amit@kernel.org>
1664 F: hw/virtio/virtio-rng.c
1665 F: include/hw/virtio/virtio-rng.h
1666 F: include/sysemu/rng*.h
1668 F: tests/qtest/virtio-rng-test.c
1671 M: Gonglei <arei.gonglei@huawei.com>
1673 F: hw/virtio/virtio-crypto.c
1674 F: hw/virtio/virtio-crypto-pci.c
1675 F: include/hw/virtio/virtio-crypto.h
1678 M: Keith Busch <keith.busch@intel.com>
1679 L: qemu-block@nongnu.org
1682 F: tests/qtest/nvme-test.c
1685 M: Hannes Reinecke <hare@suse.com>
1686 L: qemu-block@nongnu.org
1688 F: hw/scsi/megasas.c
1690 F: tests/qtest/megasas-test.c
1692 Network packet abstractions
1693 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1695 F: include/net/eth.h
1697 F: hw/net/net_rx_pkt*
1698 F: hw/net/net_tx_pkt*
1701 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1704 F: hw/scsi/vmw_pvscsi*
1705 F: tests/qtest/vmxnet3-test.c
1708 M: Jiri Pirko <jiri@resnulli.us>
1712 F: docs/specs/rocker.txt
1715 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1719 F: include/hw/mem/nvdimm.h
1723 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1728 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1733 M: Stefan Weil <sw@weilnetz.de>
1735 F: hw/net/eepro100.c
1738 M: Sven Schnelle <svens@stackframe.org>
1744 M: Alistair Francis <alistair@alistair23.me>
1746 F: hw/core/generic-loader.c
1747 F: include/hw/core/generic-loader.h
1748 F: docs/generic-loader.txt
1750 Intel Hexadecimal Object File Loader
1751 M: Su Hang <suhang16@mails.ucas.ac.cn>
1753 F: tests/qtest/hexloader-test.c
1754 F: tests/data/hex-loader/test.hex
1757 M: Thomas Huth <thuth@redhat.com>
1759 F: hw/nvram/chrp_nvram.c
1760 F: include/hw/nvram/chrp_nvram.h
1761 F: tests/qtest/prom-env-test.c
1764 M: Ben Warren <ben@skyportsystems.com>
1766 F: hw/acpi/vmgenid.c
1767 F: include/hw/acpi/vmgenid.h
1768 F: docs/specs/vmgenid.txt
1769 F: tests/qtest/vmgenid-test.c
1772 Unimplemented device
1773 M: Peter Maydell <peter.maydell@linaro.org>
1774 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1776 F: include/hw/misc/unimp.h
1780 M: Gerd Hoffmann <kraxel@redhat.com>
1783 F: hw/display/bochs-display.c
1784 F: include/hw/display/vga.h
1785 F: include/hw/display/bochs-vbe.h
1788 M: Gerd Hoffmann <kraxel@redhat.com>
1790 F: hw/display/ramfb*.c
1791 F: include/hw/display/ramfb.h
1794 M: Gerd Hoffmann <kraxel@redhat.com>
1796 F: hw/display/virtio-gpu*
1797 F: hw/display/virtio-vga.*
1798 F: include/hw/virtio/virtio-gpu.h
1801 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1802 M: Gerd Hoffmann <kraxel@redhat.com>
1804 F: docs/interop/vhost-user-gpu.rst
1805 F: contrib/vhost-user-gpu
1806 F: hw/display/vhost-user-*
1809 M: Gerd Hoffmann <kraxel@redhat.com>
1811 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1812 F: hw/display/cirrus*
1815 M: Gerd Hoffmann <kraxel@redhat.com>
1818 F: include/hw/display/edid.h
1821 PIIX4 South Bridge (i82371AB)
1822 M: Hervé Poussineau <hpoussin@reactos.org>
1823 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1826 F: include/hw/southbridge/piix.h
1828 Firmware configuration (fw_cfg)
1829 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1830 R: Laszlo Ersek <lersek@redhat.com>
1831 R: Gerd Hoffmann <kraxel@redhat.com>
1833 F: docs/specs/fw_cfg.txt
1834 F: hw/nvram/fw_cfg.c
1836 F: include/hw/nvram/fw_cfg.h
1837 F: include/standard-headers/linux/qemu_fw_cfg.h
1838 F: tests/qtest/libqos/fw_cfg.c
1839 F: tests/qtest/fw_cfg-test.c
1840 T: git https://github.com/philmd/qemu.git fw_cfg-next
1843 M: David Gibson <david@gibson.dropbear.id.au>
1844 M: Cédric Le Goater <clg@kaod.org>
1845 L: qemu-ppc@nongnu.org
1848 F: include/hw/*/*xive*
1854 M: Gerd Hoffmann <kraxel@redhat.com>
1858 F: include/hw/audio/
1859 F: tests/qtest/ac97-test.c
1860 F: tests/qtest/es1370-test.c
1861 F: tests/qtest/intel-hda-test.c
1864 M: Kevin Wolf <kwolf@redhat.com>
1865 M: Max Reitz <mreitz@redhat.com>
1866 L: qemu-block@nongnu.org
1873 F: docs/interop/qemu-img.rst
1875 F: tests/qemu-iotests/
1876 F: util/qemu-progress.c
1877 F: qobject/block-qdict.c
1878 F: tests/check-block-qdict.c
1879 T: git https://repo.or.cz/qemu/kevin.git block
1882 M: Stefan Hajnoczi <stefanha@redhat.com>
1883 M: Fam Zheng <fam@euphon.net>
1884 L: qemu-block@nongnu.org
1892 F: include/block/aio.h
1893 F: include/block/aio-wait.h
1894 F: scripts/qemugdb/aio.py
1895 T: git https://github.com/stefanha/qemu.git block
1897 Block SCSI subsystem
1898 M: Paolo Bonzini <pbonzini@redhat.com>
1899 R: Fam Zheng <fam@euphon.net>
1900 L: qemu-block@nongnu.org
1906 M: John Snow <jsnow@redhat.com>
1907 L: qemu-block@nongnu.org
1910 F: include/block/blockjob.h
1913 F: include/qemu/job.h
1919 T: git https://github.com/jnsnow/qemu.git jobs
1921 Block QAPI, monitor, command line
1922 M: Markus Armbruster <armbru@redhat.com>
1925 F: blockdev-hmp-cmds.c
1928 F: qapi/transaction.json
1929 T: git https://repo.or.cz/qemu/armbru.git block-next
1932 M: John Snow <jsnow@redhat.com>
1933 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1934 L: qemu-block@nongnu.org
1936 F: include/qemu/hbitmap.h
1937 F: include/block/dirty-bitmap.h
1938 F: block/dirty-bitmap.c
1939 F: block/qcow2-bitmap.c
1940 F: migration/block-dirty-bitmap.c
1942 F: tests/test-hbitmap.c
1943 F: docs/interop/bitmaps.rst
1944 T: git https://github.com/jnsnow/qemu.git bitmaps
1946 Character device backends
1947 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1948 R: Paolo Bonzini <pbonzini@redhat.com>
1954 Character Devices (Braille)
1955 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1959 Command line option argument parsing
1960 M: Markus Armbruster <armbru@redhat.com>
1962 F: include/qemu/option.h
1963 F: tests/test-keyval.c
1964 F: tests/test-qemu-opts.c
1966 F: util/qemu-option.c
1969 M: Markus Armbruster <armbru@redhat.com>
1971 F: scripts/coverity-model.c
1974 M: Alistair Francis <alistair.francis@wdc.com>
1975 R: David Gibson <david@gibson.dropbear.id.au>
1978 F: include/sysemu/device_tree.h
1982 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1984 F: hw/misc/vmcoreinfo.c
1985 F: include/hw/misc/vmcoreinfo.h
1986 F: include/qemu/win_dump_defs
1987 F: include/sysemu/dump-arch.h
1988 F: include/sysemu/dump.h
1990 F: scripts/dump-guest-memory.py
1994 M: Markus Armbruster <armbru@redhat.com>
1996 F: include/qapi/error.h
1997 F: include/qemu/error-report.h
2000 F: util/qemu-error.c
2003 M: Alex Bennée <alex.bennee@linaro.org>
2004 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2010 M: Paolo Bonzini <pbonzini@redhat.com>
2012 F: include/exec/ioport.h
2014 F: include/exec/memop.h
2015 F: include/exec/memory.h
2016 F: include/exec/ram_addr.h
2017 F: include/exec/ramblock.h
2019 F: include/exec/memory-internal.h
2023 M: Gerd Hoffmann <kraxel@redhat.com>
2025 F: include/ui/qemu-spice.h
2026 F: include/ui/spice-display.h
2028 F: audio/spiceaudio.c
2031 F: docs/spice-port-fqdn.txt
2034 M: Gerd Hoffmann <kraxel@redhat.com>
2042 M: Peter Maydell <peter.maydell@linaro.org>
2047 M: Paolo Bonzini <pbonzini@redhat.com>
2050 F: include/qemu/main-loop.h
2051 F: include/sysemu/runstate.h
2053 F: util/qemu-timer.c
2056 F: qapi/run-state.json
2059 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2061 F: monitor/monitor-internal.h
2063 F: monitor/monitor.c
2067 F: include/monitor/hmp-target.h
2068 F: tests/qtest/test-hmp.c
2069 F: include/qemu/qemu-print.h
2070 F: util/qemu-print.c
2072 Network device backends
2073 M: Jason Wang <jasowang@redhat.com>
2077 F: qemu-bridge-helper.c
2078 T: git https://github.com/jasowang/qemu.git net
2081 Netmap network backend
2082 M: Luigi Rizzo <rizzo@iet.unipi.it>
2083 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2084 M: Vincenzo Maffione <v.maffione@gmail.com>
2085 W: http://info.iet.unipi.it/~luigi/netmap/
2089 Host Memory Backends
2090 M: Eduardo Habkost <ehabkost@redhat.com>
2091 M: Igor Mammedov <imammedo@redhat.com>
2093 F: backends/hostmem*.c
2094 F: include/sysemu/hostmem.h
2095 T: git https://github.com/ehabkost/qemu.git machine-next
2098 M: Gonglei <arei.gonglei@huawei.com>
2100 F: include/sysemu/cryptodev*.h
2101 F: backends/cryptodev*.c
2104 M: Eduardo Habkost <ehabkost@redhat.com>
2105 M: Cleber Rosa <crosa@redhat.com>
2112 M: Markus Armbruster <armbru@redhat.com>
2113 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2118 X: include/qapi/qmp/
2119 F: include/qapi/qmp/dispatch.h
2120 F: tests/qapi-schema/
2121 F: tests/test-*-visitor.c
2122 F: tests/test-qapi-*.c
2123 F: tests/test-qmp-*.c
2124 F: tests/test-visitor-serialization.c
2125 F: scripts/qapi-gen.py
2128 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2131 M: Eric Blake <eblake@redhat.com>
2132 M: Markus Armbruster <armbru@redhat.com>
2135 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2138 M: Markus Armbruster <armbru@redhat.com>
2141 F: include/qapi/qmp/
2142 X: include/qapi/qmp/dispatch.h
2143 F: scripts/coccinelle/qobject.cocci
2144 F: tests/check-qdict.c
2145 F: tests/check-qjson.c
2146 F: tests/check-qlist.c
2147 F: tests/check-qlit.c
2148 F: tests/check-qnull.c
2149 F: tests/check-qnum.c
2150 F: tests/check-qobject.c
2151 F: tests/check-qstring.c
2152 F: tests/data/qobject/qdict.txt
2153 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2156 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2159 F: docs/interop/qemu-ga.rst
2160 F: scripts/qemu-guest-agent/
2162 F: docs/interop/qemu-ga-ref.texi
2163 T: git https://github.com/mdroth/qemu.git qga
2166 M: Paolo Bonzini <pbonzini@redhat.com>
2167 R: Daniel P. Berrange <berrange@redhat.com>
2168 R: Eduardo Habkost <ehabkost@redhat.com>
2170 F: docs/qdev-device-use.txt
2173 F: include/monitor/qdev.h
2179 F: tests/check-qom-interface.c
2180 F: tests/check-qom-proplist.c
2181 F: tests/test-qdev-global-props.c
2184 M: Markus Armbruster <armbru@redhat.com>
2186 F: monitor/monitor-internal.h
2189 F: monitor/monitor.c
2191 F: docs/devel/*qmp-*
2192 F: docs/interop/*qmp-*
2194 F: tests/qtest/qmp-test.c
2195 F: tests/qtest/qmp-cmd-test.c
2196 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2199 M: Thomas Huth <thuth@redhat.com>
2200 M: Laurent Vivier <lvivier@redhat.com>
2201 R: Paolo Bonzini <pbonzini@redhat.com>
2208 M: Alexander Bulekov <alxndr@bu.edu>
2209 R: Paolo Bonzini <pbonzini@redhat.com>
2210 R: Bandan Das <bsd@redhat.com>
2211 R: Stefan Hajnoczi <stefanha@redhat.com>
2213 F: tests/qtest/fuzz/
2216 M: Alistair Francis <alistair@alistair23.me>
2218 F: hw/core/register.c
2219 F: include/hw/register.h
2220 F: include/hw/registerfields.h
2223 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2227 F: include/net/slirp.h
2228 T: git https://people.debian.org/~sthibault/qemu.git slirp
2231 M: Paolo Bonzini <pbonzini@redhat.com>
2236 M: Stefan Hajnoczi <stefanha@redhat.com>
2240 F: docs/qemu-option-trace.rst.inc
2241 F: scripts/tracetool.py
2242 F: scripts/tracetool/
2243 F: scripts/qemu-trace-stap*
2244 F: docs/interop/qemu-trace-stap.rst
2245 F: docs/devel/tracing.txt
2246 T: git https://github.com/stefanha/qemu.git tracing
2249 M: Stefan Berger <stefanb@linux.ibm.com>
2254 F: include/hw/acpi/tpm.h
2255 F: include/sysemu/tpm*
2258 F: tests/qtest/*tpm*
2259 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2263 F: scripts/checkpatch.pl
2266 M: Juan Quintela <quintela@redhat.com>
2267 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2269 F: hw/core/vmstate-if.c
2270 F: include/hw/vmstate-if.h
2271 F: include/migration/
2273 F: scripts/vmstate-static-checker.py
2274 F: tests/vmstate-static-checker-data/
2275 F: tests/qtest/migration-test.c
2276 F: docs/devel/migration.rst
2277 F: qapi/migration.json
2280 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2282 F: backends/dbus-vmstate.c
2283 F: tests/dbus-vmstate*
2285 F: include/qemu/dbus.h
2286 F: docs/interop/dbus.rst
2287 F: docs/interop/dbus-vmstate.rst
2290 M: Eduardo Otubo <otubo@redhat.com>
2293 F: include/sysemu/seccomp.h
2296 M: Daniel P. Berrange <berrange@redhat.com>
2300 F: tests/test-crypto-*
2301 F: tests/benchmark-crypto-*
2302 F: tests/crypto-tls-*
2303 F: tests/pkix_asn1_tab.c
2307 M: Stefan Hajnoczi <stefanha@redhat.com>
2308 M: Kevin Wolf <kwolf@redhat.com>
2311 F: include/qemu/coroutine*
2312 F: tests/test-coroutine.c
2315 M: Daniel P. Berrange <berrange@redhat.com>
2318 F: include/qemu/buffer.h
2321 M: Daniel P. Berrange <berrange@redhat.com>
2328 M: Daniel P. Berrange <berrange@redhat.com>
2333 F: tests/test-authz-*
2336 M: Daniel P. Berrange <berrange@redhat.com>
2337 M: Gerd Hoffmann <kraxel@redhat.com>
2339 F: include/qemu/sockets.h
2340 F: util/qemu-sockets.c
2341 F: qapi/sockets.json
2344 M: Daniel P. Berrange <berrange@redhat.com>
2346 F: util/filemonitor*.c
2347 F: include/qemu/filemonitor.h
2348 F: tests/test-util-filemonitor.c
2350 Throttling infrastructure
2351 M: Alberto Garcia <berto@igalia.com>
2353 F: block/throttle-groups.c
2354 F: include/block/throttle-groups.h
2355 F: include/qemu/throttle*.h
2357 F: docs/throttle.txt
2358 F: tests/test-throttle.c
2359 L: qemu-block@nongnu.org
2362 M: Fam Zheng <fam@euphon.net>
2365 F: include/qemu/uuid.h
2366 F: tests/test-uuid.c
2369 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2372 F: include/migration/colo.h
2373 F: include/migration/failover.h
2377 M: Zhang Chen <chen.zhang@intel.com>
2378 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2380 F: docs/colo-proxy.txt
2382 F: net/filter-rewriter.c
2383 F: net/filter-mirror.c
2386 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2387 R: Paolo Bonzini <pbonzini@redhat.com>
2388 W: https://wiki.qemu.org/Features/record-replay
2391 F: block/blkreplay.c
2392 F: net/filter-replay.c
2393 F: include/sysemu/replay.h
2398 M: Peter Xu <peterx@redhat.com>
2400 F: include/qemu/iova-tree.h
2404 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2409 M: Corey Minyard <cminyard@mvista.com>
2412 F: hw/i2c/smbus_slave.c
2413 F: hw/i2c/smbus_master.c
2414 F: hw/i2c/smbus_eeprom.c
2415 F: include/hw/i2c/i2c.h
2416 F: include/hw/i2c/smbus_master.h
2417 F: include/hw/i2c/smbus_slave.h
2418 F: include/hw/i2c/smbus_eeprom.h
2421 M: Laszlo Ersek <lersek@redhat.com>
2422 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2424 F: pc-bios/descriptors/??-edk2-*.json
2426 F: roms/Makefile.edk2
2429 F: tests/data/uefi-boot-images/
2430 F: tests/uefi-test-tools/
2431 F: .gitlab-ci-edk2.yml
2432 F: .gitlab-ci.d/edk2/
2436 Overall usermode emulation
2437 M: Riku Voipio <riku.voipio@iki.fi>
2440 F: accel/tcg/user-exec*.c
2445 F: default-configs/*-bsd-user.mak
2448 M: Riku Voipio <riku.voipio@iki.fi>
2449 R: Laurent Vivier <laurent@vivier.eu>
2452 F: default-configs/*-linux-user.mak
2453 F: scripts/qemu-binfmt-conf.sh
2455 Tiny Code Generator (TCG)
2456 -------------------------
2458 M: Richard Henderson <rth@twiddle.net>
2464 M: Alex Bennée <alex.bennee@linaro.org>
2466 F: docs/devel/tcg-plugins.rst
2471 M: Richard Henderson <richard.henderson@linaro.org>
2473 L: qemu-arm@nongnu.org
2479 M: Andrzej Zaborowski <balrogg@gmail.com>
2481 L: qemu-arm@nongnu.org
2486 M: Richard Henderson <rth@twiddle.net>
2492 M: Aurelien Jarno <aurelien@aurel32.net>
2493 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2498 M: Richard Henderson <rth@twiddle.net>
2504 M: Palmer Dabbelt <palmer@dabbelt.com>
2505 M: Alistair Francis <Alistair.Francis@wdc.com>
2506 L: qemu-riscv@nongnu.org
2512 M: Richard Henderson <rth@twiddle.net>
2516 L: qemu-s390x@nongnu.org
2524 M: Stefan Weil <sw@weilnetz.de>
2533 M: Fam Zheng <fam@euphon.net>
2534 L: qemu-block@nongnu.org
2539 M: Jason Dillaman <dillaman@redhat.com>
2540 L: qemu-block@nongnu.org
2545 M: Liu Yuan <namei.unix@gmail.com>
2546 L: qemu-block@nongnu.org
2547 L: sheepdog@lists.wpkg.org
2552 M: Jeff Cody <codyprime@gmail.com>
2553 L: qemu-block@nongnu.org
2558 M: Stefan Weil <sw@weilnetz.de>
2559 L: qemu-block@nongnu.org
2564 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2565 M: Paolo Bonzini <pbonzini@redhat.com>
2566 M: Peter Lieven <pl@kamp.de>
2567 L: qemu-block@nongnu.org
2570 F: block/iscsi-opts.c
2572 Network Block Device (NBD)
2573 M: Eric Blake <eblake@redhat.com>
2574 L: qemu-block@nongnu.org
2578 F: include/block/nbd*
2581 F: docs/interop/nbd.txt
2582 F: docs/interop/qemu-nbd.rst
2583 T: git https://repo.or.cz/qemu/ericb.git nbd
2586 M: Peter Lieven <pl@kamp.de>
2587 L: qemu-block@nongnu.org
2592 M: Richard W.M. Jones <rjones@redhat.com>
2593 L: qemu-block@nongnu.org
2598 L: qemu-block@nongnu.org
2603 L: qemu-block@nongnu.org
2604 L: integration@gluster.org
2609 M: Fam Zheng <fam@euphon.net>
2610 L: qemu-block@nongnu.org
2615 M: Fam Zheng <fam@euphon.net>
2616 L: qemu-block@nongnu.org
2621 M: Gonglei <arei.gonglei@huawei.com>
2626 M: Alberto Garcia <berto@igalia.com>
2629 L: qemu-block@nongnu.org
2632 M: Ari Sundholm <ari@tuxera.com>
2633 L: qemu-block@nongnu.org
2635 F: block/blklogwrites.c
2638 M: Stefan Hajnoczi <stefanha@redhat.com>
2639 L: qemu-block@nongnu.org
2641 F: block/blkverify.c
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 L: qemu-block@nongnu.org
2662 M: Stefan Hajnoczi <stefanha@redhat.com>
2663 M: Denis V. Lunev <den@openvz.org>
2664 L: qemu-block@nongnu.org
2666 F: block/parallels.c
2667 F: docs/interop/parallels.txt
2670 M: Stefan Hajnoczi <stefanha@redhat.com>
2671 L: qemu-block@nongnu.org
2676 M: Kevin Wolf <kwolf@redhat.com>
2677 L: qemu-block@nongnu.org
2679 F: block/linux-aio.c
2680 F: include/block/raw-aio.h
2681 F: block/raw-format.c
2682 F: block/file-posix.c
2683 F: block/file-win32.c
2684 F: block/win32-aio.c
2687 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2688 M: Julia Suvorova <jusual@redhat.com>
2689 M: Stefan Hajnoczi <stefanha@redhat.com>
2690 L: qemu-block@nongnu.org
2696 M: Kevin Wolf <kwolf@redhat.com>
2697 M: Max Reitz <mreitz@redhat.com>
2698 L: qemu-block@nongnu.org
2701 F: docs/interop/qcow2.txt
2704 M: Kevin Wolf <kwolf@redhat.com>
2705 L: qemu-block@nongnu.org
2710 M: Kevin Wolf <kwolf@redhat.com>
2711 M: Max Reitz <mreitz@redhat.com>
2712 L: qemu-block@nongnu.org
2717 M: Kevin Wolf <kwolf@redhat.com>
2718 L: qemu-block@nongnu.org
2723 M: Kevin Wolf <kwolf@redhat.com>
2724 L: qemu-block@nongnu.org
2729 M: Stefan Hajnoczi <stefanha@redhat.com>
2730 L: qemu-block@nongnu.org
2732 F: tests/image-fuzzer/
2735 M: Wen Congyang <wencongyang2@huawei.com>
2736 M: Xie Changlong <xiechanglong.d@gmail.com>
2739 F: block/replication.c
2740 F: tests/test-replication.c
2741 F: docs/block-replication.txt
2744 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2745 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2750 F: contrib/rdmacm-mux/*
2754 M: Alex Bennée <alex.bennee@linaro.org>
2757 F: include/hw/semihosting/
2759 Build and test automation
2760 -------------------------
2761 Build and test automation
2762 M: Alex Bennée <alex.bennee@linaro.org>
2763 M: Fam Zheng <fam@euphon.net>
2764 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2771 F: scripts/archive-source.sh
2772 W: https://travis-ci.org/qemu/qemu
2773 W: https://app.shippable.com/github/qemu/qemu
2774 W: http://patchew.org/QEMU/
2776 FreeBSD Hosted Continuous Integration
2777 M: Ed Maste <emaste@freebsd.org>
2778 M: Li-Wen Hsu <lwhsu@freebsd.org>
2781 W: https://cirrus-ci.com/github/qemu/qemu
2783 GitLab Continuous Integration
2784 M: Thomas Huth <thuth@redhat.com>
2788 Guest Test Compilation Support
2789 M: Alex Bennée <alex.bennee@linaro.org>
2790 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2792 F: tests/tcg/Makefile
2793 F: tests/tcg/Makefile.include
2797 Build system architecture
2798 M: Daniel P. Berrange <berrange@redhat.com>
2800 F: docs/devel/build-system.txt
2802 GIT Data Mining Config
2803 M: Alex Bennée <alex.bennee@linaro.org>
2808 Incompatible changes
2809 R: libvir-list@redhat.com
2810 F: docs/system/deprecated.rst
2815 M: Daniel P. Berrange <berrange@redhat.com>
2817 F: scripts/git-submodule.sh
2820 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2823 Sphinx documentation configuration and build machinery
2824 M: Peter Maydell <peter.maydell@linaro.org>