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
162 M: Aurelien Jarno <aurelien@aurel32.net>
163 M: Peter Maydell <peter.maydell@linaro.org>
164 M: Alex Bennée <alex.bennee@linaro.org>
171 M: Richard Henderson <richard.henderson@linaro.org>
178 M: Peter Maydell <peter.maydell@linaro.org>
179 L: qemu-arm@nongnu.org
184 F: tests/tcg/aarch64/
185 F: tests/qtest/arm-cpu-features.c
188 F: include/hw/cpu/a*mpcore.h
189 F: docs/system/target-arm.rst
190 F: docs/system/arm/cpu-features.rst
193 M: Eric Auger <eric.auger@redhat.com>
194 L: qemu-arm@nongnu.org
197 F: include/hw/arm/smmu*
198 F: tests/avocado/smmu.py
201 M: Michael Rolnik <mrolnik@gmail.com>
203 F: docs/system/target-avr.rst
204 F: gdb-xml/avr-cpu.xml
206 F: tests/avocado/machine_avr6.py
209 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218 M: Taylor Simpson <tsimpson@quicinc.com>
221 X: target/hexagon/idef-parser/
222 X: target/hexagon/gen_idef_parser_funcs.py
223 F: linux-user/hexagon/
224 F: tests/tcg/hexagon/
226 F: configs/targets/hexagon-linux-user/default.mak
227 F: docker/dockerfiles/debian-hexagon-cross.docker
230 M: Alessandro Di Federico <ale@rev.ng>
231 M: Anton Johansson <anjo@rev.ng>
233 F: target/hexagon/idef-parser/
234 F: target/hexagon/gen_idef_parser_funcs.py
236 HPPA (PA-RISC) TCG CPUs
237 M: Richard Henderson <richard.henderson@linaro.org>
243 M: Song Gao <gaosong@loongson.cn>
244 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
247 F: tests/tcg/loongarch64/
250 M: Laurent Vivier <laurent@vivier.eu>
256 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
258 F: target/microblaze/
260 F: disas/microblaze.c
261 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
264 M: Philippe Mathieu-Daudé <philmd@linaro.org>
265 R: Aurelien Jarno <aurelien@aurel32.net>
266 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
267 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
271 F: docs/system/cpu-models-mips.rst.inc
275 R: Chris Wulff <crwulff@gmail.com>
276 R: Marek Vasut <marex@denx.de>
281 F: configs/devices/nios2-softmmu/default.mak
282 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
286 M: Stafford Horne <shorne@gmail.com>
288 F: docs/system/openrisc/cpu-features.rst
291 F: tests/tcg/openrisc/
294 M: Daniel Henrique Barboza <danielhb413@gmail.com>
295 R: Cédric Le Goater <clg@kaod.org>
296 R: David Gibson <david@gibson.dropbear.id.au>
297 R: Greg Kurz <groug@kaod.org>
298 L: qemu-ppc@nongnu.org
302 F: hw/ppc/ppc_booke.c
303 F: include/hw/ppc/ppc.h
306 M: Palmer Dabbelt <palmer@dabbelt.com>
307 M: Alistair Francis <alistair.francis@wdc.com>
308 M: Bin Meng <bin.meng@windriver.com>
309 R: Weiwei Li <liweiwei@iscas.ac.cn>
310 R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
311 R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
312 L: qemu-riscv@nongnu.org
317 F: linux-user/host/riscv32/
318 F: linux-user/host/riscv64/
320 RISC-V XThead* extensions
321 M: Christoph Muellner <christoph.muellner@vrull.eu>
322 M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
323 L: qemu-riscv@nongnu.org
325 F: target/riscv/insn_trans/trans_xthead.c.inc
326 F: target/riscv/xthead*.decode
328 RISC-V XVentanaCondOps extension
329 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
330 L: qemu-riscv@nongnu.org
332 F: target/riscv/XVentanaCondOps.decode
333 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
336 R: Yoshinori Sato <ysato@users.sourceforge.jp>
341 M: Richard Henderson <richard.henderson@linaro.org>
342 M: David Hildenbrand <david@redhat.com>
343 R: Ilya Leoshkevich <iii@linux.ibm.com>
349 L: qemu-s390x@nongnu.org
352 R: Yoshinori Sato <ysato@users.sourceforge.jp>
360 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
361 M: Artyom Tarasenko <atar4qemu@gmail.com>
366 F: include/hw/sparc/sparc64.h
370 M: Paolo Bonzini <pbonzini@redhat.com>
371 M: Richard Henderson <richard.henderson@linaro.org>
372 M: Eduardo Habkost <eduardo@habkost.net>
378 F: docs/system/i386/cpu.rst
379 F: docs/system/cpu-models-x86*
380 T: git https://gitlab.com/ehabkost/qemu.git x86-next
383 M: Max Filippov <jcmvbkbc@gmail.com>
384 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
389 F: tests/tcg/xtensaeb/
391 F: include/hw/xtensa/xtensa-isa.h
392 F: configs/devices/xtensa*/default.mak
395 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
399 F: include/hw/tricore/
400 F: tests/tcg/tricore/
402 Multiarch Linux User Tests
403 M: Alex Bennée <alex.bennee@linaro.org>
405 F: tests/tcg/multiarch/
407 Guest CPU Cores (KVM)
408 ---------------------
410 M: Paolo Bonzini <pbonzini@redhat.com>
411 L: kvm@vger.kernel.org
415 F: accel/stubs/kvm-stub.c
417 F: include/sysemu/kvm*.h
418 F: scripts/kvm/kvm_flightrecorder
421 M: Peter Maydell <peter.maydell@linaro.org>
422 L: qemu-arm@nongnu.org
427 M: Huacai Chen <chenhuacai@kernel.org>
430 F: target/mips/sysemu/
433 M: Daniel Henrique Barboza <danielhb413@gmail.com>
434 R: Cédric Le Goater <clg@kaod.org>
435 R: David Gibson <david@gibson.dropbear.id.au>
436 R: Greg Kurz <groug@kaod.org>
441 M: Halil Pasic <pasic@linux.ibm.com>
442 M: Christian Borntraeger <borntraeger@linux.ibm.com>
445 F: target/s390x/machine.c
446 F: target/s390x/sigp.c
448 F: include/hw/s390x/pv.h
450 T: git https://github.com/borntraeger/qemu.git s390-next
451 L: qemu-s390x@nongnu.org
454 M: Paolo Bonzini <pbonzini@redhat.com>
455 M: Marcelo Tosatti <mtosatti@redhat.com>
456 L: kvm@vger.kernel.org
458 F: docs/system/i386/amd-memory-encryption.rst
459 F: docs/system/i386/sgx.rst
462 F: scripts/kvm/vmxcap
464 Xen emulation on X86 KVM CPUs
465 M: David Woodhouse <dwmw2@infradead.org>
466 M: Paul Durrant <paul@xen.org>
468 F: include/sysemu/kvm_xen.h
469 F: target/i386/kvm/xen*
471 F: tests/avocado/xen_guest.py
473 Guest CPU Cores (other accelerators)
474 ------------------------------------
476 M: Richard Henderson <richard.henderson@linaro.org>
477 R: Paolo Bonzini <pbonzini@redhat.com>
479 F: include/qemu/accel.h
480 F: include/sysemu/accel-*.h
481 F: include/hw/core/accel-cpu.h
483 F: accel/Makefile.objs
484 F: accel/stubs/Makefile.objs
486 Apple Silicon HVF CPUs
487 M: Alexander Graf <agraf@csgraf.de>
492 M: Cameron Esfahani <dirty@apple.com>
493 M: Roman Bolshakov <r.bolshakov@yadro.com>
494 W: https://wiki.qemu.org/Features/HVF
499 M: Cameron Esfahani <dirty@apple.com>
500 M: Roman Bolshakov <r.bolshakov@yadro.com>
501 W: https://wiki.qemu.org/Features/HVF
504 F: include/sysemu/hvf.h
505 F: include/sysemu/hvf_int.h
508 M: Sunil Muthuswamy <sunilmut@microsoft.com>
511 F: include/sysemu/whpx.h
513 Guest CPU Cores (Xen)
514 ---------------------
516 M: Stefano Stabellini <sstabellini@kernel.org>
517 M: Anthony Perard <anthony.perard@citrix.com>
518 M: Paul Durrant <paul@xen.org>
519 L: xen-devel@lists.xenproject.org
524 F: hw/char/xen_console.c
525 F: hw/display/xenfb.c
529 F: hw/block/dataplane/xen*
533 F: hw/pci-host/xen_igd_pt.c
534 F: include/hw/block/dataplane/xen*
536 F: include/sysemu/xen.h
537 F: include/sysemu/xen-mapcache.h
538 F: stubs/xen-hw-stub.c
540 Guest CPU Cores (HAXM)
541 ---------------------
544 F: accel/stubs/hax-stub.c
545 F: include/sysemu/hax.h
548 Guest CPU Cores (NVMM)
549 ----------------------
550 NetBSD Virtual Machine Monitor (NVMM) CPU support
551 M: Reinoud Zandijk <reinoud@netbsd.org>
553 F: include/sysemu/nvmm.h
559 M: Michael S. Tsirkin <mst@redhat.com>
560 M: Cornelia Huck <cohuck@redhat.com>
561 M: Paolo Bonzini <pbonzini@redhat.com>
564 F: scripts/update-linux-headers.sh
567 M: Paolo Bonzini <pbonzini@redhat.com>
570 F: include/sysemu/os-posix.h
572 F: include/qemu/*posix*.h
575 M: Reinoud Zandijk <reinoud@netbsd.org>
576 M: Ryo ONODERA <ryoon@netbsd.org>
578 K: ^Subject:.*(?i)NetBSD
581 M: Brad Smith <brad@comstyle.com>
583 K: ^Subject:.*(?i)OpenBSD
586 M: Stefan Weil <sw@weilnetz.de>
596 M: Philippe Mathieu-Daudé <philmd@linaro.org>
598 F: .gitlab-ci.d/cirrus/macos-*
600 F: scripts/entitlement.sh
604 M: Richard Henderson <richard.henderson@linaro.org>
607 F: hw/isa/smc37c669-superio.c
608 F: tests/tcg/alpha/system/
613 M: Beniamino Galvani <b.galvani@gmail.com>
614 M: Peter Maydell <peter.maydell@linaro.org>
615 R: Strahinja Jankovic <strahinja.p.jankovic@gmail.com>
616 L: qemu-arm@nongnu.org
619 F: include/hw/*/allwinner*
620 F: hw/arm/cubieboard.c
621 F: docs/system/arm/cubieboard.rst
625 M: Niek Linnenbank <nieklinnenbank@gmail.com>
626 L: qemu-arm@nongnu.org
628 F: hw/*/allwinner-h3*
629 F: include/hw/*/allwinner-h3*
631 F: docs/system/arm/orangepi.rst
633 ARM PrimeCell and CMSDK devices
634 M: Peter Maydell <peter.maydell@linaro.org>
635 L: qemu-arm@nongnu.org
638 F: include/hw/char/pl011.h
641 F: include/hw/dma/pl080.h
648 F: include/hw/ssi/pl022.h
650 F: include/hw/rtc/pl031.h
651 F: include/hw/arm/primecell.h
652 F: hw/timer/cmsdk-apb-timer.c
653 F: include/hw/timer/cmsdk-apb-timer.h
654 F: tests/qtest/cmsdk-apb-timer-test.c
655 F: hw/timer/cmsdk-apb-dualtimer.c
656 F: include/hw/timer/cmsdk-apb-dualtimer.h
657 F: tests/qtest/cmsdk-apb-dualtimer-test.c
658 F: hw/char/cmsdk-apb-uart.c
659 F: include/hw/char/cmsdk-apb-uart.h
660 F: hw/watchdog/cmsdk-apb-watchdog.c
661 F: include/hw/watchdog/cmsdk-apb-watchdog.h
662 F: tests/qtest/cmsdk-apb-watchdog-test.c
664 F: include/hw/misc/tz-ppc.h
666 F: include/hw/misc/tz-mpc.h
668 F: include/hw/misc/tz-msc.h
671 M: Peter Maydell <peter.maydell@linaro.org>
672 L: qemu-arm@nongnu.org
675 F: hw/intc/gic_internal.h
677 F: hw/misc/arm11scu.c
678 F: hw/misc/arm_l2x0.c
679 F: hw/misc/armv7m_ras.c
680 F: hw/timer/a9gtimer*
682 F: include/hw/arm/arm*.h
683 F: include/hw/intc/arm*
684 F: include/hw/misc/a9scu.h
685 F: include/hw/misc/arm11scu.h
686 F: include/hw/timer/a9gtimer.h
687 F: include/hw/timer/arm_mptimer.h
688 F: include/hw/timer/armv7m_systick.h
689 F: include/hw/misc/armv7m_ras.h
690 F: tests/qtest/test-arm-mptimer.c
693 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
694 M: Peter Maydell <peter.maydell@linaro.org>
695 L: qemu-arm@nongnu.org
698 F: include/hw/*/exynos*
701 M: Rob Herring <robh@kernel.org>
702 M: Peter Maydell <peter.maydell@linaro.org>
703 L: qemu-arm@nongnu.org
707 F: docs/system/arm/highbank.rst
710 M: Antony Pavlov <antonynpavlov@gmail.com>
711 M: Peter Maydell <peter.maydell@linaro.org>
712 L: qemu-arm@nongnu.org
714 F: include/hw/arm/digic.h
716 F: include/hw/*/digic*
717 F: tests/avocado/machine_arm_canona1100.py
718 F: docs/system/arm/digic.rst
721 M: Anup Patel <anup.patel@wdc.com>
722 M: Alistair Francis <Alistair.Francis@wdc.com>
723 L: qemu-riscv@nongnu.org
725 F: hw/rtc/goldfish_rtc.c
726 F: include/hw/rtc/goldfish_rtc.h
729 M: Peter Maydell <peter.maydell@linaro.org>
730 R: Philippe Mathieu-Daudé <philmd@linaro.org>
731 L: qemu-arm@nongnu.org
734 F: docs/system/arm/gumstix.rst
737 M: Peter Maydell <peter.maydell@linaro.org>
738 R: Jean-Christophe Dubois <jcd@tribudubois.net>
739 L: qemu-arm@nongnu.org
741 F: hw/arm/fsl-imx25.c
742 F: hw/arm/imx25_pdk.c
743 F: hw/misc/imx25_ccm.c
744 F: hw/watchdog/wdt_imx2.c
745 F: include/hw/arm/fsl-imx25.h
746 F: include/hw/misc/imx25_ccm.h
747 F: include/hw/watchdog/wdt_imx2.h
748 F: docs/system/arm/imx25-pdk.rst
751 M: Peter Maydell <peter.maydell@linaro.org>
752 L: qemu-arm@nongnu.org
757 F: include/hw/*/imx_*
758 F: include/hw/*/*imx31*
759 F: docs/system/arm/kzm.rst
762 M: Peter Maydell <peter.maydell@linaro.org>
763 L: qemu-arm@nongnu.org
765 F: hw/arm/integratorcp.c
766 F: hw/misc/arm_integrator_debug.c
767 F: include/hw/misc/arm_integrator_debug.h
768 F: tests/avocado/machine_arm_integratorcp.py
769 F: docs/system/arm/integratorcp.rst
771 MCIMX6UL EVK / i.MX6ul
772 M: Peter Maydell <peter.maydell@linaro.org>
773 R: Jean-Christophe Dubois <jcd@tribudubois.net>
774 L: qemu-arm@nongnu.org
776 F: hw/arm/mcimx6ul-evk.c
777 F: hw/arm/fsl-imx6ul.c
778 F: hw/misc/imx6ul_ccm.c
779 F: include/hw/arm/fsl-imx6ul.h
780 F: include/hw/misc/imx6ul_ccm.h
782 MCIMX7D SABRE / i.MX7
783 M: Peter Maydell <peter.maydell@linaro.org>
784 R: Andrey Smirnov <andrew.smirnov@gmail.com>
785 L: qemu-arm@nongnu.org
787 F: hw/arm/mcimx7d-sabre.c
790 F: include/hw/arm/fsl-imx7.h
791 F: include/hw/misc/imx7_*.h
792 F: hw/pci-host/designware.c
793 F: include/hw/pci-host/designware.h
796 M: Peter Maydell <peter.maydell@linaro.org>
797 L: qemu-arm@nongnu.org
802 F: include/hw/misc/mps2-*.h
804 F: include/hw/arm/armsse.h
805 F: hw/misc/iotkit-secctl.c
806 F: include/hw/misc/iotkit-secctl.h
807 F: hw/misc/iotkit-sysctl.c
808 F: include/hw/misc/iotkit-sysctl.h
809 F: hw/misc/iotkit-sysinfo.c
810 F: include/hw/misc/iotkit-sysinfo.h
811 F: hw/misc/armsse-cpu-pwrctrl.c
812 F: include/hw/misc/armsse-cpu-pwrctrl.h
813 F: hw/misc/armsse-cpuid.c
814 F: include/hw/misc/armsse-cpuid.h
815 F: hw/misc/armsse-mhu.c
816 F: include/hw/misc/armsse-mhu.h
817 F: hw/timer/sse-counter.c
818 F: include/hw/timer/sse-counter.h
819 F: hw/timer/sse-timer.c
820 F: include/hw/timer/sse-timer.h
821 F: tests/qtest/sse-timer-test.c
822 F: docs/system/arm/mps2.rst
825 M: Peter Maydell <peter.maydell@linaro.org>
826 L: qemu-arm@nongnu.org
829 F: docs/system/arm/musca.rst
832 M: Jan Kiszka <jan.kiszka@web.de>
833 M: Peter Maydell <peter.maydell@linaro.org>
834 L: qemu-arm@nongnu.org
837 F: hw/net/mv88w8618_eth.c
838 F: include/hw/net/mv88w8618_eth.h
839 F: docs/system/arm/musicpal.rst
842 M: Tyrone Ting <kfting@nuvoton.com>
843 M: Hao Wu <wuhaotsh@google.com>
844 L: qemu-arm@nongnu.org
847 F: include/hw/*/npcm*
849 F: pc-bios/npcm7xx_bootrom.bin
851 F: docs/system/arm/nuvoton.rst
854 M: Peter Maydell <peter.maydell@linaro.org>
855 L: qemu-arm@nongnu.org
858 F: hw/display/blizzard.c
860 F: hw/input/tsc2005.c
863 F: include/hw/display/blizzard.h
864 F: include/hw/input/lm832x.h
865 F: include/hw/input/tsc2xxx.h
866 F: include/hw/misc/cbus.h
867 F: tests/avocado/machine_arm_n8x0.py
868 F: docs/system/arm/nseries.rst
871 M: Peter Maydell <peter.maydell@linaro.org>
872 L: qemu-arm@nongnu.org
875 F: hw/input/tsc210x.c
876 F: include/hw/input/tsc2xxx.h
877 F: docs/system/arm/palm.rst
880 M: Peter Maydell <peter.maydell@linaro.org>
881 R: Philippe Mathieu-Daudé <philmd@linaro.org>
882 L: qemu-arm@nongnu.org
885 F: hw/arm/raspi_platform.h
887 F: include/hw/arm/raspi*
888 F: include/hw/*/bcm283*
889 F: docs/system/arm/raspi.rst
892 M: Peter Maydell <peter.maydell@linaro.org>
893 L: qemu-arm@nongnu.org
896 F: hw/cpu/realview_mpcore.c
897 F: hw/intc/realview_gic.c
898 F: include/hw/intc/realview_gic.h
899 F: docs/system/arm/realview.rst
902 M: Peter Maydell <peter.maydell@linaro.org>
903 L: qemu-arm@nongnu.org
905 F: hw/arm/mainstone.c
910 F: hw/display/tc6393xb.c
913 F: hw/misc/mst_fpga.c
915 F: include/hw/adc/max111x.h
916 F: include/hw/arm/pxa.h
917 F: include/hw/arm/sharpsl.h
918 F: include/hw/display/tc6393xb.h
919 F: docs/system/arm/xscale.rst
920 F: docs/system/arm/mainstone.rst
923 M: Peter Maydell <peter.maydell@linaro.org>
924 R: Jean-Christophe Dubois <jcd@tribudubois.net>
925 L: qemu-arm@nongnu.org
927 F: docs/system/arm/sabrelite.rst
928 F: hw/arm/sabrelite.c
932 F: hw/usb/imx-usb-phy.c
933 F: include/hw/usb/imx-usb-phy.h
934 F: include/hw/arm/fsl-imx6.h
935 F: include/hw/misc/imx6_*.h
936 F: include/hw/ssi/imx_spi.h
939 M: Radoslaw Biernacki <rad@semihalf.com>
940 M: Peter Maydell <peter.maydell@linaro.org>
941 R: Leif Lindholm <quic_llindhol@quicinc.com>
942 L: qemu-arm@nongnu.org
945 F: docs/system/arm/sbsa.rst
946 F: tests/avocado/machine_aarch64_sbsaref.py
948 Sharp SL-5500 (Collie) PDA
949 M: Peter Maydell <peter.maydell@linaro.org>
950 L: qemu-arm@nongnu.org
954 F: docs/system/arm/collie.rst
957 M: Peter Maydell <peter.maydell@linaro.org>
958 L: qemu-arm@nongnu.org
961 F: include/hw/input/gamepad.h
962 F: docs/system/arm/stellaris.rst
965 M: Alexandre Iooss <erdnaxe@crans.org>
966 L: qemu-arm@nongnu.org
968 F: hw/arm/stm32vldiscovery.c
969 F: docs/system/arm/stm32.rst
972 M: Peter Maydell <peter.maydell@linaro.org>
973 L: qemu-arm@nongnu.org
976 F: docs/system/arm/vexpress.rst
979 M: Peter Maydell <peter.maydell@linaro.org>
980 L: qemu-arm@nongnu.org
983 F: hw/i2c/arm_sbcon_i2c.c
984 F: include/hw/i2c/arm_sbcon_i2c.h
985 F: hw/misc/arm_sysctl.c
986 F: docs/system/arm/versatile.rst
989 M: Peter Maydell <peter.maydell@linaro.org>
990 L: qemu-arm@nongnu.org
993 F: include/hw/arm/virt.h
994 F: docs/system/arm/virt.rst
995 F: tests/avocado/machine_aarch64_virt.py
998 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
999 M: Alistair Francis <alistair@alistair23.me>
1000 M: Peter Maydell <peter.maydell@linaro.org>
1001 L: qemu-arm@nongnu.org
1005 F: hw/misc/zynq_slcr.c
1006 F: hw/adc/zynq-xadc.c
1007 F: include/hw/misc/zynq_slcr.h
1008 F: include/hw/adc/zynq-xadc.h
1011 Xilinx ZynqMP and Versal
1012 M: Alistair Francis <alistair@alistair23.me>
1013 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1014 M: Peter Maydell <peter.maydell@linaro.org>
1015 L: qemu-arm@nongnu.org
1018 F: include/hw/*/xlnx*.h
1019 F: include/hw/ssi/xilinx_spips.h
1020 F: hw/display/dpcd.c
1021 F: include/hw/display/dpcd.h
1022 F: docs/system/arm/xlnx-versal-virt.rst
1025 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1027 F: hw/ssi/xlnx-versal-ospi.c
1028 F: include/hw/ssi/xlnx-versal-ospi.h
1031 M: Alexandre Iooss <erdnaxe@crans.org>
1032 L: qemu-arm@nongnu.org
1034 F: hw/arm/stm32f100_soc.c
1037 M: Alistair Francis <alistair@alistair23.me>
1038 M: Peter Maydell <peter.maydell@linaro.org>
1039 L: qemu-arm@nongnu.org
1041 F: hw/arm/stm32f205_soc.c
1042 F: hw/misc/stm32f2xx_syscfg.c
1043 F: hw/char/stm32f2xx_usart.c
1044 F: hw/timer/stm32f2xx_timer.c
1046 F: hw/ssi/stm32f2xx_spi.c
1047 F: include/hw/*/stm32*.h
1050 M: Alistair Francis <alistair@alistair23.me>
1051 M: Peter Maydell <peter.maydell@linaro.org>
1052 L: qemu-arm@nongnu.org
1054 F: hw/arm/stm32f405_soc.c
1055 F: hw/misc/stm32f4xx_syscfg.c
1056 F: hw/misc/stm32f4xx_exti.c
1059 M: Alistair Francis <alistair@alistair23.me>
1060 M: Peter Maydell <peter.maydell@linaro.org>
1061 L: qemu-arm@nongnu.org
1063 F: hw/arm/netduino2.c
1066 M: Alistair Francis <alistair@alistair23.me>
1067 M: Peter Maydell <peter.maydell@linaro.org>
1068 L: qemu-arm@nongnu.org
1070 F: hw/arm/netduinoplus2.c
1073 M: Felipe Balbi <balbi@kernel.org>
1074 L: qemu-arm@nongnu.org
1076 F: hw/arm/olimex-stm32-h405.c
1079 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1080 M: Peter Maydell <peter.maydell@linaro.org>
1081 L: qemu-arm@nongnu.org
1083 F: hw/arm/msf2-soc.c
1084 F: hw/misc/msf2-sysreg.c
1085 F: hw/timer/mss-timer.c
1087 F: include/hw/arm/msf2-soc.h
1088 F: include/hw/misc/msf2-sysreg.h
1089 F: include/hw/timer/mss-timer.h
1090 F: include/hw/ssi/mss-spi.h
1091 F: hw/net/msf2-emac.c
1092 F: include/hw/net/msf2-emac.h
1095 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1096 M: Peter Maydell <peter.maydell@linaro.org>
1097 L: qemu-arm@nongnu.org
1099 F: hw/arm/msf2-som.c
1100 F: docs/system/arm/emcraft-sf2.rst
1103 M: Cédric Le Goater <clg@kaod.org>
1104 M: Peter Maydell <peter.maydell@linaro.org>
1105 R: Andrew Jeffery <andrew@aj.id.au>
1106 R: Joel Stanley <joel@jms.id.au>
1107 L: qemu-arm@nongnu.org
1110 F: hw/misc/pca9552.c
1111 F: include/hw/*/*aspeed*
1112 F: include/hw/misc/pca9552*.h
1113 F: hw/net/ftgmac100.c
1114 F: include/hw/net/ftgmac100.h
1115 F: docs/system/arm/aspeed.rst
1120 M: Joel Stanley <joel@jms.id.au>
1121 M: Peter Maydell <peter.maydell@linaro.org>
1122 L: qemu-arm@nongnu.org
1126 F: include/hw/*/nrf51*.h
1127 F: include/hw/*/microbit*.h
1128 F: tests/qtest/microbit-test.c
1129 F: docs/system/arm/nrf.rst
1135 M: Michael Rolnik <mrolnik@gmail.com>
1137 F: configs/devices/avr-softmmu/default.mak
1139 F: include/hw/char/avr_usart.h
1140 F: hw/char/avr_usart.c
1141 F: include/hw/timer/avr_timer16.h
1142 F: hw/timer/avr_timer16.c
1143 F: include/hw/misc/avr_power.h
1144 F: hw/misc/avr_power.c
1147 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1154 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1156 F: hw/cris/axis_dev88.c
1162 M: Richard Henderson <richard.henderson@linaro.org>
1163 R: Helge Deller <deller@gmx.de>
1165 F: configs/devices/hppa-softmmu/default.mak
1169 F: hw/pci-host/dino.c
1170 F: include/hw/misc/lasi.h
1171 F: include/hw/net/lasi_82596.h
1172 F: include/hw/pci-host/dino.h
1173 F: pc-bios/hppa-firmware.img
1178 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1179 M: Song Gao <gaosong@loongson.cn>
1181 F: docs/system/loongarch/virt.rst
1182 F: configs/targets/loongarch64-softmmu.mak
1183 F: configs/devices/loongarch64-softmmu/default.mak
1185 F: include/hw/loongarch/virt.h
1186 F: include/hw/intc/loongarch_*.h
1187 F: hw/intc/loongarch_*.c
1188 F: include/hw/pci-host/ls7a.h
1189 F: hw/rtc/ls7a_rtc.c
1190 F: gdb-xml/loongarch*.xml
1195 M: Thomas Huth <huth@tuxfamily.org>
1198 F: hw/m68k/mcf5206.c
1201 M: Thomas Huth <huth@tuxfamily.org>
1203 F: hw/m68k/mcf5208.c
1204 F: hw/m68k/mcf_intc.c
1205 F: hw/char/mcf_uart.c
1207 F: include/hw/m68k/mcf*.h
1210 M: Thomas Huth <huth@tuxfamily.org>
1213 F: hw/display/next-fb.c
1214 F: include/hw/m68k/next-cube.h
1217 M: Laurent Vivier <laurent@vivier.eu>
1220 F: hw/misc/mac_via.c
1222 F: hw/display/macfb.c
1224 F: hw/m68k/bootinfo.h
1225 F: include/standard-headers/asm-m68k/bootinfo.h
1226 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1227 F: include/hw/misc/mac_via.h
1228 F: include/hw/nubus/*
1229 F: include/hw/display/macfb.h
1230 F: include/hw/block/swim.h
1233 M: Laurent Vivier <laurent@vivier.eu>
1236 F: hw/char/goldfish_tty.c
1237 F: hw/intc/goldfish_pic.c
1238 F: hw/intc/m68k_irqc.c
1239 F: hw/misc/virt_ctrl.c
1240 F: include/hw/char/goldfish_tty.h
1241 F: include/hw/intc/goldfish_pic.h
1242 F: include/hw/intc/m68k_irqc.h
1243 F: include/hw/misc/virt_ctrl.h
1247 petalogix_s3adsp1800
1248 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1250 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1251 F: include/hw/char/xilinx_uartlite.h
1252 F: tests/avocado/machine_microblaze.py
1255 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1257 F: hw/microblaze/petalogix_ml605_mmu.c
1261 Overall MIPS Machines
1262 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1264 F: configs/devices/mips*/*
1269 M: Hervé Poussineau <hpoussin@reactos.org>
1270 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1273 F: hw/display/jazz_led.c
1277 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1278 R: Aurelien Jarno <aurelien@aurel32.net>
1283 F: hw/pci-host/gt64120.c
1284 F: include/hw/southbridge/piix.h
1285 F: tests/avocado/linux_ssh_mips_malta.py
1286 F: tests/avocado/machine_mips_malta.py
1289 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1291 F: hw/mips/mipssim.c
1295 M: Huacai Chen <chenhuacai@kernel.org>
1296 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1297 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1299 F: hw/mips/fuloong2e.c
1300 F: hw/isa/vt82c686.c
1301 F: hw/pci-host/bonito.c
1302 F: hw/usb/vt82c686-uhci-pci.c
1303 F: include/hw/isa/vt82c686.h
1304 F: include/hw/pci-host/bonito.h
1305 F: tests/avocado/machine_mips_fuloong2e.py
1307 Loongson-3 virtual platforms
1308 M: Huacai Chen <chenhuacai@kernel.org>
1309 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1311 F: hw/intc/loongson_liointc.c
1312 F: hw/mips/loongson3_bootp.c
1313 F: hw/mips/loongson3_bootp.h
1314 F: hw/mips/loongson3_virt.c
1315 F: tests/avocado/machine_mips_loongson3v.py
1318 M: Paul Burton <paulburton@kernel.org>
1319 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1321 F: hw/core/loader-fit.c
1323 F: hw/pci-host/xilinx-pcie.c
1324 F: include/hw/pci-host/xilinx-pcie.h
1329 M: Jia Liu <proljc@gmail.com>
1331 F: docs/system/openrisc/or1k-sim.rst
1332 F: hw/openrisc/openrisc_sim.c
1337 L: qemu-ppc@nongnu.org
1339 F: hw/ppc/ppc405_boards.c
1342 L: qemu-ppc@nongnu.org
1344 F: hw/ppc/ppc440_bamboo.c
1345 F: tests/avocado/ppc_bamboo.py
1348 L: qemu-ppc@nongnu.org
1351 F: hw/gpio/mpc8xxx.c
1353 F: hw/net/fsl_etsec/
1354 F: hw/pci-host/ppce500.c
1355 F: include/hw/ppc/ppc_e500.h
1356 F: include/hw/pci-host/ppce500.h
1357 F: pc-bios/u-boot.e500
1358 F: hw/intc/openpic_kvm.h
1359 F: include/hw/ppc/openpic_kvm.h
1362 L: qemu-ppc@nongnu.org
1364 F: hw/ppc/mpc8544ds.c
1365 F: hw/ppc/mpc8544_guts.c
1366 F: tests/avocado/ppc_mpc8544ds.py
1369 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1370 L: qemu-ppc@nongnu.org
1372 F: docs/system/ppc/powermac.rst
1373 F: hw/ppc/mac_newworld.c
1374 F: hw/pci-host/uninorth.c
1375 F: hw/pci-bridge/dec.[hc]
1377 F: hw/misc/mos6522.c
1378 F: hw/nvram/mac_nvram.c
1380 F: include/hw/misc/macio/
1381 F: include/hw/misc/mos6522.h
1382 F: include/hw/nvram/mac_nvram.h
1383 F: include/hw/ppc/mac_dbdma.h
1384 F: include/hw/pci-host/uninorth.h
1385 F: include/hw/input/adb*
1386 F: pc-bios/qemu_vga.ndrv
1389 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1390 L: qemu-ppc@nongnu.org
1392 F: docs/system/ppc/powermac.rst
1393 F: hw/ppc/mac_oldworld.c
1394 F: hw/pci-host/grackle.c
1396 F: hw/intc/heathrow_pic.c
1398 F: include/hw/intc/heathrow_pic.h
1399 F: include/hw/input/adb*
1400 F: include/hw/pci-host/grackle.h
1401 F: pc-bios/qemu_vga.ndrv
1404 M: Hervé Poussineau <hpoussin@reactos.org>
1405 L: qemu-ppc@nongnu.org
1407 F: docs/system/ppc/prep.rst
1409 F: hw/ppc/prep_systemio.c
1410 F: hw/ppc/rs6000_mc.c
1411 F: hw/pci-host/raven.c
1415 F: hw/rtc/m48t59-isa.c
1416 F: include/hw/isa/pc87312.h
1417 F: include/hw/rtc/m48t59.h
1418 F: tests/avocado/ppc_prep_40p.py
1421 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1422 R: Cédric Le Goater <clg@kaod.org>
1423 R: David Gibson <david@gibson.dropbear.id.au>
1424 R: Greg Kurz <groug@kaod.org>
1425 L: qemu-ppc@nongnu.org
1428 F: include/hw/*/spapr*
1430 F: include/hw/*/xics*
1432 F: docs/system/ppc/pseries.rst
1433 F: docs/specs/ppc-spapr-*
1434 F: tests/qtest/spapr*
1435 F: tests/qtest/libqos/*spapr*
1436 F: tests/qtest/rtas*
1437 F: tests/qtest/libqos/rtas*
1438 F: tests/avocado/ppc_pseries.py
1440 PowerNV (Non-Virtualized)
1441 M: Cédric Le Goater <clg@kaod.org>
1442 L: qemu-ppc@nongnu.org
1444 F: docs/system/ppc/powernv.rst
1447 F: hw/intc/xics_pnv.c
1449 F: include/hw/ppc/pnv*
1450 F: include/hw/pci-host/pnv*
1451 F: pc-bios/skiboot.lid
1455 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1456 L: qemu-ppc@nongnu.org
1458 F: hw/ppc/virtex_ml507.c
1459 F: tests/avocado/ppc_virtex_ml507.py
1462 M: BALATON Zoltan <balaton@eik.bme.hu>
1463 L: qemu-ppc@nongnu.org
1465 F: hw/ppc/sam460ex.c
1466 F: hw/ppc/ppc440_pcix.c
1467 F: hw/display/sm501*
1470 F: pc-bios/canyonlands.dt[sb]
1471 F: pc-bios/u-boot-sam460ex-20100605.bin
1472 F: roms/u-boot-sam460ex
1475 M: BALATON Zoltan <balaton@eik.bme.hu>
1476 L: qemu-ppc@nongnu.org
1478 F: hw/ppc/pegasos2.c
1479 F: hw/pci-host/mv64361.c
1480 F: hw/pci-host/mv643xx.h
1481 F: include/hw/pci-host/mv64361.h
1483 Virtual Open Firmware (VOF)
1484 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1485 R: Cédric Le Goater <clg@kaod.org>
1486 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1487 R: David Gibson <david@gibson.dropbear.id.au>
1488 R: Greg Kurz <groug@kaod.org>
1489 L: qemu-ppc@nongnu.org
1491 F: hw/ppc/spapr_vof*
1493 F: include/hw/ppc/vof*
1500 M: Alistair Francis <Alistair.Francis@wdc.com>
1501 L: qemu-riscv@nongnu.org
1503 F: hw/riscv/opentitan.c
1505 F: include/hw/riscv/opentitan.h
1506 F: include/hw/*/ibex_*.h
1508 Microchip PolarFire SoC Icicle Kit
1509 M: Bin Meng <bin.meng@windriver.com>
1510 L: qemu-riscv@nongnu.org
1512 F: hw/riscv/microchip_pfsoc.c
1513 F: hw/char/mchp_pfsoc_mmuart.c
1514 F: hw/misc/mchp_pfsoc_dmc.c
1515 F: hw/misc/mchp_pfsoc_ioscb.c
1516 F: hw/misc/mchp_pfsoc_sysreg.c
1517 F: include/hw/riscv/microchip_pfsoc.h
1518 F: include/hw/char/mchp_pfsoc_mmuart.h
1519 F: include/hw/misc/mchp_pfsoc_dmc.h
1520 F: include/hw/misc/mchp_pfsoc_ioscb.h
1521 F: include/hw/misc/mchp_pfsoc_sysreg.h
1524 M: Vijai Kumar K <vijai@behindbytes.com>
1525 L: qemu-riscv@nongnu.org
1527 F: hw/riscv/shakti_c.c
1528 F: hw/char/shakti_uart.c
1529 F: include/hw/riscv/shakti_c.h
1530 F: include/hw/char/shakti_uart.h
1533 M: Alistair Francis <Alistair.Francis@wdc.com>
1534 M: Bin Meng <bin.meng@windriver.com>
1535 M: Palmer Dabbelt <palmer@dabbelt.com>
1536 L: qemu-riscv@nongnu.org
1539 F: include/hw/*/*sifive*.h
1544 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1546 F: docs/system/target-rx.rst
1547 F: hw/rx/rx-gdbsim.c
1548 F: tests/avocado/machine_rx_gdbsim.py
1553 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1554 R: Magnus Damm <magnus.damm@gmail.com>
1556 F: hw/char/sh_serial.c
1558 F: hw/intc/sh_intc.c
1559 F: hw/pci-host/sh_pci.c
1560 F: hw/timer/sh_timer.c
1561 F: include/hw/sh4/sh_intc.h
1564 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1565 R: Magnus Damm <magnus.damm@gmail.com>
1567 F: hw/block/tc58128.c
1568 F: hw/char/sh_serial.c
1570 F: hw/intc/sh_intc.c
1571 F: hw/timer/sh_timer.c
1572 F: include/hw/sh4/sh_intc.h
1577 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1580 F: hw/sparc/sun4m_iommu.c
1583 F: hw/dma/sparc32_dma.c
1584 F: hw/misc/eccmemctl.c
1586 F: include/hw/nvram/sun_nvram.h
1587 F: include/hw/sparc/sparc32_dma.h
1588 F: include/hw/sparc/sun4m_iommu.h
1589 F: pc-bios/openbios-sparc32
1592 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1594 F: hw/sparc64/sun4u.c
1595 F: hw/sparc64/sun4u_iommu.c
1596 F: include/hw/sparc/sun4u_iommu.h
1597 F: hw/pci-host/sabre.c
1598 F: include/hw/pci-host/sabre.h
1599 F: hw/pci-bridge/simba.c
1600 F: include/hw/pci-bridge/simba.h
1601 F: pc-bios/openbios-sparc64
1602 F: tests/avocado/machine_sparc64_sun4u.py
1605 M: Artyom Tarasenko <atar4qemu@gmail.com>
1607 F: hw/sparc64/niagara.c
1608 F: hw/rtc/sun4v-rtc.c
1609 F: include/hw/rtc/sun4v-rtc.h
1612 M: Fabien Chouteau <chouteau@adacore.com>
1613 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1617 F: include/hw/*/grlib*
1618 F: tests/avocado/machine_sparc_leon3.py
1623 M: Halil Pasic <pasic@linux.ibm.com>
1624 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1625 M: Eric Farman <farman@linux.ibm.com>
1628 F: include/hw/s390x/
1629 F: configs/devices/s390x-softmmu/default.mak
1630 F: tests/avocado/machine_s390_ccw_virtio.py
1631 T: git https://github.com/borntraeger/qemu.git s390-next
1632 L: qemu-s390x@nongnu.org
1635 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1636 M: Thomas Huth <thuth@redhat.com>
1639 F: pc-bios/s390-ccw/
1640 F: pc-bios/s390-ccw.img
1641 F: docs/devel/s390-dasd-ipl.rst
1642 T: git https://github.com/borntraeger/qemu.git s390-next
1643 L: qemu-s390x@nongnu.org
1646 M: Matthew Rosato <mjrosato@linux.ibm.com>
1647 M: Eric Farman <farman@linux.ibm.com>
1649 F: hw/s390x/s390-pci*
1650 F: include/hw/s390x/s390-pci*
1651 L: qemu-s390x@nongnu.org
1653 S390 channel subsystem
1654 M: Halil Pasic <pasic@linux.ibm.com>
1655 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1656 M: Eric Farman <farman@linux.ibm.com>
1658 F: hw/s390x/ccw-device.[ch]
1660 F: hw/s390x/css-bridge.c
1661 F: include/hw/s390x/css.h
1662 F: include/hw/s390x/css-bridge.h
1663 F: include/hw/s390x/ioinst.h
1664 F: target/s390x/ioinst.c
1665 L: qemu-s390x@nongnu.org
1668 M: David Hildenbrand <david@redhat.com>
1670 F: target/s390x/cpu_features*.[ch]
1671 F: target/s390x/cpu_models.[ch]
1672 L: qemu-s390x@nongnu.org
1674 S390 SCLP-backed devices
1675 M: Halil Pasic <pasic@linux.ibm.com>
1676 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1678 F: include/hw/s390x/event-facility.h
1679 F: include/hw/s390x/sclp.h
1680 F: hw/char/sclp*.[hc]
1681 F: hw/s390x/event-facility.c
1683 L: qemu-s390x@nongnu.org
1688 M: Michael S. Tsirkin <mst@redhat.com>
1689 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1693 F: hw/pci-host/i440fx.c
1694 F: hw/pci-host/q35.c
1695 F: hw/pci-host/pam.c
1696 F: include/hw/pci-host/i440fx.h
1697 F: include/hw/pci-host/q35.h
1698 F: include/hw/pci-host/pam.h
1700 F: hw/isa/lpc_ich9.c
1701 F: hw/i2c/smbus_ich9.c
1704 F: include/hw/acpi/ich9*.h
1705 F: include/hw/southbridge/ich9.h
1706 F: include/hw/southbridge/piix.h
1708 F: include/hw/isa/apm.h
1709 F: tests/unit/test-x86-cpuid.c
1710 F: tests/qtest/test-x86-cpuid-compat.c
1713 M: Michael S. Tsirkin <mst@redhat.com>
1714 M: Paolo Bonzini <pbonzini@redhat.com>
1716 F: hw/char/debugcon.c
1717 F: hw/char/parallel*
1720 F: hw/i2c/pm_smbus.c
1725 F: hw/isa/isa-superio.c
1726 F: hw/misc/debugexit.c
1727 F: hw/misc/pc-testdev.c
1730 F: hw/rtc/mc146818rtc*
1731 F: hw/watchdog/wdt_ib700.c
1732 F: hw/watchdog/wdt_i6300esb.c
1733 F: include/hw/display/vga.h
1734 F: include/hw/char/parallel.h
1735 F: include/hw/dma/i8257.h
1736 F: include/hw/i2c/pm_smbus.h
1737 F: include/hw/input/i8042.h
1738 F: include/hw/intc/ioapic*
1739 F: include/hw/isa/i8259_internal.h
1740 F: include/hw/isa/superio.h
1741 F: include/hw/timer/hpet.h
1742 F: include/hw/timer/i8254*
1743 F: include/hw/rtc/mc146818rtc*
1746 M: Sergio Lopez <slp@redhat.com>
1747 M: Paolo Bonzini <pbonzini@redhat.com>
1749 F: docs/system/i386/microvm.rst
1750 F: hw/i386/microvm.c
1751 F: include/hw/i386/microvm.h
1752 F: pc-bios/bios-microvm.bin
1755 M: Eduardo Habkost <eduardo@habkost.net>
1756 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1757 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1758 R: Yanan Wang <wangyanan55@huawei.com>
1762 F: hw/core/machine-qmp-cmds.c
1763 F: hw/core/machine.c
1764 F: hw/core/machine-smp.c
1765 F: hw/core/null-machine.c
1768 F: qapi/machine.json
1769 F: qapi/machine-target.json
1770 F: include/hw/boards.h
1771 F: include/hw/core/cpu.h
1772 F: include/hw/cpu/cluster.h
1773 F: include/sysemu/numa.h
1774 F: tests/unit/test-smp-parse.c
1775 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1780 M: Max Filippov <jcmvbkbc@gmail.com>
1785 M: Max Filippov <jcmvbkbc@gmail.com>
1789 XTFPGA (LX60, LX200, ML605, KC705)
1790 M: Max Filippov <jcmvbkbc@gmail.com>
1792 F: hw/xtensa/xtfpga.c
1793 F: hw/net/opencores_eth.c
1797 Overall Audio frontends
1798 M: Gerd Hoffmann <kraxel@redhat.com>
1801 F: include/hw/audio/
1802 F: tests/qtest/ac97-test.c
1803 F: tests/qtest/es1370-test.c
1804 F: tests/qtest/intel-hda-test.c
1805 F: tests/qtest/fuzz-sb16-test.c
1808 M: Vikram Garhwal <vikram.garhwal@amd.com>
1809 M: Francisco Iglesias <francisco.iglesias@amd.com>
1811 F: hw/net/can/xlnx-*
1812 F: include/hw/net/xlnx-*
1813 F: tests/qtest/xlnx-can-test*
1816 M: Jiri Slaby <jslaby@suse.cz>
1821 M: John Snow <jsnow@redhat.com>
1822 L: qemu-block@nongnu.org
1829 F: hw/block/hd-geometry.c
1830 F: tests/qtest/ide-test.c
1831 F: tests/qtest/ahci-test.c
1832 F: tests/qtest/cdrom-test.c
1833 F: tests/qtest/libqos/ahci*
1834 T: git https://gitlab.com/jsnow/qemu.git ide
1837 M: Corey Minyard <minyard@acm.org>
1839 F: include/hw/ipmi/*
1841 F: hw/smbios/smbios_type_38.c
1842 F: tests/qtest/ipmi*
1843 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1846 M: John Snow <jsnow@redhat.com>
1847 L: qemu-block@nongnu.org
1850 F: hw/block/fdc-internal.h
1851 F: hw/block/fdc-isa.c
1852 F: hw/block/fdc-sysbus.c
1853 F: include/hw/block/fdc.h
1854 F: tests/qtest/fdc-test.c
1855 T: git https://gitlab.com/jsnow/qemu.git ide
1858 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1860 F: hw/hyperv/vmbus.c
1861 F: include/hw/hyperv/vmbus*.h
1864 M: Peter Maydell <peter.maydell@linaro.org>
1865 L: qemu-arm@nongnu.org
1868 F: include/hw/arm/omap.h
1869 F: docs/system/arm/sx1.rst
1872 M: Alberto Garcia <berto@igalia.com>
1874 F: hw/char/ipoctal232.c
1878 M: Michael S. Tsirkin <mst@redhat.com>
1879 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1882 F: hw/misc/pci-testdev.c
1890 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1891 M: Chris Browy <cbrowy@avery-design.com>
1893 F: include/hw/pci/pcie_doe.h
1894 F: hw/pci/pcie_doe.c
1897 M: Michael S. Tsirkin <mst@redhat.com>
1898 M: Igor Mammedov <imammedo@redhat.com>
1899 R: Ani Sinha <anisinha@redhat.com>
1901 F: include/hw/acpi/*
1902 F: include/hw/firmware/smbios.h
1905 F: hw/i386/acpi-build.[hc]
1906 F: hw/arm/virt-acpi-build.c
1908 F: tests/qtest/bios-tables-test*
1909 F: tests/qtest/acpi-utils.[hc]
1911 F: docs/specs/acpi_cpu_hotplug.rst
1912 F: docs/specs/acpi_mem_hotplug.rst
1913 F: docs/specs/acpi_nvdimm.rst
1914 F: docs/specs/acpi_pci_hotplug.rst
1915 F: docs/specs/acpi_hw_reduced_hotplug.rst
1918 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1919 L: qemu-arm@nongnu.org
1921 F: hw/arm/virt-acpi-build.c
1923 RISC-V ACPI Subsystem
1924 M: Sunil V L <sunilvl@ventanamicro.com>
1925 L: qemu-riscv@nongnu.org
1927 F: hw/riscv/virt-acpi-build.c
1930 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1935 ACPI/AVOCADO/BIOSBITS
1936 M: Ani Sinha <anisinha@redhat.com>
1937 M: Michael S. Tsirkin <mst@redhat.com>
1939 F: tests/avocado/acpi-bits/*
1940 F: tests/avocado/acpi-bits.py
1941 F: docs/devel/acpi-bits.rst
1944 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1945 L: qemu-arm@nongnu.org
1948 F: include/hw/acpi/ghes.h
1949 F: docs/specs/acpi_hest_ghes.rst
1952 L: qemu-ppc@nongnu.org
1955 F: hw/i2c/ppc4xx_i2c.c
1956 F: include/hw/ppc/ppc4xx.h
1957 F: include/hw/i2c/ppc4xx_i2c.h
1958 F: hw/intc/ppc-uic.c
1959 F: include/hw/intc/ppc-uic.h
1962 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1963 R: Paolo Bonzini <pbonzini@redhat.com>
1968 M: Jason Wang <jasowang@redhat.com>
1972 F: tests/qtest/virtio-net-test.c
1973 F: docs/virtio-net-failover.rst
1974 T: git https://github.com/jasowang/qemu.git net
1976 Parallel NOR Flash devices
1977 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1978 T: git https://gitlab.com/philmd/qemu.git pflash-next
1980 F: hw/block/pflash_cfi*.c
1981 F: include/hw/block/flash.h
1984 M: Paolo Bonzini <pbonzini@redhat.com>
1985 R: Fam Zheng <fam@euphon.net>
1987 F: include/hw/scsi/*
1989 F: tests/qtest/virtio-scsi-test.c
1990 F: tests/qtest/fuzz-virtio-scsi-test.c
1991 F: tests/qtest/am53c974-test.c
1992 F: tests/qtest/fuzz-lsi53c895a-test.c
1993 T: git https://github.com/bonzini/qemu.git scsi-next
1996 M: Alistair Francis <alistair@alistair23.me>
2000 F: include/hw/ssi/ssi.h
2002 F: tests/qtest/m25p80-test.c
2005 M: Alistair Francis <alistair@alistair23.me>
2010 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2011 M: Bin Meng <bin.meng@windriver.com>
2012 L: qemu-block@nongnu.org
2014 F: include/hw/sd/sd*
2018 F: tests/qtest/fuzz-sdcard-test.c
2019 F: tests/qtest/sdhci-test.c
2022 M: Gerd Hoffmann <kraxel@redhat.com>
2025 F: stubs/usb-dev-stub.c
2026 F: tests/qtest/usb-*-test.c
2027 F: docs/system/devices/usb.rst
2031 USB (serial adapter)
2032 R: Gerd Hoffmann <kraxel@redhat.com>
2033 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2035 F: hw/usb/dev-serial.c
2038 M: Alex Williamson <alex.williamson@redhat.com>
2039 R: Cédric Le Goater <clg@redhat.com>
2043 F: docs/igd-assign.txt
2044 F: docs/devel/vfio-migration.rst
2047 M: Eric Farman <farman@linux.ibm.com>
2048 M: Matthew Rosato <mjrosato@linux.ibm.com>
2051 F: hw/s390x/s390-ccw.c
2052 F: include/hw/s390x/s390-ccw.h
2053 F: include/hw/s390x/vfio-ccw.h
2054 L: qemu-s390x@nongnu.org
2057 M: Tony Krowiak <akrowiak@linux.ibm.com>
2058 M: Halil Pasic <pasic@linux.ibm.com>
2059 M: Jason Herne <jjherne@linux.ibm.com>
2061 F: hw/s390x/ap-device.c
2062 F: hw/s390x/ap-bridge.c
2063 F: include/hw/s390x/ap-device.h
2064 F: include/hw/s390x/ap-bridge.h
2066 F: docs/system/s390x/vfio-ap.rst
2067 L: qemu-s390x@nongnu.org
2070 M: Michael S. Tsirkin <mst@redhat.com>
2073 F: docs/interop/vhost-user.json
2074 F: docs/interop/vhost-user.rst
2075 F: contrib/vhost-user-*/
2076 F: backends/vhost-user.c
2077 F: include/sysemu/vhost-user-backend.h
2078 F: subprojects/libvhost-user/
2080 vhost-shadow-virtqueue
2081 R: Eugenio Pérez <eperezma@redhat.com>
2082 F: hw/virtio/vhost-shadow-virtqueue.*
2085 M: Michael S. Tsirkin <mst@redhat.com>
2088 F: hw/virtio/Makefile.objs
2089 F: hw/virtio/trace-events
2092 F: include/hw/virtio/
2093 F: docs/devel/virtio*
2096 M: Michael S. Tsirkin <mst@redhat.com>
2097 M: David Hildenbrand <david@redhat.com>
2099 F: docs/interop/virtio-balloon-stats.rst
2100 F: hw/virtio/virtio-balloon*.c
2101 F: include/hw/virtio/virtio-balloon.h
2102 F: softmmu/balloon.c
2103 F: include/sysemu/balloon.h
2106 M: Greg Kurz <groug@kaod.org>
2107 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2109 W: https://wiki.qemu.org/Documentation/9p
2113 F: docs/tools/virtfs-proxy-helper.rst
2114 F: tests/qtest/virtio-9p-test.c
2115 F: tests/qtest/libqos/virtio-9p*
2116 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2117 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2120 M: Stefan Hajnoczi <stefanha@redhat.com>
2121 L: qemu-block@nongnu.org
2123 F: hw/block/virtio-blk-common.c
2124 F: hw/block/virtio-blk.c
2125 F: hw/block/dataplane/*
2126 F: include/hw/virtio/virtio-blk-common.h
2127 F: tests/qtest/virtio-blk-test.c
2128 T: git https://github.com/stefanha/qemu.git block
2131 M: Cornelia Huck <cohuck@redhat.com>
2132 M: Halil Pasic <pasic@linux.ibm.com>
2133 M: Eric Farman <farman@linux.ibm.com>
2135 F: hw/s390x/virtio-ccw*.[hc]
2136 F: hw/s390x/vhost-*-ccw.c
2137 T: git https://gitlab.com/cohuck/qemu.git s390-next
2138 T: git https://github.com/borntraeger/qemu.git s390-next
2139 L: qemu-s390x@nongnu.org
2142 M: Stefan Hajnoczi <stefanha@redhat.com>
2144 F: hw/virtio/vhost-user-fs*
2145 F: include/hw/virtio/vhost-user-fs.h
2146 L: virtio-fs@redhat.com
2149 M: Gerd Hoffmann <kraxel@redhat.com>
2151 F: hw/input/vhost-user-input.c
2152 F: hw/input/virtio-input*.c
2153 F: include/hw/virtio/virtio-input.h
2154 F: contrib/vhost-user-input/*
2157 M: Eric Auger <eric.auger@redhat.com>
2159 F: hw/virtio/virtio-iommu*.c
2160 F: include/hw/virtio/virtio-iommu.h
2163 M: Laurent Vivier <lvivier@redhat.com>
2164 R: Amit Shah <amit@kernel.org>
2166 F: hw/char/virtio-serial-bus.c
2167 F: hw/char/virtio-console.c
2168 F: include/hw/virtio/virtio-serial.h
2169 F: tests/qtest/virtio-serial-test.c
2172 M: Laurent Vivier <lvivier@redhat.com>
2173 R: Amit Shah <amit@kernel.org>
2175 F: hw/virtio/virtio-rng.c
2176 F: include/hw/virtio/virtio-rng.h
2177 F: include/sysemu/rng*.h
2179 F: tests/qtest/virtio-rng-test.c
2182 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2184 F: docs/system/devices/vhost-user-rng.rst
2185 F: hw/virtio/vhost-user-rng.c
2186 F: hw/virtio/vhost-user-rng-pci.c
2187 F: include/hw/virtio/vhost-user-rng.h
2188 F: tools/vhost-user-rng/*
2191 M: Alex Bennée <alex.bennee@linaro.org>
2192 R: Viresh Kumar <viresh.kumar@linaro.org>
2194 F: hw/virtio/vhost-user-gpio*
2195 F: include/hw/virtio/vhost-user-gpio.h
2196 F: tests/qtest/libqos/virtio-gpio.*
2199 M: Gonglei <arei.gonglei@huawei.com>
2201 F: hw/virtio/virtio-crypto.c
2202 F: hw/virtio/virtio-crypto-pci.c
2203 F: include/hw/virtio/virtio-crypto.h
2206 M: David Hildenbrand <david@redhat.com>
2208 W: https://virtio-mem.gitlab.io/
2209 F: hw/virtio/virtio-mem.c
2210 F: hw/virtio/virtio-mem-pci.h
2211 F: hw/virtio/virtio-mem-pci.c
2212 F: include/hw/virtio/virtio-mem.h
2215 M: Keith Busch <kbusch@kernel.org>
2216 M: Klaus Jensen <its@irrelevant.dk>
2217 L: qemu-block@nongnu.org
2220 F: include/block/nvme.h
2221 F: tests/qtest/nvme-test.c
2222 F: docs/system/devices/nvme.rst
2223 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2226 M: Hannes Reinecke <hare@suse.com>
2227 L: qemu-block@nongnu.org
2229 F: hw/scsi/megasas.c
2231 F: tests/qtest/megasas-test.c
2232 F: tests/qtest/fuzz-megasas-test.c
2234 Network packet abstractions
2235 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2237 F: include/net/eth.h
2239 F: hw/net/net_rx_pkt*
2240 F: hw/net/net_tx_pkt*
2243 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2246 F: hw/scsi/vmw_pvscsi*
2247 F: tests/qtest/vmxnet3-test.c
2250 M: Jiri Pirko <jiri@resnulli.us>
2255 F: docs/specs/rocker.txt
2258 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2259 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2264 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2265 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2268 F: tests/qtest/fuzz-e1000e-test.c
2269 F: tests/qtest/e1000e-test.c
2270 F: tests/qtest/libqos/e1000e.*
2273 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2274 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2276 F: docs/system/devices/igb.rst
2278 F: tests/avocado/igb.py
2279 F: tests/qtest/igb-test.c
2280 F: tests/qtest/libqos/igb.c
2283 M: Stefan Weil <sw@weilnetz.de>
2285 F: hw/net/eepro100.c
2288 M: Sven Schnelle <svens@stackframe.org>
2294 M: Patrick Venture <venture@google.com>
2296 F: hw/i2c/i2c_mux_pca954x.c
2297 F: include/hw/i2c/i2c_mux_pca954x.h
2300 M: Alistair Francis <alistair@alistair23.me>
2302 F: hw/core/generic-loader.c
2303 F: hw/core/uboot_image.h
2304 F: include/hw/core/generic-loader.h
2305 F: docs/system/generic-loader.rst
2308 M: Alex Bennée <alex.bennee@linaro.org>
2310 F: hw/core/guest-loader.c
2311 F: docs/system/guest-loader.rst
2312 F: tests/avocado/boot_xen.py
2314 Intel Hexadecimal Object File Loader
2315 M: Su Hang <suhang16@mails.ucas.ac.cn>
2317 F: tests/qtest/hexloader-test.c
2318 F: tests/data/hex-loader/test.hex
2321 M: Thomas Huth <thuth@redhat.com>
2323 F: hw/nvram/chrp_nvram.c
2324 F: include/hw/nvram/chrp_nvram.h
2325 F: tests/qtest/prom-env-test.c
2329 R: Ani Sinha <ani@anisinha.ca>
2330 F: hw/acpi/vmgenid.c
2331 F: include/hw/acpi/vmgenid.h
2332 F: docs/specs/vmgenid.txt
2333 F: tests/qtest/vmgenid-test.c
2336 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2338 F: include/hw/misc/led.h
2341 Unimplemented device
2342 M: Peter Maydell <peter.maydell@linaro.org>
2343 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2344 R: Ani Sinha <ani@anisinha.ca>
2346 F: include/hw/misc/unimp.h
2350 M: Artyom Tarasenko <atar4qemu@gmail.com>
2351 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2352 R: Ani Sinha <ani@anisinha.ca>
2354 F: include/hw/misc/empty_slot.h
2355 F: hw/misc/empty_slot.c
2358 M: Gerd Hoffmann <kraxel@redhat.com>
2361 F: hw/display/bochs-display.c
2362 F: include/hw/display/vga.h
2363 F: include/hw/display/bochs-vbe.h
2366 M: Gerd Hoffmann <kraxel@redhat.com>
2368 F: hw/display/ramfb*.c
2369 F: include/hw/display/ramfb.h
2372 M: Gerd Hoffmann <kraxel@redhat.com>
2374 F: hw/display/virtio-gpu*
2375 F: hw/display/virtio-vga.*
2376 F: include/hw/virtio/virtio-gpu.h
2379 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2381 F: contrib/vhost-user-blk/
2382 F: contrib/vhost-user-scsi/
2383 F: hw/block/vhost-user-blk.c
2384 F: hw/block/virtio-blk-common.c
2385 F: hw/scsi/vhost-user-scsi.c
2386 F: hw/virtio/vhost-user-blk-pci.c
2387 F: hw/virtio/vhost-user-scsi-pci.c
2388 F: include/hw/virtio/vhost-user-blk.h
2389 F: include/hw/virtio/vhost-user-scsi.h
2390 F: include/hw/virtio/virtio-blk-common.h
2393 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2394 R: Gerd Hoffmann <kraxel@redhat.com>
2396 F: docs/interop/vhost-user-gpu.rst
2397 F: contrib/vhost-user-gpu
2398 F: hw/display/vhost-user-*
2401 M: Gerd Hoffmann <kraxel@redhat.com>
2403 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2404 F: hw/display/cirrus*
2407 M: Gerd Hoffmann <kraxel@redhat.com>
2410 F: include/hw/display/edid.h
2413 PIIX4 South Bridge (i82371AB)
2414 M: Hervé Poussineau <hpoussin@reactos.org>
2415 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2418 F: include/hw/southbridge/piix.h
2420 Firmware configuration (fw_cfg)
2421 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2422 R: Gerd Hoffmann <kraxel@redhat.com>
2424 F: docs/specs/fw_cfg.txt
2425 F: hw/nvram/fw_cfg*.c
2427 F: include/hw/nvram/fw_cfg.h
2428 F: include/standard-headers/linux/qemu_fw_cfg.h
2429 F: tests/qtest/libqos/fw_cfg.c
2430 F: tests/qtest/fw_cfg-test.c
2431 T: git https://github.com/philmd/qemu.git fw_cfg-next
2434 M: Cédric Le Goater <clg@kaod.org>
2435 L: qemu-ppc@nongnu.org
2438 F: include/hw/*/*xive*
2442 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2443 R: Magnus Damm <magnus.damm@gmail.com>
2445 F: hw/char/renesas_sci.c
2446 F: hw/char/sh_serial.c
2447 F: hw/timer/renesas_*.c
2448 F: hw/timer/sh_timer.c
2449 F: include/hw/char/renesas_sci.h
2450 F: include/hw/sh4/sh.h
2451 F: include/hw/timer/renesas_*.h
2453 Renesas RX peripherals
2454 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2458 F: include/hw/intc/rx_icu.h
2461 CAN bus subsystem and hardware
2462 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2463 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2465 W: https://canbus.pages.fel.cvut.cz/
2468 F: include/net/can_*.h
2470 OpenPIC interrupt controller
2471 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2473 F: hw/intc/openpic.c
2474 F: include/hw/ppc/openpic.h
2477 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2480 F: include/hw/misc/mips_*
2483 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2485 F: hw/intc/mips_gic.c
2486 F: hw/timer/mips_gictimer.c
2487 F: include/hw/intc/mips_gic.h
2488 F: include/hw/timer/mips_gictimer.h
2491 M: Halil Pasic <pasic@linux.ibm.com>
2492 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2494 F: include/hw/s390x/3270-ccw.h
2495 F: hw/char/terminal3270.c
2496 F: hw/s390x/3270-ccw.c
2497 L: qemu-s390x@nongnu.org
2499 S390 diag 288 watchdog
2500 M: Halil Pasic <pasic@linux.ibm.com>
2501 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2503 F: hw/watchdog/wdt_diag288.c
2504 F: include/hw/watchdog/wdt_diag288.h
2505 L: qemu-s390x@nongnu.org
2507 S390 storage key device
2508 M: Halil Pasic <pasic@linux.ibm.com>
2509 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2511 F: hw/s390x/storage-keys.h
2512 F: hw/390x/s390-skeys*.c
2513 L: qemu-s390x@nongnu.org
2515 S390 storage attribute device
2516 M: Halil Pasic <pasic@linux.ibm.com>
2517 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2519 F: hw/s390x/storage-attributes.h
2520 F: hw/s390/s390-stattrib*.c
2521 L: qemu-s390x@nongnu.org
2523 S390 floating interrupt controller
2524 M: Halil Pasic <pasic@linux.ibm.com>
2525 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2526 M: David Hildenbrand <david@redhat.com>
2528 F: hw/intc/s390_flic*.c
2529 F: include/hw/s390x/s390_flic.h
2530 L: qemu-s390x@nongnu.org
2533 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2535 R: Canokeys.org <contact@canokeys.org>
2538 F: docs/system/devices/canokey.rst
2542 Overall Audio backends
2543 M: Gerd Hoffmann <kraxel@redhat.com>
2544 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2547 X: audio/alsaaudio.c
2548 X: audio/coreaudio.c
2550 X: audio/jackaudio.c
2554 X: audio/sndioaudio.c
2555 X: audio/spiceaudio.c
2559 M: Gerd Hoffmann <kraxel@redhat.com>
2560 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2562 F: audio/alsaaudio.c
2564 Core Audio framework backend
2565 M: Gerd Hoffmann <kraxel@redhat.com>
2566 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2567 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2568 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2570 F: audio/coreaudio.c
2572 DSound Audio backend
2573 M: Gerd Hoffmann <kraxel@redhat.com>
2577 JACK Audio Connection Kit backend
2578 M: Gerd Hoffmann <kraxel@redhat.com>
2579 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2581 F: audio/jackaudio.c
2583 Open Sound System (OSS) Audio backend
2584 M: Gerd Hoffmann <kraxel@redhat.com>
2589 M: Gerd Hoffmann <kraxel@redhat.com>
2594 M: Gerd Hoffmann <kraxel@redhat.com>
2595 R: Thomas Huth <huth@tuxfamily.org>
2600 M: Gerd Hoffmann <kraxel@redhat.com>
2601 R: Alexandre Ratchov <alex@caoua.org>
2603 F: audio/sndioaudio.c
2606 M: Kevin Wolf <kwolf@redhat.com>
2607 M: Hanna Reitz <hreitz@redhat.com>
2608 L: qemu-block@nongnu.org
2614 F: qapi/transaction.json
2616 F: include/sysemu/block-*.h
2618 F: docs/tools/qemu-img.rst
2620 F: tests/qemu-iotests/
2621 F: util/qemu-progress.c
2622 F: qobject/block-qdict.c
2623 F: tests/unit/check-block-qdict.c
2624 T: git https://repo.or.cz/qemu/kevin.git block
2627 M: Kevin Wolf <kwolf@redhat.com>
2628 L: qemu-block@nongnu.org
2631 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2632 F: docs/tools/qemu-storage-daemon.rst
2633 T: git https://repo.or.cz/qemu/kevin.git block
2636 M: Stefan Hajnoczi <stefanha@redhat.com>
2637 M: Fam Zheng <fam@euphon.net>
2638 L: qemu-block@nongnu.org
2646 F: include/block/aio.h
2647 F: include/block/aio-wait.h
2648 F: scripts/qemugdb/aio.py
2649 F: tests/unit/test-fdmon-epoll.c
2650 T: git https://github.com/stefanha/qemu.git block
2652 Block SCSI subsystem
2653 M: Paolo Bonzini <pbonzini@redhat.com>
2654 R: Fam Zheng <fam@euphon.net>
2655 L: qemu-block@nongnu.org
2661 M: John Snow <jsnow@redhat.com>
2662 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2663 L: qemu-block@nongnu.org
2666 F: include/block/blockjob.h
2669 F: include/qemu/job.h
2675 F: block/block-copy.c
2676 F: include/block/block-copy.h
2678 F: include/block/reqlist.h
2679 F: block/copy-before-write.h
2680 F: block/copy-before-write.c
2681 F: block/snapshot-access.c
2682 F: include/block/aio_task.h
2684 F: util/qemu-co-shared-resource.c
2685 F: include/qemu/co-shared-resource.h
2686 T: git https://gitlab.com/jsnow/qemu.git jobs
2687 T: git https://gitlab.com/vsementsov/qemu.git block
2689 Compute Express Link
2690 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2691 R: Fan Ni <fan.ni@samsung.com>
2694 F: hw/mem/cxl_type3.c
2698 M: Eric Blake <eblake@redhat.com>
2699 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2700 R: John Snow <jsnow@redhat.com>
2701 L: qemu-block@nongnu.org
2703 F: include/qemu/hbitmap.h
2704 F: include/block/dirty-bitmap.h
2705 F: block/monitor/bitmap-qmp-cmds.c
2706 F: block/dirty-bitmap.c
2707 F: block/qcow2-bitmap.c
2708 F: migration/block-dirty-bitmap.c
2710 F: tests/unit/test-hbitmap.c
2711 F: docs/interop/bitmaps.rst
2712 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2713 T: git https://gitlab.com/vsementsov/qemu.git block
2715 Character device backends
2716 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2717 R: Paolo Bonzini <pbonzini@redhat.com>
2723 Character Devices (Braille)
2724 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2728 Command line option argument parsing
2729 M: Markus Armbruster <armbru@redhat.com>
2731 F: include/qemu/option.h
2732 F: tests/unit/test-keyval.c
2733 F: tests/unit/test-qemu-opts.c
2735 F: util/qemu-option.c
2738 M: Markus Armbruster <armbru@redhat.com>
2740 F: scripts/coverity-model.c
2742 Coverity Scan integration
2743 M: Peter Maydell <peter.maydell@linaro.org>
2745 F: scripts/coverity-scan/
2748 M: Alistair Francis <alistair.francis@wdc.com>
2749 R: David Gibson <david@gibson.dropbear.id.au>
2751 F: softmmu/device_tree.c
2752 F: include/sysemu/device_tree.h
2756 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2758 F: hw/misc/vmcoreinfo.c
2759 F: include/hw/misc/vmcoreinfo.h
2760 F: include/qemu/win_dump_defs
2761 F: include/sysemu/dump-arch.h
2762 F: include/sysemu/dump.h
2764 F: scripts/dump-guest-memory.py
2768 M: Markus Armbruster <armbru@redhat.com>
2770 F: include/qapi/error.h
2771 F: include/qemu/error-report.h
2774 F: util/qemu-error.c
2775 F: scripts/coccinelle/err-bad-newline.cocci
2776 F: scripts/coccinelle/error-use-after-free.cocci
2777 F: scripts/coccinelle/error_propagate_null.cocci
2778 F: scripts/coccinelle/remove_local_err.cocci
2779 F: scripts/coccinelle/use-error_fatal.cocci
2780 F: scripts/coccinelle/errp-guard.cocci
2783 M: Alex Bennée <alex.bennee@linaro.org>
2784 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2786 F: docs/system/gdb.rst
2788 F: include/exec/gdbstub.h
2789 F: include/gdbstub/*
2791 F: tests/tcg/multiarch/gdbstub/
2792 F: scripts/feature_to_c.sh
2793 F: scripts/probe-gdb-support.py
2796 M: Paolo Bonzini <pbonzini@redhat.com>
2797 M: Peter Xu <peterx@redhat.com>
2798 M: David Hildenbrand <david@redhat.com>
2799 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2801 F: include/exec/ioport.h
2802 F: include/exec/memop.h
2803 F: include/exec/memory.h
2804 F: include/exec/ram_addr.h
2805 F: include/exec/ramblock.h
2806 F: include/sysemu/memory_mapping.h
2807 F: softmmu/dma-helpers.c
2810 F: softmmu/memory_mapping.c
2811 F: softmmu/physmem.c
2812 F: include/exec/memory-internal.h
2813 F: scripts/coccinelle/memory-region-housekeeping.cocci
2816 M: David Hildenbrand <david@redhat.com>
2817 M: Igor Mammedov <imammedo@redhat.com>
2818 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2820 F: hw/mem/memory-device.c
2823 F: include/hw/mem/memory-device.h
2824 F: include/hw/mem/nvdimm.h
2825 F: include/hw/mem/pc-dimm.h
2829 M: Gerd Hoffmann <kraxel@redhat.com>
2831 F: include/ui/qemu-spice.h
2832 F: include/ui/spice-display.h
2834 F: audio/spiceaudio.c
2837 F: docs/spice-port-fqdn.txt
2840 M: Gerd Hoffmann <kraxel@redhat.com>
2841 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2847 F: docs/devel/ui.rst
2850 M: Peter Maydell <peter.maydell@linaro.org>
2851 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2852 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2857 M: Paolo Bonzini <pbonzini@redhat.com>
2859 F: include/exec/gen-icount.h
2860 F: include/qemu/main-loop.h
2861 F: include/sysemu/runstate.h
2862 F: include/sysemu/runstate-action.h
2864 F: util/qemu-timer.c
2868 F: softmmu/cpu-throttle.c
2869 F: softmmu/cpu-timers.c
2871 F: softmmu/runstate*
2872 F: qapi/run-state.json
2874 Read, Copy, Update (RCU)
2875 M: Paolo Bonzini <pbonzini@redhat.com>
2877 F: docs/devel/lockcnt.txt
2878 F: docs/devel/rcu.txt
2879 F: include/qemu/rcu*.h
2880 F: tests/unit/rcutorture.c
2881 F: tests/unit/test-rcu-*.c
2885 M: Dr. David Alan Gilbert <dave@treblig.org>
2887 F: monitor/monitor-internal.h
2889 F: monitor/monitor.c
2893 F: include/monitor/hmp-target.h
2894 F: tests/qtest/test-hmp.c
2895 F: include/qemu/qemu-print.h
2896 F: util/qemu-print.c
2898 Network device backends
2899 M: Jason Wang <jasowang@redhat.com>
2903 F: qemu-bridge-helper.c
2904 T: git https://github.com/jasowang/qemu.git net
2907 Netmap network backend
2908 M: Luigi Rizzo <rizzo@iet.unipi.it>
2909 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2910 M: Vincenzo Maffione <v.maffione@gmail.com>
2911 W: http://info.iet.unipi.it/~luigi/netmap/
2915 Host Memory Backends
2916 M: David Hildenbrand <david@redhat.com>
2917 M: Igor Mammedov <imammedo@redhat.com>
2919 F: backends/hostmem*.c
2920 F: include/sysemu/hostmem.h
2921 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2924 M: Gonglei <arei.gonglei@huawei.com>
2925 M: zhenwei pi <pizhenwei@bytedance.com>
2927 F: include/sysemu/cryptodev*.h
2928 F: backends/cryptodev*.c
2929 F: qapi/cryptodev.json
2932 M: John Snow <jsnow@redhat.com>
2933 M: Cleber Rosa <crosa@redhat.com>
2934 R: Beraldo Leal <bleal@redhat.com>
2937 T: git https://gitlab.com/jsnow/qemu.git python
2940 M: John Snow <jsnow@redhat.com>
2941 M: Cleber Rosa <crosa@redhat.com>
2947 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2949 F: scripts/simplebench/
2950 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2953 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2955 F: include/qemu/transactions.h
2956 F: util/transactions.c
2957 T: git https://gitlab.com/vsementsov/qemu.git block
2960 M: Markus Armbruster <armbru@redhat.com>
2961 M: Michael Roth <michael.roth@amd.com>
2966 X: include/qapi/qmp/
2967 F: include/qapi/qmp/dispatch.h
2968 F: tests/qapi-schema/
2969 F: tests/unit/test-*-visitor.c
2970 F: tests/unit/test-qapi-*.c
2971 F: tests/unit/test-qmp-*.c
2972 F: tests/unit/test-visitor-serialization.c
2973 F: scripts/qapi-gen.py
2975 F: docs/sphinx/qapidoc.py
2977 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2980 M: Eric Blake <eblake@redhat.com>
2981 M: Markus Armbruster <armbru@redhat.com>
2984 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2987 M: Markus Armbruster <armbru@redhat.com>
2990 F: include/qapi/qmp/
2991 X: include/qapi/qmp/dispatch.h
2992 F: scripts/coccinelle/qobject.cocci
2993 F: tests/unit/check-qdict.c
2994 F: tests/unit/check-qjson.c
2995 F: tests/unit/check-qlist.c
2996 F: tests/unit/check-qlit.c
2997 F: tests/unit/check-qnull.c
2998 F: tests/unit/check-qnum.c
2999 F: tests/unit/check-qobject.c
3000 F: tests/unit/check-qstring.c
3001 F: tests/data/qobject/qdict.txt
3002 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3005 M: Michael Roth <michael.roth@amd.com>
3006 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3009 F: docs/interop/qemu-ga.rst
3010 F: docs/interop/qemu-ga-ref.rst
3011 F: scripts/qemu-guest-agent/
3012 F: tests/unit/test-qga.c
3013 T: git https://github.com/mdroth/qemu.git qga
3015 QEMU Guest Agent Win32
3016 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3021 T: git https://github.com/kostyanf14/qemu.git qga-win32
3024 M: Paolo Bonzini <pbonzini@redhat.com>
3025 R: Daniel P. Berrange <berrange@redhat.com>
3026 R: Eduardo Habkost <eduardo@habkost.net>
3028 F: docs/devel/qom.rst
3029 F: docs/qdev-device-use.txt
3034 F: include/monitor/qdev.h
3038 F: scripts/coccinelle/qom-parent-type.cocci
3039 F: softmmu/qdev-monitor.c
3042 F: tests/unit/check-qom-interface.c
3043 F: tests/unit/check-qom-proplist.c
3044 F: tests/unit/test-qdev-global-props.c
3046 QOM boilerplate conversion script
3047 M: Eduardo Habkost <eduardo@habkost.net>
3049 F: scripts/codeconverter/
3052 M: Markus Armbruster <armbru@redhat.com>
3054 F: monitor/monitor-internal.h
3057 F: monitor/monitor.c
3058 F: qapi/control.json
3060 F: qapi/introspect.json
3061 F: docs/devel/*qmp-*
3062 F: docs/interop/*qmp-*
3064 F: tests/qtest/qmp-test.c
3065 F: tests/qtest/qmp-cmd-test.c
3066 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3069 M: Thomas Huth <thuth@redhat.com>
3070 M: Laurent Vivier <lvivier@redhat.com>
3071 R: Paolo Bonzini <pbonzini@redhat.com>
3076 F: docs/devel/qgraph.rst
3077 F: docs/devel/qtest.rst
3078 X: tests/qtest/bios-tables-test*
3081 M: Alexander Bulekov <alxndr@bu.edu>
3082 R: Paolo Bonzini <pbonzini@redhat.com>
3083 R: Bandan Das <bsd@redhat.com>
3084 R: Stefan Hajnoczi <stefanha@redhat.com>
3085 R: Thomas Huth <thuth@redhat.com>
3086 R: Darren Kenny <darren.kenny@oracle.com>
3087 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3089 F: tests/qtest/fuzz/
3090 F: tests/qtest/fuzz-*test.c
3091 F: scripts/oss-fuzz/
3092 F: hw/mem/sparse-mem.c
3093 F: docs/devel/fuzzing.rst
3096 M: Alistair Francis <alistair@alistair23.me>
3098 F: hw/core/register.c
3099 F: include/hw/register.h
3100 F: include/hw/registerfields.h
3103 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3106 F: include/net/slirp.h
3107 T: git https://people.debian.org/~sthibault/qemu.git slirp
3111 F: include/sysemu/stats.h
3115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3118 F: include/hw/stream.h
3121 M: Paolo Bonzini <pbonzini@redhat.com>
3126 M: Stefan Hajnoczi <stefanha@redhat.com>
3130 F: docs/qemu-option-trace.rst.inc
3132 F: scripts/tracetool.py
3133 F: scripts/tracetool/
3134 F: scripts/qemu-trace-stap*
3135 F: docs/tools/qemu-trace-stap.rst
3136 F: docs/devel/tracing.rst
3137 T: git https://github.com/stefanha/qemu.git tracing
3140 M: Stefan Berger <stefanb@linux.ibm.com>
3144 F: include/hw/acpi/tpm.h
3145 F: include/sysemu/tpm*
3148 F: tests/qtest/*tpm*
3149 F: docs/specs/tpm.rst
3150 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3154 F: scripts/checkpatch.pl
3157 M: Juan Quintela <quintela@redhat.com>
3158 R: Peter Xu <peterx@redhat.com>
3159 R: Leonardo Bras <leobras@redhat.com>
3161 F: hw/core/vmstate-if.c
3162 F: include/hw/vmstate-if.h
3163 F: include/migration/
3164 F: include/qemu/userfaultfd.h
3166 F: scripts/vmstate-static-checker.py
3167 F: tests/vmstate-static-checker-data/
3168 F: tests/qtest/migration-test.c
3169 F: docs/devel/migration.rst
3170 F: qapi/migration.json
3172 F: util/userfaultfd.c
3175 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3177 F: backends/dbus-vmstate.c
3182 F: include/qemu/dbus.h
3183 F: docs/interop/dbus*
3184 F: docs/sphinx/dbus*
3185 F: docs/sphinx/fakedbusdoc.py
3186 F: tests/qtest/dbus*
3189 M: Daniel P. Berrange <berrange@redhat.com>
3191 F: softmmu/qemu-seccomp.c
3192 F: include/sysemu/seccomp.h
3193 F: tests/unit/test-seccomp.c
3196 M: Daniel P. Berrange <berrange@redhat.com>
3201 F: tests/unit/test-crypto-*
3202 F: tests/bench/benchmark-crypto-*
3203 F: tests/unit/crypto-tls-*
3204 F: tests/unit/pkix_asn1_tab.c
3208 M: Stefan Hajnoczi <stefanha@redhat.com>
3209 M: Kevin Wolf <kwolf@redhat.com>
3212 F: include/qemu/coroutine*
3213 F: tests/unit/test-coroutine.c
3216 M: Daniel P. Berrange <berrange@redhat.com>
3219 F: include/qemu/buffer.h
3222 M: Daniel P. Berrange <berrange@redhat.com>
3226 F: tests/unit/test-io-*
3229 M: Daniel P. Berrange <berrange@redhat.com>
3234 F: tests/unit/test-authz-*
3237 M: Daniel P. Berrange <berrange@redhat.com>
3239 F: include/qemu/sockets.h
3240 F: util/qemu-sockets.c
3241 F: qapi/sockets.json
3244 M: Daniel P. Berrange <berrange@redhat.com>
3246 F: util/filemonitor*.c
3247 F: include/qemu/filemonitor.h
3248 F: tests/unit/test-util-filemonitor.c
3250 Throttling infrastructure
3251 M: Alberto Garcia <berto@igalia.com>
3253 F: block/throttle-groups.c
3254 F: include/block/throttle-groups.h
3255 F: include/qemu/throttle*.h
3257 F: docs/throttle.txt
3258 F: tests/unit/test-throttle.c
3259 L: qemu-block@nongnu.org
3262 M: Fam Zheng <fam@euphon.net>
3265 F: include/qemu/uuid.h
3266 F: tests/unit/test-uuid.c
3269 M: Lukas Straub <lukasstraub2@web.de>
3272 F: migration/yank_functions*
3273 F: tests/unit/test-yank.c
3274 F: include/qemu/yank.h
3278 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3281 F: include/migration/colo.h
3282 F: include/migration/failover.h
3286 M: Zhang Chen <chen.zhang@intel.com>
3287 M: Li Zhijian <lizhijian@fujitsu.com>
3289 F: docs/colo-proxy.txt
3291 F: net/filter-rewriter.c
3292 F: net/filter-mirror.c
3293 F: tests/qtest/test-filter*
3296 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3297 R: Paolo Bonzini <pbonzini@redhat.com>
3298 W: https://wiki.qemu.org/Features/record-replay
3301 F: block/blkreplay.c
3302 F: net/filter-replay.c
3303 F: include/exec/replay-core.h
3304 F: include/sysemu/replay.h
3305 F: docs/devel/replay.rst
3306 F: docs/system/replay.rst
3308 F: tests/avocado/replay_kernel.py
3309 F: tests/avocado/replay_linux.py
3310 F: tests/avocado/reverse_debugging.py
3314 M: Peter Xu <peterx@redhat.com>
3316 F: include/qemu/iova-tree.h
3320 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3325 M: Corey Minyard <cminyard@mvista.com>
3328 F: hw/i2c/smbus_slave.c
3329 F: hw/i2c/smbus_master.c
3330 F: hw/i2c/smbus_eeprom.c
3331 F: include/hw/i2c/i2c.h
3332 F: include/hw/i2c/smbus_master.h
3333 F: include/hw/i2c/smbus_slave.h
3334 F: include/hw/i2c/smbus_eeprom.h
3337 M: Titus Rwantare <titusr@google.com>
3339 F: hw/i2c/pmbus_device.c
3340 F: hw/sensor/adm1272.c
3341 F: hw/sensor/isl_pmbus_vr.c
3342 F: hw/sensor/max34451.c
3343 F: include/hw/i2c/pmbus_device.h
3344 F: include/hw/sensor/isl_pmbus_vr.h
3345 F: tests/qtest/adm1272-test.c
3346 F: tests/qtest/max34451-test.c
3347 F: tests/qtest/isl_pmbus_vr-test.c
3349 Firmware schema specifications
3350 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3351 R: Daniel P. Berrange <berrange@redhat.com>
3352 R: Kashyap Chamarthy <kchamart@redhat.com>
3354 F: docs/interop/firmware.json
3357 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3358 M: Gerd Hoffmann <kraxel@redhat.com>
3361 F: pc-bios/descriptors/??-edk2-*.json
3363 F: roms/Makefile.edk2
3366 F: tests/data/uefi-boot-images/
3367 F: tests/uefi-test-tools/
3370 M: Michael S. Tsirkin <mst@redhat.com>
3371 M: Peter Xu <peterx@redhat.com>
3372 R: Jason Wang <jasowang@redhat.com>
3374 F: hw/i386/intel_iommu.c
3375 F: hw/i386/intel_iommu_internal.h
3376 F: include/hw/i386/intel_iommu.h
3380 F: hw/i386/amd_iommu.?
3383 M: Bin Meng <bmeng.cn@gmail.com>
3385 F: pc-bios/opensbi-*
3386 F: .gitlab-ci.d/opensbi.yml
3387 F: .gitlab-ci.d/opensbi/
3390 M: Luc Michel <luc@lmichel.fr>
3391 R: Damien Hedde <damien.hedde@dahe.fr>
3393 F: include/hw/clock.h
3394 F: include/hw/qdev-clock.h
3396 F: hw/core/clock-vmstate.c
3397 F: hw/core/qdev-clock.c
3398 F: docs/devel/clocks.rst
3402 Overall usermode emulation
3403 M: Riku Voipio <riku.voipio@iki.fi>
3405 F: accel/tcg/user-exec*.c
3410 M: Warner Losh <imp@bsdimp.com>
3411 R: Kyle Evans <kevans@freebsd.org>
3414 F: configs/targets/*-bsd-user.mak
3416 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3419 M: Laurent Vivier <laurent@vivier.eu>
3422 F: configs/targets/*linux-user.mak
3423 F: scripts/qemu-binfmt-conf.sh
3424 F: scripts/update-syscalltbl.sh
3425 F: scripts/update-mips-syscall-args.sh
3426 F: scripts/gensyscalls.sh
3428 Tiny Code Generator (TCG)
3429 -------------------------
3431 M: Richard Henderson <richard.henderson@linaro.org>
3437 M: Alex Bennée <alex.bennee@linaro.org>
3438 R: Alexandre Iooss <erdnaxe@crans.org>
3439 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3441 F: docs/devel/tcg-plugins.rst
3444 F: tests/avocado/tcg_plugins.py
3448 M: Richard Henderson <richard.henderson@linaro.org>
3450 L: qemu-arm@nongnu.org
3454 M: Richard Henderson <richard.henderson@linaro.org>
3456 L: qemu-arm@nongnu.org
3460 M: Richard Henderson <richard.henderson@linaro.org>
3464 LoongArch64 TCG target
3465 M: WANG Xuerui <git@xen0n.name>
3470 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3471 R: Aurelien Jarno <aurelien@aurel32.net>
3472 R: Huacai Chen <chenhuacai@kernel.org>
3473 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3474 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3479 M: Richard Henderson <richard.henderson@linaro.org>
3484 M: Palmer Dabbelt <palmer@dabbelt.com>
3485 M: Alistair Francis <Alistair.Francis@wdc.com>
3486 L: qemu-riscv@nongnu.org
3492 M: Richard Henderson <richard.henderson@linaro.org>
3495 L: qemu-s390x@nongnu.org
3503 M: Stefan Weil <sw@weilnetz.de>
3512 M: Fam Zheng <fam@euphon.net>
3513 L: qemu-block@nongnu.org
3518 M: Ilya Dryomov <idryomov@gmail.com>
3519 R: Peter Lieven <pl@kamp.de>
3520 L: qemu-block@nongnu.org
3525 M: Jeff Cody <codyprime@gmail.com>
3526 L: qemu-block@nongnu.org
3531 M: Stefan Weil <sw@weilnetz.de>
3532 L: qemu-block@nongnu.org
3537 M: Stefan Hajnoczi <stefanha@redhat.com>
3538 L: qemu-block@nongnu.org
3543 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3544 M: Paolo Bonzini <pbonzini@redhat.com>
3545 M: Peter Lieven <pl@kamp.de>
3546 L: qemu-block@nongnu.org
3549 F: block/iscsi-opts.c
3551 Network Block Device (NBD)
3552 M: Eric Blake <eblake@redhat.com>
3553 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3554 L: qemu-block@nongnu.org
3558 F: include/block/nbd*
3561 F: docs/interop/nbd.txt
3562 F: docs/tools/qemu-nbd.rst
3563 F: tests/qemu-iotests/tests/*nbd*
3564 T: git https://repo.or.cz/qemu/ericb.git nbd
3565 T: git https://gitlab.com/vsementsov/qemu.git block
3568 M: Peter Lieven <pl@kamp.de>
3569 L: qemu-block@nongnu.org
3574 M: Richard W.M. Jones <rjones@redhat.com>
3575 L: qemu-block@nongnu.org
3580 L: qemu-block@nongnu.org
3585 L: qemu-block@nongnu.org
3586 L: integration@gluster.org
3591 M: Fam Zheng <fam@euphon.net>
3592 L: qemu-block@nongnu.org
3597 M: Stefan Hajnoczi <stefanha@redhat.com>
3598 R: Fam Zheng <fam@euphon.net>
3599 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3600 L: qemu-block@nongnu.org
3603 F: include/block/nvme.h
3604 T: git https://github.com/stefanha/qemu.git block
3607 M: Gonglei <arei.gonglei@huawei.com>
3609 F: softmmu/bootdevice.c
3612 M: Alberto Garcia <berto@igalia.com>
3615 L: qemu-block@nongnu.org
3618 M: Ari Sundholm <ari@tuxera.com>
3619 L: qemu-block@nongnu.org
3621 F: block/blklogwrites.c
3624 M: Stefan Hajnoczi <stefanha@redhat.com>
3625 L: qemu-block@nongnu.org
3627 F: block/blkverify.c
3630 M: Stefan Hajnoczi <stefanha@redhat.com>
3631 L: qemu-block@nongnu.org
3636 M: Stefan Hajnoczi <stefanha@redhat.com>
3637 L: qemu-block@nongnu.org
3642 M: Stefan Hajnoczi <stefanha@redhat.com>
3643 L: qemu-block@nongnu.org
3648 M: Stefan Hajnoczi <stefanha@redhat.com>
3649 M: Denis V. Lunev <den@openvz.org>
3650 L: qemu-block@nongnu.org
3652 F: block/parallels.c
3653 F: block/parallels-ext.c
3654 F: docs/interop/parallels.txt
3657 M: Stefan Hajnoczi <stefanha@redhat.com>
3658 L: qemu-block@nongnu.org
3663 M: Kevin Wolf <kwolf@redhat.com>
3664 L: qemu-block@nongnu.org
3666 F: block/linux-aio.c
3667 F: include/block/raw-aio.h
3668 F: block/raw-format.c
3669 F: block/file-posix.c
3670 F: block/file-win32.c
3671 F: block/win32-aio.c
3674 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3675 M: Julia Suvorova <jusual@redhat.com>
3676 M: Stefan Hajnoczi <stefanha@redhat.com>
3677 R: Stefano Garzarella <sgarzare@redhat.com>
3678 L: qemu-block@nongnu.org
3684 M: Kevin Wolf <kwolf@redhat.com>
3685 M: Hanna Reitz <hreitz@redhat.com>
3686 L: qemu-block@nongnu.org
3689 F: docs/interop/qcow2.txt
3692 M: Kevin Wolf <kwolf@redhat.com>
3693 L: qemu-block@nongnu.org
3698 M: Kevin Wolf <kwolf@redhat.com>
3699 M: Hanna Reitz <hreitz@redhat.com>
3700 L: qemu-block@nongnu.org
3705 M: Kevin Wolf <kwolf@redhat.com>
3706 L: qemu-block@nongnu.org
3711 M: Kevin Wolf <kwolf@redhat.com>
3712 L: qemu-block@nongnu.org
3717 M: Stefan Hajnoczi <stefanha@redhat.com>
3718 L: qemu-block@nongnu.org
3720 F: tests/image-fuzzer/
3722 Vhost-user block device backend server
3723 M: Coiby Xu <Coiby.Xu@gmail.com>
3725 F: block/export/vhost-user-blk-server.c
3726 F: block/export/vhost-user-blk-server.h
3727 F: block/export/virtio-blk-handler.c
3728 F: block/export/virtio-blk-handler.h
3729 F: include/qemu/vhost-user-server.h
3730 F: tests/qtest/libqos/vhost-user-blk.c
3731 F: tests/qtest/libqos/vhost-user-blk.h
3732 F: tests/qtest/vhost-user-blk-test.c
3733 F: util/vhost-user-server.c
3735 FUSE block device exports
3736 M: Hanna Reitz <hreitz@redhat.com>
3737 L: qemu-block@nongnu.org
3739 F: block/export/fuse.c
3741 VDUSE library and block device exports
3742 M: Xie Yongji <xieyongji@bytedance.com>
3744 F: subprojects/libvduse/
3745 F: block/export/vduse-blk.c
3746 F: block/export/vduse-blk.h
3749 M: Wen Congyang <wencongyang2@huawei.com>
3750 M: Xie Changlong <xiechanglong.d@gmail.com>
3753 F: block/replication.c
3754 F: tests/unit/test-replication.c
3755 F: docs/block-replication.txt
3758 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3759 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3764 F: contrib/rdmacm-mux/*
3768 M: Alex Bennée <alex.bennee@linaro.org>
3771 F: include/semihosting/
3772 F: tests/tcg/multiarch/arm-compat-semi/
3773 F: tests/tcg/aarch64/system/semiheap.c
3776 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3777 M: Jagannathan Raman <jag.raman@oracle.com>
3778 M: John G Johnson <john.g.johnson@oracle.com>
3780 F: docs/devel/multi-process.rst
3781 F: docs/system/multi-process.rst
3782 F: hw/pci-host/remote.c
3783 F: include/hw/pci-host/remote.h
3784 F: hw/remote/machine.c
3785 F: include/hw/remote/machine.h
3786 F: hw/remote/mpqemu-link.c
3787 F: include/hw/remote/mpqemu-link.h
3788 F: hw/remote/message.c
3789 F: hw/remote/remote-obj.c
3790 F: include/hw/remote/memory.h
3791 F: hw/remote/memory.c
3792 F: hw/remote/proxy.c
3793 F: include/hw/remote/proxy.h
3794 F: hw/remote/proxy-memory-listener.c
3795 F: include/hw/remote/proxy-memory-listener.h
3796 F: hw/remote/iohub.c
3797 F: include/hw/remote/iohub.h
3798 F: subprojects/libvfio-user
3799 F: hw/remote/vfio-user-obj.c
3800 F: include/hw/remote/vfio-user-obj.h
3801 F: hw/remote/iommu.c
3802 F: include/hw/remote/iommu.h
3805 M: Jason Wang <jasowang@redhat.com>
3806 R: Andrew Melnychenko <andrew@daynix.com>
3807 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3812 Build and test automation
3813 -------------------------
3814 Build and test automation, general continuous integration
3815 M: Alex Bennée <alex.bennee@linaro.org>
3816 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3817 M: Thomas Huth <thuth@redhat.com>
3818 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3819 R: Beraldo Leal <bleal@redhat.com>
3821 F: .github/workflows/lockdown.yml
3829 F: tests/avocado/tuxrun_baselines.py
3830 F: scripts/archive-source.sh
3831 F: docs/devel/testing.rst
3832 W: https://gitlab.com/qemu-project/qemu/pipelines
3833 W: https://travis-ci.org/qemu/qemu
3835 FreeBSD Hosted Continuous Integration
3836 M: Ed Maste <emaste@freebsd.org>
3837 M: Li-Wen Hsu <lwhsu@freebsd.org>
3839 F: .gitlab-ci.d/cirrus/freebsd*
3841 W: https://cirrus-ci.com/github/qemu/qemu
3843 Windows Hosted Continuous Integration
3844 M: Yonggang Luo <luoyonggang@gmail.com>
3846 F: .gitlab-ci.d/windows.yml
3848 Guest Test Compilation Support
3849 M: Alex Bennée <alex.bennee@linaro.org>
3850 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3852 F: tests/tcg/Makefile.target
3854 Integration Testing with the Avocado framework
3855 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3856 R: Cleber Rosa <crosa@redhat.com>
3857 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3858 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3859 R: Beraldo Leal <bleal@redhat.com>
3863 GitLab custom runner (Works On Arm Sponsored)
3864 M: Alex Bennée <alex.bennee@linaro.org>
3865 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3867 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3868 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3872 Build system architecture
3873 M: Daniel P. Berrange <berrange@redhat.com>
3875 F: docs/devel/build-system.rst
3877 GIT Data Mining Config
3878 M: Alex Bennée <alex.bennee@linaro.org>
3883 Incompatible changes
3884 R: libvir-list@redhat.com
3885 F: docs/about/deprecated.rst
3890 M: Paolo Bonzini <pbonzini@redhat.com>
3891 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3892 R: Daniel P. Berrange <berrange@redhat.com>
3893 R: Thomas Huth <thuth@redhat.com>
3894 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3897 F: meson_options.txt
3898 F: scripts/meson-buildoptions.*
3899 F: scripts/check_sparse.py
3900 F: scripts/symlink-install-tree.py
3902 Top Level Makefile and configure
3903 M: Paolo Bonzini <pbonzini@redhat.com>
3904 R: Alex Bennée <alex.bennee@linaro.org>
3905 R: Thomas Huth <thuth@redhat.com>
3909 F: scripts/mtest2make.py
3910 F: tests/Makefile.include
3913 M: Daniel P. Berrange <berrange@redhat.com>
3915 F: scripts/git-submodule.sh
3921 Sphinx documentation configuration and build machinery
3922 M: Peter Maydell <peter.maydell@linaro.org>
3931 Performance Tools and Tests
3932 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3934 F: scripts/performance/
3937 M: Alex Bennée <alex.bennee@linaro.org>
3939 F: scripts/coverage/