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