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
207 M: Anthony Green <green@moxielogic.com>
212 F: default-configs/moxie-softmmu.mak
215 M: Chris Wulff <crwulff@gmail.com>
216 M: Marek Vasut <marex@denx.de>
223 M: Stafford Horne <shorne@gmail.com>
227 F: tests/tcg/openrisc/
230 M: David Gibson <david@gibson.dropbear.id.au>
231 M: Alexander Graf <agraf@suse.de>
232 L: qemu-ppc@nongnu.org
240 M: Michael Clark <mjc@sifive.com>
241 M: Palmer Dabbelt <palmer@sifive.com>
242 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
243 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
251 M: Richard Henderson <rth@twiddle.net>
252 M: Alexander Graf <agraf@suse.de>
253 M: David Hildenbrand <david@redhat.com>
259 L: qemu-s390x@nongnu.org
262 M: Aurelien Jarno <aurelien@aurel32.net>
270 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
271 M: Artyom Tarasenko <atar4qemu@gmail.com>
279 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
283 F: include/hw/unicore32/
286 M: Paolo Bonzini <pbonzini@redhat.com>
287 M: Richard Henderson <rth@twiddle.net>
288 M: Eduardo Habkost <ehabkost@redhat.com>
295 F: docs/qemu-cpu-models.texi
296 T: git git://github.com/ehabkost/qemu.git x86-next
299 M: Max Filippov <jcmvbkbc@gmail.com>
300 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
308 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
312 F: include/hw/tricore/
314 Multiarch Linux User Tests
315 M: Alex Bennée <alex.bennee@linaro.org>
316 F: tests/tcg/multiarch/
318 Guest CPU Cores (KVM):
319 ----------------------
322 M: Paolo Bonzini <pbonzini@redhat.com>
323 L: kvm@vger.kernel.org
327 F: include/sysemu/kvm*.h
330 M: Peter Maydell <peter.maydell@linaro.org>
331 L: qemu-arm@nongnu.org
336 M: James Hogan <jhogan@kernel.org>
341 M: Alexander Graf <agraf@suse.de>
346 M: Christian Borntraeger <borntraeger@de.ibm.com>
347 M: Cornelia Huck <cohuck@redhat.com>
348 M: Alexander Graf <agraf@suse.de>
350 F: target/s390x/kvm.c
351 F: target/s390x/kvm_s390x.h
352 F: target/s390x/kvm-stub.c
353 F: target/s390x/ioinst.[ch]
354 F: target/s390x/machine.c
355 F: target/s390x/sigp.c
356 F: hw/intc/s390_flic.c
357 F: hw/intc/s390_flic_kvm.c
358 F: include/hw/s390x/s390_flic.h
360 T: git git://github.com/cohuck/qemu.git s390-next
361 T: git git://github.com/borntraeger/qemu.git s390-next
362 L: qemu-s390x@nongnu.org
365 M: Paolo Bonzini <pbonzini@redhat.com>
366 M: Marcelo Tosatti <mtosatti@redhat.com>
367 L: kvm@vger.kernel.org
371 Guest CPU Cores (Xen):
372 ----------------------
375 M: Stefano Stabellini <sstabellini@kernel.org>
376 M: Anthony Perard <anthony.perard@citrix.com>
377 L: xen-devel@lists.xenproject.org
380 F: hw/9pfs/xen-9p-backend.c
381 F: hw/char/xen_console.c
382 F: hw/display/xenfb.c
389 F: include/sysemu/xen-mapcache.h
395 L: qemu-devel@nongnu.org
401 L: qemu-devel@nongnu.org
406 L: qemu-devel@nongnu.org
407 M: Kamil Rytarowski <kamil@netbsd.org>
409 K: ^Subject:.*(?i)NetBSD
412 L: qemu-devel@nongnu.org
413 M: Brad Smith <brad@comstyle.com>
415 K: ^Subject:.*(?i)OpenBSD
418 L: qemu-devel@nongnu.org
419 M: Stefan Weil <sw@weilnetz.de>
428 M: Richard Henderson <rth@twiddle.net>
431 F: hw/isa/smc37c669-superio.c
436 M: Beniamino Galvani <b.galvani@gmail.com>
437 L: qemu-arm@nongnu.org
440 F: include/hw/*/allwinner*
441 F: hw/arm/cubieboard.c
443 ARM PrimeCell and CMSDK devices
444 M: Peter Maydell <peter.maydell@linaro.org>
445 L: qemu-arm@nongnu.org
448 F: include/hw/char/pl011.h
451 F: include/hw/dma/pl080.h
458 F: include/hw/ssi/pl022.h
460 F: include/hw/arm/primecell.h
461 F: hw/timer/cmsdk-apb-timer.c
462 F: include/hw/timer/cmsdk-apb-timer.h
463 F: hw/timer/cmsdk-apb-dualtimer.c
464 F: include/hw/timer/cmsdk-apb-dualtimer.h
465 F: hw/char/cmsdk-apb-uart.c
466 F: include/hw/char/cmsdk-apb-uart.h
467 F: hw/watchdog/cmsdk-apb-watchdog.c
468 F: include/hw/watchdog/cmsdk-apb-watchdog.h
470 F: include/hw/misc/tz-ppc.h
472 F: include/hw/misc/tz-mpc.h
474 F: include/hw/misc/tz-msc.h
477 M: Peter Maydell <peter.maydell@linaro.org>
478 L: qemu-arm@nongnu.org
481 F: hw/intc/gic_internal.h
483 F: hw/misc/arm11scu.c
484 F: hw/timer/a9gtimer*
486 F: include/hw/arm/arm*.h
487 F: include/hw/intc/arm*
488 F: include/hw/misc/a9scu.h
489 F: include/hw/misc/arm11scu.h
490 F: include/hw/timer/a9gtimer.h
491 F: include/hw/timer/arm_mptimer.h
492 F: include/hw/timer/armv7m_systick.h
493 F: tests/test-arm-mptimer.c
496 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
497 L: qemu-arm@nongnu.org
500 F: include/hw/arm/exynos4210.h
503 M: Rob Herring <robh@kernel.org>
504 L: qemu-arm@nongnu.org
510 M: Antony Pavlov <antonynpavlov@gmail.com>
511 L: qemu-arm@nongnu.org
513 F: include/hw/arm/digic.h
517 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
518 L: qemu-devel@nongnu.org
519 L: qemu-arm@nongnu.org
524 M: Peter Chubb <peter.chubb@nicta.com.au>
525 L: qemu-arm@nongnu.org
530 F: include/hw/arm/fsl-imx31.h
533 M: Peter Maydell <peter.maydell@linaro.org>
534 L: qemu-arm@nongnu.org
536 F: hw/arm/integratorcp.c
537 F: hw/misc/arm_integrator_debug.c
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
546 F: include/hw/misc/mps2-*.h
548 F: include/hw/arm/iotkit.h
549 F: hw/misc/iotkit-sysctl.c
550 F: include/hw/misc/iotkit-sysctl.h
551 F: hw/misc/iotkit-sysinfo.c
552 F: include/hw/misc/iotkit-sysinfo.h
555 M: Jan Kiszka <jan.kiszka@web.de>
556 L: qemu-arm@nongnu.org
561 M: Andrzej Zaborowski <balrogg@gmail.com>
562 L: qemu-arm@nongnu.org
567 M: Andrzej Zaborowski <balrogg@gmail.com>
568 L: qemu-arm@nongnu.org
573 M: Peter Maydell <peter.maydell@linaro.org>
574 L: qemu-arm@nongnu.org
577 F: hw/cpu/realview_mpcore.c
578 F: hw/intc/realview_gic.c
579 F: include/hw/intc/realview_gic.h
582 M: Andrzej Zaborowski <balrogg@gmail.com>
583 L: qemu-arm@nongnu.org
585 F: hw/arm/mainstone.c
590 F: hw/misc/mst_fpga.c
591 F: include/hw/arm/pxa.h
594 M: Peter Maydell <peter.maydell@linaro.org>
595 L: qemu-arm@nongnu.org
600 M: Peter Maydell <peter.maydell@linaro.org>
601 L: qemu-arm@nongnu.org
604 F: hw/misc/arm_sysctl.c
607 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
608 M: Alistair Francis <alistair@alistair23.me>
609 L: qemu-arm@nongnu.org
614 F: include/hw/misc/zynq*
618 M: Alistair Francis <alistair@alistair23.me>
619 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
620 L: qemu-arm@nongnu.org
623 F: include/hw/*/xlnx*.h
626 M: Shannon Zhao <zhaoshenglong@huawei.com>
627 M: Shannon Zhao <shannon.zhaosl@gmail.com>
628 L: qemu-arm@nongnu.org
630 F: hw/arm/virt-acpi-build.c
633 M: Alistair Francis <alistair@alistair23.me>
635 F: hw/arm/stm32f205_soc.c
636 F: hw/misc/stm32f2xx_syscfg.c
637 F: hw/char/stm32f2xx_usart.c
638 F: hw/timer/stm32f2xx_timer.c
640 F: hw/ssi/stm32f2xx_spi.c
641 F: include/hw/*/stm32*.h
644 M: Alistair Francis <alistair@alistair23.me>
646 F: hw/arm/netduino2.c
649 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
652 F: hw/misc/msf2-sysreg.c
653 F: hw/timer/mss-timer.c
655 F: include/hw/arm/msf2-soc.h
656 F: include/hw/misc/msf2-sysreg.h
657 F: include/hw/timer/mss-timer.h
658 F: include/hw/ssi/mss-spi.h
661 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
666 M: Cédric Le Goater <clg@kaod.org>
667 R: Andrew Jeffery <andrew@aj.id.au>
668 R: Joel Stanley <joel@jms.id.au>
669 L: qemu-arm@nongnu.org
672 F: include/hw/*/*aspeed*
673 F: hw/net/ftgmac100.c
674 F: include/hw/net/ftgmac100.h
677 M: Joel Stanley <joel@jms.id.au>
678 L: qemu-arm@nongnu.org
680 F: hw/arm/nrf51_soc.c
682 F: include/hw/arm/nrf51_soc.h
687 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
689 F: hw/cris/axis_dev88.c
694 EVR32 and uclinux BSP
695 M: Michael Walle <michael@walle.cc>
697 F: hw/lm32/lm32_boards.c
700 M: Michael Walle <michael@walle.cc>
702 F: hw/lm32/milkymist.c
707 M: Thomas Huth <huth@tuxfamily.org>
713 M: Thomas Huth <huth@tuxfamily.org>
716 F: hw/m68k/mcf_intc.c
717 F: hw/char/mcf_uart.c
719 F: include/hw/m68k/mcf*.h
724 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
726 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
729 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
731 F: hw/microblaze/petalogix_ml605_mmu.c
736 M: Hervé Poussineau <hpoussin@reactos.org>
738 F: hw/mips/mips_jazz.c
741 M: Aurelien Jarno <aurelien@aurel32.net>
743 F: hw/mips/mips_malta.c
746 M: Aleksandar Markovic <amarkovic@wavecomp.com>
748 F: hw/mips/mips_mipssim.c
752 M: Aurelien Jarno <aurelien@aurel32.net>
754 F: hw/mips/mips_r4k.c
757 M: Aleksandar Markovic <amarkovic@wavecomp.com>
759 F: hw/mips/mips_fulong2e.c
762 F: include/hw/isa/vt82c686.h
765 M: Paul Burton <pburton@wavecomp.com>
767 F: hw/core/loader-fit.c
769 F: hw/pci-host/xilinx-pcie.c
774 M: Jia Liu <proljc@gmail.com>
776 F: hw/openrisc/openrisc_sim.c
781 M: Alexander Graf <agraf@suse.de>
782 L: qemu-ppc@nongnu.org
784 F: hw/ppc/ppc405_boards.c
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
790 F: hw/ppc/ppc440_bamboo.c
793 M: Alexander Graf <agraf@suse.de>
794 L: qemu-ppc@nongnu.org
798 F: include/hw/ppc/ppc_e500.h
799 F: include/hw/pci-host/ppce500.h
800 F: pc-bios/u-boot.e500
803 M: Alexander Graf <agraf@suse.de>
804 L: qemu-ppc@nongnu.org
806 F: hw/ppc/mpc8544ds.c
807 F: hw/ppc/mpc8544_guts.c
810 M: Alexander Graf <agraf@suse.de>
811 L: qemu-ppc@nongnu.org
813 F: hw/ppc/mac_newworld.c
814 F: hw/pci-host/uninorth.c
815 F: hw/pci-bridge/dec.[hc]
818 F: hw/nvram/mac_nvram.c
819 F: include/hw/misc/macio/
820 F: include/hw/misc/mos6522.h
821 F: include/hw/ppc/mac_dbdma.h
824 M: Alexander Graf <agraf@suse.de>
825 L: qemu-ppc@nongnu.org
827 F: hw/ppc/mac_oldworld.c
828 F: hw/pci-host/grackle.c
830 F: hw/intc/heathrow_pic.c
833 M: Hervé Poussineau <hpoussin@reactos.org>
834 L: qemu-devel@nongnu.org
835 L: qemu-ppc@nongnu.org
838 F: hw/ppc/prep_systemio.c
839 F: hw/ppc/rs6000_mc.c
840 F: hw/pci-host/prep.[hc]
844 F: hw/timer/m48t59-isa.c
845 F: include/hw/isa/pc87312.h
846 F: include/hw/timer/m48t59.h
847 F: pc-bios/ppc_rom.bin
850 M: David Gibson <david@gibson.dropbear.id.au>
851 M: Alexander Graf <agraf@suse.de>
852 L: qemu-ppc@nongnu.org
855 F: include/hw/*/spapr*
857 F: include/hw/*/xics*
858 F: pc-bios/spapr-rtas/*
859 F: pc-bios/spapr-rtas.bin
861 F: pc-bios/skiboot.lid
862 F: docs/specs/ppc-spapr-hcalls.txt
863 F: docs/specs/ppc-spapr-hotplug.txt
865 F: tests/libqos/*spapr*
867 F: tests/libqos/rtas*
870 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
871 L: qemu-ppc@nongnu.org
873 F: hw/ppc/virtex_ml507.c
876 M: BALATON Zoltan <balaton@eik.bme.hu>
877 L: qemu-ppc@nongnu.org
885 M: Magnus Damm <magnus.damm@gmail.com>
889 F: hw/timer/sh_timer.c
892 M: Magnus Damm <magnus.damm@gmail.com>
899 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
902 F: hw/sparc/sun4m_iommu.c
903 F: hw/dma/sparc32_dma.c
904 F: hw/misc/eccmemctl.c
905 F: hw/misc/slavio_misc.c
906 F: include/hw/sparc/sparc32_dma.h
907 F: pc-bios/openbios-sparc32
910 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
912 F: hw/sparc64/sun4u.c
913 F: pc-bios/openbios-sparc64
916 M: Artyom Tarasenko <atar4qemu@gmail.com>
918 F: hw/sparc64/niagara.c
919 F: hw/timer/sun4v-rtc.c
920 F: include/hw/timer/sun4v-rtc.h
923 M: Fabien Chouteau <chouteau@adacore.com>
927 F: include/hw/sparc/grlib.h
932 M: Cornelia Huck <cohuck@redhat.com>
933 M: Christian Borntraeger <borntraeger@de.ibm.com>
934 M: Alexander Graf <agraf@suse.de>
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>
952 F: pc-bios/s390-ccw.img
953 T: git git://github.com/borntraeger/qemu.git s390-next
954 L: qemu-s390x@nongnu.org
958 PKUnity-3 SoC initramfs-with-busybox
959 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
967 M: Michael S. Tsirkin <mst@redhat.com>
968 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
972 F: hw/pci-host/piix.c
975 F: include/hw/pci-host/q35.h
976 F: include/hw/pci-host/pam.h
979 F: hw/i2c/smbus_ich9.c
982 F: include/hw/acpi/ich9.h
983 F: include/hw/acpi/piix4.h
987 M: Michael S. Tsirkin <mst@redhat.com>
988 M: Paolo Bonzini <pbonzini@redhat.com>
990 F: hw/char/debugcon.c
999 F: hw/isa/isa-superio.c
1000 F: hw/misc/debugexit.c
1001 F: hw/misc/pc-testdev.c
1004 F: hw/timer/mc146818rtc*
1005 F: hw/watchdog/wdt_ib700.c
1006 F: include/hw/display/vga.h
1007 F: include/hw/char/parallel.h
1008 F: include/hw/dma/i8257.h
1009 F: include/hw/i2c/pm_smbus.h
1010 F: include/hw/input/i8042.h
1011 F: include/hw/isa/superio.h
1012 F: include/hw/timer/hpet.h
1013 F: include/hw/timer/i8254*
1014 F: include/hw/timer/mc146818rtc*
1017 M: Eduardo Habkost <ehabkost@redhat.com>
1018 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1020 F: hw/core/machine.c
1021 F: hw/core/null-machine.c
1022 F: include/hw/boards.h
1023 T: git git://github.com/ehabkost/qemu.git machine-next
1028 M: Max Filippov <jcmvbkbc@gmail.com>
1032 XTFPGA (LX60, LX200, ML605, KC705)
1033 M: Max Filippov <jcmvbkbc@gmail.com>
1035 F: hw/xtensa/xtfpga.c
1036 F: hw/net/opencores_eth.c
1041 M: Jiri Slaby <jslaby@suse.cz>
1046 M: John Snow <jsnow@redhat.com>
1047 L: qemu-block@nongnu.org
1054 F: hw/block/hd-geometry.c
1056 F: tests/ahci-test.c
1057 F: tests/cdrom-test.c
1058 F: tests/libqos/ahci*
1059 T: git git://github.com/jnsnow/qemu.git ide
1062 M: Corey Minyard <minyard@acm.org>
1064 F: include/hw/ipmi/*
1066 F: hw/smbios/smbios_type_38.c
1068 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1071 M: John Snow <jsnow@redhat.com>
1072 L: qemu-block@nongnu.org
1075 F: include/hw/block/fdc.h
1077 T: git git://github.com/jnsnow/qemu.git ide
1080 M: Peter Maydell <peter.maydell@linaro.org>
1083 F: include/hw/arm/omap.h
1086 M: Alberto Garcia <berto@igalia.com>
1088 F: hw/char/ipoctal232.c
1092 M: Michael S. Tsirkin <mst@redhat.com>
1093 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1096 F: hw/misc/pci-testdev.c
1101 F: default-configs/pci.mak
1104 M: Michael S. Tsirkin <mst@redhat.com>
1105 M: Igor Mammedov <imammedo@redhat.com>
1107 F: include/hw/acpi/*
1108 F: include/hw/smbios/*
1112 F: hw/i386/acpi-build.[hc]
1113 F: hw/arm/virt-acpi-build.c
1114 F: tests/bios-tables-test.c
1115 F: tests/acpi-utils.[hc]
1118 M: Alexander Graf <agraf@suse.de>
1119 L: qemu-ppc@nongnu.org
1122 F: hw/i2c/ppc4xx_i2c.c
1123 F: include/hw/ppc/ppc4xx.h
1124 F: include/hw/i2c/ppc4xx_i2c.h
1127 M: Alexander Graf <agraf@suse.de>
1128 L: qemu-ppc@nongnu.org
1131 F: hw/pci-host/ppce500.c
1132 F: hw/net/fsl_etsec/
1135 M: Paolo Bonzini <pbonzini@redhat.com>
1140 M: Jason Wang <jasowang@redhat.com>
1144 F: tests/virtio-net-test.c
1145 T: git git://github.com/jasowang/qemu.git net
1148 M: Paolo Bonzini <pbonzini@redhat.com>
1149 R: Fam Zheng <famz@redhat.com>
1151 F: include/hw/scsi/*
1153 F: tests/virtio-scsi-test.c
1154 T: git git://github.com/bonzini/qemu.git scsi-next
1157 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1158 M: Alistair Francis <alistair@alistair23.me>
1161 F: hw/block/m25p80.c
1162 F: include/hw/ssi/ssi.h
1164 F: tests/m25p80-test.c
1167 M: Alistair Francis <alistair@alistair23.me>
1168 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1173 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1175 F: include/hw/sd/sd*
1181 M: Gerd Hoffmann <kraxel@redhat.com>
1184 F: tests/usb-*-test.c
1186 F: docs/usb-storage.txt
1189 F: default-configs/usb.mak
1191 USB (serial adapter)
1192 M: Gerd Hoffmann <kraxel@redhat.com>
1193 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1195 F: hw/usb/dev-serial.c
1198 M: Alex Williamson <alex.williamson@redhat.com>
1204 M: Cornelia Huck <cohuck@redhat.com>
1207 F: hw/s390x/s390-ccw.c
1208 F: include/hw/s390x/s390-ccw.h
1209 T: git git://github.com/cohuck/qemu.git s390-next
1210 L: qemu-s390x@nongnu.org
1213 M: Christian Borntraeger <borntraeger@de.ibm.com>
1214 M: Tony Krowiak <akrowiak@linux.ibm.com>
1215 M: Halil Pasic <pasic@linux.ibm.com>
1216 M: Pierre Morel <pmorel@linux.ibm.com>
1218 F: hw/s390x/ap-device.c
1219 F: hw/s390x/ap-bridge.c
1220 F: include/hw/s390x/ap-device.h
1221 F: include/hw/s390x/ap-bridge.h
1224 L: qemu-s390x@nongnu.org
1227 M: Michael S. Tsirkin <mst@redhat.com>
1230 F: docs/interop/vhost-user.txt
1233 M: Michael S. Tsirkin <mst@redhat.com>
1236 F: hw/virtio/Makefile.objs
1237 F: hw/virtio/trace-events
1239 F: include/hw/virtio/
1240 F: tests/virtio-balloon-test.c
1243 M: Greg Kurz <groug@kaod.org>
1247 F: tests/virtio-9p-test.c
1248 T: git git://github.com/gkurz/qemu.git 9p-next
1251 M: Stefan Hajnoczi <stefanha@redhat.com>
1252 L: qemu-block@nongnu.org
1254 F: hw/block/virtio-blk.c
1255 F: hw/block/dataplane/*
1256 F: tests/virtio-blk-test.c
1257 T: git git://github.com/stefanha/qemu.git block
1260 M: Cornelia Huck <cohuck@redhat.com>
1261 M: Christian Borntraeger <borntraeger@de.ibm.com>
1263 F: hw/s390x/virtio-ccw*.[hc]
1264 F: hw/s390x/vhost-vsock-ccw.c
1265 T: git git://github.com/cohuck/qemu.git s390-next
1266 T: git git://github.com/borntraeger/qemu.git s390-next
1267 L: qemu-s390x@nongnu.org
1270 M: Gerd Hoffmann <kraxel@redhat.com>
1272 F: hw/input/virtio-input*.c
1273 F: include/hw/virtio/virtio-input.h
1276 M: Amit Shah <amit@kernel.org>
1278 F: hw/char/virtio-serial-bus.c
1279 F: hw/char/virtio-console.c
1280 F: include/hw/virtio/virtio-serial.h
1281 F: tests/virtio-console-test.c
1282 F: tests/virtio-serial-test.c
1285 M: Amit Shah <amit@kernel.org>
1287 F: hw/virtio/virtio-rng.c
1288 F: include/hw/virtio/virtio-rng.h
1289 F: include/sysemu/rng*.h
1291 F: tests/virtio-rng-test.c
1294 M: Gonglei <arei.gonglei@huawei.com>
1296 F: hw/virtio/virtio-crypto.c
1297 F: hw/virtio/virtio-crypto-pci.c
1298 F: include/hw/virtio/virtio-crypto.h
1301 M: Keith Busch <keith.busch@intel.com>
1302 L: qemu-block@nongnu.org
1305 F: tests/nvme-test.c
1308 M: Hannes Reinecke <hare@suse.com>
1309 L: qemu-block@nongnu.org
1311 F: hw/scsi/megasas.c
1313 F: tests/megasas-test.c
1315 Network packet abstractions
1316 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1318 F: include/net/eth.h
1320 F: hw/net/net_rx_pkt*
1321 F: hw/net/net_tx_pkt*
1324 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1327 F: hw/scsi/vmw_pvscsi*
1328 F: tests/vmxnet3-test.c
1331 M: Jiri Pirko <jiri@resnulli.us>
1335 F: docs/specs/rocker.txt
1338 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1342 F: include/hw/mem/nvdimm.h
1345 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1350 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1355 M: Stefan Weil <sw@weilnetz.de>
1357 F: hw/net/eepro100.c
1360 M: Alistair Francis <alistair@alistair23.me>
1362 F: hw/core/generic-loader.c
1363 F: include/hw/core/generic-loader.h
1364 F: docs/generic-loader.txt
1366 Intel Hexadecimal Object File Loader
1367 M: Su Hang <suhang16@mails.ucas.ac.cn>
1369 F: tests/hexloader-test.c
1370 F: tests/hex-loader-check-data/test.hex
1373 M: Thomas Huth <thuth@redhat.com>
1375 F: hw/nvram/chrp_nvram.c
1376 F: include/hw/nvram/chrp_nvram.h
1377 F: tests/prom-env-test.c
1380 M: Ben Warren <ben@skyportsystems.com>
1382 F: hw/acpi/vmgenid.c
1383 F: include/hw/acpi/vmgenid.h
1384 F: docs/specs/vmgenid.txt
1385 F: tests/vmgenid-test.c
1388 Unimplemented device
1389 M: Peter Maydell <peter.maydell@linaro.org>
1390 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1392 F: include/hw/misc/unimp.h
1396 M: Gerd Hoffmann <kraxel@redhat.com>
1399 F: hw/display/bochs-display.c
1400 F: include/hw/display/vga.h
1401 F: include/hw/display/bochs-vbe.h
1404 M: Gerd Hoffmann <kraxel@redhat.com>
1406 F: hw/display/ramfb*.c
1407 F: include/hw/display/ramfb.h
1410 M: Gerd Hoffmann <kraxel@redhat.com>
1412 F: hw/display/virtio-gpu*
1413 F: hw/display/virtio-vga.c
1414 F: include/hw/virtio/virtio-gpu.h
1417 M: Gerd Hoffmann <kraxel@redhat.com>
1419 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1420 F: hw/display/cirrus*
1423 M: Gerd Hoffmann <kraxel@redhat.com>
1426 F: include/hw/display/edid.h
1432 M: Gerd Hoffmann <kraxel@redhat.com>
1436 F: include/hw/audio/
1437 F: tests/ac97-test.c
1438 F: tests/es1370-test.c
1439 F: tests/intel-hda-test.c
1442 M: Kevin Wolf <kwolf@redhat.com>
1443 M: Max Reitz <mreitz@redhat.com>
1444 L: qemu-block@nongnu.org
1452 F: tests/qemu-iotests/
1453 F: util/qemu-progress.c
1454 F: qobject/block-qdict.c
1455 F: tests/check-block-qdict.c
1456 T: git git://repo.or.cz/qemu/kevin.git block
1459 M: Stefan Hajnoczi <stefanha@redhat.com>
1460 M: Fam Zheng <famz@redhat.com>
1461 L: qemu-block@nongnu.org
1467 F: include/block/aio.h
1468 F: include/block/aio-wait.h
1469 F: scripts/qemugdb/aio.py
1470 T: git git://github.com/stefanha/qemu.git block
1472 Block SCSI subsystem
1473 M: Paolo Bonzini <pbonzini@redhat.com>
1474 R: Fam Zheng <famz@redhat.com>
1475 L: qemu-block@nongnu.org
1481 M: Jeff Cody <jcody@redhat.com>
1482 L: qemu-block@nongnu.org
1485 F: include/block/blockjob.h
1488 F: include/qemu/job.h
1494 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1496 Block QAPI, monitor, command line
1497 M: Markus Armbruster <armbru@redhat.com>
1502 F: qapi/transaction.json
1503 T: git git://repo.or.cz/qemu/armbru.git block-next
1506 M: Fam Zheng <famz@redhat.com>
1507 M: John Snow <jsnow@redhat.com>
1508 L: qemu-block@nongnu.org
1511 F: block/dirty-bitmap.c
1512 F: include/qemu/hbitmap.h
1513 F: include/block/dirty-bitmap.h
1514 F: tests/test-hbitmap.c
1515 F: docs/interop/bitmaps.rst
1516 T: git git://github.com/famz/qemu.git bitmaps
1517 T: git git://github.com/jnsnow/qemu.git bitmaps
1519 Character device backends
1520 M: Paolo Bonzini <pbonzini@redhat.com>
1521 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1527 Character Devices (Braille)
1528 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1532 Command line option argument parsing
1533 M: Markus Armbruster <armbru@redhat.com>
1535 F: include/qemu/option.h
1536 F: tests/test-keyval.c
1537 F: tests/test-qemu-opts.c
1539 F: util/qemu-option.c
1542 M: Markus Armbruster <armbru@redhat.com>
1544 F: scripts/coverity-model.c
1547 L: qemu-devel@nongnu.org
1550 F: include/qom/cpu.h
1553 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1554 M: Alexander Graf <agraf@suse.de>
1557 F: include/sysemu/device_tree.h
1561 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1563 F: hw/misc/vmcoreinfo.c
1564 F: include/hw/misc/vmcoreinfo.h
1565 F: include/sysemu/dump-arch.h
1566 F: include/sysemu/dump.h
1567 F: scripts/dump-guest-memory.py
1571 M: Markus Armbruster <armbru@redhat.com>
1573 F: include/qapi/error.h
1574 F: include/qemu/error-report.h
1576 F: util/qemu-error.c
1579 L: qemu-devel@nongnu.org
1585 M: Paolo Bonzini <pbonzini@redhat.com>
1587 F: include/exec/ioport.h
1589 F: include/exec/memory.h
1590 F: include/exec/ram_addr.h
1592 F: include/exec/memory-internal.h
1596 M: Gerd Hoffmann <kraxel@redhat.com>
1598 F: include/ui/qemu-spice.h
1599 F: include/ui/spice-display.h
1601 F: audio/spiceaudio.c
1606 M: Gerd Hoffmann <kraxel@redhat.com>
1614 M: Peter Maydell <peter.maydell@linaro.org>
1619 M: Paolo Bonzini <pbonzini@redhat.com>
1623 F: util/qemu-timer.c
1625 F: qapi/run-state.json
1628 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1633 F: include/monitor/hmp-target.h
1636 Network device backends
1637 M: Jason Wang <jasowang@redhat.com>
1641 T: git git://github.com/jasowang/qemu.git net
1644 Netmap network backend
1645 M: Luigi Rizzo <rizzo@iet.unipi.it>
1646 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1647 M: Vincenzo Maffione <v.maffione@gmail.com>
1648 W: http://info.iet.unipi.it/~luigi/netmap/
1653 M: Eduardo Habkost <ehabkost@redhat.com>
1656 F: include/sysemu/numa.h
1657 T: git git://github.com/ehabkost/qemu.git machine-next
1659 Host Memory Backends
1660 M: Eduardo Habkost <ehabkost@redhat.com>
1661 M: Igor Mammedov <imammedo@redhat.com>
1663 F: backends/hostmem*.c
1664 F: include/sysemu/hostmem.h
1665 T: git git://github.com/ehabkost/qemu.git machine-next
1668 M: Gonglei <arei.gonglei@huawei.com>
1670 F: include/sysemu/cryptodev*.h
1671 F: backends/cryptodev*.c
1674 M: Eduardo Habkost <ehabkost@redhat.com>
1675 M: Cleber Rosa <crosa@redhat.com>
1682 M: Markus Armbruster <armbru@redhat.com>
1683 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1688 X: include/qapi/qmp/
1689 F: include/qapi/qmp/dispatch.h
1690 F: tests/qapi-schema/
1691 F: tests/test-*-visitor.c
1692 F: tests/test-qapi-*.c
1693 F: tests/test-qmp-*.c
1694 F: tests/test-visitor-serialization.c
1695 F: scripts/qapi-gen.py
1698 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1701 M: Eric Blake <eblake@redhat.com>
1702 M: Markus Armbruster <armbru@redhat.com>
1705 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1708 M: Markus Armbruster <armbru@redhat.com>
1711 F: include/qapi/qmp/
1712 X: include/qapi/qmp/dispatch.h
1713 F: scripts/coccinelle/qobject.cocci
1714 F: tests/check-qdict.c
1715 F: tests/check-qnum.c
1716 F: tests/check-qjson.c
1717 F: tests/check-qlist.c
1718 F: tests/check-qstring.c
1719 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1722 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1726 F: scripts/qemu-guest-agent/
1728 F: docs/interop/qemu-ga-ref.texi
1729 T: git git://github.com/mdroth/qemu.git qga
1732 M: Andreas Färber <afaerber@suse.de>
1734 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1736 X: include/qom/cpu.h
1739 F: tests/check-qom-interface.c
1740 F: tests/check-qom-proplist.c
1743 M: Markus Armbruster <armbru@redhat.com>
1747 F: docs/devel/*qmp-*
1750 F: tests/qmp-cmd-test.c
1751 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1754 M: Paolo Bonzini <pbonzini@redhat.com>
1755 M: Thomas Huth <thuth@redhat.com>
1756 M: Laurent Vivier <lvivier@redhat.com>
1764 M: Alistair Francis <alistair@alistair23.me>
1766 F: hw/core/register.c
1767 F: include/hw/register.h
1768 F: include/hw/registerfields.h
1771 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1772 M: Jan Kiszka <jan.kiszka@siemens.com>
1776 F: include/net/slirp.h
1777 T: git https://people.debian.org/~sthibault/qemu.git slirp
1778 T: git git://git.kiszka.org/qemu.git queues/slirp
1781 M: Paolo Bonzini <pbonzini@redhat.com>
1786 M: Stefan Hajnoczi <stefanha@redhat.com>
1790 F: qemu-option-trace.texi
1791 F: scripts/tracetool.py
1792 F: scripts/tracetool/
1793 F: docs/devel/tracing.txt
1794 T: git git://github.com/stefanha/qemu.git tracing
1797 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1802 F: include/hw/acpi/tpm.h
1803 F: include/sysemu/tpm*
1807 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1811 F: scripts/checkpatch.pl
1814 M: Juan Quintela <quintela@redhat.com>
1815 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1817 F: include/migration/
1819 F: scripts/vmstate-static-checker.py
1820 F: tests/vmstate-static-checker-data/
1821 F: tests/migration-test.c
1822 F: docs/devel/migration.rst
1823 F: qapi/migration.json
1826 M: Eduardo Otubo <otubo@redhat.com>
1829 F: include/sysemu/seccomp.h
1832 M: Daniel P. Berrange <berrange@redhat.com>
1836 F: tests/test-crypto-*
1837 F: tests/benchmark-crypto-*
1841 M: Stefan Hajnoczi <stefanha@redhat.com>
1842 M: Kevin Wolf <kwolf@redhat.com>
1844 F: include/qemu/coroutine*
1845 F: tests/test-coroutine.c
1848 M: Daniel P. Berrange <berrange@redhat.com>
1851 F: include/qemu/buffer.h
1854 M: Daniel P. Berrange <berrange@redhat.com>
1861 M: Daniel P. Berrange <berrange@redhat.com>
1862 M: Gerd Hoffmann <kraxel@redhat.com>
1863 M: Paolo Bonzini <pbonzini@redhat.com>
1865 F: include/qemu/sockets.h
1866 F: util/qemu-sockets.c
1867 F: qapi/sockets.json
1869 Throttling infrastructure
1870 M: Alberto Garcia <berto@igalia.com>
1872 F: block/throttle-groups.c
1873 F: include/block/throttle-groups.h
1874 F: include/qemu/throttle*.h
1876 F: docs/throttle.txt
1877 F: tests/test-throttle.c
1878 L: qemu-block@nongnu.org
1881 M: Fam Zheng <famz@redhat.com>
1884 F: include/qemu/uuid.h
1885 F: tests/test-uuid.c
1888 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1891 F: include/migration/colo.h
1892 F: include/migration/failover.h
1896 M: Zhang Chen <zhangckid@gmail.com>
1897 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1899 F: docs/colo-proxy.txt
1901 F: net/filter-rewriter.c
1902 F: net/filter-mirror.c
1905 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1906 R: Paolo Bonzini <pbonzini@redhat.com>
1907 W: https://wiki.qemu.org/Features/record-replay
1910 F: block/blkreplay.c
1911 F: net/filter-replay.c
1912 F: include/sysemu/replay.h
1917 M: Peter Xu <peterx@redhat.com>
1919 F: include/qemu/iova-tree.h
1923 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1930 M: Riku Voipio <riku.voipio@iki.fi>
1933 F: accel/tcg/user-exec*.c
1938 F: default-configs/*-bsd-user.mak
1941 M: Riku Voipio <riku.voipio@iki.fi>
1942 R: Laurent Vivier <laurent@vivier.eu>
1945 F: default-configs/*-linux-user.mak
1946 F: scripts/qemu-binfmt-conf.sh
1948 Tiny Code Generator (TCG)
1949 -------------------------
1951 M: Richard Henderson <rth@twiddle.net>
1956 M: Claudio Fontana <claudio.fontana@huawei.com>
1957 M: Claudio Fontana <claudio.fontana@gmail.com>
1959 L: qemu-arm@nongnu.org
1965 M: Andrzej Zaborowski <balrogg@gmail.com>
1967 L: qemu-arm@nongnu.org
1972 L: qemu-devel@nongnu.org
1978 M: Aurelien Jarno <aurelien@aurel32.net>
1984 M: Richard Henderson <rth@twiddle.net>
1990 M: Alexander Graf <agraf@suse.de>
1991 M: Richard Henderson <rth@twiddle.net>
1995 L: qemu-s390x@nongnu.org
2003 M: Stefan Weil <sw@weilnetz.de>
2012 M: Fam Zheng <famz@redhat.com>
2013 L: qemu-block@nongnu.org
2018 M: Josh Durgin <jdurgin@redhat.com>
2019 M: Jeff Cody <jcody@redhat.com>
2020 L: qemu-block@nongnu.org
2023 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2026 M: Liu Yuan <namei.unix@gmail.com>
2027 M: Jeff Cody <jcody@redhat.com>
2028 L: qemu-block@nongnu.org
2029 L: sheepdog@lists.wpkg.org
2032 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2035 M: Jeff Cody <jcody@redhat.com>
2036 L: qemu-block@nongnu.org
2039 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2042 M: Stefan Weil <sw@weilnetz.de>
2043 L: qemu-block@nongnu.org
2048 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2049 M: Paolo Bonzini <pbonzini@redhat.com>
2050 M: Peter Lieven <pl@kamp.de>
2051 L: qemu-block@nongnu.org
2054 F: block/iscsi-opts.c
2056 Network Block Device (NBD)
2057 M: Eric Blake <eblake@redhat.com>
2058 M: Paolo Bonzini <pbonzini@redhat.com>
2059 L: qemu-block@nongnu.org
2063 F: include/block/nbd*
2066 F: docs/interop/nbd.txt
2067 T: git git://repo.or.cz/qemu/ericb.git nbd
2070 M: Jeff Cody <jcody@redhat.com>
2071 M: Peter Lieven <pl@kamp.de>
2072 L: qemu-block@nongnu.org
2075 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2078 M: Richard W.M. Jones <rjones@redhat.com>
2079 M: Jeff Cody <jcody@redhat.com>
2080 L: qemu-block@nongnu.org
2083 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2086 M: Jeff Cody <jcody@redhat.com>
2087 L: qemu-block@nongnu.org
2090 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2093 M: Jeff Cody <jcody@redhat.com>
2094 L: qemu-block@nongnu.org
2097 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2100 M: Fam Zheng <famz@redhat.com>
2101 L: qemu-block@nongnu.org
2106 M: Fam Zheng <famz@redhat.com>
2107 L: qemu-block@nongnu.org
2112 M: Gonglei <arei.gonglei@huawei.com>
2117 M: Alberto Garcia <berto@igalia.com>
2120 L: qemu-block@nongnu.org
2123 M: Ari Sundholm <ari@tuxera.com>
2124 L: qemu-block@nongnu.org
2126 F: block/blklogwrites.c
2129 M: Stefan Hajnoczi <stefanha@redhat.com>
2130 L: qemu-block@nongnu.org
2132 F: block/blkverify.c
2135 M: Stefan Hajnoczi <stefanha@redhat.com>
2136 L: qemu-block@nongnu.org
2141 M: Stefan Hajnoczi <stefanha@redhat.com>
2142 L: qemu-block@nongnu.org
2147 M: Stefan Hajnoczi <stefanha@redhat.com>
2148 L: qemu-block@nongnu.org
2153 M: Stefan Hajnoczi <stefanha@redhat.com>
2154 M: Denis V. Lunev <den@openvz.org>
2155 L: qemu-block@nongnu.org
2157 F: block/parallels.c
2158 F: docs/interop/parallels.txt
2161 M: Stefan Hajnoczi <stefanha@redhat.com>
2162 L: qemu-block@nongnu.org
2167 M: Kevin Wolf <kwolf@redhat.com>
2168 L: qemu-block@nongnu.org
2170 F: block/linux-aio.c
2171 F: include/block/raw-aio.h
2172 F: block/raw-format.c
2173 F: block/file-posix.c
2174 F: block/file-win32.c
2175 F: block/win32-aio.c
2178 M: Kevin Wolf <kwolf@redhat.com>
2179 M: Max Reitz <mreitz@redhat.com>
2180 L: qemu-block@nongnu.org
2183 F: docs/interop/qcow2.txt
2186 M: Kevin Wolf <kwolf@redhat.com>
2187 L: qemu-block@nongnu.org
2192 M: Kevin Wolf <kwolf@redhat.com>
2193 M: Max Reitz <mreitz@redhat.com>
2194 L: qemu-block@nongnu.org
2199 M: Kevin Wolf <kwolf@redhat.com>
2200 L: qemu-block@nongnu.org
2205 M: Kevin Wolf <kwolf@redhat.com>
2206 L: qemu-block@nongnu.org
2211 M: Stefan Hajnoczi <stefanha@redhat.com>
2212 L: qemu-block@nongnu.org
2214 F: tests/image-fuzzer/
2217 M: Wen Congyang <wencongyang2@huawei.com>
2218 M: Xie Changlong <xiechanglong.d@gmail.com>
2221 F: block/replication.c
2222 F: tests/test-replication.c
2223 F: docs/block-replication.txt
2226 M: Yuval Shaia <yuval.shaia@oracle.com>
2227 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2233 Build and test automation
2234 -------------------------
2235 Build and test automation
2236 M: Alex Bennée <alex.bennee@linaro.org>
2237 M: Fam Zheng <famz@redhat.com>
2238 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2239 L: qemu-devel@nongnu.org
2246 W: https://travis-ci.org/qemu/qemu
2247 W: https://app.shippable.com/github/qemu/qemu
2248 W: http://patchew.org/QEMU/
2250 Guest Test Compilation Support
2251 M: Alex Bennée <alex.bennee@linaro.org>
2252 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2253 F: tests/tcg/Makefile
2254 F: tests/tcg/Makefile.include
2255 L: qemu-devel@nongnu.org
2259 Build system architecture
2260 M: Daniel P. Berrange <berrange@redhat.com>
2262 F: docs/devel/build-system.txt
2264 Incompatible changes
2265 R: libvir-list@redhat.com
2266 F: qemu-deprecated.texi
2271 M: Daniel P. Berrange <berrange@redhat.com>
2273 F: scripts/git-submodule.sh