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