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