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