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>
55 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
58 M: Michael S. Tsirkin <mst@redhat.com>
59 L: secalert@redhat.com
61 Guest CPU cores (TCG):
62 ----------------------
64 L: qemu-devel@nongnu.org
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
75 M: Richard Henderson <rth@twiddle.net>
83 M: Peter Maydell <peter.maydell@linaro.org>
84 L: qemu-arm@nongnu.org
94 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
102 M: Michael Walle <michael@walle.cc>
109 F: include/hw/char/lm32_juart.h
119 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
121 F: target-microblaze/
123 F: disas/microblaze.c
126 M: Aurelien Jarno <aurelien@aurel32.net>
127 M: Leon Alrae <leon.alrae@imgtec.com>
135 M: Anthony Green <green@moxielogic.com>
141 M: Jia Liu <proljc@gmail.com>
145 F: tests/tcg/openrisc/
148 M: Alexander Graf <agraf@suse.de>
149 L: qemu-ppc@nongnu.org
156 M: Richard Henderson <rth@twiddle.net>
157 M: Alexander Graf <agraf@suse.de>
164 M: Aurelien Jarno <aurelien@aurel32.net>
171 M: Blue Swirl <blauwirbel@gmail.com>
172 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
180 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
186 M: Paolo Bonzini <pbonzini@redhat.com>
187 M: Richard Henderson <rth@twiddle.net>
188 M: Eduardo Habkost <ehabkost@redhat.com>
195 M: Max Filippov <jcmvbkbc@gmail.com>
196 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
203 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
208 Guest CPU Cores (KVM):
209 ----------------------
212 M: Paolo Bonzini <pbonzini@redhat.com>
213 L: kvm@vger.kernel.org
219 M: Peter Maydell <peter.maydell@linaro.org>
220 L: qemu-arm@nongnu.org
225 M: James Hogan <james.hogan@imgtec.com>
230 M: Alexander Graf <agraf@suse.de>
235 M: Christian Borntraeger <borntraeger@de.ibm.com>
236 M: Cornelia Huck <cornelia.huck@de.ibm.com>
237 M: Alexander Graf <agraf@suse.de>
239 F: target-s390x/kvm.c
240 F: target-s390x/ioinst.[ch]
241 F: target-s390x/machine.c
242 F: hw/intc/s390_flic.c
243 F: hw/intc/s390_flic_kvm.c
244 F: include/hw/s390x/s390_flic.h
246 T: git git://github.com/cohuck/qemu.git s390-next
247 T: git git://github.com/borntraeger/qemu.git s390-next
250 M: Paolo Bonzini <pbonzini@redhat.com>
251 M: Marcelo Tosatti <mtosatti@redhat.com>
252 L: kvm@vger.kernel.org
256 Guest CPU Cores (Xen):
257 ----------------------
260 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
261 L: xen-devel@lists.xensource.com
265 F: hw/char/xen_console.c
266 F: hw/display/xenfb.c
276 L: qemu-devel@nongnu.org
282 L: qemu-devel@nongnu.org
287 L: qemu-devel@nongnu.org
288 M: Stefan Weil <sw@weilnetz.de>
296 M: Beniamino Galvani <b.galvani@gmail.com>
297 L: qemu-arm@nongnu.org
300 F: include/hw/*/allwinner*
301 F: hw/arm/cubieboard.c
304 M: Peter Maydell <peter.maydell@linaro.org>
305 L: qemu-arm@nongnu.org
316 F: include/hw/arm/primecell.h
319 M: Peter Maydell <peter.maydell@linaro.org>
320 L: qemu-arm@nongnu.org
323 F: hw/intc/gic_internal.h
325 F: hw/misc/arm11scu.c
326 F: hw/timer/a9gtimer*
328 F: include/hw/arm/arm.h
329 F: include/hw/intc/arm*
330 F: include/hw/misc/a9scu.h
331 F: include/hw/misc/arm11scu.h
332 F: include/hw/timer/a9gtimer.h
333 F: include/hw/timer/arm_mptimer.h
336 M: Evgeny Voevodin <e.voevodin@samsung.com>
337 M: Maksim Kozlov <m.kozlov@samsung.com>
338 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
339 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
340 L: qemu-arm@nongnu.org
345 M: Rob Herring <robh@kernel.org>
346 L: qemu-arm@nongnu.org
352 M: Antony Pavlov <antonynpavlov@gmail.com>
353 L: qemu-arm@nongnu.org
355 F: include/hw/arm/digic.h
359 L: qemu-devel@nongnu.org
360 L: qemu-arm@nongnu.org
365 M: Peter Chubb <peter.chubb@nicta.com.au>
366 L: qemu-arm@nongnu.org
372 M: Peter Maydell <peter.maydell@linaro.org>
373 L: qemu-arm@nongnu.org
375 F: hw/arm/integratorcp.c
378 M: Jan Kiszka <jan.kiszka@web.de>
379 L: qemu-arm@nongnu.org
384 M: Andrzej Zaborowski <balrogg@gmail.com>
385 L: qemu-arm@nongnu.org
390 M: Andrzej Zaborowski <balrogg@gmail.com>
391 L: qemu-arm@nongnu.org
396 M: Peter Maydell <peter.maydell@linaro.org>
397 L: qemu-arm@nongnu.org
400 F: hw/intc/realview_gic.c
401 F: include/hw/intc/realview_gic.h
404 M: Andrzej Zaborowski <balrogg@gmail.com>
405 L: qemu-arm@nongnu.org
407 F: hw/arm/mainstone.c
414 M: Peter Maydell <peter.maydell@linaro.org>
415 L: qemu-arm@nongnu.org
420 M: Peter Maydell <peter.maydell@linaro.org>
421 L: qemu-arm@nongnu.org
426 M: Alistair Francis <alistair.francis@xilinx.com>
427 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
428 L: qemu-arm@nongnu.org
430 F: hw/arm/xilinx_zynq.c
431 F: hw/misc/zynq_slcr.c
433 F: hw/ssi/xilinx_spips.c
436 M: Alistair Francis <alistair.francis@xilinx.com>
437 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
438 L: qemu-arm@nongnu.org
440 F: hw/arm/xlnx-zynqmp.c
441 F: hw/arm/xlnx-ep108.c
442 F: include/hw/arm/xlnx-zynqmp.h
445 M: Shannon Zhao <zhaoshenglong@huawei.com>
446 M: Shannon Zhao <shannon.zhao@linaro.org>
447 L: qemu-arm@nongnu.org
449 F: hw/arm/virt-acpi-build.c
450 F: include/hw/arm/virt-acpi-build.h
455 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
457 F: hw/cris/axis_dev88.c
462 EVR32 and uclinux BSP
463 M: Michael Walle <michael@walle.cc>
465 F: hw/lm32/lm32_boards.c
468 M: Michael Walle <michael@walle.cc>
470 F: hw/lm32/milkymist.c
480 F: hw/m68k/dummy_m68k.c
489 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
491 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
494 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
496 F: hw/microblaze/petalogix_ml605_mmu.c
501 M: Hervé Poussineau <hpoussin@reactos.org>
503 F: hw/mips/mips_jazz.c
506 M: Aurelien Jarno <aurelien@aurel32.net>
508 F: hw/mips/mips_malta.c
511 L: qemu-devel@nongnu.org
513 F: hw/mips/mips_mipssim.c
516 M: Aurelien Jarno <aurelien@aurel32.net>
518 F: hw/mips/mips_r4k.c
523 M: Jia Liu <proljc@gmail.com>
525 F: hw/openrisc/openrisc_sim.c
530 M: Alexander Graf <agraf@suse.de>
531 L: qemu-ppc@nongnu.org
533 F: hw/ppc/ppc405_boards.c
536 M: Alexander Graf <agraf@suse.de>
537 L: qemu-ppc@nongnu.org
539 F: hw/ppc/ppc440_bamboo.c
542 M: Alexander Graf <agraf@suse.de>
543 M: Scott Wood <scottwood@freescale.com>
544 L: qemu-ppc@nongnu.org
550 M: Alexander Graf <agraf@suse.de>
551 M: Scott Wood <scottwood@freescale.com>
552 L: qemu-ppc@nongnu.org
554 F: hw/ppc/mpc8544ds.c
555 F: hw/ppc/mpc8544_guts.c
558 M: Alexander Graf <agraf@suse.de>
559 L: qemu-ppc@nongnu.org
561 F: hw/ppc/mac_newworld.c
562 F: hw/pci-host/uninorth.c
563 F: hw/pci-bridge/dec.[hc]
567 M: Alexander Graf <agraf@suse.de>
568 L: qemu-ppc@nongnu.org
570 F: hw/ppc/mac_oldworld.c
571 F: hw/pci-host/grackle.c
575 M: Andreas Färber <andreas.faerber@web.de>
576 L: qemu-ppc@nongnu.org
579 F: hw/pci-host/prep.[hc]
580 F: hw/isa/pc87312.[hc]
583 M: David Gibson <david@gibson.dropbear.id.au>
584 M: Alexander Graf <agraf@suse.de>
585 L: qemu-ppc@nongnu.org
588 F: include/hw/*/spapr*
590 F: include/hw/*/xics*
591 F: pc-bios/spapr-rtas/*
594 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
595 L: qemu-ppc@nongnu.org
597 F: hw/ppc/virtex_ml507.c
602 M: Magnus Damm <magnus.damm@gmail.com>
607 M: Magnus Damm <magnus.damm@gmail.com>
614 M: Blue Swirl <blauwirbel@gmail.com>
615 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
620 M: Blue Swirl <blauwirbel@gmail.com>
621 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
623 F: hw/sparc64/sun4u.c
626 M: Fabien Chouteau <chouteau@adacore.com>
634 M: Alexander Graf <agraf@suse.de>
637 X: hw/s390x/*pci*.[hc]
640 M: Cornelia Huck <cornelia.huck@de.ibm.com>
641 M: Christian Borntraeger <borntraeger@de.ibm.com>
642 M: Alexander Graf <agraf@suse.de>
644 F: hw/char/sclp*.[hc]
646 X: hw/s390x/s390-virtio-bus.[ch]
649 F: hw/watchdog/wdt_diag288.c
650 T: git git://github.com/cohuck/qemu.git s390-next
651 T: git git://github.com/borntraeger/qemu.git s390-next
655 PKUnity-3 SoC initramfs-with-busybox
656 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
664 M: Michael S. Tsirkin <mst@redhat.com>
668 F: hw/pci-host/piix.c
671 F: include/hw/pci-host/q35.h
672 F: include/hw/pci-host/pam.h
675 F: hw/i2c/smbus_ich9.c
678 F: include/hw/acpi/ich9.h
679 F: include/hw/acpi/piix.h
683 M: Michael S. Tsirkin <mst@redhat.com>
684 M: Paolo Bonzini <pbonzini@redhat.com>
686 F: hw/char/debugcon.c
687 F: hw/char/parallel.c
694 F: hw/misc/debugexit.c
695 F: hw/misc/pc-testdev.c
698 F: hw/timer/mc146818rtc*
704 M: Max Filippov <jcmvbkbc@gmail.com>
708 XTFPGA (LX60, LX200, ML605, KC705)
709 M: Max Filippov <jcmvbkbc@gmail.com>
711 F: hw/xtensa/xtfpga.c
712 F: hw/net/opencores_eth.c
717 M: Jiri Slaby <jslaby@suse.cz>
722 M: John Snow <jsnow@redhat.com>
723 L: qemu-block@nongnu.org
729 F: hw/block/hd-geometry.c
732 F: tests/libqos/ahci*
733 T: git git://github.com/jnsnow/qemu.git ide
736 M: John Snow <jsnow@redhat.com>
737 L: qemu-block@nongnu.org
740 F: include/hw/block/fdc.h
742 T: git git://github.com/jnsnow/qemu.git ide
745 M: Peter Maydell <peter.maydell@linaro.org>
750 M: Alberto Garcia <berto@igalia.com>
752 F: hw/char/ipoctal232.c
756 M: Michael S. Tsirkin <mst@redhat.com>
759 F: hw/misc/pci-testdev.c
764 M: Michael S. Tsirkin <mst@redhat.com>
765 M: Igor Mammedov <imammedo@redhat.com>
768 F: include/hw/smbios/*
772 F: hw/i386/acpi-build.[hc]
774 F: hw/arm/virt-acpi-build.c
775 F: include/hw/arm/virt-acpi-build.h
779 M: Alexander Graf <agraf@suse.de>
780 L: qemu-ppc@nongnu.org
785 M: Alexander Graf <agraf@suse.de>
786 M: Scott Wood <scottwood@freescale.com>
787 L: qemu-ppc@nongnu.org
790 F: hw/pci-host/ppce500.c
794 M: Paolo Bonzini <pbonzini@redhat.com>
799 M: Jason Wang <jasowang@redhat.com>
802 T: git git://github.com/jasowang/qemu.git net
805 M: Paolo Bonzini <pbonzini@redhat.com>
809 T: git git://github.com/bonzini/qemu.git scsi-next
813 F: hw/scsi/lsi53c895a.c
816 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
823 M: Alistair Francis <alistair.francis@xilinx.com>
824 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
829 M: Gerd Hoffmann <kraxel@redhat.com>
832 F: tests/usb-*-test.c
835 M: Gerd Hoffmann <kraxel@redhat.com>
836 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
838 F: hw/usb/dev-serial.c
841 M: Alex Williamson <alex.williamson@redhat.com>
846 M: Michael S. Tsirkin <mst@redhat.com>
851 M: Michael S. Tsirkin <mst@redhat.com>
857 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
861 F: tests/virtio-9p-test.c
862 T: git git://github.com/kvaneesh/QEMU.git
865 M: Stefan Hajnoczi <stefanha@redhat.com>
866 L: qemu-block@nongnu.org
868 F: hw/block/virtio-blk.c
869 F: hw/block/dataplane/*
870 F: hw/virtio/dataplane/*
871 T: git git://github.com/stefanha/qemu.git block
874 M: Cornelia Huck <cornelia.huck@de.ibm.com>
875 M: Christian Borntraeger <borntraeger@de.ibm.com>
877 F: hw/s390x/virtio-ccw.[hc]
878 T: git git://github.com/cohuck/qemu.git s390-next
879 T: git git://github.com/borntraeger/qemu.git s390-next
882 M: Gerd Hoffmann <kraxel@redhat.com>
884 F: hw/input/virtio-input*.c
885 F: include/hw/virtio/virtio-input.h
888 M: Amit Shah <amit.shah@redhat.com>
890 F: hw/char/virtio-serial-bus.c
891 F: hw/char/virtio-console.c
892 F: include/hw/virtio/virtio-serial.h
895 M: Amit Shah <amit.shah@redhat.com>
897 F: hw/virtio/virtio-rng.c
898 F: include/hw/virtio/virtio-rng.h
902 M: Keith Busch <keith.busch@intel.com>
903 L: qemu-block@nongnu.org
909 M: Hannes Reinecke <hare@suse.de>
910 L: qemu-block@nongnu.org
916 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
917 M: Alistair Francis <alistair.francis@xilinx.com>
918 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
921 F: include/hw/xilinx.h
924 M: Dmitry Fleytman <dmitry@daynix.com>
927 F: hw/scsi/vmw_pvscsi*
930 M: Scott Feldman <sfeldma@gmail.com>
931 M: Jiri Pirko <jiri@resnulli.us>
938 M: Gerd Hoffmann <kraxel@redhat.com>
943 F: tests/es1370-test.c
944 F: tests/intel-hda-test.c
947 M: Kevin Wolf <kwolf@redhat.com>
948 L: qemu-block@nongnu.org
956 F: tests/qemu-iotests/
957 T: git git://repo.or.cz/qemu/kevin.git block
960 M: Stefan Hajnoczi <stefanha@redhat.com>
961 L: qemu-block@nongnu.org
967 T: git git://github.com/stefanha/qemu.git block
970 M: Jeff Cody <jcody@redhat.com>
971 L: qemu-block@nongnu.org
974 F: include/block/blockjob.h
979 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
981 Block QAPI, monitor, command line
982 M: Markus Armbruster <armbru@redhat.com>
987 T: git git://repo.or.cz/qemu/armbru.git block-next
989 Character device backends
990 M: Paolo Bonzini <pbonzini@redhat.com>
993 F: backends/msmouse.c
994 F: backends/testdev.c
996 Character Devices (Braille)
997 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1002 M: Markus Armbruster <armbru@redhat.com>
1004 F: scripts/coverity-model.c
1007 M: Andreas Färber <afaerber@suse.de>
1010 F: include/qom/cpu.h
1011 F: target-i386/cpu.c
1014 M: Igor Mammedov <imammedo@redhat.com>
1016 F: include/hw/cpu/icc_bus.h
1020 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1021 M: Alexander Graf <agraf@suse.de>
1026 M: Markus Armbruster <armbru@redhat.com>
1028 F: include/qapi/error.h
1029 F: include/qemu/error-report.h
1031 F: util/qemu-error.c
1034 L: qemu-devel@nongnu.org
1040 M: Paolo Bonzini <pbonzini@redhat.com>
1042 F: include/exec/ioport.h
1044 F: include/exec/memory.h
1046 F: include/exec/memory-internal.h
1050 M: Gerd Hoffmann <kraxel@redhat.com>
1052 F: include/ui/qemu-spice.h
1054 F: audio/spiceaudio.c
1058 M: Gerd Hoffmann <kraxel@redhat.com>
1063 M: Andreas Färber <andreas.faerber@web.de>
1064 M: Peter Maydell <peter.maydell@linaro.org>
1069 M: Paolo Bonzini <pbonzini@redhat.com>
1077 M: Luiz Capitulino <lcapitulino@redhat.com>
1082 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1084 Network device backends
1085 M: Jason Wang <jasowang@redhat.com>
1088 T: git git://github.com/jasowang/qemu.git net
1090 Netmap network backend
1091 M: Luigi Rizzo <rizzo@iet.unipi.it>
1092 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1093 M: Vincenzo Maffione <v.maffione@gmail.com>
1094 W: http://info.iet.unipi.it/~luigi/netmap/
1098 Network Block Device (NBD)
1099 M: Paolo Bonzini <pbonzini@redhat.com>
1104 T: git git://github.com/bonzini/qemu.git nbd-next
1107 M: Eduardo Habkost <ehabkost@redhat.com>
1110 F: include/sysemu/numa.h
1113 T: git git://github.com/ehabkost/qemu.git numa
1116 M: Markus Armbruster <armbru@redhat.com>
1117 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1122 X: include/qapi/qmp/
1123 F: include/qapi/qmp/dispatch.h
1124 F: tests/qapi-schema/
1125 F: tests/test-*-visitor.c
1126 F: tests/test-qmp-*.c
1129 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1132 M: Eric Blake <eblake@redhat.com>
1133 M: Markus Armbruster <armbru@redhat.com>
1137 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1140 M: Luiz Capitulino <lcapitulino@redhat.com>
1143 F: include/qapi/qmp/
1144 X: include/qapi/qmp/dispatch.h
1145 F: tests/check-qdict.c
1146 F: tests/check-qfloat.c
1147 F: tests/check-qint.c
1148 F: tests/check-qjson.c
1149 F: tests/check-qlist.c
1150 F: tests/check-qstring.c
1151 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1154 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1157 T: git git://github.com/mdroth/qemu.git qga
1160 M: Andreas Färber <afaerber@suse.de>
1162 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1164 X: include/qom/cpu.h
1170 M: Markus Armbruster <armbru@redhat.com>
1177 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1180 M: Jan Kiszka <jan.kiszka@siemens.com>
1183 T: git git://git.kiszka.org/qemu.git queues/slirp
1186 M: Stefan Hajnoczi <stefanha@redhat.com>
1189 F: scripts/tracetool.py
1190 F: scripts/tracetool/
1192 T: git git://github.com/stefanha/qemu.git tracing
1195 M: Blue Swirl <blauwirbel@gmail.com>
1197 F: scripts/checkpatch.pl
1200 M: Juan Quintela <quintela@redhat.com>
1201 M: Amit Shah <amit.shah@redhat.com>
1203 F: include/migration/
1205 F: scripts/vmstate-static-checker.py
1206 F: tests/vmstate-static-checker-data/
1209 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1212 F: include/sysemu/seccomp.h
1215 M: Daniel P. Berrange <berrange@redhat.com>
1219 F: tests/test-crypto-*
1222 M: Stefan Hajnoczi <stefanha@redhat.com>
1223 M: Kevin Wolf <kwolf@redhat.com>
1225 F: include/qemu/coroutine*
1226 F: tests/test-coroutine.c
1229 M: Daniel P. Berrange <berrange@redhat.com>
1232 F: include/qemu/buffer.h
1237 M: Riku Voipio <riku.voipio@iki.fi>
1243 M: Blue Swirl <blauwirbel@gmail.com>
1248 M: Riku Voipio <riku.voipio@iki.fi>
1252 Tiny Code Generator (TCG)
1253 -------------------------
1255 M: Richard Henderson <rth@twiddle.net>
1260 M: Claudio Fontana <claudio.fontana@huawei.com>
1261 M: Claudio Fontana <claudio.fontana@gmail.com>
1263 L: qemu-arm@nongnu.org
1269 M: Andrzej Zaborowski <balrogg@gmail.com>
1271 L: qemu-arm@nongnu.org
1276 L: qemu-devel@nongnu.org
1282 M: Aurelien Jarno <aurelien@aurel32.net>
1288 M: Aurelien Jarno <aurelien@aurel32.net>
1294 M: Vassili Karpov (malc) <av1474@comtv.ru>
1300 M: Alexander Graf <agraf@suse.de>
1301 M: Richard Henderson <rth@twiddle.net>
1307 M: Blue Swirl <blauwirbel@gmail.com>
1313 M: Stefan Weil <sw@weilnetz.de>
1322 L: qemu-stable@nongnu.org
1323 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1327 L: qemu-stable@nongnu.org
1328 M: Andreas Färber <afaerber@suse.de>
1329 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1333 L: qemu-stable@nongnu.org
1334 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1338 L: qemu-stable@nongnu.org
1339 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1345 M: Fam Zheng <famz@redhat.com>
1346 L: qemu-block@nongnu.org
1351 M: Josh Durgin <jdurgin@redhat.com>
1352 M: Jeff Cody <jcody@redhat.com>
1353 L: qemu-block@nongnu.org
1356 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1359 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1360 M: Liu Yuan <namei.unix@gmail.com>
1361 M: Jeff Cody <jcody@redhat.com>
1362 L: qemu-block@nongnu.org
1363 L: sheepdog@lists.wpkg.org
1366 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1369 M: Jeff Cody <jcody@redhat.com>
1370 L: qemu-block@nongnu.org
1373 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1376 M: Stefan Weil <sw@weilnetz.de>
1377 L: qemu-block@nongnu.org
1382 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1383 M: Paolo Bonzini <pbonzini@redhat.com>
1384 M: Peter Lieven <pl@kamp.de>
1385 L: qemu-block@nongnu.org
1390 M: Jeff Cody <jcody@redhat.com>
1391 M: Peter Lieven <pl@kamp.de>
1392 L: qemu-block@nongnu.org
1395 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1398 M: Richard W.M. Jones <rjones@redhat.com>
1399 M: Jeff Cody <jcody@redhat.com>
1400 L: qemu-block@nongnu.org
1403 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1406 M: Chrysostomos Nanakos <chris@include.gr>
1407 M: Jeff Cody <jcody@redhat.com>
1408 L: qemu-block@nongnu.org
1410 F: block/archipelago.c
1411 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1414 M: Jeff Cody <jcody@redhat.com>
1415 L: qemu-block@nongnu.org
1418 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1421 M: Jeff Cody <jcody@redhat.com>
1422 L: qemu-block@nongnu.org
1425 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1428 M: Fam Zheng <famz@redhat.com>
1429 L: qemu-block@nongnu.org
1434 M: Gonglei <arei.gonglei@huawei.com>
1439 M: Alberto Garcia <berto@igalia.com>
1442 L: qemu-block@nongnu.org
1445 M: Stefan Hajnoczi <stefanha@redhat.com>
1446 L: qemu-block@nongnu.org
1448 F: block/blkverify.c
1451 M: Stefan Hajnoczi <stefanha@redhat.com>
1452 L: qemu-block@nongnu.org
1457 M: Stefan Hajnoczi <stefanha@redhat.com>
1458 L: qemu-block@nongnu.org
1463 M: Stefan Hajnoczi <stefanha@redhat.com>
1464 L: qemu-block@nongnu.org
1469 M: Stefan Hajnoczi <stefanha@redhat.com>
1470 M: Denis V. Lunev <den@openvz.org>
1471 L: qemu-block@nongnu.org
1473 F: block/parallels.c
1476 M: Stefan Hajnoczi <stefanha@redhat.com>
1477 L: qemu-block@nongnu.org
1482 M: Kevin Wolf <kwolf@redhat.com>
1483 L: qemu-block@nongnu.org
1485 F: block/linux-aio.c
1487 F: block/raw-posix.c
1488 F: block/raw-win32.c
1490 F: block/win32-aio.c
1493 M: Kevin Wolf <kwolf@redhat.com>
1494 L: qemu-block@nongnu.org
1499 M: Kevin Wolf <kwolf@redhat.com>
1500 L: qemu-block@nongnu.org
1505 M: Kevin Wolf <kwolf@redhat.com>
1506 L: qemu-block@nongnu.org
1511 M: Kevin Wolf <kwolf@redhat.com>
1512 L: qemu-block@nongnu.org
1517 M: Kevin Wolf <kwolf@redhat.com>
1518 L: qemu-block@nongnu.org
1523 M: Stefan Hajnoczi <stefanha@redhat.com>
1524 L: qemu-block@nongnu.org
1526 F: tests/image-fuzzer/
1531 Build system architecture
1532 M: Daniel P. Berrange <berrange@redhat.com>
1534 F: docs/build-system.txt