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