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
623 F: hw/intc/heathrow_pic.c
626 L: qemu-devel@nongnu.org
627 L: qemu-ppc@nongnu.org
630 F: hw/pci-host/prep.[hc]
631 F: hw/isa/pc87312.[hc]
632 F: pc-bios/ppc_rom.bin
635 M: David Gibson <david@gibson.dropbear.id.au>
636 M: Alexander Graf <agraf@suse.de>
637 L: qemu-ppc@nongnu.org
640 F: include/hw/*/spapr*
642 F: include/hw/*/xics*
643 F: pc-bios/spapr-rtas/*
644 F: pc-bios/spapr-rtas.bin
646 F: docs/specs/ppc-spapr-hcalls.txt
647 F: docs/specs/ppc-spapr-hotplug.txt
649 F: tests/libqos/*spapr*
651 F: tests/libqos/rtas*
654 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
655 L: qemu-ppc@nongnu.org
657 F: hw/ppc/virtex_ml507.c
662 M: Magnus Damm <magnus.damm@gmail.com>
667 M: Magnus Damm <magnus.damm@gmail.com>
674 M: Blue Swirl <blauwirbel@gmail.com>
675 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
680 M: Blue Swirl <blauwirbel@gmail.com>
681 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
683 F: hw/sparc64/sun4u.c
686 M: Fabien Chouteau <chouteau@adacore.com>
694 M: Cornelia Huck <cornelia.huck@de.ibm.com>
695 M: Christian Borntraeger <borntraeger@de.ibm.com>
696 M: Alexander Graf <agraf@suse.de>
698 F: hw/char/sclp*.[hc]
702 F: hw/watchdog/wdt_diag288.c
703 F: include/hw/watchdog/wdt_diag288.h
704 F: pc-bios/s390-ccw.img
705 F: default-configs/s390x-softmmu.mak
706 T: git git://github.com/cohuck/qemu.git s390-next
707 T: git git://github.com/borntraeger/qemu.git s390-next
711 PKUnity-3 SoC initramfs-with-busybox
712 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
720 M: Michael S. Tsirkin <mst@redhat.com>
724 F: hw/pci-host/piix.c
727 F: include/hw/pci-host/q35.h
728 F: include/hw/pci-host/pam.h
731 F: hw/i2c/smbus_ich9.c
734 F: include/hw/acpi/ich9.h
735 F: include/hw/acpi/piix4.h
739 M: Michael S. Tsirkin <mst@redhat.com>
740 M: Paolo Bonzini <pbonzini@redhat.com>
742 F: hw/char/debugcon.c
743 F: hw/char/parallel.c
750 F: hw/misc/debugexit.c
751 F: hw/misc/pc-testdev.c
754 F: hw/timer/mc146818rtc*
755 F: include/hw/i2c/pm_smbus.h
756 F: include/hw/timer/hpet.h
757 F: include/hw/timer/i8254*
758 F: include/hw/timer/mc146818rtc*
761 M: Eduardo Habkost <ehabkost@redhat.com>
762 M: Marcel Apfelbaum <marcel@redhat.com>
765 F: include/hw/boards.h
770 M: Max Filippov <jcmvbkbc@gmail.com>
774 XTFPGA (LX60, LX200, ML605, KC705)
775 M: Max Filippov <jcmvbkbc@gmail.com>
777 F: hw/xtensa/xtfpga.c
778 F: hw/net/opencores_eth.c
783 M: Jiri Slaby <jslaby@suse.cz>
788 M: John Snow <jsnow@redhat.com>
789 L: qemu-block@nongnu.org
796 F: hw/block/hd-geometry.c
799 F: tests/libqos/ahci*
800 T: git git://github.com/jnsnow/qemu.git ide
803 M: John Snow <jsnow@redhat.com>
804 L: qemu-block@nongnu.org
807 F: include/hw/block/fdc.h
809 T: git git://github.com/jnsnow/qemu.git ide
812 M: Peter Maydell <peter.maydell@linaro.org>
815 F: include/hw/arm/omap.h
818 M: Alberto Garcia <berto@igalia.com>
820 F: hw/char/ipoctal232.c
824 M: Michael S. Tsirkin <mst@redhat.com>
825 M: Marcel Apfelbaum <marcel@redhat.com>
828 F: hw/misc/pci-testdev.c
833 M: Michael S. Tsirkin <mst@redhat.com>
834 M: Igor Mammedov <imammedo@redhat.com>
837 F: include/hw/smbios/*
841 F: hw/i386/acpi-build.[hc]
842 F: hw/arm/virt-acpi-build.c
843 F: include/hw/arm/virt-acpi-build.h
846 M: Alexander Graf <agraf@suse.de>
847 L: qemu-ppc@nongnu.org
850 F: include/hw/ppc/ppc4xx.h
853 M: Alexander Graf <agraf@suse.de>
854 M: Scott Wood <scottwood@freescale.com>
855 L: qemu-ppc@nongnu.org
858 F: hw/pci-host/ppce500.c
862 M: Paolo Bonzini <pbonzini@redhat.com>
867 M: Jason Wang <jasowang@redhat.com>
870 F: tests/virtio-net-test.c
871 T: git git://github.com/jasowang/qemu.git net
874 M: Paolo Bonzini <pbonzini@redhat.com>
878 F: tests/virtio-scsi-test.c
879 T: git git://github.com/bonzini/qemu.git scsi-next
883 F: hw/scsi/lsi53c895a.c
886 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
893 M: Alistair Francis <alistair.francis@xilinx.com>
894 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
899 M: Gerd Hoffmann <kraxel@redhat.com>
902 F: tests/usb-*-test.c
904 F: docs/usb-storage.txt
909 M: Gerd Hoffmann <kraxel@redhat.com>
910 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
912 F: hw/usb/dev-serial.c
915 M: Alex Williamson <alex.williamson@redhat.com>
921 M: Michael S. Tsirkin <mst@redhat.com>
926 M: Michael S. Tsirkin <mst@redhat.com>
930 F: include/hw/virtio/
931 F: tests/virtio-balloon-test.c
934 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
935 M: Greg Kurz <groug@kaod.org>
939 F: tests/virtio-9p-test.c
940 T: git git://github.com/kvaneesh/QEMU.git
941 T: git git://github.com/gkurz/qemu.git 9p-next
944 M: Stefan Hajnoczi <stefanha@redhat.com>
945 L: qemu-block@nongnu.org
947 F: hw/block/virtio-blk.c
948 F: hw/block/dataplane/*
949 F: tests/virtio-blk-test.c
950 T: git git://github.com/stefanha/qemu.git block
953 M: Cornelia Huck <cornelia.huck@de.ibm.com>
954 M: Christian Borntraeger <borntraeger@de.ibm.com>
956 F: hw/s390x/virtio-ccw.[hc]
957 T: git git://github.com/cohuck/qemu.git s390-next
958 T: git git://github.com/borntraeger/qemu.git s390-next
961 M: Gerd Hoffmann <kraxel@redhat.com>
963 F: hw/input/virtio-input*.c
964 F: include/hw/virtio/virtio-input.h
967 M: Amit Shah <amit.shah@redhat.com>
969 F: hw/char/virtio-serial-bus.c
970 F: hw/char/virtio-console.c
971 F: include/hw/virtio/virtio-serial.h
972 F: tests/virtio-console-test.c
973 F: tests/virtio-serial-test.c
976 M: Amit Shah <amit.shah@redhat.com>
978 F: hw/virtio/virtio-rng.c
979 F: include/hw/virtio/virtio-rng.h
980 F: include/sysemu/rng*.h
982 F: tests/virtio-rng-test.c
985 M: Keith Busch <keith.busch@intel.com>
986 L: qemu-block@nongnu.org
992 M: Hannes Reinecke <hare@suse.de>
993 L: qemu-block@nongnu.org
998 Network packet abstractions
999 M: Dmitry Fleytman <dmitry@daynix.com>
1001 F: include/net/eth.h
1003 F: hw/net/net_rx_pkt*
1004 F: hw/net/net_tx_pkt*
1007 M: Dmitry Fleytman <dmitry@daynix.com>
1010 F: hw/scsi/vmw_pvscsi*
1013 M: Jiri Pirko <jiri@resnulli.us>
1018 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1022 F: include/hw/mem/nvdimm.h
1025 M: Dmitry Fleytman <dmitry@daynix.com>
1030 M: Dmitry Fleytman <dmitry@daynix.com>
1035 M: Alistair Francis <alistair.francis@xilinx.com>
1037 F: hw/core/generic-loader.c
1038 F: include/hw/core/generic-loader.h
1043 M: Gerd Hoffmann <kraxel@redhat.com>
1047 F: tests/ac97-test.c
1048 F: tests/es1370-test.c
1049 F: tests/intel-hda-test.c
1052 M: Kevin Wolf <kwolf@redhat.com>
1053 M: Max Reitz <mreitz@redhat.com>
1054 L: qemu-block@nongnu.org
1062 F: tests/qemu-iotests/
1063 T: git git://repo.or.cz/qemu/kevin.git block
1066 M: Stefan Hajnoczi <stefanha@redhat.com>
1067 M: Fam Zheng <famz@redhat.com>
1068 L: qemu-block@nongnu.org
1074 F: include/block/aio.h
1075 T: git git://github.com/stefanha/qemu.git block
1078 M: Jeff Cody <jcody@redhat.com>
1079 L: qemu-block@nongnu.org
1082 F: include/block/blockjob.h
1087 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1089 Block QAPI, monitor, command line
1090 M: Markus Armbruster <armbru@redhat.com>
1095 T: git git://repo.or.cz/qemu/armbru.git block-next
1097 Character device backends
1098 M: Paolo Bonzini <pbonzini@redhat.com>
1101 F: backends/msmouse.c
1102 F: backends/testdev.c
1104 Character Devices (Braille)
1105 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1110 M: Markus Armbruster <armbru@redhat.com>
1112 F: scripts/coverity-model.c
1115 L: qemu-devel@nongnu.org
1118 F: include/qom/cpu.h
1121 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1122 M: Alexander Graf <agraf@suse.de>
1125 F: include/sysemu/device_tree.h
1128 M: Markus Armbruster <armbru@redhat.com>
1130 F: include/qapi/error.h
1131 F: include/qemu/error-report.h
1133 F: util/qemu-error.c
1136 L: qemu-devel@nongnu.org
1142 M: Paolo Bonzini <pbonzini@redhat.com>
1144 F: include/exec/ioport.h
1146 F: include/exec/memory.h
1147 F: include/exec/ram_addr.h
1149 F: include/exec/memory-internal.h
1153 M: Gerd Hoffmann <kraxel@redhat.com>
1155 F: include/ui/qemu-spice.h
1156 F: include/ui/spice-display.h
1158 F: audio/spiceaudio.c
1162 M: Gerd Hoffmann <kraxel@redhat.com>
1168 M: Peter Maydell <peter.maydell@linaro.org>
1173 M: Paolo Bonzini <pbonzini@redhat.com>
1181 M: Luiz Capitulino <lcapitulino@redhat.com>
1186 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1188 Network device backends
1189 M: Jason Wang <jasowang@redhat.com>
1193 T: git git://github.com/jasowang/qemu.git net
1195 Netmap network backend
1196 M: Luigi Rizzo <rizzo@iet.unipi.it>
1197 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1198 M: Vincenzo Maffione <v.maffione@gmail.com>
1199 W: http://info.iet.unipi.it/~luigi/netmap/
1203 Network Block Device (NBD)
1204 M: Paolo Bonzini <pbonzini@redhat.com>
1208 F: include/block/nbd*
1210 T: git git://github.com/bonzini/qemu.git nbd-next
1213 M: Eduardo Habkost <ehabkost@redhat.com>
1216 F: include/sysemu/numa.h
1217 T: git git://github.com/ehabkost/qemu.git numa
1219 Host Memory Backends
1220 M: Eduardo Habkost <ehabkost@redhat.com>
1221 M: Igor Mammedov <imammedo@redhat.com>
1223 F: backends/hostmem*.c
1224 F: include/sysemu/hostmem.h
1227 M: Markus Armbruster <armbru@redhat.com>
1228 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1233 X: include/qapi/qmp/
1234 F: include/qapi/qmp/dispatch.h
1235 F: tests/qapi-schema/
1236 F: tests/test-*-visitor.c
1237 F: tests/test-qmp-*.c
1240 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1243 M: Eric Blake <eblake@redhat.com>
1244 M: Markus Armbruster <armbru@redhat.com>
1248 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1251 M: Luiz Capitulino <lcapitulino@redhat.com>
1254 F: include/qapi/qmp/
1255 X: include/qapi/qmp/dispatch.h
1256 F: tests/check-qdict.c
1257 F: tests/check-qfloat.c
1258 F: tests/check-qint.c
1259 F: tests/check-qjson.c
1260 F: tests/check-qlist.c
1261 F: tests/check-qstring.c
1262 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1265 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1268 T: git git://github.com/mdroth/qemu.git qga
1271 M: Andreas Färber <afaerber@suse.de>
1273 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1275 X: include/qom/cpu.h
1278 F: tests/check-qom-interface.c
1279 F: tests/check-qom-proplist.c
1283 M: Markus Armbruster <armbru@redhat.com>
1289 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1292 M: Alistair Francis <alistair.francis@xilinx.com>
1294 F: hw/core/register.c
1295 F: include/hw/register.h
1298 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1299 M: Jan Kiszka <jan.kiszka@siemens.com>
1303 F: include/net/slirp.h
1304 T: git git://git.kiszka.org/qemu.git queues/slirp
1307 M: Paolo Bonzini <pbonzini@redhat.com>
1312 M: Stefan Hajnoczi <stefanha@redhat.com>
1315 F: scripts/tracetool.py
1316 F: scripts/tracetool/
1318 T: git git://github.com/stefanha/qemu.git tracing
1322 F: scripts/checkpatch.pl
1325 M: Juan Quintela <quintela@redhat.com>
1326 M: Amit Shah <amit.shah@redhat.com>
1328 F: include/migration/
1330 F: scripts/vmstate-static-checker.py
1331 F: tests/vmstate-static-checker-data/
1332 F: docs/migration.txt
1335 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1338 F: include/sysemu/seccomp.h
1341 M: Daniel P. Berrange <berrange@redhat.com>
1345 F: tests/test-crypto-*
1348 M: Stefan Hajnoczi <stefanha@redhat.com>
1349 M: Kevin Wolf <kwolf@redhat.com>
1351 F: include/qemu/coroutine*
1352 F: tests/test-coroutine.c
1355 M: Daniel P. Berrange <berrange@redhat.com>
1358 F: include/qemu/buffer.h
1361 M: Daniel P. Berrange <berrange@redhat.com>
1368 M: Daniel P. Berrange <berrange@redhat.com>
1369 M: Gerd Hoffmann <kraxel@redhat.com>
1370 M: Paolo Bonzini <pbonzini@redhat.com>
1372 F: include/qemu/sockets.h
1373 F: util/qemu-sockets.c
1375 Throttling infrastructure
1376 M: Alberto Garcia <berto@igalia.com>
1378 F: block/throttle-groups.c
1379 F: include/block/throttle-groups.h
1380 F: include/qemu/throttle.h
1382 L: qemu-block@nongnu.org
1385 M: Fam Zheng <famz@redhat.com>
1388 F: include/qemu/uuid.h
1389 F: tests/test-uuid.c
1392 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1393 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1395 F: docs/colo-proxy.txt
1397 F: net/filter-rewriter.c
1398 F: net/filter-mirror.c
1403 M: Riku Voipio <riku.voipio@iki.fi>
1413 M: Riku Voipio <riku.voipio@iki.fi>
1417 Tiny Code Generator (TCG)
1418 -------------------------
1420 M: Richard Henderson <rth@twiddle.net>
1425 M: Claudio Fontana <claudio.fontana@huawei.com>
1426 M: Claudio Fontana <claudio.fontana@gmail.com>
1428 L: qemu-arm@nongnu.org
1434 M: Andrzej Zaborowski <balrogg@gmail.com>
1436 L: qemu-arm@nongnu.org
1441 L: qemu-devel@nongnu.org
1447 M: Aurelien Jarno <aurelien@aurel32.net>
1453 M: Aurelien Jarno <aurelien@aurel32.net>
1459 M: Vassili Karpov (malc) <av1474@comtv.ru>
1465 M: Alexander Graf <agraf@suse.de>
1466 M: Richard Henderson <rth@twiddle.net>
1477 M: Stefan Weil <sw@weilnetz.de>
1486 L: qemu-stable@nongnu.org
1487 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1491 L: qemu-stable@nongnu.org
1492 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1496 L: qemu-stable@nongnu.org
1497 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1501 L: qemu-stable@nongnu.org
1502 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1508 M: Fam Zheng <famz@redhat.com>
1509 L: qemu-block@nongnu.org
1514 M: Josh Durgin <jdurgin@redhat.com>
1515 M: Jeff Cody <jcody@redhat.com>
1516 L: qemu-block@nongnu.org
1519 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1522 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1523 M: Liu Yuan <namei.unix@gmail.com>
1524 M: Jeff Cody <jcody@redhat.com>
1525 L: qemu-block@nongnu.org
1526 L: sheepdog@lists.wpkg.org
1529 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1532 M: Jeff Cody <jcody@redhat.com>
1533 L: qemu-block@nongnu.org
1536 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1539 M: Stefan Weil <sw@weilnetz.de>
1540 L: qemu-block@nongnu.org
1545 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1546 M: Paolo Bonzini <pbonzini@redhat.com>
1547 M: Peter Lieven <pl@kamp.de>
1548 L: qemu-block@nongnu.org
1553 M: Jeff Cody <jcody@redhat.com>
1554 M: Peter Lieven <pl@kamp.de>
1555 L: qemu-block@nongnu.org
1558 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1561 M: Richard W.M. Jones <rjones@redhat.com>
1562 M: Jeff Cody <jcody@redhat.com>
1563 L: qemu-block@nongnu.org
1566 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1569 M: Chrysostomos Nanakos <chris@include.gr>
1570 M: Jeff Cody <jcody@redhat.com>
1571 L: qemu-block@nongnu.org
1573 F: block/archipelago.c
1574 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1577 M: Jeff Cody <jcody@redhat.com>
1578 L: qemu-block@nongnu.org
1581 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1584 M: Jeff Cody <jcody@redhat.com>
1585 L: qemu-block@nongnu.org
1588 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1591 M: Fam Zheng <famz@redhat.com>
1592 L: qemu-block@nongnu.org
1597 M: Gonglei <arei.gonglei@huawei.com>
1602 M: Alberto Garcia <berto@igalia.com>
1605 L: qemu-block@nongnu.org
1608 M: Stefan Hajnoczi <stefanha@redhat.com>
1609 L: qemu-block@nongnu.org
1611 F: block/blkverify.c
1614 M: Stefan Hajnoczi <stefanha@redhat.com>
1615 L: qemu-block@nongnu.org
1620 M: Stefan Hajnoczi <stefanha@redhat.com>
1621 L: qemu-block@nongnu.org
1626 M: Stefan Hajnoczi <stefanha@redhat.com>
1627 L: qemu-block@nongnu.org
1632 M: Stefan Hajnoczi <stefanha@redhat.com>
1633 M: Denis V. Lunev <den@openvz.org>
1634 L: qemu-block@nongnu.org
1636 F: block/parallels.c
1637 F: docs/specs/parallels.txt
1640 M: Stefan Hajnoczi <stefanha@redhat.com>
1641 L: qemu-block@nongnu.org
1646 M: Kevin Wolf <kwolf@redhat.com>
1647 L: qemu-block@nongnu.org
1649 F: block/linux-aio.c
1650 F: include/block/raw-aio.h
1651 F: block/raw-posix.c
1652 F: block/raw-win32.c
1654 F: block/win32-aio.c
1657 M: Kevin Wolf <kwolf@redhat.com>
1658 M: Max Reitz <mreitz@redhat.com>
1659 L: qemu-block@nongnu.org
1664 M: Kevin Wolf <kwolf@redhat.com>
1665 L: qemu-block@nongnu.org
1670 M: Kevin Wolf <kwolf@redhat.com>
1671 M: Max Reitz <mreitz@redhat.com>
1672 L: qemu-block@nongnu.org
1677 M: Kevin Wolf <kwolf@redhat.com>
1678 L: qemu-block@nongnu.org
1683 M: Kevin Wolf <kwolf@redhat.com>
1684 L: qemu-block@nongnu.org
1689 M: Stefan Hajnoczi <stefanha@redhat.com>
1690 L: qemu-block@nongnu.org
1692 F: tests/image-fuzzer/
1695 M: Wen Congyang <wency@cn.fujitsu.com>
1696 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1699 F: block/replication.c
1700 F: tests/test-replication.c
1701 F: docs/block-replication.txt
1703 Build and test automation
1704 -------------------------
1705 M: Alex Bennée <alex.bennee@linaro.org>
1706 L: qemu-devel@nongnu.org
1712 Build system architecture
1713 M: Daniel P. Berrange <berrange@redhat.com>
1715 F: docs/build-system.txt
1719 Docker based testing framework and cases
1720 M: Fam Zheng <famz@redhat.com>