iothread: include id in thread name
[qemu/ar7.git] / MAINTAINERS
blobbb1f3e40622bd2c3f477a2eaaa284f9ccb36eb28
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 S: Supported
867 F: hw/9pfs/
868 F: fsdev/
869 F: tests/virtio-9p-test.c
870 T: git git://github.com/kvaneesh/QEMU.git
872 virtio-blk
873 M: Stefan Hajnoczi <stefanha@redhat.com>
874 L: qemu-block@nongnu.org
875 S: Supported
876 F: hw/block/virtio-blk.c
877 F: hw/block/dataplane/*
878 F: hw/virtio/dataplane/*
879 T: git git://github.com/stefanha/qemu.git block
881 virtio-ccw
882 M: Cornelia Huck <cornelia.huck@de.ibm.com>
883 M: Christian Borntraeger <borntraeger@de.ibm.com>
884 S: Supported
885 F: hw/s390x/virtio-ccw.[hc]
886 T: git git://github.com/cohuck/qemu.git s390-next
887 T: git git://github.com/borntraeger/qemu.git s390-next
889 virtio-input
890 M: Gerd Hoffmann <kraxel@redhat.com>
891 S: Maintained
892 F: hw/input/virtio-input*.c
893 F: include/hw/virtio/virtio-input.h
895 virtio-serial
896 M: Amit Shah <amit.shah@redhat.com>
897 S: Supported
898 F: hw/char/virtio-serial-bus.c
899 F: hw/char/virtio-console.c
900 F: include/hw/virtio/virtio-serial.h
902 virtio-rng
903 M: Amit Shah <amit.shah@redhat.com>
904 S: Supported
905 F: hw/virtio/virtio-rng.c
906 F: include/hw/virtio/virtio-rng.h
907 F: backends/rng*.c
909 nvme
910 M: Keith Busch <keith.busch@intel.com>
911 L: qemu-block@nongnu.org
912 S: Supported
913 F: hw/block/nvme*
914 F: tests/nvme-test.c
916 megasas
917 M: Hannes Reinecke <hare@suse.de>
918 L: qemu-block@nongnu.org
919 S: Supported
920 F: hw/scsi/megasas.c
921 F: hw/scsi/mfi.h
923 Xilinx EDK
924 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
925 M: Alistair Francis <alistair.francis@xilinx.com>
926 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
927 S: Maintained
928 F: hw/*/xilinx_*
929 F: include/hw/xilinx.h
931 Vmware
932 M: Dmitry Fleytman <dmitry@daynix.com>
933 S: Maintained
934 F: hw/net/vmxnet*
935 F: hw/scsi/vmw_pvscsi*
937 Rocker
938 M: Scott Feldman <sfeldma@gmail.com>
939 M: Jiri Pirko <jiri@resnulli.us>
940 S: Maintained
941 F: hw/net/rocker/
943 Subsystems
944 ----------
945 Audio
946 M: Gerd Hoffmann <kraxel@redhat.com>
947 S: Maintained
948 F: audio/
949 F: hw/audio/
950 F: tests/ac97-test.c
951 F: tests/es1370-test.c
952 F: tests/intel-hda-test.c
954 Block layer core
955 M: Kevin Wolf <kwolf@redhat.com>
956 L: qemu-block@nongnu.org
957 S: Supported
958 F: block*
959 F: block/
960 F: hw/block/
961 F: include/block/
962 F: qemu-img*
963 F: qemu-io*
964 F: tests/qemu-iotests/
965 T: git git://repo.or.cz/qemu/kevin.git block
967 Block I/O path
968 M: Stefan Hajnoczi <stefanha@redhat.com>
969 L: qemu-block@nongnu.org
970 S: Supported
971 F: async.c
972 F: aio-*.c
973 F: block/io.c
974 F: migration/block*
975 T: git git://github.com/stefanha/qemu.git block
977 Block Jobs
978 M: Jeff Cody <jcody@redhat.com>
979 L: qemu-block@nongnu.org
980 S: Supported
981 F: blockjob.c
982 F: include/block/blockjob.h
983 F: block/backup.c
984 F: block/commit.c
985 F: block/stream.h
986 F: block/mirror.c
987 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
989 Block QAPI, monitor, command line
990 M: Markus Armbruster <armbru@redhat.com>
991 S: Supported
992 F: blockdev.c
993 F: block/qapi.c
994 F: qapi/block*.json
995 T: git git://repo.or.cz/qemu/armbru.git block-next
997 Character device backends
998 M: Paolo Bonzini <pbonzini@redhat.com>
999 S: Maintained
1000 F: qemu-char.c
1001 F: backends/msmouse.c
1002 F: backends/testdev.c
1004 Character Devices (Braille)
1005 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1006 S: Maintained
1007 F: backends/baum.c
1009 Coverity model
1010 M: Markus Armbruster <armbru@redhat.com>
1011 S: Supported
1012 F: scripts/coverity-model.c
1015 M: Andreas Färber <afaerber@suse.de>
1016 S: Supported
1017 F: qom/cpu.c
1018 F: include/qom/cpu.h
1019 F: target-i386/cpu.c
1021 ICC Bus
1022 M: Igor Mammedov <imammedo@redhat.com>
1023 S: Supported
1024 F: include/hw/cpu/icc_bus.h
1025 F: hw/cpu/icc_bus.c
1027 Device Tree
1028 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1029 M: Alexander Graf <agraf@suse.de>
1030 S: Maintained
1031 F: device_tree.[ch]
1033 Error reporting
1034 M: Markus Armbruster <armbru@redhat.com>
1035 S: Supported
1036 F: include/qapi/error.h
1037 F: include/qemu/error-report.h
1038 F: util/error.c
1039 F: util/qemu-error.c
1041 GDB stub
1042 L: qemu-devel@nongnu.org
1043 S: Odd Fixes
1044 F: gdbstub*
1045 F: gdb-xml/
1047 Memory API
1048 M: Paolo Bonzini <pbonzini@redhat.com>
1049 S: Supported
1050 F: include/exec/ioport.h
1051 F: ioport.c
1052 F: include/exec/memory.h
1053 F: include/exec/ram_addr.h
1054 F: memory.c
1055 F: include/exec/memory-internal.h
1056 F: exec.c
1058 SPICE
1059 M: Gerd Hoffmann <kraxel@redhat.com>
1060 S: Supported
1061 F: include/ui/qemu-spice.h
1062 F: ui/spice-*.c
1063 F: audio/spiceaudio.c
1064 F: hw/display/qxl*
1066 Graphics
1067 M: Gerd Hoffmann <kraxel@redhat.com>
1068 S: Odd Fixes
1069 F: ui/
1071 Cocoa graphics
1072 M: Andreas Färber <andreas.faerber@web.de>
1073 M: Peter Maydell <peter.maydell@linaro.org>
1074 S: Odd Fixes
1075 F: ui/cocoa.m
1077 Main loop
1078 M: Paolo Bonzini <pbonzini@redhat.com>
1079 S: Maintained
1080 F: cpus.c
1081 F: main-loop.c
1082 F: qemu-timer.c
1083 F: vl.c
1085 Human Monitor (HMP)
1086 M: Luiz Capitulino <lcapitulino@redhat.com>
1087 S: Maintained
1088 F: monitor.c
1089 F: hmp.c
1090 F: hmp-commands.hx
1091 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1093 Network device backends
1094 M: Jason Wang <jasowang@redhat.com>
1095 S: Maintained
1096 F: net/
1097 T: git git://github.com/jasowang/qemu.git net
1099 Netmap network backend
1100 M: Luigi Rizzo <rizzo@iet.unipi.it>
1101 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1102 M: Vincenzo Maffione <v.maffione@gmail.com>
1103 W: http://info.iet.unipi.it/~luigi/netmap/
1104 S: Maintained
1105 F: net/netmap.c
1107 Network Block Device (NBD)
1108 M: Paolo Bonzini <pbonzini@redhat.com>
1109 S: Odd Fixes
1110 F: block/nbd.c
1111 F: nbd.*
1112 F: qemu-nbd.c
1113 T: git git://github.com/bonzini/qemu.git nbd-next
1115 NUMA
1116 M: Eduardo Habkost <ehabkost@redhat.com>
1117 S: Maintained
1118 F: numa.c
1119 F: include/sysemu/numa.h
1120 K: numa|NUMA
1121 K: srat|SRAT
1122 T: git git://github.com/ehabkost/qemu.git numa
1124 QAPI
1125 M: Markus Armbruster <armbru@redhat.com>
1126 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1127 S: Supported
1128 F: qapi/
1129 X: qapi/*.json
1130 F: include/qapi/
1131 X: include/qapi/qmp/
1132 F: include/qapi/qmp/dispatch.h
1133 F: tests/qapi-schema/
1134 F: tests/test-*-visitor.c
1135 F: tests/test-qmp-*.c
1136 F: scripts/qapi*
1137 F: docs/qapi*
1138 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1140 QAPI Schema
1141 M: Eric Blake <eblake@redhat.com>
1142 M: Markus Armbruster <armbru@redhat.com>
1143 S: Supported
1144 F: qapi-schema.json
1145 F: qapi/*.json
1146 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1148 QObject
1149 M: Luiz Capitulino <lcapitulino@redhat.com>
1150 S: Maintained
1151 F: qobject/
1152 F: include/qapi/qmp/
1153 X: include/qapi/qmp/dispatch.h
1154 F: tests/check-qdict.c
1155 F: tests/check-qfloat.c
1156 F: tests/check-qint.c
1157 F: tests/check-qjson.c
1158 F: tests/check-qlist.c
1159 F: tests/check-qstring.c
1160 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1162 QEMU Guest Agent
1163 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1164 S: Maintained
1165 F: qga/
1166 T: git git://github.com/mdroth/qemu.git qga
1169 M: Andreas Färber <afaerber@suse.de>
1170 S: Supported
1171 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1172 F: include/qom/
1173 X: include/qom/cpu.h
1174 F: qom/
1175 X: qom/cpu.c
1176 F: tests/check-qom-interface.c
1177 F: tests/check-qom-proplist.c
1178 F: tests/qom-test.c
1181 M: Markus Armbruster <armbru@redhat.com>
1182 S: Supported
1183 F: qmp.c
1184 F: monitor.c
1185 F: qmp-commands.hx
1186 F: docs/*qmp-*
1187 F: scripts/qmp/
1188 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1190 SLIRP
1191 M: Jan Kiszka <jan.kiszka@siemens.com>
1192 S: Maintained
1193 F: slirp/
1194 T: git git://git.kiszka.org/qemu.git queues/slirp
1196 Tracing
1197 M: Stefan Hajnoczi <stefanha@redhat.com>
1198 S: Maintained
1199 F: trace/
1200 F: scripts/tracetool.py
1201 F: scripts/tracetool/
1202 F: docs/tracing.txt
1203 T: git git://github.com/stefanha/qemu.git tracing
1205 Checkpatch
1206 M: Blue Swirl <blauwirbel@gmail.com>
1207 S: Odd Fixes
1208 F: scripts/checkpatch.pl
1210 Migration
1211 M: Juan Quintela <quintela@redhat.com>
1212 M: Amit Shah <amit.shah@redhat.com>
1213 S: Maintained
1214 F: include/migration/
1215 F: migration/
1216 F: scripts/vmstate-static-checker.py
1217 F: tests/vmstate-static-checker-data/
1219 Seccomp
1220 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1221 S: Supported
1222 F: qemu-seccomp.c
1223 F: include/sysemu/seccomp.h
1225 Cryptography
1226 M: Daniel P. Berrange <berrange@redhat.com>
1227 S: Maintained
1228 F: crypto/
1229 F: include/crypto/
1230 F: tests/test-crypto-*
1232 Coroutines
1233 M: Stefan Hajnoczi <stefanha@redhat.com>
1234 M: Kevin Wolf <kwolf@redhat.com>
1235 F: util/*coroutine*
1236 F: include/qemu/coroutine*
1237 F: tests/test-coroutine.c
1239 Buffers
1240 M: Daniel P. Berrange <berrange@redhat.com>
1241 S: Odd fixes
1242 F: util/buffer.c
1243 F: include/qemu/buffer.h
1245 Usermode Emulation
1246 ------------------
1247 Overall
1248 M: Riku Voipio <riku.voipio@iki.fi>
1249 S: Maintained
1250 F: thunk.c
1251 F: user-exec.c
1253 BSD user
1254 M: Blue Swirl <blauwirbel@gmail.com>
1255 S: Maintained
1256 F: bsd-user/
1258 Linux user
1259 M: Riku Voipio <riku.voipio@iki.fi>
1260 S: Maintained
1261 F: linux-user/
1263 Tiny Code Generator (TCG)
1264 -------------------------
1265 Common code
1266 M: Richard Henderson <rth@twiddle.net>
1267 S: Maintained
1268 F: tcg/
1270 AArch64 target
1271 M: Claudio Fontana <claudio.fontana@huawei.com>
1272 M: Claudio Fontana <claudio.fontana@gmail.com>
1273 S: Maintained
1274 L: qemu-arm@nongnu.org
1275 F: tcg/aarch64/
1276 F: disas/arm-a64.cc
1277 F: disas/libvixl/
1279 ARM target
1280 M: Andrzej Zaborowski <balrogg@gmail.com>
1281 S: Maintained
1282 L: qemu-arm@nongnu.org
1283 F: tcg/arm/
1284 F: disas/arm.c
1286 i386 target
1287 L: qemu-devel@nongnu.org
1288 S: Maintained
1289 F: tcg/i386/
1290 F: disas/i386.c
1292 IA64 target
1293 M: Aurelien Jarno <aurelien@aurel32.net>
1294 S: Maintained
1295 F: tcg/ia64/
1296 F: disas/ia64.c
1298 MIPS target
1299 M: Aurelien Jarno <aurelien@aurel32.net>
1300 S: Maintained
1301 F: tcg/mips/
1302 F: disas/mips.c
1305 M: Vassili Karpov (malc) <av1474@comtv.ru>
1306 S: Maintained
1307 F: tcg/ppc/
1308 F: disas/ppc.c
1310 S390 target
1311 M: Alexander Graf <agraf@suse.de>
1312 M: Richard Henderson <rth@twiddle.net>
1313 S: Maintained
1314 F: tcg/s390/
1315 F: disas/s390.c
1317 SPARC target
1318 M: Blue Swirl <blauwirbel@gmail.com>
1319 S: Maintained
1320 F: tcg/sparc/
1321 F: disas/sparc.c
1323 TCI target
1324 M: Stefan Weil <sw@weilnetz.de>
1325 S: Maintained
1326 F: tcg/tci/
1327 F: tci.c
1328 F: disas/tci.c
1330 Stable branches
1331 ---------------
1332 Stable 1.0
1333 L: qemu-stable@nongnu.org
1334 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1335 S: Orphan
1337 Stable 0.15
1338 L: qemu-stable@nongnu.org
1339 M: Andreas Färber <afaerber@suse.de>
1340 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1341 S: Supported
1343 Stable 0.14
1344 L: qemu-stable@nongnu.org
1345 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1346 S: Orphan
1348 Stable 0.10
1349 L: qemu-stable@nongnu.org
1350 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1351 S: Orphan
1353 Block drivers
1354 -------------
1355 VMDK
1356 M: Fam Zheng <famz@redhat.com>
1357 L: qemu-block@nongnu.org
1358 S: Supported
1359 F: block/vmdk.c
1362 M: Josh Durgin <jdurgin@redhat.com>
1363 M: Jeff Cody <jcody@redhat.com>
1364 L: qemu-block@nongnu.org
1365 S: Supported
1366 F: block/rbd.c
1367 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1369 Sheepdog
1370 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1371 M: Liu Yuan <namei.unix@gmail.com>
1372 M: Jeff Cody <jcody@redhat.com>
1373 L: qemu-block@nongnu.org
1374 L: sheepdog@lists.wpkg.org
1375 S: Supported
1376 F: block/sheepdog.c
1377 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1379 VHDX
1380 M: Jeff Cody <jcody@redhat.com>
1381 L: qemu-block@nongnu.org
1382 S: Supported
1383 F: block/vhdx*
1384 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1387 M: Stefan Weil <sw@weilnetz.de>
1388 L: qemu-block@nongnu.org
1389 S: Maintained
1390 F: block/vdi.c
1392 iSCSI
1393 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1394 M: Paolo Bonzini <pbonzini@redhat.com>
1395 M: Peter Lieven <pl@kamp.de>
1396 L: qemu-block@nongnu.org
1397 S: Supported
1398 F: block/iscsi.c
1401 M: Jeff Cody <jcody@redhat.com>
1402 M: Peter Lieven <pl@kamp.de>
1403 L: qemu-block@nongnu.org
1404 S: Maintained
1405 F: block/nfs.c
1406 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1409 M: Richard W.M. Jones <rjones@redhat.com>
1410 M: Jeff Cody <jcody@redhat.com>
1411 L: qemu-block@nongnu.org
1412 S: Supported
1413 F: block/ssh.c
1414 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1416 ARCHIPELAGO
1417 M: Chrysostomos Nanakos <chris@include.gr>
1418 M: Jeff Cody <jcody@redhat.com>
1419 L: qemu-block@nongnu.org
1420 S: Maintained
1421 F: block/archipelago.c
1422 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1424 CURL
1425 M: Jeff Cody <jcody@redhat.com>
1426 L: qemu-block@nongnu.org
1427 S: Supported
1428 F: block/curl.c
1429 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1431 GLUSTER
1432 M: Jeff Cody <jcody@redhat.com>
1433 L: qemu-block@nongnu.org
1434 S: Supported
1435 F: block/gluster.c
1436 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1438 Null Block Driver
1439 M: Fam Zheng <famz@redhat.com>
1440 L: qemu-block@nongnu.org
1441 S: Supported
1442 F: block/null.c
1444 Bootdevice
1445 M: Gonglei <arei.gonglei@huawei.com>
1446 S: Maintained
1447 F: bootdevice.c
1449 Quorum
1450 M: Alberto Garcia <berto@igalia.com>
1451 S: Supported
1452 F: block/quorum.c
1453 L: qemu-block@nongnu.org
1455 blkverify
1456 M: Stefan Hajnoczi <stefanha@redhat.com>
1457 L: qemu-block@nongnu.org
1458 S: Supported
1459 F: block/blkverify.c
1461 bochs
1462 M: Stefan Hajnoczi <stefanha@redhat.com>
1463 L: qemu-block@nongnu.org
1464 S: Supported
1465 F: block/bochs.c
1467 cloop
1468 M: Stefan Hajnoczi <stefanha@redhat.com>
1469 L: qemu-block@nongnu.org
1470 S: Supported
1471 F: block/cloop.c
1474 M: Stefan Hajnoczi <stefanha@redhat.com>
1475 L: qemu-block@nongnu.org
1476 S: Supported
1477 F: block/dmg.c
1479 parallels
1480 M: Stefan Hajnoczi <stefanha@redhat.com>
1481 M: Denis V. Lunev <den@openvz.org>
1482 L: qemu-block@nongnu.org
1483 S: Supported
1484 F: block/parallels.c
1487 M: Stefan Hajnoczi <stefanha@redhat.com>
1488 L: qemu-block@nongnu.org
1489 S: Supported
1490 F: block/qed.c
1493 M: Kevin Wolf <kwolf@redhat.com>
1494 L: qemu-block@nongnu.org
1495 S: Supported
1496 F: block/linux-aio.c
1497 F: block/raw-aio.h
1498 F: block/raw-posix.c
1499 F: block/raw-win32.c
1500 F: block/raw_bsd.c
1501 F: block/win32-aio.c
1503 qcow2
1504 M: Kevin Wolf <kwolf@redhat.com>
1505 L: qemu-block@nongnu.org
1506 S: Supported
1507 F: block/qcow2*
1509 qcow
1510 M: Kevin Wolf <kwolf@redhat.com>
1511 L: qemu-block@nongnu.org
1512 S: Supported
1513 F: block/qcow.c
1515 blkdebug
1516 M: Kevin Wolf <kwolf@redhat.com>
1517 L: qemu-block@nongnu.org
1518 S: Supported
1519 F: block/blkdebug.c
1522 M: Kevin Wolf <kwolf@redhat.com>
1523 L: qemu-block@nongnu.org
1524 S: Supported
1525 F: block/vpc.c
1527 vvfat
1528 M: Kevin Wolf <kwolf@redhat.com>
1529 L: qemu-block@nongnu.org
1530 S: Supported
1531 F: block/vvfat.c
1533 Image format fuzzer
1534 M: Stefan Hajnoczi <stefanha@redhat.com>
1535 L: qemu-block@nongnu.org
1536 S: Supported
1537 F: tests/image-fuzzer/
1540 Documentation
1541 -------------
1542 Build system architecture
1543 M: Daniel P. Berrange <berrange@redhat.com>
1544 S: Odd Fixes
1545 F: docs/build-system.txt