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 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
25 much other than throw the odd patch in. See below.
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
58 L: qemu-devel@nongnu.org
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
82 M: Cornelia Huck <cohuck@redhat.com>
84 F: default-configs/s390x-softmmu.mak
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
92 F: hw/watchdog/wdt_diag288.c
94 F: include/hw/watchdog/wdt_diag288.h
96 F: pc-bios/s390-ccw.img
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
127 M: Richard Henderson <rth@twiddle.net>
135 M: Peter Maydell <peter.maydell@linaro.org>
136 L: qemu-arm@nongnu.org
141 F: include/hw/cpu/a*mpcore.h
147 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
156 M: Richard Henderson <rth@twiddle.net>
163 M: Michael Walle <michael@walle.cc>
170 F: include/hw/char/lm32_juart.h
175 M: Laurent Vivier <laurent@vivier.eu>
181 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183 F: target/microblaze/
185 F: disas/microblaze.c
188 M: Aurelien Jarno <aurelien@aurel32.net>
189 M: Yongbok Kim <yongbok.kim@mips.com>
194 F: hw/intc/mips_gic.c
195 F: hw/timer/mips_gictimer.c
197 F: include/hw/misc/mips_*
198 F: include/hw/intc/mips_gic.h
199 F: include/hw/timer/mips_gictimer.h
204 M: Anthony Green <green@moxielogic.com>
209 F: default-configs/moxie-softmmu.mak
212 M: Chris Wulff <crwulff@gmail.com>
213 M: Marek Vasut <marex@denx.de>
220 M: Stafford Horne <shorne@gmail.com>
224 F: tests/tcg/openrisc/
227 M: David Gibson <david@gibson.dropbear.id.au>
228 M: Alexander Graf <agraf@suse.de>
229 L: qemu-ppc@nongnu.org
237 M: Richard Henderson <rth@twiddle.net>
238 M: Alexander Graf <agraf@suse.de>
239 M: David Hildenbrand <david@redhat.com>
244 L: qemu-s390x@nongnu.org
247 M: Aurelien Jarno <aurelien@aurel32.net>
255 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
256 M: Artyom Tarasenko <atar4qemu@gmail.com>
264 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
268 F: include/hw/unicore32/
271 M: Paolo Bonzini <pbonzini@redhat.com>
272 M: Richard Henderson <rth@twiddle.net>
273 M: Eduardo Habkost <ehabkost@redhat.com>
278 T: git git://github.com/ehabkost/qemu.git x86-next
281 M: Max Filippov <jcmvbkbc@gmail.com>
282 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
290 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
294 F: include/hw/tricore/
296 Guest CPU Cores (KVM):
297 ----------------------
300 M: Paolo Bonzini <pbonzini@redhat.com>
301 L: kvm@vger.kernel.org
305 F: include/sysemu/kvm*.h
308 M: Peter Maydell <peter.maydell@linaro.org>
309 L: qemu-arm@nongnu.org
314 M: James Hogan <jhogan@kernel.org>
319 M: Alexander Graf <agraf@suse.de>
324 M: Christian Borntraeger <borntraeger@de.ibm.com>
325 M: Cornelia Huck <cohuck@redhat.com>
326 M: Alexander Graf <agraf@suse.de>
328 F: target/s390x/kvm.c
329 F: target/s390x/kvm_s390x.h
330 F: target/s390x/kvm-stub.c
331 F: target/s390x/ioinst.[ch]
332 F: target/s390x/machine.c
333 F: target/s390x/sigp.c
334 F: hw/intc/s390_flic.c
335 F: hw/intc/s390_flic_kvm.c
336 F: include/hw/s390x/s390_flic.h
338 T: git git://github.com/cohuck/qemu.git s390-next
339 T: git git://github.com/borntraeger/qemu.git s390-next
340 L: qemu-s390x@nongnu.org
343 M: Paolo Bonzini <pbonzini@redhat.com>
344 M: Marcelo Tosatti <mtosatti@redhat.com>
345 L: kvm@vger.kernel.org
349 Guest CPU Cores (Xen):
350 ----------------------
353 M: Stefano Stabellini <sstabellini@kernel.org>
354 M: Anthony Perard <anthony.perard@citrix.com>
355 L: xen-devel@lists.xenproject.org
358 F: hw/9pfs/xen-9p-backend.c
359 F: hw/char/xen_console.c
360 F: hw/display/xenfb.c
367 F: include/sysemu/xen-mapcache.h
373 L: qemu-devel@nongnu.org
379 L: qemu-devel@nongnu.org
384 L: qemu-devel@nongnu.org
385 M: Kamil Rytarowski <kamil@netbsd.org>
387 K: ^Subject:.*(?i)NetBSD
390 L: qemu-devel@nongnu.org
391 M: Brad Smith <brad@comstyle.com>
393 K: ^Subject:.*(?i)OpenBSD
396 L: qemu-devel@nongnu.org
397 M: Stefan Weil <sw@weilnetz.de>
408 M: Beniamino Galvani <b.galvani@gmail.com>
409 L: qemu-arm@nongnu.org
412 F: include/hw/*/allwinner*
413 F: hw/arm/cubieboard.c
415 ARM PrimeCell and CMSDK devices
416 M: Peter Maydell <peter.maydell@linaro.org>
417 L: qemu-arm@nongnu.org
420 F: include/hw/char/pl011.h
429 F: include/hw/arm/primecell.h
430 F: hw/timer/cmsdk-apb-timer.c
431 F: include/hw/timer/cmsdk-apb-timer.h
432 F: hw/char/cmsdk-apb-uart.c
433 F: include/hw/char/cmsdk-apb-uart.h
436 M: Peter Maydell <peter.maydell@linaro.org>
437 L: qemu-arm@nongnu.org
440 F: hw/intc/gic_internal.h
442 F: hw/misc/arm11scu.c
443 F: hw/timer/a9gtimer*
445 F: include/hw/arm/arm*.h
446 F: include/hw/intc/arm*
447 F: include/hw/misc/a9scu.h
448 F: include/hw/misc/arm11scu.h
449 F: include/hw/timer/a9gtimer.h
450 F: include/hw/timer/arm_mptimer.h
451 F: include/hw/timer/armv7m_systick.h
452 F: tests/test-arm-mptimer.c
455 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
456 L: qemu-arm@nongnu.org
459 F: include/hw/arm/exynos4210.h
462 M: Rob Herring <robh@kernel.org>
463 L: qemu-arm@nongnu.org
469 M: Antony Pavlov <antonynpavlov@gmail.com>
470 L: qemu-arm@nongnu.org
472 F: include/hw/arm/digic.h
476 L: qemu-devel@nongnu.org
477 L: qemu-arm@nongnu.org
482 M: Peter Chubb <peter.chubb@nicta.com.au>
483 L: qemu-arm@nongnu.org
488 F: include/hw/arm/fsl-imx31.h
491 M: Peter Maydell <peter.maydell@linaro.org>
492 L: qemu-arm@nongnu.org
494 F: hw/arm/integratorcp.c
495 F: hw/misc/arm_integrator_debug.c
498 M: Peter Maydell <peter.maydell@linaro.org>
499 L: qemu-arm@nongnu.org
502 F: hw/misc/mps2-scc.c
503 F: include/hw/misc/mps2-scc.h
506 M: Jan Kiszka <jan.kiszka@web.de>
507 L: qemu-arm@nongnu.org
512 M: Andrzej Zaborowski <balrogg@gmail.com>
513 L: qemu-arm@nongnu.org
518 M: Andrzej Zaborowski <balrogg@gmail.com>
519 L: qemu-arm@nongnu.org
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
528 F: hw/cpu/realview_mpcore.c
529 F: hw/intc/realview_gic.c
530 F: include/hw/intc/realview_gic.h
533 M: Andrzej Zaborowski <balrogg@gmail.com>
534 L: qemu-arm@nongnu.org
536 F: hw/arm/mainstone.c
541 F: hw/misc/mst_fpga.c
542 F: include/hw/arm/pxa.h
545 M: Peter Maydell <peter.maydell@linaro.org>
546 L: qemu-arm@nongnu.org
551 M: Peter Maydell <peter.maydell@linaro.org>
552 L: qemu-arm@nongnu.org
555 F: hw/misc/arm_sysctl.c
558 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
559 M: Alistair Francis <alistair@alistair23.me>
560 L: qemu-arm@nongnu.org
565 F: include/hw/misc/zynq*
569 M: Alistair Francis <alistair@alistair23.me>
570 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
571 L: qemu-arm@nongnu.org
574 F: include/hw/*/xlnx*.h
577 M: Shannon Zhao <zhaoshenglong@huawei.com>
578 M: Shannon Zhao <shannon.zhaosl@gmail.com>
579 L: qemu-arm@nongnu.org
581 F: hw/arm/virt-acpi-build.c
584 M: Alistair Francis <alistair@alistair23.me>
586 F: hw/arm/stm32f205_soc.c
587 F: hw/misc/stm32f2xx_syscfg.c
588 F: hw/char/stm32f2xx_usart.c
589 F: hw/timer/stm32f2xx_timer.c
591 F: hw/ssi/stm32f2xx_spi.c
592 F: include/hw/*/stm32*.h
595 M: Alistair Francis <alistair@alistair23.me>
597 F: hw/arm/netduino2.c
600 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
603 F: hw/misc/msf2-sysreg.c
604 F: hw/timer/mss-timer.c
606 F: include/hw/arm/msf2-soc.h
607 F: include/hw/misc/msf2-sysreg.h
608 F: include/hw/timer/mss-timer.h
609 F: include/hw/ssi/mss-spi.h
612 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
619 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
621 F: hw/cris/axis_dev88.c
626 EVR32 and uclinux BSP
627 M: Michael Walle <michael@walle.cc>
629 F: hw/lm32/lm32_boards.c
632 M: Michael Walle <michael@walle.cc>
634 F: hw/lm32/milkymist.c
639 M: Thomas Huth <huth@tuxfamily.org>
645 M: Thomas Huth <huth@tuxfamily.org>
648 F: hw/m68k/mcf_intc.c
649 F: hw/char/mcf_uart.c
651 F: include/hw/m68k/mcf*.h
656 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
658 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
661 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
663 F: hw/microblaze/petalogix_ml605_mmu.c
668 M: Hervé Poussineau <hpoussin@reactos.org>
670 F: hw/mips/mips_jazz.c
673 M: Aurelien Jarno <aurelien@aurel32.net>
675 F: hw/mips/mips_malta.c
678 M: Yongbok Kim <yongbok.kim@mips.com>
680 F: hw/mips/mips_mipssim.c
684 M: Aurelien Jarno <aurelien@aurel32.net>
686 F: hw/mips/mips_r4k.c
689 M: Yongbok Kim <yongbok.kim@mips.com>
691 F: hw/mips/mips_fulong2e.c
694 M: Paul Burton <paul.burton@mips.com>
696 F: hw/core/loader-fit.c
698 F: hw/pci-host/xilinx-pcie.c
703 M: Jia Liu <proljc@gmail.com>
705 F: hw/openrisc/openrisc_sim.c
710 M: Alexander Graf <agraf@suse.de>
711 L: qemu-ppc@nongnu.org
713 F: hw/ppc/ppc405_boards.c
716 M: Alexander Graf <agraf@suse.de>
717 L: qemu-ppc@nongnu.org
719 F: hw/ppc/ppc440_bamboo.c
722 M: Alexander Graf <agraf@suse.de>
723 L: qemu-ppc@nongnu.org
727 F: include/hw/ppc/ppc_e500.h
728 F: include/hw/pci-host/ppce500.h
729 F: pc-bios/u-boot.e500
732 M: Alexander Graf <agraf@suse.de>
733 L: qemu-ppc@nongnu.org
735 F: hw/ppc/mpc8544ds.c
736 F: hw/ppc/mpc8544_guts.c
739 M: Alexander Graf <agraf@suse.de>
740 L: qemu-ppc@nongnu.org
742 F: hw/ppc/mac_newworld.c
743 F: hw/pci-host/uninorth.c
744 F: hw/pci-bridge/dec.[hc]
746 F: include/hw/ppc/mac_dbdma.h
747 F: hw/nvram/mac_nvram.c
750 M: Alexander Graf <agraf@suse.de>
751 L: qemu-ppc@nongnu.org
753 F: hw/ppc/mac_oldworld.c
754 F: hw/pci-host/grackle.c
756 F: hw/intc/heathrow_pic.c
759 M: Hervé Poussineau <hpoussin@reactos.org>
760 L: qemu-devel@nongnu.org
761 L: qemu-ppc@nongnu.org
764 F: hw/ppc/prep_systemio.c
765 F: hw/ppc/rs6000_mc.c
766 F: hw/pci-host/prep.[hc]
768 F: hw/isa/pc87312.[hc]
770 F: hw/timer/m48t59-isa.c
771 F: include/hw/timer/m48t59.h
772 F: pc-bios/ppc_rom.bin
775 M: David Gibson <david@gibson.dropbear.id.au>
776 M: Alexander Graf <agraf@suse.de>
777 L: qemu-ppc@nongnu.org
780 F: include/hw/*/spapr*
782 F: include/hw/*/xics*
783 F: pc-bios/spapr-rtas/*
784 F: pc-bios/spapr-rtas.bin
786 F: pc-bios/skiboot.lid
787 F: docs/specs/ppc-spapr-hcalls.txt
788 F: docs/specs/ppc-spapr-hotplug.txt
790 F: tests/libqos/*spapr*
792 F: tests/libqos/rtas*
795 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
796 L: qemu-ppc@nongnu.org
798 F: hw/ppc/virtex_ml507.c
801 M: BALATON Zoltan <balaton@eik.bme.hu>
802 L: qemu-ppc@nongnu.org
809 M: Magnus Damm <magnus.damm@gmail.com>
813 F: hw/timer/sh_timer.c
816 M: Magnus Damm <magnus.damm@gmail.com>
823 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
826 F: hw/dma/sparc32_dma.c
827 F: hw/dma/sun4m_iommu.c
828 F: hw/misc/eccmemctl.c
829 F: hw/misc/slavio_misc.c
830 F: include/hw/sparc/sparc32_dma.h
831 F: include/hw/sparc/sun4m.h
832 F: pc-bios/openbios-sparc32
835 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
837 F: hw/sparc64/sun4u.c
838 F: pc-bios/openbios-sparc64
841 M: Artyom Tarasenko <atar4qemu@gmail.com>
843 F: hw/sparc64/niagara.c
844 F: hw/timer/sun4v-rtc.c
845 F: include/hw/timer/sun4v-rtc.h
848 M: Fabien Chouteau <chouteau@adacore.com>
852 F: include/hw/sparc/grlib.h
857 M: Cornelia Huck <cohuck@redhat.com>
858 M: Christian Borntraeger <borntraeger@de.ibm.com>
859 M: Alexander Graf <agraf@suse.de>
861 F: hw/char/sclp*.[hc]
862 F: hw/char/terminal3270.c
865 F: hw/watchdog/wdt_diag288.c
866 F: include/hw/watchdog/wdt_diag288.h
867 F: default-configs/s390x-softmmu.mak
868 T: git git://github.com/cohuck/qemu.git s390-next
869 T: git git://github.com/borntraeger/qemu.git s390-next
870 L: qemu-s390x@nongnu.org
873 M: Christian Borntraeger <borntraeger@de.ibm.com>
874 M: Thomas Huth <thuth@redhat.com>
877 F: pc-bios/s390-ccw.img
878 T: git git://github.com/borntraeger/qemu.git s390-next
879 L: qemu-s390x@nongnu.org
883 PKUnity-3 SoC initramfs-with-busybox
884 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
892 M: Michael S. Tsirkin <mst@redhat.com>
893 M: Marcel Apfelbaum <marcel@redhat.com>
897 F: hw/pci-host/piix.c
900 F: include/hw/pci-host/q35.h
901 F: include/hw/pci-host/pam.h
904 F: hw/i2c/smbus_ich9.c
907 F: include/hw/acpi/ich9.h
908 F: include/hw/acpi/piix4.h
912 M: Michael S. Tsirkin <mst@redhat.com>
913 M: Paolo Bonzini <pbonzini@redhat.com>
915 F: hw/char/debugcon.c
916 F: hw/char/parallel.c
924 F: hw/misc/debugexit.c
925 F: hw/misc/pc-testdev.c
928 F: hw/timer/mc146818rtc*
929 F: hw/watchdog/wdt_ib700.c
930 F: include/hw/display/vga.h
931 F: include/hw/i2c/pm_smbus.h
932 F: include/hw/isa/i8257.h
933 F: include/hw/timer/hpet.h
934 F: include/hw/timer/i8254*
935 F: include/hw/timer/mc146818rtc*
938 M: Eduardo Habkost <ehabkost@redhat.com>
939 M: Marcel Apfelbaum <marcel@redhat.com>
942 F: hw/core/null-machine.c
943 F: include/hw/boards.h
944 T: git git://github.com/ehabkost/qemu.git machine-next
949 M: Max Filippov <jcmvbkbc@gmail.com>
953 XTFPGA (LX60, LX200, ML605, KC705)
954 M: Max Filippov <jcmvbkbc@gmail.com>
956 F: hw/xtensa/xtfpga.c
957 F: hw/net/opencores_eth.c
962 M: Jiri Slaby <jslaby@suse.cz>
967 M: John Snow <jsnow@redhat.com>
968 L: qemu-block@nongnu.org
975 F: hw/block/hd-geometry.c
978 F: tests/libqos/ahci*
979 T: git git://github.com/jnsnow/qemu.git ide
982 M: Corey Minyard <minyard@acm.org>
986 F: hw/smbios/smbios_type_38.c
988 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
991 M: John Snow <jsnow@redhat.com>
992 L: qemu-block@nongnu.org
995 F: include/hw/block/fdc.h
997 T: git git://github.com/jnsnow/qemu.git ide
1000 M: Peter Maydell <peter.maydell@linaro.org>
1003 F: include/hw/arm/omap.h
1006 M: Alberto Garcia <berto@igalia.com>
1008 F: hw/char/ipoctal232.c
1012 M: Michael S. Tsirkin <mst@redhat.com>
1013 M: Marcel Apfelbaum <marcel@redhat.com>
1016 F: hw/misc/pci-testdev.c
1021 F: default-configs/pci.mak
1024 M: Michael S. Tsirkin <mst@redhat.com>
1025 M: Igor Mammedov <imammedo@redhat.com>
1027 F: include/hw/acpi/*
1028 F: include/hw/smbios/*
1032 F: hw/i386/acpi-build.[hc]
1033 F: hw/arm/virt-acpi-build.c
1034 F: tests/bios-tables-test.c
1035 F: tests/acpi-utils.[hc]
1038 M: Alexander Graf <agraf@suse.de>
1039 L: qemu-ppc@nongnu.org
1042 F: hw/i2c/ppc4xx_i2c.c
1043 F: include/hw/ppc/ppc4xx.h
1044 F: include/hw/i2c/ppc4xx_i2c.h
1047 M: Alexander Graf <agraf@suse.de>
1048 L: qemu-ppc@nongnu.org
1051 F: hw/pci-host/ppce500.c
1052 F: hw/net/fsl_etsec/
1055 M: Paolo Bonzini <pbonzini@redhat.com>
1060 M: Jason Wang <jasowang@redhat.com>
1064 F: tests/virtio-net-test.c
1065 T: git git://github.com/jasowang/qemu.git net
1068 M: Paolo Bonzini <pbonzini@redhat.com>
1069 R: Fam Zheng <famz@redhat.com>
1071 F: include/hw/scsi/*
1073 F: tests/virtio-scsi-test.c
1074 T: git git://github.com/bonzini/qemu.git scsi-next
1077 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1078 M: Alistair Francis <alistair@alistair23.me>
1081 F: hw/block/m25p80.c
1082 F: include/hw/ssi/ssi.h
1084 F: tests/m25p80-test.c
1087 M: Alistair Francis <alistair@alistair23.me>
1088 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1093 M: Gerd Hoffmann <kraxel@redhat.com>
1096 F: tests/usb-*-test.c
1098 F: docs/usb-storage.txt
1101 F: default-configs/usb.mak
1103 USB (serial adapter)
1104 M: Gerd Hoffmann <kraxel@redhat.com>
1105 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1107 F: hw/usb/dev-serial.c
1110 M: Alex Williamson <alex.williamson@redhat.com>
1116 M: Cornelia Huck <cohuck@redhat.com>
1119 F: hw/s390x/s390-ccw.c
1120 F: include/hw/s390x/s390-ccw.h
1121 T: git git://github.com/cohuck/qemu.git s390-next
1122 L: qemu-s390x@nongnu.org
1125 M: Michael S. Tsirkin <mst@redhat.com>
1128 F: docs/interop/vhost-user.txt
1131 M: Michael S. Tsirkin <mst@redhat.com>
1134 F: hw/virtio/Makefile.objs
1135 F: hw/virtio/trace-events
1137 F: include/hw/virtio/
1138 F: tests/virtio-balloon-test.c
1141 M: Greg Kurz <groug@kaod.org>
1145 F: tests/virtio-9p-test.c
1146 T: git git://github.com/gkurz/qemu.git 9p-next
1149 M: Stefan Hajnoczi <stefanha@redhat.com>
1150 L: qemu-block@nongnu.org
1152 F: hw/block/virtio-blk.c
1153 F: hw/block/dataplane/*
1154 F: tests/virtio-blk-test.c
1155 T: git git://github.com/stefanha/qemu.git block
1158 M: Cornelia Huck <cohuck@redhat.com>
1159 M: Christian Borntraeger <borntraeger@de.ibm.com>
1161 F: hw/s390x/virtio-ccw.[hc]
1162 T: git git://github.com/cohuck/qemu.git s390-next
1163 T: git git://github.com/borntraeger/qemu.git s390-next
1164 L: qemu-s390x@nongnu.org
1167 M: Gerd Hoffmann <kraxel@redhat.com>
1169 F: hw/input/virtio-input*.c
1170 F: include/hw/virtio/virtio-input.h
1173 M: Amit Shah <amit@kernel.org>
1175 F: hw/char/virtio-serial-bus.c
1176 F: hw/char/virtio-console.c
1177 F: include/hw/virtio/virtio-serial.h
1178 F: tests/virtio-console-test.c
1179 F: tests/virtio-serial-test.c
1182 M: Amit Shah <amit@kernel.org>
1184 F: hw/virtio/virtio-rng.c
1185 F: include/hw/virtio/virtio-rng.h
1186 F: include/sysemu/rng*.h
1188 F: tests/virtio-rng-test.c
1191 M: Gonglei <arei.gonglei@huawei.com>
1193 F: hw/virtio/virtio-crypto.c
1194 F: hw/virtio/virtio-crypto-pci.c
1195 F: include/hw/virtio/virtio-crypto.h
1198 M: Keith Busch <keith.busch@intel.com>
1199 L: qemu-block@nongnu.org
1202 F: tests/nvme-test.c
1205 M: Hannes Reinecke <hare@suse.com>
1206 L: qemu-block@nongnu.org
1208 F: hw/scsi/megasas.c
1210 F: tests/megasas-test.c
1212 Network packet abstractions
1213 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1215 F: include/net/eth.h
1217 F: hw/net/net_rx_pkt*
1218 F: hw/net/net_tx_pkt*
1221 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1224 F: hw/scsi/vmw_pvscsi*
1225 F: tests/vmxnet3-test.c
1228 M: Jiri Pirko <jiri@resnulli.us>
1232 F: docs/specs/rocker.txt
1235 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1239 F: include/hw/mem/nvdimm.h
1242 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1247 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1252 M: Stefan Weil <sw@weilnetz.de>
1254 F: hw/net/eepro100.c
1257 M: Alistair Francis <alistair@alistair23.me>
1259 F: hw/core/generic-loader.c
1260 F: include/hw/core/generic-loader.h
1261 F: docs/generic-loader.txt
1264 M: Thomas Huth <thuth@redhat.com>
1266 F: hw/nvram/chrp_nvram.c
1267 F: include/hw/nvram/chrp_nvram.h
1268 F: tests/prom-env-test.c
1271 M: Ben Warren <ben@skyportsystems.com>
1273 F: hw/acpi/vmgenid.c
1274 F: include/hw/acpi/vmgenid.h
1275 F: docs/specs/vmgenid.txt
1276 F: tests/vmgenid-test.c
1279 Unimplemented device
1280 M: Peter Maydell <peter.maydell@linaro.org>
1281 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1283 F: include/hw/misc/unimp.h
1289 M: Gerd Hoffmann <kraxel@redhat.com>
1293 F: include/hw/audio/
1294 F: tests/ac97-test.c
1295 F: tests/es1370-test.c
1296 F: tests/intel-hda-test.c
1299 M: Kevin Wolf <kwolf@redhat.com>
1300 M: Max Reitz <mreitz@redhat.com>
1301 L: qemu-block@nongnu.org
1309 F: tests/qemu-iotests/
1310 F: util/qemu-progress.c
1311 T: git git://repo.or.cz/qemu/kevin.git block
1314 M: Stefan Hajnoczi <stefanha@redhat.com>
1315 M: Fam Zheng <famz@redhat.com>
1316 L: qemu-block@nongnu.org
1322 F: include/block/aio.h
1323 F: scripts/qemugdb/aio.py
1324 T: git git://github.com/stefanha/qemu.git block
1326 Block SCSI subsystem
1327 M: Paolo Bonzini <pbonzini@redhat.com>
1328 R: Fam Zheng <famz@redhat.com>
1329 L: qemu-block@nongnu.org
1335 M: Jeff Cody <jcody@redhat.com>
1336 L: qemu-block@nongnu.org
1339 F: include/block/blockjob.h
1344 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1346 Block QAPI, monitor, command line
1347 M: Markus Armbruster <armbru@redhat.com>
1352 F: qapi/transaction.json
1353 T: git git://repo.or.cz/qemu/armbru.git block-next
1356 M: Fam Zheng <famz@redhat.com>
1357 M: John Snow <jsnow@redhat.com>
1358 L: qemu-block@nongnu.org
1361 F: block/dirty-bitmap.c
1362 F: include/qemu/hbitmap.h
1363 F: include/block/dirty-bitmap.h
1364 F: tests/test-hbitmap.c
1365 F: docs/interop/bitmaps.rst
1366 T: git git://github.com/famz/qemu.git bitmaps
1367 T: git git://github.com/jnsnow/qemu.git bitmaps
1369 Character device backends
1370 M: Paolo Bonzini <pbonzini@redhat.com>
1371 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1377 Character Devices (Braille)
1378 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1382 Command line option argument parsing
1383 M: Markus Armbruster <armbru@redhat.com>
1385 F: include/qemu/option.h
1386 F: tests/test-keyval.c
1387 F: tests/test-qemu-opts.c
1389 F: util/qemu-option.c
1392 M: Markus Armbruster <armbru@redhat.com>
1394 F: scripts/coverity-model.c
1397 L: qemu-devel@nongnu.org
1400 F: include/qom/cpu.h
1403 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1404 M: Alexander Graf <agraf@suse.de>
1407 F: include/sysemu/device_tree.h
1411 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1413 F: hw/misc/vmcoreinfo.c
1414 F: include/hw/misc/vmcoreinfo.h
1415 F: include/sysemu/dump-arch.h
1416 F: include/sysemu/dump.h
1417 F: scripts/dump-guest-memory.py
1421 M: Markus Armbruster <armbru@redhat.com>
1423 F: include/qapi/error.h
1424 F: include/qemu/error-report.h
1426 F: util/qemu-error.c
1429 L: qemu-devel@nongnu.org
1435 M: Paolo Bonzini <pbonzini@redhat.com>
1437 F: include/exec/ioport.h
1439 F: include/exec/memory.h
1440 F: include/exec/ram_addr.h
1442 F: include/exec/memory-internal.h
1446 M: Gerd Hoffmann <kraxel@redhat.com>
1448 F: include/ui/qemu-spice.h
1449 F: include/ui/spice-display.h
1451 F: audio/spiceaudio.c
1456 M: Gerd Hoffmann <kraxel@redhat.com>
1463 M: Peter Maydell <peter.maydell@linaro.org>
1468 M: Paolo Bonzini <pbonzini@redhat.com>
1472 F: util/qemu-timer.c
1474 F: qapi/run-state.json
1477 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1482 F: include/monitor/hmp-target.h
1485 Network device backends
1486 M: Jason Wang <jasowang@redhat.com>
1490 T: git git://github.com/jasowang/qemu.git net
1493 Netmap network backend
1494 M: Luigi Rizzo <rizzo@iet.unipi.it>
1495 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1496 M: Vincenzo Maffione <v.maffione@gmail.com>
1497 W: http://info.iet.unipi.it/~luigi/netmap/
1502 M: Eduardo Habkost <ehabkost@redhat.com>
1505 F: include/sysemu/numa.h
1506 T: git git://github.com/ehabkost/qemu.git machine-next
1508 Host Memory Backends
1509 M: Eduardo Habkost <ehabkost@redhat.com>
1510 M: Igor Mammedov <imammedo@redhat.com>
1512 F: backends/hostmem*.c
1513 F: include/sysemu/hostmem.h
1514 T: git git://github.com/ehabkost/qemu.git machine-next
1517 M: Gonglei <arei.gonglei@huawei.com>
1519 F: include/sysemu/cryptodev*.h
1520 F: backends/cryptodev*.c
1523 M: Eduardo Habkost <ehabkost@redhat.com>
1524 M: Cleber Rosa <crosa@redhat.com>
1531 M: Markus Armbruster <armbru@redhat.com>
1532 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1537 X: include/qapi/qmp/
1538 F: include/qapi/qmp/dispatch.h
1539 F: tests/qapi-schema/
1540 F: tests/test-*-visitor.c
1541 F: tests/test-qapi-*.c
1542 F: tests/test-qmp-*.c
1543 F: tests/test-visitor-serialization.c
1546 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1549 M: Eric Blake <eblake@redhat.com>
1550 M: Markus Armbruster <armbru@redhat.com>
1554 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1557 M: Markus Armbruster <armbru@redhat.com>
1560 F: include/qapi/qmp/
1561 X: include/qapi/qmp/dispatch.h
1562 F: scripts/coccinelle/qobject.cocci
1563 F: tests/check-qdict.c
1564 F: tests/check-qnum.c
1565 F: tests/check-qjson.c
1566 F: tests/check-qlist.c
1567 F: tests/check-qstring.c
1568 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1571 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1575 F: scripts/qemu-guest-agent/
1577 F: docs/interop/qemu-ga-ref.texi
1578 T: git git://github.com/mdroth/qemu.git qga
1581 M: Andreas Färber <afaerber@suse.de>
1583 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1585 X: include/qom/cpu.h
1588 F: tests/check-qom-interface.c
1589 F: tests/check-qom-proplist.c
1593 M: Markus Armbruster <armbru@redhat.com>
1597 F: docs/devel/*qmp-*
1600 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1603 M: Alistair Francis <alistair@alistair23.me>
1605 F: hw/core/register.c
1606 F: include/hw/register.h
1607 F: include/hw/registerfields.h
1610 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1611 M: Jan Kiszka <jan.kiszka@siemens.com>
1615 F: include/net/slirp.h
1616 T: git git://git.kiszka.org/qemu.git queues/slirp
1619 M: Paolo Bonzini <pbonzini@redhat.com>
1624 M: Stefan Hajnoczi <stefanha@redhat.com>
1627 F: scripts/tracetool.py
1628 F: scripts/tracetool/
1629 F: docs/devel/tracing.txt
1630 T: git git://github.com/stefanha/qemu.git tracing
1633 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1638 F: include/hw/acpi/tpm.h
1639 F: include/sysemu/tpm*
1643 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1647 F: scripts/checkpatch.pl
1650 M: Juan Quintela <quintela@redhat.com>
1651 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1653 F: include/migration/
1655 F: scripts/vmstate-static-checker.py
1656 F: tests/vmstate-static-checker-data/
1657 F: tests/migration-test.c
1658 F: docs/devel/migration.txt
1659 F: qapi/migration.json
1662 M: Eduardo Otubo <otubo@redhat.com>
1665 F: include/sysemu/seccomp.h
1668 M: Daniel P. Berrange <berrange@redhat.com>
1672 F: tests/test-crypto-*
1673 F: tests/benchmark-crypto-*
1677 M: Stefan Hajnoczi <stefanha@redhat.com>
1678 M: Kevin Wolf <kwolf@redhat.com>
1680 F: include/qemu/coroutine*
1681 F: tests/test-coroutine.c
1684 M: Daniel P. Berrange <berrange@redhat.com>
1687 F: include/qemu/buffer.h
1690 M: Daniel P. Berrange <berrange@redhat.com>
1697 M: Daniel P. Berrange <berrange@redhat.com>
1698 M: Gerd Hoffmann <kraxel@redhat.com>
1699 M: Paolo Bonzini <pbonzini@redhat.com>
1701 F: include/qemu/sockets.h
1702 F: util/qemu-sockets.c
1703 F: qapi/sockets.json
1705 Throttling infrastructure
1706 M: Alberto Garcia <berto@igalia.com>
1708 F: block/throttle-groups.c
1709 F: include/block/throttle-groups.h
1710 F: include/qemu/throttle*.h
1712 F: docs/throttle.txt
1713 F: tests/test-throttle.c
1714 L: qemu-block@nongnu.org
1717 M: Fam Zheng <famz@redhat.com>
1720 F: include/qemu/uuid.h
1721 F: tests/test-uuid.c
1724 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1727 F: include/migration/colo.h
1728 F: include/migration/failover.h
1732 M: Zhang Chen <zhangckid@gmail.com>
1733 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1735 F: docs/colo-proxy.txt
1737 F: net/filter-rewriter.c
1738 F: net/filter-mirror.c
1741 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1742 R: Paolo Bonzini <pbonzini@redhat.com>
1743 W: https://wiki.qemu.org/Features/record-replay
1746 F: block/blkreplay.c
1747 F: net/filter-replay.c
1748 F: include/sysemu/replay.h
1755 M: Riku Voipio <riku.voipio@iki.fi>
1758 F: accel/tcg/user-exec*.c
1763 F: default-configs/*-bsd-user.mak
1766 M: Riku Voipio <riku.voipio@iki.fi>
1767 R: Laurent Vivier <laurent@vivier.eu>
1770 F: default-configs/*-linux-user.mak
1771 F: scripts/qemu-binfmt-conf.sh
1773 Tiny Code Generator (TCG)
1774 -------------------------
1776 M: Richard Henderson <rth@twiddle.net>
1781 M: Claudio Fontana <claudio.fontana@huawei.com>
1782 M: Claudio Fontana <claudio.fontana@gmail.com>
1784 L: qemu-arm@nongnu.org
1790 M: Andrzej Zaborowski <balrogg@gmail.com>
1792 L: qemu-arm@nongnu.org
1797 L: qemu-devel@nongnu.org
1803 M: Aurelien Jarno <aurelien@aurel32.net>
1809 M: Richard Henderson <rth@twiddle.net>
1815 M: Alexander Graf <agraf@suse.de>
1816 M: Richard Henderson <rth@twiddle.net>
1820 L: qemu-s390x@nongnu.org
1828 M: Stefan Weil <sw@weilnetz.de>
1837 M: Fam Zheng <famz@redhat.com>
1838 L: qemu-block@nongnu.org
1843 M: Josh Durgin <jdurgin@redhat.com>
1844 M: Jeff Cody <jcody@redhat.com>
1845 L: qemu-block@nongnu.org
1848 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1851 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1852 M: Liu Yuan <namei.unix@gmail.com>
1853 M: Jeff Cody <jcody@redhat.com>
1854 L: qemu-block@nongnu.org
1855 L: sheepdog@lists.wpkg.org
1858 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1861 M: Jeff Cody <jcody@redhat.com>
1862 L: qemu-block@nongnu.org
1865 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1868 M: Stefan Weil <sw@weilnetz.de>
1869 L: qemu-block@nongnu.org
1874 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1875 M: Paolo Bonzini <pbonzini@redhat.com>
1876 M: Peter Lieven <pl@kamp.de>
1877 L: qemu-block@nongnu.org
1880 F: block/iscsi-opts.c
1882 Network Block Device (NBD)
1883 M: Eric Blake <eblake@redhat.com>
1884 M: Paolo Bonzini <pbonzini@redhat.com>
1885 L: qemu-block@nongnu.org
1889 F: include/block/nbd*
1892 T: git git://repo.or.cz/qemu/ericb.git nbd
1895 M: Jeff Cody <jcody@redhat.com>
1896 M: Peter Lieven <pl@kamp.de>
1897 L: qemu-block@nongnu.org
1900 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1903 M: Richard W.M. Jones <rjones@redhat.com>
1904 M: Jeff Cody <jcody@redhat.com>
1905 L: qemu-block@nongnu.org
1908 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1911 M: Jeff Cody <jcody@redhat.com>
1912 L: qemu-block@nongnu.org
1915 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1918 M: Jeff Cody <jcody@redhat.com>
1919 L: qemu-block@nongnu.org
1922 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1925 M: Fam Zheng <famz@redhat.com>
1926 L: qemu-block@nongnu.org
1931 M: Fam Zheng <famz@redhat.com>
1932 L: qemu-block@nongnu.org
1937 M: Gonglei <arei.gonglei@huawei.com>
1942 M: Alberto Garcia <berto@igalia.com>
1945 L: qemu-block@nongnu.org
1948 M: Stefan Hajnoczi <stefanha@redhat.com>
1949 L: qemu-block@nongnu.org
1951 F: block/blkverify.c
1954 M: Stefan Hajnoczi <stefanha@redhat.com>
1955 L: qemu-block@nongnu.org
1960 M: Stefan Hajnoczi <stefanha@redhat.com>
1961 L: qemu-block@nongnu.org
1966 M: Stefan Hajnoczi <stefanha@redhat.com>
1967 L: qemu-block@nongnu.org
1972 M: Stefan Hajnoczi <stefanha@redhat.com>
1973 M: Denis V. Lunev <den@openvz.org>
1974 L: qemu-block@nongnu.org
1976 F: block/parallels.c
1977 F: docs/interop/parallels.txt
1980 M: Stefan Hajnoczi <stefanha@redhat.com>
1981 L: qemu-block@nongnu.org
1986 M: Kevin Wolf <kwolf@redhat.com>
1987 L: qemu-block@nongnu.org
1989 F: block/linux-aio.c
1990 F: include/block/raw-aio.h
1991 F: block/raw-format.c
1992 F: block/file-posix.c
1993 F: block/file-win32.c
1994 F: block/win32-aio.c
1997 M: Kevin Wolf <kwolf@redhat.com>
1998 M: Max Reitz <mreitz@redhat.com>
1999 L: qemu-block@nongnu.org
2002 F: docs/interop/qcow2.txt
2005 M: Kevin Wolf <kwolf@redhat.com>
2006 L: qemu-block@nongnu.org
2011 M: Kevin Wolf <kwolf@redhat.com>
2012 M: Max Reitz <mreitz@redhat.com>
2013 L: qemu-block@nongnu.org
2018 M: Kevin Wolf <kwolf@redhat.com>
2019 L: qemu-block@nongnu.org
2024 M: Kevin Wolf <kwolf@redhat.com>
2025 L: qemu-block@nongnu.org
2030 M: Stefan Hajnoczi <stefanha@redhat.com>
2031 L: qemu-block@nongnu.org
2033 F: tests/image-fuzzer/
2036 M: Wen Congyang <wencongyang2@huawei.com>
2037 M: Xie Changlong <xiechanglong.d@gmail.com>
2040 F: block/replication.c
2041 F: tests/test-replication.c
2042 F: docs/block-replication.txt
2045 M: Yuval Shaia <yuval.shaia@oracle.com>
2046 M: Marcel Apfelbaum <marcel@redhat.com>
2052 Build and test automation
2053 -------------------------
2054 Build and test automation
2055 M: Alex Bennée <alex.bennee@linaro.org>
2056 M: Fam Zheng <famz@redhat.com>
2057 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2058 L: qemu-devel@nongnu.org
2064 W: https://travis-ci.org/qemu/qemu
2065 W: https://app.shippable.com/github/qemu/qemu
2066 W: http://patchew.org/QEMU/
2070 Build system architecture
2071 M: Daniel P. Berrange <berrange@redhat.com>
2073 F: docs/devel/build-system.txt
2078 M: Daniel P. Berrange <berrange@redhat.com>
2080 F: scripts/git-submodule.sh