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