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: Peter Crosthwaite <crosthwaite.peter@gmail.com>
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
120 F: accel/stubs/tcg-stub.c
121 F: include/exec/cpu*.h
122 F: include/exec/exec-all.h
123 F: include/exec/helper*.h
124 F: include/exec/tb-hash.h
125 F: include/sysemu/cpus.h
128 M: Aurelien Jarno <aurelien@aurel32.net>
129 M: Peter Maydell <peter.maydell@linaro.org>
135 M: Richard Henderson <rth@twiddle.net>
142 M: Peter Maydell <peter.maydell@linaro.org>
143 L: qemu-arm@nongnu.org
147 F: tests/tcg/aarch64/
150 F: include/hw/cpu/a*mpcore.h
156 M: Eric Auger <eric.auger@redhat.com>
157 L: qemu-arm@nongnu.org
160 F: include/hw/arm/smmu*
163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
172 M: Richard Henderson <rth@twiddle.net>
179 M: Michael Walle <michael@walle.cc>
186 F: include/hw/char/lm32_juart.h
191 M: Laurent Vivier <laurent@vivier.eu>
197 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
199 F: target/microblaze/
201 F: disas/microblaze.c
204 M: Aurelien Jarno <aurelien@aurel32.net>
205 M: Aleksandar Markovic <amarkovic@wavecomp.com>
206 R: Stefan Markovic <smarkovic@wavecomp.com>
211 F: hw/intc/mips_gic.c
212 F: hw/timer/mips_gictimer.c
214 F: include/hw/misc/mips_*
215 F: include/hw/intc/mips_gic.h
216 F: include/hw/timer/mips_gictimer.h
220 F: disas/nanomips.cpp
223 M: Anthony Green <green@moxielogic.com>
228 F: default-configs/moxie-softmmu.mak
231 M: Chris Wulff <crwulff@gmail.com>
232 M: Marek Vasut <marex@denx.de>
236 F: hw/intc/nios2_iic.c
238 F: default-configs/nios2-softmmu.mak
241 M: Stafford Horne <shorne@gmail.com>
245 F: tests/tcg/openrisc/
248 M: David Gibson <david@gibson.dropbear.id.au>
249 L: qemu-ppc@nongnu.org
257 M: Michael Clark <mjc@sifive.com>
258 M: Palmer Dabbelt <palmer@sifive.com>
259 M: Alistair Francis <Alistair.Francis@wdc.com>
260 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
261 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
262 L: qemu-riscv@nongnu.org
270 M: Richard Henderson <rth@twiddle.net>
271 M: David Hildenbrand <david@redhat.com>
277 L: qemu-s390x@nongnu.org
280 M: Aurelien Jarno <aurelien@aurel32.net>
288 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
289 M: Artyom Tarasenko <atar4qemu@gmail.com>
294 F: include/hw/sparc/sparc64.h
298 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
302 F: include/hw/unicore32/
305 M: Paolo Bonzini <pbonzini@redhat.com>
306 M: Richard Henderson <rth@twiddle.net>
307 M: Eduardo Habkost <ehabkost@redhat.com>
314 F: docs/qemu-cpu-models.texi
315 T: git https://github.com/ehabkost/qemu.git x86-next
318 M: Max Filippov <jcmvbkbc@gmail.com>
319 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
325 F: include/hw/xtensa/xtensa-isa.h
326 F: default-configs/xtensa*.mak
329 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
333 F: include/hw/tricore/
335 Multiarch Linux User Tests
336 M: Alex Bennée <alex.bennee@linaro.org>
337 F: tests/tcg/multiarch/
339 Guest CPU Cores (KVM):
340 ----------------------
343 M: Paolo Bonzini <pbonzini@redhat.com>
344 L: kvm@vger.kernel.org
348 F: accel/stubs/kvm-stub.c
350 F: include/sysemu/kvm*.h
351 F: scripts/kvm/kvm_flightrecorder
354 M: Peter Maydell <peter.maydell@linaro.org>
355 L: qemu-arm@nongnu.org
360 M: James Hogan <jhogan@kernel.org>
361 R: Stefan Markovic <smarkovic@wavecomp.com>
366 M: David Gibson <david@gibson.dropbear.id.au>
371 M: Halil Pasic <pasic@linux.ibm.com>
372 M: Cornelia Huck <cohuck@redhat.com>
373 M: Christian Borntraeger <borntraeger@de.ibm.com>
375 F: target/s390x/kvm.c
376 F: target/s390x/kvm_s390x.h
377 F: target/s390x/kvm-stub.c
378 F: target/s390x/ioinst.[ch]
379 F: target/s390x/machine.c
380 F: target/s390x/sigp.c
381 F: hw/intc/s390_flic.c
382 F: hw/intc/s390_flic_kvm.c
383 F: include/hw/s390x/s390_flic.h
385 T: git https://github.com/cohuck/qemu.git s390-next
386 T: git https://github.com/borntraeger/qemu.git s390-next
387 L: qemu-s390x@nongnu.org
390 M: Paolo Bonzini <pbonzini@redhat.com>
391 M: Marcelo Tosatti <mtosatti@redhat.com>
392 L: kvm@vger.kernel.org
395 F: scripts/kvm/vmxcap
397 Guest CPU Cores (Xen):
398 ----------------------
401 M: Stefano Stabellini <sstabellini@kernel.org>
402 M: Anthony Perard <anthony.perard@citrix.com>
403 L: xen-devel@lists.xenproject.org
406 F: hw/9pfs/xen-9p-backend.c
407 F: hw/char/xen_console.c
408 F: hw/display/xenfb.c
415 F: include/sysemu/xen-mapcache.h
421 L: qemu-devel@nongnu.org
427 L: qemu-devel@nongnu.org
432 L: qemu-devel@nongnu.org
433 M: Kamil Rytarowski <kamil@netbsd.org>
435 K: ^Subject:.*(?i)NetBSD
438 L: qemu-devel@nongnu.org
439 M: Brad Smith <brad@comstyle.com>
441 K: ^Subject:.*(?i)OpenBSD
444 L: qemu-devel@nongnu.org
445 M: Stefan Weil <sw@weilnetz.de>
454 M: Richard Henderson <rth@twiddle.net>
457 F: hw/isa/smc37c669-superio.c
462 M: Beniamino Galvani <b.galvani@gmail.com>
463 M: Peter Maydell <peter.maydell@linaro.org>
464 L: qemu-arm@nongnu.org
467 F: include/hw/*/allwinner*
468 F: hw/arm/cubieboard.c
470 ARM PrimeCell and CMSDK devices
471 M: Peter Maydell <peter.maydell@linaro.org>
472 L: qemu-arm@nongnu.org
475 F: include/hw/char/pl011.h
478 F: include/hw/dma/pl080.h
485 F: include/hw/ssi/pl022.h
487 F: include/hw/arm/primecell.h
488 F: hw/timer/cmsdk-apb-timer.c
489 F: include/hw/timer/cmsdk-apb-timer.h
490 F: hw/timer/cmsdk-apb-dualtimer.c
491 F: include/hw/timer/cmsdk-apb-dualtimer.h
492 F: hw/char/cmsdk-apb-uart.c
493 F: include/hw/char/cmsdk-apb-uart.h
494 F: hw/watchdog/cmsdk-apb-watchdog.c
495 F: include/hw/watchdog/cmsdk-apb-watchdog.h
497 F: include/hw/misc/tz-ppc.h
499 F: include/hw/misc/tz-mpc.h
501 F: include/hw/misc/tz-msc.h
504 M: Peter Maydell <peter.maydell@linaro.org>
505 L: qemu-arm@nongnu.org
508 F: hw/intc/gic_internal.h
510 F: hw/misc/arm11scu.c
511 F: hw/timer/a9gtimer*
513 F: include/hw/arm/arm*.h
514 F: include/hw/intc/arm*
515 F: include/hw/misc/a9scu.h
516 F: include/hw/misc/arm11scu.h
517 F: include/hw/timer/a9gtimer.h
518 F: include/hw/timer/arm_mptimer.h
519 F: include/hw/timer/armv7m_systick.h
520 F: tests/test-arm-mptimer.c
523 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
528 F: include/hw/arm/exynos4210.h
531 M: Rob Herring <robh@kernel.org>
532 M: Peter Maydell <peter.maydell@linaro.org>
533 L: qemu-arm@nongnu.org
539 M: Antony Pavlov <antonynpavlov@gmail.com>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
543 F: include/hw/arm/digic.h
545 F: include/hw/*/digic*
548 M: Peter Maydell <peter.maydell@linaro.org>
549 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
550 L: qemu-devel@nongnu.org
551 L: qemu-arm@nongnu.org
556 M: Peter Maydell <peter.maydell@linaro.org>
557 R: Jean-Christophe Dubois <jcd@tribudubois.net>
558 L: qemu-arm@nongnu.org
560 F: hw/arm/fsl-imx25.c
561 F: hw/arm/imx25_pdk.c
562 F: hw/misc/imx25_ccm.c
563 F: include/hw/arm/fsl-imx25.h
564 F: include/hw/misc/imx25_ccm.h
567 M: Peter Chubb <peter.chubb@nicta.com.au>
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
574 F: include/hw/*/imx_*
575 F: include/hw/*/*imx31*
578 M: Peter Maydell <peter.maydell@linaro.org>
579 L: qemu-arm@nongnu.org
581 F: hw/arm/integratorcp.c
582 F: hw/misc/arm_integrator_debug.c
584 MCIMX6UL EVK / i.MX6ul
585 M: Peter Maydell <peter.maydell@linaro.org>
586 R: Jean-Christophe Dubois <jcd@tribudubois.net>
587 L: qemu-arm@nongnu.org
589 F: hw/arm/mcimx6ul-evk.c
590 F: hw/arm/fsl-imx6ul.c
591 F: hw/misc/imx6ul_ccm.c
592 F: include/hw/arm/fsl-imx6ul.h
593 F: include/hw/misc/imx6ul_ccm.h
595 MCIMX7D SABRE / i.MX7
596 M: Peter Maydell <peter.maydell@linaro.org>
597 R: Andrey Smirnov <andrew.smirnov@gmail.com>
598 L: qemu-arm@nongnu.org
600 F: hw/arm/mcimx7d-sabre.c
602 F: include/hw/arm/fsl-imx7.h
603 F: hw/pci-host/designware.c
604 F: include/hw/pci-host/designware.h
607 M: Peter Maydell <peter.maydell@linaro.org>
608 L: qemu-arm@nongnu.org
613 F: include/hw/misc/mps2-*.h
615 F: include/hw/arm/iotkit.h
616 F: hw/misc/iotkit-secctl.c
617 F: include/hw/misc/iotkit-secctl.h
618 F: hw/misc/iotkit-sysctl.c
619 F: include/hw/misc/iotkit-sysctl.h
620 F: hw/misc/iotkit-sysinfo.c
621 F: include/hw/misc/iotkit-sysinfo.h
624 M: Jan Kiszka <jan.kiszka@web.de>
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
631 M: Andrzej Zaborowski <balrogg@gmail.com>
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
638 M: Andrzej Zaborowski <balrogg@gmail.com>
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
645 M: Peter Maydell <peter.maydell@linaro.org>
646 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
647 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
648 L: qemu-arm@nongnu.org
651 F: hw/arm/raspi_platform.h
653 F: include/hw/arm/raspi*
654 F: include/hw/*/bcm283*
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
661 F: hw/cpu/realview_mpcore.c
662 F: hw/intc/realview_gic.c
663 F: include/hw/intc/realview_gic.h
666 M: Andrzej Zaborowski <balrogg@gmail.com>
667 M: Peter Maydell <peter.maydell@linaro.org>
668 L: qemu-arm@nongnu.org
670 F: hw/arm/mainstone.c
675 F: hw/display/tc6393xb.c
678 F: hw/misc/mst_fpga.c
679 F: include/hw/arm/pxa.h
680 F: include/hw/arm/sharpsl.h
683 M: Peter Maydell <peter.maydell@linaro.org>
684 R: Jean-Christophe Dubois <jcd@tribudubois.net>
685 L: qemu-arm@nongnu.org
687 F: hw/arm/sabrelite.c
689 F: hw/misc/imx6_src.c
691 F: include/hw/arm/fsl-imx6.h
692 F: include/hw/misc/imx6_src.h
693 F: include/hw/ssi/imx_spi.h
695 Sharp SL-5500 (Collie) PDA
696 M: Peter Maydell <peter.maydell@linaro.org>
697 L: qemu-arm@nongnu.org
703 M: Peter Maydell <peter.maydell@linaro.org>
704 L: qemu-arm@nongnu.org
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
719 F: hw/misc/arm_sysctl.c
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
726 F: include/hw/arm/virt.h
729 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
730 M: Alistair Francis <alistair@alistair23.me>
731 M: Peter Maydell <peter.maydell@linaro.org>
732 L: qemu-arm@nongnu.org
737 F: include/hw/misc/zynq*
741 M: Alistair Francis <alistair@alistair23.me>
742 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
747 F: include/hw/*/xlnx*.h
748 F: include/hw/ssi/xilinx_spips.h
750 F: include/hw/display/dpcd.h
753 M: Shannon Zhao <shannon.zhaosl@gmail.com>
754 L: qemu-arm@nongnu.org
756 F: hw/arm/virt-acpi-build.c
759 M: Alistair Francis <alistair@alistair23.me>
760 M: Peter Maydell <peter.maydell@linaro.org>
762 F: hw/arm/stm32f205_soc.c
763 F: hw/misc/stm32f2xx_syscfg.c
764 F: hw/char/stm32f2xx_usart.c
765 F: hw/timer/stm32f2xx_timer.c
767 F: hw/ssi/stm32f2xx_spi.c
768 F: include/hw/*/stm32*.h
771 M: Alistair Francis <alistair@alistair23.me>
772 M: Peter Maydell <peter.maydell@linaro.org>
774 F: hw/arm/netduino2.c
777 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
778 M: Peter Maydell <peter.maydell@linaro.org>
781 F: hw/misc/msf2-sysreg.c
782 F: hw/timer/mss-timer.c
784 F: include/hw/arm/msf2-soc.h
785 F: include/hw/misc/msf2-sysreg.h
786 F: include/hw/timer/mss-timer.h
787 F: include/hw/ssi/mss-spi.h
790 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
791 M: Peter Maydell <peter.maydell@linaro.org>
796 M: Cédric Le Goater <clg@kaod.org>
797 M: Peter Maydell <peter.maydell@linaro.org>
798 R: Andrew Jeffery <andrew@aj.id.au>
799 R: Joel Stanley <joel@jms.id.au>
800 L: qemu-arm@nongnu.org
803 F: include/hw/*/*aspeed*
804 F: hw/net/ftgmac100.c
805 F: include/hw/net/ftgmac100.h
808 M: Joel Stanley <joel@jms.id.au>
809 M: Peter Maydell <peter.maydell@linaro.org>
810 L: qemu-arm@nongnu.org
812 F: hw/arm/nrf51_soc.c
814 F: include/hw/arm/nrf51_soc.h
819 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
821 F: hw/cris/axis_dev88.c
826 EVR32 and uclinux BSP
827 M: Michael Walle <michael@walle.cc>
829 F: hw/lm32/lm32_boards.c
832 M: Michael Walle <michael@walle.cc>
834 F: hw/lm32/milkymist.c
839 M: Thomas Huth <huth@tuxfamily.org>
845 M: Thomas Huth <huth@tuxfamily.org>
848 F: hw/m68k/mcf_intc.c
849 F: hw/char/mcf_uart.c
851 F: include/hw/m68k/mcf*.h
856 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
858 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
859 F: include/hw/char/xilinx_uartlite.h
862 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
864 F: hw/microblaze/petalogix_ml605_mmu.c
869 M: Hervé Poussineau <hpoussin@reactos.org>
870 R: Stefan Markovic <smarkovic@wavecomp.com>
872 F: hw/mips/mips_jazz.c
873 F: hw/display/jazz_led.c
877 M: Aurelien Jarno <aurelien@aurel32.net>
878 R: Stefan Markovic <smarkovic@wavecomp.com>
880 F: hw/mips/mips_malta.c
883 M: Aleksandar Markovic <amarkovic@wavecomp.com>
884 R: Stefan Markovic <smarkovic@wavecomp.com>
886 F: hw/mips/mips_mipssim.c
890 M: Aurelien Jarno <aurelien@aurel32.net>
891 R: Stefan Markovic <smarkovic@wavecomp.com>
893 F: hw/mips/mips_r4k.c
896 M: Aleksandar Markovic <amarkovic@wavecomp.com>
897 R: Stefan Markovic <smarkovic@wavecomp.com>
899 F: hw/mips/mips_fulong2e.c
901 F: hw/pci-host/bonito.c
902 F: include/hw/isa/vt82c686.h
905 M: Paul Burton <pburton@wavecomp.com>
906 R: Stefan Markovic <smarkovic@wavecomp.com>
908 F: hw/core/loader-fit.c
910 F: hw/pci-host/xilinx-pcie.c
911 F: include/hw/pci-host/xilinx-pcie.h
916 M: Jia Liu <proljc@gmail.com>
918 F: hw/openrisc/openrisc_sim.c
923 M: David Gibson <david@gibson.dropbear.id.au>
924 L: qemu-ppc@nongnu.org
926 F: hw/ppc/ppc405_boards.c
929 M: David Gibson <david@gibson.dropbear.id.au>
930 L: qemu-ppc@nongnu.org
932 F: hw/ppc/ppc440_bamboo.c
935 M: David Gibson <david@gibson.dropbear.id.au>
936 L: qemu-ppc@nongnu.org
940 F: include/hw/ppc/ppc_e500.h
941 F: include/hw/pci-host/ppce500.h
942 F: pc-bios/u-boot.e500
945 M: David Gibson <david@gibson.dropbear.id.au>
946 L: qemu-ppc@nongnu.org
948 F: hw/ppc/mpc8544ds.c
949 F: hw/ppc/mpc8544_guts.c
952 M: David Gibson <david@gibson.dropbear.id.au>
953 L: qemu-ppc@nongnu.org
955 F: hw/ppc/mac_newworld.c
956 F: hw/pci-host/uninorth.c
957 F: hw/pci-bridge/dec.[hc]
960 F: hw/nvram/mac_nvram.c
961 F: include/hw/misc/macio/
962 F: include/hw/misc/mos6522.h
963 F: include/hw/ppc/mac_dbdma.h
964 F: include/hw/pci-host/uninorth.h
967 M: David Gibson <david@gibson.dropbear.id.au>
968 L: qemu-ppc@nongnu.org
970 F: hw/ppc/mac_oldworld.c
971 F: hw/pci-host/grackle.c
973 F: hw/intc/heathrow_pic.c
974 F: include/hw/intc/heathrow_pic.h
977 M: Hervé Poussineau <hpoussin@reactos.org>
978 L: qemu-devel@nongnu.org
979 L: qemu-ppc@nongnu.org
982 F: hw/ppc/prep_systemio.c
983 F: hw/ppc/rs6000_mc.c
984 F: hw/pci-host/prep.[hc]
988 F: hw/timer/m48t59-isa.c
989 F: include/hw/isa/pc87312.h
990 F: include/hw/timer/m48t59.h
991 F: pc-bios/ppc_rom.bin
994 M: David Gibson <david@gibson.dropbear.id.au>
995 L: qemu-ppc@nongnu.org
998 F: include/hw/*/spapr*
1000 F: include/hw/*/xics*
1001 F: pc-bios/spapr-rtas/*
1002 F: pc-bios/spapr-rtas.bin
1004 F: pc-bios/skiboot.lid
1005 F: docs/specs/ppc-spapr-hcalls.txt
1006 F: docs/specs/ppc-spapr-hotplug.txt
1008 F: tests/libqos/*spapr*
1010 F: tests/libqos/rtas*
1013 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1014 L: qemu-ppc@nongnu.org
1016 F: hw/ppc/virtex_ml507.c
1019 M: BALATON Zoltan <balaton@eik.bme.hu>
1020 L: qemu-ppc@nongnu.org
1023 F: hw/timer/m41t80.c
1028 M: Magnus Damm <magnus.damm@gmail.com>
1031 F: hw/intc/sh_intc.c
1032 F: hw/timer/sh_timer.c
1035 M: Magnus Damm <magnus.damm@gmail.com>
1042 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1045 F: hw/sparc/sun4m_iommu.c
1046 F: hw/dma/sparc32_dma.c
1047 F: hw/misc/eccmemctl.c
1048 F: hw/misc/slavio_misc.c
1049 F: include/hw/sparc/sparc32_dma.h
1050 F: pc-bios/openbios-sparc32
1051 F: include/hw/sparc/sun4m_iommu.h
1054 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1056 F: hw/sparc64/sun4u.c
1057 F: pc-bios/openbios-sparc64
1058 F: hw/pci-host/sabre.c
1059 F: include/hw/pci-host/sabre.h
1062 M: Artyom Tarasenko <atar4qemu@gmail.com>
1064 F: hw/sparc64/niagara.c
1065 F: hw/timer/sun4v-rtc.c
1066 F: include/hw/timer/sun4v-rtc.h
1069 M: Fabien Chouteau <chouteau@adacore.com>
1073 F: include/hw/sparc/grlib.h
1078 M: Cornelia Huck <cohuck@redhat.com>
1079 M: Halil Pasic <pasic@linux.ibm.com>
1080 M: Christian Borntraeger <borntraeger@de.ibm.com>
1082 F: hw/char/sclp*.[hc]
1083 F: hw/char/terminal3270.c
1085 F: include/hw/s390x/
1086 F: hw/watchdog/wdt_diag288.c
1087 F: include/hw/watchdog/wdt_diag288.h
1088 F: default-configs/s390x-softmmu.mak
1089 T: git https://github.com/cohuck/qemu.git s390-next
1090 T: git https://github.com/borntraeger/qemu.git s390-next
1091 L: qemu-s390x@nongnu.org
1094 M: Christian Borntraeger <borntraeger@de.ibm.com>
1095 M: Thomas Huth <thuth@redhat.com>
1098 F: pc-bios/s390-ccw/
1099 F: pc-bios/s390-ccw.img
1100 T: git https://github.com/borntraeger/qemu.git s390-next
1101 L: qemu-s390x@nongnu.org
1104 M: Collin Walling <walling@linux.ibm.com>
1106 F: hw/s390x/s390-pci*
1107 L: qemu-s390x@nongnu.org
1111 PKUnity-3 SoC initramfs-with-busybox
1112 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1120 M: Michael S. Tsirkin <mst@redhat.com>
1121 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1125 F: hw/pci-host/piix.c
1126 F: hw/pci-host/q35.c
1127 F: hw/pci-host/pam.c
1128 F: include/hw/pci-host/q35.h
1129 F: include/hw/pci-host/pam.h
1131 F: hw/isa/lpc_ich9.c
1132 F: hw/i2c/smbus_ich9.c
1135 F: include/hw/acpi/ich9.h
1136 F: include/hw/acpi/piix4.h
1140 M: Michael S. Tsirkin <mst@redhat.com>
1141 M: Paolo Bonzini <pbonzini@redhat.com>
1143 F: hw/char/debugcon.c
1144 F: hw/char/parallel*
1147 F: hw/i2c/pm_smbus.c
1152 F: hw/isa/isa-superio.c
1153 F: hw/misc/debugexit.c
1154 F: hw/misc/pc-testdev.c
1157 F: hw/timer/mc146818rtc*
1158 F: hw/watchdog/wdt_ib700.c
1159 F: hw/watchdog/wdt_i6300esb.c
1160 F: include/hw/display/vga.h
1161 F: include/hw/char/parallel.h
1162 F: include/hw/dma/i8257.h
1163 F: include/hw/i2c/pm_smbus.h
1164 F: include/hw/input/i8042.h
1165 F: include/hw/isa/i8259_internal.h
1166 F: include/hw/isa/superio.h
1167 F: include/hw/timer/hpet.h
1168 F: include/hw/timer/i8254*
1169 F: include/hw/timer/mc146818rtc*
1172 M: Eduardo Habkost <ehabkost@redhat.com>
1173 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1175 F: hw/core/machine.c
1176 F: hw/core/null-machine.c
1177 F: include/hw/boards.h
1178 T: git https://github.com/ehabkost/qemu.git machine-next
1183 M: Max Filippov <jcmvbkbc@gmail.com>
1187 XTFPGA (LX60, LX200, ML605, KC705)
1188 M: Max Filippov <jcmvbkbc@gmail.com>
1190 F: hw/xtensa/xtfpga.c
1191 F: hw/net/opencores_eth.c
1196 M: Jiri Slaby <jslaby@suse.cz>
1201 M: John Snow <jsnow@redhat.com>
1202 L: qemu-block@nongnu.org
1209 F: hw/block/hd-geometry.c
1211 F: tests/ahci-test.c
1212 F: tests/cdrom-test.c
1213 F: tests/libqos/ahci*
1214 T: git https://github.com/jnsnow/qemu.git ide
1217 M: Corey Minyard <minyard@acm.org>
1219 F: include/hw/ipmi/*
1221 F: hw/smbios/smbios_type_38.c
1223 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1226 M: John Snow <jsnow@redhat.com>
1227 L: qemu-block@nongnu.org
1230 F: include/hw/block/fdc.h
1232 T: git https://github.com/jnsnow/qemu.git ide
1235 M: Peter Maydell <peter.maydell@linaro.org>
1238 F: include/hw/arm/omap.h
1241 M: Alberto Garcia <berto@igalia.com>
1243 F: hw/char/ipoctal232.c
1247 M: Michael S. Tsirkin <mst@redhat.com>
1248 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1251 F: hw/misc/pci-testdev.c
1256 F: default-configs/pci.mak
1259 M: Michael S. Tsirkin <mst@redhat.com>
1260 M: Igor Mammedov <imammedo@redhat.com>
1262 F: include/hw/acpi/*
1263 F: include/hw/smbios/*
1267 F: hw/i386/acpi-build.[hc]
1268 F: hw/arm/virt-acpi-build.c
1269 F: tests/bios-tables-test.c
1270 F: tests/acpi-utils.[hc]
1274 M: David Gibson <david@gibson.dropbear.id.au>
1275 L: qemu-ppc@nongnu.org
1278 F: hw/i2c/ppc4xx_i2c.c
1279 F: include/hw/ppc/ppc4xx.h
1280 F: include/hw/i2c/ppc4xx_i2c.h
1283 M: David Gibson <david@gibson.dropbear.id.au>
1284 L: qemu-ppc@nongnu.org
1287 F: hw/pci-host/ppce500.c
1288 F: hw/net/fsl_etsec/
1291 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1292 R: Paolo Bonzini <pbonzini@redhat.com>
1297 M: Jason Wang <jasowang@redhat.com>
1301 F: tests/virtio-net-test.c
1302 T: git https://github.com/jasowang/qemu.git net
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1306 R: Fam Zheng <fam@euphon.net>
1308 F: include/hw/scsi/*
1310 F: tests/virtio-scsi-test.c
1311 T: git https://github.com/bonzini/qemu.git scsi-next
1314 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1315 M: Alistair Francis <alistair@alistair23.me>
1318 F: hw/block/m25p80.c
1319 F: include/hw/ssi/ssi.h
1321 F: tests/m25p80-test.c
1324 M: Alistair Francis <alistair@alistair23.me>
1325 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1330 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1332 F: include/hw/sd/sd*
1338 M: Gerd Hoffmann <kraxel@redhat.com>
1341 F: tests/usb-*-test.c
1343 F: docs/usb-storage.txt
1346 F: default-configs/usb.mak
1348 USB (serial adapter)
1349 M: Gerd Hoffmann <kraxel@redhat.com>
1350 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1352 F: hw/usb/dev-serial.c
1355 M: Alex Williamson <alex.williamson@redhat.com>
1361 M: Cornelia Huck <cohuck@redhat.com>
1362 M: Eric Farman <farman@linux.ibm.com>
1363 M: Farhan Ali <alifm@linux.ibm.com>
1366 F: hw/s390x/s390-ccw.c
1367 F: include/hw/s390x/s390-ccw.h
1368 T: git https://github.com/cohuck/qemu.git s390-next
1369 L: qemu-s390x@nongnu.org
1372 M: Christian Borntraeger <borntraeger@de.ibm.com>
1373 M: Tony Krowiak <akrowiak@linux.ibm.com>
1374 M: Halil Pasic <pasic@linux.ibm.com>
1375 M: Pierre Morel <pmorel@linux.ibm.com>
1377 F: hw/s390x/ap-device.c
1378 F: hw/s390x/ap-bridge.c
1379 F: include/hw/s390x/ap-device.h
1380 F: include/hw/s390x/ap-bridge.h
1383 L: qemu-s390x@nongnu.org
1386 M: Michael S. Tsirkin <mst@redhat.com>
1389 F: docs/interop/vhost-user.txt
1390 F: contrib/vhost-user-*/
1393 M: Michael S. Tsirkin <mst@redhat.com>
1396 F: hw/virtio/Makefile.objs
1397 F: hw/virtio/trace-events
1399 F: include/hw/virtio/
1400 F: tests/virtio-balloon-test.c
1403 M: Greg Kurz <groug@kaod.org>
1407 F: tests/virtio-9p-test.c
1408 T: git https://github.com/gkurz/qemu.git 9p-next
1411 M: Stefan Hajnoczi <stefanha@redhat.com>
1412 L: qemu-block@nongnu.org
1414 F: hw/block/virtio-blk.c
1415 F: hw/block/dataplane/*
1416 F: tests/virtio-blk-test.c
1417 T: git https://github.com/stefanha/qemu.git block
1420 M: Cornelia Huck <cohuck@redhat.com>
1421 M: Halil Pasic <pasic@linux.ibm.com>
1423 F: hw/s390x/virtio-ccw*.[hc]
1424 F: hw/s390x/vhost-vsock-ccw.c
1425 T: git https://github.com/cohuck/qemu.git s390-next
1426 T: git https://github.com/borntraeger/qemu.git s390-next
1427 L: qemu-s390x@nongnu.org
1430 M: Gerd Hoffmann <kraxel@redhat.com>
1432 F: hw/input/virtio-input*.c
1433 F: include/hw/virtio/virtio-input.h
1436 M: Amit Shah <amit@kernel.org>
1438 F: hw/char/virtio-serial-bus.c
1439 F: hw/char/virtio-console.c
1440 F: include/hw/virtio/virtio-serial.h
1441 F: tests/virtio-console-test.c
1442 F: tests/virtio-serial-test.c
1445 M: Amit Shah <amit@kernel.org>
1447 F: hw/virtio/virtio-rng.c
1448 F: include/hw/virtio/virtio-rng.h
1449 F: include/sysemu/rng*.h
1451 F: tests/virtio-rng-test.c
1454 M: Gonglei <arei.gonglei@huawei.com>
1456 F: hw/virtio/virtio-crypto.c
1457 F: hw/virtio/virtio-crypto-pci.c
1458 F: include/hw/virtio/virtio-crypto.h
1461 M: Keith Busch <keith.busch@intel.com>
1462 L: qemu-block@nongnu.org
1465 F: tests/nvme-test.c
1468 M: Hannes Reinecke <hare@suse.com>
1469 L: qemu-block@nongnu.org
1471 F: hw/scsi/megasas.c
1473 F: tests/megasas-test.c
1475 Network packet abstractions
1476 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1478 F: include/net/eth.h
1480 F: hw/net/net_rx_pkt*
1481 F: hw/net/net_tx_pkt*
1484 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1487 F: hw/scsi/vmw_pvscsi*
1488 F: tests/vmxnet3-test.c
1491 M: Jiri Pirko <jiri@resnulli.us>
1495 F: docs/specs/rocker.txt
1498 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1502 F: include/hw/mem/nvdimm.h
1506 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1511 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1516 M: Stefan Weil <sw@weilnetz.de>
1518 F: hw/net/eepro100.c
1521 M: Alistair Francis <alistair@alistair23.me>
1523 F: hw/core/generic-loader.c
1524 F: include/hw/core/generic-loader.h
1525 F: docs/generic-loader.txt
1527 Intel Hexadecimal Object File Loader
1528 M: Su Hang <suhang16@mails.ucas.ac.cn>
1530 F: tests/hexloader-test.c
1531 F: tests/data/hex-loader/test.hex
1534 M: Thomas Huth <thuth@redhat.com>
1536 F: hw/nvram/chrp_nvram.c
1537 F: include/hw/nvram/chrp_nvram.h
1538 F: tests/prom-env-test.c
1541 M: Ben Warren <ben@skyportsystems.com>
1543 F: hw/acpi/vmgenid.c
1544 F: include/hw/acpi/vmgenid.h
1545 F: docs/specs/vmgenid.txt
1546 F: tests/vmgenid-test.c
1549 Unimplemented device
1550 M: Peter Maydell <peter.maydell@linaro.org>
1551 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1553 F: include/hw/misc/unimp.h
1557 M: Gerd Hoffmann <kraxel@redhat.com>
1560 F: hw/display/bochs-display.c
1561 F: include/hw/display/vga.h
1562 F: include/hw/display/bochs-vbe.h
1565 M: Gerd Hoffmann <kraxel@redhat.com>
1567 F: hw/display/ramfb*.c
1568 F: include/hw/display/ramfb.h
1571 M: Gerd Hoffmann <kraxel@redhat.com>
1573 F: hw/display/virtio-gpu*
1574 F: hw/display/virtio-vga.c
1575 F: include/hw/virtio/virtio-gpu.h
1578 M: Gerd Hoffmann <kraxel@redhat.com>
1580 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1581 F: hw/display/cirrus*
1584 M: Gerd Hoffmann <kraxel@redhat.com>
1587 F: include/hw/display/edid.h
1590 Firmware configuration (fw_cfg)
1591 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1592 R: Laszlo Ersek <lersek@redhat.com>
1593 R: Gerd Hoffmann <kraxel@redhat.com>
1595 F: docs/specs/fw_cfg.txt
1596 F: hw/nvram/fw_cfg.c
1597 F: include/hw/nvram/fw_cfg.h
1598 F: include/standard-headers/linux/qemu_fw_cfg.h
1599 F: tests/libqos/fw_cfg.c
1600 F: tests/fw_cfg-test.c
1601 T: git https://github.com/philmd/qemu.git fw_cfg-next
1606 M: Gerd Hoffmann <kraxel@redhat.com>
1610 F: include/hw/audio/
1611 F: tests/ac97-test.c
1612 F: tests/es1370-test.c
1613 F: tests/intel-hda-test.c
1616 M: Kevin Wolf <kwolf@redhat.com>
1617 M: Max Reitz <mreitz@redhat.com>
1618 L: qemu-block@nongnu.org
1626 F: tests/qemu-iotests/
1627 F: util/qemu-progress.c
1628 F: qobject/block-qdict.c
1629 F: tests/check-block-qdict.c
1630 T: git https://repo.or.cz/qemu/kevin.git block
1633 M: Stefan Hajnoczi <stefanha@redhat.com>
1634 M: Fam Zheng <fam@euphon.net>
1635 L: qemu-block@nongnu.org
1641 F: include/block/aio.h
1642 F: include/block/aio-wait.h
1643 F: scripts/qemugdb/aio.py
1644 T: git https://github.com/stefanha/qemu.git block
1646 Block SCSI subsystem
1647 M: Paolo Bonzini <pbonzini@redhat.com>
1648 R: Fam Zheng <fam@euphon.net>
1649 L: qemu-block@nongnu.org
1655 M: Jeff Cody <jcody@redhat.com>
1656 L: qemu-block@nongnu.org
1659 F: include/block/blockjob.h
1662 F: include/qemu/job.h
1668 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1670 Block QAPI, monitor, command line
1671 M: Markus Armbruster <armbru@redhat.com>
1676 F: qapi/transaction.json
1677 T: git https://repo.or.cz/qemu/armbru.git block-next
1680 M: Fam Zheng <fam@euphon.net>
1681 M: John Snow <jsnow@redhat.com>
1682 L: qemu-block@nongnu.org
1685 F: block/dirty-bitmap.c
1686 F: include/qemu/hbitmap.h
1687 F: include/block/dirty-bitmap.h
1688 F: tests/test-hbitmap.c
1689 F: docs/interop/bitmaps.rst
1690 T: git https://github.com/famz/qemu.git bitmaps
1691 T: git https://github.com/jnsnow/qemu.git bitmaps
1693 Character device backends
1694 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1695 R: Paolo Bonzini <pbonzini@redhat.com>
1701 Character Devices (Braille)
1702 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1706 Command line option argument parsing
1707 M: Markus Armbruster <armbru@redhat.com>
1709 F: include/qemu/option.h
1710 F: tests/test-keyval.c
1711 F: tests/test-qemu-opts.c
1713 F: util/qemu-option.c
1716 M: Markus Armbruster <armbru@redhat.com>
1718 F: scripts/coverity-model.c
1721 L: qemu-devel@nongnu.org
1724 F: include/qom/cpu.h
1727 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1728 M: Alexander Graf <agraf@suse.de>
1731 F: include/sysemu/device_tree.h
1735 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1737 F: hw/misc/vmcoreinfo.c
1738 F: include/hw/misc/vmcoreinfo.h
1739 F: include/sysemu/dump-arch.h
1740 F: include/sysemu/dump.h
1741 F: scripts/dump-guest-memory.py
1745 M: Markus Armbruster <armbru@redhat.com>
1747 F: include/qapi/error.h
1748 F: include/qemu/error-report.h
1750 F: util/qemu-error.c
1753 L: qemu-devel@nongnu.org
1759 M: Paolo Bonzini <pbonzini@redhat.com>
1761 F: include/exec/ioport.h
1763 F: include/exec/memory.h
1764 F: include/exec/ram_addr.h
1766 F: include/exec/memory-internal.h
1770 M: Gerd Hoffmann <kraxel@redhat.com>
1772 F: include/ui/qemu-spice.h
1773 F: include/ui/spice-display.h
1775 F: audio/spiceaudio.c
1778 F: docs/spice-port-fqdn.txt
1781 M: Gerd Hoffmann <kraxel@redhat.com>
1789 M: Peter Maydell <peter.maydell@linaro.org>
1794 M: Paolo Bonzini <pbonzini@redhat.com>
1798 F: util/qemu-timer.c
1800 F: qapi/run-state.json
1803 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1808 F: include/monitor/hmp-target.h
1811 Network device backends
1812 M: Jason Wang <jasowang@redhat.com>
1816 T: git https://github.com/jasowang/qemu.git net
1819 Netmap network backend
1820 M: Luigi Rizzo <rizzo@iet.unipi.it>
1821 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1822 M: Vincenzo Maffione <v.maffione@gmail.com>
1823 W: http://info.iet.unipi.it/~luigi/netmap/
1828 M: Eduardo Habkost <ehabkost@redhat.com>
1831 F: include/sysemu/numa.h
1832 T: git https://github.com/ehabkost/qemu.git machine-next
1834 Host Memory Backends
1835 M: Eduardo Habkost <ehabkost@redhat.com>
1836 M: Igor Mammedov <imammedo@redhat.com>
1838 F: backends/hostmem*.c
1839 F: include/sysemu/hostmem.h
1840 T: git https://github.com/ehabkost/qemu.git machine-next
1843 M: Gonglei <arei.gonglei@huawei.com>
1845 F: include/sysemu/cryptodev*.h
1846 F: backends/cryptodev*.c
1849 M: Eduardo Habkost <ehabkost@redhat.com>
1850 M: Cleber Rosa <crosa@redhat.com>
1857 M: Markus Armbruster <armbru@redhat.com>
1858 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1863 X: include/qapi/qmp/
1864 F: include/qapi/qmp/dispatch.h
1865 F: tests/qapi-schema/
1866 F: tests/test-*-visitor.c
1867 F: tests/test-qapi-*.c
1868 F: tests/test-qmp-*.c
1869 F: tests/test-visitor-serialization.c
1870 F: scripts/qapi-gen.py
1873 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1876 M: Eric Blake <eblake@redhat.com>
1877 M: Markus Armbruster <armbru@redhat.com>
1880 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1883 M: Markus Armbruster <armbru@redhat.com>
1886 F: include/qapi/qmp/
1887 X: include/qapi/qmp/dispatch.h
1888 F: scripts/coccinelle/qobject.cocci
1889 F: tests/check-qdict.c
1890 F: tests/check-qnum.c
1891 F: tests/check-qjson.c
1892 F: tests/check-qlist.c
1893 F: tests/check-qstring.c
1894 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1897 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1901 F: scripts/qemu-guest-agent/
1903 F: docs/interop/qemu-ga-ref.texi
1904 T: git https://github.com/mdroth/qemu.git qga
1907 M: Andreas Färber <afaerber@suse.de>
1909 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1911 X: include/qom/cpu.h
1914 F: tests/check-qom-interface.c
1915 F: tests/check-qom-proplist.c
1918 M: Markus Armbruster <armbru@redhat.com>
1922 F: docs/devel/*qmp-*
1923 F: docs/interop/*qmp-*
1926 F: tests/qmp-cmd-test.c
1927 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1930 M: Thomas Huth <thuth@redhat.com>
1931 M: Laurent Vivier <lvivier@redhat.com>
1932 R: Paolo Bonzini <pbonzini@redhat.com>
1940 M: Alistair Francis <alistair@alistair23.me>
1942 F: hw/core/register.c
1943 F: include/hw/register.h
1944 F: include/hw/registerfields.h
1947 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1948 M: Jan Kiszka <jan.kiszka@siemens.com>
1952 F: include/net/slirp.h
1953 T: git https://people.debian.org/~sthibault/qemu.git slirp
1954 T: git git://git.kiszka.org/qemu.git queues/slirp
1957 M: Paolo Bonzini <pbonzini@redhat.com>
1962 M: Stefan Hajnoczi <stefanha@redhat.com>
1966 F: qemu-option-trace.texi
1967 F: scripts/tracetool.py
1968 F: scripts/tracetool/
1969 F: docs/devel/tracing.txt
1970 T: git https://github.com/stefanha/qemu.git tracing
1973 M: Stefan Berger <stefanb@linux.ibm.com>
1978 F: include/hw/acpi/tpm.h
1979 F: include/sysemu/tpm*
1983 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1987 F: scripts/checkpatch.pl
1990 M: Juan Quintela <quintela@redhat.com>
1991 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1993 F: include/migration/
1995 F: scripts/vmstate-static-checker.py
1996 F: tests/vmstate-static-checker-data/
1997 F: tests/migration-test.c
1998 F: docs/devel/migration.rst
1999 F: qapi/migration.json
2002 M: Eduardo Otubo <otubo@redhat.com>
2005 F: include/sysemu/seccomp.h
2008 M: Daniel P. Berrange <berrange@redhat.com>
2012 F: tests/test-crypto-*
2013 F: tests/benchmark-crypto-*
2017 M: Stefan Hajnoczi <stefanha@redhat.com>
2018 M: Kevin Wolf <kwolf@redhat.com>
2020 F: include/qemu/coroutine*
2021 F: tests/test-coroutine.c
2024 M: Daniel P. Berrange <berrange@redhat.com>
2027 F: include/qemu/buffer.h
2030 M: Daniel P. Berrange <berrange@redhat.com>
2037 M: Daniel P. Berrange <berrange@redhat.com>
2038 M: Gerd Hoffmann <kraxel@redhat.com>
2040 F: include/qemu/sockets.h
2041 F: util/qemu-sockets.c
2042 F: qapi/sockets.json
2044 Throttling infrastructure
2045 M: Alberto Garcia <berto@igalia.com>
2047 F: block/throttle-groups.c
2048 F: include/block/throttle-groups.h
2049 F: include/qemu/throttle*.h
2051 F: docs/throttle.txt
2052 F: tests/test-throttle.c
2053 L: qemu-block@nongnu.org
2056 M: Fam Zheng <fam@euphon.net>
2059 F: include/qemu/uuid.h
2060 F: tests/test-uuid.c
2063 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2066 F: include/migration/colo.h
2067 F: include/migration/failover.h
2071 M: Zhang Chen <zhangckid@gmail.com>
2072 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2074 F: docs/colo-proxy.txt
2076 F: net/filter-rewriter.c
2077 F: net/filter-mirror.c
2080 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2081 R: Paolo Bonzini <pbonzini@redhat.com>
2082 W: https://wiki.qemu.org/Features/record-replay
2085 F: block/blkreplay.c
2086 F: net/filter-replay.c
2087 F: include/sysemu/replay.h
2092 M: Peter Xu <peterx@redhat.com>
2094 F: include/qemu/iova-tree.h
2098 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2105 M: Riku Voipio <riku.voipio@iki.fi>
2108 F: accel/tcg/user-exec*.c
2113 F: default-configs/*-bsd-user.mak
2116 M: Riku Voipio <riku.voipio@iki.fi>
2117 R: Laurent Vivier <laurent@vivier.eu>
2120 F: default-configs/*-linux-user.mak
2121 F: scripts/qemu-binfmt-conf.sh
2123 Tiny Code Generator (TCG)
2124 -------------------------
2126 M: Richard Henderson <rth@twiddle.net>
2131 M: Claudio Fontana <claudio.fontana@huawei.com>
2132 M: Claudio Fontana <claudio.fontana@gmail.com>
2134 L: qemu-arm@nongnu.org
2140 M: Andrzej Zaborowski <balrogg@gmail.com>
2142 L: qemu-arm@nongnu.org
2147 L: qemu-devel@nongnu.org
2153 M: Aurelien Jarno <aurelien@aurel32.net>
2154 R: Stefan Markovic <smarkovic@wavecomp.com>
2160 M: Richard Henderson <rth@twiddle.net>
2166 M: Richard Henderson <rth@twiddle.net>
2170 L: qemu-s390x@nongnu.org
2178 M: Stefan Weil <sw@weilnetz.de>
2187 M: Fam Zheng <fam@euphon.net>
2188 L: qemu-block@nongnu.org
2193 M: Josh Durgin <jdurgin@redhat.com>
2194 M: Jeff Cody <jcody@redhat.com>
2195 L: qemu-block@nongnu.org
2198 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2201 M: Liu Yuan <namei.unix@gmail.com>
2202 M: Jeff Cody <jcody@redhat.com>
2203 L: qemu-block@nongnu.org
2206 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2209 M: Jeff Cody <jcody@redhat.com>
2210 L: qemu-block@nongnu.org
2213 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2216 M: Stefan Weil <sw@weilnetz.de>
2217 L: qemu-block@nongnu.org
2222 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2223 M: Paolo Bonzini <pbonzini@redhat.com>
2224 M: Peter Lieven <pl@kamp.de>
2225 L: qemu-block@nongnu.org
2228 F: block/iscsi-opts.c
2230 Network Block Device (NBD)
2231 M: Eric Blake <eblake@redhat.com>
2232 L: qemu-block@nongnu.org
2236 F: include/block/nbd*
2239 F: docs/interop/nbd.txt
2240 T: git https://repo.or.cz/qemu/ericb.git nbd
2243 M: Jeff Cody <jcody@redhat.com>
2244 M: Peter Lieven <pl@kamp.de>
2245 L: qemu-block@nongnu.org
2248 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2251 M: Richard W.M. Jones <rjones@redhat.com>
2252 M: Jeff Cody <jcody@redhat.com>
2253 L: qemu-block@nongnu.org
2256 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2259 M: Jeff Cody <jcody@redhat.com>
2260 L: qemu-block@nongnu.org
2263 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2266 M: Jeff Cody <jcody@redhat.com>
2267 L: qemu-block@nongnu.org
2270 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2273 M: Fam Zheng <fam@euphon.net>
2274 L: qemu-block@nongnu.org
2279 M: Fam Zheng <fam@euphon.net>
2280 L: qemu-block@nongnu.org
2285 M: Gonglei <arei.gonglei@huawei.com>
2290 M: Alberto Garcia <berto@igalia.com>
2293 L: qemu-block@nongnu.org
2296 M: Ari Sundholm <ari@tuxera.com>
2297 L: qemu-block@nongnu.org
2299 F: block/blklogwrites.c
2302 M: Stefan Hajnoczi <stefanha@redhat.com>
2303 L: qemu-block@nongnu.org
2305 F: block/blkverify.c
2308 M: Stefan Hajnoczi <stefanha@redhat.com>
2309 L: qemu-block@nongnu.org
2314 M: Stefan Hajnoczi <stefanha@redhat.com>
2315 L: qemu-block@nongnu.org
2320 M: Stefan Hajnoczi <stefanha@redhat.com>
2321 L: qemu-block@nongnu.org
2326 M: Stefan Hajnoczi <stefanha@redhat.com>
2327 M: Denis V. Lunev <den@openvz.org>
2328 L: qemu-block@nongnu.org
2330 F: block/parallels.c
2331 F: docs/interop/parallels.txt
2334 M: Stefan Hajnoczi <stefanha@redhat.com>
2335 L: qemu-block@nongnu.org
2340 M: Kevin Wolf <kwolf@redhat.com>
2341 L: qemu-block@nongnu.org
2343 F: block/linux-aio.c
2344 F: include/block/raw-aio.h
2345 F: block/raw-format.c
2346 F: block/file-posix.c
2347 F: block/file-win32.c
2348 F: block/win32-aio.c
2351 M: Kevin Wolf <kwolf@redhat.com>
2352 M: Max Reitz <mreitz@redhat.com>
2353 L: qemu-block@nongnu.org
2356 F: docs/interop/qcow2.txt
2359 M: Kevin Wolf <kwolf@redhat.com>
2360 L: qemu-block@nongnu.org
2365 M: Kevin Wolf <kwolf@redhat.com>
2366 M: Max Reitz <mreitz@redhat.com>
2367 L: qemu-block@nongnu.org
2372 M: Kevin Wolf <kwolf@redhat.com>
2373 L: qemu-block@nongnu.org
2378 M: Kevin Wolf <kwolf@redhat.com>
2379 L: qemu-block@nongnu.org
2384 M: Stefan Hajnoczi <stefanha@redhat.com>
2385 L: qemu-block@nongnu.org
2387 F: tests/image-fuzzer/
2390 M: Wen Congyang <wencongyang2@huawei.com>
2391 M: Xie Changlong <xiechanglong.d@gmail.com>
2394 F: block/replication.c
2395 F: tests/test-replication.c
2396 F: docs/block-replication.txt
2399 M: Yuval Shaia <yuval.shaia@oracle.com>
2400 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2406 Build and test automation
2407 -------------------------
2408 Build and test automation
2409 M: Alex Bennée <alex.bennee@linaro.org>
2410 M: Fam Zheng <fam@euphon.net>
2411 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2412 L: qemu-devel@nongnu.org
2419 W: https://travis-ci.org/qemu/qemu
2420 W: https://app.shippable.com/github/qemu/qemu
2421 W: http://patchew.org/QEMU/
2423 Guest Test Compilation Support
2424 M: Alex Bennée <alex.bennee@linaro.org>
2425 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2426 F: tests/tcg/Makefile
2427 F: tests/tcg/Makefile.include
2428 L: qemu-devel@nongnu.org
2432 Build system architecture
2433 M: Daniel P. Berrange <berrange@redhat.com>
2435 F: docs/devel/build-system.txt
2437 Incompatible changes
2438 R: libvir-list@redhat.com
2439 F: qemu-deprecated.texi
2444 M: Daniel P. Berrange <berrange@redhat.com>
2446 F: scripts/git-submodule.sh