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