4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
63 L: qemu-devel@nongnu.org
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
89 F: default-configs/s390x-softmmu.mak
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
98 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw.img
104 F: docs/system/target-s390x.rst
105 F: docs/system/s390x/
106 F: tests/migration/s390x/
107 K: ^Subject:.*(?i)s390x?
108 T: git https://github.com/cohuck/qemu.git s390-next
109 L: qemu-s390x@nongnu.org
111 Guest CPU cores (TCG)
112 ---------------------
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
120 F: accel/stubs/tcg-stub.c
121 F: scripts/decodetree.py
122 F: docs/devel/decodetree.rst
123 F: include/exec/cpu*.h
124 F: include/exec/exec-all.h
125 F: include/exec/helper*.h
126 F: include/exec/tb-hash.h
127 F: include/sysemu/cpus.h
128 F: include/sysemu/tcg.h
131 M: Aurelien Jarno <aurelien@aurel32.net>
132 M: Peter Maydell <peter.maydell@linaro.org>
133 M: Alex Bennée <alex.bennee@linaro.org>
140 M: Richard Henderson <rth@twiddle.net>
147 M: Peter Maydell <peter.maydell@linaro.org>
148 L: qemu-arm@nongnu.org
152 F: tests/tcg/aarch64/
155 F: include/hw/cpu/a*mpcore.h
159 F: docs/system/target-arm.rst
162 M: Eric Auger <eric.auger@redhat.com>
163 L: qemu-arm@nongnu.org
166 F: include/hw/arm/smmu*
169 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
177 HPPA (PA-RISC) TCG CPUs
178 M: Richard Henderson <rth@twiddle.net>
184 F: include/hw/net/lasi_82596.h
187 M: Michael Walle <michael@walle.cc>
194 F: include/hw/display/milkymist_tmu2.h
195 F: include/hw/char/lm32_juart.h
200 M: Laurent Vivier <laurent@vivier.eu>
206 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
208 F: target/microblaze/
210 F: disas/microblaze.c
213 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
214 R: Aurelien Jarno <aurelien@aurel32.net>
215 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
218 F: default-configs/*mips*
220 F: docs/system/cpu-models-mips.rst.inc
221 F: hw/intc/mips_gic.c
224 F: hw/timer/mips_gictimer.c
225 F: include/hw/intc/mips_gic.h
227 F: include/hw/misc/mips_*
228 F: include/hw/timer/mips_gictimer.h
229 F: tests/acceptance/linux_ssh_mips_malta.py
230 F: tests/acceptance/machine_mips_malta.py
232 K: ^Subject:.*(?i)mips
235 M: Anthony Green <green@moxielogic.com>
240 F: default-configs/moxie-softmmu.mak
243 M: Chris Wulff <crwulff@gmail.com>
244 M: Marek Vasut <marex@denx.de>
248 F: hw/intc/nios2_iic.c
250 F: default-configs/nios2-softmmu.mak
253 M: Stafford Horne <shorne@gmail.com>
257 F: tests/tcg/openrisc/
260 M: David Gibson <david@gibson.dropbear.id.au>
261 L: qemu-ppc@nongnu.org
269 M: Palmer Dabbelt <palmer@dabbelt.com>
270 M: Alistair Francis <Alistair.Francis@wdc.com>
271 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
272 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
273 L: qemu-riscv@nongnu.org
278 F: linux-user/host/riscv32/
279 F: linux-user/host/riscv64/
282 M: Yoshinori Sato <ysato@users.sourceforge.jp>
287 M: Richard Henderson <rth@twiddle.net>
288 M: David Hildenbrand <david@redhat.com>
294 L: qemu-s390x@nongnu.org
297 M: Aurelien Jarno <aurelien@aurel32.net>
305 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
306 M: Artyom Tarasenko <atar4qemu@gmail.com>
311 F: include/hw/sparc/sparc64.h
315 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
319 F: include/hw/unicore32/
322 M: Paolo Bonzini <pbonzini@redhat.com>
323 M: Richard Henderson <rth@twiddle.net>
324 M: Eduardo Habkost <ehabkost@redhat.com>
331 F: docs/system/cpu-models-x86.rst.inc
332 T: git https://github.com/ehabkost/qemu.git x86-next
335 M: Max Filippov <jcmvbkbc@gmail.com>
336 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
342 F: include/hw/xtensa/xtensa-isa.h
343 F: default-configs/xtensa*.mak
346 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
350 F: include/hw/tricore/
352 Multiarch Linux User Tests
353 M: Alex Bennée <alex.bennee@linaro.org>
355 F: tests/tcg/multiarch/
357 Guest CPU Cores (KVM)
358 ---------------------
360 M: Paolo Bonzini <pbonzini@redhat.com>
361 L: kvm@vger.kernel.org
365 F: accel/stubs/kvm-stub.c
367 F: include/sysemu/kvm*.h
368 F: scripts/kvm/kvm_flightrecorder
371 M: Peter Maydell <peter.maydell@linaro.org>
372 L: qemu-arm@nongnu.org
377 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
382 M: David Gibson <david@gibson.dropbear.id.au>
387 M: Halil Pasic <pasic@linux.ibm.com>
388 M: Cornelia Huck <cohuck@redhat.com>
389 M: Christian Borntraeger <borntraeger@de.ibm.com>
391 F: target/s390x/kvm.c
392 F: target/s390x/kvm_s390x.h
393 F: target/s390x/kvm-stub.c
394 F: target/s390x/ioinst.[ch]
395 F: target/s390x/machine.c
396 F: target/s390x/sigp.c
397 F: target/s390x/cpu_features*.[ch]
398 F: target/s390x/cpu_models.[ch]
399 F: hw/intc/s390_flic.c
400 F: hw/intc/s390_flic_kvm.c
401 F: include/hw/s390x/s390_flic.h
403 T: git https://github.com/cohuck/qemu.git s390-next
404 T: git https://github.com/borntraeger/qemu.git s390-next
405 L: qemu-s390x@nongnu.org
408 M: Paolo Bonzini <pbonzini@redhat.com>
409 M: Marcelo Tosatti <mtosatti@redhat.com>
410 L: kvm@vger.kernel.org
413 F: scripts/kvm/vmxcap
416 M: Roman Bolshakov <r.bolshakov@yadro.com>
418 F: accel/stubs/hvf-stub.c
420 F: include/sysemu/hvf.h
423 M: Sunil Muthuswamy <sunilmut@microsoft.com>
425 F: target/i386/whpx-all.c
426 F: target/i386/whp-dispatch.h
427 F: accel/stubs/whpx-stub.c
428 F: include/sysemu/whpx.h
430 Guest CPU Cores (Xen)
431 ---------------------
433 M: Stefano Stabellini <sstabellini@kernel.org>
434 M: Anthony Perard <anthony.perard@citrix.com>
435 M: Paul Durrant <paul@xen.org>
436 L: xen-devel@lists.xenproject.org
440 F: hw/char/xen_console.c
441 F: hw/display/xenfb.c
445 F: hw/block/dataplane/xen*
449 F: hw/pci-host/xen_igd_pt.c
450 F: include/hw/block/dataplane/xen*
452 F: include/sysemu/xen-mapcache.h
454 Guest CPU Cores (HAXM)
455 ---------------------
457 M: Wenchao Wang <wenchao.wang@intel.com>
458 M: Colin Xu <colin.xu@intel.com>
459 L: haxm-team@intel.com
460 W: https://github.com/intel/haxm/issues
462 F: include/sysemu/hax.h
468 M: Michael S. Tsirkin <mst@redhat.com>
469 M: Cornelia Huck <cohuck@redhat.com>
470 M: Paolo Bonzini <pbonzini@redhat.com>
473 F: scripts/update-linux-headers.sh
476 M: Paolo Bonzini <pbonzini@redhat.com>
479 F: include/sysemu/os-posix.h
481 F: include/qemu/*posix*.h
484 M: Kamil Rytarowski <kamil@netbsd.org>
486 K: ^Subject:.*(?i)NetBSD
489 M: Brad Smith <brad@comstyle.com>
491 K: ^Subject:.*(?i)OpenBSD
494 M: Stefan Weil <sw@weilnetz.de>
504 M: Richard Henderson <rth@twiddle.net>
507 F: hw/isa/smc37c669-superio.c
508 F: tests/tcg/alpha/system/
513 M: Beniamino Galvani <b.galvani@gmail.com>
514 M: Peter Maydell <peter.maydell@linaro.org>
515 L: qemu-arm@nongnu.org
518 F: include/hw/*/allwinner*
519 F: hw/arm/cubieboard.c
522 M: Niek Linnenbank <nieklinnenbank@gmail.com>
523 L: qemu-arm@nongnu.org
525 F: hw/*/allwinner-h3*
526 F: include/hw/*/allwinner-h3*
528 F: docs/system/orangepi.rst
530 ARM PrimeCell and CMSDK devices
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
535 F: include/hw/char/pl011.h
538 F: include/hw/dma/pl080.h
545 F: include/hw/ssi/pl022.h
547 F: include/hw/rtc/pl031.h
548 F: include/hw/arm/primecell.h
549 F: hw/timer/cmsdk-apb-timer.c
550 F: include/hw/timer/cmsdk-apb-timer.h
551 F: hw/timer/cmsdk-apb-dualtimer.c
552 F: include/hw/timer/cmsdk-apb-dualtimer.h
553 F: hw/char/cmsdk-apb-uart.c
554 F: include/hw/char/cmsdk-apb-uart.h
555 F: hw/watchdog/cmsdk-apb-watchdog.c
556 F: include/hw/watchdog/cmsdk-apb-watchdog.h
558 F: include/hw/misc/tz-ppc.h
560 F: include/hw/misc/tz-mpc.h
562 F: include/hw/misc/tz-msc.h
565 M: Peter Maydell <peter.maydell@linaro.org>
566 L: qemu-arm@nongnu.org
569 F: hw/intc/gic_internal.h
571 F: hw/misc/arm11scu.c
572 F: hw/misc/arm_l2x0.c
573 F: hw/timer/a9gtimer*
575 F: include/hw/arm/arm*.h
576 F: include/hw/intc/arm*
577 F: include/hw/misc/a9scu.h
578 F: include/hw/misc/arm11scu.h
579 F: include/hw/timer/a9gtimer.h
580 F: include/hw/timer/arm_mptimer.h
581 F: include/hw/timer/armv7m_systick.h
582 F: tests/qtest/test-arm-mptimer.c
585 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
590 F: include/hw/arm/exynos4210.h
593 M: Rob Herring <robh@kernel.org>
594 M: Peter Maydell <peter.maydell@linaro.org>
595 L: qemu-arm@nongnu.org
601 M: Antony Pavlov <antonynpavlov@gmail.com>
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
605 F: include/hw/arm/digic.h
607 F: include/hw/*/digic*
610 M: Anup Patel <anup.patel@wdc.com>
611 M: Alistair Francis <Alistair.Francis@wdc.com>
612 L: qemu-riscv@nongnu.org
614 F: hw/rtc/goldfish_rtc.c
615 F: include/hw/rtc/goldfish_rtc.h
618 M: Peter Maydell <peter.maydell@linaro.org>
619 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
620 L: qemu-arm@nongnu.org
625 M: Peter Maydell <peter.maydell@linaro.org>
626 R: Jean-Christophe Dubois <jcd@tribudubois.net>
627 L: qemu-arm@nongnu.org
629 F: hw/arm/fsl-imx25.c
630 F: hw/arm/imx25_pdk.c
631 F: hw/misc/imx25_ccm.c
632 F: include/hw/arm/fsl-imx25.h
633 F: include/hw/misc/imx25_ccm.h
636 M: Peter Chubb <peter.chubb@nicta.com.au>
637 M: Peter Maydell <peter.maydell@linaro.org>
638 L: qemu-arm@nongnu.org
643 F: include/hw/*/imx_*
644 F: include/hw/*/*imx31*
647 M: Peter Maydell <peter.maydell@linaro.org>
648 L: qemu-arm@nongnu.org
650 F: hw/arm/integratorcp.c
651 F: hw/misc/arm_integrator_debug.c
652 F: include/hw/misc/arm_integrator_debug.h
653 F: tests/acceptance/machine_arm_integratorcp.py
654 F: docs/system/arm/integratorcp.rst
656 MCIMX6UL EVK / i.MX6ul
657 M: Peter Maydell <peter.maydell@linaro.org>
658 R: Jean-Christophe Dubois <jcd@tribudubois.net>
659 L: qemu-arm@nongnu.org
661 F: hw/arm/mcimx6ul-evk.c
662 F: hw/arm/fsl-imx6ul.c
663 F: hw/misc/imx6ul_ccm.c
664 F: include/hw/arm/fsl-imx6ul.h
665 F: include/hw/misc/imx6ul_ccm.h
667 MCIMX7D SABRE / i.MX7
668 M: Peter Maydell <peter.maydell@linaro.org>
669 R: Andrey Smirnov <andrew.smirnov@gmail.com>
670 L: qemu-arm@nongnu.org
672 F: hw/arm/mcimx7d-sabre.c
675 F: include/hw/arm/fsl-imx7.h
676 F: include/hw/misc/imx7_*.h
677 F: hw/pci-host/designware.c
678 F: include/hw/pci-host/designware.h
681 M: Peter Maydell <peter.maydell@linaro.org>
682 L: qemu-arm@nongnu.org
687 F: include/hw/misc/mps2-*.h
689 F: include/hw/arm/armsse.h
690 F: hw/misc/iotkit-secctl.c
691 F: include/hw/misc/iotkit-secctl.h
692 F: hw/misc/iotkit-sysctl.c
693 F: include/hw/misc/iotkit-sysctl.h
694 F: hw/misc/iotkit-sysinfo.c
695 F: include/hw/misc/iotkit-sysinfo.h
696 F: hw/misc/armsse-cpuid.c
697 F: include/hw/misc/armsse-cpuid.h
698 F: hw/misc/armsse-mhu.c
699 F: include/hw/misc/armsse-mhu.h
702 M: Peter Maydell <peter.maydell@linaro.org>
703 L: qemu-arm@nongnu.org
708 M: Jan Kiszka <jan.kiszka@web.de>
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
713 F: docs/system/arm/musicpal.rst
716 M: Andrzej Zaborowski <balrogg@gmail.com>
717 M: Peter Maydell <peter.maydell@linaro.org>
718 L: qemu-arm@nongnu.org
721 F: hw/display/blizzard.c
723 F: hw/input/tsc2005.c
726 F: include/hw/display/blizzard.h
727 F: include/hw/input/tsc2xxx.h
728 F: include/hw/misc/cbus.h
729 F: tests/acceptance/machine_arm_n8x0.py
730 F: docs/system/arm/nseries.rst
733 M: Andrzej Zaborowski <balrogg@gmail.com>
734 M: Peter Maydell <peter.maydell@linaro.org>
735 L: qemu-arm@nongnu.org
738 F: hw/input/tsc210x.c
739 F: include/hw/input/tsc2xxx.h
740 F: docs/system/arm/palm.rst
743 M: Peter Maydell <peter.maydell@linaro.org>
744 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
745 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
746 L: qemu-arm@nongnu.org
749 F: hw/arm/raspi_platform.h
751 F: include/hw/arm/raspi*
752 F: include/hw/*/bcm283*
755 M: Peter Maydell <peter.maydell@linaro.org>
756 L: qemu-arm@nongnu.org
759 F: hw/cpu/realview_mpcore.c
760 F: hw/intc/realview_gic.c
761 F: include/hw/intc/realview_gic.h
762 F: docs/system/arm/realview.rst
765 M: Andrzej Zaborowski <balrogg@gmail.com>
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
769 F: hw/arm/mainstone.c
774 F: hw/display/tc6393xb.c
777 F: hw/misc/mst_fpga.c
779 F: include/hw/arm/pxa.h
780 F: include/hw/arm/sharpsl.h
781 F: include/hw/display/tc6393xb.h
782 F: docs/system/arm/xscale.rst
785 M: Peter Maydell <peter.maydell@linaro.org>
786 R: Jean-Christophe Dubois <jcd@tribudubois.net>
787 L: qemu-arm@nongnu.org
789 F: hw/arm/sabrelite.c
793 F: hw/usb/imx-usb-phy.c
794 F: include/hw/usb/imx-usb-phy.h
795 F: include/hw/arm/fsl-imx6.h
796 F: include/hw/misc/imx6_*.h
797 F: include/hw/ssi/imx_spi.h
800 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
801 M: Peter Maydell <peter.maydell@linaro.org>
802 R: Leif Lindholm <leif@nuviainc.com>
803 L: qemu-arm@nongnu.org
807 Sharp SL-5500 (Collie) PDA
808 M: Peter Maydell <peter.maydell@linaro.org>
809 L: qemu-arm@nongnu.org
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
819 F: include/hw/input/gamepad.h
820 F: docs/system/arm/stellaris.rst
823 M: Peter Maydell <peter.maydell@linaro.org>
824 L: qemu-arm@nongnu.org
829 M: Peter Maydell <peter.maydell@linaro.org>
830 L: qemu-arm@nongnu.org
833 F: hw/misc/arm_sysctl.c
834 F: docs/system/arm/versatile.rst
837 M: Peter Maydell <peter.maydell@linaro.org>
838 L: qemu-arm@nongnu.org
841 F: include/hw/arm/virt.h
844 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
845 M: Alistair Francis <alistair@alistair23.me>
846 M: Peter Maydell <peter.maydell@linaro.org>
847 L: qemu-arm@nongnu.org
852 F: include/hw/misc/zynq*
856 M: Alistair Francis <alistair@alistair23.me>
857 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
858 M: Peter Maydell <peter.maydell@linaro.org>
859 L: qemu-arm@nongnu.org
862 F: include/hw/*/xlnx*.h
863 F: include/hw/ssi/xilinx_spips.h
865 F: include/hw/display/dpcd.h
868 M: Shannon Zhao <shannon.zhaosl@gmail.com>
869 L: qemu-arm@nongnu.org
871 F: hw/arm/virt-acpi-build.c
874 M: Alistair Francis <alistair@alistair23.me>
875 M: Peter Maydell <peter.maydell@linaro.org>
876 L: qemu-arm@nongnu.org
878 F: hw/arm/stm32f205_soc.c
879 F: hw/misc/stm32f2xx_syscfg.c
880 F: hw/char/stm32f2xx_usart.c
881 F: hw/timer/stm32f2xx_timer.c
883 F: hw/ssi/stm32f2xx_spi.c
884 F: include/hw/*/stm32*.h
887 M: Alistair Francis <alistair@alistair23.me>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
891 F: hw/arm/stm32f405_soc.c
892 F: hw/misc/stm32f4xx_syscfg.c
893 F: hw/misc/stm32f4xx_exti.c
896 M: Alistair Francis <alistair@alistair23.me>
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
900 F: hw/arm/netduino2.c
903 M: Alistair Francis <alistair@alistair23.me>
904 M: Peter Maydell <peter.maydell@linaro.org>
905 L: qemu-arm@nongnu.org
907 F: hw/arm/netduinoplus2.c
910 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
911 M: Peter Maydell <peter.maydell@linaro.org>
912 L: qemu-arm@nongnu.org
915 F: hw/misc/msf2-sysreg.c
916 F: hw/timer/mss-timer.c
918 F: include/hw/arm/msf2-soc.h
919 F: include/hw/misc/msf2-sysreg.h
920 F: include/hw/timer/mss-timer.h
921 F: include/hw/ssi/mss-spi.h
924 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
925 M: Peter Maydell <peter.maydell@linaro.org>
926 L: qemu-arm@nongnu.org
931 M: Cédric Le Goater <clg@kaod.org>
932 M: Peter Maydell <peter.maydell@linaro.org>
933 R: Andrew Jeffery <andrew@aj.id.au>
934 R: Joel Stanley <joel@jms.id.au>
935 L: qemu-arm@nongnu.org
939 F: include/hw/*/*aspeed*
940 F: include/hw/misc/pca9552*.h
941 F: hw/net/ftgmac100.c
942 F: include/hw/net/ftgmac100.h
945 M: Joel Stanley <joel@jms.id.au>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 L: qemu-arm@nongnu.org
951 F: include/hw/*/nrf51*.h
952 F: include/hw/*/microbit*.h
953 F: tests/qtest/microbit-test.c
958 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
960 F: hw/cris/axis_dev88.c
966 M: Richard Henderson <rth@twiddle.net>
967 R: Helge Deller <deller@gmx.de>
969 F: default-configs/hppa-softmmu.mak
971 F: pc-bios/hppa-firmware.img
975 EVR32 and uclinux BSP
976 M: Michael Walle <michael@walle.cc>
978 F: hw/lm32/lm32_boards.c
981 M: Michael Walle <michael@walle.cc>
983 F: hw/lm32/milkymist.c
988 M: Thomas Huth <huth@tuxfamily.org>
994 M: Thomas Huth <huth@tuxfamily.org>
997 F: hw/m68k/mcf_intc.c
998 F: hw/char/mcf_uart.c
1000 F: include/hw/m68k/mcf*.h
1003 M: Thomas Huth <huth@tuxfamily.org>
1006 F: hw/display/next-fb.c
1007 F: include/hw/m68k/next-cube.h
1010 M: Laurent Vivier <laurent@vivier.eu>
1013 F: hw/misc/mac_via.c
1015 F: hw/display/macfb.c
1017 F: hw/m68k/bootinfo.h
1018 F: include/hw/misc/mac_via.h
1019 F: include/hw/nubus/*
1020 F: include/hw/display/macfb.h
1021 F: include/hw/block/swim.h
1025 petalogix_s3adsp1800
1026 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1028 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1029 F: include/hw/char/xilinx_uartlite.h
1032 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1034 F: hw/microblaze/petalogix_ml605_mmu.c
1039 M: Hervé Poussineau <hpoussin@reactos.org>
1040 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1042 F: hw/mips/mips_jazz.c
1043 F: hw/display/jazz_led.c
1047 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1048 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1049 R: Aurelien Jarno <aurelien@aurel32.net>
1053 F: hw/mips/mips_malta.c
1054 F: hw/mips/gt64xxx_pci.c
1055 F: include/hw/southbridge/piix.h
1056 F: tests/acceptance/linux_ssh_mips_malta.py
1057 F: tests/acceptance/machine_mips_malta.py
1060 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1061 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1063 F: hw/mips/mips_mipssim.c
1067 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1068 R: Aurelien Jarno <aurelien@aurel32.net>
1069 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1071 F: hw/mips/mips_r4k.c
1074 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1075 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1077 F: hw/mips/mips_fulong2e.c
1078 F: hw/isa/vt82c686.c
1079 F: hw/pci-host/bonito.c
1080 F: include/hw/isa/vt82c686.h
1083 M: Paul Burton <pburton@wavecomp.com>
1084 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1086 F: hw/core/loader-fit.c
1088 F: hw/pci-host/xilinx-pcie.c
1089 F: include/hw/pci-host/xilinx-pcie.h
1094 M: Jia Liu <proljc@gmail.com>
1096 F: hw/openrisc/openrisc_sim.c
1101 M: David Gibson <david@gibson.dropbear.id.au>
1102 L: qemu-ppc@nongnu.org
1104 F: hw/ppc/ppc405_boards.c
1107 M: David Gibson <david@gibson.dropbear.id.au>
1108 L: qemu-ppc@nongnu.org
1110 F: hw/ppc/ppc440_bamboo.c
1113 M: David Gibson <david@gibson.dropbear.id.au>
1114 L: qemu-ppc@nongnu.org
1117 F: hw/gpio/mpc8xxx.c
1119 F: hw/net/fsl_etsec/
1120 F: hw/pci-host/ppce500.c
1121 F: include/hw/ppc/ppc_e500.h
1122 F: include/hw/pci-host/ppce500.h
1123 F: pc-bios/u-boot.e500
1126 M: David Gibson <david@gibson.dropbear.id.au>
1127 L: qemu-ppc@nongnu.org
1129 F: hw/ppc/mpc8544ds.c
1130 F: hw/ppc/mpc8544_guts.c
1133 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1134 R: David Gibson <david@gibson.dropbear.id.au>
1135 L: qemu-ppc@nongnu.org
1137 F: hw/ppc/mac_newworld.c
1138 F: hw/pci-host/uninorth.c
1139 F: hw/pci-bridge/dec.[hc]
1141 F: hw/misc/mos6522.c
1142 F: hw/nvram/mac_nvram.c
1144 F: include/hw/misc/macio/
1145 F: include/hw/misc/mos6522.h
1146 F: include/hw/ppc/mac_dbdma.h
1147 F: include/hw/pci-host/uninorth.h
1148 F: include/hw/input/adb*
1149 F: pc-bios/qemu_vga.ndrv
1152 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1153 R: David Gibson <david@gibson.dropbear.id.au>
1154 L: qemu-ppc@nongnu.org
1156 F: hw/ppc/mac_oldworld.c
1157 F: hw/pci-host/grackle.c
1159 F: hw/intc/heathrow_pic.c
1161 F: include/hw/intc/heathrow_pic.h
1162 F: include/hw/input/adb*
1163 F: pc-bios/qemu_vga.ndrv
1166 M: Hervé Poussineau <hpoussin@reactos.org>
1167 L: qemu-ppc@nongnu.org
1170 F: hw/ppc/prep_systemio.c
1171 F: hw/ppc/rs6000_mc.c
1172 F: hw/pci-host/prep.[hc]
1176 F: hw/rtc/m48t59-isa.c
1177 F: include/hw/isa/pc87312.h
1178 F: include/hw/rtc/m48t59.h
1179 F: tests/acceptance/ppc_prep_40p.py
1182 M: David Gibson <david@gibson.dropbear.id.au>
1183 L: qemu-ppc@nongnu.org
1186 F: include/hw/*/spapr*
1188 F: include/hw/*/xics*
1190 F: docs/specs/ppc-spapr-hcalls.txt
1191 F: docs/specs/ppc-spapr-hotplug.txt
1192 F: tests/qtest/spapr*
1193 F: tests/qtest/libqos/*spapr*
1194 F: tests/qtest/rtas*
1195 F: tests/qtest/libqos/rtas*
1197 PowerNV (Non-Virtualized)
1198 M: Cédric Le Goater <clg@kaod.org>
1199 M: David Gibson <david@gibson.dropbear.id.au>
1200 L: qemu-ppc@nongnu.org
1204 F: hw/intc/xics_pnv.c
1205 F: include/hw/ppc/pnv*
1206 F: pc-bios/skiboot.lid
1210 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1211 L: qemu-ppc@nongnu.org
1213 F: hw/ppc/virtex_ml507.c
1216 M: BALATON Zoltan <balaton@eik.bme.hu>
1217 L: qemu-ppc@nongnu.org
1219 F: hw/ppc/sam460ex.c
1220 F: hw/ppc/ppc440_pcix.c
1221 F: hw/display/sm501*
1224 F: pc-bios/canyonlands.dt[sb]
1225 F: pc-bios/u-boot-sam460ex-20100605.bin
1226 F: roms/u-boot-sam460ex
1231 M: Magnus Damm <magnus.damm@gmail.com>
1234 F: hw/intc/sh_intc.c
1235 F: hw/timer/sh_timer.c
1238 M: Magnus Damm <magnus.damm@gmail.com>
1245 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1248 F: hw/sparc/sun4m_iommu.c
1251 F: hw/dma/sparc32_dma.c
1252 F: hw/misc/eccmemctl.c
1254 F: include/hw/nvram/sun_nvram.h
1255 F: include/hw/sparc/sparc32_dma.h
1256 F: include/hw/sparc/sun4m_iommu.h
1257 F: pc-bios/openbios-sparc32
1260 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1262 F: hw/sparc64/sun4u.c
1263 F: hw/sparc64/sun4u_iommu.c
1264 F: include/hw/sparc/sun4u_iommu.h
1265 F: hw/pci-host/sabre.c
1266 F: include/hw/pci-host/sabre.h
1267 F: hw/pci-bridge/simba.c
1268 F: include/hw/pci-bridge/simba.h
1269 F: pc-bios/openbios-sparc64
1272 M: Artyom Tarasenko <atar4qemu@gmail.com>
1274 F: hw/sparc64/niagara.c
1275 F: hw/rtc/sun4v-rtc.c
1276 F: include/hw/rtc/sun4v-rtc.h
1279 M: Fabien Chouteau <chouteau@adacore.com>
1280 M: KONRAD Frederic <frederic.konrad@adacore.com>
1284 F: include/hw/*/grlib*
1285 F: tests/acceptance/machine_sparc_leon3.py
1290 M: Cornelia Huck <cohuck@redhat.com>
1291 M: Halil Pasic <pasic@linux.ibm.com>
1292 M: Christian Borntraeger <borntraeger@de.ibm.com>
1294 F: hw/char/sclp*.[hc]
1295 F: hw/char/terminal3270.c
1297 F: include/hw/s390x/
1298 F: hw/watchdog/wdt_diag288.c
1299 F: include/hw/watchdog/wdt_diag288.h
1300 F: default-configs/s390x-softmmu.mak
1301 T: git https://github.com/cohuck/qemu.git s390-next
1302 T: git https://github.com/borntraeger/qemu.git s390-next
1303 L: qemu-s390x@nongnu.org
1306 M: Christian Borntraeger <borntraeger@de.ibm.com>
1307 M: Thomas Huth <thuth@redhat.com>
1310 F: pc-bios/s390-ccw/
1311 F: pc-bios/s390-ccw.img
1312 F: docs/devel/s390-dasd-ipl.rst
1313 T: git https://github.com/borntraeger/qemu.git s390-next
1314 L: qemu-s390x@nongnu.org
1317 M: Matthew Rosato <mjrosato@linux.ibm.com>
1319 F: hw/s390x/s390-pci*
1320 L: qemu-s390x@nongnu.org
1324 PKUnity-3 SoC initramfs-with-busybox
1325 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1333 M: Michael S. Tsirkin <mst@redhat.com>
1334 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1338 F: hw/pci-host/i440fx.c
1339 F: hw/pci-host/q35.c
1340 F: hw/pci-host/pam.c
1341 F: include/hw/pci-host/i440fx.h
1342 F: include/hw/pci-host/q35.h
1343 F: include/hw/pci-host/pam.h
1345 F: hw/isa/lpc_ich9.c
1346 F: hw/i2c/smbus_ich9.c
1349 F: include/hw/acpi/ich9.h
1350 F: include/hw/southbridge/piix.h
1353 F: include/hw/isa/apm.h
1354 F: tests/test-x86-cpuid.c
1355 F: tests/qtest/test-x86-cpuid-compat.c
1358 M: Michael S. Tsirkin <mst@redhat.com>
1359 M: Paolo Bonzini <pbonzini@redhat.com>
1361 F: hw/char/debugcon.c
1362 F: hw/char/parallel*
1365 F: hw/i2c/pm_smbus.c
1370 F: hw/isa/isa-superio.c
1371 F: hw/misc/debugexit.c
1372 F: hw/misc/pc-testdev.c
1375 F: hw/rtc/mc146818rtc*
1376 F: hw/watchdog/wdt_ib700.c
1377 F: hw/watchdog/wdt_i6300esb.c
1378 F: include/hw/display/vga.h
1379 F: include/hw/char/parallel.h
1380 F: include/hw/dma/i8257.h
1381 F: include/hw/i2c/pm_smbus.h
1382 F: include/hw/input/i8042.h
1383 F: include/hw/isa/i8259_internal.h
1384 F: include/hw/isa/superio.h
1385 F: include/hw/timer/hpet.h
1386 F: include/hw/timer/i8254*
1387 F: include/hw/rtc/mc146818rtc*
1390 M: Sergio Lopez <slp@redhat.com>
1391 M: Paolo Bonzini <pbonzini@redhat.com>
1394 F: hw/i386/microvm.c
1395 F: include/hw/i386/microvm.h
1396 F: pc-bios/bios-microvm.bin
1399 M: Eduardo Habkost <ehabkost@redhat.com>
1400 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1403 F: hw/core/machine-qmp-cmds.c
1404 F: hw/core/machine.c
1405 F: hw/core/null-machine.c
1408 F: qapi/machine.json
1409 F: qapi/machine-target.json
1410 F: include/hw/boards.h
1411 F: include/hw/core/cpu.h
1412 F: include/hw/cpu/cluster.h
1413 F: include/sysemu/numa.h
1414 T: git https://github.com/ehabkost/qemu.git machine-next
1419 M: Max Filippov <jcmvbkbc@gmail.com>
1424 M: Max Filippov <jcmvbkbc@gmail.com>
1428 XTFPGA (LX60, LX200, ML605, KC705)
1429 M: Max Filippov <jcmvbkbc@gmail.com>
1431 F: hw/xtensa/xtfpga.c
1432 F: hw/net/opencores_eth.c
1437 M: Jiri Slaby <jslaby@suse.cz>
1442 M: John Snow <jsnow@redhat.com>
1443 L: qemu-block@nongnu.org
1450 F: hw/block/hd-geometry.c
1451 F: tests/qtest/ide-test.c
1452 F: tests/qtest/ahci-test.c
1453 F: tests/qtest/cdrom-test.c
1454 F: tests/qtest/libqos/ahci*
1455 T: git https://github.com/jnsnow/qemu.git ide
1458 M: Corey Minyard <minyard@acm.org>
1460 F: include/hw/ipmi/*
1462 F: hw/smbios/smbios_type_38.c
1463 F: tests/qtest/ipmi*
1464 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1467 M: John Snow <jsnow@redhat.com>
1468 L: qemu-block@nongnu.org
1471 F: include/hw/block/fdc.h
1472 F: tests/qtest/fdc-test.c
1473 T: git https://github.com/jnsnow/qemu.git ide
1476 M: Peter Maydell <peter.maydell@linaro.org>
1477 L: qemu-arm@nongnu.org
1480 F: include/hw/arm/omap.h
1483 M: Alberto Garcia <berto@igalia.com>
1485 F: hw/char/ipoctal232.c
1489 M: Michael S. Tsirkin <mst@redhat.com>
1490 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1493 F: hw/misc/pci-testdev.c
1498 F: default-configs/pci.mak
1501 M: Michael S. Tsirkin <mst@redhat.com>
1502 M: Igor Mammedov <imammedo@redhat.com>
1504 F: include/hw/acpi/*
1505 F: include/hw/firmware/smbios.h
1509 F: hw/i386/acpi-build.[hc]
1510 F: hw/arm/virt-acpi-build.c
1511 F: tests/qtest/bios-tables-test.c
1512 F: tests/qtest/acpi-utils.[hc]
1516 M: David Gibson <david@gibson.dropbear.id.au>
1517 L: qemu-ppc@nongnu.org
1520 F: hw/i2c/ppc4xx_i2c.c
1521 F: include/hw/ppc/ppc4xx.h
1522 F: include/hw/i2c/ppc4xx_i2c.h
1525 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1526 R: Paolo Bonzini <pbonzini@redhat.com>
1531 M: Jason Wang <jasowang@redhat.com>
1535 F: tests/qtest/virtio-net-test.c
1536 F: docs/virtio-net-failover.rst
1537 T: git https://github.com/jasowang/qemu.git net
1539 Parallel NOR Flash devices
1540 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1541 T: git https://gitlab.com/philmd/qemu.git pflash-next
1543 F: hw/block/pflash_cfi*.c
1544 F: include/hw/block/flash.h
1547 M: Paolo Bonzini <pbonzini@redhat.com>
1548 R: Fam Zheng <fam@euphon.net>
1550 F: include/hw/scsi/*
1552 F: tests/qtest/virtio-scsi-test.c
1553 T: git https://github.com/bonzini/qemu.git scsi-next
1556 M: Alistair Francis <alistair@alistair23.me>
1559 F: hw/block/m25p80.c
1560 F: include/hw/ssi/ssi.h
1562 F: tests/qtest/m25p80-test.c
1565 M: Alistair Francis <alistair@alistair23.me>
1570 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1572 F: include/hw/sd/sd*
1579 M: Gerd Hoffmann <kraxel@redhat.com>
1582 F: tests/qtest/usb-*-test.c
1584 F: docs/usb-storage.txt
1587 F: default-configs/usb.mak
1589 USB (serial adapter)
1590 M: Gerd Hoffmann <kraxel@redhat.com>
1591 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1593 F: hw/usb/dev-serial.c
1596 M: Alex Williamson <alex.williamson@redhat.com>
1602 M: Cornelia Huck <cohuck@redhat.com>
1603 M: Eric Farman <farman@linux.ibm.com>
1606 F: hw/s390x/s390-ccw.c
1607 F: include/hw/s390x/s390-ccw.h
1608 F: include/hw/s390x/vfio-ccw.h
1609 T: git https://github.com/cohuck/qemu.git s390-next
1610 L: qemu-s390x@nongnu.org
1613 M: Christian Borntraeger <borntraeger@de.ibm.com>
1614 M: Tony Krowiak <akrowiak@linux.ibm.com>
1615 M: Halil Pasic <pasic@linux.ibm.com>
1616 M: Pierre Morel <pmorel@linux.ibm.com>
1618 F: hw/s390x/ap-device.c
1619 F: hw/s390x/ap-bridge.c
1620 F: include/hw/s390x/ap-device.h
1621 F: include/hw/s390x/ap-bridge.h
1623 F: docs/system/s390x/vfio-ap.rst
1624 L: qemu-s390x@nongnu.org
1627 M: Michael S. Tsirkin <mst@redhat.com>
1630 F: docs/interop/vhost-user.json
1631 F: docs/interop/vhost-user.rst
1632 F: contrib/vhost-user-*/
1633 F: backends/vhost-user.c
1634 F: include/sysemu/vhost-user-backend.h
1637 M: Michael S. Tsirkin <mst@redhat.com>
1640 F: hw/virtio/Makefile.objs
1641 F: hw/virtio/trace-events
1643 F: include/hw/virtio/
1646 M: Michael S. Tsirkin <mst@redhat.com>
1647 M: David Hildenbrand <david@redhat.com>
1649 F: hw/virtio/virtio-balloon*.c
1650 F: include/hw/virtio/virtio-balloon.h
1652 F: include/sysemu/balloon.h
1655 M: Greg Kurz <groug@kaod.org>
1656 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1661 F: docs/interop/virtfs-proxy-helper.rst
1662 F: tests/qtest/virtio-9p-test.c
1663 T: git https://github.com/gkurz/qemu.git 9p-next
1666 M: Stefan Hajnoczi <stefanha@redhat.com>
1667 L: qemu-block@nongnu.org
1669 F: hw/block/virtio-blk.c
1670 F: hw/block/dataplane/*
1671 F: tests/qtest/virtio-blk-test.c
1672 T: git https://github.com/stefanha/qemu.git block
1675 M: Cornelia Huck <cohuck@redhat.com>
1676 M: Halil Pasic <pasic@linux.ibm.com>
1678 F: hw/s390x/virtio-ccw*.[hc]
1679 F: hw/s390x/vhost-vsock-ccw.c
1680 T: git https://github.com/cohuck/qemu.git s390-next
1681 T: git https://github.com/borntraeger/qemu.git s390-next
1682 L: qemu-s390x@nongnu.org
1685 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1686 M: Stefan Hajnoczi <stefanha@redhat.com>
1688 F: tools/virtiofsd/*
1689 F: hw/virtio/vhost-user-fs*
1690 F: include/hw/virtio/vhost-user-fs.h
1691 F: docs/interop/virtiofsd.rst
1694 M: Gerd Hoffmann <kraxel@redhat.com>
1696 F: hw/input/vhost-user-input.c
1697 F: hw/input/virtio-input*.c
1698 F: include/hw/virtio/virtio-input.h
1699 F: contrib/vhost-user-input/*
1702 M: Eric Auger <eric.auger@redhat.com>
1704 F: hw/virtio/virtio-iommu*.c
1705 F: include/hw/virtio/virtio-iommu.h
1708 M: Laurent Vivier <lvivier@redhat.com>
1709 R: Amit Shah <amit@kernel.org>
1711 F: hw/char/virtio-serial-bus.c
1712 F: hw/char/virtio-console.c
1713 F: include/hw/virtio/virtio-serial.h
1714 F: tests/qtest/virtio-serial-test.c
1717 M: Laurent Vivier <lvivier@redhat.com>
1718 R: Amit Shah <amit@kernel.org>
1720 F: hw/virtio/virtio-rng.c
1721 F: include/hw/virtio/virtio-rng.h
1722 F: include/sysemu/rng*.h
1724 F: tests/qtest/virtio-rng-test.c
1727 M: Gonglei <arei.gonglei@huawei.com>
1729 F: hw/virtio/virtio-crypto.c
1730 F: hw/virtio/virtio-crypto-pci.c
1731 F: include/hw/virtio/virtio-crypto.h
1734 M: Keith Busch <keith.busch@intel.com>
1735 L: qemu-block@nongnu.org
1738 F: tests/qtest/nvme-test.c
1741 M: Hannes Reinecke <hare@suse.com>
1742 L: qemu-block@nongnu.org
1744 F: hw/scsi/megasas.c
1746 F: tests/qtest/megasas-test.c
1748 Network packet abstractions
1749 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1751 F: include/net/eth.h
1753 F: hw/net/net_rx_pkt*
1754 F: hw/net/net_tx_pkt*
1757 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1760 F: hw/scsi/vmw_pvscsi*
1761 F: tests/qtest/vmxnet3-test.c
1764 M: Jiri Pirko <jiri@resnulli.us>
1768 F: docs/specs/rocker.txt
1771 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1775 F: include/hw/mem/nvdimm.h
1779 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1784 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1789 M: Stefan Weil <sw@weilnetz.de>
1791 F: hw/net/eepro100.c
1794 M: Sven Schnelle <svens@stackframe.org>
1800 M: Alistair Francis <alistair@alistair23.me>
1802 F: hw/core/generic-loader.c
1803 F: include/hw/core/generic-loader.h
1804 F: docs/generic-loader.txt
1806 Intel Hexadecimal Object File Loader
1807 M: Su Hang <suhang16@mails.ucas.ac.cn>
1809 F: tests/qtest/hexloader-test.c
1810 F: tests/data/hex-loader/test.hex
1813 M: Thomas Huth <thuth@redhat.com>
1815 F: hw/nvram/chrp_nvram.c
1816 F: include/hw/nvram/chrp_nvram.h
1817 F: tests/qtest/prom-env-test.c
1820 M: Ben Warren <ben@skyportsystems.com>
1822 F: hw/acpi/vmgenid.c
1823 F: include/hw/acpi/vmgenid.h
1824 F: docs/specs/vmgenid.txt
1825 F: tests/qtest/vmgenid-test.c
1828 Unimplemented device
1829 M: Peter Maydell <peter.maydell@linaro.org>
1830 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1832 F: include/hw/misc/unimp.h
1836 M: Gerd Hoffmann <kraxel@redhat.com>
1839 F: hw/display/bochs-display.c
1840 F: include/hw/display/vga.h
1841 F: include/hw/display/bochs-vbe.h
1844 M: Gerd Hoffmann <kraxel@redhat.com>
1846 F: hw/display/ramfb*.c
1847 F: include/hw/display/ramfb.h
1850 M: Gerd Hoffmann <kraxel@redhat.com>
1852 F: hw/display/virtio-gpu*
1853 F: hw/display/virtio-vga.*
1854 F: include/hw/virtio/virtio-gpu.h
1857 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1859 F: contrib/vhost-user-blk/
1860 F: contrib/vhost-user-scsi/
1861 F: hw/block/vhost-user-blk.c
1862 F: hw/scsi/vhost-user-scsi.c
1863 F: hw/virtio/vhost-user-blk-pci.c
1864 F: hw/virtio/vhost-user-scsi-pci.c
1865 F: include/hw/virtio/vhost-user-blk.h
1866 F: include/hw/virtio/vhost-user-scsi.h
1869 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1870 M: Gerd Hoffmann <kraxel@redhat.com>
1872 F: docs/interop/vhost-user-gpu.rst
1873 F: contrib/vhost-user-gpu
1874 F: hw/display/vhost-user-*
1877 M: Gerd Hoffmann <kraxel@redhat.com>
1879 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1880 F: hw/display/cirrus*
1883 M: Gerd Hoffmann <kraxel@redhat.com>
1886 F: include/hw/display/edid.h
1889 PIIX4 South Bridge (i82371AB)
1890 M: Hervé Poussineau <hpoussin@reactos.org>
1891 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1894 F: include/hw/southbridge/piix.h
1896 Firmware configuration (fw_cfg)
1897 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1898 R: Laszlo Ersek <lersek@redhat.com>
1899 R: Gerd Hoffmann <kraxel@redhat.com>
1901 F: docs/specs/fw_cfg.txt
1902 F: hw/nvram/fw_cfg.c
1904 F: include/hw/nvram/fw_cfg.h
1905 F: include/standard-headers/linux/qemu_fw_cfg.h
1906 F: tests/qtest/libqos/fw_cfg.c
1907 F: tests/qtest/fw_cfg-test.c
1908 T: git https://github.com/philmd/qemu.git fw_cfg-next
1911 M: David Gibson <david@gibson.dropbear.id.au>
1912 M: Cédric Le Goater <clg@kaod.org>
1913 L: qemu-ppc@nongnu.org
1916 F: include/hw/*/*xive*
1922 M: Gerd Hoffmann <kraxel@redhat.com>
1926 F: include/hw/audio/
1927 F: tests/qtest/ac97-test.c
1928 F: tests/qtest/es1370-test.c
1929 F: tests/qtest/intel-hda-test.c
1932 M: Kevin Wolf <kwolf@redhat.com>
1933 M: Max Reitz <mreitz@redhat.com>
1934 L: qemu-block@nongnu.org
1941 F: docs/interop/qemu-img.rst
1943 F: tests/qemu-iotests/
1944 F: util/qemu-progress.c
1945 F: qobject/block-qdict.c
1946 F: tests/check-block-qdict.c
1947 T: git https://repo.or.cz/qemu/kevin.git block
1950 M: Stefan Hajnoczi <stefanha@redhat.com>
1951 M: Fam Zheng <fam@euphon.net>
1952 L: qemu-block@nongnu.org
1960 F: include/block/aio.h
1961 F: include/block/aio-wait.h
1962 F: scripts/qemugdb/aio.py
1963 T: git https://github.com/stefanha/qemu.git block
1965 Block SCSI subsystem
1966 M: Paolo Bonzini <pbonzini@redhat.com>
1967 R: Fam Zheng <fam@euphon.net>
1968 L: qemu-block@nongnu.org
1974 M: John Snow <jsnow@redhat.com>
1975 L: qemu-block@nongnu.org
1978 F: include/block/blockjob.h
1981 F: include/qemu/job.h
1987 T: git https://github.com/jnsnow/qemu.git jobs
1989 Block QAPI, monitor, command line
1990 M: Markus Armbruster <armbru@redhat.com>
1993 F: blockdev-hmp-cmds.c
1996 F: qapi/transaction.json
1997 T: git https://repo.or.cz/qemu/armbru.git block-next
2000 M: John Snow <jsnow@redhat.com>
2001 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2002 L: qemu-block@nongnu.org
2004 F: include/qemu/hbitmap.h
2005 F: include/block/dirty-bitmap.h
2006 F: block/dirty-bitmap.c
2007 F: block/qcow2-bitmap.c
2008 F: migration/block-dirty-bitmap.c
2010 F: tests/test-hbitmap.c
2011 F: docs/interop/bitmaps.rst
2012 T: git https://github.com/jnsnow/qemu.git bitmaps
2014 Character device backends
2015 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2016 R: Paolo Bonzini <pbonzini@redhat.com>
2022 Character Devices (Braille)
2023 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2027 Command line option argument parsing
2028 M: Markus Armbruster <armbru@redhat.com>
2030 F: include/qemu/option.h
2031 F: tests/test-keyval.c
2032 F: tests/test-qemu-opts.c
2034 F: util/qemu-option.c
2037 M: Markus Armbruster <armbru@redhat.com>
2039 F: scripts/coverity-model.c
2042 M: Alistair Francis <alistair.francis@wdc.com>
2043 R: David Gibson <david@gibson.dropbear.id.au>
2046 F: include/sysemu/device_tree.h
2050 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2052 F: hw/misc/vmcoreinfo.c
2053 F: include/hw/misc/vmcoreinfo.h
2054 F: include/qemu/win_dump_defs
2055 F: include/sysemu/dump-arch.h
2056 F: include/sysemu/dump.h
2058 F: scripts/dump-guest-memory.py
2062 M: Markus Armbruster <armbru@redhat.com>
2064 F: include/qapi/error.h
2065 F: include/qemu/error-report.h
2068 F: util/qemu-error.c
2069 F: scripts/coccinelle/err-bad-newline.cocci
2070 F: scripts/coccinelle/error-use-after-free.cocci
2071 F: scripts/coccinelle/error_propagate_null.cocci
2072 F: scripts/coccinelle/remove_local_err.cocci
2073 F: scripts/coccinelle/use-error_fatal.cocci
2076 M: Alex Bennée <alex.bennee@linaro.org>
2077 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2083 M: Paolo Bonzini <pbonzini@redhat.com>
2085 F: include/exec/ioport.h
2087 F: include/exec/memop.h
2088 F: include/exec/memory.h
2089 F: include/exec/ram_addr.h
2090 F: include/exec/ramblock.h
2092 F: include/exec/memory-internal.h
2094 F: scripts/coccinelle/memory-region-housekeeping.cocci
2097 M: Gerd Hoffmann <kraxel@redhat.com>
2099 F: include/ui/qemu-spice.h
2100 F: include/ui/spice-display.h
2102 F: audio/spiceaudio.c
2105 F: docs/spice-port-fqdn.txt
2108 M: Gerd Hoffmann <kraxel@redhat.com>
2116 M: Peter Maydell <peter.maydell@linaro.org>
2121 M: Paolo Bonzini <pbonzini@redhat.com>
2124 F: include/qemu/main-loop.h
2125 F: include/sysemu/runstate.h
2127 F: util/qemu-timer.c
2130 F: qapi/run-state.json
2133 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2135 F: monitor/monitor-internal.h
2137 F: monitor/monitor.c
2141 F: include/monitor/hmp-target.h
2142 F: tests/qtest/test-hmp.c
2143 F: include/qemu/qemu-print.h
2144 F: util/qemu-print.c
2146 Network device backends
2147 M: Jason Wang <jasowang@redhat.com>
2151 F: qemu-bridge-helper.c
2152 T: git https://github.com/jasowang/qemu.git net
2155 Netmap network backend
2156 M: Luigi Rizzo <rizzo@iet.unipi.it>
2157 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2158 M: Vincenzo Maffione <v.maffione@gmail.com>
2159 W: http://info.iet.unipi.it/~luigi/netmap/
2163 Host Memory Backends
2164 M: Eduardo Habkost <ehabkost@redhat.com>
2165 M: Igor Mammedov <imammedo@redhat.com>
2167 F: backends/hostmem*.c
2168 F: include/sysemu/hostmem.h
2169 T: git https://github.com/ehabkost/qemu.git machine-next
2172 M: Gonglei <arei.gonglei@huawei.com>
2174 F: include/sysemu/cryptodev*.h
2175 F: backends/cryptodev*.c
2178 M: Eduardo Habkost <ehabkost@redhat.com>
2179 M: Cleber Rosa <crosa@redhat.com>
2186 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2188 F: scripts/simplebench/
2191 M: Markus Armbruster <armbru@redhat.com>
2192 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2197 X: include/qapi/qmp/
2198 F: include/qapi/qmp/dispatch.h
2199 F: tests/qapi-schema/
2200 F: tests/test-*-visitor.c
2201 F: tests/test-qapi-*.c
2202 F: tests/test-qmp-*.c
2203 F: tests/test-visitor-serialization.c
2204 F: scripts/qapi-gen.py
2207 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2210 M: Eric Blake <eblake@redhat.com>
2211 M: Markus Armbruster <armbru@redhat.com>
2214 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2217 M: Markus Armbruster <armbru@redhat.com>
2220 F: include/qapi/qmp/
2221 X: include/qapi/qmp/dispatch.h
2222 F: scripts/coccinelle/qobject.cocci
2223 F: tests/check-qdict.c
2224 F: tests/check-qjson.c
2225 F: tests/check-qlist.c
2226 F: tests/check-qlit.c
2227 F: tests/check-qnull.c
2228 F: tests/check-qnum.c
2229 F: tests/check-qobject.c
2230 F: tests/check-qstring.c
2231 F: tests/data/qobject/qdict.txt
2232 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2235 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2238 F: docs/interop/qemu-ga.rst
2239 F: scripts/qemu-guest-agent/
2241 F: docs/interop/qemu-ga-ref.texi
2242 T: git https://github.com/mdroth/qemu.git qga
2245 M: Paolo Bonzini <pbonzini@redhat.com>
2246 R: Daniel P. Berrange <berrange@redhat.com>
2247 R: Eduardo Habkost <ehabkost@redhat.com>
2249 F: docs/qdev-device-use.txt
2252 F: include/monitor/qdev.h
2258 F: tests/check-qom-interface.c
2259 F: tests/check-qom-proplist.c
2260 F: tests/test-qdev-global-props.c
2263 M: Markus Armbruster <armbru@redhat.com>
2265 F: monitor/monitor-internal.h
2268 F: monitor/monitor.c
2270 F: docs/devel/*qmp-*
2271 F: docs/interop/*qmp-*
2273 F: tests/qtest/qmp-test.c
2274 F: tests/qtest/qmp-cmd-test.c
2275 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2278 M: Thomas Huth <thuth@redhat.com>
2279 M: Laurent Vivier <lvivier@redhat.com>
2280 R: Paolo Bonzini <pbonzini@redhat.com>
2287 M: Alexander Bulekov <alxndr@bu.edu>
2288 R: Paolo Bonzini <pbonzini@redhat.com>
2289 R: Bandan Das <bsd@redhat.com>
2290 R: Stefan Hajnoczi <stefanha@redhat.com>
2292 F: tests/qtest/fuzz/
2295 M: Alistair Francis <alistair@alistair23.me>
2297 F: hw/core/register.c
2298 F: include/hw/register.h
2299 F: include/hw/registerfields.h
2302 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2306 F: include/net/slirp.h
2307 T: git https://people.debian.org/~sthibault/qemu.git slirp
2310 M: Paolo Bonzini <pbonzini@redhat.com>
2315 M: Stefan Hajnoczi <stefanha@redhat.com>
2319 F: docs/qemu-option-trace.rst.inc
2320 F: scripts/tracetool.py
2321 F: scripts/tracetool/
2322 F: scripts/qemu-trace-stap*
2323 F: docs/interop/qemu-trace-stap.rst
2324 F: docs/devel/tracing.txt
2325 T: git https://github.com/stefanha/qemu.git tracing
2328 M: Stefan Berger <stefanb@linux.ibm.com>
2333 F: include/hw/acpi/tpm.h
2334 F: include/sysemu/tpm*
2337 F: tests/qtest/*tpm*
2338 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2342 F: scripts/checkpatch.pl
2345 M: Juan Quintela <quintela@redhat.com>
2346 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2348 F: hw/core/vmstate-if.c
2349 F: include/hw/vmstate-if.h
2350 F: include/migration/
2352 F: scripts/vmstate-static-checker.py
2353 F: tests/vmstate-static-checker-data/
2354 F: tests/qtest/migration-test.c
2355 F: docs/devel/migration.rst
2356 F: qapi/migration.json
2359 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2361 F: backends/dbus-vmstate.c
2362 F: tests/dbus-vmstate*
2364 F: include/qemu/dbus.h
2365 F: docs/interop/dbus.rst
2366 F: docs/interop/dbus-vmstate.rst
2369 M: Eduardo Otubo <otubo@redhat.com>
2372 F: include/sysemu/seccomp.h
2375 M: Daniel P. Berrange <berrange@redhat.com>
2379 F: tests/test-crypto-*
2380 F: tests/benchmark-crypto-*
2381 F: tests/crypto-tls-*
2382 F: tests/pkix_asn1_tab.c
2386 M: Stefan Hajnoczi <stefanha@redhat.com>
2387 M: Kevin Wolf <kwolf@redhat.com>
2390 F: include/qemu/coroutine*
2391 F: tests/test-coroutine.c
2394 M: Daniel P. Berrange <berrange@redhat.com>
2397 F: include/qemu/buffer.h
2400 M: Daniel P. Berrange <berrange@redhat.com>
2407 M: Daniel P. Berrange <berrange@redhat.com>
2412 F: tests/test-authz-*
2415 M: Daniel P. Berrange <berrange@redhat.com>
2416 M: Gerd Hoffmann <kraxel@redhat.com>
2418 F: include/qemu/sockets.h
2419 F: util/qemu-sockets.c
2420 F: qapi/sockets.json
2423 M: Daniel P. Berrange <berrange@redhat.com>
2425 F: util/filemonitor*.c
2426 F: include/qemu/filemonitor.h
2427 F: tests/test-util-filemonitor.c
2429 Throttling infrastructure
2430 M: Alberto Garcia <berto@igalia.com>
2432 F: block/throttle-groups.c
2433 F: include/block/throttle-groups.h
2434 F: include/qemu/throttle*.h
2436 F: docs/throttle.txt
2437 F: tests/test-throttle.c
2438 L: qemu-block@nongnu.org
2441 M: Fam Zheng <fam@euphon.net>
2444 F: include/qemu/uuid.h
2445 F: tests/test-uuid.c
2448 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2451 F: include/migration/colo.h
2452 F: include/migration/failover.h
2456 M: Zhang Chen <chen.zhang@intel.com>
2457 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2459 F: docs/colo-proxy.txt
2461 F: net/filter-rewriter.c
2462 F: net/filter-mirror.c
2465 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2466 R: Paolo Bonzini <pbonzini@redhat.com>
2467 W: https://wiki.qemu.org/Features/record-replay
2470 F: block/blkreplay.c
2471 F: net/filter-replay.c
2472 F: include/sysemu/replay.h
2477 M: Peter Xu <peterx@redhat.com>
2479 F: include/qemu/iova-tree.h
2483 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2488 M: Corey Minyard <cminyard@mvista.com>
2491 F: hw/i2c/smbus_slave.c
2492 F: hw/i2c/smbus_master.c
2493 F: hw/i2c/smbus_eeprom.c
2494 F: include/hw/i2c/i2c.h
2495 F: include/hw/i2c/smbus_master.h
2496 F: include/hw/i2c/smbus_slave.h
2497 F: include/hw/i2c/smbus_eeprom.h
2500 M: Laszlo Ersek <lersek@redhat.com>
2501 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2503 F: pc-bios/descriptors/??-edk2-*.json
2505 F: roms/Makefile.edk2
2508 F: tests/data/uefi-boot-images/
2509 F: tests/uefi-test-tools/
2510 F: .gitlab-ci-edk2.yml
2511 F: .gitlab-ci.d/edk2/
2515 Overall usermode emulation
2516 M: Riku Voipio <riku.voipio@iki.fi>
2519 F: accel/tcg/user-exec*.c
2524 F: default-configs/*-bsd-user.mak
2527 M: Riku Voipio <riku.voipio@iki.fi>
2528 R: Laurent Vivier <laurent@vivier.eu>
2531 F: default-configs/*-linux-user.mak
2532 F: scripts/qemu-binfmt-conf.sh
2533 F: scripts/update-syscalltbl.sh
2534 F: scripts/update-mips-syscall-args.sh
2535 F: scripts/gensyscalls.sh
2537 Tiny Code Generator (TCG)
2538 -------------------------
2540 M: Richard Henderson <rth@twiddle.net>
2546 M: Alex Bennée <alex.bennee@linaro.org>
2548 F: docs/devel/tcg-plugins.rst
2553 M: Richard Henderson <richard.henderson@linaro.org>
2555 L: qemu-arm@nongnu.org
2561 M: Andrzej Zaborowski <balrogg@gmail.com>
2563 L: qemu-arm@nongnu.org
2568 M: Richard Henderson <rth@twiddle.net>
2574 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2575 R: Aurelien Jarno <aurelien@aurel32.net>
2576 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2581 M: Richard Henderson <rth@twiddle.net>
2587 M: Palmer Dabbelt <palmer@dabbelt.com>
2588 M: Alistair Francis <Alistair.Francis@wdc.com>
2589 L: qemu-riscv@nongnu.org
2595 M: Richard Henderson <rth@twiddle.net>
2599 L: qemu-s390x@nongnu.org
2607 M: Stefan Weil <sw@weilnetz.de>
2616 M: Fam Zheng <fam@euphon.net>
2617 L: qemu-block@nongnu.org
2622 M: Jason Dillaman <dillaman@redhat.com>
2623 L: qemu-block@nongnu.org
2628 M: Liu Yuan <namei.unix@gmail.com>
2629 L: qemu-block@nongnu.org
2630 L: sheepdog@lists.wpkg.org
2635 M: Jeff Cody <codyprime@gmail.com>
2636 L: qemu-block@nongnu.org
2641 M: Stefan Weil <sw@weilnetz.de>
2642 L: qemu-block@nongnu.org
2647 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2648 M: Paolo Bonzini <pbonzini@redhat.com>
2649 M: Peter Lieven <pl@kamp.de>
2650 L: qemu-block@nongnu.org
2653 F: block/iscsi-opts.c
2655 Network Block Device (NBD)
2656 M: Eric Blake <eblake@redhat.com>
2657 L: qemu-block@nongnu.org
2661 F: include/block/nbd*
2664 F: docs/interop/nbd.txt
2665 F: docs/interop/qemu-nbd.rst
2666 T: git https://repo.or.cz/qemu/ericb.git nbd
2669 M: Peter Lieven <pl@kamp.de>
2670 L: qemu-block@nongnu.org
2675 M: Richard W.M. Jones <rjones@redhat.com>
2676 L: qemu-block@nongnu.org
2681 L: qemu-block@nongnu.org
2686 L: qemu-block@nongnu.org
2687 L: integration@gluster.org
2692 M: Fam Zheng <fam@euphon.net>
2693 L: qemu-block@nongnu.org
2698 M: Fam Zheng <fam@euphon.net>
2699 L: qemu-block@nongnu.org
2704 M: Gonglei <arei.gonglei@huawei.com>
2709 M: Alberto Garcia <berto@igalia.com>
2712 L: qemu-block@nongnu.org
2715 M: Ari Sundholm <ari@tuxera.com>
2716 L: qemu-block@nongnu.org
2718 F: block/blklogwrites.c
2721 M: Stefan Hajnoczi <stefanha@redhat.com>
2722 L: qemu-block@nongnu.org
2724 F: block/blkverify.c
2727 M: Stefan Hajnoczi <stefanha@redhat.com>
2728 L: qemu-block@nongnu.org
2733 M: Stefan Hajnoczi <stefanha@redhat.com>
2734 L: qemu-block@nongnu.org
2739 M: Stefan Hajnoczi <stefanha@redhat.com>
2740 L: qemu-block@nongnu.org
2745 M: Stefan Hajnoczi <stefanha@redhat.com>
2746 M: Denis V. Lunev <den@openvz.org>
2747 L: qemu-block@nongnu.org
2749 F: block/parallels.c
2750 F: docs/interop/parallels.txt
2753 M: Stefan Hajnoczi <stefanha@redhat.com>
2754 L: qemu-block@nongnu.org
2759 M: Kevin Wolf <kwolf@redhat.com>
2760 L: qemu-block@nongnu.org
2762 F: block/linux-aio.c
2763 F: include/block/raw-aio.h
2764 F: block/raw-format.c
2765 F: block/file-posix.c
2766 F: block/file-win32.c
2767 F: block/win32-aio.c
2770 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2771 M: Julia Suvorova <jusual@redhat.com>
2772 M: Stefan Hajnoczi <stefanha@redhat.com>
2773 L: qemu-block@nongnu.org
2779 M: Kevin Wolf <kwolf@redhat.com>
2780 M: Max Reitz <mreitz@redhat.com>
2781 L: qemu-block@nongnu.org
2784 F: docs/interop/qcow2.txt
2787 M: Kevin Wolf <kwolf@redhat.com>
2788 L: qemu-block@nongnu.org
2793 M: Kevin Wolf <kwolf@redhat.com>
2794 M: Max Reitz <mreitz@redhat.com>
2795 L: qemu-block@nongnu.org
2800 M: Kevin Wolf <kwolf@redhat.com>
2801 L: qemu-block@nongnu.org
2806 M: Kevin Wolf <kwolf@redhat.com>
2807 L: qemu-block@nongnu.org
2812 M: Stefan Hajnoczi <stefanha@redhat.com>
2813 L: qemu-block@nongnu.org
2815 F: tests/image-fuzzer/
2818 M: Wen Congyang <wencongyang2@huawei.com>
2819 M: Xie Changlong <xiechanglong.d@gmail.com>
2822 F: block/replication.c
2823 F: tests/test-replication.c
2824 F: docs/block-replication.txt
2827 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2828 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2833 F: contrib/rdmacm-mux/*
2837 M: Alex Bennée <alex.bennee@linaro.org>
2840 F: include/hw/semihosting/
2842 Build and test automation
2843 -------------------------
2844 Build and test automation
2845 M: Alex Bennée <alex.bennee@linaro.org>
2846 M: Fam Zheng <fam@euphon.net>
2847 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2849 F: .github/lockdown.yml
2855 F: scripts/archive-source.sh
2856 W: https://travis-ci.org/qemu/qemu
2857 W: https://app.shippable.com/github/qemu/qemu
2858 W: http://patchew.org/QEMU/
2860 FreeBSD Hosted Continuous Integration
2861 M: Ed Maste <emaste@freebsd.org>
2862 M: Li-Wen Hsu <lwhsu@freebsd.org>
2865 W: https://cirrus-ci.com/github/qemu/qemu
2867 GitLab Continuous Integration
2868 M: Thomas Huth <thuth@redhat.com>
2872 Guest Test Compilation Support
2873 M: Alex Bennée <alex.bennee@linaro.org>
2874 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2876 F: tests/tcg/Makefile
2877 F: tests/tcg/Makefile.include
2881 Build system architecture
2882 M: Daniel P. Berrange <berrange@redhat.com>
2884 F: docs/devel/build-system.txt
2886 GIT Data Mining Config
2887 M: Alex Bennée <alex.bennee@linaro.org>
2892 Incompatible changes
2893 R: libvir-list@redhat.com
2894 F: docs/system/deprecated.rst
2899 M: Daniel P. Berrange <berrange@redhat.com>
2901 F: scripts/git-submodule.sh
2904 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2907 Sphinx documentation configuration and build machinery
2908 M: Peter Maydell <peter.maydell@linaro.org>