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