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>
123 M: Michael Walle <michael@walle.cc>
130 F: include/hw/char/lm32_juart.h
140 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
142 F: target-microblaze/
144 F: disas/microblaze.c
147 M: Aurelien Jarno <aurelien@aurel32.net>
148 M: Yongbok Kim <yongbok.kim@imgtec.com>
156 M: Anthony Green <green@moxielogic.com>
162 M: Jia Liu <proljc@gmail.com>
166 F: tests/tcg/openrisc/
169 M: David Gibson <david@gibson.dropbear.id.au>
170 M: Alexander Graf <agraf@suse.de>
171 L: qemu-ppc@nongnu.org
179 M: Richard Henderson <rth@twiddle.net>
180 M: Alexander Graf <agraf@suse.de>
187 M: Aurelien Jarno <aurelien@aurel32.net>
195 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
196 M: Artyom Tarasenko <atar4qemu@gmail.com>
204 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
208 F: include/hw/unicore32/
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 M: Richard Henderson <rth@twiddle.net>
213 M: Eduardo Habkost <ehabkost@redhat.com>
220 M: Max Filippov <jcmvbkbc@gmail.com>
221 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
228 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
232 F: include/hw/tricore/
234 Guest CPU Cores (KVM):
235 ----------------------
238 M: Paolo Bonzini <pbonzini@redhat.com>
239 L: kvm@vger.kernel.org
243 F: include/sysemu/kvm*.h
246 M: Peter Maydell <peter.maydell@linaro.org>
247 L: qemu-arm@nongnu.org
252 M: James Hogan <james.hogan@imgtec.com>
257 M: Alexander Graf <agraf@suse.de>
262 M: Christian Borntraeger <borntraeger@de.ibm.com>
263 M: Cornelia Huck <cornelia.huck@de.ibm.com>
264 M: Alexander Graf <agraf@suse.de>
266 F: target-s390x/kvm.c
267 F: target-s390x/ioinst.[ch]
268 F: target-s390x/machine.c
269 F: hw/intc/s390_flic.c
270 F: hw/intc/s390_flic_kvm.c
271 F: include/hw/s390x/s390_flic.h
273 T: git git://github.com/cohuck/qemu.git s390-next
274 T: git git://github.com/borntraeger/qemu.git s390-next
277 M: Paolo Bonzini <pbonzini@redhat.com>
278 M: Marcelo Tosatti <mtosatti@redhat.com>
279 L: kvm@vger.kernel.org
283 Guest CPU Cores (Xen):
284 ----------------------
287 M: Stefano Stabellini <sstabellini@kernel.org>
288 M: Anthony Perard <anthony.perard@citrix.com>
289 L: xen-devel@lists.xensource.com
293 F: hw/char/xen_console.c
294 F: hw/display/xenfb.c
301 F: include/sysemu/xen-mapcache.h
307 L: qemu-devel@nongnu.org
313 L: qemu-devel@nongnu.org
318 L: qemu-devel@nongnu.org
319 M: Stefan Weil <sw@weilnetz.de>
327 M: Beniamino Galvani <b.galvani@gmail.com>
328 L: qemu-arm@nongnu.org
331 F: include/hw/*/allwinner*
332 F: hw/arm/cubieboard.c
335 M: Peter Maydell <peter.maydell@linaro.org>
336 L: qemu-arm@nongnu.org
347 F: include/hw/arm/primecell.h
350 M: Peter Maydell <peter.maydell@linaro.org>
351 L: qemu-arm@nongnu.org
354 F: hw/intc/gic_internal.h
356 F: hw/misc/arm11scu.c
357 F: hw/timer/a9gtimer*
359 F: include/hw/arm/arm.h
360 F: include/hw/intc/arm*
361 F: include/hw/misc/a9scu.h
362 F: include/hw/misc/arm11scu.h
363 F: include/hw/timer/a9gtimer.h
364 F: include/hw/timer/arm_mptimer.h
367 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
368 L: qemu-arm@nongnu.org
371 F: include/hw/arm/exynos4210.h
374 M: Rob Herring <robh@kernel.org>
375 L: qemu-arm@nongnu.org
381 M: Antony Pavlov <antonynpavlov@gmail.com>
382 L: qemu-arm@nongnu.org
384 F: include/hw/arm/digic.h
388 L: qemu-devel@nongnu.org
389 L: qemu-arm@nongnu.org
394 M: Peter Chubb <peter.chubb@nicta.com.au>
395 L: qemu-arm@nongnu.org
399 F: include/hw/arm/fsl-imx31.h
402 M: Peter Maydell <peter.maydell@linaro.org>
403 L: qemu-arm@nongnu.org
405 F: hw/arm/integratorcp.c
408 M: Jan Kiszka <jan.kiszka@web.de>
409 L: qemu-arm@nongnu.org
414 M: Andrzej Zaborowski <balrogg@gmail.com>
415 L: qemu-arm@nongnu.org
420 M: Andrzej Zaborowski <balrogg@gmail.com>
421 L: qemu-arm@nongnu.org
426 M: Peter Maydell <peter.maydell@linaro.org>
427 L: qemu-arm@nongnu.org
430 F: hw/intc/realview_gic.c
431 F: include/hw/intc/realview_gic.h
434 M: Andrzej Zaborowski <balrogg@gmail.com>
435 L: qemu-arm@nongnu.org
437 F: hw/arm/mainstone.c
442 F: include/hw/arm/pxa.h
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
451 M: Peter Maydell <peter.maydell@linaro.org>
452 L: qemu-arm@nongnu.org
457 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
458 M: Alistair Francis <alistair.francis@xilinx.com>
459 L: qemu-arm@nongnu.org
463 F: hw/misc/zynq_slcr.c
467 M: Alistair Francis <alistair.francis@xilinx.com>
468 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
469 L: qemu-arm@nongnu.org
472 F: include/hw/*/xlnx*.h
475 M: Shannon Zhao <zhaoshenglong@huawei.com>
476 M: Shannon Zhao <shannon.zhao@linaro.org>
477 L: qemu-arm@nongnu.org
479 F: hw/arm/virt-acpi-build.c
480 F: include/hw/arm/virt-acpi-build.h
483 M: Alistair Francis <alistair@alistair23.me>
485 F: hw/arm/stm32f205_soc.c
486 F: hw/misc/stm32f2xx_syscfg.c
487 F: hw/char/stm32f2xx_usart.c
488 F: hw/timer/stm32f2xx_timer.c
490 F: hw/ssi/stm32f2xx_spi.c
493 M: Alistair Francis <alistair@alistair23.me>
495 F: hw/arm/netduino2.c
500 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
502 F: hw/cris/axis_dev88.c
507 EVR32 and uclinux BSP
508 M: Michael Walle <michael@walle.cc>
510 F: hw/lm32/lm32_boards.c
513 M: Michael Walle <michael@walle.cc>
515 F: hw/lm32/milkymist.c
525 F: hw/m68k/dummy_m68k.c
534 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
536 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
539 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
541 F: hw/microblaze/petalogix_ml605_mmu.c
546 M: Hervé Poussineau <hpoussin@reactos.org>
548 F: hw/mips/mips_jazz.c
551 M: Aurelien Jarno <aurelien@aurel32.net>
553 F: hw/mips/mips_malta.c
556 L: qemu-devel@nongnu.org
558 F: hw/mips/mips_mipssim.c
561 M: Aurelien Jarno <aurelien@aurel32.net>
563 F: hw/mips/mips_r4k.c
568 M: Jia Liu <proljc@gmail.com>
570 F: hw/openrisc/openrisc_sim.c
575 M: Alexander Graf <agraf@suse.de>
576 L: qemu-ppc@nongnu.org
578 F: hw/ppc/ppc405_boards.c
581 M: Alexander Graf <agraf@suse.de>
582 L: qemu-ppc@nongnu.org
584 F: hw/ppc/ppc440_bamboo.c
587 M: Alexander Graf <agraf@suse.de>
588 M: Scott Wood <scottwood@freescale.com>
589 L: qemu-ppc@nongnu.org
593 F: include/hw/ppc/ppc_e500.h
594 F: include/hw/pci-host/ppce500.h
595 F: pc-bios/u-boot.e500
598 M: Alexander Graf <agraf@suse.de>
599 M: Scott Wood <scottwood@freescale.com>
600 L: qemu-ppc@nongnu.org
602 F: hw/ppc/mpc8544ds.c
603 F: hw/ppc/mpc8544_guts.c
606 M: Alexander Graf <agraf@suse.de>
607 L: qemu-ppc@nongnu.org
609 F: hw/ppc/mac_newworld.c
610 F: hw/pci-host/uninorth.c
611 F: hw/pci-bridge/dec.[hc]
613 F: include/hw/ppc/mac_dbdma.h
614 F: hw/nvram/mac_nvram.c
617 M: Alexander Graf <agraf@suse.de>
618 L: qemu-ppc@nongnu.org
620 F: hw/ppc/mac_oldworld.c
621 F: hw/pci-host/grackle.c
625 L: qemu-devel@nongnu.org
626 L: qemu-ppc@nongnu.org
629 F: hw/pci-host/prep.[hc]
630 F: hw/isa/pc87312.[hc]
633 M: David Gibson <david@gibson.dropbear.id.au>
634 M: Alexander Graf <agraf@suse.de>
635 L: qemu-ppc@nongnu.org
638 F: include/hw/*/spapr*
640 F: include/hw/*/xics*
641 F: pc-bios/spapr-rtas/*
642 F: pc-bios/spapr-rtas.bin
644 F: docs/specs/ppc-spapr-hcalls.txt
645 F: docs/specs/ppc-spapr-hotplug.txt
647 F: tests/libqos/*spapr*
649 F: tests/libqos/rtas*
652 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
653 L: qemu-ppc@nongnu.org
655 F: hw/ppc/virtex_ml507.c
660 M: Magnus Damm <magnus.damm@gmail.com>
665 M: Magnus Damm <magnus.damm@gmail.com>
672 M: Blue Swirl <blauwirbel@gmail.com>
673 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
678 M: Blue Swirl <blauwirbel@gmail.com>
679 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
681 F: hw/sparc64/sun4u.c
684 M: Fabien Chouteau <chouteau@adacore.com>
692 M: Cornelia Huck <cornelia.huck@de.ibm.com>
693 M: Christian Borntraeger <borntraeger@de.ibm.com>
694 M: Alexander Graf <agraf@suse.de>
696 F: hw/char/sclp*.[hc]
700 F: hw/watchdog/wdt_diag288.c
701 F: include/hw/watchdog/wdt_diag288.h
702 F: pc-bios/s390-ccw.img
703 F: default-configs/s390x-softmmu.mak
704 T: git git://github.com/cohuck/qemu.git s390-next
705 T: git git://github.com/borntraeger/qemu.git s390-next
709 PKUnity-3 SoC initramfs-with-busybox
710 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
718 M: Michael S. Tsirkin <mst@redhat.com>
722 F: hw/pci-host/piix.c
725 F: include/hw/pci-host/q35.h
726 F: include/hw/pci-host/pam.h
729 F: hw/i2c/smbus_ich9.c
732 F: include/hw/acpi/ich9.h
733 F: include/hw/acpi/piix4.h
737 M: Michael S. Tsirkin <mst@redhat.com>
738 M: Paolo Bonzini <pbonzini@redhat.com>
740 F: hw/char/debugcon.c
741 F: hw/char/parallel.c
748 F: hw/misc/debugexit.c
749 F: hw/misc/pc-testdev.c
752 F: hw/timer/mc146818rtc*
753 F: include/hw/i2c/pm_smbus.h
754 F: include/hw/timer/hpet.h
755 F: include/hw/timer/i8254*
756 F: include/hw/timer/mc146818rtc*
759 M: Eduardo Habkost <ehabkost@redhat.com>
760 M: Marcel Apfelbaum <marcel@redhat.com>
763 F: include/hw/boards.h
768 M: Max Filippov <jcmvbkbc@gmail.com>
772 XTFPGA (LX60, LX200, ML605, KC705)
773 M: Max Filippov <jcmvbkbc@gmail.com>
775 F: hw/xtensa/xtfpga.c
776 F: hw/net/opencores_eth.c
781 M: Jiri Slaby <jslaby@suse.cz>
786 M: John Snow <jsnow@redhat.com>
787 L: qemu-block@nongnu.org
794 F: hw/block/hd-geometry.c
797 F: tests/libqos/ahci*
798 T: git git://github.com/jnsnow/qemu.git ide
801 M: John Snow <jsnow@redhat.com>
802 L: qemu-block@nongnu.org
805 F: include/hw/block/fdc.h
807 T: git git://github.com/jnsnow/qemu.git ide
810 M: Peter Maydell <peter.maydell@linaro.org>
813 F: include/hw/arm/omap.h
816 M: Alberto Garcia <berto@igalia.com>
818 F: hw/char/ipoctal232.c
822 M: Michael S. Tsirkin <mst@redhat.com>
823 M: Marcel Apfelbaum <marcel@redhat.com>
826 F: hw/misc/pci-testdev.c
831 M: Michael S. Tsirkin <mst@redhat.com>
832 M: Igor Mammedov <imammedo@redhat.com>
835 F: include/hw/smbios/*
839 F: hw/i386/acpi-build.[hc]
840 F: hw/arm/virt-acpi-build.c
841 F: include/hw/arm/virt-acpi-build.h
844 M: Alexander Graf <agraf@suse.de>
845 L: qemu-ppc@nongnu.org
848 F: include/hw/ppc/ppc4xx.h
851 M: Alexander Graf <agraf@suse.de>
852 M: Scott Wood <scottwood@freescale.com>
853 L: qemu-ppc@nongnu.org
856 F: hw/pci-host/ppce500.c
860 M: Paolo Bonzini <pbonzini@redhat.com>
865 M: Jason Wang <jasowang@redhat.com>
868 F: tests/virtio-net-test.c
869 T: git git://github.com/jasowang/qemu.git net
872 M: Paolo Bonzini <pbonzini@redhat.com>
876 F: tests/virtio-scsi-test.c
877 T: git git://github.com/bonzini/qemu.git scsi-next
881 F: hw/scsi/lsi53c895a.c
884 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
891 M: Alistair Francis <alistair.francis@xilinx.com>
892 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
897 M: Gerd Hoffmann <kraxel@redhat.com>
900 F: tests/usb-*-test.c
902 F: docs/usb-storage.txt
907 M: Gerd Hoffmann <kraxel@redhat.com>
908 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
910 F: hw/usb/dev-serial.c
913 M: Alex Williamson <alex.williamson@redhat.com>
919 M: Michael S. Tsirkin <mst@redhat.com>
924 M: Michael S. Tsirkin <mst@redhat.com>
928 F: include/hw/virtio/
929 F: tests/virtio-balloon-test.c
932 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
933 M: Greg Kurz <groug@kaod.org>
937 F: tests/virtio-9p-test.c
938 T: git git://github.com/kvaneesh/QEMU.git
939 T: git git://github.com/gkurz/qemu.git 9p-next
942 M: Stefan Hajnoczi <stefanha@redhat.com>
943 L: qemu-block@nongnu.org
945 F: hw/block/virtio-blk.c
946 F: hw/block/dataplane/*
947 F: tests/virtio-blk-test.c
948 T: git git://github.com/stefanha/qemu.git block
951 M: Cornelia Huck <cornelia.huck@de.ibm.com>
952 M: Christian Borntraeger <borntraeger@de.ibm.com>
954 F: hw/s390x/virtio-ccw.[hc]
955 T: git git://github.com/cohuck/qemu.git s390-next
956 T: git git://github.com/borntraeger/qemu.git s390-next
959 M: Gerd Hoffmann <kraxel@redhat.com>
961 F: hw/input/virtio-input*.c
962 F: include/hw/virtio/virtio-input.h
965 M: Amit Shah <amit.shah@redhat.com>
967 F: hw/char/virtio-serial-bus.c
968 F: hw/char/virtio-console.c
969 F: include/hw/virtio/virtio-serial.h
970 F: tests/virtio-console-test.c
971 F: tests/virtio-serial-test.c
974 M: Amit Shah <amit.shah@redhat.com>
976 F: hw/virtio/virtio-rng.c
977 F: include/hw/virtio/virtio-rng.h
978 F: include/sysemu/rng*.h
980 F: tests/virtio-rng-test.c
983 M: Keith Busch <keith.busch@intel.com>
984 L: qemu-block@nongnu.org
990 M: Hannes Reinecke <hare@suse.de>
991 L: qemu-block@nongnu.org
996 Network packet abstractions
997 M: Dmitry Fleytman <dmitry@daynix.com>
1001 F: hw/net/net_rx_pkt*
1002 F: hw/net/net_tx_pkt*
1005 M: Dmitry Fleytman <dmitry@daynix.com>
1008 F: hw/scsi/vmw_pvscsi*
1011 M: Jiri Pirko <jiri@resnulli.us>
1016 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1020 F: include/hw/mem/nvdimm.h
1023 M: Dmitry Fleytman <dmitry@daynix.com>
1028 M: Dmitry Fleytman <dmitry@daynix.com>
1033 M: Alistair Francis <alistair.francis@xilinx.com>
1035 F: hw/core/generic-loader.c
1036 F: include/hw/core/generic-loader.h
1041 M: Gerd Hoffmann <kraxel@redhat.com>
1045 F: tests/ac97-test.c
1046 F: tests/es1370-test.c
1047 F: tests/intel-hda-test.c
1050 M: Kevin Wolf <kwolf@redhat.com>
1051 M: Max Reitz <mreitz@redhat.com>
1052 L: qemu-block@nongnu.org
1060 F: tests/qemu-iotests/
1061 T: git git://repo.or.cz/qemu/kevin.git block
1064 M: Stefan Hajnoczi <stefanha@redhat.com>
1065 M: Fam Zheng <famz@redhat.com>
1066 L: qemu-block@nongnu.org
1072 F: include/block/aio.h
1073 T: git git://github.com/stefanha/qemu.git block
1076 M: Jeff Cody <jcody@redhat.com>
1077 L: qemu-block@nongnu.org
1080 F: include/block/blockjob.h
1085 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1087 Block QAPI, monitor, command line
1088 M: Markus Armbruster <armbru@redhat.com>
1093 T: git git://repo.or.cz/qemu/armbru.git block-next
1095 Character device backends
1096 M: Paolo Bonzini <pbonzini@redhat.com>
1099 F: backends/msmouse.c
1100 F: backends/testdev.c
1102 Character Devices (Braille)
1103 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1108 M: Markus Armbruster <armbru@redhat.com>
1110 F: scripts/coverity-model.c
1113 L: qemu-devel@nongnu.org
1116 F: include/qom/cpu.h
1119 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1120 M: Alexander Graf <agraf@suse.de>
1123 F: include/sysemu/device_tree.h
1126 M: Markus Armbruster <armbru@redhat.com>
1128 F: include/qapi/error.h
1129 F: include/qemu/error-report.h
1131 F: util/qemu-error.c
1134 L: qemu-devel@nongnu.org
1140 M: Paolo Bonzini <pbonzini@redhat.com>
1142 F: include/exec/ioport.h
1144 F: include/exec/memory.h
1145 F: include/exec/ram_addr.h
1147 F: include/exec/memory-internal.h
1151 M: Gerd Hoffmann <kraxel@redhat.com>
1153 F: include/ui/qemu-spice.h
1154 F: include/ui/spice-display.h
1156 F: audio/spiceaudio.c
1160 M: Gerd Hoffmann <kraxel@redhat.com>
1166 M: Peter Maydell <peter.maydell@linaro.org>
1171 M: Paolo Bonzini <pbonzini@redhat.com>
1179 M: Luiz Capitulino <lcapitulino@redhat.com>
1184 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1186 Network device backends
1187 M: Jason Wang <jasowang@redhat.com>
1191 T: git git://github.com/jasowang/qemu.git net
1193 Netmap network backend
1194 M: Luigi Rizzo <rizzo@iet.unipi.it>
1195 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1196 M: Vincenzo Maffione <v.maffione@gmail.com>
1197 W: http://info.iet.unipi.it/~luigi/netmap/
1201 Network Block Device (NBD)
1202 M: Paolo Bonzini <pbonzini@redhat.com>
1206 F: include/block/nbd*
1208 T: git git://github.com/bonzini/qemu.git nbd-next
1211 M: Eduardo Habkost <ehabkost@redhat.com>
1214 F: include/sysemu/numa.h
1215 T: git git://github.com/ehabkost/qemu.git numa
1217 Host Memory Backends
1218 M: Eduardo Habkost <ehabkost@redhat.com>
1219 M: Igor Mammedov <imammedo@redhat.com>
1221 F: backends/hostmem*.c
1222 F: include/sysemu/hostmem.h
1225 M: Markus Armbruster <armbru@redhat.com>
1226 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1231 X: include/qapi/qmp/
1232 F: include/qapi/qmp/dispatch.h
1233 F: tests/qapi-schema/
1234 F: tests/test-*-visitor.c
1235 F: tests/test-qmp-*.c
1238 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1241 M: Eric Blake <eblake@redhat.com>
1242 M: Markus Armbruster <armbru@redhat.com>
1246 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1249 M: Luiz Capitulino <lcapitulino@redhat.com>
1252 F: include/qapi/qmp/
1253 X: include/qapi/qmp/dispatch.h
1254 F: tests/check-qdict.c
1255 F: tests/check-qfloat.c
1256 F: tests/check-qint.c
1257 F: tests/check-qjson.c
1258 F: tests/check-qlist.c
1259 F: tests/check-qstring.c
1260 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1263 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1266 T: git git://github.com/mdroth/qemu.git qga
1269 M: Andreas Färber <afaerber@suse.de>
1271 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1273 X: include/qom/cpu.h
1276 F: tests/check-qom-interface.c
1277 F: tests/check-qom-proplist.c
1281 M: Markus Armbruster <armbru@redhat.com>
1287 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1290 M: Alistair Francis <alistair.francis@xilinx.com>
1292 F: hw/core/register.c
1293 F: include/hw/register.h
1296 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1297 M: Jan Kiszka <jan.kiszka@siemens.com>
1301 F: include/net/slirp.h
1302 T: git git://git.kiszka.org/qemu.git queues/slirp
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1310 M: Stefan Hajnoczi <stefanha@redhat.com>
1313 F: scripts/tracetool.py
1314 F: scripts/tracetool/
1316 T: git git://github.com/stefanha/qemu.git tracing
1320 F: scripts/checkpatch.pl
1323 M: Juan Quintela <quintela@redhat.com>
1324 M: Amit Shah <amit.shah@redhat.com>
1326 F: include/migration/
1328 F: scripts/vmstate-static-checker.py
1329 F: tests/vmstate-static-checker-data/
1330 F: docs/migration.txt
1333 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1336 F: include/sysemu/seccomp.h
1339 M: Daniel P. Berrange <berrange@redhat.com>
1343 F: tests/test-crypto-*
1346 M: Stefan Hajnoczi <stefanha@redhat.com>
1347 M: Kevin Wolf <kwolf@redhat.com>
1349 F: include/qemu/coroutine*
1350 F: tests/test-coroutine.c
1353 M: Daniel P. Berrange <berrange@redhat.com>
1356 F: include/qemu/buffer.h
1359 M: Daniel P. Berrange <berrange@redhat.com>
1366 M: Daniel P. Berrange <berrange@redhat.com>
1367 M: Gerd Hoffmann <kraxel@redhat.com>
1368 M: Paolo Bonzini <pbonzini@redhat.com>
1370 F: include/qemu/sockets.h
1371 F: util/qemu-sockets.c
1373 Throttling infrastructure
1374 M: Alberto Garcia <berto@igalia.com>
1376 F: block/throttle-groups.c
1377 F: include/block/throttle-groups.h
1378 F: include/qemu/throttle.h
1380 L: qemu-block@nongnu.org
1383 M: Fam Zheng <famz@redhat.com>
1386 F: include/qemu/uuid.h
1387 F: tests/test-uuid.c
1390 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1391 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1393 F: docs/colo-proxy.txt
1395 F: net/filter-rewriter.c
1396 F: net/filter-mirror.c
1401 M: Riku Voipio <riku.voipio@iki.fi>
1411 M: Riku Voipio <riku.voipio@iki.fi>
1415 Tiny Code Generator (TCG)
1416 -------------------------
1418 M: Richard Henderson <rth@twiddle.net>
1423 M: Claudio Fontana <claudio.fontana@huawei.com>
1424 M: Claudio Fontana <claudio.fontana@gmail.com>
1426 L: qemu-arm@nongnu.org
1432 M: Andrzej Zaborowski <balrogg@gmail.com>
1434 L: qemu-arm@nongnu.org
1439 L: qemu-devel@nongnu.org
1445 M: Aurelien Jarno <aurelien@aurel32.net>
1451 M: Aurelien Jarno <aurelien@aurel32.net>
1457 M: Vassili Karpov (malc) <av1474@comtv.ru>
1463 M: Alexander Graf <agraf@suse.de>
1464 M: Richard Henderson <rth@twiddle.net>
1475 M: Stefan Weil <sw@weilnetz.de>
1484 L: qemu-stable@nongnu.org
1485 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1489 L: qemu-stable@nongnu.org
1490 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1494 L: qemu-stable@nongnu.org
1495 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1499 L: qemu-stable@nongnu.org
1500 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1506 M: Fam Zheng <famz@redhat.com>
1507 L: qemu-block@nongnu.org
1512 M: Josh Durgin <jdurgin@redhat.com>
1513 M: Jeff Cody <jcody@redhat.com>
1514 L: qemu-block@nongnu.org
1517 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1520 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1521 M: Liu Yuan <namei.unix@gmail.com>
1522 M: Jeff Cody <jcody@redhat.com>
1523 L: qemu-block@nongnu.org
1524 L: sheepdog@lists.wpkg.org
1527 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1530 M: Jeff Cody <jcody@redhat.com>
1531 L: qemu-block@nongnu.org
1534 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1537 M: Stefan Weil <sw@weilnetz.de>
1538 L: qemu-block@nongnu.org
1543 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1544 M: Paolo Bonzini <pbonzini@redhat.com>
1545 M: Peter Lieven <pl@kamp.de>
1546 L: qemu-block@nongnu.org
1551 M: Jeff Cody <jcody@redhat.com>
1552 M: Peter Lieven <pl@kamp.de>
1553 L: qemu-block@nongnu.org
1556 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1559 M: Richard W.M. Jones <rjones@redhat.com>
1560 M: Jeff Cody <jcody@redhat.com>
1561 L: qemu-block@nongnu.org
1564 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1567 M: Chrysostomos Nanakos <chris@include.gr>
1568 M: Jeff Cody <jcody@redhat.com>
1569 L: qemu-block@nongnu.org
1571 F: block/archipelago.c
1572 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1575 M: Jeff Cody <jcody@redhat.com>
1576 L: qemu-block@nongnu.org
1579 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1582 M: Jeff Cody <jcody@redhat.com>
1583 L: qemu-block@nongnu.org
1586 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1589 M: Fam Zheng <famz@redhat.com>
1590 L: qemu-block@nongnu.org
1595 M: Gonglei <arei.gonglei@huawei.com>
1600 M: Alberto Garcia <berto@igalia.com>
1603 L: qemu-block@nongnu.org
1606 M: Stefan Hajnoczi <stefanha@redhat.com>
1607 L: qemu-block@nongnu.org
1609 F: block/blkverify.c
1612 M: Stefan Hajnoczi <stefanha@redhat.com>
1613 L: qemu-block@nongnu.org
1618 M: Stefan Hajnoczi <stefanha@redhat.com>
1619 L: qemu-block@nongnu.org
1624 M: Stefan Hajnoczi <stefanha@redhat.com>
1625 L: qemu-block@nongnu.org
1630 M: Stefan Hajnoczi <stefanha@redhat.com>
1631 M: Denis V. Lunev <den@openvz.org>
1632 L: qemu-block@nongnu.org
1634 F: block/parallels.c
1635 F: docs/specs/parallels.txt
1638 M: Stefan Hajnoczi <stefanha@redhat.com>
1639 L: qemu-block@nongnu.org
1644 M: Kevin Wolf <kwolf@redhat.com>
1645 L: qemu-block@nongnu.org
1647 F: block/linux-aio.c
1648 F: include/block/raw-aio.h
1649 F: block/raw-posix.c
1650 F: block/raw-win32.c
1652 F: block/win32-aio.c
1655 M: Kevin Wolf <kwolf@redhat.com>
1656 M: Max Reitz <mreitz@redhat.com>
1657 L: qemu-block@nongnu.org
1662 M: Kevin Wolf <kwolf@redhat.com>
1663 L: qemu-block@nongnu.org
1668 M: Kevin Wolf <kwolf@redhat.com>
1669 M: Max Reitz <mreitz@redhat.com>
1670 L: qemu-block@nongnu.org
1675 M: Kevin Wolf <kwolf@redhat.com>
1676 L: qemu-block@nongnu.org
1681 M: Kevin Wolf <kwolf@redhat.com>
1682 L: qemu-block@nongnu.org
1687 M: Stefan Hajnoczi <stefanha@redhat.com>
1688 L: qemu-block@nongnu.org
1690 F: tests/image-fuzzer/
1693 M: Wen Congyang <wency@cn.fujitsu.com>
1694 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1697 F: block/replication.c
1698 F: tests/test-replication.c
1699 F: docs/block-replication.txt
1701 Build and test automation
1702 -------------------------
1703 M: Alex Bennée <alex.bennee@linaro.org>
1704 L: qemu-devel@nongnu.org
1710 Build system architecture
1711 M: Daniel P. Berrange <berrange@redhat.com>
1713 F: docs/build-system.txt
1717 Docker based testing framework and cases
1718 M: Fam Zheng <famz@redhat.com>