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