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