4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
56 L: qemu-devel@nongnu.org
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
66 Guest CPU cores (TCG):
67 ----------------------
69 L: qemu-devel@nongnu.org
70 M: Paolo Bonzini <pbonzini@redhat.com>
71 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
72 M: Richard Henderson <rth@twiddle.net>
82 F: include/exec/cpu*.h
83 F: include/exec/exec-all.h
84 F: include/exec/helper*.h
85 F: include/exec/tb-hash.h
86 F: include/sysemu/cpus.h
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 M: Peter Maydell <peter.maydell@linaro.org>
96 M: Richard Henderson <rth@twiddle.net>
104 M: Peter Maydell <peter.maydell@linaro.org>
105 L: qemu-arm@nongnu.org
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
123 M: Michael Walle <michael@walle.cc>
130 F: include/hw/char/lm32_juart.h
140 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
142 F: target-microblaze/
144 F: disas/microblaze.c
147 M: Aurelien Jarno <aurelien@aurel32.net>
148 M: Yongbok Kim <yongbok.kim@imgtec.com>
156 M: Anthony Green <green@moxielogic.com>
162 M: Jia Liu <proljc@gmail.com>
166 F: tests/tcg/openrisc/
169 M: David Gibson <david@gibson.dropbear.id.au>
170 M: Alexander Graf <agraf@suse.de>
171 L: qemu-ppc@nongnu.org
179 M: Richard Henderson <rth@twiddle.net>
180 M: Alexander Graf <agraf@suse.de>
187 M: Aurelien Jarno <aurelien@aurel32.net>
195 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
196 M: Artyom Tarasenko <atar4qemu@gmail.com>
204 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
208 F: include/hw/unicore32/
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 M: Richard Henderson <rth@twiddle.net>
213 M: Eduardo Habkost <ehabkost@redhat.com>
220 M: Max Filippov <jcmvbkbc@gmail.com>
221 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
228 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
232 F: include/hw/tricore/
234 Guest CPU Cores (KVM):
235 ----------------------
238 M: Paolo Bonzini <pbonzini@redhat.com>
239 L: kvm@vger.kernel.org
243 F: include/sysemu/kvm*.h
246 M: Peter Maydell <peter.maydell@linaro.org>
247 L: qemu-arm@nongnu.org
252 M: James Hogan <james.hogan@imgtec.com>
257 M: Alexander Graf <agraf@suse.de>
262 M: Christian Borntraeger <borntraeger@de.ibm.com>
263 M: Cornelia Huck <cornelia.huck@de.ibm.com>
264 M: Alexander Graf <agraf@suse.de>
266 F: target-s390x/kvm.c
267 F: target-s390x/ioinst.[ch]
268 F: target-s390x/machine.c
269 F: hw/intc/s390_flic.c
270 F: hw/intc/s390_flic_kvm.c
271 F: include/hw/s390x/s390_flic.h
273 T: git git://github.com/cohuck/qemu.git s390-next
274 T: git git://github.com/borntraeger/qemu.git s390-next
277 M: Paolo Bonzini <pbonzini@redhat.com>
278 M: Marcelo Tosatti <mtosatti@redhat.com>
279 L: kvm@vger.kernel.org
283 Guest CPU Cores (Xen):
284 ----------------------
287 M: Stefano Stabellini <sstabellini@kernel.org>
288 M: Anthony Perard <anthony.perard@citrix.com>
289 L: xen-devel@lists.xensource.com
293 F: hw/char/xen_console.c
294 F: hw/display/xenfb.c
301 F: include/sysemu/xen-mapcache.h
307 L: qemu-devel@nongnu.org
313 L: qemu-devel@nongnu.org
318 L: qemu-devel@nongnu.org
319 M: Stefan Weil <sw@weilnetz.de>
327 M: Beniamino Galvani <b.galvani@gmail.com>
328 L: qemu-arm@nongnu.org
331 F: include/hw/*/allwinner*
332 F: hw/arm/cubieboard.c
335 M: Peter Maydell <peter.maydell@linaro.org>
336 L: qemu-arm@nongnu.org
347 F: include/hw/arm/primecell.h
350 M: Peter Maydell <peter.maydell@linaro.org>
351 L: qemu-arm@nongnu.org
354 F: hw/intc/gic_internal.h
356 F: hw/misc/arm11scu.c
357 F: hw/timer/a9gtimer*
359 F: include/hw/arm/arm.h
360 F: include/hw/intc/arm*
361 F: include/hw/misc/a9scu.h
362 F: include/hw/misc/arm11scu.h
363 F: include/hw/timer/a9gtimer.h
364 F: include/hw/timer/arm_mptimer.h
367 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
368 L: qemu-arm@nongnu.org
371 F: include/hw/arm/exynos4210.h
374 M: Rob Herring <robh@kernel.org>
375 L: qemu-arm@nongnu.org
381 M: Antony Pavlov <antonynpavlov@gmail.com>
382 L: qemu-arm@nongnu.org
384 F: include/hw/arm/digic.h
388 L: qemu-devel@nongnu.org
389 L: qemu-arm@nongnu.org
394 M: Peter Chubb <peter.chubb@nicta.com.au>
395 L: qemu-arm@nongnu.org
399 F: include/hw/arm/fsl-imx31.h
402 M: Peter Maydell <peter.maydell@linaro.org>
403 L: qemu-arm@nongnu.org
405 F: hw/arm/integratorcp.c
408 M: Jan Kiszka <jan.kiszka@web.de>
409 L: qemu-arm@nongnu.org
414 M: Andrzej Zaborowski <balrogg@gmail.com>
415 L: qemu-arm@nongnu.org
420 M: Andrzej Zaborowski <balrogg@gmail.com>
421 L: qemu-arm@nongnu.org
426 M: Peter Maydell <peter.maydell@linaro.org>
427 L: qemu-arm@nongnu.org
430 F: hw/intc/realview_gic.c
431 F: include/hw/intc/realview_gic.h
434 M: Andrzej Zaborowski <balrogg@gmail.com>
435 L: qemu-arm@nongnu.org
437 F: hw/arm/mainstone.c
442 F: include/hw/arm/pxa.h
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
451 M: Peter Maydell <peter.maydell@linaro.org>
452 L: qemu-arm@nongnu.org
457 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
458 M: Alistair Francis <alistair.francis@xilinx.com>
459 L: qemu-arm@nongnu.org
463 F: hw/misc/zynq_slcr.c
467 M: Alistair Francis <alistair.francis@xilinx.com>
468 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
469 L: qemu-arm@nongnu.org
472 F: include/hw/*/xlnx*.h
475 M: Shannon Zhao <zhaoshenglong@huawei.com>
476 M: Shannon Zhao <shannon.zhao@linaro.org>
477 L: qemu-arm@nongnu.org
479 F: hw/arm/virt-acpi-build.c
480 F: include/hw/arm/virt-acpi-build.h
485 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
487 F: hw/cris/axis_dev88.c
492 EVR32 and uclinux BSP
493 M: Michael Walle <michael@walle.cc>
495 F: hw/lm32/lm32_boards.c
498 M: Michael Walle <michael@walle.cc>
500 F: hw/lm32/milkymist.c
510 F: hw/m68k/dummy_m68k.c
519 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
521 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
524 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
526 F: hw/microblaze/petalogix_ml605_mmu.c
531 M: Hervé Poussineau <hpoussin@reactos.org>
533 F: hw/mips/mips_jazz.c
536 M: Aurelien Jarno <aurelien@aurel32.net>
538 F: hw/mips/mips_malta.c
541 L: qemu-devel@nongnu.org
543 F: hw/mips/mips_mipssim.c
546 M: Aurelien Jarno <aurelien@aurel32.net>
548 F: hw/mips/mips_r4k.c
553 M: Jia Liu <proljc@gmail.com>
555 F: hw/openrisc/openrisc_sim.c
560 M: Alexander Graf <agraf@suse.de>
561 L: qemu-ppc@nongnu.org
563 F: hw/ppc/ppc405_boards.c
566 M: Alexander Graf <agraf@suse.de>
567 L: qemu-ppc@nongnu.org
569 F: hw/ppc/ppc440_bamboo.c
572 M: Alexander Graf <agraf@suse.de>
573 M: Scott Wood <scottwood@freescale.com>
574 L: qemu-ppc@nongnu.org
578 F: include/hw/ppc/ppc_e500.h
579 F: include/hw/pci-host/ppce500.h
580 F: pc-bios/u-boot.e500
583 M: Alexander Graf <agraf@suse.de>
584 M: Scott Wood <scottwood@freescale.com>
585 L: qemu-ppc@nongnu.org
587 F: hw/ppc/mpc8544ds.c
588 F: hw/ppc/mpc8544_guts.c
591 M: Alexander Graf <agraf@suse.de>
592 L: qemu-ppc@nongnu.org
594 F: hw/ppc/mac_newworld.c
595 F: hw/pci-host/uninorth.c
596 F: hw/pci-bridge/dec.[hc]
598 F: include/hw/ppc/mac_dbdma.h
599 F: hw/nvram/mac_nvram.c
602 M: Alexander Graf <agraf@suse.de>
603 L: qemu-ppc@nongnu.org
605 F: hw/ppc/mac_oldworld.c
606 F: hw/pci-host/grackle.c
610 L: qemu-devel@nongnu.org
611 L: qemu-ppc@nongnu.org
614 F: hw/pci-host/prep.[hc]
615 F: hw/isa/pc87312.[hc]
618 M: David Gibson <david@gibson.dropbear.id.au>
619 M: Alexander Graf <agraf@suse.de>
620 L: qemu-ppc@nongnu.org
623 F: include/hw/*/spapr*
625 F: include/hw/*/xics*
626 F: pc-bios/spapr-rtas/*
627 F: pc-bios/spapr-rtas.bin
629 F: docs/specs/ppc-spapr-hcalls.txt
630 F: docs/specs/ppc-spapr-hotplug.txt
632 F: tests/libqos/*spapr*
634 F: tests/libqos/rtas*
637 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
638 L: qemu-ppc@nongnu.org
640 F: hw/ppc/virtex_ml507.c
645 M: Magnus Damm <magnus.damm@gmail.com>
650 M: Magnus Damm <magnus.damm@gmail.com>
657 M: Blue Swirl <blauwirbel@gmail.com>
658 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
663 M: Blue Swirl <blauwirbel@gmail.com>
664 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
666 F: hw/sparc64/sun4u.c
669 M: Fabien Chouteau <chouteau@adacore.com>
677 M: Cornelia Huck <cornelia.huck@de.ibm.com>
678 M: Christian Borntraeger <borntraeger@de.ibm.com>
679 M: Alexander Graf <agraf@suse.de>
681 F: hw/char/sclp*.[hc]
685 F: hw/watchdog/wdt_diag288.c
686 F: include/hw/watchdog/wdt_diag288.h
687 F: pc-bios/s390-ccw.img
688 F: default-configs/s390x-softmmu.mak
689 T: git git://github.com/cohuck/qemu.git s390-next
690 T: git git://github.com/borntraeger/qemu.git s390-next
694 PKUnity-3 SoC initramfs-with-busybox
695 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
703 M: Michael S. Tsirkin <mst@redhat.com>
707 F: hw/pci-host/piix.c
710 F: include/hw/pci-host/q35.h
711 F: include/hw/pci-host/pam.h
714 F: hw/i2c/smbus_ich9.c
717 F: include/hw/acpi/ich9.h
718 F: include/hw/acpi/piix4.h
722 M: Michael S. Tsirkin <mst@redhat.com>
723 M: Paolo Bonzini <pbonzini@redhat.com>
725 F: hw/char/debugcon.c
726 F: hw/char/parallel.c
733 F: hw/misc/debugexit.c
734 F: hw/misc/pc-testdev.c
737 F: hw/timer/mc146818rtc*
738 F: include/hw/i2c/pm_smbus.h
739 F: include/hw/timer/hpet.h
740 F: include/hw/timer/i8254*
741 F: include/hw/timer/mc146818rtc*
744 M: Eduardo Habkost <ehabkost@redhat.com>
745 M: Marcel Apfelbaum <marcel@redhat.com>
748 F: include/hw/boards.h
753 M: Max Filippov <jcmvbkbc@gmail.com>
757 XTFPGA (LX60, LX200, ML605, KC705)
758 M: Max Filippov <jcmvbkbc@gmail.com>
760 F: hw/xtensa/xtfpga.c
761 F: hw/net/opencores_eth.c
766 M: Jiri Slaby <jslaby@suse.cz>
771 M: John Snow <jsnow@redhat.com>
772 L: qemu-block@nongnu.org
779 F: hw/block/hd-geometry.c
782 F: tests/libqos/ahci*
783 T: git git://github.com/jnsnow/qemu.git ide
786 M: John Snow <jsnow@redhat.com>
787 L: qemu-block@nongnu.org
790 F: include/hw/block/fdc.h
792 T: git git://github.com/jnsnow/qemu.git ide
795 M: Peter Maydell <peter.maydell@linaro.org>
798 F: include/hw/arm/omap.h
801 M: Alberto Garcia <berto@igalia.com>
803 F: hw/char/ipoctal232.c
807 M: Michael S. Tsirkin <mst@redhat.com>
808 M: Marcel Apfelbaum <marcel@redhat.com>
811 F: hw/misc/pci-testdev.c
816 M: Michael S. Tsirkin <mst@redhat.com>
817 M: Igor Mammedov <imammedo@redhat.com>
820 F: include/hw/smbios/*
824 F: hw/i386/acpi-build.[hc]
825 F: hw/arm/virt-acpi-build.c
826 F: include/hw/arm/virt-acpi-build.h
829 M: Alexander Graf <agraf@suse.de>
830 L: qemu-ppc@nongnu.org
833 F: include/hw/ppc/ppc4xx.h
836 M: Alexander Graf <agraf@suse.de>
837 M: Scott Wood <scottwood@freescale.com>
838 L: qemu-ppc@nongnu.org
841 F: hw/pci-host/ppce500.c
845 M: Paolo Bonzini <pbonzini@redhat.com>
850 M: Jason Wang <jasowang@redhat.com>
853 F: tests/virtio-net-test.c
854 T: git git://github.com/jasowang/qemu.git net
857 M: Paolo Bonzini <pbonzini@redhat.com>
861 F: tests/virtio-scsi-test.c
862 T: git git://github.com/bonzini/qemu.git scsi-next
866 F: hw/scsi/lsi53c895a.c
869 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
876 M: Alistair Francis <alistair.francis@xilinx.com>
877 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
882 M: Gerd Hoffmann <kraxel@redhat.com>
885 F: tests/usb-*-test.c
887 F: docs/usb-storage.txt
892 M: Gerd Hoffmann <kraxel@redhat.com>
893 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
895 F: hw/usb/dev-serial.c
898 M: Alex Williamson <alex.williamson@redhat.com>
904 M: Michael S. Tsirkin <mst@redhat.com>
909 M: Michael S. Tsirkin <mst@redhat.com>
913 F: include/hw/virtio/
914 F: tests/virtio-balloon-test.c
917 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
918 M: Greg Kurz <groug@kaod.org>
922 F: tests/virtio-9p-test.c
923 T: git git://github.com/kvaneesh/QEMU.git
924 T: git git://github.com/gkurz/qemu.git 9p-next
927 M: Stefan Hajnoczi <stefanha@redhat.com>
928 L: qemu-block@nongnu.org
930 F: hw/block/virtio-blk.c
931 F: hw/block/dataplane/*
932 F: tests/virtio-blk-test.c
933 T: git git://github.com/stefanha/qemu.git block
936 M: Cornelia Huck <cornelia.huck@de.ibm.com>
937 M: Christian Borntraeger <borntraeger@de.ibm.com>
939 F: hw/s390x/virtio-ccw.[hc]
940 T: git git://github.com/cohuck/qemu.git s390-next
941 T: git git://github.com/borntraeger/qemu.git s390-next
944 M: Gerd Hoffmann <kraxel@redhat.com>
946 F: hw/input/virtio-input*.c
947 F: include/hw/virtio/virtio-input.h
950 M: Amit Shah <amit.shah@redhat.com>
952 F: hw/char/virtio-serial-bus.c
953 F: hw/char/virtio-console.c
954 F: include/hw/virtio/virtio-serial.h
955 F: tests/virtio-console-test.c
956 F: tests/virtio-serial-test.c
959 M: Amit Shah <amit.shah@redhat.com>
961 F: hw/virtio/virtio-rng.c
962 F: include/hw/virtio/virtio-rng.h
963 F: include/sysemu/rng*.h
965 F: tests/virtio-rng-test.c
968 M: Keith Busch <keith.busch@intel.com>
969 L: qemu-block@nongnu.org
975 M: Hannes Reinecke <hare@suse.de>
976 L: qemu-block@nongnu.org
981 Network packet abstractions
982 M: Dmitry Fleytman <dmitry@daynix.com>
986 F: hw/net/net_rx_pkt*
987 F: hw/net/net_tx_pkt*
990 M: Dmitry Fleytman <dmitry@daynix.com>
993 F: hw/scsi/vmw_pvscsi*
996 M: Jiri Pirko <jiri@resnulli.us>
1001 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1005 F: include/hw/mem/nvdimm.h
1008 M: Dmitry Fleytman <dmitry@daynix.com>
1013 M: Dmitry Fleytman <dmitry@daynix.com>
1020 M: Gerd Hoffmann <kraxel@redhat.com>
1024 F: tests/ac97-test.c
1025 F: tests/es1370-test.c
1026 F: tests/intel-hda-test.c
1029 M: Kevin Wolf <kwolf@redhat.com>
1030 M: Max Reitz <mreitz@redhat.com>
1031 L: qemu-block@nongnu.org
1039 F: tests/qemu-iotests/
1040 T: git git://repo.or.cz/qemu/kevin.git block
1043 M: Stefan Hajnoczi <stefanha@redhat.com>
1044 M: Fam Zheng <famz@redhat.com>
1045 L: qemu-block@nongnu.org
1051 F: include/block/aio.h
1052 T: git git://github.com/stefanha/qemu.git block
1055 M: Jeff Cody <jcody@redhat.com>
1056 L: qemu-block@nongnu.org
1059 F: include/block/blockjob.h
1064 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1066 Block QAPI, monitor, command line
1067 M: Markus Armbruster <armbru@redhat.com>
1072 T: git git://repo.or.cz/qemu/armbru.git block-next
1074 Character device backends
1075 M: Paolo Bonzini <pbonzini@redhat.com>
1078 F: backends/msmouse.c
1079 F: backends/testdev.c
1081 Character Devices (Braille)
1082 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1087 M: Markus Armbruster <armbru@redhat.com>
1089 F: scripts/coverity-model.c
1092 L: qemu-devel@nongnu.org
1095 F: include/qom/cpu.h
1098 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1099 M: Alexander Graf <agraf@suse.de>
1102 F: include/sysemu/device_tree.h
1105 M: Markus Armbruster <armbru@redhat.com>
1107 F: include/qapi/error.h
1108 F: include/qemu/error-report.h
1110 F: util/qemu-error.c
1113 L: qemu-devel@nongnu.org
1119 M: Paolo Bonzini <pbonzini@redhat.com>
1121 F: include/exec/ioport.h
1123 F: include/exec/memory.h
1124 F: include/exec/ram_addr.h
1126 F: include/exec/memory-internal.h
1130 M: Gerd Hoffmann <kraxel@redhat.com>
1132 F: include/ui/qemu-spice.h
1133 F: include/ui/spice-display.h
1135 F: audio/spiceaudio.c
1139 M: Gerd Hoffmann <kraxel@redhat.com>
1145 M: Peter Maydell <peter.maydell@linaro.org>
1150 M: Paolo Bonzini <pbonzini@redhat.com>
1158 M: Luiz Capitulino <lcapitulino@redhat.com>
1163 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1165 Network device backends
1166 M: Jason Wang <jasowang@redhat.com>
1170 T: git git://github.com/jasowang/qemu.git net
1172 Netmap network backend
1173 M: Luigi Rizzo <rizzo@iet.unipi.it>
1174 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1175 M: Vincenzo Maffione <v.maffione@gmail.com>
1176 W: http://info.iet.unipi.it/~luigi/netmap/
1180 Network Block Device (NBD)
1181 M: Paolo Bonzini <pbonzini@redhat.com>
1185 F: include/block/nbd*
1187 T: git git://github.com/bonzini/qemu.git nbd-next
1190 M: Eduardo Habkost <ehabkost@redhat.com>
1193 F: include/sysemu/numa.h
1194 T: git git://github.com/ehabkost/qemu.git numa
1196 Host Memory Backends
1197 M: Eduardo Habkost <ehabkost@redhat.com>
1198 M: Igor Mammedov <imammedo@redhat.com>
1200 F: backends/hostmem*.c
1201 F: include/sysemu/hostmem.h
1204 M: Markus Armbruster <armbru@redhat.com>
1205 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1210 X: include/qapi/qmp/
1211 F: include/qapi/qmp/dispatch.h
1212 F: tests/qapi-schema/
1213 F: tests/test-*-visitor.c
1214 F: tests/test-qmp-*.c
1217 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1220 M: Eric Blake <eblake@redhat.com>
1221 M: Markus Armbruster <armbru@redhat.com>
1225 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1228 M: Luiz Capitulino <lcapitulino@redhat.com>
1231 F: include/qapi/qmp/
1232 X: include/qapi/qmp/dispatch.h
1233 F: tests/check-qdict.c
1234 F: tests/check-qfloat.c
1235 F: tests/check-qint.c
1236 F: tests/check-qjson.c
1237 F: tests/check-qlist.c
1238 F: tests/check-qstring.c
1239 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1242 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1245 T: git git://github.com/mdroth/qemu.git qga
1248 M: Andreas Färber <afaerber@suse.de>
1250 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1252 X: include/qom/cpu.h
1255 F: tests/check-qom-interface.c
1256 F: tests/check-qom-proplist.c
1260 M: Markus Armbruster <armbru@redhat.com>
1266 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1269 M: Alistair Francis <alistair.francis@xilinx.com>
1271 F: hw/core/register.c
1272 F: include/hw/register.h
1275 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1276 M: Jan Kiszka <jan.kiszka@siemens.com>
1280 F: include/net/slirp.h
1281 T: git git://git.kiszka.org/qemu.git queues/slirp
1284 M: Paolo Bonzini <pbonzini@redhat.com>
1289 M: Stefan Hajnoczi <stefanha@redhat.com>
1292 F: scripts/tracetool.py
1293 F: scripts/tracetool/
1295 T: git git://github.com/stefanha/qemu.git tracing
1299 F: scripts/checkpatch.pl
1302 M: Juan Quintela <quintela@redhat.com>
1303 M: Amit Shah <amit.shah@redhat.com>
1305 F: include/migration/
1307 F: scripts/vmstate-static-checker.py
1308 F: tests/vmstate-static-checker-data/
1309 F: docs/migration.txt
1312 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1315 F: include/sysemu/seccomp.h
1318 M: Daniel P. Berrange <berrange@redhat.com>
1322 F: tests/test-crypto-*
1325 M: Stefan Hajnoczi <stefanha@redhat.com>
1326 M: Kevin Wolf <kwolf@redhat.com>
1328 F: include/qemu/coroutine*
1329 F: tests/test-coroutine.c
1332 M: Daniel P. Berrange <berrange@redhat.com>
1335 F: include/qemu/buffer.h
1338 M: Daniel P. Berrange <berrange@redhat.com>
1345 M: Daniel P. Berrange <berrange@redhat.com>
1346 M: Gerd Hoffmann <kraxel@redhat.com>
1347 M: Paolo Bonzini <pbonzini@redhat.com>
1349 F: include/qemu/sockets.h
1350 F: util/qemu-sockets.c
1352 Throttling infrastructure
1353 M: Alberto Garcia <berto@igalia.com>
1355 F: block/throttle-groups.c
1356 F: include/block/throttle-groups.h
1357 F: include/qemu/throttle.h
1359 L: qemu-block@nongnu.org
1362 M: Fam Zheng <famz@redhat.com>
1365 F: include/qemu/uuid.h
1366 F: tests/test-uuid.c
1369 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1370 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1372 F: docs/colo-proxy.txt
1374 F: net/filter-rewriter.c
1375 F: net/filter-mirror.c
1380 M: Riku Voipio <riku.voipio@iki.fi>
1390 M: Riku Voipio <riku.voipio@iki.fi>
1394 Tiny Code Generator (TCG)
1395 -------------------------
1397 M: Richard Henderson <rth@twiddle.net>
1402 M: Claudio Fontana <claudio.fontana@huawei.com>
1403 M: Claudio Fontana <claudio.fontana@gmail.com>
1405 L: qemu-arm@nongnu.org
1411 M: Andrzej Zaborowski <balrogg@gmail.com>
1413 L: qemu-arm@nongnu.org
1418 L: qemu-devel@nongnu.org
1424 M: Aurelien Jarno <aurelien@aurel32.net>
1430 M: Aurelien Jarno <aurelien@aurel32.net>
1436 M: Vassili Karpov (malc) <av1474@comtv.ru>
1442 M: Alexander Graf <agraf@suse.de>
1443 M: Richard Henderson <rth@twiddle.net>
1454 M: Stefan Weil <sw@weilnetz.de>
1463 L: qemu-stable@nongnu.org
1464 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1468 L: qemu-stable@nongnu.org
1469 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1473 L: qemu-stable@nongnu.org
1474 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1478 L: qemu-stable@nongnu.org
1479 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1485 M: Fam Zheng <famz@redhat.com>
1486 L: qemu-block@nongnu.org
1491 M: Josh Durgin <jdurgin@redhat.com>
1492 M: Jeff Cody <jcody@redhat.com>
1493 L: qemu-block@nongnu.org
1496 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1499 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1500 M: Liu Yuan <namei.unix@gmail.com>
1501 M: Jeff Cody <jcody@redhat.com>
1502 L: qemu-block@nongnu.org
1503 L: sheepdog@lists.wpkg.org
1506 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1509 M: Jeff Cody <jcody@redhat.com>
1510 L: qemu-block@nongnu.org
1513 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1516 M: Stefan Weil <sw@weilnetz.de>
1517 L: qemu-block@nongnu.org
1522 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1523 M: Paolo Bonzini <pbonzini@redhat.com>
1524 M: Peter Lieven <pl@kamp.de>
1525 L: qemu-block@nongnu.org
1530 M: Jeff Cody <jcody@redhat.com>
1531 M: Peter Lieven <pl@kamp.de>
1532 L: qemu-block@nongnu.org
1535 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1538 M: Richard W.M. Jones <rjones@redhat.com>
1539 M: Jeff Cody <jcody@redhat.com>
1540 L: qemu-block@nongnu.org
1543 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1546 M: Chrysostomos Nanakos <chris@include.gr>
1547 M: Jeff Cody <jcody@redhat.com>
1548 L: qemu-block@nongnu.org
1550 F: block/archipelago.c
1551 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1554 M: Jeff Cody <jcody@redhat.com>
1555 L: qemu-block@nongnu.org
1558 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1561 M: Jeff Cody <jcody@redhat.com>
1562 L: qemu-block@nongnu.org
1565 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1568 M: Fam Zheng <famz@redhat.com>
1569 L: qemu-block@nongnu.org
1574 M: Gonglei <arei.gonglei@huawei.com>
1579 M: Alberto Garcia <berto@igalia.com>
1582 L: qemu-block@nongnu.org
1585 M: Stefan Hajnoczi <stefanha@redhat.com>
1586 L: qemu-block@nongnu.org
1588 F: block/blkverify.c
1591 M: Stefan Hajnoczi <stefanha@redhat.com>
1592 L: qemu-block@nongnu.org
1597 M: Stefan Hajnoczi <stefanha@redhat.com>
1598 L: qemu-block@nongnu.org
1603 M: Stefan Hajnoczi <stefanha@redhat.com>
1604 L: qemu-block@nongnu.org
1609 M: Stefan Hajnoczi <stefanha@redhat.com>
1610 M: Denis V. Lunev <den@openvz.org>
1611 L: qemu-block@nongnu.org
1613 F: block/parallels.c
1614 F: docs/specs/parallels.txt
1617 M: Stefan Hajnoczi <stefanha@redhat.com>
1618 L: qemu-block@nongnu.org
1623 M: Kevin Wolf <kwolf@redhat.com>
1624 L: qemu-block@nongnu.org
1626 F: block/linux-aio.c
1627 F: include/block/raw-aio.h
1628 F: block/raw-posix.c
1629 F: block/raw-win32.c
1631 F: block/win32-aio.c
1634 M: Kevin Wolf <kwolf@redhat.com>
1635 M: Max Reitz <mreitz@redhat.com>
1636 L: qemu-block@nongnu.org
1641 M: Kevin Wolf <kwolf@redhat.com>
1642 L: qemu-block@nongnu.org
1647 M: Kevin Wolf <kwolf@redhat.com>
1648 M: Max Reitz <mreitz@redhat.com>
1649 L: qemu-block@nongnu.org
1654 M: Kevin Wolf <kwolf@redhat.com>
1655 L: qemu-block@nongnu.org
1660 M: Kevin Wolf <kwolf@redhat.com>
1661 L: qemu-block@nongnu.org
1666 M: Stefan Hajnoczi <stefanha@redhat.com>
1667 L: qemu-block@nongnu.org
1669 F: tests/image-fuzzer/
1672 M: Wen Congyang <wency@cn.fujitsu.com>
1673 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1676 F: block/replication.c
1677 F: tests/test-replication.c
1678 F: docs/block-replication.txt
1680 Build and test automation
1681 -------------------------
1682 M: Alex Bennée <alex.bennee@linaro.org>
1683 L: qemu-devel@nongnu.org
1689 Build system architecture
1690 M: Daniel P. Berrange <berrange@redhat.com>
1692 F: docs/build-system.txt
1696 Docker based testing framework and cases
1697 M: Fam Zheng <famz@redhat.com>