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
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
72 L: qemu-trivial@nongnu.org
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
77 Guest CPU cores (TCG):
78 ----------------------
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
107 M: Richard Henderson <rth@twiddle.net>
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
121 F: include/hw/cpu/a*mpcore.h
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
136 M: Michael Walle <michael@walle.cc>
143 F: include/hw/char/lm32_juart.h
148 M: Laurent Vivier <laurent@vivier.eu>
154 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
156 F: target-microblaze/
158 F: disas/microblaze.c
161 M: Aurelien Jarno <aurelien@aurel32.net>
162 M: Yongbok Kim <yongbok.kim@imgtec.com>
167 F: hw/intc/mips_gic.c
168 F: hw/timer/mips_gictimer.c
170 F: include/hw/misc/mips_*
171 F: include/hw/intc/mips_gic.h
172 F: include/hw/timer/mips_gictimer.h
177 M: Anthony Green <green@moxielogic.com>
182 F: default-configs/moxie-softmmu.mak
185 M: Jia Liu <proljc@gmail.com>
189 F: tests/tcg/openrisc/
192 M: David Gibson <david@gibson.dropbear.id.au>
193 M: Alexander Graf <agraf@suse.de>
194 L: qemu-ppc@nongnu.org
202 M: Richard Henderson <rth@twiddle.net>
203 M: Alexander Graf <agraf@suse.de>
210 M: Aurelien Jarno <aurelien@aurel32.net>
218 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
219 M: Artyom Tarasenko <atar4qemu@gmail.com>
227 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
231 F: include/hw/unicore32/
234 M: Paolo Bonzini <pbonzini@redhat.com>
235 M: Richard Henderson <rth@twiddle.net>
236 M: Eduardo Habkost <ehabkost@redhat.com>
243 M: Max Filippov <jcmvbkbc@gmail.com>
244 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
251 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
255 F: include/hw/tricore/
257 Guest CPU Cores (KVM):
258 ----------------------
261 M: Paolo Bonzini <pbonzini@redhat.com>
262 L: kvm@vger.kernel.org
266 F: include/sysemu/kvm*.h
269 M: Peter Maydell <peter.maydell@linaro.org>
270 L: qemu-arm@nongnu.org
275 M: James Hogan <james.hogan@imgtec.com>
280 M: Alexander Graf <agraf@suse.de>
285 M: Christian Borntraeger <borntraeger@de.ibm.com>
286 M: Cornelia Huck <cornelia.huck@de.ibm.com>
287 M: Alexander Graf <agraf@suse.de>
289 F: target-s390x/kvm.c
290 F: target-s390x/ioinst.[ch]
291 F: target-s390x/machine.c
292 F: hw/intc/s390_flic.c
293 F: hw/intc/s390_flic_kvm.c
294 F: include/hw/s390x/s390_flic.h
296 T: git git://github.com/cohuck/qemu.git s390-next
297 T: git git://github.com/borntraeger/qemu.git s390-next
300 M: Paolo Bonzini <pbonzini@redhat.com>
301 M: Marcelo Tosatti <mtosatti@redhat.com>
302 L: kvm@vger.kernel.org
306 Guest CPU Cores (Xen):
307 ----------------------
310 M: Stefano Stabellini <sstabellini@kernel.org>
311 M: Anthony Perard <anthony.perard@citrix.com>
312 L: xen-devel@lists.xensource.com
316 F: hw/char/xen_console.c
317 F: hw/display/xenfb.c
324 F: include/sysemu/xen-mapcache.h
330 L: qemu-devel@nongnu.org
336 L: qemu-devel@nongnu.org
341 L: qemu-devel@nongnu.org
342 M: Stefan Weil <sw@weilnetz.de>
353 M: Beniamino Galvani <b.galvani@gmail.com>
354 L: qemu-arm@nongnu.org
357 F: include/hw/*/allwinner*
358 F: hw/arm/cubieboard.c
361 M: Peter Maydell <peter.maydell@linaro.org>
362 L: qemu-arm@nongnu.org
373 F: include/hw/arm/primecell.h
376 M: Peter Maydell <peter.maydell@linaro.org>
377 L: qemu-arm@nongnu.org
380 F: hw/intc/gic_internal.h
382 F: hw/misc/arm11scu.c
383 F: hw/timer/a9gtimer*
385 F: include/hw/arm/arm.h
386 F: include/hw/intc/arm*
387 F: include/hw/misc/a9scu.h
388 F: include/hw/misc/arm11scu.h
389 F: include/hw/timer/a9gtimer.h
390 F: include/hw/timer/arm_mptimer.h
393 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
394 L: qemu-arm@nongnu.org
397 F: include/hw/arm/exynos4210.h
400 M: Rob Herring <robh@kernel.org>
401 L: qemu-arm@nongnu.org
407 M: Antony Pavlov <antonynpavlov@gmail.com>
408 L: qemu-arm@nongnu.org
410 F: include/hw/arm/digic.h
414 L: qemu-devel@nongnu.org
415 L: qemu-arm@nongnu.org
420 M: Peter Chubb <peter.chubb@nicta.com.au>
421 L: qemu-arm@nongnu.org
426 F: include/hw/arm/fsl-imx31.h
429 M: Peter Maydell <peter.maydell@linaro.org>
430 L: qemu-arm@nongnu.org
432 F: hw/arm/integratorcp.c
433 F: hw/misc/arm_integrator_debug.c
436 M: Jan Kiszka <jan.kiszka@web.de>
437 L: qemu-arm@nongnu.org
442 M: Andrzej Zaborowski <balrogg@gmail.com>
443 L: qemu-arm@nongnu.org
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
454 M: Peter Maydell <peter.maydell@linaro.org>
455 L: qemu-arm@nongnu.org
458 F: hw/cpu/realview_mpcore.c
459 F: hw/intc/realview_gic.c
460 F: include/hw/intc/realview_gic.h
463 M: Andrzej Zaborowski <balrogg@gmail.com>
464 L: qemu-arm@nongnu.org
466 F: hw/arm/mainstone.c
471 F: hw/misc/mst_fpga.c
472 F: include/hw/arm/pxa.h
475 M: Peter Maydell <peter.maydell@linaro.org>
476 L: qemu-arm@nongnu.org
481 M: Peter Maydell <peter.maydell@linaro.org>
482 L: qemu-arm@nongnu.org
487 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
488 M: Alistair Francis <alistair.francis@xilinx.com>
489 L: qemu-arm@nongnu.org
494 F: include/hw/misc/zynq*
498 M: Alistair Francis <alistair.francis@xilinx.com>
499 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
500 L: qemu-arm@nongnu.org
503 F: include/hw/*/xlnx*.h
506 M: Shannon Zhao <zhaoshenglong@huawei.com>
507 M: Shannon Zhao <shannon.zhao@linaro.org>
508 L: qemu-arm@nongnu.org
510 F: hw/arm/virt-acpi-build.c
511 F: include/hw/arm/virt-acpi-build.h
514 M: Alistair Francis <alistair@alistair23.me>
516 F: hw/arm/stm32f205_soc.c
517 F: hw/misc/stm32f2xx_syscfg.c
518 F: hw/char/stm32f2xx_usart.c
519 F: hw/timer/stm32f2xx_timer.c
521 F: hw/ssi/stm32f2xx_spi.c
524 M: Alistair Francis <alistair@alistair23.me>
526 F: hw/arm/netduino2.c
531 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
533 F: hw/cris/axis_dev88.c
538 EVR32 and uclinux BSP
539 M: Michael Walle <michael@walle.cc>
541 F: hw/lm32/lm32_boards.c
544 M: Michael Walle <michael@walle.cc>
546 F: hw/lm32/milkymist.c
557 F: hw/m68k/dummy_m68k.c
562 F: hw/m68k/mcf_intc.c
563 F: hw/char/mcf_uart.c
569 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
571 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
576 F: hw/microblaze/petalogix_ml605_mmu.c
581 M: Hervé Poussineau <hpoussin@reactos.org>
583 F: hw/mips/mips_jazz.c
586 M: Aurelien Jarno <aurelien@aurel32.net>
588 F: hw/mips/mips_malta.c
591 L: qemu-devel@nongnu.org
593 F: hw/mips/mips_mipssim.c
596 M: Aurelien Jarno <aurelien@aurel32.net>
598 F: hw/mips/mips_r4k.c
603 M: Jia Liu <proljc@gmail.com>
605 F: hw/openrisc/openrisc_sim.c
610 M: Alexander Graf <agraf@suse.de>
611 L: qemu-ppc@nongnu.org
613 F: hw/ppc/ppc405_boards.c
616 M: Alexander Graf <agraf@suse.de>
617 L: qemu-ppc@nongnu.org
619 F: hw/ppc/ppc440_bamboo.c
622 M: Alexander Graf <agraf@suse.de>
623 M: Scott Wood <scottwood@freescale.com>
624 L: qemu-ppc@nongnu.org
628 F: include/hw/ppc/ppc_e500.h
629 F: include/hw/pci-host/ppce500.h
630 F: pc-bios/u-boot.e500
633 M: Alexander Graf <agraf@suse.de>
634 M: Scott Wood <scottwood@freescale.com>
635 L: qemu-ppc@nongnu.org
637 F: hw/ppc/mpc8544ds.c
638 F: hw/ppc/mpc8544_guts.c
641 M: Alexander Graf <agraf@suse.de>
642 L: qemu-ppc@nongnu.org
644 F: hw/ppc/mac_newworld.c
645 F: hw/pci-host/uninorth.c
646 F: hw/pci-bridge/dec.[hc]
648 F: include/hw/ppc/mac_dbdma.h
649 F: hw/nvram/mac_nvram.c
652 M: Alexander Graf <agraf@suse.de>
653 L: qemu-ppc@nongnu.org
655 F: hw/ppc/mac_oldworld.c
656 F: hw/pci-host/grackle.c
658 F: hw/intc/heathrow_pic.c
661 L: qemu-devel@nongnu.org
662 L: qemu-ppc@nongnu.org
665 F: hw/pci-host/prep.[hc]
666 F: hw/isa/pc87312.[hc]
667 F: pc-bios/ppc_rom.bin
670 M: David Gibson <david@gibson.dropbear.id.au>
671 M: Alexander Graf <agraf@suse.de>
672 L: qemu-ppc@nongnu.org
675 F: include/hw/*/spapr*
677 F: include/hw/*/xics*
678 F: pc-bios/spapr-rtas/*
679 F: pc-bios/spapr-rtas.bin
681 F: pc-bios/skiboot.lid
682 F: docs/specs/ppc-spapr-hcalls.txt
683 F: docs/specs/ppc-spapr-hotplug.txt
685 F: tests/libqos/*spapr*
687 F: tests/libqos/rtas*
690 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
691 L: qemu-ppc@nongnu.org
693 F: hw/ppc/virtex_ml507.c
698 M: Magnus Damm <magnus.damm@gmail.com>
702 F: hw/timer/sh_timer.c
705 M: Magnus Damm <magnus.damm@gmail.com>
712 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
715 F: hw/dma/sparc32_dma.c
716 F: hw/dma/sun4m_iommu.c
717 F: hw/misc/eccmemctl.c
718 F: hw/misc/slavio_misc.c
719 F: include/hw/sparc/sparc32_dma.h
720 F: include/hw/sparc/sun4m.h
721 F: pc-bios/openbios-sparc32
724 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
726 F: hw/sparc64/sun4u.c
727 F: pc-bios/openbios-sparc64
730 M: Fabien Chouteau <chouteau@adacore.com>
734 F: include/hw/sparc/grlib.h
739 M: Cornelia Huck <cornelia.huck@de.ibm.com>
740 M: Christian Borntraeger <borntraeger@de.ibm.com>
741 M: Alexander Graf <agraf@suse.de>
743 F: hw/char/sclp*.[hc]
747 F: hw/watchdog/wdt_diag288.c
748 F: include/hw/watchdog/wdt_diag288.h
749 F: pc-bios/s390-ccw.img
750 F: default-configs/s390x-softmmu.mak
751 T: git git://github.com/cohuck/qemu.git s390-next
752 T: git git://github.com/borntraeger/qemu.git s390-next
756 PKUnity-3 SoC initramfs-with-busybox
757 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
765 M: Michael S. Tsirkin <mst@redhat.com>
769 F: hw/pci-host/piix.c
772 F: include/hw/pci-host/q35.h
773 F: include/hw/pci-host/pam.h
776 F: hw/i2c/smbus_ich9.c
779 F: include/hw/acpi/ich9.h
780 F: include/hw/acpi/piix4.h
784 M: Michael S. Tsirkin <mst@redhat.com>
785 M: Paolo Bonzini <pbonzini@redhat.com>
787 F: hw/char/debugcon.c
788 F: hw/char/parallel.c
795 F: hw/misc/debugexit.c
796 F: hw/misc/pc-testdev.c
799 F: hw/timer/mc146818rtc*
800 F: include/hw/i2c/pm_smbus.h
801 F: include/hw/timer/hpet.h
802 F: include/hw/timer/i8254*
803 F: include/hw/timer/mc146818rtc*
806 M: Eduardo Habkost <ehabkost@redhat.com>
807 M: Marcel Apfelbaum <marcel@redhat.com>
810 F: include/hw/boards.h
815 M: Max Filippov <jcmvbkbc@gmail.com>
819 XTFPGA (LX60, LX200, ML605, KC705)
820 M: Max Filippov <jcmvbkbc@gmail.com>
822 F: hw/xtensa/xtfpga.c
823 F: hw/net/opencores_eth.c
828 M: Jiri Slaby <jslaby@suse.cz>
833 M: John Snow <jsnow@redhat.com>
834 L: qemu-block@nongnu.org
841 F: hw/block/hd-geometry.c
844 F: tests/libqos/ahci*
845 T: git git://github.com/jnsnow/qemu.git ide
848 M: John Snow <jsnow@redhat.com>
849 L: qemu-block@nongnu.org
852 F: include/hw/block/fdc.h
854 T: git git://github.com/jnsnow/qemu.git ide
857 M: Peter Maydell <peter.maydell@linaro.org>
860 F: include/hw/arm/omap.h
863 M: Alberto Garcia <berto@igalia.com>
865 F: hw/char/ipoctal232.c
869 M: Michael S. Tsirkin <mst@redhat.com>
870 M: Marcel Apfelbaum <marcel@redhat.com>
873 F: hw/misc/pci-testdev.c
878 M: Michael S. Tsirkin <mst@redhat.com>
879 M: Igor Mammedov <imammedo@redhat.com>
882 F: include/hw/smbios/*
886 F: hw/i386/acpi-build.[hc]
887 F: hw/arm/virt-acpi-build.c
888 F: include/hw/arm/virt-acpi-build.h
891 M: Alexander Graf <agraf@suse.de>
892 L: qemu-ppc@nongnu.org
895 F: include/hw/ppc/ppc4xx.h
898 M: Alexander Graf <agraf@suse.de>
899 M: Scott Wood <scottwood@freescale.com>
900 L: qemu-ppc@nongnu.org
903 F: hw/pci-host/ppce500.c
907 M: Paolo Bonzini <pbonzini@redhat.com>
912 M: Jason Wang <jasowang@redhat.com>
915 F: tests/virtio-net-test.c
916 T: git git://github.com/jasowang/qemu.git net
919 M: Paolo Bonzini <pbonzini@redhat.com>
923 F: tests/virtio-scsi-test.c
924 T: git git://github.com/bonzini/qemu.git scsi-next
928 F: hw/scsi/lsi53c895a.c
931 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
938 M: Alistair Francis <alistair.francis@xilinx.com>
939 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
944 M: Gerd Hoffmann <kraxel@redhat.com>
947 F: tests/usb-*-test.c
949 F: docs/usb-storage.txt
954 M: Gerd Hoffmann <kraxel@redhat.com>
955 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
957 F: hw/usb/dev-serial.c
960 M: Alex Williamson <alex.williamson@redhat.com>
966 M: Michael S. Tsirkin <mst@redhat.com>
971 M: Michael S. Tsirkin <mst@redhat.com>
974 F: hw/virtio/Makefile.objs
975 F: hw/virtio/trace-events
977 F: include/hw/virtio/
978 F: tests/virtio-balloon-test.c
981 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
982 M: Greg Kurz <groug@kaod.org>
986 F: tests/virtio-9p-test.c
987 T: git git://github.com/kvaneesh/QEMU.git
988 T: git git://github.com/gkurz/qemu.git 9p-next
991 M: Stefan Hajnoczi <stefanha@redhat.com>
992 L: qemu-block@nongnu.org
994 F: hw/block/virtio-blk.c
995 F: hw/block/dataplane/*
996 F: tests/virtio-blk-test.c
997 T: git git://github.com/stefanha/qemu.git block
1000 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1001 M: Christian Borntraeger <borntraeger@de.ibm.com>
1003 F: hw/s390x/virtio-ccw.[hc]
1004 T: git git://github.com/cohuck/qemu.git s390-next
1005 T: git git://github.com/borntraeger/qemu.git s390-next
1008 M: Gerd Hoffmann <kraxel@redhat.com>
1010 F: hw/input/virtio-input*.c
1011 F: include/hw/virtio/virtio-input.h
1014 M: Amit Shah <amit.shah@redhat.com>
1016 F: hw/char/virtio-serial-bus.c
1017 F: hw/char/virtio-console.c
1018 F: include/hw/virtio/virtio-serial.h
1019 F: tests/virtio-console-test.c
1020 F: tests/virtio-serial-test.c
1023 M: Amit Shah <amit.shah@redhat.com>
1025 F: hw/virtio/virtio-rng.c
1026 F: include/hw/virtio/virtio-rng.h
1027 F: include/sysemu/rng*.h
1029 F: tests/virtio-rng-test.c
1032 M: Gonglei <arei.gonglei@huawei.com>
1034 F: hw/virtio/virtio-crypto.c
1035 F: hw/virtio/virtio-crypto-pci.c
1036 F: include/hw/virtio/virtio-crypto.h
1039 M: Keith Busch <keith.busch@intel.com>
1040 L: qemu-block@nongnu.org
1043 F: tests/nvme-test.c
1046 M: Hannes Reinecke <hare@suse.de>
1047 L: qemu-block@nongnu.org
1049 F: hw/scsi/megasas.c
1052 Network packet abstractions
1053 M: Dmitry Fleytman <dmitry@daynix.com>
1055 F: include/net/eth.h
1057 F: hw/net/net_rx_pkt*
1058 F: hw/net/net_tx_pkt*
1061 M: Dmitry Fleytman <dmitry@daynix.com>
1064 F: hw/scsi/vmw_pvscsi*
1067 M: Jiri Pirko <jiri@resnulli.us>
1071 F: docs/specs/rocker.txt
1074 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1078 F: include/hw/mem/nvdimm.h
1081 M: Dmitry Fleytman <dmitry@daynix.com>
1086 M: Dmitry Fleytman <dmitry@daynix.com>
1091 M: Alistair Francis <alistair.francis@xilinx.com>
1093 F: hw/core/generic-loader.c
1094 F: include/hw/core/generic-loader.h
1097 M: Thomas Huth <thuth@redhat.com>
1099 F: hw/nvram/chrp_nvram.c
1100 F: include/hw/nvram/chrp_nvram.h
1101 F: tests/prom-env-test.c
1106 M: Gerd Hoffmann <kraxel@redhat.com>
1110 F: include/hw/audio/
1111 F: tests/ac97-test.c
1112 F: tests/es1370-test.c
1113 F: tests/intel-hda-test.c
1116 M: Kevin Wolf <kwolf@redhat.com>
1117 M: Max Reitz <mreitz@redhat.com>
1118 L: qemu-block@nongnu.org
1126 F: tests/qemu-iotests/
1127 T: git git://repo.or.cz/qemu/kevin.git block
1130 M: Stefan Hajnoczi <stefanha@redhat.com>
1131 M: Fam Zheng <famz@redhat.com>
1132 L: qemu-block@nongnu.org
1138 F: include/block/aio.h
1139 T: git git://github.com/stefanha/qemu.git block
1142 M: Jeff Cody <jcody@redhat.com>
1143 L: qemu-block@nongnu.org
1146 F: include/block/blockjob.h
1151 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1153 Block QAPI, monitor, command line
1154 M: Markus Armbruster <armbru@redhat.com>
1159 T: git git://repo.or.cz/qemu/armbru.git block-next
1162 M: Fam Zheng <famz@redhat.com>
1163 M: John Snow <jsnow@redhat.com>
1164 L: qemu-block@nongnu.org
1167 F: block/dirty-bitmap.c
1168 F: include/qemu/hbitmap.h
1169 F: include/block/dirty-bitmap.h
1170 F: tests/test-hbitmap.c
1172 T: git git://github.com/famz/qemu.git bitmaps
1173 T: git git://github.com/jnsnow/qemu.git bitmaps
1175 Character device backends
1176 M: Paolo Bonzini <pbonzini@redhat.com>
1179 F: backends/msmouse.c
1180 F: backends/testdev.c
1182 Character Devices (Braille)
1183 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1188 M: Markus Armbruster <armbru@redhat.com>
1190 F: scripts/coverity-model.c
1193 L: qemu-devel@nongnu.org
1196 F: include/qom/cpu.h
1199 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1200 M: Alexander Graf <agraf@suse.de>
1203 F: include/sysemu/device_tree.h
1206 M: Markus Armbruster <armbru@redhat.com>
1208 F: include/qapi/error.h
1209 F: include/qemu/error-report.h
1211 F: util/qemu-error.c
1214 L: qemu-devel@nongnu.org
1220 M: Paolo Bonzini <pbonzini@redhat.com>
1222 F: include/exec/ioport.h
1224 F: include/exec/memory.h
1225 F: include/exec/ram_addr.h
1227 F: include/exec/memory-internal.h
1231 M: Gerd Hoffmann <kraxel@redhat.com>
1233 F: include/ui/qemu-spice.h
1234 F: include/ui/spice-display.h
1236 F: audio/spiceaudio.c
1240 M: Gerd Hoffmann <kraxel@redhat.com>
1246 M: Peter Maydell <peter.maydell@linaro.org>
1251 M: Paolo Bonzini <pbonzini@redhat.com>
1259 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1264 F: include/monitor/hmp-target.h
1266 Network device backends
1267 M: Jason Wang <jasowang@redhat.com>
1271 T: git git://github.com/jasowang/qemu.git net
1273 Netmap network backend
1274 M: Luigi Rizzo <rizzo@iet.unipi.it>
1275 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1276 M: Vincenzo Maffione <v.maffione@gmail.com>
1277 W: http://info.iet.unipi.it/~luigi/netmap/
1281 Network Block Device (NBD)
1282 M: Paolo Bonzini <pbonzini@redhat.com>
1286 F: include/block/nbd*
1288 T: git git://github.com/bonzini/qemu.git nbd-next
1291 M: Eduardo Habkost <ehabkost@redhat.com>
1294 F: include/sysemu/numa.h
1295 T: git git://github.com/ehabkost/qemu.git numa
1297 Host Memory Backends
1298 M: Eduardo Habkost <ehabkost@redhat.com>
1299 M: Igor Mammedov <imammedo@redhat.com>
1301 F: backends/hostmem*.c
1302 F: include/sysemu/hostmem.h
1305 M: Gonglei <arei.gonglei@huawei.com>
1307 F: include/sysemu/cryptodev*.h
1308 F: backends/cryptodev*.c
1311 M: Markus Armbruster <armbru@redhat.com>
1312 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1317 X: include/qapi/qmp/
1318 F: include/qapi/qmp/dispatch.h
1319 F: tests/qapi-schema/
1320 F: tests/test-*-visitor.c
1321 F: tests/test-qmp-*.c
1324 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1327 M: Eric Blake <eblake@redhat.com>
1328 M: Markus Armbruster <armbru@redhat.com>
1332 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1335 M: Markus Armbruster <armbru@redhat.com>
1338 F: include/qapi/qmp/
1339 X: include/qapi/qmp/dispatch.h
1340 F: tests/check-qdict.c
1341 F: tests/check-qfloat.c
1342 F: tests/check-qint.c
1343 F: tests/check-qjson.c
1344 F: tests/check-qlist.c
1345 F: tests/check-qstring.c
1346 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1349 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1352 T: git git://github.com/mdroth/qemu.git qga
1355 M: Andreas Färber <afaerber@suse.de>
1357 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1359 X: include/qom/cpu.h
1362 F: tests/check-qom-interface.c
1363 F: tests/check-qom-proplist.c
1367 M: Markus Armbruster <armbru@redhat.com>
1373 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1376 M: Alistair Francis <alistair.francis@xilinx.com>
1378 F: hw/core/register.c
1379 F: include/hw/register.h
1382 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1383 M: Jan Kiszka <jan.kiszka@siemens.com>
1387 F: include/net/slirp.h
1388 T: git git://git.kiszka.org/qemu.git queues/slirp
1391 M: Paolo Bonzini <pbonzini@redhat.com>
1396 M: Stefan Hajnoczi <stefanha@redhat.com>
1399 F: scripts/tracetool.py
1400 F: scripts/tracetool/
1402 T: git git://github.com/stefanha/qemu.git tracing
1406 F: scripts/checkpatch.pl
1409 M: Juan Quintela <quintela@redhat.com>
1410 M: Amit Shah <amit.shah@redhat.com>
1412 F: include/migration/
1414 F: scripts/vmstate-static-checker.py
1415 F: tests/vmstate-static-checker-data/
1416 F: docs/migration.txt
1419 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1422 F: include/sysemu/seccomp.h
1425 M: Daniel P. Berrange <berrange@redhat.com>
1429 F: tests/test-crypto-*
1432 M: Stefan Hajnoczi <stefanha@redhat.com>
1433 M: Kevin Wolf <kwolf@redhat.com>
1435 F: include/qemu/coroutine*
1436 F: tests/test-coroutine.c
1439 M: Daniel P. Berrange <berrange@redhat.com>
1442 F: include/qemu/buffer.h
1445 M: Daniel P. Berrange <berrange@redhat.com>
1452 M: Daniel P. Berrange <berrange@redhat.com>
1453 M: Gerd Hoffmann <kraxel@redhat.com>
1454 M: Paolo Bonzini <pbonzini@redhat.com>
1456 F: include/qemu/sockets.h
1457 F: util/qemu-sockets.c
1459 Throttling infrastructure
1460 M: Alberto Garcia <berto@igalia.com>
1462 F: block/throttle-groups.c
1463 F: include/block/throttle-groups.h
1464 F: include/qemu/throttle.h
1466 L: qemu-block@nongnu.org
1469 M: Fam Zheng <famz@redhat.com>
1472 F: include/qemu/uuid.h
1473 F: tests/test-uuid.c
1476 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1479 F: include/migration/colo.h
1480 F: include/migration/failover.h
1484 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1485 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1487 F: docs/colo-proxy.txt
1489 F: net/filter-rewriter.c
1490 F: net/filter-mirror.c
1495 M: Riku Voipio <riku.voipio@iki.fi>
1503 F: default-configs/*-bsd-user.mak
1506 M: Riku Voipio <riku.voipio@iki.fi>
1509 F: default-configs/*-linux-user.mak
1511 Tiny Code Generator (TCG)
1512 -------------------------
1514 M: Richard Henderson <rth@twiddle.net>
1519 M: Claudio Fontana <claudio.fontana@huawei.com>
1520 M: Claudio Fontana <claudio.fontana@gmail.com>
1522 L: qemu-arm@nongnu.org
1528 M: Andrzej Zaborowski <balrogg@gmail.com>
1530 L: qemu-arm@nongnu.org
1535 L: qemu-devel@nongnu.org
1541 M: Aurelien Jarno <aurelien@aurel32.net>
1547 M: Aurelien Jarno <aurelien@aurel32.net>
1553 M: Richard Henderson <rth@twiddle.net>
1559 M: Alexander Graf <agraf@suse.de>
1560 M: Richard Henderson <rth@twiddle.net>
1571 M: Stefan Weil <sw@weilnetz.de>
1580 M: Fam Zheng <famz@redhat.com>
1581 L: qemu-block@nongnu.org
1586 M: Josh Durgin <jdurgin@redhat.com>
1587 M: Jeff Cody <jcody@redhat.com>
1588 L: qemu-block@nongnu.org
1591 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1594 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1595 M: Liu Yuan <namei.unix@gmail.com>
1596 M: Jeff Cody <jcody@redhat.com>
1597 L: qemu-block@nongnu.org
1598 L: sheepdog@lists.wpkg.org
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: Stefan Weil <sw@weilnetz.de>
1612 L: qemu-block@nongnu.org
1617 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1618 M: Paolo Bonzini <pbonzini@redhat.com>
1619 M: Peter Lieven <pl@kamp.de>
1620 L: qemu-block@nongnu.org
1625 M: Jeff Cody <jcody@redhat.com>
1626 M: Peter Lieven <pl@kamp.de>
1627 L: qemu-block@nongnu.org
1630 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1633 M: Richard W.M. Jones <rjones@redhat.com>
1634 M: Jeff Cody <jcody@redhat.com>
1635 L: qemu-block@nongnu.org
1638 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1641 M: Chrysostomos Nanakos <chris@include.gr>
1642 M: Jeff Cody <jcody@redhat.com>
1643 L: qemu-block@nongnu.org
1645 F: block/archipelago.c
1646 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1649 M: Jeff Cody <jcody@redhat.com>
1650 L: qemu-block@nongnu.org
1653 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1656 M: Jeff Cody <jcody@redhat.com>
1657 L: qemu-block@nongnu.org
1660 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1663 M: Fam Zheng <famz@redhat.com>
1664 L: qemu-block@nongnu.org
1669 M: Gonglei <arei.gonglei@huawei.com>
1674 M: Alberto Garcia <berto@igalia.com>
1677 L: qemu-block@nongnu.org
1680 M: Stefan Hajnoczi <stefanha@redhat.com>
1681 L: qemu-block@nongnu.org
1683 F: block/blkverify.c
1686 M: Stefan Hajnoczi <stefanha@redhat.com>
1687 L: qemu-block@nongnu.org
1692 M: Stefan Hajnoczi <stefanha@redhat.com>
1693 L: qemu-block@nongnu.org
1698 M: Stefan Hajnoczi <stefanha@redhat.com>
1699 L: qemu-block@nongnu.org
1704 M: Stefan Hajnoczi <stefanha@redhat.com>
1705 M: Denis V. Lunev <den@openvz.org>
1706 L: qemu-block@nongnu.org
1708 F: block/parallels.c
1709 F: docs/specs/parallels.txt
1712 M: Stefan Hajnoczi <stefanha@redhat.com>
1713 L: qemu-block@nongnu.org
1718 M: Kevin Wolf <kwolf@redhat.com>
1719 L: qemu-block@nongnu.org
1721 F: block/linux-aio.c
1722 F: include/block/raw-aio.h
1723 F: block/raw-posix.c
1724 F: block/raw-win32.c
1726 F: block/win32-aio.c
1729 M: Kevin Wolf <kwolf@redhat.com>
1730 M: Max Reitz <mreitz@redhat.com>
1731 L: qemu-block@nongnu.org
1736 M: Kevin Wolf <kwolf@redhat.com>
1737 L: qemu-block@nongnu.org
1742 M: Kevin Wolf <kwolf@redhat.com>
1743 M: Max Reitz <mreitz@redhat.com>
1744 L: qemu-block@nongnu.org
1749 M: Kevin Wolf <kwolf@redhat.com>
1750 L: qemu-block@nongnu.org
1755 M: Kevin Wolf <kwolf@redhat.com>
1756 L: qemu-block@nongnu.org
1761 M: Stefan Hajnoczi <stefanha@redhat.com>
1762 L: qemu-block@nongnu.org
1764 F: tests/image-fuzzer/
1767 M: Wen Congyang <wency@cn.fujitsu.com>
1768 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1771 F: block/replication.c
1772 F: tests/test-replication.c
1773 F: docs/block-replication.txt
1775 Build and test automation
1776 -------------------------
1777 M: Alex Bennée <alex.bennee@linaro.org>
1778 L: qemu-devel@nongnu.org
1784 Build system architecture
1785 M: Daniel P. Berrange <berrange@redhat.com>
1787 F: docs/build-system.txt
1791 Docker based testing framework and cases
1792 M: Fam Zheng <famz@redhat.com>