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