xref: /openbmc/qemu/MAINTAINERS (revision c8ca2a23)
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	R: Designated reviewer: FullName <address@domain>
16	   These reviewers should be CCed on patches.
17	L: Mailing list that is relevant to this area
18	W: Web-page with status/info
19	Q: Patchwork web based patch tracking system site
20	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21	S: Status, one of the following:
22	   Supported:	Someone is actually paid to look after this.
23	   Maintained:	Someone actually looks after it.
24	   Odd Fixes:	It has a maintainer but they don't have time to do
25			much other than throw the odd patch in. See below.
26	   Orphan:	No current maintainer [but maybe you could take the
27			role as you write your new code].
28	   Obsolete:	Old code. Something tagged obsolete generally means
29			it has been replaced by a better system and you
30			should be using that.
31	F: Files and directories with wildcard patterns.
32	   A trailing slash includes all files and subdirectory files.
33	   F:	drivers/net/	all files in and below drivers/net
34	   F:	drivers/net/*	all files in drivers/net, but not below
35	   F:	*/net/*		all files in "any top level directory"/net
36	   One pattern per line.  Multiple F: lines acceptable.
37	X: Files and directories that are NOT maintained, same rules as F:
38	   Files exclusions are tested before file matches.
39	   Can be useful for excluding a specific subdirectory, for instance:
40	   F:	net/
41	   X:	net/ipv6/
42	   matches all files in and below net excluding net/ipv6/
43	K: Keyword perl extended regex pattern to match content in a
44	   patch or file.  For instance:
45	   K: of_get_profile
46	      matches patches or files that contain "of_get_profile"
47	   K: \b(printk|pr_(info|err))\b
48	      matches patches or files that contain one or more of the words
49	      printk, pr_info or pr_err
50	   One regex pattern per line.  Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
55M: Peter Maydell <peter.maydell@linaro.org>
56
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62Responsible Disclosure, Reporting Security Issues
63------------------------------
64W: https://wiki.qemu.org/SecurityProcess
65M: Michael S. Tsirkin <mst@redhat.com>
66L: secalert@redhat.com
67
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <cohuck@redhat.com>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
91F: hw/vfio/ccw.c
92F: hw/watchdog/wdt_diag288.c
93F: include/hw/s390x/
94F: include/hw/watchdog/wdt_diag288.h
95F: pc-bios/s390-ccw/
96F: pc-bios/s390-ccw.img
97F: target/s390x/
98K: ^Subject:.*(?i)s390x?
99T: git git://github.com/cohuck/qemu.git s390-next
100L: qemu-s390x@nongnu.org
101
102Guest CPU cores (TCG):
103----------------------
104Overall
105L: qemu-devel@nongnu.org
106M: Paolo Bonzini <pbonzini@redhat.com>
107M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108M: Richard Henderson <rth@twiddle.net>
109S: Maintained
110F: cpus.c
111F: exec.c
112F: accel/tcg/
113F: include/exec/cpu*.h
114F: include/exec/exec-all.h
115F: include/exec/helper*.h
116F: include/exec/tb-hash.h
117F: include/sysemu/cpus.h
118
119FPU emulation
120M: Aurelien Jarno <aurelien@aurel32.net>
121M: Peter Maydell <peter.maydell@linaro.org>
122S: Odd Fixes
123F: fpu/
124F: include/fpu/
125
126Alpha
127M: Richard Henderson <rth@twiddle.net>
128S: Maintained
129F: target/alpha/
130F: hw/alpha/
131F: tests/tcg/alpha/
132F: disas/alpha.c
133
134ARM
135M: Peter Maydell <peter.maydell@linaro.org>
136L: qemu-arm@nongnu.org
137S: Maintained
138F: target/arm/
139F: hw/arm/
140F: hw/cpu/a*mpcore.c
141F: include/hw/cpu/a*mpcore.h
142F: disas/arm.c
143F: disas/arm-a64.cc
144F: disas/libvixl/
145
146CRIS
147M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
148S: Maintained
149F: target/cris/
150F: hw/cris/
151F: include/hw/cris/
152F: tests/tcg/cris/
153F: disas/cris.c
154
155HPPA (PA-RISC)
156M: Richard Henderson <rth@twiddle.net>
157S: Maintained
158F: target/hppa/
159F: hw/hppa/
160F: disas/hppa.c
161
162LM32
163M: Michael Walle <michael@walle.cc>
164S: Maintained
165F: target/lm32/
166F: disas/lm32.c
167F: hw/lm32/
168F: hw/*/lm32_*
169F: hw/*/milkymist-*
170F: include/hw/char/lm32_juart.h
171F: include/hw/lm32/
172F: tests/tcg/lm32/
173
174M68K
175M: Laurent Vivier <laurent@vivier.eu>
176S: Maintained
177F: target/m68k/
178F: disas/m68k.c
179
180MicroBlaze
181M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
182S: Maintained
183F: target/microblaze/
184F: hw/microblaze/
185F: disas/microblaze.c
186
187MIPS
188M: Aurelien Jarno <aurelien@aurel32.net>
189M: Yongbok Kim <yongbok.kim@mips.com>
190S: Maintained
191F: target/mips/
192F: hw/mips/
193F: hw/misc/mips_*
194F: hw/intc/mips_gic.c
195F: hw/timer/mips_gictimer.c
196F: include/hw/mips/
197F: include/hw/misc/mips_*
198F: include/hw/intc/mips_gic.h
199F: include/hw/timer/mips_gictimer.h
200F: tests/tcg/mips/
201F: disas/mips.c
202
203Moxie
204M: Anthony Green <green@moxielogic.com>
205S: Maintained
206F: target/moxie/
207F: disas/moxie.c
208F: hw/moxie/
209F: default-configs/moxie-softmmu.mak
210
211NiosII
212M: Chris Wulff <crwulff@gmail.com>
213M: Marek Vasut <marex@denx.de>
214S: Maintained
215F: target/nios2/
216F: hw/nios2/
217F: disas/nios2.c
218
219OpenRISC
220M: Stafford Horne <shorne@gmail.com>
221S: Odd Fixes
222F: target/openrisc/
223F: hw/openrisc/
224F: tests/tcg/openrisc/
225
226PowerPC
227M: David Gibson <david@gibson.dropbear.id.au>
228M: Alexander Graf <agraf@suse.de>
229L: qemu-ppc@nongnu.org
230S: Maintained
231F: target/ppc/
232F: hw/ppc/
233F: include/hw/ppc/
234F: disas/ppc.c
235
236RISC-V
237M: Michael Clark <mjc@sifive.com>
238M: Palmer Dabbelt <palmer@sifive.com>
239M: Sagar Karandikar <sagark@eecs.berkeley.edu>
240M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
241S: Maintained
242F: target/riscv/
243F: hw/riscv/
244F: include/hw/riscv/
245F: disas/riscv.c
246
247S390
248M: Richard Henderson <rth@twiddle.net>
249M: Alexander Graf <agraf@suse.de>
250M: David Hildenbrand <david@redhat.com>
251S: Maintained
252F: target/s390x/
253F: hw/s390x/
254F: disas/s390.c
255L: qemu-s390x@nongnu.org
256
257SH4
258M: Aurelien Jarno <aurelien@aurel32.net>
259S: Odd Fixes
260F: target/sh4/
261F: hw/sh4/
262F: disas/sh4.c
263F: include/hw/sh4/
264
265SPARC
266M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
267M: Artyom Tarasenko <atar4qemu@gmail.com>
268S: Maintained
269F: target/sparc/
270F: hw/sparc/
271F: hw/sparc64/
272F: disas/sparc.c
273
274UniCore32
275M: Guan Xuetao <gxt@mprc.pku.edu.cn>
276S: Maintained
277F: target/unicore32/
278F: hw/unicore32/
279F: include/hw/unicore32/
280
281X86
282M: Paolo Bonzini <pbonzini@redhat.com>
283M: Richard Henderson <rth@twiddle.net>
284M: Eduardo Habkost <ehabkost@redhat.com>
285S: Maintained
286F: target/i386/
287F: hw/i386/
288F: disas/i386.c
289T: git git://github.com/ehabkost/qemu.git x86-next
290
291Xtensa
292M: Max Filippov <jcmvbkbc@gmail.com>
293W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
294S: Maintained
295F: target/xtensa/
296F: hw/xtensa/
297F: tests/tcg/xtensa/
298F: disas/xtensa.c
299
300TriCore
301M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
302S: Maintained
303F: target/tricore/
304F: hw/tricore/
305F: include/hw/tricore/
306
307Guest CPU Cores (KVM):
308----------------------
309
310Overall
311M: Paolo Bonzini <pbonzini@redhat.com>
312L: kvm@vger.kernel.org
313S: Supported
314F: */kvm.*
315F: accel/kvm/
316F: include/sysemu/kvm*.h
317
318ARM
319M: Peter Maydell <peter.maydell@linaro.org>
320L: qemu-arm@nongnu.org
321S: Maintained
322F: target/arm/kvm.c
323
324MIPS
325M: James Hogan <jhogan@kernel.org>
326S: Maintained
327F: target/mips/kvm.c
328
329PPC
330M: Alexander Graf <agraf@suse.de>
331S: Maintained
332F: target/ppc/kvm.c
333
334S390
335M: Christian Borntraeger <borntraeger@de.ibm.com>
336M: Cornelia Huck <cohuck@redhat.com>
337M: Alexander Graf <agraf@suse.de>
338S: Maintained
339F: target/s390x/kvm.c
340F: target/s390x/kvm_s390x.h
341F: target/s390x/kvm-stub.c
342F: target/s390x/ioinst.[ch]
343F: target/s390x/machine.c
344F: target/s390x/sigp.c
345F: hw/intc/s390_flic.c
346F: hw/intc/s390_flic_kvm.c
347F: include/hw/s390x/s390_flic.h
348F: gdb-xml/s390*.xml
349T: git git://github.com/cohuck/qemu.git s390-next
350T: git git://github.com/borntraeger/qemu.git s390-next
351L: qemu-s390x@nongnu.org
352
353X86
354M: Paolo Bonzini <pbonzini@redhat.com>
355M: Marcelo Tosatti <mtosatti@redhat.com>
356L: kvm@vger.kernel.org
357S: Supported
358F: target/i386/kvm.c
359
360Guest CPU Cores (Xen):
361----------------------
362
363X86
364M: Stefano Stabellini <sstabellini@kernel.org>
365M: Anthony Perard <anthony.perard@citrix.com>
366L: xen-devel@lists.xenproject.org
367S: Supported
368F: */xen*
369F: hw/9pfs/xen-9p-backend.c
370F: hw/char/xen_console.c
371F: hw/display/xenfb.c
372F: hw/net/xen_nic.c
373F: hw/block/xen_*
374F: hw/xen/
375F: hw/xenpv/
376F: hw/i386/xen/
377F: include/hw/xen/
378F: include/sysemu/xen-mapcache.h
379
380Hosts:
381------
382
383LINUX
384L: qemu-devel@nongnu.org
385S: Maintained
386F: linux-*
387F: linux-headers/
388
389POSIX
390L: qemu-devel@nongnu.org
391S: Maintained
392F: *posix*
393
394NETBSD
395L: qemu-devel@nongnu.org
396M: Kamil Rytarowski <kamil@netbsd.org>
397S: Maintained
398K: ^Subject:.*(?i)NetBSD
399
400OPENBSD
401L: qemu-devel@nongnu.org
402M: Brad Smith <brad@comstyle.com>
403S: Maintained
404K: ^Subject:.*(?i)OpenBSD
405
406W32, W64
407L: qemu-devel@nongnu.org
408M: Stefan Weil <sw@weilnetz.de>
409S: Maintained
410F: *win32*
411F: */*win32*
412F: include/*/*win32*
413X: qga/*win32*
414F: qemu.nsi
415
416ARM Machines
417------------
418Allwinner-a10
419M: Beniamino Galvani <b.galvani@gmail.com>
420L: qemu-arm@nongnu.org
421S: Maintained
422F: hw/*/allwinner*
423F: include/hw/*/allwinner*
424F: hw/arm/cubieboard.c
425
426ARM PrimeCell and CMSDK devices
427M: Peter Maydell <peter.maydell@linaro.org>
428L: qemu-arm@nongnu.org
429S: Maintained
430F: hw/char/pl011.c
431F: include/hw/char/pl011.h
432F: hw/display/pl110*
433F: hw/dma/pl080.c
434F: hw/dma/pl330.c
435F: hw/gpio/pl061.c
436F: hw/input/pl050.c
437F: hw/intc/pl190.c
438F: hw/sd/pl181.c
439F: hw/timer/pl031.c
440F: include/hw/arm/primecell.h
441F: hw/timer/cmsdk-apb-timer.c
442F: include/hw/timer/cmsdk-apb-timer.h
443F: hw/char/cmsdk-apb-uart.c
444F: include/hw/char/cmsdk-apb-uart.h
445
446ARM cores
447M: Peter Maydell <peter.maydell@linaro.org>
448L: qemu-arm@nongnu.org
449S: Maintained
450F: hw/intc/arm*
451F: hw/intc/gic_internal.h
452F: hw/misc/a9scu.c
453F: hw/misc/arm11scu.c
454F: hw/timer/a9gtimer*
455F: hw/timer/arm*
456F: include/hw/arm/arm*.h
457F: include/hw/intc/arm*
458F: include/hw/misc/a9scu.h
459F: include/hw/misc/arm11scu.h
460F: include/hw/timer/a9gtimer.h
461F: include/hw/timer/arm_mptimer.h
462F: include/hw/timer/armv7m_systick.h
463F: tests/test-arm-mptimer.c
464
465Exynos
466M: Igor Mitsyanko <i.mitsyanko@gmail.com>
467L: qemu-arm@nongnu.org
468S: Maintained
469F: hw/*/exynos*
470F: include/hw/arm/exynos4210.h
471
472Calxeda Highbank
473M: Rob Herring <robh@kernel.org>
474L: qemu-arm@nongnu.org
475S: Maintained
476F: hw/arm/highbank.c
477F: hw/net/xgmac.c
478
479Canon DIGIC
480M: Antony Pavlov <antonynpavlov@gmail.com>
481L: qemu-arm@nongnu.org
482S: Maintained
483F: include/hw/arm/digic.h
484F: hw/*/digic*
485
486Gumstix
487L: qemu-devel@nongnu.org
488L: qemu-arm@nongnu.org
489S: Orphan
490F: hw/arm/gumstix.c
491
492i.MX31
493M: Peter Chubb <peter.chubb@nicta.com.au>
494L: qemu-arm@nongnu.org
495S: Odd fixes
496F: hw/*/imx*
497F: include/hw/*/imx*
498F: hw/arm/kzm.c
499F: include/hw/arm/fsl-imx31.h
500
501Integrator CP
502M: Peter Maydell <peter.maydell@linaro.org>
503L: qemu-arm@nongnu.org
504S: Maintained
505F: hw/arm/integratorcp.c
506F: hw/misc/arm_integrator_debug.c
507
508MPS2
509M: Peter Maydell <peter.maydell@linaro.org>
510L: qemu-arm@nongnu.org
511S: Maintained
512F: hw/arm/mps2.c
513F: hw/misc/mps2-scc.c
514F: include/hw/misc/mps2-scc.h
515
516Musicpal
517M: Jan Kiszka <jan.kiszka@web.de>
518L: qemu-arm@nongnu.org
519S: Maintained
520F: hw/arm/musicpal.c
521
522nSeries
523M: Andrzej Zaborowski <balrogg@gmail.com>
524L: qemu-arm@nongnu.org
525S: Maintained
526F: hw/arm/nseries.c
527
528Palm
529M: Andrzej Zaborowski <balrogg@gmail.com>
530L: qemu-arm@nongnu.org
531S: Maintained
532F: hw/arm/palm.c
533
534Real View
535M: Peter Maydell <peter.maydell@linaro.org>
536L: qemu-arm@nongnu.org
537S: Maintained
538F: hw/arm/realview*
539F: hw/cpu/realview_mpcore.c
540F: hw/intc/realview_gic.c
541F: include/hw/intc/realview_gic.h
542
543PXA2XX
544M: Andrzej Zaborowski <balrogg@gmail.com>
545L: qemu-arm@nongnu.org
546S: Maintained
547F: hw/arm/mainstone.c
548F: hw/arm/spitz.c
549F: hw/arm/tosa.c
550F: hw/arm/z2.c
551F: hw/*/pxa2xx*
552F: hw/misc/mst_fpga.c
553F: include/hw/arm/pxa.h
554
555Stellaris
556M: Peter Maydell <peter.maydell@linaro.org>
557L: qemu-arm@nongnu.org
558S: Maintained
559F: hw/*/stellaris*
560
561Versatile PB
562M: Peter Maydell <peter.maydell@linaro.org>
563L: qemu-arm@nongnu.org
564S: Maintained
565F: hw/*/versatile*
566F: hw/misc/arm_sysctl.c
567
568Xilinx Zynq
569M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570M: Alistair Francis <alistair@alistair23.me>
571L: qemu-arm@nongnu.org
572S: Maintained
573F: hw/*/xilinx_*
574F: hw/*/cadence_*
575F: hw/misc/zynq*
576F: include/hw/misc/zynq*
577X: hw/ssi/xilinx_*
578
579Xilinx ZynqMP
580M: Alistair Francis <alistair@alistair23.me>
581M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582L: qemu-arm@nongnu.org
583S: Maintained
584F: hw/*/xlnx*.c
585F: include/hw/*/xlnx*.h
586
587ARM ACPI Subsystem
588M: Shannon Zhao <zhaoshenglong@huawei.com>
589M: Shannon Zhao <shannon.zhaosl@gmail.com>
590L: qemu-arm@nongnu.org
591S: Maintained
592F: hw/arm/virt-acpi-build.c
593
594STM32F205
595M: Alistair Francis <alistair@alistair23.me>
596S: Maintained
597F: hw/arm/stm32f205_soc.c
598F: hw/misc/stm32f2xx_syscfg.c
599F: hw/char/stm32f2xx_usart.c
600F: hw/timer/stm32f2xx_timer.c
601F: hw/adc/*
602F: hw/ssi/stm32f2xx_spi.c
603F: include/hw/*/stm32*.h
604
605Netduino 2
606M: Alistair Francis <alistair@alistair23.me>
607S: Maintained
608F: hw/arm/netduino2.c
609
610SmartFusion2
611M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
612S: Maintained
613F: hw/arm/msf2-soc.c
614F: hw/misc/msf2-sysreg.c
615F: hw/timer/mss-timer.c
616F: hw/ssi/mss-spi.c
617F: include/hw/arm/msf2-soc.h
618F: include/hw/misc/msf2-sysreg.h
619F: include/hw/timer/mss-timer.h
620F: include/hw/ssi/mss-spi.h
621
622Emcraft M2S-FG484
623M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
624S: Maintained
625F: hw/arm/msf2-som.c
626
627CRIS Machines
628-------------
629Axis Dev88
630M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631S: Maintained
632F: hw/cris/axis_dev88.c
633F: hw/*/etraxfs_*.c
634
635LM32 Machines
636-------------
637EVR32 and uclinux BSP
638M: Michael Walle <michael@walle.cc>
639S: Maintained
640F: hw/lm32/lm32_boards.c
641
642milkymist
643M: Michael Walle <michael@walle.cc>
644S: Maintained
645F: hw/lm32/milkymist.c
646
647M68K Machines
648-------------
649an5206
650M: Thomas Huth <huth@tuxfamily.org>
651S: Odd Fixes
652F: hw/m68k/an5206.c
653F: hw/m68k/mcf5206.c
654
655mcf5208
656M: Thomas Huth <huth@tuxfamily.org>
657S: Odd Fixes
658F: hw/m68k/mcf5208.c
659F: hw/m68k/mcf_intc.c
660F: hw/char/mcf_uart.c
661F: hw/net/mcf_fec.c
662F: include/hw/m68k/mcf*.h
663
664MicroBlaze Machines
665-------------------
666petalogix_s3adsp1800
667M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668S: Maintained
669F: hw/microblaze/petalogix_s3adsp1800_mmu.c
670
671petalogix_ml605
672M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673S: Maintained
674F: hw/microblaze/petalogix_ml605_mmu.c
675
676MIPS Machines
677-------------
678Jazz
679M: Hervé Poussineau <hpoussin@reactos.org>
680S: Maintained
681F: hw/mips/mips_jazz.c
682
683Malta
684M: Aurelien Jarno <aurelien@aurel32.net>
685S: Maintained
686F: hw/mips/mips_malta.c
687
688Mipssim
689M: Yongbok Kim <yongbok.kim@mips.com>
690S: Odd Fixes
691F: hw/mips/mips_mipssim.c
692F: hw/net/mipsnet.c
693
694R4000
695M: Aurelien Jarno <aurelien@aurel32.net>
696S: Maintained
697F: hw/mips/mips_r4k.c
698
699Fulong 2E
700M: Yongbok Kim <yongbok.kim@mips.com>
701S: Odd Fixes
702F: hw/mips/mips_fulong2e.c
703
704Boston
705M: Paul Burton <paul.burton@mips.com>
706S: Maintained
707F: hw/core/loader-fit.c
708F: hw/mips/boston.c
709F: hw/pci-host/xilinx-pcie.c
710
711OpenRISC Machines
712-----------------
713or1k-sim
714M: Jia Liu <proljc@gmail.com>
715S: Maintained
716F: hw/openrisc/openrisc_sim.c
717
718PowerPC Machines
719----------------
720405
721M: Alexander Graf <agraf@suse.de>
722L: qemu-ppc@nongnu.org
723S: Odd Fixes
724F: hw/ppc/ppc405_boards.c
725
726Bamboo
727M: Alexander Graf <agraf@suse.de>
728L: qemu-ppc@nongnu.org
729S: Odd Fixes
730F: hw/ppc/ppc440_bamboo.c
731
732e500
733M: Alexander Graf <agraf@suse.de>
734L: qemu-ppc@nongnu.org
735S: Supported
736F: hw/ppc/e500.[hc]
737F: hw/ppc/e500plat.c
738F: include/hw/ppc/ppc_e500.h
739F: include/hw/pci-host/ppce500.h
740F: pc-bios/u-boot.e500
741
742mpc8544ds
743M: Alexander Graf <agraf@suse.de>
744L: qemu-ppc@nongnu.org
745S: Supported
746F: hw/ppc/mpc8544ds.c
747F: hw/ppc/mpc8544_guts.c
748
749New World
750M: Alexander Graf <agraf@suse.de>
751L: qemu-ppc@nongnu.org
752S: Maintained
753F: hw/ppc/mac_newworld.c
754F: hw/pci-host/uninorth.c
755F: hw/pci-bridge/dec.[hc]
756F: hw/misc/macio/
757F: include/hw/ppc/mac_dbdma.h
758F: hw/nvram/mac_nvram.c
759
760Old World
761M: Alexander Graf <agraf@suse.de>
762L: qemu-ppc@nongnu.org
763S: Maintained
764F: hw/ppc/mac_oldworld.c
765F: hw/pci-host/grackle.c
766F: hw/misc/macio/
767F: hw/intc/heathrow_pic.c
768
769PReP
770M: Hervé Poussineau <hpoussin@reactos.org>
771L: qemu-devel@nongnu.org
772L: qemu-ppc@nongnu.org
773S: Maintained
774F: hw/ppc/prep.c
775F: hw/ppc/prep_systemio.c
776F: hw/ppc/rs6000_mc.c
777F: hw/pci-host/prep.[hc]
778F: hw/isa/i82378.c
779F: hw/isa/pc87312.[hc]
780F: hw/dma/i82374.c
781F: hw/timer/m48t59-isa.c
782F: include/hw/timer/m48t59.h
783F: pc-bios/ppc_rom.bin
784
785sPAPR
786M: David Gibson <david@gibson.dropbear.id.au>
787M: Alexander Graf <agraf@suse.de>
788L: qemu-ppc@nongnu.org
789S: Supported
790F: hw/*/spapr*
791F: include/hw/*/spapr*
792F: hw/*/xics*
793F: include/hw/*/xics*
794F: pc-bios/spapr-rtas/*
795F: pc-bios/spapr-rtas.bin
796F: pc-bios/slof.bin
797F: pc-bios/skiboot.lid
798F: docs/specs/ppc-spapr-hcalls.txt
799F: docs/specs/ppc-spapr-hotplug.txt
800F: tests/spapr*
801F: tests/libqos/*spapr*
802F: tests/rtas*
803F: tests/libqos/rtas*
804
805virtex_ml507
806M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807L: qemu-ppc@nongnu.org
808S: Odd Fixes
809F: hw/ppc/virtex_ml507.c
810
811sam460ex
812M: BALATON Zoltan <balaton@eik.bme.hu>
813L: qemu-ppc@nongnu.org
814S: Maintained
815F: hw/ide/sii3112.c
816
817SH4 Machines
818------------
819R2D
820M: Magnus Damm <magnus.damm@gmail.com>
821S: Maintained
822F: hw/sh4/r2d.c
823F: hw/intc/sh_intc.c
824F: hw/timer/sh_timer.c
825
826Shix
827M: Magnus Damm <magnus.damm@gmail.com>
828S: Odd Fixes
829F: hw/sh4/shix.c
830
831SPARC Machines
832--------------
833Sun4m
834M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
835S: Maintained
836F: hw/sparc/sun4m.c
837F: hw/dma/sparc32_dma.c
838F: hw/dma/sun4m_iommu.c
839F: hw/misc/eccmemctl.c
840F: hw/misc/slavio_misc.c
841F: include/hw/sparc/sparc32_dma.h
842F: include/hw/sparc/sun4m.h
843F: pc-bios/openbios-sparc32
844
845Sun4u
846M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
847S: Maintained
848F: hw/sparc64/sun4u.c
849F: pc-bios/openbios-sparc64
850
851Sun4v
852M: Artyom Tarasenko <atar4qemu@gmail.com>
853S: Maintained
854F: hw/sparc64/niagara.c
855F: hw/timer/sun4v-rtc.c
856F: include/hw/timer/sun4v-rtc.h
857
858Leon3
859M: Fabien Chouteau <chouteau@adacore.com>
860S: Maintained
861F: hw/sparc/leon3.c
862F: hw/*/grlib*
863F: include/hw/sparc/grlib.h
864
865S390 Machines
866-------------
867S390 Virtio-ccw
868M: Cornelia Huck <cohuck@redhat.com>
869M: Christian Borntraeger <borntraeger@de.ibm.com>
870M: Alexander Graf <agraf@suse.de>
871S: Supported
872F: hw/char/sclp*.[hc]
873F: hw/char/terminal3270.c
874F: hw/s390x/
875F: include/hw/s390x/
876F: hw/watchdog/wdt_diag288.c
877F: include/hw/watchdog/wdt_diag288.h
878F: default-configs/s390x-softmmu.mak
879T: git git://github.com/cohuck/qemu.git s390-next
880T: git git://github.com/borntraeger/qemu.git s390-next
881L: qemu-s390x@nongnu.org
882
883S390-ccw Bios
884M: Christian Borntraeger <borntraeger@de.ibm.com>
885M: Thomas Huth <thuth@redhat.com>
886S: Supported
887F: pc-bios/s390-ccw/
888F: pc-bios/s390-ccw.img
889T: git git://github.com/borntraeger/qemu.git s390-next
890L: qemu-s390x@nongnu.org
891
892UniCore32 Machines
893-------------
894PKUnity-3 SoC initramfs-with-busybox
895M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896S: Maintained
897F: hw/*/puv3*
898F: hw/unicore32/
899
900X86 Machines
901------------
902PC
903M: Michael S. Tsirkin <mst@redhat.com>
904M: Marcel Apfelbaum <marcel@redhat.com>
905S: Supported
906F: include/hw/i386/
907F: hw/i386/
908F: hw/pci-host/piix.c
909F: hw/pci-host/q35.c
910F: hw/pci-host/pam.c
911F: include/hw/pci-host/q35.h
912F: include/hw/pci-host/pam.h
913F: hw/isa/piix4.c
914F: hw/isa/lpc_ich9.c
915F: hw/i2c/smbus_ich9.c
916F: hw/acpi/piix4.c
917F: hw/acpi/ich9.c
918F: include/hw/acpi/ich9.h
919F: include/hw/acpi/piix4.h
920F: hw/misc/sga.c
921
922PC Chipset
923M: Michael S. Tsirkin <mst@redhat.com>
924M: Paolo Bonzini <pbonzini@redhat.com>
925S: Supported
926F: hw/char/debugcon.c
927F: hw/char/parallel.c
928F: hw/char/serial*
929F: hw/dma/i8257*
930F: hw/i2c/pm_smbus.c
931F: hw/input/pckbd.c
932F: hw/intc/apic*
933F: hw/intc/ioapic*
934F: hw/intc/i8259*
935F: hw/misc/debugexit.c
936F: hw/misc/pc-testdev.c
937F: hw/timer/hpet*
938F: hw/timer/i8254*
939F: hw/timer/mc146818rtc*
940F: hw/watchdog/wdt_ib700.c
941F: include/hw/display/vga.h
942F: include/hw/i2c/pm_smbus.h
943F: include/hw/isa/i8257.h
944F: include/hw/timer/hpet.h
945F: include/hw/timer/i8254*
946F: include/hw/timer/mc146818rtc*
947
948Machine core
949M: Eduardo Habkost <ehabkost@redhat.com>
950M: Marcel Apfelbaum <marcel@redhat.com>
951S: Supported
952F: hw/core/machine.c
953F: hw/core/null-machine.c
954F: include/hw/boards.h
955T: git git://github.com/ehabkost/qemu.git machine-next
956
957Xtensa Machines
958---------------
959sim
960M: Max Filippov <jcmvbkbc@gmail.com>
961S: Maintained
962F: hw/xtensa/sim.c
963
964XTFPGA (LX60, LX200, ML605, KC705)
965M: Max Filippov <jcmvbkbc@gmail.com>
966S: Maintained
967F: hw/xtensa/xtfpga.c
968F: hw/net/opencores_eth.c
969
970Devices
971-------
972EDU
973M: Jiri Slaby <jslaby@suse.cz>
974S: Maintained
975F: hw/misc/edu.c
976
977IDE
978M: John Snow <jsnow@redhat.com>
979L: qemu-block@nongnu.org
980S: Supported
981F: include/hw/ide.h
982F: include/hw/ide/
983F: hw/ide/
984F: hw/block/block.c
985F: hw/block/cdrom.c
986F: hw/block/hd-geometry.c
987F: tests/ide-test.c
988F: tests/ahci-test.c
989F: tests/libqos/ahci*
990T: git git://github.com/jnsnow/qemu.git ide
991
992IPMI
993M: Corey Minyard <minyard@acm.org>
994S: Maintained
995F: include/hw/ipmi/*
996F: hw/ipmi/*
997F: hw/smbios/smbios_type_38.c
998F: tests/ipmi*
999T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1000
1001Floppy
1002M: John Snow <jsnow@redhat.com>
1003L: qemu-block@nongnu.org
1004S: Supported
1005F: hw/block/fdc.c
1006F: include/hw/block/fdc.h
1007F: tests/fdc-test.c
1008T: git git://github.com/jnsnow/qemu.git ide
1009
1010OMAP
1011M: Peter Maydell <peter.maydell@linaro.org>
1012S: Maintained
1013F: hw/*/omap*
1014F: include/hw/arm/omap.h
1015
1016IPack
1017M: Alberto Garcia <berto@igalia.com>
1018S: Odd Fixes
1019F: hw/char/ipoctal232.c
1020F: hw/ipack/
1021
1022PCI
1023M: Michael S. Tsirkin <mst@redhat.com>
1024M: Marcel Apfelbaum <marcel@redhat.com>
1025S: Supported
1026F: include/hw/pci/*
1027F: hw/misc/pci-testdev.c
1028F: hw/pci/*
1029F: hw/pci-bridge/*
1030F: docs/pci*
1031F: docs/specs/*pci*
1032F: default-configs/pci.mak
1033
1034ACPI/SMBIOS
1035M: Michael S. Tsirkin <mst@redhat.com>
1036M: Igor Mammedov <imammedo@redhat.com>
1037S: Supported
1038F: include/hw/acpi/*
1039F: include/hw/smbios/*
1040F: hw/mem/*
1041F: hw/acpi/*
1042F: hw/smbios/*
1043F: hw/i386/acpi-build.[hc]
1044F: hw/arm/virt-acpi-build.c
1045F: tests/bios-tables-test.c
1046F: tests/acpi-utils.[hc]
1047
1048ppc4xx
1049M: Alexander Graf <agraf@suse.de>
1050L: qemu-ppc@nongnu.org
1051S: Odd Fixes
1052F: hw/ppc/ppc4*.c
1053F: hw/i2c/ppc4xx_i2c.c
1054F: include/hw/ppc/ppc4xx.h
1055F: include/hw/i2c/ppc4xx_i2c.h
1056
1057ppce500
1058M: Alexander Graf <agraf@suse.de>
1059L: qemu-ppc@nongnu.org
1060S: Supported
1061F: hw/ppc/e500*
1062F: hw/pci-host/ppce500.c
1063F: hw/net/fsl_etsec/
1064
1065Character devices
1066M: Paolo Bonzini <pbonzini@redhat.com>
1067S: Odd Fixes
1068F: hw/char/
1069
1070Network devices
1071M: Jason Wang <jasowang@redhat.com>
1072S: Odd Fixes
1073F: hw/net/
1074F: include/hw/net/
1075F: tests/virtio-net-test.c
1076T: git git://github.com/jasowang/qemu.git net
1077
1078SCSI
1079M: Paolo Bonzini <pbonzini@redhat.com>
1080R: Fam Zheng <famz@redhat.com>
1081S: Supported
1082F: include/hw/scsi/*
1083F: hw/scsi/*
1084F: tests/virtio-scsi-test.c
1085T: git git://github.com/bonzini/qemu.git scsi-next
1086
1087SSI
1088M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1089M: Alistair Francis <alistair@alistair23.me>
1090S: Maintained
1091F: hw/ssi/*
1092F: hw/block/m25p80.c
1093F: include/hw/ssi/ssi.h
1094X: hw/ssi/xilinx_*
1095F: tests/m25p80-test.c
1096
1097Xilinx SPI
1098M: Alistair Francis <alistair@alistair23.me>
1099M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1100S: Maintained
1101F: hw/ssi/xilinx_*
1102
1103SD (Secure Card)
1104M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1105S: Odd Fixes
1106F: include/hw/sd/sd*
1107F: hw/sd/core.c
1108F: hw/sd/sd*
1109F: tests/sd*
1110
1111USB
1112M: Gerd Hoffmann <kraxel@redhat.com>
1113S: Maintained
1114F: hw/usb/*
1115F: tests/usb-*-test.c
1116F: docs/usb2.txt
1117F: docs/usb-storage.txt
1118F: include/hw/usb.h
1119F: include/hw/usb/
1120F: default-configs/usb.mak
1121
1122USB (serial adapter)
1123M: Gerd Hoffmann <kraxel@redhat.com>
1124M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1125S: Maintained
1126F: hw/usb/dev-serial.c
1127
1128VFIO
1129M: Alex Williamson <alex.williamson@redhat.com>
1130S: Supported
1131F: hw/vfio/*
1132F: include/hw/vfio/
1133
1134vfio-ccw
1135M: Cornelia Huck <cohuck@redhat.com>
1136S: Supported
1137F: hw/vfio/ccw.c
1138F: hw/s390x/s390-ccw.c
1139F: include/hw/s390x/s390-ccw.h
1140T: git git://github.com/cohuck/qemu.git s390-next
1141L: qemu-s390x@nongnu.org
1142
1143vhost
1144M: Michael S. Tsirkin <mst@redhat.com>
1145S: Supported
1146F: hw/*/*vhost*
1147F: docs/interop/vhost-user.txt
1148
1149virtio
1150M: Michael S. Tsirkin <mst@redhat.com>
1151S: Supported
1152F: hw/*/virtio*
1153F: hw/virtio/Makefile.objs
1154F: hw/virtio/trace-events
1155F: net/vhost-user.c
1156F: include/hw/virtio/
1157F: tests/virtio-balloon-test.c
1158
1159virtio-9p
1160M: Greg Kurz <groug@kaod.org>
1161S: Supported
1162F: hw/9pfs/
1163F: fsdev/
1164F: tests/virtio-9p-test.c
1165T: git git://github.com/gkurz/qemu.git 9p-next
1166
1167virtio-blk
1168M: Stefan Hajnoczi <stefanha@redhat.com>
1169L: qemu-block@nongnu.org
1170S: Supported
1171F: hw/block/virtio-blk.c
1172F: hw/block/dataplane/*
1173F: tests/virtio-blk-test.c
1174T: git git://github.com/stefanha/qemu.git block
1175
1176virtio-ccw
1177M: Cornelia Huck <cohuck@redhat.com>
1178M: Christian Borntraeger <borntraeger@de.ibm.com>
1179S: Supported
1180F: hw/s390x/virtio-ccw.[hc]
1181T: git git://github.com/cohuck/qemu.git s390-next
1182T: git git://github.com/borntraeger/qemu.git s390-next
1183L: qemu-s390x@nongnu.org
1184
1185virtio-input
1186M: Gerd Hoffmann <kraxel@redhat.com>
1187S: Maintained
1188F: hw/input/virtio-input*.c
1189F: include/hw/virtio/virtio-input.h
1190
1191virtio-serial
1192M: Amit Shah <amit@kernel.org>
1193S: Supported
1194F: hw/char/virtio-serial-bus.c
1195F: hw/char/virtio-console.c
1196F: include/hw/virtio/virtio-serial.h
1197F: tests/virtio-console-test.c
1198F: tests/virtio-serial-test.c
1199
1200virtio-rng
1201M: Amit Shah <amit@kernel.org>
1202S: Supported
1203F: hw/virtio/virtio-rng.c
1204F: include/hw/virtio/virtio-rng.h
1205F: include/sysemu/rng*.h
1206F: backends/rng*.c
1207F: tests/virtio-rng-test.c
1208
1209virtio-crypto
1210M: Gonglei <arei.gonglei@huawei.com>
1211S: Supported
1212F: hw/virtio/virtio-crypto.c
1213F: hw/virtio/virtio-crypto-pci.c
1214F: include/hw/virtio/virtio-crypto.h
1215
1216nvme
1217M: Keith Busch <keith.busch@intel.com>
1218L: qemu-block@nongnu.org
1219S: Supported
1220F: hw/block/nvme*
1221F: tests/nvme-test.c
1222
1223megasas
1224M: Hannes Reinecke <hare@suse.com>
1225L: qemu-block@nongnu.org
1226S: Supported
1227F: hw/scsi/megasas.c
1228F: hw/scsi/mfi.h
1229F: tests/megasas-test.c
1230
1231Network packet abstractions
1232M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1233S: Maintained
1234F: include/net/eth.h
1235F: net/eth.c
1236F: hw/net/net_rx_pkt*
1237F: hw/net/net_tx_pkt*
1238
1239Vmware
1240M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1241S: Maintained
1242F: hw/net/vmxnet*
1243F: hw/scsi/vmw_pvscsi*
1244F: tests/vmxnet3-test.c
1245
1246Rocker
1247M: Jiri Pirko <jiri@resnulli.us>
1248S: Maintained
1249F: hw/net/rocker/
1250F: tests/rocker/
1251F: docs/specs/rocker.txt
1252
1253NVDIMM
1254M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1255S: Maintained
1256F: hw/acpi/nvdimm.c
1257F: hw/mem/nvdimm.c
1258F: include/hw/mem/nvdimm.h
1259
1260e1000x
1261M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1262S: Maintained
1263F: hw/net/e1000x*
1264
1265e1000e
1266M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1267S: Maintained
1268F: hw/net/e1000e*
1269
1270eepro100
1271M: Stefan Weil <sw@weilnetz.de>
1272S: Maintained
1273F: hw/net/eepro100.c
1274
1275Generic Loader
1276M: Alistair Francis <alistair@alistair23.me>
1277S: Maintained
1278F: hw/core/generic-loader.c
1279F: include/hw/core/generic-loader.h
1280F: docs/generic-loader.txt
1281
1282CHRP NVRAM
1283M: Thomas Huth <thuth@redhat.com>
1284S: Maintained
1285F: hw/nvram/chrp_nvram.c
1286F: include/hw/nvram/chrp_nvram.h
1287F: tests/prom-env-test.c
1288
1289VM Generation ID
1290M: Ben Warren <ben@skyportsystems.com>
1291S: Maintained
1292F: hw/acpi/vmgenid.c
1293F: include/hw/acpi/vmgenid.h
1294F: docs/specs/vmgenid.txt
1295F: tests/vmgenid-test.c
1296F: stubs/vmgenid.c
1297
1298Unimplemented device
1299M: Peter Maydell <peter.maydell@linaro.org>
1300R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1301S: Maintained
1302F: include/hw/misc/unimp.h
1303F: hw/misc/unimp.c
1304
1305Subsystems
1306----------
1307Audio
1308M: Gerd Hoffmann <kraxel@redhat.com>
1309S: Maintained
1310F: audio/
1311F: hw/audio/
1312F: include/hw/audio/
1313F: tests/ac97-test.c
1314F: tests/es1370-test.c
1315F: tests/intel-hda-test.c
1316
1317Block layer core
1318M: Kevin Wolf <kwolf@redhat.com>
1319M: Max Reitz <mreitz@redhat.com>
1320L: qemu-block@nongnu.org
1321S: Supported
1322F: block*
1323F: block/
1324F: hw/block/
1325F: include/block/
1326F: qemu-img*
1327F: qemu-io*
1328F: tests/qemu-iotests/
1329F: util/qemu-progress.c
1330T: git git://repo.or.cz/qemu/kevin.git block
1331
1332Block I/O path
1333M: Stefan Hajnoczi <stefanha@redhat.com>
1334M: Fam Zheng <famz@redhat.com>
1335L: qemu-block@nongnu.org
1336S: Supported
1337F: util/async.c
1338F: util/aio-*.c
1339F: block/io.c
1340F: migration/block*
1341F: include/block/aio.h
1342F: scripts/qemugdb/aio.py
1343T: git git://github.com/stefanha/qemu.git block
1344
1345Block SCSI subsystem
1346M: Paolo Bonzini <pbonzini@redhat.com>
1347R: Fam Zheng <famz@redhat.com>
1348L: qemu-block@nongnu.org
1349S: Supported
1350F: include/scsi/*
1351F: scsi/*
1352
1353Block Jobs
1354M: Jeff Cody <jcody@redhat.com>
1355L: qemu-block@nongnu.org
1356S: Supported
1357F: blockjob.c
1358F: include/block/blockjob.h
1359F: block/backup.c
1360F: block/commit.c
1361F: block/stream.c
1362F: block/mirror.c
1363T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1364
1365Block QAPI, monitor, command line
1366M: Markus Armbruster <armbru@redhat.com>
1367S: Supported
1368F: blockdev.c
1369F: block/qapi.c
1370F: qapi/block*.json
1371F: qapi/transaction.json
1372T: git git://repo.or.cz/qemu/armbru.git block-next
1373
1374Dirty Bitmaps
1375M: Fam Zheng <famz@redhat.com>
1376M: John Snow <jsnow@redhat.com>
1377L: qemu-block@nongnu.org
1378S: Supported
1379F: util/hbitmap.c
1380F: block/dirty-bitmap.c
1381F: include/qemu/hbitmap.h
1382F: include/block/dirty-bitmap.h
1383F: tests/test-hbitmap.c
1384F: docs/interop/bitmaps.rst
1385T: git git://github.com/famz/qemu.git bitmaps
1386T: git git://github.com/jnsnow/qemu.git bitmaps
1387
1388Character device backends
1389M: Paolo Bonzini <pbonzini@redhat.com>
1390M: Marc-André Lureau <marcandre.lureau@redhat.com>
1391S: Maintained
1392F: chardev/
1393F: include/chardev/
1394F: qapi/char.json
1395
1396Character Devices (Braille)
1397M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1398S: Maintained
1399F: chardev/baum.c
1400
1401Command line option argument parsing
1402M: Markus Armbruster <armbru@redhat.com>
1403S: Supported
1404F: include/qemu/option.h
1405F: tests/test-keyval.c
1406F: tests/test-qemu-opts.c
1407F: util/keyval.c
1408F: util/qemu-option.c
1409
1410Coverity model
1411M: Markus Armbruster <armbru@redhat.com>
1412S: Supported
1413F: scripts/coverity-model.c
1414
1415CPU
1416L: qemu-devel@nongnu.org
1417S: Supported
1418F: qom/cpu.c
1419F: include/qom/cpu.h
1420
1421Device Tree
1422M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1423M: Alexander Graf <agraf@suse.de>
1424S: Maintained
1425F: device_tree.c
1426F: include/sysemu/device_tree.h
1427
1428Dump
1429S: Supported
1430M: Marc-André Lureau <marcandre.lureau@redhat.com>
1431F: dump.c
1432F: hw/misc/vmcoreinfo.c
1433F: include/hw/misc/vmcoreinfo.h
1434F: include/sysemu/dump-arch.h
1435F: include/sysemu/dump.h
1436F: scripts/dump-guest-memory.py
1437F: stubs/dump.c
1438
1439Error reporting
1440M: Markus Armbruster <armbru@redhat.com>
1441S: Supported
1442F: include/qapi/error.h
1443F: include/qemu/error-report.h
1444F: util/error.c
1445F: util/qemu-error.c
1446
1447GDB stub
1448L: qemu-devel@nongnu.org
1449S: Odd Fixes
1450F: gdbstub*
1451F: gdb-xml/
1452
1453Memory API
1454M: Paolo Bonzini <pbonzini@redhat.com>
1455S: Supported
1456F: include/exec/ioport.h
1457F: ioport.c
1458F: include/exec/memory.h
1459F: include/exec/ram_addr.h
1460F: memory.c
1461F: include/exec/memory-internal.h
1462F: exec.c
1463
1464SPICE
1465M: Gerd Hoffmann <kraxel@redhat.com>
1466S: Supported
1467F: include/ui/qemu-spice.h
1468F: include/ui/spice-display.h
1469F: ui/spice-*.c
1470F: audio/spiceaudio.c
1471F: hw/display/qxl*
1472F: qapi/ui.json
1473
1474Graphics
1475M: Gerd Hoffmann <kraxel@redhat.com>
1476S: Odd Fixes
1477F: ui/
1478F: include/ui/
1479F: qapi/ui.json
1480
1481Cocoa graphics
1482M: Peter Maydell <peter.maydell@linaro.org>
1483S: Odd Fixes
1484F: ui/cocoa.m
1485
1486Main loop
1487M: Paolo Bonzini <pbonzini@redhat.com>
1488S: Maintained
1489F: cpus.c
1490F: util/main-loop.c
1491F: util/qemu-timer.c
1492F: vl.c
1493F: qapi/run-state.json
1494
1495Human Monitor (HMP)
1496M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1497S: Maintained
1498F: monitor.c
1499F: hmp.[ch]
1500F: hmp-commands*.hx
1501F: include/monitor/hmp-target.h
1502F: tests/test-hmp.c
1503
1504Network device backends
1505M: Jason Wang <jasowang@redhat.com>
1506S: Maintained
1507F: net/
1508F: include/net/
1509T: git git://github.com/jasowang/qemu.git net
1510F: qapi/net.json
1511
1512Netmap network backend
1513M: Luigi Rizzo <rizzo@iet.unipi.it>
1514M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1515M: Vincenzo Maffione <v.maffione@gmail.com>
1516W: http://info.iet.unipi.it/~luigi/netmap/
1517S: Maintained
1518F: net/netmap.c
1519
1520NUMA
1521M: Eduardo Habkost <ehabkost@redhat.com>
1522S: Maintained
1523F: numa.c
1524F: include/sysemu/numa.h
1525T: git git://github.com/ehabkost/qemu.git machine-next
1526
1527Host Memory Backends
1528M: Eduardo Habkost <ehabkost@redhat.com>
1529M: Igor Mammedov <imammedo@redhat.com>
1530S: Maintained
1531F: backends/hostmem*.c
1532F: include/sysemu/hostmem.h
1533T: git git://github.com/ehabkost/qemu.git machine-next
1534
1535Cryptodev Backends
1536M: Gonglei <arei.gonglei@huawei.com>
1537S: Maintained
1538F: include/sysemu/cryptodev*.h
1539F: backends/cryptodev*.c
1540
1541Python scripts
1542M: Eduardo Habkost <ehabkost@redhat.com>
1543M: Cleber Rosa <crosa@redhat.com>
1544S: Odd fixes
1545F: scripts/qmp/*
1546F: scripts/*.py
1547F: tests/*.py
1548
1549QAPI
1550M: Markus Armbruster <armbru@redhat.com>
1551M: Michael Roth <mdroth@linux.vnet.ibm.com>
1552S: Supported
1553F: qapi/
1554X: qapi/*.json
1555F: include/qapi/
1556X: include/qapi/qmp/
1557F: include/qapi/qmp/dispatch.h
1558F: tests/qapi-schema/
1559F: tests/test-*-visitor.c
1560F: tests/test-qapi-*.c
1561F: tests/test-qmp-*.c
1562F: tests/test-visitor-serialization.c
1563F: scripts/qapi*
1564F: docs/devel/qapi*
1565T: git git://repo.or.cz/qemu/armbru.git qapi-next
1566
1567QAPI Schema
1568M: Eric Blake <eblake@redhat.com>
1569M: Markus Armbruster <armbru@redhat.com>
1570S: Supported
1571F: qapi-schema.json
1572F: qapi/*.json
1573T: git git://repo.or.cz/qemu/armbru.git qapi-next
1574
1575QObject
1576M: Markus Armbruster <armbru@redhat.com>
1577S: Supported
1578F: qobject/
1579F: include/qapi/qmp/
1580X: include/qapi/qmp/dispatch.h
1581F: scripts/coccinelle/qobject.cocci
1582F: tests/check-qdict.c
1583F: tests/check-qnum.c
1584F: tests/check-qjson.c
1585F: tests/check-qlist.c
1586F: tests/check-qstring.c
1587T: git git://repo.or.cz/qemu/armbru.git qapi-next
1588
1589QEMU Guest Agent
1590M: Michael Roth <mdroth@linux.vnet.ibm.com>
1591S: Maintained
1592F: qga/
1593F: qemu-ga.texi
1594F: scripts/qemu-guest-agent/
1595F: tests/test-qga.c
1596F: docs/interop/qemu-ga-ref.texi
1597T: git git://github.com/mdroth/qemu.git qga
1598
1599QOM
1600M: Andreas Färber <afaerber@suse.de>
1601S: Supported
1602T: git git://github.com/afaerber/qemu-cpu.git qom-next
1603F: include/qom/
1604X: include/qom/cpu.h
1605F: qom/
1606X: qom/cpu.c
1607F: tests/check-qom-interface.c
1608F: tests/check-qom-proplist.c
1609F: tests/qom-test.c
1610
1611QMP
1612M: Markus Armbruster <armbru@redhat.com>
1613S: Supported
1614F: qmp.c
1615F: monitor.c
1616F: docs/devel/*qmp-*
1617F: scripts/qmp/
1618F: tests/qmp-test.c
1619T: git git://repo.or.cz/qemu/armbru.git qapi-next
1620
1621Register API
1622M: Alistair Francis <alistair@alistair23.me>
1623S: Maintained
1624F: hw/core/register.c
1625F: include/hw/register.h
1626F: include/hw/registerfields.h
1627
1628SLIRP
1629M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1630M: Jan Kiszka <jan.kiszka@siemens.com>
1631S: Maintained
1632F: slirp/
1633F: net/slirp.c
1634F: include/net/slirp.h
1635T: git git://git.kiszka.org/qemu.git queues/slirp
1636
1637Stubs
1638M: Paolo Bonzini <pbonzini@redhat.com>
1639S: Maintained
1640F: stubs/
1641
1642Tracing
1643M: Stefan Hajnoczi <stefanha@redhat.com>
1644S: Maintained
1645F: trace/
1646F: scripts/tracetool.py
1647F: scripts/tracetool/
1648F: docs/devel/tracing.txt
1649T: git git://github.com/stefanha/qemu.git tracing
1650
1651TPM
1652M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1653S: Maintained
1654F: tpm.c
1655F: stubs/tpm.c
1656F: hw/tpm/*
1657F: include/hw/acpi/tpm.h
1658F: include/sysemu/tpm*
1659F: qapi/tpm.json
1660F: backends/tpm.c
1661F: tests/*tpm*
1662T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1663
1664Checkpatch
1665S: Odd Fixes
1666F: scripts/checkpatch.pl
1667
1668Migration
1669M: Juan Quintela <quintela@redhat.com>
1670M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1671S: Maintained
1672F: include/migration/
1673F: migration/
1674F: scripts/vmstate-static-checker.py
1675F: tests/vmstate-static-checker-data/
1676F: tests/migration-test.c
1677F: docs/devel/migration.txt
1678F: qapi/migration.json
1679
1680Seccomp
1681M: Eduardo Otubo <otubo@redhat.com>
1682S: Supported
1683F: qemu-seccomp.c
1684F: include/sysemu/seccomp.h
1685
1686Cryptography
1687M: Daniel P. Berrange <berrange@redhat.com>
1688S: Maintained
1689F: crypto/
1690F: include/crypto/
1691F: tests/test-crypto-*
1692F: tests/benchmark-crypto-*
1693F: qemu.sasl
1694
1695Coroutines
1696M: Stefan Hajnoczi <stefanha@redhat.com>
1697M: Kevin Wolf <kwolf@redhat.com>
1698F: util/*coroutine*
1699F: include/qemu/coroutine*
1700F: tests/test-coroutine.c
1701
1702Buffers
1703M: Daniel P. Berrange <berrange@redhat.com>
1704S: Odd fixes
1705F: util/buffer.c
1706F: include/qemu/buffer.h
1707
1708I/O Channels
1709M: Daniel P. Berrange <berrange@redhat.com>
1710S: Maintained
1711F: io/
1712F: include/io/
1713F: tests/test-io-*
1714
1715Sockets
1716M: Daniel P. Berrange <berrange@redhat.com>
1717M: Gerd Hoffmann <kraxel@redhat.com>
1718M: Paolo Bonzini <pbonzini@redhat.com>
1719S: Maintained
1720F: include/qemu/sockets.h
1721F: util/qemu-sockets.c
1722F: qapi/sockets.json
1723
1724Throttling infrastructure
1725M: Alberto Garcia <berto@igalia.com>
1726S: Supported
1727F: block/throttle-groups.c
1728F: include/block/throttle-groups.h
1729F: include/qemu/throttle*.h
1730F: util/throttle.c
1731F: docs/throttle.txt
1732F: tests/test-throttle.c
1733L: qemu-block@nongnu.org
1734
1735UUID
1736M: Fam Zheng <famz@redhat.com>
1737S: Supported
1738F: util/uuid.c
1739F: include/qemu/uuid.h
1740F: tests/test-uuid.c
1741
1742COLO Framework
1743M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1744S: Maintained
1745F: migration/colo*
1746F: include/migration/colo.h
1747F: include/migration/failover.h
1748F: docs/COLO-FT.txt
1749
1750COLO Proxy
1751M: Zhang Chen <zhangckid@gmail.com>
1752M: Li Zhijian <lizhijian@cn.fujitsu.com>
1753S: Supported
1754F: docs/colo-proxy.txt
1755F: net/colo*
1756F: net/filter-rewriter.c
1757F: net/filter-mirror.c
1758
1759Record/replay
1760M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1761R: Paolo Bonzini <pbonzini@redhat.com>
1762W: https://wiki.qemu.org/Features/record-replay
1763S: Supported
1764F: replay/*
1765F: block/blkreplay.c
1766F: net/filter-replay.c
1767F: include/sysemu/replay.h
1768F: docs/replay.txt
1769F: stubs/replay.c
1770
1771Usermode Emulation
1772------------------
1773Overall
1774M: Riku Voipio <riku.voipio@iki.fi>
1775S: Maintained
1776F: thunk.c
1777F: accel/tcg/user-exec*.c
1778
1779BSD user
1780S: Orphan
1781F: bsd-user/
1782F: default-configs/*-bsd-user.mak
1783
1784Linux user
1785M: Riku Voipio <riku.voipio@iki.fi>
1786R: Laurent Vivier <laurent@vivier.eu>
1787S: Maintained
1788F: linux-user/
1789F: default-configs/*-linux-user.mak
1790F: scripts/qemu-binfmt-conf.sh
1791
1792Tiny Code Generator (TCG)
1793-------------------------
1794Common code
1795M: Richard Henderson <rth@twiddle.net>
1796S: Maintained
1797F: tcg/
1798
1799AArch64 target
1800M: Claudio Fontana <claudio.fontana@huawei.com>
1801M: Claudio Fontana <claudio.fontana@gmail.com>
1802S: Maintained
1803L: qemu-arm@nongnu.org
1804F: tcg/aarch64/
1805F: disas/arm-a64.cc
1806F: disas/libvixl/
1807
1808ARM target
1809M: Andrzej Zaborowski <balrogg@gmail.com>
1810S: Maintained
1811L: qemu-arm@nongnu.org
1812F: tcg/arm/
1813F: disas/arm.c
1814
1815i386 target
1816L: qemu-devel@nongnu.org
1817S: Maintained
1818F: tcg/i386/
1819F: disas/i386.c
1820
1821MIPS target
1822M: Aurelien Jarno <aurelien@aurel32.net>
1823S: Maintained
1824F: tcg/mips/
1825F: disas/mips.c
1826
1827PPC
1828M: Richard Henderson <rth@twiddle.net>
1829S: Odd Fixes
1830F: tcg/ppc/
1831F: disas/ppc.c
1832
1833S390 target
1834M: Alexander Graf <agraf@suse.de>
1835M: Richard Henderson <rth@twiddle.net>
1836S: Maintained
1837F: tcg/s390/
1838F: disas/s390.c
1839L: qemu-s390x@nongnu.org
1840
1841SPARC target
1842S: Odd Fixes
1843F: tcg/sparc/
1844F: disas/sparc.c
1845
1846TCI target
1847M: Stefan Weil <sw@weilnetz.de>
1848S: Maintained
1849F: tcg/tci/
1850F: tcg/tci.c
1851F: disas/tci.c
1852
1853Block drivers
1854-------------
1855VMDK
1856M: Fam Zheng <famz@redhat.com>
1857L: qemu-block@nongnu.org
1858S: Supported
1859F: block/vmdk.c
1860
1861RBD
1862M: Josh Durgin <jdurgin@redhat.com>
1863M: Jeff Cody <jcody@redhat.com>
1864L: qemu-block@nongnu.org
1865S: Supported
1866F: block/rbd.c
1867T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1868
1869Sheepdog
1870M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1871M: Liu Yuan <namei.unix@gmail.com>
1872M: Jeff Cody <jcody@redhat.com>
1873L: qemu-block@nongnu.org
1874L: sheepdog@lists.wpkg.org
1875S: Supported
1876F: block/sheepdog.c
1877T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1878
1879VHDX
1880M: Jeff Cody <jcody@redhat.com>
1881L: qemu-block@nongnu.org
1882S: Supported
1883F: block/vhdx*
1884T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1885
1886VDI
1887M: Stefan Weil <sw@weilnetz.de>
1888L: qemu-block@nongnu.org
1889S: Maintained
1890F: block/vdi.c
1891
1892iSCSI
1893M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1894M: Paolo Bonzini <pbonzini@redhat.com>
1895M: Peter Lieven <pl@kamp.de>
1896L: qemu-block@nongnu.org
1897S: Supported
1898F: block/iscsi.c
1899F: block/iscsi-opts.c
1900
1901Network Block Device (NBD)
1902M: Eric Blake <eblake@redhat.com>
1903M: Paolo Bonzini <pbonzini@redhat.com>
1904L: qemu-block@nongnu.org
1905S: Maintained
1906F: block/nbd*
1907F: nbd/
1908F: include/block/nbd*
1909F: qemu-nbd.*
1910F: blockdev-nbd.c
1911T: git git://repo.or.cz/qemu/ericb.git nbd
1912
1913NFS
1914M: Jeff Cody <jcody@redhat.com>
1915M: Peter Lieven <pl@kamp.de>
1916L: qemu-block@nongnu.org
1917S: Maintained
1918F: block/nfs.c
1919T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1920
1921SSH
1922M: Richard W.M. Jones <rjones@redhat.com>
1923M: Jeff Cody <jcody@redhat.com>
1924L: qemu-block@nongnu.org
1925S: Supported
1926F: block/ssh.c
1927T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1928
1929CURL
1930M: Jeff Cody <jcody@redhat.com>
1931L: qemu-block@nongnu.org
1932S: Supported
1933F: block/curl.c
1934T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1935
1936GLUSTER
1937M: Jeff Cody <jcody@redhat.com>
1938L: qemu-block@nongnu.org
1939S: Supported
1940F: block/gluster.c
1941T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1942
1943Null Block Driver
1944M: Fam Zheng <famz@redhat.com>
1945L: qemu-block@nongnu.org
1946S: Supported
1947F: block/null.c
1948
1949NVMe Block Driver
1950M: Fam Zheng <famz@redhat.com>
1951L: qemu-block@nongnu.org
1952S: Supported
1953F: block/nvme*
1954
1955Bootdevice
1956M: Gonglei <arei.gonglei@huawei.com>
1957S: Maintained
1958F: bootdevice.c
1959
1960Quorum
1961M: Alberto Garcia <berto@igalia.com>
1962S: Supported
1963F: block/quorum.c
1964L: qemu-block@nongnu.org
1965
1966blkverify
1967M: Stefan Hajnoczi <stefanha@redhat.com>
1968L: qemu-block@nongnu.org
1969S: Supported
1970F: block/blkverify.c
1971
1972bochs
1973M: Stefan Hajnoczi <stefanha@redhat.com>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: block/bochs.c
1977
1978cloop
1979M: Stefan Hajnoczi <stefanha@redhat.com>
1980L: qemu-block@nongnu.org
1981S: Supported
1982F: block/cloop.c
1983
1984dmg
1985M: Stefan Hajnoczi <stefanha@redhat.com>
1986L: qemu-block@nongnu.org
1987S: Supported
1988F: block/dmg.c
1989
1990parallels
1991M: Stefan Hajnoczi <stefanha@redhat.com>
1992M: Denis V. Lunev <den@openvz.org>
1993L: qemu-block@nongnu.org
1994S: Supported
1995F: block/parallels.c
1996F: docs/interop/parallels.txt
1997
1998qed
1999M: Stefan Hajnoczi <stefanha@redhat.com>
2000L: qemu-block@nongnu.org
2001S: Supported
2002F: block/qed.c
2003
2004raw
2005M: Kevin Wolf <kwolf@redhat.com>
2006L: qemu-block@nongnu.org
2007S: Supported
2008F: block/linux-aio.c
2009F: include/block/raw-aio.h
2010F: block/raw-format.c
2011F: block/file-posix.c
2012F: block/file-win32.c
2013F: block/win32-aio.c
2014
2015qcow2
2016M: Kevin Wolf <kwolf@redhat.com>
2017M: Max Reitz <mreitz@redhat.com>
2018L: qemu-block@nongnu.org
2019S: Supported
2020F: block/qcow2*
2021F: docs/interop/qcow2.txt
2022
2023qcow
2024M: Kevin Wolf <kwolf@redhat.com>
2025L: qemu-block@nongnu.org
2026S: Supported
2027F: block/qcow.c
2028
2029blkdebug
2030M: Kevin Wolf <kwolf@redhat.com>
2031M: Max Reitz <mreitz@redhat.com>
2032L: qemu-block@nongnu.org
2033S: Supported
2034F: block/blkdebug.c
2035
2036vpc
2037M: Kevin Wolf <kwolf@redhat.com>
2038L: qemu-block@nongnu.org
2039S: Supported
2040F: block/vpc.c
2041
2042vvfat
2043M: Kevin Wolf <kwolf@redhat.com>
2044L: qemu-block@nongnu.org
2045S: Supported
2046F: block/vvfat.c
2047
2048Image format fuzzer
2049M: Stefan Hajnoczi <stefanha@redhat.com>
2050L: qemu-block@nongnu.org
2051S: Supported
2052F: tests/image-fuzzer/
2053
2054Replication
2055M: Wen Congyang <wencongyang2@huawei.com>
2056M: Xie Changlong <xiechanglong.d@gmail.com>
2057S: Supported
2058F: replication*
2059F: block/replication.c
2060F: tests/test-replication.c
2061F: docs/block-replication.txt
2062
2063PVRDMA
2064M: Yuval Shaia <yuval.shaia@oracle.com>
2065M: Marcel Apfelbaum <marcel@redhat.com>
2066S: Maintained
2067F: hw/rdma/*
2068F: hw/rdma/vmw/*
2069F: docs/pvrdma.txt
2070
2071Build and test automation
2072-------------------------
2073Build and test automation
2074M: Alex Bennée <alex.bennee@linaro.org>
2075M: Fam Zheng <famz@redhat.com>
2076R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2077L: qemu-devel@nongnu.org
2078S: Maintained
2079F: .travis.yml
2080F: .shippable.yml
2081F: tests/docker/
2082F: tests/vm/
2083W: https://travis-ci.org/qemu/qemu
2084W: https://app.shippable.com/github/qemu/qemu
2085W: http://patchew.org/QEMU/
2086
2087Documentation
2088-------------
2089Build system architecture
2090M: Daniel P. Berrange <berrange@redhat.com>
2091S: Odd Fixes
2092F: docs/devel/build-system.txt
2093
2094Build System
2095------------
2096GIT submodules
2097M: Daniel P. Berrange <berrange@redhat.com>
2098S: Odd Fixes
2099F: scripts/git-submodule.sh
2100