xref: /qemu/MAINTAINERS (revision 226419d6)
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
720
721Xtensa Machines
722---------------
723sim
724M: Max Filippov <jcmvbkbc@gmail.com>
725S: Maintained
726F: hw/xtensa/sim.c
727
728XTFPGA (LX60, LX200, ML605, KC705)
729M: Max Filippov <jcmvbkbc@gmail.com>
730S: Maintained
731F: hw/xtensa/xtfpga.c
732F: hw/net/opencores_eth.c
733
734Devices
735-------
736EDU
737M: Jiri Slaby <jslaby@suse.cz>
738S: Maintained
739F: hw/misc/edu.c
740
741IDE
742M: John Snow <jsnow@redhat.com>
743L: qemu-block@nongnu.org
744S: Supported
745F: include/hw/ide.h
746F: hw/ide/
747F: hw/block/block.c
748F: hw/block/cdrom.c
749F: hw/block/hd-geometry.c
750F: tests/ide-test.c
751F: tests/ahci-test.c
752F: tests/libqos/ahci*
753T: git git://github.com/jnsnow/qemu.git ide
754
755Floppy
756M: John Snow <jsnow@redhat.com>
757L: qemu-block@nongnu.org
758S: Supported
759F: hw/block/fdc.c
760F: include/hw/block/fdc.h
761F: tests/fdc-test.c
762T: git git://github.com/jnsnow/qemu.git ide
763
764OMAP
765M: Peter Maydell <peter.maydell@linaro.org>
766S: Maintained
767F: hw/*/omap*
768F: include/hw/arm/omap.h
769
770IPack
771M: Alberto Garcia <berto@igalia.com>
772S: Odd Fixes
773F: hw/char/ipoctal232.c
774F: hw/ipack/
775
776PCI
777M: Michael S. Tsirkin <mst@redhat.com>
778S: Supported
779F: include/hw/pci/*
780F: hw/misc/pci-testdev.c
781F: hw/pci/*
782F: hw/pci-bridge/*
783
784ACPI/SMBIOS
785M: Michael S. Tsirkin <mst@redhat.com>
786M: Igor Mammedov <imammedo@redhat.com>
787S: Supported
788F: include/hw/acpi/*
789F: include/hw/smbios/*
790F: hw/mem/*
791F: hw/acpi/*
792F: hw/smbios/*
793F: hw/i386/acpi-build.[hc]
794F: hw/i386/*dsl
795F: hw/arm/virt-acpi-build.c
796F: include/hw/arm/virt-acpi-build.h
797F: scripts/acpi*py
798
799ppc4xx
800M: Alexander Graf <agraf@suse.de>
801L: qemu-ppc@nongnu.org
802S: Odd Fixes
803F: hw/ppc/ppc4*.c
804
805ppce500
806M: Alexander Graf <agraf@suse.de>
807M: Scott Wood <scottwood@freescale.com>
808L: qemu-ppc@nongnu.org
809S: Supported
810F: hw/ppc/e500*
811F: hw/pci-host/ppce500.c
812F: hw/net/fsl_etsec/
813
814Character devices
815M: Paolo Bonzini <pbonzini@redhat.com>
816S: Odd Fixes
817F: hw/char/
818
819Network devices
820M: Jason Wang <jasowang@redhat.com>
821S: Odd Fixes
822F: hw/net/
823T: git git://github.com/jasowang/qemu.git net
824
825SCSI
826M: Paolo Bonzini <pbonzini@redhat.com>
827S: Supported
828F: include/hw/scsi*
829F: hw/scsi/*
830T: git git://github.com/bonzini/qemu.git scsi-next
831
832LSI53C895A
833S: Orphan
834F: hw/scsi/lsi53c895a.c
835
836SSI
837M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
838S: Maintained
839F: hw/ssi/*
840F: hw/block/m25p80.c
841X: hw/ssi/xilinx_*
842
843Xilinx SPI
844M: Alistair Francis <alistair.francis@xilinx.com>
845M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
846S: Maintained
847F: hw/ssi/xilinx_*
848
849USB
850M: Gerd Hoffmann <kraxel@redhat.com>
851S: Maintained
852F: hw/usb/*
853F: tests/usb-*-test.c
854F: docs/usb2.txt
855F: docs/usb-storage.txt
856F: include/hw/usb.h
857F: include/hw/usb/
858
859USB (serial adapter)
860M: Gerd Hoffmann <kraxel@redhat.com>
861M: Samuel Thibault <samuel.thibault@ens-lyon.org>
862S: Maintained
863F: hw/usb/dev-serial.c
864
865VFIO
866M: Alex Williamson <alex.williamson@redhat.com>
867S: Supported
868F: hw/vfio/*
869
870vhost
871M: Michael S. Tsirkin <mst@redhat.com>
872S: Supported
873F: hw/*/*vhost*
874
875virtio
876M: Michael S. Tsirkin <mst@redhat.com>
877S: Supported
878F: hw/*/virtio*
879F: net/vhost-user.c
880
881virtio-9p
882M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
883M: Greg Kurz <gkurz@linux.vnet.ibm.com>
884S: Supported
885F: hw/9pfs/
886F: fsdev/
887F: tests/virtio-9p-test.c
888T: git git://github.com/kvaneesh/QEMU.git
889
890virtio-blk
891M: Stefan Hajnoczi <stefanha@redhat.com>
892L: qemu-block@nongnu.org
893S: Supported
894F: hw/block/virtio-blk.c
895F: hw/block/dataplane/*
896F: hw/virtio/dataplane/*
897T: git git://github.com/stefanha/qemu.git block
898
899virtio-ccw
900M: Cornelia Huck <cornelia.huck@de.ibm.com>
901M: Christian Borntraeger <borntraeger@de.ibm.com>
902S: Supported
903F: hw/s390x/virtio-ccw.[hc]
904T: git git://github.com/cohuck/qemu.git s390-next
905T: git git://github.com/borntraeger/qemu.git s390-next
906
907virtio-input
908M: Gerd Hoffmann <kraxel@redhat.com>
909S: Maintained
910F: hw/input/virtio-input*.c
911F: include/hw/virtio/virtio-input.h
912
913virtio-serial
914M: Amit Shah <amit.shah@redhat.com>
915S: Supported
916F: hw/char/virtio-serial-bus.c
917F: hw/char/virtio-console.c
918F: include/hw/virtio/virtio-serial.h
919
920virtio-rng
921M: Amit Shah <amit.shah@redhat.com>
922S: Supported
923F: hw/virtio/virtio-rng.c
924F: include/hw/virtio/virtio-rng.h
925F: include/sysemu/rng*.h
926F: backends/rng*.c
927
928nvme
929M: Keith Busch <keith.busch@intel.com>
930L: qemu-block@nongnu.org
931S: Supported
932F: hw/block/nvme*
933F: tests/nvme-test.c
934
935megasas
936M: Hannes Reinecke <hare@suse.de>
937L: qemu-block@nongnu.org
938S: Supported
939F: hw/scsi/megasas.c
940F: hw/scsi/mfi.h
941
942Xilinx EDK
943M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
944M: Alistair Francis <alistair.francis@xilinx.com>
945M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
946S: Maintained
947F: hw/*/xilinx_*
948F: include/hw/xilinx.h
949
950Vmware
951M: Dmitry Fleytman <dmitry@daynix.com>
952S: Maintained
953F: hw/net/vmxnet*
954F: hw/scsi/vmw_pvscsi*
955
956Rocker
957M: Scott Feldman <sfeldma@gmail.com>
958M: Jiri Pirko <jiri@resnulli.us>
959S: Maintained
960F: hw/net/rocker/
961
962NVDIMM
963M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
964S: Maintained
965F: hw/acpi/nvdimm.c
966F: hw/mem/nvdimm.c
967F: include/hw/mem/nvdimm.h
968
969Subsystems
970----------
971Audio
972M: Gerd Hoffmann <kraxel@redhat.com>
973S: Maintained
974F: audio/
975F: hw/audio/
976F: tests/ac97-test.c
977F: tests/es1370-test.c
978F: tests/intel-hda-test.c
979
980Block layer core
981M: Kevin Wolf <kwolf@redhat.com>
982L: qemu-block@nongnu.org
983S: Supported
984F: block*
985F: block/
986F: hw/block/
987F: include/block/
988F: qemu-img*
989F: qemu-io*
990F: tests/qemu-iotests/
991T: git git://repo.or.cz/qemu/kevin.git block
992
993Block I/O path
994M: Stefan Hajnoczi <stefanha@redhat.com>
995L: qemu-block@nongnu.org
996S: Supported
997F: async.c
998F: aio-*.c
999F: block/io.c
1000F: migration/block*
1001T: git git://github.com/stefanha/qemu.git block
1002
1003Block Jobs
1004M: Jeff Cody <jcody@redhat.com>
1005L: qemu-block@nongnu.org
1006S: Supported
1007F: blockjob.c
1008F: include/block/blockjob.h
1009F: block/backup.c
1010F: block/commit.c
1011F: block/stream.h
1012F: block/mirror.c
1013T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1014
1015Block QAPI, monitor, command line
1016M: Markus Armbruster <armbru@redhat.com>
1017S: Supported
1018F: blockdev.c
1019F: block/qapi.c
1020F: qapi/block*.json
1021T: git git://repo.or.cz/qemu/armbru.git block-next
1022
1023Character device backends
1024M: Paolo Bonzini <pbonzini@redhat.com>
1025S: Maintained
1026F: qemu-char.c
1027F: backends/msmouse.c
1028F: backends/testdev.c
1029
1030Character Devices (Braille)
1031M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1032S: Maintained
1033F: backends/baum.c
1034
1035Coverity model
1036M: Markus Armbruster <armbru@redhat.com>
1037S: Supported
1038F: scripts/coverity-model.c
1039
1040CPU
1041M: Andreas Färber <afaerber@suse.de>
1042S: Supported
1043F: qom/cpu.c
1044F: include/qom/cpu.h
1045F: target-i386/cpu.c
1046
1047ICC Bus
1048M: Igor Mammedov <imammedo@redhat.com>
1049S: Supported
1050F: include/hw/cpu/icc_bus.h
1051F: hw/cpu/icc_bus.c
1052
1053Device Tree
1054M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1055M: Alexander Graf <agraf@suse.de>
1056S: Maintained
1057F: device_tree.c
1058F: include/sysemu/device_tree.h
1059
1060Error reporting
1061M: Markus Armbruster <armbru@redhat.com>
1062S: Supported
1063F: include/qapi/error.h
1064F: include/qemu/error-report.h
1065F: util/error.c
1066F: util/qemu-error.c
1067
1068GDB stub
1069L: qemu-devel@nongnu.org
1070S: Odd Fixes
1071F: gdbstub*
1072F: gdb-xml/
1073
1074Memory API
1075M: Paolo Bonzini <pbonzini@redhat.com>
1076S: Supported
1077F: include/exec/ioport.h
1078F: ioport.c
1079F: include/exec/memory.h
1080F: include/exec/ram_addr.h
1081F: memory.c
1082F: include/exec/memory-internal.h
1083F: exec.c
1084
1085SPICE
1086M: Gerd Hoffmann <kraxel@redhat.com>
1087S: Supported
1088F: include/ui/qemu-spice.h
1089F: include/ui/spice-display.h
1090F: ui/spice-*.c
1091F: audio/spiceaudio.c
1092F: hw/display/qxl*
1093
1094Graphics
1095M: Gerd Hoffmann <kraxel@redhat.com>
1096S: Odd Fixes
1097F: ui/
1098F: include/ui/
1099
1100Cocoa graphics
1101M: Andreas Färber <andreas.faerber@web.de>
1102M: Peter Maydell <peter.maydell@linaro.org>
1103S: Odd Fixes
1104F: ui/cocoa.m
1105
1106Main loop
1107M: Paolo Bonzini <pbonzini@redhat.com>
1108S: Maintained
1109F: cpus.c
1110F: main-loop.c
1111F: qemu-timer.c
1112F: vl.c
1113
1114Human Monitor (HMP)
1115M: Luiz Capitulino <lcapitulino@redhat.com>
1116S: Maintained
1117F: monitor.c
1118F: hmp.c
1119F: hmp-commands.hx
1120T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1121
1122Network device backends
1123M: Jason Wang <jasowang@redhat.com>
1124S: Maintained
1125F: net/
1126F: include/net/
1127T: git git://github.com/jasowang/qemu.git net
1128
1129Netmap network backend
1130M: Luigi Rizzo <rizzo@iet.unipi.it>
1131M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1132M: Vincenzo Maffione <v.maffione@gmail.com>
1133W: http://info.iet.unipi.it/~luigi/netmap/
1134S: Maintained
1135F: net/netmap.c
1136
1137Network Block Device (NBD)
1138M: Paolo Bonzini <pbonzini@redhat.com>
1139S: Odd Fixes
1140F: block/nbd*
1141F: nbd/
1142F: include/block/nbd*
1143F: qemu-nbd.c
1144T: git git://github.com/bonzini/qemu.git nbd-next
1145
1146NUMA
1147M: Eduardo Habkost <ehabkost@redhat.com>
1148S: Maintained
1149F: numa.c
1150F: include/sysemu/numa.h
1151K: numa|NUMA
1152K: srat|SRAT
1153T: git git://github.com/ehabkost/qemu.git numa
1154
1155QAPI
1156M: Markus Armbruster <armbru@redhat.com>
1157M: Michael Roth <mdroth@linux.vnet.ibm.com>
1158S: Supported
1159F: qapi/
1160X: qapi/*.json
1161F: include/qapi/
1162X: include/qapi/qmp/
1163F: include/qapi/qmp/dispatch.h
1164F: tests/qapi-schema/
1165F: tests/test-*-visitor.c
1166F: tests/test-qmp-*.c
1167F: scripts/qapi*
1168F: docs/qapi*
1169T: git git://repo.or.cz/qemu/armbru.git qapi-next
1170
1171QAPI Schema
1172M: Eric Blake <eblake@redhat.com>
1173M: Markus Armbruster <armbru@redhat.com>
1174S: Supported
1175F: qapi-schema.json
1176F: qapi/*.json
1177T: git git://repo.or.cz/qemu/armbru.git qapi-next
1178
1179QObject
1180M: Luiz Capitulino <lcapitulino@redhat.com>
1181S: Maintained
1182F: qobject/
1183F: include/qapi/qmp/
1184X: include/qapi/qmp/dispatch.h
1185F: tests/check-qdict.c
1186F: tests/check-qfloat.c
1187F: tests/check-qint.c
1188F: tests/check-qjson.c
1189F: tests/check-qlist.c
1190F: tests/check-qstring.c
1191T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1192
1193QEMU Guest Agent
1194M: Michael Roth <mdroth@linux.vnet.ibm.com>
1195S: Maintained
1196F: qga/
1197T: git git://github.com/mdroth/qemu.git qga
1198
1199QOM
1200M: Andreas Färber <afaerber@suse.de>
1201S: Supported
1202T: git git://github.com/afaerber/qemu-cpu.git qom-next
1203F: include/qom/
1204X: include/qom/cpu.h
1205F: qom/
1206X: qom/cpu.c
1207F: tests/check-qom-interface.c
1208F: tests/check-qom-proplist.c
1209F: tests/qom-test.c
1210
1211QMP
1212M: Markus Armbruster <armbru@redhat.com>
1213S: Supported
1214F: qmp.c
1215F: monitor.c
1216F: qmp-commands.hx
1217F: docs/*qmp-*
1218F: scripts/qmp/
1219T: git git://repo.or.cz/qemu/armbru.git qapi-next
1220
1221SLIRP
1222M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1223M: Jan Kiszka <jan.kiszka@siemens.com>
1224S: Maintained
1225F: slirp/
1226F: net/slirp.c
1227F: include/net/slirp.h
1228T: git git://git.kiszka.org/qemu.git queues/slirp
1229
1230Tracing
1231M: Stefan Hajnoczi <stefanha@redhat.com>
1232S: Maintained
1233F: trace/
1234F: scripts/tracetool.py
1235F: scripts/tracetool/
1236F: docs/tracing.txt
1237T: git git://github.com/stefanha/qemu.git tracing
1238
1239Checkpatch
1240M: Blue Swirl <blauwirbel@gmail.com>
1241S: Odd Fixes
1242F: scripts/checkpatch.pl
1243
1244Migration
1245M: Juan Quintela <quintela@redhat.com>
1246M: Amit Shah <amit.shah@redhat.com>
1247S: Maintained
1248F: include/migration/
1249F: migration/
1250F: scripts/vmstate-static-checker.py
1251F: tests/vmstate-static-checker-data/
1252F: docs/migration.txt
1253
1254Seccomp
1255M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1256S: Supported
1257F: qemu-seccomp.c
1258F: include/sysemu/seccomp.h
1259
1260Cryptography
1261M: Daniel P. Berrange <berrange@redhat.com>
1262S: Maintained
1263F: crypto/
1264F: include/crypto/
1265F: tests/test-crypto-*
1266
1267Coroutines
1268M: Stefan Hajnoczi <stefanha@redhat.com>
1269M: Kevin Wolf <kwolf@redhat.com>
1270F: util/*coroutine*
1271F: include/qemu/coroutine*
1272F: tests/test-coroutine.c
1273
1274Buffers
1275M: Daniel P. Berrange <berrange@redhat.com>
1276S: Odd fixes
1277F: util/buffer.c
1278F: include/qemu/buffer.h
1279
1280I/O Channels
1281M: Daniel P. Berrange <berrange@redhat.com>
1282S: Maintained
1283F: io/
1284F: include/io/
1285F: tests/test-io-*
1286
1287Sockets
1288M: Daniel P. Berrange <berrange@redhat.com>
1289M: Gerd Hoffmann <kraxel@redhat.com>
1290M: Paolo Bonzini <pbonzini@redhat.com>
1291S: Maintained
1292F: include/qemu/sockets.h
1293F: util/qemu-sockets.c
1294
1295Throttling infrastructure
1296M: Alberto Garcia <berto@igalia.com>
1297S: Supported
1298F: block/throttle-groups.c
1299F: include/block/throttle-groups.h
1300F: include/qemu/throttle.h
1301F: util/throttle.c
1302L: qemu-block@nongnu.org
1303
1304Usermode Emulation
1305------------------
1306Overall
1307M: Riku Voipio <riku.voipio@iki.fi>
1308S: Maintained
1309F: thunk.c
1310F: user-exec.c
1311
1312BSD user
1313M: Blue Swirl <blauwirbel@gmail.com>
1314S: Maintained
1315F: bsd-user/
1316
1317Linux user
1318M: Riku Voipio <riku.voipio@iki.fi>
1319S: Maintained
1320F: linux-user/
1321
1322Tiny Code Generator (TCG)
1323-------------------------
1324Common code
1325M: Richard Henderson <rth@twiddle.net>
1326S: Maintained
1327F: tcg/
1328
1329AArch64 target
1330M: Claudio Fontana <claudio.fontana@huawei.com>
1331M: Claudio Fontana <claudio.fontana@gmail.com>
1332S: Maintained
1333L: qemu-arm@nongnu.org
1334F: tcg/aarch64/
1335F: disas/arm-a64.cc
1336F: disas/libvixl/
1337
1338ARM target
1339M: Andrzej Zaborowski <balrogg@gmail.com>
1340S: Maintained
1341L: qemu-arm@nongnu.org
1342F: tcg/arm/
1343F: disas/arm.c
1344
1345i386 target
1346L: qemu-devel@nongnu.org
1347S: Maintained
1348F: tcg/i386/
1349F: disas/i386.c
1350
1351IA64 target
1352M: Aurelien Jarno <aurelien@aurel32.net>
1353S: Maintained
1354F: tcg/ia64/
1355F: disas/ia64.c
1356
1357MIPS target
1358M: Aurelien Jarno <aurelien@aurel32.net>
1359S: Maintained
1360F: tcg/mips/
1361F: disas/mips.c
1362
1363PPC
1364M: Vassili Karpov (malc) <av1474@comtv.ru>
1365S: Maintained
1366F: tcg/ppc/
1367F: disas/ppc.c
1368
1369S390 target
1370M: Alexander Graf <agraf@suse.de>
1371M: Richard Henderson <rth@twiddle.net>
1372S: Maintained
1373F: tcg/s390/
1374F: disas/s390.c
1375
1376SPARC target
1377M: Blue Swirl <blauwirbel@gmail.com>
1378S: Maintained
1379F: tcg/sparc/
1380F: disas/sparc.c
1381
1382TCI target
1383M: Stefan Weil <sw@weilnetz.de>
1384S: Maintained
1385F: tcg/tci/
1386F: tci.c
1387F: disas/tci.c
1388
1389Stable branches
1390---------------
1391Stable 1.0
1392L: qemu-stable@nongnu.org
1393T: git git://git.qemu-project.org/qemu-stable-1.0.git
1394S: Orphan
1395
1396Stable 0.15
1397L: qemu-stable@nongnu.org
1398M: Andreas Färber <afaerber@suse.de>
1399T: git git://git.qemu-project.org/qemu-stable-0.15.git
1400S: Supported
1401
1402Stable 0.14
1403L: qemu-stable@nongnu.org
1404T: git git://git.qemu-project.org/qemu-stable-0.14.git
1405S: Orphan
1406
1407Stable 0.10
1408L: qemu-stable@nongnu.org
1409T: git git://git.qemu-project.org/qemu-stable-0.10.git
1410S: Orphan
1411
1412Block drivers
1413-------------
1414VMDK
1415M: Fam Zheng <famz@redhat.com>
1416L: qemu-block@nongnu.org
1417S: Supported
1418F: block/vmdk.c
1419
1420RBD
1421M: Josh Durgin <jdurgin@redhat.com>
1422M: Jeff Cody <jcody@redhat.com>
1423L: qemu-block@nongnu.org
1424S: Supported
1425F: block/rbd.c
1426T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1427
1428Sheepdog
1429M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1430M: Liu Yuan <namei.unix@gmail.com>
1431M: Jeff Cody <jcody@redhat.com>
1432L: qemu-block@nongnu.org
1433L: sheepdog@lists.wpkg.org
1434S: Supported
1435F: block/sheepdog.c
1436T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1437
1438VHDX
1439M: Jeff Cody <jcody@redhat.com>
1440L: qemu-block@nongnu.org
1441S: Supported
1442F: block/vhdx*
1443T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1444
1445VDI
1446M: Stefan Weil <sw@weilnetz.de>
1447L: qemu-block@nongnu.org
1448S: Maintained
1449F: block/vdi.c
1450
1451iSCSI
1452M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1453M: Paolo Bonzini <pbonzini@redhat.com>
1454M: Peter Lieven <pl@kamp.de>
1455L: qemu-block@nongnu.org
1456S: Supported
1457F: block/iscsi.c
1458
1459NFS
1460M: Jeff Cody <jcody@redhat.com>
1461M: Peter Lieven <pl@kamp.de>
1462L: qemu-block@nongnu.org
1463S: Maintained
1464F: block/nfs.c
1465T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1466
1467SSH
1468M: Richard W.M. Jones <rjones@redhat.com>
1469M: Jeff Cody <jcody@redhat.com>
1470L: qemu-block@nongnu.org
1471S: Supported
1472F: block/ssh.c
1473T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1474
1475ARCHIPELAGO
1476M: Chrysostomos Nanakos <chris@include.gr>
1477M: Jeff Cody <jcody@redhat.com>
1478L: qemu-block@nongnu.org
1479S: Maintained
1480F: block/archipelago.c
1481T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1482
1483CURL
1484M: Jeff Cody <jcody@redhat.com>
1485L: qemu-block@nongnu.org
1486S: Supported
1487F: block/curl.c
1488T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1489
1490GLUSTER
1491M: Jeff Cody <jcody@redhat.com>
1492L: qemu-block@nongnu.org
1493S: Supported
1494F: block/gluster.c
1495T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1496
1497Null Block Driver
1498M: Fam Zheng <famz@redhat.com>
1499L: qemu-block@nongnu.org
1500S: Supported
1501F: block/null.c
1502
1503Bootdevice
1504M: Gonglei <arei.gonglei@huawei.com>
1505S: Maintained
1506F: bootdevice.c
1507
1508Quorum
1509M: Alberto Garcia <berto@igalia.com>
1510S: Supported
1511F: block/quorum.c
1512L: qemu-block@nongnu.org
1513
1514blkverify
1515M: Stefan Hajnoczi <stefanha@redhat.com>
1516L: qemu-block@nongnu.org
1517S: Supported
1518F: block/blkverify.c
1519
1520bochs
1521M: Stefan Hajnoczi <stefanha@redhat.com>
1522L: qemu-block@nongnu.org
1523S: Supported
1524F: block/bochs.c
1525
1526cloop
1527M: Stefan Hajnoczi <stefanha@redhat.com>
1528L: qemu-block@nongnu.org
1529S: Supported
1530F: block/cloop.c
1531
1532dmg
1533M: Stefan Hajnoczi <stefanha@redhat.com>
1534L: qemu-block@nongnu.org
1535S: Supported
1536F: block/dmg.c
1537
1538parallels
1539M: Stefan Hajnoczi <stefanha@redhat.com>
1540M: Denis V. Lunev <den@openvz.org>
1541L: qemu-block@nongnu.org
1542S: Supported
1543F: block/parallels.c
1544F: docs/specs/parallels.txt
1545
1546qed
1547M: Stefan Hajnoczi <stefanha@redhat.com>
1548L: qemu-block@nongnu.org
1549S: Supported
1550F: block/qed.c
1551
1552raw
1553M: Kevin Wolf <kwolf@redhat.com>
1554L: qemu-block@nongnu.org
1555S: Supported
1556F: block/linux-aio.c
1557F: block/raw-aio.h
1558F: block/raw-posix.c
1559F: block/raw-win32.c
1560F: block/raw_bsd.c
1561F: block/win32-aio.c
1562
1563qcow2
1564M: Kevin Wolf <kwolf@redhat.com>
1565L: qemu-block@nongnu.org
1566S: Supported
1567F: block/qcow2*
1568
1569qcow
1570M: Kevin Wolf <kwolf@redhat.com>
1571L: qemu-block@nongnu.org
1572S: Supported
1573F: block/qcow.c
1574
1575blkdebug
1576M: Kevin Wolf <kwolf@redhat.com>
1577L: qemu-block@nongnu.org
1578S: Supported
1579F: block/blkdebug.c
1580
1581vpc
1582M: Kevin Wolf <kwolf@redhat.com>
1583L: qemu-block@nongnu.org
1584S: Supported
1585F: block/vpc.c
1586
1587vvfat
1588M: Kevin Wolf <kwolf@redhat.com>
1589L: qemu-block@nongnu.org
1590S: Supported
1591F: block/vvfat.c
1592
1593Image format fuzzer
1594M: Stefan Hajnoczi <stefanha@redhat.com>
1595L: qemu-block@nongnu.org
1596S: Supported
1597F: tests/image-fuzzer/
1598
1599Build and test automation
1600-------------------------
1601M: Alex Bennée <alex.bennee@linaro.org>
1602L: qemu-devel@nongnu.org
1603S: Supported
1604F: .travis.yml
1605
1606Documentation
1607-------------
1608Build system architecture
1609M: Daniel P. Berrange <berrange@redhat.com>
1610S: Odd Fixes
1611F: docs/build-system.txt
1612