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 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1426 L: qemu-ppc@nongnu.org
1429 F: include/hw/*/spapr*
1431 F: include/hw/*/xics*
1433 F: docs/system/ppc/pseries.rst
1434 F: docs/specs/ppc-spapr-*
1435 F: tests/qtest/spapr*
1436 F: tests/qtest/libqos/*spapr*
1437 F: tests/qtest/rtas*
1438 F: tests/qtest/libqos/rtas*
1439 F: tests/avocado/ppc_pseries.py
1441 PowerNV (Non-Virtualized)
1442 M: Cédric Le Goater <clg@kaod.org>
1443 L: qemu-ppc@nongnu.org
1445 F: docs/system/ppc/powernv.rst
1448 F: hw/intc/xics_pnv.c
1450 F: include/hw/ppc/pnv*
1451 F: include/hw/pci-host/pnv*
1452 F: pc-bios/skiboot.lid
1456 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1457 L: qemu-ppc@nongnu.org
1459 F: hw/ppc/virtex_ml507.c
1460 F: tests/avocado/ppc_virtex_ml507.py
1463 M: BALATON Zoltan <balaton@eik.bme.hu>
1464 L: qemu-ppc@nongnu.org
1466 F: hw/ppc/sam460ex.c
1467 F: hw/ppc/ppc440_pcix.c
1468 F: hw/display/sm501*
1471 F: pc-bios/canyonlands.dt[sb]
1472 F: pc-bios/u-boot-sam460ex-20100605.bin
1473 F: roms/u-boot-sam460ex
1476 M: BALATON Zoltan <balaton@eik.bme.hu>
1477 L: qemu-ppc@nongnu.org
1479 F: hw/ppc/pegasos2.c
1480 F: hw/pci-host/mv64361.c
1481 F: hw/pci-host/mv643xx.h
1482 F: include/hw/pci-host/mv64361.h
1484 Virtual Open Firmware (VOF)
1485 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1486 R: Cédric Le Goater <clg@kaod.org>
1487 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1488 R: David Gibson <david@gibson.dropbear.id.au>
1489 R: Greg Kurz <groug@kaod.org>
1490 L: qemu-ppc@nongnu.org
1492 F: hw/ppc/spapr_vof*
1494 F: include/hw/ppc/vof*
1501 M: Alistair Francis <Alistair.Francis@wdc.com>
1502 L: qemu-riscv@nongnu.org
1504 F: hw/riscv/opentitan.c
1506 F: include/hw/riscv/opentitan.h
1507 F: include/hw/*/ibex_*.h
1509 Microchip PolarFire SoC Icicle Kit
1510 M: Bin Meng <bin.meng@windriver.com>
1511 L: qemu-riscv@nongnu.org
1513 F: hw/riscv/microchip_pfsoc.c
1514 F: hw/char/mchp_pfsoc_mmuart.c
1515 F: hw/misc/mchp_pfsoc_dmc.c
1516 F: hw/misc/mchp_pfsoc_ioscb.c
1517 F: hw/misc/mchp_pfsoc_sysreg.c
1518 F: include/hw/riscv/microchip_pfsoc.h
1519 F: include/hw/char/mchp_pfsoc_mmuart.h
1520 F: include/hw/misc/mchp_pfsoc_dmc.h
1521 F: include/hw/misc/mchp_pfsoc_ioscb.h
1522 F: include/hw/misc/mchp_pfsoc_sysreg.h
1525 M: Vijai Kumar K <vijai@behindbytes.com>
1526 L: qemu-riscv@nongnu.org
1528 F: hw/riscv/shakti_c.c
1529 F: hw/char/shakti_uart.c
1530 F: include/hw/riscv/shakti_c.h
1531 F: include/hw/char/shakti_uart.h
1534 M: Alistair Francis <Alistair.Francis@wdc.com>
1535 M: Bin Meng <bin.meng@windriver.com>
1536 M: Palmer Dabbelt <palmer@dabbelt.com>
1537 L: qemu-riscv@nongnu.org
1540 F: include/hw/*/*sifive*.h
1545 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1547 F: docs/system/target-rx.rst
1548 F: hw/rx/rx-gdbsim.c
1549 F: tests/avocado/machine_rx_gdbsim.py
1554 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1555 R: Magnus Damm <magnus.damm@gmail.com>
1557 F: hw/char/sh_serial.c
1559 F: hw/intc/sh_intc.c
1560 F: hw/pci-host/sh_pci.c
1561 F: hw/timer/sh_timer.c
1562 F: include/hw/sh4/sh_intc.h
1565 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1566 R: Magnus Damm <magnus.damm@gmail.com>
1568 F: hw/block/tc58128.c
1569 F: hw/char/sh_serial.c
1571 F: hw/intc/sh_intc.c
1572 F: hw/timer/sh_timer.c
1573 F: include/hw/sh4/sh_intc.h
1578 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1581 F: hw/sparc/sun4m_iommu.c
1584 F: hw/dma/sparc32_dma.c
1585 F: hw/misc/eccmemctl.c
1587 F: include/hw/nvram/sun_nvram.h
1588 F: include/hw/sparc/sparc32_dma.h
1589 F: include/hw/sparc/sun4m_iommu.h
1590 F: pc-bios/openbios-sparc32
1593 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1595 F: hw/sparc64/sun4u.c
1596 F: hw/sparc64/sun4u_iommu.c
1597 F: include/hw/sparc/sun4u_iommu.h
1598 F: hw/pci-host/sabre.c
1599 F: include/hw/pci-host/sabre.h
1600 F: hw/pci-bridge/simba.c
1601 F: include/hw/pci-bridge/simba.h
1602 F: pc-bios/openbios-sparc64
1603 F: tests/avocado/machine_sparc64_sun4u.py
1606 M: Artyom Tarasenko <atar4qemu@gmail.com>
1608 F: hw/sparc64/niagara.c
1609 F: hw/rtc/sun4v-rtc.c
1610 F: include/hw/rtc/sun4v-rtc.h
1613 M: Fabien Chouteau <chouteau@adacore.com>
1614 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1618 F: include/hw/*/grlib*
1619 F: tests/avocado/machine_sparc_leon3.py
1624 M: Halil Pasic <pasic@linux.ibm.com>
1625 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1626 M: Eric Farman <farman@linux.ibm.com>
1629 F: include/hw/s390x/
1630 F: configs/devices/s390x-softmmu/default.mak
1631 F: tests/avocado/machine_s390_ccw_virtio.py
1632 T: git https://github.com/borntraeger/qemu.git s390-next
1633 L: qemu-s390x@nongnu.org
1636 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1637 M: Thomas Huth <thuth@redhat.com>
1640 F: pc-bios/s390-ccw/
1641 F: pc-bios/s390-ccw.img
1642 F: docs/devel/s390-dasd-ipl.rst
1643 T: git https://github.com/borntraeger/qemu.git s390-next
1644 L: qemu-s390x@nongnu.org
1647 M: Matthew Rosato <mjrosato@linux.ibm.com>
1648 M: Eric Farman <farman@linux.ibm.com>
1650 F: hw/s390x/s390-pci*
1651 F: include/hw/s390x/s390-pci*
1652 L: qemu-s390x@nongnu.org
1654 S390 channel subsystem
1655 M: Halil Pasic <pasic@linux.ibm.com>
1656 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1657 M: Eric Farman <farman@linux.ibm.com>
1659 F: hw/s390x/ccw-device.[ch]
1661 F: hw/s390x/css-bridge.c
1662 F: include/hw/s390x/css.h
1663 F: include/hw/s390x/css-bridge.h
1664 F: include/hw/s390x/ioinst.h
1665 F: target/s390x/ioinst.c
1666 L: qemu-s390x@nongnu.org
1669 M: David Hildenbrand <david@redhat.com>
1671 F: target/s390x/cpu_features*.[ch]
1672 F: target/s390x/cpu_models.[ch]
1673 L: qemu-s390x@nongnu.org
1675 S390 SCLP-backed devices
1676 M: Halil Pasic <pasic@linux.ibm.com>
1677 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1679 F: include/hw/s390x/event-facility.h
1680 F: include/hw/s390x/sclp.h
1681 F: hw/char/sclp*.[hc]
1682 F: hw/s390x/event-facility.c
1684 L: qemu-s390x@nongnu.org
1689 M: Michael S. Tsirkin <mst@redhat.com>
1690 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1694 F: hw/pci-host/i440fx.c
1695 F: hw/pci-host/q35.c
1696 F: hw/pci-host/pam.c
1697 F: include/hw/pci-host/i440fx.h
1698 F: include/hw/pci-host/q35.h
1699 F: include/hw/pci-host/pam.h
1701 F: hw/isa/lpc_ich9.c
1702 F: hw/i2c/smbus_ich9.c
1705 F: include/hw/acpi/ich9*.h
1706 F: include/hw/southbridge/ich9.h
1707 F: include/hw/southbridge/piix.h
1709 F: include/hw/isa/apm.h
1710 F: tests/unit/test-x86-cpuid.c
1711 F: tests/qtest/test-x86-cpuid-compat.c
1714 M: Michael S. Tsirkin <mst@redhat.com>
1715 M: Paolo Bonzini <pbonzini@redhat.com>
1717 F: hw/char/debugcon.c
1718 F: hw/char/parallel*
1721 F: hw/i2c/pm_smbus.c
1726 F: hw/isa/isa-superio.c
1727 F: hw/misc/debugexit.c
1728 F: hw/misc/pc-testdev.c
1731 F: hw/rtc/mc146818rtc*
1732 F: hw/watchdog/wdt_ib700.c
1733 F: hw/watchdog/wdt_i6300esb.c
1734 F: include/hw/display/vga.h
1735 F: include/hw/char/parallel.h
1736 F: include/hw/dma/i8257.h
1737 F: include/hw/i2c/pm_smbus.h
1738 F: include/hw/input/i8042.h
1739 F: include/hw/intc/ioapic*
1740 F: include/hw/isa/i8259_internal.h
1741 F: include/hw/isa/superio.h
1742 F: include/hw/timer/hpet.h
1743 F: include/hw/timer/i8254*
1744 F: include/hw/rtc/mc146818rtc*
1747 M: Sergio Lopez <slp@redhat.com>
1748 M: Paolo Bonzini <pbonzini@redhat.com>
1750 F: docs/system/i386/microvm.rst
1751 F: hw/i386/microvm.c
1752 F: include/hw/i386/microvm.h
1753 F: pc-bios/bios-microvm.bin
1756 M: Eduardo Habkost <eduardo@habkost.net>
1757 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1758 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1759 R: Yanan Wang <wangyanan55@huawei.com>
1763 F: hw/core/machine-qmp-cmds.c
1764 F: hw/core/machine.c
1765 F: hw/core/machine-smp.c
1766 F: hw/core/null-machine.c
1769 F: qapi/machine.json
1770 F: qapi/machine-target.json
1771 F: include/hw/boards.h
1772 F: include/hw/core/cpu.h
1773 F: include/hw/cpu/cluster.h
1774 F: include/sysemu/numa.h
1775 F: tests/unit/test-smp-parse.c
1776 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1781 M: Max Filippov <jcmvbkbc@gmail.com>
1786 M: Max Filippov <jcmvbkbc@gmail.com>
1790 XTFPGA (LX60, LX200, ML605, KC705)
1791 M: Max Filippov <jcmvbkbc@gmail.com>
1793 F: hw/xtensa/xtfpga.c
1794 F: hw/net/opencores_eth.c
1798 Overall Audio frontends
1799 M: Gerd Hoffmann <kraxel@redhat.com>
1802 F: include/hw/audio/
1803 F: tests/qtest/ac97-test.c
1804 F: tests/qtest/es1370-test.c
1805 F: tests/qtest/intel-hda-test.c
1806 F: tests/qtest/fuzz-sb16-test.c
1809 M: Vikram Garhwal <vikram.garhwal@amd.com>
1810 M: Francisco Iglesias <francisco.iglesias@amd.com>
1812 F: hw/net/can/xlnx-*
1813 F: include/hw/net/xlnx-*
1814 F: tests/qtest/xlnx-can-test*
1817 M: Jiri Slaby <jslaby@suse.cz>
1822 M: John Snow <jsnow@redhat.com>
1823 L: qemu-block@nongnu.org
1830 F: hw/block/hd-geometry.c
1831 F: tests/qtest/ide-test.c
1832 F: tests/qtest/ahci-test.c
1833 F: tests/qtest/cdrom-test.c
1834 F: tests/qtest/libqos/ahci*
1835 T: git https://gitlab.com/jsnow/qemu.git ide
1838 M: Corey Minyard <minyard@acm.org>
1840 F: include/hw/ipmi/*
1842 F: hw/smbios/smbios_type_38.c
1843 F: tests/qtest/ipmi*
1844 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1847 M: John Snow <jsnow@redhat.com>
1848 L: qemu-block@nongnu.org
1851 F: hw/block/fdc-internal.h
1852 F: hw/block/fdc-isa.c
1853 F: hw/block/fdc-sysbus.c
1854 F: include/hw/block/fdc.h
1855 F: tests/qtest/fdc-test.c
1856 T: git https://gitlab.com/jsnow/qemu.git ide
1859 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1861 F: hw/hyperv/vmbus.c
1862 F: include/hw/hyperv/vmbus*.h
1865 M: Peter Maydell <peter.maydell@linaro.org>
1866 L: qemu-arm@nongnu.org
1869 F: include/hw/arm/omap.h
1870 F: docs/system/arm/sx1.rst
1873 M: Alberto Garcia <berto@igalia.com>
1875 F: hw/char/ipoctal232.c
1879 M: Michael S. Tsirkin <mst@redhat.com>
1880 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1883 F: hw/misc/pci-testdev.c
1891 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1892 M: Chris Browy <cbrowy@avery-design.com>
1894 F: include/hw/pci/pcie_doe.h
1895 F: hw/pci/pcie_doe.c
1898 M: Michael S. Tsirkin <mst@redhat.com>
1899 M: Igor Mammedov <imammedo@redhat.com>
1900 R: Ani Sinha <anisinha@redhat.com>
1902 F: include/hw/acpi/*
1903 F: include/hw/firmware/smbios.h
1906 F: hw/i386/acpi-build.[hc]
1907 F: hw/arm/virt-acpi-build.c
1909 F: tests/qtest/bios-tables-test*
1910 F: tests/qtest/acpi-utils.[hc]
1912 F: docs/specs/acpi_cpu_hotplug.rst
1913 F: docs/specs/acpi_mem_hotplug.rst
1914 F: docs/specs/acpi_nvdimm.rst
1915 F: docs/specs/acpi_pci_hotplug.rst
1916 F: docs/specs/acpi_hw_reduced_hotplug.rst
1919 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1920 L: qemu-arm@nongnu.org
1922 F: hw/arm/virt-acpi-build.c
1924 RISC-V ACPI Subsystem
1925 M: Sunil V L <sunilvl@ventanamicro.com>
1926 L: qemu-riscv@nongnu.org
1928 F: hw/riscv/virt-acpi-build.c
1931 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1936 ACPI/AVOCADO/BIOSBITS
1937 M: Ani Sinha <anisinha@redhat.com>
1938 M: Michael S. Tsirkin <mst@redhat.com>
1940 F: tests/avocado/acpi-bits/*
1941 F: tests/avocado/acpi-bits.py
1942 F: docs/devel/acpi-bits.rst
1945 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1946 L: qemu-arm@nongnu.org
1949 F: include/hw/acpi/ghes.h
1950 F: docs/specs/acpi_hest_ghes.rst
1953 L: qemu-ppc@nongnu.org
1956 F: hw/i2c/ppc4xx_i2c.c
1957 F: include/hw/ppc/ppc4xx.h
1958 F: include/hw/i2c/ppc4xx_i2c.h
1959 F: hw/intc/ppc-uic.c
1960 F: include/hw/intc/ppc-uic.h
1963 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1964 R: Paolo Bonzini <pbonzini@redhat.com>
1969 M: Jason Wang <jasowang@redhat.com>
1973 F: tests/qtest/virtio-net-test.c
1974 F: docs/virtio-net-failover.rst
1975 T: git https://github.com/jasowang/qemu.git net
1977 Parallel NOR Flash devices
1978 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1979 T: git https://gitlab.com/philmd/qemu.git pflash-next
1981 F: hw/block/pflash_cfi*.c
1982 F: include/hw/block/flash.h
1985 M: Paolo Bonzini <pbonzini@redhat.com>
1986 R: Fam Zheng <fam@euphon.net>
1988 F: include/hw/scsi/*
1990 F: tests/qtest/virtio-scsi-test.c
1991 F: tests/qtest/fuzz-virtio-scsi-test.c
1992 F: tests/qtest/am53c974-test.c
1993 F: tests/qtest/fuzz-lsi53c895a-test.c
1994 T: git https://github.com/bonzini/qemu.git scsi-next
1997 M: Alistair Francis <alistair@alistair23.me>
2001 F: include/hw/ssi/ssi.h
2003 F: tests/qtest/m25p80-test.c
2006 M: Alistair Francis <alistair@alistair23.me>
2011 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2012 M: Bin Meng <bin.meng@windriver.com>
2013 L: qemu-block@nongnu.org
2015 F: include/hw/sd/sd*
2019 F: tests/qtest/fuzz-sdcard-test.c
2020 F: tests/qtest/sdhci-test.c
2023 M: Gerd Hoffmann <kraxel@redhat.com>
2026 F: stubs/usb-dev-stub.c
2027 F: tests/qtest/usb-*-test.c
2028 F: docs/system/devices/usb.rst
2032 USB (serial adapter)
2033 R: Gerd Hoffmann <kraxel@redhat.com>
2034 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2036 F: hw/usb/dev-serial.c
2039 M: Alex Williamson <alex.williamson@redhat.com>
2040 R: Cédric Le Goater <clg@redhat.com>
2044 F: docs/igd-assign.txt
2045 F: docs/devel/vfio-migration.rst
2048 M: Eric Farman <farman@linux.ibm.com>
2049 M: Matthew Rosato <mjrosato@linux.ibm.com>
2052 F: hw/s390x/s390-ccw.c
2053 F: include/hw/s390x/s390-ccw.h
2054 F: include/hw/s390x/vfio-ccw.h
2055 L: qemu-s390x@nongnu.org
2058 M: Tony Krowiak <akrowiak@linux.ibm.com>
2059 M: Halil Pasic <pasic@linux.ibm.com>
2060 M: Jason Herne <jjherne@linux.ibm.com>
2062 F: hw/s390x/ap-device.c
2063 F: hw/s390x/ap-bridge.c
2064 F: include/hw/s390x/ap-device.h
2065 F: include/hw/s390x/ap-bridge.h
2067 F: docs/system/s390x/vfio-ap.rst
2068 L: qemu-s390x@nongnu.org
2071 M: Michael S. Tsirkin <mst@redhat.com>
2074 F: docs/interop/vhost-user.json
2075 F: docs/interop/vhost-user.rst
2076 F: contrib/vhost-user-*/
2077 F: backends/vhost-user.c
2078 F: include/sysemu/vhost-user-backend.h
2079 F: subprojects/libvhost-user/
2081 vhost-shadow-virtqueue
2082 R: Eugenio Pérez <eperezma@redhat.com>
2083 F: hw/virtio/vhost-shadow-virtqueue.*
2086 M: Michael S. Tsirkin <mst@redhat.com>
2089 F: hw/virtio/Makefile.objs
2090 F: hw/virtio/trace-events
2093 F: include/hw/virtio/
2094 F: docs/devel/virtio*
2097 M: Michael S. Tsirkin <mst@redhat.com>
2098 M: David Hildenbrand <david@redhat.com>
2100 F: docs/interop/virtio-balloon-stats.rst
2101 F: hw/virtio/virtio-balloon*.c
2102 F: include/hw/virtio/virtio-balloon.h
2103 F: softmmu/balloon.c
2104 F: include/sysemu/balloon.h
2107 M: Greg Kurz <groug@kaod.org>
2108 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2110 W: https://wiki.qemu.org/Documentation/9p
2114 F: docs/tools/virtfs-proxy-helper.rst
2115 F: tests/qtest/virtio-9p-test.c
2116 F: tests/qtest/libqos/virtio-9p*
2117 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2118 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2121 M: Stefan Hajnoczi <stefanha@redhat.com>
2122 L: qemu-block@nongnu.org
2124 F: hw/block/virtio-blk-common.c
2125 F: hw/block/virtio-blk.c
2126 F: hw/block/dataplane/*
2127 F: include/hw/virtio/virtio-blk-common.h
2128 F: tests/qtest/virtio-blk-test.c
2129 T: git https://github.com/stefanha/qemu.git block
2132 M: Cornelia Huck <cohuck@redhat.com>
2133 M: Halil Pasic <pasic@linux.ibm.com>
2134 M: Eric Farman <farman@linux.ibm.com>
2136 F: hw/s390x/virtio-ccw*.[hc]
2137 F: hw/s390x/vhost-*-ccw.c
2138 T: git https://gitlab.com/cohuck/qemu.git s390-next
2139 T: git https://github.com/borntraeger/qemu.git s390-next
2140 L: qemu-s390x@nongnu.org
2143 M: Stefan Hajnoczi <stefanha@redhat.com>
2145 F: hw/virtio/vhost-user-fs*
2146 F: include/hw/virtio/vhost-user-fs.h
2147 L: virtio-fs@redhat.com
2150 M: Gerd Hoffmann <kraxel@redhat.com>
2152 F: hw/input/vhost-user-input.c
2153 F: hw/input/virtio-input*.c
2154 F: include/hw/virtio/virtio-input.h
2155 F: contrib/vhost-user-input/*
2158 M: Eric Auger <eric.auger@redhat.com>
2160 F: hw/virtio/virtio-iommu*.c
2161 F: include/hw/virtio/virtio-iommu.h
2164 M: Laurent Vivier <lvivier@redhat.com>
2165 R: Amit Shah <amit@kernel.org>
2167 F: hw/char/virtio-serial-bus.c
2168 F: hw/char/virtio-console.c
2169 F: include/hw/virtio/virtio-serial.h
2170 F: tests/qtest/virtio-serial-test.c
2173 M: Laurent Vivier <lvivier@redhat.com>
2174 R: Amit Shah <amit@kernel.org>
2176 F: hw/virtio/virtio-rng.c
2177 F: include/hw/virtio/virtio-rng.h
2178 F: include/sysemu/rng*.h
2180 F: tests/qtest/virtio-rng-test.c
2183 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2185 F: docs/system/devices/vhost-user-rng.rst
2186 F: hw/virtio/vhost-user-rng.c
2187 F: hw/virtio/vhost-user-rng-pci.c
2188 F: include/hw/virtio/vhost-user-rng.h
2189 F: tools/vhost-user-rng/*
2192 M: Alex Bennée <alex.bennee@linaro.org>
2193 R: Viresh Kumar <viresh.kumar@linaro.org>
2195 F: hw/virtio/vhost-user-gpio*
2196 F: include/hw/virtio/vhost-user-gpio.h
2197 F: tests/qtest/libqos/virtio-gpio.*
2200 M: Gonglei <arei.gonglei@huawei.com>
2202 F: hw/virtio/virtio-crypto.c
2203 F: hw/virtio/virtio-crypto-pci.c
2204 F: include/hw/virtio/virtio-crypto.h
2207 M: David Hildenbrand <david@redhat.com>
2209 W: https://virtio-mem.gitlab.io/
2210 F: hw/virtio/virtio-mem.c
2211 F: hw/virtio/virtio-mem-pci.h
2212 F: hw/virtio/virtio-mem-pci.c
2213 F: include/hw/virtio/virtio-mem.h
2216 M: Keith Busch <kbusch@kernel.org>
2217 M: Klaus Jensen <its@irrelevant.dk>
2218 L: qemu-block@nongnu.org
2221 F: include/block/nvme.h
2222 F: tests/qtest/nvme-test.c
2223 F: docs/system/devices/nvme.rst
2224 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2227 M: Hannes Reinecke <hare@suse.com>
2228 L: qemu-block@nongnu.org
2230 F: hw/scsi/megasas.c
2232 F: tests/qtest/megasas-test.c
2233 F: tests/qtest/fuzz-megasas-test.c
2235 Network packet abstractions
2236 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2238 F: include/net/eth.h
2240 F: hw/net/net_rx_pkt*
2241 F: hw/net/net_tx_pkt*
2244 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2247 F: hw/scsi/vmw_pvscsi*
2248 F: tests/qtest/vmxnet3-test.c
2251 M: Jiri Pirko <jiri@resnulli.us>
2256 F: docs/specs/rocker.txt
2259 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2260 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2265 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2266 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2269 F: tests/qtest/fuzz-e1000e-test.c
2270 F: tests/qtest/e1000e-test.c
2271 F: tests/qtest/libqos/e1000e.*
2274 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2275 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2277 F: docs/system/devices/igb.rst
2279 F: tests/avocado/igb.py
2280 F: tests/qtest/igb-test.c
2281 F: tests/qtest/libqos/igb.c
2284 M: Stefan Weil <sw@weilnetz.de>
2286 F: hw/net/eepro100.c
2289 M: Sven Schnelle <svens@stackframe.org>
2295 M: Patrick Venture <venture@google.com>
2297 F: hw/i2c/i2c_mux_pca954x.c
2298 F: include/hw/i2c/i2c_mux_pca954x.h
2301 M: Alistair Francis <alistair@alistair23.me>
2303 F: hw/core/generic-loader.c
2304 F: hw/core/uboot_image.h
2305 F: include/hw/core/generic-loader.h
2306 F: docs/system/generic-loader.rst
2309 M: Alex Bennée <alex.bennee@linaro.org>
2311 F: hw/core/guest-loader.c
2312 F: docs/system/guest-loader.rst
2313 F: tests/avocado/boot_xen.py
2315 Intel Hexadecimal Object File Loader
2316 M: Su Hang <suhang16@mails.ucas.ac.cn>
2318 F: tests/qtest/hexloader-test.c
2319 F: tests/data/hex-loader/test.hex
2322 M: Thomas Huth <thuth@redhat.com>
2324 F: hw/nvram/chrp_nvram.c
2325 F: include/hw/nvram/chrp_nvram.h
2326 F: tests/qtest/prom-env-test.c
2330 R: Ani Sinha <ani@anisinha.ca>
2331 F: hw/acpi/vmgenid.c
2332 F: include/hw/acpi/vmgenid.h
2333 F: docs/specs/vmgenid.txt
2334 F: tests/qtest/vmgenid-test.c
2337 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2339 F: include/hw/misc/led.h
2342 Unimplemented device
2343 M: Peter Maydell <peter.maydell@linaro.org>
2344 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2345 R: Ani Sinha <ani@anisinha.ca>
2347 F: include/hw/misc/unimp.h
2351 M: Artyom Tarasenko <atar4qemu@gmail.com>
2352 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2353 R: Ani Sinha <ani@anisinha.ca>
2355 F: include/hw/misc/empty_slot.h
2356 F: hw/misc/empty_slot.c
2359 M: Gerd Hoffmann <kraxel@redhat.com>
2362 F: hw/display/bochs-display.c
2363 F: include/hw/display/vga.h
2364 F: include/hw/display/bochs-vbe.h
2367 M: Gerd Hoffmann <kraxel@redhat.com>
2369 F: hw/display/ramfb*.c
2370 F: include/hw/display/ramfb.h
2373 M: Gerd Hoffmann <kraxel@redhat.com>
2375 F: hw/display/virtio-gpu*
2376 F: hw/display/virtio-vga.*
2377 F: include/hw/virtio/virtio-gpu.h
2380 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2382 F: contrib/vhost-user-blk/
2383 F: contrib/vhost-user-scsi/
2384 F: hw/block/vhost-user-blk.c
2385 F: hw/block/virtio-blk-common.c
2386 F: hw/scsi/vhost-user-scsi.c
2387 F: hw/virtio/vhost-user-blk-pci.c
2388 F: hw/virtio/vhost-user-scsi-pci.c
2389 F: include/hw/virtio/vhost-user-blk.h
2390 F: include/hw/virtio/vhost-user-scsi.h
2391 F: include/hw/virtio/virtio-blk-common.h
2394 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2395 R: Gerd Hoffmann <kraxel@redhat.com>
2397 F: docs/interop/vhost-user-gpu.rst
2398 F: contrib/vhost-user-gpu
2399 F: hw/display/vhost-user-*
2402 M: Gerd Hoffmann <kraxel@redhat.com>
2404 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2405 F: hw/display/cirrus*
2408 M: Gerd Hoffmann <kraxel@redhat.com>
2411 F: include/hw/display/edid.h
2414 PIIX4 South Bridge (i82371AB)
2415 M: Hervé Poussineau <hpoussin@reactos.org>
2416 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2419 F: include/hw/southbridge/piix.h
2421 Firmware configuration (fw_cfg)
2422 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2423 R: Gerd Hoffmann <kraxel@redhat.com>
2425 F: docs/specs/fw_cfg.txt
2426 F: hw/nvram/fw_cfg*.c
2428 F: include/hw/nvram/fw_cfg.h
2429 F: include/standard-headers/linux/qemu_fw_cfg.h
2430 F: tests/qtest/libqos/fw_cfg.c
2431 F: tests/qtest/fw_cfg-test.c
2432 T: git https://github.com/philmd/qemu.git fw_cfg-next
2435 M: Cédric Le Goater <clg@kaod.org>
2436 L: qemu-ppc@nongnu.org
2439 F: include/hw/*/*xive*
2443 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2444 R: Magnus Damm <magnus.damm@gmail.com>
2446 F: hw/char/renesas_sci.c
2447 F: hw/char/sh_serial.c
2448 F: hw/timer/renesas_*.c
2449 F: hw/timer/sh_timer.c
2450 F: include/hw/char/renesas_sci.h
2451 F: include/hw/sh4/sh.h
2452 F: include/hw/timer/renesas_*.h
2454 Renesas RX peripherals
2455 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2459 F: include/hw/intc/rx_icu.h
2462 CAN bus subsystem and hardware
2463 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2464 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2466 W: https://canbus.pages.fel.cvut.cz/
2469 F: include/net/can_*.h
2471 OpenPIC interrupt controller
2472 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2474 F: hw/intc/openpic.c
2475 F: include/hw/ppc/openpic.h
2478 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2481 F: include/hw/misc/mips_*
2484 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2486 F: hw/intc/mips_gic.c
2487 F: hw/timer/mips_gictimer.c
2488 F: include/hw/intc/mips_gic.h
2489 F: include/hw/timer/mips_gictimer.h
2492 M: Halil Pasic <pasic@linux.ibm.com>
2493 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2495 F: include/hw/s390x/3270-ccw.h
2496 F: hw/char/terminal3270.c
2497 F: hw/s390x/3270-ccw.c
2498 L: qemu-s390x@nongnu.org
2500 S390 diag 288 watchdog
2501 M: Halil Pasic <pasic@linux.ibm.com>
2502 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2504 F: hw/watchdog/wdt_diag288.c
2505 F: include/hw/watchdog/wdt_diag288.h
2506 L: qemu-s390x@nongnu.org
2508 S390 storage key device
2509 M: Halil Pasic <pasic@linux.ibm.com>
2510 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2512 F: hw/s390x/storage-keys.h
2513 F: hw/390x/s390-skeys*.c
2514 L: qemu-s390x@nongnu.org
2516 S390 storage attribute device
2517 M: Halil Pasic <pasic@linux.ibm.com>
2518 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2520 F: hw/s390x/storage-attributes.h
2521 F: hw/s390/s390-stattrib*.c
2522 L: qemu-s390x@nongnu.org
2524 S390 floating interrupt controller
2525 M: Halil Pasic <pasic@linux.ibm.com>
2526 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2527 M: David Hildenbrand <david@redhat.com>
2529 F: hw/intc/s390_flic*.c
2530 F: include/hw/s390x/s390_flic.h
2531 L: qemu-s390x@nongnu.org
2534 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2536 R: Canokeys.org <contact@canokeys.org>
2539 F: docs/system/devices/canokey.rst
2543 Overall Audio backends
2544 M: Gerd Hoffmann <kraxel@redhat.com>
2545 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2548 X: audio/alsaaudio.c
2549 X: audio/coreaudio.c
2551 X: audio/jackaudio.c
2555 X: audio/sndioaudio.c
2556 X: audio/spiceaudio.c
2560 M: Gerd Hoffmann <kraxel@redhat.com>
2561 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2563 F: audio/alsaaudio.c
2565 Core Audio framework backend
2566 M: Gerd Hoffmann <kraxel@redhat.com>
2567 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2568 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2569 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2571 F: audio/coreaudio.c
2573 DSound Audio backend
2574 M: Gerd Hoffmann <kraxel@redhat.com>
2578 JACK Audio Connection Kit backend
2579 M: Gerd Hoffmann <kraxel@redhat.com>
2580 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2582 F: audio/jackaudio.c
2584 Open Sound System (OSS) Audio backend
2585 M: Gerd Hoffmann <kraxel@redhat.com>
2590 M: Gerd Hoffmann <kraxel@redhat.com>
2595 M: Gerd Hoffmann <kraxel@redhat.com>
2596 R: Thomas Huth <huth@tuxfamily.org>
2601 M: Gerd Hoffmann <kraxel@redhat.com>
2602 R: Alexandre Ratchov <alex@caoua.org>
2604 F: audio/sndioaudio.c
2607 M: Kevin Wolf <kwolf@redhat.com>
2608 M: Hanna Reitz <hreitz@redhat.com>
2609 L: qemu-block@nongnu.org
2615 F: qapi/transaction.json
2617 F: include/sysemu/block-*.h
2619 F: docs/tools/qemu-img.rst
2621 F: tests/qemu-iotests/
2622 F: util/qemu-progress.c
2623 F: qobject/block-qdict.c
2624 F: tests/unit/check-block-qdict.c
2625 T: git https://repo.or.cz/qemu/kevin.git block
2628 M: Kevin Wolf <kwolf@redhat.com>
2629 L: qemu-block@nongnu.org
2632 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2633 F: docs/tools/qemu-storage-daemon.rst
2634 T: git https://repo.or.cz/qemu/kevin.git block
2637 M: Stefan Hajnoczi <stefanha@redhat.com>
2638 M: Fam Zheng <fam@euphon.net>
2639 L: qemu-block@nongnu.org
2647 F: include/block/aio.h
2648 F: include/block/aio-wait.h
2649 F: scripts/qemugdb/aio.py
2650 F: tests/unit/test-fdmon-epoll.c
2651 T: git https://github.com/stefanha/qemu.git block
2653 Block SCSI subsystem
2654 M: Paolo Bonzini <pbonzini@redhat.com>
2655 R: Fam Zheng <fam@euphon.net>
2656 L: qemu-block@nongnu.org
2662 M: John Snow <jsnow@redhat.com>
2663 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2664 L: qemu-block@nongnu.org
2667 F: include/block/blockjob.h
2670 F: include/qemu/job.h
2676 F: block/block-copy.c
2677 F: include/block/block-copy.h
2679 F: include/block/reqlist.h
2680 F: block/copy-before-write.h
2681 F: block/copy-before-write.c
2682 F: block/snapshot-access.c
2683 F: include/block/aio_task.h
2685 F: util/qemu-co-shared-resource.c
2686 F: include/qemu/co-shared-resource.h
2687 T: git https://gitlab.com/jsnow/qemu.git jobs
2688 T: git https://gitlab.com/vsementsov/qemu.git block
2690 Compute Express Link
2691 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2692 R: Fan Ni <fan.ni@samsung.com>
2695 F: hw/mem/cxl_type3.c
2699 M: Eric Blake <eblake@redhat.com>
2700 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2701 R: John Snow <jsnow@redhat.com>
2702 L: qemu-block@nongnu.org
2704 F: include/qemu/hbitmap.h
2705 F: include/block/dirty-bitmap.h
2706 F: block/monitor/bitmap-qmp-cmds.c
2707 F: block/dirty-bitmap.c
2708 F: block/qcow2-bitmap.c
2709 F: migration/block-dirty-bitmap.c
2711 F: tests/unit/test-hbitmap.c
2712 F: docs/interop/bitmaps.rst
2713 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2714 T: git https://gitlab.com/vsementsov/qemu.git block
2716 Character device backends
2717 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2718 R: Paolo Bonzini <pbonzini@redhat.com>
2724 Character Devices (Braille)
2725 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2729 Command line option argument parsing
2730 M: Markus Armbruster <armbru@redhat.com>
2732 F: include/qemu/option.h
2733 F: tests/unit/test-keyval.c
2734 F: tests/unit/test-qemu-opts.c
2736 F: util/qemu-option.c
2739 M: Markus Armbruster <armbru@redhat.com>
2741 F: scripts/coverity-model.c
2743 Coverity Scan integration
2744 M: Peter Maydell <peter.maydell@linaro.org>
2746 F: scripts/coverity-scan/
2749 M: Alistair Francis <alistair.francis@wdc.com>
2750 R: David Gibson <david@gibson.dropbear.id.au>
2752 F: softmmu/device_tree.c
2753 F: include/sysemu/device_tree.h
2757 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2759 F: hw/misc/vmcoreinfo.c
2760 F: include/hw/misc/vmcoreinfo.h
2761 F: include/qemu/win_dump_defs
2762 F: include/sysemu/dump-arch.h
2763 F: include/sysemu/dump.h
2765 F: scripts/dump-guest-memory.py
2769 M: Markus Armbruster <armbru@redhat.com>
2771 F: include/qapi/error.h
2772 F: include/qemu/error-report.h
2775 F: util/qemu-error.c
2776 F: scripts/coccinelle/err-bad-newline.cocci
2777 F: scripts/coccinelle/error-use-after-free.cocci
2778 F: scripts/coccinelle/error_propagate_null.cocci
2779 F: scripts/coccinelle/remove_local_err.cocci
2780 F: scripts/coccinelle/use-error_fatal.cocci
2781 F: scripts/coccinelle/errp-guard.cocci
2784 M: Alex Bennée <alex.bennee@linaro.org>
2785 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2787 F: docs/system/gdb.rst
2789 F: include/exec/gdbstub.h
2790 F: include/gdbstub/*
2792 F: tests/tcg/multiarch/gdbstub/
2793 F: scripts/feature_to_c.sh
2794 F: scripts/probe-gdb-support.py
2797 M: Paolo Bonzini <pbonzini@redhat.com>
2798 M: Peter Xu <peterx@redhat.com>
2799 M: David Hildenbrand <david@redhat.com>
2800 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2802 F: include/exec/ioport.h
2803 F: include/exec/memop.h
2804 F: include/exec/memory.h
2805 F: include/exec/ram_addr.h
2806 F: include/exec/ramblock.h
2807 F: include/sysemu/memory_mapping.h
2808 F: softmmu/dma-helpers.c
2811 F: softmmu/memory_mapping.c
2812 F: softmmu/physmem.c
2813 F: include/exec/memory-internal.h
2814 F: scripts/coccinelle/memory-region-housekeeping.cocci
2817 M: David Hildenbrand <david@redhat.com>
2818 M: Igor Mammedov <imammedo@redhat.com>
2819 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2821 F: hw/mem/memory-device.c
2824 F: include/hw/mem/memory-device.h
2825 F: include/hw/mem/nvdimm.h
2826 F: include/hw/mem/pc-dimm.h
2830 M: Gerd Hoffmann <kraxel@redhat.com>
2832 F: include/ui/qemu-spice.h
2833 F: include/ui/spice-display.h
2835 F: audio/spiceaudio.c
2838 F: docs/spice-port-fqdn.txt
2841 M: Gerd Hoffmann <kraxel@redhat.com>
2842 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2848 F: docs/devel/ui.rst
2851 M: Peter Maydell <peter.maydell@linaro.org>
2852 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2853 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2858 M: Paolo Bonzini <pbonzini@redhat.com>
2860 F: include/exec/gen-icount.h
2861 F: include/qemu/main-loop.h
2862 F: include/sysemu/runstate.h
2863 F: include/sysemu/runstate-action.h
2865 F: util/qemu-timer.c
2869 F: softmmu/cpu-throttle.c
2870 F: softmmu/cpu-timers.c
2872 F: softmmu/runstate*
2873 F: qapi/run-state.json
2875 Read, Copy, Update (RCU)
2876 M: Paolo Bonzini <pbonzini@redhat.com>
2878 F: docs/devel/lockcnt.txt
2879 F: docs/devel/rcu.txt
2880 F: include/qemu/rcu*.h
2881 F: tests/unit/rcutorture.c
2882 F: tests/unit/test-rcu-*.c
2886 M: Dr. David Alan Gilbert <dave@treblig.org>
2888 F: monitor/monitor-internal.h
2890 F: monitor/monitor.c
2894 F: include/monitor/hmp-target.h
2895 F: tests/qtest/test-hmp.c
2896 F: include/qemu/qemu-print.h
2897 F: util/qemu-print.c
2899 Network device backends
2900 M: Jason Wang <jasowang@redhat.com>
2904 F: qemu-bridge-helper.c
2905 T: git https://github.com/jasowang/qemu.git net
2908 Netmap network backend
2909 M: Luigi Rizzo <rizzo@iet.unipi.it>
2910 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2911 M: Vincenzo Maffione <v.maffione@gmail.com>
2912 W: http://info.iet.unipi.it/~luigi/netmap/
2916 Host Memory Backends
2917 M: David Hildenbrand <david@redhat.com>
2918 M: Igor Mammedov <imammedo@redhat.com>
2920 F: backends/hostmem*.c
2921 F: include/sysemu/hostmem.h
2922 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2925 M: Gonglei <arei.gonglei@huawei.com>
2926 M: zhenwei pi <pizhenwei@bytedance.com>
2928 F: include/sysemu/cryptodev*.h
2929 F: backends/cryptodev*.c
2930 F: qapi/cryptodev.json
2933 M: John Snow <jsnow@redhat.com>
2934 M: Cleber Rosa <crosa@redhat.com>
2935 R: Beraldo Leal <bleal@redhat.com>
2938 T: git https://gitlab.com/jsnow/qemu.git python
2941 M: John Snow <jsnow@redhat.com>
2942 M: Cleber Rosa <crosa@redhat.com>
2948 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2950 F: scripts/simplebench/
2951 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2954 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2956 F: include/qemu/transactions.h
2957 F: util/transactions.c
2958 T: git https://gitlab.com/vsementsov/qemu.git block
2961 M: Markus Armbruster <armbru@redhat.com>
2962 M: Michael Roth <michael.roth@amd.com>
2967 X: include/qapi/qmp/
2968 F: include/qapi/qmp/dispatch.h
2969 F: tests/qapi-schema/
2970 F: tests/unit/test-*-visitor.c
2971 F: tests/unit/test-qapi-*.c
2972 F: tests/unit/test-qmp-*.c
2973 F: tests/unit/test-visitor-serialization.c
2974 F: scripts/qapi-gen.py
2976 F: docs/sphinx/qapidoc.py
2978 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2981 M: Eric Blake <eblake@redhat.com>
2982 M: Markus Armbruster <armbru@redhat.com>
2985 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2988 M: Markus Armbruster <armbru@redhat.com>
2991 F: include/qapi/qmp/
2992 X: include/qapi/qmp/dispatch.h
2993 F: scripts/coccinelle/qobject.cocci
2994 F: tests/unit/check-qdict.c
2995 F: tests/unit/check-qjson.c
2996 F: tests/unit/check-qlist.c
2997 F: tests/unit/check-qlit.c
2998 F: tests/unit/check-qnull.c
2999 F: tests/unit/check-qnum.c
3000 F: tests/unit/check-qobject.c
3001 F: tests/unit/check-qstring.c
3002 F: tests/data/qobject/qdict.txt
3003 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3006 M: Michael Roth <michael.roth@amd.com>
3007 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3010 F: docs/interop/qemu-ga.rst
3011 F: docs/interop/qemu-ga-ref.rst
3012 F: scripts/qemu-guest-agent/
3013 F: tests/unit/test-qga.c
3014 T: git https://github.com/mdroth/qemu.git qga
3016 QEMU Guest Agent Win32
3017 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3022 T: git https://github.com/kostyanf14/qemu.git qga-win32
3025 M: Paolo Bonzini <pbonzini@redhat.com>
3026 R: Daniel P. Berrange <berrange@redhat.com>
3027 R: Eduardo Habkost <eduardo@habkost.net>
3029 F: docs/devel/qom.rst
3030 F: docs/qdev-device-use.txt
3035 F: include/monitor/qdev.h
3039 F: scripts/coccinelle/qom-parent-type.cocci
3040 F: softmmu/qdev-monitor.c
3043 F: tests/unit/check-qom-interface.c
3044 F: tests/unit/check-qom-proplist.c
3045 F: tests/unit/test-qdev-global-props.c
3047 QOM boilerplate conversion script
3048 M: Eduardo Habkost <eduardo@habkost.net>
3050 F: scripts/codeconverter/
3053 M: Markus Armbruster <armbru@redhat.com>
3055 F: monitor/monitor-internal.h
3058 F: monitor/monitor.c
3059 F: qapi/control.json
3061 F: qapi/introspect.json
3062 F: docs/devel/*qmp-*
3063 F: docs/interop/*qmp-*
3065 F: tests/qtest/qmp-test.c
3066 F: tests/qtest/qmp-cmd-test.c
3067 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3070 M: Thomas Huth <thuth@redhat.com>
3071 M: Laurent Vivier <lvivier@redhat.com>
3072 R: Paolo Bonzini <pbonzini@redhat.com>
3077 F: docs/devel/qgraph.rst
3078 F: docs/devel/qtest.rst
3079 X: tests/qtest/bios-tables-test*
3082 M: Alexander Bulekov <alxndr@bu.edu>
3083 R: Paolo Bonzini <pbonzini@redhat.com>
3084 R: Bandan Das <bsd@redhat.com>
3085 R: Stefan Hajnoczi <stefanha@redhat.com>
3086 R: Thomas Huth <thuth@redhat.com>
3087 R: Darren Kenny <darren.kenny@oracle.com>
3088 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3090 F: tests/qtest/fuzz/
3091 F: tests/qtest/fuzz-*test.c
3092 F: scripts/oss-fuzz/
3093 F: hw/mem/sparse-mem.c
3094 F: docs/devel/fuzzing.rst
3097 M: Alistair Francis <alistair@alistair23.me>
3099 F: hw/core/register.c
3100 F: include/hw/register.h
3101 F: include/hw/registerfields.h
3104 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3107 F: include/net/slirp.h
3108 T: git https://people.debian.org/~sthibault/qemu.git slirp
3112 F: include/sysemu/stats.h
3116 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3119 F: include/hw/stream.h
3122 M: Paolo Bonzini <pbonzini@redhat.com>
3127 M: Stefan Hajnoczi <stefanha@redhat.com>
3131 F: docs/qemu-option-trace.rst.inc
3133 F: scripts/tracetool.py
3134 F: scripts/tracetool/
3135 F: scripts/qemu-trace-stap*
3136 F: docs/tools/qemu-trace-stap.rst
3137 F: docs/devel/tracing.rst
3138 T: git https://github.com/stefanha/qemu.git tracing
3141 M: Stefan Berger <stefanb@linux.ibm.com>
3145 F: include/hw/acpi/tpm.h
3146 F: include/sysemu/tpm*
3149 F: tests/qtest/*tpm*
3150 F: docs/specs/tpm.rst
3151 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3155 F: scripts/checkpatch.pl
3158 M: Juan Quintela <quintela@redhat.com>
3159 R: Peter Xu <peterx@redhat.com>
3160 R: Leonardo Bras <leobras@redhat.com>
3162 F: hw/core/vmstate-if.c
3163 F: include/hw/vmstate-if.h
3164 F: include/migration/
3165 F: include/qemu/userfaultfd.h
3167 F: scripts/vmstate-static-checker.py
3168 F: tests/vmstate-static-checker-data/
3169 F: tests/qtest/migration-test.c
3170 F: docs/devel/migration.rst
3171 F: qapi/migration.json
3173 F: util/userfaultfd.c
3176 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3178 F: backends/dbus-vmstate.c
3183 F: include/qemu/dbus.h
3184 F: docs/interop/dbus*
3185 F: docs/sphinx/dbus*
3186 F: docs/sphinx/fakedbusdoc.py
3187 F: tests/qtest/dbus*
3190 M: Daniel P. Berrange <berrange@redhat.com>
3192 F: softmmu/qemu-seccomp.c
3193 F: include/sysemu/seccomp.h
3194 F: tests/unit/test-seccomp.c
3197 M: Daniel P. Berrange <berrange@redhat.com>
3202 F: tests/unit/test-crypto-*
3203 F: tests/bench/benchmark-crypto-*
3204 F: tests/unit/crypto-tls-*
3205 F: tests/unit/pkix_asn1_tab.c
3209 M: Stefan Hajnoczi <stefanha@redhat.com>
3210 M: Kevin Wolf <kwolf@redhat.com>
3213 F: include/qemu/coroutine*
3214 F: tests/unit/test-coroutine.c
3217 M: Daniel P. Berrange <berrange@redhat.com>
3220 F: include/qemu/buffer.h
3223 M: Daniel P. Berrange <berrange@redhat.com>
3227 F: tests/unit/test-io-*
3230 M: Daniel P. Berrange <berrange@redhat.com>
3235 F: tests/unit/test-authz-*
3238 M: Daniel P. Berrange <berrange@redhat.com>
3240 F: include/qemu/sockets.h
3241 F: util/qemu-sockets.c
3242 F: qapi/sockets.json
3245 M: Daniel P. Berrange <berrange@redhat.com>
3247 F: util/filemonitor*.c
3248 F: include/qemu/filemonitor.h
3249 F: tests/unit/test-util-filemonitor.c
3251 Throttling infrastructure
3252 M: Alberto Garcia <berto@igalia.com>
3254 F: block/throttle-groups.c
3255 F: include/block/throttle-groups.h
3256 F: include/qemu/throttle*.h
3258 F: docs/throttle.txt
3259 F: tests/unit/test-throttle.c
3260 L: qemu-block@nongnu.org
3263 M: Fam Zheng <fam@euphon.net>
3266 F: include/qemu/uuid.h
3267 F: tests/unit/test-uuid.c
3270 M: Lukas Straub <lukasstraub2@web.de>
3273 F: migration/yank_functions*
3274 F: tests/unit/test-yank.c
3275 F: include/qemu/yank.h
3279 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3282 F: include/migration/colo.h
3283 F: include/migration/failover.h
3287 M: Zhang Chen <chen.zhang@intel.com>
3288 M: Li Zhijian <lizhijian@fujitsu.com>
3290 F: docs/colo-proxy.txt
3292 F: net/filter-rewriter.c
3293 F: net/filter-mirror.c
3294 F: tests/qtest/test-filter*
3297 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3298 R: Paolo Bonzini <pbonzini@redhat.com>
3299 W: https://wiki.qemu.org/Features/record-replay
3302 F: block/blkreplay.c
3303 F: net/filter-replay.c
3304 F: include/exec/replay-core.h
3305 F: include/sysemu/replay.h
3306 F: docs/devel/replay.rst
3307 F: docs/system/replay.rst
3309 F: tests/avocado/replay_kernel.py
3310 F: tests/avocado/replay_linux.py
3311 F: tests/avocado/reverse_debugging.py
3315 M: Peter Xu <peterx@redhat.com>
3317 F: include/qemu/iova-tree.h
3321 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3326 M: Corey Minyard <cminyard@mvista.com>
3329 F: hw/i2c/smbus_slave.c
3330 F: hw/i2c/smbus_master.c
3331 F: hw/i2c/smbus_eeprom.c
3332 F: include/hw/i2c/i2c.h
3333 F: include/hw/i2c/smbus_master.h
3334 F: include/hw/i2c/smbus_slave.h
3335 F: include/hw/i2c/smbus_eeprom.h
3338 M: Titus Rwantare <titusr@google.com>
3340 F: hw/i2c/pmbus_device.c
3341 F: hw/sensor/adm1272.c
3342 F: hw/sensor/isl_pmbus_vr.c
3343 F: hw/sensor/max34451.c
3344 F: include/hw/i2c/pmbus_device.h
3345 F: include/hw/sensor/isl_pmbus_vr.h
3346 F: tests/qtest/adm1272-test.c
3347 F: tests/qtest/max34451-test.c
3348 F: tests/qtest/isl_pmbus_vr-test.c
3350 Firmware schema specifications
3351 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3352 R: Daniel P. Berrange <berrange@redhat.com>
3353 R: Kashyap Chamarthy <kchamart@redhat.com>
3355 F: docs/interop/firmware.json
3358 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3359 M: Gerd Hoffmann <kraxel@redhat.com>
3362 F: pc-bios/descriptors/??-edk2-*.json
3364 F: roms/Makefile.edk2
3367 F: tests/data/uefi-boot-images/
3368 F: tests/uefi-test-tools/
3371 M: Michael S. Tsirkin <mst@redhat.com>
3372 M: Peter Xu <peterx@redhat.com>
3373 R: Jason Wang <jasowang@redhat.com>
3375 F: hw/i386/intel_iommu.c
3376 F: hw/i386/intel_iommu_internal.h
3377 F: include/hw/i386/intel_iommu.h
3381 F: hw/i386/amd_iommu.?
3384 M: Bin Meng <bmeng.cn@gmail.com>
3386 F: pc-bios/opensbi-*
3387 F: .gitlab-ci.d/opensbi.yml
3388 F: .gitlab-ci.d/opensbi/
3391 M: Luc Michel <luc@lmichel.fr>
3392 R: Damien Hedde <damien.hedde@dahe.fr>
3394 F: include/hw/clock.h
3395 F: include/hw/qdev-clock.h
3397 F: hw/core/clock-vmstate.c
3398 F: hw/core/qdev-clock.c
3399 F: docs/devel/clocks.rst
3403 Overall usermode emulation
3404 M: Riku Voipio <riku.voipio@iki.fi>
3406 F: accel/tcg/user-exec*.c
3411 M: Warner Losh <imp@bsdimp.com>
3412 R: Kyle Evans <kevans@freebsd.org>
3415 F: configs/targets/*-bsd-user.mak
3417 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3420 M: Laurent Vivier <laurent@vivier.eu>
3423 F: configs/targets/*linux-user.mak
3424 F: scripts/qemu-binfmt-conf.sh
3425 F: scripts/update-syscalltbl.sh
3426 F: scripts/update-mips-syscall-args.sh
3427 F: scripts/gensyscalls.sh
3429 Tiny Code Generator (TCG)
3430 -------------------------
3432 M: Richard Henderson <richard.henderson@linaro.org>
3438 M: Alex Bennée <alex.bennee@linaro.org>
3439 R: Alexandre Iooss <erdnaxe@crans.org>
3440 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3442 F: docs/devel/tcg-plugins.rst
3445 F: tests/avocado/tcg_plugins.py
3449 M: Richard Henderson <richard.henderson@linaro.org>
3451 L: qemu-arm@nongnu.org
3455 M: Richard Henderson <richard.henderson@linaro.org>
3457 L: qemu-arm@nongnu.org
3461 M: Richard Henderson <richard.henderson@linaro.org>
3465 LoongArch64 TCG target
3466 M: WANG Xuerui <git@xen0n.name>
3471 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3472 R: Aurelien Jarno <aurelien@aurel32.net>
3473 R: Huacai Chen <chenhuacai@kernel.org>
3474 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3475 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3480 M: Richard Henderson <richard.henderson@linaro.org>
3485 M: Palmer Dabbelt <palmer@dabbelt.com>
3486 M: Alistair Francis <Alistair.Francis@wdc.com>
3487 L: qemu-riscv@nongnu.org
3493 M: Richard Henderson <richard.henderson@linaro.org>
3496 L: qemu-s390x@nongnu.org
3504 M: Stefan Weil <sw@weilnetz.de>
3513 M: Fam Zheng <fam@euphon.net>
3514 L: qemu-block@nongnu.org
3519 M: Ilya Dryomov <idryomov@gmail.com>
3520 R: Peter Lieven <pl@kamp.de>
3521 L: qemu-block@nongnu.org
3526 M: Jeff Cody <codyprime@gmail.com>
3527 L: qemu-block@nongnu.org
3532 M: Stefan Weil <sw@weilnetz.de>
3533 L: qemu-block@nongnu.org
3538 M: Stefan Hajnoczi <stefanha@redhat.com>
3539 L: qemu-block@nongnu.org
3544 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3545 M: Paolo Bonzini <pbonzini@redhat.com>
3546 M: Peter Lieven <pl@kamp.de>
3547 L: qemu-block@nongnu.org
3550 F: block/iscsi-opts.c
3552 Network Block Device (NBD)
3553 M: Eric Blake <eblake@redhat.com>
3554 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3555 L: qemu-block@nongnu.org
3559 F: include/block/nbd*
3562 F: docs/interop/nbd.txt
3563 F: docs/tools/qemu-nbd.rst
3564 F: tests/qemu-iotests/tests/*nbd*
3565 T: git https://repo.or.cz/qemu/ericb.git nbd
3566 T: git https://gitlab.com/vsementsov/qemu.git block
3569 M: Peter Lieven <pl@kamp.de>
3570 L: qemu-block@nongnu.org
3575 M: Richard W.M. Jones <rjones@redhat.com>
3576 L: qemu-block@nongnu.org
3581 L: qemu-block@nongnu.org
3586 L: qemu-block@nongnu.org
3587 L: integration@gluster.org
3592 M: Fam Zheng <fam@euphon.net>
3593 L: qemu-block@nongnu.org
3598 M: Stefan Hajnoczi <stefanha@redhat.com>
3599 R: Fam Zheng <fam@euphon.net>
3600 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3601 L: qemu-block@nongnu.org
3604 F: include/block/nvme.h
3605 T: git https://github.com/stefanha/qemu.git block
3608 M: Gonglei <arei.gonglei@huawei.com>
3610 F: softmmu/bootdevice.c
3613 M: Alberto Garcia <berto@igalia.com>
3616 L: qemu-block@nongnu.org
3619 M: Ari Sundholm <ari@tuxera.com>
3620 L: qemu-block@nongnu.org
3622 F: block/blklogwrites.c
3625 M: Stefan Hajnoczi <stefanha@redhat.com>
3626 L: qemu-block@nongnu.org
3628 F: block/blkverify.c
3631 M: Stefan Hajnoczi <stefanha@redhat.com>
3632 L: qemu-block@nongnu.org
3637 M: Stefan Hajnoczi <stefanha@redhat.com>
3638 L: qemu-block@nongnu.org
3643 M: Stefan Hajnoczi <stefanha@redhat.com>
3644 L: qemu-block@nongnu.org
3649 M: Stefan Hajnoczi <stefanha@redhat.com>
3650 M: Denis V. Lunev <den@openvz.org>
3651 L: qemu-block@nongnu.org
3653 F: block/parallels.c
3654 F: block/parallels-ext.c
3655 F: docs/interop/parallels.txt
3658 M: Stefan Hajnoczi <stefanha@redhat.com>
3659 L: qemu-block@nongnu.org
3664 M: Kevin Wolf <kwolf@redhat.com>
3665 L: qemu-block@nongnu.org
3667 F: block/linux-aio.c
3668 F: include/block/raw-aio.h
3669 F: block/raw-format.c
3670 F: block/file-posix.c
3671 F: block/file-win32.c
3672 F: block/win32-aio.c
3675 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3676 M: Julia Suvorova <jusual@redhat.com>
3677 M: Stefan Hajnoczi <stefanha@redhat.com>
3678 R: Stefano Garzarella <sgarzare@redhat.com>
3679 L: qemu-block@nongnu.org
3685 M: Kevin Wolf <kwolf@redhat.com>
3686 M: Hanna Reitz <hreitz@redhat.com>
3687 L: qemu-block@nongnu.org
3690 F: docs/interop/qcow2.txt
3693 M: Kevin Wolf <kwolf@redhat.com>
3694 L: qemu-block@nongnu.org
3699 M: Kevin Wolf <kwolf@redhat.com>
3700 M: Hanna Reitz <hreitz@redhat.com>
3701 L: qemu-block@nongnu.org
3706 M: Kevin Wolf <kwolf@redhat.com>
3707 L: qemu-block@nongnu.org
3712 M: Kevin Wolf <kwolf@redhat.com>
3713 L: qemu-block@nongnu.org
3718 M: Stefan Hajnoczi <stefanha@redhat.com>
3719 L: qemu-block@nongnu.org
3721 F: tests/image-fuzzer/
3723 Vhost-user block device backend server
3724 M: Coiby Xu <Coiby.Xu@gmail.com>
3726 F: block/export/vhost-user-blk-server.c
3727 F: block/export/vhost-user-blk-server.h
3728 F: block/export/virtio-blk-handler.c
3729 F: block/export/virtio-blk-handler.h
3730 F: include/qemu/vhost-user-server.h
3731 F: tests/qtest/libqos/vhost-user-blk.c
3732 F: tests/qtest/libqos/vhost-user-blk.h
3733 F: tests/qtest/vhost-user-blk-test.c
3734 F: util/vhost-user-server.c
3736 FUSE block device exports
3737 M: Hanna Reitz <hreitz@redhat.com>
3738 L: qemu-block@nongnu.org
3740 F: block/export/fuse.c
3742 VDUSE library and block device exports
3743 M: Xie Yongji <xieyongji@bytedance.com>
3745 F: subprojects/libvduse/
3746 F: block/export/vduse-blk.c
3747 F: block/export/vduse-blk.h
3750 M: Wen Congyang <wencongyang2@huawei.com>
3751 M: Xie Changlong <xiechanglong.d@gmail.com>
3754 F: block/replication.c
3755 F: tests/unit/test-replication.c
3756 F: docs/block-replication.txt
3759 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3760 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3765 F: contrib/rdmacm-mux/*
3769 M: Alex Bennée <alex.bennee@linaro.org>
3772 F: include/semihosting/
3773 F: tests/tcg/multiarch/arm-compat-semi/
3774 F: tests/tcg/aarch64/system/semiheap.c
3777 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3778 M: Jagannathan Raman <jag.raman@oracle.com>
3779 M: John G Johnson <john.g.johnson@oracle.com>
3781 F: docs/devel/multi-process.rst
3782 F: docs/system/multi-process.rst
3783 F: hw/pci-host/remote.c
3784 F: include/hw/pci-host/remote.h
3785 F: hw/remote/machine.c
3786 F: include/hw/remote/machine.h
3787 F: hw/remote/mpqemu-link.c
3788 F: include/hw/remote/mpqemu-link.h
3789 F: hw/remote/message.c
3790 F: hw/remote/remote-obj.c
3791 F: include/hw/remote/memory.h
3792 F: hw/remote/memory.c
3793 F: hw/remote/proxy.c
3794 F: include/hw/remote/proxy.h
3795 F: hw/remote/proxy-memory-listener.c
3796 F: include/hw/remote/proxy-memory-listener.h
3797 F: hw/remote/iohub.c
3798 F: include/hw/remote/iohub.h
3799 F: subprojects/libvfio-user
3800 F: hw/remote/vfio-user-obj.c
3801 F: include/hw/remote/vfio-user-obj.h
3802 F: hw/remote/iommu.c
3803 F: include/hw/remote/iommu.h
3806 M: Jason Wang <jasowang@redhat.com>
3807 R: Andrew Melnychenko <andrew@daynix.com>
3808 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3813 Build and test automation
3814 -------------------------
3815 Build and test automation, general continuous integration
3816 M: Alex Bennée <alex.bennee@linaro.org>
3817 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3818 M: Thomas Huth <thuth@redhat.com>
3819 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3820 R: Beraldo Leal <bleal@redhat.com>
3822 F: .github/workflows/lockdown.yml
3830 F: tests/avocado/tuxrun_baselines.py
3831 F: scripts/archive-source.sh
3832 F: docs/devel/testing.rst
3833 W: https://gitlab.com/qemu-project/qemu/pipelines
3834 W: https://travis-ci.org/qemu/qemu
3836 FreeBSD Hosted Continuous Integration
3837 M: Ed Maste <emaste@freebsd.org>
3838 M: Li-Wen Hsu <lwhsu@freebsd.org>
3840 F: .gitlab-ci.d/cirrus/freebsd*
3842 W: https://cirrus-ci.com/github/qemu/qemu
3844 Windows Hosted Continuous Integration
3845 M: Yonggang Luo <luoyonggang@gmail.com>
3847 F: .gitlab-ci.d/windows.yml
3849 Guest Test Compilation Support
3850 M: Alex Bennée <alex.bennee@linaro.org>
3851 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3853 F: tests/tcg/Makefile.target
3855 Integration Testing with the Avocado framework
3856 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3857 R: Cleber Rosa <crosa@redhat.com>
3858 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3859 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3860 R: Beraldo Leal <bleal@redhat.com>
3864 GitLab custom runner (Works On Arm Sponsored)
3865 M: Alex Bennée <alex.bennee@linaro.org>
3866 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3868 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3869 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3873 Build system architecture
3874 M: Daniel P. Berrange <berrange@redhat.com>
3876 F: docs/devel/build-system.rst
3878 GIT Data Mining Config
3879 M: Alex Bennée <alex.bennee@linaro.org>
3884 Incompatible changes
3885 R: libvir-list@redhat.com
3886 F: docs/about/deprecated.rst
3891 M: Paolo Bonzini <pbonzini@redhat.com>
3892 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3893 R: Daniel P. Berrange <berrange@redhat.com>
3894 R: Thomas Huth <thuth@redhat.com>
3895 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3898 F: meson_options.txt
3899 F: scripts/meson-buildoptions.*
3900 F: scripts/check_sparse.py
3901 F: scripts/symlink-install-tree.py
3903 Top Level Makefile and configure
3904 M: Paolo Bonzini <pbonzini@redhat.com>
3905 R: Alex Bennée <alex.bennee@linaro.org>
3906 R: Thomas Huth <thuth@redhat.com>
3910 F: scripts/mtest2make.py
3911 F: tests/Makefile.include
3914 M: Daniel P. Berrange <berrange@redhat.com>
3916 F: scripts/git-submodule.sh
3922 Sphinx documentation configuration and build machinery
3923 M: Peter Maydell <peter.maydell@linaro.org>
3932 Performance Tools and Tests
3933 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3935 F: scripts/performance/
3938 M: Alex Bennée <alex.bennee@linaro.org>
3940 F: scripts/coverage/