Xen: update MAINTAINERS info
[qemu.git] / MAINTAINERS
blob66abde83f586b20f5dc168947a8129794c5e90ee
1 QEMU Maintainers
2 ================
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
28                         should be using that.
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:
38            F:   net/
39            X:   net/ipv6/
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:
43            K: of_get_profile
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 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
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 ----------------------
68 Overall
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>
73 S: Maintained
74 F: cpu-exec.c
75 F: cpu-exec-common.c
76 F: cpus.c
77 F: cputlb.c
78 F: exec.c
79 F: softmmu_template.h
80 F: translate-all.*
81 F: translate-common.c
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
87 FPU emulation
88 M: Aurelien Jarno <aurelien@aurel32.net>
89 M: Peter Maydell <peter.maydell@linaro.org>
90 S: Odd Fixes
91 F: fpu/
92 F: include/fpu/
94 Alpha
95 M: Richard Henderson <rth@twiddle.net>
96 S: Maintained
97 F: target-alpha/
98 F: hw/alpha/
99 F: tests/tcg/alpha/
100 F: disas/alpha.c
103 M: Peter Maydell <peter.maydell@linaro.org>
104 L: qemu-arm@nongnu.org
105 S: Maintained
106 F: target-arm/
107 F: hw/arm/
108 F: hw/cpu/a*mpcore.c
109 F: disas/arm.c
110 F: disas/arm-a64.cc
111 F: disas/libvixl/
113 CRIS
114 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
115 S: Maintained
116 F: target-cris/
117 F: hw/cris/
118 F: tests/tcg/cris/
119 F: disas/cris.c
121 LM32
122 M: Michael Walle <michael@walle.cc>
123 S: Maintained
124 F: target-lm32/
125 F: disas/lm32.c
126 F: hw/lm32/
127 F: hw/*/lm32_*
128 F: hw/*/milkymist-*
129 F: include/hw/char/lm32_juart.h
130 F: include/hw/lm32/
131 F: tests/tcg/lm32/
133 M68K
134 S: Orphan
135 F: target-m68k/
136 F: hw/m68k/
138 MicroBlaze
139 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
140 S: Maintained
141 F: target-microblaze/
142 F: hw/microblaze/
143 F: disas/microblaze.c
145 MIPS
146 M: Aurelien Jarno <aurelien@aurel32.net>
147 M: Leon Alrae <leon.alrae@imgtec.com>
148 S: Maintained
149 F: target-mips/
150 F: hw/mips/
151 F: tests/tcg/mips/
152 F: disas/mips.c
154 Moxie
155 M: Anthony Green <green@moxielogic.com>
156 S: Maintained
157 F: target-moxie/
158 F: disas/moxie.c
160 OpenRISC
161 M: Jia Liu <proljc@gmail.com>
162 S: Maintained
163 F: target-openrisc/
164 F: hw/openrisc/
165 F: tests/tcg/openrisc/
167 PowerPC
168 M: Alexander Graf <agraf@suse.de>
169 L: qemu-ppc@nongnu.org
170 S: Maintained
171 F: target-ppc/
172 F: hw/ppc/
173 F: disas/ppc.c
175 S390
176 M: Richard Henderson <rth@twiddle.net>
177 M: Alexander Graf <agraf@suse.de>
178 S: Maintained
179 F: target-s390x/
180 F: hw/s390x/
181 F: disas/s390.c
184 M: Aurelien Jarno <aurelien@aurel32.net>
185 S: Odd Fixes
186 F: target-sh4/
187 F: hw/sh4/
188 F: disas/sh4.c
190 SPARC
191 M: Blue Swirl <blauwirbel@gmail.com>
192 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
193 S: Maintained
194 F: target-sparc/
195 F: hw/sparc/
196 F: hw/sparc64/
197 F: disas/sparc.c
199 UniCore32
200 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
201 S: Maintained
202 F: target-unicore32/
203 F: hw/unicore32/
206 M: Paolo Bonzini <pbonzini@redhat.com>
207 M: Richard Henderson <rth@twiddle.net>
208 M: Eduardo Habkost <ehabkost@redhat.com>
209 S: Maintained
210 F: target-i386/
211 F: hw/i386/
212 F: disas/i386.c
214 Xtensa
215 M: Max Filippov <jcmvbkbc@gmail.com>
216 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
217 S: Maintained
218 F: target-xtensa/
219 F: hw/xtensa/
220 F: tests/tcg/xtensa/
222 TriCore
223 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
224 S: Maintained
225 F: target-tricore/
226 F: hw/tricore/
228 Guest CPU Cores (KVM):
229 ----------------------
231 Overall
232 M: Paolo Bonzini <pbonzini@redhat.com>
233 L: kvm@vger.kernel.org
234 S: Supported
235 F: kvm-*
236 F: */kvm.*
237 F: include/sysemu/kvm*.h
240 M: Peter Maydell <peter.maydell@linaro.org>
241 L: qemu-arm@nongnu.org
242 S: Maintained
243 F: target-arm/kvm.c
245 MIPS
246 M: James Hogan <james.hogan@imgtec.com>
247 S: Maintained
248 F: target-mips/kvm.c
251 M: Alexander Graf <agraf@suse.de>
252 S: Maintained
253 F: target-ppc/kvm.c
255 S390
256 M: Christian Borntraeger <borntraeger@de.ibm.com>
257 M: Cornelia Huck <cornelia.huck@de.ibm.com>
258 M: Alexander Graf <agraf@suse.de>
259 S: Maintained
260 F: target-s390x/kvm.c
261 F: target-s390x/ioinst.[ch]
262 F: target-s390x/machine.c
263 F: hw/intc/s390_flic.c
264 F: hw/intc/s390_flic_kvm.c
265 F: include/hw/s390x/s390_flic.h
266 F: gdb-xml/s390*.xml
267 T: git git://github.com/cohuck/qemu.git s390-next
268 T: git git://github.com/borntraeger/qemu.git s390-next
271 M: Paolo Bonzini <pbonzini@redhat.com>
272 M: Marcelo Tosatti <mtosatti@redhat.com>
273 L: kvm@vger.kernel.org
274 S: Supported
275 F: target-i386/kvm.c
277 Guest CPU Cores (Xen):
278 ----------------------
281 M: Stefano Stabellini <sstabellini@kernel.org>
282 M: Anthony Perard <anthony.perard@citrix.com>
283 L: xen-devel@lists.xensource.com
284 S: Supported
285 F: xen-*
286 F: */xen*
287 F: hw/char/xen_console.c
288 F: hw/display/xenfb.c
289 F: hw/net/xen_nic.c
290 F: hw/block/xen_*
291 F: hw/xen/
292 F: hw/xenpv/
293 F: hw/i386/xen/
294 F: include/hw/xen/
295 F: include/sysemu/xen-mapcache.h
297 Hosts:
298 ------
300 LINUX
301 L: qemu-devel@nongnu.org
302 S: Maintained
303 F: linux-*
304 F: linux-headers/
306 POSIX
307 L: qemu-devel@nongnu.org
308 S: Maintained
309 F: *posix*
311 W32, W64
312 L: qemu-devel@nongnu.org
313 M: Stefan Weil <sw@weilnetz.de>
314 S: Maintained
315 F: *win32*
316 F: qemu.nsi
318 ARM Machines
319 ------------
320 Allwinner-a10
321 M: Beniamino Galvani <b.galvani@gmail.com>
322 L: qemu-arm@nongnu.org
323 S: Maintained
324 F: hw/*/allwinner*
325 F: include/hw/*/allwinner*
326 F: hw/arm/cubieboard.c
328 ARM PrimeCell
329 M: Peter Maydell <peter.maydell@linaro.org>
330 L: qemu-arm@nongnu.org
331 S: Maintained
332 F: hw/char/pl011.c
333 F: hw/display/pl110*
334 F: hw/dma/pl080.c
335 F: hw/dma/pl330.c
336 F: hw/gpio/pl061.c
337 F: hw/input/pl050.c
338 F: hw/intc/pl190.c
339 F: hw/sd/pl181.c
340 F: hw/timer/pl031.c
341 F: include/hw/arm/primecell.h
343 ARM cores
344 M: Peter Maydell <peter.maydell@linaro.org>
345 L: qemu-arm@nongnu.org
346 S: Maintained
347 F: hw/intc/arm*
348 F: hw/intc/gic_internal.h
349 F: hw/misc/a9scu.c
350 F: hw/misc/arm11scu.c
351 F: hw/timer/a9gtimer*
352 F: hw/timer/arm_*
353 F: include/hw/arm/arm.h
354 F: include/hw/intc/arm*
355 F: include/hw/misc/a9scu.h
356 F: include/hw/misc/arm11scu.h
357 F: include/hw/timer/a9gtimer.h
358 F: include/hw/timer/arm_mptimer.h
360 Exynos
361 M: Evgeny Voevodin <e.voevodin@samsung.com>
362 M: Maksim Kozlov <m.kozlov@samsung.com>
363 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
364 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
365 L: qemu-arm@nongnu.org
366 S: Maintained
367 F: hw/*/exynos*
368 F: include/hw/arm/exynos4210.h
370 Calxeda Highbank
371 M: Rob Herring <robh@kernel.org>
372 L: qemu-arm@nongnu.org
373 S: Maintained
374 F: hw/arm/highbank.c
375 F: hw/net/xgmac.c
377 Canon DIGIC
378 M: Antony Pavlov <antonynpavlov@gmail.com>
379 L: qemu-arm@nongnu.org
380 S: Maintained
381 F: include/hw/arm/digic.h
382 F: hw/*/digic*
384 Gumstix
385 L: qemu-devel@nongnu.org
386 L: qemu-arm@nongnu.org
387 S: Orphan
388 F: hw/arm/gumstix.c
390 i.MX31
391 M: Peter Chubb <peter.chubb@nicta.com.au>
392 L: qemu-arm@nongnu.org
393 S: Odd fixes
394 F: hw/*/imx*
395 F: hw/arm/kzm.c
396 F: include/hw/arm/fsl-imx31.h
398 Integrator CP
399 M: Peter Maydell <peter.maydell@linaro.org>
400 L: qemu-arm@nongnu.org
401 S: Maintained
402 F: hw/arm/integratorcp.c
404 Musicpal
405 M: Jan Kiszka <jan.kiszka@web.de>
406 L: qemu-arm@nongnu.org
407 S: Maintained
408 F: hw/arm/musicpal.c
410 nSeries
411 M: Andrzej Zaborowski <balrogg@gmail.com>
412 L: qemu-arm@nongnu.org
413 S: Maintained
414 F: hw/arm/nseries.c
416 Palm
417 M: Andrzej Zaborowski <balrogg@gmail.com>
418 L: qemu-arm@nongnu.org
419 S: Maintained
420 F: hw/arm/palm.c
422 Real View
423 M: Peter Maydell <peter.maydell@linaro.org>
424 L: qemu-arm@nongnu.org
425 S: Maintained
426 F: hw/arm/realview*
427 F: hw/intc/realview_gic.c
428 F: include/hw/intc/realview_gic.h
430 PXA2XX
431 M: Andrzej Zaborowski <balrogg@gmail.com>
432 L: qemu-arm@nongnu.org
433 S: Maintained
434 F: hw/arm/mainstone.c
435 F: hw/arm/spitz.c
436 F: hw/arm/tosa.c
437 F: hw/arm/z2.c
438 F: hw/*/pxa2xx*
439 F: include/hw/arm/pxa.h
441 Stellaris
442 M: Peter Maydell <peter.maydell@linaro.org>
443 L: qemu-arm@nongnu.org
444 S: Maintained
445 F: hw/*/stellaris*
447 Versatile PB
448 M: Peter Maydell <peter.maydell@linaro.org>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/*/versatile*
453 Xilinx Zynq
454 M: Alistair Francis <alistair.francis@xilinx.com>
455 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
456 L: qemu-arm@nongnu.org
457 S: Maintained
458 F: hw/arm/xilinx_zynq.c
459 F: hw/misc/zynq_slcr.c
460 F: hw/*/cadence_*
461 F: hw/ssi/xilinx_spips.c
463 Xilinx ZynqMP
464 M: Alistair Francis <alistair.francis@xilinx.com>
465 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
466 L: qemu-arm@nongnu.org
467 S: Maintained
468 F: hw/arm/xlnx-zynqmp.c
469 F: hw/arm/xlnx-ep108.c
470 F: include/hw/arm/xlnx-zynqmp.h
472 ARM ACPI Subsystem
473 M: Shannon Zhao <zhaoshenglong@huawei.com>
474 M: Shannon Zhao <shannon.zhao@linaro.org>
475 L: qemu-arm@nongnu.org
476 S: Maintained
477 F: hw/arm/virt-acpi-build.c
478 F: include/hw/arm/virt-acpi-build.h
480 CRIS Machines
481 -------------
482 Axis Dev88
483 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
484 S: Maintained
485 F: hw/cris/axis_dev88.c
486 F: hw/*/etraxfs_*.c
488 LM32 Machines
489 -------------
490 EVR32 and uclinux BSP
491 M: Michael Walle <michael@walle.cc>
492 S: Maintained
493 F: hw/lm32/lm32_boards.c
495 milkymist
496 M: Michael Walle <michael@walle.cc>
497 S: Maintained
498 F: hw/lm32/milkymist.c
500 M68K Machines
501 -------------
502 an5206
503 S: Orphan
504 F: hw/m68k/an5206.c
506 dummy_m68k
507 S: Orphan
508 F: hw/m68k/dummy_m68k.c
510 mcf5208
511 S: Orphan
512 F: hw/m68k/mcf5208.c
514 MicroBlaze Machines
515 -------------------
516 petalogix_s3adsp1800
517 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518 S: Maintained
519 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
521 petalogix_ml605
522 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
523 S: Maintained
524 F: hw/microblaze/petalogix_ml605_mmu.c
526 MIPS Machines
527 -------------
528 Jazz
529 M: Hervé Poussineau <hpoussin@reactos.org>
530 S: Maintained
531 F: hw/mips/mips_jazz.c
533 Malta
534 M: Aurelien Jarno <aurelien@aurel32.net>
535 S: Maintained
536 F: hw/mips/mips_malta.c
538 Mipssim
539 L: qemu-devel@nongnu.org
540 S: Orphan
541 F: hw/mips/mips_mipssim.c
543 R4000
544 M: Aurelien Jarno <aurelien@aurel32.net>
545 S: Maintained
546 F: hw/mips/mips_r4k.c
548 OpenRISC Machines
549 -----------------
550 or1k-sim
551 M: Jia Liu <proljc@gmail.com>
552 S: Maintained
553 F: hw/openrisc/openrisc_sim.c
555 PowerPC Machines
556 ----------------
558 M: Alexander Graf <agraf@suse.de>
559 L: qemu-ppc@nongnu.org
560 S: Odd Fixes
561 F: hw/ppc/ppc405_boards.c
563 Bamboo
564 M: Alexander Graf <agraf@suse.de>
565 L: qemu-ppc@nongnu.org
566 S: Odd Fixes
567 F: hw/ppc/ppc440_bamboo.c
569 e500
570 M: Alexander Graf <agraf@suse.de>
571 M: Scott Wood <scottwood@freescale.com>
572 L: qemu-ppc@nongnu.org
573 S: Supported
574 F: hw/ppc/e500.[hc]
575 F: hw/ppc/e500plat.c
577 mpc8544ds
578 M: Alexander Graf <agraf@suse.de>
579 M: Scott Wood <scottwood@freescale.com>
580 L: qemu-ppc@nongnu.org
581 S: Supported
582 F: hw/ppc/mpc8544ds.c
583 F: hw/ppc/mpc8544_guts.c
585 New World
586 M: Alexander Graf <agraf@suse.de>
587 L: qemu-ppc@nongnu.org
588 S: Maintained
589 F: hw/ppc/mac_newworld.c
590 F: hw/pci-host/uninorth.c
591 F: hw/pci-bridge/dec.[hc]
592 F: hw/misc/macio/
594 Old World
595 M: Alexander Graf <agraf@suse.de>
596 L: qemu-ppc@nongnu.org
597 S: Maintained
598 F: hw/ppc/mac_oldworld.c
599 F: hw/pci-host/grackle.c
600 F: hw/misc/macio/
602 PReP
603 M: Andreas Färber <andreas.faerber@web.de>
604 L: qemu-ppc@nongnu.org
605 S: Odd Fixes
606 F: hw/ppc/prep.c
607 F: hw/pci-host/prep.[hc]
608 F: hw/isa/pc87312.[hc]
610 sPAPR
611 M: David Gibson <david@gibson.dropbear.id.au>
612 M: Alexander Graf <agraf@suse.de>
613 L: qemu-ppc@nongnu.org
614 S: Supported
615 F: hw/*/spapr*
616 F: include/hw/*/spapr*
617 F: hw/*/xics*
618 F: include/hw/*/xics*
619 F: pc-bios/spapr-rtas/*
621 virtex_ml507
622 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
623 L: qemu-ppc@nongnu.org
624 S: Odd Fixes
625 F: hw/ppc/virtex_ml507.c
627 SH4 Machines
628 ------------
630 M: Magnus Damm <magnus.damm@gmail.com>
631 S: Maintained
632 F: hw/sh4/r2d.c
634 Shix
635 M: Magnus Damm <magnus.damm@gmail.com>
636 S: Orphan
637 F: hw/sh4/shix.c
639 SPARC Machines
640 --------------
641 Sun4m
642 M: Blue Swirl <blauwirbel@gmail.com>
643 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
644 S: Maintained
645 F: hw/sparc/sun4m.c
647 Sun4u
648 M: Blue Swirl <blauwirbel@gmail.com>
649 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
650 S: Maintained
651 F: hw/sparc64/sun4u.c
653 Leon3
654 M: Fabien Chouteau <chouteau@adacore.com>
655 S: Maintained
656 F: hw/sparc/leon3.c
657 F: hw/*/grlib*
659 S390 Machines
660 -------------
661 S390 Virtio-ccw
662 M: Cornelia Huck <cornelia.huck@de.ibm.com>
663 M: Christian Borntraeger <borntraeger@de.ibm.com>
664 M: Alexander Graf <agraf@suse.de>
665 S: Supported
666 F: hw/char/sclp*.[hc]
667 F: hw/s390x/
668 F: include/hw/s390x/
669 F: pc-bios/s390-ccw/
670 F: hw/watchdog/wdt_diag288.c
671 T: git git://github.com/cohuck/qemu.git s390-next
672 T: git git://github.com/borntraeger/qemu.git s390-next
674 UniCore32 Machines
675 -------------
676 PKUnity-3 SoC initramfs-with-busybox
677 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
678 S: Maintained
679 F: hw/*/puv3*
680 F: hw/unicore32/
682 X86 Machines
683 ------------
685 M: Michael S. Tsirkin <mst@redhat.com>
686 S: Supported
687 F: include/hw/i386/
688 F: hw/i386/
689 F: hw/pci-host/piix.c
690 F: hw/pci-host/q35.c
691 F: hw/pci-host/pam.c
692 F: include/hw/pci-host/q35.h
693 F: include/hw/pci-host/pam.h
694 F: hw/isa/piix4.c
695 F: hw/isa/lpc_ich9.c
696 F: hw/i2c/smbus_ich9.c
697 F: hw/acpi/piix4.c
698 F: hw/acpi/ich9.c
699 F: include/hw/acpi/ich9.h
700 F: include/hw/acpi/piix.h
701 F: hw/misc/sga.c
703 PC Chipset
704 M: Michael S. Tsirkin <mst@redhat.com>
705 M: Paolo Bonzini <pbonzini@redhat.com>
706 S: Support
707 F: hw/char/debugcon.c
708 F: hw/char/parallel.c
709 F: hw/char/serial*
710 F: hw/dma/i8257*
711 F: hw/i2c/pm_smbus.c
712 F: hw/intc/apic*
713 F: hw/intc/ioapic*
714 F: hw/intc/i8259*
715 F: hw/misc/debugexit.c
716 F: hw/misc/pc-testdev.c
717 F: hw/timer/hpet*
718 F: hw/timer/i8254*
719 F: hw/timer/mc146818rtc*
721 Machine core
722 M: Eduardo Habkost <ehabkost@redhat.com>
723 M: Marcel Apfelbaum <marcel@redhat.com>
724 S: Supported
725 F: hw/core/machine.c
726 F: include/hw/boards.h
728 Xtensa Machines
729 ---------------
731 M: Max Filippov <jcmvbkbc@gmail.com>
732 S: Maintained
733 F: hw/xtensa/sim.c
735 XTFPGA (LX60, LX200, ML605, KC705)
736 M: Max Filippov <jcmvbkbc@gmail.com>
737 S: Maintained
738 F: hw/xtensa/xtfpga.c
739 F: hw/net/opencores_eth.c
741 Devices
742 -------
744 M: Jiri Slaby <jslaby@suse.cz>
745 S: Maintained
746 F: hw/misc/edu.c
749 M: John Snow <jsnow@redhat.com>
750 L: qemu-block@nongnu.org
751 S: Supported
752 F: include/hw/ide.h
753 F: hw/ide/
754 F: hw/block/block.c
755 F: hw/block/cdrom.c
756 F: hw/block/hd-geometry.c
757 F: tests/ide-test.c
758 F: tests/ahci-test.c
759 F: tests/libqos/ahci*
760 T: git git://github.com/jnsnow/qemu.git ide
762 Floppy
763 M: John Snow <jsnow@redhat.com>
764 L: qemu-block@nongnu.org
765 S: Supported
766 F: hw/block/fdc.c
767 F: include/hw/block/fdc.h
768 F: tests/fdc-test.c
769 T: git git://github.com/jnsnow/qemu.git ide
771 OMAP
772 M: Peter Maydell <peter.maydell@linaro.org>
773 S: Maintained
774 F: hw/*/omap*
775 F: include/hw/arm/omap.h
777 IPack
778 M: Alberto Garcia <berto@igalia.com>
779 S: Odd Fixes
780 F: hw/char/ipoctal232.c
781 F: hw/ipack/
784 M: Michael S. Tsirkin <mst@redhat.com>
785 S: Supported
786 F: include/hw/pci/*
787 F: hw/misc/pci-testdev.c
788 F: hw/pci/*
789 F: hw/pci-bridge/*
791 ACPI/SMBIOS
792 M: Michael S. Tsirkin <mst@redhat.com>
793 M: Igor Mammedov <imammedo@redhat.com>
794 S: Supported
795 F: include/hw/acpi/*
796 F: include/hw/smbios/*
797 F: hw/mem/*
798 F: hw/acpi/*
799 F: hw/smbios/*
800 F: hw/i386/acpi-build.[hc]
801 F: hw/i386/*dsl
802 F: hw/arm/virt-acpi-build.c
803 F: include/hw/arm/virt-acpi-build.h
804 F: scripts/acpi*py
806 ppc4xx
807 M: Alexander Graf <agraf@suse.de>
808 L: qemu-ppc@nongnu.org
809 S: Odd Fixes
810 F: hw/ppc/ppc4*.c
812 ppce500
813 M: Alexander Graf <agraf@suse.de>
814 M: Scott Wood <scottwood@freescale.com>
815 L: qemu-ppc@nongnu.org
816 S: Supported
817 F: hw/ppc/e500*
818 F: hw/pci-host/ppce500.c
819 F: hw/net/fsl_etsec/
821 Character devices
822 M: Paolo Bonzini <pbonzini@redhat.com>
823 S: Odd Fixes
824 F: hw/char/
826 Network devices
827 M: Jason Wang <jasowang@redhat.com>
828 S: Odd Fixes
829 F: hw/net/
830 T: git git://github.com/jasowang/qemu.git net
832 SCSI
833 M: Paolo Bonzini <pbonzini@redhat.com>
834 S: Supported
835 F: include/hw/scsi*
836 F: hw/scsi/*
837 T: git git://github.com/bonzini/qemu.git scsi-next
839 LSI53C895A
840 S: Orphan
841 F: hw/scsi/lsi53c895a.c
844 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
845 S: Maintained
846 F: hw/ssi/*
847 F: hw/block/m25p80.c
848 X: hw/ssi/xilinx_*
850 Xilinx SPI
851 M: Alistair Francis <alistair.francis@xilinx.com>
852 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
853 S: Maintained
854 F: hw/ssi/xilinx_*
857 M: Gerd Hoffmann <kraxel@redhat.com>
858 S: Maintained
859 F: hw/usb/*
860 F: tests/usb-*-test.c
861 F: docs/usb2.txt
862 F: docs/usb-storage.txt
863 F: include/hw/usb.h
864 F: include/hw/usb/
866 USB (serial adapter)
867 M: Gerd Hoffmann <kraxel@redhat.com>
868 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
869 S: Maintained
870 F: hw/usb/dev-serial.c
872 VFIO
873 M: Alex Williamson <alex.williamson@redhat.com>
874 S: Supported
875 F: hw/vfio/*
876 F: include/hw/vfio/
878 vhost
879 M: Michael S. Tsirkin <mst@redhat.com>
880 S: Supported
881 F: hw/*/*vhost*
883 virtio
884 M: Michael S. Tsirkin <mst@redhat.com>
885 S: Supported
886 F: hw/*/virtio*
887 F: net/vhost-user.c
888 F: include/hw/virtio/
890 virtio-9p
891 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
892 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
893 S: Supported
894 F: hw/9pfs/
895 F: fsdev/
896 F: tests/virtio-9p-test.c
897 T: git git://github.com/kvaneesh/QEMU.git
899 virtio-blk
900 M: Stefan Hajnoczi <stefanha@redhat.com>
901 L: qemu-block@nongnu.org
902 S: Supported
903 F: hw/block/virtio-blk.c
904 F: hw/block/dataplane/*
905 F: hw/virtio/dataplane/*
906 T: git git://github.com/stefanha/qemu.git block
908 virtio-ccw
909 M: Cornelia Huck <cornelia.huck@de.ibm.com>
910 M: Christian Borntraeger <borntraeger@de.ibm.com>
911 S: Supported
912 F: hw/s390x/virtio-ccw.[hc]
913 T: git git://github.com/cohuck/qemu.git s390-next
914 T: git git://github.com/borntraeger/qemu.git s390-next
916 virtio-input
917 M: Gerd Hoffmann <kraxel@redhat.com>
918 S: Maintained
919 F: hw/input/virtio-input*.c
920 F: include/hw/virtio/virtio-input.h
922 virtio-serial
923 M: Amit Shah <amit.shah@redhat.com>
924 S: Supported
925 F: hw/char/virtio-serial-bus.c
926 F: hw/char/virtio-console.c
927 F: include/hw/virtio/virtio-serial.h
929 virtio-rng
930 M: Amit Shah <amit.shah@redhat.com>
931 S: Supported
932 F: hw/virtio/virtio-rng.c
933 F: include/hw/virtio/virtio-rng.h
934 F: include/sysemu/rng*.h
935 F: backends/rng*.c
937 nvme
938 M: Keith Busch <keith.busch@intel.com>
939 L: qemu-block@nongnu.org
940 S: Supported
941 F: hw/block/nvme*
942 F: tests/nvme-test.c
944 megasas
945 M: Hannes Reinecke <hare@suse.de>
946 L: qemu-block@nongnu.org
947 S: Supported
948 F: hw/scsi/megasas.c
949 F: hw/scsi/mfi.h
951 Xilinx EDK
952 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
953 M: Alistair Francis <alistair.francis@xilinx.com>
954 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
955 S: Maintained
956 F: hw/*/xilinx_*
957 F: include/hw/xilinx.h
959 Vmware
960 M: Dmitry Fleytman <dmitry@daynix.com>
961 S: Maintained
962 F: hw/net/vmxnet*
963 F: hw/scsi/vmw_pvscsi*
965 Rocker
966 M: Scott Feldman <sfeldma@gmail.com>
967 M: Jiri Pirko <jiri@resnulli.us>
968 S: Maintained
969 F: hw/net/rocker/
971 NVDIMM
972 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
973 S: Maintained
974 F: hw/acpi/nvdimm.c
975 F: hw/mem/nvdimm.c
976 F: include/hw/mem/nvdimm.h
978 Subsystems
979 ----------
980 Audio
981 M: Gerd Hoffmann <kraxel@redhat.com>
982 S: Maintained
983 F: audio/
984 F: hw/audio/
985 F: tests/ac97-test.c
986 F: tests/es1370-test.c
987 F: tests/intel-hda-test.c
989 Block layer core
990 M: Kevin Wolf <kwolf@redhat.com>
991 L: qemu-block@nongnu.org
992 S: Supported
993 F: block*
994 F: block/
995 F: hw/block/
996 F: include/block/
997 F: qemu-img*
998 F: qemu-io*
999 F: tests/qemu-iotests/
1000 T: git git://repo.or.cz/qemu/kevin.git block
1002 Block I/O path
1003 M: Stefan Hajnoczi <stefanha@redhat.com>
1004 L: qemu-block@nongnu.org
1005 S: Supported
1006 F: async.c
1007 F: aio-*.c
1008 F: block/io.c
1009 F: migration/block*
1010 T: git git://github.com/stefanha/qemu.git block
1012 Block Jobs
1013 M: Jeff Cody <jcody@redhat.com>
1014 L: qemu-block@nongnu.org
1015 S: Supported
1016 F: blockjob.c
1017 F: include/block/blockjob.h
1018 F: block/backup.c
1019 F: block/commit.c
1020 F: block/stream.c
1021 F: block/mirror.c
1022 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1024 Block QAPI, monitor, command line
1025 M: Markus Armbruster <armbru@redhat.com>
1026 S: Supported
1027 F: blockdev.c
1028 F: block/qapi.c
1029 F: qapi/block*.json
1030 T: git git://repo.or.cz/qemu/armbru.git block-next
1032 Character device backends
1033 M: Paolo Bonzini <pbonzini@redhat.com>
1034 S: Maintained
1035 F: qemu-char.c
1036 F: backends/msmouse.c
1037 F: backends/testdev.c
1039 Character Devices (Braille)
1040 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1041 S: Maintained
1042 F: backends/baum.c
1044 Coverity model
1045 M: Markus Armbruster <armbru@redhat.com>
1046 S: Supported
1047 F: scripts/coverity-model.c
1050 M: Andreas Färber <afaerber@suse.de>
1051 S: Supported
1052 F: qom/cpu.c
1053 F: include/qom/cpu.h
1054 F: target-i386/cpu.c
1056 ICC Bus
1057 M: Igor Mammedov <imammedo@redhat.com>
1058 S: Supported
1059 F: include/hw/cpu/icc_bus.h
1060 F: hw/cpu/icc_bus.c
1062 Device Tree
1063 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1064 M: Alexander Graf <agraf@suse.de>
1065 S: Maintained
1066 F: device_tree.c
1067 F: include/sysemu/device_tree.h
1069 Error reporting
1070 M: Markus Armbruster <armbru@redhat.com>
1071 S: Supported
1072 F: include/qapi/error.h
1073 F: include/qemu/error-report.h
1074 F: util/error.c
1075 F: util/qemu-error.c
1077 GDB stub
1078 L: qemu-devel@nongnu.org
1079 S: Odd Fixes
1080 F: gdbstub*
1081 F: gdb-xml/
1083 Memory API
1084 M: Paolo Bonzini <pbonzini@redhat.com>
1085 S: Supported
1086 F: include/exec/ioport.h
1087 F: ioport.c
1088 F: include/exec/memory.h
1089 F: include/exec/ram_addr.h
1090 F: memory.c
1091 F: include/exec/memory-internal.h
1092 F: exec.c
1094 SPICE
1095 M: Gerd Hoffmann <kraxel@redhat.com>
1096 S: Supported
1097 F: include/ui/qemu-spice.h
1098 F: include/ui/spice-display.h
1099 F: ui/spice-*.c
1100 F: audio/spiceaudio.c
1101 F: hw/display/qxl*
1103 Graphics
1104 M: Gerd Hoffmann <kraxel@redhat.com>
1105 S: Odd Fixes
1106 F: ui/
1107 F: include/ui/
1109 Cocoa graphics
1110 M: Andreas Färber <andreas.faerber@web.de>
1111 M: Peter Maydell <peter.maydell@linaro.org>
1112 S: Odd Fixes
1113 F: ui/cocoa.m
1115 Main loop
1116 M: Paolo Bonzini <pbonzini@redhat.com>
1117 S: Maintained
1118 F: cpus.c
1119 F: main-loop.c
1120 F: qemu-timer.c
1121 F: vl.c
1123 Human Monitor (HMP)
1124 M: Luiz Capitulino <lcapitulino@redhat.com>
1125 S: Maintained
1126 F: monitor.c
1127 F: hmp.c
1128 F: hmp-commands.hx
1129 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1131 Network device backends
1132 M: Jason Wang <jasowang@redhat.com>
1133 S: Maintained
1134 F: net/
1135 F: include/net/
1136 T: git git://github.com/jasowang/qemu.git net
1138 Netmap network backend
1139 M: Luigi Rizzo <rizzo@iet.unipi.it>
1140 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1141 M: Vincenzo Maffione <v.maffione@gmail.com>
1142 W: http://info.iet.unipi.it/~luigi/netmap/
1143 S: Maintained
1144 F: net/netmap.c
1146 Network Block Device (NBD)
1147 M: Paolo Bonzini <pbonzini@redhat.com>
1148 S: Odd Fixes
1149 F: block/nbd*
1150 F: nbd/
1151 F: include/block/nbd*
1152 F: qemu-nbd.c
1153 T: git git://github.com/bonzini/qemu.git nbd-next
1155 NUMA
1156 M: Eduardo Habkost <ehabkost@redhat.com>
1157 S: Maintained
1158 F: numa.c
1159 F: include/sysemu/numa.h
1160 K: numa|NUMA
1161 K: srat|SRAT
1162 T: git git://github.com/ehabkost/qemu.git numa
1164 QAPI
1165 M: Markus Armbruster <armbru@redhat.com>
1166 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1167 S: Supported
1168 F: qapi/
1169 X: qapi/*.json
1170 F: include/qapi/
1171 X: include/qapi/qmp/
1172 F: include/qapi/qmp/dispatch.h
1173 F: tests/qapi-schema/
1174 F: tests/test-*-visitor.c
1175 F: tests/test-qmp-*.c
1176 F: scripts/qapi*
1177 F: docs/qapi*
1178 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1180 QAPI Schema
1181 M: Eric Blake <eblake@redhat.com>
1182 M: Markus Armbruster <armbru@redhat.com>
1183 S: Supported
1184 F: qapi-schema.json
1185 F: qapi/*.json
1186 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1188 QObject
1189 M: Luiz Capitulino <lcapitulino@redhat.com>
1190 S: Maintained
1191 F: qobject/
1192 F: include/qapi/qmp/
1193 X: include/qapi/qmp/dispatch.h
1194 F: tests/check-qdict.c
1195 F: tests/check-qfloat.c
1196 F: tests/check-qint.c
1197 F: tests/check-qjson.c
1198 F: tests/check-qlist.c
1199 F: tests/check-qstring.c
1200 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1202 QEMU Guest Agent
1203 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1204 S: Maintained
1205 F: qga/
1206 T: git git://github.com/mdroth/qemu.git qga
1209 M: Andreas Färber <afaerber@suse.de>
1210 S: Supported
1211 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1212 F: include/qom/
1213 X: include/qom/cpu.h
1214 F: qom/
1215 X: qom/cpu.c
1216 F: tests/check-qom-interface.c
1217 F: tests/check-qom-proplist.c
1218 F: tests/qom-test.c
1221 M: Markus Armbruster <armbru@redhat.com>
1222 S: Supported
1223 F: qmp.c
1224 F: monitor.c
1225 F: qmp-commands.hx
1226 F: docs/*qmp-*
1227 F: scripts/qmp/
1228 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1230 SLIRP
1231 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1232 M: Jan Kiszka <jan.kiszka@siemens.com>
1233 S: Maintained
1234 F: slirp/
1235 F: net/slirp.c
1236 F: include/net/slirp.h
1237 T: git git://git.kiszka.org/qemu.git queues/slirp
1239 Tracing
1240 M: Stefan Hajnoczi <stefanha@redhat.com>
1241 S: Maintained
1242 F: trace/
1243 F: scripts/tracetool.py
1244 F: scripts/tracetool/
1245 F: docs/tracing.txt
1246 T: git git://github.com/stefanha/qemu.git tracing
1248 Checkpatch
1249 M: Blue Swirl <blauwirbel@gmail.com>
1250 S: Odd Fixes
1251 F: scripts/checkpatch.pl
1253 Migration
1254 M: Juan Quintela <quintela@redhat.com>
1255 M: Amit Shah <amit.shah@redhat.com>
1256 S: Maintained
1257 F: include/migration/
1258 F: migration/
1259 F: scripts/vmstate-static-checker.py
1260 F: tests/vmstate-static-checker-data/
1261 F: docs/migration.txt
1263 Seccomp
1264 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1265 S: Supported
1266 F: qemu-seccomp.c
1267 F: include/sysemu/seccomp.h
1269 Cryptography
1270 M: Daniel P. Berrange <berrange@redhat.com>
1271 S: Maintained
1272 F: crypto/
1273 F: include/crypto/
1274 F: tests/test-crypto-*
1276 Coroutines
1277 M: Stefan Hajnoczi <stefanha@redhat.com>
1278 M: Kevin Wolf <kwolf@redhat.com>
1279 F: util/*coroutine*
1280 F: include/qemu/coroutine*
1281 F: tests/test-coroutine.c
1283 Buffers
1284 M: Daniel P. Berrange <berrange@redhat.com>
1285 S: Odd fixes
1286 F: util/buffer.c
1287 F: include/qemu/buffer.h
1289 I/O Channels
1290 M: Daniel P. Berrange <berrange@redhat.com>
1291 S: Maintained
1292 F: io/
1293 F: include/io/
1294 F: tests/test-io-*
1296 Sockets
1297 M: Daniel P. Berrange <berrange@redhat.com>
1298 M: Gerd Hoffmann <kraxel@redhat.com>
1299 M: Paolo Bonzini <pbonzini@redhat.com>
1300 S: Maintained
1301 F: include/qemu/sockets.h
1302 F: util/qemu-sockets.c
1304 Throttling infrastructure
1305 M: Alberto Garcia <berto@igalia.com>
1306 S: Supported
1307 F: block/throttle-groups.c
1308 F: include/block/throttle-groups.h
1309 F: include/qemu/throttle.h
1310 F: util/throttle.c
1311 L: qemu-block@nongnu.org
1313 Usermode Emulation
1314 ------------------
1315 Overall
1316 M: Riku Voipio <riku.voipio@iki.fi>
1317 S: Maintained
1318 F: thunk.c
1319 F: user-exec.c
1321 BSD user
1322 M: Blue Swirl <blauwirbel@gmail.com>
1323 S: Maintained
1324 F: bsd-user/
1326 Linux user
1327 M: Riku Voipio <riku.voipio@iki.fi>
1328 S: Maintained
1329 F: linux-user/
1331 Tiny Code Generator (TCG)
1332 -------------------------
1333 Common code
1334 M: Richard Henderson <rth@twiddle.net>
1335 S: Maintained
1336 F: tcg/
1338 AArch64 target
1339 M: Claudio Fontana <claudio.fontana@huawei.com>
1340 M: Claudio Fontana <claudio.fontana@gmail.com>
1341 S: Maintained
1342 L: qemu-arm@nongnu.org
1343 F: tcg/aarch64/
1344 F: disas/arm-a64.cc
1345 F: disas/libvixl/
1347 ARM target
1348 M: Andrzej Zaborowski <balrogg@gmail.com>
1349 S: Maintained
1350 L: qemu-arm@nongnu.org
1351 F: tcg/arm/
1352 F: disas/arm.c
1354 i386 target
1355 L: qemu-devel@nongnu.org
1356 S: Maintained
1357 F: tcg/i386/
1358 F: disas/i386.c
1360 IA64 target
1361 M: Aurelien Jarno <aurelien@aurel32.net>
1362 S: Maintained
1363 F: tcg/ia64/
1364 F: disas/ia64.c
1366 MIPS target
1367 M: Aurelien Jarno <aurelien@aurel32.net>
1368 S: Maintained
1369 F: tcg/mips/
1370 F: disas/mips.c
1373 M: Vassili Karpov (malc) <av1474@comtv.ru>
1374 S: Maintained
1375 F: tcg/ppc/
1376 F: disas/ppc.c
1378 S390 target
1379 M: Alexander Graf <agraf@suse.de>
1380 M: Richard Henderson <rth@twiddle.net>
1381 S: Maintained
1382 F: tcg/s390/
1383 F: disas/s390.c
1385 SPARC target
1386 M: Blue Swirl <blauwirbel@gmail.com>
1387 S: Maintained
1388 F: tcg/sparc/
1389 F: disas/sparc.c
1391 TCI target
1392 M: Stefan Weil <sw@weilnetz.de>
1393 S: Maintained
1394 F: tcg/tci/
1395 F: tci.c
1396 F: disas/tci.c
1398 Stable branches
1399 ---------------
1400 Stable 1.0
1401 L: qemu-stable@nongnu.org
1402 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1403 S: Orphan
1405 Stable 0.15
1406 L: qemu-stable@nongnu.org
1407 M: Andreas Färber <afaerber@suse.de>
1408 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1409 S: Supported
1411 Stable 0.14
1412 L: qemu-stable@nongnu.org
1413 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1414 S: Orphan
1416 Stable 0.10
1417 L: qemu-stable@nongnu.org
1418 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1419 S: Orphan
1421 Block drivers
1422 -------------
1423 VMDK
1424 M: Fam Zheng <famz@redhat.com>
1425 L: qemu-block@nongnu.org
1426 S: Supported
1427 F: block/vmdk.c
1430 M: Josh Durgin <jdurgin@redhat.com>
1431 M: Jeff Cody <jcody@redhat.com>
1432 L: qemu-block@nongnu.org
1433 S: Supported
1434 F: block/rbd.c
1435 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1437 Sheepdog
1438 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1439 M: Liu Yuan <namei.unix@gmail.com>
1440 M: Jeff Cody <jcody@redhat.com>
1441 L: qemu-block@nongnu.org
1442 L: sheepdog@lists.wpkg.org
1443 S: Supported
1444 F: block/sheepdog.c
1445 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1447 VHDX
1448 M: Jeff Cody <jcody@redhat.com>
1449 L: qemu-block@nongnu.org
1450 S: Supported
1451 F: block/vhdx*
1452 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1455 M: Stefan Weil <sw@weilnetz.de>
1456 L: qemu-block@nongnu.org
1457 S: Maintained
1458 F: block/vdi.c
1460 iSCSI
1461 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1462 M: Paolo Bonzini <pbonzini@redhat.com>
1463 M: Peter Lieven <pl@kamp.de>
1464 L: qemu-block@nongnu.org
1465 S: Supported
1466 F: block/iscsi.c
1469 M: Jeff Cody <jcody@redhat.com>
1470 M: Peter Lieven <pl@kamp.de>
1471 L: qemu-block@nongnu.org
1472 S: Maintained
1473 F: block/nfs.c
1474 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1477 M: Richard W.M. Jones <rjones@redhat.com>
1478 M: Jeff Cody <jcody@redhat.com>
1479 L: qemu-block@nongnu.org
1480 S: Supported
1481 F: block/ssh.c
1482 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1484 ARCHIPELAGO
1485 M: Chrysostomos Nanakos <chris@include.gr>
1486 M: Jeff Cody <jcody@redhat.com>
1487 L: qemu-block@nongnu.org
1488 S: Maintained
1489 F: block/archipelago.c
1490 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1492 CURL
1493 M: Jeff Cody <jcody@redhat.com>
1494 L: qemu-block@nongnu.org
1495 S: Supported
1496 F: block/curl.c
1497 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1499 GLUSTER
1500 M: Jeff Cody <jcody@redhat.com>
1501 L: qemu-block@nongnu.org
1502 S: Supported
1503 F: block/gluster.c
1504 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1506 Null Block Driver
1507 M: Fam Zheng <famz@redhat.com>
1508 L: qemu-block@nongnu.org
1509 S: Supported
1510 F: block/null.c
1512 Bootdevice
1513 M: Gonglei <arei.gonglei@huawei.com>
1514 S: Maintained
1515 F: bootdevice.c
1517 Quorum
1518 M: Alberto Garcia <berto@igalia.com>
1519 S: Supported
1520 F: block/quorum.c
1521 L: qemu-block@nongnu.org
1523 blkverify
1524 M: Stefan Hajnoczi <stefanha@redhat.com>
1525 L: qemu-block@nongnu.org
1526 S: Supported
1527 F: block/blkverify.c
1529 bochs
1530 M: Stefan Hajnoczi <stefanha@redhat.com>
1531 L: qemu-block@nongnu.org
1532 S: Supported
1533 F: block/bochs.c
1535 cloop
1536 M: Stefan Hajnoczi <stefanha@redhat.com>
1537 L: qemu-block@nongnu.org
1538 S: Supported
1539 F: block/cloop.c
1542 M: Stefan Hajnoczi <stefanha@redhat.com>
1543 L: qemu-block@nongnu.org
1544 S: Supported
1545 F: block/dmg.c
1547 parallels
1548 M: Stefan Hajnoczi <stefanha@redhat.com>
1549 M: Denis V. Lunev <den@openvz.org>
1550 L: qemu-block@nongnu.org
1551 S: Supported
1552 F: block/parallels.c
1553 F: docs/specs/parallels.txt
1556 M: Stefan Hajnoczi <stefanha@redhat.com>
1557 L: qemu-block@nongnu.org
1558 S: Supported
1559 F: block/qed.c
1562 M: Kevin Wolf <kwolf@redhat.com>
1563 L: qemu-block@nongnu.org
1564 S: Supported
1565 F: block/linux-aio.c
1566 F: block/raw-aio.h
1567 F: block/raw-posix.c
1568 F: block/raw-win32.c
1569 F: block/raw_bsd.c
1570 F: block/win32-aio.c
1572 qcow2
1573 M: Kevin Wolf <kwolf@redhat.com>
1574 L: qemu-block@nongnu.org
1575 S: Supported
1576 F: block/qcow2*
1578 qcow
1579 M: Kevin Wolf <kwolf@redhat.com>
1580 L: qemu-block@nongnu.org
1581 S: Supported
1582 F: block/qcow.c
1584 blkdebug
1585 M: Kevin Wolf <kwolf@redhat.com>
1586 L: qemu-block@nongnu.org
1587 S: Supported
1588 F: block/blkdebug.c
1591 M: Kevin Wolf <kwolf@redhat.com>
1592 L: qemu-block@nongnu.org
1593 S: Supported
1594 F: block/vpc.c
1596 vvfat
1597 M: Kevin Wolf <kwolf@redhat.com>
1598 L: qemu-block@nongnu.org
1599 S: Supported
1600 F: block/vvfat.c
1602 Image format fuzzer
1603 M: Stefan Hajnoczi <stefanha@redhat.com>
1604 L: qemu-block@nongnu.org
1605 S: Supported
1606 F: tests/image-fuzzer/
1608 Build and test automation
1609 -------------------------
1610 M: Alex Bennée <alex.bennee@linaro.org>
1611 L: qemu-devel@nongnu.org
1612 S: Supported
1613 F: .travis.yml
1615 Documentation
1616 -------------
1617 Build system architecture
1618 M: Daniel P. Berrange <berrange@redhat.com>
1619 S: Odd Fixes
1620 F: docs/build-system.txt