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
66 Guest CPU cores (TCG):
67 ----------------------
69 L: qemu-devel@nongnu.org
70 M: Paolo Bonzini <pbonzini@redhat.com>
71 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
72 M: Richard Henderson <rth@twiddle.net>
82 F: include/exec/cpu*.h
83 F: include/exec/exec-all.h
84 F: include/exec/helper*.h
85 F: include/exec/tb-hash.h
86 F: include/sysemu/cpus.h
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 M: Peter Maydell <peter.maydell@linaro.org>
96 M: Richard Henderson <rth@twiddle.net>
104 M: Peter Maydell <peter.maydell@linaro.org>
105 L: qemu-arm@nongnu.org
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
124 M: Michael Walle <michael@walle.cc>
131 F: include/hw/char/lm32_juart.h
136 M: Laurent Vivier <laurent@vivier.eu>
142 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
144 F: target-microblaze/
146 F: disas/microblaze.c
149 M: Aurelien Jarno <aurelien@aurel32.net>
150 M: Yongbok Kim <yongbok.kim@imgtec.com>
155 F: hw/intc/mips_gic.c
156 F: hw/timer/mips_gictimer.c
158 F: include/hw/misc/mips_*
159 F: include/hw/intc/mips_gic.h
160 F: include/hw/timer/mips_gictimer.h
165 M: Anthony Green <green@moxielogic.com>
170 F: default-configs/moxie-softmmu.mak
173 M: Jia Liu <proljc@gmail.com>
177 F: tests/tcg/openrisc/
180 M: David Gibson <david@gibson.dropbear.id.au>
181 M: Alexander Graf <agraf@suse.de>
182 L: qemu-ppc@nongnu.org
190 M: Richard Henderson <rth@twiddle.net>
191 M: Alexander Graf <agraf@suse.de>
198 M: Aurelien Jarno <aurelien@aurel32.net>
206 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
207 M: Artyom Tarasenko <atar4qemu@gmail.com>
215 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
219 F: include/hw/unicore32/
222 M: Paolo Bonzini <pbonzini@redhat.com>
223 M: Richard Henderson <rth@twiddle.net>
224 M: Eduardo Habkost <ehabkost@redhat.com>
231 M: Max Filippov <jcmvbkbc@gmail.com>
232 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
239 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
243 F: include/hw/tricore/
245 Guest CPU Cores (KVM):
246 ----------------------
249 M: Paolo Bonzini <pbonzini@redhat.com>
250 L: kvm@vger.kernel.org
254 F: include/sysemu/kvm*.h
257 M: Peter Maydell <peter.maydell@linaro.org>
258 L: qemu-arm@nongnu.org
263 M: James Hogan <james.hogan@imgtec.com>
268 M: Alexander Graf <agraf@suse.de>
273 M: Christian Borntraeger <borntraeger@de.ibm.com>
274 M: Cornelia Huck <cornelia.huck@de.ibm.com>
275 M: Alexander Graf <agraf@suse.de>
277 F: target-s390x/kvm.c
278 F: target-s390x/ioinst.[ch]
279 F: target-s390x/machine.c
280 F: hw/intc/s390_flic.c
281 F: hw/intc/s390_flic_kvm.c
282 F: include/hw/s390x/s390_flic.h
284 T: git git://github.com/cohuck/qemu.git s390-next
285 T: git git://github.com/borntraeger/qemu.git s390-next
288 M: Paolo Bonzini <pbonzini@redhat.com>
289 M: Marcelo Tosatti <mtosatti@redhat.com>
290 L: kvm@vger.kernel.org
294 Guest CPU Cores (Xen):
295 ----------------------
298 M: Stefano Stabellini <sstabellini@kernel.org>
299 M: Anthony Perard <anthony.perard@citrix.com>
300 L: xen-devel@lists.xensource.com
304 F: hw/char/xen_console.c
305 F: hw/display/xenfb.c
312 F: include/sysemu/xen-mapcache.h
318 L: qemu-devel@nongnu.org
324 L: qemu-devel@nongnu.org
329 L: qemu-devel@nongnu.org
330 M: Stefan Weil <sw@weilnetz.de>
341 M: Beniamino Galvani <b.galvani@gmail.com>
342 L: qemu-arm@nongnu.org
345 F: include/hw/*/allwinner*
346 F: hw/arm/cubieboard.c
349 M: Peter Maydell <peter.maydell@linaro.org>
350 L: qemu-arm@nongnu.org
361 F: include/hw/arm/primecell.h
364 M: Peter Maydell <peter.maydell@linaro.org>
365 L: qemu-arm@nongnu.org
368 F: hw/intc/gic_internal.h
370 F: hw/misc/arm11scu.c
371 F: hw/timer/a9gtimer*
373 F: include/hw/arm/arm.h
374 F: include/hw/intc/arm*
375 F: include/hw/misc/a9scu.h
376 F: include/hw/misc/arm11scu.h
377 F: include/hw/timer/a9gtimer.h
378 F: include/hw/timer/arm_mptimer.h
381 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
382 L: qemu-arm@nongnu.org
385 F: include/hw/arm/exynos4210.h
388 M: Rob Herring <robh@kernel.org>
389 L: qemu-arm@nongnu.org
395 M: Antony Pavlov <antonynpavlov@gmail.com>
396 L: qemu-arm@nongnu.org
398 F: include/hw/arm/digic.h
402 L: qemu-devel@nongnu.org
403 L: qemu-arm@nongnu.org
408 M: Peter Chubb <peter.chubb@nicta.com.au>
409 L: qemu-arm@nongnu.org
413 F: include/hw/arm/fsl-imx31.h
416 M: Peter Maydell <peter.maydell@linaro.org>
417 L: qemu-arm@nongnu.org
419 F: hw/arm/integratorcp.c
422 M: Jan Kiszka <jan.kiszka@web.de>
423 L: qemu-arm@nongnu.org
428 M: Andrzej Zaborowski <balrogg@gmail.com>
429 L: qemu-arm@nongnu.org
434 M: Andrzej Zaborowski <balrogg@gmail.com>
435 L: qemu-arm@nongnu.org
440 M: Peter Maydell <peter.maydell@linaro.org>
441 L: qemu-arm@nongnu.org
444 F: hw/intc/realview_gic.c
445 F: include/hw/intc/realview_gic.h
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
451 F: hw/arm/mainstone.c
456 F: include/hw/arm/pxa.h
459 M: Peter Maydell <peter.maydell@linaro.org>
460 L: qemu-arm@nongnu.org
465 M: Peter Maydell <peter.maydell@linaro.org>
466 L: qemu-arm@nongnu.org
471 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
472 M: Alistair Francis <alistair.francis@xilinx.com>
473 L: qemu-arm@nongnu.org
477 F: hw/misc/zynq_slcr.c
481 M: Alistair Francis <alistair.francis@xilinx.com>
482 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
483 L: qemu-arm@nongnu.org
486 F: include/hw/*/xlnx*.h
489 M: Shannon Zhao <zhaoshenglong@huawei.com>
490 M: Shannon Zhao <shannon.zhao@linaro.org>
491 L: qemu-arm@nongnu.org
493 F: hw/arm/virt-acpi-build.c
494 F: include/hw/arm/virt-acpi-build.h
497 M: Alistair Francis <alistair@alistair23.me>
499 F: hw/arm/stm32f205_soc.c
500 F: hw/misc/stm32f2xx_syscfg.c
501 F: hw/char/stm32f2xx_usart.c
502 F: hw/timer/stm32f2xx_timer.c
504 F: hw/ssi/stm32f2xx_spi.c
507 M: Alistair Francis <alistair@alistair23.me>
509 F: hw/arm/netduino2.c
514 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
516 F: hw/cris/axis_dev88.c
521 EVR32 and uclinux BSP
522 M: Michael Walle <michael@walle.cc>
524 F: hw/lm32/lm32_boards.c
527 M: Michael Walle <michael@walle.cc>
529 F: hw/lm32/milkymist.c
539 F: hw/m68k/dummy_m68k.c
548 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
550 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
553 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
555 F: hw/microblaze/petalogix_ml605_mmu.c
560 M: Hervé Poussineau <hpoussin@reactos.org>
562 F: hw/mips/mips_jazz.c
565 M: Aurelien Jarno <aurelien@aurel32.net>
567 F: hw/mips/mips_malta.c
570 L: qemu-devel@nongnu.org
572 F: hw/mips/mips_mipssim.c
575 M: Aurelien Jarno <aurelien@aurel32.net>
577 F: hw/mips/mips_r4k.c
582 M: Jia Liu <proljc@gmail.com>
584 F: hw/openrisc/openrisc_sim.c
589 M: Alexander Graf <agraf@suse.de>
590 L: qemu-ppc@nongnu.org
592 F: hw/ppc/ppc405_boards.c
595 M: Alexander Graf <agraf@suse.de>
596 L: qemu-ppc@nongnu.org
598 F: hw/ppc/ppc440_bamboo.c
601 M: Alexander Graf <agraf@suse.de>
602 M: Scott Wood <scottwood@freescale.com>
603 L: qemu-ppc@nongnu.org
607 F: include/hw/ppc/ppc_e500.h
608 F: include/hw/pci-host/ppce500.h
609 F: pc-bios/u-boot.e500
612 M: Alexander Graf <agraf@suse.de>
613 M: Scott Wood <scottwood@freescale.com>
614 L: qemu-ppc@nongnu.org
616 F: hw/ppc/mpc8544ds.c
617 F: hw/ppc/mpc8544_guts.c
620 M: Alexander Graf <agraf@suse.de>
621 L: qemu-ppc@nongnu.org
623 F: hw/ppc/mac_newworld.c
624 F: hw/pci-host/uninorth.c
625 F: hw/pci-bridge/dec.[hc]
627 F: include/hw/ppc/mac_dbdma.h
628 F: hw/nvram/mac_nvram.c
631 M: Alexander Graf <agraf@suse.de>
632 L: qemu-ppc@nongnu.org
634 F: hw/ppc/mac_oldworld.c
635 F: hw/pci-host/grackle.c
637 F: hw/intc/heathrow_pic.c
640 L: qemu-devel@nongnu.org
641 L: qemu-ppc@nongnu.org
644 F: hw/pci-host/prep.[hc]
645 F: hw/isa/pc87312.[hc]
646 F: pc-bios/ppc_rom.bin
649 M: David Gibson <david@gibson.dropbear.id.au>
650 M: Alexander Graf <agraf@suse.de>
651 L: qemu-ppc@nongnu.org
654 F: include/hw/*/spapr*
656 F: include/hw/*/xics*
657 F: pc-bios/spapr-rtas/*
658 F: pc-bios/spapr-rtas.bin
660 F: pc-bios/skiboot.lid
661 F: docs/specs/ppc-spapr-hcalls.txt
662 F: docs/specs/ppc-spapr-hotplug.txt
664 F: tests/libqos/*spapr*
666 F: tests/libqos/rtas*
669 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
670 L: qemu-ppc@nongnu.org
672 F: hw/ppc/virtex_ml507.c
677 M: Magnus Damm <magnus.damm@gmail.com>
681 F: hw/timer/sh_timer.c
684 M: Magnus Damm <magnus.damm@gmail.com>
691 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
694 F: hw/dma/sparc32_dma.c
695 F: hw/dma/sun4m_iommu.c
696 F: include/hw/sparc/sparc32_dma.h
697 F: include/hw/sparc/sun4m.h
698 F: pc-bios/openbios-sparc32
701 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
703 F: hw/sparc64/sun4u.c
704 F: pc-bios/openbios-sparc64
707 M: Fabien Chouteau <chouteau@adacore.com>
711 F: include/hw/sparc/grlib.h
716 M: Cornelia Huck <cornelia.huck@de.ibm.com>
717 M: Christian Borntraeger <borntraeger@de.ibm.com>
718 M: Alexander Graf <agraf@suse.de>
720 F: hw/char/sclp*.[hc]
724 F: hw/watchdog/wdt_diag288.c
725 F: include/hw/watchdog/wdt_diag288.h
726 F: pc-bios/s390-ccw.img
727 F: default-configs/s390x-softmmu.mak
728 T: git git://github.com/cohuck/qemu.git s390-next
729 T: git git://github.com/borntraeger/qemu.git s390-next
733 PKUnity-3 SoC initramfs-with-busybox
734 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
742 M: Michael S. Tsirkin <mst@redhat.com>
746 F: hw/pci-host/piix.c
749 F: include/hw/pci-host/q35.h
750 F: include/hw/pci-host/pam.h
753 F: hw/i2c/smbus_ich9.c
756 F: include/hw/acpi/ich9.h
757 F: include/hw/acpi/piix4.h
761 M: Michael S. Tsirkin <mst@redhat.com>
762 M: Paolo Bonzini <pbonzini@redhat.com>
764 F: hw/char/debugcon.c
765 F: hw/char/parallel.c
772 F: hw/misc/debugexit.c
773 F: hw/misc/pc-testdev.c
776 F: hw/timer/mc146818rtc*
777 F: include/hw/i2c/pm_smbus.h
778 F: include/hw/timer/hpet.h
779 F: include/hw/timer/i8254*
780 F: include/hw/timer/mc146818rtc*
783 M: Eduardo Habkost <ehabkost@redhat.com>
784 M: Marcel Apfelbaum <marcel@redhat.com>
787 F: include/hw/boards.h
792 M: Max Filippov <jcmvbkbc@gmail.com>
796 XTFPGA (LX60, LX200, ML605, KC705)
797 M: Max Filippov <jcmvbkbc@gmail.com>
799 F: hw/xtensa/xtfpga.c
800 F: hw/net/opencores_eth.c
805 M: Jiri Slaby <jslaby@suse.cz>
810 M: John Snow <jsnow@redhat.com>
811 L: qemu-block@nongnu.org
818 F: hw/block/hd-geometry.c
821 F: tests/libqos/ahci*
822 T: git git://github.com/jnsnow/qemu.git ide
825 M: John Snow <jsnow@redhat.com>
826 L: qemu-block@nongnu.org
829 F: include/hw/block/fdc.h
831 T: git git://github.com/jnsnow/qemu.git ide
834 M: Peter Maydell <peter.maydell@linaro.org>
837 F: include/hw/arm/omap.h
840 M: Alberto Garcia <berto@igalia.com>
842 F: hw/char/ipoctal232.c
846 M: Michael S. Tsirkin <mst@redhat.com>
847 M: Marcel Apfelbaum <marcel@redhat.com>
850 F: hw/misc/pci-testdev.c
855 M: Michael S. Tsirkin <mst@redhat.com>
856 M: Igor Mammedov <imammedo@redhat.com>
859 F: include/hw/smbios/*
863 F: hw/i386/acpi-build.[hc]
864 F: hw/arm/virt-acpi-build.c
865 F: include/hw/arm/virt-acpi-build.h
868 M: Alexander Graf <agraf@suse.de>
869 L: qemu-ppc@nongnu.org
872 F: include/hw/ppc/ppc4xx.h
875 M: Alexander Graf <agraf@suse.de>
876 M: Scott Wood <scottwood@freescale.com>
877 L: qemu-ppc@nongnu.org
880 F: hw/pci-host/ppce500.c
884 M: Paolo Bonzini <pbonzini@redhat.com>
889 M: Jason Wang <jasowang@redhat.com>
892 F: tests/virtio-net-test.c
893 T: git git://github.com/jasowang/qemu.git net
896 M: Paolo Bonzini <pbonzini@redhat.com>
900 F: tests/virtio-scsi-test.c
901 T: git git://github.com/bonzini/qemu.git scsi-next
905 F: hw/scsi/lsi53c895a.c
908 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
915 M: Alistair Francis <alistair.francis@xilinx.com>
916 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
921 M: Gerd Hoffmann <kraxel@redhat.com>
924 F: tests/usb-*-test.c
926 F: docs/usb-storage.txt
931 M: Gerd Hoffmann <kraxel@redhat.com>
932 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
934 F: hw/usb/dev-serial.c
937 M: Alex Williamson <alex.williamson@redhat.com>
943 M: Michael S. Tsirkin <mst@redhat.com>
948 M: Michael S. Tsirkin <mst@redhat.com>
951 F: hw/virtio/Makefile.objs
952 F: hw/virtio/trace-events
954 F: include/hw/virtio/
955 F: tests/virtio-balloon-test.c
958 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
959 M: Greg Kurz <groug@kaod.org>
963 F: tests/virtio-9p-test.c
964 T: git git://github.com/kvaneesh/QEMU.git
965 T: git git://github.com/gkurz/qemu.git 9p-next
968 M: Stefan Hajnoczi <stefanha@redhat.com>
969 L: qemu-block@nongnu.org
971 F: hw/block/virtio-blk.c
972 F: hw/block/dataplane/*
973 F: tests/virtio-blk-test.c
974 T: git git://github.com/stefanha/qemu.git block
977 M: Cornelia Huck <cornelia.huck@de.ibm.com>
978 M: Christian Borntraeger <borntraeger@de.ibm.com>
980 F: hw/s390x/virtio-ccw.[hc]
981 T: git git://github.com/cohuck/qemu.git s390-next
982 T: git git://github.com/borntraeger/qemu.git s390-next
985 M: Gerd Hoffmann <kraxel@redhat.com>
987 F: hw/input/virtio-input*.c
988 F: include/hw/virtio/virtio-input.h
991 M: Amit Shah <amit.shah@redhat.com>
993 F: hw/char/virtio-serial-bus.c
994 F: hw/char/virtio-console.c
995 F: include/hw/virtio/virtio-serial.h
996 F: tests/virtio-console-test.c
997 F: tests/virtio-serial-test.c
1000 M: Amit Shah <amit.shah@redhat.com>
1002 F: hw/virtio/virtio-rng.c
1003 F: include/hw/virtio/virtio-rng.h
1004 F: include/sysemu/rng*.h
1006 F: tests/virtio-rng-test.c
1009 M: Keith Busch <keith.busch@intel.com>
1010 L: qemu-block@nongnu.org
1013 F: tests/nvme-test.c
1016 M: Hannes Reinecke <hare@suse.de>
1017 L: qemu-block@nongnu.org
1019 F: hw/scsi/megasas.c
1022 Network packet abstractions
1023 M: Dmitry Fleytman <dmitry@daynix.com>
1025 F: include/net/eth.h
1027 F: hw/net/net_rx_pkt*
1028 F: hw/net/net_tx_pkt*
1031 M: Dmitry Fleytman <dmitry@daynix.com>
1034 F: hw/scsi/vmw_pvscsi*
1037 M: Jiri Pirko <jiri@resnulli.us>
1041 F: docs/specs/rocker.txt
1044 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1048 F: include/hw/mem/nvdimm.h
1051 M: Dmitry Fleytman <dmitry@daynix.com>
1056 M: Dmitry Fleytman <dmitry@daynix.com>
1061 M: Alistair Francis <alistair.francis@xilinx.com>
1063 F: hw/core/generic-loader.c
1064 F: include/hw/core/generic-loader.h
1069 M: Gerd Hoffmann <kraxel@redhat.com>
1073 F: include/hw/audio/
1074 F: tests/ac97-test.c
1075 F: tests/es1370-test.c
1076 F: tests/intel-hda-test.c
1079 M: Kevin Wolf <kwolf@redhat.com>
1080 M: Max Reitz <mreitz@redhat.com>
1081 L: qemu-block@nongnu.org
1089 F: tests/qemu-iotests/
1090 T: git git://repo.or.cz/qemu/kevin.git block
1093 M: Stefan Hajnoczi <stefanha@redhat.com>
1094 M: Fam Zheng <famz@redhat.com>
1095 L: qemu-block@nongnu.org
1101 F: include/block/aio.h
1102 T: git git://github.com/stefanha/qemu.git block
1105 M: Jeff Cody <jcody@redhat.com>
1106 L: qemu-block@nongnu.org
1109 F: include/block/blockjob.h
1114 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1116 Block QAPI, monitor, command line
1117 M: Markus Armbruster <armbru@redhat.com>
1122 T: git git://repo.or.cz/qemu/armbru.git block-next
1124 Character device backends
1125 M: Paolo Bonzini <pbonzini@redhat.com>
1128 F: backends/msmouse.c
1129 F: backends/testdev.c
1131 Character Devices (Braille)
1132 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1137 M: Markus Armbruster <armbru@redhat.com>
1139 F: scripts/coverity-model.c
1142 L: qemu-devel@nongnu.org
1145 F: include/qom/cpu.h
1148 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1149 M: Alexander Graf <agraf@suse.de>
1152 F: include/sysemu/device_tree.h
1155 M: Markus Armbruster <armbru@redhat.com>
1157 F: include/qapi/error.h
1158 F: include/qemu/error-report.h
1160 F: util/qemu-error.c
1163 L: qemu-devel@nongnu.org
1169 M: Paolo Bonzini <pbonzini@redhat.com>
1171 F: include/exec/ioport.h
1173 F: include/exec/memory.h
1174 F: include/exec/ram_addr.h
1176 F: include/exec/memory-internal.h
1180 M: Gerd Hoffmann <kraxel@redhat.com>
1182 F: include/ui/qemu-spice.h
1183 F: include/ui/spice-display.h
1185 F: audio/spiceaudio.c
1189 M: Gerd Hoffmann <kraxel@redhat.com>
1195 M: Peter Maydell <peter.maydell@linaro.org>
1200 M: Paolo Bonzini <pbonzini@redhat.com>
1208 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1213 F: include/monitor/hmp-target.h
1215 Network device backends
1216 M: Jason Wang <jasowang@redhat.com>
1220 T: git git://github.com/jasowang/qemu.git net
1222 Netmap network backend
1223 M: Luigi Rizzo <rizzo@iet.unipi.it>
1224 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1225 M: Vincenzo Maffione <v.maffione@gmail.com>
1226 W: http://info.iet.unipi.it/~luigi/netmap/
1230 Network Block Device (NBD)
1231 M: Paolo Bonzini <pbonzini@redhat.com>
1235 F: include/block/nbd*
1237 T: git git://github.com/bonzini/qemu.git nbd-next
1240 M: Eduardo Habkost <ehabkost@redhat.com>
1243 F: include/sysemu/numa.h
1244 T: git git://github.com/ehabkost/qemu.git numa
1246 Host Memory Backends
1247 M: Eduardo Habkost <ehabkost@redhat.com>
1248 M: Igor Mammedov <imammedo@redhat.com>
1250 F: backends/hostmem*.c
1251 F: include/sysemu/hostmem.h
1254 M: Markus Armbruster <armbru@redhat.com>
1255 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1260 X: include/qapi/qmp/
1261 F: include/qapi/qmp/dispatch.h
1262 F: tests/qapi-schema/
1263 F: tests/test-*-visitor.c
1264 F: tests/test-qmp-*.c
1267 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1270 M: Eric Blake <eblake@redhat.com>
1271 M: Markus Armbruster <armbru@redhat.com>
1275 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1278 M: Markus Armbruster <armbru@redhat.com>
1281 F: include/qapi/qmp/
1282 X: include/qapi/qmp/dispatch.h
1283 F: tests/check-qdict.c
1284 F: tests/check-qfloat.c
1285 F: tests/check-qint.c
1286 F: tests/check-qjson.c
1287 F: tests/check-qlist.c
1288 F: tests/check-qstring.c
1289 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1292 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1295 T: git git://github.com/mdroth/qemu.git qga
1298 M: Andreas Färber <afaerber@suse.de>
1300 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1302 X: include/qom/cpu.h
1305 F: tests/check-qom-interface.c
1306 F: tests/check-qom-proplist.c
1310 M: Markus Armbruster <armbru@redhat.com>
1316 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1319 M: Alistair Francis <alistair.francis@xilinx.com>
1321 F: hw/core/register.c
1322 F: include/hw/register.h
1325 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1326 M: Jan Kiszka <jan.kiszka@siemens.com>
1330 F: include/net/slirp.h
1331 T: git git://git.kiszka.org/qemu.git queues/slirp
1334 M: Paolo Bonzini <pbonzini@redhat.com>
1339 M: Stefan Hajnoczi <stefanha@redhat.com>
1342 F: scripts/tracetool.py
1343 F: scripts/tracetool/
1345 T: git git://github.com/stefanha/qemu.git tracing
1349 F: scripts/checkpatch.pl
1352 M: Juan Quintela <quintela@redhat.com>
1353 M: Amit Shah <amit.shah@redhat.com>
1355 F: include/migration/
1357 F: scripts/vmstate-static-checker.py
1358 F: tests/vmstate-static-checker-data/
1359 F: docs/migration.txt
1362 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1365 F: include/sysemu/seccomp.h
1368 M: Daniel P. Berrange <berrange@redhat.com>
1372 F: tests/test-crypto-*
1375 M: Stefan Hajnoczi <stefanha@redhat.com>
1376 M: Kevin Wolf <kwolf@redhat.com>
1378 F: include/qemu/coroutine*
1379 F: tests/test-coroutine.c
1382 M: Daniel P. Berrange <berrange@redhat.com>
1385 F: include/qemu/buffer.h
1388 M: Daniel P. Berrange <berrange@redhat.com>
1395 M: Daniel P. Berrange <berrange@redhat.com>
1396 M: Gerd Hoffmann <kraxel@redhat.com>
1397 M: Paolo Bonzini <pbonzini@redhat.com>
1399 F: include/qemu/sockets.h
1400 F: util/qemu-sockets.c
1402 Throttling infrastructure
1403 M: Alberto Garcia <berto@igalia.com>
1405 F: block/throttle-groups.c
1406 F: include/block/throttle-groups.h
1407 F: include/qemu/throttle.h
1409 L: qemu-block@nongnu.org
1412 M: Fam Zheng <famz@redhat.com>
1415 F: include/qemu/uuid.h
1416 F: tests/test-uuid.c
1419 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1420 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1422 F: docs/colo-proxy.txt
1424 F: net/filter-rewriter.c
1425 F: net/filter-mirror.c
1430 M: Riku Voipio <riku.voipio@iki.fi>
1438 F: default-configs/*-bsd-user.mak
1441 M: Riku Voipio <riku.voipio@iki.fi>
1444 F: default-configs/*-linux-user.mak
1446 Tiny Code Generator (TCG)
1447 -------------------------
1449 M: Richard Henderson <rth@twiddle.net>
1454 M: Claudio Fontana <claudio.fontana@huawei.com>
1455 M: Claudio Fontana <claudio.fontana@gmail.com>
1457 L: qemu-arm@nongnu.org
1463 M: Andrzej Zaborowski <balrogg@gmail.com>
1465 L: qemu-arm@nongnu.org
1470 L: qemu-devel@nongnu.org
1476 M: Aurelien Jarno <aurelien@aurel32.net>
1482 M: Aurelien Jarno <aurelien@aurel32.net>
1488 M: Vassili Karpov (malc) <av1474@comtv.ru>
1494 M: Alexander Graf <agraf@suse.de>
1495 M: Richard Henderson <rth@twiddle.net>
1506 M: Stefan Weil <sw@weilnetz.de>
1515 L: qemu-stable@nongnu.org
1516 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1520 L: qemu-stable@nongnu.org
1521 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1525 L: qemu-stable@nongnu.org
1526 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1530 L: qemu-stable@nongnu.org
1531 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1537 M: Fam Zheng <famz@redhat.com>
1538 L: qemu-block@nongnu.org
1543 M: Josh Durgin <jdurgin@redhat.com>
1544 M: Jeff Cody <jcody@redhat.com>
1545 L: qemu-block@nongnu.org
1548 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1551 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1552 M: Liu Yuan <namei.unix@gmail.com>
1553 M: Jeff Cody <jcody@redhat.com>
1554 L: qemu-block@nongnu.org
1555 L: sheepdog@lists.wpkg.org
1558 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1561 M: Jeff Cody <jcody@redhat.com>
1562 L: qemu-block@nongnu.org
1565 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1568 M: Stefan Weil <sw@weilnetz.de>
1569 L: qemu-block@nongnu.org
1574 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1575 M: Paolo Bonzini <pbonzini@redhat.com>
1576 M: Peter Lieven <pl@kamp.de>
1577 L: qemu-block@nongnu.org
1582 M: Jeff Cody <jcody@redhat.com>
1583 M: Peter Lieven <pl@kamp.de>
1584 L: qemu-block@nongnu.org
1587 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1590 M: Richard W.M. Jones <rjones@redhat.com>
1591 M: Jeff Cody <jcody@redhat.com>
1592 L: qemu-block@nongnu.org
1595 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1598 M: Chrysostomos Nanakos <chris@include.gr>
1599 M: Jeff Cody <jcody@redhat.com>
1600 L: qemu-block@nongnu.org
1602 F: block/archipelago.c
1603 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1606 M: Jeff Cody <jcody@redhat.com>
1607 L: qemu-block@nongnu.org
1610 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1613 M: Jeff Cody <jcody@redhat.com>
1614 L: qemu-block@nongnu.org
1617 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1620 M: Fam Zheng <famz@redhat.com>
1621 L: qemu-block@nongnu.org
1626 M: Gonglei <arei.gonglei@huawei.com>
1631 M: Alberto Garcia <berto@igalia.com>
1634 L: qemu-block@nongnu.org
1637 M: Stefan Hajnoczi <stefanha@redhat.com>
1638 L: qemu-block@nongnu.org
1640 F: block/blkverify.c
1643 M: Stefan Hajnoczi <stefanha@redhat.com>
1644 L: qemu-block@nongnu.org
1649 M: Stefan Hajnoczi <stefanha@redhat.com>
1650 L: qemu-block@nongnu.org
1655 M: Stefan Hajnoczi <stefanha@redhat.com>
1656 L: qemu-block@nongnu.org
1661 M: Stefan Hajnoczi <stefanha@redhat.com>
1662 M: Denis V. Lunev <den@openvz.org>
1663 L: qemu-block@nongnu.org
1665 F: block/parallels.c
1666 F: docs/specs/parallels.txt
1669 M: Stefan Hajnoczi <stefanha@redhat.com>
1670 L: qemu-block@nongnu.org
1675 M: Kevin Wolf <kwolf@redhat.com>
1676 L: qemu-block@nongnu.org
1678 F: block/linux-aio.c
1679 F: include/block/raw-aio.h
1680 F: block/raw-posix.c
1681 F: block/raw-win32.c
1683 F: block/win32-aio.c
1686 M: Kevin Wolf <kwolf@redhat.com>
1687 M: Max Reitz <mreitz@redhat.com>
1688 L: qemu-block@nongnu.org
1693 M: Kevin Wolf <kwolf@redhat.com>
1694 L: qemu-block@nongnu.org
1699 M: Kevin Wolf <kwolf@redhat.com>
1700 M: Max Reitz <mreitz@redhat.com>
1701 L: qemu-block@nongnu.org
1706 M: Kevin Wolf <kwolf@redhat.com>
1707 L: qemu-block@nongnu.org
1712 M: Kevin Wolf <kwolf@redhat.com>
1713 L: qemu-block@nongnu.org
1718 M: Stefan Hajnoczi <stefanha@redhat.com>
1719 L: qemu-block@nongnu.org
1721 F: tests/image-fuzzer/
1724 M: Wen Congyang <wency@cn.fujitsu.com>
1725 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1728 F: block/replication.c
1729 F: tests/test-replication.c
1730 F: docs/block-replication.txt
1732 Build and test automation
1733 -------------------------
1734 M: Alex Bennée <alex.bennee@linaro.org>
1735 L: qemu-devel@nongnu.org
1741 Build system architecture
1742 M: Daniel P. Berrange <berrange@redhat.com>
1744 F: docs/build-system.txt
1748 Docker based testing framework and cases
1749 M: Fam Zheng <famz@redhat.com>