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