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
93 F: hw/watchdog/wdt_diag288.c
95 F: include/hw/watchdog/wdt_diag288.h
97 F: pc-bios/s390-ccw.img
100 K: ^Subject:.*(?i)s390x?
101 T: git git://github.com/cohuck/qemu.git s390-next
102 L: qemu-s390x@nongnu.org
104 Guest CPU cores (TCG):
105 ----------------------
107 L: qemu-devel@nongnu.org
108 M: Paolo Bonzini <pbonzini@redhat.com>
109 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
110 M: Richard Henderson <rth@twiddle.net>
115 F: include/exec/cpu*.h
116 F: include/exec/exec-all.h
117 F: include/exec/helper*.h
118 F: include/exec/tb-hash.h
119 F: include/sysemu/cpus.h
122 M: Aurelien Jarno <aurelien@aurel32.net>
123 M: Peter Maydell <peter.maydell@linaro.org>
129 M: Richard Henderson <rth@twiddle.net>
136 M: Peter Maydell <peter.maydell@linaro.org>
137 L: qemu-arm@nongnu.org
141 F: tests/tcg/aarch64/
144 F: include/hw/cpu/a*mpcore.h
150 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159 M: Richard Henderson <rth@twiddle.net>
166 M: Michael Walle <michael@walle.cc>
173 F: include/hw/char/lm32_juart.h
178 M: Laurent Vivier <laurent@vivier.eu>
184 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
186 F: target/microblaze/
188 F: disas/microblaze.c
191 M: Aurelien Jarno <aurelien@aurel32.net>
192 M: Aleksandar Markovic <amarkovic@wavecomp.com>
197 F: hw/intc/mips_gic.c
198 F: hw/timer/mips_gictimer.c
200 F: include/hw/misc/mips_*
201 F: include/hw/intc/mips_gic.h
202 F: include/hw/timer/mips_gictimer.h
206 F: disas/nanomips.cpp
209 M: Anthony Green <green@moxielogic.com>
214 F: default-configs/moxie-softmmu.mak
217 M: Chris Wulff <crwulff@gmail.com>
218 M: Marek Vasut <marex@denx.de>
225 M: Stafford Horne <shorne@gmail.com>
229 F: tests/tcg/openrisc/
232 M: David Gibson <david@gibson.dropbear.id.au>
233 M: Alexander Graf <agraf@suse.de>
234 L: qemu-ppc@nongnu.org
242 M: Michael Clark <mjc@sifive.com>
243 M: Palmer Dabbelt <palmer@sifive.com>
244 M: Alistair Francis <Alistair.Francis@wdc.com>
245 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
246 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
247 L: qemu-riscv@nongnu.org
255 M: Richard Henderson <rth@twiddle.net>
256 M: David Hildenbrand <david@redhat.com>
262 L: qemu-s390x@nongnu.org
265 M: Aurelien Jarno <aurelien@aurel32.net>
273 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
274 M: Artyom Tarasenko <atar4qemu@gmail.com>
282 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
286 F: include/hw/unicore32/
289 M: Paolo Bonzini <pbonzini@redhat.com>
290 M: Richard Henderson <rth@twiddle.net>
291 M: Eduardo Habkost <ehabkost@redhat.com>
298 F: docs/qemu-cpu-models.texi
299 T: git git://github.com/ehabkost/qemu.git x86-next
302 M: Max Filippov <jcmvbkbc@gmail.com>
303 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
311 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
315 F: include/hw/tricore/
317 Multiarch Linux User Tests
318 M: Alex Bennée <alex.bennee@linaro.org>
319 F: tests/tcg/multiarch/
321 Guest CPU Cores (KVM):
322 ----------------------
325 M: Paolo Bonzini <pbonzini@redhat.com>
326 L: kvm@vger.kernel.org
330 F: include/sysemu/kvm*.h
333 M: Peter Maydell <peter.maydell@linaro.org>
334 L: qemu-arm@nongnu.org
339 M: James Hogan <jhogan@kernel.org>
344 M: Alexander Graf <agraf@suse.de>
349 M: Christian Borntraeger <borntraeger@de.ibm.com>
350 M: Cornelia Huck <cohuck@redhat.com>
352 F: target/s390x/kvm.c
353 F: target/s390x/kvm_s390x.h
354 F: target/s390x/kvm-stub.c
355 F: target/s390x/ioinst.[ch]
356 F: target/s390x/machine.c
357 F: target/s390x/sigp.c
358 F: hw/intc/s390_flic.c
359 F: hw/intc/s390_flic_kvm.c
360 F: include/hw/s390x/s390_flic.h
362 T: git git://github.com/cohuck/qemu.git s390-next
363 T: git git://github.com/borntraeger/qemu.git s390-next
364 L: qemu-s390x@nongnu.org
367 M: Paolo Bonzini <pbonzini@redhat.com>
368 M: Marcelo Tosatti <mtosatti@redhat.com>
369 L: kvm@vger.kernel.org
373 Guest CPU Cores (Xen):
374 ----------------------
377 M: Stefano Stabellini <sstabellini@kernel.org>
378 M: Anthony Perard <anthony.perard@citrix.com>
379 L: xen-devel@lists.xenproject.org
382 F: hw/9pfs/xen-9p-backend.c
383 F: hw/char/xen_console.c
384 F: hw/display/xenfb.c
391 F: include/sysemu/xen-mapcache.h
397 L: qemu-devel@nongnu.org
403 L: qemu-devel@nongnu.org
408 L: qemu-devel@nongnu.org
409 M: Kamil Rytarowski <kamil@netbsd.org>
411 K: ^Subject:.*(?i)NetBSD
414 L: qemu-devel@nongnu.org
415 M: Brad Smith <brad@comstyle.com>
417 K: ^Subject:.*(?i)OpenBSD
420 L: qemu-devel@nongnu.org
421 M: Stefan Weil <sw@weilnetz.de>
430 M: Richard Henderson <rth@twiddle.net>
433 F: hw/isa/smc37c669-superio.c
438 M: Beniamino Galvani <b.galvani@gmail.com>
439 L: qemu-arm@nongnu.org
442 F: include/hw/*/allwinner*
443 F: hw/arm/cubieboard.c
445 ARM PrimeCell and CMSDK devices
446 M: Peter Maydell <peter.maydell@linaro.org>
447 L: qemu-arm@nongnu.org
450 F: include/hw/char/pl011.h
453 F: include/hw/dma/pl080.h
460 F: include/hw/ssi/pl022.h
462 F: include/hw/arm/primecell.h
463 F: hw/timer/cmsdk-apb-timer.c
464 F: include/hw/timer/cmsdk-apb-timer.h
465 F: hw/timer/cmsdk-apb-dualtimer.c
466 F: include/hw/timer/cmsdk-apb-dualtimer.h
467 F: hw/char/cmsdk-apb-uart.c
468 F: include/hw/char/cmsdk-apb-uart.h
469 F: hw/watchdog/cmsdk-apb-watchdog.c
470 F: include/hw/watchdog/cmsdk-apb-watchdog.h
472 F: include/hw/misc/tz-ppc.h
474 F: include/hw/misc/tz-mpc.h
476 F: include/hw/misc/tz-msc.h
479 M: Peter Maydell <peter.maydell@linaro.org>
480 L: qemu-arm@nongnu.org
483 F: hw/intc/gic_internal.h
485 F: hw/misc/arm11scu.c
486 F: hw/timer/a9gtimer*
488 F: include/hw/arm/arm*.h
489 F: include/hw/intc/arm*
490 F: include/hw/misc/a9scu.h
491 F: include/hw/misc/arm11scu.h
492 F: include/hw/timer/a9gtimer.h
493 F: include/hw/timer/arm_mptimer.h
494 F: include/hw/timer/armv7m_systick.h
495 F: tests/test-arm-mptimer.c
498 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
499 L: qemu-arm@nongnu.org
502 F: include/hw/arm/exynos4210.h
505 M: Rob Herring <robh@kernel.org>
506 L: qemu-arm@nongnu.org
512 M: Antony Pavlov <antonynpavlov@gmail.com>
513 L: qemu-arm@nongnu.org
515 F: include/hw/arm/digic.h
519 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
520 L: qemu-devel@nongnu.org
521 L: qemu-arm@nongnu.org
526 M: Peter Chubb <peter.chubb@nicta.com.au>
527 L: qemu-arm@nongnu.org
532 F: include/hw/arm/fsl-imx31.h
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
538 F: hw/arm/integratorcp.c
539 F: hw/misc/arm_integrator_debug.c
542 M: Peter Maydell <peter.maydell@linaro.org>
543 L: qemu-arm@nongnu.org
548 F: include/hw/misc/mps2-*.h
550 F: include/hw/arm/iotkit.h
551 F: hw/misc/iotkit-sysctl.c
552 F: include/hw/misc/iotkit-sysctl.h
553 F: hw/misc/iotkit-sysinfo.c
554 F: include/hw/misc/iotkit-sysinfo.h
557 M: Jan Kiszka <jan.kiszka@web.de>
558 L: qemu-arm@nongnu.org
563 M: Andrzej Zaborowski <balrogg@gmail.com>
564 L: qemu-arm@nongnu.org
569 M: Andrzej Zaborowski <balrogg@gmail.com>
570 L: qemu-arm@nongnu.org
575 M: Peter Maydell <peter.maydell@linaro.org>
576 L: qemu-arm@nongnu.org
579 F: hw/cpu/realview_mpcore.c
580 F: hw/intc/realview_gic.c
581 F: include/hw/intc/realview_gic.h
584 M: Andrzej Zaborowski <balrogg@gmail.com>
585 L: qemu-arm@nongnu.org
587 F: hw/arm/mainstone.c
592 F: hw/misc/mst_fpga.c
593 F: include/hw/arm/pxa.h
596 M: Peter Maydell <peter.maydell@linaro.org>
597 L: qemu-arm@nongnu.org
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
606 F: hw/misc/arm_sysctl.c
609 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
610 M: Alistair Francis <alistair@alistair23.me>
611 L: qemu-arm@nongnu.org
616 F: include/hw/misc/zynq*
620 M: Alistair Francis <alistair@alistair23.me>
621 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622 L: qemu-arm@nongnu.org
625 F: include/hw/*/xlnx*.h
628 M: Shannon Zhao <shannon.zhaosl@gmail.com>
629 L: qemu-arm@nongnu.org
631 F: hw/arm/virt-acpi-build.c
634 M: Alistair Francis <alistair@alistair23.me>
636 F: hw/arm/stm32f205_soc.c
637 F: hw/misc/stm32f2xx_syscfg.c
638 F: hw/char/stm32f2xx_usart.c
639 F: hw/timer/stm32f2xx_timer.c
641 F: hw/ssi/stm32f2xx_spi.c
642 F: include/hw/*/stm32*.h
645 M: Alistair Francis <alistair@alistair23.me>
647 F: hw/arm/netduino2.c
650 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
653 F: hw/misc/msf2-sysreg.c
654 F: hw/timer/mss-timer.c
656 F: include/hw/arm/msf2-soc.h
657 F: include/hw/misc/msf2-sysreg.h
658 F: include/hw/timer/mss-timer.h
659 F: include/hw/ssi/mss-spi.h
662 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
667 M: Cédric Le Goater <clg@kaod.org>
668 R: Andrew Jeffery <andrew@aj.id.au>
669 R: Joel Stanley <joel@jms.id.au>
670 L: qemu-arm@nongnu.org
673 F: include/hw/*/*aspeed*
674 F: hw/net/ftgmac100.c
675 F: include/hw/net/ftgmac100.h
678 M: Joel Stanley <joel@jms.id.au>
679 L: qemu-arm@nongnu.org
681 F: hw/arm/nrf51_soc.c
683 F: include/hw/arm/nrf51_soc.h
688 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
690 F: hw/cris/axis_dev88.c
695 EVR32 and uclinux BSP
696 M: Michael Walle <michael@walle.cc>
698 F: hw/lm32/lm32_boards.c
701 M: Michael Walle <michael@walle.cc>
703 F: hw/lm32/milkymist.c
708 M: Thomas Huth <huth@tuxfamily.org>
714 M: Thomas Huth <huth@tuxfamily.org>
717 F: hw/m68k/mcf_intc.c
718 F: hw/char/mcf_uart.c
720 F: include/hw/m68k/mcf*.h
725 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
727 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
730 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
732 F: hw/microblaze/petalogix_ml605_mmu.c
737 M: Hervé Poussineau <hpoussin@reactos.org>
739 F: hw/mips/mips_jazz.c
742 M: Aurelien Jarno <aurelien@aurel32.net>
744 F: hw/mips/mips_malta.c
747 M: Aleksandar Markovic <amarkovic@wavecomp.com>
749 F: hw/mips/mips_mipssim.c
753 M: Aurelien Jarno <aurelien@aurel32.net>
755 F: hw/mips/mips_r4k.c
758 M: Aleksandar Markovic <amarkovic@wavecomp.com>
760 F: hw/mips/mips_fulong2e.c
763 F: include/hw/isa/vt82c686.h
766 M: Paul Burton <pburton@wavecomp.com>
768 F: hw/core/loader-fit.c
770 F: hw/pci-host/xilinx-pcie.c
775 M: Jia Liu <proljc@gmail.com>
777 F: hw/openrisc/openrisc_sim.c
782 M: Alexander Graf <agraf@suse.de>
783 L: qemu-ppc@nongnu.org
785 F: hw/ppc/ppc405_boards.c
788 M: Alexander Graf <agraf@suse.de>
789 L: qemu-ppc@nongnu.org
791 F: hw/ppc/ppc440_bamboo.c
794 M: Alexander Graf <agraf@suse.de>
795 L: qemu-ppc@nongnu.org
799 F: include/hw/ppc/ppc_e500.h
800 F: include/hw/pci-host/ppce500.h
801 F: pc-bios/u-boot.e500
804 M: Alexander Graf <agraf@suse.de>
805 L: qemu-ppc@nongnu.org
807 F: hw/ppc/mpc8544ds.c
808 F: hw/ppc/mpc8544_guts.c
811 M: Alexander Graf <agraf@suse.de>
812 L: qemu-ppc@nongnu.org
814 F: hw/ppc/mac_newworld.c
815 F: hw/pci-host/uninorth.c
816 F: hw/pci-bridge/dec.[hc]
819 F: hw/nvram/mac_nvram.c
820 F: include/hw/misc/macio/
821 F: include/hw/misc/mos6522.h
822 F: include/hw/ppc/mac_dbdma.h
825 M: Alexander Graf <agraf@suse.de>
826 L: qemu-ppc@nongnu.org
828 F: hw/ppc/mac_oldworld.c
829 F: hw/pci-host/grackle.c
831 F: hw/intc/heathrow_pic.c
834 M: Hervé Poussineau <hpoussin@reactos.org>
835 L: qemu-devel@nongnu.org
836 L: qemu-ppc@nongnu.org
839 F: hw/ppc/prep_systemio.c
840 F: hw/ppc/rs6000_mc.c
841 F: hw/pci-host/prep.[hc]
845 F: hw/timer/m48t59-isa.c
846 F: include/hw/isa/pc87312.h
847 F: include/hw/timer/m48t59.h
848 F: pc-bios/ppc_rom.bin
851 M: David Gibson <david@gibson.dropbear.id.au>
852 M: Alexander Graf <agraf@suse.de>
853 L: qemu-ppc@nongnu.org
856 F: include/hw/*/spapr*
858 F: include/hw/*/xics*
859 F: pc-bios/spapr-rtas/*
860 F: pc-bios/spapr-rtas.bin
862 F: pc-bios/skiboot.lid
863 F: docs/specs/ppc-spapr-hcalls.txt
864 F: docs/specs/ppc-spapr-hotplug.txt
866 F: tests/libqos/*spapr*
868 F: tests/libqos/rtas*
871 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
872 L: qemu-ppc@nongnu.org
874 F: hw/ppc/virtex_ml507.c
877 M: BALATON Zoltan <balaton@eik.bme.hu>
878 L: qemu-ppc@nongnu.org
886 M: Magnus Damm <magnus.damm@gmail.com>
890 F: hw/timer/sh_timer.c
893 M: Magnus Damm <magnus.damm@gmail.com>
900 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
903 F: hw/sparc/sun4m_iommu.c
904 F: hw/dma/sparc32_dma.c
905 F: hw/misc/eccmemctl.c
906 F: hw/misc/slavio_misc.c
907 F: include/hw/sparc/sparc32_dma.h
908 F: pc-bios/openbios-sparc32
911 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
913 F: hw/sparc64/sun4u.c
914 F: pc-bios/openbios-sparc64
917 M: Artyom Tarasenko <atar4qemu@gmail.com>
919 F: hw/sparc64/niagara.c
920 F: hw/timer/sun4v-rtc.c
921 F: include/hw/timer/sun4v-rtc.h
924 M: Fabien Chouteau <chouteau@adacore.com>
928 F: include/hw/sparc/grlib.h
933 M: Cornelia Huck <cohuck@redhat.com>
934 M: Christian Borntraeger <borntraeger@de.ibm.com>
936 F: hw/char/sclp*.[hc]
937 F: hw/char/terminal3270.c
940 F: hw/watchdog/wdt_diag288.c
941 F: include/hw/watchdog/wdt_diag288.h
942 F: default-configs/s390x-softmmu.mak
943 T: git git://github.com/cohuck/qemu.git s390-next
944 T: git git://github.com/borntraeger/qemu.git s390-next
945 L: qemu-s390x@nongnu.org
948 M: Christian Borntraeger <borntraeger@de.ibm.com>
949 M: Thomas Huth <thuth@redhat.com>
953 F: pc-bios/s390-ccw.img
954 T: git git://github.com/borntraeger/qemu.git s390-next
955 L: qemu-s390x@nongnu.org
958 M: Collin Walling <walling@linux.ibm.com>
960 F: hw/s390x/s390-pci*
961 L: qemu-s390x@nongnu.org
965 PKUnity-3 SoC initramfs-with-busybox
966 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
974 M: Michael S. Tsirkin <mst@redhat.com>
975 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
979 F: hw/pci-host/piix.c
982 F: include/hw/pci-host/q35.h
983 F: include/hw/pci-host/pam.h
986 F: hw/i2c/smbus_ich9.c
989 F: include/hw/acpi/ich9.h
990 F: include/hw/acpi/piix4.h
994 M: Michael S. Tsirkin <mst@redhat.com>
995 M: Paolo Bonzini <pbonzini@redhat.com>
997 F: hw/char/debugcon.c
1001 F: hw/i2c/pm_smbus.c
1006 F: hw/isa/isa-superio.c
1007 F: hw/misc/debugexit.c
1008 F: hw/misc/pc-testdev.c
1011 F: hw/timer/mc146818rtc*
1012 F: hw/watchdog/wdt_ib700.c
1013 F: include/hw/display/vga.h
1014 F: include/hw/char/parallel.h
1015 F: include/hw/dma/i8257.h
1016 F: include/hw/i2c/pm_smbus.h
1017 F: include/hw/input/i8042.h
1018 F: include/hw/isa/superio.h
1019 F: include/hw/timer/hpet.h
1020 F: include/hw/timer/i8254*
1021 F: include/hw/timer/mc146818rtc*
1024 M: Eduardo Habkost <ehabkost@redhat.com>
1025 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1027 F: hw/core/machine.c
1028 F: hw/core/null-machine.c
1029 F: include/hw/boards.h
1030 T: git git://github.com/ehabkost/qemu.git machine-next
1035 M: Max Filippov <jcmvbkbc@gmail.com>
1039 XTFPGA (LX60, LX200, ML605, KC705)
1040 M: Max Filippov <jcmvbkbc@gmail.com>
1042 F: hw/xtensa/xtfpga.c
1043 F: hw/net/opencores_eth.c
1048 M: Jiri Slaby <jslaby@suse.cz>
1053 M: John Snow <jsnow@redhat.com>
1054 L: qemu-block@nongnu.org
1061 F: hw/block/hd-geometry.c
1063 F: tests/ahci-test.c
1064 F: tests/cdrom-test.c
1065 F: tests/libqos/ahci*
1066 T: git git://github.com/jnsnow/qemu.git ide
1069 M: Corey Minyard <minyard@acm.org>
1071 F: include/hw/ipmi/*
1073 F: hw/smbios/smbios_type_38.c
1075 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1078 M: John Snow <jsnow@redhat.com>
1079 L: qemu-block@nongnu.org
1082 F: include/hw/block/fdc.h
1084 T: git git://github.com/jnsnow/qemu.git ide
1087 M: Peter Maydell <peter.maydell@linaro.org>
1090 F: include/hw/arm/omap.h
1093 M: Alberto Garcia <berto@igalia.com>
1095 F: hw/char/ipoctal232.c
1099 M: Michael S. Tsirkin <mst@redhat.com>
1100 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1103 F: hw/misc/pci-testdev.c
1108 F: default-configs/pci.mak
1111 M: Michael S. Tsirkin <mst@redhat.com>
1112 M: Igor Mammedov <imammedo@redhat.com>
1114 F: include/hw/acpi/*
1115 F: include/hw/smbios/*
1119 F: hw/i386/acpi-build.[hc]
1120 F: hw/arm/virt-acpi-build.c
1121 F: tests/bios-tables-test.c
1122 F: tests/acpi-utils.[hc]
1123 F: tests/acpi-test-data/*
1124 F: tests/acpi-test-data/*/*
1127 M: Alexander Graf <agraf@suse.de>
1128 L: qemu-ppc@nongnu.org
1131 F: hw/i2c/ppc4xx_i2c.c
1132 F: include/hw/ppc/ppc4xx.h
1133 F: include/hw/i2c/ppc4xx_i2c.h
1136 M: Alexander Graf <agraf@suse.de>
1137 L: qemu-ppc@nongnu.org
1140 F: hw/pci-host/ppce500.c
1141 F: hw/net/fsl_etsec/
1144 M: Paolo Bonzini <pbonzini@redhat.com>
1149 M: Jason Wang <jasowang@redhat.com>
1153 F: tests/virtio-net-test.c
1154 T: git git://github.com/jasowang/qemu.git net
1157 M: Paolo Bonzini <pbonzini@redhat.com>
1158 R: Fam Zheng <famz@redhat.com>
1160 F: include/hw/scsi/*
1162 F: tests/virtio-scsi-test.c
1163 T: git git://github.com/bonzini/qemu.git scsi-next
1166 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1167 M: Alistair Francis <alistair@alistair23.me>
1170 F: hw/block/m25p80.c
1171 F: include/hw/ssi/ssi.h
1173 F: tests/m25p80-test.c
1176 M: Alistair Francis <alistair@alistair23.me>
1177 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1182 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1184 F: include/hw/sd/sd*
1190 M: Gerd Hoffmann <kraxel@redhat.com>
1193 F: tests/usb-*-test.c
1195 F: docs/usb-storage.txt
1198 F: default-configs/usb.mak
1200 USB (serial adapter)
1201 M: Gerd Hoffmann <kraxel@redhat.com>
1202 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1204 F: hw/usb/dev-serial.c
1207 M: Alex Williamson <alex.williamson@redhat.com>
1213 M: Cornelia Huck <cohuck@redhat.com>
1214 M: Eric Farman <farman@linux.ibm.com>
1215 M: Farhan Ali <alifm@linux.ibm.com>
1218 F: hw/s390x/s390-ccw.c
1219 F: include/hw/s390x/s390-ccw.h
1220 T: git git://github.com/cohuck/qemu.git s390-next
1221 L: qemu-s390x@nongnu.org
1224 M: Christian Borntraeger <borntraeger@de.ibm.com>
1225 M: Tony Krowiak <akrowiak@linux.ibm.com>
1226 M: Halil Pasic <pasic@linux.ibm.com>
1227 M: Pierre Morel <pmorel@linux.ibm.com>
1229 F: hw/s390x/ap-device.c
1230 F: hw/s390x/ap-bridge.c
1231 F: include/hw/s390x/ap-device.h
1232 F: include/hw/s390x/ap-bridge.h
1235 L: qemu-s390x@nongnu.org
1238 M: Michael S. Tsirkin <mst@redhat.com>
1241 F: docs/interop/vhost-user.txt
1244 M: Michael S. Tsirkin <mst@redhat.com>
1247 F: hw/virtio/Makefile.objs
1248 F: hw/virtio/trace-events
1250 F: include/hw/virtio/
1251 F: tests/virtio-balloon-test.c
1254 M: Greg Kurz <groug@kaod.org>
1258 F: tests/virtio-9p-test.c
1259 T: git git://github.com/gkurz/qemu.git 9p-next
1262 M: Stefan Hajnoczi <stefanha@redhat.com>
1263 L: qemu-block@nongnu.org
1265 F: hw/block/virtio-blk.c
1266 F: hw/block/dataplane/*
1267 F: tests/virtio-blk-test.c
1268 T: git git://github.com/stefanha/qemu.git block
1271 M: Cornelia Huck <cohuck@redhat.com>
1272 M: Halil Pasic <pasic@linux.ibm.com>
1274 F: hw/s390x/virtio-ccw*.[hc]
1275 F: hw/s390x/vhost-vsock-ccw.c
1276 T: git git://github.com/cohuck/qemu.git s390-next
1277 T: git git://github.com/borntraeger/qemu.git s390-next
1278 L: qemu-s390x@nongnu.org
1281 M: Gerd Hoffmann <kraxel@redhat.com>
1283 F: hw/input/virtio-input*.c
1284 F: include/hw/virtio/virtio-input.h
1287 M: Amit Shah <amit@kernel.org>
1289 F: hw/char/virtio-serial-bus.c
1290 F: hw/char/virtio-console.c
1291 F: include/hw/virtio/virtio-serial.h
1292 F: tests/virtio-console-test.c
1293 F: tests/virtio-serial-test.c
1296 M: Amit Shah <amit@kernel.org>
1298 F: hw/virtio/virtio-rng.c
1299 F: include/hw/virtio/virtio-rng.h
1300 F: include/sysemu/rng*.h
1302 F: tests/virtio-rng-test.c
1305 M: Gonglei <arei.gonglei@huawei.com>
1307 F: hw/virtio/virtio-crypto.c
1308 F: hw/virtio/virtio-crypto-pci.c
1309 F: include/hw/virtio/virtio-crypto.h
1312 M: Keith Busch <keith.busch@intel.com>
1313 L: qemu-block@nongnu.org
1316 F: tests/nvme-test.c
1319 M: Hannes Reinecke <hare@suse.com>
1320 L: qemu-block@nongnu.org
1322 F: hw/scsi/megasas.c
1324 F: tests/megasas-test.c
1326 Network packet abstractions
1327 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1329 F: include/net/eth.h
1331 F: hw/net/net_rx_pkt*
1332 F: hw/net/net_tx_pkt*
1335 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1338 F: hw/scsi/vmw_pvscsi*
1339 F: tests/vmxnet3-test.c
1342 M: Jiri Pirko <jiri@resnulli.us>
1346 F: docs/specs/rocker.txt
1349 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1353 F: include/hw/mem/nvdimm.h
1356 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1361 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1366 M: Stefan Weil <sw@weilnetz.de>
1368 F: hw/net/eepro100.c
1371 M: Alistair Francis <alistair@alistair23.me>
1373 F: hw/core/generic-loader.c
1374 F: include/hw/core/generic-loader.h
1375 F: docs/generic-loader.txt
1377 Intel Hexadecimal Object File Loader
1378 M: Su Hang <suhang16@mails.ucas.ac.cn>
1380 F: tests/hexloader-test.c
1381 F: tests/data/hex-loader/test.hex
1384 M: Thomas Huth <thuth@redhat.com>
1386 F: hw/nvram/chrp_nvram.c
1387 F: include/hw/nvram/chrp_nvram.h
1388 F: tests/prom-env-test.c
1391 M: Ben Warren <ben@skyportsystems.com>
1393 F: hw/acpi/vmgenid.c
1394 F: include/hw/acpi/vmgenid.h
1395 F: docs/specs/vmgenid.txt
1396 F: tests/vmgenid-test.c
1399 Unimplemented device
1400 M: Peter Maydell <peter.maydell@linaro.org>
1401 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1403 F: include/hw/misc/unimp.h
1407 M: Gerd Hoffmann <kraxel@redhat.com>
1410 F: hw/display/bochs-display.c
1411 F: include/hw/display/vga.h
1412 F: include/hw/display/bochs-vbe.h
1415 M: Gerd Hoffmann <kraxel@redhat.com>
1417 F: hw/display/ramfb*.c
1418 F: include/hw/display/ramfb.h
1421 M: Gerd Hoffmann <kraxel@redhat.com>
1423 F: hw/display/virtio-gpu*
1424 F: hw/display/virtio-vga.c
1425 F: include/hw/virtio/virtio-gpu.h
1428 M: Gerd Hoffmann <kraxel@redhat.com>
1430 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1431 F: hw/display/cirrus*
1434 M: Gerd Hoffmann <kraxel@redhat.com>
1437 F: include/hw/display/edid.h
1443 M: Gerd Hoffmann <kraxel@redhat.com>
1447 F: include/hw/audio/
1448 F: tests/ac97-test.c
1449 F: tests/es1370-test.c
1450 F: tests/intel-hda-test.c
1453 M: Kevin Wolf <kwolf@redhat.com>
1454 M: Max Reitz <mreitz@redhat.com>
1455 L: qemu-block@nongnu.org
1463 F: tests/qemu-iotests/
1464 F: util/qemu-progress.c
1465 F: qobject/block-qdict.c
1466 F: tests/check-block-qdict.c
1467 T: git git://repo.or.cz/qemu/kevin.git block
1470 M: Stefan Hajnoczi <stefanha@redhat.com>
1471 M: Fam Zheng <famz@redhat.com>
1472 L: qemu-block@nongnu.org
1478 F: include/block/aio.h
1479 F: include/block/aio-wait.h
1480 F: scripts/qemugdb/aio.py
1481 T: git git://github.com/stefanha/qemu.git block
1483 Block SCSI subsystem
1484 M: Paolo Bonzini <pbonzini@redhat.com>
1485 R: Fam Zheng <famz@redhat.com>
1486 L: qemu-block@nongnu.org
1492 M: Jeff Cody <jcody@redhat.com>
1493 L: qemu-block@nongnu.org
1496 F: include/block/blockjob.h
1499 F: include/qemu/job.h
1505 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1507 Block QAPI, monitor, command line
1508 M: Markus Armbruster <armbru@redhat.com>
1513 F: qapi/transaction.json
1514 T: git git://repo.or.cz/qemu/armbru.git block-next
1517 M: Fam Zheng <famz@redhat.com>
1518 M: John Snow <jsnow@redhat.com>
1519 L: qemu-block@nongnu.org
1522 F: block/dirty-bitmap.c
1523 F: include/qemu/hbitmap.h
1524 F: include/block/dirty-bitmap.h
1525 F: tests/test-hbitmap.c
1526 F: docs/interop/bitmaps.rst
1527 T: git git://github.com/famz/qemu.git bitmaps
1528 T: git git://github.com/jnsnow/qemu.git bitmaps
1530 Character device backends
1531 M: Paolo Bonzini <pbonzini@redhat.com>
1532 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1538 Character Devices (Braille)
1539 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1543 Command line option argument parsing
1544 M: Markus Armbruster <armbru@redhat.com>
1546 F: include/qemu/option.h
1547 F: tests/test-keyval.c
1548 F: tests/test-qemu-opts.c
1550 F: util/qemu-option.c
1553 M: Markus Armbruster <armbru@redhat.com>
1555 F: scripts/coverity-model.c
1558 L: qemu-devel@nongnu.org
1561 F: include/qom/cpu.h
1564 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1565 M: Alexander Graf <agraf@suse.de>
1568 F: include/sysemu/device_tree.h
1572 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1574 F: hw/misc/vmcoreinfo.c
1575 F: include/hw/misc/vmcoreinfo.h
1576 F: include/sysemu/dump-arch.h
1577 F: include/sysemu/dump.h
1578 F: scripts/dump-guest-memory.py
1582 M: Markus Armbruster <armbru@redhat.com>
1584 F: include/qapi/error.h
1585 F: include/qemu/error-report.h
1587 F: util/qemu-error.c
1590 L: qemu-devel@nongnu.org
1596 M: Paolo Bonzini <pbonzini@redhat.com>
1598 F: include/exec/ioport.h
1600 F: include/exec/memory.h
1601 F: include/exec/ram_addr.h
1603 F: include/exec/memory-internal.h
1607 M: Gerd Hoffmann <kraxel@redhat.com>
1609 F: include/ui/qemu-spice.h
1610 F: include/ui/spice-display.h
1612 F: audio/spiceaudio.c
1617 M: Gerd Hoffmann <kraxel@redhat.com>
1625 M: Peter Maydell <peter.maydell@linaro.org>
1630 M: Paolo Bonzini <pbonzini@redhat.com>
1634 F: util/qemu-timer.c
1636 F: qapi/run-state.json
1639 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1644 F: include/monitor/hmp-target.h
1647 Network device backends
1648 M: Jason Wang <jasowang@redhat.com>
1652 T: git git://github.com/jasowang/qemu.git net
1655 Netmap network backend
1656 M: Luigi Rizzo <rizzo@iet.unipi.it>
1657 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1658 M: Vincenzo Maffione <v.maffione@gmail.com>
1659 W: http://info.iet.unipi.it/~luigi/netmap/
1664 M: Eduardo Habkost <ehabkost@redhat.com>
1667 F: include/sysemu/numa.h
1668 T: git git://github.com/ehabkost/qemu.git machine-next
1670 Host Memory Backends
1671 M: Eduardo Habkost <ehabkost@redhat.com>
1672 M: Igor Mammedov <imammedo@redhat.com>
1674 F: backends/hostmem*.c
1675 F: include/sysemu/hostmem.h
1676 T: git git://github.com/ehabkost/qemu.git machine-next
1679 M: Gonglei <arei.gonglei@huawei.com>
1681 F: include/sysemu/cryptodev*.h
1682 F: backends/cryptodev*.c
1685 M: Eduardo Habkost <ehabkost@redhat.com>
1686 M: Cleber Rosa <crosa@redhat.com>
1693 M: Markus Armbruster <armbru@redhat.com>
1694 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1699 X: include/qapi/qmp/
1700 F: include/qapi/qmp/dispatch.h
1701 F: tests/qapi-schema/
1702 F: tests/test-*-visitor.c
1703 F: tests/test-qapi-*.c
1704 F: tests/test-qmp-*.c
1705 F: tests/test-visitor-serialization.c
1706 F: scripts/qapi-gen.py
1709 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1712 M: Eric Blake <eblake@redhat.com>
1713 M: Markus Armbruster <armbru@redhat.com>
1716 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1719 M: Markus Armbruster <armbru@redhat.com>
1722 F: include/qapi/qmp/
1723 X: include/qapi/qmp/dispatch.h
1724 F: scripts/coccinelle/qobject.cocci
1725 F: tests/check-qdict.c
1726 F: tests/check-qnum.c
1727 F: tests/check-qjson.c
1728 F: tests/check-qlist.c
1729 F: tests/check-qstring.c
1730 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1733 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1737 F: scripts/qemu-guest-agent/
1739 F: docs/interop/qemu-ga-ref.texi
1740 T: git git://github.com/mdroth/qemu.git qga
1743 M: Andreas Färber <afaerber@suse.de>
1745 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1747 X: include/qom/cpu.h
1750 F: tests/check-qom-interface.c
1751 F: tests/check-qom-proplist.c
1754 M: Markus Armbruster <armbru@redhat.com>
1758 F: docs/devel/*qmp-*
1761 F: tests/qmp-cmd-test.c
1762 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1765 M: Paolo Bonzini <pbonzini@redhat.com>
1766 M: Thomas Huth <thuth@redhat.com>
1767 M: Laurent Vivier <lvivier@redhat.com>
1775 M: Alistair Francis <alistair@alistair23.me>
1777 F: hw/core/register.c
1778 F: include/hw/register.h
1779 F: include/hw/registerfields.h
1782 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1783 M: Jan Kiszka <jan.kiszka@siemens.com>
1787 F: include/net/slirp.h
1788 T: git https://people.debian.org/~sthibault/qemu.git slirp
1789 T: git git://git.kiszka.org/qemu.git queues/slirp
1792 M: Paolo Bonzini <pbonzini@redhat.com>
1797 M: Stefan Hajnoczi <stefanha@redhat.com>
1801 F: qemu-option-trace.texi
1802 F: scripts/tracetool.py
1803 F: scripts/tracetool/
1804 F: docs/devel/tracing.txt
1805 T: git git://github.com/stefanha/qemu.git tracing
1808 M: Stefan Berger <stefanb@linux.ibm.com>
1813 F: include/hw/acpi/tpm.h
1814 F: include/sysemu/tpm*
1818 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1822 F: scripts/checkpatch.pl
1825 M: Juan Quintela <quintela@redhat.com>
1826 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1828 F: include/migration/
1830 F: scripts/vmstate-static-checker.py
1831 F: tests/vmstate-static-checker-data/
1832 F: tests/migration-test.c
1833 F: docs/devel/migration.rst
1834 F: qapi/migration.json
1837 M: Eduardo Otubo <otubo@redhat.com>
1840 F: include/sysemu/seccomp.h
1843 M: Daniel P. Berrange <berrange@redhat.com>
1847 F: tests/test-crypto-*
1848 F: tests/benchmark-crypto-*
1852 M: Stefan Hajnoczi <stefanha@redhat.com>
1853 M: Kevin Wolf <kwolf@redhat.com>
1855 F: include/qemu/coroutine*
1856 F: tests/test-coroutine.c
1859 M: Daniel P. Berrange <berrange@redhat.com>
1862 F: include/qemu/buffer.h
1865 M: Daniel P. Berrange <berrange@redhat.com>
1872 M: Daniel P. Berrange <berrange@redhat.com>
1873 M: Gerd Hoffmann <kraxel@redhat.com>
1874 M: Paolo Bonzini <pbonzini@redhat.com>
1876 F: include/qemu/sockets.h
1877 F: util/qemu-sockets.c
1878 F: qapi/sockets.json
1880 Throttling infrastructure
1881 M: Alberto Garcia <berto@igalia.com>
1883 F: block/throttle-groups.c
1884 F: include/block/throttle-groups.h
1885 F: include/qemu/throttle*.h
1887 F: docs/throttle.txt
1888 F: tests/test-throttle.c
1889 L: qemu-block@nongnu.org
1892 M: Fam Zheng <famz@redhat.com>
1895 F: include/qemu/uuid.h
1896 F: tests/test-uuid.c
1899 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1902 F: include/migration/colo.h
1903 F: include/migration/failover.h
1907 M: Zhang Chen <zhangckid@gmail.com>
1908 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1910 F: docs/colo-proxy.txt
1912 F: net/filter-rewriter.c
1913 F: net/filter-mirror.c
1916 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1917 R: Paolo Bonzini <pbonzini@redhat.com>
1918 W: https://wiki.qemu.org/Features/record-replay
1921 F: block/blkreplay.c
1922 F: net/filter-replay.c
1923 F: include/sysemu/replay.h
1928 M: Peter Xu <peterx@redhat.com>
1930 F: include/qemu/iova-tree.h
1934 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1941 M: Riku Voipio <riku.voipio@iki.fi>
1944 F: accel/tcg/user-exec*.c
1949 F: default-configs/*-bsd-user.mak
1952 M: Riku Voipio <riku.voipio@iki.fi>
1953 R: Laurent Vivier <laurent@vivier.eu>
1956 F: default-configs/*-linux-user.mak
1957 F: scripts/qemu-binfmt-conf.sh
1959 Tiny Code Generator (TCG)
1960 -------------------------
1962 M: Richard Henderson <rth@twiddle.net>
1967 M: Claudio Fontana <claudio.fontana@huawei.com>
1968 M: Claudio Fontana <claudio.fontana@gmail.com>
1970 L: qemu-arm@nongnu.org
1976 M: Andrzej Zaborowski <balrogg@gmail.com>
1978 L: qemu-arm@nongnu.org
1983 L: qemu-devel@nongnu.org
1989 M: Aurelien Jarno <aurelien@aurel32.net>
1995 M: Richard Henderson <rth@twiddle.net>
2001 M: Richard Henderson <rth@twiddle.net>
2005 L: qemu-s390x@nongnu.org
2013 M: Stefan Weil <sw@weilnetz.de>
2022 M: Fam Zheng <famz@redhat.com>
2023 L: qemu-block@nongnu.org
2028 M: Josh Durgin <jdurgin@redhat.com>
2029 M: Jeff Cody <jcody@redhat.com>
2030 L: qemu-block@nongnu.org
2033 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2036 M: Liu Yuan <namei.unix@gmail.com>
2037 M: Jeff Cody <jcody@redhat.com>
2038 L: qemu-block@nongnu.org
2041 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2044 M: Jeff Cody <jcody@redhat.com>
2045 L: qemu-block@nongnu.org
2048 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2051 M: Stefan Weil <sw@weilnetz.de>
2052 L: qemu-block@nongnu.org
2057 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2058 M: Paolo Bonzini <pbonzini@redhat.com>
2059 M: Peter Lieven <pl@kamp.de>
2060 L: qemu-block@nongnu.org
2063 F: block/iscsi-opts.c
2065 Network Block Device (NBD)
2066 M: Eric Blake <eblake@redhat.com>
2067 M: Paolo Bonzini <pbonzini@redhat.com>
2068 L: qemu-block@nongnu.org
2072 F: include/block/nbd*
2075 F: docs/interop/nbd.txt
2076 T: git git://repo.or.cz/qemu/ericb.git nbd
2079 M: Jeff Cody <jcody@redhat.com>
2080 M: Peter Lieven <pl@kamp.de>
2081 L: qemu-block@nongnu.org
2084 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2087 M: Richard W.M. Jones <rjones@redhat.com>
2088 M: Jeff Cody <jcody@redhat.com>
2089 L: qemu-block@nongnu.org
2092 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2095 M: Jeff Cody <jcody@redhat.com>
2096 L: qemu-block@nongnu.org
2099 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2102 M: Jeff Cody <jcody@redhat.com>
2103 L: qemu-block@nongnu.org
2106 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2109 M: Fam Zheng <famz@redhat.com>
2110 L: qemu-block@nongnu.org
2115 M: Fam Zheng <famz@redhat.com>
2116 L: qemu-block@nongnu.org
2121 M: Gonglei <arei.gonglei@huawei.com>
2126 M: Alberto Garcia <berto@igalia.com>
2129 L: qemu-block@nongnu.org
2132 M: Ari Sundholm <ari@tuxera.com>
2133 L: qemu-block@nongnu.org
2135 F: block/blklogwrites.c
2138 M: Stefan Hajnoczi <stefanha@redhat.com>
2139 L: qemu-block@nongnu.org
2141 F: block/blkverify.c
2144 M: Stefan Hajnoczi <stefanha@redhat.com>
2145 L: qemu-block@nongnu.org
2150 M: Stefan Hajnoczi <stefanha@redhat.com>
2151 L: qemu-block@nongnu.org
2156 M: Stefan Hajnoczi <stefanha@redhat.com>
2157 L: qemu-block@nongnu.org
2162 M: Stefan Hajnoczi <stefanha@redhat.com>
2163 M: Denis V. Lunev <den@openvz.org>
2164 L: qemu-block@nongnu.org
2166 F: block/parallels.c
2167 F: docs/interop/parallels.txt
2170 M: Stefan Hajnoczi <stefanha@redhat.com>
2171 L: qemu-block@nongnu.org
2176 M: Kevin Wolf <kwolf@redhat.com>
2177 L: qemu-block@nongnu.org
2179 F: block/linux-aio.c
2180 F: include/block/raw-aio.h
2181 F: block/raw-format.c
2182 F: block/file-posix.c
2183 F: block/file-win32.c
2184 F: block/win32-aio.c
2187 M: Kevin Wolf <kwolf@redhat.com>
2188 M: Max Reitz <mreitz@redhat.com>
2189 L: qemu-block@nongnu.org
2192 F: docs/interop/qcow2.txt
2195 M: Kevin Wolf <kwolf@redhat.com>
2196 L: qemu-block@nongnu.org
2201 M: Kevin Wolf <kwolf@redhat.com>
2202 M: Max Reitz <mreitz@redhat.com>
2203 L: qemu-block@nongnu.org
2208 M: Kevin Wolf <kwolf@redhat.com>
2209 L: qemu-block@nongnu.org
2214 M: Kevin Wolf <kwolf@redhat.com>
2215 L: qemu-block@nongnu.org
2220 M: Stefan Hajnoczi <stefanha@redhat.com>
2221 L: qemu-block@nongnu.org
2223 F: tests/image-fuzzer/
2226 M: Wen Congyang <wencongyang2@huawei.com>
2227 M: Xie Changlong <xiechanglong.d@gmail.com>
2230 F: block/replication.c
2231 F: tests/test-replication.c
2232 F: docs/block-replication.txt
2235 M: Yuval Shaia <yuval.shaia@oracle.com>
2236 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2242 Build and test automation
2243 -------------------------
2244 Build and test automation
2245 M: Alex Bennée <alex.bennee@linaro.org>
2246 M: Fam Zheng <famz@redhat.com>
2247 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2248 L: qemu-devel@nongnu.org
2255 W: https://travis-ci.org/qemu/qemu
2256 W: https://app.shippable.com/github/qemu/qemu
2257 W: http://patchew.org/QEMU/
2259 Guest Test Compilation Support
2260 M: Alex Bennée <alex.bennee@linaro.org>
2261 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2262 F: tests/tcg/Makefile
2263 F: tests/tcg/Makefile.include
2264 L: qemu-devel@nongnu.org
2268 Build system architecture
2269 M: Daniel P. Berrange <berrange@redhat.com>
2271 F: docs/devel/build-system.txt
2273 Incompatible changes
2274 R: libvir-list@redhat.com
2275 F: qemu-deprecated.texi
2280 M: Daniel P. Berrange <berrange@redhat.com>
2282 F: scripts/git-submodule.sh