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