xref: /qemu/MAINTAINERS (revision b30d1886)
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.xenproject.org
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
564M: Thomas Huth <huth@tuxfamily.org>
565S: Odd Fixes
566F: hw/m68k/an5206.c
567F: hw/m68k/mcf5206.c
568
569mcf5208
570M: Thomas Huth <huth@tuxfamily.org>
571S: Odd Fixes
572F: hw/m68k/mcf5208.c
573F: hw/m68k/mcf_intc.c
574F: hw/char/mcf_uart.c
575F: hw/net/mcf_fec.c
576F: include/hw/m68k/mcf*.h
577
578MicroBlaze Machines
579-------------------
580petalogix_s3adsp1800
581M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582S: Maintained
583F: hw/microblaze/petalogix_s3adsp1800_mmu.c
584
585petalogix_ml605
586M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
587S: Maintained
588F: hw/microblaze/petalogix_ml605_mmu.c
589
590MIPS Machines
591-------------
592Jazz
593M: Hervé Poussineau <hpoussin@reactos.org>
594S: Maintained
595F: hw/mips/mips_jazz.c
596
597Malta
598M: Aurelien Jarno <aurelien@aurel32.net>
599S: Maintained
600F: hw/mips/mips_malta.c
601
602Mipssim
603L: qemu-devel@nongnu.org
604S: Orphan
605F: hw/mips/mips_mipssim.c
606
607R4000
608M: Aurelien Jarno <aurelien@aurel32.net>
609S: Maintained
610F: hw/mips/mips_r4k.c
611
612OpenRISC Machines
613-----------------
614or1k-sim
615M: Jia Liu <proljc@gmail.com>
616S: Maintained
617F: hw/openrisc/openrisc_sim.c
618
619PowerPC Machines
620----------------
621405
622M: Alexander Graf <agraf@suse.de>
623L: qemu-ppc@nongnu.org
624S: Odd Fixes
625F: hw/ppc/ppc405_boards.c
626
627Bamboo
628M: Alexander Graf <agraf@suse.de>
629L: qemu-ppc@nongnu.org
630S: Odd Fixes
631F: hw/ppc/ppc440_bamboo.c
632
633e500
634M: Alexander Graf <agraf@suse.de>
635M: Scott Wood <scottwood@freescale.com>
636L: qemu-ppc@nongnu.org
637S: Supported
638F: hw/ppc/e500.[hc]
639F: hw/ppc/e500plat.c
640F: include/hw/ppc/ppc_e500.h
641F: include/hw/pci-host/ppce500.h
642F: pc-bios/u-boot.e500
643
644mpc8544ds
645M: Alexander Graf <agraf@suse.de>
646M: Scott Wood <scottwood@freescale.com>
647L: qemu-ppc@nongnu.org
648S: Supported
649F: hw/ppc/mpc8544ds.c
650F: hw/ppc/mpc8544_guts.c
651
652New World
653M: Alexander Graf <agraf@suse.de>
654L: qemu-ppc@nongnu.org
655S: Maintained
656F: hw/ppc/mac_newworld.c
657F: hw/pci-host/uninorth.c
658F: hw/pci-bridge/dec.[hc]
659F: hw/misc/macio/
660F: include/hw/ppc/mac_dbdma.h
661F: hw/nvram/mac_nvram.c
662
663Old World
664M: Alexander Graf <agraf@suse.de>
665L: qemu-ppc@nongnu.org
666S: Maintained
667F: hw/ppc/mac_oldworld.c
668F: hw/pci-host/grackle.c
669F: hw/misc/macio/
670F: hw/intc/heathrow_pic.c
671
672PReP
673M: Hervé Poussineau <hpoussin@reactos.org>
674L: qemu-devel@nongnu.org
675L: qemu-ppc@nongnu.org
676S: Maintained
677F: hw/ppc/prep.c
678F: hw/ppc/prep_systemio.c
679F: hw/ppc/rs6000_mc.c
680F: hw/pci-host/prep.[hc]
681F: hw/isa/pc87312.[hc]
682F: pc-bios/ppc_rom.bin
683
684sPAPR
685M: David Gibson <david@gibson.dropbear.id.au>
686M: Alexander Graf <agraf@suse.de>
687L: qemu-ppc@nongnu.org
688S: Supported
689F: hw/*/spapr*
690F: include/hw/*/spapr*
691F: hw/*/xics*
692F: include/hw/*/xics*
693F: pc-bios/spapr-rtas/*
694F: pc-bios/spapr-rtas.bin
695F: pc-bios/slof.bin
696F: pc-bios/skiboot.lid
697F: docs/specs/ppc-spapr-hcalls.txt
698F: docs/specs/ppc-spapr-hotplug.txt
699F: tests/spapr*
700F: tests/libqos/*spapr*
701F: tests/rtas*
702F: tests/libqos/rtas*
703
704virtex_ml507
705M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
706L: qemu-ppc@nongnu.org
707S: Odd Fixes
708F: hw/ppc/virtex_ml507.c
709
710SH4 Machines
711------------
712R2D
713M: Magnus Damm <magnus.damm@gmail.com>
714S: Maintained
715F: hw/sh4/r2d.c
716F: hw/intc/sh_intc.c
717F: hw/timer/sh_timer.c
718
719Shix
720M: Magnus Damm <magnus.damm@gmail.com>
721S: Odd Fixes
722F: hw/sh4/shix.c
723
724SPARC Machines
725--------------
726Sun4m
727M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
728S: Maintained
729F: hw/sparc/sun4m.c
730F: hw/dma/sparc32_dma.c
731F: hw/dma/sun4m_iommu.c
732F: hw/misc/eccmemctl.c
733F: hw/misc/slavio_misc.c
734F: include/hw/sparc/sparc32_dma.h
735F: include/hw/sparc/sun4m.h
736F: pc-bios/openbios-sparc32
737
738Sun4u
739M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
740S: Maintained
741F: hw/sparc64/sun4u.c
742F: pc-bios/openbios-sparc64
743
744Sun4v
745M: Artyom Tarasenko <atar4qemu@gmail.com>
746S: Maintained
747F: hw/sparc64/sun4v.c
748F: hw/timer/sun4v-rtc.c
749F: include/hw/timer/sun4v-rtc.h
750
751Leon3
752M: Fabien Chouteau <chouteau@adacore.com>
753S: Maintained
754F: hw/sparc/leon3.c
755F: hw/*/grlib*
756F: include/hw/sparc/grlib.h
757
758S390 Machines
759-------------
760S390 Virtio-ccw
761M: Cornelia Huck <cornelia.huck@de.ibm.com>
762M: Christian Borntraeger <borntraeger@de.ibm.com>
763M: Alexander Graf <agraf@suse.de>
764S: Supported
765F: hw/char/sclp*.[hc]
766F: hw/s390x/
767F: include/hw/s390x/
768F: pc-bios/s390-ccw/
769F: hw/watchdog/wdt_diag288.c
770F: include/hw/watchdog/wdt_diag288.h
771F: pc-bios/s390-ccw.img
772F: default-configs/s390x-softmmu.mak
773T: git git://github.com/cohuck/qemu.git s390-next
774T: git git://github.com/borntraeger/qemu.git s390-next
775
776UniCore32 Machines
777-------------
778PKUnity-3 SoC initramfs-with-busybox
779M: Guan Xuetao <gxt@mprc.pku.edu.cn>
780S: Maintained
781F: hw/*/puv3*
782F: hw/unicore32/
783
784X86 Machines
785------------
786PC
787M: Michael S. Tsirkin <mst@redhat.com>
788S: Supported
789F: include/hw/i386/
790F: hw/i386/
791F: hw/pci-host/piix.c
792F: hw/pci-host/q35.c
793F: hw/pci-host/pam.c
794F: include/hw/pci-host/q35.h
795F: include/hw/pci-host/pam.h
796F: hw/isa/piix4.c
797F: hw/isa/lpc_ich9.c
798F: hw/i2c/smbus_ich9.c
799F: hw/acpi/piix4.c
800F: hw/acpi/ich9.c
801F: include/hw/acpi/ich9.h
802F: include/hw/acpi/piix4.h
803F: hw/misc/sga.c
804
805PC Chipset
806M: Michael S. Tsirkin <mst@redhat.com>
807M: Paolo Bonzini <pbonzini@redhat.com>
808S: Support
809F: hw/char/debugcon.c
810F: hw/char/parallel.c
811F: hw/char/serial*
812F: hw/dma/i8257*
813F: hw/i2c/pm_smbus.c
814F: hw/intc/apic*
815F: hw/intc/ioapic*
816F: hw/intc/i8259*
817F: hw/misc/debugexit.c
818F: hw/misc/pc-testdev.c
819F: hw/timer/hpet*
820F: hw/timer/i8254*
821F: hw/timer/mc146818rtc*
822F: include/hw/i2c/pm_smbus.h
823F: include/hw/timer/hpet.h
824F: include/hw/timer/i8254*
825F: include/hw/timer/mc146818rtc*
826
827Machine core
828M: Eduardo Habkost <ehabkost@redhat.com>
829M: Marcel Apfelbaum <marcel@redhat.com>
830S: Supported
831F: hw/core/machine.c
832F: hw/core/null-machine.c
833F: include/hw/boards.h
834
835Xtensa Machines
836---------------
837sim
838M: Max Filippov <jcmvbkbc@gmail.com>
839S: Maintained
840F: hw/xtensa/sim.c
841
842XTFPGA (LX60, LX200, ML605, KC705)
843M: Max Filippov <jcmvbkbc@gmail.com>
844S: Maintained
845F: hw/xtensa/xtfpga.c
846F: hw/net/opencores_eth.c
847
848Devices
849-------
850EDU
851M: Jiri Slaby <jslaby@suse.cz>
852S: Maintained
853F: hw/misc/edu.c
854
855IDE
856M: John Snow <jsnow@redhat.com>
857L: qemu-block@nongnu.org
858S: Supported
859F: include/hw/ide.h
860F: include/hw/ide/
861F: hw/ide/
862F: hw/block/block.c
863F: hw/block/cdrom.c
864F: hw/block/hd-geometry.c
865F: tests/ide-test.c
866F: tests/ahci-test.c
867F: tests/libqos/ahci*
868T: git git://github.com/jnsnow/qemu.git ide
869
870Floppy
871M: John Snow <jsnow@redhat.com>
872L: qemu-block@nongnu.org
873S: Supported
874F: hw/block/fdc.c
875F: include/hw/block/fdc.h
876F: tests/fdc-test.c
877T: git git://github.com/jnsnow/qemu.git ide
878
879OMAP
880M: Peter Maydell <peter.maydell@linaro.org>
881S: Maintained
882F: hw/*/omap*
883F: include/hw/arm/omap.h
884
885IPack
886M: Alberto Garcia <berto@igalia.com>
887S: Odd Fixes
888F: hw/char/ipoctal232.c
889F: hw/ipack/
890
891PCI
892M: Michael S. Tsirkin <mst@redhat.com>
893M: Marcel Apfelbaum <marcel@redhat.com>
894S: Supported
895F: include/hw/pci/*
896F: hw/misc/pci-testdev.c
897F: hw/pci/*
898F: hw/pci-bridge/*
899
900ACPI/SMBIOS
901M: Michael S. Tsirkin <mst@redhat.com>
902M: Igor Mammedov <imammedo@redhat.com>
903S: Supported
904F: include/hw/acpi/*
905F: include/hw/smbios/*
906F: hw/mem/*
907F: hw/acpi/*
908F: hw/smbios/*
909F: hw/i386/acpi-build.[hc]
910F: hw/arm/virt-acpi-build.c
911
912ppc4xx
913M: Alexander Graf <agraf@suse.de>
914L: qemu-ppc@nongnu.org
915S: Odd Fixes
916F: hw/ppc/ppc4*.c
917F: include/hw/ppc/ppc4xx.h
918
919ppce500
920M: Alexander Graf <agraf@suse.de>
921M: Scott Wood <scottwood@freescale.com>
922L: qemu-ppc@nongnu.org
923S: Supported
924F: hw/ppc/e500*
925F: hw/pci-host/ppce500.c
926F: hw/net/fsl_etsec/
927
928Character devices
929M: Paolo Bonzini <pbonzini@redhat.com>
930S: Odd Fixes
931F: hw/char/
932
933Network devices
934M: Jason Wang <jasowang@redhat.com>
935S: Odd Fixes
936F: hw/net/
937F: tests/virtio-net-test.c
938T: git git://github.com/jasowang/qemu.git net
939
940SCSI
941M: Paolo Bonzini <pbonzini@redhat.com>
942S: Supported
943F: include/hw/scsi/*
944F: hw/scsi/*
945F: tests/virtio-scsi-test.c
946T: git git://github.com/bonzini/qemu.git scsi-next
947
948LSI53C895A
949S: Orphan
950F: hw/scsi/lsi53c895a.c
951
952SSI
953M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
954S: Maintained
955F: hw/ssi/*
956F: hw/block/m25p80.c
957X: hw/ssi/xilinx_*
958
959Xilinx SPI
960M: Alistair Francis <alistair.francis@xilinx.com>
961M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
962S: Maintained
963F: hw/ssi/xilinx_*
964
965USB
966M: Gerd Hoffmann <kraxel@redhat.com>
967S: Maintained
968F: hw/usb/*
969F: tests/usb-*-test.c
970F: docs/usb2.txt
971F: docs/usb-storage.txt
972F: include/hw/usb.h
973F: include/hw/usb/
974
975USB (serial adapter)
976M: Gerd Hoffmann <kraxel@redhat.com>
977M: Samuel Thibault <samuel.thibault@ens-lyon.org>
978S: Maintained
979F: hw/usb/dev-serial.c
980
981VFIO
982M: Alex Williamson <alex.williamson@redhat.com>
983S: Supported
984F: hw/vfio/*
985F: include/hw/vfio/
986
987vhost
988M: Michael S. Tsirkin <mst@redhat.com>
989S: Supported
990F: hw/*/*vhost*
991
992virtio
993M: Michael S. Tsirkin <mst@redhat.com>
994S: Supported
995F: hw/*/virtio*
996F: hw/virtio/Makefile.objs
997F: hw/virtio/trace-events
998F: net/vhost-user.c
999F: include/hw/virtio/
1000F: tests/virtio-balloon-test.c
1001
1002virtio-9p
1003M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1004M: Greg Kurz <groug@kaod.org>
1005S: Supported
1006F: hw/9pfs/
1007F: fsdev/
1008F: tests/virtio-9p-test.c
1009T: git git://github.com/kvaneesh/QEMU.git
1010T: git git://github.com/gkurz/qemu.git 9p-next
1011
1012virtio-blk
1013M: Stefan Hajnoczi <stefanha@redhat.com>
1014L: qemu-block@nongnu.org
1015S: Supported
1016F: hw/block/virtio-blk.c
1017F: hw/block/dataplane/*
1018F: tests/virtio-blk-test.c
1019T: git git://github.com/stefanha/qemu.git block
1020
1021virtio-ccw
1022M: Cornelia Huck <cornelia.huck@de.ibm.com>
1023M: Christian Borntraeger <borntraeger@de.ibm.com>
1024S: Supported
1025F: hw/s390x/virtio-ccw.[hc]
1026T: git git://github.com/cohuck/qemu.git s390-next
1027T: git git://github.com/borntraeger/qemu.git s390-next
1028
1029virtio-input
1030M: Gerd Hoffmann <kraxel@redhat.com>
1031S: Maintained
1032F: hw/input/virtio-input*.c
1033F: include/hw/virtio/virtio-input.h
1034
1035virtio-serial
1036M: Amit Shah <amit@kernel.org>
1037S: Supported
1038F: hw/char/virtio-serial-bus.c
1039F: hw/char/virtio-console.c
1040F: include/hw/virtio/virtio-serial.h
1041F: tests/virtio-console-test.c
1042F: tests/virtio-serial-test.c
1043
1044virtio-rng
1045M: Amit Shah <amit@kernel.org>
1046S: Supported
1047F: hw/virtio/virtio-rng.c
1048F: include/hw/virtio/virtio-rng.h
1049F: include/sysemu/rng*.h
1050F: backends/rng*.c
1051F: tests/virtio-rng-test.c
1052
1053virtio-crypto
1054M: Gonglei <arei.gonglei@huawei.com>
1055S: Supported
1056F: hw/virtio/virtio-crypto.c
1057F: hw/virtio/virtio-crypto-pci.c
1058F: include/hw/virtio/virtio-crypto.h
1059
1060nvme
1061M: Keith Busch <keith.busch@intel.com>
1062L: qemu-block@nongnu.org
1063S: Supported
1064F: hw/block/nvme*
1065F: tests/nvme-test.c
1066
1067megasas
1068M: Hannes Reinecke <hare@suse.de>
1069L: qemu-block@nongnu.org
1070S: Supported
1071F: hw/scsi/megasas.c
1072F: hw/scsi/mfi.h
1073
1074Network packet abstractions
1075M: Dmitry Fleytman <dmitry@daynix.com>
1076S: Maintained
1077F: include/net/eth.h
1078F: net/eth.c
1079F: hw/net/net_rx_pkt*
1080F: hw/net/net_tx_pkt*
1081
1082Vmware
1083M: Dmitry Fleytman <dmitry@daynix.com>
1084S: Maintained
1085F: hw/net/vmxnet*
1086F: hw/scsi/vmw_pvscsi*
1087
1088Rocker
1089M: Jiri Pirko <jiri@resnulli.us>
1090S: Maintained
1091F: hw/net/rocker/
1092F: tests/rocker/
1093F: docs/specs/rocker.txt
1094
1095NVDIMM
1096M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1097S: Maintained
1098F: hw/acpi/nvdimm.c
1099F: hw/mem/nvdimm.c
1100F: include/hw/mem/nvdimm.h
1101
1102e1000x
1103M: Dmitry Fleytman <dmitry@daynix.com>
1104S: Maintained
1105F: hw/net/e1000x*
1106
1107e1000e
1108M: Dmitry Fleytman <dmitry@daynix.com>
1109S: Maintained
1110F: hw/net/e1000e*
1111
1112Generic Loader
1113M: Alistair Francis <alistair.francis@xilinx.com>
1114S: Maintained
1115F: hw/core/generic-loader.c
1116F: include/hw/core/generic-loader.h
1117
1118CHRP NVRAM
1119M: Thomas Huth <thuth@redhat.com>
1120S: Maintained
1121F: hw/nvram/chrp_nvram.c
1122F: include/hw/nvram/chrp_nvram.h
1123F: tests/prom-env-test.c
1124
1125Subsystems
1126----------
1127Audio
1128M: Gerd Hoffmann <kraxel@redhat.com>
1129S: Maintained
1130F: audio/
1131F: hw/audio/
1132F: include/hw/audio/
1133F: tests/ac97-test.c
1134F: tests/es1370-test.c
1135F: tests/intel-hda-test.c
1136
1137Block layer core
1138M: Kevin Wolf <kwolf@redhat.com>
1139M: Max Reitz <mreitz@redhat.com>
1140L: qemu-block@nongnu.org
1141S: Supported
1142F: block*
1143F: block/
1144F: hw/block/
1145F: include/block/
1146F: qemu-img*
1147F: qemu-io*
1148F: tests/qemu-iotests/
1149T: git git://repo.or.cz/qemu/kevin.git block
1150
1151Block I/O path
1152M: Stefan Hajnoczi <stefanha@redhat.com>
1153M: Fam Zheng <famz@redhat.com>
1154L: qemu-block@nongnu.org
1155S: Supported
1156F: async.c
1157F: aio-*.c
1158F: block/io.c
1159F: migration/block*
1160F: include/block/aio.h
1161T: git git://github.com/stefanha/qemu.git block
1162
1163Block Jobs
1164M: Jeff Cody <jcody@redhat.com>
1165L: qemu-block@nongnu.org
1166S: Supported
1167F: blockjob.c
1168F: include/block/blockjob.h
1169F: block/backup.c
1170F: block/commit.c
1171F: block/stream.c
1172F: block/mirror.c
1173T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1174
1175Block QAPI, monitor, command line
1176M: Markus Armbruster <armbru@redhat.com>
1177S: Supported
1178F: blockdev.c
1179F: block/qapi.c
1180F: qapi/block*.json
1181T: git git://repo.or.cz/qemu/armbru.git block-next
1182
1183Dirty Bitmaps
1184M: Fam Zheng <famz@redhat.com>
1185M: John Snow <jsnow@redhat.com>
1186L: qemu-block@nongnu.org
1187S: Supported
1188F: util/hbitmap.c
1189F: block/dirty-bitmap.c
1190F: include/qemu/hbitmap.h
1191F: include/block/dirty-bitmap.h
1192F: tests/test-hbitmap.c
1193F: docs/bitmaps.md
1194T: git git://github.com/famz/qemu.git bitmaps
1195T: git git://github.com/jnsnow/qemu.git bitmaps
1196
1197Character device backends
1198M: Paolo Bonzini <pbonzini@redhat.com>
1199M: Marc-André Lureau <marcandre.lureau@redhat.com>
1200S: Maintained
1201F: chardev/
1202F: backends/msmouse.c
1203F: backends/testdev.c
1204
1205Character Devices (Braille)
1206M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1207S: Maintained
1208F: backends/baum.c
1209
1210Coverity model
1211M: Markus Armbruster <armbru@redhat.com>
1212S: Supported
1213F: scripts/coverity-model.c
1214
1215CPU
1216L: qemu-devel@nongnu.org
1217S: Supported
1218F: qom/cpu.c
1219F: include/qom/cpu.h
1220
1221Device Tree
1222M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1223M: Alexander Graf <agraf@suse.de>
1224S: Maintained
1225F: device_tree.c
1226F: include/sysemu/device_tree.h
1227
1228Error reporting
1229M: Markus Armbruster <armbru@redhat.com>
1230S: Supported
1231F: include/qapi/error.h
1232F: include/qemu/error-report.h
1233F: util/error.c
1234F: util/qemu-error.c
1235
1236GDB stub
1237L: qemu-devel@nongnu.org
1238S: Odd Fixes
1239F: gdbstub*
1240F: gdb-xml/
1241
1242Memory API
1243M: Paolo Bonzini <pbonzini@redhat.com>
1244S: Supported
1245F: include/exec/ioport.h
1246F: ioport.c
1247F: include/exec/memory.h
1248F: include/exec/ram_addr.h
1249F: memory.c
1250F: include/exec/memory-internal.h
1251F: exec.c
1252
1253SPICE
1254M: Gerd Hoffmann <kraxel@redhat.com>
1255S: Supported
1256F: include/ui/qemu-spice.h
1257F: include/ui/spice-display.h
1258F: ui/spice-*.c
1259F: audio/spiceaudio.c
1260F: hw/display/qxl*
1261
1262Graphics
1263M: Gerd Hoffmann <kraxel@redhat.com>
1264S: Odd Fixes
1265F: ui/
1266F: include/ui/
1267
1268Cocoa graphics
1269M: Peter Maydell <peter.maydell@linaro.org>
1270S: Odd Fixes
1271F: ui/cocoa.m
1272
1273Main loop
1274M: Paolo Bonzini <pbonzini@redhat.com>
1275S: Maintained
1276F: cpus.c
1277F: main-loop.c
1278F: qemu-timer.c
1279F: vl.c
1280
1281Human Monitor (HMP)
1282M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1283S: Maintained
1284F: monitor.c
1285F: hmp.[ch]
1286F: hmp-commands*.hx
1287F: include/monitor/hmp-target.h
1288
1289Network device backends
1290M: Jason Wang <jasowang@redhat.com>
1291S: Maintained
1292F: net/
1293F: include/net/
1294T: git git://github.com/jasowang/qemu.git net
1295
1296Netmap network backend
1297M: Luigi Rizzo <rizzo@iet.unipi.it>
1298M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1299M: Vincenzo Maffione <v.maffione@gmail.com>
1300W: http://info.iet.unipi.it/~luigi/netmap/
1301S: Maintained
1302F: net/netmap.c
1303
1304Network Block Device (NBD)
1305M: Paolo Bonzini <pbonzini@redhat.com>
1306S: Odd Fixes
1307F: block/nbd*
1308F: nbd/
1309F: include/block/nbd*
1310F: qemu-nbd.c
1311T: git git://github.com/bonzini/qemu.git nbd-next
1312
1313NUMA
1314M: Eduardo Habkost <ehabkost@redhat.com>
1315S: Maintained
1316F: numa.c
1317F: include/sysemu/numa.h
1318T: git git://github.com/ehabkost/qemu.git numa
1319
1320Host Memory Backends
1321M: Eduardo Habkost <ehabkost@redhat.com>
1322M: Igor Mammedov <imammedo@redhat.com>
1323S: Maintained
1324F: backends/hostmem*.c
1325F: include/sysemu/hostmem.h
1326
1327Cryptodev Backends
1328M: Gonglei <arei.gonglei@huawei.com>
1329S: Maintained
1330F: include/sysemu/cryptodev*.h
1331F: backends/cryptodev*.c
1332
1333QAPI
1334M: Markus Armbruster <armbru@redhat.com>
1335M: Michael Roth <mdroth@linux.vnet.ibm.com>
1336S: Supported
1337F: qapi/
1338X: qapi/*.json
1339F: include/qapi/
1340X: include/qapi/qmp/
1341F: include/qapi/qmp/dispatch.h
1342F: tests/qapi-schema/
1343F: tests/test-*-visitor.c
1344F: tests/test-qmp-*.c
1345F: scripts/qapi*
1346F: docs/qapi*
1347T: git git://repo.or.cz/qemu/armbru.git qapi-next
1348
1349QAPI Schema
1350M: Eric Blake <eblake@redhat.com>
1351M: Markus Armbruster <armbru@redhat.com>
1352S: Supported
1353F: qapi-schema.json
1354F: qapi/*.json
1355T: git git://repo.or.cz/qemu/armbru.git qapi-next
1356
1357QObject
1358M: Markus Armbruster <armbru@redhat.com>
1359S: Supported
1360F: qobject/
1361F: include/qapi/qmp/
1362X: include/qapi/qmp/dispatch.h
1363F: tests/check-qdict.c
1364F: tests/check-qfloat.c
1365F: tests/check-qint.c
1366F: tests/check-qjson.c
1367F: tests/check-qlist.c
1368F: tests/check-qstring.c
1369T: git git://repo.or.cz/qemu/armbru.git qapi-next
1370
1371QEMU Guest Agent
1372M: Michael Roth <mdroth@linux.vnet.ibm.com>
1373S: Maintained
1374F: qga/
1375T: git git://github.com/mdroth/qemu.git qga
1376
1377QOM
1378M: Andreas Färber <afaerber@suse.de>
1379S: Supported
1380T: git git://github.com/afaerber/qemu-cpu.git qom-next
1381F: include/qom/
1382X: include/qom/cpu.h
1383F: qom/
1384X: qom/cpu.c
1385F: tests/check-qom-interface.c
1386F: tests/check-qom-proplist.c
1387F: tests/qom-test.c
1388
1389QMP
1390M: Markus Armbruster <armbru@redhat.com>
1391S: Supported
1392F: qmp.c
1393F: monitor.c
1394F: docs/*qmp-*
1395F: scripts/qmp/
1396T: git git://repo.or.cz/qemu/armbru.git qapi-next
1397
1398Register API
1399M: Alistair Francis <alistair.francis@xilinx.com>
1400S: Maintained
1401F: hw/core/register.c
1402F: include/hw/register.h
1403
1404SLIRP
1405M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1406M: Jan Kiszka <jan.kiszka@siemens.com>
1407S: Maintained
1408F: slirp/
1409F: net/slirp.c
1410F: include/net/slirp.h
1411T: git git://git.kiszka.org/qemu.git queues/slirp
1412
1413Stubs
1414M: Paolo Bonzini <pbonzini@redhat.com>
1415S: Maintained
1416F: stubs/
1417
1418Tracing
1419M: Stefan Hajnoczi <stefanha@redhat.com>
1420S: Maintained
1421F: trace/
1422F: scripts/tracetool.py
1423F: scripts/tracetool/
1424F: docs/tracing.txt
1425T: git git://github.com/stefanha/qemu.git tracing
1426
1427Checkpatch
1428S: Odd Fixes
1429F: scripts/checkpatch.pl
1430
1431Migration
1432M: Juan Quintela <quintela@redhat.com>
1433M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1434S: Maintained
1435F: include/migration/
1436F: migration/
1437F: scripts/vmstate-static-checker.py
1438F: tests/vmstate-static-checker-data/
1439F: docs/migration.txt
1440
1441Seccomp
1442M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1443S: Supported
1444F: qemu-seccomp.c
1445F: include/sysemu/seccomp.h
1446
1447Cryptography
1448M: Daniel P. Berrange <berrange@redhat.com>
1449S: Maintained
1450F: crypto/
1451F: include/crypto/
1452F: tests/test-crypto-*
1453
1454Coroutines
1455M: Stefan Hajnoczi <stefanha@redhat.com>
1456M: Kevin Wolf <kwolf@redhat.com>
1457F: util/*coroutine*
1458F: include/qemu/coroutine*
1459F: tests/test-coroutine.c
1460
1461Buffers
1462M: Daniel P. Berrange <berrange@redhat.com>
1463S: Odd fixes
1464F: util/buffer.c
1465F: include/qemu/buffer.h
1466
1467I/O Channels
1468M: Daniel P. Berrange <berrange@redhat.com>
1469S: Maintained
1470F: io/
1471F: include/io/
1472F: tests/test-io-*
1473
1474Sockets
1475M: Daniel P. Berrange <berrange@redhat.com>
1476M: Gerd Hoffmann <kraxel@redhat.com>
1477M: Paolo Bonzini <pbonzini@redhat.com>
1478S: Maintained
1479F: include/qemu/sockets.h
1480F: util/qemu-sockets.c
1481
1482Throttling infrastructure
1483M: Alberto Garcia <berto@igalia.com>
1484S: Supported
1485F: block/throttle-groups.c
1486F: include/block/throttle-groups.h
1487F: include/qemu/throttle.h
1488F: util/throttle.c
1489L: qemu-block@nongnu.org
1490
1491UUID
1492M: Fam Zheng <famz@redhat.com>
1493S: Supported
1494F: util/uuid.c
1495F: include/qemu/uuid.h
1496F: tests/test-uuid.c
1497
1498COLO Framework
1499M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1500S: Maintained
1501F: migration/colo*
1502F: include/migration/colo.h
1503F: include/migration/failover.h
1504F: docs/COLO-FT.txt
1505
1506COLO Proxy
1507M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1508M: Li Zhijian <lizhijian@cn.fujitsu.com>
1509S: Supported
1510F: docs/colo-proxy.txt
1511F: net/colo*
1512F: net/filter-rewriter.c
1513F: net/filter-mirror.c
1514
1515Usermode Emulation
1516------------------
1517Overall
1518M: Riku Voipio <riku.voipio@iki.fi>
1519S: Maintained
1520F: thunk.c
1521F: user-exec.c
1522F: user-exec-stub.c
1523
1524BSD user
1525S: Orphan
1526F: bsd-user/
1527F: default-configs/*-bsd-user.mak
1528
1529Linux user
1530M: Riku Voipio <riku.voipio@iki.fi>
1531S: Maintained
1532F: linux-user/
1533F: default-configs/*-linux-user.mak
1534
1535Tiny Code Generator (TCG)
1536-------------------------
1537Common code
1538M: Richard Henderson <rth@twiddle.net>
1539S: Maintained
1540F: tcg/
1541
1542AArch64 target
1543M: Claudio Fontana <claudio.fontana@huawei.com>
1544M: Claudio Fontana <claudio.fontana@gmail.com>
1545S: Maintained
1546L: qemu-arm@nongnu.org
1547F: tcg/aarch64/
1548F: disas/arm-a64.cc
1549F: disas/libvixl/
1550
1551ARM target
1552M: Andrzej Zaborowski <balrogg@gmail.com>
1553S: Maintained
1554L: qemu-arm@nongnu.org
1555F: tcg/arm/
1556F: disas/arm.c
1557
1558i386 target
1559L: qemu-devel@nongnu.org
1560S: Maintained
1561F: tcg/i386/
1562F: disas/i386.c
1563
1564IA64 target
1565M: Aurelien Jarno <aurelien@aurel32.net>
1566S: Maintained
1567F: tcg/ia64/
1568F: disas/ia64.c
1569
1570MIPS target
1571M: Aurelien Jarno <aurelien@aurel32.net>
1572S: Maintained
1573F: tcg/mips/
1574F: disas/mips.c
1575
1576PPC
1577M: Richard Henderson <rth@twiddle.net>
1578S: Odd Fixes
1579F: tcg/ppc/
1580F: disas/ppc.c
1581
1582S390 target
1583M: Alexander Graf <agraf@suse.de>
1584M: Richard Henderson <rth@twiddle.net>
1585S: Maintained
1586F: tcg/s390/
1587F: disas/s390.c
1588
1589SPARC target
1590S: Odd Fixes
1591F: tcg/sparc/
1592F: disas/sparc.c
1593
1594TCI target
1595M: Stefan Weil <sw@weilnetz.de>
1596S: Maintained
1597F: tcg/tci/
1598F: tci.c
1599F: disas/tci.c
1600
1601Block drivers
1602-------------
1603VMDK
1604M: Fam Zheng <famz@redhat.com>
1605L: qemu-block@nongnu.org
1606S: Supported
1607F: block/vmdk.c
1608
1609RBD
1610M: Josh Durgin <jdurgin@redhat.com>
1611M: Jeff Cody <jcody@redhat.com>
1612L: qemu-block@nongnu.org
1613S: Supported
1614F: block/rbd.c
1615T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1616
1617Sheepdog
1618M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1619M: Liu Yuan <namei.unix@gmail.com>
1620M: Jeff Cody <jcody@redhat.com>
1621L: qemu-block@nongnu.org
1622L: sheepdog@lists.wpkg.org
1623S: Supported
1624F: block/sheepdog.c
1625T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1626
1627VHDX
1628M: Jeff Cody <jcody@redhat.com>
1629L: qemu-block@nongnu.org
1630S: Supported
1631F: block/vhdx*
1632T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1633
1634VDI
1635M: Stefan Weil <sw@weilnetz.de>
1636L: qemu-block@nongnu.org
1637S: Maintained
1638F: block/vdi.c
1639
1640iSCSI
1641M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1642M: Paolo Bonzini <pbonzini@redhat.com>
1643M: Peter Lieven <pl@kamp.de>
1644L: qemu-block@nongnu.org
1645S: Supported
1646F: block/iscsi.c
1647F: block/iscsi-opts.c
1648
1649NFS
1650M: Jeff Cody <jcody@redhat.com>
1651M: Peter Lieven <pl@kamp.de>
1652L: qemu-block@nongnu.org
1653S: Maintained
1654F: block/nfs.c
1655T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1656
1657SSH
1658M: Richard W.M. Jones <rjones@redhat.com>
1659M: Jeff Cody <jcody@redhat.com>
1660L: qemu-block@nongnu.org
1661S: Supported
1662F: block/ssh.c
1663T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1664
1665ARCHIPELAGO
1666M: Chrysostomos Nanakos <chris@include.gr>
1667M: Jeff Cody <jcody@redhat.com>
1668L: qemu-block@nongnu.org
1669S: Maintained
1670F: block/archipelago.c
1671T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1672
1673CURL
1674M: Jeff Cody <jcody@redhat.com>
1675L: qemu-block@nongnu.org
1676S: Supported
1677F: block/curl.c
1678T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1679
1680GLUSTER
1681M: Jeff Cody <jcody@redhat.com>
1682L: qemu-block@nongnu.org
1683S: Supported
1684F: block/gluster.c
1685T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1686
1687Null Block Driver
1688M: Fam Zheng <famz@redhat.com>
1689L: qemu-block@nongnu.org
1690S: Supported
1691F: block/null.c
1692
1693Bootdevice
1694M: Gonglei <arei.gonglei@huawei.com>
1695S: Maintained
1696F: bootdevice.c
1697
1698Quorum
1699M: Alberto Garcia <berto@igalia.com>
1700S: Supported
1701F: block/quorum.c
1702L: qemu-block@nongnu.org
1703
1704blkverify
1705M: Stefan Hajnoczi <stefanha@redhat.com>
1706L: qemu-block@nongnu.org
1707S: Supported
1708F: block/blkverify.c
1709
1710bochs
1711M: Stefan Hajnoczi <stefanha@redhat.com>
1712L: qemu-block@nongnu.org
1713S: Supported
1714F: block/bochs.c
1715
1716cloop
1717M: Stefan Hajnoczi <stefanha@redhat.com>
1718L: qemu-block@nongnu.org
1719S: Supported
1720F: block/cloop.c
1721
1722dmg
1723M: Stefan Hajnoczi <stefanha@redhat.com>
1724L: qemu-block@nongnu.org
1725S: Supported
1726F: block/dmg.c
1727
1728parallels
1729M: Stefan Hajnoczi <stefanha@redhat.com>
1730M: Denis V. Lunev <den@openvz.org>
1731L: qemu-block@nongnu.org
1732S: Supported
1733F: block/parallels.c
1734F: docs/specs/parallels.txt
1735
1736qed
1737M: Stefan Hajnoczi <stefanha@redhat.com>
1738L: qemu-block@nongnu.org
1739S: Supported
1740F: block/qed.c
1741
1742raw
1743M: Kevin Wolf <kwolf@redhat.com>
1744L: qemu-block@nongnu.org
1745S: Supported
1746F: block/linux-aio.c
1747F: include/block/raw-aio.h
1748F: block/raw-format.c
1749F: block/file-posix.c
1750F: block/file-win32.c
1751F: block/win32-aio.c
1752
1753qcow2
1754M: Kevin Wolf <kwolf@redhat.com>
1755M: Max Reitz <mreitz@redhat.com>
1756L: qemu-block@nongnu.org
1757S: Supported
1758F: block/qcow2*
1759
1760qcow
1761M: Kevin Wolf <kwolf@redhat.com>
1762L: qemu-block@nongnu.org
1763S: Supported
1764F: block/qcow.c
1765
1766blkdebug
1767M: Kevin Wolf <kwolf@redhat.com>
1768M: Max Reitz <mreitz@redhat.com>
1769L: qemu-block@nongnu.org
1770S: Supported
1771F: block/blkdebug.c
1772
1773vpc
1774M: Kevin Wolf <kwolf@redhat.com>
1775L: qemu-block@nongnu.org
1776S: Supported
1777F: block/vpc.c
1778
1779vvfat
1780M: Kevin Wolf <kwolf@redhat.com>
1781L: qemu-block@nongnu.org
1782S: Supported
1783F: block/vvfat.c
1784
1785Image format fuzzer
1786M: Stefan Hajnoczi <stefanha@redhat.com>
1787L: qemu-block@nongnu.org
1788S: Supported
1789F: tests/image-fuzzer/
1790
1791Replication
1792M: Wen Congyang <wency@cn.fujitsu.com>
1793M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1794S: Supported
1795F: replication*
1796F: block/replication.c
1797F: tests/test-replication.c
1798F: docs/block-replication.txt
1799
1800Build and test automation
1801-------------------------
1802M: Alex Bennée <alex.bennee@linaro.org>
1803L: qemu-devel@nongnu.org
1804S: Supported
1805F: .travis.yml
1806
1807Documentation
1808-------------
1809Build system architecture
1810M: Daniel P. Berrange <berrange@redhat.com>
1811S: Odd Fixes
1812F: docs/build-system.txt
1813
1814Docker testing
1815--------------
1816Docker based testing framework and cases
1817M: Fam Zheng <famz@redhat.com>
1818S: Maintained
1819F: tests/docker/
1820