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