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
141 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
143 F: target-microblaze/
145 F: disas/microblaze.c
148 M: Aurelien Jarno <aurelien@aurel32.net>
149 M: Yongbok Kim <yongbok.kim@imgtec.com>
154 F: hw/intc/mips_gic.c
155 F: hw/timer/mips_gictimer.c
157 F: include/hw/misc/mips_*
158 F: include/hw/intc/mips_gic.h
159 F: include/hw/timer/mips_gictimer.h
164 M: Anthony Green <green@moxielogic.com>
169 F: default-configs/moxie-softmmu.mak
172 M: Jia Liu <proljc@gmail.com>
176 F: tests/tcg/openrisc/
179 M: David Gibson <david@gibson.dropbear.id.au>
180 M: Alexander Graf <agraf@suse.de>
181 L: qemu-ppc@nongnu.org
189 M: Richard Henderson <rth@twiddle.net>
190 M: Alexander Graf <agraf@suse.de>
197 M: Aurelien Jarno <aurelien@aurel32.net>
205 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
206 M: Artyom Tarasenko <atar4qemu@gmail.com>
214 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
218 F: include/hw/unicore32/
221 M: Paolo Bonzini <pbonzini@redhat.com>
222 M: Richard Henderson <rth@twiddle.net>
223 M: Eduardo Habkost <ehabkost@redhat.com>
230 M: Max Filippov <jcmvbkbc@gmail.com>
231 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
238 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
242 F: include/hw/tricore/
244 Guest CPU Cores (KVM):
245 ----------------------
248 M: Paolo Bonzini <pbonzini@redhat.com>
249 L: kvm@vger.kernel.org
253 F: include/sysemu/kvm*.h
256 M: Peter Maydell <peter.maydell@linaro.org>
257 L: qemu-arm@nongnu.org
262 M: James Hogan <james.hogan@imgtec.com>
267 M: Alexander Graf <agraf@suse.de>
272 M: Christian Borntraeger <borntraeger@de.ibm.com>
273 M: Cornelia Huck <cornelia.huck@de.ibm.com>
274 M: Alexander Graf <agraf@suse.de>
276 F: target-s390x/kvm.c
277 F: target-s390x/ioinst.[ch]
278 F: target-s390x/machine.c
279 F: hw/intc/s390_flic.c
280 F: hw/intc/s390_flic_kvm.c
281 F: include/hw/s390x/s390_flic.h
283 T: git git://github.com/cohuck/qemu.git s390-next
284 T: git git://github.com/borntraeger/qemu.git s390-next
287 M: Paolo Bonzini <pbonzini@redhat.com>
288 M: Marcelo Tosatti <mtosatti@redhat.com>
289 L: kvm@vger.kernel.org
293 Guest CPU Cores (Xen):
294 ----------------------
297 M: Stefano Stabellini <sstabellini@kernel.org>
298 M: Anthony Perard <anthony.perard@citrix.com>
299 L: xen-devel@lists.xensource.com
303 F: hw/char/xen_console.c
304 F: hw/display/xenfb.c
311 F: include/sysemu/xen-mapcache.h
317 L: qemu-devel@nongnu.org
323 L: qemu-devel@nongnu.org
328 L: qemu-devel@nongnu.org
329 M: Stefan Weil <sw@weilnetz.de>
340 M: Beniamino Galvani <b.galvani@gmail.com>
341 L: qemu-arm@nongnu.org
344 F: include/hw/*/allwinner*
345 F: hw/arm/cubieboard.c
348 M: Peter Maydell <peter.maydell@linaro.org>
349 L: qemu-arm@nongnu.org
360 F: include/hw/arm/primecell.h
363 M: Peter Maydell <peter.maydell@linaro.org>
364 L: qemu-arm@nongnu.org
367 F: hw/intc/gic_internal.h
369 F: hw/misc/arm11scu.c
370 F: hw/timer/a9gtimer*
372 F: include/hw/arm/arm.h
373 F: include/hw/intc/arm*
374 F: include/hw/misc/a9scu.h
375 F: include/hw/misc/arm11scu.h
376 F: include/hw/timer/a9gtimer.h
377 F: include/hw/timer/arm_mptimer.h
380 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
381 L: qemu-arm@nongnu.org
384 F: include/hw/arm/exynos4210.h
387 M: Rob Herring <robh@kernel.org>
388 L: qemu-arm@nongnu.org
394 M: Antony Pavlov <antonynpavlov@gmail.com>
395 L: qemu-arm@nongnu.org
397 F: include/hw/arm/digic.h
401 L: qemu-devel@nongnu.org
402 L: qemu-arm@nongnu.org
407 M: Peter Chubb <peter.chubb@nicta.com.au>
408 L: qemu-arm@nongnu.org
412 F: include/hw/arm/fsl-imx31.h
415 M: Peter Maydell <peter.maydell@linaro.org>
416 L: qemu-arm@nongnu.org
418 F: hw/arm/integratorcp.c
421 M: Jan Kiszka <jan.kiszka@web.de>
422 L: qemu-arm@nongnu.org
427 M: Andrzej Zaborowski <balrogg@gmail.com>
428 L: qemu-arm@nongnu.org
433 M: Andrzej Zaborowski <balrogg@gmail.com>
434 L: qemu-arm@nongnu.org
439 M: Peter Maydell <peter.maydell@linaro.org>
440 L: qemu-arm@nongnu.org
443 F: hw/intc/realview_gic.c
444 F: include/hw/intc/realview_gic.h
447 M: Andrzej Zaborowski <balrogg@gmail.com>
448 L: qemu-arm@nongnu.org
450 F: hw/arm/mainstone.c
455 F: include/hw/arm/pxa.h
458 M: Peter Maydell <peter.maydell@linaro.org>
459 L: qemu-arm@nongnu.org
464 M: Peter Maydell <peter.maydell@linaro.org>
465 L: qemu-arm@nongnu.org
470 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
471 M: Alistair Francis <alistair.francis@xilinx.com>
472 L: qemu-arm@nongnu.org
476 F: hw/misc/zynq_slcr.c
480 M: Alistair Francis <alistair.francis@xilinx.com>
481 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
482 L: qemu-arm@nongnu.org
485 F: include/hw/*/xlnx*.h
488 M: Shannon Zhao <zhaoshenglong@huawei.com>
489 M: Shannon Zhao <shannon.zhao@linaro.org>
490 L: qemu-arm@nongnu.org
492 F: hw/arm/virt-acpi-build.c
493 F: include/hw/arm/virt-acpi-build.h
496 M: Alistair Francis <alistair@alistair23.me>
498 F: hw/arm/stm32f205_soc.c
499 F: hw/misc/stm32f2xx_syscfg.c
500 F: hw/char/stm32f2xx_usart.c
501 F: hw/timer/stm32f2xx_timer.c
503 F: hw/ssi/stm32f2xx_spi.c
506 M: Alistair Francis <alistair@alistair23.me>
508 F: hw/arm/netduino2.c
513 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515 F: hw/cris/axis_dev88.c
520 EVR32 and uclinux BSP
521 M: Michael Walle <michael@walle.cc>
523 F: hw/lm32/lm32_boards.c
526 M: Michael Walle <michael@walle.cc>
528 F: hw/lm32/milkymist.c
538 F: hw/m68k/dummy_m68k.c
547 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
549 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
552 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
554 F: hw/microblaze/petalogix_ml605_mmu.c
559 M: Hervé Poussineau <hpoussin@reactos.org>
561 F: hw/mips/mips_jazz.c
564 M: Aurelien Jarno <aurelien@aurel32.net>
566 F: hw/mips/mips_malta.c
569 L: qemu-devel@nongnu.org
571 F: hw/mips/mips_mipssim.c
574 M: Aurelien Jarno <aurelien@aurel32.net>
576 F: hw/mips/mips_r4k.c
581 M: Jia Liu <proljc@gmail.com>
583 F: hw/openrisc/openrisc_sim.c
588 M: Alexander Graf <agraf@suse.de>
589 L: qemu-ppc@nongnu.org
591 F: hw/ppc/ppc405_boards.c
594 M: Alexander Graf <agraf@suse.de>
595 L: qemu-ppc@nongnu.org
597 F: hw/ppc/ppc440_bamboo.c
600 M: Alexander Graf <agraf@suse.de>
601 M: Scott Wood <scottwood@freescale.com>
602 L: qemu-ppc@nongnu.org
606 F: include/hw/ppc/ppc_e500.h
607 F: include/hw/pci-host/ppce500.h
608 F: pc-bios/u-boot.e500
611 M: Alexander Graf <agraf@suse.de>
612 M: Scott Wood <scottwood@freescale.com>
613 L: qemu-ppc@nongnu.org
615 F: hw/ppc/mpc8544ds.c
616 F: hw/ppc/mpc8544_guts.c
619 M: Alexander Graf <agraf@suse.de>
620 L: qemu-ppc@nongnu.org
622 F: hw/ppc/mac_newworld.c
623 F: hw/pci-host/uninorth.c
624 F: hw/pci-bridge/dec.[hc]
626 F: include/hw/ppc/mac_dbdma.h
627 F: hw/nvram/mac_nvram.c
630 M: Alexander Graf <agraf@suse.de>
631 L: qemu-ppc@nongnu.org
633 F: hw/ppc/mac_oldworld.c
634 F: hw/pci-host/grackle.c
636 F: hw/intc/heathrow_pic.c
639 L: qemu-devel@nongnu.org
640 L: qemu-ppc@nongnu.org
643 F: hw/pci-host/prep.[hc]
644 F: hw/isa/pc87312.[hc]
645 F: pc-bios/ppc_rom.bin
648 M: David Gibson <david@gibson.dropbear.id.au>
649 M: Alexander Graf <agraf@suse.de>
650 L: qemu-ppc@nongnu.org
653 F: include/hw/*/spapr*
655 F: include/hw/*/xics*
656 F: pc-bios/spapr-rtas/*
657 F: pc-bios/spapr-rtas.bin
659 F: docs/specs/ppc-spapr-hcalls.txt
660 F: docs/specs/ppc-spapr-hotplug.txt
662 F: tests/libqos/*spapr*
664 F: tests/libqos/rtas*
667 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668 L: qemu-ppc@nongnu.org
670 F: hw/ppc/virtex_ml507.c
675 M: Magnus Damm <magnus.damm@gmail.com>
679 F: hw/timer/sh_timer.c
682 M: Magnus Damm <magnus.damm@gmail.com>
689 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
692 F: hw/dma/sparc32_dma.c
693 F: hw/dma/sun4m_iommu.c
694 F: include/hw/sparc/sparc32_dma.h
695 F: include/hw/sparc/sun4m.h
696 F: pc-bios/openbios-sparc32
699 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
701 F: hw/sparc64/sun4u.c
702 F: pc-bios/openbios-sparc64
705 M: Fabien Chouteau <chouteau@adacore.com>
709 F: include/hw/sparc/grlib.h
714 M: Cornelia Huck <cornelia.huck@de.ibm.com>
715 M: Christian Borntraeger <borntraeger@de.ibm.com>
716 M: Alexander Graf <agraf@suse.de>
718 F: hw/char/sclp*.[hc]
722 F: hw/watchdog/wdt_diag288.c
723 F: include/hw/watchdog/wdt_diag288.h
724 F: pc-bios/s390-ccw.img
725 F: default-configs/s390x-softmmu.mak
726 T: git git://github.com/cohuck/qemu.git s390-next
727 T: git git://github.com/borntraeger/qemu.git s390-next
731 PKUnity-3 SoC initramfs-with-busybox
732 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
740 M: Michael S. Tsirkin <mst@redhat.com>
744 F: hw/pci-host/piix.c
747 F: include/hw/pci-host/q35.h
748 F: include/hw/pci-host/pam.h
751 F: hw/i2c/smbus_ich9.c
754 F: include/hw/acpi/ich9.h
755 F: include/hw/acpi/piix4.h
759 M: Michael S. Tsirkin <mst@redhat.com>
760 M: Paolo Bonzini <pbonzini@redhat.com>
762 F: hw/char/debugcon.c
763 F: hw/char/parallel.c
770 F: hw/misc/debugexit.c
771 F: hw/misc/pc-testdev.c
774 F: hw/timer/mc146818rtc*
775 F: include/hw/i2c/pm_smbus.h
776 F: include/hw/timer/hpet.h
777 F: include/hw/timer/i8254*
778 F: include/hw/timer/mc146818rtc*
781 M: Eduardo Habkost <ehabkost@redhat.com>
782 M: Marcel Apfelbaum <marcel@redhat.com>
785 F: include/hw/boards.h
790 M: Max Filippov <jcmvbkbc@gmail.com>
794 XTFPGA (LX60, LX200, ML605, KC705)
795 M: Max Filippov <jcmvbkbc@gmail.com>
797 F: hw/xtensa/xtfpga.c
798 F: hw/net/opencores_eth.c
803 M: Jiri Slaby <jslaby@suse.cz>
808 M: John Snow <jsnow@redhat.com>
809 L: qemu-block@nongnu.org
816 F: hw/block/hd-geometry.c
819 F: tests/libqos/ahci*
820 T: git git://github.com/jnsnow/qemu.git ide
823 M: John Snow <jsnow@redhat.com>
824 L: qemu-block@nongnu.org
827 F: include/hw/block/fdc.h
829 T: git git://github.com/jnsnow/qemu.git ide
832 M: Peter Maydell <peter.maydell@linaro.org>
835 F: include/hw/arm/omap.h
838 M: Alberto Garcia <berto@igalia.com>
840 F: hw/char/ipoctal232.c
844 M: Michael S. Tsirkin <mst@redhat.com>
845 M: Marcel Apfelbaum <marcel@redhat.com>
848 F: hw/misc/pci-testdev.c
853 M: Michael S. Tsirkin <mst@redhat.com>
854 M: Igor Mammedov <imammedo@redhat.com>
857 F: include/hw/smbios/*
861 F: hw/i386/acpi-build.[hc]
862 F: hw/arm/virt-acpi-build.c
863 F: include/hw/arm/virt-acpi-build.h
866 M: Alexander Graf <agraf@suse.de>
867 L: qemu-ppc@nongnu.org
870 F: include/hw/ppc/ppc4xx.h
873 M: Alexander Graf <agraf@suse.de>
874 M: Scott Wood <scottwood@freescale.com>
875 L: qemu-ppc@nongnu.org
878 F: hw/pci-host/ppce500.c
882 M: Paolo Bonzini <pbonzini@redhat.com>
887 M: Jason Wang <jasowang@redhat.com>
890 F: tests/virtio-net-test.c
891 T: git git://github.com/jasowang/qemu.git net
894 M: Paolo Bonzini <pbonzini@redhat.com>
898 F: tests/virtio-scsi-test.c
899 T: git git://github.com/bonzini/qemu.git scsi-next
903 F: hw/scsi/lsi53c895a.c
906 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
913 M: Alistair Francis <alistair.francis@xilinx.com>
914 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
919 M: Gerd Hoffmann <kraxel@redhat.com>
922 F: tests/usb-*-test.c
924 F: docs/usb-storage.txt
929 M: Gerd Hoffmann <kraxel@redhat.com>
930 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
932 F: hw/usb/dev-serial.c
935 M: Alex Williamson <alex.williamson@redhat.com>
941 M: Michael S. Tsirkin <mst@redhat.com>
946 M: Michael S. Tsirkin <mst@redhat.com>
949 F: hw/virtio/Makefile.objs
950 F: hw/virtio/trace-events
952 F: include/hw/virtio/
953 F: tests/virtio-balloon-test.c
956 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
957 M: Greg Kurz <groug@kaod.org>
961 F: tests/virtio-9p-test.c
962 T: git git://github.com/kvaneesh/QEMU.git
963 T: git git://github.com/gkurz/qemu.git 9p-next
966 M: Stefan Hajnoczi <stefanha@redhat.com>
967 L: qemu-block@nongnu.org
969 F: hw/block/virtio-blk.c
970 F: hw/block/dataplane/*
971 F: tests/virtio-blk-test.c
972 T: git git://github.com/stefanha/qemu.git block
975 M: Cornelia Huck <cornelia.huck@de.ibm.com>
976 M: Christian Borntraeger <borntraeger@de.ibm.com>
978 F: hw/s390x/virtio-ccw.[hc]
979 T: git git://github.com/cohuck/qemu.git s390-next
980 T: git git://github.com/borntraeger/qemu.git s390-next
983 M: Gerd Hoffmann <kraxel@redhat.com>
985 F: hw/input/virtio-input*.c
986 F: include/hw/virtio/virtio-input.h
989 M: Amit Shah <amit.shah@redhat.com>
991 F: hw/char/virtio-serial-bus.c
992 F: hw/char/virtio-console.c
993 F: include/hw/virtio/virtio-serial.h
994 F: tests/virtio-console-test.c
995 F: tests/virtio-serial-test.c
998 M: Amit Shah <amit.shah@redhat.com>
1000 F: hw/virtio/virtio-rng.c
1001 F: include/hw/virtio/virtio-rng.h
1002 F: include/sysemu/rng*.h
1004 F: tests/virtio-rng-test.c
1007 M: Keith Busch <keith.busch@intel.com>
1008 L: qemu-block@nongnu.org
1011 F: tests/nvme-test.c
1014 M: Hannes Reinecke <hare@suse.de>
1015 L: qemu-block@nongnu.org
1017 F: hw/scsi/megasas.c
1020 Network packet abstractions
1021 M: Dmitry Fleytman <dmitry@daynix.com>
1023 F: include/net/eth.h
1025 F: hw/net/net_rx_pkt*
1026 F: hw/net/net_tx_pkt*
1029 M: Dmitry Fleytman <dmitry@daynix.com>
1032 F: hw/scsi/vmw_pvscsi*
1035 M: Jiri Pirko <jiri@resnulli.us>
1039 F: docs/specs/rocker.txt
1042 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1046 F: include/hw/mem/nvdimm.h
1049 M: Dmitry Fleytman <dmitry@daynix.com>
1054 M: Dmitry Fleytman <dmitry@daynix.com>
1059 M: Alistair Francis <alistair.francis@xilinx.com>
1061 F: hw/core/generic-loader.c
1062 F: include/hw/core/generic-loader.h
1067 M: Gerd Hoffmann <kraxel@redhat.com>
1071 F: include/hw/audio/
1072 F: tests/ac97-test.c
1073 F: tests/es1370-test.c
1074 F: tests/intel-hda-test.c
1077 M: Kevin Wolf <kwolf@redhat.com>
1078 M: Max Reitz <mreitz@redhat.com>
1079 L: qemu-block@nongnu.org
1087 F: tests/qemu-iotests/
1088 T: git git://repo.or.cz/qemu/kevin.git block
1091 M: Stefan Hajnoczi <stefanha@redhat.com>
1092 M: Fam Zheng <famz@redhat.com>
1093 L: qemu-block@nongnu.org
1099 F: include/block/aio.h
1100 T: git git://github.com/stefanha/qemu.git block
1103 M: Jeff Cody <jcody@redhat.com>
1104 L: qemu-block@nongnu.org
1107 F: include/block/blockjob.h
1112 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1114 Block QAPI, monitor, command line
1115 M: Markus Armbruster <armbru@redhat.com>
1120 T: git git://repo.or.cz/qemu/armbru.git block-next
1122 Character device backends
1123 M: Paolo Bonzini <pbonzini@redhat.com>
1126 F: backends/msmouse.c
1127 F: backends/testdev.c
1129 Character Devices (Braille)
1130 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1135 M: Markus Armbruster <armbru@redhat.com>
1137 F: scripts/coverity-model.c
1140 L: qemu-devel@nongnu.org
1143 F: include/qom/cpu.h
1146 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1147 M: Alexander Graf <agraf@suse.de>
1150 F: include/sysemu/device_tree.h
1153 M: Markus Armbruster <armbru@redhat.com>
1155 F: include/qapi/error.h
1156 F: include/qemu/error-report.h
1158 F: util/qemu-error.c
1161 L: qemu-devel@nongnu.org
1167 M: Paolo Bonzini <pbonzini@redhat.com>
1169 F: include/exec/ioport.h
1171 F: include/exec/memory.h
1172 F: include/exec/ram_addr.h
1174 F: include/exec/memory-internal.h
1178 M: Gerd Hoffmann <kraxel@redhat.com>
1180 F: include/ui/qemu-spice.h
1181 F: include/ui/spice-display.h
1183 F: audio/spiceaudio.c
1187 M: Gerd Hoffmann <kraxel@redhat.com>
1193 M: Peter Maydell <peter.maydell@linaro.org>
1198 M: Paolo Bonzini <pbonzini@redhat.com>
1206 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1211 F: include/monitor/hmp-target.h
1213 Network device backends
1214 M: Jason Wang <jasowang@redhat.com>
1218 T: git git://github.com/jasowang/qemu.git net
1220 Netmap network backend
1221 M: Luigi Rizzo <rizzo@iet.unipi.it>
1222 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1223 M: Vincenzo Maffione <v.maffione@gmail.com>
1224 W: http://info.iet.unipi.it/~luigi/netmap/
1228 Network Block Device (NBD)
1229 M: Paolo Bonzini <pbonzini@redhat.com>
1233 F: include/block/nbd*
1235 T: git git://github.com/bonzini/qemu.git nbd-next
1238 M: Eduardo Habkost <ehabkost@redhat.com>
1241 F: include/sysemu/numa.h
1242 T: git git://github.com/ehabkost/qemu.git numa
1244 Host Memory Backends
1245 M: Eduardo Habkost <ehabkost@redhat.com>
1246 M: Igor Mammedov <imammedo@redhat.com>
1248 F: backends/hostmem*.c
1249 F: include/sysemu/hostmem.h
1252 M: Markus Armbruster <armbru@redhat.com>
1253 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1258 X: include/qapi/qmp/
1259 F: include/qapi/qmp/dispatch.h
1260 F: tests/qapi-schema/
1261 F: tests/test-*-visitor.c
1262 F: tests/test-qmp-*.c
1265 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1268 M: Eric Blake <eblake@redhat.com>
1269 M: Markus Armbruster <armbru@redhat.com>
1273 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1276 M: Markus Armbruster <armbru@redhat.com>
1279 F: include/qapi/qmp/
1280 X: include/qapi/qmp/dispatch.h
1281 F: tests/check-qdict.c
1282 F: tests/check-qfloat.c
1283 F: tests/check-qint.c
1284 F: tests/check-qjson.c
1285 F: tests/check-qlist.c
1286 F: tests/check-qstring.c
1287 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1290 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1293 T: git git://github.com/mdroth/qemu.git qga
1296 M: Andreas Färber <afaerber@suse.de>
1298 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1300 X: include/qom/cpu.h
1303 F: tests/check-qom-interface.c
1304 F: tests/check-qom-proplist.c
1308 M: Markus Armbruster <armbru@redhat.com>
1314 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1317 M: Alistair Francis <alistair.francis@xilinx.com>
1319 F: hw/core/register.c
1320 F: include/hw/register.h
1323 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1324 M: Jan Kiszka <jan.kiszka@siemens.com>
1328 F: include/net/slirp.h
1329 T: git git://git.kiszka.org/qemu.git queues/slirp
1332 M: Paolo Bonzini <pbonzini@redhat.com>
1337 M: Stefan Hajnoczi <stefanha@redhat.com>
1340 F: scripts/tracetool.py
1341 F: scripts/tracetool/
1343 T: git git://github.com/stefanha/qemu.git tracing
1347 F: scripts/checkpatch.pl
1350 M: Juan Quintela <quintela@redhat.com>
1351 M: Amit Shah <amit.shah@redhat.com>
1353 F: include/migration/
1355 F: scripts/vmstate-static-checker.py
1356 F: tests/vmstate-static-checker-data/
1357 F: docs/migration.txt
1360 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1363 F: include/sysemu/seccomp.h
1366 M: Daniel P. Berrange <berrange@redhat.com>
1370 F: tests/test-crypto-*
1373 M: Stefan Hajnoczi <stefanha@redhat.com>
1374 M: Kevin Wolf <kwolf@redhat.com>
1376 F: include/qemu/coroutine*
1377 F: tests/test-coroutine.c
1380 M: Daniel P. Berrange <berrange@redhat.com>
1383 F: include/qemu/buffer.h
1386 M: Daniel P. Berrange <berrange@redhat.com>
1393 M: Daniel P. Berrange <berrange@redhat.com>
1394 M: Gerd Hoffmann <kraxel@redhat.com>
1395 M: Paolo Bonzini <pbonzini@redhat.com>
1397 F: include/qemu/sockets.h
1398 F: util/qemu-sockets.c
1400 Throttling infrastructure
1401 M: Alberto Garcia <berto@igalia.com>
1403 F: block/throttle-groups.c
1404 F: include/block/throttle-groups.h
1405 F: include/qemu/throttle.h
1407 L: qemu-block@nongnu.org
1410 M: Fam Zheng <famz@redhat.com>
1413 F: include/qemu/uuid.h
1414 F: tests/test-uuid.c
1417 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1418 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1420 F: docs/colo-proxy.txt
1422 F: net/filter-rewriter.c
1423 F: net/filter-mirror.c
1428 M: Riku Voipio <riku.voipio@iki.fi>
1436 F: default-configs/*-bsd-user.mak
1439 M: Riku Voipio <riku.voipio@iki.fi>
1442 F: default-configs/*-linux-user.mak
1444 Tiny Code Generator (TCG)
1445 -------------------------
1447 M: Richard Henderson <rth@twiddle.net>
1452 M: Claudio Fontana <claudio.fontana@huawei.com>
1453 M: Claudio Fontana <claudio.fontana@gmail.com>
1455 L: qemu-arm@nongnu.org
1461 M: Andrzej Zaborowski <balrogg@gmail.com>
1463 L: qemu-arm@nongnu.org
1468 L: qemu-devel@nongnu.org
1474 M: Aurelien Jarno <aurelien@aurel32.net>
1480 M: Aurelien Jarno <aurelien@aurel32.net>
1486 M: Vassili Karpov (malc) <av1474@comtv.ru>
1492 M: Alexander Graf <agraf@suse.de>
1493 M: Richard Henderson <rth@twiddle.net>
1504 M: Stefan Weil <sw@weilnetz.de>
1513 L: qemu-stable@nongnu.org
1514 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1518 L: qemu-stable@nongnu.org
1519 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1523 L: qemu-stable@nongnu.org
1524 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1528 L: qemu-stable@nongnu.org
1529 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1535 M: Fam Zheng <famz@redhat.com>
1536 L: qemu-block@nongnu.org
1541 M: Josh Durgin <jdurgin@redhat.com>
1542 M: Jeff Cody <jcody@redhat.com>
1543 L: qemu-block@nongnu.org
1546 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1549 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1550 M: Liu Yuan <namei.unix@gmail.com>
1551 M: Jeff Cody <jcody@redhat.com>
1552 L: qemu-block@nongnu.org
1553 L: sheepdog@lists.wpkg.org
1556 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1559 M: Jeff Cody <jcody@redhat.com>
1560 L: qemu-block@nongnu.org
1563 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1566 M: Stefan Weil <sw@weilnetz.de>
1567 L: qemu-block@nongnu.org
1572 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1573 M: Paolo Bonzini <pbonzini@redhat.com>
1574 M: Peter Lieven <pl@kamp.de>
1575 L: qemu-block@nongnu.org
1580 M: Jeff Cody <jcody@redhat.com>
1581 M: Peter Lieven <pl@kamp.de>
1582 L: qemu-block@nongnu.org
1585 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1588 M: Richard W.M. Jones <rjones@redhat.com>
1589 M: Jeff Cody <jcody@redhat.com>
1590 L: qemu-block@nongnu.org
1593 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1596 M: Chrysostomos Nanakos <chris@include.gr>
1597 M: Jeff Cody <jcody@redhat.com>
1598 L: qemu-block@nongnu.org
1600 F: block/archipelago.c
1601 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1604 M: Jeff Cody <jcody@redhat.com>
1605 L: qemu-block@nongnu.org
1608 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1611 M: Jeff Cody <jcody@redhat.com>
1612 L: qemu-block@nongnu.org
1615 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1618 M: Fam Zheng <famz@redhat.com>
1619 L: qemu-block@nongnu.org
1624 M: Gonglei <arei.gonglei@huawei.com>
1629 M: Alberto Garcia <berto@igalia.com>
1632 L: qemu-block@nongnu.org
1635 M: Stefan Hajnoczi <stefanha@redhat.com>
1636 L: qemu-block@nongnu.org
1638 F: block/blkverify.c
1641 M: Stefan Hajnoczi <stefanha@redhat.com>
1642 L: qemu-block@nongnu.org
1647 M: Stefan Hajnoczi <stefanha@redhat.com>
1648 L: qemu-block@nongnu.org
1653 M: Stefan Hajnoczi <stefanha@redhat.com>
1654 L: qemu-block@nongnu.org
1659 M: Stefan Hajnoczi <stefanha@redhat.com>
1660 M: Denis V. Lunev <den@openvz.org>
1661 L: qemu-block@nongnu.org
1663 F: block/parallels.c
1664 F: docs/specs/parallels.txt
1667 M: Stefan Hajnoczi <stefanha@redhat.com>
1668 L: qemu-block@nongnu.org
1673 M: Kevin Wolf <kwolf@redhat.com>
1674 L: qemu-block@nongnu.org
1676 F: block/linux-aio.c
1677 F: include/block/raw-aio.h
1678 F: block/raw-posix.c
1679 F: block/raw-win32.c
1681 F: block/win32-aio.c
1684 M: Kevin Wolf <kwolf@redhat.com>
1685 M: Max Reitz <mreitz@redhat.com>
1686 L: qemu-block@nongnu.org
1691 M: Kevin Wolf <kwolf@redhat.com>
1692 L: qemu-block@nongnu.org
1697 M: Kevin Wolf <kwolf@redhat.com>
1698 M: Max Reitz <mreitz@redhat.com>
1699 L: qemu-block@nongnu.org
1704 M: Kevin Wolf <kwolf@redhat.com>
1705 L: qemu-block@nongnu.org
1710 M: Kevin Wolf <kwolf@redhat.com>
1711 L: qemu-block@nongnu.org
1716 M: Stefan Hajnoczi <stefanha@redhat.com>
1717 L: qemu-block@nongnu.org
1719 F: tests/image-fuzzer/
1722 M: Wen Congyang <wency@cn.fujitsu.com>
1723 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1726 F: block/replication.c
1727 F: tests/test-replication.c
1728 F: docs/block-replication.txt
1730 Build and test automation
1731 -------------------------
1732 M: Alex Bennée <alex.bennee@linaro.org>
1733 L: qemu-devel@nongnu.org
1739 Build system architecture
1740 M: Daniel P. Berrange <berrange@redhat.com>
1742 F: docs/build-system.txt
1746 Docker based testing framework and cases
1747 M: Fam Zheng <famz@redhat.com>