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 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
56 L: qemu-devel@nongnu.org
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
72 L: qemu-trivial@nongnu.org
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
77 Guest CPU cores (TCG):
78 ----------------------
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
107 M: Richard Henderson <rth@twiddle.net>
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
121 F: include/hw/cpu/a*mpcore.h
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
136 M: Michael Walle <michael@walle.cc>
143 F: include/hw/char/lm32_juart.h
148 M: Laurent Vivier <laurent@vivier.eu>
154 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
156 F: target/microblaze/
158 F: disas/microblaze.c
161 M: Aurelien Jarno <aurelien@aurel32.net>
162 M: Yongbok Kim <yongbok.kim@imgtec.com>
167 F: hw/intc/mips_gic.c
168 F: hw/timer/mips_gictimer.c
170 F: include/hw/misc/mips_*
171 F: include/hw/intc/mips_gic.h
172 F: include/hw/timer/mips_gictimer.h
177 M: Anthony Green <green@moxielogic.com>
182 F: default-configs/moxie-softmmu.mak
185 M: Jia Liu <proljc@gmail.com>
189 F: tests/tcg/openrisc/
192 M: David Gibson <david@gibson.dropbear.id.au>
193 M: Alexander Graf <agraf@suse.de>
194 L: qemu-ppc@nongnu.org
202 M: Richard Henderson <rth@twiddle.net>
203 M: Alexander Graf <agraf@suse.de>
210 M: Aurelien Jarno <aurelien@aurel32.net>
218 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
219 M: Artyom Tarasenko <atar4qemu@gmail.com>
227 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
231 F: include/hw/unicore32/
234 M: Paolo Bonzini <pbonzini@redhat.com>
235 M: Richard Henderson <rth@twiddle.net>
236 M: Eduardo Habkost <ehabkost@redhat.com>
243 M: Max Filippov <jcmvbkbc@gmail.com>
244 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
251 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
255 F: include/hw/tricore/
257 Guest CPU Cores (KVM):
258 ----------------------
261 M: Paolo Bonzini <pbonzini@redhat.com>
262 L: kvm@vger.kernel.org
266 F: include/sysemu/kvm*.h
269 M: Peter Maydell <peter.maydell@linaro.org>
270 L: qemu-arm@nongnu.org
275 M: James Hogan <james.hogan@imgtec.com>
280 M: Alexander Graf <agraf@suse.de>
285 M: Christian Borntraeger <borntraeger@de.ibm.com>
286 M: Cornelia Huck <cornelia.huck@de.ibm.com>
287 M: Alexander Graf <agraf@suse.de>
289 F: target/s390x/kvm.c
290 F: target/s390x/ioinst.[ch]
291 F: target/s390x/machine.c
292 F: hw/intc/s390_flic.c
293 F: hw/intc/s390_flic_kvm.c
294 F: include/hw/s390x/s390_flic.h
296 T: git git://github.com/cohuck/qemu.git s390-next
297 T: git git://github.com/borntraeger/qemu.git s390-next
300 M: Paolo Bonzini <pbonzini@redhat.com>
301 M: Marcelo Tosatti <mtosatti@redhat.com>
302 L: kvm@vger.kernel.org
306 Guest CPU Cores (Xen):
307 ----------------------
310 M: Stefano Stabellini <sstabellini@kernel.org>
311 M: Anthony Perard <anthony.perard@citrix.com>
312 L: xen-devel@lists.xensource.com
316 F: hw/char/xen_console.c
317 F: hw/display/xenfb.c
324 F: include/sysemu/xen-mapcache.h
330 L: qemu-devel@nongnu.org
336 L: qemu-devel@nongnu.org
341 L: qemu-devel@nongnu.org
342 M: Stefan Weil <sw@weilnetz.de>
353 M: Beniamino Galvani <b.galvani@gmail.com>
354 L: qemu-arm@nongnu.org
357 F: include/hw/*/allwinner*
358 F: hw/arm/cubieboard.c
361 M: Peter Maydell <peter.maydell@linaro.org>
362 L: qemu-arm@nongnu.org
373 F: include/hw/arm/primecell.h
376 M: Peter Maydell <peter.maydell@linaro.org>
377 L: qemu-arm@nongnu.org
380 F: hw/intc/gic_internal.h
382 F: hw/misc/arm11scu.c
383 F: hw/timer/a9gtimer*
385 F: include/hw/arm/arm.h
386 F: include/hw/intc/arm*
387 F: include/hw/misc/a9scu.h
388 F: include/hw/misc/arm11scu.h
389 F: include/hw/timer/a9gtimer.h
390 F: include/hw/timer/arm_mptimer.h
393 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
394 L: qemu-arm@nongnu.org
397 F: include/hw/arm/exynos4210.h
400 M: Rob Herring <robh@kernel.org>
401 L: qemu-arm@nongnu.org
407 M: Antony Pavlov <antonynpavlov@gmail.com>
408 L: qemu-arm@nongnu.org
410 F: include/hw/arm/digic.h
414 L: qemu-devel@nongnu.org
415 L: qemu-arm@nongnu.org
420 M: Peter Chubb <peter.chubb@nicta.com.au>
421 L: qemu-arm@nongnu.org
426 F: include/hw/arm/fsl-imx31.h
429 M: Peter Maydell <peter.maydell@linaro.org>
430 L: qemu-arm@nongnu.org
432 F: hw/arm/integratorcp.c
433 F: hw/misc/arm_integrator_debug.c
436 M: Jan Kiszka <jan.kiszka@web.de>
437 L: qemu-arm@nongnu.org
442 M: Andrzej Zaborowski <balrogg@gmail.com>
443 L: qemu-arm@nongnu.org
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
454 M: Peter Maydell <peter.maydell@linaro.org>
455 L: qemu-arm@nongnu.org
458 F: hw/cpu/realview_mpcore.c
459 F: hw/intc/realview_gic.c
460 F: include/hw/intc/realview_gic.h
463 M: Andrzej Zaborowski <balrogg@gmail.com>
464 L: qemu-arm@nongnu.org
466 F: hw/arm/mainstone.c
471 F: hw/misc/mst_fpga.c
472 F: include/hw/arm/pxa.h
475 M: Peter Maydell <peter.maydell@linaro.org>
476 L: qemu-arm@nongnu.org
481 M: Peter Maydell <peter.maydell@linaro.org>
482 L: qemu-arm@nongnu.org
487 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
488 M: Alistair Francis <alistair.francis@xilinx.com>
489 L: qemu-arm@nongnu.org
494 F: include/hw/misc/zynq*
498 M: Alistair Francis <alistair.francis@xilinx.com>
499 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
500 L: qemu-arm@nongnu.org
503 F: include/hw/*/xlnx*.h
506 M: Shannon Zhao <zhaoshenglong@huawei.com>
507 M: Shannon Zhao <shannon.zhao@linaro.org>
508 L: qemu-arm@nongnu.org
510 F: hw/arm/virt-acpi-build.c
513 M: Alistair Francis <alistair@alistair23.me>
515 F: hw/arm/stm32f205_soc.c
516 F: hw/misc/stm32f2xx_syscfg.c
517 F: hw/char/stm32f2xx_usart.c
518 F: hw/timer/stm32f2xx_timer.c
520 F: hw/ssi/stm32f2xx_spi.c
523 M: Alistair Francis <alistair@alistair23.me>
525 F: hw/arm/netduino2.c
530 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
532 F: hw/cris/axis_dev88.c
537 EVR32 and uclinux BSP
538 M: Michael Walle <michael@walle.cc>
540 F: hw/lm32/lm32_boards.c
543 M: Michael Walle <michael@walle.cc>
545 F: hw/lm32/milkymist.c
556 F: hw/m68k/dummy_m68k.c
561 F: hw/m68k/mcf_intc.c
562 F: hw/char/mcf_uart.c
568 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
573 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
575 F: hw/microblaze/petalogix_ml605_mmu.c
580 M: Hervé Poussineau <hpoussin@reactos.org>
582 F: hw/mips/mips_jazz.c
585 M: Aurelien Jarno <aurelien@aurel32.net>
587 F: hw/mips/mips_malta.c
590 L: qemu-devel@nongnu.org
592 F: hw/mips/mips_mipssim.c
595 M: Aurelien Jarno <aurelien@aurel32.net>
597 F: hw/mips/mips_r4k.c
602 M: Jia Liu <proljc@gmail.com>
604 F: hw/openrisc/openrisc_sim.c
609 M: Alexander Graf <agraf@suse.de>
610 L: qemu-ppc@nongnu.org
612 F: hw/ppc/ppc405_boards.c
615 M: Alexander Graf <agraf@suse.de>
616 L: qemu-ppc@nongnu.org
618 F: hw/ppc/ppc440_bamboo.c
621 M: Alexander Graf <agraf@suse.de>
622 M: Scott Wood <scottwood@freescale.com>
623 L: qemu-ppc@nongnu.org
627 F: include/hw/ppc/ppc_e500.h
628 F: include/hw/pci-host/ppce500.h
629 F: pc-bios/u-boot.e500
632 M: Alexander Graf <agraf@suse.de>
633 M: Scott Wood <scottwood@freescale.com>
634 L: qemu-ppc@nongnu.org
636 F: hw/ppc/mpc8544ds.c
637 F: hw/ppc/mpc8544_guts.c
640 M: Alexander Graf <agraf@suse.de>
641 L: qemu-ppc@nongnu.org
643 F: hw/ppc/mac_newworld.c
644 F: hw/pci-host/uninorth.c
645 F: hw/pci-bridge/dec.[hc]
647 F: include/hw/ppc/mac_dbdma.h
648 F: hw/nvram/mac_nvram.c
651 M: Alexander Graf <agraf@suse.de>
652 L: qemu-ppc@nongnu.org
654 F: hw/ppc/mac_oldworld.c
655 F: hw/pci-host/grackle.c
657 F: hw/intc/heathrow_pic.c
660 L: qemu-devel@nongnu.org
661 L: qemu-ppc@nongnu.org
664 F: hw/pci-host/prep.[hc]
665 F: hw/isa/pc87312.[hc]
666 F: pc-bios/ppc_rom.bin
669 M: David Gibson <david@gibson.dropbear.id.au>
670 M: Alexander Graf <agraf@suse.de>
671 L: qemu-ppc@nongnu.org
674 F: include/hw/*/spapr*
676 F: include/hw/*/xics*
677 F: pc-bios/spapr-rtas/*
678 F: pc-bios/spapr-rtas.bin
680 F: pc-bios/skiboot.lid
681 F: docs/specs/ppc-spapr-hcalls.txt
682 F: docs/specs/ppc-spapr-hotplug.txt
684 F: tests/libqos/*spapr*
686 F: tests/libqos/rtas*
689 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
690 L: qemu-ppc@nongnu.org
692 F: hw/ppc/virtex_ml507.c
697 M: Magnus Damm <magnus.damm@gmail.com>
701 F: hw/timer/sh_timer.c
704 M: Magnus Damm <magnus.damm@gmail.com>
711 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
714 F: hw/dma/sparc32_dma.c
715 F: hw/dma/sun4m_iommu.c
716 F: hw/misc/eccmemctl.c
717 F: hw/misc/slavio_misc.c
718 F: include/hw/sparc/sparc32_dma.h
719 F: include/hw/sparc/sun4m.h
720 F: pc-bios/openbios-sparc32
723 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
725 F: hw/sparc64/sun4u.c
726 F: pc-bios/openbios-sparc64
729 M: Artyom Tarasenko <atar4qemu@gmail.com>
731 F: hw/sparc64/sun4v.c
732 F: hw/timer/sun4v-rtc.c
733 F: include/hw/timer/sun4v-rtc.h
736 M: Fabien Chouteau <chouteau@adacore.com>
740 F: include/hw/sparc/grlib.h
745 M: Cornelia Huck <cornelia.huck@de.ibm.com>
746 M: Christian Borntraeger <borntraeger@de.ibm.com>
747 M: Alexander Graf <agraf@suse.de>
749 F: hw/char/sclp*.[hc]
753 F: hw/watchdog/wdt_diag288.c
754 F: include/hw/watchdog/wdt_diag288.h
755 F: pc-bios/s390-ccw.img
756 F: default-configs/s390x-softmmu.mak
757 T: git git://github.com/cohuck/qemu.git s390-next
758 T: git git://github.com/borntraeger/qemu.git s390-next
762 PKUnity-3 SoC initramfs-with-busybox
763 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
771 M: Michael S. Tsirkin <mst@redhat.com>
775 F: hw/pci-host/piix.c
778 F: include/hw/pci-host/q35.h
779 F: include/hw/pci-host/pam.h
782 F: hw/i2c/smbus_ich9.c
785 F: include/hw/acpi/ich9.h
786 F: include/hw/acpi/piix4.h
790 M: Michael S. Tsirkin <mst@redhat.com>
791 M: Paolo Bonzini <pbonzini@redhat.com>
793 F: hw/char/debugcon.c
794 F: hw/char/parallel.c
801 F: hw/misc/debugexit.c
802 F: hw/misc/pc-testdev.c
805 F: hw/timer/mc146818rtc*
806 F: include/hw/i2c/pm_smbus.h
807 F: include/hw/timer/hpet.h
808 F: include/hw/timer/i8254*
809 F: include/hw/timer/mc146818rtc*
812 M: Eduardo Habkost <ehabkost@redhat.com>
813 M: Marcel Apfelbaum <marcel@redhat.com>
816 F: include/hw/boards.h
821 M: Max Filippov <jcmvbkbc@gmail.com>
825 XTFPGA (LX60, LX200, ML605, KC705)
826 M: Max Filippov <jcmvbkbc@gmail.com>
828 F: hw/xtensa/xtfpga.c
829 F: hw/net/opencores_eth.c
834 M: Jiri Slaby <jslaby@suse.cz>
839 M: John Snow <jsnow@redhat.com>
840 L: qemu-block@nongnu.org
847 F: hw/block/hd-geometry.c
850 F: tests/libqos/ahci*
851 T: git git://github.com/jnsnow/qemu.git ide
854 M: John Snow <jsnow@redhat.com>
855 L: qemu-block@nongnu.org
858 F: include/hw/block/fdc.h
860 T: git git://github.com/jnsnow/qemu.git ide
863 M: Peter Maydell <peter.maydell@linaro.org>
866 F: include/hw/arm/omap.h
869 M: Alberto Garcia <berto@igalia.com>
871 F: hw/char/ipoctal232.c
875 M: Michael S. Tsirkin <mst@redhat.com>
876 M: Marcel Apfelbaum <marcel@redhat.com>
879 F: hw/misc/pci-testdev.c
884 M: Michael S. Tsirkin <mst@redhat.com>
885 M: Igor Mammedov <imammedo@redhat.com>
888 F: include/hw/smbios/*
892 F: hw/i386/acpi-build.[hc]
893 F: hw/arm/virt-acpi-build.c
896 M: Alexander Graf <agraf@suse.de>
897 L: qemu-ppc@nongnu.org
900 F: include/hw/ppc/ppc4xx.h
903 M: Alexander Graf <agraf@suse.de>
904 M: Scott Wood <scottwood@freescale.com>
905 L: qemu-ppc@nongnu.org
908 F: hw/pci-host/ppce500.c
912 M: Paolo Bonzini <pbonzini@redhat.com>
917 M: Jason Wang <jasowang@redhat.com>
920 F: tests/virtio-net-test.c
921 T: git git://github.com/jasowang/qemu.git net
924 M: Paolo Bonzini <pbonzini@redhat.com>
928 F: tests/virtio-scsi-test.c
929 T: git git://github.com/bonzini/qemu.git scsi-next
933 F: hw/scsi/lsi53c895a.c
936 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
943 M: Alistair Francis <alistair.francis@xilinx.com>
944 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
949 M: Gerd Hoffmann <kraxel@redhat.com>
952 F: tests/usb-*-test.c
954 F: docs/usb-storage.txt
959 M: Gerd Hoffmann <kraxel@redhat.com>
960 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
962 F: hw/usb/dev-serial.c
965 M: Alex Williamson <alex.williamson@redhat.com>
971 M: Michael S. Tsirkin <mst@redhat.com>
976 M: Michael S. Tsirkin <mst@redhat.com>
979 F: hw/virtio/Makefile.objs
980 F: hw/virtio/trace-events
982 F: include/hw/virtio/
983 F: tests/virtio-balloon-test.c
986 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
987 M: Greg Kurz <groug@kaod.org>
991 F: tests/virtio-9p-test.c
992 T: git git://github.com/kvaneesh/QEMU.git
993 T: git git://github.com/gkurz/qemu.git 9p-next
996 M: Stefan Hajnoczi <stefanha@redhat.com>
997 L: qemu-block@nongnu.org
999 F: hw/block/virtio-blk.c
1000 F: hw/block/dataplane/*
1001 F: tests/virtio-blk-test.c
1002 T: git git://github.com/stefanha/qemu.git block
1005 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1006 M: Christian Borntraeger <borntraeger@de.ibm.com>
1008 F: hw/s390x/virtio-ccw.[hc]
1009 T: git git://github.com/cohuck/qemu.git s390-next
1010 T: git git://github.com/borntraeger/qemu.git s390-next
1013 M: Gerd Hoffmann <kraxel@redhat.com>
1015 F: hw/input/virtio-input*.c
1016 F: include/hw/virtio/virtio-input.h
1019 M: Amit Shah <amit.shah@redhat.com>
1021 F: hw/char/virtio-serial-bus.c
1022 F: hw/char/virtio-console.c
1023 F: include/hw/virtio/virtio-serial.h
1024 F: tests/virtio-console-test.c
1025 F: tests/virtio-serial-test.c
1028 M: Amit Shah <amit.shah@redhat.com>
1030 F: hw/virtio/virtio-rng.c
1031 F: include/hw/virtio/virtio-rng.h
1032 F: include/sysemu/rng*.h
1034 F: tests/virtio-rng-test.c
1037 M: Gonglei <arei.gonglei@huawei.com>
1039 F: hw/virtio/virtio-crypto.c
1040 F: hw/virtio/virtio-crypto-pci.c
1041 F: include/hw/virtio/virtio-crypto.h
1044 M: Keith Busch <keith.busch@intel.com>
1045 L: qemu-block@nongnu.org
1048 F: tests/nvme-test.c
1051 M: Hannes Reinecke <hare@suse.de>
1052 L: qemu-block@nongnu.org
1054 F: hw/scsi/megasas.c
1057 Network packet abstractions
1058 M: Dmitry Fleytman <dmitry@daynix.com>
1060 F: include/net/eth.h
1062 F: hw/net/net_rx_pkt*
1063 F: hw/net/net_tx_pkt*
1066 M: Dmitry Fleytman <dmitry@daynix.com>
1069 F: hw/scsi/vmw_pvscsi*
1072 M: Jiri Pirko <jiri@resnulli.us>
1076 F: docs/specs/rocker.txt
1079 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1083 F: include/hw/mem/nvdimm.h
1086 M: Dmitry Fleytman <dmitry@daynix.com>
1091 M: Dmitry Fleytman <dmitry@daynix.com>
1096 M: Alistair Francis <alistair.francis@xilinx.com>
1098 F: hw/core/generic-loader.c
1099 F: include/hw/core/generic-loader.h
1102 M: Thomas Huth <thuth@redhat.com>
1104 F: hw/nvram/chrp_nvram.c
1105 F: include/hw/nvram/chrp_nvram.h
1106 F: tests/prom-env-test.c
1111 M: Gerd Hoffmann <kraxel@redhat.com>
1115 F: include/hw/audio/
1116 F: tests/ac97-test.c
1117 F: tests/es1370-test.c
1118 F: tests/intel-hda-test.c
1121 M: Kevin Wolf <kwolf@redhat.com>
1122 M: Max Reitz <mreitz@redhat.com>
1123 L: qemu-block@nongnu.org
1131 F: tests/qemu-iotests/
1132 T: git git://repo.or.cz/qemu/kevin.git block
1135 M: Stefan Hajnoczi <stefanha@redhat.com>
1136 M: Fam Zheng <famz@redhat.com>
1137 L: qemu-block@nongnu.org
1143 F: include/block/aio.h
1144 T: git git://github.com/stefanha/qemu.git block
1147 M: Jeff Cody <jcody@redhat.com>
1148 L: qemu-block@nongnu.org
1151 F: include/block/blockjob.h
1156 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1158 Block QAPI, monitor, command line
1159 M: Markus Armbruster <armbru@redhat.com>
1164 T: git git://repo.or.cz/qemu/armbru.git block-next
1167 M: Fam Zheng <famz@redhat.com>
1168 M: John Snow <jsnow@redhat.com>
1169 L: qemu-block@nongnu.org
1172 F: block/dirty-bitmap.c
1173 F: include/qemu/hbitmap.h
1174 F: include/block/dirty-bitmap.h
1175 F: tests/test-hbitmap.c
1177 T: git git://github.com/famz/qemu.git bitmaps
1178 T: git git://github.com/jnsnow/qemu.git bitmaps
1180 Character device backends
1181 M: Paolo Bonzini <pbonzini@redhat.com>
1184 F: backends/msmouse.c
1185 F: backends/testdev.c
1187 Character Devices (Braille)
1188 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1193 M: Markus Armbruster <armbru@redhat.com>
1195 F: scripts/coverity-model.c
1198 L: qemu-devel@nongnu.org
1201 F: include/qom/cpu.h
1204 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1205 M: Alexander Graf <agraf@suse.de>
1208 F: include/sysemu/device_tree.h
1211 M: Markus Armbruster <armbru@redhat.com>
1213 F: include/qapi/error.h
1214 F: include/qemu/error-report.h
1216 F: util/qemu-error.c
1219 L: qemu-devel@nongnu.org
1225 M: Paolo Bonzini <pbonzini@redhat.com>
1227 F: include/exec/ioport.h
1229 F: include/exec/memory.h
1230 F: include/exec/ram_addr.h
1232 F: include/exec/memory-internal.h
1236 M: Gerd Hoffmann <kraxel@redhat.com>
1238 F: include/ui/qemu-spice.h
1239 F: include/ui/spice-display.h
1241 F: audio/spiceaudio.c
1245 M: Gerd Hoffmann <kraxel@redhat.com>
1251 M: Peter Maydell <peter.maydell@linaro.org>
1256 M: Paolo Bonzini <pbonzini@redhat.com>
1264 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1269 F: include/monitor/hmp-target.h
1271 Network device backends
1272 M: Jason Wang <jasowang@redhat.com>
1276 T: git git://github.com/jasowang/qemu.git net
1278 Netmap network backend
1279 M: Luigi Rizzo <rizzo@iet.unipi.it>
1280 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1281 M: Vincenzo Maffione <v.maffione@gmail.com>
1282 W: http://info.iet.unipi.it/~luigi/netmap/
1286 Network Block Device (NBD)
1287 M: Paolo Bonzini <pbonzini@redhat.com>
1291 F: include/block/nbd*
1293 T: git git://github.com/bonzini/qemu.git nbd-next
1296 M: Eduardo Habkost <ehabkost@redhat.com>
1299 F: include/sysemu/numa.h
1300 T: git git://github.com/ehabkost/qemu.git numa
1302 Host Memory Backends
1303 M: Eduardo Habkost <ehabkost@redhat.com>
1304 M: Igor Mammedov <imammedo@redhat.com>
1306 F: backends/hostmem*.c
1307 F: include/sysemu/hostmem.h
1310 M: Gonglei <arei.gonglei@huawei.com>
1312 F: include/sysemu/cryptodev*.h
1313 F: backends/cryptodev*.c
1316 M: Markus Armbruster <armbru@redhat.com>
1317 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1322 X: include/qapi/qmp/
1323 F: include/qapi/qmp/dispatch.h
1324 F: tests/qapi-schema/
1325 F: tests/test-*-visitor.c
1326 F: tests/test-qmp-*.c
1329 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1332 M: Eric Blake <eblake@redhat.com>
1333 M: Markus Armbruster <armbru@redhat.com>
1337 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1340 M: Markus Armbruster <armbru@redhat.com>
1343 F: include/qapi/qmp/
1344 X: include/qapi/qmp/dispatch.h
1345 F: tests/check-qdict.c
1346 F: tests/check-qfloat.c
1347 F: tests/check-qint.c
1348 F: tests/check-qjson.c
1349 F: tests/check-qlist.c
1350 F: tests/check-qstring.c
1351 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1354 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1357 T: git git://github.com/mdroth/qemu.git qga
1360 M: Andreas Färber <afaerber@suse.de>
1362 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1364 X: include/qom/cpu.h
1367 F: tests/check-qom-interface.c
1368 F: tests/check-qom-proplist.c
1372 M: Markus Armbruster <armbru@redhat.com>
1378 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1381 M: Alistair Francis <alistair.francis@xilinx.com>
1383 F: hw/core/register.c
1384 F: include/hw/register.h
1387 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1388 M: Jan Kiszka <jan.kiszka@siemens.com>
1392 F: include/net/slirp.h
1393 T: git git://git.kiszka.org/qemu.git queues/slirp
1396 M: Paolo Bonzini <pbonzini@redhat.com>
1401 M: Stefan Hajnoczi <stefanha@redhat.com>
1404 F: scripts/tracetool.py
1405 F: scripts/tracetool/
1407 T: git git://github.com/stefanha/qemu.git tracing
1411 F: scripts/checkpatch.pl
1414 M: Juan Quintela <quintela@redhat.com>
1415 M: Amit Shah <amit.shah@redhat.com>
1417 F: include/migration/
1419 F: scripts/vmstate-static-checker.py
1420 F: tests/vmstate-static-checker-data/
1421 F: docs/migration.txt
1424 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1427 F: include/sysemu/seccomp.h
1430 M: Daniel P. Berrange <berrange@redhat.com>
1434 F: tests/test-crypto-*
1437 M: Stefan Hajnoczi <stefanha@redhat.com>
1438 M: Kevin Wolf <kwolf@redhat.com>
1440 F: include/qemu/coroutine*
1441 F: tests/test-coroutine.c
1444 M: Daniel P. Berrange <berrange@redhat.com>
1447 F: include/qemu/buffer.h
1450 M: Daniel P. Berrange <berrange@redhat.com>
1457 M: Daniel P. Berrange <berrange@redhat.com>
1458 M: Gerd Hoffmann <kraxel@redhat.com>
1459 M: Paolo Bonzini <pbonzini@redhat.com>
1461 F: include/qemu/sockets.h
1462 F: util/qemu-sockets.c
1464 Throttling infrastructure
1465 M: Alberto Garcia <berto@igalia.com>
1467 F: block/throttle-groups.c
1468 F: include/block/throttle-groups.h
1469 F: include/qemu/throttle.h
1471 L: qemu-block@nongnu.org
1474 M: Fam Zheng <famz@redhat.com>
1477 F: include/qemu/uuid.h
1478 F: tests/test-uuid.c
1481 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1484 F: include/migration/colo.h
1485 F: include/migration/failover.h
1489 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1490 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1492 F: docs/colo-proxy.txt
1494 F: net/filter-rewriter.c
1495 F: net/filter-mirror.c
1500 M: Riku Voipio <riku.voipio@iki.fi>
1508 F: default-configs/*-bsd-user.mak
1511 M: Riku Voipio <riku.voipio@iki.fi>
1514 F: default-configs/*-linux-user.mak
1516 Tiny Code Generator (TCG)
1517 -------------------------
1519 M: Richard Henderson <rth@twiddle.net>
1524 M: Claudio Fontana <claudio.fontana@huawei.com>
1525 M: Claudio Fontana <claudio.fontana@gmail.com>
1527 L: qemu-arm@nongnu.org
1533 M: Andrzej Zaborowski <balrogg@gmail.com>
1535 L: qemu-arm@nongnu.org
1540 L: qemu-devel@nongnu.org
1546 M: Aurelien Jarno <aurelien@aurel32.net>
1552 M: Aurelien Jarno <aurelien@aurel32.net>
1558 M: Richard Henderson <rth@twiddle.net>
1564 M: Alexander Graf <agraf@suse.de>
1565 M: Richard Henderson <rth@twiddle.net>
1576 M: Stefan Weil <sw@weilnetz.de>
1585 M: Fam Zheng <famz@redhat.com>
1586 L: qemu-block@nongnu.org
1591 M: Josh Durgin <jdurgin@redhat.com>
1592 M: Jeff Cody <jcody@redhat.com>
1593 L: qemu-block@nongnu.org
1596 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1599 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1600 M: Liu Yuan <namei.unix@gmail.com>
1601 M: Jeff Cody <jcody@redhat.com>
1602 L: qemu-block@nongnu.org
1603 L: sheepdog@lists.wpkg.org
1606 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1609 M: Jeff Cody <jcody@redhat.com>
1610 L: qemu-block@nongnu.org
1613 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1616 M: Stefan Weil <sw@weilnetz.de>
1617 L: qemu-block@nongnu.org
1622 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1623 M: Paolo Bonzini <pbonzini@redhat.com>
1624 M: Peter Lieven <pl@kamp.de>
1625 L: qemu-block@nongnu.org
1630 M: Jeff Cody <jcody@redhat.com>
1631 M: Peter Lieven <pl@kamp.de>
1632 L: qemu-block@nongnu.org
1635 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1638 M: Richard W.M. Jones <rjones@redhat.com>
1639 M: Jeff Cody <jcody@redhat.com>
1640 L: qemu-block@nongnu.org
1643 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1646 M: Chrysostomos Nanakos <chris@include.gr>
1647 M: Jeff Cody <jcody@redhat.com>
1648 L: qemu-block@nongnu.org
1650 F: block/archipelago.c
1651 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1654 M: Jeff Cody <jcody@redhat.com>
1655 L: qemu-block@nongnu.org
1658 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1661 M: Jeff Cody <jcody@redhat.com>
1662 L: qemu-block@nongnu.org
1665 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1668 M: Fam Zheng <famz@redhat.com>
1669 L: qemu-block@nongnu.org
1674 M: Gonglei <arei.gonglei@huawei.com>
1679 M: Alberto Garcia <berto@igalia.com>
1682 L: qemu-block@nongnu.org
1685 M: Stefan Hajnoczi <stefanha@redhat.com>
1686 L: qemu-block@nongnu.org
1688 F: block/blkverify.c
1691 M: Stefan Hajnoczi <stefanha@redhat.com>
1692 L: qemu-block@nongnu.org
1697 M: Stefan Hajnoczi <stefanha@redhat.com>
1698 L: qemu-block@nongnu.org
1703 M: Stefan Hajnoczi <stefanha@redhat.com>
1704 L: qemu-block@nongnu.org
1709 M: Stefan Hajnoczi <stefanha@redhat.com>
1710 M: Denis V. Lunev <den@openvz.org>
1711 L: qemu-block@nongnu.org
1713 F: block/parallels.c
1714 F: docs/specs/parallels.txt
1717 M: Stefan Hajnoczi <stefanha@redhat.com>
1718 L: qemu-block@nongnu.org
1723 M: Kevin Wolf <kwolf@redhat.com>
1724 L: qemu-block@nongnu.org
1726 F: block/linux-aio.c
1727 F: include/block/raw-aio.h
1728 F: block/raw-format.c
1729 F: block/file-posix.c
1730 F: block/file-win32.c
1731 F: block/win32-aio.c
1734 M: Kevin Wolf <kwolf@redhat.com>
1735 M: Max Reitz <mreitz@redhat.com>
1736 L: qemu-block@nongnu.org
1741 M: Kevin Wolf <kwolf@redhat.com>
1742 L: qemu-block@nongnu.org
1747 M: Kevin Wolf <kwolf@redhat.com>
1748 M: Max Reitz <mreitz@redhat.com>
1749 L: qemu-block@nongnu.org
1754 M: Kevin Wolf <kwolf@redhat.com>
1755 L: qemu-block@nongnu.org
1760 M: Kevin Wolf <kwolf@redhat.com>
1761 L: qemu-block@nongnu.org
1766 M: Stefan Hajnoczi <stefanha@redhat.com>
1767 L: qemu-block@nongnu.org
1769 F: tests/image-fuzzer/
1772 M: Wen Congyang <wency@cn.fujitsu.com>
1773 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1776 F: block/replication.c
1777 F: tests/test-replication.c
1778 F: docs/block-replication.txt
1780 Build and test automation
1781 -------------------------
1782 M: Alex Bennée <alex.bennee@linaro.org>
1783 L: qemu-devel@nongnu.org
1789 Build system architecture
1790 M: Daniel P. Berrange <berrange@redhat.com>
1792 F: docs/build-system.txt
1796 Docker based testing framework and cases
1797 M: Fam Zheng <famz@redhat.com>