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>
342 F: tests/tcg/multiarch/
344 Guest CPU Cores (KVM):
345 ----------------------
348 M: Paolo Bonzini <pbonzini@redhat.com>
349 L: kvm@vger.kernel.org
353 F: accel/stubs/kvm-stub.c
355 F: include/sysemu/kvm*.h
356 F: scripts/kvm/kvm_flightrecorder
359 M: Peter Maydell <peter.maydell@linaro.org>
360 L: qemu-arm@nongnu.org
365 M: James Hogan <jhogan@kernel.org>
366 R: Aleksandar Rikalo <arikalo@wavecomp.com>
371 M: David Gibson <david@gibson.dropbear.id.au>
376 M: Halil Pasic <pasic@linux.ibm.com>
377 M: Cornelia Huck <cohuck@redhat.com>
378 M: Christian Borntraeger <borntraeger@de.ibm.com>
380 F: target/s390x/kvm.c
381 F: target/s390x/kvm_s390x.h
382 F: target/s390x/kvm-stub.c
383 F: target/s390x/ioinst.[ch]
384 F: target/s390x/machine.c
385 F: target/s390x/sigp.c
386 F: hw/intc/s390_flic.c
387 F: hw/intc/s390_flic_kvm.c
388 F: include/hw/s390x/s390_flic.h
390 T: git https://github.com/cohuck/qemu.git s390-next
391 T: git https://github.com/borntraeger/qemu.git s390-next
392 L: qemu-s390x@nongnu.org
395 M: Paolo Bonzini <pbonzini@redhat.com>
396 M: Marcelo Tosatti <mtosatti@redhat.com>
397 L: kvm@vger.kernel.org
400 F: scripts/kvm/vmxcap
402 Guest CPU Cores (Xen):
403 ----------------------
406 M: Stefano Stabellini <sstabellini@kernel.org>
407 M: Anthony Perard <anthony.perard@citrix.com>
408 M: Paul Durrant <paul.durrant@citrix.com>
409 L: xen-devel@lists.xenproject.org
412 F: hw/9pfs/xen-9p-backend.c
413 F: hw/char/xen_console.c
414 F: hw/display/xenfb.c
417 F: hw/block/dataplane/xen*
421 F: include/hw/block/dataplane/xen*
423 F: include/sysemu/xen-mapcache.h
429 M: Michael S. Tsirkin <mst@redhat.com>
430 M: Cornelia Huck <cohuck@redhat.com>
431 M: Paolo Bonzini <pbonzini@redhat.com>
434 F: scripts/update-linux-headers.sh
437 M: Paolo Bonzini <pbonzini@redhat.com>
440 F: include/sysemu/os-posix.h
442 F: include/qemu/*posix*.h
445 L: qemu-devel@nongnu.org
446 M: Kamil Rytarowski <kamil@netbsd.org>
448 K: ^Subject:.*(?i)NetBSD
451 L: qemu-devel@nongnu.org
452 M: Brad Smith <brad@comstyle.com>
454 K: ^Subject:.*(?i)OpenBSD
457 L: qemu-devel@nongnu.org
458 M: Stefan Weil <sw@weilnetz.de>
467 M: Richard Henderson <rth@twiddle.net>
470 F: hw/isa/smc37c669-superio.c
475 M: Beniamino Galvani <b.galvani@gmail.com>
476 M: Peter Maydell <peter.maydell@linaro.org>
477 L: qemu-arm@nongnu.org
480 F: include/hw/*/allwinner*
481 F: hw/arm/cubieboard.c
483 ARM PrimeCell and CMSDK devices
484 M: Peter Maydell <peter.maydell@linaro.org>
485 L: qemu-arm@nongnu.org
488 F: include/hw/char/pl011.h
491 F: include/hw/dma/pl080.h
498 F: include/hw/ssi/pl022.h
500 F: include/hw/timer/pl031.h
501 F: include/hw/arm/primecell.h
502 F: hw/timer/cmsdk-apb-timer.c
503 F: include/hw/timer/cmsdk-apb-timer.h
504 F: hw/timer/cmsdk-apb-dualtimer.c
505 F: include/hw/timer/cmsdk-apb-dualtimer.h
506 F: hw/char/cmsdk-apb-uart.c
507 F: include/hw/char/cmsdk-apb-uart.h
508 F: hw/watchdog/cmsdk-apb-watchdog.c
509 F: include/hw/watchdog/cmsdk-apb-watchdog.h
511 F: include/hw/misc/tz-ppc.h
513 F: include/hw/misc/tz-mpc.h
515 F: include/hw/misc/tz-msc.h
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
522 F: hw/intc/gic_internal.h
524 F: hw/misc/arm11scu.c
525 F: hw/misc/arm_l2x0.c
526 F: hw/timer/a9gtimer*
528 F: include/hw/arm/arm*.h
529 F: include/hw/intc/arm*
530 F: include/hw/misc/a9scu.h
531 F: include/hw/misc/arm11scu.h
532 F: include/hw/timer/a9gtimer.h
533 F: include/hw/timer/arm_mptimer.h
534 F: include/hw/timer/armv7m_systick.h
535 F: tests/test-arm-mptimer.c
538 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
543 F: include/hw/arm/exynos4210.h
546 M: Rob Herring <robh@kernel.org>
547 M: Peter Maydell <peter.maydell@linaro.org>
548 L: qemu-arm@nongnu.org
554 M: Antony Pavlov <antonynpavlov@gmail.com>
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
558 F: include/hw/arm/digic.h
560 F: include/hw/*/digic*
563 M: Peter Maydell <peter.maydell@linaro.org>
564 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
565 L: qemu-devel@nongnu.org
566 L: qemu-arm@nongnu.org
571 M: Peter Maydell <peter.maydell@linaro.org>
572 R: Jean-Christophe Dubois <jcd@tribudubois.net>
573 L: qemu-arm@nongnu.org
575 F: hw/arm/fsl-imx25.c
576 F: hw/arm/imx25_pdk.c
577 F: hw/misc/imx25_ccm.c
578 F: include/hw/arm/fsl-imx25.h
579 F: include/hw/misc/imx25_ccm.h
582 M: Peter Chubb <peter.chubb@nicta.com.au>
583 M: Peter Maydell <peter.maydell@linaro.org>
584 L: qemu-arm@nongnu.org
589 F: include/hw/*/imx_*
590 F: include/hw/*/*imx31*
593 M: Peter Maydell <peter.maydell@linaro.org>
594 L: qemu-arm@nongnu.org
596 F: hw/arm/integratorcp.c
597 F: hw/misc/arm_integrator_debug.c
598 F: include/hw/misc/arm_integrator_debug.h
600 MCIMX6UL EVK / i.MX6ul
601 M: Peter Maydell <peter.maydell@linaro.org>
602 R: Jean-Christophe Dubois <jcd@tribudubois.net>
603 L: qemu-arm@nongnu.org
605 F: hw/arm/mcimx6ul-evk.c
606 F: hw/arm/fsl-imx6ul.c
607 F: hw/misc/imx6ul_ccm.c
608 F: include/hw/arm/fsl-imx6ul.h
609 F: include/hw/misc/imx6ul_ccm.h
611 MCIMX7D SABRE / i.MX7
612 M: Peter Maydell <peter.maydell@linaro.org>
613 R: Andrey Smirnov <andrew.smirnov@gmail.com>
614 L: qemu-arm@nongnu.org
616 F: hw/arm/mcimx7d-sabre.c
619 F: include/hw/arm/fsl-imx7.h
620 F: include/hw/misc/imx7_*.h
621 F: hw/pci-host/designware.c
622 F: include/hw/pci-host/designware.h
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
631 F: include/hw/misc/mps2-*.h
633 F: include/hw/arm/armsse.h
634 F: hw/misc/iotkit-secctl.c
635 F: include/hw/misc/iotkit-secctl.h
636 F: hw/misc/iotkit-sysctl.c
637 F: include/hw/misc/iotkit-sysctl.h
638 F: hw/misc/iotkit-sysinfo.c
639 F: include/hw/misc/iotkit-sysinfo.h
640 F: hw/misc/armsse-cpuid.c
641 F: include/hw/misc/armsse-cpuid.h
642 F: hw/misc/armsse-mhu.c
643 F: include/hw/misc/armsse-mhu.h
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
652 M: Jan Kiszka <jan.kiszka@web.de>
653 M: Peter Maydell <peter.maydell@linaro.org>
654 L: qemu-arm@nongnu.org
659 M: Andrzej Zaborowski <balrogg@gmail.com>
660 M: Peter Maydell <peter.maydell@linaro.org>
661 L: qemu-arm@nongnu.org
665 F: hw/input/tsc2005.c
667 F: hw/timer/twl92230.c
670 M: Andrzej Zaborowski <balrogg@gmail.com>
671 M: Peter Maydell <peter.maydell@linaro.org>
672 L: qemu-arm@nongnu.org
675 F: hw/input/tsc210x.c
678 M: Peter Maydell <peter.maydell@linaro.org>
679 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
680 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
681 L: qemu-arm@nongnu.org
684 F: hw/arm/raspi_platform.h
686 F: include/hw/arm/raspi*
687 F: include/hw/*/bcm283*
690 M: Peter Maydell <peter.maydell@linaro.org>
691 L: qemu-arm@nongnu.org
694 F: hw/cpu/realview_mpcore.c
695 F: hw/intc/realview_gic.c
696 F: include/hw/intc/realview_gic.h
699 M: Andrzej Zaborowski <balrogg@gmail.com>
700 M: Peter Maydell <peter.maydell@linaro.org>
701 L: qemu-arm@nongnu.org
703 F: hw/arm/mainstone.c
708 F: hw/display/tc6393xb.c
711 F: hw/misc/mst_fpga.c
713 F: include/hw/arm/pxa.h
714 F: include/hw/arm/sharpsl.h
717 M: Peter Maydell <peter.maydell@linaro.org>
718 R: Jean-Christophe Dubois <jcd@tribudubois.net>
719 L: qemu-arm@nongnu.org
721 F: hw/arm/sabrelite.c
725 F: include/hw/arm/fsl-imx6.h
726 F: include/hw/misc/imx6_*.h
727 F: include/hw/ssi/imx_spi.h
729 Sharp SL-5500 (Collie) PDA
730 M: Peter Maydell <peter.maydell@linaro.org>
731 L: qemu-arm@nongnu.org
737 M: Peter Maydell <peter.maydell@linaro.org>
738 L: qemu-arm@nongnu.org
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
749 M: Peter Maydell <peter.maydell@linaro.org>
750 L: qemu-arm@nongnu.org
753 F: hw/misc/arm_sysctl.c
756 M: Peter Maydell <peter.maydell@linaro.org>
757 L: qemu-arm@nongnu.org
760 F: include/hw/arm/virt.h
763 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
764 M: Alistair Francis <alistair@alistair23.me>
765 M: Peter Maydell <peter.maydell@linaro.org>
766 L: qemu-arm@nongnu.org
771 F: include/hw/misc/zynq*
775 M: Alistair Francis <alistair@alistair23.me>
776 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
777 M: Peter Maydell <peter.maydell@linaro.org>
778 L: qemu-arm@nongnu.org
781 F: include/hw/*/xlnx*.h
782 F: include/hw/ssi/xilinx_spips.h
784 F: include/hw/display/dpcd.h
787 M: Shannon Zhao <shannon.zhaosl@gmail.com>
788 L: qemu-arm@nongnu.org
790 F: hw/arm/virt-acpi-build.c
793 M: Alistair Francis <alistair@alistair23.me>
794 M: Peter Maydell <peter.maydell@linaro.org>
796 F: hw/arm/stm32f205_soc.c
797 F: hw/misc/stm32f2xx_syscfg.c
798 F: hw/char/stm32f2xx_usart.c
799 F: hw/timer/stm32f2xx_timer.c
801 F: hw/ssi/stm32f2xx_spi.c
802 F: include/hw/*/stm32*.h
805 M: Alistair Francis <alistair@alistair23.me>
806 M: Peter Maydell <peter.maydell@linaro.org>
808 F: hw/arm/netduino2.c
811 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
812 M: Peter Maydell <peter.maydell@linaro.org>
815 F: hw/misc/msf2-sysreg.c
816 F: hw/timer/mss-timer.c
818 F: include/hw/arm/msf2-soc.h
819 F: include/hw/misc/msf2-sysreg.h
820 F: include/hw/timer/mss-timer.h
821 F: include/hw/ssi/mss-spi.h
824 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
825 M: Peter Maydell <peter.maydell@linaro.org>
830 M: Cédric Le Goater <clg@kaod.org>
831 M: Peter Maydell <peter.maydell@linaro.org>
832 R: Andrew Jeffery <andrew@aj.id.au>
833 R: Joel Stanley <joel@jms.id.au>
834 L: qemu-arm@nongnu.org
838 F: include/hw/*/*aspeed*
839 F: include/hw/misc/pca9552*.h
840 F: hw/net/ftgmac100.c
841 F: include/hw/net/ftgmac100.h
844 M: Joel Stanley <joel@jms.id.au>
845 M: Peter Maydell <peter.maydell@linaro.org>
846 L: qemu-arm@nongnu.org
850 F: include/hw/*/nrf51*.h
851 F: include/hw/*/microbit*.h
852 F: tests/microbit-test.c
857 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
859 F: hw/cris/axis_dev88.c
865 M: Richard Henderson <rth@twiddle.net>
866 R: Helge Deller <deller@gmx.de>
869 F: pc-bios/hppa-firmware.img
873 EVR32 and uclinux BSP
874 M: Michael Walle <michael@walle.cc>
876 F: hw/lm32/lm32_boards.c
879 M: Michael Walle <michael@walle.cc>
881 F: hw/lm32/milkymist.c
886 M: Thomas Huth <huth@tuxfamily.org>
892 M: Thomas Huth <huth@tuxfamily.org>
895 F: hw/m68k/mcf_intc.c
896 F: hw/char/mcf_uart.c
898 F: include/hw/m68k/mcf*.h
903 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
905 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
906 F: include/hw/char/xilinx_uartlite.h
909 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
911 F: hw/microblaze/petalogix_ml605_mmu.c
916 M: Hervé Poussineau <hpoussin@reactos.org>
917 R: Aleksandar Rikalo <arikalo@wavecomp.com>
919 F: hw/mips/mips_jazz.c
920 F: hw/display/jazz_led.c
924 M: Aurelien Jarno <aurelien@aurel32.net>
925 R: Aleksandar Rikalo <arikalo@wavecomp.com>
927 F: hw/mips/mips_malta.c
930 M: Aleksandar Markovic <amarkovic@wavecomp.com>
931 R: Aleksandar Rikalo <arikalo@wavecomp.com>
933 F: hw/mips/mips_mipssim.c
937 M: Aurelien Jarno <aurelien@aurel32.net>
938 R: Aleksandar Rikalo <arikalo@wavecomp.com>
940 F: hw/mips/mips_r4k.c
943 M: Aleksandar Markovic <amarkovic@wavecomp.com>
944 R: Aleksandar Rikalo <arikalo@wavecomp.com>
946 F: hw/mips/mips_fulong2e.c
948 F: hw/pci-host/bonito.c
949 F: include/hw/isa/vt82c686.h
952 M: Paul Burton <pburton@wavecomp.com>
953 R: Aleksandar Rikalo <arikalo@wavecomp.com>
955 F: hw/core/loader-fit.c
957 F: hw/pci-host/xilinx-pcie.c
958 F: include/hw/pci-host/xilinx-pcie.h
963 M: Jia Liu <proljc@gmail.com>
965 F: hw/openrisc/openrisc_sim.c
970 M: David Gibson <david@gibson.dropbear.id.au>
971 L: qemu-ppc@nongnu.org
973 F: hw/ppc/ppc405_boards.c
976 M: David Gibson <david@gibson.dropbear.id.au>
977 L: qemu-ppc@nongnu.org
979 F: hw/ppc/ppc440_bamboo.c
982 M: David Gibson <david@gibson.dropbear.id.au>
983 L: qemu-ppc@nongnu.org
989 F: hw/pci-host/ppce500.c
990 F: include/hw/ppc/ppc_e500.h
991 F: include/hw/pci-host/ppce500.h
992 F: pc-bios/u-boot.e500
995 M: David Gibson <david@gibson.dropbear.id.au>
996 L: qemu-ppc@nongnu.org
998 F: hw/ppc/mpc8544ds.c
999 F: hw/ppc/mpc8544_guts.c
1002 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1003 R: David Gibson <david@gibson.dropbear.id.au>
1004 L: qemu-ppc@nongnu.org
1006 F: hw/ppc/mac_newworld.c
1007 F: hw/pci-host/uninorth.c
1008 F: hw/pci-bridge/dec.[hc]
1010 F: hw/misc/mos6522.c
1011 F: hw/nvram/mac_nvram.c
1013 F: include/hw/misc/macio/
1014 F: include/hw/misc/mos6522.h
1015 F: include/hw/ppc/mac_dbdma.h
1016 F: include/hw/pci-host/uninorth.h
1017 F: include/hw/input/adb*
1018 F: pc-bios/qemu_vga.ndrv
1021 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1022 R: David Gibson <david@gibson.dropbear.id.au>
1023 L: qemu-ppc@nongnu.org
1025 F: hw/ppc/mac_oldworld.c
1026 F: hw/pci-host/grackle.c
1028 F: hw/intc/heathrow_pic.c
1030 F: include/hw/intc/heathrow_pic.h
1031 F: include/hw/input/adb*
1032 F: pc-bios/qemu_vga.ndrv
1035 M: Hervé Poussineau <hpoussin@reactos.org>
1036 L: qemu-devel@nongnu.org
1037 L: qemu-ppc@nongnu.org
1040 F: hw/ppc/prep_systemio.c
1041 F: hw/ppc/rs6000_mc.c
1042 F: hw/pci-host/prep.[hc]
1046 F: hw/timer/m48t59-isa.c
1047 F: include/hw/isa/pc87312.h
1048 F: include/hw/timer/m48t59.h
1049 F: pc-bios/ppc_rom.bin
1052 M: David Gibson <david@gibson.dropbear.id.au>
1053 L: qemu-ppc@nongnu.org
1056 F: include/hw/*/spapr*
1058 F: include/hw/*/xics*
1059 F: pc-bios/spapr-rtas/*
1060 F: pc-bios/spapr-rtas.bin
1062 F: pc-bios/skiboot.lid
1063 F: docs/specs/ppc-spapr-hcalls.txt
1064 F: docs/specs/ppc-spapr-hotplug.txt
1066 F: tests/libqos/*spapr*
1068 F: tests/libqos/rtas*
1071 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1072 L: qemu-ppc@nongnu.org
1074 F: hw/ppc/virtex_ml507.c
1077 M: BALATON Zoltan <balaton@eik.bme.hu>
1078 L: qemu-ppc@nongnu.org
1080 F: hw/ppc/sam460ex.c
1081 F: hw/ppc/ppc440_pcix.c
1082 F: hw/display/sm501*
1084 F: hw/timer/m41t80.c
1085 F: pc-bios/canyonlands.dt[sb]
1086 F: pc-bios/u-boot-sam460ex-20100605.bin
1087 F: roms/u-boot-sam460ex
1092 M: Magnus Damm <magnus.damm@gmail.com>
1095 F: hw/intc/sh_intc.c
1096 F: hw/timer/sh_timer.c
1099 M: Magnus Damm <magnus.damm@gmail.com>
1106 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1109 F: hw/sparc/sun4m_iommu.c
1112 F: hw/dma/sparc32_dma.c
1113 F: hw/misc/eccmemctl.c
1115 F: include/hw/nvram/sun_nvram.h
1116 F: include/hw/sparc/sparc32_dma.h
1117 F: include/hw/sparc/sun4m_iommu.h
1118 F: pc-bios/openbios-sparc32
1121 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1123 F: hw/sparc64/sun4u.c
1124 F: hw/sparc64/sun4u_iommu.c
1125 F: include/hw/sparc/sun4u_iommu.h
1126 F: hw/pci-host/sabre.c
1127 F: include/hw/pci-host/sabre.h
1128 F: hw/pci-bridge/simba.c
1129 F: include/hw/pci-bridge/simba.h
1130 F: pc-bios/openbios-sparc64
1133 M: Artyom Tarasenko <atar4qemu@gmail.com>
1135 F: hw/sparc64/niagara.c
1136 F: hw/timer/sun4v-rtc.c
1137 F: include/hw/timer/sun4v-rtc.h
1140 M: Fabien Chouteau <chouteau@adacore.com>
1144 F: include/hw/sparc/grlib.h
1149 M: Cornelia Huck <cohuck@redhat.com>
1150 M: Halil Pasic <pasic@linux.ibm.com>
1151 M: Christian Borntraeger <borntraeger@de.ibm.com>
1153 F: hw/char/sclp*.[hc]
1154 F: hw/char/terminal3270.c
1156 F: include/hw/s390x/
1157 F: hw/watchdog/wdt_diag288.c
1158 F: include/hw/watchdog/wdt_diag288.h
1159 F: default-configs/s390x-softmmu.mak
1160 T: git https://github.com/cohuck/qemu.git s390-next
1161 T: git https://github.com/borntraeger/qemu.git s390-next
1162 L: qemu-s390x@nongnu.org
1165 M: Christian Borntraeger <borntraeger@de.ibm.com>
1166 M: Thomas Huth <thuth@redhat.com>
1169 F: pc-bios/s390-ccw/
1170 F: pc-bios/s390-ccw.img
1171 T: git https://github.com/borntraeger/qemu.git s390-next
1172 L: qemu-s390x@nongnu.org
1175 M: Collin Walling <walling@linux.ibm.com>
1177 F: hw/s390x/s390-pci*
1178 L: qemu-s390x@nongnu.org
1182 PKUnity-3 SoC initramfs-with-busybox
1183 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1191 M: Michael S. Tsirkin <mst@redhat.com>
1192 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1196 F: hw/pci-host/piix.c
1197 F: hw/pci-host/q35.c
1198 F: hw/pci-host/pam.c
1199 F: include/hw/pci-host/q35.h
1200 F: include/hw/pci-host/pam.h
1202 F: hw/isa/lpc_ich9.c
1203 F: hw/i2c/smbus_ich9.c
1206 F: include/hw/acpi/ich9.h
1207 F: include/hw/acpi/piix4.h
1210 F: include/hw/isa/apm.h
1211 F: tests/test-x86-cpuid.c
1212 F: tests/test-x86-cpuid-compat.c
1215 M: Michael S. Tsirkin <mst@redhat.com>
1216 M: Paolo Bonzini <pbonzini@redhat.com>
1218 F: hw/char/debugcon.c
1219 F: hw/char/parallel*
1222 F: hw/i2c/pm_smbus.c
1227 F: hw/isa/isa-superio.c
1228 F: hw/misc/debugexit.c
1229 F: hw/misc/pc-testdev.c
1232 F: hw/timer/mc146818rtc*
1233 F: hw/watchdog/wdt_ib700.c
1234 F: hw/watchdog/wdt_i6300esb.c
1235 F: include/hw/display/vga.h
1236 F: include/hw/char/parallel.h
1237 F: include/hw/dma/i8257.h
1238 F: include/hw/i2c/pm_smbus.h
1239 F: include/hw/input/i8042.h
1240 F: include/hw/isa/i8259_internal.h
1241 F: include/hw/isa/superio.h
1242 F: include/hw/timer/hpet.h
1243 F: include/hw/timer/i8254*
1244 F: include/hw/timer/mc146818rtc*
1247 M: Eduardo Habkost <ehabkost@redhat.com>
1248 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1250 F: hw/core/machine.c
1251 F: hw/core/null-machine.c
1253 F: include/hw/boards.h
1254 F: include/hw/cpu/cluster.h
1255 T: git https://github.com/ehabkost/qemu.git machine-next
1260 M: Max Filippov <jcmvbkbc@gmail.com>
1264 XTFPGA (LX60, LX200, ML605, KC705)
1265 M: Max Filippov <jcmvbkbc@gmail.com>
1267 F: hw/xtensa/xtfpga.c
1268 F: hw/net/opencores_eth.c
1273 M: Jiri Slaby <jslaby@suse.cz>
1278 M: John Snow <jsnow@redhat.com>
1279 L: qemu-block@nongnu.org
1286 F: hw/block/hd-geometry.c
1288 F: tests/ahci-test.c
1289 F: tests/cdrom-test.c
1290 F: tests/libqos/ahci*
1291 T: git https://github.com/jnsnow/qemu.git ide
1294 M: Corey Minyard <minyard@acm.org>
1296 F: include/hw/ipmi/*
1298 F: hw/smbios/smbios_type_38.c
1300 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1303 M: John Snow <jsnow@redhat.com>
1304 L: qemu-block@nongnu.org
1307 F: include/hw/block/fdc.h
1309 T: git https://github.com/jnsnow/qemu.git ide
1312 M: Peter Maydell <peter.maydell@linaro.org>
1315 F: include/hw/arm/omap.h
1318 M: Alberto Garcia <berto@igalia.com>
1320 F: hw/char/ipoctal232.c
1324 M: Michael S. Tsirkin <mst@redhat.com>
1325 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1328 F: hw/misc/pci-testdev.c
1333 F: default-configs/pci.mak
1336 M: Michael S. Tsirkin <mst@redhat.com>
1337 M: Igor Mammedov <imammedo@redhat.com>
1339 F: include/hw/acpi/*
1340 F: include/hw/firmware/smbios.h
1344 F: hw/i386/acpi-build.[hc]
1345 F: hw/arm/virt-acpi-build.c
1346 F: tests/bios-tables-test.c
1347 F: tests/acpi-utils.[hc]
1351 M: David Gibson <david@gibson.dropbear.id.au>
1352 L: qemu-ppc@nongnu.org
1355 F: hw/i2c/ppc4xx_i2c.c
1356 F: include/hw/ppc/ppc4xx.h
1357 F: include/hw/i2c/ppc4xx_i2c.h
1360 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1361 R: Paolo Bonzini <pbonzini@redhat.com>
1366 M: Jason Wang <jasowang@redhat.com>
1370 F: tests/virtio-net-test.c
1371 T: git https://github.com/jasowang/qemu.git net
1374 M: Paolo Bonzini <pbonzini@redhat.com>
1375 R: Fam Zheng <fam@euphon.net>
1377 F: include/hw/scsi/*
1379 F: tests/virtio-scsi-test.c
1380 T: git https://github.com/bonzini/qemu.git scsi-next
1383 M: Alistair Francis <alistair@alistair23.me>
1386 F: hw/block/m25p80.c
1387 F: include/hw/ssi/ssi.h
1389 F: tests/m25p80-test.c
1392 M: Alistair Francis <alistair@alistair23.me>
1397 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1399 F: include/hw/sd/sd*
1405 M: Gerd Hoffmann <kraxel@redhat.com>
1408 F: tests/usb-*-test.c
1410 F: docs/usb-storage.txt
1413 F: default-configs/usb.mak
1415 USB (serial adapter)
1416 M: Gerd Hoffmann <kraxel@redhat.com>
1417 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1419 F: hw/usb/dev-serial.c
1422 M: Alex Williamson <alex.williamson@redhat.com>
1428 M: Cornelia Huck <cohuck@redhat.com>
1429 M: Eric Farman <farman@linux.ibm.com>
1430 M: Farhan Ali <alifm@linux.ibm.com>
1433 F: hw/s390x/s390-ccw.c
1434 F: include/hw/s390x/s390-ccw.h
1435 T: git https://github.com/cohuck/qemu.git s390-next
1436 L: qemu-s390x@nongnu.org
1439 M: Christian Borntraeger <borntraeger@de.ibm.com>
1440 M: Tony Krowiak <akrowiak@linux.ibm.com>
1441 M: Halil Pasic <pasic@linux.ibm.com>
1442 M: Pierre Morel <pmorel@linux.ibm.com>
1444 F: hw/s390x/ap-device.c
1445 F: hw/s390x/ap-bridge.c
1446 F: include/hw/s390x/ap-device.h
1447 F: include/hw/s390x/ap-bridge.h
1450 L: qemu-s390x@nongnu.org
1453 M: Michael S. Tsirkin <mst@redhat.com>
1456 F: docs/interop/vhost-user.txt
1457 F: contrib/vhost-user-*/
1460 M: Michael S. Tsirkin <mst@redhat.com>
1463 F: hw/virtio/Makefile.objs
1464 F: hw/virtio/trace-events
1466 F: include/hw/virtio/
1467 F: tests/virtio-balloon-test.c
1470 M: Greg Kurz <groug@kaod.org>
1474 F: tests/virtio-9p-test.c
1475 T: git https://github.com/gkurz/qemu.git 9p-next
1478 M: Stefan Hajnoczi <stefanha@redhat.com>
1479 L: qemu-block@nongnu.org
1481 F: hw/block/virtio-blk.c
1482 F: hw/block/dataplane/*
1483 F: tests/virtio-blk-test.c
1484 T: git https://github.com/stefanha/qemu.git block
1487 M: Cornelia Huck <cohuck@redhat.com>
1488 M: Halil Pasic <pasic@linux.ibm.com>
1490 F: hw/s390x/virtio-ccw*.[hc]
1491 F: hw/s390x/vhost-vsock-ccw.c
1492 T: git https://github.com/cohuck/qemu.git s390-next
1493 T: git https://github.com/borntraeger/qemu.git s390-next
1494 L: qemu-s390x@nongnu.org
1497 M: Gerd Hoffmann <kraxel@redhat.com>
1499 F: hw/input/virtio-input*.c
1500 F: include/hw/virtio/virtio-input.h
1503 M: Amit Shah <amit@kernel.org>
1505 F: hw/char/virtio-serial-bus.c
1506 F: hw/char/virtio-console.c
1507 F: include/hw/virtio/virtio-serial.h
1508 F: tests/virtio-console-test.c
1509 F: tests/virtio-serial-test.c
1512 M: Amit Shah <amit@kernel.org>
1514 F: hw/virtio/virtio-rng.c
1515 F: include/hw/virtio/virtio-rng.h
1516 F: include/sysemu/rng*.h
1518 F: tests/virtio-rng-test.c
1521 M: Gonglei <arei.gonglei@huawei.com>
1523 F: hw/virtio/virtio-crypto.c
1524 F: hw/virtio/virtio-crypto-pci.c
1525 F: include/hw/virtio/virtio-crypto.h
1528 M: Keith Busch <keith.busch@intel.com>
1529 L: qemu-block@nongnu.org
1532 F: tests/nvme-test.c
1535 M: Hannes Reinecke <hare@suse.com>
1536 L: qemu-block@nongnu.org
1538 F: hw/scsi/megasas.c
1540 F: tests/megasas-test.c
1542 Network packet abstractions
1543 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1545 F: include/net/eth.h
1547 F: hw/net/net_rx_pkt*
1548 F: hw/net/net_tx_pkt*
1551 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1554 F: hw/scsi/vmw_pvscsi*
1555 F: tests/vmxnet3-test.c
1558 M: Jiri Pirko <jiri@resnulli.us>
1562 F: docs/specs/rocker.txt
1565 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1569 F: include/hw/mem/nvdimm.h
1573 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1578 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1583 M: Stefan Weil <sw@weilnetz.de>
1585 F: hw/net/eepro100.c
1588 M: Alistair Francis <alistair@alistair23.me>
1590 F: hw/core/generic-loader.c
1591 F: include/hw/core/generic-loader.h
1592 F: docs/generic-loader.txt
1594 Intel Hexadecimal Object File Loader
1595 M: Su Hang <suhang16@mails.ucas.ac.cn>
1597 F: tests/hexloader-test.c
1598 F: tests/data/hex-loader/test.hex
1601 M: Thomas Huth <thuth@redhat.com>
1603 F: hw/nvram/chrp_nvram.c
1604 F: include/hw/nvram/chrp_nvram.h
1605 F: tests/prom-env-test.c
1608 M: Ben Warren <ben@skyportsystems.com>
1610 F: hw/acpi/vmgenid.c
1611 F: include/hw/acpi/vmgenid.h
1612 F: docs/specs/vmgenid.txt
1613 F: tests/vmgenid-test.c
1616 Unimplemented device
1617 M: Peter Maydell <peter.maydell@linaro.org>
1618 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1620 F: include/hw/misc/unimp.h
1624 M: Gerd Hoffmann <kraxel@redhat.com>
1627 F: hw/display/bochs-display.c
1628 F: include/hw/display/vga.h
1629 F: include/hw/display/bochs-vbe.h
1632 M: Gerd Hoffmann <kraxel@redhat.com>
1634 F: hw/display/ramfb*.c
1635 F: include/hw/display/ramfb.h
1638 M: Gerd Hoffmann <kraxel@redhat.com>
1640 F: hw/display/virtio-gpu*
1641 F: hw/display/virtio-vga.c
1642 F: include/hw/virtio/virtio-gpu.h
1645 M: Gerd Hoffmann <kraxel@redhat.com>
1647 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1648 F: hw/display/cirrus*
1651 M: Gerd Hoffmann <kraxel@redhat.com>
1654 F: include/hw/display/edid.h
1657 Firmware configuration (fw_cfg)
1658 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1659 R: Laszlo Ersek <lersek@redhat.com>
1660 R: Gerd Hoffmann <kraxel@redhat.com>
1662 F: docs/specs/fw_cfg.txt
1663 F: hw/nvram/fw_cfg.c
1664 F: include/hw/nvram/fw_cfg.h
1665 F: include/standard-headers/linux/qemu_fw_cfg.h
1666 F: tests/libqos/fw_cfg.c
1667 F: tests/fw_cfg-test.c
1668 T: git https://github.com/philmd/qemu.git fw_cfg-next
1671 M: David Gibson <david@gibson.dropbear.id.au>
1672 M: Cédric Le Goater <clg@kaod.org>
1673 L: qemu-ppc@nongnu.org
1676 F: include/hw/*/*xive*
1681 M: Gerd Hoffmann <kraxel@redhat.com>
1685 F: include/hw/audio/
1686 F: tests/ac97-test.c
1687 F: tests/es1370-test.c
1688 F: tests/intel-hda-test.c
1691 M: Kevin Wolf <kwolf@redhat.com>
1692 M: Max Reitz <mreitz@redhat.com>
1693 L: qemu-block@nongnu.org
1701 F: tests/qemu-iotests/
1702 F: util/qemu-progress.c
1703 F: qobject/block-qdict.c
1704 F: tests/check-block-qdict.c
1705 T: git https://repo.or.cz/qemu/kevin.git block
1708 M: Stefan Hajnoczi <stefanha@redhat.com>
1709 M: Fam Zheng <fam@euphon.net>
1710 L: qemu-block@nongnu.org
1716 F: include/block/aio.h
1717 F: include/block/aio-wait.h
1718 F: scripts/qemugdb/aio.py
1719 T: git https://github.com/stefanha/qemu.git block
1721 Block SCSI subsystem
1722 M: Paolo Bonzini <pbonzini@redhat.com>
1723 R: Fam Zheng <fam@euphon.net>
1724 L: qemu-block@nongnu.org
1730 M: John Snow <jsnow@redhat.com>
1731 L: qemu-block@nongnu.org
1734 F: include/block/blockjob.h
1737 F: include/qemu/job.h
1743 T: git https://github.com/jnsnow/qemu.git jobs
1745 Block QAPI, monitor, command line
1746 M: Markus Armbruster <armbru@redhat.com>
1751 F: qapi/transaction.json
1752 T: git https://repo.or.cz/qemu/armbru.git block-next
1755 M: Fam Zheng <fam@euphon.net>
1756 M: John Snow <jsnow@redhat.com>
1757 L: qemu-block@nongnu.org
1760 F: block/dirty-bitmap.c
1761 F: include/qemu/hbitmap.h
1762 F: include/block/dirty-bitmap.h
1763 F: tests/test-hbitmap.c
1764 F: docs/interop/bitmaps.rst
1765 T: git https://github.com/famz/qemu.git bitmaps
1766 T: git https://github.com/jnsnow/qemu.git bitmaps
1768 Character device backends
1769 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1770 R: Paolo Bonzini <pbonzini@redhat.com>
1776 Character Devices (Braille)
1777 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1781 Command line option argument parsing
1782 M: Markus Armbruster <armbru@redhat.com>
1784 F: include/qemu/option.h
1785 F: tests/test-keyval.c
1786 F: tests/test-qemu-opts.c
1788 F: util/qemu-option.c
1791 M: Markus Armbruster <armbru@redhat.com>
1793 F: scripts/coverity-model.c
1796 L: qemu-devel@nongnu.org
1799 F: include/qom/cpu.h
1802 M: Alexander Graf <agraf@suse.de>
1805 F: include/sysemu/device_tree.h
1809 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1811 F: hw/misc/vmcoreinfo.c
1812 F: include/hw/misc/vmcoreinfo.h
1813 F: include/sysemu/dump-arch.h
1814 F: include/sysemu/dump.h
1815 F: scripts/dump-guest-memory.py
1819 M: Markus Armbruster <armbru@redhat.com>
1821 F: include/qapi/error.h
1822 F: include/qemu/error-report.h
1824 F: util/qemu-error.c
1832 M: Paolo Bonzini <pbonzini@redhat.com>
1834 F: include/exec/ioport.h
1836 F: include/exec/memory.h
1837 F: include/exec/ram_addr.h
1839 F: include/exec/memory-internal.h
1843 M: Gerd Hoffmann <kraxel@redhat.com>
1845 F: include/ui/qemu-spice.h
1846 F: include/ui/spice-display.h
1848 F: audio/spiceaudio.c
1851 F: docs/spice-port-fqdn.txt
1854 M: Gerd Hoffmann <kraxel@redhat.com>
1862 M: Peter Maydell <peter.maydell@linaro.org>
1867 M: Paolo Bonzini <pbonzini@redhat.com>
1871 F: util/qemu-timer.c
1873 F: qapi/run-state.json
1876 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1881 F: include/monitor/hmp-target.h
1884 Network device backends
1885 M: Jason Wang <jasowang@redhat.com>
1889 T: git https://github.com/jasowang/qemu.git net
1892 Netmap network backend
1893 M: Luigi Rizzo <rizzo@iet.unipi.it>
1894 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1895 M: Vincenzo Maffione <v.maffione@gmail.com>
1896 W: http://info.iet.unipi.it/~luigi/netmap/
1901 M: Eduardo Habkost <ehabkost@redhat.com>
1904 F: include/sysemu/numa.h
1905 T: git https://github.com/ehabkost/qemu.git machine-next
1907 Host Memory Backends
1908 M: Eduardo Habkost <ehabkost@redhat.com>
1909 M: Igor Mammedov <imammedo@redhat.com>
1911 F: backends/hostmem*.c
1912 F: include/sysemu/hostmem.h
1913 T: git https://github.com/ehabkost/qemu.git machine-next
1916 M: Gonglei <arei.gonglei@huawei.com>
1918 F: include/sysemu/cryptodev*.h
1919 F: backends/cryptodev*.c
1922 M: Eduardo Habkost <ehabkost@redhat.com>
1923 M: Cleber Rosa <crosa@redhat.com>
1930 M: Markus Armbruster <armbru@redhat.com>
1931 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1936 X: include/qapi/qmp/
1937 F: include/qapi/qmp/dispatch.h
1938 F: tests/qapi-schema/
1939 F: tests/test-*-visitor.c
1940 F: tests/test-qapi-*.c
1941 F: tests/test-qmp-*.c
1942 F: tests/test-visitor-serialization.c
1943 F: scripts/qapi-gen.py
1946 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1949 M: Eric Blake <eblake@redhat.com>
1950 M: Markus Armbruster <armbru@redhat.com>
1953 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1956 M: Markus Armbruster <armbru@redhat.com>
1959 F: include/qapi/qmp/
1960 X: include/qapi/qmp/dispatch.h
1961 F: scripts/coccinelle/qobject.cocci
1962 F: tests/check-qdict.c
1963 F: tests/check-qjson.c
1964 F: tests/check-qlist.c
1965 F: tests/check-qlit.c
1966 F: tests/check-qnull.c
1967 F: tests/check-qnum.c
1968 F: tests/check-qobject.c
1969 F: tests/check-qstring.c
1970 F: tests/data/qobject/qdict.txt
1971 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1974 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1978 F: scripts/qemu-guest-agent/
1980 F: docs/interop/qemu-ga-ref.texi
1981 T: git https://github.com/mdroth/qemu.git qga
1984 M: Andreas Färber <afaerber@suse.de>
1986 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1988 X: include/qom/cpu.h
1991 F: tests/check-qom-interface.c
1992 F: tests/check-qom-proplist.c
1995 M: Markus Armbruster <armbru@redhat.com>
1999 F: docs/devel/*qmp-*
2000 F: docs/interop/*qmp-*
2003 F: tests/qmp-cmd-test.c
2004 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2007 M: Thomas Huth <thuth@redhat.com>
2008 M: Laurent Vivier <lvivier@redhat.com>
2009 R: Paolo Bonzini <pbonzini@redhat.com>
2017 M: Alistair Francis <alistair@alistair23.me>
2019 F: hw/core/register.c
2020 F: include/hw/register.h
2021 F: include/hw/registerfields.h
2024 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2025 M: Jan Kiszka <jan.kiszka@siemens.com>
2029 F: include/net/slirp.h
2030 T: git https://people.debian.org/~sthibault/qemu.git slirp
2031 T: git git://git.kiszka.org/qemu.git queues/slirp
2034 M: Paolo Bonzini <pbonzini@redhat.com>
2039 M: Stefan Hajnoczi <stefanha@redhat.com>
2043 F: qemu-option-trace.texi
2044 F: scripts/tracetool.py
2045 F: scripts/tracetool/
2046 F: scripts/qemu-trace-stap*
2047 F: docs/devel/tracing.txt
2048 T: git https://github.com/stefanha/qemu.git tracing
2051 M: Stefan Berger <stefanb@linux.ibm.com>
2056 F: include/hw/acpi/tpm.h
2057 F: include/sysemu/tpm*
2061 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2065 F: scripts/checkpatch.pl
2068 M: Juan Quintela <quintela@redhat.com>
2069 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2071 F: include/migration/
2073 F: scripts/vmstate-static-checker.py
2074 F: tests/vmstate-static-checker-data/
2075 F: tests/migration-test.c
2076 F: docs/devel/migration.rst
2077 F: qapi/migration.json
2080 M: Eduardo Otubo <otubo@redhat.com>
2083 F: include/sysemu/seccomp.h
2086 M: Daniel P. Berrange <berrange@redhat.com>
2090 F: tests/test-crypto-*
2091 F: tests/benchmark-crypto-*
2092 F: tests/crypto-tls-*
2093 F: tests/pkix_asn1_tab.c
2097 M: Stefan Hajnoczi <stefanha@redhat.com>
2098 M: Kevin Wolf <kwolf@redhat.com>
2101 F: include/qemu/coroutine*
2102 F: tests/test-coroutine.c
2105 M: Daniel P. Berrange <berrange@redhat.com>
2108 F: include/qemu/buffer.h
2111 M: Daniel P. Berrange <berrange@redhat.com>
2118 M: Daniel P. Berrange <berrange@redhat.com>
2123 F: tests/test-authz-*
2126 M: Daniel P. Berrange <berrange@redhat.com>
2127 M: Gerd Hoffmann <kraxel@redhat.com>
2129 F: include/qemu/sockets.h
2130 F: util/qemu-sockets.c
2131 F: qapi/sockets.json
2134 M: Daniel P. Berrange <berrange@redhat.com>
2136 F: util/filemonitor*.c
2137 F: include/qemu/filemonitor.h
2138 F: tests/test-util-filemonitor.c
2140 Throttling infrastructure
2141 M: Alberto Garcia <berto@igalia.com>
2143 F: block/throttle-groups.c
2144 F: include/block/throttle-groups.h
2145 F: include/qemu/throttle*.h
2147 F: docs/throttle.txt
2148 F: tests/test-throttle.c
2149 L: qemu-block@nongnu.org
2152 M: Fam Zheng <fam@euphon.net>
2155 F: include/qemu/uuid.h
2156 F: tests/test-uuid.c
2159 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2162 F: include/migration/colo.h
2163 F: include/migration/failover.h
2167 M: Zhang Chen <zhangckid@gmail.com>
2168 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2170 F: docs/colo-proxy.txt
2172 F: net/filter-rewriter.c
2173 F: net/filter-mirror.c
2176 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2177 R: Paolo Bonzini <pbonzini@redhat.com>
2178 W: https://wiki.qemu.org/Features/record-replay
2181 F: block/blkreplay.c
2182 F: net/filter-replay.c
2183 F: include/sysemu/replay.h
2188 M: Peter Xu <peterx@redhat.com>
2190 F: include/qemu/iova-tree.h
2194 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2199 M: Corey Minyard <cminyard@mvista.com>
2202 F: hw/i2c/smbus_slave.c
2203 F: hw/i2c/smbus_master.c
2204 F: hw/i2c/smbus_eeprom.c
2205 F: include/hw/i2c/i2c.h
2206 F: include/hw/i2c/smbus_master.h
2207 F: include/hw/i2c/smbus_slave.h
2208 F: include/hw/i2c/smbus_eeprom.h
2213 M: Riku Voipio <riku.voipio@iki.fi>
2216 F: accel/tcg/user-exec*.c
2221 F: default-configs/*-bsd-user.mak
2224 M: Riku Voipio <riku.voipio@iki.fi>
2225 R: Laurent Vivier <laurent@vivier.eu>
2228 F: default-configs/*-linux-user.mak
2229 F: scripts/qemu-binfmt-conf.sh
2231 Tiny Code Generator (TCG)
2232 -------------------------
2234 M: Richard Henderson <rth@twiddle.net>
2239 M: Claudio Fontana <claudio.fontana@huawei.com>
2240 M: Claudio Fontana <claudio.fontana@gmail.com>
2242 L: qemu-arm@nongnu.org
2248 M: Andrzej Zaborowski <balrogg@gmail.com>
2250 L: qemu-arm@nongnu.org
2255 M: Richard Henderson <rth@twiddle.net>
2261 M: Aurelien Jarno <aurelien@aurel32.net>
2262 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2268 M: Richard Henderson <rth@twiddle.net>
2274 M: Palmer Dabbelt <palmer@sifive.com>
2275 M: Alistair Francis <Alistair.Francis@wdc.com>
2276 L: qemu-riscv@nongnu.org
2282 M: Richard Henderson <rth@twiddle.net>
2286 L: qemu-s390x@nongnu.org
2294 M: Stefan Weil <sw@weilnetz.de>
2303 M: Fam Zheng <fam@euphon.net>
2304 L: qemu-block@nongnu.org
2309 M: Josh Durgin <jdurgin@redhat.com>
2310 L: qemu-block@nongnu.org
2315 M: Liu Yuan <namei.unix@gmail.com>
2316 L: qemu-block@nongnu.org
2317 L: sheepdog@lists.wpkg.org
2322 M: Jeff Cody <codyprime@gmail.com>
2323 L: qemu-block@nongnu.org
2328 M: Stefan Weil <sw@weilnetz.de>
2329 L: qemu-block@nongnu.org
2334 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2335 M: Paolo Bonzini <pbonzini@redhat.com>
2336 M: Peter Lieven <pl@kamp.de>
2337 L: qemu-block@nongnu.org
2340 F: block/iscsi-opts.c
2342 Network Block Device (NBD)
2343 M: Eric Blake <eblake@redhat.com>
2344 L: qemu-block@nongnu.org
2348 F: include/block/nbd*
2351 F: docs/interop/nbd.txt
2352 T: git https://repo.or.cz/qemu/ericb.git nbd
2355 M: Peter Lieven <pl@kamp.de>
2356 L: qemu-block@nongnu.org
2361 M: Richard W.M. Jones <rjones@redhat.com>
2362 L: qemu-block@nongnu.org
2367 L: qemu-block@nongnu.org
2372 L: qemu-block@nongnu.org
2377 M: Fam Zheng <fam@euphon.net>
2378 L: qemu-block@nongnu.org
2383 M: Fam Zheng <fam@euphon.net>
2384 L: qemu-block@nongnu.org
2389 M: Gonglei <arei.gonglei@huawei.com>
2394 M: Alberto Garcia <berto@igalia.com>
2397 L: qemu-block@nongnu.org
2400 M: Ari Sundholm <ari@tuxera.com>
2401 L: qemu-block@nongnu.org
2403 F: block/blklogwrites.c
2406 M: Stefan Hajnoczi <stefanha@redhat.com>
2407 L: qemu-block@nongnu.org
2409 F: block/blkverify.c
2412 M: Stefan Hajnoczi <stefanha@redhat.com>
2413 L: qemu-block@nongnu.org
2418 M: Stefan Hajnoczi <stefanha@redhat.com>
2419 L: qemu-block@nongnu.org
2424 M: Stefan Hajnoczi <stefanha@redhat.com>
2425 L: qemu-block@nongnu.org
2430 M: Stefan Hajnoczi <stefanha@redhat.com>
2431 M: Denis V. Lunev <den@openvz.org>
2432 L: qemu-block@nongnu.org
2434 F: block/parallels.c
2435 F: docs/interop/parallels.txt
2438 M: Stefan Hajnoczi <stefanha@redhat.com>
2439 L: qemu-block@nongnu.org
2444 M: Kevin Wolf <kwolf@redhat.com>
2445 L: qemu-block@nongnu.org
2447 F: block/linux-aio.c
2448 F: include/block/raw-aio.h
2449 F: block/raw-format.c
2450 F: block/file-posix.c
2451 F: block/file-win32.c
2452 F: block/win32-aio.c
2455 M: Kevin Wolf <kwolf@redhat.com>
2456 M: Max Reitz <mreitz@redhat.com>
2457 L: qemu-block@nongnu.org
2460 F: docs/interop/qcow2.txt
2463 M: Kevin Wolf <kwolf@redhat.com>
2464 L: qemu-block@nongnu.org
2469 M: Kevin Wolf <kwolf@redhat.com>
2470 M: Max Reitz <mreitz@redhat.com>
2471 L: qemu-block@nongnu.org
2476 M: Kevin Wolf <kwolf@redhat.com>
2477 L: qemu-block@nongnu.org
2482 M: Kevin Wolf <kwolf@redhat.com>
2483 L: qemu-block@nongnu.org
2488 M: Stefan Hajnoczi <stefanha@redhat.com>
2489 L: qemu-block@nongnu.org
2491 F: tests/image-fuzzer/
2494 M: Wen Congyang <wencongyang2@huawei.com>
2495 M: Xie Changlong <xiechanglong.d@gmail.com>
2498 F: block/replication.c
2499 F: tests/test-replication.c
2500 F: docs/block-replication.txt
2503 M: Yuval Shaia <yuval.shaia@oracle.com>
2504 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2509 F: contrib/rdmacm-mux/*
2512 Build and test automation
2513 -------------------------
2514 Build and test automation
2515 M: Alex Bennée <alex.bennee@linaro.org>
2516 M: Fam Zheng <fam@euphon.net>
2517 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2518 L: qemu-devel@nongnu.org
2525 F: scripts/archive-source.sh
2526 W: https://travis-ci.org/qemu/qemu
2527 W: https://app.shippable.com/github/qemu/qemu
2528 W: http://patchew.org/QEMU/
2530 FreeBSD Hosted Continuous Integration
2531 M: Ed Maste <emaste@freebsd.org>
2532 M: Li-Wen Hsu <lwhsu@freebsd.org>
2533 L: qemu-devel@nongnu.org
2536 W: https://cirrus-ci.com/github/qemu/qemu
2538 GitLab Continuous Integration
2539 M: Thomas Huth <thuth@redhat.com>
2543 Guest Test Compilation Support
2544 M: Alex Bennée <alex.bennee@linaro.org>
2545 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2547 F: tests/tcg/Makefile
2548 F: tests/tcg/Makefile.include
2549 L: qemu-devel@nongnu.org
2553 Build system architecture
2554 M: Daniel P. Berrange <berrange@redhat.com>
2556 F: docs/devel/build-system.txt
2558 GIT Data Mining Config
2559 M: Alex Bennée <alex.bennee@linaro.org>
2564 Incompatible changes
2565 R: libvir-list@redhat.com
2566 F: qemu-deprecated.texi
2571 M: Daniel P. Berrange <berrange@redhat.com>
2573 F: scripts/git-submodule.sh
2575 Sphinx documentation configuration and build machinery
2576 M: Peter Maydell <peter.maydell@linaro.org>