4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
63 L: qemu-devel@nongnu.org
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 M: Thomas Huth <thuth@redhat.com>
90 F: default-configs/*/s390x-softmmu.mak
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
99 F: hw/watchdog/wdt_diag288.c
101 F: include/hw/watchdog/wdt_diag288.h
103 F: pc-bios/s390-ccw.img
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://gitlab.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 Guest CPU cores (TCG)
113 ---------------------
115 M: Richard Henderson <richard.henderson@linaro.org>
116 R: Paolo Bonzini <pbonzini@redhat.com>
121 F: page-vary-common.c
123 F: accel/stubs/tcg-stub.c
126 F: scripts/decodetree.py
127 F: docs/devel/decodetree.rst
128 F: include/exec/cpu*.h
129 F: include/exec/exec-all.h
130 F: include/exec/helper*.h
131 F: include/exec/tb-hash.h
132 F: include/sysemu/cpus.h
133 F: include/sysemu/tcg.h
134 F: include/hw/core/tcg-cpu-ops.h
137 M: Aurelien Jarno <aurelien@aurel32.net>
138 M: Peter Maydell <peter.maydell@linaro.org>
139 M: Alex Bennée <alex.bennee@linaro.org>
146 M: Richard Henderson <richard.henderson@linaro.org>
153 M: Peter Maydell <peter.maydell@linaro.org>
154 L: qemu-arm@nongnu.org
158 F: tests/tcg/aarch64/
161 F: include/hw/cpu/a*mpcore.h
165 F: docs/system/target-arm.rst
166 F: docs/system/arm/cpu-features.rst
169 M: Eric Auger <eric.auger@redhat.com>
170 L: qemu-arm@nongnu.org
173 F: include/hw/arm/smmu*
176 M: Michael Rolnik <mrolnik@gmail.com>
178 F: docs/system/target-avr.rst
179 F: gdb-xml/avr-cpu.xml
181 F: tests/acceptance/machine_avr6.py
184 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
193 M: Taylor Simpson <tsimpson@quicinc.com>
196 F: linux-user/hexagon/
197 F: tests/tcg/hexagon/
199 F: default-configs/targets/hexagon-linux-user.mak
201 HPPA (PA-RISC) TCG CPUs
202 M: Richard Henderson <richard.henderson@linaro.org>
208 F: include/hw/net/lasi_82596.h
211 M: Laurent Vivier <laurent@vivier.eu>
217 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
219 F: target/microblaze/
221 F: disas/microblaze.c
224 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
225 R: Aurelien Jarno <aurelien@aurel32.net>
226 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
227 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
230 F: default-configs/*/*mips*
232 F: docs/system/cpu-models-mips.rst.inc
233 F: hw/intc/mips_gic.c
236 F: hw/timer/mips_gictimer.c
237 F: include/hw/intc/mips_gic.h
239 F: include/hw/misc/mips_*
240 F: include/hw/timer/mips_gictimer.h
242 K: ^Subject:.*(?i)mips
244 MIPS TCG CPUs (nanoMIPS ISA)
249 M: Chris Wulff <crwulff@gmail.com>
250 M: Marek Vasut <marex@denx.de>
255 F: default-configs/*/nios2-softmmu.mak
258 M: Stafford Horne <shorne@gmail.com>
262 F: tests/tcg/openrisc/
265 M: David Gibson <david@gibson.dropbear.id.au>
266 M: Greg Kurz <groug@kaod.org>
267 L: qemu-ppc@nongnu.org
273 F: tests/acceptance/machine_ppc.py
276 M: Palmer Dabbelt <palmer@dabbelt.com>
277 M: Alistair Francis <alistair.francis@wdc.com>
278 M: Bin Meng <bin.meng@windriver.com>
279 L: qemu-riscv@nongnu.org
284 F: linux-user/host/riscv32/
285 F: linux-user/host/riscv64/
288 R: Yoshinori Sato <ysato@users.sourceforge.jp>
293 M: Richard Henderson <richard.henderson@linaro.org>
294 M: David Hildenbrand <david@redhat.com>
300 L: qemu-s390x@nongnu.org
303 R: Yoshinori Sato <ysato@users.sourceforge.jp>
311 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
312 M: Artyom Tarasenko <atar4qemu@gmail.com>
317 F: include/hw/sparc/sparc64.h
321 M: Paolo Bonzini <pbonzini@redhat.com>
322 M: Richard Henderson <richard.henderson@linaro.org>
323 M: Eduardo Habkost <ehabkost@redhat.com>
330 F: docs/system/cpu-models-x86.rst.inc
331 T: git https://gitlab.com/ehabkost/qemu.git x86-next
334 M: Max Filippov <jcmvbkbc@gmail.com>
335 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
341 F: include/hw/xtensa/xtensa-isa.h
342 F: default-configs/*/xtensa*.mak
345 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
349 F: include/hw/tricore/
351 Multiarch Linux User Tests
352 M: Alex Bennée <alex.bennee@linaro.org>
354 F: tests/tcg/multiarch/
356 Guest CPU Cores (KVM)
357 ---------------------
359 M: Paolo Bonzini <pbonzini@redhat.com>
360 L: kvm@vger.kernel.org
364 F: accel/stubs/kvm-stub.c
366 F: include/sysemu/kvm*.h
367 F: scripts/kvm/kvm_flightrecorder
370 M: Peter Maydell <peter.maydell@linaro.org>
371 L: qemu-arm@nongnu.org
376 M: Huacai Chen <chenhuacai@kernel.org>
379 F: target/mips/sysemu/
382 M: David Gibson <david@gibson.dropbear.id.au>
383 M: Greg Kurz <groug@kaod.org>
388 M: Halil Pasic <pasic@linux.ibm.com>
389 M: Cornelia Huck <cohuck@redhat.com>
390 M: Christian Borntraeger <borntraeger@de.ibm.com>
392 F: target/s390x/kvm.c
393 F: target/s390x/kvm_s390x.h
394 F: target/s390x/kvm-stub.c
395 F: target/s390x/ioinst.[ch]
396 F: target/s390x/machine.c
397 F: target/s390x/sigp.c
398 F: target/s390x/cpu_features*.[ch]
399 F: target/s390x/cpu_models.[ch]
401 F: include/hw/s390x/pv.h
402 F: hw/intc/s390_flic.c
403 F: hw/intc/s390_flic_kvm.c
404 F: include/hw/s390x/s390_flic.h
406 T: git https://gitlab.com/cohuck/qemu.git s390-next
407 T: git https://github.com/borntraeger/qemu.git s390-next
408 L: qemu-s390x@nongnu.org
411 M: Paolo Bonzini <pbonzini@redhat.com>
412 M: Marcelo Tosatti <mtosatti@redhat.com>
413 L: kvm@vger.kernel.org
416 F: scripts/kvm/vmxcap
418 Guest CPU Cores (other accelerators)
419 ------------------------------------
421 M: Richard Henderson <richard.henderson@linaro.org>
422 R: Paolo Bonzini <pbonzini@redhat.com>
424 F: include/qemu/accel.h
425 F: include/sysemu/accel-ops.h
426 F: include/hw/core/accel-cpu.h
428 F: accel/Makefile.objs
429 F: accel/stubs/Makefile.objs
432 M: Cameron Esfahani <dirty@apple.com>
433 M: Roman Bolshakov <r.bolshakov@yadro.com>
434 W: https://wiki.qemu.org/Features/HVF
437 F: include/sysemu/hvf.h
440 M: Sunil Muthuswamy <sunilmut@microsoft.com>
443 F: include/sysemu/whpx.h
445 Guest CPU Cores (Xen)
446 ---------------------
448 M: Stefano Stabellini <sstabellini@kernel.org>
449 M: Anthony Perard <anthony.perard@citrix.com>
450 M: Paul Durrant <paul@xen.org>
451 L: xen-devel@lists.xenproject.org
456 F: hw/char/xen_console.c
457 F: hw/display/xenfb.c
461 F: hw/block/dataplane/xen*
465 F: hw/pci-host/xen_igd_pt.c
466 F: include/hw/block/dataplane/xen*
468 F: include/sysemu/xen.h
469 F: include/sysemu/xen-mapcache.h
470 F: stubs/xen-hw-stub.c
472 Guest CPU Cores (HAXM)
473 ---------------------
475 M: Wenchao Wang <wenchao.wang@intel.com>
476 M: Colin Xu <colin.xu@intel.com>
477 L: haxm-team@intel.com
478 W: https://github.com/intel/haxm/issues
480 F: accel/stubs/hax-stub.c
481 F: include/sysemu/hax.h
484 Guest CPU Cores (NVMM)
485 ----------------------
486 NetBSD Virtual Machine Monitor (NVMM) CPU support
487 M: Kamil Rytarowski <kamil@netbsd.org>
488 M: Reinoud Zandijk <reinoud@netbsd.org>
490 F: include/sysemu/nvmm.h
496 M: Michael S. Tsirkin <mst@redhat.com>
497 M: Cornelia Huck <cohuck@redhat.com>
498 M: Paolo Bonzini <pbonzini@redhat.com>
501 F: scripts/update-linux-headers.sh
504 M: Paolo Bonzini <pbonzini@redhat.com>
507 F: include/sysemu/os-posix.h
509 F: include/qemu/*posix*.h
512 M: Kamil Rytarowski <kamil@netbsd.org>
513 M: Reinoud Zandijk <reinoud@netbsd.org>
514 M: Ryo ONODERA <ryoon@netbsd.org>
516 K: ^Subject:.*(?i)NetBSD
519 M: Brad Smith <brad@comstyle.com>
521 K: ^Subject:.*(?i)OpenBSD
524 M: Stefan Weil <sw@weilnetz.de>
534 M: Richard Henderson <richard.henderson@linaro.org>
537 F: hw/isa/smc37c669-superio.c
538 F: tests/tcg/alpha/system/
543 M: Beniamino Galvani <b.galvani@gmail.com>
544 M: Peter Maydell <peter.maydell@linaro.org>
545 L: qemu-arm@nongnu.org
548 F: include/hw/*/allwinner*
549 F: hw/arm/cubieboard.c
552 M: Niek Linnenbank <nieklinnenbank@gmail.com>
553 L: qemu-arm@nongnu.org
555 F: hw/*/allwinner-h3*
556 F: include/hw/*/allwinner-h3*
558 F: docs/system/arm/orangepi.rst
560 ARM PrimeCell and CMSDK devices
561 M: Peter Maydell <peter.maydell@linaro.org>
562 L: qemu-arm@nongnu.org
565 F: include/hw/char/pl011.h
568 F: include/hw/dma/pl080.h
575 F: include/hw/ssi/pl022.h
577 F: include/hw/rtc/pl031.h
578 F: include/hw/arm/primecell.h
579 F: hw/timer/cmsdk-apb-timer.c
580 F: include/hw/timer/cmsdk-apb-timer.h
581 F: tests/qtest/cmsdk-apb-timer-test.c
582 F: hw/timer/cmsdk-apb-dualtimer.c
583 F: include/hw/timer/cmsdk-apb-dualtimer.h
584 F: tests/qtest/cmsdk-apb-dualtimer-test.c
585 F: hw/char/cmsdk-apb-uart.c
586 F: include/hw/char/cmsdk-apb-uart.h
587 F: hw/watchdog/cmsdk-apb-watchdog.c
588 F: include/hw/watchdog/cmsdk-apb-watchdog.h
589 F: tests/qtest/cmsdk-apb-watchdog-test.c
591 F: include/hw/misc/tz-ppc.h
593 F: include/hw/misc/tz-mpc.h
595 F: include/hw/misc/tz-msc.h
598 M: Peter Maydell <peter.maydell@linaro.org>
599 L: qemu-arm@nongnu.org
602 F: hw/intc/gic_internal.h
604 F: hw/misc/arm11scu.c
605 F: hw/misc/arm_l2x0.c
606 F: hw/timer/a9gtimer*
608 F: include/hw/arm/arm*.h
609 F: include/hw/intc/arm*
610 F: include/hw/misc/a9scu.h
611 F: include/hw/misc/arm11scu.h
612 F: include/hw/timer/a9gtimer.h
613 F: include/hw/timer/arm_mptimer.h
614 F: include/hw/timer/armv7m_systick.h
615 F: tests/qtest/test-arm-mptimer.c
618 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
619 M: Peter Maydell <peter.maydell@linaro.org>
620 L: qemu-arm@nongnu.org
623 F: include/hw/arm/exynos4210.h
626 M: Rob Herring <robh@kernel.org>
627 M: Peter Maydell <peter.maydell@linaro.org>
628 L: qemu-arm@nongnu.org
634 M: Antony Pavlov <antonynpavlov@gmail.com>
635 M: Peter Maydell <peter.maydell@linaro.org>
636 L: qemu-arm@nongnu.org
638 F: include/hw/arm/digic.h
640 F: include/hw/*/digic*
641 F: tests/acceptance/machine_arm_canona1100.py
642 F: docs/system/arm/digic.rst
645 M: Anup Patel <anup.patel@wdc.com>
646 M: Alistair Francis <Alistair.Francis@wdc.com>
647 L: qemu-riscv@nongnu.org
649 F: hw/rtc/goldfish_rtc.c
650 F: include/hw/rtc/goldfish_rtc.h
653 M: Peter Maydell <peter.maydell@linaro.org>
654 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
655 L: qemu-arm@nongnu.org
658 F: docs/system/arm/gumstix.rst
661 M: Peter Maydell <peter.maydell@linaro.org>
662 R: Jean-Christophe Dubois <jcd@tribudubois.net>
663 L: qemu-arm@nongnu.org
665 F: hw/arm/fsl-imx25.c
666 F: hw/arm/imx25_pdk.c
667 F: hw/misc/imx25_ccm.c
668 F: hw/watchdog/wdt_imx2.c
669 F: include/hw/arm/fsl-imx25.h
670 F: include/hw/misc/imx25_ccm.h
671 F: include/hw/watchdog/wdt_imx2.h
674 M: Peter Maydell <peter.maydell@linaro.org>
675 L: qemu-arm@nongnu.org
680 F: include/hw/*/imx_*
681 F: include/hw/*/*imx31*
684 M: Peter Maydell <peter.maydell@linaro.org>
685 L: qemu-arm@nongnu.org
687 F: hw/arm/integratorcp.c
688 F: hw/misc/arm_integrator_debug.c
689 F: include/hw/misc/arm_integrator_debug.h
690 F: tests/acceptance/machine_arm_integratorcp.py
691 F: docs/system/arm/integratorcp.rst
693 MCIMX6UL EVK / i.MX6ul
694 M: Peter Maydell <peter.maydell@linaro.org>
695 R: Jean-Christophe Dubois <jcd@tribudubois.net>
696 L: qemu-arm@nongnu.org
698 F: hw/arm/mcimx6ul-evk.c
699 F: hw/arm/fsl-imx6ul.c
700 F: hw/misc/imx6ul_ccm.c
701 F: include/hw/arm/fsl-imx6ul.h
702 F: include/hw/misc/imx6ul_ccm.h
704 MCIMX7D SABRE / i.MX7
705 M: Peter Maydell <peter.maydell@linaro.org>
706 R: Andrey Smirnov <andrew.smirnov@gmail.com>
707 L: qemu-arm@nongnu.org
709 F: hw/arm/mcimx7d-sabre.c
712 F: include/hw/arm/fsl-imx7.h
713 F: include/hw/misc/imx7_*.h
714 F: hw/pci-host/designware.c
715 F: include/hw/pci-host/designware.h
718 M: Peter Maydell <peter.maydell@linaro.org>
719 L: qemu-arm@nongnu.org
724 F: include/hw/misc/mps2-*.h
726 F: include/hw/arm/armsse.h
727 F: hw/misc/iotkit-secctl.c
728 F: include/hw/misc/iotkit-secctl.h
729 F: hw/misc/iotkit-sysctl.c
730 F: include/hw/misc/iotkit-sysctl.h
731 F: hw/misc/iotkit-sysinfo.c
732 F: include/hw/misc/iotkit-sysinfo.h
733 F: hw/misc/armsse-cpu-pwrctrl.c
734 F: include/hw/misc/armsse-cpu-pwrctrl.h
735 F: hw/misc/armsse-cpuid.c
736 F: include/hw/misc/armsse-cpuid.h
737 F: hw/misc/armsse-mhu.c
738 F: include/hw/misc/armsse-mhu.h
739 F: hw/timer/sse-counter.c
740 F: include/hw/timer/sse-counter.h
741 F: hw/timer/sse-timer.c
742 F: include/hw/timer/sse-timer.h
743 F: tests/qtest/sse-timer-test.c
744 F: docs/system/arm/mps2.rst
747 M: Peter Maydell <peter.maydell@linaro.org>
748 L: qemu-arm@nongnu.org
751 F: docs/system/arm/musca.rst
754 M: Jan Kiszka <jan.kiszka@web.de>
755 M: Peter Maydell <peter.maydell@linaro.org>
756 L: qemu-arm@nongnu.org
759 F: docs/system/arm/musicpal.rst
762 M: Havard Skinnemoen <hskinnemoen@google.com>
763 M: Tyrone Ting <kfting@nuvoton.com>
764 L: qemu-arm@nongnu.org
767 F: include/hw/*/npcm7xx*
768 F: tests/qtest/npcm7xx*
769 F: pc-bios/npcm7xx_bootrom.bin
771 F: docs/system/arm/nuvoton.rst
774 M: Andrzej Zaborowski <balrogg@gmail.com>
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
779 F: hw/display/blizzard.c
781 F: hw/input/tsc2005.c
784 F: include/hw/display/blizzard.h
785 F: include/hw/input/tsc2xxx.h
786 F: include/hw/misc/cbus.h
787 F: tests/acceptance/machine_arm_n8x0.py
788 F: docs/system/arm/nseries.rst
791 M: Andrzej Zaborowski <balrogg@gmail.com>
792 M: Peter Maydell <peter.maydell@linaro.org>
793 L: qemu-arm@nongnu.org
796 F: hw/input/tsc210x.c
797 F: include/hw/input/tsc2xxx.h
798 F: docs/system/arm/palm.rst
801 M: Peter Maydell <peter.maydell@linaro.org>
802 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
803 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
804 L: qemu-arm@nongnu.org
807 F: hw/arm/raspi_platform.h
809 F: include/hw/arm/raspi*
810 F: include/hw/*/bcm283*
811 F: docs/system/arm/raspi.rst
814 M: Peter Maydell <peter.maydell@linaro.org>
815 L: qemu-arm@nongnu.org
818 F: hw/cpu/realview_mpcore.c
819 F: hw/intc/realview_gic.c
820 F: include/hw/intc/realview_gic.h
821 F: docs/system/arm/realview.rst
824 M: Andrzej Zaborowski <balrogg@gmail.com>
825 M: Peter Maydell <peter.maydell@linaro.org>
826 L: qemu-arm@nongnu.org
828 F: hw/arm/mainstone.c
833 F: hw/display/tc6393xb.c
836 F: hw/misc/mst_fpga.c
838 F: include/hw/misc/max111x.h
839 F: include/hw/arm/pxa.h
840 F: include/hw/arm/sharpsl.h
841 F: include/hw/display/tc6393xb.h
842 F: docs/system/arm/xscale.rst
845 M: Peter Maydell <peter.maydell@linaro.org>
846 R: Jean-Christophe Dubois <jcd@tribudubois.net>
847 L: qemu-arm@nongnu.org
849 F: hw/arm/sabrelite.c
853 F: hw/usb/imx-usb-phy.c
854 F: include/hw/usb/imx-usb-phy.h
855 F: include/hw/arm/fsl-imx6.h
856 F: include/hw/misc/imx6_*.h
857 F: include/hw/ssi/imx_spi.h
860 M: Radoslaw Biernacki <rad@semihalf.com>
861 M: Peter Maydell <peter.maydell@linaro.org>
862 R: Leif Lindholm <leif@nuviainc.com>
863 L: qemu-arm@nongnu.org
866 F: docs/system/arm/sbsa.rst
868 Sharp SL-5500 (Collie) PDA
869 M: Peter Maydell <peter.maydell@linaro.org>
870 L: qemu-arm@nongnu.org
874 F: docs/system/arm/collie.rst
877 M: Peter Maydell <peter.maydell@linaro.org>
878 L: qemu-arm@nongnu.org
881 F: include/hw/input/gamepad.h
882 F: docs/system/arm/stellaris.rst
885 M: Peter Maydell <peter.maydell@linaro.org>
886 L: qemu-arm@nongnu.org
889 F: docs/system/arm/vexpress.rst
892 M: Peter Maydell <peter.maydell@linaro.org>
893 L: qemu-arm@nongnu.org
896 F: include/hw/i2c/arm_sbcon_i2c.h
897 F: hw/misc/arm_sysctl.c
898 F: docs/system/arm/versatile.rst
901 M: Peter Maydell <peter.maydell@linaro.org>
902 L: qemu-arm@nongnu.org
905 F: include/hw/arm/virt.h
906 F: docs/system/arm/virt.rst
909 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
910 M: Alistair Francis <alistair@alistair23.me>
911 M: Peter Maydell <peter.maydell@linaro.org>
912 L: qemu-arm@nongnu.org
917 F: include/hw/misc/zynq*
920 Xilinx ZynqMP and Versal
921 M: Alistair Francis <alistair@alistair23.me>
922 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
923 M: Peter Maydell <peter.maydell@linaro.org>
924 L: qemu-arm@nongnu.org
927 F: include/hw/*/xlnx*.h
928 F: include/hw/ssi/xilinx_spips.h
930 F: include/hw/display/dpcd.h
931 F: docs/system/arm/xlnx-versal-virt.rst
934 M: Shannon Zhao <shannon.zhaosl@gmail.com>
935 L: qemu-arm@nongnu.org
937 F: hw/arm/virt-acpi-build.c
940 M: Alistair Francis <alistair@alistair23.me>
941 M: Peter Maydell <peter.maydell@linaro.org>
942 L: qemu-arm@nongnu.org
944 F: hw/arm/stm32f205_soc.c
945 F: hw/misc/stm32f2xx_syscfg.c
946 F: hw/char/stm32f2xx_usart.c
947 F: hw/timer/stm32f2xx_timer.c
949 F: hw/ssi/stm32f2xx_spi.c
950 F: include/hw/*/stm32*.h
953 M: Alistair Francis <alistair@alistair23.me>
954 M: Peter Maydell <peter.maydell@linaro.org>
955 L: qemu-arm@nongnu.org
957 F: hw/arm/stm32f405_soc.c
958 F: hw/misc/stm32f4xx_syscfg.c
959 F: hw/misc/stm32f4xx_exti.c
962 M: Alistair Francis <alistair@alistair23.me>
963 M: Peter Maydell <peter.maydell@linaro.org>
964 L: qemu-arm@nongnu.org
966 F: hw/arm/netduino2.c
969 M: Alistair Francis <alistair@alistair23.me>
970 M: Peter Maydell <peter.maydell@linaro.org>
971 L: qemu-arm@nongnu.org
973 F: hw/arm/netduinoplus2.c
976 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
977 M: Peter Maydell <peter.maydell@linaro.org>
978 L: qemu-arm@nongnu.org
981 F: hw/misc/msf2-sysreg.c
982 F: hw/timer/mss-timer.c
984 F: include/hw/arm/msf2-soc.h
985 F: include/hw/misc/msf2-sysreg.h
986 F: include/hw/timer/mss-timer.h
987 F: include/hw/ssi/mss-spi.h
988 F: hw/net/msf2-emac.c
989 F: include/hw/net/msf2-emac.h
992 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
993 M: Peter Maydell <peter.maydell@linaro.org>
994 L: qemu-arm@nongnu.org
999 M: Cédric Le Goater <clg@kaod.org>
1000 M: Peter Maydell <peter.maydell@linaro.org>
1001 R: Andrew Jeffery <andrew@aj.id.au>
1002 R: Joel Stanley <joel@jms.id.au>
1003 L: qemu-arm@nongnu.org
1006 F: hw/misc/pca9552.c
1007 F: include/hw/*/*aspeed*
1008 F: include/hw/misc/pca9552*.h
1009 F: hw/net/ftgmac100.c
1010 F: include/hw/net/ftgmac100.h
1011 F: docs/system/arm/aspeed.rst
1012 F: tests/qtest/*aspeed*
1015 M: Joel Stanley <joel@jms.id.au>
1016 M: Peter Maydell <peter.maydell@linaro.org>
1017 L: qemu-arm@nongnu.org
1021 F: include/hw/*/nrf51*.h
1022 F: include/hw/*/microbit*.h
1023 F: tests/qtest/microbit-test.c
1029 M: Michael Rolnik <mrolnik@gmail.com>
1031 F: default-configs/*/avr-softmmu.mak
1033 F: include/hw/char/avr_usart.h
1034 F: hw/char/avr_usart.c
1035 F: include/hw/timer/avr_timer16.h
1036 F: hw/timer/avr_timer16.c
1037 F: include/hw/misc/avr_power.h
1038 F: hw/misc/avr_power.c
1041 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1048 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1050 F: hw/cris/axis_dev88.c
1056 M: Richard Henderson <richard.henderson@linaro.org>
1057 R: Helge Deller <deller@gmx.de>
1059 F: default-configs/*/hppa-softmmu.mak
1061 F: pc-bios/hppa-firmware.img
1066 M: Thomas Huth <huth@tuxfamily.org>
1069 F: hw/m68k/mcf5206.c
1072 M: Thomas Huth <huth@tuxfamily.org>
1074 F: hw/m68k/mcf5208.c
1075 F: hw/m68k/mcf_intc.c
1076 F: hw/char/mcf_uart.c
1078 F: include/hw/m68k/mcf*.h
1081 M: Thomas Huth <huth@tuxfamily.org>
1084 F: hw/display/next-fb.c
1085 F: include/hw/m68k/next-cube.h
1088 M: Laurent Vivier <laurent@vivier.eu>
1091 F: hw/misc/mac_via.c
1093 F: hw/display/macfb.c
1095 F: hw/m68k/bootinfo.h
1096 F: include/standard-headers/asm-m68k/bootinfo.h
1097 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1098 F: include/hw/misc/mac_via.h
1099 F: include/hw/nubus/*
1100 F: include/hw/display/macfb.h
1101 F: include/hw/block/swim.h
1104 M: Laurent Vivier <laurent@vivier.eu>
1107 F: hw/char/goldfish_tty.c
1108 F: hw/intc/goldfish_pic.c
1109 F: hw/intc/m68k_irqc.c
1110 F: hw/misc/virt_ctrl.c
1111 F: include/hw/char/goldfish_tty.h
1112 F: include/hw/intc/goldfish_pic.h
1113 F: include/hw/intc/m68k_irqc.h
1114 F: include/hw/misc/virt_ctrl.h
1118 petalogix_s3adsp1800
1119 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1121 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1122 F: include/hw/char/xilinx_uartlite.h
1123 F: tests/acceptance/machine_microblaze.py
1126 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1128 F: hw/microblaze/petalogix_ml605_mmu.c
1133 M: Hervé Poussineau <hpoussin@reactos.org>
1134 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1137 F: hw/display/jazz_led.c
1141 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1142 R: Aurelien Jarno <aurelien@aurel32.net>
1147 F: hw/mips/gt64xxx_pci.c
1148 F: include/hw/southbridge/piix.h
1149 F: tests/acceptance/linux_ssh_mips_malta.py
1150 F: tests/acceptance/machine_mips_malta.py
1153 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1155 F: hw/mips/mipssim.c
1159 M: Huacai Chen <chenhuacai@kernel.org>
1160 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1161 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1163 F: hw/mips/fuloong2e.c
1164 F: hw/isa/vt82c686.c
1165 F: hw/pci-host/bonito.c
1166 F: hw/usb/vt82c686-uhci-pci.c
1167 F: include/hw/isa/vt82c686.h
1169 Loongson-3 virtual platforms
1170 M: Huacai Chen <chenhuacai@kernel.org>
1171 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1173 F: hw/intc/loongson_liointc.c
1174 F: hw/mips/loongson3_bootp.c
1175 F: hw/mips/loongson3_bootp.h
1176 F: hw/mips/loongson3_virt.c
1177 F: tests/acceptance/machine_mips_loongson3v.py
1180 M: Paul Burton <paulburton@kernel.org>
1181 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1183 F: hw/core/loader-fit.c
1185 F: hw/pci-host/xilinx-pcie.c
1186 F: include/hw/pci-host/xilinx-pcie.h
1191 M: Jia Liu <proljc@gmail.com>
1193 F: hw/openrisc/openrisc_sim.c
1198 M: David Gibson <david@gibson.dropbear.id.au>
1199 M: Greg Kurz <groug@kaod.org>
1200 L: qemu-ppc@nongnu.org
1202 F: hw/ppc/ppc405_boards.c
1205 M: David Gibson <david@gibson.dropbear.id.au>
1206 M: Greg Kurz <groug@kaod.org>
1207 L: qemu-ppc@nongnu.org
1209 F: hw/ppc/ppc440_bamboo.c
1212 M: David Gibson <david@gibson.dropbear.id.au>
1213 M: Greg Kurz <groug@kaod.org>
1214 L: qemu-ppc@nongnu.org
1217 F: hw/gpio/mpc8xxx.c
1219 F: hw/net/fsl_etsec/
1220 F: hw/pci-host/ppce500.c
1221 F: include/hw/ppc/ppc_e500.h
1222 F: include/hw/pci-host/ppce500.h
1223 F: pc-bios/u-boot.e500
1226 M: David Gibson <david@gibson.dropbear.id.au>
1227 M: Greg Kurz <groug@kaod.org>
1228 L: qemu-ppc@nongnu.org
1230 F: hw/ppc/mpc8544ds.c
1231 F: hw/ppc/mpc8544_guts.c
1234 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1235 R: David Gibson <david@gibson.dropbear.id.au>
1236 R: Greg Kurz <groug@kaod.org>
1237 L: qemu-ppc@nongnu.org
1239 F: hw/ppc/mac_newworld.c
1240 F: hw/pci-host/uninorth.c
1241 F: hw/pci-bridge/dec.[hc]
1243 F: hw/misc/mos6522.c
1244 F: hw/nvram/mac_nvram.c
1246 F: include/hw/misc/macio/
1247 F: include/hw/misc/mos6522.h
1248 F: include/hw/ppc/mac_dbdma.h
1249 F: include/hw/pci-host/uninorth.h
1250 F: include/hw/input/adb*
1251 F: pc-bios/qemu_vga.ndrv
1254 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1255 R: David Gibson <david@gibson.dropbear.id.au>
1256 R: Greg Kurz <groug@kaod.org>
1257 L: qemu-ppc@nongnu.org
1259 F: hw/ppc/mac_oldworld.c
1260 F: hw/pci-host/grackle.c
1262 F: hw/intc/heathrow_pic.c
1264 F: include/hw/intc/heathrow_pic.h
1265 F: include/hw/input/adb*
1266 F: pc-bios/qemu_vga.ndrv
1269 M: Hervé Poussineau <hpoussin@reactos.org>
1270 R: David Gibson <david@gibson.dropbear.id.au>
1271 R: Greg Kurz <groug@kaod.org>
1272 L: qemu-ppc@nongnu.org
1275 F: hw/ppc/prep_systemio.c
1276 F: hw/ppc/rs6000_mc.c
1277 F: hw/pci-host/prep.[hc]
1281 F: hw/rtc/m48t59-isa.c
1282 F: include/hw/isa/pc87312.h
1283 F: include/hw/rtc/m48t59.h
1284 F: tests/acceptance/ppc_prep_40p.py
1287 M: David Gibson <david@gibson.dropbear.id.au>
1288 M: Greg Kurz <groug@kaod.org>
1289 L: qemu-ppc@nongnu.org
1292 F: include/hw/*/spapr*
1294 F: include/hw/*/xics*
1296 F: docs/specs/ppc-spapr-hcalls.txt
1297 F: docs/specs/ppc-spapr-hotplug.txt
1298 F: tests/qtest/spapr*
1299 F: tests/qtest/libqos/*spapr*
1300 F: tests/qtest/rtas*
1301 F: tests/qtest/libqos/rtas*
1303 PowerNV (Non-Virtualized)
1304 M: Cédric Le Goater <clg@kaod.org>
1305 M: David Gibson <david@gibson.dropbear.id.au>
1306 M: Greg Kurz <groug@kaod.org>
1307 L: qemu-ppc@nongnu.org
1311 F: hw/intc/xics_pnv.c
1313 F: include/hw/ppc/pnv*
1314 F: include/hw/pci-host/pnv*
1315 F: pc-bios/skiboot.lid
1319 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1320 L: qemu-ppc@nongnu.org
1322 F: hw/ppc/virtex_ml507.c
1325 M: BALATON Zoltan <balaton@eik.bme.hu>
1326 R: David Gibson <david@gibson.dropbear.id.au>
1327 R: Greg Kurz <groug@kaod.org>
1328 L: qemu-ppc@nongnu.org
1330 F: hw/ppc/sam460ex.c
1331 F: hw/ppc/ppc440_pcix.c
1332 F: hw/display/sm501*
1335 F: pc-bios/canyonlands.dt[sb]
1336 F: pc-bios/u-boot-sam460ex-20100605.bin
1337 F: roms/u-boot-sam460ex
1340 M: BALATON Zoltan <balaton@eik.bme.hu>
1341 R: David Gibson <david@gibson.dropbear.id.au>
1342 L: qemu-ppc@nongnu.org
1344 F: hw/ppc/pegasos2.c
1345 F: hw/pci-host/mv64361.c
1346 F: hw/pci-host/mv643xx.h
1347 F: include/hw/pci-host/mv64361.h
1352 M: Alistair Francis <Alistair.Francis@wdc.com>
1353 L: qemu-riscv@nongnu.org
1355 F: hw/riscv/opentitan.c
1356 F: hw/char/ibex_uart.c
1357 F: hw/intc/ibex_plic.c
1358 F: include/hw/riscv/opentitan.h
1359 F: include/hw/char/ibex_uart.h
1360 F: include/hw/intc/ibex_plic.h
1362 Microchip PolarFire SoC Icicle Kit
1363 M: Bin Meng <bin.meng@windriver.com>
1364 L: qemu-riscv@nongnu.org
1366 F: hw/riscv/microchip_pfsoc.c
1367 F: hw/char/mchp_pfsoc_mmuart.c
1368 F: hw/misc/mchp_pfsoc_dmc.c
1369 F: hw/misc/mchp_pfsoc_ioscb.c
1370 F: hw/misc/mchp_pfsoc_sysreg.c
1371 F: include/hw/riscv/microchip_pfsoc.h
1372 F: include/hw/char/mchp_pfsoc_mmuart.h
1373 F: include/hw/misc/mchp_pfsoc_dmc.h
1374 F: include/hw/misc/mchp_pfsoc_ioscb.h
1375 F: include/hw/misc/mchp_pfsoc_sysreg.h
1378 M: Vijai Kumar K <vijai@behindbytes.com>
1379 L: qemu-riscv@nongnu.org
1381 F: hw/riscv/shakti_c.c
1382 F: hw/char/shakti_uart.c
1383 F: include/hw/riscv/shakti_c.h
1384 F: include/hw/char/shakti_uart.h
1387 M: Alistair Francis <Alistair.Francis@wdc.com>
1388 M: Bin Meng <bin.meng@windriver.com>
1389 M: Palmer Dabbelt <palmer@dabbelt.com>
1390 L: qemu-riscv@nongnu.org
1393 F: include/hw/*/*sifive*.h
1398 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1400 F: docs/system/target-rx.rst
1401 F: hw/rx/rx-gdbsim.c
1402 F: tests/acceptance/machine_rx_gdbsim.py
1407 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1408 R: Magnus Damm <magnus.damm@gmail.com>
1410 F: hw/char/sh_serial.c
1412 F: hw/intc/sh_intc.c
1413 F: hw/pci-host/sh_pci.c
1414 F: hw/timer/sh_timer.c
1415 F: include/hw/sh4/sh_intc.h
1418 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1419 R: Magnus Damm <magnus.damm@gmail.com>
1421 F: hw/block/tc58128.c
1422 F: hw/char/sh_serial.c
1424 F: hw/intc/sh_intc.c
1425 F: hw/timer/sh_timer.c
1426 F: include/hw/sh4/sh_intc.h
1431 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1434 F: hw/sparc/sun4m_iommu.c
1437 F: hw/dma/sparc32_dma.c
1438 F: hw/misc/eccmemctl.c
1440 F: include/hw/nvram/sun_nvram.h
1441 F: include/hw/sparc/sparc32_dma.h
1442 F: include/hw/sparc/sun4m_iommu.h
1443 F: pc-bios/openbios-sparc32
1446 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1448 F: hw/sparc64/sun4u.c
1449 F: hw/sparc64/sun4u_iommu.c
1450 F: include/hw/sparc/sun4u_iommu.h
1451 F: hw/pci-host/sabre.c
1452 F: include/hw/pci-host/sabre.h
1453 F: hw/pci-bridge/simba.c
1454 F: include/hw/pci-bridge/simba.h
1455 F: pc-bios/openbios-sparc64
1456 F: tests/acceptance/machine_sparc64_sun4u.py
1459 M: Artyom Tarasenko <atar4qemu@gmail.com>
1461 F: hw/sparc64/niagara.c
1462 F: hw/rtc/sun4v-rtc.c
1463 F: include/hw/rtc/sun4v-rtc.h
1466 M: Fabien Chouteau <chouteau@adacore.com>
1467 M: KONRAD Frederic <frederic.konrad@adacore.com>
1471 F: include/hw/*/grlib*
1472 F: tests/acceptance/machine_sparc_leon3.py
1477 M: Cornelia Huck <cohuck@redhat.com>
1478 M: Halil Pasic <pasic@linux.ibm.com>
1479 M: Christian Borntraeger <borntraeger@de.ibm.com>
1481 F: hw/char/sclp*.[hc]
1482 F: hw/char/terminal3270.c
1484 F: include/hw/s390x/
1485 F: hw/watchdog/wdt_diag288.c
1486 F: include/hw/watchdog/wdt_diag288.h
1487 F: default-configs/*/s390x-softmmu.mak
1488 F: tests/acceptance/machine_s390_ccw_virtio.py
1489 T: git https://gitlab.com/cohuck/qemu.git s390-next
1490 T: git https://github.com/borntraeger/qemu.git s390-next
1491 L: qemu-s390x@nongnu.org
1494 M: Christian Borntraeger <borntraeger@de.ibm.com>
1495 M: Thomas Huth <thuth@redhat.com>
1498 F: pc-bios/s390-ccw/
1499 F: pc-bios/s390-ccw.img
1500 F: docs/devel/s390-dasd-ipl.rst
1501 T: git https://github.com/borntraeger/qemu.git s390-next
1502 L: qemu-s390x@nongnu.org
1505 M: Matthew Rosato <mjrosato@linux.ibm.com>
1506 M: Eric Farman <farman@linux.ibm.com>
1508 F: hw/s390x/s390-pci*
1509 F: include/hw/s390x/s390-pci*
1510 L: qemu-s390x@nongnu.org
1515 M: Michael S. Tsirkin <mst@redhat.com>
1516 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1520 F: hw/pci-host/i440fx.c
1521 F: hw/pci-host/q35.c
1522 F: hw/pci-host/pam.c
1523 F: include/hw/pci-host/i440fx.h
1524 F: include/hw/pci-host/q35.h
1525 F: include/hw/pci-host/pam.h
1527 F: hw/isa/lpc_ich9.c
1528 F: hw/i2c/smbus_ich9.c
1531 F: include/hw/acpi/ich9.h
1532 F: include/hw/southbridge/piix.h
1535 F: include/hw/isa/apm.h
1536 F: tests/unit/test-x86-cpuid.c
1537 F: tests/qtest/test-x86-cpuid-compat.c
1540 M: Michael S. Tsirkin <mst@redhat.com>
1541 M: Paolo Bonzini <pbonzini@redhat.com>
1543 F: hw/char/debugcon.c
1544 F: hw/char/parallel*
1547 F: hw/i2c/pm_smbus.c
1552 F: hw/isa/isa-superio.c
1553 F: hw/misc/debugexit.c
1554 F: hw/misc/pc-testdev.c
1557 F: hw/rtc/mc146818rtc*
1558 F: hw/watchdog/wdt_ib700.c
1559 F: hw/watchdog/wdt_i6300esb.c
1560 F: include/hw/display/vga.h
1561 F: include/hw/char/parallel.h
1562 F: include/hw/dma/i8257.h
1563 F: include/hw/i2c/pm_smbus.h
1564 F: include/hw/input/i8042.h
1565 F: include/hw/isa/i8259_internal.h
1566 F: include/hw/isa/superio.h
1567 F: include/hw/timer/hpet.h
1568 F: include/hw/timer/i8254*
1569 F: include/hw/rtc/mc146818rtc*
1572 M: Sergio Lopez <slp@redhat.com>
1573 M: Paolo Bonzini <pbonzini@redhat.com>
1576 F: hw/i386/microvm.c
1577 F: include/hw/i386/microvm.h
1578 F: pc-bios/bios-microvm.bin
1581 M: Eduardo Habkost <ehabkost@redhat.com>
1582 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1586 F: hw/core/machine-qmp-cmds.c
1587 F: hw/core/machine.c
1588 F: hw/core/null-machine.c
1591 F: qapi/machine.json
1592 F: qapi/machine-target.json
1593 F: include/hw/boards.h
1594 F: include/hw/core/cpu.h
1595 F: include/hw/cpu/cluster.h
1596 F: include/sysemu/numa.h
1597 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1602 M: Max Filippov <jcmvbkbc@gmail.com>
1607 M: Max Filippov <jcmvbkbc@gmail.com>
1611 XTFPGA (LX60, LX200, ML605, KC705)
1612 M: Max Filippov <jcmvbkbc@gmail.com>
1614 F: hw/xtensa/xtfpga.c
1615 F: hw/net/opencores_eth.c
1620 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1621 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1623 F: hw/net/can/xlnx-*
1624 F: include/hw/net/xlnx-*
1625 F: tests/qtest/xlnx-can-test*
1628 M: Jiri Slaby <jslaby@suse.cz>
1633 M: John Snow <jsnow@redhat.com>
1634 L: qemu-block@nongnu.org
1641 F: hw/block/hd-geometry.c
1642 F: tests/qtest/ide-test.c
1643 F: tests/qtest/ahci-test.c
1644 F: tests/qtest/cdrom-test.c
1645 F: tests/qtest/libqos/ahci*
1646 T: git https://gitlab.com/jsnow/qemu.git ide
1649 M: Corey Minyard <minyard@acm.org>
1651 F: include/hw/ipmi/*
1653 F: hw/smbios/smbios_type_38.c
1654 F: tests/qtest/ipmi*
1655 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1658 M: John Snow <jsnow@redhat.com>
1659 L: qemu-block@nongnu.org
1662 F: include/hw/block/fdc.h
1663 F: tests/qtest/fdc-test.c
1664 T: git https://gitlab.com/jsnow/qemu.git ide
1667 M: Peter Maydell <peter.maydell@linaro.org>
1668 L: qemu-arm@nongnu.org
1671 F: include/hw/arm/omap.h
1672 F: docs/system/arm/sx1.rst
1675 M: Alberto Garcia <berto@igalia.com>
1677 F: hw/char/ipoctal232.c
1681 M: Michael S. Tsirkin <mst@redhat.com>
1682 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1685 F: hw/misc/pci-testdev.c
1691 F: default-configs/pci.mak
1694 M: Michael S. Tsirkin <mst@redhat.com>
1695 M: Igor Mammedov <imammedo@redhat.com>
1697 F: include/hw/acpi/*
1698 F: include/hw/firmware/smbios.h
1702 F: hw/i386/acpi-build.[hc]
1703 F: hw/arm/virt-acpi-build.c
1705 F: tests/qtest/bios-tables-test*
1706 F: tests/qtest/acpi-utils.[hc]
1710 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1711 L: qemu-arm@nongnu.org
1714 F: include/hw/acpi/ghes.h
1715 F: docs/specs/acpi_hest_ghes.rst
1718 M: David Gibson <david@gibson.dropbear.id.au>
1719 L: qemu-ppc@nongnu.org
1722 F: hw/i2c/ppc4xx_i2c.c
1723 F: include/hw/ppc/ppc4xx.h
1724 F: include/hw/i2c/ppc4xx_i2c.h
1725 F: hw/intc/ppc-uic.c
1726 F: include/hw/intc/ppc-uic.h
1729 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1730 R: Paolo Bonzini <pbonzini@redhat.com>
1735 M: Jason Wang <jasowang@redhat.com>
1739 F: tests/qtest/virtio-net-test.c
1740 F: docs/virtio-net-failover.rst
1741 T: git https://github.com/jasowang/qemu.git net
1743 Parallel NOR Flash devices
1744 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1745 T: git https://gitlab.com/philmd/qemu.git pflash-next
1747 F: hw/block/pflash_cfi*.c
1748 F: include/hw/block/flash.h
1751 M: Paolo Bonzini <pbonzini@redhat.com>
1752 R: Fam Zheng <fam@euphon.net>
1754 F: include/hw/scsi/*
1756 F: tests/qtest/virtio-scsi-test.c
1757 F: tests/qtest/fuzz-virtio-scsi-test.c
1758 F: tests/qtest/am53c974-test.c
1759 T: git https://github.com/bonzini/qemu.git scsi-next
1762 M: Alistair Francis <alistair@alistair23.me>
1765 F: hw/block/m25p80.c
1766 F: include/hw/ssi/ssi.h
1768 F: tests/qtest/m25p80-test.c
1771 M: Alistair Francis <alistair@alistair23.me>
1776 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1777 M: Bin Meng <bin.meng@windriver.com>
1778 L: qemu-block@nongnu.org
1780 F: include/hw/sd/sd*
1787 M: Gerd Hoffmann <kraxel@redhat.com>
1790 F: stubs/usb-dev-stub.c
1791 F: tests/qtest/usb-*-test.c
1793 F: docs/usb-storage.txt
1796 F: default-configs/usb.mak
1798 USB (serial adapter)
1799 M: Gerd Hoffmann <kraxel@redhat.com>
1800 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1802 F: hw/usb/dev-serial.c
1805 M: Alex Williamson <alex.williamson@redhat.com>
1809 F: docs/igd-assign.txt
1812 M: Cornelia Huck <cohuck@redhat.com>
1813 M: Eric Farman <farman@linux.ibm.com>
1814 M: Matthew Rosato <mjrosato@linux.ibm.com>
1817 F: hw/s390x/s390-ccw.c
1818 F: include/hw/s390x/s390-ccw.h
1819 F: include/hw/s390x/vfio-ccw.h
1820 T: git https://gitlab.com/cohuck/qemu.git s390-next
1821 L: qemu-s390x@nongnu.org
1824 M: Tony Krowiak <akrowiak@linux.ibm.com>
1825 M: Halil Pasic <pasic@linux.ibm.com>
1826 M: Jason Herne <jjherne@linux.ibm.com>
1828 F: hw/s390x/ap-device.c
1829 F: hw/s390x/ap-bridge.c
1830 F: include/hw/s390x/ap-device.h
1831 F: include/hw/s390x/ap-bridge.h
1833 F: docs/system/s390x/vfio-ap.rst
1834 L: qemu-s390x@nongnu.org
1837 M: Michael S. Tsirkin <mst@redhat.com>
1840 F: docs/interop/vhost-user.json
1841 F: docs/interop/vhost-user.rst
1842 F: contrib/vhost-user-*/
1843 F: backends/vhost-user.c
1844 F: include/sysemu/vhost-user-backend.h
1847 M: Michael S. Tsirkin <mst@redhat.com>
1850 F: hw/virtio/Makefile.objs
1851 F: hw/virtio/trace-events
1853 F: include/hw/virtio/
1856 M: Michael S. Tsirkin <mst@redhat.com>
1857 M: David Hildenbrand <david@redhat.com>
1859 F: hw/virtio/virtio-balloon*.c
1860 F: include/hw/virtio/virtio-balloon.h
1861 F: softmmu/balloon.c
1862 F: include/sysemu/balloon.h
1865 M: Greg Kurz <groug@kaod.org>
1866 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1871 F: docs/tools/virtfs-proxy-helper.rst
1872 F: tests/qtest/virtio-9p-test.c
1873 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1874 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1877 M: Stefan Hajnoczi <stefanha@redhat.com>
1878 L: qemu-block@nongnu.org
1880 F: hw/block/virtio-blk.c
1881 F: hw/block/dataplane/*
1882 F: tests/qtest/virtio-blk-test.c
1883 T: git https://github.com/stefanha/qemu.git block
1886 M: Cornelia Huck <cohuck@redhat.com>
1887 M: Halil Pasic <pasic@linux.ibm.com>
1889 F: hw/s390x/virtio-ccw*.[hc]
1890 F: hw/s390x/vhost-vsock-ccw.c
1891 T: git https://gitlab.com/cohuck/qemu.git s390-next
1892 T: git https://github.com/borntraeger/qemu.git s390-next
1893 L: qemu-s390x@nongnu.org
1896 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1897 M: Stefan Hajnoczi <stefanha@redhat.com>
1899 F: tools/virtiofsd/*
1900 F: hw/virtio/vhost-user-fs*
1901 F: include/hw/virtio/vhost-user-fs.h
1902 F: docs/tools/virtiofsd.rst
1903 L: virtio-fs@redhat.com
1906 M: Gerd Hoffmann <kraxel@redhat.com>
1908 F: hw/input/vhost-user-input.c
1909 F: hw/input/virtio-input*.c
1910 F: include/hw/virtio/virtio-input.h
1911 F: contrib/vhost-user-input/*
1914 M: Eric Auger <eric.auger@redhat.com>
1916 F: hw/virtio/virtio-iommu*.c
1917 F: include/hw/virtio/virtio-iommu.h
1920 M: Laurent Vivier <lvivier@redhat.com>
1921 R: Amit Shah <amit@kernel.org>
1923 F: hw/char/virtio-serial-bus.c
1924 F: hw/char/virtio-console.c
1925 F: include/hw/virtio/virtio-serial.h
1926 F: tests/qtest/virtio-serial-test.c
1929 M: Laurent Vivier <lvivier@redhat.com>
1930 R: Amit Shah <amit@kernel.org>
1932 F: hw/virtio/virtio-rng.c
1933 F: include/hw/virtio/virtio-rng.h
1934 F: include/sysemu/rng*.h
1936 F: tests/qtest/virtio-rng-test.c
1939 M: Gonglei <arei.gonglei@huawei.com>
1941 F: hw/virtio/virtio-crypto.c
1942 F: hw/virtio/virtio-crypto-pci.c
1943 F: include/hw/virtio/virtio-crypto.h
1946 M: David Hildenbrand <david@redhat.com>
1948 W: https://virtio-mem.gitlab.io/
1949 F: hw/virtio/virtio-mem.c
1950 F: hw/virtio/virtio-mem-pci.h
1951 F: hw/virtio/virtio-mem-pci.c
1952 F: include/hw/virtio/virtio-mem.h
1955 M: Keith Busch <kbusch@kernel.org>
1956 M: Klaus Jensen <its@irrelevant.dk>
1957 L: qemu-block@nongnu.org
1960 F: include/block/nvme.h
1961 F: tests/qtest/nvme-test.c
1962 F: docs/system/nvme.rst
1963 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1966 M: Hannes Reinecke <hare@suse.com>
1967 L: qemu-block@nongnu.org
1969 F: hw/scsi/megasas.c
1971 F: tests/qtest/megasas-test.c
1972 F: tests/qtest/fuzz-megasas-test.c
1974 Network packet abstractions
1975 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1977 F: include/net/eth.h
1979 F: hw/net/net_rx_pkt*
1980 F: hw/net/net_tx_pkt*
1983 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1986 F: hw/scsi/vmw_pvscsi*
1987 F: tests/qtest/vmxnet3-test.c
1990 M: Jiri Pirko <jiri@resnulli.us>
1995 F: docs/specs/rocker.txt
1998 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2002 F: include/hw/mem/nvdimm.h
2006 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2011 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2014 F: tests/qtest/fuzz-e1000e-test.c
2017 M: Stefan Weil <sw@weilnetz.de>
2019 F: hw/net/eepro100.c
2022 M: Sven Schnelle <svens@stackframe.org>
2028 M: Patrick Venture <venture@google.com>
2030 F: hw/i2c/i2c_mux_pca954x.c
2031 F: include/hw/i2c/i2c_mux_pca954x.h
2034 M: Alistair Francis <alistair@alistair23.me>
2036 F: hw/core/generic-loader.c
2037 F: include/hw/core/generic-loader.h
2038 F: docs/system/generic-loader.rst
2041 M: Alex Bennée <alex.bennee@linaro.org>
2043 F: hw/core/guest-loader.c
2044 F: docs/system/guest-loader.rst
2045 F: tests/acceptance/boot_xen.py
2047 Intel Hexadecimal Object File Loader
2048 M: Su Hang <suhang16@mails.ucas.ac.cn>
2050 F: tests/qtest/hexloader-test.c
2051 F: tests/data/hex-loader/test.hex
2054 M: Thomas Huth <thuth@redhat.com>
2056 F: hw/nvram/chrp_nvram.c
2057 F: include/hw/nvram/chrp_nvram.h
2058 F: tests/qtest/prom-env-test.c
2062 F: hw/acpi/vmgenid.c
2063 F: include/hw/acpi/vmgenid.h
2064 F: docs/specs/vmgenid.txt
2065 F: tests/qtest/vmgenid-test.c
2069 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2071 F: include/hw/misc/led.h
2074 Unimplemented device
2075 M: Peter Maydell <peter.maydell@linaro.org>
2076 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2078 F: include/hw/misc/unimp.h
2082 M: Artyom Tarasenko <atar4qemu@gmail.com>
2083 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2085 F: include/hw/misc/empty_slot.h
2086 F: hw/misc/empty_slot.c
2089 M: Gerd Hoffmann <kraxel@redhat.com>
2092 F: hw/display/bochs-display.c
2093 F: include/hw/display/vga.h
2094 F: include/hw/display/bochs-vbe.h
2097 M: Gerd Hoffmann <kraxel@redhat.com>
2099 F: hw/display/ramfb*.c
2100 F: include/hw/display/ramfb.h
2103 M: Gerd Hoffmann <kraxel@redhat.com>
2105 F: hw/display/virtio-gpu*
2106 F: hw/display/virtio-vga.*
2107 F: include/hw/virtio/virtio-gpu.h
2110 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2112 F: contrib/vhost-user-blk/
2113 F: contrib/vhost-user-scsi/
2114 F: hw/block/vhost-user-blk.c
2115 F: hw/scsi/vhost-user-scsi.c
2116 F: hw/virtio/vhost-user-blk-pci.c
2117 F: hw/virtio/vhost-user-scsi-pci.c
2118 F: include/hw/virtio/vhost-user-blk.h
2119 F: include/hw/virtio/vhost-user-scsi.h
2122 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2123 M: Gerd Hoffmann <kraxel@redhat.com>
2125 F: docs/interop/vhost-user-gpu.rst
2126 F: contrib/vhost-user-gpu
2127 F: hw/display/vhost-user-*
2130 M: Gerd Hoffmann <kraxel@redhat.com>
2132 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2133 F: hw/display/cirrus*
2136 M: Gerd Hoffmann <kraxel@redhat.com>
2139 F: include/hw/display/edid.h
2142 PIIX4 South Bridge (i82371AB)
2143 M: Hervé Poussineau <hpoussin@reactos.org>
2144 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2147 F: include/hw/southbridge/piix.h
2149 Firmware configuration (fw_cfg)
2150 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2151 R: Laszlo Ersek <lersek@redhat.com>
2152 R: Gerd Hoffmann <kraxel@redhat.com>
2154 F: docs/specs/fw_cfg.txt
2155 F: hw/nvram/fw_cfg*.c
2157 F: include/hw/nvram/fw_cfg.h
2158 F: include/standard-headers/linux/qemu_fw_cfg.h
2159 F: tests/qtest/libqos/fw_cfg.c
2160 F: tests/qtest/fw_cfg-test.c
2161 T: git https://github.com/philmd/qemu.git fw_cfg-next
2164 M: Cédric Le Goater <clg@kaod.org>
2165 R: David Gibson <david@gibson.dropbear.id.au>
2166 R: Greg Kurz <groug@kaod.org>
2167 L: qemu-ppc@nongnu.org
2170 F: include/hw/*/*xive*
2174 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2175 R: Magnus Damm <magnus.damm@gmail.com>
2177 F: hw/char/renesas_sci.c
2178 F: hw/char/sh_serial.c
2179 F: hw/timer/renesas_*.c
2180 F: hw/timer/sh_timer.c
2181 F: include/hw/char/renesas_sci.h
2182 F: include/hw/sh4/sh.h
2183 F: include/hw/timer/renesas_*.h
2185 Renesas RX peripherals
2186 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2190 F: include/hw/intc/rx_icu.h
2193 CAN bus subsystem and hardware
2194 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2195 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2197 W: https://canbus.pages.fel.cvut.cz/
2200 F: include/net/can_*.h
2205 M: Gerd Hoffmann <kraxel@redhat.com>
2209 F: include/hw/audio/
2211 F: tests/qtest/ac97-test.c
2212 F: tests/qtest/es1370-test.c
2213 F: tests/qtest/intel-hda-test.c
2216 M: Kevin Wolf <kwolf@redhat.com>
2217 M: Max Reitz <mreitz@redhat.com>
2218 L: qemu-block@nongnu.org
2225 F: docs/tools/qemu-img.rst
2227 F: tests/qemu-iotests/
2228 F: util/qemu-progress.c
2229 F: qobject/block-qdict.c
2230 F: tests/unit/check-block-qdict.c
2231 T: git https://repo.or.cz/qemu/kevin.git block
2234 M: Kevin Wolf <kwolf@redhat.com>
2235 L: qemu-block@nongnu.org
2238 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2239 F: docs/tools/qemu-storage-daemon.rst
2240 T: git https://repo.or.cz/qemu/kevin.git block
2243 M: Stefan Hajnoczi <stefanha@redhat.com>
2244 M: Fam Zheng <fam@euphon.net>
2245 L: qemu-block@nongnu.org
2253 F: include/block/aio.h
2254 F: include/block/aio-wait.h
2255 F: scripts/qemugdb/aio.py
2256 F: tests/unit/test-fdmon-epoll.c
2257 T: git https://github.com/stefanha/qemu.git block
2259 Block SCSI subsystem
2260 M: Paolo Bonzini <pbonzini@redhat.com>
2261 R: Fam Zheng <fam@euphon.net>
2262 L: qemu-block@nongnu.org
2268 M: John Snow <jsnow@redhat.com>
2269 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2270 L: qemu-block@nongnu.org
2273 F: include/block/blockjob.h
2276 F: include/qemu/job.h
2282 F: block/block-copy.c
2283 F: include/block/block-copy.c
2284 F: block/backup-top.h
2285 F: block/backup-top.c
2286 F: include/block/aio_task.h
2288 F: util/qemu-co-shared-resource.c
2289 F: include/qemu/co-shared-resource.h
2290 T: git https://gitlab.com/jsnow/qemu.git jobs
2291 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2293 Block QAPI, monitor, command line
2294 M: Markus Armbruster <armbru@redhat.com>
2297 F: blockdev-hmp-cmds.c
2300 F: qapi/transaction.json
2301 T: git https://repo.or.cz/qemu/armbru.git block-next
2304 M: Eric Blake <eblake@redhat.com>
2305 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2306 R: John Snow <jsnow@redhat.com>
2307 L: qemu-block@nongnu.org
2309 F: include/qemu/hbitmap.h
2310 F: include/block/dirty-bitmap.h
2311 F: block/monitor/bitmap-qmp-cmds.c
2312 F: block/dirty-bitmap.c
2313 F: block/qcow2-bitmap.c
2314 F: migration/block-dirty-bitmap.c
2316 F: tests/unit/test-hbitmap.c
2317 F: docs/interop/bitmaps.rst
2318 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2320 Character device backends
2321 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2322 R: Paolo Bonzini <pbonzini@redhat.com>
2328 Character Devices (Braille)
2329 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2333 Command line option argument parsing
2334 M: Markus Armbruster <armbru@redhat.com>
2336 F: include/qemu/option.h
2337 F: tests/unit/test-keyval.c
2338 F: tests/unit/test-qemu-opts.c
2340 F: util/qemu-option.c
2343 M: Markus Armbruster <armbru@redhat.com>
2345 F: scripts/coverity-model.c
2347 Coverity Scan integration
2348 M: Peter Maydell <peter.maydell@linaro.org>
2350 F: scripts/coverity-scan/
2353 M: Alistair Francis <alistair.francis@wdc.com>
2354 R: David Gibson <david@gibson.dropbear.id.au>
2356 F: softmmu/device_tree.c
2357 F: include/sysemu/device_tree.h
2361 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2363 F: hw/misc/vmcoreinfo.c
2364 F: include/hw/misc/vmcoreinfo.h
2365 F: include/qemu/win_dump_defs
2366 F: include/sysemu/dump-arch.h
2367 F: include/sysemu/dump.h
2369 F: scripts/dump-guest-memory.py
2373 M: Markus Armbruster <armbru@redhat.com>
2375 F: include/qapi/error.h
2376 F: include/qemu/error-report.h
2379 F: util/qemu-error.c
2380 F: scripts/coccinelle/err-bad-newline.cocci
2381 F: scripts/coccinelle/error-use-after-free.cocci
2382 F: scripts/coccinelle/error_propagate_null.cocci
2383 F: scripts/coccinelle/remove_local_err.cocci
2384 F: scripts/coccinelle/use-error_fatal.cocci
2385 F: scripts/coccinelle/errp-guard.cocci
2388 M: Alex Bennée <alex.bennee@linaro.org>
2389 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2392 F: include/exec/gdbstub.h
2394 F: tests/tcg/multiarch/gdbstub/
2397 M: Paolo Bonzini <pbonzini@redhat.com>
2399 F: include/exec/ioport.h
2400 F: include/exec/memop.h
2401 F: include/exec/memory.h
2402 F: include/exec/ram_addr.h
2403 F: include/exec/ramblock.h
2404 F: softmmu/dma-helpers.c
2407 F: softmmu/physmem.c
2408 F: include/exec/memory-internal.h
2409 F: scripts/coccinelle/memory-region-housekeeping.cocci
2412 M: Gerd Hoffmann <kraxel@redhat.com>
2414 F: include/ui/qemu-spice.h
2415 F: include/ui/spice-display.h
2417 F: audio/spiceaudio.c
2420 F: docs/spice-port-fqdn.txt
2423 M: Gerd Hoffmann <kraxel@redhat.com>
2431 M: Peter Maydell <peter.maydell@linaro.org>
2436 M: Paolo Bonzini <pbonzini@redhat.com>
2438 F: include/qemu/main-loop.h
2439 F: include/sysemu/runstate.h
2440 F: include/sysemu/runstate-action.h
2442 F: util/qemu-timer.c
2446 F: softmmu/cpu-throttle.c
2447 F: softmmu/cpu-timers.c
2449 F: softmmu/runstate-action.c
2450 F: qapi/run-state.json
2452 Read, Copy, Update (RCU)
2453 M: Paolo Bonzini <pbonzini@redhat.com>
2455 F: include/qemu/rcu*.h
2456 F: tests/unit/rcutorture.c
2457 F: tests/unit/test-rcu-*.c
2461 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2463 F: monitor/monitor-internal.h
2465 F: monitor/monitor.c
2469 F: include/monitor/hmp-target.h
2470 F: tests/qtest/test-hmp.c
2471 F: include/qemu/qemu-print.h
2472 F: util/qemu-print.c
2474 Network device backends
2475 M: Jason Wang <jasowang@redhat.com>
2479 F: qemu-bridge-helper.c
2480 T: git https://github.com/jasowang/qemu.git net
2483 Netmap network backend
2484 M: Luigi Rizzo <rizzo@iet.unipi.it>
2485 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2486 M: Vincenzo Maffione <v.maffione@gmail.com>
2487 W: http://info.iet.unipi.it/~luigi/netmap/
2491 Host Memory Backends
2492 M: Eduardo Habkost <ehabkost@redhat.com>
2493 M: Igor Mammedov <imammedo@redhat.com>
2495 F: backends/hostmem*.c
2496 F: include/sysemu/hostmem.h
2497 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2500 M: Gonglei <arei.gonglei@huawei.com>
2502 F: include/sysemu/cryptodev*.h
2503 F: backends/cryptodev*.c
2506 M: John Snow <jsnow@redhat.com>
2507 M: Cleber Rosa <crosa@redhat.com>
2508 R: Eduardo Habkost <ehabkost@redhat.com>
2511 T: git https://gitlab.com/jsnow/qemu.git python
2514 M: Eduardo Habkost <ehabkost@redhat.com>
2515 M: Cleber Rosa <crosa@redhat.com>
2521 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2523 F: scripts/simplebench/
2526 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2528 F: include/qemu/transactions.h
2529 F: util/transactions.c
2532 M: Markus Armbruster <armbru@redhat.com>
2533 M: Michael Roth <michael.roth@amd.com>
2538 X: include/qapi/qmp/
2539 F: include/qapi/qmp/dispatch.h
2540 F: tests/qapi-schema/
2541 F: tests/unit/test-*-visitor.c
2542 F: tests/unit/test-qapi-*.c
2543 F: tests/unit/test-qmp-*.c
2544 F: tests/unit/test-visitor-serialization.c
2545 F: scripts/qapi-gen.py
2547 F: docs/sphinx/qapidoc.py
2549 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2552 M: Eric Blake <eblake@redhat.com>
2553 M: Markus Armbruster <armbru@redhat.com>
2556 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2559 M: Markus Armbruster <armbru@redhat.com>
2562 F: include/qapi/qmp/
2563 X: include/qapi/qmp/dispatch.h
2564 F: scripts/coccinelle/qobject.cocci
2565 F: tests/unit/check-qdict.c
2566 F: tests/unit/check-qjson.c
2567 F: tests/unit/check-qlist.c
2568 F: tests/unit/check-qlit.c
2569 F: tests/unit/check-qnull.c
2570 F: tests/unit/check-qnum.c
2571 F: tests/unit/check-qobject.c
2572 F: tests/unit/check-qstring.c
2573 F: tests/data/qobject/qdict.txt
2574 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2577 M: Michael Roth <michael.roth@amd.com>
2580 F: docs/interop/qemu-ga.rst
2581 F: docs/interop/qemu-ga-ref.rst
2582 F: scripts/qemu-guest-agent/
2583 F: tests/unit/test-qga.c
2584 T: git https://github.com/mdroth/qemu.git qga
2587 M: Paolo Bonzini <pbonzini@redhat.com>
2588 R: Daniel P. Berrange <berrange@redhat.com>
2589 R: Eduardo Habkost <ehabkost@redhat.com>
2591 F: docs/qdev-device-use.txt
2596 F: include/monitor/qdev.h
2600 F: scripts/coccinelle/qom-parent-type.cocci
2601 F: softmmu/qdev-monitor.c
2604 F: tests/unit/check-qom-interface.c
2605 F: tests/unit/check-qom-proplist.c
2606 F: tests/unit/test-qdev-global-props.c
2608 QOM boilerplate conversion script
2609 M: Eduardo Habkost <ehabkost@redhat.com>
2611 F: scripts/codeconverter/
2614 M: Markus Armbruster <armbru@redhat.com>
2616 F: monitor/monitor-internal.h
2619 F: monitor/monitor.c
2620 F: qapi/control.json
2622 F: qapi/introspect.json
2623 F: docs/devel/*qmp-*
2624 F: docs/interop/*qmp-*
2626 F: tests/qtest/qmp-test.c
2627 F: tests/qtest/qmp-cmd-test.c
2628 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2631 M: Thomas Huth <thuth@redhat.com>
2632 M: Laurent Vivier <lvivier@redhat.com>
2633 R: Paolo Bonzini <pbonzini@redhat.com>
2638 F: docs/devel/qgraph.rst
2639 X: tests/qtest/bios-tables-test*
2642 M: Alexander Bulekov <alxndr@bu.edu>
2643 R: Paolo Bonzini <pbonzini@redhat.com>
2644 R: Bandan Das <bsd@redhat.com>
2645 R: Stefan Hajnoczi <stefanha@redhat.com>
2646 R: Thomas Huth <thuth@redhat.com>
2648 F: tests/qtest/fuzz/
2649 F: tests/qtest/fuzz-*test.c
2650 F: scripts/oss-fuzz/
2651 F: hw/mem/sparse-mem.c
2652 F: docs/devel/fuzzing.rst
2655 M: Alistair Francis <alistair@alistair23.me>
2657 F: hw/core/register.c
2658 F: include/hw/register.h
2659 F: include/hw/registerfields.h
2662 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2666 F: include/net/slirp.h
2667 T: git https://people.debian.org/~sthibault/qemu.git slirp
2670 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2673 F: include/hw/stream.h
2676 M: Paolo Bonzini <pbonzini@redhat.com>
2681 M: Stefan Hajnoczi <stefanha@redhat.com>
2685 F: docs/qemu-option-trace.rst.inc
2687 F: scripts/tracetool.py
2688 F: scripts/tracetool/
2689 F: scripts/qemu-trace-stap*
2690 F: docs/tools/qemu-trace-stap.rst
2691 F: docs/devel/tracing.txt
2692 T: git https://github.com/stefanha/qemu.git tracing
2695 M: Stefan Berger <stefanb@linux.ibm.com>
2700 F: include/hw/acpi/tpm.h
2701 F: include/sysemu/tpm*
2704 F: tests/qtest/*tpm*
2705 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2709 F: scripts/checkpatch.pl
2712 M: Juan Quintela <quintela@redhat.com>
2713 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2715 F: hw/core/vmstate-if.c
2716 F: include/hw/vmstate-if.h
2717 F: include/migration/
2719 F: scripts/vmstate-static-checker.py
2720 F: tests/vmstate-static-checker-data/
2721 F: tests/qtest/migration-test.c
2722 F: docs/devel/migration.rst
2723 F: qapi/migration.json
2727 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2729 F: backends/dbus-vmstate.c
2730 F: tests/dbus-vmstate*
2732 F: include/qemu/dbus.h
2733 F: docs/interop/dbus.rst
2734 F: docs/interop/dbus-vmstate.rst
2737 M: Eduardo Otubo <otubo@redhat.com>
2739 F: softmmu/qemu-seccomp.c
2740 F: include/sysemu/seccomp.h
2743 M: Daniel P. Berrange <berrange@redhat.com>
2748 F: tests/unit/test-crypto-*
2749 F: tests/bench/benchmark-crypto-*
2750 F: tests/unit/crypto-tls-*
2751 F: tests/unit/pkix_asn1_tab.c
2755 M: Stefan Hajnoczi <stefanha@redhat.com>
2756 M: Kevin Wolf <kwolf@redhat.com>
2759 F: include/qemu/coroutine*
2760 F: tests/unit/test-coroutine.c
2763 M: Daniel P. Berrange <berrange@redhat.com>
2766 F: include/qemu/buffer.h
2769 M: Daniel P. Berrange <berrange@redhat.com>
2773 F: tests/unit/test-io-*
2776 M: Daniel P. Berrange <berrange@redhat.com>
2781 F: tests/unit/test-authz-*
2784 M: Daniel P. Berrange <berrange@redhat.com>
2785 M: Gerd Hoffmann <kraxel@redhat.com>
2787 F: include/qemu/sockets.h
2788 F: util/qemu-sockets.c
2789 F: qapi/sockets.json
2792 M: Daniel P. Berrange <berrange@redhat.com>
2794 F: util/filemonitor*.c
2795 F: include/qemu/filemonitor.h
2796 F: tests/unit/test-util-filemonitor.c
2798 Throttling infrastructure
2799 M: Alberto Garcia <berto@igalia.com>
2801 F: block/throttle-groups.c
2802 F: include/block/throttle-groups.h
2803 F: include/qemu/throttle*.h
2805 F: docs/throttle.txt
2806 F: tests/unit/test-throttle.c
2807 L: qemu-block@nongnu.org
2810 M: Fam Zheng <fam@euphon.net>
2813 F: include/qemu/uuid.h
2814 F: tests/unit/test-uuid.c
2817 M: Lukas Straub <lukasstraub2@web.de>
2820 F: migration/yank_functions*
2821 F: tests/unit/test-yank.c
2822 F: include/qemu/yank.h
2826 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2829 F: include/migration/colo.h
2830 F: include/migration/failover.h
2834 M: Zhang Chen <chen.zhang@intel.com>
2835 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2837 F: docs/colo-proxy.txt
2839 F: net/filter-rewriter.c
2840 F: net/filter-mirror.c
2843 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2844 R: Paolo Bonzini <pbonzini@redhat.com>
2845 W: https://wiki.qemu.org/Features/record-replay
2848 F: block/blkreplay.c
2849 F: net/filter-replay.c
2850 F: include/sysemu/replay.h
2853 F: tests/acceptance/replay_kernel.py
2854 F: tests/acceptance/reverse_debugging.py
2858 M: Peter Xu <peterx@redhat.com>
2860 F: include/qemu/iova-tree.h
2864 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2869 M: Corey Minyard <cminyard@mvista.com>
2872 F: hw/i2c/smbus_slave.c
2873 F: hw/i2c/smbus_master.c
2874 F: hw/i2c/smbus_eeprom.c
2875 F: include/hw/i2c/i2c.h
2876 F: include/hw/i2c/smbus_master.h
2877 F: include/hw/i2c/smbus_slave.h
2878 F: include/hw/i2c/smbus_eeprom.h
2880 Firmware schema specifications
2881 M: Laszlo Ersek <lersek@redhat.com>
2882 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2883 R: Daniel P. Berrange <berrange@redhat.com>
2884 R: Kashyap Chamarthy <kchamart@redhat.com>
2886 F: docs/interop/firmware.json
2889 M: Laszlo Ersek <lersek@redhat.com>
2890 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2892 F: pc-bios/descriptors/??-edk2-*.json
2894 F: roms/Makefile.edk2
2897 F: tests/data/uefi-boot-images/
2898 F: tests/uefi-test-tools/
2899 F: .gitlab-ci.d/edk2.yml
2900 F: .gitlab-ci.d/edk2/
2903 M: Michael S. Tsirkin <mst@redhat.com>
2904 M: Peter Xu <peterx@redhat.com>
2905 R: Jason Wang <jasowang@redhat.com>
2907 F: hw/i386/intel_iommu.c
2908 F: hw/i386/intel_iommu_internal.h
2909 F: include/hw/i386/intel_iommu.h
2912 M: Bin Meng <bmeng.cn@gmail.com>
2914 F: pc-bios/opensbi-*
2915 F: .gitlab-ci.d/opensbi.yml
2916 F: .gitlab-ci.d/opensbi/
2919 M: Luc Michel <luc@lmichel.fr>
2920 R: Damien Hedde <damien.hedde@greensocs.com>
2922 F: include/hw/clock.h
2923 F: include/hw/qdev-clock.h
2925 F: hw/core/clock-vmstate.c
2926 F: hw/core/qdev-clock.c
2927 F: docs/devel/clocks.rst
2931 Overall usermode emulation
2932 M: Riku Voipio <riku.voipio@iki.fi>
2935 F: accel/tcg/user-exec*.c
2938 M: Warner Losh <imp@bsdimp.com>
2939 R: Kyle Evans <kevans@freebsd.org>
2942 F: default-configs/targets/*-bsd-user.mak
2943 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
2946 M: Laurent Vivier <laurent@vivier.eu>
2949 F: default-configs/targets/*linux-user.mak
2950 F: scripts/qemu-binfmt-conf.sh
2951 F: scripts/update-syscalltbl.sh
2952 F: scripts/update-mips-syscall-args.sh
2953 F: scripts/gensyscalls.sh
2955 Tiny Code Generator (TCG)
2956 -------------------------
2958 M: Richard Henderson <richard.henderson@linaro.org>
2964 M: Alex Bennée <alex.bennee@linaro.org>
2966 F: docs/devel/tcg-plugins.rst
2969 F: tests/acceptance/tcg_plugins.py
2973 M: Richard Henderson <richard.henderson@linaro.org>
2975 L: qemu-arm@nongnu.org
2981 M: Andrzej Zaborowski <balrogg@gmail.com>
2983 L: qemu-arm@nongnu.org
2988 M: Richard Henderson <richard.henderson@linaro.org>
2994 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2995 R: Aurelien Jarno <aurelien@aurel32.net>
2996 R: Huacai Chen <chenhuacai@kernel.org>
2997 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2998 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3003 M: Richard Henderson <richard.henderson@linaro.org>
3009 M: Palmer Dabbelt <palmer@dabbelt.com>
3010 M: Alistair Francis <Alistair.Francis@wdc.com>
3011 L: qemu-riscv@nongnu.org
3017 M: Richard Henderson <richard.henderson@linaro.org>
3021 L: qemu-s390x@nongnu.org
3029 M: Stefan Weil <sw@weilnetz.de>
3038 M: Fam Zheng <fam@euphon.net>
3039 L: qemu-block@nongnu.org
3044 M: Jason Dillaman <dillaman@redhat.com>
3045 L: qemu-block@nongnu.org
3050 M: Jeff Cody <codyprime@gmail.com>
3051 L: qemu-block@nongnu.org
3056 M: Stefan Weil <sw@weilnetz.de>
3057 L: qemu-block@nongnu.org
3062 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3063 M: Paolo Bonzini <pbonzini@redhat.com>
3064 M: Peter Lieven <pl@kamp.de>
3065 L: qemu-block@nongnu.org
3068 F: block/iscsi-opts.c
3070 Network Block Device (NBD)
3071 M: Eric Blake <eblake@redhat.com>
3072 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3073 L: qemu-block@nongnu.org
3077 F: include/block/nbd*
3080 F: docs/interop/nbd.txt
3081 F: docs/tools/qemu-nbd.rst
3082 T: git https://repo.or.cz/qemu/ericb.git nbd
3083 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3086 M: Peter Lieven <pl@kamp.de>
3087 L: qemu-block@nongnu.org
3092 M: Richard W.M. Jones <rjones@redhat.com>
3093 L: qemu-block@nongnu.org
3098 L: qemu-block@nongnu.org
3103 L: qemu-block@nongnu.org
3104 L: integration@gluster.org
3109 M: Fam Zheng <fam@euphon.net>
3110 L: qemu-block@nongnu.org
3115 M: Stefan Hajnoczi <stefanha@redhat.com>
3116 R: Fam Zheng <fam@euphon.net>
3117 L: qemu-block@nongnu.org
3120 F: include/block/nvme.h
3121 T: git https://github.com/stefanha/qemu.git block
3124 M: Gonglei <arei.gonglei@huawei.com>
3126 F: softmmu/bootdevice.c
3129 M: Alberto Garcia <berto@igalia.com>
3132 L: qemu-block@nongnu.org
3135 M: Ari Sundholm <ari@tuxera.com>
3136 L: qemu-block@nongnu.org
3138 F: block/blklogwrites.c
3141 M: Stefan Hajnoczi <stefanha@redhat.com>
3142 L: qemu-block@nongnu.org
3144 F: block/blkverify.c
3147 M: Stefan Hajnoczi <stefanha@redhat.com>
3148 L: qemu-block@nongnu.org
3153 M: Stefan Hajnoczi <stefanha@redhat.com>
3154 L: qemu-block@nongnu.org
3159 M: Stefan Hajnoczi <stefanha@redhat.com>
3160 L: qemu-block@nongnu.org
3165 M: Stefan Hajnoczi <stefanha@redhat.com>
3166 M: Denis V. Lunev <den@openvz.org>
3167 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3168 L: qemu-block@nongnu.org
3170 F: block/parallels.c
3171 F: block/parallels-ext.c
3172 F: docs/interop/parallels.txt
3173 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3176 M: Stefan Hajnoczi <stefanha@redhat.com>
3177 L: qemu-block@nongnu.org
3182 M: Kevin Wolf <kwolf@redhat.com>
3183 L: qemu-block@nongnu.org
3185 F: block/linux-aio.c
3186 F: include/block/raw-aio.h
3187 F: block/raw-format.c
3188 F: block/file-posix.c
3189 F: block/file-win32.c
3190 F: block/win32-aio.c
3193 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3194 M: Julia Suvorova <jusual@redhat.com>
3195 M: Stefan Hajnoczi <stefanha@redhat.com>
3196 L: qemu-block@nongnu.org
3202 M: Kevin Wolf <kwolf@redhat.com>
3203 M: Max Reitz <mreitz@redhat.com>
3204 L: qemu-block@nongnu.org
3207 F: docs/interop/qcow2.txt
3210 M: Kevin Wolf <kwolf@redhat.com>
3211 L: qemu-block@nongnu.org
3216 M: Kevin Wolf <kwolf@redhat.com>
3217 M: Max Reitz <mreitz@redhat.com>
3218 L: qemu-block@nongnu.org
3223 M: Kevin Wolf <kwolf@redhat.com>
3224 L: qemu-block@nongnu.org
3229 M: Kevin Wolf <kwolf@redhat.com>
3230 L: qemu-block@nongnu.org
3235 M: Stefan Hajnoczi <stefanha@redhat.com>
3236 L: qemu-block@nongnu.org
3238 F: tests/image-fuzzer/
3240 Vhost-user block device backend server
3241 M: Coiby Xu <Coiby.Xu@gmail.com>
3243 F: block/export/vhost-user-blk-server.c
3244 F: block/export/vhost-user-blk-server.h
3245 F: include/qemu/vhost-user-server.h
3246 F: tests/qtest/libqos/vhost-user-blk.c
3247 F: util/vhost-user-server.c
3249 FUSE block device exports
3250 M: Max Reitz <mreitz@redhat.com>
3251 L: qemu-block@nongnu.org
3253 F: block/export/fuse.c
3256 M: Wen Congyang <wencongyang2@huawei.com>
3257 M: Xie Changlong <xiechanglong.d@gmail.com>
3260 F: block/replication.c
3261 F: tests/unit/test-replication.c
3262 F: docs/block-replication.txt
3265 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3266 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3271 F: contrib/rdmacm-mux/*
3275 M: Alex Bennée <alex.bennee@linaro.org>
3278 F: include/semihosting/
3279 F: tests/tcg/multiarch/arm-compat-semi/
3282 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3283 M: Jagannathan Raman <jag.raman@oracle.com>
3284 M: John G Johnson <john.g.johnson@oracle.com>
3286 F: docs/devel/multi-process.rst
3287 F: docs/system/multi-process.rst
3288 F: hw/pci-host/remote.c
3289 F: include/hw/pci-host/remote.h
3290 F: hw/remote/machine.c
3291 F: include/hw/remote/machine.h
3292 F: hw/remote/mpqemu-link.c
3293 F: include/hw/remote/mpqemu-link.h
3294 F: hw/remote/message.c
3295 F: hw/remote/remote-obj.c
3296 F: include/hw/remote/memory.h
3297 F: hw/remote/memory.c
3298 F: hw/remote/proxy.c
3299 F: include/hw/remote/proxy.h
3300 F: hw/remote/proxy-memory-listener.c
3301 F: include/hw/remote/proxy-memory-listener.h
3302 F: hw/remote/iohub.c
3303 F: include/hw/remote/iohub.h
3305 Build and test automation
3306 -------------------------
3307 Build and test automation, general continuous integration
3308 M: Alex Bennée <alex.bennee@linaro.org>
3309 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3310 M: Thomas Huth <thuth@redhat.com>
3311 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3312 R: Willian Rampazzo <willianr@redhat.com>
3314 F: .github/lockdown.yml
3321 F: scripts/archive-source.sh
3322 W: https://gitlab.com/qemu-project/qemu/pipelines
3323 W: https://travis-ci.org/qemu/qemu
3325 FreeBSD Hosted Continuous Integration
3326 M: Ed Maste <emaste@freebsd.org>
3327 M: Li-Wen Hsu <lwhsu@freebsd.org>
3330 W: https://cirrus-ci.com/github/qemu/qemu
3332 Windows Hosted Continuous Integration
3333 M: Yonggang Luo <luoyonggang@gmail.com>
3336 W: https://cirrus-ci.com/github/qemu/qemu
3338 Guest Test Compilation Support
3339 M: Alex Bennée <alex.bennee@linaro.org>
3340 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3342 F: tests/tcg/Makefile
3343 F: tests/tcg/Makefile.include
3345 Acceptance (Integration) Testing with the Avocado framework
3346 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3347 R: Cleber Rosa <crosa@redhat.com>
3348 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3349 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3351 F: tests/acceptance/
3355 Build system architecture
3356 M: Daniel P. Berrange <berrange@redhat.com>
3358 F: docs/devel/build-system.txt
3360 GIT Data Mining Config
3361 M: Alex Bennée <alex.bennee@linaro.org>
3366 Incompatible changes
3367 R: libvir-list@redhat.com
3368 F: docs/system/deprecated.rst
3373 M: Daniel P. Berrange <berrange@redhat.com>
3375 F: scripts/git-submodule.sh
3381 Sphinx documentation configuration and build machinery
3382 M: Peter Maydell <peter.maydell@linaro.org>
3390 Performance Tools and Tests
3391 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3393 F: scripts/performance/