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