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