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
988 F: hw/pci-host/ppce500.c
989 F: include/hw/ppc/ppc_e500.h
990 F: include/hw/pci-host/ppce500.h
991 F: pc-bios/u-boot.e500
994 M: David Gibson <david@gibson.dropbear.id.au>
995 L: qemu-ppc@nongnu.org
997 F: hw/ppc/mpc8544ds.c
998 F: hw/ppc/mpc8544_guts.c
1001 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1002 R: David Gibson <david@gibson.dropbear.id.au>
1003 L: qemu-ppc@nongnu.org
1005 F: hw/ppc/mac_newworld.c
1006 F: hw/pci-host/uninorth.c
1007 F: hw/pci-bridge/dec.[hc]
1009 F: hw/misc/mos6522.c
1010 F: hw/nvram/mac_nvram.c
1012 F: include/hw/misc/macio/
1013 F: include/hw/misc/mos6522.h
1014 F: include/hw/ppc/mac_dbdma.h
1015 F: include/hw/pci-host/uninorth.h
1016 F: include/hw/input/adb*
1017 F: pc-bios/qemu_vga.ndrv
1020 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1021 R: David Gibson <david@gibson.dropbear.id.au>
1022 L: qemu-ppc@nongnu.org
1024 F: hw/ppc/mac_oldworld.c
1025 F: hw/pci-host/grackle.c
1027 F: hw/intc/heathrow_pic.c
1029 F: include/hw/intc/heathrow_pic.h
1030 F: include/hw/input/adb*
1031 F: pc-bios/qemu_vga.ndrv
1034 M: Hervé Poussineau <hpoussin@reactos.org>
1035 L: qemu-devel@nongnu.org
1036 L: qemu-ppc@nongnu.org
1039 F: hw/ppc/prep_systemio.c
1040 F: hw/ppc/rs6000_mc.c
1041 F: hw/pci-host/prep.[hc]
1045 F: hw/timer/m48t59-isa.c
1046 F: include/hw/isa/pc87312.h
1047 F: include/hw/timer/m48t59.h
1048 F: pc-bios/ppc_rom.bin
1051 M: David Gibson <david@gibson.dropbear.id.au>
1052 L: qemu-ppc@nongnu.org
1055 F: include/hw/*/spapr*
1057 F: include/hw/*/xics*
1058 F: pc-bios/spapr-rtas/*
1059 F: pc-bios/spapr-rtas.bin
1061 F: pc-bios/skiboot.lid
1062 F: docs/specs/ppc-spapr-hcalls.txt
1063 F: docs/specs/ppc-spapr-hotplug.txt
1065 F: tests/libqos/*spapr*
1067 F: tests/libqos/rtas*
1070 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1071 L: qemu-ppc@nongnu.org
1073 F: hw/ppc/virtex_ml507.c
1076 M: BALATON Zoltan <balaton@eik.bme.hu>
1077 L: qemu-ppc@nongnu.org
1079 F: hw/ppc/sam460ex.c
1080 F: hw/ppc/ppc440_pcix.c
1081 F: hw/display/sm501*
1083 F: hw/timer/m41t80.c
1084 F: pc-bios/canyonlands.dt[sb]
1085 F: pc-bios/u-boot-sam460ex-20100605.bin
1086 F: roms/u-boot-sam460ex
1091 M: Magnus Damm <magnus.damm@gmail.com>
1094 F: hw/intc/sh_intc.c
1095 F: hw/timer/sh_timer.c
1098 M: Magnus Damm <magnus.damm@gmail.com>
1105 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1108 F: hw/sparc/sun4m_iommu.c
1111 F: hw/dma/sparc32_dma.c
1112 F: hw/misc/eccmemctl.c
1114 F: include/hw/nvram/sun_nvram.h
1115 F: include/hw/sparc/sparc32_dma.h
1116 F: include/hw/sparc/sun4m_iommu.h
1117 F: pc-bios/openbios-sparc32
1120 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1122 F: hw/sparc64/sun4u.c
1123 F: hw/sparc64/sun4u_iommu.c
1124 F: include/hw/sparc/sun4u_iommu.h
1125 F: hw/pci-host/sabre.c
1126 F: include/hw/pci-host/sabre.h
1127 F: hw/pci-bridge/simba.c
1128 F: include/hw/pci-bridge/simba.h
1129 F: pc-bios/openbios-sparc64
1132 M: Artyom Tarasenko <atar4qemu@gmail.com>
1134 F: hw/sparc64/niagara.c
1135 F: hw/timer/sun4v-rtc.c
1136 F: include/hw/timer/sun4v-rtc.h
1139 M: Fabien Chouteau <chouteau@adacore.com>
1143 F: include/hw/sparc/grlib.h
1148 M: Cornelia Huck <cohuck@redhat.com>
1149 M: Halil Pasic <pasic@linux.ibm.com>
1150 M: Christian Borntraeger <borntraeger@de.ibm.com>
1152 F: hw/char/sclp*.[hc]
1153 F: hw/char/terminal3270.c
1155 F: include/hw/s390x/
1156 F: hw/watchdog/wdt_diag288.c
1157 F: include/hw/watchdog/wdt_diag288.h
1158 F: default-configs/s390x-softmmu.mak
1159 T: git https://github.com/cohuck/qemu.git s390-next
1160 T: git https://github.com/borntraeger/qemu.git s390-next
1161 L: qemu-s390x@nongnu.org
1164 M: Christian Borntraeger <borntraeger@de.ibm.com>
1165 M: Thomas Huth <thuth@redhat.com>
1168 F: pc-bios/s390-ccw/
1169 F: pc-bios/s390-ccw.img
1170 T: git https://github.com/borntraeger/qemu.git s390-next
1171 L: qemu-s390x@nongnu.org
1174 M: Collin Walling <walling@linux.ibm.com>
1176 F: hw/s390x/s390-pci*
1177 L: qemu-s390x@nongnu.org
1181 PKUnity-3 SoC initramfs-with-busybox
1182 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1190 M: Michael S. Tsirkin <mst@redhat.com>
1191 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1195 F: hw/pci-host/piix.c
1196 F: hw/pci-host/q35.c
1197 F: hw/pci-host/pam.c
1198 F: include/hw/pci-host/q35.h
1199 F: include/hw/pci-host/pam.h
1201 F: hw/isa/lpc_ich9.c
1202 F: hw/i2c/smbus_ich9.c
1205 F: include/hw/acpi/ich9.h
1206 F: include/hw/acpi/piix4.h
1209 F: include/hw/isa/apm.h
1210 F: tests/test-x86-cpuid.c
1211 F: tests/test-x86-cpuid-compat.c
1214 M: Michael S. Tsirkin <mst@redhat.com>
1215 M: Paolo Bonzini <pbonzini@redhat.com>
1217 F: hw/char/debugcon.c
1218 F: hw/char/parallel*
1221 F: hw/i2c/pm_smbus.c
1226 F: hw/isa/isa-superio.c
1227 F: hw/misc/debugexit.c
1228 F: hw/misc/pc-testdev.c
1231 F: hw/timer/mc146818rtc*
1232 F: hw/watchdog/wdt_ib700.c
1233 F: hw/watchdog/wdt_i6300esb.c
1234 F: include/hw/display/vga.h
1235 F: include/hw/char/parallel.h
1236 F: include/hw/dma/i8257.h
1237 F: include/hw/i2c/pm_smbus.h
1238 F: include/hw/input/i8042.h
1239 F: include/hw/isa/i8259_internal.h
1240 F: include/hw/isa/superio.h
1241 F: include/hw/timer/hpet.h
1242 F: include/hw/timer/i8254*
1243 F: include/hw/timer/mc146818rtc*
1246 M: Eduardo Habkost <ehabkost@redhat.com>
1247 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1249 F: hw/core/machine.c
1250 F: hw/core/null-machine.c
1252 F: include/hw/boards.h
1253 F: include/hw/cpu/cluster.h
1254 T: git https://github.com/ehabkost/qemu.git machine-next
1259 M: Max Filippov <jcmvbkbc@gmail.com>
1263 XTFPGA (LX60, LX200, ML605, KC705)
1264 M: Max Filippov <jcmvbkbc@gmail.com>
1266 F: hw/xtensa/xtfpga.c
1267 F: hw/net/opencores_eth.c
1272 M: Jiri Slaby <jslaby@suse.cz>
1277 M: John Snow <jsnow@redhat.com>
1278 L: qemu-block@nongnu.org
1285 F: hw/block/hd-geometry.c
1287 F: tests/ahci-test.c
1288 F: tests/cdrom-test.c
1289 F: tests/libqos/ahci*
1290 T: git https://github.com/jnsnow/qemu.git ide
1293 M: Corey Minyard <minyard@acm.org>
1295 F: include/hw/ipmi/*
1297 F: hw/smbios/smbios_type_38.c
1299 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1302 M: John Snow <jsnow@redhat.com>
1303 L: qemu-block@nongnu.org
1306 F: include/hw/block/fdc.h
1308 T: git https://github.com/jnsnow/qemu.git ide
1311 M: Peter Maydell <peter.maydell@linaro.org>
1314 F: include/hw/arm/omap.h
1317 M: Alberto Garcia <berto@igalia.com>
1319 F: hw/char/ipoctal232.c
1323 M: Michael S. Tsirkin <mst@redhat.com>
1324 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1327 F: hw/misc/pci-testdev.c
1332 F: default-configs/pci.mak
1335 M: Michael S. Tsirkin <mst@redhat.com>
1336 M: Igor Mammedov <imammedo@redhat.com>
1338 F: include/hw/acpi/*
1339 F: include/hw/firmware/smbios.h
1343 F: hw/i386/acpi-build.[hc]
1344 F: hw/arm/virt-acpi-build.c
1345 F: tests/bios-tables-test.c
1346 F: tests/acpi-utils.[hc]
1350 M: David Gibson <david@gibson.dropbear.id.au>
1351 L: qemu-ppc@nongnu.org
1354 F: hw/i2c/ppc4xx_i2c.c
1355 F: include/hw/ppc/ppc4xx.h
1356 F: include/hw/i2c/ppc4xx_i2c.h
1359 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1360 R: Paolo Bonzini <pbonzini@redhat.com>
1365 M: Jason Wang <jasowang@redhat.com>
1369 F: tests/virtio-net-test.c
1370 T: git https://github.com/jasowang/qemu.git net
1373 M: Paolo Bonzini <pbonzini@redhat.com>
1374 R: Fam Zheng <fam@euphon.net>
1376 F: include/hw/scsi/*
1378 F: tests/virtio-scsi-test.c
1379 T: git https://github.com/bonzini/qemu.git scsi-next
1382 M: Alistair Francis <alistair@alistair23.me>
1385 F: hw/block/m25p80.c
1386 F: include/hw/ssi/ssi.h
1388 F: tests/m25p80-test.c
1391 M: Alistair Francis <alistair@alistair23.me>
1396 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1398 F: include/hw/sd/sd*
1404 M: Gerd Hoffmann <kraxel@redhat.com>
1407 F: tests/usb-*-test.c
1409 F: docs/usb-storage.txt
1412 F: default-configs/usb.mak
1414 USB (serial adapter)
1415 M: Gerd Hoffmann <kraxel@redhat.com>
1416 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1418 F: hw/usb/dev-serial.c
1421 M: Alex Williamson <alex.williamson@redhat.com>
1427 M: Cornelia Huck <cohuck@redhat.com>
1428 M: Eric Farman <farman@linux.ibm.com>
1429 M: Farhan Ali <alifm@linux.ibm.com>
1432 F: hw/s390x/s390-ccw.c
1433 F: include/hw/s390x/s390-ccw.h
1434 T: git https://github.com/cohuck/qemu.git s390-next
1435 L: qemu-s390x@nongnu.org
1438 M: Christian Borntraeger <borntraeger@de.ibm.com>
1439 M: Tony Krowiak <akrowiak@linux.ibm.com>
1440 M: Halil Pasic <pasic@linux.ibm.com>
1441 M: Pierre Morel <pmorel@linux.ibm.com>
1443 F: hw/s390x/ap-device.c
1444 F: hw/s390x/ap-bridge.c
1445 F: include/hw/s390x/ap-device.h
1446 F: include/hw/s390x/ap-bridge.h
1449 L: qemu-s390x@nongnu.org
1452 M: Michael S. Tsirkin <mst@redhat.com>
1455 F: docs/interop/vhost-user.txt
1456 F: contrib/vhost-user-*/
1459 M: Michael S. Tsirkin <mst@redhat.com>
1462 F: hw/virtio/Makefile.objs
1463 F: hw/virtio/trace-events
1465 F: include/hw/virtio/
1466 F: tests/virtio-balloon-test.c
1469 M: Greg Kurz <groug@kaod.org>
1473 F: tests/virtio-9p-test.c
1474 T: git https://github.com/gkurz/qemu.git 9p-next
1477 M: Stefan Hajnoczi <stefanha@redhat.com>
1478 L: qemu-block@nongnu.org
1480 F: hw/block/virtio-blk.c
1481 F: hw/block/dataplane/*
1482 F: tests/virtio-blk-test.c
1483 T: git https://github.com/stefanha/qemu.git block
1486 M: Cornelia Huck <cohuck@redhat.com>
1487 M: Halil Pasic <pasic@linux.ibm.com>
1489 F: hw/s390x/virtio-ccw*.[hc]
1490 F: hw/s390x/vhost-vsock-ccw.c
1491 T: git https://github.com/cohuck/qemu.git s390-next
1492 T: git https://github.com/borntraeger/qemu.git s390-next
1493 L: qemu-s390x@nongnu.org
1496 M: Gerd Hoffmann <kraxel@redhat.com>
1498 F: hw/input/virtio-input*.c
1499 F: include/hw/virtio/virtio-input.h
1502 M: Amit Shah <amit@kernel.org>
1504 F: hw/char/virtio-serial-bus.c
1505 F: hw/char/virtio-console.c
1506 F: include/hw/virtio/virtio-serial.h
1507 F: tests/virtio-console-test.c
1508 F: tests/virtio-serial-test.c
1511 M: Amit Shah <amit@kernel.org>
1513 F: hw/virtio/virtio-rng.c
1514 F: include/hw/virtio/virtio-rng.h
1515 F: include/sysemu/rng*.h
1517 F: tests/virtio-rng-test.c
1520 M: Gonglei <arei.gonglei@huawei.com>
1522 F: hw/virtio/virtio-crypto.c
1523 F: hw/virtio/virtio-crypto-pci.c
1524 F: include/hw/virtio/virtio-crypto.h
1527 M: Keith Busch <keith.busch@intel.com>
1528 L: qemu-block@nongnu.org
1531 F: tests/nvme-test.c
1534 M: Hannes Reinecke <hare@suse.com>
1535 L: qemu-block@nongnu.org
1537 F: hw/scsi/megasas.c
1539 F: tests/megasas-test.c
1541 Network packet abstractions
1542 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1544 F: include/net/eth.h
1546 F: hw/net/net_rx_pkt*
1547 F: hw/net/net_tx_pkt*
1550 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1553 F: hw/scsi/vmw_pvscsi*
1554 F: tests/vmxnet3-test.c
1557 M: Jiri Pirko <jiri@resnulli.us>
1561 F: docs/specs/rocker.txt
1564 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1568 F: include/hw/mem/nvdimm.h
1572 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1577 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1582 M: Stefan Weil <sw@weilnetz.de>
1584 F: hw/net/eepro100.c
1587 M: Alistair Francis <alistair@alistair23.me>
1589 F: hw/core/generic-loader.c
1590 F: include/hw/core/generic-loader.h
1591 F: docs/generic-loader.txt
1593 Intel Hexadecimal Object File Loader
1594 M: Su Hang <suhang16@mails.ucas.ac.cn>
1596 F: tests/hexloader-test.c
1597 F: tests/data/hex-loader/test.hex
1600 M: Thomas Huth <thuth@redhat.com>
1602 F: hw/nvram/chrp_nvram.c
1603 F: include/hw/nvram/chrp_nvram.h
1604 F: tests/prom-env-test.c
1607 M: Ben Warren <ben@skyportsystems.com>
1609 F: hw/acpi/vmgenid.c
1610 F: include/hw/acpi/vmgenid.h
1611 F: docs/specs/vmgenid.txt
1612 F: tests/vmgenid-test.c
1615 Unimplemented device
1616 M: Peter Maydell <peter.maydell@linaro.org>
1617 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1619 F: include/hw/misc/unimp.h
1623 M: Gerd Hoffmann <kraxel@redhat.com>
1626 F: hw/display/bochs-display.c
1627 F: include/hw/display/vga.h
1628 F: include/hw/display/bochs-vbe.h
1631 M: Gerd Hoffmann <kraxel@redhat.com>
1633 F: hw/display/ramfb*.c
1634 F: include/hw/display/ramfb.h
1637 M: Gerd Hoffmann <kraxel@redhat.com>
1639 F: hw/display/virtio-gpu*
1640 F: hw/display/virtio-vga.c
1641 F: include/hw/virtio/virtio-gpu.h
1644 M: Gerd Hoffmann <kraxel@redhat.com>
1646 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1647 F: hw/display/cirrus*
1650 M: Gerd Hoffmann <kraxel@redhat.com>
1653 F: include/hw/display/edid.h
1656 Firmware configuration (fw_cfg)
1657 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1658 R: Laszlo Ersek <lersek@redhat.com>
1659 R: Gerd Hoffmann <kraxel@redhat.com>
1661 F: docs/specs/fw_cfg.txt
1662 F: hw/nvram/fw_cfg.c
1663 F: include/hw/nvram/fw_cfg.h
1664 F: include/standard-headers/linux/qemu_fw_cfg.h
1665 F: tests/libqos/fw_cfg.c
1666 F: tests/fw_cfg-test.c
1667 T: git https://github.com/philmd/qemu.git fw_cfg-next
1670 M: David Gibson <david@gibson.dropbear.id.au>
1671 M: Cédric Le Goater <clg@kaod.org>
1672 L: qemu-ppc@nongnu.org
1675 F: include/hw/*/*xive*
1680 M: Gerd Hoffmann <kraxel@redhat.com>
1684 F: include/hw/audio/
1685 F: tests/ac97-test.c
1686 F: tests/es1370-test.c
1687 F: tests/intel-hda-test.c
1690 M: Kevin Wolf <kwolf@redhat.com>
1691 M: Max Reitz <mreitz@redhat.com>
1692 L: qemu-block@nongnu.org
1700 F: tests/qemu-iotests/
1701 F: util/qemu-progress.c
1702 F: qobject/block-qdict.c
1703 F: tests/check-block-qdict.c
1704 T: git https://repo.or.cz/qemu/kevin.git block
1707 M: Stefan Hajnoczi <stefanha@redhat.com>
1708 M: Fam Zheng <fam@euphon.net>
1709 L: qemu-block@nongnu.org
1715 F: include/block/aio.h
1716 F: include/block/aio-wait.h
1717 F: scripts/qemugdb/aio.py
1718 T: git https://github.com/stefanha/qemu.git block
1720 Block SCSI subsystem
1721 M: Paolo Bonzini <pbonzini@redhat.com>
1722 R: Fam Zheng <fam@euphon.net>
1723 L: qemu-block@nongnu.org
1729 M: John Snow <jsnow@redhat.com>
1730 L: qemu-block@nongnu.org
1733 F: include/block/blockjob.h
1736 F: include/qemu/job.h
1742 T: git https://github.com/jnsnow/qemu.git jobs
1744 Block QAPI, monitor, command line
1745 M: Markus Armbruster <armbru@redhat.com>
1750 F: qapi/transaction.json
1751 T: git https://repo.or.cz/qemu/armbru.git block-next
1754 M: Fam Zheng <fam@euphon.net>
1755 M: John Snow <jsnow@redhat.com>
1756 L: qemu-block@nongnu.org
1759 F: block/dirty-bitmap.c
1760 F: include/qemu/hbitmap.h
1761 F: include/block/dirty-bitmap.h
1762 F: tests/test-hbitmap.c
1763 F: docs/interop/bitmaps.rst
1764 T: git https://github.com/famz/qemu.git bitmaps
1765 T: git https://github.com/jnsnow/qemu.git bitmaps
1767 Character device backends
1768 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1769 R: Paolo Bonzini <pbonzini@redhat.com>
1775 Character Devices (Braille)
1776 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1780 Command line option argument parsing
1781 M: Markus Armbruster <armbru@redhat.com>
1783 F: include/qemu/option.h
1784 F: tests/test-keyval.c
1785 F: tests/test-qemu-opts.c
1787 F: util/qemu-option.c
1790 M: Markus Armbruster <armbru@redhat.com>
1792 F: scripts/coverity-model.c
1795 L: qemu-devel@nongnu.org
1798 F: include/qom/cpu.h
1801 M: Alexander Graf <agraf@suse.de>
1804 F: include/sysemu/device_tree.h
1808 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1810 F: hw/misc/vmcoreinfo.c
1811 F: include/hw/misc/vmcoreinfo.h
1812 F: include/sysemu/dump-arch.h
1813 F: include/sysemu/dump.h
1814 F: scripts/dump-guest-memory.py
1818 M: Markus Armbruster <armbru@redhat.com>
1820 F: include/qapi/error.h
1821 F: include/qemu/error-report.h
1823 F: util/qemu-error.c
1831 M: Paolo Bonzini <pbonzini@redhat.com>
1833 F: include/exec/ioport.h
1835 F: include/exec/memory.h
1836 F: include/exec/ram_addr.h
1838 F: include/exec/memory-internal.h
1842 M: Gerd Hoffmann <kraxel@redhat.com>
1844 F: include/ui/qemu-spice.h
1845 F: include/ui/spice-display.h
1847 F: audio/spiceaudio.c
1850 F: docs/spice-port-fqdn.txt
1853 M: Gerd Hoffmann <kraxel@redhat.com>
1861 M: Peter Maydell <peter.maydell@linaro.org>
1866 M: Paolo Bonzini <pbonzini@redhat.com>
1870 F: util/qemu-timer.c
1872 F: qapi/run-state.json
1875 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1880 F: include/monitor/hmp-target.h
1883 Network device backends
1884 M: Jason Wang <jasowang@redhat.com>
1888 T: git https://github.com/jasowang/qemu.git net
1891 Netmap network backend
1892 M: Luigi Rizzo <rizzo@iet.unipi.it>
1893 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1894 M: Vincenzo Maffione <v.maffione@gmail.com>
1895 W: http://info.iet.unipi.it/~luigi/netmap/
1900 M: Eduardo Habkost <ehabkost@redhat.com>
1903 F: include/sysemu/numa.h
1904 T: git https://github.com/ehabkost/qemu.git machine-next
1906 Host Memory Backends
1907 M: Eduardo Habkost <ehabkost@redhat.com>
1908 M: Igor Mammedov <imammedo@redhat.com>
1910 F: backends/hostmem*.c
1911 F: include/sysemu/hostmem.h
1912 T: git https://github.com/ehabkost/qemu.git machine-next
1915 M: Gonglei <arei.gonglei@huawei.com>
1917 F: include/sysemu/cryptodev*.h
1918 F: backends/cryptodev*.c
1921 M: Eduardo Habkost <ehabkost@redhat.com>
1922 M: Cleber Rosa <crosa@redhat.com>
1929 M: Markus Armbruster <armbru@redhat.com>
1930 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1935 X: include/qapi/qmp/
1936 F: include/qapi/qmp/dispatch.h
1937 F: tests/qapi-schema/
1938 F: tests/test-*-visitor.c
1939 F: tests/test-qapi-*.c
1940 F: tests/test-qmp-*.c
1941 F: tests/test-visitor-serialization.c
1942 F: scripts/qapi-gen.py
1945 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1948 M: Eric Blake <eblake@redhat.com>
1949 M: Markus Armbruster <armbru@redhat.com>
1952 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1955 M: Markus Armbruster <armbru@redhat.com>
1958 F: include/qapi/qmp/
1959 X: include/qapi/qmp/dispatch.h
1960 F: scripts/coccinelle/qobject.cocci
1961 F: tests/check-qdict.c
1962 F: tests/check-qjson.c
1963 F: tests/check-qlist.c
1964 F: tests/check-qlit.c
1965 F: tests/check-qnull.c
1966 F: tests/check-qnum.c
1967 F: tests/check-qobject.c
1968 F: tests/check-qstring.c
1969 F: tests/data/qobject/qdict.txt
1970 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1973 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1977 F: scripts/qemu-guest-agent/
1979 F: docs/interop/qemu-ga-ref.texi
1980 T: git https://github.com/mdroth/qemu.git qga
1983 M: Andreas Färber <afaerber@suse.de>
1985 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1987 X: include/qom/cpu.h
1990 F: tests/check-qom-interface.c
1991 F: tests/check-qom-proplist.c
1994 M: Markus Armbruster <armbru@redhat.com>
1998 F: docs/devel/*qmp-*
1999 F: docs/interop/*qmp-*
2002 F: tests/qmp-cmd-test.c
2003 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2006 M: Thomas Huth <thuth@redhat.com>
2007 M: Laurent Vivier <lvivier@redhat.com>
2008 R: Paolo Bonzini <pbonzini@redhat.com>
2016 M: Alistair Francis <alistair@alistair23.me>
2018 F: hw/core/register.c
2019 F: include/hw/register.h
2020 F: include/hw/registerfields.h
2023 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2024 M: Jan Kiszka <jan.kiszka@siemens.com>
2028 F: include/net/slirp.h
2029 T: git https://people.debian.org/~sthibault/qemu.git slirp
2030 T: git git://git.kiszka.org/qemu.git queues/slirp
2033 M: Paolo Bonzini <pbonzini@redhat.com>
2038 M: Stefan Hajnoczi <stefanha@redhat.com>
2042 F: qemu-option-trace.texi
2043 F: scripts/tracetool.py
2044 F: scripts/tracetool/
2045 F: scripts/qemu-trace-stap*
2046 F: docs/devel/tracing.txt
2047 T: git https://github.com/stefanha/qemu.git tracing
2050 M: Stefan Berger <stefanb@linux.ibm.com>
2055 F: include/hw/acpi/tpm.h
2056 F: include/sysemu/tpm*
2060 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2064 F: scripts/checkpatch.pl
2067 M: Juan Quintela <quintela@redhat.com>
2068 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2070 F: include/migration/
2072 F: scripts/vmstate-static-checker.py
2073 F: tests/vmstate-static-checker-data/
2074 F: tests/migration-test.c
2075 F: docs/devel/migration.rst
2076 F: qapi/migration.json
2079 M: Eduardo Otubo <otubo@redhat.com>
2082 F: include/sysemu/seccomp.h
2085 M: Daniel P. Berrange <berrange@redhat.com>
2089 F: tests/test-crypto-*
2090 F: tests/benchmark-crypto-*
2091 F: tests/crypto-tls-*
2092 F: tests/pkix_asn1_tab.c
2096 M: Stefan Hajnoczi <stefanha@redhat.com>
2097 M: Kevin Wolf <kwolf@redhat.com>
2100 F: include/qemu/coroutine*
2101 F: tests/test-coroutine.c
2104 M: Daniel P. Berrange <berrange@redhat.com>
2107 F: include/qemu/buffer.h
2110 M: Daniel P. Berrange <berrange@redhat.com>
2117 M: Daniel P. Berrange <berrange@redhat.com>
2122 F: tests/test-authz-*
2125 M: Daniel P. Berrange <berrange@redhat.com>
2126 M: Gerd Hoffmann <kraxel@redhat.com>
2128 F: include/qemu/sockets.h
2129 F: util/qemu-sockets.c
2130 F: qapi/sockets.json
2133 M: Daniel P. Berrange <berrange@redhat.com>
2135 F: util/filemonitor*.c
2136 F: include/qemu/filemonitor.h
2137 F: tests/test-util-filemonitor.c
2139 Throttling infrastructure
2140 M: Alberto Garcia <berto@igalia.com>
2142 F: block/throttle-groups.c
2143 F: include/block/throttle-groups.h
2144 F: include/qemu/throttle*.h
2146 F: docs/throttle.txt
2147 F: tests/test-throttle.c
2148 L: qemu-block@nongnu.org
2151 M: Fam Zheng <fam@euphon.net>
2154 F: include/qemu/uuid.h
2155 F: tests/test-uuid.c
2158 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2161 F: include/migration/colo.h
2162 F: include/migration/failover.h
2166 M: Zhang Chen <zhangckid@gmail.com>
2167 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2169 F: docs/colo-proxy.txt
2171 F: net/filter-rewriter.c
2172 F: net/filter-mirror.c
2175 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2176 R: Paolo Bonzini <pbonzini@redhat.com>
2177 W: https://wiki.qemu.org/Features/record-replay
2180 F: block/blkreplay.c
2181 F: net/filter-replay.c
2182 F: include/sysemu/replay.h
2187 M: Peter Xu <peterx@redhat.com>
2189 F: include/qemu/iova-tree.h
2193 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2198 M: Corey Minyard <cminyard@mvista.com>
2201 F: hw/i2c/smbus_slave.c
2202 F: hw/i2c/smbus_master.c
2203 F: hw/i2c/smbus_eeprom.c
2204 F: include/hw/i2c/i2c.h
2205 F: include/hw/i2c/smbus_master.h
2206 F: include/hw/i2c/smbus_slave.h
2207 F: include/hw/i2c/smbus_eeprom.h
2212 M: Riku Voipio <riku.voipio@iki.fi>
2215 F: accel/tcg/user-exec*.c
2220 F: default-configs/*-bsd-user.mak
2223 M: Riku Voipio <riku.voipio@iki.fi>
2224 R: Laurent Vivier <laurent@vivier.eu>
2227 F: default-configs/*-linux-user.mak
2228 F: scripts/qemu-binfmt-conf.sh
2230 Tiny Code Generator (TCG)
2231 -------------------------
2233 M: Richard Henderson <rth@twiddle.net>
2238 M: Claudio Fontana <claudio.fontana@huawei.com>
2239 M: Claudio Fontana <claudio.fontana@gmail.com>
2241 L: qemu-arm@nongnu.org
2247 M: Andrzej Zaborowski <balrogg@gmail.com>
2249 L: qemu-arm@nongnu.org
2254 M: Richard Henderson <rth@twiddle.net>
2260 M: Aurelien Jarno <aurelien@aurel32.net>
2261 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2267 M: Richard Henderson <rth@twiddle.net>
2273 M: Palmer Dabbelt <palmer@sifive.com>
2274 M: Alistair Francis <Alistair.Francis@wdc.com>
2275 L: qemu-riscv@nongnu.org
2281 M: Richard Henderson <rth@twiddle.net>
2285 L: qemu-s390x@nongnu.org
2293 M: Stefan Weil <sw@weilnetz.de>
2302 M: Fam Zheng <fam@euphon.net>
2303 L: qemu-block@nongnu.org
2308 M: Josh Durgin <jdurgin@redhat.com>
2309 L: qemu-block@nongnu.org
2314 M: Liu Yuan <namei.unix@gmail.com>
2315 L: qemu-block@nongnu.org
2316 L: sheepdog@lists.wpkg.org
2321 M: Jeff Cody <codyprime@gmail.com>
2322 L: qemu-block@nongnu.org
2327 M: Stefan Weil <sw@weilnetz.de>
2328 L: qemu-block@nongnu.org
2333 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2334 M: Paolo Bonzini <pbonzini@redhat.com>
2335 M: Peter Lieven <pl@kamp.de>
2336 L: qemu-block@nongnu.org
2339 F: block/iscsi-opts.c
2341 Network Block Device (NBD)
2342 M: Eric Blake <eblake@redhat.com>
2343 L: qemu-block@nongnu.org
2347 F: include/block/nbd*
2350 F: docs/interop/nbd.txt
2351 T: git https://repo.or.cz/qemu/ericb.git nbd
2354 M: Peter Lieven <pl@kamp.de>
2355 L: qemu-block@nongnu.org
2360 M: Richard W.M. Jones <rjones@redhat.com>
2361 L: qemu-block@nongnu.org
2366 L: qemu-block@nongnu.org
2371 L: qemu-block@nongnu.org
2376 M: Fam Zheng <fam@euphon.net>
2377 L: qemu-block@nongnu.org
2382 M: Fam Zheng <fam@euphon.net>
2383 L: qemu-block@nongnu.org
2388 M: Gonglei <arei.gonglei@huawei.com>
2393 M: Alberto Garcia <berto@igalia.com>
2396 L: qemu-block@nongnu.org
2399 M: Ari Sundholm <ari@tuxera.com>
2400 L: qemu-block@nongnu.org
2402 F: block/blklogwrites.c
2405 M: Stefan Hajnoczi <stefanha@redhat.com>
2406 L: qemu-block@nongnu.org
2408 F: block/blkverify.c
2411 M: Stefan Hajnoczi <stefanha@redhat.com>
2412 L: qemu-block@nongnu.org
2417 M: Stefan Hajnoczi <stefanha@redhat.com>
2418 L: qemu-block@nongnu.org
2423 M: Stefan Hajnoczi <stefanha@redhat.com>
2424 L: qemu-block@nongnu.org
2429 M: Stefan Hajnoczi <stefanha@redhat.com>
2430 M: Denis V. Lunev <den@openvz.org>
2431 L: qemu-block@nongnu.org
2433 F: block/parallels.c
2434 F: docs/interop/parallels.txt
2437 M: Stefan Hajnoczi <stefanha@redhat.com>
2438 L: qemu-block@nongnu.org
2443 M: Kevin Wolf <kwolf@redhat.com>
2444 L: qemu-block@nongnu.org
2446 F: block/linux-aio.c
2447 F: include/block/raw-aio.h
2448 F: block/raw-format.c
2449 F: block/file-posix.c
2450 F: block/file-win32.c
2451 F: block/win32-aio.c
2454 M: Kevin Wolf <kwolf@redhat.com>
2455 M: Max Reitz <mreitz@redhat.com>
2456 L: qemu-block@nongnu.org
2459 F: docs/interop/qcow2.txt
2462 M: Kevin Wolf <kwolf@redhat.com>
2463 L: qemu-block@nongnu.org
2468 M: Kevin Wolf <kwolf@redhat.com>
2469 M: Max Reitz <mreitz@redhat.com>
2470 L: qemu-block@nongnu.org
2475 M: Kevin Wolf <kwolf@redhat.com>
2476 L: qemu-block@nongnu.org
2481 M: Kevin Wolf <kwolf@redhat.com>
2482 L: qemu-block@nongnu.org
2487 M: Stefan Hajnoczi <stefanha@redhat.com>
2488 L: qemu-block@nongnu.org
2490 F: tests/image-fuzzer/
2493 M: Wen Congyang <wencongyang2@huawei.com>
2494 M: Xie Changlong <xiechanglong.d@gmail.com>
2497 F: block/replication.c
2498 F: tests/test-replication.c
2499 F: docs/block-replication.txt
2502 M: Yuval Shaia <yuval.shaia@oracle.com>
2503 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2508 F: contrib/rdmacm-mux/*
2511 Build and test automation
2512 -------------------------
2513 Build and test automation
2514 M: Alex Bennée <alex.bennee@linaro.org>
2515 M: Fam Zheng <fam@euphon.net>
2516 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2517 L: qemu-devel@nongnu.org
2524 F: scripts/archive-source.sh
2525 W: https://travis-ci.org/qemu/qemu
2526 W: https://app.shippable.com/github/qemu/qemu
2527 W: http://patchew.org/QEMU/
2529 FreeBSD Hosted Continuous Integration
2530 M: Ed Maste <emaste@freebsd.org>
2531 M: Li-Wen Hsu <lwhsu@freebsd.org>
2532 L: qemu-devel@nongnu.org
2535 W: https://cirrus-ci.com/github/qemu/qemu
2537 GitLab Continuous Integration
2538 M: Thomas Huth <thuth@redhat.com>
2542 Guest Test Compilation Support
2543 M: Alex Bennée <alex.bennee@linaro.org>
2544 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2546 F: tests/tcg/Makefile
2547 F: tests/tcg/Makefile.include
2548 L: qemu-devel@nongnu.org
2552 Build system architecture
2553 M: Daniel P. Berrange <berrange@redhat.com>
2555 F: docs/devel/build-system.txt
2557 GIT Data Mining Config
2558 M: Alex Bennée <alex.bennee@linaro.org>
2563 Incompatible changes
2564 R: libvir-list@redhat.com
2565 F: qemu-deprecated.texi
2570 M: Daniel P. Berrange <berrange@redhat.com>
2572 F: scripts/git-submodule.sh
2574 Sphinx documentation configuration and build machinery
2575 M: Peter Maydell <peter.maydell@linaro.org>