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 https://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 https://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: Peter Crosthwaite <crosthwaite.peter@gmail.com>
109 M: Richard Henderson <rth@twiddle.net>
110 R: Paolo Bonzini <pbonzini@redhat.com>
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 L: qemu-ppc@nongnu.org
241 M: Michael Clark <mjc@sifive.com>
242 M: Palmer Dabbelt <palmer@sifive.com>
243 M: Alistair Francis <Alistair.Francis@wdc.com>
244 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
245 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
246 L: qemu-riscv@nongnu.org
254 M: Richard Henderson <rth@twiddle.net>
255 M: David Hildenbrand <david@redhat.com>
261 L: qemu-s390x@nongnu.org
264 M: Aurelien Jarno <aurelien@aurel32.net>
272 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
273 M: Artyom Tarasenko <atar4qemu@gmail.com>
281 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
285 F: include/hw/unicore32/
288 M: Paolo Bonzini <pbonzini@redhat.com>
289 M: Richard Henderson <rth@twiddle.net>
290 M: Eduardo Habkost <ehabkost@redhat.com>
297 F: docs/qemu-cpu-models.texi
298 T: git https://github.com/ehabkost/qemu.git x86-next
301 M: Max Filippov <jcmvbkbc@gmail.com>
302 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
310 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
314 F: include/hw/tricore/
316 Multiarch Linux User Tests
317 M: Alex Bennée <alex.bennee@linaro.org>
318 F: tests/tcg/multiarch/
320 Guest CPU Cores (KVM):
321 ----------------------
324 M: Paolo Bonzini <pbonzini@redhat.com>
325 L: kvm@vger.kernel.org
329 F: include/sysemu/kvm*.h
332 M: Peter Maydell <peter.maydell@linaro.org>
333 L: qemu-arm@nongnu.org
338 M: James Hogan <jhogan@kernel.org>
343 M: David Gibson <david@gibson.dropbear.id.au>
348 M: Christian Borntraeger <borntraeger@de.ibm.com>
349 M: Cornelia Huck <cohuck@redhat.com>
351 F: target/s390x/kvm.c
352 F: target/s390x/kvm_s390x.h
353 F: target/s390x/kvm-stub.c
354 F: target/s390x/ioinst.[ch]
355 F: target/s390x/machine.c
356 F: target/s390x/sigp.c
357 F: hw/intc/s390_flic.c
358 F: hw/intc/s390_flic_kvm.c
359 F: include/hw/s390x/s390_flic.h
361 T: git https://github.com/cohuck/qemu.git s390-next
362 T: git https://github.com/borntraeger/qemu.git s390-next
363 L: qemu-s390x@nongnu.org
366 M: Paolo Bonzini <pbonzini@redhat.com>
367 M: Marcelo Tosatti <mtosatti@redhat.com>
368 L: kvm@vger.kernel.org
372 Guest CPU Cores (Xen):
373 ----------------------
376 M: Stefano Stabellini <sstabellini@kernel.org>
377 M: Anthony Perard <anthony.perard@citrix.com>
378 L: xen-devel@lists.xenproject.org
381 F: hw/9pfs/xen-9p-backend.c
382 F: hw/char/xen_console.c
383 F: hw/display/xenfb.c
390 F: include/sysemu/xen-mapcache.h
396 L: qemu-devel@nongnu.org
402 L: qemu-devel@nongnu.org
407 L: qemu-devel@nongnu.org
408 M: Kamil Rytarowski <kamil@netbsd.org>
410 K: ^Subject:.*(?i)NetBSD
413 L: qemu-devel@nongnu.org
414 M: Brad Smith <brad@comstyle.com>
416 K: ^Subject:.*(?i)OpenBSD
419 L: qemu-devel@nongnu.org
420 M: Stefan Weil <sw@weilnetz.de>
429 M: Richard Henderson <rth@twiddle.net>
432 F: hw/isa/smc37c669-superio.c
437 M: Beniamino Galvani <b.galvani@gmail.com>
438 L: qemu-arm@nongnu.org
441 F: include/hw/*/allwinner*
442 F: hw/arm/cubieboard.c
444 ARM PrimeCell and CMSDK devices
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
449 F: include/hw/char/pl011.h
452 F: include/hw/dma/pl080.h
459 F: include/hw/ssi/pl022.h
461 F: include/hw/arm/primecell.h
462 F: hw/timer/cmsdk-apb-timer.c
463 F: include/hw/timer/cmsdk-apb-timer.h
464 F: hw/timer/cmsdk-apb-dualtimer.c
465 F: include/hw/timer/cmsdk-apb-dualtimer.h
466 F: hw/char/cmsdk-apb-uart.c
467 F: include/hw/char/cmsdk-apb-uart.h
468 F: hw/watchdog/cmsdk-apb-watchdog.c
469 F: include/hw/watchdog/cmsdk-apb-watchdog.h
471 F: include/hw/misc/tz-ppc.h
473 F: include/hw/misc/tz-mpc.h
475 F: include/hw/misc/tz-msc.h
478 M: Peter Maydell <peter.maydell@linaro.org>
479 L: qemu-arm@nongnu.org
482 F: hw/intc/gic_internal.h
484 F: hw/misc/arm11scu.c
485 F: hw/timer/a9gtimer*
487 F: include/hw/arm/arm*.h
488 F: include/hw/intc/arm*
489 F: include/hw/misc/a9scu.h
490 F: include/hw/misc/arm11scu.h
491 F: include/hw/timer/a9gtimer.h
492 F: include/hw/timer/arm_mptimer.h
493 F: include/hw/timer/armv7m_systick.h
494 F: tests/test-arm-mptimer.c
497 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
498 L: qemu-arm@nongnu.org
501 F: include/hw/arm/exynos4210.h
504 M: Rob Herring <robh@kernel.org>
505 L: qemu-arm@nongnu.org
511 M: Antony Pavlov <antonynpavlov@gmail.com>
512 L: qemu-arm@nongnu.org
514 F: include/hw/arm/digic.h
518 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
519 L: qemu-devel@nongnu.org
520 L: qemu-arm@nongnu.org
525 M: Peter Chubb <peter.chubb@nicta.com.au>
526 L: qemu-arm@nongnu.org
531 F: include/hw/arm/fsl-imx31.h
534 M: Peter Maydell <peter.maydell@linaro.org>
535 L: qemu-arm@nongnu.org
537 F: hw/arm/integratorcp.c
538 F: hw/misc/arm_integrator_debug.c
541 M: Peter Maydell <peter.maydell@linaro.org>
542 L: qemu-arm@nongnu.org
547 F: include/hw/misc/mps2-*.h
549 F: include/hw/arm/iotkit.h
550 F: hw/misc/iotkit-sysctl.c
551 F: include/hw/misc/iotkit-sysctl.h
552 F: hw/misc/iotkit-sysinfo.c
553 F: include/hw/misc/iotkit-sysinfo.h
556 M: Jan Kiszka <jan.kiszka@web.de>
557 L: qemu-arm@nongnu.org
562 M: Andrzej Zaborowski <balrogg@gmail.com>
563 L: qemu-arm@nongnu.org
568 M: Andrzej Zaborowski <balrogg@gmail.com>
569 L: qemu-arm@nongnu.org
574 M: Peter Maydell <peter.maydell@linaro.org>
575 L: qemu-arm@nongnu.org
578 F: hw/cpu/realview_mpcore.c
579 F: hw/intc/realview_gic.c
580 F: include/hw/intc/realview_gic.h
583 M: Andrzej Zaborowski <balrogg@gmail.com>
584 L: qemu-arm@nongnu.org
586 F: hw/arm/mainstone.c
591 F: hw/misc/mst_fpga.c
592 F: include/hw/arm/pxa.h
594 Sharp SL-5500 (Collie) PDA
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
608 M: Peter Maydell <peter.maydell@linaro.org>
609 L: qemu-arm@nongnu.org
612 F: hw/misc/arm_sysctl.c
615 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
616 M: Alistair Francis <alistair@alistair23.me>
617 L: qemu-arm@nongnu.org
622 F: include/hw/misc/zynq*
626 M: Alistair Francis <alistair@alistair23.me>
627 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
628 L: qemu-arm@nongnu.org
631 F: include/hw/*/xlnx*.h
634 M: Shannon Zhao <shannon.zhaosl@gmail.com>
635 L: qemu-arm@nongnu.org
637 F: hw/arm/virt-acpi-build.c
640 M: Alistair Francis <alistair@alistair23.me>
642 F: hw/arm/stm32f205_soc.c
643 F: hw/misc/stm32f2xx_syscfg.c
644 F: hw/char/stm32f2xx_usart.c
645 F: hw/timer/stm32f2xx_timer.c
647 F: hw/ssi/stm32f2xx_spi.c
648 F: include/hw/*/stm32*.h
651 M: Alistair Francis <alistair@alistair23.me>
653 F: hw/arm/netduino2.c
656 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
659 F: hw/misc/msf2-sysreg.c
660 F: hw/timer/mss-timer.c
662 F: include/hw/arm/msf2-soc.h
663 F: include/hw/misc/msf2-sysreg.h
664 F: include/hw/timer/mss-timer.h
665 F: include/hw/ssi/mss-spi.h
668 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
673 M: Cédric Le Goater <clg@kaod.org>
674 R: Andrew Jeffery <andrew@aj.id.au>
675 R: Joel Stanley <joel@jms.id.au>
676 L: qemu-arm@nongnu.org
679 F: include/hw/*/*aspeed*
680 F: hw/net/ftgmac100.c
681 F: include/hw/net/ftgmac100.h
684 M: Joel Stanley <joel@jms.id.au>
685 L: qemu-arm@nongnu.org
687 F: hw/arm/nrf51_soc.c
689 F: include/hw/arm/nrf51_soc.h
694 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
696 F: hw/cris/axis_dev88.c
701 EVR32 and uclinux BSP
702 M: Michael Walle <michael@walle.cc>
704 F: hw/lm32/lm32_boards.c
707 M: Michael Walle <michael@walle.cc>
709 F: hw/lm32/milkymist.c
714 M: Thomas Huth <huth@tuxfamily.org>
720 M: Thomas Huth <huth@tuxfamily.org>
723 F: hw/m68k/mcf_intc.c
724 F: hw/char/mcf_uart.c
726 F: include/hw/m68k/mcf*.h
731 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
733 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
736 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
738 F: hw/microblaze/petalogix_ml605_mmu.c
743 M: Hervé Poussineau <hpoussin@reactos.org>
745 F: hw/mips/mips_jazz.c
748 M: Aurelien Jarno <aurelien@aurel32.net>
750 F: hw/mips/mips_malta.c
753 M: Aleksandar Markovic <amarkovic@wavecomp.com>
755 F: hw/mips/mips_mipssim.c
759 M: Aurelien Jarno <aurelien@aurel32.net>
761 F: hw/mips/mips_r4k.c
764 M: Aleksandar Markovic <amarkovic@wavecomp.com>
766 F: hw/mips/mips_fulong2e.c
769 F: include/hw/isa/vt82c686.h
772 M: Paul Burton <pburton@wavecomp.com>
774 F: hw/core/loader-fit.c
776 F: hw/pci-host/xilinx-pcie.c
781 M: Jia Liu <proljc@gmail.com>
783 F: hw/openrisc/openrisc_sim.c
788 M: David Gibson <david@gibson.dropbear.id.au>
789 L: qemu-ppc@nongnu.org
791 F: hw/ppc/ppc405_boards.c
794 M: David Gibson <david@gibson.dropbear.id.au>
795 L: qemu-ppc@nongnu.org
797 F: hw/ppc/ppc440_bamboo.c
800 M: David Gibson <david@gibson.dropbear.id.au>
801 L: qemu-ppc@nongnu.org
805 F: include/hw/ppc/ppc_e500.h
806 F: include/hw/pci-host/ppce500.h
807 F: pc-bios/u-boot.e500
810 M: David Gibson <david@gibson.dropbear.id.au>
811 L: qemu-ppc@nongnu.org
813 F: hw/ppc/mpc8544ds.c
814 F: hw/ppc/mpc8544_guts.c
817 M: David Gibson <david@gibson.dropbear.id.au>
818 L: qemu-ppc@nongnu.org
820 F: hw/ppc/mac_newworld.c
821 F: hw/pci-host/uninorth.c
822 F: hw/pci-bridge/dec.[hc]
825 F: hw/nvram/mac_nvram.c
826 F: include/hw/misc/macio/
827 F: include/hw/misc/mos6522.h
828 F: include/hw/ppc/mac_dbdma.h
831 M: David Gibson <david@gibson.dropbear.id.au>
832 L: qemu-ppc@nongnu.org
834 F: hw/ppc/mac_oldworld.c
835 F: hw/pci-host/grackle.c
837 F: hw/intc/heathrow_pic.c
840 M: Hervé Poussineau <hpoussin@reactos.org>
841 L: qemu-devel@nongnu.org
842 L: qemu-ppc@nongnu.org
845 F: hw/ppc/prep_systemio.c
846 F: hw/ppc/rs6000_mc.c
847 F: hw/pci-host/prep.[hc]
851 F: hw/timer/m48t59-isa.c
852 F: include/hw/isa/pc87312.h
853 F: include/hw/timer/m48t59.h
854 F: pc-bios/ppc_rom.bin
857 M: David Gibson <david@gibson.dropbear.id.au>
858 L: qemu-ppc@nongnu.org
861 F: include/hw/*/spapr*
863 F: include/hw/*/xics*
864 F: pc-bios/spapr-rtas/*
865 F: pc-bios/spapr-rtas.bin
867 F: pc-bios/skiboot.lid
868 F: docs/specs/ppc-spapr-hcalls.txt
869 F: docs/specs/ppc-spapr-hotplug.txt
871 F: tests/libqos/*spapr*
873 F: tests/libqos/rtas*
876 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
877 L: qemu-ppc@nongnu.org
879 F: hw/ppc/virtex_ml507.c
882 M: BALATON Zoltan <balaton@eik.bme.hu>
883 L: qemu-ppc@nongnu.org
891 M: Magnus Damm <magnus.damm@gmail.com>
895 F: hw/timer/sh_timer.c
898 M: Magnus Damm <magnus.damm@gmail.com>
905 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
908 F: hw/sparc/sun4m_iommu.c
909 F: hw/dma/sparc32_dma.c
910 F: hw/misc/eccmemctl.c
911 F: hw/misc/slavio_misc.c
912 F: include/hw/sparc/sparc32_dma.h
913 F: pc-bios/openbios-sparc32
916 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
918 F: hw/sparc64/sun4u.c
919 F: pc-bios/openbios-sparc64
922 M: Artyom Tarasenko <atar4qemu@gmail.com>
924 F: hw/sparc64/niagara.c
925 F: hw/timer/sun4v-rtc.c
926 F: include/hw/timer/sun4v-rtc.h
929 M: Fabien Chouteau <chouteau@adacore.com>
933 F: include/hw/sparc/grlib.h
938 M: Cornelia Huck <cohuck@redhat.com>
939 M: Christian Borntraeger <borntraeger@de.ibm.com>
941 F: hw/char/sclp*.[hc]
942 F: hw/char/terminal3270.c
945 F: hw/watchdog/wdt_diag288.c
946 F: include/hw/watchdog/wdt_diag288.h
947 F: default-configs/s390x-softmmu.mak
948 T: git https://github.com/cohuck/qemu.git s390-next
949 T: git https://github.com/borntraeger/qemu.git s390-next
950 L: qemu-s390x@nongnu.org
953 M: Christian Borntraeger <borntraeger@de.ibm.com>
954 M: Thomas Huth <thuth@redhat.com>
958 F: pc-bios/s390-ccw.img
959 T: git https://github.com/borntraeger/qemu.git s390-next
960 L: qemu-s390x@nongnu.org
963 M: Collin Walling <walling@linux.ibm.com>
965 F: hw/s390x/s390-pci*
966 L: qemu-s390x@nongnu.org
970 PKUnity-3 SoC initramfs-with-busybox
971 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
979 M: Michael S. Tsirkin <mst@redhat.com>
980 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
984 F: hw/pci-host/piix.c
987 F: include/hw/pci-host/q35.h
988 F: include/hw/pci-host/pam.h
991 F: hw/i2c/smbus_ich9.c
994 F: include/hw/acpi/ich9.h
995 F: include/hw/acpi/piix4.h
999 M: Michael S. Tsirkin <mst@redhat.com>
1000 M: Paolo Bonzini <pbonzini@redhat.com>
1002 F: hw/char/debugcon.c
1003 F: hw/char/parallel*
1006 F: hw/i2c/pm_smbus.c
1011 F: hw/isa/isa-superio.c
1012 F: hw/misc/debugexit.c
1013 F: hw/misc/pc-testdev.c
1016 F: hw/timer/mc146818rtc*
1017 F: hw/watchdog/wdt_ib700.c
1018 F: include/hw/display/vga.h
1019 F: include/hw/char/parallel.h
1020 F: include/hw/dma/i8257.h
1021 F: include/hw/i2c/pm_smbus.h
1022 F: include/hw/input/i8042.h
1023 F: include/hw/isa/superio.h
1024 F: include/hw/timer/hpet.h
1025 F: include/hw/timer/i8254*
1026 F: include/hw/timer/mc146818rtc*
1029 M: Eduardo Habkost <ehabkost@redhat.com>
1030 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1032 F: hw/core/machine.c
1033 F: hw/core/null-machine.c
1034 F: include/hw/boards.h
1035 T: git https://github.com/ehabkost/qemu.git machine-next
1040 M: Max Filippov <jcmvbkbc@gmail.com>
1044 XTFPGA (LX60, LX200, ML605, KC705)
1045 M: Max Filippov <jcmvbkbc@gmail.com>
1047 F: hw/xtensa/xtfpga.c
1048 F: hw/net/opencores_eth.c
1053 M: Jiri Slaby <jslaby@suse.cz>
1058 M: John Snow <jsnow@redhat.com>
1059 L: qemu-block@nongnu.org
1066 F: hw/block/hd-geometry.c
1068 F: tests/ahci-test.c
1069 F: tests/cdrom-test.c
1070 F: tests/libqos/ahci*
1071 T: git https://github.com/jnsnow/qemu.git ide
1074 M: Corey Minyard <minyard@acm.org>
1076 F: include/hw/ipmi/*
1078 F: hw/smbios/smbios_type_38.c
1080 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1083 M: John Snow <jsnow@redhat.com>
1084 L: qemu-block@nongnu.org
1087 F: include/hw/block/fdc.h
1089 T: git https://github.com/jnsnow/qemu.git ide
1092 M: Peter Maydell <peter.maydell@linaro.org>
1095 F: include/hw/arm/omap.h
1098 M: Alberto Garcia <berto@igalia.com>
1100 F: hw/char/ipoctal232.c
1104 M: Michael S. Tsirkin <mst@redhat.com>
1105 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1108 F: hw/misc/pci-testdev.c
1113 F: default-configs/pci.mak
1116 M: Michael S. Tsirkin <mst@redhat.com>
1117 M: Igor Mammedov <imammedo@redhat.com>
1119 F: include/hw/acpi/*
1120 F: include/hw/smbios/*
1124 F: hw/i386/acpi-build.[hc]
1125 F: hw/arm/virt-acpi-build.c
1126 F: tests/bios-tables-test.c
1127 F: tests/acpi-utils.[hc]
1128 F: tests/acpi-test-data/*
1129 F: tests/acpi-test-data/*/*
1132 M: David Gibson <david@gibson.dropbear.id.au>
1133 L: qemu-ppc@nongnu.org
1136 F: hw/i2c/ppc4xx_i2c.c
1137 F: include/hw/ppc/ppc4xx.h
1138 F: include/hw/i2c/ppc4xx_i2c.h
1141 M: David Gibson <david@gibson.dropbear.id.au>
1142 L: qemu-ppc@nongnu.org
1145 F: hw/pci-host/ppce500.c
1146 F: hw/net/fsl_etsec/
1149 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1150 R: Paolo Bonzini <pbonzini@redhat.com>
1155 M: Jason Wang <jasowang@redhat.com>
1159 F: tests/virtio-net-test.c
1160 T: git https://github.com/jasowang/qemu.git net
1163 M: Paolo Bonzini <pbonzini@redhat.com>
1164 R: Fam Zheng <famz@redhat.com>
1166 F: include/hw/scsi/*
1168 F: tests/virtio-scsi-test.c
1169 T: git https://github.com/bonzini/qemu.git scsi-next
1172 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1173 M: Alistair Francis <alistair@alistair23.me>
1176 F: hw/block/m25p80.c
1177 F: include/hw/ssi/ssi.h
1179 F: tests/m25p80-test.c
1182 M: Alistair Francis <alistair@alistair23.me>
1183 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1188 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1190 F: include/hw/sd/sd*
1196 M: Gerd Hoffmann <kraxel@redhat.com>
1199 F: tests/usb-*-test.c
1201 F: docs/usb-storage.txt
1204 F: default-configs/usb.mak
1206 USB (serial adapter)
1207 M: Gerd Hoffmann <kraxel@redhat.com>
1208 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1210 F: hw/usb/dev-serial.c
1213 M: Alex Williamson <alex.williamson@redhat.com>
1219 M: Cornelia Huck <cohuck@redhat.com>
1220 M: Eric Farman <farman@linux.ibm.com>
1221 M: Farhan Ali <alifm@linux.ibm.com>
1224 F: hw/s390x/s390-ccw.c
1225 F: include/hw/s390x/s390-ccw.h
1226 T: git https://github.com/cohuck/qemu.git s390-next
1227 L: qemu-s390x@nongnu.org
1230 M: Christian Borntraeger <borntraeger@de.ibm.com>
1231 M: Tony Krowiak <akrowiak@linux.ibm.com>
1232 M: Halil Pasic <pasic@linux.ibm.com>
1233 M: Pierre Morel <pmorel@linux.ibm.com>
1235 F: hw/s390x/ap-device.c
1236 F: hw/s390x/ap-bridge.c
1237 F: include/hw/s390x/ap-device.h
1238 F: include/hw/s390x/ap-bridge.h
1241 L: qemu-s390x@nongnu.org
1244 M: Michael S. Tsirkin <mst@redhat.com>
1247 F: docs/interop/vhost-user.txt
1250 M: Michael S. Tsirkin <mst@redhat.com>
1253 F: hw/virtio/Makefile.objs
1254 F: hw/virtio/trace-events
1256 F: include/hw/virtio/
1257 F: tests/virtio-balloon-test.c
1260 M: Greg Kurz <groug@kaod.org>
1264 F: tests/virtio-9p-test.c
1265 T: git https://github.com/gkurz/qemu.git 9p-next
1268 M: Stefan Hajnoczi <stefanha@redhat.com>
1269 L: qemu-block@nongnu.org
1271 F: hw/block/virtio-blk.c
1272 F: hw/block/dataplane/*
1273 F: tests/virtio-blk-test.c
1274 T: git https://github.com/stefanha/qemu.git block
1277 M: Cornelia Huck <cohuck@redhat.com>
1278 M: Halil Pasic <pasic@linux.ibm.com>
1280 F: hw/s390x/virtio-ccw*.[hc]
1281 F: hw/s390x/vhost-vsock-ccw.c
1282 T: git https://github.com/cohuck/qemu.git s390-next
1283 T: git https://github.com/borntraeger/qemu.git s390-next
1284 L: qemu-s390x@nongnu.org
1287 M: Gerd Hoffmann <kraxel@redhat.com>
1289 F: hw/input/virtio-input*.c
1290 F: include/hw/virtio/virtio-input.h
1293 M: Amit Shah <amit@kernel.org>
1295 F: hw/char/virtio-serial-bus.c
1296 F: hw/char/virtio-console.c
1297 F: include/hw/virtio/virtio-serial.h
1298 F: tests/virtio-console-test.c
1299 F: tests/virtio-serial-test.c
1302 M: Amit Shah <amit@kernel.org>
1304 F: hw/virtio/virtio-rng.c
1305 F: include/hw/virtio/virtio-rng.h
1306 F: include/sysemu/rng*.h
1308 F: tests/virtio-rng-test.c
1311 M: Gonglei <arei.gonglei@huawei.com>
1313 F: hw/virtio/virtio-crypto.c
1314 F: hw/virtio/virtio-crypto-pci.c
1315 F: include/hw/virtio/virtio-crypto.h
1318 M: Keith Busch <keith.busch@intel.com>
1319 L: qemu-block@nongnu.org
1322 F: tests/nvme-test.c
1325 M: Hannes Reinecke <hare@suse.com>
1326 L: qemu-block@nongnu.org
1328 F: hw/scsi/megasas.c
1330 F: tests/megasas-test.c
1332 Network packet abstractions
1333 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1335 F: include/net/eth.h
1337 F: hw/net/net_rx_pkt*
1338 F: hw/net/net_tx_pkt*
1341 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1344 F: hw/scsi/vmw_pvscsi*
1345 F: tests/vmxnet3-test.c
1348 M: Jiri Pirko <jiri@resnulli.us>
1352 F: docs/specs/rocker.txt
1355 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1359 F: include/hw/mem/nvdimm.h
1362 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1367 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1372 M: Stefan Weil <sw@weilnetz.de>
1374 F: hw/net/eepro100.c
1377 M: Alistair Francis <alistair@alistair23.me>
1379 F: hw/core/generic-loader.c
1380 F: include/hw/core/generic-loader.h
1381 F: docs/generic-loader.txt
1383 Intel Hexadecimal Object File Loader
1384 M: Su Hang <suhang16@mails.ucas.ac.cn>
1386 F: tests/hexloader-test.c
1387 F: tests/data/hex-loader/test.hex
1390 M: Thomas Huth <thuth@redhat.com>
1392 F: hw/nvram/chrp_nvram.c
1393 F: include/hw/nvram/chrp_nvram.h
1394 F: tests/prom-env-test.c
1397 M: Ben Warren <ben@skyportsystems.com>
1399 F: hw/acpi/vmgenid.c
1400 F: include/hw/acpi/vmgenid.h
1401 F: docs/specs/vmgenid.txt
1402 F: tests/vmgenid-test.c
1405 Unimplemented device
1406 M: Peter Maydell <peter.maydell@linaro.org>
1407 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1409 F: include/hw/misc/unimp.h
1413 M: Gerd Hoffmann <kraxel@redhat.com>
1416 F: hw/display/bochs-display.c
1417 F: include/hw/display/vga.h
1418 F: include/hw/display/bochs-vbe.h
1421 M: Gerd Hoffmann <kraxel@redhat.com>
1423 F: hw/display/ramfb*.c
1424 F: include/hw/display/ramfb.h
1427 M: Gerd Hoffmann <kraxel@redhat.com>
1429 F: hw/display/virtio-gpu*
1430 F: hw/display/virtio-vga.c
1431 F: include/hw/virtio/virtio-gpu.h
1434 M: Gerd Hoffmann <kraxel@redhat.com>
1436 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1437 F: hw/display/cirrus*
1440 M: Gerd Hoffmann <kraxel@redhat.com>
1443 F: include/hw/display/edid.h
1449 M: Gerd Hoffmann <kraxel@redhat.com>
1453 F: include/hw/audio/
1454 F: tests/ac97-test.c
1455 F: tests/es1370-test.c
1456 F: tests/intel-hda-test.c
1459 M: Kevin Wolf <kwolf@redhat.com>
1460 M: Max Reitz <mreitz@redhat.com>
1461 L: qemu-block@nongnu.org
1469 F: tests/qemu-iotests/
1470 F: util/qemu-progress.c
1471 F: qobject/block-qdict.c
1472 F: tests/check-block-qdict.c
1473 T: git https://repo.or.cz/qemu/kevin.git block
1476 M: Stefan Hajnoczi <stefanha@redhat.com>
1477 M: Fam Zheng <famz@redhat.com>
1478 L: qemu-block@nongnu.org
1484 F: include/block/aio.h
1485 F: include/block/aio-wait.h
1486 F: scripts/qemugdb/aio.py
1487 T: git https://github.com/stefanha/qemu.git block
1489 Block SCSI subsystem
1490 M: Paolo Bonzini <pbonzini@redhat.com>
1491 R: Fam Zheng <famz@redhat.com>
1492 L: qemu-block@nongnu.org
1498 M: Jeff Cody <jcody@redhat.com>
1499 L: qemu-block@nongnu.org
1502 F: include/block/blockjob.h
1505 F: include/qemu/job.h
1511 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1513 Block QAPI, monitor, command line
1514 M: Markus Armbruster <armbru@redhat.com>
1519 F: qapi/transaction.json
1520 T: git https://repo.or.cz/qemu/armbru.git block-next
1523 M: Fam Zheng <famz@redhat.com>
1524 M: John Snow <jsnow@redhat.com>
1525 L: qemu-block@nongnu.org
1528 F: block/dirty-bitmap.c
1529 F: include/qemu/hbitmap.h
1530 F: include/block/dirty-bitmap.h
1531 F: tests/test-hbitmap.c
1532 F: docs/interop/bitmaps.rst
1533 T: git https://github.com/famz/qemu.git bitmaps
1534 T: git https://github.com/jnsnow/qemu.git bitmaps
1536 Character device backends
1537 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1538 R: Paolo Bonzini <pbonzini@redhat.com>
1544 Character Devices (Braille)
1545 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1549 Command line option argument parsing
1550 M: Markus Armbruster <armbru@redhat.com>
1552 F: include/qemu/option.h
1553 F: tests/test-keyval.c
1554 F: tests/test-qemu-opts.c
1556 F: util/qemu-option.c
1559 M: Markus Armbruster <armbru@redhat.com>
1561 F: scripts/coverity-model.c
1564 L: qemu-devel@nongnu.org
1567 F: include/qom/cpu.h
1570 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1571 M: Alexander Graf <agraf@suse.de>
1574 F: include/sysemu/device_tree.h
1578 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1580 F: hw/misc/vmcoreinfo.c
1581 F: include/hw/misc/vmcoreinfo.h
1582 F: include/sysemu/dump-arch.h
1583 F: include/sysemu/dump.h
1584 F: scripts/dump-guest-memory.py
1588 M: Markus Armbruster <armbru@redhat.com>
1590 F: include/qapi/error.h
1591 F: include/qemu/error-report.h
1593 F: util/qemu-error.c
1596 L: qemu-devel@nongnu.org
1602 M: Paolo Bonzini <pbonzini@redhat.com>
1604 F: include/exec/ioport.h
1606 F: include/exec/memory.h
1607 F: include/exec/ram_addr.h
1609 F: include/exec/memory-internal.h
1613 M: Gerd Hoffmann <kraxel@redhat.com>
1615 F: include/ui/qemu-spice.h
1616 F: include/ui/spice-display.h
1618 F: audio/spiceaudio.c
1623 M: Gerd Hoffmann <kraxel@redhat.com>
1631 M: Peter Maydell <peter.maydell@linaro.org>
1636 M: Paolo Bonzini <pbonzini@redhat.com>
1640 F: util/qemu-timer.c
1642 F: qapi/run-state.json
1645 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1650 F: include/monitor/hmp-target.h
1653 Network device backends
1654 M: Jason Wang <jasowang@redhat.com>
1658 T: git https://github.com/jasowang/qemu.git net
1661 Netmap network backend
1662 M: Luigi Rizzo <rizzo@iet.unipi.it>
1663 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1664 M: Vincenzo Maffione <v.maffione@gmail.com>
1665 W: http://info.iet.unipi.it/~luigi/netmap/
1670 M: Eduardo Habkost <ehabkost@redhat.com>
1673 F: include/sysemu/numa.h
1674 T: git https://github.com/ehabkost/qemu.git machine-next
1676 Host Memory Backends
1677 M: Eduardo Habkost <ehabkost@redhat.com>
1678 M: Igor Mammedov <imammedo@redhat.com>
1680 F: backends/hostmem*.c
1681 F: include/sysemu/hostmem.h
1682 T: git https://github.com/ehabkost/qemu.git machine-next
1685 M: Gonglei <arei.gonglei@huawei.com>
1687 F: include/sysemu/cryptodev*.h
1688 F: backends/cryptodev*.c
1691 M: Eduardo Habkost <ehabkost@redhat.com>
1692 M: Cleber Rosa <crosa@redhat.com>
1699 M: Markus Armbruster <armbru@redhat.com>
1700 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1705 X: include/qapi/qmp/
1706 F: include/qapi/qmp/dispatch.h
1707 F: tests/qapi-schema/
1708 F: tests/test-*-visitor.c
1709 F: tests/test-qapi-*.c
1710 F: tests/test-qmp-*.c
1711 F: tests/test-visitor-serialization.c
1712 F: scripts/qapi-gen.py
1715 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1718 M: Eric Blake <eblake@redhat.com>
1719 M: Markus Armbruster <armbru@redhat.com>
1722 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1725 M: Markus Armbruster <armbru@redhat.com>
1728 F: include/qapi/qmp/
1729 X: include/qapi/qmp/dispatch.h
1730 F: scripts/coccinelle/qobject.cocci
1731 F: tests/check-qdict.c
1732 F: tests/check-qnum.c
1733 F: tests/check-qjson.c
1734 F: tests/check-qlist.c
1735 F: tests/check-qstring.c
1736 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1739 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1743 F: scripts/qemu-guest-agent/
1745 F: docs/interop/qemu-ga-ref.texi
1746 T: git https://github.com/mdroth/qemu.git qga
1749 M: Andreas Färber <afaerber@suse.de>
1751 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1753 X: include/qom/cpu.h
1756 F: tests/check-qom-interface.c
1757 F: tests/check-qom-proplist.c
1760 M: Markus Armbruster <armbru@redhat.com>
1764 F: docs/devel/*qmp-*
1767 F: tests/qmp-cmd-test.c
1768 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1771 M: Thomas Huth <thuth@redhat.com>
1772 M: Laurent Vivier <lvivier@redhat.com>
1773 R: Paolo Bonzini <pbonzini@redhat.com>
1781 M: Alistair Francis <alistair@alistair23.me>
1783 F: hw/core/register.c
1784 F: include/hw/register.h
1785 F: include/hw/registerfields.h
1788 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1789 M: Jan Kiszka <jan.kiszka@siemens.com>
1793 F: include/net/slirp.h
1794 T: git https://people.debian.org/~sthibault/qemu.git slirp
1795 T: git git://git.kiszka.org/qemu.git queues/slirp
1798 M: Paolo Bonzini <pbonzini@redhat.com>
1803 M: Stefan Hajnoczi <stefanha@redhat.com>
1807 F: qemu-option-trace.texi
1808 F: scripts/tracetool.py
1809 F: scripts/tracetool/
1810 F: docs/devel/tracing.txt
1811 T: git https://github.com/stefanha/qemu.git tracing
1814 M: Stefan Berger <stefanb@linux.ibm.com>
1819 F: include/hw/acpi/tpm.h
1820 F: include/sysemu/tpm*
1824 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1828 F: scripts/checkpatch.pl
1831 M: Juan Quintela <quintela@redhat.com>
1832 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1834 F: include/migration/
1836 F: scripts/vmstate-static-checker.py
1837 F: tests/vmstate-static-checker-data/
1838 F: tests/migration-test.c
1839 F: docs/devel/migration.rst
1840 F: qapi/migration.json
1843 M: Eduardo Otubo <otubo@redhat.com>
1846 F: include/sysemu/seccomp.h
1849 M: Daniel P. Berrange <berrange@redhat.com>
1853 F: tests/test-crypto-*
1854 F: tests/benchmark-crypto-*
1858 M: Stefan Hajnoczi <stefanha@redhat.com>
1859 M: Kevin Wolf <kwolf@redhat.com>
1861 F: include/qemu/coroutine*
1862 F: tests/test-coroutine.c
1865 M: Daniel P. Berrange <berrange@redhat.com>
1868 F: include/qemu/buffer.h
1871 M: Daniel P. Berrange <berrange@redhat.com>
1878 M: Daniel P. Berrange <berrange@redhat.com>
1879 M: Gerd Hoffmann <kraxel@redhat.com>
1881 F: include/qemu/sockets.h
1882 F: util/qemu-sockets.c
1883 F: qapi/sockets.json
1885 Throttling infrastructure
1886 M: Alberto Garcia <berto@igalia.com>
1888 F: block/throttle-groups.c
1889 F: include/block/throttle-groups.h
1890 F: include/qemu/throttle*.h
1892 F: docs/throttle.txt
1893 F: tests/test-throttle.c
1894 L: qemu-block@nongnu.org
1897 M: Fam Zheng <famz@redhat.com>
1900 F: include/qemu/uuid.h
1901 F: tests/test-uuid.c
1904 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1907 F: include/migration/colo.h
1908 F: include/migration/failover.h
1912 M: Zhang Chen <zhangckid@gmail.com>
1913 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1915 F: docs/colo-proxy.txt
1917 F: net/filter-rewriter.c
1918 F: net/filter-mirror.c
1921 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1922 R: Paolo Bonzini <pbonzini@redhat.com>
1923 W: https://wiki.qemu.org/Features/record-replay
1926 F: block/blkreplay.c
1927 F: net/filter-replay.c
1928 F: include/sysemu/replay.h
1933 M: Peter Xu <peterx@redhat.com>
1935 F: include/qemu/iova-tree.h
1939 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1946 M: Riku Voipio <riku.voipio@iki.fi>
1949 F: accel/tcg/user-exec*.c
1954 F: default-configs/*-bsd-user.mak
1957 M: Riku Voipio <riku.voipio@iki.fi>
1958 R: Laurent Vivier <laurent@vivier.eu>
1961 F: default-configs/*-linux-user.mak
1962 F: scripts/qemu-binfmt-conf.sh
1964 Tiny Code Generator (TCG)
1965 -------------------------
1967 M: Richard Henderson <rth@twiddle.net>
1972 M: Claudio Fontana <claudio.fontana@huawei.com>
1973 M: Claudio Fontana <claudio.fontana@gmail.com>
1975 L: qemu-arm@nongnu.org
1981 M: Andrzej Zaborowski <balrogg@gmail.com>
1983 L: qemu-arm@nongnu.org
1988 L: qemu-devel@nongnu.org
1994 M: Aurelien Jarno <aurelien@aurel32.net>
2000 M: Richard Henderson <rth@twiddle.net>
2006 M: Richard Henderson <rth@twiddle.net>
2010 L: qemu-s390x@nongnu.org
2018 M: Stefan Weil <sw@weilnetz.de>
2027 M: Fam Zheng <famz@redhat.com>
2028 L: qemu-block@nongnu.org
2033 M: Josh Durgin <jdurgin@redhat.com>
2034 M: Jeff Cody <jcody@redhat.com>
2035 L: qemu-block@nongnu.org
2038 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2041 M: Liu Yuan <namei.unix@gmail.com>
2042 M: Jeff Cody <jcody@redhat.com>
2043 L: qemu-block@nongnu.org
2046 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2049 M: Jeff Cody <jcody@redhat.com>
2050 L: qemu-block@nongnu.org
2053 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2056 M: Stefan Weil <sw@weilnetz.de>
2057 L: qemu-block@nongnu.org
2062 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2063 M: Paolo Bonzini <pbonzini@redhat.com>
2064 M: Peter Lieven <pl@kamp.de>
2065 L: qemu-block@nongnu.org
2068 F: block/iscsi-opts.c
2070 Network Block Device (NBD)
2071 M: Eric Blake <eblake@redhat.com>
2072 L: qemu-block@nongnu.org
2076 F: include/block/nbd*
2079 F: docs/interop/nbd.txt
2080 T: git https://repo.or.cz/qemu/ericb.git nbd
2083 M: Jeff Cody <jcody@redhat.com>
2084 M: Peter Lieven <pl@kamp.de>
2085 L: qemu-block@nongnu.org
2088 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2091 M: Richard W.M. Jones <rjones@redhat.com>
2092 M: Jeff Cody <jcody@redhat.com>
2093 L: qemu-block@nongnu.org
2096 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2099 M: Jeff Cody <jcody@redhat.com>
2100 L: qemu-block@nongnu.org
2103 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2106 M: Jeff Cody <jcody@redhat.com>
2107 L: qemu-block@nongnu.org
2110 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2113 M: Fam Zheng <famz@redhat.com>
2114 L: qemu-block@nongnu.org
2119 M: Fam Zheng <famz@redhat.com>
2120 L: qemu-block@nongnu.org
2125 M: Gonglei <arei.gonglei@huawei.com>
2130 M: Alberto Garcia <berto@igalia.com>
2133 L: qemu-block@nongnu.org
2136 M: Ari Sundholm <ari@tuxera.com>
2137 L: qemu-block@nongnu.org
2139 F: block/blklogwrites.c
2142 M: Stefan Hajnoczi <stefanha@redhat.com>
2143 L: qemu-block@nongnu.org
2145 F: block/blkverify.c
2148 M: Stefan Hajnoczi <stefanha@redhat.com>
2149 L: qemu-block@nongnu.org
2154 M: Stefan Hajnoczi <stefanha@redhat.com>
2155 L: qemu-block@nongnu.org
2160 M: Stefan Hajnoczi <stefanha@redhat.com>
2161 L: qemu-block@nongnu.org
2166 M: Stefan Hajnoczi <stefanha@redhat.com>
2167 M: Denis V. Lunev <den@openvz.org>
2168 L: qemu-block@nongnu.org
2170 F: block/parallels.c
2171 F: docs/interop/parallels.txt
2174 M: Stefan Hajnoczi <stefanha@redhat.com>
2175 L: qemu-block@nongnu.org
2180 M: Kevin Wolf <kwolf@redhat.com>
2181 L: qemu-block@nongnu.org
2183 F: block/linux-aio.c
2184 F: include/block/raw-aio.h
2185 F: block/raw-format.c
2186 F: block/file-posix.c
2187 F: block/file-win32.c
2188 F: block/win32-aio.c
2191 M: Kevin Wolf <kwolf@redhat.com>
2192 M: Max Reitz <mreitz@redhat.com>
2193 L: qemu-block@nongnu.org
2196 F: docs/interop/qcow2.txt
2199 M: Kevin Wolf <kwolf@redhat.com>
2200 L: qemu-block@nongnu.org
2205 M: Kevin Wolf <kwolf@redhat.com>
2206 M: Max Reitz <mreitz@redhat.com>
2207 L: qemu-block@nongnu.org
2212 M: Kevin Wolf <kwolf@redhat.com>
2213 L: qemu-block@nongnu.org
2218 M: Kevin Wolf <kwolf@redhat.com>
2219 L: qemu-block@nongnu.org
2224 M: Stefan Hajnoczi <stefanha@redhat.com>
2225 L: qemu-block@nongnu.org
2227 F: tests/image-fuzzer/
2230 M: Wen Congyang <wencongyang2@huawei.com>
2231 M: Xie Changlong <xiechanglong.d@gmail.com>
2234 F: block/replication.c
2235 F: tests/test-replication.c
2236 F: docs/block-replication.txt
2239 M: Yuval Shaia <yuval.shaia@oracle.com>
2240 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2246 Build and test automation
2247 -------------------------
2248 Build and test automation
2249 M: Alex Bennée <alex.bennee@linaro.org>
2250 M: Fam Zheng <famz@redhat.com>
2251 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2252 L: qemu-devel@nongnu.org
2259 W: https://travis-ci.org/qemu/qemu
2260 W: https://app.shippable.com/github/qemu/qemu
2261 W: http://patchew.org/QEMU/
2263 Guest Test Compilation Support
2264 M: Alex Bennée <alex.bennee@linaro.org>
2265 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2266 F: tests/tcg/Makefile
2267 F: tests/tcg/Makefile.include
2268 L: qemu-devel@nongnu.org
2272 Build system architecture
2273 M: Daniel P. Berrange <berrange@redhat.com>
2275 F: docs/devel/build-system.txt
2277 Incompatible changes
2278 R: libvir-list@redhat.com
2279 F: qemu-deprecated.texi
2284 M: Daniel P. Berrange <berrange@redhat.com>
2286 F: scripts/git-submodule.sh