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