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