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: Richard Henderson <rth@twiddle.net>
142 M: Michael Walle <michael@walle.cc>
149 F: include/hw/char/lm32_juart.h
154 M: Laurent Vivier <laurent@vivier.eu>
160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
162 F: target/microblaze/
164 F: disas/microblaze.c
167 M: Aurelien Jarno <aurelien@aurel32.net>
168 M: Yongbok Kim <yongbok.kim@imgtec.com>
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
183 M: Anthony Green <green@moxielogic.com>
188 F: default-configs/moxie-softmmu.mak
191 M: Chris Wulff <crwulff@gmail.com>
192 M: Marek Vasut <marex@denx.de>
199 M: Stafford Horne <shorne@gmail.com>
203 F: tests/tcg/openrisc/
206 M: David Gibson <david@gibson.dropbear.id.au>
207 M: Alexander Graf <agraf@suse.de>
208 L: qemu-ppc@nongnu.org
216 M: Richard Henderson <rth@twiddle.net>
217 M: Alexander Graf <agraf@suse.de>
224 M: Aurelien Jarno <aurelien@aurel32.net>
232 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
233 M: Artyom Tarasenko <atar4qemu@gmail.com>
241 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
245 F: include/hw/unicore32/
248 M: Paolo Bonzini <pbonzini@redhat.com>
249 M: Richard Henderson <rth@twiddle.net>
250 M: Eduardo Habkost <ehabkost@redhat.com>
257 M: Max Filippov <jcmvbkbc@gmail.com>
258 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
265 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
269 F: include/hw/tricore/
271 Guest CPU Cores (KVM):
272 ----------------------
275 M: Paolo Bonzini <pbonzini@redhat.com>
276 L: kvm@vger.kernel.org
280 F: include/sysemu/kvm*.h
283 M: Peter Maydell <peter.maydell@linaro.org>
284 L: qemu-arm@nongnu.org
289 M: James Hogan <james.hogan@imgtec.com>
294 M: Alexander Graf <agraf@suse.de>
299 M: Christian Borntraeger <borntraeger@de.ibm.com>
300 M: Cornelia Huck <cornelia.huck@de.ibm.com>
301 M: Alexander Graf <agraf@suse.de>
303 F: target/s390x/kvm.c
304 F: target/s390x/ioinst.[ch]
305 F: target/s390x/machine.c
306 F: hw/intc/s390_flic.c
307 F: hw/intc/s390_flic_kvm.c
308 F: include/hw/s390x/s390_flic.h
310 T: git git://github.com/cohuck/qemu.git s390-next
311 T: git git://github.com/borntraeger/qemu.git s390-next
314 M: Paolo Bonzini <pbonzini@redhat.com>
315 M: Marcelo Tosatti <mtosatti@redhat.com>
316 L: kvm@vger.kernel.org
320 Guest CPU Cores (Xen):
321 ----------------------
324 M: Stefano Stabellini <sstabellini@kernel.org>
325 M: Anthony Perard <anthony.perard@citrix.com>
326 L: xen-devel@lists.xenproject.org
330 F: hw/9pfs/xen-9p-backend.c
331 F: hw/char/xen_console.c
332 F: hw/display/xenfb.c
339 F: include/sysemu/xen-mapcache.h
345 L: qemu-devel@nongnu.org
351 L: qemu-devel@nongnu.org
356 L: qemu-devel@nongnu.org
357 M: Stefan Weil <sw@weilnetz.de>
368 M: Beniamino Galvani <b.galvani@gmail.com>
369 L: qemu-arm@nongnu.org
372 F: include/hw/*/allwinner*
373 F: hw/arm/cubieboard.c
376 M: Peter Maydell <peter.maydell@linaro.org>
377 L: qemu-arm@nongnu.org
388 F: include/hw/arm/primecell.h
391 M: Peter Maydell <peter.maydell@linaro.org>
392 L: qemu-arm@nongnu.org
395 F: hw/intc/gic_internal.h
397 F: hw/misc/arm11scu.c
398 F: hw/timer/a9gtimer*
400 F: include/hw/arm/arm.h
401 F: include/hw/intc/arm*
402 F: include/hw/misc/a9scu.h
403 F: include/hw/misc/arm11scu.h
404 F: include/hw/timer/a9gtimer.h
405 F: include/hw/timer/arm_mptimer.h
408 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
409 L: qemu-arm@nongnu.org
412 F: include/hw/arm/exynos4210.h
415 M: Rob Herring <robh@kernel.org>
416 L: qemu-arm@nongnu.org
422 M: Antony Pavlov <antonynpavlov@gmail.com>
423 L: qemu-arm@nongnu.org
425 F: include/hw/arm/digic.h
429 L: qemu-devel@nongnu.org
430 L: qemu-arm@nongnu.org
435 M: Peter Chubb <peter.chubb@nicta.com.au>
436 L: qemu-arm@nongnu.org
441 F: include/hw/arm/fsl-imx31.h
444 M: Peter Maydell <peter.maydell@linaro.org>
445 L: qemu-arm@nongnu.org
447 F: hw/arm/integratorcp.c
448 F: hw/misc/arm_integrator_debug.c
451 M: Jan Kiszka <jan.kiszka@web.de>
452 L: qemu-arm@nongnu.org
457 M: Andrzej Zaborowski <balrogg@gmail.com>
458 L: qemu-arm@nongnu.org
463 M: Andrzej Zaborowski <balrogg@gmail.com>
464 L: qemu-arm@nongnu.org
469 M: Peter Maydell <peter.maydell@linaro.org>
470 L: qemu-arm@nongnu.org
473 F: hw/cpu/realview_mpcore.c
474 F: hw/intc/realview_gic.c
475 F: include/hw/intc/realview_gic.h
478 M: Andrzej Zaborowski <balrogg@gmail.com>
479 L: qemu-arm@nongnu.org
481 F: hw/arm/mainstone.c
486 F: hw/misc/mst_fpga.c
487 F: include/hw/arm/pxa.h
490 M: Peter Maydell <peter.maydell@linaro.org>
491 L: qemu-arm@nongnu.org
496 M: Peter Maydell <peter.maydell@linaro.org>
497 L: qemu-arm@nongnu.org
502 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503 M: Alistair Francis <alistair.francis@xilinx.com>
504 L: qemu-arm@nongnu.org
509 F: include/hw/misc/zynq*
513 M: Alistair Francis <alistair.francis@xilinx.com>
514 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515 L: qemu-arm@nongnu.org
518 F: include/hw/*/xlnx*.h
521 M: Shannon Zhao <zhaoshenglong@huawei.com>
522 M: Shannon Zhao <shannon.zhao@linaro.org>
523 L: qemu-arm@nongnu.org
525 F: hw/arm/virt-acpi-build.c
528 M: Alistair Francis <alistair@alistair23.me>
530 F: hw/arm/stm32f205_soc.c
531 F: hw/misc/stm32f2xx_syscfg.c
532 F: hw/char/stm32f2xx_usart.c
533 F: hw/timer/stm32f2xx_timer.c
535 F: hw/ssi/stm32f2xx_spi.c
538 M: Alistair Francis <alistair@alistair23.me>
540 F: hw/arm/netduino2.c
545 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
547 F: hw/cris/axis_dev88.c
552 EVR32 and uclinux BSP
553 M: Michael Walle <michael@walle.cc>
555 F: hw/lm32/lm32_boards.c
558 M: Michael Walle <michael@walle.cc>
560 F: hw/lm32/milkymist.c
565 M: Thomas Huth <huth@tuxfamily.org>
571 M: Thomas Huth <huth@tuxfamily.org>
574 F: hw/m68k/mcf_intc.c
575 F: hw/char/mcf_uart.c
577 F: include/hw/m68k/mcf*.h
582 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
584 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
589 F: hw/microblaze/petalogix_ml605_mmu.c
594 M: Hervé Poussineau <hpoussin@reactos.org>
596 F: hw/mips/mips_jazz.c
599 M: Aurelien Jarno <aurelien@aurel32.net>
601 F: hw/mips/mips_malta.c
604 M: Yongbok Kim <yongbok.kim@imgtec.com>
606 F: hw/mips/mips_mipssim.c
610 M: Aurelien Jarno <aurelien@aurel32.net>
612 F: hw/mips/mips_r4k.c
615 M: Yongbok Kim <yongbok.kim@imgtec.com>
617 F: hw/mips/mips_fulong2e.c
620 M: Paul Burton <paul.burton@imgtec.com>
622 F: hw/core/loader-fit.c
624 F: hw/pci-host/xilinx-pcie.c
629 M: Jia Liu <proljc@gmail.com>
631 F: hw/openrisc/openrisc_sim.c
636 M: Alexander Graf <agraf@suse.de>
637 L: qemu-ppc@nongnu.org
639 F: hw/ppc/ppc405_boards.c
642 M: Alexander Graf <agraf@suse.de>
643 L: qemu-ppc@nongnu.org
645 F: hw/ppc/ppc440_bamboo.c
648 M: Alexander Graf <agraf@suse.de>
649 L: qemu-ppc@nongnu.org
653 F: include/hw/ppc/ppc_e500.h
654 F: include/hw/pci-host/ppce500.h
655 F: pc-bios/u-boot.e500
658 M: Alexander Graf <agraf@suse.de>
659 L: qemu-ppc@nongnu.org
661 F: hw/ppc/mpc8544ds.c
662 F: hw/ppc/mpc8544_guts.c
665 M: Alexander Graf <agraf@suse.de>
666 L: qemu-ppc@nongnu.org
668 F: hw/ppc/mac_newworld.c
669 F: hw/pci-host/uninorth.c
670 F: hw/pci-bridge/dec.[hc]
672 F: include/hw/ppc/mac_dbdma.h
673 F: hw/nvram/mac_nvram.c
676 M: Alexander Graf <agraf@suse.de>
677 L: qemu-ppc@nongnu.org
679 F: hw/ppc/mac_oldworld.c
680 F: hw/pci-host/grackle.c
682 F: hw/intc/heathrow_pic.c
685 M: Hervé Poussineau <hpoussin@reactos.org>
686 L: qemu-devel@nongnu.org
687 L: qemu-ppc@nongnu.org
690 F: hw/ppc/prep_systemio.c
691 F: hw/ppc/rs6000_mc.c
692 F: hw/pci-host/prep.[hc]
693 F: hw/isa/pc87312.[hc]
694 F: pc-bios/ppc_rom.bin
697 M: David Gibson <david@gibson.dropbear.id.au>
698 M: Alexander Graf <agraf@suse.de>
699 L: qemu-ppc@nongnu.org
702 F: include/hw/*/spapr*
704 F: include/hw/*/xics*
705 F: pc-bios/spapr-rtas/*
706 F: pc-bios/spapr-rtas.bin
708 F: pc-bios/skiboot.lid
709 F: docs/specs/ppc-spapr-hcalls.txt
710 F: docs/specs/ppc-spapr-hotplug.txt
712 F: tests/libqos/*spapr*
714 F: tests/libqos/rtas*
717 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
718 L: qemu-ppc@nongnu.org
720 F: hw/ppc/virtex_ml507.c
725 M: Magnus Damm <magnus.damm@gmail.com>
729 F: hw/timer/sh_timer.c
732 M: Magnus Damm <magnus.damm@gmail.com>
739 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
742 F: hw/dma/sparc32_dma.c
743 F: hw/dma/sun4m_iommu.c
744 F: hw/misc/eccmemctl.c
745 F: hw/misc/slavio_misc.c
746 F: include/hw/sparc/sparc32_dma.h
747 F: include/hw/sparc/sun4m.h
748 F: pc-bios/openbios-sparc32
751 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
753 F: hw/sparc64/sun4u.c
754 F: pc-bios/openbios-sparc64
757 M: Artyom Tarasenko <atar4qemu@gmail.com>
759 F: hw/sparc64/sun4v.c
760 F: hw/timer/sun4v-rtc.c
761 F: include/hw/timer/sun4v-rtc.h
764 M: Fabien Chouteau <chouteau@adacore.com>
768 F: include/hw/sparc/grlib.h
773 M: Cornelia Huck <cornelia.huck@de.ibm.com>
774 M: Christian Borntraeger <borntraeger@de.ibm.com>
775 M: Alexander Graf <agraf@suse.de>
777 F: hw/char/sclp*.[hc]
781 F: hw/watchdog/wdt_diag288.c
782 F: include/hw/watchdog/wdt_diag288.h
783 F: pc-bios/s390-ccw.img
784 F: default-configs/s390x-softmmu.mak
785 T: git git://github.com/cohuck/qemu.git s390-next
786 T: git git://github.com/borntraeger/qemu.git s390-next
790 PKUnity-3 SoC initramfs-with-busybox
791 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
799 M: Michael S. Tsirkin <mst@redhat.com>
803 F: hw/pci-host/piix.c
806 F: include/hw/pci-host/q35.h
807 F: include/hw/pci-host/pam.h
810 F: hw/i2c/smbus_ich9.c
813 F: include/hw/acpi/ich9.h
814 F: include/hw/acpi/piix4.h
818 M: Michael S. Tsirkin <mst@redhat.com>
819 M: Paolo Bonzini <pbonzini@redhat.com>
821 F: hw/char/debugcon.c
822 F: hw/char/parallel.c
829 F: hw/misc/debugexit.c
830 F: hw/misc/pc-testdev.c
833 F: hw/timer/mc146818rtc*
834 F: include/hw/i2c/pm_smbus.h
835 F: include/hw/timer/hpet.h
836 F: include/hw/timer/i8254*
837 F: include/hw/timer/mc146818rtc*
840 M: Eduardo Habkost <ehabkost@redhat.com>
841 M: Marcel Apfelbaum <marcel@redhat.com>
844 F: hw/core/null-machine.c
845 F: include/hw/boards.h
850 M: Max Filippov <jcmvbkbc@gmail.com>
854 XTFPGA (LX60, LX200, ML605, KC705)
855 M: Max Filippov <jcmvbkbc@gmail.com>
857 F: hw/xtensa/xtfpga.c
858 F: hw/net/opencores_eth.c
863 M: Jiri Slaby <jslaby@suse.cz>
868 M: John Snow <jsnow@redhat.com>
869 L: qemu-block@nongnu.org
876 F: hw/block/hd-geometry.c
879 F: tests/libqos/ahci*
880 T: git git://github.com/jnsnow/qemu.git ide
883 M: John Snow <jsnow@redhat.com>
884 L: qemu-block@nongnu.org
887 F: include/hw/block/fdc.h
889 T: git git://github.com/jnsnow/qemu.git ide
892 M: Peter Maydell <peter.maydell@linaro.org>
895 F: include/hw/arm/omap.h
898 M: Alberto Garcia <berto@igalia.com>
900 F: hw/char/ipoctal232.c
904 M: Michael S. Tsirkin <mst@redhat.com>
905 M: Marcel Apfelbaum <marcel@redhat.com>
908 F: hw/misc/pci-testdev.c
913 M: Michael S. Tsirkin <mst@redhat.com>
914 M: Igor Mammedov <imammedo@redhat.com>
917 F: include/hw/smbios/*
921 F: hw/i386/acpi-build.[hc]
922 F: hw/arm/virt-acpi-build.c
923 F: tests/bios-tables-test.c
924 F: tests/acpi-utils.[hc]
927 M: Alexander Graf <agraf@suse.de>
928 L: qemu-ppc@nongnu.org
931 F: include/hw/ppc/ppc4xx.h
934 M: Alexander Graf <agraf@suse.de>
935 L: qemu-ppc@nongnu.org
938 F: hw/pci-host/ppce500.c
942 M: Paolo Bonzini <pbonzini@redhat.com>
947 M: Jason Wang <jasowang@redhat.com>
950 F: tests/virtio-net-test.c
951 T: git git://github.com/jasowang/qemu.git net
954 M: Paolo Bonzini <pbonzini@redhat.com>
958 F: tests/virtio-scsi-test.c
959 T: git git://github.com/bonzini/qemu.git scsi-next
963 F: hw/scsi/lsi53c895a.c
966 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
973 M: Alistair Francis <alistair.francis@xilinx.com>
974 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
979 M: Gerd Hoffmann <kraxel@redhat.com>
982 F: tests/usb-*-test.c
984 F: docs/usb-storage.txt
989 M: Gerd Hoffmann <kraxel@redhat.com>
990 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
992 F: hw/usb/dev-serial.c
995 M: Alex Williamson <alex.williamson@redhat.com>
1001 M: Michael S. Tsirkin <mst@redhat.com>
1006 M: Michael S. Tsirkin <mst@redhat.com>
1009 F: hw/virtio/Makefile.objs
1010 F: hw/virtio/trace-events
1012 F: include/hw/virtio/
1013 F: tests/virtio-balloon-test.c
1016 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1017 M: Greg Kurz <groug@kaod.org>
1021 F: tests/virtio-9p-test.c
1022 T: git git://github.com/kvaneesh/QEMU.git
1023 T: git git://github.com/gkurz/qemu.git 9p-next
1026 M: Stefan Hajnoczi <stefanha@redhat.com>
1027 L: qemu-block@nongnu.org
1029 F: hw/block/virtio-blk.c
1030 F: hw/block/dataplane/*
1031 F: tests/virtio-blk-test.c
1032 T: git git://github.com/stefanha/qemu.git block
1035 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1036 M: Christian Borntraeger <borntraeger@de.ibm.com>
1038 F: hw/s390x/virtio-ccw.[hc]
1039 T: git git://github.com/cohuck/qemu.git s390-next
1040 T: git git://github.com/borntraeger/qemu.git s390-next
1043 M: Gerd Hoffmann <kraxel@redhat.com>
1045 F: hw/input/virtio-input*.c
1046 F: include/hw/virtio/virtio-input.h
1049 M: Amit Shah <amit@kernel.org>
1051 F: hw/char/virtio-serial-bus.c
1052 F: hw/char/virtio-console.c
1053 F: include/hw/virtio/virtio-serial.h
1054 F: tests/virtio-console-test.c
1055 F: tests/virtio-serial-test.c
1058 M: Amit Shah <amit@kernel.org>
1060 F: hw/virtio/virtio-rng.c
1061 F: include/hw/virtio/virtio-rng.h
1062 F: include/sysemu/rng*.h
1064 F: tests/virtio-rng-test.c
1067 M: Gonglei <arei.gonglei@huawei.com>
1069 F: hw/virtio/virtio-crypto.c
1070 F: hw/virtio/virtio-crypto-pci.c
1071 F: include/hw/virtio/virtio-crypto.h
1074 M: Keith Busch <keith.busch@intel.com>
1075 L: qemu-block@nongnu.org
1078 F: tests/nvme-test.c
1081 M: Hannes Reinecke <hare@suse.de>
1082 L: qemu-block@nongnu.org
1084 F: hw/scsi/megasas.c
1087 Network packet abstractions
1088 M: Dmitry Fleytman <dmitry@daynix.com>
1090 F: include/net/eth.h
1092 F: hw/net/net_rx_pkt*
1093 F: hw/net/net_tx_pkt*
1096 M: Dmitry Fleytman <dmitry@daynix.com>
1099 F: hw/scsi/vmw_pvscsi*
1102 M: Jiri Pirko <jiri@resnulli.us>
1106 F: docs/specs/rocker.txt
1109 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1113 F: include/hw/mem/nvdimm.h
1116 M: Dmitry Fleytman <dmitry@daynix.com>
1121 M: Dmitry Fleytman <dmitry@daynix.com>
1126 M: Alistair Francis <alistair.francis@xilinx.com>
1128 F: hw/core/generic-loader.c
1129 F: include/hw/core/generic-loader.h
1132 M: Thomas Huth <thuth@redhat.com>
1134 F: hw/nvram/chrp_nvram.c
1135 F: include/hw/nvram/chrp_nvram.h
1136 F: tests/prom-env-test.c
1139 M: Ben Warren <ben@skyportsystems.com>
1141 F: hw/acpi/vmgenid.c
1142 F: include/hw/acpi/vmgenid.h
1143 F: docs/specs/vmgenid.txt
1144 F: tests/vmgenid-test.c
1150 M: Gerd Hoffmann <kraxel@redhat.com>
1154 F: include/hw/audio/
1155 F: tests/ac97-test.c
1156 F: tests/es1370-test.c
1157 F: tests/intel-hda-test.c
1160 M: Kevin Wolf <kwolf@redhat.com>
1161 M: Max Reitz <mreitz@redhat.com>
1162 L: qemu-block@nongnu.org
1170 F: tests/qemu-iotests/
1171 T: git git://repo.or.cz/qemu/kevin.git block
1174 M: Stefan Hajnoczi <stefanha@redhat.com>
1175 M: Fam Zheng <famz@redhat.com>
1176 L: qemu-block@nongnu.org
1182 F: include/block/aio.h
1183 T: git git://github.com/stefanha/qemu.git block
1186 M: Jeff Cody <jcody@redhat.com>
1187 L: qemu-block@nongnu.org
1190 F: include/block/blockjob.h
1195 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1197 Block QAPI, monitor, command line
1198 M: Markus Armbruster <armbru@redhat.com>
1203 T: git git://repo.or.cz/qemu/armbru.git block-next
1206 M: Fam Zheng <famz@redhat.com>
1207 M: John Snow <jsnow@redhat.com>
1208 L: qemu-block@nongnu.org
1211 F: block/dirty-bitmap.c
1212 F: include/qemu/hbitmap.h
1213 F: include/block/dirty-bitmap.h
1214 F: tests/test-hbitmap.c
1216 T: git git://github.com/famz/qemu.git bitmaps
1217 T: git git://github.com/jnsnow/qemu.git bitmaps
1219 Character device backends
1220 M: Paolo Bonzini <pbonzini@redhat.com>
1221 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1224 F: backends/msmouse.c
1225 F: backends/testdev.c
1227 Character Devices (Braille)
1228 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1232 Command line option argument parsing
1233 M: Markus Armbruster <armbru@redhat.com>
1235 F: include/qemu/option.h
1236 F: tests/test-keyval.c
1237 F: tests/test-qemu-opts.c
1239 F: util/qemu-option.c
1242 M: Markus Armbruster <armbru@redhat.com>
1244 F: scripts/coverity-model.c
1247 L: qemu-devel@nongnu.org
1250 F: include/qom/cpu.h
1253 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1254 M: Alexander Graf <agraf@suse.de>
1257 F: include/sysemu/device_tree.h
1260 M: Markus Armbruster <armbru@redhat.com>
1262 F: include/qapi/error.h
1263 F: include/qemu/error-report.h
1265 F: util/qemu-error.c
1268 L: qemu-devel@nongnu.org
1274 M: Paolo Bonzini <pbonzini@redhat.com>
1276 F: include/exec/ioport.h
1278 F: include/exec/memory.h
1279 F: include/exec/ram_addr.h
1281 F: include/exec/memory-internal.h
1285 M: Gerd Hoffmann <kraxel@redhat.com>
1287 F: include/ui/qemu-spice.h
1288 F: include/ui/spice-display.h
1290 F: audio/spiceaudio.c
1294 M: Gerd Hoffmann <kraxel@redhat.com>
1300 M: Peter Maydell <peter.maydell@linaro.org>
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1313 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1318 F: include/monitor/hmp-target.h
1320 Network device backends
1321 M: Jason Wang <jasowang@redhat.com>
1325 T: git git://github.com/jasowang/qemu.git net
1327 Netmap network backend
1328 M: Luigi Rizzo <rizzo@iet.unipi.it>
1329 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1330 M: Vincenzo Maffione <v.maffione@gmail.com>
1331 W: http://info.iet.unipi.it/~luigi/netmap/
1335 Network Block Device (NBD)
1336 M: Paolo Bonzini <pbonzini@redhat.com>
1340 F: include/block/nbd*
1342 T: git git://github.com/bonzini/qemu.git nbd-next
1345 M: Eduardo Habkost <ehabkost@redhat.com>
1348 F: include/sysemu/numa.h
1349 T: git git://github.com/ehabkost/qemu.git numa
1351 Host Memory Backends
1352 M: Eduardo Habkost <ehabkost@redhat.com>
1353 M: Igor Mammedov <imammedo@redhat.com>
1355 F: backends/hostmem*.c
1356 F: include/sysemu/hostmem.h
1359 M: Gonglei <arei.gonglei@huawei.com>
1361 F: include/sysemu/cryptodev*.h
1362 F: backends/cryptodev*.c
1365 M: Markus Armbruster <armbru@redhat.com>
1366 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1371 X: include/qapi/qmp/
1372 F: include/qapi/qmp/dispatch.h
1373 F: tests/qapi-schema/
1374 F: tests/test-*-visitor.c
1375 F: tests/test-qapi-*.c
1376 F: tests/test-qmp-*.c
1377 F: tests/test-visitor-serialization.c
1380 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1383 M: Eric Blake <eblake@redhat.com>
1384 M: Markus Armbruster <armbru@redhat.com>
1388 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1391 M: Markus Armbruster <armbru@redhat.com>
1394 F: include/qapi/qmp/
1395 X: include/qapi/qmp/dispatch.h
1396 F: scripts/coccinelle/qobject.cocci
1397 F: tests/check-qdict.c
1398 F: tests/check-qfloat.c
1399 F: tests/check-qint.c
1400 F: tests/check-qjson.c
1401 F: tests/check-qlist.c
1402 F: tests/check-qstring.c
1403 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1406 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1409 T: git git://github.com/mdroth/qemu.git qga
1412 M: Andreas Färber <afaerber@suse.de>
1414 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1416 X: include/qom/cpu.h
1419 F: tests/check-qom-interface.c
1420 F: tests/check-qom-proplist.c
1424 M: Markus Armbruster <armbru@redhat.com>
1431 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1434 M: Alistair Francis <alistair.francis@xilinx.com>
1436 F: hw/core/register.c
1437 F: include/hw/register.h
1440 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1441 M: Jan Kiszka <jan.kiszka@siemens.com>
1445 F: include/net/slirp.h
1446 T: git git://git.kiszka.org/qemu.git queues/slirp
1449 M: Paolo Bonzini <pbonzini@redhat.com>
1454 M: Stefan Hajnoczi <stefanha@redhat.com>
1457 F: scripts/tracetool.py
1458 F: scripts/tracetool/
1460 T: git git://github.com/stefanha/qemu.git tracing
1464 F: scripts/checkpatch.pl
1467 M: Juan Quintela <quintela@redhat.com>
1468 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1470 F: include/migration/
1472 F: scripts/vmstate-static-checker.py
1473 F: tests/vmstate-static-checker-data/
1474 F: docs/migration.txt
1477 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1480 F: include/sysemu/seccomp.h
1483 M: Daniel P. Berrange <berrange@redhat.com>
1487 F: tests/test-crypto-*
1490 M: Stefan Hajnoczi <stefanha@redhat.com>
1491 M: Kevin Wolf <kwolf@redhat.com>
1493 F: include/qemu/coroutine*
1494 F: tests/test-coroutine.c
1497 M: Daniel P. Berrange <berrange@redhat.com>
1500 F: include/qemu/buffer.h
1503 M: Daniel P. Berrange <berrange@redhat.com>
1510 M: Daniel P. Berrange <berrange@redhat.com>
1511 M: Gerd Hoffmann <kraxel@redhat.com>
1512 M: Paolo Bonzini <pbonzini@redhat.com>
1514 F: include/qemu/sockets.h
1515 F: util/qemu-sockets.c
1517 Throttling infrastructure
1518 M: Alberto Garcia <berto@igalia.com>
1520 F: block/throttle-groups.c
1521 F: include/block/throttle-groups.h
1522 F: include/qemu/throttle.h
1524 L: qemu-block@nongnu.org
1527 M: Fam Zheng <famz@redhat.com>
1530 F: include/qemu/uuid.h
1531 F: tests/test-uuid.c
1534 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1537 F: include/migration/colo.h
1538 F: include/migration/failover.h
1542 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1543 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1545 F: docs/colo-proxy.txt
1547 F: net/filter-rewriter.c
1548 F: net/filter-mirror.c
1553 M: Riku Voipio <riku.voipio@iki.fi>
1562 F: default-configs/*-bsd-user.mak
1565 M: Riku Voipio <riku.voipio@iki.fi>
1568 F: default-configs/*-linux-user.mak
1570 Tiny Code Generator (TCG)
1571 -------------------------
1573 M: Richard Henderson <rth@twiddle.net>
1578 M: Claudio Fontana <claudio.fontana@huawei.com>
1579 M: Claudio Fontana <claudio.fontana@gmail.com>
1581 L: qemu-arm@nongnu.org
1587 M: Andrzej Zaborowski <balrogg@gmail.com>
1589 L: qemu-arm@nongnu.org
1594 L: qemu-devel@nongnu.org
1600 M: Aurelien Jarno <aurelien@aurel32.net>
1606 M: Aurelien Jarno <aurelien@aurel32.net>
1612 M: Richard Henderson <rth@twiddle.net>
1618 M: Alexander Graf <agraf@suse.de>
1619 M: Richard Henderson <rth@twiddle.net>
1630 M: Stefan Weil <sw@weilnetz.de>
1639 M: Fam Zheng <famz@redhat.com>
1640 L: qemu-block@nongnu.org
1645 M: Josh Durgin <jdurgin@redhat.com>
1646 M: Jeff Cody <jcody@redhat.com>
1647 L: qemu-block@nongnu.org
1650 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1653 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1654 M: Liu Yuan <namei.unix@gmail.com>
1655 M: Jeff Cody <jcody@redhat.com>
1656 L: qemu-block@nongnu.org
1657 L: sheepdog@lists.wpkg.org
1660 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1663 M: Jeff Cody <jcody@redhat.com>
1664 L: qemu-block@nongnu.org
1667 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1670 M: Stefan Weil <sw@weilnetz.de>
1671 L: qemu-block@nongnu.org
1676 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1677 M: Paolo Bonzini <pbonzini@redhat.com>
1678 M: Peter Lieven <pl@kamp.de>
1679 L: qemu-block@nongnu.org
1682 F: block/iscsi-opts.c
1685 M: Jeff Cody <jcody@redhat.com>
1686 M: Peter Lieven <pl@kamp.de>
1687 L: qemu-block@nongnu.org
1690 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1693 M: Richard W.M. Jones <rjones@redhat.com>
1694 M: Jeff Cody <jcody@redhat.com>
1695 L: qemu-block@nongnu.org
1698 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1701 M: Jeff Cody <jcody@redhat.com>
1702 L: qemu-block@nongnu.org
1705 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1708 M: Jeff Cody <jcody@redhat.com>
1709 L: qemu-block@nongnu.org
1712 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1715 M: Fam Zheng <famz@redhat.com>
1716 L: qemu-block@nongnu.org
1721 M: Gonglei <arei.gonglei@huawei.com>
1726 M: Alberto Garcia <berto@igalia.com>
1729 L: qemu-block@nongnu.org
1732 M: Stefan Hajnoczi <stefanha@redhat.com>
1733 L: qemu-block@nongnu.org
1735 F: block/blkverify.c
1738 M: Stefan Hajnoczi <stefanha@redhat.com>
1739 L: qemu-block@nongnu.org
1744 M: Stefan Hajnoczi <stefanha@redhat.com>
1745 L: qemu-block@nongnu.org
1750 M: Stefan Hajnoczi <stefanha@redhat.com>
1751 L: qemu-block@nongnu.org
1756 M: Stefan Hajnoczi <stefanha@redhat.com>
1757 M: Denis V. Lunev <den@openvz.org>
1758 L: qemu-block@nongnu.org
1760 F: block/parallels.c
1761 F: docs/specs/parallels.txt
1764 M: Stefan Hajnoczi <stefanha@redhat.com>
1765 L: qemu-block@nongnu.org
1770 M: Kevin Wolf <kwolf@redhat.com>
1771 L: qemu-block@nongnu.org
1773 F: block/linux-aio.c
1774 F: include/block/raw-aio.h
1775 F: block/raw-format.c
1776 F: block/file-posix.c
1777 F: block/file-win32.c
1778 F: block/win32-aio.c
1781 M: Kevin Wolf <kwolf@redhat.com>
1782 M: Max Reitz <mreitz@redhat.com>
1783 L: qemu-block@nongnu.org
1788 M: Kevin Wolf <kwolf@redhat.com>
1789 L: qemu-block@nongnu.org
1794 M: Kevin Wolf <kwolf@redhat.com>
1795 M: Max Reitz <mreitz@redhat.com>
1796 L: qemu-block@nongnu.org
1801 M: Kevin Wolf <kwolf@redhat.com>
1802 L: qemu-block@nongnu.org
1807 M: Kevin Wolf <kwolf@redhat.com>
1808 L: qemu-block@nongnu.org
1813 M: Stefan Hajnoczi <stefanha@redhat.com>
1814 L: qemu-block@nongnu.org
1816 F: tests/image-fuzzer/
1819 M: Wen Congyang <wencongyang2@huawei.com>
1820 M: Xie Changlong <xiechanglong.d@gmail.com>
1823 F: block/replication.c
1824 F: tests/test-replication.c
1825 F: docs/block-replication.txt
1827 Build and test automation
1828 -------------------------
1829 M: Alex Bennée <alex.bennee@linaro.org>
1830 M: Fam Zheng <famz@redhat.com>
1831 L: qemu-devel@nongnu.org
1836 W: https://travis-ci.org/qemu/qemu
1837 W: http://patchew.org/QEMU/
1841 Build system architecture
1842 M: Daniel P. Berrange <berrange@redhat.com>
1844 F: docs/build-system.txt