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