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.texi
219 F: docs/system/cpu-models-mips.rst.inc
220 F: hw/intc/mips_gic.c
223 F: hw/timer/mips_gictimer.c
224 F: include/hw/intc/mips_gic.h
226 F: include/hw/misc/mips_*
227 F: include/hw/timer/mips_gictimer.h
228 F: tests/acceptance/linux_ssh_mips_malta.py
230 K: ^Subject:.*(?i)mips
233 M: Anthony Green <green@moxielogic.com>
238 F: default-configs/moxie-softmmu.mak
241 M: Chris Wulff <crwulff@gmail.com>
242 M: Marek Vasut <marex@denx.de>
246 F: hw/intc/nios2_iic.c
248 F: default-configs/nios2-softmmu.mak
251 M: Stafford Horne <shorne@gmail.com>
255 F: tests/tcg/openrisc/
258 M: David Gibson <david@gibson.dropbear.id.au>
259 L: qemu-ppc@nongnu.org
267 M: Palmer Dabbelt <palmer@dabbelt.com>
268 M: Alistair Francis <Alistair.Francis@wdc.com>
269 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
270 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
271 L: qemu-riscv@nongnu.org
276 F: linux-user/host/riscv32/
277 F: linux-user/host/riscv64/
280 M: Richard Henderson <rth@twiddle.net>
281 M: David Hildenbrand <david@redhat.com>
287 L: qemu-s390x@nongnu.org
290 M: Aurelien Jarno <aurelien@aurel32.net>
298 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
299 M: Artyom Tarasenko <atar4qemu@gmail.com>
304 F: include/hw/sparc/sparc64.h
308 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
312 F: include/hw/unicore32/
315 M: Paolo Bonzini <pbonzini@redhat.com>
316 M: Richard Henderson <rth@twiddle.net>
317 M: Eduardo Habkost <ehabkost@redhat.com>
324 F: docs/system/cpu-models-x86.texi
325 F: docs/system/cpu-models-x86.rst.inc
326 T: git https://github.com/ehabkost/qemu.git x86-next
329 M: Max Filippov <jcmvbkbc@gmail.com>
330 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
336 F: include/hw/xtensa/xtensa-isa.h
337 F: default-configs/xtensa*.mak
340 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
344 F: include/hw/tricore/
346 Multiarch Linux User Tests
347 M: Alex Bennée <alex.bennee@linaro.org>
349 F: tests/tcg/multiarch/
351 Guest CPU Cores (KVM)
352 ---------------------
354 M: Paolo Bonzini <pbonzini@redhat.com>
355 L: kvm@vger.kernel.org
359 F: accel/stubs/kvm-stub.c
361 F: include/sysemu/kvm*.h
362 F: scripts/kvm/kvm_flightrecorder
365 M: Peter Maydell <peter.maydell@linaro.org>
366 L: qemu-arm@nongnu.org
371 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
376 M: David Gibson <david@gibson.dropbear.id.au>
381 M: Halil Pasic <pasic@linux.ibm.com>
382 M: Cornelia Huck <cohuck@redhat.com>
383 M: Christian Borntraeger <borntraeger@de.ibm.com>
385 F: target/s390x/kvm.c
386 F: target/s390x/kvm_s390x.h
387 F: target/s390x/kvm-stub.c
388 F: target/s390x/ioinst.[ch]
389 F: target/s390x/machine.c
390 F: target/s390x/sigp.c
391 F: target/s390x/cpu_features*.[ch]
392 F: target/s390x/cpu_models.[ch]
393 F: hw/intc/s390_flic.c
394 F: hw/intc/s390_flic_kvm.c
395 F: include/hw/s390x/s390_flic.h
397 T: git https://github.com/cohuck/qemu.git s390-next
398 T: git https://github.com/borntraeger/qemu.git s390-next
399 L: qemu-s390x@nongnu.org
402 M: Paolo Bonzini <pbonzini@redhat.com>
403 M: Marcelo Tosatti <mtosatti@redhat.com>
404 L: kvm@vger.kernel.org
407 F: scripts/kvm/vmxcap
410 M: Sunil Muthuswamy <sunilmut@microsoft.com>
412 F: target/i386/whpx-all.c
413 F: target/i386/whp-dispatch.h
414 F: accel/stubs/whpx-stub.c
415 F: include/sysemu/whpx.h
417 Guest CPU Cores (Xen)
418 ---------------------
420 M: Stefano Stabellini <sstabellini@kernel.org>
421 M: Anthony Perard <anthony.perard@citrix.com>
422 M: Paul Durrant <paul@xen.org>
423 L: xen-devel@lists.xenproject.org
427 F: hw/char/xen_console.c
428 F: hw/display/xenfb.c
431 F: hw/block/dataplane/xen*
435 F: hw/pci-host/xen_igd_pt.c
436 F: include/hw/block/dataplane/xen*
438 F: include/sysemu/xen-mapcache.h
443 M: Michael S. Tsirkin <mst@redhat.com>
444 M: Cornelia Huck <cohuck@redhat.com>
445 M: Paolo Bonzini <pbonzini@redhat.com>
448 F: scripts/update-linux-headers.sh
451 M: Paolo Bonzini <pbonzini@redhat.com>
454 F: include/sysemu/os-posix.h
456 F: include/qemu/*posix*.h
459 M: Kamil Rytarowski <kamil@netbsd.org>
461 K: ^Subject:.*(?i)NetBSD
464 M: Brad Smith <brad@comstyle.com>
466 K: ^Subject:.*(?i)OpenBSD
469 M: Stefan Weil <sw@weilnetz.de>
479 M: Richard Henderson <rth@twiddle.net>
482 F: hw/isa/smc37c669-superio.c
483 F: tests/tcg/alpha/system/
488 M: Beniamino Galvani <b.galvani@gmail.com>
489 M: Peter Maydell <peter.maydell@linaro.org>
490 L: qemu-arm@nongnu.org
493 F: include/hw/*/allwinner*
494 F: hw/arm/cubieboard.c
496 ARM PrimeCell and CMSDK devices
497 M: Peter Maydell <peter.maydell@linaro.org>
498 L: qemu-arm@nongnu.org
501 F: include/hw/char/pl011.h
504 F: include/hw/dma/pl080.h
511 F: include/hw/ssi/pl022.h
513 F: include/hw/rtc/pl031.h
514 F: include/hw/arm/primecell.h
515 F: hw/timer/cmsdk-apb-timer.c
516 F: include/hw/timer/cmsdk-apb-timer.h
517 F: hw/timer/cmsdk-apb-dualtimer.c
518 F: include/hw/timer/cmsdk-apb-dualtimer.h
519 F: hw/char/cmsdk-apb-uart.c
520 F: include/hw/char/cmsdk-apb-uart.h
521 F: hw/watchdog/cmsdk-apb-watchdog.c
522 F: include/hw/watchdog/cmsdk-apb-watchdog.h
524 F: include/hw/misc/tz-ppc.h
526 F: include/hw/misc/tz-mpc.h
528 F: include/hw/misc/tz-msc.h
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
535 F: hw/intc/gic_internal.h
537 F: hw/misc/arm11scu.c
538 F: hw/misc/arm_l2x0.c
539 F: hw/timer/a9gtimer*
541 F: include/hw/arm/arm*.h
542 F: include/hw/intc/arm*
543 F: include/hw/misc/a9scu.h
544 F: include/hw/misc/arm11scu.h
545 F: include/hw/timer/a9gtimer.h
546 F: include/hw/timer/arm_mptimer.h
547 F: include/hw/timer/armv7m_systick.h
548 F: tests/qtest/test-arm-mptimer.c
551 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
552 M: Peter Maydell <peter.maydell@linaro.org>
553 L: qemu-arm@nongnu.org
556 F: include/hw/arm/exynos4210.h
559 M: Rob Herring <robh@kernel.org>
560 M: Peter Maydell <peter.maydell@linaro.org>
561 L: qemu-arm@nongnu.org
567 M: Antony Pavlov <antonynpavlov@gmail.com>
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
571 F: include/hw/arm/digic.h
573 F: include/hw/*/digic*
576 M: Anup Patel <anup.patel@wdc.com>
577 M: Alistair Francis <Alistair.Francis@wdc.com>
578 L: qemu-riscv@nongnu.org
580 F: hw/rtc/goldfish_rtc.c
581 F: include/hw/rtc/goldfish_rtc.h
584 M: Peter Maydell <peter.maydell@linaro.org>
585 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
586 L: qemu-arm@nongnu.org
591 M: Peter Maydell <peter.maydell@linaro.org>
592 R: Jean-Christophe Dubois <jcd@tribudubois.net>
593 L: qemu-arm@nongnu.org
595 F: hw/arm/fsl-imx25.c
596 F: hw/arm/imx25_pdk.c
597 F: hw/misc/imx25_ccm.c
598 F: include/hw/arm/fsl-imx25.h
599 F: include/hw/misc/imx25_ccm.h
602 M: Peter Chubb <peter.chubb@nicta.com.au>
603 M: Peter Maydell <peter.maydell@linaro.org>
604 L: qemu-arm@nongnu.org
609 F: include/hw/*/imx_*
610 F: include/hw/*/*imx31*
613 M: Peter Maydell <peter.maydell@linaro.org>
614 L: qemu-arm@nongnu.org
616 F: hw/arm/integratorcp.c
617 F: hw/misc/arm_integrator_debug.c
618 F: include/hw/misc/arm_integrator_debug.h
619 F: tests/acceptance/machine_arm_integratorcp.py
621 MCIMX6UL EVK / i.MX6ul
622 M: Peter Maydell <peter.maydell@linaro.org>
623 R: Jean-Christophe Dubois <jcd@tribudubois.net>
624 L: qemu-arm@nongnu.org
626 F: hw/arm/mcimx6ul-evk.c
627 F: hw/arm/fsl-imx6ul.c
628 F: hw/misc/imx6ul_ccm.c
629 F: include/hw/arm/fsl-imx6ul.h
630 F: include/hw/misc/imx6ul_ccm.h
632 MCIMX7D SABRE / i.MX7
633 M: Peter Maydell <peter.maydell@linaro.org>
634 R: Andrey Smirnov <andrew.smirnov@gmail.com>
635 L: qemu-arm@nongnu.org
637 F: hw/arm/mcimx7d-sabre.c
640 F: include/hw/arm/fsl-imx7.h
641 F: include/hw/misc/imx7_*.h
642 F: hw/pci-host/designware.c
643 F: include/hw/pci-host/designware.h
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
652 F: include/hw/misc/mps2-*.h
654 F: include/hw/arm/armsse.h
655 F: hw/misc/iotkit-secctl.c
656 F: include/hw/misc/iotkit-secctl.h
657 F: hw/misc/iotkit-sysctl.c
658 F: include/hw/misc/iotkit-sysctl.h
659 F: hw/misc/iotkit-sysinfo.c
660 F: include/hw/misc/iotkit-sysinfo.h
661 F: hw/misc/armsse-cpuid.c
662 F: include/hw/misc/armsse-cpuid.h
663 F: hw/misc/armsse-mhu.c
664 F: include/hw/misc/armsse-mhu.h
667 M: Peter Maydell <peter.maydell@linaro.org>
668 L: qemu-arm@nongnu.org
673 M: Jan Kiszka <jan.kiszka@web.de>
674 M: Peter Maydell <peter.maydell@linaro.org>
675 L: qemu-arm@nongnu.org
680 M: Andrzej Zaborowski <balrogg@gmail.com>
681 M: Peter Maydell <peter.maydell@linaro.org>
682 L: qemu-arm@nongnu.org
685 F: hw/display/blizzard.c
687 F: hw/input/tsc2005.c
690 F: include/hw/display/blizzard.h
691 F: include/hw/input/tsc2xxx.h
692 F: include/hw/misc/cbus.h
693 F: tests/acceptance/machine_arm_n8x0.py
696 M: Andrzej Zaborowski <balrogg@gmail.com>
697 M: Peter Maydell <peter.maydell@linaro.org>
698 L: qemu-arm@nongnu.org
701 F: hw/input/tsc210x.c
702 F: include/hw/input/tsc2xxx.h
705 M: Peter Maydell <peter.maydell@linaro.org>
706 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
707 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
708 L: qemu-arm@nongnu.org
711 F: hw/arm/raspi_platform.h
713 F: include/hw/arm/raspi*
714 F: include/hw/*/bcm283*
717 M: Peter Maydell <peter.maydell@linaro.org>
718 L: qemu-arm@nongnu.org
721 F: hw/cpu/realview_mpcore.c
722 F: hw/intc/realview_gic.c
723 F: include/hw/intc/realview_gic.h
726 M: Andrzej Zaborowski <balrogg@gmail.com>
727 M: Peter Maydell <peter.maydell@linaro.org>
728 L: qemu-arm@nongnu.org
730 F: hw/arm/mainstone.c
735 F: hw/display/tc6393xb.c
738 F: hw/misc/mst_fpga.c
740 F: include/hw/arm/pxa.h
741 F: include/hw/arm/sharpsl.h
742 F: include/hw/display/tc6393xb.h
745 M: Peter Maydell <peter.maydell@linaro.org>
746 R: Jean-Christophe Dubois <jcd@tribudubois.net>
747 L: qemu-arm@nongnu.org
749 F: hw/arm/sabrelite.c
753 F: include/hw/arm/fsl-imx6.h
754 F: include/hw/misc/imx6_*.h
755 F: include/hw/ssi/imx_spi.h
758 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
759 M: Peter Maydell <peter.maydell@linaro.org>
760 R: Leif Lindholm <leif@nuviainc.com>
761 L: qemu-arm@nongnu.org
765 Sharp SL-5500 (Collie) PDA
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
773 M: Peter Maydell <peter.maydell@linaro.org>
774 L: qemu-arm@nongnu.org
777 F: include/hw/input/gamepad.h
780 M: Peter Maydell <peter.maydell@linaro.org>
781 L: qemu-arm@nongnu.org
786 M: Peter Maydell <peter.maydell@linaro.org>
787 L: qemu-arm@nongnu.org
790 F: hw/misc/arm_sysctl.c
793 M: Peter Maydell <peter.maydell@linaro.org>
794 L: qemu-arm@nongnu.org
797 F: include/hw/arm/virt.h
800 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
801 M: Alistair Francis <alistair@alistair23.me>
802 M: Peter Maydell <peter.maydell@linaro.org>
803 L: qemu-arm@nongnu.org
808 F: include/hw/misc/zynq*
812 M: Alistair Francis <alistair@alistair23.me>
813 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
814 M: Peter Maydell <peter.maydell@linaro.org>
815 L: qemu-arm@nongnu.org
818 F: include/hw/*/xlnx*.h
819 F: include/hw/ssi/xilinx_spips.h
821 F: include/hw/display/dpcd.h
824 M: Shannon Zhao <shannon.zhaosl@gmail.com>
825 L: qemu-arm@nongnu.org
827 F: hw/arm/virt-acpi-build.c
830 M: Alistair Francis <alistair@alistair23.me>
831 M: Peter Maydell <peter.maydell@linaro.org>
832 L: qemu-arm@nongnu.org
834 F: hw/arm/stm32f205_soc.c
835 F: hw/misc/stm32f2xx_syscfg.c
836 F: hw/char/stm32f2xx_usart.c
837 F: hw/timer/stm32f2xx_timer.c
839 F: hw/ssi/stm32f2xx_spi.c
840 F: include/hw/*/stm32*.h
843 M: Alistair Francis <alistair@alistair23.me>
844 M: Peter Maydell <peter.maydell@linaro.org>
845 L: qemu-arm@nongnu.org
847 F: hw/arm/stm32f405_soc.c
848 F: hw/misc/stm32f4xx_syscfg.c
849 F: hw/misc/stm32f4xx_exti.c
852 M: Alistair Francis <alistair@alistair23.me>
853 M: Peter Maydell <peter.maydell@linaro.org>
854 L: qemu-arm@nongnu.org
856 F: hw/arm/netduino2.c
859 M: Alistair Francis <alistair@alistair23.me>
860 M: Peter Maydell <peter.maydell@linaro.org>
861 L: qemu-arm@nongnu.org
863 F: hw/arm/netduinoplus2.c
866 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
867 M: Peter Maydell <peter.maydell@linaro.org>
868 L: qemu-arm@nongnu.org
871 F: hw/misc/msf2-sysreg.c
872 F: hw/timer/mss-timer.c
874 F: include/hw/arm/msf2-soc.h
875 F: include/hw/misc/msf2-sysreg.h
876 F: include/hw/timer/mss-timer.h
877 F: include/hw/ssi/mss-spi.h
880 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
881 M: Peter Maydell <peter.maydell@linaro.org>
882 L: qemu-arm@nongnu.org
887 M: Cédric Le Goater <clg@kaod.org>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 R: Andrew Jeffery <andrew@aj.id.au>
890 R: Joel Stanley <joel@jms.id.au>
891 L: qemu-arm@nongnu.org
895 F: include/hw/*/*aspeed*
896 F: include/hw/misc/pca9552*.h
897 F: hw/net/ftgmac100.c
898 F: include/hw/net/ftgmac100.h
901 M: Joel Stanley <joel@jms.id.au>
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
907 F: include/hw/*/nrf51*.h
908 F: include/hw/*/microbit*.h
909 F: tests/qtest/microbit-test.c
914 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
916 F: hw/cris/axis_dev88.c
922 M: Richard Henderson <rth@twiddle.net>
923 R: Helge Deller <deller@gmx.de>
925 F: default-configs/hppa-softmmu.mak
927 F: pc-bios/hppa-firmware.img
931 EVR32 and uclinux BSP
932 M: Michael Walle <michael@walle.cc>
934 F: hw/lm32/lm32_boards.c
937 M: Michael Walle <michael@walle.cc>
939 F: hw/lm32/milkymist.c
944 M: Thomas Huth <huth@tuxfamily.org>
950 M: Thomas Huth <huth@tuxfamily.org>
953 F: hw/m68k/mcf_intc.c
954 F: hw/char/mcf_uart.c
956 F: include/hw/m68k/mcf*.h
959 M: Thomas Huth <huth@tuxfamily.org>
962 F: hw/display/next-fb.c
963 F: include/hw/m68k/next-cube.h
966 M: Laurent Vivier <laurent@vivier.eu>
971 F: hw/display/macfb.c
973 F: hw/m68k/bootinfo.h
974 F: include/hw/misc/mac_via.h
975 F: include/hw/nubus/*
976 F: include/hw/display/macfb.h
977 F: include/hw/block/swim.h
982 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
984 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
985 F: include/hw/char/xilinx_uartlite.h
988 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
990 F: hw/microblaze/petalogix_ml605_mmu.c
995 M: Hervé Poussineau <hpoussin@reactos.org>
996 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
998 F: hw/mips/mips_jazz.c
999 F: hw/display/jazz_led.c
1003 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1004 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1005 R: Aurelien Jarno <aurelien@aurel32.net>
1009 F: hw/mips/mips_malta.c
1010 F: hw/mips/gt64xxx_pci.c
1011 F: include/hw/southbridge/piix.h
1012 F: tests/acceptance/linux_ssh_mips_malta.py
1013 F: tests/acceptance/machine_mips_malta.py
1016 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1017 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1019 F: hw/mips/mips_mipssim.c
1023 M: Aurelien Jarno <aurelien@aurel32.net>
1024 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1026 F: hw/mips/mips_r4k.c
1029 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1030 M: Aleksandar Markovic <amarkovic@wavecomp.com>
1032 F: hw/mips/mips_fulong2e.c
1033 F: hw/isa/vt82c686.c
1034 F: hw/pci-host/bonito.c
1035 F: include/hw/isa/vt82c686.h
1038 M: Paul Burton <pburton@wavecomp.com>
1039 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1041 F: hw/core/loader-fit.c
1043 F: hw/pci-host/xilinx-pcie.c
1044 F: include/hw/pci-host/xilinx-pcie.h
1049 M: Jia Liu <proljc@gmail.com>
1051 F: hw/openrisc/openrisc_sim.c
1056 M: David Gibson <david@gibson.dropbear.id.au>
1057 L: qemu-ppc@nongnu.org
1059 F: hw/ppc/ppc405_boards.c
1062 M: David Gibson <david@gibson.dropbear.id.au>
1063 L: qemu-ppc@nongnu.org
1065 F: hw/ppc/ppc440_bamboo.c
1068 M: David Gibson <david@gibson.dropbear.id.au>
1069 L: qemu-ppc@nongnu.org
1072 F: hw/gpio/mpc8xxx.c
1074 F: hw/net/fsl_etsec/
1075 F: hw/pci-host/ppce500.c
1076 F: include/hw/ppc/ppc_e500.h
1077 F: include/hw/pci-host/ppce500.h
1078 F: pc-bios/u-boot.e500
1081 M: David Gibson <david@gibson.dropbear.id.au>
1082 L: qemu-ppc@nongnu.org
1084 F: hw/ppc/mpc8544ds.c
1085 F: hw/ppc/mpc8544_guts.c
1088 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1089 R: David Gibson <david@gibson.dropbear.id.au>
1090 L: qemu-ppc@nongnu.org
1092 F: hw/ppc/mac_newworld.c
1093 F: hw/pci-host/uninorth.c
1094 F: hw/pci-bridge/dec.[hc]
1096 F: hw/misc/mos6522.c
1097 F: hw/nvram/mac_nvram.c
1099 F: include/hw/misc/macio/
1100 F: include/hw/misc/mos6522.h
1101 F: include/hw/ppc/mac_dbdma.h
1102 F: include/hw/pci-host/uninorth.h
1103 F: include/hw/input/adb*
1104 F: pc-bios/qemu_vga.ndrv
1107 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1108 R: David Gibson <david@gibson.dropbear.id.au>
1109 L: qemu-ppc@nongnu.org
1111 F: hw/ppc/mac_oldworld.c
1112 F: hw/pci-host/grackle.c
1114 F: hw/intc/heathrow_pic.c
1116 F: include/hw/intc/heathrow_pic.h
1117 F: include/hw/input/adb*
1118 F: pc-bios/qemu_vga.ndrv
1121 M: Hervé Poussineau <hpoussin@reactos.org>
1122 L: qemu-ppc@nongnu.org
1125 F: hw/ppc/prep_systemio.c
1126 F: hw/ppc/rs6000_mc.c
1127 F: hw/pci-host/prep.[hc]
1131 F: hw/rtc/m48t59-isa.c
1132 F: include/hw/isa/pc87312.h
1133 F: include/hw/rtc/m48t59.h
1134 F: tests/acceptance/ppc_prep_40p.py
1137 M: David Gibson <david@gibson.dropbear.id.au>
1138 L: qemu-ppc@nongnu.org
1141 F: include/hw/*/spapr*
1143 F: include/hw/*/xics*
1145 F: docs/specs/ppc-spapr-hcalls.txt
1146 F: docs/specs/ppc-spapr-hotplug.txt
1147 F: tests/qtest/spapr*
1148 F: tests/qtest/libqos/*spapr*
1149 F: tests/qtest/rtas*
1150 F: tests/qtest/libqos/rtas*
1152 PowerNV (Non-Virtualized)
1153 M: Cédric Le Goater <clg@kaod.org>
1154 M: David Gibson <david@gibson.dropbear.id.au>
1155 L: qemu-ppc@nongnu.org
1159 F: hw/intc/xics_pnv.c
1160 F: include/hw/ppc/pnv*
1161 F: pc-bios/skiboot.lid
1165 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1166 L: qemu-ppc@nongnu.org
1168 F: hw/ppc/virtex_ml507.c
1171 M: BALATON Zoltan <balaton@eik.bme.hu>
1172 L: qemu-ppc@nongnu.org
1174 F: hw/ppc/sam460ex.c
1175 F: hw/ppc/ppc440_pcix.c
1176 F: hw/display/sm501*
1179 F: pc-bios/canyonlands.dt[sb]
1180 F: pc-bios/u-boot-sam460ex-20100605.bin
1181 F: roms/u-boot-sam460ex
1186 M: Magnus Damm <magnus.damm@gmail.com>
1189 F: hw/intc/sh_intc.c
1190 F: hw/timer/sh_timer.c
1193 M: Magnus Damm <magnus.damm@gmail.com>
1200 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1203 F: hw/sparc/sun4m_iommu.c
1206 F: hw/dma/sparc32_dma.c
1207 F: hw/misc/eccmemctl.c
1209 F: include/hw/nvram/sun_nvram.h
1210 F: include/hw/sparc/sparc32_dma.h
1211 F: include/hw/sparc/sun4m_iommu.h
1212 F: pc-bios/openbios-sparc32
1215 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1217 F: hw/sparc64/sun4u.c
1218 F: hw/sparc64/sun4u_iommu.c
1219 F: include/hw/sparc/sun4u_iommu.h
1220 F: hw/pci-host/sabre.c
1221 F: include/hw/pci-host/sabre.h
1222 F: hw/pci-bridge/simba.c
1223 F: include/hw/pci-bridge/simba.h
1224 F: pc-bios/openbios-sparc64
1227 M: Artyom Tarasenko <atar4qemu@gmail.com>
1229 F: hw/sparc64/niagara.c
1230 F: hw/rtc/sun4v-rtc.c
1231 F: include/hw/rtc/sun4v-rtc.h
1234 M: Fabien Chouteau <chouteau@adacore.com>
1235 M: KONRAD Frederic <frederic.konrad@adacore.com>
1239 F: include/hw/*/grlib*
1240 F: tests/acceptance/machine_sparc_leon3.py
1245 M: Cornelia Huck <cohuck@redhat.com>
1246 M: Halil Pasic <pasic@linux.ibm.com>
1247 M: Christian Borntraeger <borntraeger@de.ibm.com>
1249 F: hw/char/sclp*.[hc]
1250 F: hw/char/terminal3270.c
1252 F: include/hw/s390x/
1253 F: hw/watchdog/wdt_diag288.c
1254 F: include/hw/watchdog/wdt_diag288.h
1255 F: default-configs/s390x-softmmu.mak
1256 T: git https://github.com/cohuck/qemu.git s390-next
1257 T: git https://github.com/borntraeger/qemu.git s390-next
1258 L: qemu-s390x@nongnu.org
1261 M: Christian Borntraeger <borntraeger@de.ibm.com>
1262 M: Thomas Huth <thuth@redhat.com>
1265 F: pc-bios/s390-ccw/
1266 F: pc-bios/s390-ccw.img
1267 F: docs/devel/s390-dasd-ipl.rst
1268 T: git https://github.com/borntraeger/qemu.git s390-next
1269 L: qemu-s390x@nongnu.org
1272 M: Matthew Rosato <mjrosato@linux.ibm.com>
1274 F: hw/s390x/s390-pci*
1275 L: qemu-s390x@nongnu.org
1279 PKUnity-3 SoC initramfs-with-busybox
1280 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1288 M: Michael S. Tsirkin <mst@redhat.com>
1289 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1293 F: hw/pci-host/i440fx.c
1294 F: hw/pci-host/q35.c
1295 F: hw/pci-host/pam.c
1296 F: include/hw/pci-host/i440fx.h
1297 F: include/hw/pci-host/q35.h
1298 F: include/hw/pci-host/pam.h
1300 F: hw/isa/lpc_ich9.c
1301 F: hw/i2c/smbus_ich9.c
1304 F: include/hw/acpi/ich9.h
1305 F: include/hw/southbridge/piix.h
1308 F: include/hw/isa/apm.h
1309 F: tests/test-x86-cpuid.c
1310 F: tests/qtest/test-x86-cpuid-compat.c
1313 M: Michael S. Tsirkin <mst@redhat.com>
1314 M: Paolo Bonzini <pbonzini@redhat.com>
1316 F: hw/char/debugcon.c
1317 F: hw/char/parallel*
1320 F: hw/i2c/pm_smbus.c
1325 F: hw/isa/isa-superio.c
1326 F: hw/misc/debugexit.c
1327 F: hw/misc/pc-testdev.c
1330 F: hw/rtc/mc146818rtc*
1331 F: hw/watchdog/wdt_ib700.c
1332 F: hw/watchdog/wdt_i6300esb.c
1333 F: include/hw/display/vga.h
1334 F: include/hw/char/parallel.h
1335 F: include/hw/dma/i8257.h
1336 F: include/hw/i2c/pm_smbus.h
1337 F: include/hw/input/i8042.h
1338 F: include/hw/isa/i8259_internal.h
1339 F: include/hw/isa/superio.h
1340 F: include/hw/timer/hpet.h
1341 F: include/hw/timer/i8254*
1342 F: include/hw/rtc/mc146818rtc*
1345 M: Sergio Lopez <slp@redhat.com>
1346 M: Paolo Bonzini <pbonzini@redhat.com>
1349 F: hw/i386/microvm.c
1350 F: include/hw/i386/microvm.h
1351 F: pc-bios/bios-microvm.bin
1354 M: Eduardo Habkost <ehabkost@redhat.com>
1355 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1358 F: hw/core/machine-qmp-cmds.c
1359 F: hw/core/machine.c
1360 F: hw/core/null-machine.c
1363 F: qapi/machine.json
1364 F: qapi/machine-target.json
1365 F: include/hw/boards.h
1366 F: include/hw/core/cpu.h
1367 F: include/hw/cpu/cluster.h
1368 F: include/sysemu/numa.h
1369 T: git https://github.com/ehabkost/qemu.git machine-next
1374 M: Max Filippov <jcmvbkbc@gmail.com>
1379 M: Max Filippov <jcmvbkbc@gmail.com>
1383 XTFPGA (LX60, LX200, ML605, KC705)
1384 M: Max Filippov <jcmvbkbc@gmail.com>
1386 F: hw/xtensa/xtfpga.c
1387 F: hw/net/opencores_eth.c
1392 M: Jiri Slaby <jslaby@suse.cz>
1397 M: John Snow <jsnow@redhat.com>
1398 L: qemu-block@nongnu.org
1405 F: hw/block/hd-geometry.c
1406 F: tests/qtest/ide-test.c
1407 F: tests/qtest/ahci-test.c
1408 F: tests/qtest/cdrom-test.c
1409 F: tests/qtest/libqos/ahci*
1410 T: git https://github.com/jnsnow/qemu.git ide
1413 M: Corey Minyard <minyard@acm.org>
1415 F: include/hw/ipmi/*
1417 F: hw/smbios/smbios_type_38.c
1418 F: tests/qtest/ipmi*
1419 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1422 M: John Snow <jsnow@redhat.com>
1423 L: qemu-block@nongnu.org
1426 F: include/hw/block/fdc.h
1427 F: tests/qtest/fdc-test.c
1428 T: git https://github.com/jnsnow/qemu.git ide
1431 M: Peter Maydell <peter.maydell@linaro.org>
1432 L: qemu-arm@nongnu.org
1435 F: include/hw/arm/omap.h
1438 M: Alberto Garcia <berto@igalia.com>
1440 F: hw/char/ipoctal232.c
1444 M: Michael S. Tsirkin <mst@redhat.com>
1445 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1448 F: hw/misc/pci-testdev.c
1453 F: default-configs/pci.mak
1456 M: Michael S. Tsirkin <mst@redhat.com>
1457 M: Igor Mammedov <imammedo@redhat.com>
1459 F: include/hw/acpi/*
1460 F: include/hw/firmware/smbios.h
1464 F: hw/i386/acpi-build.[hc]
1465 F: hw/arm/virt-acpi-build.c
1466 F: tests/qtest/bios-tables-test.c
1467 F: tests/qtest/acpi-utils.[hc]
1471 M: David Gibson <david@gibson.dropbear.id.au>
1472 L: qemu-ppc@nongnu.org
1475 F: hw/i2c/ppc4xx_i2c.c
1476 F: include/hw/ppc/ppc4xx.h
1477 F: include/hw/i2c/ppc4xx_i2c.h
1480 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1481 R: Paolo Bonzini <pbonzini@redhat.com>
1486 M: Jason Wang <jasowang@redhat.com>
1490 F: tests/qtest/virtio-net-test.c
1491 F: docs/virtio-net-failover.rst
1492 T: git https://github.com/jasowang/qemu.git net
1494 Parallel NOR Flash devices
1495 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1496 T: git https://gitlab.com/philmd/qemu.git pflash-next
1498 F: hw/block/pflash_cfi*.c
1499 F: include/hw/block/flash.h
1502 M: Paolo Bonzini <pbonzini@redhat.com>
1503 R: Fam Zheng <fam@euphon.net>
1505 F: include/hw/scsi/*
1507 F: tests/qtest/virtio-scsi-test.c
1508 T: git https://github.com/bonzini/qemu.git scsi-next
1511 M: Alistair Francis <alistair@alistair23.me>
1514 F: hw/block/m25p80.c
1515 F: include/hw/ssi/ssi.h
1517 F: tests/qtest/m25p80-test.c
1520 M: Alistair Francis <alistair@alistair23.me>
1525 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1527 F: include/hw/sd/sd*
1534 M: Gerd Hoffmann <kraxel@redhat.com>
1537 F: tests/qtest/usb-*-test.c
1539 F: docs/usb-storage.txt
1542 F: default-configs/usb.mak
1544 USB (serial adapter)
1545 M: Gerd Hoffmann <kraxel@redhat.com>
1546 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1548 F: hw/usb/dev-serial.c
1551 M: Alex Williamson <alex.williamson@redhat.com>
1557 M: Cornelia Huck <cohuck@redhat.com>
1558 M: Eric Farman <farman@linux.ibm.com>
1561 F: hw/s390x/s390-ccw.c
1562 F: include/hw/s390x/s390-ccw.h
1563 F: include/hw/s390x/vfio-ccw.h
1564 T: git https://github.com/cohuck/qemu.git s390-next
1565 L: qemu-s390x@nongnu.org
1568 M: Christian Borntraeger <borntraeger@de.ibm.com>
1569 M: Tony Krowiak <akrowiak@linux.ibm.com>
1570 M: Halil Pasic <pasic@linux.ibm.com>
1571 M: Pierre Morel <pmorel@linux.ibm.com>
1573 F: hw/s390x/ap-device.c
1574 F: hw/s390x/ap-bridge.c
1575 F: include/hw/s390x/ap-device.h
1576 F: include/hw/s390x/ap-bridge.h
1578 F: docs/system/vfio-ap.rst
1579 L: qemu-s390x@nongnu.org
1582 M: Michael S. Tsirkin <mst@redhat.com>
1585 F: docs/interop/vhost-user.json
1586 F: docs/interop/vhost-user.rst
1587 F: contrib/vhost-user-*/
1588 F: backends/vhost-user.c
1589 F: include/sysemu/vhost-user-backend.h
1592 M: Michael S. Tsirkin <mst@redhat.com>
1595 F: hw/virtio/Makefile.objs
1596 F: hw/virtio/trace-events
1598 F: include/hw/virtio/
1601 M: Greg Kurz <groug@kaod.org>
1602 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1607 F: docs/interop/virtfs-proxy-helper.rst
1608 F: tests/qtest/virtio-9p-test.c
1609 T: git https://github.com/gkurz/qemu.git 9p-next
1612 M: Stefan Hajnoczi <stefanha@redhat.com>
1613 L: qemu-block@nongnu.org
1615 F: hw/block/virtio-blk.c
1616 F: hw/block/dataplane/*
1617 F: tests/qtest/virtio-blk-test.c
1618 T: git https://github.com/stefanha/qemu.git block
1621 M: Cornelia Huck <cohuck@redhat.com>
1622 M: Halil Pasic <pasic@linux.ibm.com>
1624 F: hw/s390x/virtio-ccw*.[hc]
1625 F: hw/s390x/vhost-vsock-ccw.c
1626 T: git https://github.com/cohuck/qemu.git s390-next
1627 T: git https://github.com/borntraeger/qemu.git s390-next
1628 L: qemu-s390x@nongnu.org
1631 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1632 M: Stefan Hajnoczi <stefanha@redhat.com>
1634 F: tools/virtiofsd/*
1635 F: hw/virtio/vhost-user-fs*
1636 F: include/hw/virtio/vhost-user-fs.h
1637 F: docs/interop/virtiofsd.rst
1640 M: Gerd Hoffmann <kraxel@redhat.com>
1642 F: hw/input/vhost-user-input.c
1643 F: hw/input/virtio-input*.c
1644 F: include/hw/virtio/virtio-input.h
1645 F: contrib/vhost-user-input/*
1648 M: Eric Auger <eric.auger@redhat.com>
1650 F: hw/virtio/virtio-iommu*.c
1651 F: include/hw/virtio/virtio-iommu.h
1654 M: Laurent Vivier <lvivier@redhat.com>
1655 R: Amit Shah <amit@kernel.org>
1657 F: hw/char/virtio-serial-bus.c
1658 F: hw/char/virtio-console.c
1659 F: include/hw/virtio/virtio-serial.h
1660 F: tests/qtest/virtio-serial-test.c
1663 M: Laurent Vivier <lvivier@redhat.com>
1664 R: Amit Shah <amit@kernel.org>
1666 F: hw/virtio/virtio-rng.c
1667 F: include/hw/virtio/virtio-rng.h
1668 F: include/sysemu/rng*.h
1670 F: tests/qtest/virtio-rng-test.c
1673 M: Gonglei <arei.gonglei@huawei.com>
1675 F: hw/virtio/virtio-crypto.c
1676 F: hw/virtio/virtio-crypto-pci.c
1677 F: include/hw/virtio/virtio-crypto.h
1680 M: Keith Busch <keith.busch@intel.com>
1681 L: qemu-block@nongnu.org
1684 F: tests/qtest/nvme-test.c
1687 M: Hannes Reinecke <hare@suse.com>
1688 L: qemu-block@nongnu.org
1690 F: hw/scsi/megasas.c
1692 F: tests/qtest/megasas-test.c
1694 Network packet abstractions
1695 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1697 F: include/net/eth.h
1699 F: hw/net/net_rx_pkt*
1700 F: hw/net/net_tx_pkt*
1703 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1706 F: hw/scsi/vmw_pvscsi*
1707 F: tests/qtest/vmxnet3-test.c
1710 M: Jiri Pirko <jiri@resnulli.us>
1714 F: docs/specs/rocker.txt
1717 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1721 F: include/hw/mem/nvdimm.h
1725 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1730 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1735 M: Stefan Weil <sw@weilnetz.de>
1737 F: hw/net/eepro100.c
1740 M: Sven Schnelle <svens@stackframe.org>
1746 M: Alistair Francis <alistair@alistair23.me>
1748 F: hw/core/generic-loader.c
1749 F: include/hw/core/generic-loader.h
1750 F: docs/generic-loader.txt
1752 Intel Hexadecimal Object File Loader
1753 M: Su Hang <suhang16@mails.ucas.ac.cn>
1755 F: tests/qtest/hexloader-test.c
1756 F: tests/data/hex-loader/test.hex
1759 M: Thomas Huth <thuth@redhat.com>
1761 F: hw/nvram/chrp_nvram.c
1762 F: include/hw/nvram/chrp_nvram.h
1763 F: tests/qtest/prom-env-test.c
1766 M: Ben Warren <ben@skyportsystems.com>
1768 F: hw/acpi/vmgenid.c
1769 F: include/hw/acpi/vmgenid.h
1770 F: docs/specs/vmgenid.txt
1771 F: tests/qtest/vmgenid-test.c
1774 Unimplemented device
1775 M: Peter Maydell <peter.maydell@linaro.org>
1776 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1778 F: include/hw/misc/unimp.h
1782 M: Gerd Hoffmann <kraxel@redhat.com>
1785 F: hw/display/bochs-display.c
1786 F: include/hw/display/vga.h
1787 F: include/hw/display/bochs-vbe.h
1790 M: Gerd Hoffmann <kraxel@redhat.com>
1792 F: hw/display/ramfb*.c
1793 F: include/hw/display/ramfb.h
1796 M: Gerd Hoffmann <kraxel@redhat.com>
1798 F: hw/display/virtio-gpu*
1799 F: hw/display/virtio-vga.*
1800 F: include/hw/virtio/virtio-gpu.h
1803 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1804 M: Gerd Hoffmann <kraxel@redhat.com>
1806 F: docs/interop/vhost-user-gpu.rst
1807 F: contrib/vhost-user-gpu
1808 F: hw/display/vhost-user-*
1811 M: Gerd Hoffmann <kraxel@redhat.com>
1813 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1814 F: hw/display/cirrus*
1817 M: Gerd Hoffmann <kraxel@redhat.com>
1820 F: include/hw/display/edid.h
1823 PIIX4 South Bridge (i82371AB)
1824 M: Hervé Poussineau <hpoussin@reactos.org>
1825 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1828 F: include/hw/southbridge/piix.h
1830 Firmware configuration (fw_cfg)
1831 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1832 R: Laszlo Ersek <lersek@redhat.com>
1833 R: Gerd Hoffmann <kraxel@redhat.com>
1835 F: docs/specs/fw_cfg.txt
1836 F: hw/nvram/fw_cfg.c
1838 F: include/hw/nvram/fw_cfg.h
1839 F: include/standard-headers/linux/qemu_fw_cfg.h
1840 F: tests/qtest/libqos/fw_cfg.c
1841 F: tests/qtest/fw_cfg-test.c
1842 T: git https://github.com/philmd/qemu.git fw_cfg-next
1845 M: David Gibson <david@gibson.dropbear.id.au>
1846 M: Cédric Le Goater <clg@kaod.org>
1847 L: qemu-ppc@nongnu.org
1850 F: include/hw/*/*xive*
1856 M: Gerd Hoffmann <kraxel@redhat.com>
1860 F: include/hw/audio/
1861 F: tests/qtest/ac97-test.c
1862 F: tests/qtest/es1370-test.c
1863 F: tests/qtest/intel-hda-test.c
1866 M: Kevin Wolf <kwolf@redhat.com>
1867 M: Max Reitz <mreitz@redhat.com>
1868 L: qemu-block@nongnu.org
1875 F: docs/interop/qemu-img.rst
1877 F: tests/qemu-iotests/
1878 F: util/qemu-progress.c
1879 F: qobject/block-qdict.c
1880 F: tests/check-block-qdict.c
1881 T: git https://repo.or.cz/qemu/kevin.git block
1884 M: Stefan Hajnoczi <stefanha@redhat.com>
1885 M: Fam Zheng <fam@euphon.net>
1886 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>
1927 F: qapi/transaction.json
1928 T: git https://repo.or.cz/qemu/armbru.git block-next
1931 M: John Snow <jsnow@redhat.com>
1932 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1933 L: qemu-block@nongnu.org
1935 F: include/qemu/hbitmap.h
1936 F: include/block/dirty-bitmap.h
1937 F: block/dirty-bitmap.c
1938 F: block/qcow2-bitmap.c
1939 F: migration/block-dirty-bitmap.c
1941 F: tests/test-hbitmap.c
1942 F: docs/interop/bitmaps.rst
1943 T: git https://github.com/jnsnow/qemu.git bitmaps
1945 Character device backends
1946 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1947 R: Paolo Bonzini <pbonzini@redhat.com>
1953 Character Devices (Braille)
1954 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1958 Command line option argument parsing
1959 M: Markus Armbruster <armbru@redhat.com>
1961 F: include/qemu/option.h
1962 F: tests/test-keyval.c
1963 F: tests/test-qemu-opts.c
1965 F: util/qemu-option.c
1968 M: Markus Armbruster <armbru@redhat.com>
1970 F: scripts/coverity-model.c
1973 M: Alistair Francis <alistair.francis@wdc.com>
1974 R: David Gibson <david@gibson.dropbear.id.au>
1977 F: include/sysemu/device_tree.h
1981 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1983 F: hw/misc/vmcoreinfo.c
1984 F: include/hw/misc/vmcoreinfo.h
1985 F: include/qemu/win_dump_defs
1986 F: include/sysemu/dump-arch.h
1987 F: include/sysemu/dump.h
1989 F: scripts/dump-guest-memory.py
1993 M: Markus Armbruster <armbru@redhat.com>
1995 F: include/qapi/error.h
1996 F: include/qemu/error-report.h
1999 F: util/qemu-error.c
2002 M: Alex Bennée <alex.bennee@linaro.org>
2003 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2009 M: Paolo Bonzini <pbonzini@redhat.com>
2011 F: include/exec/ioport.h
2013 F: include/exec/memop.h
2014 F: include/exec/memory.h
2015 F: include/exec/ram_addr.h
2016 F: include/exec/ramblock.h
2018 F: include/exec/memory-internal.h
2022 M: Gerd Hoffmann <kraxel@redhat.com>
2024 F: include/ui/qemu-spice.h
2025 F: include/ui/spice-display.h
2027 F: audio/spiceaudio.c
2030 F: docs/spice-port-fqdn.txt
2033 M: Gerd Hoffmann <kraxel@redhat.com>
2041 M: Peter Maydell <peter.maydell@linaro.org>
2046 M: Paolo Bonzini <pbonzini@redhat.com>
2049 F: include/qemu/main-loop.h
2050 F: include/sysemu/runstate.h
2052 F: util/qemu-timer.c
2055 F: qapi/run-state.json
2058 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2060 F: monitor/monitor-internal.h
2062 F: monitor/monitor.c
2066 F: include/monitor/hmp-target.h
2067 F: tests/qtest/test-hmp.c
2068 F: include/qemu/qemu-print.h
2069 F: util/qemu-print.c
2071 Network device backends
2072 M: Jason Wang <jasowang@redhat.com>
2076 F: qemu-bridge-helper.c
2077 T: git https://github.com/jasowang/qemu.git net
2080 Netmap network backend
2081 M: Luigi Rizzo <rizzo@iet.unipi.it>
2082 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2083 M: Vincenzo Maffione <v.maffione@gmail.com>
2084 W: http://info.iet.unipi.it/~luigi/netmap/
2088 Host Memory Backends
2089 M: Eduardo Habkost <ehabkost@redhat.com>
2090 M: Igor Mammedov <imammedo@redhat.com>
2092 F: backends/hostmem*.c
2093 F: include/sysemu/hostmem.h
2094 T: git https://github.com/ehabkost/qemu.git machine-next
2097 M: Gonglei <arei.gonglei@huawei.com>
2099 F: include/sysemu/cryptodev*.h
2100 F: backends/cryptodev*.c
2103 M: Eduardo Habkost <ehabkost@redhat.com>
2104 M: Cleber Rosa <crosa@redhat.com>
2111 M: Markus Armbruster <armbru@redhat.com>
2112 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2117 X: include/qapi/qmp/
2118 F: include/qapi/qmp/dispatch.h
2119 F: tests/qapi-schema/
2120 F: tests/test-*-visitor.c
2121 F: tests/test-qapi-*.c
2122 F: tests/test-qmp-*.c
2123 F: tests/test-visitor-serialization.c
2124 F: scripts/qapi-gen.py
2127 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2130 M: Eric Blake <eblake@redhat.com>
2131 M: Markus Armbruster <armbru@redhat.com>
2134 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2137 M: Markus Armbruster <armbru@redhat.com>
2140 F: include/qapi/qmp/
2141 X: include/qapi/qmp/dispatch.h
2142 F: scripts/coccinelle/qobject.cocci
2143 F: tests/check-qdict.c
2144 F: tests/check-qjson.c
2145 F: tests/check-qlist.c
2146 F: tests/check-qlit.c
2147 F: tests/check-qnull.c
2148 F: tests/check-qnum.c
2149 F: tests/check-qobject.c
2150 F: tests/check-qstring.c
2151 F: tests/data/qobject/qdict.txt
2152 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2155 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2158 F: docs/interop/qemu-ga.rst
2159 F: scripts/qemu-guest-agent/
2161 F: docs/interop/qemu-ga-ref.texi
2162 T: git https://github.com/mdroth/qemu.git qga
2165 M: Paolo Bonzini <pbonzini@redhat.com>
2166 R: Daniel P. Berrange <berrange@redhat.com>
2167 R: Eduardo Habkost <ehabkost@redhat.com>
2169 F: docs/qdev-device-use.txt
2172 F: include/monitor/qdev.h
2178 F: tests/check-qom-interface.c
2179 F: tests/check-qom-proplist.c
2180 F: tests/test-qdev-global-props.c
2183 M: Markus Armbruster <armbru@redhat.com>
2185 F: monitor/monitor-internal.h
2188 F: monitor/monitor.c
2190 F: docs/devel/*qmp-*
2191 F: docs/interop/*qmp-*
2193 F: tests/qtest/qmp-test.c
2194 F: tests/qtest/qmp-cmd-test.c
2195 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2198 M: Thomas Huth <thuth@redhat.com>
2199 M: Laurent Vivier <lvivier@redhat.com>
2200 R: Paolo Bonzini <pbonzini@redhat.com>
2207 M: Alexander Bulekov <alxndr@bu.edu>
2208 R: Paolo Bonzini <pbonzini@redhat.com>
2209 R: Bandan Das <bsd@redhat.com>
2210 R: Stefan Hajnoczi <stefanha@redhat.com>
2212 F: tests/qtest/fuzz/
2215 M: Alistair Francis <alistair@alistair23.me>
2217 F: hw/core/register.c
2218 F: include/hw/register.h
2219 F: include/hw/registerfields.h
2222 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2226 F: include/net/slirp.h
2227 T: git https://people.debian.org/~sthibault/qemu.git slirp
2230 M: Paolo Bonzini <pbonzini@redhat.com>
2235 M: Stefan Hajnoczi <stefanha@redhat.com>
2239 F: docs/system/qemu-option-trace.texi
2240 F: scripts/tracetool.py
2241 F: scripts/tracetool/
2242 F: scripts/qemu-trace-stap*
2243 F: docs/interop/qemu-trace-stap.rst
2244 F: docs/devel/tracing.txt
2245 T: git https://github.com/stefanha/qemu.git tracing
2248 M: Stefan Berger <stefanb@linux.ibm.com>
2253 F: include/hw/acpi/tpm.h
2254 F: include/sysemu/tpm*
2257 F: tests/qtest/*tpm*
2258 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2262 F: scripts/checkpatch.pl
2265 M: Juan Quintela <quintela@redhat.com>
2266 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2268 F: hw/core/vmstate-if.c
2269 F: include/hw/vmstate-if.h
2270 F: include/migration/
2272 F: scripts/vmstate-static-checker.py
2273 F: tests/vmstate-static-checker-data/
2274 F: tests/qtest/migration-test.c
2275 F: docs/devel/migration.rst
2276 F: qapi/migration.json
2279 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2281 F: backends/dbus-vmstate.c
2282 F: tests/dbus-vmstate*
2284 F: include/qemu/dbus.h
2285 F: docs/interop/dbus.rst
2286 F: docs/interop/dbus-vmstate.rst
2289 M: Eduardo Otubo <otubo@redhat.com>
2292 F: include/sysemu/seccomp.h
2295 M: Daniel P. Berrange <berrange@redhat.com>
2299 F: tests/test-crypto-*
2300 F: tests/benchmark-crypto-*
2301 F: tests/crypto-tls-*
2302 F: tests/pkix_asn1_tab.c
2306 M: Stefan Hajnoczi <stefanha@redhat.com>
2307 M: Kevin Wolf <kwolf@redhat.com>
2310 F: include/qemu/coroutine*
2311 F: tests/test-coroutine.c
2314 M: Daniel P. Berrange <berrange@redhat.com>
2317 F: include/qemu/buffer.h
2320 M: Daniel P. Berrange <berrange@redhat.com>
2327 M: Daniel P. Berrange <berrange@redhat.com>
2332 F: tests/test-authz-*
2335 M: Daniel P. Berrange <berrange@redhat.com>
2336 M: Gerd Hoffmann <kraxel@redhat.com>
2338 F: include/qemu/sockets.h
2339 F: util/qemu-sockets.c
2340 F: qapi/sockets.json
2343 M: Daniel P. Berrange <berrange@redhat.com>
2345 F: util/filemonitor*.c
2346 F: include/qemu/filemonitor.h
2347 F: tests/test-util-filemonitor.c
2349 Throttling infrastructure
2350 M: Alberto Garcia <berto@igalia.com>
2352 F: block/throttle-groups.c
2353 F: include/block/throttle-groups.h
2354 F: include/qemu/throttle*.h
2356 F: docs/throttle.txt
2357 F: tests/test-throttle.c
2358 L: qemu-block@nongnu.org
2361 M: Fam Zheng <fam@euphon.net>
2364 F: include/qemu/uuid.h
2365 F: tests/test-uuid.c
2368 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2371 F: include/migration/colo.h
2372 F: include/migration/failover.h
2376 M: Zhang Chen <chen.zhang@intel.com>
2377 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2379 F: docs/colo-proxy.txt
2381 F: net/filter-rewriter.c
2382 F: net/filter-mirror.c
2385 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2386 R: Paolo Bonzini <pbonzini@redhat.com>
2387 W: https://wiki.qemu.org/Features/record-replay
2390 F: block/blkreplay.c
2391 F: net/filter-replay.c
2392 F: include/sysemu/replay.h
2397 M: Peter Xu <peterx@redhat.com>
2399 F: include/qemu/iova-tree.h
2403 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2408 M: Corey Minyard <cminyard@mvista.com>
2411 F: hw/i2c/smbus_slave.c
2412 F: hw/i2c/smbus_master.c
2413 F: hw/i2c/smbus_eeprom.c
2414 F: include/hw/i2c/i2c.h
2415 F: include/hw/i2c/smbus_master.h
2416 F: include/hw/i2c/smbus_slave.h
2417 F: include/hw/i2c/smbus_eeprom.h
2420 M: Laszlo Ersek <lersek@redhat.com>
2421 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2423 F: pc-bios/descriptors/??-edk2-*.json
2425 F: roms/Makefile.edk2
2428 F: tests/data/uefi-boot-images/
2429 F: tests/uefi-test-tools/
2430 F: .gitlab-ci-edk2.yml
2431 F: .gitlab-ci.d/edk2/
2435 Overall usermode emulation
2436 M: Riku Voipio <riku.voipio@iki.fi>
2439 F: accel/tcg/user-exec*.c
2444 F: default-configs/*-bsd-user.mak
2447 M: Riku Voipio <riku.voipio@iki.fi>
2448 R: Laurent Vivier <laurent@vivier.eu>
2451 F: default-configs/*-linux-user.mak
2452 F: scripts/qemu-binfmt-conf.sh
2454 Tiny Code Generator (TCG)
2455 -------------------------
2457 M: Richard Henderson <rth@twiddle.net>
2463 M: Alex Bennée <alex.bennee@linaro.org>
2465 F: docs/devel/tcg-plugins.rst
2470 M: Richard Henderson <richard.henderson@linaro.org>
2472 L: qemu-arm@nongnu.org
2478 M: Andrzej Zaborowski <balrogg@gmail.com>
2480 L: qemu-arm@nongnu.org
2485 M: Richard Henderson <rth@twiddle.net>
2491 M: Aurelien Jarno <aurelien@aurel32.net>
2492 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2497 M: Richard Henderson <rth@twiddle.net>
2503 M: Palmer Dabbelt <palmer@dabbelt.com>
2504 M: Alistair Francis <Alistair.Francis@wdc.com>
2505 L: qemu-riscv@nongnu.org
2511 M: Richard Henderson <rth@twiddle.net>
2515 L: qemu-s390x@nongnu.org
2523 M: Stefan Weil <sw@weilnetz.de>
2532 M: Fam Zheng <fam@euphon.net>
2533 L: qemu-block@nongnu.org
2538 M: Jason Dillaman <dillaman@redhat.com>
2539 L: qemu-block@nongnu.org
2544 M: Liu Yuan <namei.unix@gmail.com>
2545 L: qemu-block@nongnu.org
2546 L: sheepdog@lists.wpkg.org
2551 M: Jeff Cody <codyprime@gmail.com>
2552 L: qemu-block@nongnu.org
2557 M: Stefan Weil <sw@weilnetz.de>
2558 L: qemu-block@nongnu.org
2563 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2564 M: Paolo Bonzini <pbonzini@redhat.com>
2565 M: Peter Lieven <pl@kamp.de>
2566 L: qemu-block@nongnu.org
2569 F: block/iscsi-opts.c
2571 Network Block Device (NBD)
2572 M: Eric Blake <eblake@redhat.com>
2573 L: qemu-block@nongnu.org
2577 F: include/block/nbd*
2580 F: docs/interop/nbd.txt
2581 F: docs/interop/qemu-nbd.rst
2582 T: git https://repo.or.cz/qemu/ericb.git nbd
2585 M: Peter Lieven <pl@kamp.de>
2586 L: qemu-block@nongnu.org
2591 M: Richard W.M. Jones <rjones@redhat.com>
2592 L: qemu-block@nongnu.org
2597 L: qemu-block@nongnu.org
2602 L: qemu-block@nongnu.org
2603 L: integration@gluster.org
2608 M: Fam Zheng <fam@euphon.net>
2609 L: qemu-block@nongnu.org
2614 M: Fam Zheng <fam@euphon.net>
2615 L: qemu-block@nongnu.org
2620 M: Gonglei <arei.gonglei@huawei.com>
2625 M: Alberto Garcia <berto@igalia.com>
2628 L: qemu-block@nongnu.org
2631 M: Ari Sundholm <ari@tuxera.com>
2632 L: qemu-block@nongnu.org
2634 F: block/blklogwrites.c
2637 M: Stefan Hajnoczi <stefanha@redhat.com>
2638 L: qemu-block@nongnu.org
2640 F: block/blkverify.c
2643 M: Stefan Hajnoczi <stefanha@redhat.com>
2644 L: qemu-block@nongnu.org
2649 M: Stefan Hajnoczi <stefanha@redhat.com>
2650 L: qemu-block@nongnu.org
2655 M: Stefan Hajnoczi <stefanha@redhat.com>
2656 L: qemu-block@nongnu.org
2661 M: Stefan Hajnoczi <stefanha@redhat.com>
2662 M: Denis V. Lunev <den@openvz.org>
2663 L: qemu-block@nongnu.org
2665 F: block/parallels.c
2666 F: docs/interop/parallels.txt
2669 M: Stefan Hajnoczi <stefanha@redhat.com>
2670 L: qemu-block@nongnu.org
2675 M: Kevin Wolf <kwolf@redhat.com>
2676 L: qemu-block@nongnu.org
2678 F: block/linux-aio.c
2679 F: include/block/raw-aio.h
2680 F: block/raw-format.c
2681 F: block/file-posix.c
2682 F: block/file-win32.c
2683 F: block/win32-aio.c
2686 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2687 M: Julia Suvorova <jusual@redhat.com>
2688 M: Stefan Hajnoczi <stefanha@redhat.com>
2689 L: qemu-block@nongnu.org
2695 M: Kevin Wolf <kwolf@redhat.com>
2696 M: Max Reitz <mreitz@redhat.com>
2697 L: qemu-block@nongnu.org
2700 F: docs/interop/qcow2.txt
2703 M: Kevin Wolf <kwolf@redhat.com>
2704 L: qemu-block@nongnu.org
2709 M: Kevin Wolf <kwolf@redhat.com>
2710 M: Max Reitz <mreitz@redhat.com>
2711 L: qemu-block@nongnu.org
2716 M: Kevin Wolf <kwolf@redhat.com>
2717 L: qemu-block@nongnu.org
2722 M: Kevin Wolf <kwolf@redhat.com>
2723 L: qemu-block@nongnu.org
2728 M: Stefan Hajnoczi <stefanha@redhat.com>
2729 L: qemu-block@nongnu.org
2731 F: tests/image-fuzzer/
2734 M: Wen Congyang <wencongyang2@huawei.com>
2735 M: Xie Changlong <xiechanglong.d@gmail.com>
2738 F: block/replication.c
2739 F: tests/test-replication.c
2740 F: docs/block-replication.txt
2743 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2744 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2749 F: contrib/rdmacm-mux/*
2753 M: Alex Bennée <alex.bennee@linaro.org>
2756 F: include/hw/semihosting/
2758 Build and test automation
2759 -------------------------
2760 Build and test automation
2761 M: Alex Bennée <alex.bennee@linaro.org>
2762 M: Fam Zheng <fam@euphon.net>
2763 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2770 F: scripts/archive-source.sh
2771 W: https://travis-ci.org/qemu/qemu
2772 W: https://app.shippable.com/github/qemu/qemu
2773 W: http://patchew.org/QEMU/
2775 FreeBSD Hosted Continuous Integration
2776 M: Ed Maste <emaste@freebsd.org>
2777 M: Li-Wen Hsu <lwhsu@freebsd.org>
2780 W: https://cirrus-ci.com/github/qemu/qemu
2782 GitLab Continuous Integration
2783 M: Thomas Huth <thuth@redhat.com>
2787 Guest Test Compilation Support
2788 M: Alex Bennée <alex.bennee@linaro.org>
2789 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2791 F: tests/tcg/Makefile
2792 F: tests/tcg/Makefile.include
2796 Build system architecture
2797 M: Daniel P. Berrange <berrange@redhat.com>
2799 F: docs/devel/build-system.txt
2801 GIT Data Mining Config
2802 M: Alex Bennée <alex.bennee@linaro.org>
2807 Incompatible changes
2808 R: libvir-list@redhat.com
2809 F: docs/system/deprecated.texi
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>