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 (keep in sync with docs/devel/maintainers.rst):
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 Project policy and developer guides
68 R: Alex Bennée <alex.bennee@linaro.org>
69 R: Daniel P. Berrangé <berrange@redhat.com>
70 R: Thomas Huth <thuth@redhat.com>
71 R: Markus Armbruster <armbru@redhat.com>
72 R: Philippe Mathieu-Daudé <philmd@linaro.org>
73 R: Juan Quintela <quintela@redhat.com>
74 W: https://www.qemu.org/docs/master/devel/index.html
76 F: docs/devel/style.rst
77 F: docs/devel/code-of-conduct.rst
78 F: docs/devel/conflict-resolution.rst
79 F: docs/devel/submitting-a-patch.rst
80 F: docs/devel/submitting-a-pull-request.rst
82 Responsible Disclosure, Reporting Security Issues
83 -------------------------------------------------
84 W: https://wiki.qemu.org/SecurityProcess
85 M: Michael S. Tsirkin <mst@redhat.com>
86 L: secalert@redhat.com
91 M: Michael Tokarev <mjt@tls.msk.ru>
92 M: Laurent Vivier <laurent@vivier.eu>
94 L: qemu-trivial@nongnu.org
95 K: ^Subject:.*(?i)trivial
96 F: docs/devel/trivial-patches.rst
97 T: git git://git.corpit.ru/qemu.git trivial-patches
98 T: git https://github.com/vivier/qemu.git trivial-patches
102 S390 general architecture support
103 M: Thomas Huth <thuth@redhat.com>
105 F: configs/devices/s390x-softmmu/default.mak
107 F: hw/char/sclp*.[hc]
108 F: hw/char/terminal3270.c
109 F: hw/intc/s390_flic.c
110 F: hw/intc/s390_flic_kvm.c
114 F: hw/watchdog/wdt_diag288.c
116 F: include/hw/watchdog/wdt_diag288.h
118 F: pc-bios/s390-ccw.img
120 F: docs/system/target-s390x.rst
121 F: docs/system/s390x/
122 F: tests/migration/s390x/
123 K: ^Subject:.*(?i)s390x?
124 L: qemu-s390x@nongnu.org
126 MIPS general architecture support
127 M: Philippe Mathieu-Daudé <philmd@linaro.org>
128 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
130 K: ^Subject:.*(?i)mips
131 F: docs/system/target-mips.rst
132 F: configs/targets/mips*
134 Guest CPU cores (TCG)
135 ---------------------
137 M: Richard Henderson <richard.henderson@linaro.org>
138 R: Paolo Bonzini <pbonzini@redhat.com>
141 F: softmmu/watchpoint.c
144 F: page-vary-common.c
146 F: accel/stubs/tcg-stub.c
149 F: scripts/decodetree.py
150 F: docs/devel/decodetree.rst
152 F: include/exec/cpu*.h
153 F: include/exec/exec-all.h
154 F: include/exec/tb-flush.h
155 F: include/exec/target_long.h
156 F: include/exec/helper*.h
157 F: include/sysemu/cpus.h
158 F: include/sysemu/tcg.h
159 F: include/hw/core/tcg-cpu-ops.h
160 F: host/include/*/host/cpuinfo.h
165 M: Aurelien Jarno <aurelien@aurel32.net>
166 M: Peter Maydell <peter.maydell@linaro.org>
167 M: Alex Bennée <alex.bennee@linaro.org>
174 M: Richard Henderson <richard.henderson@linaro.org>
181 M: Peter Maydell <peter.maydell@linaro.org>
182 L: qemu-arm@nongnu.org
187 F: tests/tcg/aarch64/
188 F: tests/qtest/arm-cpu-features.c
191 F: include/hw/cpu/a*mpcore.h
192 F: docs/system/target-arm.rst
193 F: docs/system/arm/cpu-features.rst
196 M: Eric Auger <eric.auger@redhat.com>
197 L: qemu-arm@nongnu.org
200 F: include/hw/arm/smmu*
201 F: tests/avocado/smmu.py
204 M: Michael Rolnik <mrolnik@gmail.com>
206 F: docs/system/target-avr.rst
207 F: gdb-xml/avr-cpu.xml
209 F: tests/avocado/machine_avr6.py
212 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
221 M: Brian Cain <bcain@quicinc.com>
224 X: target/hexagon/idef-parser/
225 X: target/hexagon/gen_idef_parser_funcs.py
226 F: linux-user/hexagon/
227 F: tests/tcg/hexagon/
229 F: configs/targets/hexagon-linux-user/default.mak
230 F: docker/dockerfiles/debian-hexagon-cross.docker
231 F: gdb-xml/hexagon*.xml
234 M: Alessandro Di Federico <ale@rev.ng>
235 M: Anton Johansson <anjo@rev.ng>
237 F: target/hexagon/idef-parser/
238 F: target/hexagon/gen_idef_parser_funcs.py
240 HPPA (PA-RISC) TCG CPUs
241 M: Richard Henderson <richard.henderson@linaro.org>
247 M: Song Gao <gaosong@loongson.cn>
248 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
251 F: tests/tcg/loongarch64/
252 F: tests/avocado/machine_loongarch.py
255 M: Laurent Vivier <laurent@vivier.eu>
261 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
263 F: target/microblaze/
265 F: disas/microblaze.c
266 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
269 M: Philippe Mathieu-Daudé <philmd@linaro.org>
270 R: Aurelien Jarno <aurelien@aurel32.net>
271 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
272 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
276 F: docs/system/cpu-models-mips.rst.inc
280 R: Chris Wulff <crwulff@gmail.com>
281 R: Marek Vasut <marex@denx.de>
286 F: configs/devices/nios2-softmmu/default.mak
287 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
291 M: Stafford Horne <shorne@gmail.com>
293 F: docs/system/openrisc/cpu-features.rst
296 F: tests/tcg/openrisc/
299 M: Daniel Henrique Barboza <danielhb413@gmail.com>
300 R: Cédric Le Goater <clg@kaod.org>
301 R: David Gibson <david@gibson.dropbear.id.au>
302 R: Greg Kurz <groug@kaod.org>
303 L: qemu-ppc@nongnu.org
307 F: hw/ppc/ppc_booke.c
308 F: include/hw/ppc/ppc.h
311 M: Palmer Dabbelt <palmer@dabbelt.com>
312 M: Alistair Francis <alistair.francis@wdc.com>
313 M: Bin Meng <bin.meng@windriver.com>
314 R: Weiwei Li <liweiwei@iscas.ac.cn>
315 R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
316 R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
317 L: qemu-riscv@nongnu.org
322 F: linux-user/host/riscv32/
323 F: linux-user/host/riscv64/
325 RISC-V XThead* extensions
326 M: Christoph Muellner <christoph.muellner@vrull.eu>
327 M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
328 L: qemu-riscv@nongnu.org
330 F: target/riscv/insn_trans/trans_xthead.c.inc
331 F: target/riscv/xthead*.decode
333 RISC-V XVentanaCondOps extension
334 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
335 L: qemu-riscv@nongnu.org
337 F: target/riscv/XVentanaCondOps.decode
338 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
341 R: Yoshinori Sato <ysato@users.sourceforge.jp>
346 M: Richard Henderson <richard.henderson@linaro.org>
347 M: David Hildenbrand <david@redhat.com>
348 R: Ilya Leoshkevich <iii@linux.ibm.com>
354 L: qemu-s390x@nongnu.org
357 R: Yoshinori Sato <ysato@users.sourceforge.jp>
365 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
366 M: Artyom Tarasenko <atar4qemu@gmail.com>
371 F: include/hw/sparc/sparc64.h
375 M: Paolo Bonzini <pbonzini@redhat.com>
376 M: Richard Henderson <richard.henderson@linaro.org>
377 M: Eduardo Habkost <eduardo@habkost.net>
383 F: docs/system/i386/cpu.rst
384 F: docs/system/cpu-models-x86*
385 T: git https://gitlab.com/ehabkost/qemu.git x86-next
388 M: Max Filippov <jcmvbkbc@gmail.com>
389 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
394 F: tests/tcg/xtensaeb/
396 F: include/hw/xtensa/xtensa-isa.h
397 F: configs/devices/xtensa*/default.mak
400 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
404 F: include/hw/tricore/
405 F: tests/tcg/tricore/
407 Multiarch Linux User Tests
408 M: Alex Bennée <alex.bennee@linaro.org>
410 F: tests/tcg/multiarch/
412 Guest CPU Cores (KVM)
413 ---------------------
415 M: Paolo Bonzini <pbonzini@redhat.com>
416 L: kvm@vger.kernel.org
420 F: accel/stubs/kvm-stub.c
422 F: include/sysemu/kvm*.h
423 F: scripts/kvm/kvm_flightrecorder
426 M: Peter Maydell <peter.maydell@linaro.org>
427 L: qemu-arm@nongnu.org
432 M: Huacai Chen <chenhuacai@kernel.org>
435 F: target/mips/sysemu/
438 M: Daniel Henrique Barboza <danielhb413@gmail.com>
439 R: Cédric Le Goater <clg@kaod.org>
440 R: David Gibson <david@gibson.dropbear.id.au>
441 R: Greg Kurz <groug@kaod.org>
446 M: Halil Pasic <pasic@linux.ibm.com>
447 M: Christian Borntraeger <borntraeger@linux.ibm.com>
450 F: target/s390x/machine.c
451 F: target/s390x/sigp.c
453 F: include/hw/s390x/pv.h
455 T: git https://github.com/borntraeger/qemu.git s390-next
456 L: qemu-s390x@nongnu.org
459 M: Paolo Bonzini <pbonzini@redhat.com>
460 M: Marcelo Tosatti <mtosatti@redhat.com>
461 L: kvm@vger.kernel.org
463 F: docs/system/i386/amd-memory-encryption.rst
464 F: docs/system/i386/sgx.rst
467 F: scripts/kvm/vmxcap
469 Xen emulation on X86 KVM CPUs
470 M: David Woodhouse <dwmw2@infradead.org>
471 M: Paul Durrant <paul@xen.org>
473 F: include/sysemu/kvm_xen.h
474 F: target/i386/kvm/xen*
476 F: tests/avocado/xen_guest.py
478 Guest CPU Cores (other accelerators)
479 ------------------------------------
481 M: Richard Henderson <richard.henderson@linaro.org>
482 R: Paolo Bonzini <pbonzini@redhat.com>
484 F: include/qemu/accel.h
485 F: include/sysemu/accel-*.h
486 F: include/hw/core/accel-cpu.h
488 F: accel/Makefile.objs
489 F: accel/stubs/Makefile.objs
491 Apple Silicon HVF CPUs
492 M: Alexander Graf <agraf@csgraf.de>
497 M: Cameron Esfahani <dirty@apple.com>
498 M: Roman Bolshakov <r.bolshakov@yadro.com>
499 W: https://wiki.qemu.org/Features/HVF
504 M: Cameron Esfahani <dirty@apple.com>
505 M: Roman Bolshakov <r.bolshakov@yadro.com>
506 W: https://wiki.qemu.org/Features/HVF
509 F: include/sysemu/hvf.h
510 F: include/sysemu/hvf_int.h
513 M: Sunil Muthuswamy <sunilmut@microsoft.com>
516 F: include/sysemu/whpx.h
518 Guest CPU Cores (Xen)
519 ---------------------
521 M: Stefano Stabellini <sstabellini@kernel.org>
522 M: Anthony Perard <anthony.perard@citrix.com>
523 M: Paul Durrant <paul@xen.org>
524 L: xen-devel@lists.xenproject.org
529 F: hw/char/xen_console.c
530 F: hw/display/xenfb.c
534 F: hw/block/dataplane/xen*
538 F: hw/pci-host/xen_igd_pt.c
539 F: include/hw/block/dataplane/xen*
541 F: include/sysemu/xen.h
542 F: include/sysemu/xen-mapcache.h
543 F: stubs/xen-hw-stub.c
545 Guest CPU Cores (HAXM)
546 ---------------------
549 F: accel/stubs/hax-stub.c
550 F: include/sysemu/hax.h
553 Guest CPU Cores (NVMM)
554 ----------------------
555 NetBSD Virtual Machine Monitor (NVMM) CPU support
556 M: Reinoud Zandijk <reinoud@netbsd.org>
558 F: include/sysemu/nvmm.h
564 M: Michael S. Tsirkin <mst@redhat.com>
565 M: Cornelia Huck <cohuck@redhat.com>
566 M: Paolo Bonzini <pbonzini@redhat.com>
569 F: scripts/update-linux-headers.sh
572 M: Paolo Bonzini <pbonzini@redhat.com>
575 F: include/sysemu/os-posix.h
577 F: include/qemu/*posix*.h
580 M: Reinoud Zandijk <reinoud@netbsd.org>
581 M: Ryo ONODERA <ryoon@netbsd.org>
583 K: ^Subject:.*(?i)NetBSD
586 M: Brad Smith <brad@comstyle.com>
588 K: ^Subject:.*(?i)OpenBSD
591 M: Stefan Weil <sw@weilnetz.de>
601 M: Philippe Mathieu-Daudé <philmd@linaro.org>
603 F: .gitlab-ci.d/cirrus/macos-*
605 F: scripts/entitlement.sh
609 M: Richard Henderson <richard.henderson@linaro.org>
612 F: hw/isa/smc37c669-superio.c
613 F: tests/tcg/alpha/system/
618 M: Beniamino Galvani <b.galvani@gmail.com>
619 M: Peter Maydell <peter.maydell@linaro.org>
620 R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
621 L: qemu-arm@nongnu.org
624 F: include/hw/*/allwinner*
625 F: hw/arm/cubieboard.c
626 F: docs/system/arm/cubieboard.rst
630 M: Niek Linnenbank <nieklinnenbank@gmail.com>
631 L: qemu-arm@nongnu.org
633 F: hw/*/allwinner-h3*
634 F: include/hw/*/allwinner-h3*
636 F: docs/system/arm/orangepi.rst
638 ARM PrimeCell and CMSDK devices
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
643 F: include/hw/char/pl011.h
646 F: include/hw/dma/pl080.h
653 F: include/hw/ssi/pl022.h
655 F: include/hw/rtc/pl031.h
656 F: include/hw/arm/primecell.h
657 F: hw/timer/cmsdk-apb-timer.c
658 F: include/hw/timer/cmsdk-apb-timer.h
659 F: tests/qtest/cmsdk-apb-timer-test.c
660 F: hw/timer/cmsdk-apb-dualtimer.c
661 F: include/hw/timer/cmsdk-apb-dualtimer.h
662 F: tests/qtest/cmsdk-apb-dualtimer-test.c
663 F: hw/char/cmsdk-apb-uart.c
664 F: include/hw/char/cmsdk-apb-uart.h
665 F: hw/watchdog/cmsdk-apb-watchdog.c
666 F: include/hw/watchdog/cmsdk-apb-watchdog.h
667 F: tests/qtest/cmsdk-apb-watchdog-test.c
669 F: include/hw/misc/tz-ppc.h
671 F: include/hw/misc/tz-mpc.h
673 F: include/hw/misc/tz-msc.h
676 M: Peter Maydell <peter.maydell@linaro.org>
677 L: qemu-arm@nongnu.org
680 F: hw/intc/gic_internal.h
682 F: hw/misc/arm11scu.c
683 F: hw/misc/arm_l2x0.c
684 F: hw/misc/armv7m_ras.c
685 F: hw/timer/a9gtimer*
687 F: include/hw/arm/arm*.h
688 F: include/hw/intc/arm*
689 F: include/hw/misc/a9scu.h
690 F: include/hw/misc/arm11scu.h
691 F: include/hw/timer/a9gtimer.h
692 F: include/hw/timer/arm_mptimer.h
693 F: include/hw/timer/armv7m_systick.h
694 F: include/hw/misc/armv7m_ras.h
695 F: tests/qtest/test-arm-mptimer.c
698 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
699 M: Peter Maydell <peter.maydell@linaro.org>
700 L: qemu-arm@nongnu.org
703 F: include/hw/*/exynos*
706 M: Rob Herring <robh@kernel.org>
707 M: Peter Maydell <peter.maydell@linaro.org>
708 L: qemu-arm@nongnu.org
712 F: docs/system/arm/highbank.rst
715 M: Antony Pavlov <antonynpavlov@gmail.com>
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
719 F: include/hw/arm/digic.h
721 F: include/hw/*/digic*
722 F: tests/avocado/machine_arm_canona1100.py
723 F: docs/system/arm/digic.rst
726 M: Anup Patel <anup.patel@wdc.com>
727 M: Alistair Francis <Alistair.Francis@wdc.com>
728 L: qemu-riscv@nongnu.org
730 F: hw/rtc/goldfish_rtc.c
731 F: include/hw/rtc/goldfish_rtc.h
734 M: Peter Maydell <peter.maydell@linaro.org>
735 R: Philippe Mathieu-Daudé <philmd@linaro.org>
736 L: qemu-arm@nongnu.org
739 F: docs/system/arm/gumstix.rst
742 M: Peter Maydell <peter.maydell@linaro.org>
743 R: Jean-Christophe Dubois <jcd@tribudubois.net>
744 L: qemu-arm@nongnu.org
746 F: hw/arm/fsl-imx25.c
747 F: hw/arm/imx25_pdk.c
748 F: hw/misc/imx25_ccm.c
749 F: hw/watchdog/wdt_imx2.c
750 F: include/hw/arm/fsl-imx25.h
751 F: include/hw/misc/imx25_ccm.h
752 F: include/hw/watchdog/wdt_imx2.h
753 F: docs/system/arm/imx25-pdk.rst
756 M: Peter Maydell <peter.maydell@linaro.org>
757 L: qemu-arm@nongnu.org
762 F: include/hw/*/imx_*
763 F: include/hw/*/*imx31*
764 F: docs/system/arm/kzm.rst
767 M: Peter Maydell <peter.maydell@linaro.org>
768 L: qemu-arm@nongnu.org
770 F: hw/arm/integratorcp.c
771 F: hw/misc/arm_integrator_debug.c
772 F: include/hw/misc/arm_integrator_debug.h
773 F: tests/avocado/machine_arm_integratorcp.py
774 F: docs/system/arm/integratorcp.rst
776 MCIMX6UL EVK / i.MX6ul
777 M: Peter Maydell <peter.maydell@linaro.org>
778 R: Jean-Christophe Dubois <jcd@tribudubois.net>
779 L: qemu-arm@nongnu.org
781 F: hw/arm/mcimx6ul-evk.c
782 F: hw/arm/fsl-imx6ul.c
783 F: hw/misc/imx6ul_ccm.c
784 F: include/hw/arm/fsl-imx6ul.h
785 F: include/hw/misc/imx6ul_ccm.h
787 MCIMX7D SABRE / i.MX7
788 M: Peter Maydell <peter.maydell@linaro.org>
789 R: Andrey Smirnov <andrew.smirnov@gmail.com>
790 L: qemu-arm@nongnu.org
792 F: hw/arm/mcimx7d-sabre.c
795 F: include/hw/arm/fsl-imx7.h
796 F: include/hw/misc/imx7_*.h
797 F: hw/pci-host/designware.c
798 F: include/hw/pci-host/designware.h
801 M: Peter Maydell <peter.maydell@linaro.org>
802 L: qemu-arm@nongnu.org
807 F: include/hw/misc/mps2-*.h
809 F: include/hw/arm/armsse.h
810 F: hw/misc/iotkit-secctl.c
811 F: include/hw/misc/iotkit-secctl.h
812 F: hw/misc/iotkit-sysctl.c
813 F: include/hw/misc/iotkit-sysctl.h
814 F: hw/misc/iotkit-sysinfo.c
815 F: include/hw/misc/iotkit-sysinfo.h
816 F: hw/misc/armsse-cpu-pwrctrl.c
817 F: include/hw/misc/armsse-cpu-pwrctrl.h
818 F: hw/misc/armsse-cpuid.c
819 F: include/hw/misc/armsse-cpuid.h
820 F: hw/misc/armsse-mhu.c
821 F: include/hw/misc/armsse-mhu.h
822 F: hw/timer/sse-counter.c
823 F: include/hw/timer/sse-counter.h
824 F: hw/timer/sse-timer.c
825 F: include/hw/timer/sse-timer.h
826 F: tests/qtest/sse-timer-test.c
827 F: docs/system/arm/mps2.rst
830 M: Peter Maydell <peter.maydell@linaro.org>
831 L: qemu-arm@nongnu.org
834 F: docs/system/arm/musca.rst
837 M: Jan Kiszka <jan.kiszka@web.de>
838 M: Peter Maydell <peter.maydell@linaro.org>
839 L: qemu-arm@nongnu.org
842 F: hw/net/mv88w8618_eth.c
843 F: include/hw/net/mv88w8618_eth.h
844 F: docs/system/arm/musicpal.rst
847 M: Tyrone Ting <kfting@nuvoton.com>
848 M: Hao Wu <wuhaotsh@google.com>
849 L: qemu-arm@nongnu.org
852 F: include/hw/*/npcm*
854 F: pc-bios/npcm7xx_bootrom.bin
856 F: docs/system/arm/nuvoton.rst
859 M: Peter Maydell <peter.maydell@linaro.org>
860 L: qemu-arm@nongnu.org
863 F: hw/display/blizzard.c
865 F: hw/input/tsc2005.c
868 F: include/hw/display/blizzard.h
869 F: include/hw/input/lm832x.h
870 F: include/hw/input/tsc2xxx.h
871 F: include/hw/misc/cbus.h
872 F: tests/avocado/machine_arm_n8x0.py
873 F: docs/system/arm/nseries.rst
876 M: Peter Maydell <peter.maydell@linaro.org>
877 L: qemu-arm@nongnu.org
880 F: hw/input/tsc210x.c
881 F: include/hw/input/tsc2xxx.h
882 F: docs/system/arm/palm.rst
885 M: Peter Maydell <peter.maydell@linaro.org>
886 R: Philippe Mathieu-Daudé <philmd@linaro.org>
887 L: qemu-arm@nongnu.org
890 F: hw/arm/raspi_platform.h
892 F: include/hw/arm/raspi*
893 F: include/hw/*/bcm283*
894 F: docs/system/arm/raspi.rst
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
901 F: hw/cpu/realview_mpcore.c
902 F: hw/intc/realview_gic.c
903 F: include/hw/intc/realview_gic.h
904 F: docs/system/arm/realview.rst
907 M: Peter Maydell <peter.maydell@linaro.org>
908 L: qemu-arm@nongnu.org
910 F: hw/arm/mainstone.c
915 F: hw/display/tc6393xb.c
918 F: hw/misc/mst_fpga.c
920 F: include/hw/adc/max111x.h
921 F: include/hw/arm/pxa.h
922 F: include/hw/arm/sharpsl.h
923 F: include/hw/display/tc6393xb.h
924 F: docs/system/arm/xscale.rst
925 F: docs/system/arm/mainstone.rst
928 M: Peter Maydell <peter.maydell@linaro.org>
929 R: Jean-Christophe Dubois <jcd@tribudubois.net>
930 L: qemu-arm@nongnu.org
932 F: docs/system/arm/sabrelite.rst
933 F: hw/arm/sabrelite.c
937 F: hw/usb/imx-usb-phy.c
938 F: include/hw/usb/imx-usb-phy.h
939 F: include/hw/arm/fsl-imx6.h
940 F: include/hw/misc/imx6_*.h
941 F: include/hw/ssi/imx_spi.h
944 M: Radoslaw Biernacki <rad@semihalf.com>
945 M: Peter Maydell <peter.maydell@linaro.org>
946 R: Leif Lindholm <quic_llindhol@quicinc.com>
947 R: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
948 L: qemu-arm@nongnu.org
951 F: docs/system/arm/sbsa.rst
952 F: tests/avocado/machine_aarch64_sbsaref.py
954 Sharp SL-5500 (Collie) PDA
955 M: Peter Maydell <peter.maydell@linaro.org>
956 L: qemu-arm@nongnu.org
960 F: docs/system/arm/collie.rst
963 M: Peter Maydell <peter.maydell@linaro.org>
964 L: qemu-arm@nongnu.org
967 F: include/hw/input/gamepad.h
968 F: docs/system/arm/stellaris.rst
971 M: Alexandre Iooss <erdnaxe@crans.org>
972 L: qemu-arm@nongnu.org
974 F: hw/arm/stm32vldiscovery.c
975 F: docs/system/arm/stm32.rst
978 M: Peter Maydell <peter.maydell@linaro.org>
979 L: qemu-arm@nongnu.org
982 F: docs/system/arm/vexpress.rst
985 M: Peter Maydell <peter.maydell@linaro.org>
986 L: qemu-arm@nongnu.org
989 F: hw/i2c/arm_sbcon_i2c.c
990 F: include/hw/i2c/arm_sbcon_i2c.h
991 F: hw/misc/arm_sysctl.c
992 F: docs/system/arm/versatile.rst
995 M: Peter Maydell <peter.maydell@linaro.org>
996 L: qemu-arm@nongnu.org
999 F: include/hw/arm/virt.h
1000 F: docs/system/arm/virt.rst
1001 F: tests/avocado/machine_aarch64_virt.py
1004 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1005 M: Alistair Francis <alistair@alistair23.me>
1006 M: Peter Maydell <peter.maydell@linaro.org>
1007 L: qemu-arm@nongnu.org
1011 F: hw/misc/zynq_slcr.c
1012 F: hw/adc/zynq-xadc.c
1013 F: include/hw/misc/zynq_slcr.h
1014 F: include/hw/adc/zynq-xadc.h
1017 Xilinx ZynqMP and Versal
1018 M: Alistair Francis <alistair@alistair23.me>
1019 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1020 M: Peter Maydell <peter.maydell@linaro.org>
1021 L: qemu-arm@nongnu.org
1024 F: include/hw/*/xlnx*.h
1025 F: include/hw/ssi/xilinx_spips.h
1026 F: hw/display/dpcd.c
1027 F: include/hw/display/dpcd.h
1028 F: docs/system/arm/xlnx-versal-virt.rst
1031 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1033 F: hw/ssi/xlnx-versal-ospi.c
1034 F: include/hw/ssi/xlnx-versal-ospi.h
1037 M: Alexandre Iooss <erdnaxe@crans.org>
1038 L: qemu-arm@nongnu.org
1040 F: hw/arm/stm32f100_soc.c
1043 M: Alistair Francis <alistair@alistair23.me>
1044 M: Peter Maydell <peter.maydell@linaro.org>
1045 L: qemu-arm@nongnu.org
1047 F: hw/arm/stm32f205_soc.c
1048 F: hw/misc/stm32f2xx_syscfg.c
1049 F: hw/char/stm32f2xx_usart.c
1050 F: hw/timer/stm32f2xx_timer.c
1052 F: hw/ssi/stm32f2xx_spi.c
1053 F: include/hw/*/stm32*.h
1056 M: Alistair Francis <alistair@alistair23.me>
1057 M: Peter Maydell <peter.maydell@linaro.org>
1058 L: qemu-arm@nongnu.org
1060 F: hw/arm/stm32f405_soc.c
1061 F: hw/misc/stm32f4xx_syscfg.c
1062 F: hw/misc/stm32f4xx_exti.c
1065 M: Alistair Francis <alistair@alistair23.me>
1066 M: Peter Maydell <peter.maydell@linaro.org>
1067 L: qemu-arm@nongnu.org
1069 F: hw/arm/netduino2.c
1072 M: Alistair Francis <alistair@alistair23.me>
1073 M: Peter Maydell <peter.maydell@linaro.org>
1074 L: qemu-arm@nongnu.org
1076 F: hw/arm/netduinoplus2.c
1079 M: Felipe Balbi <balbi@kernel.org>
1080 L: qemu-arm@nongnu.org
1082 F: hw/arm/olimex-stm32-h405.c
1085 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1086 M: Peter Maydell <peter.maydell@linaro.org>
1087 L: qemu-arm@nongnu.org
1089 F: hw/arm/msf2-soc.c
1090 F: hw/misc/msf2-sysreg.c
1091 F: hw/timer/mss-timer.c
1093 F: include/hw/arm/msf2-soc.h
1094 F: include/hw/misc/msf2-sysreg.h
1095 F: include/hw/timer/mss-timer.h
1096 F: include/hw/ssi/mss-spi.h
1097 F: hw/net/msf2-emac.c
1098 F: include/hw/net/msf2-emac.h
1101 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1102 M: Peter Maydell <peter.maydell@linaro.org>
1103 L: qemu-arm@nongnu.org
1105 F: hw/arm/msf2-som.c
1106 F: docs/system/arm/emcraft-sf2.rst
1109 M: Cédric Le Goater <clg@kaod.org>
1110 M: Peter Maydell <peter.maydell@linaro.org>
1111 R: Andrew Jeffery <andrew@aj.id.au>
1112 R: Joel Stanley <joel@jms.id.au>
1113 L: qemu-arm@nongnu.org
1116 F: hw/misc/pca9552.c
1117 F: include/hw/*/*aspeed*
1118 F: include/hw/misc/pca9552*.h
1119 F: hw/net/ftgmac100.c
1120 F: include/hw/net/ftgmac100.h
1121 F: docs/system/arm/aspeed.rst
1126 M: Joel Stanley <joel@jms.id.au>
1127 M: Peter Maydell <peter.maydell@linaro.org>
1128 L: qemu-arm@nongnu.org
1132 F: include/hw/*/nrf51*.h
1133 F: include/hw/*/microbit*.h
1134 F: tests/qtest/microbit-test.c
1135 F: docs/system/arm/nrf.rst
1141 M: Michael Rolnik <mrolnik@gmail.com>
1143 F: configs/devices/avr-softmmu/default.mak
1145 F: include/hw/char/avr_usart.h
1146 F: hw/char/avr_usart.c
1147 F: include/hw/timer/avr_timer16.h
1148 F: hw/timer/avr_timer16.c
1149 F: include/hw/misc/avr_power.h
1150 F: hw/misc/avr_power.c
1153 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1162 F: hw/cris/axis_dev88.c
1168 M: Richard Henderson <richard.henderson@linaro.org>
1169 R: Helge Deller <deller@gmx.de>
1171 F: configs/devices/hppa-softmmu/default.mak
1175 F: hw/pci-host/dino.c
1176 F: include/hw/misc/lasi.h
1177 F: include/hw/net/lasi_82596.h
1178 F: include/hw/pci-host/dino.h
1179 F: pc-bios/hppa-firmware.img
1184 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1185 M: Song Gao <gaosong@loongson.cn>
1187 F: docs/system/loongarch/virt.rst
1188 F: configs/targets/loongarch64-softmmu.mak
1189 F: configs/devices/loongarch64-softmmu/default.mak
1191 F: include/hw/loongarch/virt.h
1192 F: include/hw/intc/loongarch_*.h
1193 F: hw/intc/loongarch_*.c
1194 F: include/hw/pci-host/ls7a.h
1195 F: hw/rtc/ls7a_rtc.c
1196 F: gdb-xml/loongarch*.xml
1201 M: Thomas Huth <huth@tuxfamily.org>
1204 F: hw/m68k/mcf5206.c
1207 M: Thomas Huth <huth@tuxfamily.org>
1209 F: hw/m68k/mcf5208.c
1210 F: hw/m68k/mcf_intc.c
1211 F: hw/char/mcf_uart.c
1213 F: include/hw/m68k/mcf*.h
1216 M: Thomas Huth <huth@tuxfamily.org>
1219 F: hw/display/next-fb.c
1220 F: include/hw/m68k/next-cube.h
1223 M: Laurent Vivier <laurent@vivier.eu>
1226 F: hw/misc/mac_via.c
1228 F: hw/display/macfb.c
1230 F: hw/m68k/bootinfo.h
1231 F: include/standard-headers/asm-m68k/bootinfo.h
1232 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1233 F: include/hw/misc/mac_via.h
1234 F: include/hw/nubus/*
1235 F: include/hw/display/macfb.h
1236 F: include/hw/block/swim.h
1239 M: Laurent Vivier <laurent@vivier.eu>
1242 F: hw/char/goldfish_tty.c
1243 F: hw/intc/goldfish_pic.c
1244 F: hw/intc/m68k_irqc.c
1245 F: hw/misc/virt_ctrl.c
1246 F: include/hw/char/goldfish_tty.h
1247 F: include/hw/intc/goldfish_pic.h
1248 F: include/hw/intc/m68k_irqc.h
1249 F: include/hw/misc/virt_ctrl.h
1253 petalogix_s3adsp1800
1254 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1256 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1257 F: include/hw/char/xilinx_uartlite.h
1258 F: tests/avocado/machine_microblaze.py
1261 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1263 F: hw/microblaze/petalogix_ml605_mmu.c
1267 Overall MIPS Machines
1268 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1270 F: configs/devices/mips*/*
1275 M: Hervé Poussineau <hpoussin@reactos.org>
1276 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1279 F: hw/display/jazz_led.c
1283 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1284 R: Aurelien Jarno <aurelien@aurel32.net>
1289 F: hw/pci-host/gt64120.c
1290 F: include/hw/southbridge/piix.h
1291 F: tests/avocado/linux_ssh_mips_malta.py
1292 F: tests/avocado/machine_mips_malta.py
1295 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1297 F: hw/mips/mipssim.c
1301 M: Huacai Chen <chenhuacai@kernel.org>
1302 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1303 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1305 F: hw/mips/fuloong2e.c
1306 F: hw/isa/vt82c686.c
1307 F: hw/pci-host/bonito.c
1308 F: hw/usb/vt82c686-uhci-pci.c
1309 F: include/hw/isa/vt82c686.h
1310 F: include/hw/pci-host/bonito.h
1311 F: tests/avocado/machine_mips_fuloong2e.py
1313 Loongson-3 virtual platforms
1314 M: Huacai Chen <chenhuacai@kernel.org>
1315 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1317 F: hw/intc/loongson_liointc.c
1318 F: hw/mips/loongson3_bootp.c
1319 F: hw/mips/loongson3_bootp.h
1320 F: hw/mips/loongson3_virt.c
1321 F: tests/avocado/machine_mips_loongson3v.py
1324 M: Paul Burton <paulburton@kernel.org>
1325 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1327 F: hw/core/loader-fit.c
1329 F: hw/pci-host/xilinx-pcie.c
1330 F: include/hw/pci-host/xilinx-pcie.h
1335 M: Jia Liu <proljc@gmail.com>
1337 F: docs/system/openrisc/or1k-sim.rst
1338 F: hw/openrisc/openrisc_sim.c
1343 L: qemu-ppc@nongnu.org
1345 F: hw/ppc/ppc405_boards.c
1348 L: qemu-ppc@nongnu.org
1350 F: hw/ppc/ppc440_bamboo.c
1351 F: tests/avocado/ppc_bamboo.py
1354 L: qemu-ppc@nongnu.org
1357 F: hw/gpio/mpc8xxx.c
1359 F: hw/net/fsl_etsec/
1360 F: hw/pci-host/ppce500.c
1361 F: include/hw/ppc/ppc_e500.h
1362 F: include/hw/pci-host/ppce500.h
1363 F: pc-bios/u-boot.e500
1364 F: hw/intc/openpic_kvm.h
1365 F: include/hw/ppc/openpic_kvm.h
1368 L: qemu-ppc@nongnu.org
1370 F: hw/ppc/mpc8544ds.c
1371 F: hw/ppc/mpc8544_guts.c
1372 F: tests/avocado/ppc_mpc8544ds.py
1375 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1376 L: qemu-ppc@nongnu.org
1378 F: docs/system/ppc/powermac.rst
1379 F: hw/ppc/mac_newworld.c
1380 F: hw/pci-host/uninorth.c
1381 F: hw/pci-bridge/dec.[hc]
1383 F: hw/misc/mos6522.c
1384 F: hw/nvram/mac_nvram.c
1386 F: include/hw/misc/macio/
1387 F: include/hw/misc/mos6522.h
1388 F: include/hw/nvram/mac_nvram.h
1389 F: include/hw/ppc/mac_dbdma.h
1390 F: include/hw/pci-host/uninorth.h
1391 F: include/hw/input/adb*
1392 F: pc-bios/qemu_vga.ndrv
1395 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1396 L: qemu-ppc@nongnu.org
1398 F: docs/system/ppc/powermac.rst
1399 F: hw/ppc/mac_oldworld.c
1400 F: hw/pci-host/grackle.c
1402 F: hw/intc/heathrow_pic.c
1404 F: include/hw/intc/heathrow_pic.h
1405 F: include/hw/input/adb*
1406 F: include/hw/pci-host/grackle.h
1407 F: pc-bios/qemu_vga.ndrv
1410 M: Hervé Poussineau <hpoussin@reactos.org>
1411 L: qemu-ppc@nongnu.org
1413 F: docs/system/ppc/prep.rst
1415 F: hw/ppc/prep_systemio.c
1416 F: hw/ppc/rs6000_mc.c
1417 F: hw/pci-host/raven.c
1421 F: hw/rtc/m48t59-isa.c
1422 F: include/hw/isa/pc87312.h
1423 F: include/hw/rtc/m48t59.h
1424 F: tests/avocado/ppc_prep_40p.py
1427 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1428 R: Cédric Le Goater <clg@kaod.org>
1429 R: David Gibson <david@gibson.dropbear.id.au>
1430 R: Greg Kurz <groug@kaod.org>
1431 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1432 L: qemu-ppc@nongnu.org
1435 F: include/hw/*/spapr*
1437 F: include/hw/*/xics*
1439 F: docs/system/ppc/pseries.rst
1440 F: docs/specs/ppc-spapr-*
1441 F: tests/qtest/spapr*
1442 F: tests/qtest/libqos/*spapr*
1443 F: tests/qtest/rtas*
1444 F: tests/qtest/libqos/rtas*
1445 F: tests/avocado/ppc_pseries.py
1447 PowerNV (Non-Virtualized)
1448 M: Cédric Le Goater <clg@kaod.org>
1449 L: qemu-ppc@nongnu.org
1451 F: docs/system/ppc/powernv.rst
1454 F: hw/intc/xics_pnv.c
1456 F: include/hw/ppc/pnv*
1457 F: include/hw/pci-host/pnv*
1458 F: pc-bios/skiboot.lid
1462 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1463 L: qemu-ppc@nongnu.org
1465 F: hw/ppc/virtex_ml507.c
1466 F: tests/avocado/ppc_virtex_ml507.py
1469 M: BALATON Zoltan <balaton@eik.bme.hu>
1470 L: qemu-ppc@nongnu.org
1472 F: hw/ppc/sam460ex.c
1473 F: hw/ppc/ppc440_pcix.c
1474 F: hw/display/sm501*
1477 F: pc-bios/canyonlands.dt[sb]
1478 F: pc-bios/u-boot-sam460ex-20100605.bin
1479 F: roms/u-boot-sam460ex
1482 M: BALATON Zoltan <balaton@eik.bme.hu>
1483 L: qemu-ppc@nongnu.org
1485 F: hw/ppc/pegasos2.c
1486 F: hw/pci-host/mv64361.c
1487 F: hw/pci-host/mv643xx.h
1488 F: include/hw/pci-host/mv64361.h
1490 Virtual Open Firmware (VOF)
1491 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1492 R: Cédric Le Goater <clg@kaod.org>
1493 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1494 R: David Gibson <david@gibson.dropbear.id.au>
1495 R: Greg Kurz <groug@kaod.org>
1496 L: qemu-ppc@nongnu.org
1498 F: hw/ppc/spapr_vof*
1500 F: include/hw/ppc/vof*
1507 M: Alistair Francis <Alistair.Francis@wdc.com>
1508 L: qemu-riscv@nongnu.org
1510 F: hw/riscv/opentitan.c
1512 F: include/hw/riscv/opentitan.h
1513 F: include/hw/*/ibex_*.h
1515 Microchip PolarFire SoC Icicle Kit
1516 M: Bin Meng <bin.meng@windriver.com>
1517 L: qemu-riscv@nongnu.org
1519 F: hw/riscv/microchip_pfsoc.c
1520 F: hw/char/mchp_pfsoc_mmuart.c
1521 F: hw/misc/mchp_pfsoc_dmc.c
1522 F: hw/misc/mchp_pfsoc_ioscb.c
1523 F: hw/misc/mchp_pfsoc_sysreg.c
1524 F: include/hw/riscv/microchip_pfsoc.h
1525 F: include/hw/char/mchp_pfsoc_mmuart.h
1526 F: include/hw/misc/mchp_pfsoc_dmc.h
1527 F: include/hw/misc/mchp_pfsoc_ioscb.h
1528 F: include/hw/misc/mchp_pfsoc_sysreg.h
1531 M: Vijai Kumar K <vijai@behindbytes.com>
1532 L: qemu-riscv@nongnu.org
1534 F: hw/riscv/shakti_c.c
1535 F: hw/char/shakti_uart.c
1536 F: include/hw/riscv/shakti_c.h
1537 F: include/hw/char/shakti_uart.h
1540 M: Alistair Francis <Alistair.Francis@wdc.com>
1541 M: Bin Meng <bin.meng@windriver.com>
1542 M: Palmer Dabbelt <palmer@dabbelt.com>
1543 L: qemu-riscv@nongnu.org
1546 F: include/hw/*/*sifive*.h
1551 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1553 F: docs/system/target-rx.rst
1554 F: hw/rx/rx-gdbsim.c
1555 F: tests/avocado/machine_rx_gdbsim.py
1560 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1561 R: Magnus Damm <magnus.damm@gmail.com>
1563 F: hw/char/sh_serial.c
1565 F: hw/intc/sh_intc.c
1566 F: hw/pci-host/sh_pci.c
1567 F: hw/timer/sh_timer.c
1568 F: include/hw/sh4/sh_intc.h
1571 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1572 R: Magnus Damm <magnus.damm@gmail.com>
1574 F: hw/block/tc58128.c
1575 F: hw/char/sh_serial.c
1577 F: hw/intc/sh_intc.c
1578 F: hw/timer/sh_timer.c
1579 F: include/hw/sh4/sh_intc.h
1584 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1587 F: hw/sparc/sun4m_iommu.c
1590 F: hw/dma/sparc32_dma.c
1591 F: hw/misc/eccmemctl.c
1593 F: include/hw/nvram/sun_nvram.h
1594 F: include/hw/sparc/sparc32_dma.h
1595 F: include/hw/sparc/sun4m_iommu.h
1596 F: pc-bios/openbios-sparc32
1599 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1601 F: hw/sparc64/sun4u.c
1602 F: hw/sparc64/sun4u_iommu.c
1603 F: include/hw/sparc/sun4u_iommu.h
1604 F: hw/pci-host/sabre.c
1605 F: include/hw/pci-host/sabre.h
1606 F: hw/pci-bridge/simba.c
1607 F: include/hw/pci-bridge/simba.h
1608 F: pc-bios/openbios-sparc64
1609 F: tests/avocado/machine_sparc64_sun4u.py
1612 M: Artyom Tarasenko <atar4qemu@gmail.com>
1614 F: hw/sparc64/niagara.c
1615 F: hw/rtc/sun4v-rtc.c
1616 F: include/hw/rtc/sun4v-rtc.h
1619 M: Fabien Chouteau <chouteau@adacore.com>
1620 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1624 F: include/hw/*/grlib*
1625 F: tests/avocado/machine_sparc_leon3.py
1630 M: Halil Pasic <pasic@linux.ibm.com>
1631 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1632 M: Eric Farman <farman@linux.ibm.com>
1635 F: include/hw/s390x/
1636 F: configs/devices/s390x-softmmu/default.mak
1637 F: tests/avocado/machine_s390_ccw_virtio.py
1638 T: git https://github.com/borntraeger/qemu.git s390-next
1639 L: qemu-s390x@nongnu.org
1642 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1643 M: Thomas Huth <thuth@redhat.com>
1646 F: pc-bios/s390-ccw/
1647 F: pc-bios/s390-ccw.img
1648 F: docs/devel/s390-dasd-ipl.rst
1649 T: git https://github.com/borntraeger/qemu.git s390-next
1650 L: qemu-s390x@nongnu.org
1653 M: Matthew Rosato <mjrosato@linux.ibm.com>
1654 M: Eric Farman <farman@linux.ibm.com>
1656 F: hw/s390x/s390-pci*
1657 F: include/hw/s390x/s390-pci*
1658 L: qemu-s390x@nongnu.org
1660 S390 channel subsystem
1661 M: Halil Pasic <pasic@linux.ibm.com>
1662 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1663 M: Eric Farman <farman@linux.ibm.com>
1665 F: hw/s390x/ccw-device.[ch]
1667 F: hw/s390x/css-bridge.c
1668 F: include/hw/s390x/css.h
1669 F: include/hw/s390x/css-bridge.h
1670 F: include/hw/s390x/ioinst.h
1671 F: target/s390x/ioinst.c
1672 L: qemu-s390x@nongnu.org
1675 M: David Hildenbrand <david@redhat.com>
1677 F: target/s390x/cpu_features*.[ch]
1678 F: target/s390x/cpu_models.[ch]
1679 L: qemu-s390x@nongnu.org
1681 S390 SCLP-backed devices
1682 M: Halil Pasic <pasic@linux.ibm.com>
1683 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1685 F: include/hw/s390x/event-facility.h
1686 F: include/hw/s390x/sclp.h
1687 F: hw/char/sclp*.[hc]
1688 F: hw/s390x/event-facility.c
1690 L: qemu-s390x@nongnu.org
1695 M: Michael S. Tsirkin <mst@redhat.com>
1696 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1700 F: hw/pci-host/i440fx.c
1701 F: hw/pci-host/q35.c
1702 F: hw/pci-host/pam.c
1703 F: include/hw/pci-host/i440fx.h
1704 F: include/hw/pci-host/q35.h
1705 F: include/hw/pci-host/pam.h
1707 F: hw/isa/lpc_ich9.c
1708 F: hw/i2c/smbus_ich9.c
1711 F: include/hw/acpi/ich9*.h
1712 F: include/hw/southbridge/ich9.h
1713 F: include/hw/southbridge/piix.h
1715 F: include/hw/isa/apm.h
1716 F: tests/unit/test-x86-cpuid.c
1717 F: tests/qtest/test-x86-cpuid-compat.c
1720 M: Michael S. Tsirkin <mst@redhat.com>
1721 M: Paolo Bonzini <pbonzini@redhat.com>
1723 F: hw/char/debugcon.c
1724 F: hw/char/parallel*
1727 F: hw/i2c/pm_smbus.c
1732 F: hw/isa/isa-superio.c
1733 F: hw/misc/debugexit.c
1734 F: hw/misc/pc-testdev.c
1737 F: hw/rtc/mc146818rtc*
1738 F: hw/watchdog/wdt_ib700.c
1739 F: hw/watchdog/wdt_i6300esb.c
1740 F: include/hw/display/vga.h
1741 F: include/hw/char/parallel.h
1742 F: include/hw/dma/i8257.h
1743 F: include/hw/i2c/pm_smbus.h
1744 F: include/hw/input/i8042.h
1745 F: include/hw/intc/ioapic*
1746 F: include/hw/isa/i8259_internal.h
1747 F: include/hw/isa/superio.h
1748 F: include/hw/timer/hpet.h
1749 F: include/hw/timer/i8254*
1750 F: include/hw/rtc/mc146818rtc*
1753 M: Sergio Lopez <slp@redhat.com>
1754 M: Paolo Bonzini <pbonzini@redhat.com>
1756 F: docs/system/i386/microvm.rst
1757 F: hw/i386/microvm.c
1758 F: include/hw/i386/microvm.h
1759 F: pc-bios/bios-microvm.bin
1762 M: Eduardo Habkost <eduardo@habkost.net>
1763 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1764 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1765 R: Yanan Wang <wangyanan55@huawei.com>
1769 F: hw/core/machine-qmp-cmds.c
1770 F: hw/core/machine.c
1771 F: hw/core/machine-smp.c
1772 F: hw/core/null-machine.c
1775 F: qapi/machine.json
1776 F: qapi/machine-target.json
1777 F: include/hw/boards.h
1778 F: include/hw/core/cpu.h
1779 F: include/hw/cpu/cluster.h
1780 F: include/sysemu/numa.h
1781 F: tests/unit/test-smp-parse.c
1782 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1787 M: Max Filippov <jcmvbkbc@gmail.com>
1792 M: Max Filippov <jcmvbkbc@gmail.com>
1796 XTFPGA (LX60, LX200, ML605, KC705)
1797 M: Max Filippov <jcmvbkbc@gmail.com>
1799 F: hw/xtensa/xtfpga.c
1800 F: hw/net/opencores_eth.c
1804 Overall Audio frontends
1805 M: Gerd Hoffmann <kraxel@redhat.com>
1808 F: include/hw/audio/
1809 F: tests/qtest/ac97-test.c
1810 F: tests/qtest/es1370-test.c
1811 F: tests/qtest/intel-hda-test.c
1812 F: tests/qtest/fuzz-sb16-test.c
1815 M: Vikram Garhwal <vikram.garhwal@amd.com>
1816 M: Francisco Iglesias <francisco.iglesias@amd.com>
1818 F: hw/net/can/xlnx-*
1819 F: include/hw/net/xlnx-*
1820 F: tests/qtest/xlnx-can-test*
1823 M: Jiri Slaby <jslaby@suse.cz>
1828 M: John Snow <jsnow@redhat.com>
1829 L: qemu-block@nongnu.org
1836 F: hw/block/hd-geometry.c
1837 F: tests/qtest/ide-test.c
1838 F: tests/qtest/ahci-test.c
1839 F: tests/qtest/cdrom-test.c
1840 F: tests/qtest/libqos/ahci*
1841 T: git https://gitlab.com/jsnow/qemu.git ide
1844 M: Corey Minyard <minyard@acm.org>
1846 F: include/hw/ipmi/*
1848 F: hw/smbios/smbios_type_38.c
1849 F: tests/qtest/ipmi*
1850 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1853 M: John Snow <jsnow@redhat.com>
1854 L: qemu-block@nongnu.org
1857 F: hw/block/fdc-internal.h
1858 F: hw/block/fdc-isa.c
1859 F: hw/block/fdc-sysbus.c
1860 F: include/hw/block/fdc.h
1861 F: tests/qtest/fdc-test.c
1862 T: git https://gitlab.com/jsnow/qemu.git ide
1865 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1867 F: hw/hyperv/vmbus.c
1868 F: include/hw/hyperv/vmbus*.h
1871 M: Peter Maydell <peter.maydell@linaro.org>
1872 L: qemu-arm@nongnu.org
1875 F: include/hw/arm/omap.h
1876 F: docs/system/arm/sx1.rst
1879 M: Alberto Garcia <berto@igalia.com>
1881 F: hw/char/ipoctal232.c
1885 M: Michael S. Tsirkin <mst@redhat.com>
1886 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1889 F: hw/misc/pci-testdev.c
1897 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1898 M: Chris Browy <cbrowy@avery-design.com>
1900 F: include/hw/pci/pcie_doe.h
1901 F: hw/pci/pcie_doe.c
1904 M: Michael S. Tsirkin <mst@redhat.com>
1905 M: Igor Mammedov <imammedo@redhat.com>
1906 R: Ani Sinha <anisinha@redhat.com>
1908 F: include/hw/acpi/*
1909 F: include/hw/firmware/smbios.h
1912 F: hw/i386/acpi-build.[hc]
1913 F: hw/arm/virt-acpi-build.c
1915 F: tests/qtest/bios-tables-test*
1916 F: tests/qtest/acpi-utils.[hc]
1918 F: docs/specs/acpi_cpu_hotplug.rst
1919 F: docs/specs/acpi_mem_hotplug.rst
1920 F: docs/specs/acpi_nvdimm.rst
1921 F: docs/specs/acpi_pci_hotplug.rst
1922 F: docs/specs/acpi_hw_reduced_hotplug.rst
1925 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1926 L: qemu-arm@nongnu.org
1928 F: hw/arm/virt-acpi-build.c
1930 RISC-V ACPI Subsystem
1931 M: Sunil V L <sunilvl@ventanamicro.com>
1932 L: qemu-riscv@nongnu.org
1934 F: hw/riscv/virt-acpi-build.c
1937 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1942 ACPI/AVOCADO/BIOSBITS
1943 M: Ani Sinha <anisinha@redhat.com>
1944 M: Michael S. Tsirkin <mst@redhat.com>
1946 F: tests/avocado/acpi-bits/*
1947 F: tests/avocado/acpi-bits.py
1948 F: docs/devel/acpi-bits.rst
1951 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1952 L: qemu-arm@nongnu.org
1955 F: include/hw/acpi/ghes.h
1956 F: docs/specs/acpi_hest_ghes.rst
1959 L: qemu-ppc@nongnu.org
1962 F: hw/i2c/ppc4xx_i2c.c
1963 F: include/hw/ppc/ppc4xx.h
1964 F: include/hw/i2c/ppc4xx_i2c.h
1965 F: hw/intc/ppc-uic.c
1966 F: include/hw/intc/ppc-uic.h
1969 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1970 R: Paolo Bonzini <pbonzini@redhat.com>
1975 M: Jason Wang <jasowang@redhat.com>
1979 F: tests/qtest/virtio-net-test.c
1980 F: docs/virtio-net-failover.rst
1981 T: git https://github.com/jasowang/qemu.git net
1983 Parallel NOR Flash devices
1984 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1985 T: git https://gitlab.com/philmd/qemu.git pflash-next
1987 F: hw/block/pflash_cfi*.c
1988 F: include/hw/block/flash.h
1991 M: Paolo Bonzini <pbonzini@redhat.com>
1992 R: Fam Zheng <fam@euphon.net>
1994 F: include/hw/scsi/*
1996 F: tests/qtest/virtio-scsi-test.c
1997 F: tests/qtest/fuzz-virtio-scsi-test.c
1998 F: tests/qtest/am53c974-test.c
1999 F: tests/qtest/fuzz-lsi53c895a-test.c
2000 T: git https://github.com/bonzini/qemu.git scsi-next
2003 M: Alistair Francis <alistair@alistair23.me>
2007 F: include/hw/ssi/ssi.h
2009 F: tests/qtest/m25p80-test.c
2012 M: Alistair Francis <alistair@alistair23.me>
2017 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2018 M: Bin Meng <bin.meng@windriver.com>
2019 L: qemu-block@nongnu.org
2021 F: include/hw/sd/sd*
2025 F: tests/qtest/fuzz-sdcard-test.c
2026 F: tests/qtest/sdhci-test.c
2029 M: Gerd Hoffmann <kraxel@redhat.com>
2032 F: stubs/usb-dev-stub.c
2033 F: tests/qtest/usb-*-test.c
2034 F: docs/system/devices/usb.rst
2038 USB (serial adapter)
2039 R: Gerd Hoffmann <kraxel@redhat.com>
2040 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2042 F: hw/usb/dev-serial.c
2045 M: Alex Williamson <alex.williamson@redhat.com>
2046 R: Cédric Le Goater <clg@redhat.com>
2050 F: docs/igd-assign.txt
2051 F: docs/devel/vfio-migration.rst
2054 M: Eric Farman <farman@linux.ibm.com>
2055 M: Matthew Rosato <mjrosato@linux.ibm.com>
2058 F: hw/s390x/s390-ccw.c
2059 F: include/hw/s390x/s390-ccw.h
2060 F: include/hw/s390x/vfio-ccw.h
2061 L: qemu-s390x@nongnu.org
2064 M: Tony Krowiak <akrowiak@linux.ibm.com>
2065 M: Halil Pasic <pasic@linux.ibm.com>
2066 M: Jason Herne <jjherne@linux.ibm.com>
2068 F: hw/s390x/ap-device.c
2069 F: hw/s390x/ap-bridge.c
2070 F: include/hw/s390x/ap-device.h
2071 F: include/hw/s390x/ap-bridge.h
2073 F: docs/system/s390x/vfio-ap.rst
2074 L: qemu-s390x@nongnu.org
2077 M: Michael S. Tsirkin <mst@redhat.com>
2080 F: docs/interop/vhost-user.json
2081 F: docs/interop/vhost-user.rst
2082 F: contrib/vhost-user-*/
2083 F: backends/vhost-user.c
2084 F: include/sysemu/vhost-user-backend.h
2085 F: subprojects/libvhost-user/
2087 vhost-shadow-virtqueue
2088 R: Eugenio Pérez <eperezma@redhat.com>
2089 F: hw/virtio/vhost-shadow-virtqueue.*
2092 M: Michael S. Tsirkin <mst@redhat.com>
2095 F: hw/virtio/Makefile.objs
2096 F: hw/virtio/trace-events
2099 F: include/hw/virtio/
2100 F: docs/devel/virtio*
2103 M: Michael S. Tsirkin <mst@redhat.com>
2104 M: David Hildenbrand <david@redhat.com>
2106 F: docs/interop/virtio-balloon-stats.rst
2107 F: hw/virtio/virtio-balloon*.c
2108 F: include/hw/virtio/virtio-balloon.h
2109 F: softmmu/balloon.c
2110 F: include/sysemu/balloon.h
2113 M: Greg Kurz <groug@kaod.org>
2114 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2116 W: https://wiki.qemu.org/Documentation/9p
2120 F: docs/tools/virtfs-proxy-helper.rst
2121 F: tests/qtest/virtio-9p-test.c
2122 F: tests/qtest/libqos/virtio-9p*
2123 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2124 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2127 M: Stefan Hajnoczi <stefanha@redhat.com>
2128 L: qemu-block@nongnu.org
2130 F: hw/block/virtio-blk-common.c
2131 F: hw/block/virtio-blk.c
2132 F: hw/block/dataplane/*
2133 F: include/hw/virtio/virtio-blk-common.h
2134 F: tests/qtest/virtio-blk-test.c
2135 T: git https://github.com/stefanha/qemu.git block
2138 M: Cornelia Huck <cohuck@redhat.com>
2139 M: Halil Pasic <pasic@linux.ibm.com>
2140 M: Eric Farman <farman@linux.ibm.com>
2142 F: hw/s390x/virtio-ccw*.[hc]
2143 F: hw/s390x/vhost-*-ccw.c
2144 T: git https://gitlab.com/cohuck/qemu.git s390-next
2145 T: git https://github.com/borntraeger/qemu.git s390-next
2146 L: qemu-s390x@nongnu.org
2149 M: Stefan Hajnoczi <stefanha@redhat.com>
2151 F: hw/virtio/vhost-user-fs*
2152 F: include/hw/virtio/vhost-user-fs.h
2153 L: virtio-fs@redhat.com
2156 M: Gerd Hoffmann <kraxel@redhat.com>
2158 F: hw/input/vhost-user-input.c
2159 F: hw/input/virtio-input*.c
2160 F: include/hw/virtio/virtio-input.h
2161 F: contrib/vhost-user-input/*
2164 M: Eric Auger <eric.auger@redhat.com>
2166 F: hw/virtio/virtio-iommu*.c
2167 F: include/hw/virtio/virtio-iommu.h
2170 M: Laurent Vivier <lvivier@redhat.com>
2171 R: Amit Shah <amit@kernel.org>
2173 F: hw/char/virtio-serial-bus.c
2174 F: hw/char/virtio-console.c
2175 F: include/hw/virtio/virtio-serial.h
2176 F: tests/qtest/virtio-serial-test.c
2179 M: Laurent Vivier <lvivier@redhat.com>
2180 R: Amit Shah <amit@kernel.org>
2182 F: hw/virtio/virtio-rng.c
2183 F: include/hw/virtio/virtio-rng.h
2184 F: include/sysemu/rng*.h
2186 F: tests/qtest/virtio-rng-test.c
2189 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2191 F: docs/system/devices/vhost-user-rng.rst
2192 F: hw/virtio/vhost-user-rng.c
2193 F: hw/virtio/vhost-user-rng-pci.c
2194 F: include/hw/virtio/vhost-user-rng.h
2195 F: tools/vhost-user-rng/*
2198 M: Alex Bennée <alex.bennee@linaro.org>
2199 R: Viresh Kumar <viresh.kumar@linaro.org>
2201 F: hw/virtio/vhost-user-gpio*
2202 F: include/hw/virtio/vhost-user-gpio.h
2203 F: tests/qtest/libqos/virtio-gpio.*
2206 M: Gonglei <arei.gonglei@huawei.com>
2208 F: hw/virtio/virtio-crypto.c
2209 F: hw/virtio/virtio-crypto-pci.c
2210 F: include/hw/virtio/virtio-crypto.h
2213 M: David Hildenbrand <david@redhat.com>
2215 W: https://virtio-mem.gitlab.io/
2216 F: hw/virtio/virtio-mem.c
2217 F: hw/virtio/virtio-mem-pci.h
2218 F: hw/virtio/virtio-mem-pci.c
2219 F: include/hw/virtio/virtio-mem.h
2222 M: Keith Busch <kbusch@kernel.org>
2223 M: Klaus Jensen <its@irrelevant.dk>
2224 L: qemu-block@nongnu.org
2227 F: include/block/nvme.h
2228 F: tests/qtest/nvme-test.c
2229 F: docs/system/devices/nvme.rst
2230 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2233 M: Hannes Reinecke <hare@suse.com>
2234 L: qemu-block@nongnu.org
2236 F: hw/scsi/megasas.c
2238 F: tests/qtest/megasas-test.c
2239 F: tests/qtest/fuzz-megasas-test.c
2241 Network packet abstractions
2242 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2243 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2245 F: include/net/eth.h
2247 F: hw/net/net_rx_pkt*
2248 F: hw/net/net_tx_pkt*
2251 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2254 F: hw/scsi/vmw_pvscsi*
2255 F: tests/qtest/vmxnet3-test.c
2258 M: Jiri Pirko <jiri@resnulli.us>
2263 F: docs/specs/rocker.txt
2266 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2267 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2272 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2273 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2276 F: tests/qtest/fuzz-e1000e-test.c
2277 F: tests/qtest/e1000e-test.c
2278 F: tests/qtest/libqos/e1000e.*
2281 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2282 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2284 F: docs/system/devices/igb.rst
2286 F: tests/avocado/netdev-ethtool.py
2287 F: tests/qtest/igb-test.c
2288 F: tests/qtest/libqos/igb.c
2291 M: Stefan Weil <sw@weilnetz.de>
2293 F: hw/net/eepro100.c
2296 M: Sven Schnelle <svens@stackframe.org>
2302 M: Patrick Venture <venture@google.com>
2304 F: hw/i2c/i2c_mux_pca954x.c
2305 F: include/hw/i2c/i2c_mux_pca954x.h
2308 M: Alistair Francis <alistair@alistair23.me>
2310 F: hw/core/generic-loader.c
2311 F: hw/core/uboot_image.h
2312 F: include/hw/core/generic-loader.h
2313 F: docs/system/generic-loader.rst
2316 M: Alex Bennée <alex.bennee@linaro.org>
2318 F: hw/core/guest-loader.c
2319 F: docs/system/guest-loader.rst
2320 F: tests/avocado/boot_xen.py
2322 Intel Hexadecimal Object File Loader
2323 M: Su Hang <suhang16@mails.ucas.ac.cn>
2325 F: tests/qtest/hexloader-test.c
2326 F: tests/data/hex-loader/test.hex
2329 M: Thomas Huth <thuth@redhat.com>
2331 F: hw/nvram/chrp_nvram.c
2332 F: include/hw/nvram/chrp_nvram.h
2333 F: tests/qtest/prom-env-test.c
2337 R: Ani Sinha <ani@anisinha.ca>
2338 F: hw/acpi/vmgenid.c
2339 F: include/hw/acpi/vmgenid.h
2340 F: docs/specs/vmgenid.txt
2341 F: tests/qtest/vmgenid-test.c
2344 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2346 F: include/hw/misc/led.h
2349 Unimplemented device
2350 M: Peter Maydell <peter.maydell@linaro.org>
2351 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2352 R: Ani Sinha <ani@anisinha.ca>
2354 F: include/hw/misc/unimp.h
2358 M: Artyom Tarasenko <atar4qemu@gmail.com>
2359 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2360 R: Ani Sinha <ani@anisinha.ca>
2362 F: include/hw/misc/empty_slot.h
2363 F: hw/misc/empty_slot.c
2366 M: Gerd Hoffmann <kraxel@redhat.com>
2369 F: hw/display/bochs-display.c
2370 F: include/hw/display/vga.h
2371 F: include/hw/display/bochs-vbe.h
2374 M: Gerd Hoffmann <kraxel@redhat.com>
2376 F: hw/display/ramfb*.c
2377 F: include/hw/display/ramfb.h
2380 M: Gerd Hoffmann <kraxel@redhat.com>
2382 F: hw/display/virtio-gpu*
2383 F: hw/display/virtio-vga.*
2384 F: include/hw/virtio/virtio-gpu.h
2387 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2389 F: contrib/vhost-user-blk/
2390 F: contrib/vhost-user-scsi/
2391 F: hw/block/vhost-user-blk.c
2392 F: hw/block/virtio-blk-common.c
2393 F: hw/scsi/vhost-user-scsi.c
2394 F: hw/virtio/vhost-user-blk-pci.c
2395 F: hw/virtio/vhost-user-scsi-pci.c
2396 F: include/hw/virtio/vhost-user-blk.h
2397 F: include/hw/virtio/vhost-user-scsi.h
2398 F: include/hw/virtio/virtio-blk-common.h
2401 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2402 R: Gerd Hoffmann <kraxel@redhat.com>
2404 F: docs/interop/vhost-user-gpu.rst
2405 F: contrib/vhost-user-gpu
2406 F: hw/display/vhost-user-*
2409 M: Gerd Hoffmann <kraxel@redhat.com>
2411 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2412 F: hw/display/cirrus*
2415 M: Gerd Hoffmann <kraxel@redhat.com>
2418 F: include/hw/display/edid.h
2421 PIIX4 South Bridge (i82371AB)
2422 M: Hervé Poussineau <hpoussin@reactos.org>
2423 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2426 F: include/hw/southbridge/piix.h
2428 Firmware configuration (fw_cfg)
2429 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2430 R: Gerd Hoffmann <kraxel@redhat.com>
2432 F: docs/specs/fw_cfg.txt
2433 F: hw/nvram/fw_cfg*.c
2435 F: include/hw/nvram/fw_cfg.h
2436 F: include/standard-headers/linux/qemu_fw_cfg.h
2437 F: tests/qtest/libqos/fw_cfg.c
2438 F: tests/qtest/fw_cfg-test.c
2439 T: git https://github.com/philmd/qemu.git fw_cfg-next
2442 M: Cédric Le Goater <clg@kaod.org>
2443 L: qemu-ppc@nongnu.org
2446 F: include/hw/*/*xive*
2450 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2451 R: Magnus Damm <magnus.damm@gmail.com>
2453 F: hw/char/renesas_sci.c
2454 F: hw/char/sh_serial.c
2455 F: hw/timer/renesas_*.c
2456 F: hw/timer/sh_timer.c
2457 F: include/hw/char/renesas_sci.h
2458 F: include/hw/sh4/sh.h
2459 F: include/hw/timer/renesas_*.h
2461 Renesas RX peripherals
2462 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2466 F: include/hw/intc/rx_icu.h
2469 CAN bus subsystem and hardware
2470 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2471 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2473 W: https://canbus.pages.fel.cvut.cz/
2476 F: include/net/can_*.h
2478 OpenPIC interrupt controller
2479 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2481 F: hw/intc/openpic.c
2482 F: include/hw/ppc/openpic.h
2485 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2488 F: include/hw/misc/mips_*
2491 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2493 F: hw/intc/mips_gic.c
2494 F: hw/timer/mips_gictimer.c
2495 F: include/hw/intc/mips_gic.h
2496 F: include/hw/timer/mips_gictimer.h
2499 M: Halil Pasic <pasic@linux.ibm.com>
2500 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2502 F: include/hw/s390x/3270-ccw.h
2503 F: hw/char/terminal3270.c
2504 F: hw/s390x/3270-ccw.c
2505 L: qemu-s390x@nongnu.org
2507 S390 diag 288 watchdog
2508 M: Halil Pasic <pasic@linux.ibm.com>
2509 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2511 F: hw/watchdog/wdt_diag288.c
2512 F: include/hw/watchdog/wdt_diag288.h
2513 L: qemu-s390x@nongnu.org
2515 S390 storage key device
2516 M: Halil Pasic <pasic@linux.ibm.com>
2517 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2519 F: hw/s390x/storage-keys.h
2520 F: hw/390x/s390-skeys*.c
2521 L: qemu-s390x@nongnu.org
2523 S390 storage attribute device
2524 M: Halil Pasic <pasic@linux.ibm.com>
2525 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2527 F: hw/s390x/storage-attributes.h
2528 F: hw/s390/s390-stattrib*.c
2529 L: qemu-s390x@nongnu.org
2531 S390 floating interrupt controller
2532 M: Halil Pasic <pasic@linux.ibm.com>
2533 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2534 M: David Hildenbrand <david@redhat.com>
2536 F: hw/intc/s390_flic*.c
2537 F: include/hw/s390x/s390_flic.h
2538 L: qemu-s390x@nongnu.org
2541 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2543 R: Canokeys.org <contact@canokeys.org>
2546 F: docs/system/devices/canokey.rst
2550 Overall Audio backends
2551 M: Gerd Hoffmann <kraxel@redhat.com>
2552 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2555 X: audio/alsaaudio.c
2556 X: audio/coreaudio.c
2558 X: audio/jackaudio.c
2562 X: audio/sndioaudio.c
2563 X: audio/spiceaudio.c
2567 M: Gerd Hoffmann <kraxel@redhat.com>
2568 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2570 F: audio/alsaaudio.c
2572 Core Audio framework backend
2573 M: Gerd Hoffmann <kraxel@redhat.com>
2574 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2575 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2576 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2578 F: audio/coreaudio.c
2580 DSound Audio backend
2581 M: Gerd Hoffmann <kraxel@redhat.com>
2585 JACK Audio Connection Kit backend
2586 M: Gerd Hoffmann <kraxel@redhat.com>
2587 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2589 F: audio/jackaudio.c
2591 Open Sound System (OSS) Audio backend
2592 M: Gerd Hoffmann <kraxel@redhat.com>
2597 M: Gerd Hoffmann <kraxel@redhat.com>
2602 M: Gerd Hoffmann <kraxel@redhat.com>
2603 R: Thomas Huth <huth@tuxfamily.org>
2608 M: Gerd Hoffmann <kraxel@redhat.com>
2609 R: Alexandre Ratchov <alex@caoua.org>
2611 F: audio/sndioaudio.c
2614 M: Kevin Wolf <kwolf@redhat.com>
2615 M: Hanna Reitz <hreitz@redhat.com>
2616 L: qemu-block@nongnu.org
2622 F: qapi/transaction.json
2624 F: include/sysemu/block-*.h
2626 F: docs/tools/qemu-img.rst
2628 F: tests/qemu-iotests/
2629 F: util/qemu-progress.c
2630 F: qobject/block-qdict.c
2631 F: tests/unit/check-block-qdict.c
2632 T: git https://repo.or.cz/qemu/kevin.git block
2635 M: Kevin Wolf <kwolf@redhat.com>
2636 L: qemu-block@nongnu.org
2639 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2640 F: docs/tools/qemu-storage-daemon.rst
2641 T: git https://repo.or.cz/qemu/kevin.git block
2644 M: Stefan Hajnoczi <stefanha@redhat.com>
2645 M: Fam Zheng <fam@euphon.net>
2646 L: qemu-block@nongnu.org
2655 F: include/block/aio.h
2656 F: include/block/aio-wait.h
2657 F: scripts/qemugdb/aio.py
2658 F: tests/unit/test-fdmon-epoll.c
2659 T: git https://github.com/stefanha/qemu.git block
2661 Block SCSI subsystem
2662 M: Paolo Bonzini <pbonzini@redhat.com>
2663 R: Fam Zheng <fam@euphon.net>
2664 L: qemu-block@nongnu.org
2670 M: John Snow <jsnow@redhat.com>
2671 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2672 L: qemu-block@nongnu.org
2675 F: include/block/blockjob.h
2678 F: include/qemu/job.h
2684 F: block/block-copy.c
2685 F: include/block/block-copy.h
2687 F: include/block/reqlist.h
2688 F: block/copy-before-write.h
2689 F: block/copy-before-write.c
2690 F: block/snapshot-access.c
2691 F: include/block/aio_task.h
2693 F: util/qemu-co-shared-resource.c
2694 F: include/qemu/co-shared-resource.h
2695 T: git https://gitlab.com/jsnow/qemu.git jobs
2696 T: git https://gitlab.com/vsementsov/qemu.git block
2698 Compute Express Link
2699 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2700 R: Fan Ni <fan.ni@samsung.com>
2703 F: hw/mem/cxl_type3.c
2707 M: Eric Blake <eblake@redhat.com>
2708 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2709 R: John Snow <jsnow@redhat.com>
2710 L: qemu-block@nongnu.org
2712 F: include/qemu/hbitmap.h
2713 F: include/block/dirty-bitmap.h
2714 F: block/monitor/bitmap-qmp-cmds.c
2715 F: block/dirty-bitmap.c
2716 F: block/qcow2-bitmap.c
2717 F: migration/block-dirty-bitmap.c
2719 F: tests/unit/test-hbitmap.c
2720 F: docs/interop/bitmaps.rst
2721 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2722 T: git https://gitlab.com/vsementsov/qemu.git block
2724 Character device backends
2725 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2726 R: Paolo Bonzini <pbonzini@redhat.com>
2732 Character Devices (Braille)
2733 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2737 Command line option argument parsing
2738 M: Markus Armbruster <armbru@redhat.com>
2740 F: include/qemu/option.h
2741 F: tests/unit/test-keyval.c
2742 F: tests/unit/test-qemu-opts.c
2744 F: util/qemu-option.c
2747 M: Markus Armbruster <armbru@redhat.com>
2749 F: scripts/coverity-model.c
2751 Coverity Scan integration
2752 M: Peter Maydell <peter.maydell@linaro.org>
2754 F: scripts/coverity-scan/
2757 M: Alistair Francis <alistair.francis@wdc.com>
2758 R: David Gibson <david@gibson.dropbear.id.au>
2760 F: softmmu/device_tree.c
2761 F: include/sysemu/device_tree.h
2765 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2767 F: hw/misc/vmcoreinfo.c
2768 F: include/hw/misc/vmcoreinfo.h
2769 F: include/qemu/win_dump_defs
2770 F: include/sysemu/dump-arch.h
2771 F: include/sysemu/dump.h
2773 F: scripts/dump-guest-memory.py
2777 M: Markus Armbruster <armbru@redhat.com>
2779 F: include/qapi/error.h
2780 F: include/qemu/error-report.h
2783 F: util/qemu-error.c
2784 F: scripts/coccinelle/err-bad-newline.cocci
2785 F: scripts/coccinelle/error-use-after-free.cocci
2786 F: scripts/coccinelle/error_propagate_null.cocci
2787 F: scripts/coccinelle/remove_local_err.cocci
2788 F: scripts/coccinelle/use-error_fatal.cocci
2789 F: scripts/coccinelle/errp-guard.cocci
2792 M: Alex Bennée <alex.bennee@linaro.org>
2793 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2795 F: docs/system/gdb.rst
2797 F: include/exec/gdbstub.h
2798 F: include/gdbstub/*
2800 F: tests/tcg/multiarch/gdbstub/
2801 F: scripts/feature_to_c.sh
2802 F: scripts/probe-gdb-support.py
2805 M: Paolo Bonzini <pbonzini@redhat.com>
2806 M: Peter Xu <peterx@redhat.com>
2807 M: David Hildenbrand <david@redhat.com>
2808 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2810 F: include/exec/ioport.h
2811 F: include/exec/memop.h
2812 F: include/exec/memory.h
2813 F: include/exec/ram_addr.h
2814 F: include/exec/ramblock.h
2815 F: include/sysemu/memory_mapping.h
2816 F: softmmu/dma-helpers.c
2819 F: softmmu/memory_mapping.c
2820 F: softmmu/physmem.c
2821 F: include/exec/memory-internal.h
2822 F: scripts/coccinelle/memory-region-housekeeping.cocci
2825 M: David Hildenbrand <david@redhat.com>
2826 M: Igor Mammedov <imammedo@redhat.com>
2827 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2829 F: hw/mem/memory-device.c
2832 F: include/hw/mem/memory-device.h
2833 F: include/hw/mem/nvdimm.h
2834 F: include/hw/mem/pc-dimm.h
2838 M: Gerd Hoffmann <kraxel@redhat.com>
2840 F: include/ui/qemu-spice.h
2841 F: include/ui/spice-display.h
2843 F: audio/spiceaudio.c
2846 F: docs/spice-port-fqdn.txt
2849 M: Gerd Hoffmann <kraxel@redhat.com>
2850 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2856 F: docs/devel/ui.rst
2859 M: Peter Maydell <peter.maydell@linaro.org>
2860 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2861 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2866 M: Paolo Bonzini <pbonzini@redhat.com>
2868 F: include/exec/gen-icount.h
2869 F: include/qemu/main-loop.h
2870 F: include/sysemu/runstate.h
2871 F: include/sysemu/runstate-action.h
2873 F: util/qemu-timer.c
2877 F: softmmu/cpu-throttle.c
2878 F: softmmu/cpu-timers.c
2880 F: softmmu/runstate*
2881 F: qapi/run-state.json
2883 Read, Copy, Update (RCU)
2884 M: Paolo Bonzini <pbonzini@redhat.com>
2886 F: docs/devel/lockcnt.txt
2887 F: docs/devel/rcu.txt
2888 F: include/qemu/rcu*.h
2889 F: tests/unit/rcutorture.c
2890 F: tests/unit/test-rcu-*.c
2894 M: Dr. David Alan Gilbert <dave@treblig.org>
2896 F: monitor/monitor-internal.h
2898 F: monitor/monitor.c
2902 F: include/monitor/hmp-target.h
2903 F: tests/qtest/test-hmp.c
2904 F: include/qemu/qemu-print.h
2905 F: util/qemu-print.c
2907 Network device backends
2908 M: Jason Wang <jasowang@redhat.com>
2912 F: qemu-bridge-helper.c
2913 T: git https://github.com/jasowang/qemu.git net
2916 Netmap network backend
2917 M: Luigi Rizzo <rizzo@iet.unipi.it>
2918 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2919 M: Vincenzo Maffione <v.maffione@gmail.com>
2920 W: http://info.iet.unipi.it/~luigi/netmap/
2924 Host Memory Backends
2925 M: David Hildenbrand <david@redhat.com>
2926 M: Igor Mammedov <imammedo@redhat.com>
2928 F: backends/hostmem*.c
2929 F: include/sysemu/hostmem.h
2930 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2933 M: Gonglei <arei.gonglei@huawei.com>
2934 M: zhenwei pi <pizhenwei@bytedance.com>
2936 F: include/sysemu/cryptodev*.h
2937 F: backends/cryptodev*.c
2938 F: qapi/cryptodev.json
2941 M: John Snow <jsnow@redhat.com>
2942 M: Cleber Rosa <crosa@redhat.com>
2943 R: Beraldo Leal <bleal@redhat.com>
2946 T: git https://gitlab.com/jsnow/qemu.git python
2949 M: John Snow <jsnow@redhat.com>
2950 M: Cleber Rosa <crosa@redhat.com>
2956 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2958 F: scripts/simplebench/
2959 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2962 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2964 F: include/qemu/transactions.h
2965 F: util/transactions.c
2966 T: git https://gitlab.com/vsementsov/qemu.git block
2969 M: Markus Armbruster <armbru@redhat.com>
2970 M: Michael Roth <michael.roth@amd.com>
2975 X: include/qapi/qmp/
2976 F: include/qapi/qmp/dispatch.h
2977 F: tests/qapi-schema/
2978 F: tests/unit/test-*-visitor.c
2979 F: tests/unit/test-qapi-*.c
2980 F: tests/unit/test-qmp-*.c
2981 F: tests/unit/test-visitor-serialization.c
2982 F: scripts/qapi-gen.py
2984 F: docs/sphinx/qapidoc.py
2986 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2989 M: Eric Blake <eblake@redhat.com>
2990 M: Markus Armbruster <armbru@redhat.com>
2993 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2996 M: Markus Armbruster <armbru@redhat.com>
2999 F: include/qapi/qmp/
3000 X: include/qapi/qmp/dispatch.h
3001 F: scripts/coccinelle/qobject.cocci
3002 F: tests/unit/check-qdict.c
3003 F: tests/unit/check-qjson.c
3004 F: tests/unit/check-qlist.c
3005 F: tests/unit/check-qlit.c
3006 F: tests/unit/check-qnull.c
3007 F: tests/unit/check-qnum.c
3008 F: tests/unit/check-qobject.c
3009 F: tests/unit/check-qstring.c
3010 F: tests/data/qobject/qdict.txt
3011 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3014 M: Michael Roth <michael.roth@amd.com>
3015 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3018 F: docs/interop/qemu-ga.rst
3019 F: docs/interop/qemu-ga-ref.rst
3020 F: scripts/qemu-guest-agent/
3021 F: tests/unit/test-qga.c
3022 T: git https://github.com/mdroth/qemu.git qga
3024 QEMU Guest Agent Win32
3025 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3030 T: git https://github.com/kostyanf14/qemu.git qga-win32
3033 M: Paolo Bonzini <pbonzini@redhat.com>
3034 R: Daniel P. Berrange <berrange@redhat.com>
3035 R: Eduardo Habkost <eduardo@habkost.net>
3037 F: docs/devel/qom.rst
3038 F: docs/qdev-device-use.txt
3043 F: include/monitor/qdev.h
3047 F: scripts/coccinelle/qom-parent-type.cocci
3048 F: softmmu/qdev-monitor.c
3051 F: tests/unit/check-qom-interface.c
3052 F: tests/unit/check-qom-proplist.c
3053 F: tests/unit/test-qdev-global-props.c
3055 QOM boilerplate conversion script
3056 M: Eduardo Habkost <eduardo@habkost.net>
3058 F: scripts/codeconverter/
3061 M: Markus Armbruster <armbru@redhat.com>
3063 F: monitor/monitor-internal.h
3066 F: monitor/monitor.c
3067 F: qapi/control.json
3069 F: qapi/introspect.json
3070 F: docs/devel/*qmp-*
3071 F: docs/interop/*qmp-*
3073 F: tests/qtest/qmp-test.c
3074 F: tests/qtest/qmp-cmd-test.c
3075 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3078 M: Thomas Huth <thuth@redhat.com>
3079 M: Laurent Vivier <lvivier@redhat.com>
3080 R: Paolo Bonzini <pbonzini@redhat.com>
3085 F: docs/devel/qgraph.rst
3086 F: docs/devel/qtest.rst
3087 X: tests/qtest/bios-tables-test*
3090 M: Alexander Bulekov <alxndr@bu.edu>
3091 R: Paolo Bonzini <pbonzini@redhat.com>
3092 R: Bandan Das <bsd@redhat.com>
3093 R: Stefan Hajnoczi <stefanha@redhat.com>
3094 R: Thomas Huth <thuth@redhat.com>
3095 R: Darren Kenny <darren.kenny@oracle.com>
3096 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3098 F: tests/qtest/fuzz/
3099 F: tests/qtest/fuzz-*test.c
3100 F: scripts/oss-fuzz/
3101 F: hw/mem/sparse-mem.c
3102 F: docs/devel/fuzzing.rst
3105 M: Alistair Francis <alistair@alistair23.me>
3107 F: hw/core/register.c
3108 F: include/hw/register.h
3109 F: include/hw/registerfields.h
3112 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3115 F: include/net/slirp.h
3116 T: git https://people.debian.org/~sthibault/qemu.git slirp
3120 F: include/sysemu/stats.h
3124 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3127 F: include/hw/stream.h
3130 M: Paolo Bonzini <pbonzini@redhat.com>
3135 M: Stefan Hajnoczi <stefanha@redhat.com>
3139 F: docs/qemu-option-trace.rst.inc
3141 F: scripts/tracetool.py
3142 F: scripts/tracetool/
3143 F: scripts/qemu-trace-stap*
3144 F: docs/tools/qemu-trace-stap.rst
3145 F: docs/devel/tracing.rst
3146 T: git https://github.com/stefanha/qemu.git tracing
3149 M: Stefan Berger <stefanb@linux.ibm.com>
3153 F: include/hw/acpi/tpm.h
3154 F: include/sysemu/tpm*
3157 F: tests/qtest/*tpm*
3158 F: docs/specs/tpm.rst
3159 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3163 F: scripts/checkpatch.pl
3166 M: Juan Quintela <quintela@redhat.com>
3167 R: Peter Xu <peterx@redhat.com>
3168 R: Leonardo Bras <leobras@redhat.com>
3170 F: hw/core/vmstate-if.c
3171 F: include/hw/vmstate-if.h
3172 F: include/migration/
3173 F: include/qemu/userfaultfd.h
3175 F: scripts/vmstate-static-checker.py
3176 F: tests/vmstate-static-checker-data/
3177 F: tests/qtest/migration-test.c
3178 F: docs/devel/migration.rst
3179 F: qapi/migration.json
3181 F: util/userfaultfd.c
3184 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3186 F: backends/dbus-vmstate.c
3191 F: include/qemu/dbus.h
3192 F: docs/interop/dbus*
3193 F: docs/sphinx/dbus*
3194 F: docs/sphinx/fakedbusdoc.py
3195 F: tests/qtest/dbus*
3198 M: Daniel P. Berrange <berrange@redhat.com>
3200 F: softmmu/qemu-seccomp.c
3201 F: include/sysemu/seccomp.h
3202 F: tests/unit/test-seccomp.c
3205 M: Daniel P. Berrange <berrange@redhat.com>
3210 F: tests/unit/test-crypto-*
3211 F: tests/bench/benchmark-crypto-*
3212 F: tests/unit/crypto-tls-*
3213 F: tests/unit/pkix_asn1_tab.c
3217 M: Stefan Hajnoczi <stefanha@redhat.com>
3218 M: Kevin Wolf <kwolf@redhat.com>
3221 F: include/qemu/coroutine*
3222 F: tests/unit/test-coroutine.c
3225 M: Daniel P. Berrange <berrange@redhat.com>
3228 F: include/qemu/buffer.h
3231 M: Daniel P. Berrange <berrange@redhat.com>
3235 F: tests/unit/test-io-*
3238 M: Daniel P. Berrange <berrange@redhat.com>
3243 F: tests/unit/test-authz-*
3246 M: Daniel P. Berrange <berrange@redhat.com>
3248 F: include/qemu/sockets.h
3249 F: util/qemu-sockets.c
3250 F: qapi/sockets.json
3253 M: Daniel P. Berrange <berrange@redhat.com>
3255 F: util/filemonitor*.c
3256 F: include/qemu/filemonitor.h
3257 F: tests/unit/test-util-filemonitor.c
3259 Throttling infrastructure
3260 M: Alberto Garcia <berto@igalia.com>
3262 F: block/throttle-groups.c
3263 F: include/block/throttle-groups.h
3264 F: include/qemu/throttle*.h
3266 F: docs/throttle.txt
3267 F: tests/unit/test-throttle.c
3268 L: qemu-block@nongnu.org
3271 M: Fam Zheng <fam@euphon.net>
3274 F: include/qemu/uuid.h
3275 F: tests/unit/test-uuid.c
3278 M: Lukas Straub <lukasstraub2@web.de>
3281 F: migration/yank_functions*
3282 F: tests/unit/test-yank.c
3283 F: include/qemu/yank.h
3287 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3290 F: include/migration/colo.h
3291 F: include/migration/failover.h
3295 M: Zhang Chen <chen.zhang@intel.com>
3296 M: Li Zhijian <lizhijian@fujitsu.com>
3298 F: docs/colo-proxy.txt
3300 F: net/filter-rewriter.c
3301 F: net/filter-mirror.c
3302 F: tests/qtest/test-filter*
3305 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3306 R: Paolo Bonzini <pbonzini@redhat.com>
3307 W: https://wiki.qemu.org/Features/record-replay
3310 F: block/blkreplay.c
3311 F: net/filter-replay.c
3312 F: include/exec/replay-core.h
3313 F: include/sysemu/replay.h
3314 F: docs/devel/replay.rst
3315 F: docs/system/replay.rst
3317 F: tests/avocado/replay_kernel.py
3318 F: tests/avocado/replay_linux.py
3319 F: tests/avocado/reverse_debugging.py
3323 M: Peter Xu <peterx@redhat.com>
3325 F: include/qemu/iova-tree.h
3329 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3334 M: Corey Minyard <cminyard@mvista.com>
3337 F: hw/i2c/smbus_slave.c
3338 F: hw/i2c/smbus_master.c
3339 F: hw/i2c/smbus_eeprom.c
3340 F: include/hw/i2c/i2c.h
3341 F: include/hw/i2c/smbus_master.h
3342 F: include/hw/i2c/smbus_slave.h
3343 F: include/hw/i2c/smbus_eeprom.h
3346 M: Titus Rwantare <titusr@google.com>
3348 F: hw/i2c/pmbus_device.c
3349 F: hw/sensor/adm1272.c
3350 F: hw/sensor/isl_pmbus_vr.c
3351 F: hw/sensor/max34451.c
3352 F: include/hw/i2c/pmbus_device.h
3353 F: include/hw/sensor/isl_pmbus_vr.h
3354 F: tests/qtest/adm1272-test.c
3355 F: tests/qtest/max34451-test.c
3356 F: tests/qtest/isl_pmbus_vr-test.c
3358 Firmware schema specifications
3359 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3360 R: Daniel P. Berrange <berrange@redhat.com>
3361 R: Kashyap Chamarthy <kchamart@redhat.com>
3363 F: docs/interop/firmware.json
3366 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3367 M: Gerd Hoffmann <kraxel@redhat.com>
3370 F: pc-bios/descriptors/??-edk2-*.json
3372 F: roms/Makefile.edk2
3375 F: tests/data/uefi-boot-images/
3376 F: tests/uefi-test-tools/
3379 M: Michael S. Tsirkin <mst@redhat.com>
3380 M: Peter Xu <peterx@redhat.com>
3381 R: Jason Wang <jasowang@redhat.com>
3383 F: hw/i386/intel_iommu.c
3384 F: hw/i386/intel_iommu_internal.h
3385 F: include/hw/i386/intel_iommu.h
3389 F: hw/i386/amd_iommu.?
3392 M: Bin Meng <bmeng.cn@gmail.com>
3394 F: pc-bios/opensbi-*
3395 F: .gitlab-ci.d/opensbi.yml
3396 F: .gitlab-ci.d/opensbi/
3399 M: Luc Michel <luc@lmichel.fr>
3400 R: Damien Hedde <damien.hedde@dahe.fr>
3402 F: include/hw/clock.h
3403 F: include/hw/qdev-clock.h
3405 F: hw/core/clock-vmstate.c
3406 F: hw/core/qdev-clock.c
3407 F: docs/devel/clocks.rst
3411 Overall usermode emulation
3412 M: Riku Voipio <riku.voipio@iki.fi>
3414 F: accel/tcg/user-exec*.c
3419 M: Warner Losh <imp@bsdimp.com>
3420 R: Kyle Evans <kevans@freebsd.org>
3423 F: configs/targets/*-bsd-user.mak
3425 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3428 M: Laurent Vivier <laurent@vivier.eu>
3431 F: configs/targets/*linux-user.mak
3432 F: scripts/qemu-binfmt-conf.sh
3433 F: scripts/update-syscalltbl.sh
3434 F: scripts/update-mips-syscall-args.sh
3435 F: scripts/gensyscalls.sh
3437 Tiny Code Generator (TCG)
3438 -------------------------
3440 M: Richard Henderson <richard.henderson@linaro.org>
3446 M: Alex Bennée <alex.bennee@linaro.org>
3447 R: Alexandre Iooss <erdnaxe@crans.org>
3448 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3450 F: docs/devel/tcg-plugins.rst
3453 F: tests/avocado/tcg_plugins.py
3457 M: Richard Henderson <richard.henderson@linaro.org>
3459 L: qemu-arm@nongnu.org
3463 M: Richard Henderson <richard.henderson@linaro.org>
3465 L: qemu-arm@nongnu.org
3469 M: Richard Henderson <richard.henderson@linaro.org>
3473 LoongArch64 TCG target
3474 M: WANG Xuerui <git@xen0n.name>
3479 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3480 R: Aurelien Jarno <aurelien@aurel32.net>
3481 R: Huacai Chen <chenhuacai@kernel.org>
3482 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3483 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3488 M: Richard Henderson <richard.henderson@linaro.org>
3493 M: Palmer Dabbelt <palmer@dabbelt.com>
3494 M: Alistair Francis <Alistair.Francis@wdc.com>
3495 L: qemu-riscv@nongnu.org
3501 M: Richard Henderson <richard.henderson@linaro.org>
3504 L: qemu-s390x@nongnu.org
3512 M: Stefan Weil <sw@weilnetz.de>
3521 M: Fam Zheng <fam@euphon.net>
3522 L: qemu-block@nongnu.org
3527 M: Ilya Dryomov <idryomov@gmail.com>
3528 R: Peter Lieven <pl@kamp.de>
3529 L: qemu-block@nongnu.org
3534 M: Jeff Cody <codyprime@gmail.com>
3535 L: qemu-block@nongnu.org
3540 M: Stefan Weil <sw@weilnetz.de>
3541 L: qemu-block@nongnu.org
3546 M: Stefan Hajnoczi <stefanha@redhat.com>
3547 L: qemu-block@nongnu.org
3552 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3553 M: Paolo Bonzini <pbonzini@redhat.com>
3554 M: Peter Lieven <pl@kamp.de>
3555 L: qemu-block@nongnu.org
3558 F: block/iscsi-opts.c
3560 Network Block Device (NBD)
3561 M: Eric Blake <eblake@redhat.com>
3562 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3563 L: qemu-block@nongnu.org
3567 F: include/block/nbd*
3570 F: docs/interop/nbd.txt
3571 F: docs/tools/qemu-nbd.rst
3572 F: tests/qemu-iotests/tests/*nbd*
3573 T: git https://repo.or.cz/qemu/ericb.git nbd
3574 T: git https://gitlab.com/vsementsov/qemu.git block
3577 M: Peter Lieven <pl@kamp.de>
3578 L: qemu-block@nongnu.org
3583 M: Richard W.M. Jones <rjones@redhat.com>
3584 L: qemu-block@nongnu.org
3589 L: qemu-block@nongnu.org
3594 L: qemu-block@nongnu.org
3595 L: integration@gluster.org
3600 M: Fam Zheng <fam@euphon.net>
3601 L: qemu-block@nongnu.org
3606 M: Stefan Hajnoczi <stefanha@redhat.com>
3607 R: Fam Zheng <fam@euphon.net>
3608 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3609 L: qemu-block@nongnu.org
3612 F: include/block/nvme.h
3613 T: git https://github.com/stefanha/qemu.git block
3616 M: Gonglei <arei.gonglei@huawei.com>
3618 F: softmmu/bootdevice.c
3621 M: Alberto Garcia <berto@igalia.com>
3624 L: qemu-block@nongnu.org
3627 M: Ari Sundholm <ari@tuxera.com>
3628 L: qemu-block@nongnu.org
3630 F: block/blklogwrites.c
3633 M: Stefan Hajnoczi <stefanha@redhat.com>
3634 L: qemu-block@nongnu.org
3636 F: block/blkverify.c
3639 M: Stefan Hajnoczi <stefanha@redhat.com>
3640 L: qemu-block@nongnu.org
3645 M: Stefan Hajnoczi <stefanha@redhat.com>
3646 L: qemu-block@nongnu.org
3651 M: Stefan Hajnoczi <stefanha@redhat.com>
3652 L: qemu-block@nongnu.org
3657 M: Stefan Hajnoczi <stefanha@redhat.com>
3658 M: Denis V. Lunev <den@openvz.org>
3659 L: qemu-block@nongnu.org
3661 F: block/parallels.c
3662 F: block/parallels-ext.c
3663 F: docs/interop/parallels.txt
3666 M: Stefan Hajnoczi <stefanha@redhat.com>
3667 L: qemu-block@nongnu.org
3672 M: Kevin Wolf <kwolf@redhat.com>
3673 L: qemu-block@nongnu.org
3675 F: block/linux-aio.c
3676 F: include/block/raw-aio.h
3677 F: block/raw-format.c
3678 F: block/file-posix.c
3679 F: block/file-win32.c
3680 F: block/win32-aio.c
3683 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3684 M: Julia Suvorova <jusual@redhat.com>
3685 M: Stefan Hajnoczi <stefanha@redhat.com>
3686 R: Stefano Garzarella <sgarzare@redhat.com>
3687 L: qemu-block@nongnu.org
3693 M: Kevin Wolf <kwolf@redhat.com>
3694 M: Hanna Reitz <hreitz@redhat.com>
3695 L: qemu-block@nongnu.org
3698 F: docs/interop/qcow2.txt
3701 M: Kevin Wolf <kwolf@redhat.com>
3702 L: qemu-block@nongnu.org
3707 M: Kevin Wolf <kwolf@redhat.com>
3708 M: Hanna Reitz <hreitz@redhat.com>
3709 L: qemu-block@nongnu.org
3714 M: Kevin Wolf <kwolf@redhat.com>
3715 L: qemu-block@nongnu.org
3720 M: Kevin Wolf <kwolf@redhat.com>
3721 L: qemu-block@nongnu.org
3726 M: Stefan Hajnoczi <stefanha@redhat.com>
3727 L: qemu-block@nongnu.org
3729 F: tests/image-fuzzer/
3731 Vhost-user block device backend server
3732 M: Coiby Xu <Coiby.Xu@gmail.com>
3734 F: block/export/vhost-user-blk-server.c
3735 F: block/export/vhost-user-blk-server.h
3736 F: block/export/virtio-blk-handler.c
3737 F: block/export/virtio-blk-handler.h
3738 F: include/qemu/vhost-user-server.h
3739 F: tests/qtest/libqos/vhost-user-blk.c
3740 F: tests/qtest/libqos/vhost-user-blk.h
3741 F: tests/qtest/vhost-user-blk-test.c
3742 F: util/vhost-user-server.c
3744 FUSE block device exports
3745 M: Hanna Reitz <hreitz@redhat.com>
3746 L: qemu-block@nongnu.org
3748 F: block/export/fuse.c
3750 VDUSE library and block device exports
3751 M: Xie Yongji <xieyongji@bytedance.com>
3753 F: subprojects/libvduse/
3754 F: block/export/vduse-blk.c
3755 F: block/export/vduse-blk.h
3758 M: Wen Congyang <wencongyang2@huawei.com>
3759 M: Xie Changlong <xiechanglong.d@gmail.com>
3762 F: block/replication.c
3763 F: tests/unit/test-replication.c
3764 F: docs/block-replication.txt
3767 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3768 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3773 F: contrib/rdmacm-mux/*
3777 M: Alex Bennée <alex.bennee@linaro.org>
3780 F: include/semihosting/
3781 F: tests/tcg/multiarch/arm-compat-semi/
3782 F: tests/tcg/aarch64/system/semiheap.c
3785 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3786 M: Jagannathan Raman <jag.raman@oracle.com>
3787 M: John G Johnson <john.g.johnson@oracle.com>
3789 F: docs/devel/multi-process.rst
3790 F: docs/system/multi-process.rst
3791 F: hw/pci-host/remote.c
3792 F: include/hw/pci-host/remote.h
3793 F: hw/remote/machine.c
3794 F: include/hw/remote/machine.h
3795 F: hw/remote/mpqemu-link.c
3796 F: include/hw/remote/mpqemu-link.h
3797 F: hw/remote/message.c
3798 F: hw/remote/remote-obj.c
3799 F: include/hw/remote/memory.h
3800 F: hw/remote/memory.c
3801 F: hw/remote/proxy.c
3802 F: include/hw/remote/proxy.h
3803 F: hw/remote/proxy-memory-listener.c
3804 F: include/hw/remote/proxy-memory-listener.h
3805 F: hw/remote/iohub.c
3806 F: include/hw/remote/iohub.h
3807 F: subprojects/libvfio-user
3808 F: hw/remote/vfio-user-obj.c
3809 F: include/hw/remote/vfio-user-obj.h
3810 F: hw/remote/iommu.c
3811 F: include/hw/remote/iommu.h
3814 M: Jason Wang <jasowang@redhat.com>
3815 R: Andrew Melnychenko <andrew@daynix.com>
3816 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3821 Build and test automation
3822 -------------------------
3823 Build and test automation, general continuous integration
3824 M: Alex Bennée <alex.bennee@linaro.org>
3825 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3826 M: Thomas Huth <thuth@redhat.com>
3827 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3828 R: Beraldo Leal <bleal@redhat.com>
3830 F: .github/workflows/lockdown.yml
3838 F: tests/avocado/tuxrun_baselines.py
3839 F: scripts/archive-source.sh
3840 F: docs/devel/testing.rst
3841 W: https://gitlab.com/qemu-project/qemu/pipelines
3842 W: https://travis-ci.org/qemu/qemu
3844 FreeBSD Hosted Continuous Integration
3845 M: Ed Maste <emaste@freebsd.org>
3846 M: Li-Wen Hsu <lwhsu@freebsd.org>
3848 F: .gitlab-ci.d/cirrus/freebsd*
3850 W: https://cirrus-ci.com/github/qemu/qemu
3852 Windows Hosted Continuous Integration
3853 M: Yonggang Luo <luoyonggang@gmail.com>
3855 F: .gitlab-ci.d/windows.yml
3857 Guest Test Compilation Support
3858 M: Alex Bennée <alex.bennee@linaro.org>
3859 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3861 F: tests/tcg/Makefile.target
3863 Integration Testing with the Avocado framework
3864 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3865 R: Cleber Rosa <crosa@redhat.com>
3866 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3867 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3868 R: Beraldo Leal <bleal@redhat.com>
3872 GitLab custom runner (Works On Arm Sponsored)
3873 M: Alex Bennée <alex.bennee@linaro.org>
3874 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3876 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3877 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3881 Build system architecture
3882 M: Daniel P. Berrange <berrange@redhat.com>
3884 F: docs/devel/build-system.rst
3886 GIT Data Mining Config
3887 M: Alex Bennée <alex.bennee@linaro.org>
3892 Incompatible changes
3893 R: libvir-list@redhat.com
3894 F: docs/about/deprecated.rst
3899 M: Paolo Bonzini <pbonzini@redhat.com>
3900 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3901 R: Daniel P. Berrange <berrange@redhat.com>
3902 R: Thomas Huth <thuth@redhat.com>
3903 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3906 F: meson_options.txt
3907 F: scripts/meson-buildoptions.*
3908 F: scripts/check_sparse.py
3909 F: scripts/symlink-install-tree.py
3911 Top Level Makefile and configure
3912 M: Paolo Bonzini <pbonzini@redhat.com>
3913 R: Alex Bennée <alex.bennee@linaro.org>
3914 R: Thomas Huth <thuth@redhat.com>
3918 F: scripts/mtest2make.py
3919 F: tests/Makefile.include
3922 M: Paolo Bonzini <pbonzini@redhat.com>
3924 F: scripts/minikconf.py
3925 F: docs/devel/kconfig.rst
3929 F: target/*/Kconfig*
3932 M: Daniel P. Berrange <berrange@redhat.com>
3934 F: scripts/git-submodule.sh
3940 Sphinx documentation configuration and build machinery
3941 M: Peter Maydell <peter.maydell@linaro.org>
3950 Performance Tools and Tests
3951 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3953 F: scripts/performance/
3956 M: Alex Bennée <alex.bennee@linaro.org>
3958 F: scripts/coverage/