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