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>
93 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
101 M: Michael Walle <michael@walle.cc>
108 F: include/hw/char/lm32_juart.h
118 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
120 F: target-microblaze/
122 F: disas/microblaze.c
125 M: Aurelien Jarno <aurelien@aurel32.net>
126 M: Leon Alrae <leon.alrae@imgtec.com>
134 M: Anthony Green <green@moxielogic.com>
140 M: Jia Liu <proljc@gmail.com>
144 F: tests/tcg/openrisc/
147 M: Alexander Graf <agraf@suse.de>
148 L: qemu-ppc@nongnu.org
155 M: Richard Henderson <rth@twiddle.net>
156 M: Alexander Graf <agraf@suse.de>
163 M: Aurelien Jarno <aurelien@aurel32.net>
170 M: Blue Swirl <blauwirbel@gmail.com>
171 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
179 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
185 M: Paolo Bonzini <pbonzini@redhat.com>
186 M: Richard Henderson <rth@twiddle.net>
187 M: Eduardo Habkost <ehabkost@redhat.com>
194 M: Max Filippov <jcmvbkbc@gmail.com>
195 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
202 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
207 Guest CPU Cores (KVM):
208 ----------------------
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 L: kvm@vger.kernel.org
218 M: Peter Maydell <peter.maydell@linaro.org>
223 M: James Hogan <james.hogan@imgtec.com>
228 M: Alexander Graf <agraf@suse.de>
233 M: Christian Borntraeger <borntraeger@de.ibm.com>
234 M: Cornelia Huck <cornelia.huck@de.ibm.com>
235 M: Alexander Graf <agraf@suse.de>
237 F: target-s390x/kvm.c
238 F: hw/intc/s390_flic.c
239 F: hw/intc/s390_flic_kvm.c
240 F: include/hw/s390x/s390_flic.h
243 M: Paolo Bonzini <pbonzini@redhat.com>
244 M: Marcelo Tosatti <mtosatti@redhat.com>
245 L: kvm@vger.kernel.org
249 Guest CPU Cores (Xen):
250 ----------------------
253 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
254 L: xen-devel@lists.xensource.com
258 F: hw/char/xen_console.c
259 F: hw/display/xenfb.c
269 L: qemu-devel@nongnu.org
275 L: qemu-devel@nongnu.org
280 L: qemu-devel@nongnu.org
281 M: Stefan Weil <sw@weilnetz.de>
289 M: Beniamino Galvani <b.galvani@gmail.com>
292 F: include/hw/*/allwinner*
293 F: hw/arm/cubieboard.c
296 M: Peter Maydell <peter.maydell@linaro.org>
307 F: include/hw/arm/primecell.h
310 M: Peter Maydell <peter.maydell@linaro.org>
313 F: hw/intc/gic_internal.h
315 F: hw/misc/arm11scu.c
316 F: hw/timer/a9gtimer*
318 F: include/hw/arm/arm.h
319 F: include/hw/intc/arm*
320 F: include/hw/misc/a9scu.h
321 F: include/hw/misc/arm11scu.h
322 F: include/hw/timer/a9gtimer.h
323 F: include/hw/timer/arm_mptimer.h
326 M: Evgeny Voevodin <e.voevodin@samsung.com>
327 M: Maksim Kozlov <m.kozlov@samsung.com>
328 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
329 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
334 M: Rob Herring <robh@kernel.org>
340 M: Antony Pavlov <antonynpavlov@gmail.com>
342 F: include/hw/arm/digic.h
346 L: qemu-devel@nongnu.org
351 M: Peter Chubb <peter.chubb@nicta.com.au>
357 M: Peter Maydell <peter.maydell@linaro.org>
359 F: hw/arm/integratorcp.c
362 M: Jan Kiszka <jan.kiszka@web.de>
367 M: Andrzej Zaborowski <balrogg@gmail.com>
372 M: Andrzej Zaborowski <balrogg@gmail.com>
377 M: Peter Maydell <peter.maydell@linaro.org>
380 F: hw/intc/realview_gic.c
381 F: include/hw/intc/realview_gic.h
384 M: Andrzej Zaborowski <balrogg@gmail.com>
386 F: hw/arm/mainstone.c
393 M: Peter Maydell <peter.maydell@linaro.org>
398 M: Peter Maydell <peter.maydell@linaro.org>
403 M: Alistair Francis <alistair.francis@xilinx.com>
404 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
406 F: hw/arm/xilinx_zynq.c
407 F: hw/misc/zynq_slcr.c
409 F: hw/ssi/xilinx_spips.c
412 M: Alistair Francis <alistair.francis@xilinx.com>
413 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
415 F: hw/arm/xlnx-zynqmp.c
416 F: hw/arm/xlnx-ep108.c
417 F: include/hw/arm/xlnx-zynqmp.h
420 M: Shannon Zhao <zhaoshenglong@huawei.com>
421 M: Shannon Zhao <shannon.zhao@linaro.org>
423 F: hw/arm/virt-acpi-build.c
424 F: include/hw/arm/virt-acpi-build.h
429 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
431 F: hw/cris/axis_dev88.c
436 EVR32 and uclinux BSP
437 M: Michael Walle <michael@walle.cc>
439 F: hw/lm32/lm32_boards.c
442 M: Michael Walle <michael@walle.cc>
444 F: hw/lm32/milkymist.c
454 F: hw/m68k/dummy_m68k.c
463 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
465 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
468 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
470 F: hw/microblaze/petalogix_ml605_mmu.c
475 M: Hervé Poussineau <hpoussin@reactos.org>
477 F: hw/mips/mips_jazz.c
480 M: Aurelien Jarno <aurelien@aurel32.net>
482 F: hw/mips/mips_malta.c
485 L: qemu-devel@nongnu.org
487 F: hw/mips/mips_mipssim.c
490 M: Aurelien Jarno <aurelien@aurel32.net>
492 F: hw/mips/mips_r4k.c
497 M: Jia Liu <proljc@gmail.com>
499 F: hw/openrisc/openrisc_sim.c
504 M: Alexander Graf <agraf@suse.de>
505 L: qemu-ppc@nongnu.org
507 F: hw/ppc/ppc405_boards.c
510 M: Alexander Graf <agraf@suse.de>
511 L: qemu-ppc@nongnu.org
513 F: hw/ppc/ppc440_bamboo.c
516 M: Alexander Graf <agraf@suse.de>
517 M: Scott Wood <scottwood@freescale.com>
518 L: qemu-ppc@nongnu.org
524 M: Alexander Graf <agraf@suse.de>
525 M: Scott Wood <scottwood@freescale.com>
526 L: qemu-ppc@nongnu.org
528 F: hw/ppc/mpc8544ds.c
529 F: hw/ppc/mpc8544_guts.c
532 M: Alexander Graf <agraf@suse.de>
533 L: qemu-ppc@nongnu.org
535 F: hw/ppc/mac_newworld.c
536 F: hw/pci-host/uninorth.c
537 F: hw/pci-bridge/dec.[hc]
541 M: Alexander Graf <agraf@suse.de>
542 L: qemu-ppc@nongnu.org
544 F: hw/ppc/mac_oldworld.c
545 F: hw/pci-host/grackle.c
549 M: Andreas Färber <andreas.faerber@web.de>
550 L: qemu-ppc@nongnu.org
553 F: hw/pci-host/prep.[hc]
554 F: hw/isa/pc87312.[hc]
557 M: David Gibson <david@gibson.dropbear.id.au>
558 M: Alexander Graf <agraf@suse.de>
559 L: qemu-ppc@nongnu.org
562 F: include/hw/*/spapr*
564 F: include/hw/*/xics*
565 F: pc-bios/spapr-rtas/*
568 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
569 L: qemu-ppc@nongnu.org
571 F: hw/ppc/virtex_ml507.c
576 M: Magnus Damm <magnus.damm@gmail.com>
581 M: Magnus Damm <magnus.damm@gmail.com>
588 M: Blue Swirl <blauwirbel@gmail.com>
589 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
594 M: Blue Swirl <blauwirbel@gmail.com>
595 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
597 F: hw/sparc64/sun4u.c
600 M: Fabien Chouteau <chouteau@adacore.com>
608 M: Alexander Graf <agraf@suse.de>
611 X: hw/s390x/*pci*.[hc]
614 M: Cornelia Huck <cornelia.huck@de.ibm.com>
615 M: Christian Borntraeger <borntraeger@de.ibm.com>
616 M: Alexander Graf <agraf@suse.de>
618 F: hw/char/sclp*.[hc]
619 F: hw/s390x/s390-virtio-ccw.c
621 F: hw/s390x/sclp*.[hc]
622 F: hw/s390x/ipl*.[hc]
623 F: hw/s390x/*pci*.[hc]
624 F: hw/s390x/s390-skeys*.c
627 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
631 PKUnity-3 SoC initramfs-with-busybox
632 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
640 M: Michael S. Tsirkin <mst@redhat.com>
644 F: hw/pci-host/piix.c
647 F: include/hw/pci-host/q35.h
648 F: include/hw/pci-host/pam.h
651 F: hw/i2c/smbus_ich9.c
654 F: include/hw/acpi/ich9.h
655 F: include/hw/acpi/piix.h
659 M: Michael S. Tsirkin <mst@redhat.com>
660 M: Paolo Bonzini <pbonzini@redhat.com>
662 F: hw/char/debugcon.c
663 F: hw/char/parallel.c
670 F: hw/misc/debugexit.c
671 F: hw/misc/pc-testdev.c
674 F: hw/timer/mc146818rtc*
680 M: Max Filippov <jcmvbkbc@gmail.com>
684 XTFPGA (LX60, LX200, ML605, KC705)
685 M: Max Filippov <jcmvbkbc@gmail.com>
687 F: hw/xtensa/xtfpga.c
688 F: hw/net/opencores_eth.c
693 M: Jiri Slaby <jslaby@suse.cz>
698 M: John Snow <jsnow@redhat.com>
699 L: qemu-block@nongnu.org
705 F: hw/block/hd-geometry.c
708 F: tests/libqos/ahci*
709 T: git git://github.com/jnsnow/qemu.git ide
712 M: John Snow <jsnow@redhat.com>
713 L: qemu-block@nongnu.org
716 F: include/hw/block/fdc.h
718 T: git git://github.com/jnsnow/qemu.git ide
721 M: Peter Maydell <peter.maydell@linaro.org>
726 M: Alberto Garcia <berto@igalia.com>
728 F: hw/char/ipoctal232.c
732 M: Michael S. Tsirkin <mst@redhat.com>
735 F: hw/misc/pci-testdev.c
740 M: Michael S. Tsirkin <mst@redhat.com>
741 M: Igor Mammedov <imammedo@redhat.com>
744 F: include/hw/smbios/*
748 F: hw/i386/acpi-build.[hc]
750 F: hw/arm/virt-acpi-build.c
751 F: include/hw/arm/virt-acpi-build.h
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
761 M: Alexander Graf <agraf@suse.de>
762 M: Scott Wood <scottwood@freescale.com>
763 L: qemu-ppc@nongnu.org
766 F: hw/pci-host/ppce500.c
770 M: Paolo Bonzini <pbonzini@redhat.com>
775 M: Jason Wang <jasowang@redhat.com>
778 T: git git://github.com/jasowang/qemu.git net
781 M: Paolo Bonzini <pbonzini@redhat.com>
785 T: git git://github.com/bonzini/qemu.git scsi-next
789 F: hw/scsi/lsi53c895a.c
792 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
799 M: Alistair Francis <alistair.francis@xilinx.com>
800 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
805 M: Gerd Hoffmann <kraxel@redhat.com>
808 F: tests/usb-*-test.c
811 M: Gerd Hoffmann <kraxel@redhat.com>
812 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
814 F: hw/usb/dev-serial.c
817 M: Alex Williamson <alex.williamson@redhat.com>
822 M: Michael S. Tsirkin <mst@redhat.com>
827 M: Michael S. Tsirkin <mst@redhat.com>
833 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
837 F: tests/virtio-9p-test.c
838 T: git git://github.com/kvaneesh/QEMU.git
841 M: Stefan Hajnoczi <stefanha@redhat.com>
842 L: qemu-block@nongnu.org
844 F: hw/block/virtio-blk.c
845 F: hw/block/dataplane/*
846 F: hw/virtio/dataplane/*
847 T: git git://github.com/stefanha/qemu.git block
850 M: Cornelia Huck <cornelia.huck@de.ibm.com>
851 M: Christian Borntraeger <borntraeger@de.ibm.com>
853 F: hw/s390x/virtio-ccw.[hc]
854 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
857 M: Gerd Hoffmann <kraxel@redhat.com>
859 F: hw/input/virtio-input*.c
860 F: include/hw/virtio/virtio-input.h
863 M: Amit Shah <amit.shah@redhat.com>
865 F: hw/char/virtio-serial-bus.c
866 F: hw/char/virtio-console.c
867 F: include/hw/virtio/virtio-serial.h
870 M: Amit Shah <amit.shah@redhat.com>
872 F: hw/virtio/virtio-rng.c
873 F: include/hw/virtio/virtio-rng.h
877 M: Keith Busch <keith.busch@intel.com>
878 L: qemu-block@nongnu.org
884 M: Hannes Reinecke <hare@suse.de>
885 L: qemu-block@nongnu.org
891 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
892 M: Alistair Francis <alistair.francis@xilinx.com>
893 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
896 F: include/hw/xilinx.h
899 M: Dmitry Fleytman <dmitry@daynix.com>
902 F: hw/scsi/vmw_pvscsi*
905 M: Scott Feldman <sfeldma@gmail.com>
906 M: Jiri Pirko <jiri@resnulli.us>
913 M: Gerd Hoffmann <kraxel@redhat.com>
918 F: tests/es1370-test.c
919 F: tests/intel-hda-test.c
922 M: Kevin Wolf <kwolf@redhat.com>
923 L: qemu-block@nongnu.org
931 F: tests/qemu-iotests/
932 T: git git://repo.or.cz/qemu/kevin.git block
935 M: Stefan Hajnoczi <stefanha@redhat.com>
936 L: qemu-block@nongnu.org
942 T: git git://github.com/stefanha/qemu.git block
945 M: Jeff Cody <jcody@redhat.com>
946 L: qemu-block@nongnu.org
949 F: include/block/blockjob.h
954 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
956 Block QAPI, monitor, command line
957 M: Markus Armbruster <armbru@redhat.com>
962 T: git git://repo.or.cz/qemu/armbru.git block-next
964 Character device backends
965 M: Paolo Bonzini <pbonzini@redhat.com>
968 F: backends/msmouse.c
969 F: backends/testdev.c
971 Character Devices (Braille)
972 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
977 M: Markus Armbruster <armbru@redhat.com>
979 F: scripts/coverity-model.c
982 M: Andreas Färber <afaerber@suse.de>
989 M: Igor Mammedov <imammedo@redhat.com>
991 F: include/hw/cpu/icc_bus.h
995 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
996 M: Alexander Graf <agraf@suse.de>
1001 M: Markus Armbruster <armbru@redhat.com>
1003 F: include/qapi/error.h
1004 F: include/qemu/error-report.h
1006 F: util/qemu-error.c
1009 L: qemu-devel@nongnu.org
1015 M: Paolo Bonzini <pbonzini@redhat.com>
1017 F: include/exec/ioport.h
1019 F: include/exec/memory.h
1021 F: include/exec/memory-internal.h
1025 M: Gerd Hoffmann <kraxel@redhat.com>
1027 F: include/ui/qemu-spice.h
1029 F: audio/spiceaudio.c
1033 M: Gerd Hoffmann <kraxel@redhat.com>
1038 M: Andreas Färber <andreas.faerber@web.de>
1039 M: Peter Maydell <peter.maydell@linaro.org>
1044 M: Paolo Bonzini <pbonzini@redhat.com>
1052 M: Luiz Capitulino <lcapitulino@redhat.com>
1057 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1059 Network device backends
1060 M: Jason Wang <jasowang@redhat.com>
1063 T: git git://github.com/jasowang/qemu.git net
1065 Netmap network backend
1066 M: Luigi Rizzo <rizzo@iet.unipi.it>
1067 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1068 M: Vincenzo Maffione <v.maffione@gmail.com>
1069 W: http://info.iet.unipi.it/~luigi/netmap/
1073 Network Block Device (NBD)
1074 M: Paolo Bonzini <pbonzini@redhat.com>
1079 T: git git://github.com/bonzini/qemu.git nbd-next
1082 M: Eduardo Habkost <ehabkost@redhat.com>
1085 F: include/sysemu/numa.h
1088 T: git git://github.com/ehabkost/qemu.git numa
1091 M: Markus Armbruster <armbru@redhat.com>
1092 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1097 X: include/qapi/qmp/
1098 F: include/qapi/qmp/dispatch.h
1099 F: tests/qapi-schema/
1100 F: tests/test-*-visitor.c
1101 F: tests/test-qmp-*.c
1104 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1107 M: Eric Blake <eblake@redhat.com>
1108 M: Markus Armbruster <armbru@redhat.com>
1112 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1115 M: Luiz Capitulino <lcapitulino@redhat.com>
1118 F: include/qapi/qmp/
1119 X: include/qapi/qmp/dispatch.h
1120 F: tests/check-qdict.c
1121 F: tests/check-qfloat.c
1122 F: tests/check-qint.c
1123 F: tests/check-qjson.c
1124 F: tests/check-qlist.c
1125 F: tests/check-qstring.c
1126 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1129 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1132 T: git git://github.com/mdroth/qemu.git qga
1135 M: Andreas Färber <afaerber@suse.de>
1137 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1139 X: include/qom/cpu.h
1145 M: Markus Armbruster <armbru@redhat.com>
1152 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1155 M: Jan Kiszka <jan.kiszka@siemens.com>
1158 T: git git://git.kiszka.org/qemu.git queues/slirp
1161 M: Stefan Hajnoczi <stefanha@redhat.com>
1164 F: scripts/tracetool.py
1165 F: scripts/tracetool/
1167 T: git git://github.com/stefanha/qemu.git tracing
1170 M: Blue Swirl <blauwirbel@gmail.com>
1172 F: scripts/checkpatch.pl
1175 M: Juan Quintela <quintela@redhat.com>
1176 M: Amit Shah <amit.shah@redhat.com>
1178 F: include/migration/
1180 F: scripts/vmstate-static-checker.py
1181 F: tests/vmstate-static-checker-data/
1184 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1187 F: include/sysemu/seccomp.h
1190 M: Daniel P. Berrange <berrange@redhat.com>
1194 F: tests/test-crypto-*
1197 M: Stefan Hajnoczi <stefanha@redhat.com>
1198 M: Kevin Wolf <kwolf@redhat.com>
1200 F: include/qemu/coroutine*
1201 F: tests/test-coroutine.c
1204 M: Daniel P. Berrange <berrange@redhat.com>
1207 F: include/qemu/buffer.h
1212 M: Riku Voipio <riku.voipio@iki.fi>
1218 M: Blue Swirl <blauwirbel@gmail.com>
1223 M: Riku Voipio <riku.voipio@iki.fi>
1227 Tiny Code Generator (TCG)
1228 -------------------------
1230 M: Richard Henderson <rth@twiddle.net>
1235 M: Claudio Fontana <claudio.fontana@huawei.com>
1236 M: Claudio Fontana <claudio.fontana@gmail.com>
1243 M: Andrzej Zaborowski <balrogg@gmail.com>
1249 L: qemu-devel@nongnu.org
1255 M: Aurelien Jarno <aurelien@aurel32.net>
1261 M: Aurelien Jarno <aurelien@aurel32.net>
1267 M: Vassili Karpov (malc) <av1474@comtv.ru>
1273 M: Alexander Graf <agraf@suse.de>
1274 M: Richard Henderson <rth@twiddle.net>
1280 M: Blue Swirl <blauwirbel@gmail.com>
1286 M: Stefan Weil <sw@weilnetz.de>
1295 L: qemu-stable@nongnu.org
1296 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1300 L: qemu-stable@nongnu.org
1301 M: Andreas Färber <afaerber@suse.de>
1302 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1306 L: qemu-stable@nongnu.org
1307 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1311 L: qemu-stable@nongnu.org
1312 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1318 M: Fam Zheng <famz@redhat.com>
1319 L: qemu-block@nongnu.org
1324 M: Josh Durgin <jdurgin@redhat.com>
1325 M: Jeff Cody <jcody@redhat.com>
1326 L: qemu-block@nongnu.org
1329 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1332 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1333 M: Liu Yuan <namei.unix@gmail.com>
1334 M: Jeff Cody <jcody@redhat.com>
1335 L: qemu-block@nongnu.org
1336 L: sheepdog@lists.wpkg.org
1339 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1342 M: Jeff Cody <jcody@redhat.com>
1343 L: qemu-block@nongnu.org
1346 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1349 M: Stefan Weil <sw@weilnetz.de>
1350 L: qemu-block@nongnu.org
1355 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1356 M: Paolo Bonzini <pbonzini@redhat.com>
1357 M: Peter Lieven <pl@kamp.de>
1358 L: qemu-block@nongnu.org
1363 M: Jeff Cody <jcody@redhat.com>
1364 M: Peter Lieven <pl@kamp.de>
1365 L: qemu-block@nongnu.org
1368 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1371 M: Richard W.M. Jones <rjones@redhat.com>
1372 M: Jeff Cody <jcody@redhat.com>
1373 L: qemu-block@nongnu.org
1376 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1379 M: Chrysostomos Nanakos <chris@include.gr>
1380 M: Jeff Cody <jcody@redhat.com>
1381 L: qemu-block@nongnu.org
1383 F: block/archipelago.c
1384 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1387 M: Jeff Cody <jcody@redhat.com>
1388 L: qemu-block@nongnu.org
1391 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1394 M: Jeff Cody <jcody@redhat.com>
1395 L: qemu-block@nongnu.org
1398 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1401 M: Fam Zheng <famz@redhat.com>
1402 L: qemu-block@nongnu.org
1407 M: Gonglei <arei.gonglei@huawei.com>
1412 M: Alberto Garcia <berto@igalia.com>
1415 L: qemu-block@nongnu.org
1418 M: Stefan Hajnoczi <stefanha@redhat.com>
1419 L: qemu-block@nongnu.org
1421 F: block/blkverify.c
1424 M: Stefan Hajnoczi <stefanha@redhat.com>
1425 L: qemu-block@nongnu.org
1430 M: Stefan Hajnoczi <stefanha@redhat.com>
1431 L: qemu-block@nongnu.org
1436 M: Stefan Hajnoczi <stefanha@redhat.com>
1437 L: qemu-block@nongnu.org
1442 M: Stefan Hajnoczi <stefanha@redhat.com>
1443 M: Denis V. Lunev <den@openvz.org>
1444 L: qemu-block@nongnu.org
1446 F: block/parallels.c
1449 M: Stefan Hajnoczi <stefanha@redhat.com>
1450 L: qemu-block@nongnu.org
1455 M: Kevin Wolf <kwolf@redhat.com>
1456 L: qemu-block@nongnu.org
1458 F: block/linux-aio.c
1460 F: block/raw-posix.c
1461 F: block/raw-win32.c
1463 F: block/win32-aio.c
1466 M: Kevin Wolf <kwolf@redhat.com>
1467 L: qemu-block@nongnu.org
1472 M: Kevin Wolf <kwolf@redhat.com>
1473 L: qemu-block@nongnu.org
1478 M: Kevin Wolf <kwolf@redhat.com>
1479 L: qemu-block@nongnu.org
1484 M: Kevin Wolf <kwolf@redhat.com>
1485 L: qemu-block@nongnu.org
1490 M: Kevin Wolf <kwolf@redhat.com>
1491 L: qemu-block@nongnu.org
1496 M: Stefan Hajnoczi <stefanha@redhat.com>
1497 L: qemu-block@nongnu.org
1499 F: tests/image-fuzzer/
1504 Build system architecture
1505 M: Daniel P. Berrange <berrange@redhat.com>
1507 F: docs/build-system.txt