PCI Bonito: QOMify and cleanup
[qemu/ar7.git] / MAINTAINERS
blobde5439d4bbc179c9b93924c865d5b50fcc182633
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/xen/
277 F: hw/xenpv/
278 F: include/hw/xen/
280 Hosts:
281 ------
283 LINUX
284 L: qemu-devel@nongnu.org
285 S: Maintained
286 F: linux-*
287 F: linux-headers/
289 POSIX
290 L: qemu-devel@nongnu.org
291 S: Maintained
292 F: *posix*
294 W32, W64
295 L: qemu-devel@nongnu.org
296 M: Stefan Weil <sw@weilnetz.de>
297 S: Maintained
298 F: *win32*
299 F: qemu.nsi
301 ARM Machines
302 ------------
303 Allwinner-a10
304 M: Beniamino Galvani <b.galvani@gmail.com>
305 L: qemu-arm@nongnu.org
306 S: Maintained
307 F: hw/*/allwinner*
308 F: include/hw/*/allwinner*
309 F: hw/arm/cubieboard.c
311 ARM PrimeCell
312 M: Peter Maydell <peter.maydell@linaro.org>
313 L: qemu-arm@nongnu.org
314 S: Maintained
315 F: hw/char/pl011.c
316 F: hw/display/pl110*
317 F: hw/dma/pl080.c
318 F: hw/dma/pl330.c
319 F: hw/gpio/pl061.c
320 F: hw/input/pl050.c
321 F: hw/intc/pl190.c
322 F: hw/sd/pl181.c
323 F: hw/timer/pl031.c
324 F: include/hw/arm/primecell.h
326 ARM cores
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
329 S: Maintained
330 F: hw/intc/arm*
331 F: hw/intc/gic_internal.h
332 F: hw/misc/a9scu.c
333 F: hw/misc/arm11scu.c
334 F: hw/timer/a9gtimer*
335 F: hw/timer/arm_*
336 F: include/hw/arm/arm.h
337 F: include/hw/intc/arm*
338 F: include/hw/misc/a9scu.h
339 F: include/hw/misc/arm11scu.h
340 F: include/hw/timer/a9gtimer.h
341 F: include/hw/timer/arm_mptimer.h
343 Exynos
344 M: Evgeny Voevodin <e.voevodin@samsung.com>
345 M: Maksim Kozlov <m.kozlov@samsung.com>
346 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
347 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
348 L: qemu-arm@nongnu.org
349 S: Maintained
350 F: hw/*/exynos*
352 Calxeda Highbank
353 M: Rob Herring <robh@kernel.org>
354 L: qemu-arm@nongnu.org
355 S: Maintained
356 F: hw/arm/highbank.c
357 F: hw/net/xgmac.c
359 Canon DIGIC
360 M: Antony Pavlov <antonynpavlov@gmail.com>
361 L: qemu-arm@nongnu.org
362 S: Maintained
363 F: include/hw/arm/digic.h
364 F: hw/*/digic*
366 Gumstix
367 L: qemu-devel@nongnu.org
368 L: qemu-arm@nongnu.org
369 S: Orphan
370 F: hw/arm/gumstix.c
372 i.MX31
373 M: Peter Chubb <peter.chubb@nicta.com.au>
374 L: qemu-arm@nongnu.org
375 S: Odd fixes
376 F: hw/*/imx*
377 F: hw/arm/kzm.c
379 Integrator CP
380 M: Peter Maydell <peter.maydell@linaro.org>
381 L: qemu-arm@nongnu.org
382 S: Maintained
383 F: hw/arm/integratorcp.c
385 Musicpal
386 M: Jan Kiszka <jan.kiszka@web.de>
387 L: qemu-arm@nongnu.org
388 S: Maintained
389 F: hw/arm/musicpal.c
391 nSeries
392 M: Andrzej Zaborowski <balrogg@gmail.com>
393 L: qemu-arm@nongnu.org
394 S: Maintained
395 F: hw/arm/nseries.c
397 Palm
398 M: Andrzej Zaborowski <balrogg@gmail.com>
399 L: qemu-arm@nongnu.org
400 S: Maintained
401 F: hw/arm/palm.c
403 Real View
404 M: Peter Maydell <peter.maydell@linaro.org>
405 L: qemu-arm@nongnu.org
406 S: Maintained
407 F: hw/arm/realview*
408 F: hw/intc/realview_gic.c
409 F: include/hw/intc/realview_gic.h
411 PXA2XX
412 M: Andrzej Zaborowski <balrogg@gmail.com>
413 L: qemu-arm@nongnu.org
414 S: Maintained
415 F: hw/arm/mainstone.c
416 F: hw/arm/spitz.c
417 F: hw/arm/tosa.c
418 F: hw/arm/z2.c
419 F: hw/*/pxa2xx*
421 Stellaris
422 M: Peter Maydell <peter.maydell@linaro.org>
423 L: qemu-arm@nongnu.org
424 S: Maintained
425 F: hw/*/stellaris*
427 Versatile PB
428 M: Peter Maydell <peter.maydell@linaro.org>
429 L: qemu-arm@nongnu.org
430 S: Maintained
431 F: hw/*/versatile*
433 Xilinx Zynq
434 M: Alistair Francis <alistair.francis@xilinx.com>
435 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
436 L: qemu-arm@nongnu.org
437 S: Maintained
438 F: hw/arm/xilinx_zynq.c
439 F: hw/misc/zynq_slcr.c
440 F: hw/*/cadence_*
441 F: hw/ssi/xilinx_spips.c
443 Xilinx ZynqMP
444 M: Alistair Francis <alistair.francis@xilinx.com>
445 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
446 L: qemu-arm@nongnu.org
447 S: Maintained
448 F: hw/arm/xlnx-zynqmp.c
449 F: hw/arm/xlnx-ep108.c
450 F: include/hw/arm/xlnx-zynqmp.h
452 ARM ACPI Subsystem
453 M: Shannon Zhao <zhaoshenglong@huawei.com>
454 M: Shannon Zhao <shannon.zhao@linaro.org>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/arm/virt-acpi-build.c
458 F: include/hw/arm/virt-acpi-build.h
460 CRIS Machines
461 -------------
462 Axis Dev88
463 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
464 S: Maintained
465 F: hw/cris/axis_dev88.c
466 F: hw/*/etraxfs_*.c
468 LM32 Machines
469 -------------
470 EVR32 and uclinux BSP
471 M: Michael Walle <michael@walle.cc>
472 S: Maintained
473 F: hw/lm32/lm32_boards.c
475 milkymist
476 M: Michael Walle <michael@walle.cc>
477 S: Maintained
478 F: hw/lm32/milkymist.c
480 M68K Machines
481 -------------
482 an5206
483 S: Orphan
484 F: hw/m68k/an5206.c
486 dummy_m68k
487 S: Orphan
488 F: hw/m68k/dummy_m68k.c
490 mcf5208
491 S: Orphan
492 F: hw/m68k/mcf5208.c
494 MicroBlaze Machines
495 -------------------
496 petalogix_s3adsp1800
497 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
498 S: Maintained
499 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
501 petalogix_ml605
502 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503 S: Maintained
504 F: hw/microblaze/petalogix_ml605_mmu.c
506 MIPS Machines
507 -------------
508 Jazz
509 M: HervĂ© Poussineau <hpoussin@reactos.org>
510 S: Maintained
511 F: hw/mips/mips_jazz.c
513 Malta
514 M: Aurelien Jarno <aurelien@aurel32.net>
515 S: Maintained
516 F: hw/mips/mips_malta.c
518 Mipssim
519 L: qemu-devel@nongnu.org
520 S: Orphan
521 F: hw/mips/mips_mipssim.c
523 R4000
524 M: Aurelien Jarno <aurelien@aurel32.net>
525 S: Maintained
526 F: hw/mips/mips_r4k.c
528 OpenRISC Machines
529 -----------------
530 or1k-sim
531 M: Jia Liu <proljc@gmail.com>
532 S: Maintained
533 F: hw/openrisc/openrisc_sim.c
535 PowerPC Machines
536 ----------------
538 M: Alexander Graf <agraf@suse.de>
539 L: qemu-ppc@nongnu.org
540 S: Odd Fixes
541 F: hw/ppc/ppc405_boards.c
543 Bamboo
544 M: Alexander Graf <agraf@suse.de>
545 L: qemu-ppc@nongnu.org
546 S: Odd Fixes
547 F: hw/ppc/ppc440_bamboo.c
549 e500
550 M: Alexander Graf <agraf@suse.de>
551 M: Scott Wood <scottwood@freescale.com>
552 L: qemu-ppc@nongnu.org
553 S: Supported
554 F: hw/ppc/e500.[hc]
555 F: hw/ppc/e500plat.c
557 mpc8544ds
558 M: Alexander Graf <agraf@suse.de>
559 M: Scott Wood <scottwood@freescale.com>
560 L: qemu-ppc@nongnu.org
561 S: Supported
562 F: hw/ppc/mpc8544ds.c
563 F: hw/ppc/mpc8544_guts.c
565 New World
566 M: Alexander Graf <agraf@suse.de>
567 L: qemu-ppc@nongnu.org
568 S: Maintained
569 F: hw/ppc/mac_newworld.c
570 F: hw/pci-host/uninorth.c
571 F: hw/pci-bridge/dec.[hc]
572 F: hw/misc/macio/
574 Old World
575 M: Alexander Graf <agraf@suse.de>
576 L: qemu-ppc@nongnu.org
577 S: Maintained
578 F: hw/ppc/mac_oldworld.c
579 F: hw/pci-host/grackle.c
580 F: hw/misc/macio/
582 PReP
583 M: Andreas Färber <andreas.faerber@web.de>
584 L: qemu-ppc@nongnu.org
585 S: Odd Fixes
586 F: hw/ppc/prep.c
587 F: hw/pci-host/prep.[hc]
588 F: hw/isa/pc87312.[hc]
590 sPAPR (pseries)
591 M: David Gibson <david@gibson.dropbear.id.au>
592 M: Alexander Graf <agraf@suse.de>
593 L: qemu-ppc@nongnu.org
594 S: Supported
595 F: hw/*/spapr*
596 F: include/hw/*/spapr*
597 F: hw/*/xics*
598 F: include/hw/*/xics*
599 F: pc-bios/spapr-rtas/*
601 virtex_ml507
602 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603 L: qemu-ppc@nongnu.org
604 S: Odd Fixes
605 F: hw/ppc/virtex_ml507.c
607 SH4 Machines
608 ------------
610 M: Magnus Damm <magnus.damm@gmail.com>
611 S: Maintained
612 F: hw/sh4/r2d.c
614 Shix
615 M: Magnus Damm <magnus.damm@gmail.com>
616 S: Orphan
617 F: hw/sh4/shix.c
619 SPARC Machines
620 --------------
621 Sun4m
622 M: Blue Swirl <blauwirbel@gmail.com>
623 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
624 S: Maintained
625 F: hw/sparc/sun4m.c
627 Sun4u
628 M: Blue Swirl <blauwirbel@gmail.com>
629 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
630 S: Maintained
631 F: hw/sparc64/sun4u.c
633 Leon3
634 M: Fabien Chouteau <chouteau@adacore.com>
635 S: Maintained
636 F: hw/sparc/leon3.c
637 F: hw/*/grlib*
639 S390 Machines
640 -------------
641 S390 Virtio
642 M: Alexander Graf <agraf@suse.de>
643 S: Maintained
644 F: hw/s390x/s390-*.c
645 X: hw/s390x/*pci*.[hc]
647 S390 Virtio-ccw
648 M: Cornelia Huck <cornelia.huck@de.ibm.com>
649 M: Christian Borntraeger <borntraeger@de.ibm.com>
650 M: Alexander Graf <agraf@suse.de>
651 S: Supported
652 F: hw/char/sclp*.[hc]
653 F: hw/s390x/
654 X: hw/s390x/s390-virtio-bus.[ch]
655 F: include/hw/s390x/
656 F: pc-bios/s390-ccw/
657 F: hw/watchdog/wdt_diag288.c
658 T: git git://github.com/cohuck/qemu.git s390-next
659 T: git git://github.com/borntraeger/qemu.git s390-next
661 UniCore32 Machines
662 -------------
663 PKUnity-3 SoC initramfs-with-busybox
664 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
665 S: Maintained
666 F: hw/*/puv3*
667 F: hw/unicore32/
669 X86 Machines
670 ------------
672 M: Michael S. Tsirkin <mst@redhat.com>
673 S: Supported
674 F: include/hw/i386/
675 F: hw/i386/
676 F: hw/pci-host/piix.c
677 F: hw/pci-host/q35.c
678 F: hw/pci-host/pam.c
679 F: include/hw/pci-host/q35.h
680 F: include/hw/pci-host/pam.h
681 F: hw/isa/piix4.c
682 F: hw/isa/lpc_ich9.c
683 F: hw/i2c/smbus_ich9.c
684 F: hw/acpi/piix4.c
685 F: hw/acpi/ich9.c
686 F: include/hw/acpi/ich9.h
687 F: include/hw/acpi/piix.h
688 F: hw/misc/sga.c
690 PC Chipset
691 M: Michael S. Tsirkin <mst@redhat.com>
692 M: Paolo Bonzini <pbonzini@redhat.com>
693 S: Support
694 F: hw/char/debugcon.c
695 F: hw/char/parallel.c
696 F: hw/char/serial*
697 F: hw/dma/i8257*
698 F: hw/i2c/pm_smbus.c
699 F: hw/intc/apic*
700 F: hw/intc/ioapic*
701 F: hw/intc/i8259*
702 F: hw/misc/debugexit.c
703 F: hw/misc/pc-testdev.c
704 F: hw/timer/hpet*
705 F: hw/timer/i8254*
706 F: hw/timer/mc146818rtc*
709 Xtensa Machines
710 ---------------
712 M: Max Filippov <jcmvbkbc@gmail.com>
713 S: Maintained
714 F: hw/xtensa/sim.c
716 XTFPGA (LX60, LX200, ML605, KC705)
717 M: Max Filippov <jcmvbkbc@gmail.com>
718 S: Maintained
719 F: hw/xtensa/xtfpga.c
720 F: hw/net/opencores_eth.c
722 Devices
723 -------
725 M: Jiri Slaby <jslaby@suse.cz>
726 S: Maintained
727 F: hw/misc/edu.c
730 M: John Snow <jsnow@redhat.com>
731 L: qemu-block@nongnu.org
732 S: Supported
733 F: include/hw/ide.h
734 F: hw/ide/
735 F: hw/block/block.c
736 F: hw/block/cdrom.c
737 F: hw/block/hd-geometry.c
738 F: tests/ide-test.c
739 F: tests/ahci-test.c
740 F: tests/libqos/ahci*
741 T: git git://github.com/jnsnow/qemu.git ide
743 Floppy
744 M: John Snow <jsnow@redhat.com>
745 L: qemu-block@nongnu.org
746 S: Supported
747 F: hw/block/fdc.c
748 F: include/hw/block/fdc.h
749 F: tests/fdc-test.c
750 T: git git://github.com/jnsnow/qemu.git ide
752 OMAP
753 M: Peter Maydell <peter.maydell@linaro.org>
754 S: Maintained
755 F: hw/*/omap*
757 IPack
758 M: Alberto Garcia <berto@igalia.com>
759 S: Odd Fixes
760 F: hw/char/ipoctal232.c
761 F: hw/ipack/
764 M: Michael S. Tsirkin <mst@redhat.com>
765 S: Supported
766 F: include/hw/pci/*
767 F: hw/misc/pci-testdev.c
768 F: hw/pci/*
769 F: hw/pci-bridge/*
771 ACPI/SMBIOS
772 M: Michael S. Tsirkin <mst@redhat.com>
773 M: Igor Mammedov <imammedo@redhat.com>
774 S: Supported
775 F: include/hw/acpi/*
776 F: include/hw/smbios/*
777 F: hw/mem/*
778 F: hw/acpi/*
779 F: hw/smbios/*
780 F: hw/i386/acpi-build.[hc]
781 F: hw/i386/*dsl
782 F: hw/arm/virt-acpi-build.c
783 F: include/hw/arm/virt-acpi-build.h
784 F: scripts/acpi*py
786 ppc4xx
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
789 S: Odd Fixes
790 F: hw/ppc/ppc4*.c
792 ppce500
793 M: Alexander Graf <agraf@suse.de>
794 M: Scott Wood <scottwood@freescale.com>
795 L: qemu-ppc@nongnu.org
796 S: Supported
797 F: hw/ppc/e500*
798 F: hw/pci-host/ppce500.c
799 F: hw/net/fsl_etsec/
801 Character devices
802 M: Paolo Bonzini <pbonzini@redhat.com>
803 S: Odd Fixes
804 F: hw/char/
806 Network devices
807 M: Jason Wang <jasowang@redhat.com>
808 S: Odd Fixes
809 F: hw/net/
810 T: git git://github.com/jasowang/qemu.git net
812 SCSI
813 M: Paolo Bonzini <pbonzini@redhat.com>
814 S: Supported
815 F: include/hw/scsi*
816 F: hw/scsi/*
817 T: git git://github.com/bonzini/qemu.git scsi-next
819 LSI53C895A
820 S: Orphan
821 F: hw/scsi/lsi53c895a.c
824 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
825 S: Maintained
826 F: hw/ssi/*
827 F: hw/block/m25p80.c
828 X: hw/ssi/xilinx_*
830 Xilinx SPI
831 M: Alistair Francis <alistair.francis@xilinx.com>
832 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
833 S: Maintained
834 F: hw/ssi/xilinx_*
837 M: Gerd Hoffmann <kraxel@redhat.com>
838 S: Maintained
839 F: hw/usb/*
840 F: tests/usb-*-test.c
842 USB (serial adapter)
843 M: Gerd Hoffmann <kraxel@redhat.com>
844 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
845 S: Maintained
846 F: hw/usb/dev-serial.c
848 VFIO
849 M: Alex Williamson <alex.williamson@redhat.com>
850 S: Supported
851 F: hw/vfio/*
853 vhost
854 M: Michael S. Tsirkin <mst@redhat.com>
855 S: Supported
856 F: hw/*/*vhost*
858 virtio
859 M: Michael S. Tsirkin <mst@redhat.com>
860 S: Supported
861 F: hw/*/virtio*
862 F: net/vhost-user.c
864 virtio-9p
865 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
866 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
867 S: Supported
868 F: hw/9pfs/
869 F: fsdev/
870 F: tests/virtio-9p-test.c
871 T: git git://github.com/kvaneesh/QEMU.git
873 virtio-blk
874 M: Stefan Hajnoczi <stefanha@redhat.com>
875 L: qemu-block@nongnu.org
876 S: Supported
877 F: hw/block/virtio-blk.c
878 F: hw/block/dataplane/*
879 F: hw/virtio/dataplane/*
880 T: git git://github.com/stefanha/qemu.git block
882 virtio-ccw
883 M: Cornelia Huck <cornelia.huck@de.ibm.com>
884 M: Christian Borntraeger <borntraeger@de.ibm.com>
885 S: Supported
886 F: hw/s390x/virtio-ccw.[hc]
887 T: git git://github.com/cohuck/qemu.git s390-next
888 T: git git://github.com/borntraeger/qemu.git s390-next
890 virtio-input
891 M: Gerd Hoffmann <kraxel@redhat.com>
892 S: Maintained
893 F: hw/input/virtio-input*.c
894 F: include/hw/virtio/virtio-input.h
896 virtio-serial
897 M: Amit Shah <amit.shah@redhat.com>
898 S: Supported
899 F: hw/char/virtio-serial-bus.c
900 F: hw/char/virtio-console.c
901 F: include/hw/virtio/virtio-serial.h
903 virtio-rng
904 M: Amit Shah <amit.shah@redhat.com>
905 S: Supported
906 F: hw/virtio/virtio-rng.c
907 F: include/hw/virtio/virtio-rng.h
908 F: backends/rng*.c
910 nvme
911 M: Keith Busch <keith.busch@intel.com>
912 L: qemu-block@nongnu.org
913 S: Supported
914 F: hw/block/nvme*
915 F: tests/nvme-test.c
917 megasas
918 M: Hannes Reinecke <hare@suse.de>
919 L: qemu-block@nongnu.org
920 S: Supported
921 F: hw/scsi/megasas.c
922 F: hw/scsi/mfi.h
924 Xilinx EDK
925 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
926 M: Alistair Francis <alistair.francis@xilinx.com>
927 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
928 S: Maintained
929 F: hw/*/xilinx_*
930 F: include/hw/xilinx.h
932 Vmware
933 M: Dmitry Fleytman <dmitry@daynix.com>
934 S: Maintained
935 F: hw/net/vmxnet*
936 F: hw/scsi/vmw_pvscsi*
938 Rocker
939 M: Scott Feldman <sfeldma@gmail.com>
940 M: Jiri Pirko <jiri@resnulli.us>
941 S: Maintained
942 F: hw/net/rocker/
944 NVDIMM
945 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
946 S: Maintained
947 F: hw/acpi/nvdimm.c
948 F: hw/mem/nvdimm.c
949 F: include/hw/mem/nvdimm.h
951 Subsystems
952 ----------
953 Audio
954 M: Gerd Hoffmann <kraxel@redhat.com>
955 S: Maintained
956 F: audio/
957 F: hw/audio/
958 F: tests/ac97-test.c
959 F: tests/es1370-test.c
960 F: tests/intel-hda-test.c
962 Block layer core
963 M: Kevin Wolf <kwolf@redhat.com>
964 L: qemu-block@nongnu.org
965 S: Supported
966 F: block*
967 F: block/
968 F: hw/block/
969 F: include/block/
970 F: qemu-img*
971 F: qemu-io*
972 F: tests/qemu-iotests/
973 T: git git://repo.or.cz/qemu/kevin.git block
975 Block I/O path
976 M: Stefan Hajnoczi <stefanha@redhat.com>
977 L: qemu-block@nongnu.org
978 S: Supported
979 F: async.c
980 F: aio-*.c
981 F: block/io.c
982 F: migration/block*
983 T: git git://github.com/stefanha/qemu.git block
985 Block Jobs
986 M: Jeff Cody <jcody@redhat.com>
987 L: qemu-block@nongnu.org
988 S: Supported
989 F: blockjob.c
990 F: include/block/blockjob.h
991 F: block/backup.c
992 F: block/commit.c
993 F: block/stream.h
994 F: block/mirror.c
995 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
997 Block QAPI, monitor, command line
998 M: Markus Armbruster <armbru@redhat.com>
999 S: Supported
1000 F: blockdev.c
1001 F: block/qapi.c
1002 F: qapi/block*.json
1003 T: git git://repo.or.cz/qemu/armbru.git block-next
1005 Character device backends
1006 M: Paolo Bonzini <pbonzini@redhat.com>
1007 S: Maintained
1008 F: qemu-char.c
1009 F: backends/msmouse.c
1010 F: backends/testdev.c
1012 Character Devices (Braille)
1013 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1014 S: Maintained
1015 F: backends/baum.c
1017 Coverity model
1018 M: Markus Armbruster <armbru@redhat.com>
1019 S: Supported
1020 F: scripts/coverity-model.c
1023 M: Andreas Färber <afaerber@suse.de>
1024 S: Supported
1025 F: qom/cpu.c
1026 F: include/qom/cpu.h
1027 F: target-i386/cpu.c
1029 ICC Bus
1030 M: Igor Mammedov <imammedo@redhat.com>
1031 S: Supported
1032 F: include/hw/cpu/icc_bus.h
1033 F: hw/cpu/icc_bus.c
1035 Device Tree
1036 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1037 M: Alexander Graf <agraf@suse.de>
1038 S: Maintained
1039 F: device_tree.c
1040 F: include/sysemu/device_tree.h
1042 Error reporting
1043 M: Markus Armbruster <armbru@redhat.com>
1044 S: Supported
1045 F: include/qapi/error.h
1046 F: include/qemu/error-report.h
1047 F: util/error.c
1048 F: util/qemu-error.c
1050 GDB stub
1051 L: qemu-devel@nongnu.org
1052 S: Odd Fixes
1053 F: gdbstub*
1054 F: gdb-xml/
1056 Memory API
1057 M: Paolo Bonzini <pbonzini@redhat.com>
1058 S: Supported
1059 F: include/exec/ioport.h
1060 F: ioport.c
1061 F: include/exec/memory.h
1062 F: include/exec/ram_addr.h
1063 F: memory.c
1064 F: include/exec/memory-internal.h
1065 F: exec.c
1067 SPICE
1068 M: Gerd Hoffmann <kraxel@redhat.com>
1069 S: Supported
1070 F: include/ui/qemu-spice.h
1071 F: ui/spice-*.c
1072 F: audio/spiceaudio.c
1073 F: hw/display/qxl*
1075 Graphics
1076 M: Gerd Hoffmann <kraxel@redhat.com>
1077 S: Odd Fixes
1078 F: ui/
1080 Cocoa graphics
1081 M: Andreas Färber <andreas.faerber@web.de>
1082 M: Peter Maydell <peter.maydell@linaro.org>
1083 S: Odd Fixes
1084 F: ui/cocoa.m
1086 Main loop
1087 M: Paolo Bonzini <pbonzini@redhat.com>
1088 S: Maintained
1089 F: cpus.c
1090 F: main-loop.c
1091 F: qemu-timer.c
1092 F: vl.c
1094 Human Monitor (HMP)
1095 M: Luiz Capitulino <lcapitulino@redhat.com>
1096 S: Maintained
1097 F: monitor.c
1098 F: hmp.c
1099 F: hmp-commands.hx
1100 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1102 Network device backends
1103 M: Jason Wang <jasowang@redhat.com>
1104 S: Maintained
1105 F: net/
1106 T: git git://github.com/jasowang/qemu.git net
1108 Netmap network backend
1109 M: Luigi Rizzo <rizzo@iet.unipi.it>
1110 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1111 M: Vincenzo Maffione <v.maffione@gmail.com>
1112 W: http://info.iet.unipi.it/~luigi/netmap/
1113 S: Maintained
1114 F: net/netmap.c
1116 Network Block Device (NBD)
1117 M: Paolo Bonzini <pbonzini@redhat.com>
1118 S: Odd Fixes
1119 F: block/nbd.c
1120 F: nbd.*
1121 F: qemu-nbd.c
1122 T: git git://github.com/bonzini/qemu.git nbd-next
1124 NUMA
1125 M: Eduardo Habkost <ehabkost@redhat.com>
1126 S: Maintained
1127 F: numa.c
1128 F: include/sysemu/numa.h
1129 K: numa|NUMA
1130 K: srat|SRAT
1131 T: git git://github.com/ehabkost/qemu.git numa
1133 QAPI
1134 M: Markus Armbruster <armbru@redhat.com>
1135 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1136 S: Supported
1137 F: qapi/
1138 X: qapi/*.json
1139 F: include/qapi/
1140 X: include/qapi/qmp/
1141 F: include/qapi/qmp/dispatch.h
1142 F: tests/qapi-schema/
1143 F: tests/test-*-visitor.c
1144 F: tests/test-qmp-*.c
1145 F: scripts/qapi*
1146 F: docs/qapi*
1147 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1149 QAPI Schema
1150 M: Eric Blake <eblake@redhat.com>
1151 M: Markus Armbruster <armbru@redhat.com>
1152 S: Supported
1153 F: qapi-schema.json
1154 F: qapi/*.json
1155 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1157 QObject
1158 M: Luiz Capitulino <lcapitulino@redhat.com>
1159 S: Maintained
1160 F: qobject/
1161 F: include/qapi/qmp/
1162 X: include/qapi/qmp/dispatch.h
1163 F: tests/check-qdict.c
1164 F: tests/check-qfloat.c
1165 F: tests/check-qint.c
1166 F: tests/check-qjson.c
1167 F: tests/check-qlist.c
1168 F: tests/check-qstring.c
1169 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1171 QEMU Guest Agent
1172 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1173 S: Maintained
1174 F: qga/
1175 T: git git://github.com/mdroth/qemu.git qga
1178 M: Andreas Färber <afaerber@suse.de>
1179 S: Supported
1180 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1181 F: include/qom/
1182 X: include/qom/cpu.h
1183 F: qom/
1184 X: qom/cpu.c
1185 F: tests/check-qom-interface.c
1186 F: tests/check-qom-proplist.c
1187 F: tests/qom-test.c
1190 M: Markus Armbruster <armbru@redhat.com>
1191 S: Supported
1192 F: qmp.c
1193 F: monitor.c
1194 F: qmp-commands.hx
1195 F: docs/*qmp-*
1196 F: scripts/qmp/
1197 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1199 SLIRP
1200 M: Jan Kiszka <jan.kiszka@siemens.com>
1201 S: Maintained
1202 F: slirp/
1203 T: git git://git.kiszka.org/qemu.git queues/slirp
1205 Tracing
1206 M: Stefan Hajnoczi <stefanha@redhat.com>
1207 S: Maintained
1208 F: trace/
1209 F: scripts/tracetool.py
1210 F: scripts/tracetool/
1211 F: docs/tracing.txt
1212 T: git git://github.com/stefanha/qemu.git tracing
1214 Checkpatch
1215 M: Blue Swirl <blauwirbel@gmail.com>
1216 S: Odd Fixes
1217 F: scripts/checkpatch.pl
1219 Migration
1220 M: Juan Quintela <quintela@redhat.com>
1221 M: Amit Shah <amit.shah@redhat.com>
1222 S: Maintained
1223 F: include/migration/
1224 F: migration/
1225 F: scripts/vmstate-static-checker.py
1226 F: tests/vmstate-static-checker-data/
1228 Seccomp
1229 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1230 S: Supported
1231 F: qemu-seccomp.c
1232 F: include/sysemu/seccomp.h
1234 Cryptography
1235 M: Daniel P. Berrange <berrange@redhat.com>
1236 S: Maintained
1237 F: crypto/
1238 F: include/crypto/
1239 F: tests/test-crypto-*
1241 Coroutines
1242 M: Stefan Hajnoczi <stefanha@redhat.com>
1243 M: Kevin Wolf <kwolf@redhat.com>
1244 F: util/*coroutine*
1245 F: include/qemu/coroutine*
1246 F: tests/test-coroutine.c
1248 Buffers
1249 M: Daniel P. Berrange <berrange@redhat.com>
1250 S: Odd fixes
1251 F: util/buffer.c
1252 F: include/qemu/buffer.h
1254 I/O Channels
1255 M: Daniel P. Berrange <berrange@redhat.com>
1256 S: Maintained
1257 F: io/
1258 F: include/io/
1259 F: tests/test-io-*
1261 Usermode Emulation
1262 ------------------
1263 Overall
1264 M: Riku Voipio <riku.voipio@iki.fi>
1265 S: Maintained
1266 F: thunk.c
1267 F: user-exec.c
1269 BSD user
1270 M: Blue Swirl <blauwirbel@gmail.com>
1271 S: Maintained
1272 F: bsd-user/
1274 Linux user
1275 M: Riku Voipio <riku.voipio@iki.fi>
1276 S: Maintained
1277 F: linux-user/
1279 Tiny Code Generator (TCG)
1280 -------------------------
1281 Common code
1282 M: Richard Henderson <rth@twiddle.net>
1283 S: Maintained
1284 F: tcg/
1286 AArch64 target
1287 M: Claudio Fontana <claudio.fontana@huawei.com>
1288 M: Claudio Fontana <claudio.fontana@gmail.com>
1289 S: Maintained
1290 L: qemu-arm@nongnu.org
1291 F: tcg/aarch64/
1292 F: disas/arm-a64.cc
1293 F: disas/libvixl/
1295 ARM target
1296 M: Andrzej Zaborowski <balrogg@gmail.com>
1297 S: Maintained
1298 L: qemu-arm@nongnu.org
1299 F: tcg/arm/
1300 F: disas/arm.c
1302 i386 target
1303 L: qemu-devel@nongnu.org
1304 S: Maintained
1305 F: tcg/i386/
1306 F: disas/i386.c
1308 IA64 target
1309 M: Aurelien Jarno <aurelien@aurel32.net>
1310 S: Maintained
1311 F: tcg/ia64/
1312 F: disas/ia64.c
1314 MIPS target
1315 M: Aurelien Jarno <aurelien@aurel32.net>
1316 S: Maintained
1317 F: tcg/mips/
1318 F: disas/mips.c
1321 M: Vassili Karpov (malc) <av1474@comtv.ru>
1322 S: Maintained
1323 F: tcg/ppc/
1324 F: disas/ppc.c
1326 S390 target
1327 M: Alexander Graf <agraf@suse.de>
1328 M: Richard Henderson <rth@twiddle.net>
1329 S: Maintained
1330 F: tcg/s390/
1331 F: disas/s390.c
1333 SPARC target
1334 M: Blue Swirl <blauwirbel@gmail.com>
1335 S: Maintained
1336 F: tcg/sparc/
1337 F: disas/sparc.c
1339 TCI target
1340 M: Stefan Weil <sw@weilnetz.de>
1341 S: Maintained
1342 F: tcg/tci/
1343 F: tci.c
1344 F: disas/tci.c
1346 Stable branches
1347 ---------------
1348 Stable 1.0
1349 L: qemu-stable@nongnu.org
1350 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1351 S: Orphan
1353 Stable 0.15
1354 L: qemu-stable@nongnu.org
1355 M: Andreas Färber <afaerber@suse.de>
1356 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1357 S: Supported
1359 Stable 0.14
1360 L: qemu-stable@nongnu.org
1361 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1362 S: Orphan
1364 Stable 0.10
1365 L: qemu-stable@nongnu.org
1366 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1367 S: Orphan
1369 Block drivers
1370 -------------
1371 VMDK
1372 M: Fam Zheng <famz@redhat.com>
1373 L: qemu-block@nongnu.org
1374 S: Supported
1375 F: block/vmdk.c
1378 M: Josh Durgin <jdurgin@redhat.com>
1379 M: Jeff Cody <jcody@redhat.com>
1380 L: qemu-block@nongnu.org
1381 S: Supported
1382 F: block/rbd.c
1383 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1385 Sheepdog
1386 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1387 M: Liu Yuan <namei.unix@gmail.com>
1388 M: Jeff Cody <jcody@redhat.com>
1389 L: qemu-block@nongnu.org
1390 L: sheepdog@lists.wpkg.org
1391 S: Supported
1392 F: block/sheepdog.c
1393 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1395 VHDX
1396 M: Jeff Cody <jcody@redhat.com>
1397 L: qemu-block@nongnu.org
1398 S: Supported
1399 F: block/vhdx*
1400 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1403 M: Stefan Weil <sw@weilnetz.de>
1404 L: qemu-block@nongnu.org
1405 S: Maintained
1406 F: block/vdi.c
1408 iSCSI
1409 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1410 M: Paolo Bonzini <pbonzini@redhat.com>
1411 M: Peter Lieven <pl@kamp.de>
1412 L: qemu-block@nongnu.org
1413 S: Supported
1414 F: block/iscsi.c
1417 M: Jeff Cody <jcody@redhat.com>
1418 M: Peter Lieven <pl@kamp.de>
1419 L: qemu-block@nongnu.org
1420 S: Maintained
1421 F: block/nfs.c
1422 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1425 M: Richard W.M. Jones <rjones@redhat.com>
1426 M: Jeff Cody <jcody@redhat.com>
1427 L: qemu-block@nongnu.org
1428 S: Supported
1429 F: block/ssh.c
1430 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1432 ARCHIPELAGO
1433 M: Chrysostomos Nanakos <chris@include.gr>
1434 M: Jeff Cody <jcody@redhat.com>
1435 L: qemu-block@nongnu.org
1436 S: Maintained
1437 F: block/archipelago.c
1438 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1440 CURL
1441 M: Jeff Cody <jcody@redhat.com>
1442 L: qemu-block@nongnu.org
1443 S: Supported
1444 F: block/curl.c
1445 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1447 GLUSTER
1448 M: Jeff Cody <jcody@redhat.com>
1449 L: qemu-block@nongnu.org
1450 S: Supported
1451 F: block/gluster.c
1452 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1454 Null Block Driver
1455 M: Fam Zheng <famz@redhat.com>
1456 L: qemu-block@nongnu.org
1457 S: Supported
1458 F: block/null.c
1460 Bootdevice
1461 M: Gonglei <arei.gonglei@huawei.com>
1462 S: Maintained
1463 F: bootdevice.c
1465 Quorum
1466 M: Alberto Garcia <berto@igalia.com>
1467 S: Supported
1468 F: block/quorum.c
1469 L: qemu-block@nongnu.org
1471 blkverify
1472 M: Stefan Hajnoczi <stefanha@redhat.com>
1473 L: qemu-block@nongnu.org
1474 S: Supported
1475 F: block/blkverify.c
1477 bochs
1478 M: Stefan Hajnoczi <stefanha@redhat.com>
1479 L: qemu-block@nongnu.org
1480 S: Supported
1481 F: block/bochs.c
1483 cloop
1484 M: Stefan Hajnoczi <stefanha@redhat.com>
1485 L: qemu-block@nongnu.org
1486 S: Supported
1487 F: block/cloop.c
1490 M: Stefan Hajnoczi <stefanha@redhat.com>
1491 L: qemu-block@nongnu.org
1492 S: Supported
1493 F: block/dmg.c
1495 parallels
1496 M: Stefan Hajnoczi <stefanha@redhat.com>
1497 M: Denis V. Lunev <den@openvz.org>
1498 L: qemu-block@nongnu.org
1499 S: Supported
1500 F: block/parallels.c
1501 F: docs/specs/parallels.txt
1504 M: Stefan Hajnoczi <stefanha@redhat.com>
1505 L: qemu-block@nongnu.org
1506 S: Supported
1507 F: block/qed.c
1510 M: Kevin Wolf <kwolf@redhat.com>
1511 L: qemu-block@nongnu.org
1512 S: Supported
1513 F: block/linux-aio.c
1514 F: block/raw-aio.h
1515 F: block/raw-posix.c
1516 F: block/raw-win32.c
1517 F: block/raw_bsd.c
1518 F: block/win32-aio.c
1520 qcow2
1521 M: Kevin Wolf <kwolf@redhat.com>
1522 L: qemu-block@nongnu.org
1523 S: Supported
1524 F: block/qcow2*
1526 qcow
1527 M: Kevin Wolf <kwolf@redhat.com>
1528 L: qemu-block@nongnu.org
1529 S: Supported
1530 F: block/qcow.c
1532 blkdebug
1533 M: Kevin Wolf <kwolf@redhat.com>
1534 L: qemu-block@nongnu.org
1535 S: Supported
1536 F: block/blkdebug.c
1539 M: Kevin Wolf <kwolf@redhat.com>
1540 L: qemu-block@nongnu.org
1541 S: Supported
1542 F: block/vpc.c
1544 vvfat
1545 M: Kevin Wolf <kwolf@redhat.com>
1546 L: qemu-block@nongnu.org
1547 S: Supported
1548 F: block/vvfat.c
1550 Image format fuzzer
1551 M: Stefan Hajnoczi <stefanha@redhat.com>
1552 L: qemu-block@nongnu.org
1553 S: Supported
1554 F: tests/image-fuzzer/
1557 Documentation
1558 -------------
1559 Build system architecture
1560 M: Daniel P. Berrange <berrange@redhat.com>
1561 S: Odd Fixes
1562 F: docs/build-system.txt