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
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
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
109 Guest CPU cores (TCG):
110 ----------------------
112 L: qemu-devel@nongnu.org
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
119 F: accel/stubs/tcg-stub.c
120 F: include/exec/cpu*.h
121 F: include/exec/exec-all.h
122 F: include/exec/helper*.h
123 F: include/exec/tb-hash.h
124 F: include/sysemu/cpus.h
127 M: Aurelien Jarno <aurelien@aurel32.net>
128 M: Peter Maydell <peter.maydell@linaro.org>
129 M: Alex Bennée <alex.bennee@linaro.org>
136 M: Richard Henderson <rth@twiddle.net>
143 M: Peter Maydell <peter.maydell@linaro.org>
144 L: qemu-arm@nongnu.org
148 F: tests/tcg/aarch64/
151 F: include/hw/cpu/a*mpcore.h
157 M: Eric Auger <eric.auger@redhat.com>
158 L: qemu-arm@nongnu.org
161 F: include/hw/arm/smmu*
164 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
173 M: Richard Henderson <rth@twiddle.net>
180 M: Michael Walle <michael@walle.cc>
187 F: include/hw/display/milkymist_tmu2.h
188 F: include/hw/char/lm32_juart.h
193 M: Laurent Vivier <laurent@vivier.eu>
199 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
201 F: target/microblaze/
203 F: disas/microblaze.c
206 M: Aurelien Jarno <aurelien@aurel32.net>
207 M: Aleksandar Markovic <amarkovic@wavecomp.com>
208 R: Aleksandar Rikalo <arikalo@wavecomp.com>
211 F: default-configs/*mips*
213 F: disas/nanomips.cpp
215 F: hw/intc/mips_gic.c
218 F: hw/timer/mips_gictimer.c
219 F: include/hw/intc/mips_gic.h
221 F: include/hw/misc/mips_*
222 F: include/hw/timer/mips_gictimer.h
224 K: ^Subject:.*(?i)mips
227 M: Anthony Green <green@moxielogic.com>
232 F: default-configs/moxie-softmmu.mak
235 M: Chris Wulff <crwulff@gmail.com>
236 M: Marek Vasut <marex@denx.de>
240 F: hw/intc/nios2_iic.c
242 F: default-configs/nios2-softmmu.mak
245 M: Stafford Horne <shorne@gmail.com>
249 F: tests/tcg/openrisc/
252 M: David Gibson <david@gibson.dropbear.id.au>
253 L: qemu-ppc@nongnu.org
261 M: Palmer Dabbelt <palmer@sifive.com>
262 M: Alistair Francis <Alistair.Francis@wdc.com>
263 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
264 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
265 L: qemu-riscv@nongnu.org
270 F: linux-user/host/riscv32/
271 F: linux-user/host/riscv64/
274 M: Richard Henderson <rth@twiddle.net>
275 M: David Hildenbrand <david@redhat.com>
281 L: qemu-s390x@nongnu.org
284 M: Aurelien Jarno <aurelien@aurel32.net>
292 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
293 M: Artyom Tarasenko <atar4qemu@gmail.com>
298 F: include/hw/sparc/sparc64.h
302 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
306 F: include/hw/unicore32/
309 M: Paolo Bonzini <pbonzini@redhat.com>
310 M: Richard Henderson <rth@twiddle.net>
311 M: Eduardo Habkost <ehabkost@redhat.com>
318 F: docs/qemu-cpu-models.texi
319 T: git https://github.com/ehabkost/qemu.git x86-next
322 M: Max Filippov <jcmvbkbc@gmail.com>
323 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
329 F: include/hw/xtensa/xtensa-isa.h
330 F: default-configs/xtensa*.mak
333 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
337 F: include/hw/tricore/
339 Multiarch Linux User Tests
340 M: Alex Bennée <alex.bennee@linaro.org>
341 F: tests/tcg/multiarch/
343 Guest CPU Cores (KVM):
344 ----------------------
347 M: Paolo Bonzini <pbonzini@redhat.com>
348 L: kvm@vger.kernel.org
352 F: accel/stubs/kvm-stub.c
354 F: include/sysemu/kvm*.h
355 F: scripts/kvm/kvm_flightrecorder
358 M: Peter Maydell <peter.maydell@linaro.org>
359 L: qemu-arm@nongnu.org
364 M: James Hogan <jhogan@kernel.org>
365 R: Aleksandar Rikalo <arikalo@wavecomp.com>
370 M: David Gibson <david@gibson.dropbear.id.au>
375 M: Halil Pasic <pasic@linux.ibm.com>
376 M: Cornelia Huck <cohuck@redhat.com>
377 M: Christian Borntraeger <borntraeger@de.ibm.com>
379 F: target/s390x/kvm.c
380 F: target/s390x/kvm_s390x.h
381 F: target/s390x/kvm-stub.c
382 F: target/s390x/ioinst.[ch]
383 F: target/s390x/machine.c
384 F: target/s390x/sigp.c
385 F: hw/intc/s390_flic.c
386 F: hw/intc/s390_flic_kvm.c
387 F: include/hw/s390x/s390_flic.h
389 T: git https://github.com/cohuck/qemu.git s390-next
390 T: git https://github.com/borntraeger/qemu.git s390-next
391 L: qemu-s390x@nongnu.org
394 M: Paolo Bonzini <pbonzini@redhat.com>
395 M: Marcelo Tosatti <mtosatti@redhat.com>
396 L: kvm@vger.kernel.org
399 F: scripts/kvm/vmxcap
401 Guest CPU Cores (Xen):
402 ----------------------
405 M: Stefano Stabellini <sstabellini@kernel.org>
406 M: Anthony Perard <anthony.perard@citrix.com>
407 M: Paul Durrant <paul.durrant@citrix.com>
408 L: xen-devel@lists.xenproject.org
411 F: hw/9pfs/xen-9p-backend.c
412 F: hw/char/xen_console.c
413 F: hw/display/xenfb.c
416 F: hw/block/dataplane/xen*
420 F: include/hw/block/dataplane/xen*
422 F: include/sysemu/xen-mapcache.h
428 L: qemu-devel@nongnu.org
434 L: qemu-devel@nongnu.org
439 L: qemu-devel@nongnu.org
440 M: Kamil Rytarowski <kamil@netbsd.org>
442 K: ^Subject:.*(?i)NetBSD
445 L: qemu-devel@nongnu.org
446 M: Brad Smith <brad@comstyle.com>
448 K: ^Subject:.*(?i)OpenBSD
451 L: qemu-devel@nongnu.org
452 M: Stefan Weil <sw@weilnetz.de>
461 M: Richard Henderson <rth@twiddle.net>
464 F: hw/isa/smc37c669-superio.c
469 M: Beniamino Galvani <b.galvani@gmail.com>
470 M: Peter Maydell <peter.maydell@linaro.org>
471 L: qemu-arm@nongnu.org
474 F: include/hw/*/allwinner*
475 F: hw/arm/cubieboard.c
477 ARM PrimeCell and CMSDK devices
478 M: Peter Maydell <peter.maydell@linaro.org>
479 L: qemu-arm@nongnu.org
482 F: include/hw/char/pl011.h
485 F: include/hw/dma/pl080.h
492 F: include/hw/ssi/pl022.h
494 F: include/hw/arm/primecell.h
495 F: hw/timer/cmsdk-apb-timer.c
496 F: include/hw/timer/cmsdk-apb-timer.h
497 F: hw/timer/cmsdk-apb-dualtimer.c
498 F: include/hw/timer/cmsdk-apb-dualtimer.h
499 F: hw/char/cmsdk-apb-uart.c
500 F: include/hw/char/cmsdk-apb-uart.h
501 F: hw/watchdog/cmsdk-apb-watchdog.c
502 F: include/hw/watchdog/cmsdk-apb-watchdog.h
504 F: include/hw/misc/tz-ppc.h
506 F: include/hw/misc/tz-mpc.h
508 F: include/hw/misc/tz-msc.h
511 M: Peter Maydell <peter.maydell@linaro.org>
512 L: qemu-arm@nongnu.org
515 F: hw/intc/gic_internal.h
517 F: hw/misc/arm11scu.c
518 F: hw/misc/arm_l2x0.c
519 F: hw/timer/a9gtimer*
521 F: include/hw/arm/arm*.h
522 F: include/hw/intc/arm*
523 F: include/hw/misc/a9scu.h
524 F: include/hw/misc/arm11scu.h
525 F: include/hw/timer/a9gtimer.h
526 F: include/hw/timer/arm_mptimer.h
527 F: include/hw/timer/armv7m_systick.h
528 F: tests/test-arm-mptimer.c
531 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
532 M: Peter Maydell <peter.maydell@linaro.org>
533 L: qemu-arm@nongnu.org
536 F: include/hw/arm/exynos4210.h
539 M: Rob Herring <robh@kernel.org>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
547 M: Antony Pavlov <antonynpavlov@gmail.com>
548 M: Peter Maydell <peter.maydell@linaro.org>
549 L: qemu-arm@nongnu.org
551 F: include/hw/arm/digic.h
553 F: include/hw/*/digic*
556 M: Peter Maydell <peter.maydell@linaro.org>
557 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
558 L: qemu-devel@nongnu.org
559 L: qemu-arm@nongnu.org
564 M: Peter Maydell <peter.maydell@linaro.org>
565 R: Jean-Christophe Dubois <jcd@tribudubois.net>
566 L: qemu-arm@nongnu.org
568 F: hw/arm/fsl-imx25.c
569 F: hw/arm/imx25_pdk.c
570 F: hw/misc/imx25_ccm.c
571 F: include/hw/arm/fsl-imx25.h
572 F: include/hw/misc/imx25_ccm.h
575 M: Peter Chubb <peter.chubb@nicta.com.au>
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
582 F: include/hw/*/imx_*
583 F: include/hw/*/*imx31*
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
589 F: hw/arm/integratorcp.c
590 F: hw/misc/arm_integrator_debug.c
591 F: include/hw/misc/arm_integrator_debug.h
593 MCIMX6UL EVK / i.MX6ul
594 M: Peter Maydell <peter.maydell@linaro.org>
595 R: Jean-Christophe Dubois <jcd@tribudubois.net>
596 L: qemu-arm@nongnu.org
598 F: hw/arm/mcimx6ul-evk.c
599 F: hw/arm/fsl-imx6ul.c
600 F: hw/misc/imx6ul_ccm.c
601 F: include/hw/arm/fsl-imx6ul.h
602 F: include/hw/misc/imx6ul_ccm.h
604 MCIMX7D SABRE / i.MX7
605 M: Peter Maydell <peter.maydell@linaro.org>
606 R: Andrey Smirnov <andrew.smirnov@gmail.com>
607 L: qemu-arm@nongnu.org
609 F: hw/arm/mcimx7d-sabre.c
612 F: include/hw/arm/fsl-imx7.h
613 F: include/hw/misc/imx7_*.h
614 F: hw/pci-host/designware.c
615 F: include/hw/pci-host/designware.h
618 M: Peter Maydell <peter.maydell@linaro.org>
619 L: qemu-arm@nongnu.org
624 F: include/hw/misc/mps2-*.h
626 F: include/hw/arm/armsse.h
627 F: hw/misc/iotkit-secctl.c
628 F: include/hw/misc/iotkit-secctl.h
629 F: hw/misc/iotkit-sysctl.c
630 F: include/hw/misc/iotkit-sysctl.h
631 F: hw/misc/iotkit-sysinfo.c
632 F: include/hw/misc/iotkit-sysinfo.h
633 F: hw/misc/armsse-cpuid.c
634 F: include/hw/misc/armsse-cpuid.h
637 M: Jan Kiszka <jan.kiszka@web.de>
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
644 M: Andrzej Zaborowski <balrogg@gmail.com>
645 M: Peter Maydell <peter.maydell@linaro.org>
646 L: qemu-arm@nongnu.org
650 F: hw/input/tsc2005.c
652 F: hw/timer/twl92230.c
655 M: Andrzej Zaborowski <balrogg@gmail.com>
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
660 F: hw/input/tsc210x.c
663 M: Peter Maydell <peter.maydell@linaro.org>
664 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
665 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
666 L: qemu-arm@nongnu.org
669 F: hw/arm/raspi_platform.h
671 F: include/hw/arm/raspi*
672 F: include/hw/*/bcm283*
675 M: Peter Maydell <peter.maydell@linaro.org>
676 L: qemu-arm@nongnu.org
679 F: hw/cpu/realview_mpcore.c
680 F: hw/intc/realview_gic.c
681 F: include/hw/intc/realview_gic.h
684 M: Andrzej Zaborowski <balrogg@gmail.com>
685 M: Peter Maydell <peter.maydell@linaro.org>
686 L: qemu-arm@nongnu.org
688 F: hw/arm/mainstone.c
693 F: hw/display/tc6393xb.c
696 F: hw/misc/mst_fpga.c
698 F: include/hw/arm/pxa.h
699 F: include/hw/arm/sharpsl.h
702 M: Peter Maydell <peter.maydell@linaro.org>
703 R: Jean-Christophe Dubois <jcd@tribudubois.net>
704 L: qemu-arm@nongnu.org
706 F: hw/arm/sabrelite.c
710 F: include/hw/arm/fsl-imx6.h
711 F: include/hw/misc/imx6_*.h
712 F: include/hw/ssi/imx_spi.h
714 Sharp SL-5500 (Collie) PDA
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
728 M: Peter Maydell <peter.maydell@linaro.org>
729 L: qemu-arm@nongnu.org
734 M: Peter Maydell <peter.maydell@linaro.org>
735 L: qemu-arm@nongnu.org
738 F: hw/misc/arm_sysctl.c
741 M: Peter Maydell <peter.maydell@linaro.org>
742 L: qemu-arm@nongnu.org
745 F: include/hw/arm/virt.h
748 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
749 M: Alistair Francis <alistair@alistair23.me>
750 M: Peter Maydell <peter.maydell@linaro.org>
751 L: qemu-arm@nongnu.org
756 F: include/hw/misc/zynq*
760 M: Alistair Francis <alistair@alistair23.me>
761 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
762 M: Peter Maydell <peter.maydell@linaro.org>
763 L: qemu-arm@nongnu.org
766 F: include/hw/*/xlnx*.h
767 F: include/hw/ssi/xilinx_spips.h
769 F: include/hw/display/dpcd.h
772 M: Shannon Zhao <shannon.zhaosl@gmail.com>
773 L: qemu-arm@nongnu.org
775 F: hw/arm/virt-acpi-build.c
778 M: Alistair Francis <alistair@alistair23.me>
779 M: Peter Maydell <peter.maydell@linaro.org>
781 F: hw/arm/stm32f205_soc.c
782 F: hw/misc/stm32f2xx_syscfg.c
783 F: hw/char/stm32f2xx_usart.c
784 F: hw/timer/stm32f2xx_timer.c
786 F: hw/ssi/stm32f2xx_spi.c
787 F: include/hw/*/stm32*.h
790 M: Alistair Francis <alistair@alistair23.me>
791 M: Peter Maydell <peter.maydell@linaro.org>
793 F: hw/arm/netduino2.c
796 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
797 M: Peter Maydell <peter.maydell@linaro.org>
800 F: hw/misc/msf2-sysreg.c
801 F: hw/timer/mss-timer.c
803 F: include/hw/arm/msf2-soc.h
804 F: include/hw/misc/msf2-sysreg.h
805 F: include/hw/timer/mss-timer.h
806 F: include/hw/ssi/mss-spi.h
809 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
810 M: Peter Maydell <peter.maydell@linaro.org>
815 M: Cédric Le Goater <clg@kaod.org>
816 M: Peter Maydell <peter.maydell@linaro.org>
817 R: Andrew Jeffery <andrew@aj.id.au>
818 R: Joel Stanley <joel@jms.id.au>
819 L: qemu-arm@nongnu.org
823 F: include/hw/*/*aspeed*
824 F: include/hw/misc/pca9552*.h
825 F: hw/net/ftgmac100.c
826 F: include/hw/net/ftgmac100.h
829 M: Joel Stanley <joel@jms.id.au>
830 M: Peter Maydell <peter.maydell@linaro.org>
831 L: qemu-arm@nongnu.org
835 F: include/hw/*/nrf51*.h
836 F: include/hw/*/microbit*.h
837 F: tests/microbit-test.c
842 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
844 F: hw/cris/axis_dev88.c
849 EVR32 and uclinux BSP
850 M: Michael Walle <michael@walle.cc>
852 F: hw/lm32/lm32_boards.c
855 M: Michael Walle <michael@walle.cc>
857 F: hw/lm32/milkymist.c
862 M: Thomas Huth <huth@tuxfamily.org>
868 M: Thomas Huth <huth@tuxfamily.org>
871 F: hw/m68k/mcf_intc.c
872 F: hw/char/mcf_uart.c
874 F: include/hw/m68k/mcf*.h
879 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
881 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
882 F: include/hw/char/xilinx_uartlite.h
885 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 F: hw/microblaze/petalogix_ml605_mmu.c
892 M: Hervé Poussineau <hpoussin@reactos.org>
893 R: Aleksandar Rikalo <arikalo@wavecomp.com>
895 F: hw/mips/mips_jazz.c
896 F: hw/display/jazz_led.c
900 M: Aurelien Jarno <aurelien@aurel32.net>
901 R: Aleksandar Rikalo <arikalo@wavecomp.com>
903 F: hw/mips/mips_malta.c
906 M: Aleksandar Markovic <amarkovic@wavecomp.com>
907 R: Aleksandar Rikalo <arikalo@wavecomp.com>
909 F: hw/mips/mips_mipssim.c
913 M: Aurelien Jarno <aurelien@aurel32.net>
914 R: Aleksandar Rikalo <arikalo@wavecomp.com>
916 F: hw/mips/mips_r4k.c
919 M: Aleksandar Markovic <amarkovic@wavecomp.com>
920 R: Aleksandar Rikalo <arikalo@wavecomp.com>
922 F: hw/mips/mips_fulong2e.c
924 F: hw/pci-host/bonito.c
925 F: include/hw/isa/vt82c686.h
928 M: Paul Burton <pburton@wavecomp.com>
929 R: Aleksandar Rikalo <arikalo@wavecomp.com>
931 F: hw/core/loader-fit.c
933 F: hw/pci-host/xilinx-pcie.c
934 F: include/hw/pci-host/xilinx-pcie.h
939 M: Jia Liu <proljc@gmail.com>
941 F: hw/openrisc/openrisc_sim.c
946 M: David Gibson <david@gibson.dropbear.id.au>
947 L: qemu-ppc@nongnu.org
949 F: hw/ppc/ppc405_boards.c
952 M: David Gibson <david@gibson.dropbear.id.au>
953 L: qemu-ppc@nongnu.org
955 F: hw/ppc/ppc440_bamboo.c
958 M: David Gibson <david@gibson.dropbear.id.au>
959 L: qemu-ppc@nongnu.org
964 F: hw/pci-host/ppce500.c
965 F: include/hw/ppc/ppc_e500.h
966 F: include/hw/pci-host/ppce500.h
967 F: pc-bios/u-boot.e500
970 M: David Gibson <david@gibson.dropbear.id.au>
971 L: qemu-ppc@nongnu.org
973 F: hw/ppc/mpc8544ds.c
974 F: hw/ppc/mpc8544_guts.c
977 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
978 R: David Gibson <david@gibson.dropbear.id.au>
979 L: qemu-ppc@nongnu.org
981 F: hw/ppc/mac_newworld.c
982 F: hw/pci-host/uninorth.c
983 F: hw/pci-bridge/dec.[hc]
986 F: hw/nvram/mac_nvram.c
988 F: include/hw/misc/macio/
989 F: include/hw/misc/mos6522.h
990 F: include/hw/ppc/mac_dbdma.h
991 F: include/hw/pci-host/uninorth.h
992 F: include/hw/input/adb*
993 F: pc-bios/qemu_vga.ndrv
996 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
997 R: David Gibson <david@gibson.dropbear.id.au>
998 L: qemu-ppc@nongnu.org
1000 F: hw/ppc/mac_oldworld.c
1001 F: hw/pci-host/grackle.c
1003 F: hw/intc/heathrow_pic.c
1005 F: include/hw/intc/heathrow_pic.h
1006 F: include/hw/input/adb*
1007 F: pc-bios/qemu_vga.ndrv
1010 M: Hervé Poussineau <hpoussin@reactos.org>
1011 L: qemu-devel@nongnu.org
1012 L: qemu-ppc@nongnu.org
1015 F: hw/ppc/prep_systemio.c
1016 F: hw/ppc/rs6000_mc.c
1017 F: hw/pci-host/prep.[hc]
1021 F: hw/timer/m48t59-isa.c
1022 F: include/hw/isa/pc87312.h
1023 F: include/hw/timer/m48t59.h
1024 F: pc-bios/ppc_rom.bin
1027 M: David Gibson <david@gibson.dropbear.id.au>
1028 L: qemu-ppc@nongnu.org
1031 F: include/hw/*/spapr*
1033 F: include/hw/*/xics*
1034 F: pc-bios/spapr-rtas/*
1035 F: pc-bios/spapr-rtas.bin
1037 F: pc-bios/skiboot.lid
1038 F: docs/specs/ppc-spapr-hcalls.txt
1039 F: docs/specs/ppc-spapr-hotplug.txt
1041 F: tests/libqos/*spapr*
1043 F: tests/libqos/rtas*
1046 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1047 L: qemu-ppc@nongnu.org
1049 F: hw/ppc/virtex_ml507.c
1052 M: BALATON Zoltan <balaton@eik.bme.hu>
1053 L: qemu-ppc@nongnu.org
1055 F: hw/ppc/sam460ex.c
1056 F: hw/ppc/ppc440_pcix.c
1057 F: hw/display/sm501*
1059 F: hw/timer/m41t80.c
1060 F: pc-bios/canyonlands.dt[sb]
1061 F: pc-bios/u-boot-sam460ex-20100605.bin
1062 F: roms/u-boot-sam460ex
1067 M: Magnus Damm <magnus.damm@gmail.com>
1070 F: hw/intc/sh_intc.c
1071 F: hw/timer/sh_timer.c
1074 M: Magnus Damm <magnus.damm@gmail.com>
1081 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1084 F: hw/sparc/sun4m_iommu.c
1085 F: hw/dma/sparc32_dma.c
1086 F: hw/misc/eccmemctl.c
1087 F: hw/misc/slavio_misc.c
1088 F: include/hw/sparc/sparc32_dma.h
1089 F: pc-bios/openbios-sparc32
1090 F: include/hw/sparc/sun4m_iommu.h
1093 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1095 F: hw/sparc64/sun4u.c
1096 F: pc-bios/openbios-sparc64
1097 F: hw/pci-host/sabre.c
1098 F: include/hw/pci-host/sabre.h
1101 M: Artyom Tarasenko <atar4qemu@gmail.com>
1103 F: hw/sparc64/niagara.c
1104 F: hw/timer/sun4v-rtc.c
1105 F: include/hw/timer/sun4v-rtc.h
1108 M: Fabien Chouteau <chouteau@adacore.com>
1112 F: include/hw/sparc/grlib.h
1117 M: Cornelia Huck <cohuck@redhat.com>
1118 M: Halil Pasic <pasic@linux.ibm.com>
1119 M: Christian Borntraeger <borntraeger@de.ibm.com>
1121 F: hw/char/sclp*.[hc]
1122 F: hw/char/terminal3270.c
1124 F: include/hw/s390x/
1125 F: hw/watchdog/wdt_diag288.c
1126 F: include/hw/watchdog/wdt_diag288.h
1127 F: default-configs/s390x-softmmu.mak
1128 T: git https://github.com/cohuck/qemu.git s390-next
1129 T: git https://github.com/borntraeger/qemu.git s390-next
1130 L: qemu-s390x@nongnu.org
1133 M: Christian Borntraeger <borntraeger@de.ibm.com>
1134 M: Thomas Huth <thuth@redhat.com>
1137 F: pc-bios/s390-ccw/
1138 F: pc-bios/s390-ccw.img
1139 T: git https://github.com/borntraeger/qemu.git s390-next
1140 L: qemu-s390x@nongnu.org
1143 M: Collin Walling <walling@linux.ibm.com>
1145 F: hw/s390x/s390-pci*
1146 L: qemu-s390x@nongnu.org
1150 PKUnity-3 SoC initramfs-with-busybox
1151 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1159 M: Michael S. Tsirkin <mst@redhat.com>
1160 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1164 F: hw/pci-host/piix.c
1165 F: hw/pci-host/q35.c
1166 F: hw/pci-host/pam.c
1167 F: include/hw/pci-host/q35.h
1168 F: include/hw/pci-host/pam.h
1170 F: hw/isa/lpc_ich9.c
1171 F: hw/i2c/smbus_ich9.c
1174 F: include/hw/acpi/ich9.h
1175 F: include/hw/acpi/piix4.h
1179 M: Michael S. Tsirkin <mst@redhat.com>
1180 M: Paolo Bonzini <pbonzini@redhat.com>
1182 F: hw/char/debugcon.c
1183 F: hw/char/parallel*
1186 F: hw/i2c/pm_smbus.c
1191 F: hw/isa/isa-superio.c
1192 F: hw/misc/debugexit.c
1193 F: hw/misc/pc-testdev.c
1196 F: hw/timer/mc146818rtc*
1197 F: hw/watchdog/wdt_ib700.c
1198 F: hw/watchdog/wdt_i6300esb.c
1199 F: include/hw/display/vga.h
1200 F: include/hw/char/parallel.h
1201 F: include/hw/dma/i8257.h
1202 F: include/hw/i2c/pm_smbus.h
1203 F: include/hw/input/i8042.h
1204 F: include/hw/isa/i8259_internal.h
1205 F: include/hw/isa/superio.h
1206 F: include/hw/timer/hpet.h
1207 F: include/hw/timer/i8254*
1208 F: include/hw/timer/mc146818rtc*
1211 M: Eduardo Habkost <ehabkost@redhat.com>
1212 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1214 F: hw/core/machine.c
1215 F: hw/core/null-machine.c
1217 F: include/hw/boards.h
1218 F: include/hw/cpu/cluster.h
1219 T: git https://github.com/ehabkost/qemu.git machine-next
1224 M: Max Filippov <jcmvbkbc@gmail.com>
1228 XTFPGA (LX60, LX200, ML605, KC705)
1229 M: Max Filippov <jcmvbkbc@gmail.com>
1231 F: hw/xtensa/xtfpga.c
1232 F: hw/net/opencores_eth.c
1237 M: Jiri Slaby <jslaby@suse.cz>
1242 M: John Snow <jsnow@redhat.com>
1243 L: qemu-block@nongnu.org
1250 F: hw/block/hd-geometry.c
1252 F: tests/ahci-test.c
1253 F: tests/cdrom-test.c
1254 F: tests/libqos/ahci*
1255 T: git https://github.com/jnsnow/qemu.git ide
1258 M: Corey Minyard <minyard@acm.org>
1260 F: include/hw/ipmi/*
1262 F: hw/smbios/smbios_type_38.c
1264 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1267 M: John Snow <jsnow@redhat.com>
1268 L: qemu-block@nongnu.org
1271 F: include/hw/block/fdc.h
1273 T: git https://github.com/jnsnow/qemu.git ide
1276 M: Peter Maydell <peter.maydell@linaro.org>
1279 F: include/hw/arm/omap.h
1282 M: Alberto Garcia <berto@igalia.com>
1284 F: hw/char/ipoctal232.c
1288 M: Michael S. Tsirkin <mst@redhat.com>
1289 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1292 F: hw/misc/pci-testdev.c
1297 F: default-configs/pci.mak
1300 M: Michael S. Tsirkin <mst@redhat.com>
1301 M: Igor Mammedov <imammedo@redhat.com>
1303 F: include/hw/acpi/*
1304 F: include/hw/firmware/smbios.h
1308 F: hw/i386/acpi-build.[hc]
1309 F: hw/arm/virt-acpi-build.c
1310 F: tests/bios-tables-test.c
1311 F: tests/acpi-utils.[hc]
1315 M: David Gibson <david@gibson.dropbear.id.au>
1316 L: qemu-ppc@nongnu.org
1319 F: hw/i2c/ppc4xx_i2c.c
1320 F: include/hw/ppc/ppc4xx.h
1321 F: include/hw/i2c/ppc4xx_i2c.h
1324 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1325 R: Paolo Bonzini <pbonzini@redhat.com>
1330 M: Jason Wang <jasowang@redhat.com>
1334 F: tests/virtio-net-test.c
1335 T: git https://github.com/jasowang/qemu.git net
1338 M: Paolo Bonzini <pbonzini@redhat.com>
1339 R: Fam Zheng <fam@euphon.net>
1341 F: include/hw/scsi/*
1343 F: tests/virtio-scsi-test.c
1344 T: git https://github.com/bonzini/qemu.git scsi-next
1347 M: Alistair Francis <alistair@alistair23.me>
1350 F: hw/block/m25p80.c
1351 F: include/hw/ssi/ssi.h
1353 F: tests/m25p80-test.c
1356 M: Alistair Francis <alistair@alistair23.me>
1361 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1363 F: include/hw/sd/sd*
1369 M: Gerd Hoffmann <kraxel@redhat.com>
1372 F: tests/usb-*-test.c
1374 F: docs/usb-storage.txt
1377 F: default-configs/usb.mak
1379 USB (serial adapter)
1380 M: Gerd Hoffmann <kraxel@redhat.com>
1381 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1383 F: hw/usb/dev-serial.c
1386 M: Alex Williamson <alex.williamson@redhat.com>
1392 M: Cornelia Huck <cohuck@redhat.com>
1393 M: Eric Farman <farman@linux.ibm.com>
1394 M: Farhan Ali <alifm@linux.ibm.com>
1397 F: hw/s390x/s390-ccw.c
1398 F: include/hw/s390x/s390-ccw.h
1399 T: git https://github.com/cohuck/qemu.git s390-next
1400 L: qemu-s390x@nongnu.org
1403 M: Christian Borntraeger <borntraeger@de.ibm.com>
1404 M: Tony Krowiak <akrowiak@linux.ibm.com>
1405 M: Halil Pasic <pasic@linux.ibm.com>
1406 M: Pierre Morel <pmorel@linux.ibm.com>
1408 F: hw/s390x/ap-device.c
1409 F: hw/s390x/ap-bridge.c
1410 F: include/hw/s390x/ap-device.h
1411 F: include/hw/s390x/ap-bridge.h
1414 L: qemu-s390x@nongnu.org
1417 M: Michael S. Tsirkin <mst@redhat.com>
1420 F: docs/interop/vhost-user.txt
1421 F: contrib/vhost-user-*/
1424 M: Michael S. Tsirkin <mst@redhat.com>
1427 F: hw/virtio/Makefile.objs
1428 F: hw/virtio/trace-events
1430 F: include/hw/virtio/
1431 F: tests/virtio-balloon-test.c
1434 M: Greg Kurz <groug@kaod.org>
1438 F: tests/virtio-9p-test.c
1439 T: git https://github.com/gkurz/qemu.git 9p-next
1442 M: Stefan Hajnoczi <stefanha@redhat.com>
1443 L: qemu-block@nongnu.org
1445 F: hw/block/virtio-blk.c
1446 F: hw/block/dataplane/*
1447 F: tests/virtio-blk-test.c
1448 T: git https://github.com/stefanha/qemu.git block
1451 M: Cornelia Huck <cohuck@redhat.com>
1452 M: Halil Pasic <pasic@linux.ibm.com>
1454 F: hw/s390x/virtio-ccw*.[hc]
1455 F: hw/s390x/vhost-vsock-ccw.c
1456 T: git https://github.com/cohuck/qemu.git s390-next
1457 T: git https://github.com/borntraeger/qemu.git s390-next
1458 L: qemu-s390x@nongnu.org
1461 M: Gerd Hoffmann <kraxel@redhat.com>
1463 F: hw/input/virtio-input*.c
1464 F: include/hw/virtio/virtio-input.h
1467 M: Amit Shah <amit@kernel.org>
1469 F: hw/char/virtio-serial-bus.c
1470 F: hw/char/virtio-console.c
1471 F: include/hw/virtio/virtio-serial.h
1472 F: tests/virtio-console-test.c
1473 F: tests/virtio-serial-test.c
1476 M: Amit Shah <amit@kernel.org>
1478 F: hw/virtio/virtio-rng.c
1479 F: include/hw/virtio/virtio-rng.h
1480 F: include/sysemu/rng*.h
1482 F: tests/virtio-rng-test.c
1485 M: Gonglei <arei.gonglei@huawei.com>
1487 F: hw/virtio/virtio-crypto.c
1488 F: hw/virtio/virtio-crypto-pci.c
1489 F: include/hw/virtio/virtio-crypto.h
1492 M: Keith Busch <keith.busch@intel.com>
1493 L: qemu-block@nongnu.org
1496 F: tests/nvme-test.c
1499 M: Hannes Reinecke <hare@suse.com>
1500 L: qemu-block@nongnu.org
1502 F: hw/scsi/megasas.c
1504 F: tests/megasas-test.c
1506 Network packet abstractions
1507 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1509 F: include/net/eth.h
1511 F: hw/net/net_rx_pkt*
1512 F: hw/net/net_tx_pkt*
1515 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1518 F: hw/scsi/vmw_pvscsi*
1519 F: tests/vmxnet3-test.c
1522 M: Jiri Pirko <jiri@resnulli.us>
1526 F: docs/specs/rocker.txt
1529 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1533 F: include/hw/mem/nvdimm.h
1537 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1542 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1547 M: Stefan Weil <sw@weilnetz.de>
1549 F: hw/net/eepro100.c
1552 M: Alistair Francis <alistair@alistair23.me>
1554 F: hw/core/generic-loader.c
1555 F: include/hw/core/generic-loader.h
1556 F: docs/generic-loader.txt
1558 Intel Hexadecimal Object File Loader
1559 M: Su Hang <suhang16@mails.ucas.ac.cn>
1561 F: tests/hexloader-test.c
1562 F: tests/data/hex-loader/test.hex
1565 M: Thomas Huth <thuth@redhat.com>
1567 F: hw/nvram/chrp_nvram.c
1568 F: include/hw/nvram/chrp_nvram.h
1569 F: tests/prom-env-test.c
1572 M: Ben Warren <ben@skyportsystems.com>
1574 F: hw/acpi/vmgenid.c
1575 F: include/hw/acpi/vmgenid.h
1576 F: docs/specs/vmgenid.txt
1577 F: tests/vmgenid-test.c
1580 Unimplemented device
1581 M: Peter Maydell <peter.maydell@linaro.org>
1582 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1584 F: include/hw/misc/unimp.h
1588 M: Gerd Hoffmann <kraxel@redhat.com>
1591 F: hw/display/bochs-display.c
1592 F: include/hw/display/vga.h
1593 F: include/hw/display/bochs-vbe.h
1596 M: Gerd Hoffmann <kraxel@redhat.com>
1598 F: hw/display/ramfb*.c
1599 F: include/hw/display/ramfb.h
1602 M: Gerd Hoffmann <kraxel@redhat.com>
1604 F: hw/display/virtio-gpu*
1605 F: hw/display/virtio-vga.c
1606 F: include/hw/virtio/virtio-gpu.h
1609 M: Gerd Hoffmann <kraxel@redhat.com>
1611 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1612 F: hw/display/cirrus*
1615 M: Gerd Hoffmann <kraxel@redhat.com>
1618 F: include/hw/display/edid.h
1621 Firmware configuration (fw_cfg)
1622 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1623 R: Laszlo Ersek <lersek@redhat.com>
1624 R: Gerd Hoffmann <kraxel@redhat.com>
1626 F: docs/specs/fw_cfg.txt
1627 F: hw/nvram/fw_cfg.c
1628 F: include/hw/nvram/fw_cfg.h
1629 F: include/standard-headers/linux/qemu_fw_cfg.h
1630 F: tests/libqos/fw_cfg.c
1631 F: tests/fw_cfg-test.c
1632 T: git https://github.com/philmd/qemu.git fw_cfg-next
1635 M: David Gibson <david@gibson.dropbear.id.au>
1636 M: Cédric Le Goater <clg@kaod.org>
1637 L: qemu-ppc@nongnu.org
1640 F: include/hw/*/*xive*
1645 M: Gerd Hoffmann <kraxel@redhat.com>
1649 F: include/hw/audio/
1650 F: tests/ac97-test.c
1651 F: tests/es1370-test.c
1652 F: tests/intel-hda-test.c
1655 M: Kevin Wolf <kwolf@redhat.com>
1656 M: Max Reitz <mreitz@redhat.com>
1657 L: qemu-block@nongnu.org
1665 F: tests/qemu-iotests/
1666 F: util/qemu-progress.c
1667 F: qobject/block-qdict.c
1668 F: tests/check-block-qdict.c
1669 T: git https://repo.or.cz/qemu/kevin.git block
1672 M: Stefan Hajnoczi <stefanha@redhat.com>
1673 M: Fam Zheng <fam@euphon.net>
1674 L: qemu-block@nongnu.org
1680 F: include/block/aio.h
1681 F: include/block/aio-wait.h
1682 F: scripts/qemugdb/aio.py
1683 T: git https://github.com/stefanha/qemu.git block
1685 Block SCSI subsystem
1686 M: Paolo Bonzini <pbonzini@redhat.com>
1687 R: Fam Zheng <fam@euphon.net>
1688 L: qemu-block@nongnu.org
1694 M: Jeff Cody <jcody@redhat.com>
1695 L: qemu-block@nongnu.org
1698 F: include/block/blockjob.h
1701 F: include/qemu/job.h
1707 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1709 Block QAPI, monitor, command line
1710 M: Markus Armbruster <armbru@redhat.com>
1715 F: qapi/transaction.json
1716 T: git https://repo.or.cz/qemu/armbru.git block-next
1719 M: Fam Zheng <fam@euphon.net>
1720 M: John Snow <jsnow@redhat.com>
1721 L: qemu-block@nongnu.org
1724 F: block/dirty-bitmap.c
1725 F: include/qemu/hbitmap.h
1726 F: include/block/dirty-bitmap.h
1727 F: tests/test-hbitmap.c
1728 F: docs/interop/bitmaps.rst
1729 T: git https://github.com/famz/qemu.git bitmaps
1730 T: git https://github.com/jnsnow/qemu.git bitmaps
1732 Character device backends
1733 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1734 R: Paolo Bonzini <pbonzini@redhat.com>
1740 Character Devices (Braille)
1741 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1745 Command line option argument parsing
1746 M: Markus Armbruster <armbru@redhat.com>
1748 F: include/qemu/option.h
1749 F: tests/test-keyval.c
1750 F: tests/test-qemu-opts.c
1752 F: util/qemu-option.c
1755 M: Markus Armbruster <armbru@redhat.com>
1757 F: scripts/coverity-model.c
1760 L: qemu-devel@nongnu.org
1763 F: include/qom/cpu.h
1766 M: Alexander Graf <agraf@suse.de>
1769 F: include/sysemu/device_tree.h
1773 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1775 F: hw/misc/vmcoreinfo.c
1776 F: include/hw/misc/vmcoreinfo.h
1777 F: include/sysemu/dump-arch.h
1778 F: include/sysemu/dump.h
1779 F: scripts/dump-guest-memory.py
1783 M: Markus Armbruster <armbru@redhat.com>
1785 F: include/qapi/error.h
1786 F: include/qemu/error-report.h
1788 F: util/qemu-error.c
1791 L: qemu-devel@nongnu.org
1797 M: Paolo Bonzini <pbonzini@redhat.com>
1799 F: include/exec/ioport.h
1801 F: include/exec/memory.h
1802 F: include/exec/ram_addr.h
1804 F: include/exec/memory-internal.h
1808 M: Gerd Hoffmann <kraxel@redhat.com>
1810 F: include/ui/qemu-spice.h
1811 F: include/ui/spice-display.h
1813 F: audio/spiceaudio.c
1816 F: docs/spice-port-fqdn.txt
1819 M: Gerd Hoffmann <kraxel@redhat.com>
1827 M: Peter Maydell <peter.maydell@linaro.org>
1832 M: Paolo Bonzini <pbonzini@redhat.com>
1836 F: util/qemu-timer.c
1838 F: qapi/run-state.json
1841 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1846 F: include/monitor/hmp-target.h
1849 Network device backends
1850 M: Jason Wang <jasowang@redhat.com>
1854 T: git https://github.com/jasowang/qemu.git net
1857 Netmap network backend
1858 M: Luigi Rizzo <rizzo@iet.unipi.it>
1859 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1860 M: Vincenzo Maffione <v.maffione@gmail.com>
1861 W: http://info.iet.unipi.it/~luigi/netmap/
1866 M: Eduardo Habkost <ehabkost@redhat.com>
1869 F: include/sysemu/numa.h
1870 T: git https://github.com/ehabkost/qemu.git machine-next
1872 Host Memory Backends
1873 M: Eduardo Habkost <ehabkost@redhat.com>
1874 M: Igor Mammedov <imammedo@redhat.com>
1876 F: backends/hostmem*.c
1877 F: include/sysemu/hostmem.h
1878 T: git https://github.com/ehabkost/qemu.git machine-next
1881 M: Gonglei <arei.gonglei@huawei.com>
1883 F: include/sysemu/cryptodev*.h
1884 F: backends/cryptodev*.c
1887 M: Eduardo Habkost <ehabkost@redhat.com>
1888 M: Cleber Rosa <crosa@redhat.com>
1895 M: Markus Armbruster <armbru@redhat.com>
1896 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1901 X: include/qapi/qmp/
1902 F: include/qapi/qmp/dispatch.h
1903 F: tests/qapi-schema/
1904 F: tests/test-*-visitor.c
1905 F: tests/test-qapi-*.c
1906 F: tests/test-qmp-*.c
1907 F: tests/test-visitor-serialization.c
1908 F: scripts/qapi-gen.py
1911 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1914 M: Eric Blake <eblake@redhat.com>
1915 M: Markus Armbruster <armbru@redhat.com>
1918 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1921 M: Markus Armbruster <armbru@redhat.com>
1924 F: include/qapi/qmp/
1925 X: include/qapi/qmp/dispatch.h
1926 F: scripts/coccinelle/qobject.cocci
1927 F: tests/check-qdict.c
1928 F: tests/check-qnum.c
1929 F: tests/check-qjson.c
1930 F: tests/check-qlist.c
1931 F: tests/check-qstring.c
1932 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1935 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1939 F: scripts/qemu-guest-agent/
1941 F: docs/interop/qemu-ga-ref.texi
1942 T: git https://github.com/mdroth/qemu.git qga
1945 M: Andreas Färber <afaerber@suse.de>
1947 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1949 X: include/qom/cpu.h
1952 F: tests/check-qom-interface.c
1953 F: tests/check-qom-proplist.c
1956 M: Markus Armbruster <armbru@redhat.com>
1960 F: docs/devel/*qmp-*
1961 F: docs/interop/*qmp-*
1964 F: tests/qmp-cmd-test.c
1965 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1968 M: Thomas Huth <thuth@redhat.com>
1969 M: Laurent Vivier <lvivier@redhat.com>
1970 R: Paolo Bonzini <pbonzini@redhat.com>
1978 M: Alistair Francis <alistair@alistair23.me>
1980 F: hw/core/register.c
1981 F: include/hw/register.h
1982 F: include/hw/registerfields.h
1985 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1986 M: Jan Kiszka <jan.kiszka@siemens.com>
1990 F: include/net/slirp.h
1991 T: git https://people.debian.org/~sthibault/qemu.git slirp
1992 T: git git://git.kiszka.org/qemu.git queues/slirp
1995 M: Paolo Bonzini <pbonzini@redhat.com>
2000 M: Stefan Hajnoczi <stefanha@redhat.com>
2004 F: qemu-option-trace.texi
2005 F: scripts/tracetool.py
2006 F: scripts/tracetool/
2007 F: scripts/qemu-trace-stap*
2008 F: docs/devel/tracing.txt
2009 T: git https://github.com/stefanha/qemu.git tracing
2012 M: Stefan Berger <stefanb@linux.ibm.com>
2017 F: include/hw/acpi/tpm.h
2018 F: include/sysemu/tpm*
2022 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2026 F: scripts/checkpatch.pl
2029 M: Juan Quintela <quintela@redhat.com>
2030 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2032 F: include/migration/
2034 F: scripts/vmstate-static-checker.py
2035 F: tests/vmstate-static-checker-data/
2036 F: tests/migration-test.c
2037 F: docs/devel/migration.rst
2038 F: qapi/migration.json
2041 M: Eduardo Otubo <otubo@redhat.com>
2044 F: include/sysemu/seccomp.h
2047 M: Daniel P. Berrange <berrange@redhat.com>
2051 F: tests/test-crypto-*
2052 F: tests/benchmark-crypto-*
2056 M: Stefan Hajnoczi <stefanha@redhat.com>
2057 M: Kevin Wolf <kwolf@redhat.com>
2059 F: include/qemu/coroutine*
2060 F: tests/test-coroutine.c
2063 M: Daniel P. Berrange <berrange@redhat.com>
2066 F: include/qemu/buffer.h
2069 M: Daniel P. Berrange <berrange@redhat.com>
2076 M: Daniel P. Berrange <berrange@redhat.com>
2077 M: Gerd Hoffmann <kraxel@redhat.com>
2079 F: include/qemu/sockets.h
2080 F: util/qemu-sockets.c
2081 F: qapi/sockets.json
2083 Throttling infrastructure
2084 M: Alberto Garcia <berto@igalia.com>
2086 F: block/throttle-groups.c
2087 F: include/block/throttle-groups.h
2088 F: include/qemu/throttle*.h
2090 F: docs/throttle.txt
2091 F: tests/test-throttle.c
2092 L: qemu-block@nongnu.org
2095 M: Fam Zheng <fam@euphon.net>
2098 F: include/qemu/uuid.h
2099 F: tests/test-uuid.c
2102 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2105 F: include/migration/colo.h
2106 F: include/migration/failover.h
2110 M: Zhang Chen <zhangckid@gmail.com>
2111 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2113 F: docs/colo-proxy.txt
2115 F: net/filter-rewriter.c
2116 F: net/filter-mirror.c
2119 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2120 R: Paolo Bonzini <pbonzini@redhat.com>
2121 W: https://wiki.qemu.org/Features/record-replay
2124 F: block/blkreplay.c
2125 F: net/filter-replay.c
2126 F: include/sysemu/replay.h
2131 M: Peter Xu <peterx@redhat.com>
2133 F: include/qemu/iova-tree.h
2137 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2144 M: Riku Voipio <riku.voipio@iki.fi>
2147 F: accel/tcg/user-exec*.c
2152 F: default-configs/*-bsd-user.mak
2155 M: Riku Voipio <riku.voipio@iki.fi>
2156 R: Laurent Vivier <laurent@vivier.eu>
2159 F: default-configs/*-linux-user.mak
2160 F: scripts/qemu-binfmt-conf.sh
2162 Tiny Code Generator (TCG)
2163 -------------------------
2165 M: Richard Henderson <rth@twiddle.net>
2170 M: Claudio Fontana <claudio.fontana@huawei.com>
2171 M: Claudio Fontana <claudio.fontana@gmail.com>
2173 L: qemu-arm@nongnu.org
2179 M: Andrzej Zaborowski <balrogg@gmail.com>
2181 L: qemu-arm@nongnu.org
2186 L: qemu-devel@nongnu.org
2192 M: Aurelien Jarno <aurelien@aurel32.net>
2193 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2199 M: Richard Henderson <rth@twiddle.net>
2205 M: Michael Clark <mjc@sifive.com>
2206 M: Palmer Dabbelt <palmer@sifive.com>
2207 M: Alistair Francis <Alistair.Francis@wdc.com>
2208 L: qemu-riscv@nongnu.org
2214 M: Richard Henderson <rth@twiddle.net>
2218 L: qemu-s390x@nongnu.org
2226 M: Stefan Weil <sw@weilnetz.de>
2235 M: Fam Zheng <fam@euphon.net>
2236 L: qemu-block@nongnu.org
2241 M: Josh Durgin <jdurgin@redhat.com>
2242 M: Jeff Cody <jcody@redhat.com>
2243 L: qemu-block@nongnu.org
2246 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2249 M: Liu Yuan <namei.unix@gmail.com>
2250 M: Jeff Cody <jcody@redhat.com>
2251 L: qemu-block@nongnu.org
2254 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2257 M: Jeff Cody <jcody@redhat.com>
2258 L: qemu-block@nongnu.org
2261 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2264 M: Stefan Weil <sw@weilnetz.de>
2265 L: qemu-block@nongnu.org
2270 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2271 M: Paolo Bonzini <pbonzini@redhat.com>
2272 M: Peter Lieven <pl@kamp.de>
2273 L: qemu-block@nongnu.org
2276 F: block/iscsi-opts.c
2278 Network Block Device (NBD)
2279 M: Eric Blake <eblake@redhat.com>
2280 L: qemu-block@nongnu.org
2284 F: include/block/nbd*
2287 F: docs/interop/nbd.txt
2288 T: git https://repo.or.cz/qemu/ericb.git nbd
2291 M: Jeff Cody <jcody@redhat.com>
2292 M: Peter Lieven <pl@kamp.de>
2293 L: qemu-block@nongnu.org
2296 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2299 M: Richard W.M. Jones <rjones@redhat.com>
2300 M: Jeff Cody <jcody@redhat.com>
2301 L: qemu-block@nongnu.org
2304 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2307 M: Jeff Cody <jcody@redhat.com>
2308 L: qemu-block@nongnu.org
2311 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2314 M: Jeff Cody <jcody@redhat.com>
2315 L: qemu-block@nongnu.org
2318 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2321 M: Fam Zheng <fam@euphon.net>
2322 L: qemu-block@nongnu.org
2327 M: Fam Zheng <fam@euphon.net>
2328 L: qemu-block@nongnu.org
2333 M: Gonglei <arei.gonglei@huawei.com>
2338 M: Alberto Garcia <berto@igalia.com>
2341 L: qemu-block@nongnu.org
2344 M: Ari Sundholm <ari@tuxera.com>
2345 L: qemu-block@nongnu.org
2347 F: block/blklogwrites.c
2350 M: Stefan Hajnoczi <stefanha@redhat.com>
2351 L: qemu-block@nongnu.org
2353 F: block/blkverify.c
2356 M: Stefan Hajnoczi <stefanha@redhat.com>
2357 L: qemu-block@nongnu.org
2362 M: Stefan Hajnoczi <stefanha@redhat.com>
2363 L: qemu-block@nongnu.org
2368 M: Stefan Hajnoczi <stefanha@redhat.com>
2369 L: qemu-block@nongnu.org
2374 M: Stefan Hajnoczi <stefanha@redhat.com>
2375 M: Denis V. Lunev <den@openvz.org>
2376 L: qemu-block@nongnu.org
2378 F: block/parallels.c
2379 F: docs/interop/parallels.txt
2382 M: Stefan Hajnoczi <stefanha@redhat.com>
2383 L: qemu-block@nongnu.org
2388 M: Kevin Wolf <kwolf@redhat.com>
2389 L: qemu-block@nongnu.org
2391 F: block/linux-aio.c
2392 F: include/block/raw-aio.h
2393 F: block/raw-format.c
2394 F: block/file-posix.c
2395 F: block/file-win32.c
2396 F: block/win32-aio.c
2399 M: Kevin Wolf <kwolf@redhat.com>
2400 M: Max Reitz <mreitz@redhat.com>
2401 L: qemu-block@nongnu.org
2404 F: docs/interop/qcow2.txt
2407 M: Kevin Wolf <kwolf@redhat.com>
2408 L: qemu-block@nongnu.org
2413 M: Kevin Wolf <kwolf@redhat.com>
2414 M: Max Reitz <mreitz@redhat.com>
2415 L: qemu-block@nongnu.org
2420 M: Kevin Wolf <kwolf@redhat.com>
2421 L: qemu-block@nongnu.org
2426 M: Kevin Wolf <kwolf@redhat.com>
2427 L: qemu-block@nongnu.org
2432 M: Stefan Hajnoczi <stefanha@redhat.com>
2433 L: qemu-block@nongnu.org
2435 F: tests/image-fuzzer/
2438 M: Wen Congyang <wencongyang2@huawei.com>
2439 M: Xie Changlong <xiechanglong.d@gmail.com>
2442 F: block/replication.c
2443 F: tests/test-replication.c
2444 F: docs/block-replication.txt
2447 M: Yuval Shaia <yuval.shaia@oracle.com>
2448 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2453 F: contrib/rdmacm-mux/*
2456 Build and test automation
2457 -------------------------
2458 Build and test automation
2459 M: Alex Bennée <alex.bennee@linaro.org>
2460 M: Fam Zheng <fam@euphon.net>
2461 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2462 L: qemu-devel@nongnu.org
2469 F: scripts/archive-source.sh
2470 W: https://travis-ci.org/qemu/qemu
2471 W: https://app.shippable.com/github/qemu/qemu
2472 W: http://patchew.org/QEMU/
2474 FreeBSD Hosted Continuous Integration
2475 M: Ed Maste <emaste@freebsd.org>
2476 M: Li-Wen Hsu <lwhsu@freebsd.org>
2477 L: qemu-devel@nongnu.org
2480 W: https://cirrus-ci.com/github/qemu/qemu
2482 Guest Test Compilation Support
2483 M: Alex Bennée <alex.bennee@linaro.org>
2484 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2485 F: tests/tcg/Makefile
2486 F: tests/tcg/Makefile.include
2487 L: qemu-devel@nongnu.org
2491 Build system architecture
2492 M: Daniel P. Berrange <berrange@redhat.com>
2494 F: docs/devel/build-system.txt
2496 GIT Data Mining Config
2497 M: Alex Bennée <alex.bennee@linaro.org>
2502 Incompatible changes
2503 R: libvir-list@redhat.com
2504 F: qemu-deprecated.texi
2509 M: Daniel P. Berrange <berrange@redhat.com>
2511 F: scripts/git-submodule.sh