xref: /openbmc/qemu/MAINTAINERS (revision be0aa7ac)
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
1103USB
1104M: Gerd Hoffmann <kraxel@redhat.com>
1105S: Maintained
1106F: hw/usb/*
1107F: tests/usb-*-test.c
1108F: docs/usb2.txt
1109F: docs/usb-storage.txt
1110F: include/hw/usb.h
1111F: include/hw/usb/
1112F: default-configs/usb.mak
1113
1114USB (serial adapter)
1115M: Gerd Hoffmann <kraxel@redhat.com>
1116M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1117S: Maintained
1118F: hw/usb/dev-serial.c
1119
1120VFIO
1121M: Alex Williamson <alex.williamson@redhat.com>
1122S: Supported
1123F: hw/vfio/*
1124F: include/hw/vfio/
1125
1126vfio-ccw
1127M: Cornelia Huck <cohuck@redhat.com>
1128S: Supported
1129F: hw/vfio/ccw.c
1130F: hw/s390x/s390-ccw.c
1131F: include/hw/s390x/s390-ccw.h
1132T: git git://github.com/cohuck/qemu.git s390-next
1133L: qemu-s390x@nongnu.org
1134
1135vhost
1136M: Michael S. Tsirkin <mst@redhat.com>
1137S: Supported
1138F: hw/*/*vhost*
1139F: docs/interop/vhost-user.txt
1140
1141virtio
1142M: Michael S. Tsirkin <mst@redhat.com>
1143S: Supported
1144F: hw/*/virtio*
1145F: hw/virtio/Makefile.objs
1146F: hw/virtio/trace-events
1147F: net/vhost-user.c
1148F: include/hw/virtio/
1149F: tests/virtio-balloon-test.c
1150
1151virtio-9p
1152M: Greg Kurz <groug@kaod.org>
1153S: Supported
1154F: hw/9pfs/
1155F: fsdev/
1156F: tests/virtio-9p-test.c
1157T: git git://github.com/gkurz/qemu.git 9p-next
1158
1159virtio-blk
1160M: Stefan Hajnoczi <stefanha@redhat.com>
1161L: qemu-block@nongnu.org
1162S: Supported
1163F: hw/block/virtio-blk.c
1164F: hw/block/dataplane/*
1165F: tests/virtio-blk-test.c
1166T: git git://github.com/stefanha/qemu.git block
1167
1168virtio-ccw
1169M: Cornelia Huck <cohuck@redhat.com>
1170M: Christian Borntraeger <borntraeger@de.ibm.com>
1171S: Supported
1172F: hw/s390x/virtio-ccw.[hc]
1173T: git git://github.com/cohuck/qemu.git s390-next
1174T: git git://github.com/borntraeger/qemu.git s390-next
1175L: qemu-s390x@nongnu.org
1176
1177virtio-input
1178M: Gerd Hoffmann <kraxel@redhat.com>
1179S: Maintained
1180F: hw/input/virtio-input*.c
1181F: include/hw/virtio/virtio-input.h
1182
1183virtio-serial
1184M: Amit Shah <amit@kernel.org>
1185S: Supported
1186F: hw/char/virtio-serial-bus.c
1187F: hw/char/virtio-console.c
1188F: include/hw/virtio/virtio-serial.h
1189F: tests/virtio-console-test.c
1190F: tests/virtio-serial-test.c
1191
1192virtio-rng
1193M: Amit Shah <amit@kernel.org>
1194S: Supported
1195F: hw/virtio/virtio-rng.c
1196F: include/hw/virtio/virtio-rng.h
1197F: include/sysemu/rng*.h
1198F: backends/rng*.c
1199F: tests/virtio-rng-test.c
1200
1201virtio-crypto
1202M: Gonglei <arei.gonglei@huawei.com>
1203S: Supported
1204F: hw/virtio/virtio-crypto.c
1205F: hw/virtio/virtio-crypto-pci.c
1206F: include/hw/virtio/virtio-crypto.h
1207
1208nvme
1209M: Keith Busch <keith.busch@intel.com>
1210L: qemu-block@nongnu.org
1211S: Supported
1212F: hw/block/nvme*
1213F: tests/nvme-test.c
1214
1215megasas
1216M: Hannes Reinecke <hare@suse.com>
1217L: qemu-block@nongnu.org
1218S: Supported
1219F: hw/scsi/megasas.c
1220F: hw/scsi/mfi.h
1221F: tests/megasas-test.c
1222
1223Network packet abstractions
1224M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1225S: Maintained
1226F: include/net/eth.h
1227F: net/eth.c
1228F: hw/net/net_rx_pkt*
1229F: hw/net/net_tx_pkt*
1230
1231Vmware
1232M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1233S: Maintained
1234F: hw/net/vmxnet*
1235F: hw/scsi/vmw_pvscsi*
1236F: tests/vmxnet3-test.c
1237
1238Rocker
1239M: Jiri Pirko <jiri@resnulli.us>
1240S: Maintained
1241F: hw/net/rocker/
1242F: tests/rocker/
1243F: docs/specs/rocker.txt
1244
1245NVDIMM
1246M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1247S: Maintained
1248F: hw/acpi/nvdimm.c
1249F: hw/mem/nvdimm.c
1250F: include/hw/mem/nvdimm.h
1251
1252e1000x
1253M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1254S: Maintained
1255F: hw/net/e1000x*
1256
1257e1000e
1258M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1259S: Maintained
1260F: hw/net/e1000e*
1261
1262eepro100
1263M: Stefan Weil <sw@weilnetz.de>
1264S: Maintained
1265F: hw/net/eepro100.c
1266
1267Generic Loader
1268M: Alistair Francis <alistair@alistair23.me>
1269S: Maintained
1270F: hw/core/generic-loader.c
1271F: include/hw/core/generic-loader.h
1272F: docs/generic-loader.txt
1273
1274CHRP NVRAM
1275M: Thomas Huth <thuth@redhat.com>
1276S: Maintained
1277F: hw/nvram/chrp_nvram.c
1278F: include/hw/nvram/chrp_nvram.h
1279F: tests/prom-env-test.c
1280
1281VM Generation ID
1282M: Ben Warren <ben@skyportsystems.com>
1283S: Maintained
1284F: hw/acpi/vmgenid.c
1285F: include/hw/acpi/vmgenid.h
1286F: docs/specs/vmgenid.txt
1287F: tests/vmgenid-test.c
1288F: stubs/vmgenid.c
1289
1290Unimplemented device
1291M: Peter Maydell <peter.maydell@linaro.org>
1292R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1293S: Maintained
1294F: include/hw/misc/unimp.h
1295F: hw/misc/unimp.c
1296
1297Subsystems
1298----------
1299Audio
1300M: Gerd Hoffmann <kraxel@redhat.com>
1301S: Maintained
1302F: audio/
1303F: hw/audio/
1304F: include/hw/audio/
1305F: tests/ac97-test.c
1306F: tests/es1370-test.c
1307F: tests/intel-hda-test.c
1308
1309Block layer core
1310M: Kevin Wolf <kwolf@redhat.com>
1311M: Max Reitz <mreitz@redhat.com>
1312L: qemu-block@nongnu.org
1313S: Supported
1314F: block*
1315F: block/
1316F: hw/block/
1317F: include/block/
1318F: qemu-img*
1319F: qemu-io*
1320F: tests/qemu-iotests/
1321F: util/qemu-progress.c
1322T: git git://repo.or.cz/qemu/kevin.git block
1323
1324Block I/O path
1325M: Stefan Hajnoczi <stefanha@redhat.com>
1326M: Fam Zheng <famz@redhat.com>
1327L: qemu-block@nongnu.org
1328S: Supported
1329F: util/async.c
1330F: util/aio-*.c
1331F: block/io.c
1332F: migration/block*
1333F: include/block/aio.h
1334F: scripts/qemugdb/aio.py
1335T: git git://github.com/stefanha/qemu.git block
1336
1337Block SCSI subsystem
1338M: Paolo Bonzini <pbonzini@redhat.com>
1339R: Fam Zheng <famz@redhat.com>
1340L: qemu-block@nongnu.org
1341S: Supported
1342F: include/scsi/*
1343F: scsi/*
1344
1345Block Jobs
1346M: Jeff Cody <jcody@redhat.com>
1347L: qemu-block@nongnu.org
1348S: Supported
1349F: blockjob.c
1350F: include/block/blockjob.h
1351F: block/backup.c
1352F: block/commit.c
1353F: block/stream.c
1354F: block/mirror.c
1355T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1356
1357Block QAPI, monitor, command line
1358M: Markus Armbruster <armbru@redhat.com>
1359S: Supported
1360F: blockdev.c
1361F: block/qapi.c
1362F: qapi/block*.json
1363F: qapi/transaction.json
1364T: git git://repo.or.cz/qemu/armbru.git block-next
1365
1366Dirty Bitmaps
1367M: Fam Zheng <famz@redhat.com>
1368M: John Snow <jsnow@redhat.com>
1369L: qemu-block@nongnu.org
1370S: Supported
1371F: util/hbitmap.c
1372F: block/dirty-bitmap.c
1373F: include/qemu/hbitmap.h
1374F: include/block/dirty-bitmap.h
1375F: tests/test-hbitmap.c
1376F: docs/interop/bitmaps.rst
1377T: git git://github.com/famz/qemu.git bitmaps
1378T: git git://github.com/jnsnow/qemu.git bitmaps
1379
1380Character device backends
1381M: Paolo Bonzini <pbonzini@redhat.com>
1382M: Marc-André Lureau <marcandre.lureau@redhat.com>
1383S: Maintained
1384F: chardev/
1385F: include/chardev/
1386F: qapi/char.json
1387
1388Character Devices (Braille)
1389M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1390S: Maintained
1391F: chardev/baum.c
1392
1393Command line option argument parsing
1394M: Markus Armbruster <armbru@redhat.com>
1395S: Supported
1396F: include/qemu/option.h
1397F: tests/test-keyval.c
1398F: tests/test-qemu-opts.c
1399F: util/keyval.c
1400F: util/qemu-option.c
1401
1402Coverity model
1403M: Markus Armbruster <armbru@redhat.com>
1404S: Supported
1405F: scripts/coverity-model.c
1406
1407CPU
1408L: qemu-devel@nongnu.org
1409S: Supported
1410F: qom/cpu.c
1411F: include/qom/cpu.h
1412
1413Device Tree
1414M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1415M: Alexander Graf <agraf@suse.de>
1416S: Maintained
1417F: device_tree.c
1418F: include/sysemu/device_tree.h
1419
1420Dump
1421S: Supported
1422M: Marc-André Lureau <marcandre.lureau@redhat.com>
1423F: dump.c
1424F: hw/misc/vmcoreinfo.c
1425F: include/hw/misc/vmcoreinfo.h
1426F: include/sysemu/dump-arch.h
1427F: include/sysemu/dump.h
1428F: scripts/dump-guest-memory.py
1429F: stubs/dump.c
1430
1431Error reporting
1432M: Markus Armbruster <armbru@redhat.com>
1433S: Supported
1434F: include/qapi/error.h
1435F: include/qemu/error-report.h
1436F: util/error.c
1437F: util/qemu-error.c
1438
1439GDB stub
1440L: qemu-devel@nongnu.org
1441S: Odd Fixes
1442F: gdbstub*
1443F: gdb-xml/
1444
1445Memory API
1446M: Paolo Bonzini <pbonzini@redhat.com>
1447S: Supported
1448F: include/exec/ioport.h
1449F: ioport.c
1450F: include/exec/memory.h
1451F: include/exec/ram_addr.h
1452F: memory.c
1453F: include/exec/memory-internal.h
1454F: exec.c
1455
1456SPICE
1457M: Gerd Hoffmann <kraxel@redhat.com>
1458S: Supported
1459F: include/ui/qemu-spice.h
1460F: include/ui/spice-display.h
1461F: ui/spice-*.c
1462F: audio/spiceaudio.c
1463F: hw/display/qxl*
1464F: qapi/ui.json
1465
1466Graphics
1467M: Gerd Hoffmann <kraxel@redhat.com>
1468S: Odd Fixes
1469F: ui/
1470F: include/ui/
1471F: qapi/ui.json
1472
1473Cocoa graphics
1474M: Peter Maydell <peter.maydell@linaro.org>
1475S: Odd Fixes
1476F: ui/cocoa.m
1477
1478Main loop
1479M: Paolo Bonzini <pbonzini@redhat.com>
1480S: Maintained
1481F: cpus.c
1482F: util/main-loop.c
1483F: util/qemu-timer.c
1484F: vl.c
1485F: qapi/run-state.json
1486
1487Human Monitor (HMP)
1488M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1489S: Maintained
1490F: monitor.c
1491F: hmp.[ch]
1492F: hmp-commands*.hx
1493F: include/monitor/hmp-target.h
1494F: tests/test-hmp.c
1495
1496Network device backends
1497M: Jason Wang <jasowang@redhat.com>
1498S: Maintained
1499F: net/
1500F: include/net/
1501T: git git://github.com/jasowang/qemu.git net
1502F: qapi/net.json
1503
1504Netmap network backend
1505M: Luigi Rizzo <rizzo@iet.unipi.it>
1506M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1507M: Vincenzo Maffione <v.maffione@gmail.com>
1508W: http://info.iet.unipi.it/~luigi/netmap/
1509S: Maintained
1510F: net/netmap.c
1511
1512NUMA
1513M: Eduardo Habkost <ehabkost@redhat.com>
1514S: Maintained
1515F: numa.c
1516F: include/sysemu/numa.h
1517T: git git://github.com/ehabkost/qemu.git machine-next
1518
1519Host Memory Backends
1520M: Eduardo Habkost <ehabkost@redhat.com>
1521M: Igor Mammedov <imammedo@redhat.com>
1522S: Maintained
1523F: backends/hostmem*.c
1524F: include/sysemu/hostmem.h
1525T: git git://github.com/ehabkost/qemu.git machine-next
1526
1527Cryptodev Backends
1528M: Gonglei <arei.gonglei@huawei.com>
1529S: Maintained
1530F: include/sysemu/cryptodev*.h
1531F: backends/cryptodev*.c
1532
1533Python scripts
1534M: Eduardo Habkost <ehabkost@redhat.com>
1535M: Cleber Rosa <crosa@redhat.com>
1536S: Odd fixes
1537F: scripts/qmp/*
1538F: scripts/*.py
1539F: tests/*.py
1540
1541QAPI
1542M: Markus Armbruster <armbru@redhat.com>
1543M: Michael Roth <mdroth@linux.vnet.ibm.com>
1544S: Supported
1545F: qapi/
1546X: qapi/*.json
1547F: include/qapi/
1548X: include/qapi/qmp/
1549F: include/qapi/qmp/dispatch.h
1550F: tests/qapi-schema/
1551F: tests/test-*-visitor.c
1552F: tests/test-qapi-*.c
1553F: tests/test-qmp-*.c
1554F: tests/test-visitor-serialization.c
1555F: scripts/qapi*
1556F: docs/devel/qapi*
1557T: git git://repo.or.cz/qemu/armbru.git qapi-next
1558
1559QAPI Schema
1560M: Eric Blake <eblake@redhat.com>
1561M: Markus Armbruster <armbru@redhat.com>
1562S: Supported
1563F: qapi-schema.json
1564F: qapi/*.json
1565T: git git://repo.or.cz/qemu/armbru.git qapi-next
1566
1567QObject
1568M: Markus Armbruster <armbru@redhat.com>
1569S: Supported
1570F: qobject/
1571F: include/qapi/qmp/
1572X: include/qapi/qmp/dispatch.h
1573F: scripts/coccinelle/qobject.cocci
1574F: tests/check-qdict.c
1575F: tests/check-qnum.c
1576F: tests/check-qjson.c
1577F: tests/check-qlist.c
1578F: tests/check-qstring.c
1579T: git git://repo.or.cz/qemu/armbru.git qapi-next
1580
1581QEMU Guest Agent
1582M: Michael Roth <mdroth@linux.vnet.ibm.com>
1583S: Maintained
1584F: qga/
1585F: qemu-ga.texi
1586F: scripts/qemu-guest-agent/
1587F: tests/test-qga.c
1588F: docs/interop/qemu-ga-ref.texi
1589T: git git://github.com/mdroth/qemu.git qga
1590
1591QOM
1592M: Andreas Färber <afaerber@suse.de>
1593S: Supported
1594T: git git://github.com/afaerber/qemu-cpu.git qom-next
1595F: include/qom/
1596X: include/qom/cpu.h
1597F: qom/
1598X: qom/cpu.c
1599F: tests/check-qom-interface.c
1600F: tests/check-qom-proplist.c
1601F: tests/qom-test.c
1602
1603QMP
1604M: Markus Armbruster <armbru@redhat.com>
1605S: Supported
1606F: qmp.c
1607F: monitor.c
1608F: docs/devel/*qmp-*
1609F: scripts/qmp/
1610F: tests/qmp-test.c
1611T: git git://repo.or.cz/qemu/armbru.git qapi-next
1612
1613Register API
1614M: Alistair Francis <alistair@alistair23.me>
1615S: Maintained
1616F: hw/core/register.c
1617F: include/hw/register.h
1618F: include/hw/registerfields.h
1619
1620SLIRP
1621M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1622M: Jan Kiszka <jan.kiszka@siemens.com>
1623S: Maintained
1624F: slirp/
1625F: net/slirp.c
1626F: include/net/slirp.h
1627T: git git://git.kiszka.org/qemu.git queues/slirp
1628
1629Stubs
1630M: Paolo Bonzini <pbonzini@redhat.com>
1631S: Maintained
1632F: stubs/
1633
1634Tracing
1635M: Stefan Hajnoczi <stefanha@redhat.com>
1636S: Maintained
1637F: trace/
1638F: scripts/tracetool.py
1639F: scripts/tracetool/
1640F: docs/devel/tracing.txt
1641T: git git://github.com/stefanha/qemu.git tracing
1642
1643TPM
1644M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1645S: Maintained
1646F: tpm.c
1647F: stubs/tpm.c
1648F: hw/tpm/*
1649F: include/hw/acpi/tpm.h
1650F: include/sysemu/tpm*
1651F: qapi/tpm.json
1652F: backends/tpm.c
1653F: tests/*tpm*
1654T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1655
1656Checkpatch
1657S: Odd Fixes
1658F: scripts/checkpatch.pl
1659
1660Migration
1661M: Juan Quintela <quintela@redhat.com>
1662M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1663S: Maintained
1664F: include/migration/
1665F: migration/
1666F: scripts/vmstate-static-checker.py
1667F: tests/vmstate-static-checker-data/
1668F: tests/migration-test.c
1669F: docs/devel/migration.txt
1670F: qapi/migration.json
1671
1672Seccomp
1673M: Eduardo Otubo <otubo@redhat.com>
1674S: Supported
1675F: qemu-seccomp.c
1676F: include/sysemu/seccomp.h
1677
1678Cryptography
1679M: Daniel P. Berrange <berrange@redhat.com>
1680S: Maintained
1681F: crypto/
1682F: include/crypto/
1683F: tests/test-crypto-*
1684F: tests/benchmark-crypto-*
1685F: qemu.sasl
1686
1687Coroutines
1688M: Stefan Hajnoczi <stefanha@redhat.com>
1689M: Kevin Wolf <kwolf@redhat.com>
1690F: util/*coroutine*
1691F: include/qemu/coroutine*
1692F: tests/test-coroutine.c
1693
1694Buffers
1695M: Daniel P. Berrange <berrange@redhat.com>
1696S: Odd fixes
1697F: util/buffer.c
1698F: include/qemu/buffer.h
1699
1700I/O Channels
1701M: Daniel P. Berrange <berrange@redhat.com>
1702S: Maintained
1703F: io/
1704F: include/io/
1705F: tests/test-io-*
1706
1707Sockets
1708M: Daniel P. Berrange <berrange@redhat.com>
1709M: Gerd Hoffmann <kraxel@redhat.com>
1710M: Paolo Bonzini <pbonzini@redhat.com>
1711S: Maintained
1712F: include/qemu/sockets.h
1713F: util/qemu-sockets.c
1714F: qapi/sockets.json
1715
1716Throttling infrastructure
1717M: Alberto Garcia <berto@igalia.com>
1718S: Supported
1719F: block/throttle-groups.c
1720F: include/block/throttle-groups.h
1721F: include/qemu/throttle*.h
1722F: util/throttle.c
1723F: docs/throttle.txt
1724F: tests/test-throttle.c
1725L: qemu-block@nongnu.org
1726
1727UUID
1728M: Fam Zheng <famz@redhat.com>
1729S: Supported
1730F: util/uuid.c
1731F: include/qemu/uuid.h
1732F: tests/test-uuid.c
1733
1734COLO Framework
1735M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1736S: Maintained
1737F: migration/colo*
1738F: include/migration/colo.h
1739F: include/migration/failover.h
1740F: docs/COLO-FT.txt
1741
1742COLO Proxy
1743M: Zhang Chen <zhangckid@gmail.com>
1744M: Li Zhijian <lizhijian@cn.fujitsu.com>
1745S: Supported
1746F: docs/colo-proxy.txt
1747F: net/colo*
1748F: net/filter-rewriter.c
1749F: net/filter-mirror.c
1750
1751Record/replay
1752M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1753R: Paolo Bonzini <pbonzini@redhat.com>
1754W: https://wiki.qemu.org/Features/record-replay
1755S: Supported
1756F: replay/*
1757F: block/blkreplay.c
1758F: net/filter-replay.c
1759F: include/sysemu/replay.h
1760F: docs/replay.txt
1761F: stubs/replay.c
1762
1763Usermode Emulation
1764------------------
1765Overall
1766M: Riku Voipio <riku.voipio@iki.fi>
1767S: Maintained
1768F: thunk.c
1769F: accel/tcg/user-exec*.c
1770
1771BSD user
1772S: Orphan
1773F: bsd-user/
1774F: default-configs/*-bsd-user.mak
1775
1776Linux user
1777M: Riku Voipio <riku.voipio@iki.fi>
1778R: Laurent Vivier <laurent@vivier.eu>
1779S: Maintained
1780F: linux-user/
1781F: default-configs/*-linux-user.mak
1782F: scripts/qemu-binfmt-conf.sh
1783
1784Tiny Code Generator (TCG)
1785-------------------------
1786Common code
1787M: Richard Henderson <rth@twiddle.net>
1788S: Maintained
1789F: tcg/
1790
1791AArch64 target
1792M: Claudio Fontana <claudio.fontana@huawei.com>
1793M: Claudio Fontana <claudio.fontana@gmail.com>
1794S: Maintained
1795L: qemu-arm@nongnu.org
1796F: tcg/aarch64/
1797F: disas/arm-a64.cc
1798F: disas/libvixl/
1799
1800ARM target
1801M: Andrzej Zaborowski <balrogg@gmail.com>
1802S: Maintained
1803L: qemu-arm@nongnu.org
1804F: tcg/arm/
1805F: disas/arm.c
1806
1807i386 target
1808L: qemu-devel@nongnu.org
1809S: Maintained
1810F: tcg/i386/
1811F: disas/i386.c
1812
1813MIPS target
1814M: Aurelien Jarno <aurelien@aurel32.net>
1815S: Maintained
1816F: tcg/mips/
1817F: disas/mips.c
1818
1819PPC
1820M: Richard Henderson <rth@twiddle.net>
1821S: Odd Fixes
1822F: tcg/ppc/
1823F: disas/ppc.c
1824
1825S390 target
1826M: Alexander Graf <agraf@suse.de>
1827M: Richard Henderson <rth@twiddle.net>
1828S: Maintained
1829F: tcg/s390/
1830F: disas/s390.c
1831L: qemu-s390x@nongnu.org
1832
1833SPARC target
1834S: Odd Fixes
1835F: tcg/sparc/
1836F: disas/sparc.c
1837
1838TCI target
1839M: Stefan Weil <sw@weilnetz.de>
1840S: Maintained
1841F: tcg/tci/
1842F: tcg/tci.c
1843F: disas/tci.c
1844
1845Block drivers
1846-------------
1847VMDK
1848M: Fam Zheng <famz@redhat.com>
1849L: qemu-block@nongnu.org
1850S: Supported
1851F: block/vmdk.c
1852
1853RBD
1854M: Josh Durgin <jdurgin@redhat.com>
1855M: Jeff Cody <jcody@redhat.com>
1856L: qemu-block@nongnu.org
1857S: Supported
1858F: block/rbd.c
1859T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1860
1861Sheepdog
1862M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1863M: Liu Yuan <namei.unix@gmail.com>
1864M: Jeff Cody <jcody@redhat.com>
1865L: qemu-block@nongnu.org
1866L: sheepdog@lists.wpkg.org
1867S: Supported
1868F: block/sheepdog.c
1869T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1870
1871VHDX
1872M: Jeff Cody <jcody@redhat.com>
1873L: qemu-block@nongnu.org
1874S: Supported
1875F: block/vhdx*
1876T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1877
1878VDI
1879M: Stefan Weil <sw@weilnetz.de>
1880L: qemu-block@nongnu.org
1881S: Maintained
1882F: block/vdi.c
1883
1884iSCSI
1885M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1886M: Paolo Bonzini <pbonzini@redhat.com>
1887M: Peter Lieven <pl@kamp.de>
1888L: qemu-block@nongnu.org
1889S: Supported
1890F: block/iscsi.c
1891F: block/iscsi-opts.c
1892
1893Network Block Device (NBD)
1894M: Eric Blake <eblake@redhat.com>
1895M: Paolo Bonzini <pbonzini@redhat.com>
1896L: qemu-block@nongnu.org
1897S: Maintained
1898F: block/nbd*
1899F: nbd/
1900F: include/block/nbd*
1901F: qemu-nbd.*
1902F: blockdev-nbd.c
1903T: git git://repo.or.cz/qemu/ericb.git nbd
1904
1905NFS
1906M: Jeff Cody <jcody@redhat.com>
1907M: Peter Lieven <pl@kamp.de>
1908L: qemu-block@nongnu.org
1909S: Maintained
1910F: block/nfs.c
1911T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1912
1913SSH
1914M: Richard W.M. Jones <rjones@redhat.com>
1915M: Jeff Cody <jcody@redhat.com>
1916L: qemu-block@nongnu.org
1917S: Supported
1918F: block/ssh.c
1919T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1920
1921CURL
1922M: Jeff Cody <jcody@redhat.com>
1923L: qemu-block@nongnu.org
1924S: Supported
1925F: block/curl.c
1926T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1927
1928GLUSTER
1929M: Jeff Cody <jcody@redhat.com>
1930L: qemu-block@nongnu.org
1931S: Supported
1932F: block/gluster.c
1933T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1934
1935Null Block Driver
1936M: Fam Zheng <famz@redhat.com>
1937L: qemu-block@nongnu.org
1938S: Supported
1939F: block/null.c
1940
1941NVMe Block Driver
1942M: Fam Zheng <famz@redhat.com>
1943L: qemu-block@nongnu.org
1944S: Supported
1945F: block/nvme*
1946
1947Bootdevice
1948M: Gonglei <arei.gonglei@huawei.com>
1949S: Maintained
1950F: bootdevice.c
1951
1952Quorum
1953M: Alberto Garcia <berto@igalia.com>
1954S: Supported
1955F: block/quorum.c
1956L: qemu-block@nongnu.org
1957
1958blkverify
1959M: Stefan Hajnoczi <stefanha@redhat.com>
1960L: qemu-block@nongnu.org
1961S: Supported
1962F: block/blkverify.c
1963
1964bochs
1965M: Stefan Hajnoczi <stefanha@redhat.com>
1966L: qemu-block@nongnu.org
1967S: Supported
1968F: block/bochs.c
1969
1970cloop
1971M: Stefan Hajnoczi <stefanha@redhat.com>
1972L: qemu-block@nongnu.org
1973S: Supported
1974F: block/cloop.c
1975
1976dmg
1977M: Stefan Hajnoczi <stefanha@redhat.com>
1978L: qemu-block@nongnu.org
1979S: Supported
1980F: block/dmg.c
1981
1982parallels
1983M: Stefan Hajnoczi <stefanha@redhat.com>
1984M: Denis V. Lunev <den@openvz.org>
1985L: qemu-block@nongnu.org
1986S: Supported
1987F: block/parallels.c
1988F: docs/interop/parallels.txt
1989
1990qed
1991M: Stefan Hajnoczi <stefanha@redhat.com>
1992L: qemu-block@nongnu.org
1993S: Supported
1994F: block/qed.c
1995
1996raw
1997M: Kevin Wolf <kwolf@redhat.com>
1998L: qemu-block@nongnu.org
1999S: Supported
2000F: block/linux-aio.c
2001F: include/block/raw-aio.h
2002F: block/raw-format.c
2003F: block/file-posix.c
2004F: block/file-win32.c
2005F: block/win32-aio.c
2006
2007qcow2
2008M: Kevin Wolf <kwolf@redhat.com>
2009M: Max Reitz <mreitz@redhat.com>
2010L: qemu-block@nongnu.org
2011S: Supported
2012F: block/qcow2*
2013F: docs/interop/qcow2.txt
2014
2015qcow
2016M: Kevin Wolf <kwolf@redhat.com>
2017L: qemu-block@nongnu.org
2018S: Supported
2019F: block/qcow.c
2020
2021blkdebug
2022M: Kevin Wolf <kwolf@redhat.com>
2023M: Max Reitz <mreitz@redhat.com>
2024L: qemu-block@nongnu.org
2025S: Supported
2026F: block/blkdebug.c
2027
2028vpc
2029M: Kevin Wolf <kwolf@redhat.com>
2030L: qemu-block@nongnu.org
2031S: Supported
2032F: block/vpc.c
2033
2034vvfat
2035M: Kevin Wolf <kwolf@redhat.com>
2036L: qemu-block@nongnu.org
2037S: Supported
2038F: block/vvfat.c
2039
2040Image format fuzzer
2041M: Stefan Hajnoczi <stefanha@redhat.com>
2042L: qemu-block@nongnu.org
2043S: Supported
2044F: tests/image-fuzzer/
2045
2046Replication
2047M: Wen Congyang <wencongyang2@huawei.com>
2048M: Xie Changlong <xiechanglong.d@gmail.com>
2049S: Supported
2050F: replication*
2051F: block/replication.c
2052F: tests/test-replication.c
2053F: docs/block-replication.txt
2054
2055PVRDMA
2056M: Yuval Shaia <yuval.shaia@oracle.com>
2057M: Marcel Apfelbaum <marcel@redhat.com>
2058S: Maintained
2059F: hw/rdma/*
2060F: hw/rdma/vmw/*
2061F: docs/pvrdma.txt
2062
2063Build and test automation
2064-------------------------
2065Build and test automation
2066M: Alex Bennée <alex.bennee@linaro.org>
2067M: Fam Zheng <famz@redhat.com>
2068R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2069L: qemu-devel@nongnu.org
2070S: Maintained
2071F: .travis.yml
2072F: .shippable.yml
2073F: tests/docker/
2074F: tests/vm/
2075W: https://travis-ci.org/qemu/qemu
2076W: https://app.shippable.com/github/qemu/qemu
2077W: http://patchew.org/QEMU/
2078
2079Documentation
2080-------------
2081Build system architecture
2082M: Daniel P. Berrange <berrange@redhat.com>
2083S: Odd Fixes
2084F: docs/devel/build-system.txt
2085
2086Build System
2087------------
2088GIT submodules
2089M: Daniel P. Berrange <berrange@redhat.com>
2090S: Odd Fixes
2091F: scripts/git-submodule.sh
2092