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: Gonglei <arei.gonglei@huawei.com>
1011 F: hw/virtio/virtio-crypto.c
1012 F: hw/virtio/virtio-crypto-pci.c
1013 F: include/hw/virtio/virtio-crypto.h
1016 M: Keith Busch <keith.busch@intel.com>
1017 L: qemu-block@nongnu.org
1020 F: tests/nvme-test.c
1023 M: Hannes Reinecke <hare@suse.de>
1024 L: qemu-block@nongnu.org
1026 F: hw/scsi/megasas.c
1029 Network packet abstractions
1030 M: Dmitry Fleytman <dmitry@daynix.com>
1032 F: include/net/eth.h
1034 F: hw/net/net_rx_pkt*
1035 F: hw/net/net_tx_pkt*
1038 M: Dmitry Fleytman <dmitry@daynix.com>
1041 F: hw/scsi/vmw_pvscsi*
1044 M: Jiri Pirko <jiri@resnulli.us>
1048 F: docs/specs/rocker.txt
1051 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1055 F: include/hw/mem/nvdimm.h
1058 M: Dmitry Fleytman <dmitry@daynix.com>
1063 M: Dmitry Fleytman <dmitry@daynix.com>
1068 M: Alistair Francis <alistair.francis@xilinx.com>
1070 F: hw/core/generic-loader.c
1071 F: include/hw/core/generic-loader.h
1076 M: Gerd Hoffmann <kraxel@redhat.com>
1080 F: include/hw/audio/
1081 F: tests/ac97-test.c
1082 F: tests/es1370-test.c
1083 F: tests/intel-hda-test.c
1086 M: Kevin Wolf <kwolf@redhat.com>
1087 M: Max Reitz <mreitz@redhat.com>
1088 L: qemu-block@nongnu.org
1096 F: tests/qemu-iotests/
1097 T: git git://repo.or.cz/qemu/kevin.git block
1100 M: Stefan Hajnoczi <stefanha@redhat.com>
1101 M: Fam Zheng <famz@redhat.com>
1102 L: qemu-block@nongnu.org
1108 F: include/block/aio.h
1109 T: git git://github.com/stefanha/qemu.git block
1112 M: Jeff Cody <jcody@redhat.com>
1113 L: qemu-block@nongnu.org
1116 F: include/block/blockjob.h
1121 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1123 Block QAPI, monitor, command line
1124 M: Markus Armbruster <armbru@redhat.com>
1129 T: git git://repo.or.cz/qemu/armbru.git block-next
1131 Character device backends
1132 M: Paolo Bonzini <pbonzini@redhat.com>
1135 F: backends/msmouse.c
1136 F: backends/testdev.c
1138 Character Devices (Braille)
1139 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1144 M: Markus Armbruster <armbru@redhat.com>
1146 F: scripts/coverity-model.c
1149 L: qemu-devel@nongnu.org
1152 F: include/qom/cpu.h
1155 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1156 M: Alexander Graf <agraf@suse.de>
1159 F: include/sysemu/device_tree.h
1162 M: Markus Armbruster <armbru@redhat.com>
1164 F: include/qapi/error.h
1165 F: include/qemu/error-report.h
1167 F: util/qemu-error.c
1170 L: qemu-devel@nongnu.org
1176 M: Paolo Bonzini <pbonzini@redhat.com>
1178 F: include/exec/ioport.h
1180 F: include/exec/memory.h
1181 F: include/exec/ram_addr.h
1183 F: include/exec/memory-internal.h
1187 M: Gerd Hoffmann <kraxel@redhat.com>
1189 F: include/ui/qemu-spice.h
1190 F: include/ui/spice-display.h
1192 F: audio/spiceaudio.c
1196 M: Gerd Hoffmann <kraxel@redhat.com>
1202 M: Peter Maydell <peter.maydell@linaro.org>
1207 M: Paolo Bonzini <pbonzini@redhat.com>
1215 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1220 F: include/monitor/hmp-target.h
1222 Network device backends
1223 M: Jason Wang <jasowang@redhat.com>
1227 T: git git://github.com/jasowang/qemu.git net
1229 Netmap network backend
1230 M: Luigi Rizzo <rizzo@iet.unipi.it>
1231 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1232 M: Vincenzo Maffione <v.maffione@gmail.com>
1233 W: http://info.iet.unipi.it/~luigi/netmap/
1237 Network Block Device (NBD)
1238 M: Paolo Bonzini <pbonzini@redhat.com>
1242 F: include/block/nbd*
1244 T: git git://github.com/bonzini/qemu.git nbd-next
1247 M: Eduardo Habkost <ehabkost@redhat.com>
1250 F: include/sysemu/numa.h
1251 T: git git://github.com/ehabkost/qemu.git numa
1253 Host Memory Backends
1254 M: Eduardo Habkost <ehabkost@redhat.com>
1255 M: Igor Mammedov <imammedo@redhat.com>
1257 F: backends/hostmem*.c
1258 F: include/sysemu/hostmem.h
1261 M: Gonglei <arei.gonglei@huawei.com>
1263 F: include/sysemu/cryptodev*.h
1264 F: backends/cryptodev*.c
1267 M: Markus Armbruster <armbru@redhat.com>
1268 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1273 X: include/qapi/qmp/
1274 F: include/qapi/qmp/dispatch.h
1275 F: tests/qapi-schema/
1276 F: tests/test-*-visitor.c
1277 F: tests/test-qmp-*.c
1280 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1283 M: Eric Blake <eblake@redhat.com>
1284 M: Markus Armbruster <armbru@redhat.com>
1288 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1291 M: Markus Armbruster <armbru@redhat.com>
1294 F: include/qapi/qmp/
1295 X: include/qapi/qmp/dispatch.h
1296 F: tests/check-qdict.c
1297 F: tests/check-qfloat.c
1298 F: tests/check-qint.c
1299 F: tests/check-qjson.c
1300 F: tests/check-qlist.c
1301 F: tests/check-qstring.c
1302 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1305 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1308 T: git git://github.com/mdroth/qemu.git qga
1311 M: Andreas Färber <afaerber@suse.de>
1313 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1315 X: include/qom/cpu.h
1318 F: tests/check-qom-interface.c
1319 F: tests/check-qom-proplist.c
1323 M: Markus Armbruster <armbru@redhat.com>
1329 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1332 M: Alistair Francis <alistair.francis@xilinx.com>
1334 F: hw/core/register.c
1335 F: include/hw/register.h
1338 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1339 M: Jan Kiszka <jan.kiszka@siemens.com>
1343 F: include/net/slirp.h
1344 T: git git://git.kiszka.org/qemu.git queues/slirp
1347 M: Paolo Bonzini <pbonzini@redhat.com>
1352 M: Stefan Hajnoczi <stefanha@redhat.com>
1355 F: scripts/tracetool.py
1356 F: scripts/tracetool/
1358 T: git git://github.com/stefanha/qemu.git tracing
1362 F: scripts/checkpatch.pl
1365 M: Juan Quintela <quintela@redhat.com>
1366 M: Amit Shah <amit.shah@redhat.com>
1368 F: include/migration/
1370 F: scripts/vmstate-static-checker.py
1371 F: tests/vmstate-static-checker-data/
1372 F: docs/migration.txt
1375 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1378 F: include/sysemu/seccomp.h
1381 M: Daniel P. Berrange <berrange@redhat.com>
1385 F: tests/test-crypto-*
1388 M: Stefan Hajnoczi <stefanha@redhat.com>
1389 M: Kevin Wolf <kwolf@redhat.com>
1391 F: include/qemu/coroutine*
1392 F: tests/test-coroutine.c
1395 M: Daniel P. Berrange <berrange@redhat.com>
1398 F: include/qemu/buffer.h
1401 M: Daniel P. Berrange <berrange@redhat.com>
1408 M: Daniel P. Berrange <berrange@redhat.com>
1409 M: Gerd Hoffmann <kraxel@redhat.com>
1410 M: Paolo Bonzini <pbonzini@redhat.com>
1412 F: include/qemu/sockets.h
1413 F: util/qemu-sockets.c
1415 Throttling infrastructure
1416 M: Alberto Garcia <berto@igalia.com>
1418 F: block/throttle-groups.c
1419 F: include/block/throttle-groups.h
1420 F: include/qemu/throttle.h
1422 L: qemu-block@nongnu.org
1425 M: Fam Zheng <famz@redhat.com>
1428 F: include/qemu/uuid.h
1429 F: tests/test-uuid.c
1432 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1433 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1435 F: docs/colo-proxy.txt
1437 F: net/filter-rewriter.c
1438 F: net/filter-mirror.c
1443 M: Riku Voipio <riku.voipio@iki.fi>
1451 F: default-configs/*-bsd-user.mak
1454 M: Riku Voipio <riku.voipio@iki.fi>
1457 F: default-configs/*-linux-user.mak
1459 Tiny Code Generator (TCG)
1460 -------------------------
1462 M: Richard Henderson <rth@twiddle.net>
1467 M: Claudio Fontana <claudio.fontana@huawei.com>
1468 M: Claudio Fontana <claudio.fontana@gmail.com>
1470 L: qemu-arm@nongnu.org
1476 M: Andrzej Zaborowski <balrogg@gmail.com>
1478 L: qemu-arm@nongnu.org
1483 L: qemu-devel@nongnu.org
1489 M: Aurelien Jarno <aurelien@aurel32.net>
1495 M: Aurelien Jarno <aurelien@aurel32.net>
1501 M: Vassili Karpov (malc) <av1474@comtv.ru>
1507 M: Alexander Graf <agraf@suse.de>
1508 M: Richard Henderson <rth@twiddle.net>
1519 M: Stefan Weil <sw@weilnetz.de>
1528 L: qemu-stable@nongnu.org
1529 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1533 L: qemu-stable@nongnu.org
1534 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1538 L: qemu-stable@nongnu.org
1539 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1543 L: qemu-stable@nongnu.org
1544 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1550 M: Fam Zheng <famz@redhat.com>
1551 L: qemu-block@nongnu.org
1556 M: Josh Durgin <jdurgin@redhat.com>
1557 M: Jeff Cody <jcody@redhat.com>
1558 L: qemu-block@nongnu.org
1561 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1564 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1565 M: Liu Yuan <namei.unix@gmail.com>
1566 M: Jeff Cody <jcody@redhat.com>
1567 L: qemu-block@nongnu.org
1568 L: sheepdog@lists.wpkg.org
1571 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1574 M: Jeff Cody <jcody@redhat.com>
1575 L: qemu-block@nongnu.org
1578 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1581 M: Stefan Weil <sw@weilnetz.de>
1582 L: qemu-block@nongnu.org
1587 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1588 M: Paolo Bonzini <pbonzini@redhat.com>
1589 M: Peter Lieven <pl@kamp.de>
1590 L: qemu-block@nongnu.org
1595 M: Jeff Cody <jcody@redhat.com>
1596 M: Peter Lieven <pl@kamp.de>
1597 L: qemu-block@nongnu.org
1600 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1603 M: Richard W.M. Jones <rjones@redhat.com>
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: Chrysostomos Nanakos <chris@include.gr>
1612 M: Jeff Cody <jcody@redhat.com>
1613 L: qemu-block@nongnu.org
1615 F: block/archipelago.c
1616 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1619 M: Jeff Cody <jcody@redhat.com>
1620 L: qemu-block@nongnu.org
1623 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1626 M: Jeff Cody <jcody@redhat.com>
1627 L: qemu-block@nongnu.org
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1633 M: Fam Zheng <famz@redhat.com>
1634 L: qemu-block@nongnu.org
1639 M: Gonglei <arei.gonglei@huawei.com>
1644 M: Alberto Garcia <berto@igalia.com>
1647 L: qemu-block@nongnu.org
1650 M: Stefan Hajnoczi <stefanha@redhat.com>
1651 L: qemu-block@nongnu.org
1653 F: block/blkverify.c
1656 M: Stefan Hajnoczi <stefanha@redhat.com>
1657 L: qemu-block@nongnu.org
1662 M: Stefan Hajnoczi <stefanha@redhat.com>
1663 L: qemu-block@nongnu.org
1668 M: Stefan Hajnoczi <stefanha@redhat.com>
1669 L: qemu-block@nongnu.org
1674 M: Stefan Hajnoczi <stefanha@redhat.com>
1675 M: Denis V. Lunev <den@openvz.org>
1676 L: qemu-block@nongnu.org
1678 F: block/parallels.c
1679 F: docs/specs/parallels.txt
1682 M: Stefan Hajnoczi <stefanha@redhat.com>
1683 L: qemu-block@nongnu.org
1688 M: Kevin Wolf <kwolf@redhat.com>
1689 L: qemu-block@nongnu.org
1691 F: block/linux-aio.c
1692 F: include/block/raw-aio.h
1693 F: block/raw-posix.c
1694 F: block/raw-win32.c
1696 F: block/win32-aio.c
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 M: Max Reitz <mreitz@redhat.com>
1714 L: qemu-block@nongnu.org
1719 M: Kevin Wolf <kwolf@redhat.com>
1720 L: qemu-block@nongnu.org
1725 M: Kevin Wolf <kwolf@redhat.com>
1726 L: qemu-block@nongnu.org
1731 M: Stefan Hajnoczi <stefanha@redhat.com>
1732 L: qemu-block@nongnu.org
1734 F: tests/image-fuzzer/
1737 M: Wen Congyang <wency@cn.fujitsu.com>
1738 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1741 F: block/replication.c
1742 F: tests/test-replication.c
1743 F: docs/block-replication.txt
1745 Build and test automation
1746 -------------------------
1747 M: Alex Bennée <alex.bennee@linaro.org>
1748 L: qemu-devel@nongnu.org
1754 Build system architecture
1755 M: Daniel P. Berrange <berrange@redhat.com>
1757 F: docs/build-system.txt
1761 Docker based testing framework and cases
1762 M: Fam Zheng <famz@redhat.com>