4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
25 much other than throw the odd patch in. See below.
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
58 L: qemu-devel@nongnu.org
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
82 M: Cornelia Huck <cohuck@redhat.com>
84 F: default-configs/s390x-softmmu.mak
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
92 F: hw/watchdog/wdt_diag288.c
94 F: include/hw/watchdog/wdt_diag288.h
96 F: pc-bios/s390-ccw.img
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
127 M: Richard Henderson <rth@twiddle.net>
134 M: Peter Maydell <peter.maydell@linaro.org>
135 L: qemu-arm@nongnu.org
139 F: tests/tcg/aarch64/
142 F: include/hw/cpu/a*mpcore.h
148 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
157 M: Richard Henderson <rth@twiddle.net>
164 M: Michael Walle <michael@walle.cc>
171 F: include/hw/char/lm32_juart.h
176 M: Laurent Vivier <laurent@vivier.eu>
182 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
184 F: target/microblaze/
186 F: disas/microblaze.c
189 M: Aurelien Jarno <aurelien@aurel32.net>
190 M: Aleksandar Markovic <amarkovic@wavecomp.com>
195 F: hw/intc/mips_gic.c
196 F: hw/timer/mips_gictimer.c
198 F: include/hw/misc/mips_*
199 F: include/hw/intc/mips_gic.h
200 F: include/hw/timer/mips_gictimer.h
205 M: Anthony Green <green@moxielogic.com>
210 F: default-configs/moxie-softmmu.mak
213 M: Chris Wulff <crwulff@gmail.com>
214 M: Marek Vasut <marex@denx.de>
221 M: Stafford Horne <shorne@gmail.com>
225 F: tests/tcg/openrisc/
228 M: David Gibson <david@gibson.dropbear.id.au>
229 M: Alexander Graf <agraf@suse.de>
230 L: qemu-ppc@nongnu.org
238 M: Michael Clark <mjc@sifive.com>
239 M: Palmer Dabbelt <palmer@sifive.com>
240 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
241 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
249 M: Richard Henderson <rth@twiddle.net>
250 M: Alexander Graf <agraf@suse.de>
251 M: David Hildenbrand <david@redhat.com>
256 L: qemu-s390x@nongnu.org
259 M: Aurelien Jarno <aurelien@aurel32.net>
267 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
268 M: Artyom Tarasenko <atar4qemu@gmail.com>
276 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
280 F: include/hw/unicore32/
283 M: Paolo Bonzini <pbonzini@redhat.com>
284 M: Richard Henderson <rth@twiddle.net>
285 M: Eduardo Habkost <ehabkost@redhat.com>
292 F: docs/qemu-cpu-models.texi
293 T: git git://github.com/ehabkost/qemu.git x86-next
296 M: Max Filippov <jcmvbkbc@gmail.com>
297 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
305 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
309 F: include/hw/tricore/
311 Multiarch Linux User Tests
312 M: Alex Bennée <alex.bennee@linaro.org>
313 F: tests/tcg/multiarch/
315 Guest CPU Cores (KVM):
316 ----------------------
319 M: Paolo Bonzini <pbonzini@redhat.com>
320 L: kvm@vger.kernel.org
324 F: include/sysemu/kvm*.h
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
333 M: James Hogan <jhogan@kernel.org>
338 M: Alexander Graf <agraf@suse.de>
343 M: Christian Borntraeger <borntraeger@de.ibm.com>
344 M: Cornelia Huck <cohuck@redhat.com>
345 M: Alexander Graf <agraf@suse.de>
347 F: target/s390x/kvm.c
348 F: target/s390x/kvm_s390x.h
349 F: target/s390x/kvm-stub.c
350 F: target/s390x/ioinst.[ch]
351 F: target/s390x/machine.c
352 F: target/s390x/sigp.c
353 F: hw/intc/s390_flic.c
354 F: hw/intc/s390_flic_kvm.c
355 F: include/hw/s390x/s390_flic.h
357 T: git git://github.com/cohuck/qemu.git s390-next
358 T: git git://github.com/borntraeger/qemu.git s390-next
359 L: qemu-s390x@nongnu.org
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 M: Marcelo Tosatti <mtosatti@redhat.com>
364 L: kvm@vger.kernel.org
368 Guest CPU Cores (Xen):
369 ----------------------
372 M: Stefano Stabellini <sstabellini@kernel.org>
373 M: Anthony Perard <anthony.perard@citrix.com>
374 L: xen-devel@lists.xenproject.org
377 F: hw/9pfs/xen-9p-backend.c
378 F: hw/char/xen_console.c
379 F: hw/display/xenfb.c
386 F: include/sysemu/xen-mapcache.h
392 L: qemu-devel@nongnu.org
398 L: qemu-devel@nongnu.org
403 L: qemu-devel@nongnu.org
404 M: Kamil Rytarowski <kamil@netbsd.org>
406 K: ^Subject:.*(?i)NetBSD
409 L: qemu-devel@nongnu.org
410 M: Brad Smith <brad@comstyle.com>
412 K: ^Subject:.*(?i)OpenBSD
415 L: qemu-devel@nongnu.org
416 M: Stefan Weil <sw@weilnetz.de>
425 M: Richard Henderson <rth@twiddle.net>
428 F: hw/isa/smc37c669-superio.c
433 M: Beniamino Galvani <b.galvani@gmail.com>
434 L: qemu-arm@nongnu.org
437 F: include/hw/*/allwinner*
438 F: hw/arm/cubieboard.c
440 ARM PrimeCell and CMSDK devices
441 M: Peter Maydell <peter.maydell@linaro.org>
442 L: qemu-arm@nongnu.org
445 F: include/hw/char/pl011.h
448 F: include/hw/dma/pl080.h
455 F: include/hw/ssi/pl022.h
457 F: include/hw/arm/primecell.h
458 F: hw/timer/cmsdk-apb-timer.c
459 F: include/hw/timer/cmsdk-apb-timer.h
460 F: hw/timer/cmsdk-apb-dualtimer.c
461 F: include/hw/timer/cmsdk-apb-dualtimer.h
462 F: hw/char/cmsdk-apb-uart.c
463 F: include/hw/char/cmsdk-apb-uart.h
464 F: hw/watchdog/cmsdk-apb-watchdog.c
465 F: include/hw/watchdog/cmsdk-apb-watchdog.h
467 F: include/hw/misc/tz-ppc.h
469 F: include/hw/misc/tz-mpc.h
471 F: include/hw/misc/tz-msc.h
474 M: Peter Maydell <peter.maydell@linaro.org>
475 L: qemu-arm@nongnu.org
478 F: hw/intc/gic_internal.h
480 F: hw/misc/arm11scu.c
481 F: hw/timer/a9gtimer*
483 F: include/hw/arm/arm*.h
484 F: include/hw/intc/arm*
485 F: include/hw/misc/a9scu.h
486 F: include/hw/misc/arm11scu.h
487 F: include/hw/timer/a9gtimer.h
488 F: include/hw/timer/arm_mptimer.h
489 F: include/hw/timer/armv7m_systick.h
490 F: tests/test-arm-mptimer.c
493 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
494 L: qemu-arm@nongnu.org
497 F: include/hw/arm/exynos4210.h
500 M: Rob Herring <robh@kernel.org>
501 L: qemu-arm@nongnu.org
507 M: Antony Pavlov <antonynpavlov@gmail.com>
508 L: qemu-arm@nongnu.org
510 F: include/hw/arm/digic.h
514 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
515 L: qemu-devel@nongnu.org
516 L: qemu-arm@nongnu.org
521 M: Peter Chubb <peter.chubb@nicta.com.au>
522 L: qemu-arm@nongnu.org
527 F: include/hw/arm/fsl-imx31.h
530 M: Peter Maydell <peter.maydell@linaro.org>
531 L: qemu-arm@nongnu.org
533 F: hw/arm/integratorcp.c
534 F: hw/misc/arm_integrator_debug.c
537 M: Peter Maydell <peter.maydell@linaro.org>
538 L: qemu-arm@nongnu.org
543 F: include/hw/misc/mps2-*.h
545 F: include/hw/arm/iotkit.h
546 F: hw/misc/iotkit-sysctl.c
547 F: include/hw/misc/iotkit-sysctl.h
548 F: hw/misc/iotkit-sysinfo.c
549 F: include/hw/misc/iotkit-sysinfo.h
552 M: Jan Kiszka <jan.kiszka@web.de>
553 L: qemu-arm@nongnu.org
558 M: Andrzej Zaborowski <balrogg@gmail.com>
559 L: qemu-arm@nongnu.org
564 M: Andrzej Zaborowski <balrogg@gmail.com>
565 L: qemu-arm@nongnu.org
570 M: Peter Maydell <peter.maydell@linaro.org>
571 L: qemu-arm@nongnu.org
574 F: hw/cpu/realview_mpcore.c
575 F: hw/intc/realview_gic.c
576 F: include/hw/intc/realview_gic.h
579 M: Andrzej Zaborowski <balrogg@gmail.com>
580 L: qemu-arm@nongnu.org
582 F: hw/arm/mainstone.c
587 F: hw/misc/mst_fpga.c
588 F: include/hw/arm/pxa.h
591 M: Peter Maydell <peter.maydell@linaro.org>
592 L: qemu-arm@nongnu.org
597 M: Peter Maydell <peter.maydell@linaro.org>
598 L: qemu-arm@nongnu.org
601 F: hw/misc/arm_sysctl.c
604 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
605 M: Alistair Francis <alistair@alistair23.me>
606 L: qemu-arm@nongnu.org
611 F: include/hw/misc/zynq*
615 M: Alistair Francis <alistair@alistair23.me>
616 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
617 L: qemu-arm@nongnu.org
620 F: include/hw/*/xlnx*.h
623 M: Shannon Zhao <zhaoshenglong@huawei.com>
624 M: Shannon Zhao <shannon.zhaosl@gmail.com>
625 L: qemu-arm@nongnu.org
627 F: hw/arm/virt-acpi-build.c
630 M: Alistair Francis <alistair@alistair23.me>
632 F: hw/arm/stm32f205_soc.c
633 F: hw/misc/stm32f2xx_syscfg.c
634 F: hw/char/stm32f2xx_usart.c
635 F: hw/timer/stm32f2xx_timer.c
637 F: hw/ssi/stm32f2xx_spi.c
638 F: include/hw/*/stm32*.h
641 M: Alistair Francis <alistair@alistair23.me>
643 F: hw/arm/netduino2.c
646 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
649 F: hw/misc/msf2-sysreg.c
650 F: hw/timer/mss-timer.c
652 F: include/hw/arm/msf2-soc.h
653 F: include/hw/misc/msf2-sysreg.h
654 F: include/hw/timer/mss-timer.h
655 F: include/hw/ssi/mss-spi.h
658 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
663 M: Cédric Le Goater <clg@kaod.org>
664 R: Andrew Jeffery <andrew@aj.id.au>
665 R: Joel Stanley <joel@jms.id.au>
666 L: qemu-arm@nongnu.org
669 F: include/hw/*/*aspeed*
670 F: hw/net/ftgmac100.c
671 F: include/hw/net/ftgmac100.h
676 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
678 F: hw/cris/axis_dev88.c
683 EVR32 and uclinux BSP
684 M: Michael Walle <michael@walle.cc>
686 F: hw/lm32/lm32_boards.c
689 M: Michael Walle <michael@walle.cc>
691 F: hw/lm32/milkymist.c
696 M: Thomas Huth <huth@tuxfamily.org>
702 M: Thomas Huth <huth@tuxfamily.org>
705 F: hw/m68k/mcf_intc.c
706 F: hw/char/mcf_uart.c
708 F: include/hw/m68k/mcf*.h
713 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
715 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
718 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
720 F: hw/microblaze/petalogix_ml605_mmu.c
725 M: Hervé Poussineau <hpoussin@reactos.org>
727 F: hw/mips/mips_jazz.c
730 M: Aurelien Jarno <aurelien@aurel32.net>
732 F: hw/mips/mips_malta.c
735 M: Aleksandar Markovic <amarkovic@wavecomp.com>
737 F: hw/mips/mips_mipssim.c
741 M: Aurelien Jarno <aurelien@aurel32.net>
743 F: hw/mips/mips_r4k.c
746 M: Aleksandar Markovic <amarkovic@wavecomp.com>
748 F: hw/mips/mips_fulong2e.c
751 F: include/hw/isa/vt82c686.h
754 M: Paul Burton <pburton@wavecomp.com>
756 F: hw/core/loader-fit.c
758 F: hw/pci-host/xilinx-pcie.c
763 M: Jia Liu <proljc@gmail.com>
765 F: hw/openrisc/openrisc_sim.c
770 M: Alexander Graf <agraf@suse.de>
771 L: qemu-ppc@nongnu.org
773 F: hw/ppc/ppc405_boards.c
776 M: Alexander Graf <agraf@suse.de>
777 L: qemu-ppc@nongnu.org
779 F: hw/ppc/ppc440_bamboo.c
782 M: Alexander Graf <agraf@suse.de>
783 L: qemu-ppc@nongnu.org
787 F: include/hw/ppc/ppc_e500.h
788 F: include/hw/pci-host/ppce500.h
789 F: pc-bios/u-boot.e500
792 M: Alexander Graf <agraf@suse.de>
793 L: qemu-ppc@nongnu.org
795 F: hw/ppc/mpc8544ds.c
796 F: hw/ppc/mpc8544_guts.c
799 M: Alexander Graf <agraf@suse.de>
800 L: qemu-ppc@nongnu.org
802 F: hw/ppc/mac_newworld.c
803 F: hw/pci-host/uninorth.c
804 F: hw/pci-bridge/dec.[hc]
807 F: hw/nvram/mac_nvram.c
808 F: include/hw/misc/macio/
809 F: include/hw/misc/mos6522.h
810 F: include/hw/ppc/mac_dbdma.h
813 M: Alexander Graf <agraf@suse.de>
814 L: qemu-ppc@nongnu.org
816 F: hw/ppc/mac_oldworld.c
817 F: hw/pci-host/grackle.c
819 F: hw/intc/heathrow_pic.c
822 M: Hervé Poussineau <hpoussin@reactos.org>
823 L: qemu-devel@nongnu.org
824 L: qemu-ppc@nongnu.org
827 F: hw/ppc/prep_systemio.c
828 F: hw/ppc/rs6000_mc.c
829 F: hw/pci-host/prep.[hc]
833 F: hw/timer/m48t59-isa.c
834 F: include/hw/isa/pc87312.h
835 F: include/hw/timer/m48t59.h
836 F: pc-bios/ppc_rom.bin
839 M: David Gibson <david@gibson.dropbear.id.au>
840 M: Alexander Graf <agraf@suse.de>
841 L: qemu-ppc@nongnu.org
844 F: include/hw/*/spapr*
846 F: include/hw/*/xics*
847 F: pc-bios/spapr-rtas/*
848 F: pc-bios/spapr-rtas.bin
850 F: pc-bios/skiboot.lid
851 F: docs/specs/ppc-spapr-hcalls.txt
852 F: docs/specs/ppc-spapr-hotplug.txt
854 F: tests/libqos/*spapr*
856 F: tests/libqos/rtas*
859 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
860 L: qemu-ppc@nongnu.org
862 F: hw/ppc/virtex_ml507.c
865 M: BALATON Zoltan <balaton@eik.bme.hu>
866 L: qemu-ppc@nongnu.org
874 M: Magnus Damm <magnus.damm@gmail.com>
878 F: hw/timer/sh_timer.c
881 M: Magnus Damm <magnus.damm@gmail.com>
888 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
891 F: hw/dma/sparc32_dma.c
892 F: hw/dma/sun4m_iommu.c
893 F: hw/misc/eccmemctl.c
894 F: hw/misc/slavio_misc.c
895 F: include/hw/sparc/sparc32_dma.h
896 F: include/hw/sparc/sun4m.h
897 F: pc-bios/openbios-sparc32
900 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
902 F: hw/sparc64/sun4u.c
903 F: pc-bios/openbios-sparc64
906 M: Artyom Tarasenko <atar4qemu@gmail.com>
908 F: hw/sparc64/niagara.c
909 F: hw/timer/sun4v-rtc.c
910 F: include/hw/timer/sun4v-rtc.h
913 M: Fabien Chouteau <chouteau@adacore.com>
917 F: include/hw/sparc/grlib.h
922 M: Cornelia Huck <cohuck@redhat.com>
923 M: Christian Borntraeger <borntraeger@de.ibm.com>
924 M: Alexander Graf <agraf@suse.de>
926 F: hw/char/sclp*.[hc]
927 F: hw/char/terminal3270.c
930 F: hw/watchdog/wdt_diag288.c
931 F: include/hw/watchdog/wdt_diag288.h
932 F: default-configs/s390x-softmmu.mak
933 T: git git://github.com/cohuck/qemu.git s390-next
934 T: git git://github.com/borntraeger/qemu.git s390-next
935 L: qemu-s390x@nongnu.org
938 M: Christian Borntraeger <borntraeger@de.ibm.com>
939 M: Thomas Huth <thuth@redhat.com>
942 F: pc-bios/s390-ccw.img
943 T: git git://github.com/borntraeger/qemu.git s390-next
944 L: qemu-s390x@nongnu.org
948 PKUnity-3 SoC initramfs-with-busybox
949 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
957 M: Michael S. Tsirkin <mst@redhat.com>
958 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
962 F: hw/pci-host/piix.c
965 F: include/hw/pci-host/q35.h
966 F: include/hw/pci-host/pam.h
969 F: hw/i2c/smbus_ich9.c
972 F: include/hw/acpi/ich9.h
973 F: include/hw/acpi/piix4.h
977 M: Michael S. Tsirkin <mst@redhat.com>
978 M: Paolo Bonzini <pbonzini@redhat.com>
980 F: hw/char/debugcon.c
989 F: hw/isa/isa-superio.c
990 F: hw/misc/debugexit.c
991 F: hw/misc/pc-testdev.c
994 F: hw/timer/mc146818rtc*
995 F: hw/watchdog/wdt_ib700.c
996 F: include/hw/display/vga.h
997 F: include/hw/char/parallel.h
998 F: include/hw/dma/i8257.h
999 F: include/hw/i2c/pm_smbus.h
1000 F: include/hw/input/i8042.h
1001 F: include/hw/isa/superio.h
1002 F: include/hw/timer/hpet.h
1003 F: include/hw/timer/i8254*
1004 F: include/hw/timer/mc146818rtc*
1007 M: Eduardo Habkost <ehabkost@redhat.com>
1008 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1010 F: hw/core/machine.c
1011 F: hw/core/null-machine.c
1012 F: include/hw/boards.h
1013 T: git git://github.com/ehabkost/qemu.git machine-next
1018 M: Max Filippov <jcmvbkbc@gmail.com>
1022 XTFPGA (LX60, LX200, ML605, KC705)
1023 M: Max Filippov <jcmvbkbc@gmail.com>
1025 F: hw/xtensa/xtfpga.c
1026 F: hw/net/opencores_eth.c
1031 M: Jiri Slaby <jslaby@suse.cz>
1036 M: John Snow <jsnow@redhat.com>
1037 L: qemu-block@nongnu.org
1044 F: hw/block/hd-geometry.c
1046 F: tests/ahci-test.c
1047 F: tests/cdrom-test.c
1048 F: tests/libqos/ahci*
1049 T: git git://github.com/jnsnow/qemu.git ide
1052 M: Corey Minyard <minyard@acm.org>
1054 F: include/hw/ipmi/*
1056 F: hw/smbios/smbios_type_38.c
1058 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1061 M: John Snow <jsnow@redhat.com>
1062 L: qemu-block@nongnu.org
1065 F: include/hw/block/fdc.h
1067 T: git git://github.com/jnsnow/qemu.git ide
1070 M: Peter Maydell <peter.maydell@linaro.org>
1073 F: include/hw/arm/omap.h
1076 M: Alberto Garcia <berto@igalia.com>
1078 F: hw/char/ipoctal232.c
1082 M: Michael S. Tsirkin <mst@redhat.com>
1083 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1086 F: hw/misc/pci-testdev.c
1091 F: default-configs/pci.mak
1094 M: Michael S. Tsirkin <mst@redhat.com>
1095 M: Igor Mammedov <imammedo@redhat.com>
1097 F: include/hw/acpi/*
1098 F: include/hw/smbios/*
1102 F: hw/i386/acpi-build.[hc]
1103 F: hw/arm/virt-acpi-build.c
1104 F: tests/bios-tables-test.c
1105 F: tests/acpi-utils.[hc]
1108 M: Alexander Graf <agraf@suse.de>
1109 L: qemu-ppc@nongnu.org
1112 F: hw/i2c/ppc4xx_i2c.c
1113 F: include/hw/ppc/ppc4xx.h
1114 F: include/hw/i2c/ppc4xx_i2c.h
1117 M: Alexander Graf <agraf@suse.de>
1118 L: qemu-ppc@nongnu.org
1121 F: hw/pci-host/ppce500.c
1122 F: hw/net/fsl_etsec/
1125 M: Paolo Bonzini <pbonzini@redhat.com>
1130 M: Jason Wang <jasowang@redhat.com>
1134 F: tests/virtio-net-test.c
1135 T: git git://github.com/jasowang/qemu.git net
1138 M: Paolo Bonzini <pbonzini@redhat.com>
1139 R: Fam Zheng <famz@redhat.com>
1141 F: include/hw/scsi/*
1143 F: tests/virtio-scsi-test.c
1144 T: git git://github.com/bonzini/qemu.git scsi-next
1147 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1148 M: Alistair Francis <alistair@alistair23.me>
1151 F: hw/block/m25p80.c
1152 F: include/hw/ssi/ssi.h
1154 F: tests/m25p80-test.c
1157 M: Alistair Francis <alistair@alistair23.me>
1158 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1163 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1165 F: include/hw/sd/sd*
1171 M: Gerd Hoffmann <kraxel@redhat.com>
1174 F: tests/usb-*-test.c
1176 F: docs/usb-storage.txt
1179 F: default-configs/usb.mak
1181 USB (serial adapter)
1182 M: Gerd Hoffmann <kraxel@redhat.com>
1183 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1185 F: hw/usb/dev-serial.c
1188 M: Alex Williamson <alex.williamson@redhat.com>
1194 M: Cornelia Huck <cohuck@redhat.com>
1197 F: hw/s390x/s390-ccw.c
1198 F: include/hw/s390x/s390-ccw.h
1199 T: git git://github.com/cohuck/qemu.git s390-next
1200 L: qemu-s390x@nongnu.org
1203 M: Michael S. Tsirkin <mst@redhat.com>
1206 F: docs/interop/vhost-user.txt
1209 M: Michael S. Tsirkin <mst@redhat.com>
1212 F: hw/virtio/Makefile.objs
1213 F: hw/virtio/trace-events
1215 F: include/hw/virtio/
1216 F: tests/virtio-balloon-test.c
1219 M: Greg Kurz <groug@kaod.org>
1223 F: tests/virtio-9p-test.c
1224 T: git git://github.com/gkurz/qemu.git 9p-next
1227 M: Stefan Hajnoczi <stefanha@redhat.com>
1228 L: qemu-block@nongnu.org
1230 F: hw/block/virtio-blk.c
1231 F: hw/block/dataplane/*
1232 F: tests/virtio-blk-test.c
1233 T: git git://github.com/stefanha/qemu.git block
1236 M: Cornelia Huck <cohuck@redhat.com>
1237 M: Christian Borntraeger <borntraeger@de.ibm.com>
1239 F: hw/s390x/virtio-ccw.[hc]
1240 T: git git://github.com/cohuck/qemu.git s390-next
1241 T: git git://github.com/borntraeger/qemu.git s390-next
1242 L: qemu-s390x@nongnu.org
1245 M: Gerd Hoffmann <kraxel@redhat.com>
1247 F: hw/input/virtio-input*.c
1248 F: include/hw/virtio/virtio-input.h
1251 M: Amit Shah <amit@kernel.org>
1253 F: hw/char/virtio-serial-bus.c
1254 F: hw/char/virtio-console.c
1255 F: include/hw/virtio/virtio-serial.h
1256 F: tests/virtio-console-test.c
1257 F: tests/virtio-serial-test.c
1260 M: Amit Shah <amit@kernel.org>
1262 F: hw/virtio/virtio-rng.c
1263 F: include/hw/virtio/virtio-rng.h
1264 F: include/sysemu/rng*.h
1266 F: tests/virtio-rng-test.c
1269 M: Gonglei <arei.gonglei@huawei.com>
1271 F: hw/virtio/virtio-crypto.c
1272 F: hw/virtio/virtio-crypto-pci.c
1273 F: include/hw/virtio/virtio-crypto.h
1276 M: Keith Busch <keith.busch@intel.com>
1277 L: qemu-block@nongnu.org
1280 F: tests/nvme-test.c
1283 M: Hannes Reinecke <hare@suse.com>
1284 L: qemu-block@nongnu.org
1286 F: hw/scsi/megasas.c
1288 F: tests/megasas-test.c
1290 Network packet abstractions
1291 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1293 F: include/net/eth.h
1295 F: hw/net/net_rx_pkt*
1296 F: hw/net/net_tx_pkt*
1299 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1302 F: hw/scsi/vmw_pvscsi*
1303 F: tests/vmxnet3-test.c
1306 M: Jiri Pirko <jiri@resnulli.us>
1310 F: docs/specs/rocker.txt
1313 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1317 F: include/hw/mem/nvdimm.h
1320 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1325 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1330 M: Stefan Weil <sw@weilnetz.de>
1332 F: hw/net/eepro100.c
1335 M: Alistair Francis <alistair@alistair23.me>
1337 F: hw/core/generic-loader.c
1338 F: include/hw/core/generic-loader.h
1339 F: docs/generic-loader.txt
1341 Intel Hexadecimal Object File Loader
1342 M: Su Hang <suhang16@mails.ucas.ac.cn>
1344 F: tests/hexloader-test.c
1345 F: tests/hex-loader-check-data/test.hex
1348 M: Thomas Huth <thuth@redhat.com>
1350 F: hw/nvram/chrp_nvram.c
1351 F: include/hw/nvram/chrp_nvram.h
1352 F: tests/prom-env-test.c
1355 M: Ben Warren <ben@skyportsystems.com>
1357 F: hw/acpi/vmgenid.c
1358 F: include/hw/acpi/vmgenid.h
1359 F: docs/specs/vmgenid.txt
1360 F: tests/vmgenid-test.c
1363 Unimplemented device
1364 M: Peter Maydell <peter.maydell@linaro.org>
1365 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1367 F: include/hw/misc/unimp.h
1371 M: Gerd Hoffmann <kraxel@redhat.com>
1374 F: hw/display/bochs-display.c
1375 F: include/hw/display/vga.h
1376 F: include/hw/display/bochs-vbe.h
1379 M: Gerd Hoffmann <kraxel@redhat.com>
1381 F: hw/display/ramfb*.c
1382 F: include/hw/display/ramfb.h
1385 M: Gerd Hoffmann <kraxel@redhat.com>
1387 F: hw/display/virtio-gpu*
1388 F: hw/display/virtio-vga.c
1389 F: include/hw/virtio/virtio-gpu.h
1392 M: Gerd Hoffmann <kraxel@redhat.com>
1394 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1395 F: hw/display/cirrus*
1400 M: Gerd Hoffmann <kraxel@redhat.com>
1404 F: include/hw/audio/
1405 F: tests/ac97-test.c
1406 F: tests/es1370-test.c
1407 F: tests/intel-hda-test.c
1410 M: Kevin Wolf <kwolf@redhat.com>
1411 M: Max Reitz <mreitz@redhat.com>
1412 L: qemu-block@nongnu.org
1420 F: tests/qemu-iotests/
1421 F: util/qemu-progress.c
1422 F: qobject/block-qdict.c
1423 F: test/check-block-qdict.c
1424 T: git git://repo.or.cz/qemu/kevin.git block
1427 M: Stefan Hajnoczi <stefanha@redhat.com>
1428 M: Fam Zheng <famz@redhat.com>
1429 L: qemu-block@nongnu.org
1435 F: include/block/aio.h
1436 F: include/block/aio-wait.h
1437 F: scripts/qemugdb/aio.py
1438 T: git git://github.com/stefanha/qemu.git block
1440 Block SCSI subsystem
1441 M: Paolo Bonzini <pbonzini@redhat.com>
1442 R: Fam Zheng <famz@redhat.com>
1443 L: qemu-block@nongnu.org
1449 M: Jeff Cody <jcody@redhat.com>
1450 L: qemu-block@nongnu.org
1453 F: include/block/blockjob.h
1456 F: include/block/job.h
1462 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1464 Block QAPI, monitor, command line
1465 M: Markus Armbruster <armbru@redhat.com>
1470 F: qapi/transaction.json
1471 T: git git://repo.or.cz/qemu/armbru.git block-next
1474 M: Fam Zheng <famz@redhat.com>
1475 M: John Snow <jsnow@redhat.com>
1476 L: qemu-block@nongnu.org
1479 F: block/dirty-bitmap.c
1480 F: include/qemu/hbitmap.h
1481 F: include/block/dirty-bitmap.h
1482 F: tests/test-hbitmap.c
1483 F: docs/interop/bitmaps.rst
1484 T: git git://github.com/famz/qemu.git bitmaps
1485 T: git git://github.com/jnsnow/qemu.git bitmaps
1487 Character device backends
1488 M: Paolo Bonzini <pbonzini@redhat.com>
1489 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1495 Character Devices (Braille)
1496 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1500 Command line option argument parsing
1501 M: Markus Armbruster <armbru@redhat.com>
1503 F: include/qemu/option.h
1504 F: tests/test-keyval.c
1505 F: tests/test-qemu-opts.c
1507 F: util/qemu-option.c
1510 M: Markus Armbruster <armbru@redhat.com>
1512 F: scripts/coverity-model.c
1515 L: qemu-devel@nongnu.org
1518 F: include/qom/cpu.h
1521 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1522 M: Alexander Graf <agraf@suse.de>
1525 F: include/sysemu/device_tree.h
1529 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1531 F: hw/misc/vmcoreinfo.c
1532 F: include/hw/misc/vmcoreinfo.h
1533 F: include/sysemu/dump-arch.h
1534 F: include/sysemu/dump.h
1535 F: scripts/dump-guest-memory.py
1539 M: Markus Armbruster <armbru@redhat.com>
1541 F: include/qapi/error.h
1542 F: include/qemu/error-report.h
1544 F: util/qemu-error.c
1547 L: qemu-devel@nongnu.org
1553 M: Paolo Bonzini <pbonzini@redhat.com>
1555 F: include/exec/ioport.h
1557 F: include/exec/memory.h
1558 F: include/exec/ram_addr.h
1560 F: include/exec/memory-internal.h
1564 M: Gerd Hoffmann <kraxel@redhat.com>
1566 F: include/ui/qemu-spice.h
1567 F: include/ui/spice-display.h
1569 F: audio/spiceaudio.c
1574 M: Gerd Hoffmann <kraxel@redhat.com>
1581 M: Peter Maydell <peter.maydell@linaro.org>
1586 M: Paolo Bonzini <pbonzini@redhat.com>
1590 F: util/qemu-timer.c
1592 F: qapi/run-state.json
1595 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1600 F: include/monitor/hmp-target.h
1603 Network device backends
1604 M: Jason Wang <jasowang@redhat.com>
1608 T: git git://github.com/jasowang/qemu.git net
1611 Netmap network backend
1612 M: Luigi Rizzo <rizzo@iet.unipi.it>
1613 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1614 M: Vincenzo Maffione <v.maffione@gmail.com>
1615 W: http://info.iet.unipi.it/~luigi/netmap/
1620 M: Eduardo Habkost <ehabkost@redhat.com>
1623 F: include/sysemu/numa.h
1624 T: git git://github.com/ehabkost/qemu.git machine-next
1626 Host Memory Backends
1627 M: Eduardo Habkost <ehabkost@redhat.com>
1628 M: Igor Mammedov <imammedo@redhat.com>
1630 F: backends/hostmem*.c
1631 F: include/sysemu/hostmem.h
1632 T: git git://github.com/ehabkost/qemu.git machine-next
1635 M: Gonglei <arei.gonglei@huawei.com>
1637 F: include/sysemu/cryptodev*.h
1638 F: backends/cryptodev*.c
1641 M: Eduardo Habkost <ehabkost@redhat.com>
1642 M: Cleber Rosa <crosa@redhat.com>
1649 M: Markus Armbruster <armbru@redhat.com>
1650 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1655 X: include/qapi/qmp/
1656 F: include/qapi/qmp/dispatch.h
1657 F: tests/qapi-schema/
1658 F: tests/test-*-visitor.c
1659 F: tests/test-qapi-*.c
1660 F: tests/test-qmp-*.c
1661 F: tests/test-visitor-serialization.c
1662 F: scripts/qapi-gen.py
1665 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1668 M: Eric Blake <eblake@redhat.com>
1669 M: Markus Armbruster <armbru@redhat.com>
1673 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1676 M: Markus Armbruster <armbru@redhat.com>
1679 F: include/qapi/qmp/
1680 X: include/qapi/qmp/dispatch.h
1681 F: scripts/coccinelle/qobject.cocci
1682 F: tests/check-qdict.c
1683 F: tests/check-qnum.c
1684 F: tests/check-qjson.c
1685 F: tests/check-qlist.c
1686 F: tests/check-qstring.c
1687 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1690 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1694 F: scripts/qemu-guest-agent/
1696 F: docs/interop/qemu-ga-ref.texi
1697 T: git git://github.com/mdroth/qemu.git qga
1700 M: Andreas Färber <afaerber@suse.de>
1702 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1704 X: include/qom/cpu.h
1707 F: tests/check-qom-interface.c
1708 F: tests/check-qom-proplist.c
1711 M: Markus Armbruster <armbru@redhat.com>
1715 F: docs/devel/*qmp-*
1718 F: tests/qmp-cmd-test.c
1719 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1722 M: Paolo Bonzini <pbonzini@redhat.com>
1723 M: Thomas Huth <thuth@redhat.com>
1724 M: Laurent Vivier <lvivier@redhat.com>
1732 M: Alistair Francis <alistair@alistair23.me>
1734 F: hw/core/register.c
1735 F: include/hw/register.h
1736 F: include/hw/registerfields.h
1739 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1740 M: Jan Kiszka <jan.kiszka@siemens.com>
1744 F: include/net/slirp.h
1745 T: git https://people.debian.org/~sthibault/qemu.git slirp
1746 T: git git://git.kiszka.org/qemu.git queues/slirp
1749 M: Paolo Bonzini <pbonzini@redhat.com>
1754 M: Stefan Hajnoczi <stefanha@redhat.com>
1758 F: qemu-option-trace.texi
1759 F: scripts/tracetool.py
1760 F: scripts/tracetool/
1761 F: docs/devel/tracing.txt
1762 T: git git://github.com/stefanha/qemu.git tracing
1765 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1770 F: include/hw/acpi/tpm.h
1771 F: include/sysemu/tpm*
1775 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1779 F: scripts/checkpatch.pl
1782 M: Juan Quintela <quintela@redhat.com>
1783 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1785 F: include/migration/
1787 F: scripts/vmstate-static-checker.py
1788 F: tests/vmstate-static-checker-data/
1789 F: tests/migration-test.c
1790 F: docs/devel/migration.txt
1791 F: qapi/migration.json
1794 M: Eduardo Otubo <otubo@redhat.com>
1797 F: include/sysemu/seccomp.h
1800 M: Daniel P. Berrange <berrange@redhat.com>
1804 F: tests/test-crypto-*
1805 F: tests/benchmark-crypto-*
1809 M: Stefan Hajnoczi <stefanha@redhat.com>
1810 M: Kevin Wolf <kwolf@redhat.com>
1812 F: include/qemu/coroutine*
1813 F: tests/test-coroutine.c
1816 M: Daniel P. Berrange <berrange@redhat.com>
1819 F: include/qemu/buffer.h
1822 M: Daniel P. Berrange <berrange@redhat.com>
1829 M: Daniel P. Berrange <berrange@redhat.com>
1830 M: Gerd Hoffmann <kraxel@redhat.com>
1831 M: Paolo Bonzini <pbonzini@redhat.com>
1833 F: include/qemu/sockets.h
1834 F: util/qemu-sockets.c
1835 F: qapi/sockets.json
1837 Throttling infrastructure
1838 M: Alberto Garcia <berto@igalia.com>
1840 F: block/throttle-groups.c
1841 F: include/block/throttle-groups.h
1842 F: include/qemu/throttle*.h
1844 F: docs/throttle.txt
1845 F: tests/test-throttle.c
1846 L: qemu-block@nongnu.org
1849 M: Fam Zheng <famz@redhat.com>
1852 F: include/qemu/uuid.h
1853 F: tests/test-uuid.c
1856 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1859 F: include/migration/colo.h
1860 F: include/migration/failover.h
1864 M: Zhang Chen <zhangckid@gmail.com>
1865 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1867 F: docs/colo-proxy.txt
1869 F: net/filter-rewriter.c
1870 F: net/filter-mirror.c
1873 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1874 R: Paolo Bonzini <pbonzini@redhat.com>
1875 W: https://wiki.qemu.org/Features/record-replay
1878 F: block/blkreplay.c
1879 F: net/filter-replay.c
1880 F: include/sysemu/replay.h
1885 M: Peter Xu <peterx@redhat.com>
1887 F: include/qemu/iova-tree.h
1893 M: Riku Voipio <riku.voipio@iki.fi>
1896 F: accel/tcg/user-exec*.c
1901 F: default-configs/*-bsd-user.mak
1904 M: Riku Voipio <riku.voipio@iki.fi>
1905 R: Laurent Vivier <laurent@vivier.eu>
1908 F: default-configs/*-linux-user.mak
1909 F: scripts/qemu-binfmt-conf.sh
1911 Tiny Code Generator (TCG)
1912 -------------------------
1914 M: Richard Henderson <rth@twiddle.net>
1919 M: Claudio Fontana <claudio.fontana@huawei.com>
1920 M: Claudio Fontana <claudio.fontana@gmail.com>
1922 L: qemu-arm@nongnu.org
1928 M: Andrzej Zaborowski <balrogg@gmail.com>
1930 L: qemu-arm@nongnu.org
1935 L: qemu-devel@nongnu.org
1941 M: Aurelien Jarno <aurelien@aurel32.net>
1947 M: Richard Henderson <rth@twiddle.net>
1953 M: Alexander Graf <agraf@suse.de>
1954 M: Richard Henderson <rth@twiddle.net>
1958 L: qemu-s390x@nongnu.org
1966 M: Stefan Weil <sw@weilnetz.de>
1975 M: Fam Zheng <famz@redhat.com>
1976 L: qemu-block@nongnu.org
1981 M: Josh Durgin <jdurgin@redhat.com>
1982 M: Jeff Cody <jcody@redhat.com>
1983 L: qemu-block@nongnu.org
1986 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1989 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1990 M: Liu Yuan <namei.unix@gmail.com>
1991 M: Jeff Cody <jcody@redhat.com>
1992 L: qemu-block@nongnu.org
1993 L: sheepdog@lists.wpkg.org
1996 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1999 M: Jeff Cody <jcody@redhat.com>
2000 L: qemu-block@nongnu.org
2003 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2006 M: Stefan Weil <sw@weilnetz.de>
2007 L: qemu-block@nongnu.org
2012 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2013 M: Paolo Bonzini <pbonzini@redhat.com>
2014 M: Peter Lieven <pl@kamp.de>
2015 L: qemu-block@nongnu.org
2018 F: block/iscsi-opts.c
2020 Network Block Device (NBD)
2021 M: Eric Blake <eblake@redhat.com>
2022 M: Paolo Bonzini <pbonzini@redhat.com>
2023 L: qemu-block@nongnu.org
2027 F: include/block/nbd*
2030 F: docs/interop/nbd.txt
2031 T: git git://repo.or.cz/qemu/ericb.git nbd
2034 M: Jeff Cody <jcody@redhat.com>
2035 M: Peter Lieven <pl@kamp.de>
2036 L: qemu-block@nongnu.org
2039 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2042 M: Richard W.M. Jones <rjones@redhat.com>
2043 M: Jeff Cody <jcody@redhat.com>
2044 L: qemu-block@nongnu.org
2047 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2050 M: Jeff Cody <jcody@redhat.com>
2051 L: qemu-block@nongnu.org
2054 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2057 M: Jeff Cody <jcody@redhat.com>
2058 L: qemu-block@nongnu.org
2061 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2064 M: Fam Zheng <famz@redhat.com>
2065 L: qemu-block@nongnu.org
2070 M: Fam Zheng <famz@redhat.com>
2071 L: qemu-block@nongnu.org
2076 M: Gonglei <arei.gonglei@huawei.com>
2081 M: Alberto Garcia <berto@igalia.com>
2084 L: qemu-block@nongnu.org
2087 M: Ari Sundholm <ari@tuxera.com>
2088 L: qemu-block@nongnu.org
2090 F: block/blklogwrites.c
2093 M: Stefan Hajnoczi <stefanha@redhat.com>
2094 L: qemu-block@nongnu.org
2096 F: block/blkverify.c
2099 M: Stefan Hajnoczi <stefanha@redhat.com>
2100 L: qemu-block@nongnu.org
2105 M: Stefan Hajnoczi <stefanha@redhat.com>
2106 L: qemu-block@nongnu.org
2111 M: Stefan Hajnoczi <stefanha@redhat.com>
2112 L: qemu-block@nongnu.org
2117 M: Stefan Hajnoczi <stefanha@redhat.com>
2118 M: Denis V. Lunev <den@openvz.org>
2119 L: qemu-block@nongnu.org
2121 F: block/parallels.c
2122 F: docs/interop/parallels.txt
2125 M: Stefan Hajnoczi <stefanha@redhat.com>
2126 L: qemu-block@nongnu.org
2131 M: Kevin Wolf <kwolf@redhat.com>
2132 L: qemu-block@nongnu.org
2134 F: block/linux-aio.c
2135 F: include/block/raw-aio.h
2136 F: block/raw-format.c
2137 F: block/file-posix.c
2138 F: block/file-win32.c
2139 F: block/win32-aio.c
2142 M: Kevin Wolf <kwolf@redhat.com>
2143 M: Max Reitz <mreitz@redhat.com>
2144 L: qemu-block@nongnu.org
2147 F: docs/interop/qcow2.txt
2150 M: Kevin Wolf <kwolf@redhat.com>
2151 L: qemu-block@nongnu.org
2156 M: Kevin Wolf <kwolf@redhat.com>
2157 M: Max Reitz <mreitz@redhat.com>
2158 L: qemu-block@nongnu.org
2163 M: Kevin Wolf <kwolf@redhat.com>
2164 L: qemu-block@nongnu.org
2169 M: Kevin Wolf <kwolf@redhat.com>
2170 L: qemu-block@nongnu.org
2175 M: Stefan Hajnoczi <stefanha@redhat.com>
2176 L: qemu-block@nongnu.org
2178 F: tests/image-fuzzer/
2181 M: Wen Congyang <wencongyang2@huawei.com>
2182 M: Xie Changlong <xiechanglong.d@gmail.com>
2185 F: block/replication.c
2186 F: tests/test-replication.c
2187 F: docs/block-replication.txt
2190 M: Yuval Shaia <yuval.shaia@oracle.com>
2191 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2197 Build and test automation
2198 -------------------------
2199 Build and test automation
2200 M: Alex Bennée <alex.bennee@linaro.org>
2201 M: Fam Zheng <famz@redhat.com>
2202 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2203 L: qemu-devel@nongnu.org
2210 W: https://travis-ci.org/qemu/qemu
2211 W: https://app.shippable.com/github/qemu/qemu
2212 W: http://patchew.org/QEMU/
2214 Guest Test Compilation Support
2215 M: Alex Bennée <alex.bennee@linaro.org>
2216 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2217 F: tests/tcg/Makefile
2218 F: tests/tcg/Makefile.include
2219 L: qemu-devel@nongnu.org
2223 Build system architecture
2224 M: Daniel P. Berrange <berrange@redhat.com>
2226 F: docs/devel/build-system.txt
2228 Incompatible changes
2229 R: libvir-list@redhat.com
2230 F: qemu-deprecated.texi
2235 M: Daniel P. Berrange <berrange@redhat.com>
2237 F: scripts/git-submodule.sh