xref: /openbmc/qemu/MAINTAINERS (revision aefcaf9d)
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
819STM32F405
820M: Alistair Francis <alistair@alistair23.me>
821M: Peter Maydell <peter.maydell@linaro.org>
822S: Maintained
823F: hw/arm/stm32f405_soc.c
824F: hw/misc/stm32f4xx_syscfg.c
825F: hw/misc/stm32f4xx_exti.c
826
827Netduino 2
828M: Alistair Francis <alistair@alistair23.me>
829M: Peter Maydell <peter.maydell@linaro.org>
830S: Maintained
831F: hw/arm/netduino2.c
832
833Netduino Plus 2
834M: Alistair Francis <alistair@alistair23.me>
835M: Peter Maydell <peter.maydell@linaro.org>
836S: Maintained
837F: hw/arm/netduinoplus2.c
838
839SmartFusion2
840M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
841M: Peter Maydell <peter.maydell@linaro.org>
842S: Maintained
843F: hw/arm/msf2-soc.c
844F: hw/misc/msf2-sysreg.c
845F: hw/timer/mss-timer.c
846F: hw/ssi/mss-spi.c
847F: include/hw/arm/msf2-soc.h
848F: include/hw/misc/msf2-sysreg.h
849F: include/hw/timer/mss-timer.h
850F: include/hw/ssi/mss-spi.h
851
852Emcraft M2S-FG484
853M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
854M: Peter Maydell <peter.maydell@linaro.org>
855S: Maintained
856F: hw/arm/msf2-som.c
857
858ASPEED BMCs
859M: Cédric Le Goater <clg@kaod.org>
860M: Peter Maydell <peter.maydell@linaro.org>
861R: Andrew Jeffery <andrew@aj.id.au>
862R: Joel Stanley <joel@jms.id.au>
863L: qemu-arm@nongnu.org
864S: Maintained
865F: hw/*/*aspeed*
866F: hw/misc/pca9552.c
867F: include/hw/*/*aspeed*
868F: include/hw/misc/pca9552*.h
869F: hw/net/ftgmac100.c
870F: include/hw/net/ftgmac100.h
871
872NRF51
873M: Joel Stanley <joel@jms.id.au>
874M: Peter Maydell <peter.maydell@linaro.org>
875L: qemu-arm@nongnu.org
876S: Maintained
877F: hw/*/nrf51*.c
878F: hw/*/microbit*.c
879F: include/hw/*/nrf51*.h
880F: include/hw/*/microbit*.h
881F: tests/qtest/microbit-test.c
882
883CRIS Machines
884-------------
885Axis Dev88
886M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887S: Maintained
888F: hw/cris/axis_dev88.c
889F: hw/*/etraxfs_*.c
890
891HP-PARISC Machines
892------------------
893Dino
894M: Richard Henderson <rth@twiddle.net>
895R: Helge Deller <deller@gmx.de>
896S: Odd Fixes
897F: hw/hppa/
898F: pc-bios/hppa-firmware.img
899
900LM32 Machines
901-------------
902EVR32 and uclinux BSP
903M: Michael Walle <michael@walle.cc>
904S: Maintained
905F: hw/lm32/lm32_boards.c
906
907milkymist
908M: Michael Walle <michael@walle.cc>
909S: Maintained
910F: hw/lm32/milkymist.c
911
912M68K Machines
913-------------
914an5206
915M: Thomas Huth <huth@tuxfamily.org>
916S: Odd Fixes
917F: hw/m68k/an5206.c
918F: hw/m68k/mcf5206.c
919
920mcf5208
921M: Thomas Huth <huth@tuxfamily.org>
922S: Odd Fixes
923F: hw/m68k/mcf5208.c
924F: hw/m68k/mcf_intc.c
925F: hw/char/mcf_uart.c
926F: hw/net/mcf_fec.c
927F: include/hw/m68k/mcf*.h
928
929NeXTcube
930M: Thomas Huth <huth@tuxfamily.org>
931S: Odd Fixes
932F: hw/m68k/next-*.c
933F: hw/display/next-fb.c
934F: include/hw/m68k/next-cube.h
935
936q800
937M: Laurent Vivier <laurent@vivier.eu>
938S: Maintained
939F: hw/m68k/q800.c
940F: hw/misc/mac_via.c
941F: hw/nubus/*
942F: hw/display/macfb.c
943F: hw/block/swim.c
944F: hw/m68k/bootinfo.h
945F: include/hw/misc/mac_via.h
946F: include/hw/nubus/*
947F: include/hw/display/macfb.h
948F: include/hw/block/swim.h
949
950MicroBlaze Machines
951-------------------
952petalogix_s3adsp1800
953M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
954S: Maintained
955F: hw/microblaze/petalogix_s3adsp1800_mmu.c
956F: include/hw/char/xilinx_uartlite.h
957
958petalogix_ml605
959M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
960S: Maintained
961F: hw/microblaze/petalogix_ml605_mmu.c
962
963MIPS Machines
964-------------
965Jazz
966M: Hervé Poussineau <hpoussin@reactos.org>
967R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
968S: Maintained
969F: hw/mips/mips_jazz.c
970F: hw/display/jazz_led.c
971F: hw/dma/rc4030.c
972
973Malta
974M: Aleksandar Markovic <amarkovic@wavecomp.com>
975M: Philippe Mathieu-Daudé <f4bug@amsat.org>
976R: Aurelien Jarno <aurelien@aurel32.net>
977S: Maintained
978F: hw/isa/piix4.c
979F: hw/acpi/piix4.c
980F: hw/mips/mips_malta.c
981F: hw/mips/gt64xxx_pci.c
982F: include/hw/southbridge/piix.h
983F: tests/acceptance/linux_ssh_mips_malta.py
984
985Mipssim
986M: Aleksandar Markovic <amarkovic@wavecomp.com>
987R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
988S: Odd Fixes
989F: hw/mips/mips_mipssim.c
990F: hw/net/mipsnet.c
991
992R4000
993M: Aurelien Jarno <aurelien@aurel32.net>
994R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
995S: Obsolete
996F: hw/mips/mips_r4k.c
997
998Fulong 2E
999M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1000M: Aleksandar Markovic <amarkovic@wavecomp.com>
1001S: Odd Fixes
1002F: hw/mips/mips_fulong2e.c
1003F: hw/isa/vt82c686.c
1004F: hw/pci-host/bonito.c
1005F: include/hw/isa/vt82c686.h
1006
1007Boston
1008M: Paul Burton <pburton@wavecomp.com>
1009R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1010S: Maintained
1011F: hw/core/loader-fit.c
1012F: hw/mips/boston.c
1013F: hw/pci-host/xilinx-pcie.c
1014F: include/hw/pci-host/xilinx-pcie.h
1015
1016OpenRISC Machines
1017-----------------
1018or1k-sim
1019M: Jia Liu <proljc@gmail.com>
1020S: Maintained
1021F: hw/openrisc/openrisc_sim.c
1022
1023PowerPC Machines
1024----------------
1025405
1026M: David Gibson <david@gibson.dropbear.id.au>
1027L: qemu-ppc@nongnu.org
1028S: Odd Fixes
1029F: hw/ppc/ppc405_boards.c
1030
1031Bamboo
1032M: David Gibson <david@gibson.dropbear.id.au>
1033L: qemu-ppc@nongnu.org
1034S: Odd Fixes
1035F: hw/ppc/ppc440_bamboo.c
1036
1037e500
1038M: David Gibson <david@gibson.dropbear.id.au>
1039L: qemu-ppc@nongnu.org
1040S: Odd Fixes
1041F: hw/ppc/e500*
1042F: hw/gpio/mpc8xxx.c
1043F: hw/i2c/mpc_i2c.c
1044F: hw/net/fsl_etsec/
1045F: hw/pci-host/ppce500.c
1046F: include/hw/ppc/ppc_e500.h
1047F: include/hw/pci-host/ppce500.h
1048F: pc-bios/u-boot.e500
1049
1050mpc8544ds
1051M: David Gibson <david@gibson.dropbear.id.au>
1052L: qemu-ppc@nongnu.org
1053S: Odd Fixes
1054F: hw/ppc/mpc8544ds.c
1055F: hw/ppc/mpc8544_guts.c
1056
1057New World (mac99)
1058M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1059R: David Gibson <david@gibson.dropbear.id.au>
1060L: qemu-ppc@nongnu.org
1061S: Odd Fixes
1062F: hw/ppc/mac_newworld.c
1063F: hw/pci-host/uninorth.c
1064F: hw/pci-bridge/dec.[hc]
1065F: hw/misc/macio/
1066F: hw/misc/mos6522.c
1067F: hw/nvram/mac_nvram.c
1068F: hw/input/adb*
1069F: include/hw/misc/macio/
1070F: include/hw/misc/mos6522.h
1071F: include/hw/ppc/mac_dbdma.h
1072F: include/hw/pci-host/uninorth.h
1073F: include/hw/input/adb*
1074F: pc-bios/qemu_vga.ndrv
1075
1076Old World (g3beige)
1077M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1078R: David Gibson <david@gibson.dropbear.id.au>
1079L: qemu-ppc@nongnu.org
1080S: Odd Fixes
1081F: hw/ppc/mac_oldworld.c
1082F: hw/pci-host/grackle.c
1083F: hw/misc/macio/
1084F: hw/intc/heathrow_pic.c
1085F: hw/input/adb*
1086F: include/hw/intc/heathrow_pic.h
1087F: include/hw/input/adb*
1088F: pc-bios/qemu_vga.ndrv
1089
1090PReP
1091M: Hervé Poussineau <hpoussin@reactos.org>
1092L: qemu-ppc@nongnu.org
1093S: Maintained
1094F: hw/ppc/prep.c
1095F: hw/ppc/prep_systemio.c
1096F: hw/ppc/rs6000_mc.c
1097F: hw/pci-host/prep.[hc]
1098F: hw/isa/i82378.c
1099F: hw/isa/pc87312.c
1100F: hw/dma/i82374.c
1101F: hw/rtc/m48t59-isa.c
1102F: include/hw/isa/pc87312.h
1103F: include/hw/rtc/m48t59.h
1104F: pc-bios/ppc_rom.bin
1105F: tests/acceptance/ppc_prep_40p.py
1106
1107sPAPR
1108M: David Gibson <david@gibson.dropbear.id.au>
1109L: qemu-ppc@nongnu.org
1110S: Supported
1111F: hw/*/spapr*
1112F: include/hw/*/spapr*
1113F: hw/*/xics*
1114F: include/hw/*/xics*
1115F: pc-bios/slof.bin
1116F: docs/specs/ppc-spapr-hcalls.txt
1117F: docs/specs/ppc-spapr-hotplug.txt
1118F: tests/qtest/spapr*
1119F: tests/qtest/libqos/*spapr*
1120F: tests/qtest/rtas*
1121F: tests/qtest/libqos/rtas*
1122
1123PowerNV (Non-Virtualized)
1124M: Cédric Le Goater <clg@kaod.org>
1125M: David Gibson <david@gibson.dropbear.id.au>
1126L: qemu-ppc@nongnu.org
1127S: Maintained
1128F: hw/ppc/pnv*
1129F: hw/intc/pnv*
1130F: hw/intc/xics_pnv.c
1131F: include/hw/ppc/pnv*
1132F: pc-bios/skiboot.lid
1133F: tests/qtest/pnv*
1134
1135virtex_ml507
1136M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1137L: qemu-ppc@nongnu.org
1138S: Odd Fixes
1139F: hw/ppc/virtex_ml507.c
1140
1141sam460ex
1142M: BALATON Zoltan <balaton@eik.bme.hu>
1143L: qemu-ppc@nongnu.org
1144S: Maintained
1145F: hw/ppc/sam460ex.c
1146F: hw/ppc/ppc440_pcix.c
1147F: hw/display/sm501*
1148F: hw/ide/sii3112.c
1149F: hw/rtc/m41t80.c
1150F: pc-bios/canyonlands.dt[sb]
1151F: pc-bios/u-boot-sam460ex-20100605.bin
1152F: roms/u-boot-sam460ex
1153
1154SH4 Machines
1155------------
1156R2D
1157M: Magnus Damm <magnus.damm@gmail.com>
1158S: Maintained
1159F: hw/sh4/r2d.c
1160F: hw/intc/sh_intc.c
1161F: hw/timer/sh_timer.c
1162
1163Shix
1164M: Magnus Damm <magnus.damm@gmail.com>
1165S: Odd Fixes
1166F: hw/sh4/shix.c
1167
1168SPARC Machines
1169--------------
1170Sun4m
1171M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1172S: Maintained
1173F: hw/sparc/sun4m.c
1174F: hw/sparc/sun4m_iommu.c
1175F: hw/display/cg3.c
1176F: hw/display/tcx.c
1177F: hw/dma/sparc32_dma.c
1178F: hw/misc/eccmemctl.c
1179F: hw/*/slavio_*.c
1180F: include/hw/nvram/sun_nvram.h
1181F: include/hw/sparc/sparc32_dma.h
1182F: include/hw/sparc/sun4m_iommu.h
1183F: pc-bios/openbios-sparc32
1184
1185Sun4u
1186M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1187S: Maintained
1188F: hw/sparc64/sun4u.c
1189F: hw/sparc64/sun4u_iommu.c
1190F: include/hw/sparc/sun4u_iommu.h
1191F: hw/pci-host/sabre.c
1192F: include/hw/pci-host/sabre.h
1193F: hw/pci-bridge/simba.c
1194F: include/hw/pci-bridge/simba.h
1195F: pc-bios/openbios-sparc64
1196
1197Sun4v
1198M: Artyom Tarasenko <atar4qemu@gmail.com>
1199S: Maintained
1200F: hw/sparc64/niagara.c
1201F: hw/rtc/sun4v-rtc.c
1202F: include/hw/rtc/sun4v-rtc.h
1203
1204Leon3
1205M: Fabien Chouteau <chouteau@adacore.com>
1206M: KONRAD Frederic <frederic.konrad@adacore.com>
1207S: Maintained
1208F: hw/sparc/leon3.c
1209F: hw/*/grlib*
1210F: include/hw/*/grlib*
1211F: tests/acceptance/machine_sparc_leon3.py
1212
1213S390 Machines
1214-------------
1215S390 Virtio-ccw
1216M: Cornelia Huck <cohuck@redhat.com>
1217M: Halil Pasic <pasic@linux.ibm.com>
1218M: Christian Borntraeger <borntraeger@de.ibm.com>
1219S: Supported
1220F: hw/char/sclp*.[hc]
1221F: hw/char/terminal3270.c
1222F: hw/s390x/
1223F: include/hw/s390x/
1224F: hw/watchdog/wdt_diag288.c
1225F: include/hw/watchdog/wdt_diag288.h
1226F: default-configs/s390x-softmmu.mak
1227T: git https://github.com/cohuck/qemu.git s390-next
1228T: git https://github.com/borntraeger/qemu.git s390-next
1229L: qemu-s390x@nongnu.org
1230
1231S390-ccw boot
1232M: Christian Borntraeger <borntraeger@de.ibm.com>
1233M: Thomas Huth <thuth@redhat.com>
1234S: Supported
1235F: hw/s390x/ipl.*
1236F: pc-bios/s390-ccw/
1237F: pc-bios/s390-ccw.img
1238F: docs/devel/s390-dasd-ipl.txt
1239T: git https://github.com/borntraeger/qemu.git s390-next
1240L: qemu-s390x@nongnu.org
1241
1242S390 PCI
1243M: Matthew Rosato <mjrosato@linux.ibm.com>
1244S: Supported
1245F: hw/s390x/s390-pci*
1246L: qemu-s390x@nongnu.org
1247
1248UniCore32 Machines
1249------------------
1250PKUnity-3 SoC initramfs-with-busybox
1251M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1252S: Maintained
1253F: hw/*/puv3*
1254F: hw/unicore32/
1255
1256X86 Machines
1257------------
1258PC
1259M: Michael S. Tsirkin <mst@redhat.com>
1260M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1261S: Supported
1262F: include/hw/i386/
1263F: hw/i386/
1264F: hw/pci-host/i440fx.c
1265F: hw/pci-host/q35.c
1266F: hw/pci-host/pam.c
1267F: include/hw/pci-host/i440fx.h
1268F: include/hw/pci-host/q35.h
1269F: include/hw/pci-host/pam.h
1270F: hw/isa/piix3.c
1271F: hw/isa/lpc_ich9.c
1272F: hw/i2c/smbus_ich9.c
1273F: hw/acpi/piix4.c
1274F: hw/acpi/ich9.c
1275F: include/hw/acpi/ich9.h
1276F: include/hw/southbridge/piix.h
1277F: hw/misc/sga.c
1278F: hw/isa/apm.c
1279F: include/hw/isa/apm.h
1280F: tests/test-x86-cpuid.c
1281F: tests/qtest/test-x86-cpuid-compat.c
1282
1283PC Chipset
1284M: Michael S. Tsirkin <mst@redhat.com>
1285M: Paolo Bonzini <pbonzini@redhat.com>
1286S: Supported
1287F: hw/char/debugcon.c
1288F: hw/char/parallel*
1289F: hw/char/serial*
1290F: hw/dma/i8257*
1291F: hw/i2c/pm_smbus.c
1292F: hw/input/pckbd.c
1293F: hw/intc/apic*
1294F: hw/intc/ioapic*
1295F: hw/intc/i8259*
1296F: hw/isa/isa-superio.c
1297F: hw/misc/debugexit.c
1298F: hw/misc/pc-testdev.c
1299F: hw/timer/hpet*
1300F: hw/timer/i8254*
1301F: hw/rtc/mc146818rtc*
1302F: hw/watchdog/wdt_ib700.c
1303F: hw/watchdog/wdt_i6300esb.c
1304F: include/hw/display/vga.h
1305F: include/hw/char/parallel.h
1306F: include/hw/dma/i8257.h
1307F: include/hw/i2c/pm_smbus.h
1308F: include/hw/input/i8042.h
1309F: include/hw/isa/i8259_internal.h
1310F: include/hw/isa/superio.h
1311F: include/hw/timer/hpet.h
1312F: include/hw/timer/i8254*
1313F: include/hw/rtc/mc146818rtc*
1314
1315microvm
1316M: Sergio Lopez <slp@redhat.com>
1317M: Paolo Bonzini <pbonzini@redhat.com>
1318S: Maintained
1319F: docs/microvm.rst
1320F: hw/i386/microvm.c
1321F: include/hw/i386/microvm.h
1322F: pc-bios/bios-microvm.bin
1323
1324Machine core
1325M: Eduardo Habkost <ehabkost@redhat.com>
1326M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1327S: Supported
1328F: hw/core/cpu.c
1329F: hw/core/machine-qmp-cmds.c
1330F: hw/core/machine.c
1331F: hw/core/null-machine.c
1332F: hw/core/numa.c
1333F: hw/cpu/cluster.c
1334F: qapi/machine.json
1335F: qapi/machine-target.json
1336F: include/hw/boards.h
1337F: include/hw/core/cpu.h
1338F: include/hw/cpu/cluster.h
1339F: include/sysemu/numa.h
1340T: git https://github.com/ehabkost/qemu.git machine-next
1341
1342Xtensa Machines
1343---------------
1344sim
1345M: Max Filippov <jcmvbkbc@gmail.com>
1346S: Maintained
1347F: hw/xtensa/sim.c
1348
1349virt
1350M: Max Filippov <jcmvbkbc@gmail.com>
1351S: Maintained
1352F: hw/xtensa/virt.c
1353
1354XTFPGA (LX60, LX200, ML605, KC705)
1355M: Max Filippov <jcmvbkbc@gmail.com>
1356S: Maintained
1357F: hw/xtensa/xtfpga.c
1358F: hw/net/opencores_eth.c
1359
1360Devices
1361-------
1362EDU
1363M: Jiri Slaby <jslaby@suse.cz>
1364S: Maintained
1365F: hw/misc/edu.c
1366
1367IDE
1368M: John Snow <jsnow@redhat.com>
1369L: qemu-block@nongnu.org
1370S: Supported
1371F: include/hw/ide.h
1372F: include/hw/ide/
1373F: hw/ide/
1374F: hw/block/block.c
1375F: hw/block/cdrom.c
1376F: hw/block/hd-geometry.c
1377F: tests/qtest/ide-test.c
1378F: tests/qtest/ahci-test.c
1379F: tests/qtest/cdrom-test.c
1380F: tests/qtest/libqos/ahci*
1381T: git https://github.com/jnsnow/qemu.git ide
1382
1383IPMI
1384M: Corey Minyard <minyard@acm.org>
1385S: Maintained
1386F: include/hw/ipmi/*
1387F: hw/ipmi/*
1388F: hw/smbios/smbios_type_38.c
1389F: tests/qtest/ipmi*
1390T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1391
1392Floppy
1393M: John Snow <jsnow@redhat.com>
1394L: qemu-block@nongnu.org
1395S: Supported
1396F: hw/block/fdc.c
1397F: include/hw/block/fdc.h
1398F: tests/qtest/fdc-test.c
1399T: git https://github.com/jnsnow/qemu.git ide
1400
1401OMAP
1402M: Peter Maydell <peter.maydell@linaro.org>
1403S: Maintained
1404F: hw/*/omap*
1405F: include/hw/arm/omap.h
1406
1407IPack
1408M: Alberto Garcia <berto@igalia.com>
1409S: Odd Fixes
1410F: hw/char/ipoctal232.c
1411F: hw/ipack/
1412
1413PCI
1414M: Michael S. Tsirkin <mst@redhat.com>
1415M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1416S: Supported
1417F: include/hw/pci/*
1418F: hw/misc/pci-testdev.c
1419F: hw/pci/*
1420F: hw/pci-bridge/*
1421F: docs/pci*
1422F: docs/specs/*pci*
1423F: default-configs/pci.mak
1424
1425ACPI/SMBIOS
1426M: Michael S. Tsirkin <mst@redhat.com>
1427M: Igor Mammedov <imammedo@redhat.com>
1428S: Supported
1429F: include/hw/acpi/*
1430F: include/hw/firmware/smbios.h
1431F: hw/mem/*
1432F: hw/acpi/*
1433F: hw/smbios/*
1434F: hw/i386/acpi-build.[hc]
1435F: hw/arm/virt-acpi-build.c
1436F: tests/qtest/bios-tables-test.c
1437F: tests/qtest/acpi-utils.[hc]
1438F: tests/data/acpi/
1439
1440ppc4xx
1441M: David Gibson <david@gibson.dropbear.id.au>
1442L: qemu-ppc@nongnu.org
1443S: Odd Fixes
1444F: hw/ppc/ppc4*.c
1445F: hw/i2c/ppc4xx_i2c.c
1446F: include/hw/ppc/ppc4xx.h
1447F: include/hw/i2c/ppc4xx_i2c.h
1448
1449Character devices
1450M: Marc-André Lureau <marcandre.lureau@redhat.com>
1451R: Paolo Bonzini <pbonzini@redhat.com>
1452S: Odd Fixes
1453F: hw/char/
1454
1455Network devices
1456M: Jason Wang <jasowang@redhat.com>
1457S: Odd Fixes
1458F: hw/net/
1459F: include/hw/net/
1460F: tests/qtest/virtio-net-test.c
1461F: docs/virtio-net-failover.rst
1462T: git https://github.com/jasowang/qemu.git net
1463
1464Parallel NOR Flash devices
1465M: Philippe Mathieu-Daudé <philmd@redhat.com>
1466T: git https://gitlab.com/philmd/qemu.git pflash-next
1467S: Maintained
1468F: hw/block/pflash_cfi*.c
1469F: include/hw/block/flash.h
1470
1471SCSI
1472M: Paolo Bonzini <pbonzini@redhat.com>
1473R: Fam Zheng <fam@euphon.net>
1474S: Supported
1475F: include/hw/scsi/*
1476F: hw/scsi/*
1477F: tests/qtest/virtio-scsi-test.c
1478T: git https://github.com/bonzini/qemu.git scsi-next
1479
1480SSI
1481M: Alistair Francis <alistair@alistair23.me>
1482S: Maintained
1483F: hw/ssi/*
1484F: hw/block/m25p80.c
1485F: include/hw/ssi/ssi.h
1486X: hw/ssi/xilinx_*
1487F: tests/qtest/m25p80-test.c
1488
1489Xilinx SPI
1490M: Alistair Francis <alistair@alistair23.me>
1491S: Maintained
1492F: hw/ssi/xilinx_*
1493
1494SD (Secure Card)
1495M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1496S: Odd Fixes
1497F: include/hw/sd/sd*
1498F: hw/sd/core.c
1499F: hw/sd/sd*
1500F: hw/sd/ssi-sd.c
1501F: tests/qtest/sd*
1502
1503USB
1504M: Gerd Hoffmann <kraxel@redhat.com>
1505S: Maintained
1506F: hw/usb/*
1507F: tests/qtest/usb-*-test.c
1508F: docs/usb2.txt
1509F: docs/usb-storage.txt
1510F: include/hw/usb.h
1511F: include/hw/usb/
1512F: default-configs/usb.mak
1513
1514USB (serial adapter)
1515M: Gerd Hoffmann <kraxel@redhat.com>
1516M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1517S: Maintained
1518F: hw/usb/dev-serial.c
1519
1520VFIO
1521M: Alex Williamson <alex.williamson@redhat.com>
1522S: Supported
1523F: hw/vfio/*
1524F: include/hw/vfio/
1525
1526vfio-ccw
1527M: Cornelia Huck <cohuck@redhat.com>
1528M: Eric Farman <farman@linux.ibm.com>
1529S: Supported
1530F: hw/vfio/ccw.c
1531F: hw/s390x/s390-ccw.c
1532F: include/hw/s390x/s390-ccw.h
1533F: include/hw/s390x/vfio-ccw.h
1534T: git https://github.com/cohuck/qemu.git s390-next
1535L: qemu-s390x@nongnu.org
1536
1537vfio-ap
1538M: Christian Borntraeger <borntraeger@de.ibm.com>
1539M: Tony Krowiak <akrowiak@linux.ibm.com>
1540M: Halil Pasic <pasic@linux.ibm.com>
1541M: Pierre Morel <pmorel@linux.ibm.com>
1542S: Supported
1543F: hw/s390x/ap-device.c
1544F: hw/s390x/ap-bridge.c
1545F: include/hw/s390x/ap-device.h
1546F: include/hw/s390x/ap-bridge.h
1547F: hw/vfio/ap.c
1548F: docs/vfio-ap.txt
1549L: qemu-s390x@nongnu.org
1550
1551vhost
1552M: Michael S. Tsirkin <mst@redhat.com>
1553S: Supported
1554F: hw/*/*vhost*
1555F: docs/interop/vhost-user.json
1556F: docs/interop/vhost-user.rst
1557F: contrib/vhost-user-*/
1558F: backends/vhost-user.c
1559F: include/sysemu/vhost-user-backend.h
1560
1561virtio
1562M: Michael S. Tsirkin <mst@redhat.com>
1563S: Supported
1564F: hw/*/virtio*
1565F: hw/virtio/Makefile.objs
1566F: hw/virtio/trace-events
1567F: net/vhost-user.c
1568F: include/hw/virtio/
1569
1570virtio-9p
1571M: Greg Kurz <groug@kaod.org>
1572S: Odd Fixes
1573F: hw/9pfs/
1574X: hw/9pfs/xen-9p*
1575F: fsdev/
1576F: tests/qtest/virtio-9p-test.c
1577T: git https://github.com/gkurz/qemu.git 9p-next
1578
1579virtio-blk
1580M: Stefan Hajnoczi <stefanha@redhat.com>
1581L: qemu-block@nongnu.org
1582S: Supported
1583F: hw/block/virtio-blk.c
1584F: hw/block/dataplane/*
1585F: tests/qtest/virtio-blk-test.c
1586T: git https://github.com/stefanha/qemu.git block
1587
1588virtio-ccw
1589M: Cornelia Huck <cohuck@redhat.com>
1590M: Halil Pasic <pasic@linux.ibm.com>
1591S: Supported
1592F: hw/s390x/virtio-ccw*.[hc]
1593F: hw/s390x/vhost-vsock-ccw.c
1594T: git https://github.com/cohuck/qemu.git s390-next
1595T: git https://github.com/borntraeger/qemu.git s390-next
1596L: qemu-s390x@nongnu.org
1597
1598virtio-input
1599M: Gerd Hoffmann <kraxel@redhat.com>
1600S: Maintained
1601F: hw/input/vhost-user-input.c
1602F: hw/input/virtio-input*.c
1603F: include/hw/virtio/virtio-input.h
1604F: contrib/vhost-user-input/*
1605
1606virtio-serial
1607M: Laurent Vivier <lvivier@redhat.com>
1608R: Amit Shah <amit@kernel.org>
1609S: Supported
1610F: hw/char/virtio-serial-bus.c
1611F: hw/char/virtio-console.c
1612F: include/hw/virtio/virtio-serial.h
1613F: tests/qtest/virtio-serial-test.c
1614
1615virtio-rng
1616M: Laurent Vivier <lvivier@redhat.com>
1617R: Amit Shah <amit@kernel.org>
1618S: Supported
1619F: hw/virtio/virtio-rng.c
1620F: include/hw/virtio/virtio-rng.h
1621F: include/sysemu/rng*.h
1622F: backends/rng*.c
1623F: tests/qtest/virtio-rng-test.c
1624
1625virtio-crypto
1626M: Gonglei <arei.gonglei@huawei.com>
1627S: Supported
1628F: hw/virtio/virtio-crypto.c
1629F: hw/virtio/virtio-crypto-pci.c
1630F: include/hw/virtio/virtio-crypto.h
1631
1632nvme
1633M: Keith Busch <keith.busch@intel.com>
1634L: qemu-block@nongnu.org
1635S: Supported
1636F: hw/block/nvme*
1637F: tests/qtest/nvme-test.c
1638
1639megasas
1640M: Hannes Reinecke <hare@suse.com>
1641L: qemu-block@nongnu.org
1642S: Supported
1643F: hw/scsi/megasas.c
1644F: hw/scsi/mfi.h
1645F: tests/qtest/megasas-test.c
1646
1647Network packet abstractions
1648M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1649S: Maintained
1650F: include/net/eth.h
1651F: net/eth.c
1652F: hw/net/net_rx_pkt*
1653F: hw/net/net_tx_pkt*
1654
1655Vmware
1656M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1657S: Maintained
1658F: hw/net/vmxnet*
1659F: hw/scsi/vmw_pvscsi*
1660F: tests/qtest/vmxnet3-test.c
1661
1662Rocker
1663M: Jiri Pirko <jiri@resnulli.us>
1664S: Maintained
1665F: hw/net/rocker/
1666F: tests/rocker/
1667F: docs/specs/rocker.txt
1668
1669NVDIMM
1670M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1671S: Maintained
1672F: hw/acpi/nvdimm.c
1673F: hw/mem/nvdimm.c
1674F: include/hw/mem/nvdimm.h
1675F: docs/nvdimm.txt
1676
1677e1000x
1678M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1679S: Maintained
1680F: hw/net/e1000x*
1681
1682e1000e
1683M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1684S: Maintained
1685F: hw/net/e1000e*
1686
1687eepro100
1688M: Stefan Weil <sw@weilnetz.de>
1689S: Maintained
1690F: hw/net/eepro100.c
1691
1692tulip
1693M: Sven Schnelle <svens@stackframe.org>
1694S: Maintained
1695F: hw/net/tulip.c
1696F: hw/net/tulip.h
1697
1698Generic Loader
1699M: Alistair Francis <alistair@alistair23.me>
1700S: Maintained
1701F: hw/core/generic-loader.c
1702F: include/hw/core/generic-loader.h
1703F: docs/generic-loader.txt
1704
1705Intel Hexadecimal Object File Loader
1706M: Su Hang <suhang16@mails.ucas.ac.cn>
1707S: Maintained
1708F: tests/qtest/hexloader-test.c
1709F: tests/data/hex-loader/test.hex
1710
1711CHRP NVRAM
1712M: Thomas Huth <thuth@redhat.com>
1713S: Maintained
1714F: hw/nvram/chrp_nvram.c
1715F: include/hw/nvram/chrp_nvram.h
1716F: tests/qtest/prom-env-test.c
1717
1718VM Generation ID
1719M: Ben Warren <ben@skyportsystems.com>
1720S: Maintained
1721F: hw/acpi/vmgenid.c
1722F: include/hw/acpi/vmgenid.h
1723F: docs/specs/vmgenid.txt
1724F: tests/qtest/vmgenid-test.c
1725F: stubs/vmgenid.c
1726
1727Unimplemented device
1728M: Peter Maydell <peter.maydell@linaro.org>
1729R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1730S: Maintained
1731F: include/hw/misc/unimp.h
1732F: hw/misc/unimp.c
1733
1734Standard VGA
1735M: Gerd Hoffmann <kraxel@redhat.com>
1736S: Maintained
1737F: hw/display/vga*
1738F: hw/display/bochs-display.c
1739F: include/hw/display/vga.h
1740F: include/hw/display/bochs-vbe.h
1741
1742ramfb
1743M: Gerd Hoffmann <kraxel@redhat.com>
1744S: Maintained
1745F: hw/display/ramfb*.c
1746F: include/hw/display/ramfb.h
1747
1748virtio-gpu
1749M: Gerd Hoffmann <kraxel@redhat.com>
1750S: Maintained
1751F: hw/display/virtio-gpu*
1752F: hw/display/virtio-vga.*
1753F: include/hw/virtio/virtio-gpu.h
1754
1755vhost-user-gpu
1756M: Marc-André Lureau <marcandre.lureau@redhat.com>
1757M: Gerd Hoffmann <kraxel@redhat.com>
1758S: Maintained
1759F: docs/interop/vhost-user-gpu.rst
1760F: contrib/vhost-user-gpu
1761F: hw/display/vhost-user-*
1762
1763Cirrus VGA
1764M: Gerd Hoffmann <kraxel@redhat.com>
1765S: Odd Fixes
1766W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1767F: hw/display/cirrus*
1768
1769EDID Generator
1770M: Gerd Hoffmann <kraxel@redhat.com>
1771S: Maintained
1772F: hw/display/edid*
1773F: include/hw/display/edid.h
1774F: qemu-edid.c
1775
1776PIIX4 South Bridge (i82371AB)
1777M: Hervé Poussineau <hpoussin@reactos.org>
1778M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1779S: Maintained
1780F: hw/isa/piix4.c
1781F: include/hw/southbridge/piix.h
1782
1783Firmware configuration (fw_cfg)
1784M: Philippe Mathieu-Daudé <philmd@redhat.com>
1785R: Laszlo Ersek <lersek@redhat.com>
1786R: Gerd Hoffmann <kraxel@redhat.com>
1787S: Supported
1788F: docs/specs/fw_cfg.txt
1789F: hw/nvram/fw_cfg.c
1790F: stubs/fw_cfg.c
1791F: include/hw/nvram/fw_cfg.h
1792F: include/standard-headers/linux/qemu_fw_cfg.h
1793F: tests/qtest/libqos/fw_cfg.c
1794F: tests/qtest/fw_cfg-test.c
1795T: git https://github.com/philmd/qemu.git fw_cfg-next
1796
1797XIVE
1798M: David Gibson <david@gibson.dropbear.id.au>
1799M: Cédric Le Goater <clg@kaod.org>
1800L: qemu-ppc@nongnu.org
1801S: Supported
1802F: hw/*/*xive*
1803F: include/hw/*/*xive*
1804F: docs/*/*xive*
1805
1806Subsystems
1807----------
1808Audio
1809M: Gerd Hoffmann <kraxel@redhat.com>
1810S: Maintained
1811F: audio/
1812F: hw/audio/
1813F: include/hw/audio/
1814F: tests/qtest/ac97-test.c
1815F: tests/qtest/es1370-test.c
1816F: tests/qtest/intel-hda-test.c
1817
1818Block layer core
1819M: Kevin Wolf <kwolf@redhat.com>
1820M: Max Reitz <mreitz@redhat.com>
1821L: qemu-block@nongnu.org
1822S: Supported
1823F: block*
1824F: block/
1825F: hw/block/
1826F: include/block/
1827F: qemu-img*
1828F: qemu-io*
1829F: tests/qemu-iotests/
1830F: util/qemu-progress.c
1831F: qobject/block-qdict.c
1832F: tests/check-block-qdict.c
1833T: git https://repo.or.cz/qemu/kevin.git block
1834
1835Block I/O path
1836M: Stefan Hajnoczi <stefanha@redhat.com>
1837M: Fam Zheng <fam@euphon.net>
1838L: qemu-block@nongnu.org
1839S: Supported
1840F: util/async.c
1841F: util/aio-*.c
1842F: block/io.c
1843F: migration/block*
1844F: include/block/aio.h
1845F: include/block/aio-wait.h
1846F: scripts/qemugdb/aio.py
1847T: git https://github.com/stefanha/qemu.git block
1848
1849Block SCSI subsystem
1850M: Paolo Bonzini <pbonzini@redhat.com>
1851R: Fam Zheng <fam@euphon.net>
1852L: qemu-block@nongnu.org
1853S: Supported
1854F: include/scsi/*
1855F: scsi/*
1856
1857Block Jobs
1858M: John Snow <jsnow@redhat.com>
1859L: qemu-block@nongnu.org
1860S: Supported
1861F: blockjob.c
1862F: include/block/blockjob.h
1863F: job.c
1864F: job-qmp.c
1865F: include/qemu/job.h
1866F: block/backup.c
1867F: block/commit.c
1868F: block/stream.c
1869F: block/mirror.c
1870F: qapi/job.json
1871T: git https://github.com/jnsnow/qemu.git jobs
1872
1873Block QAPI, monitor, command line
1874M: Markus Armbruster <armbru@redhat.com>
1875S: Supported
1876F: blockdev.c
1877F: block/qapi.c
1878F: qapi/block*.json
1879F: qapi/transaction.json
1880T: git https://repo.or.cz/qemu/armbru.git block-next
1881
1882Dirty Bitmaps
1883M: John Snow <jsnow@redhat.com>
1884R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1885L: qemu-block@nongnu.org
1886S: Supported
1887F: include/qemu/hbitmap.h
1888F: include/block/dirty-bitmap.h
1889F: block/dirty-bitmap.c
1890F: block/qcow2-bitmap.c
1891F: migration/block-dirty-bitmap.c
1892F: util/hbitmap.c
1893F: tests/test-hbitmap.c
1894F: docs/interop/bitmaps.rst
1895T: git https://github.com/jnsnow/qemu.git bitmaps
1896
1897Character device backends
1898M: Marc-André Lureau <marcandre.lureau@redhat.com>
1899R: Paolo Bonzini <pbonzini@redhat.com>
1900S: Maintained
1901F: chardev/
1902F: include/chardev/
1903F: qapi/char.json
1904
1905Character Devices (Braille)
1906M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1907S: Maintained
1908F: chardev/baum.c
1909
1910Command line option argument parsing
1911M: Markus Armbruster <armbru@redhat.com>
1912S: Supported
1913F: include/qemu/option.h
1914F: tests/test-keyval.c
1915F: tests/test-qemu-opts.c
1916F: util/keyval.c
1917F: util/qemu-option.c
1918
1919Coverity model
1920M: Markus Armbruster <armbru@redhat.com>
1921S: Supported
1922F: scripts/coverity-model.c
1923
1924Device Tree
1925M: Alistair Francis <alistair.francis@wdc.com>
1926R: David Gibson <david@gibson.dropbear.id.au>
1927S: Maintained
1928F: device_tree.c
1929F: include/sysemu/device_tree.h
1930
1931Dump
1932S: Supported
1933M: Marc-André Lureau <marcandre.lureau@redhat.com>
1934F: dump/
1935F: hw/misc/vmcoreinfo.c
1936F: include/hw/misc/vmcoreinfo.h
1937F: include/qemu/win_dump_defs
1938F: include/sysemu/dump-arch.h
1939F: include/sysemu/dump.h
1940F: qapi/dump.json
1941F: scripts/dump-guest-memory.py
1942F: stubs/dump.c
1943
1944Error reporting
1945M: Markus Armbruster <armbru@redhat.com>
1946S: Supported
1947F: include/qapi/error.h
1948F: include/qemu/error-report.h
1949F: qapi/error.json
1950F: util/error.c
1951F: util/qemu-error.c
1952
1953GDB stub
1954M: Alex Bennée <alex.bennee@linaro.org>
1955R: Philippe Mathieu-Daudé <philmd@redhat.com>
1956S: Maintained
1957F: gdbstub*
1958F: gdb-xml/
1959
1960Memory API
1961M: Paolo Bonzini <pbonzini@redhat.com>
1962S: Supported
1963F: include/exec/ioport.h
1964F: ioport.c
1965F: include/exec/memop.h
1966F: include/exec/memory.h
1967F: include/exec/ram_addr.h
1968F: memory.c
1969F: include/exec/memory-internal.h
1970F: exec.c
1971
1972SPICE
1973M: Gerd Hoffmann <kraxel@redhat.com>
1974S: Supported
1975F: include/ui/qemu-spice.h
1976F: include/ui/spice-display.h
1977F: ui/spice-*.c
1978F: audio/spiceaudio.c
1979F: hw/display/qxl*
1980F: qapi/ui.json
1981F: docs/spice-port-fqdn.txt
1982
1983Graphics
1984M: Gerd Hoffmann <kraxel@redhat.com>
1985S: Odd Fixes
1986F: ui/
1987F: include/ui/
1988F: qapi/ui.json
1989F: util/drm.c
1990
1991Cocoa graphics
1992M: Peter Maydell <peter.maydell@linaro.org>
1993S: Odd Fixes
1994F: ui/cocoa.m
1995
1996Main loop
1997M: Paolo Bonzini <pbonzini@redhat.com>
1998S: Maintained
1999F: cpus.c
2000F: include/qemu/main-loop.h
2001F: include/sysemu/runstate.h
2002F: util/main-loop.c
2003F: util/qemu-timer.c
2004F: vl.c
2005F: qapi/run-state.json
2006
2007Human Monitor (HMP)
2008M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2009S: Maintained
2010F: monitor/monitor-internal.h
2011F: monitor/misc.c
2012F: monitor/monitor.c
2013F: monitor/hmp*
2014F: hmp.h
2015F: hmp-commands*.hx
2016F: include/monitor/hmp-target.h
2017F: tests/qtest/test-hmp.c
2018F: include/qemu/qemu-print.h
2019F: util/qemu-print.c
2020
2021Network device backends
2022M: Jason Wang <jasowang@redhat.com>
2023S: Maintained
2024F: net/
2025F: include/net/
2026F: qemu-bridge-helper.c
2027T: git https://github.com/jasowang/qemu.git net
2028F: qapi/net.json
2029
2030Netmap network backend
2031M: Luigi Rizzo <rizzo@iet.unipi.it>
2032M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2033M: Vincenzo Maffione <v.maffione@gmail.com>
2034W: http://info.iet.unipi.it/~luigi/netmap/
2035S: Maintained
2036F: net/netmap.c
2037
2038Host Memory Backends
2039M: Eduardo Habkost <ehabkost@redhat.com>
2040M: Igor Mammedov <imammedo@redhat.com>
2041S: Maintained
2042F: backends/hostmem*.c
2043F: include/sysemu/hostmem.h
2044T: git https://github.com/ehabkost/qemu.git machine-next
2045
2046Cryptodev Backends
2047M: Gonglei <arei.gonglei@huawei.com>
2048S: Maintained
2049F: include/sysemu/cryptodev*.h
2050F: backends/cryptodev*.c
2051
2052Python scripts
2053M: Eduardo Habkost <ehabkost@redhat.com>
2054M: Cleber Rosa <crosa@redhat.com>
2055S: Odd fixes
2056F: python/qemu/*py
2057F: scripts/*.py
2058F: tests/*.py
2059
2060QAPI
2061M: Markus Armbruster <armbru@redhat.com>
2062M: Michael Roth <mdroth@linux.vnet.ibm.com>
2063S: Supported
2064F: qapi/
2065X: qapi/*.json
2066F: include/qapi/
2067X: include/qapi/qmp/
2068F: include/qapi/qmp/dispatch.h
2069F: tests/qapi-schema/
2070F: tests/test-*-visitor.c
2071F: tests/test-qapi-*.c
2072F: tests/test-qmp-*.c
2073F: tests/test-visitor-serialization.c
2074F: scripts/qapi-gen.py
2075F: scripts/qapi/*
2076F: docs/devel/qapi*
2077T: git https://repo.or.cz/qemu/armbru.git qapi-next
2078
2079QAPI Schema
2080M: Eric Blake <eblake@redhat.com>
2081M: Markus Armbruster <armbru@redhat.com>
2082S: Supported
2083F: qapi/*.json
2084T: git https://repo.or.cz/qemu/armbru.git qapi-next
2085
2086QObject
2087M: Markus Armbruster <armbru@redhat.com>
2088S: Supported
2089F: qobject/
2090F: include/qapi/qmp/
2091X: include/qapi/qmp/dispatch.h
2092F: scripts/coccinelle/qobject.cocci
2093F: tests/check-qdict.c
2094F: tests/check-qjson.c
2095F: tests/check-qlist.c
2096F: tests/check-qlit.c
2097F: tests/check-qnull.c
2098F: tests/check-qnum.c
2099F: tests/check-qobject.c
2100F: tests/check-qstring.c
2101F: tests/data/qobject/qdict.txt
2102T: git https://repo.or.cz/qemu/armbru.git qapi-next
2103
2104QEMU Guest Agent
2105M: Michael Roth <mdroth@linux.vnet.ibm.com>
2106S: Maintained
2107F: qga/
2108F: docs/interop/qemu-ga.rst
2109F: scripts/qemu-guest-agent/
2110F: tests/test-qga.c
2111F: docs/interop/qemu-ga-ref.texi
2112T: git https://github.com/mdroth/qemu.git qga
2113
2114QOM
2115M: Paolo Bonzini <pbonzini@redhat.com>
2116R: Daniel P. Berrange <berrange@redhat.com>
2117R: Eduardo Habkost <ehabkost@redhat.com>
2118S: Supported
2119F: docs/qdev-device-use.txt
2120F: hw/core/qdev*
2121F: include/hw/qdev*
2122F: include/monitor/qdev.h
2123F: include/qom/
2124F: qapi/qom.json
2125F: qapi/qdev.json
2126F: qdev-monitor.c
2127F: qom/
2128F: tests/check-qom-interface.c
2129F: tests/check-qom-proplist.c
2130F: tests/test-qdev-global-props.c
2131
2132QMP
2133M: Markus Armbruster <armbru@redhat.com>
2134S: Supported
2135F: monitor/monitor-internal.h
2136F: monitor/qmp*
2137F: monitor/misc.c
2138F: monitor/monitor.c
2139F: qapi/error.json
2140F: docs/devel/*qmp-*
2141F: docs/interop/*qmp-*
2142F: scripts/qmp/
2143F: tests/qtest/qmp-test.c
2144F: tests/qtest/qmp-cmd-test.c
2145T: git https://repo.or.cz/qemu/armbru.git qapi-next
2146
2147qtest
2148M: Thomas Huth <thuth@redhat.com>
2149M: Laurent Vivier <lvivier@redhat.com>
2150R: Paolo Bonzini <pbonzini@redhat.com>
2151S: Maintained
2152F: qtest.c
2153F: accel/qtest.c
2154F: tests/qtest/
2155
2156Register API
2157M: Alistair Francis <alistair@alistair23.me>
2158S: Maintained
2159F: hw/core/register.c
2160F: include/hw/register.h
2161F: include/hw/registerfields.h
2162
2163SLIRP
2164M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2165S: Maintained
2166F: slirp/
2167F: net/slirp.c
2168F: include/net/slirp.h
2169T: git https://people.debian.org/~sthibault/qemu.git slirp
2170
2171Stubs
2172M: Paolo Bonzini <pbonzini@redhat.com>
2173S: Maintained
2174F: stubs/
2175
2176Tracing
2177M: Stefan Hajnoczi <stefanha@redhat.com>
2178S: Maintained
2179F: trace/
2180F: trace-events
2181F: qemu-option-trace.texi
2182F: scripts/tracetool.py
2183F: scripts/tracetool/
2184F: scripts/qemu-trace-stap*
2185F: docs/devel/tracing.txt
2186T: git https://github.com/stefanha/qemu.git tracing
2187
2188TPM
2189M: Stefan Berger <stefanb@linux.ibm.com>
2190S: Maintained
2191F: tpm.c
2192F: stubs/tpm.c
2193F: hw/tpm/*
2194F: include/hw/acpi/tpm.h
2195F: include/sysemu/tpm*
2196F: qapi/tpm.json
2197F: backends/tpm.c
2198F: tests/qtest/*tpm*
2199T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2200
2201Checkpatch
2202S: Odd Fixes
2203F: scripts/checkpatch.pl
2204
2205Migration
2206M: Juan Quintela <quintela@redhat.com>
2207M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2208S: Maintained
2209F: hw/core/vmstate-if.c
2210F: include/hw/vmstate-if.h
2211F: include/migration/
2212F: migration/
2213F: scripts/vmstate-static-checker.py
2214F: tests/vmstate-static-checker-data/
2215F: tests/qtest/migration-test.c
2216F: docs/devel/migration.rst
2217F: qapi/migration.json
2218
2219D-Bus
2220M: Marc-André Lureau <marcandre.lureau@redhat.com>
2221S: Maintained
2222F: backends/dbus-vmstate.c
2223F: tests/dbus-vmstate*
2224F: util/dbus.c
2225F: include/qemu/dbus.h
2226F: docs/interop/dbus.rst
2227F: docs/interop/dbus-vmstate.rst
2228
2229Seccomp
2230M: Eduardo Otubo <otubo@redhat.com>
2231S: Supported
2232F: qemu-seccomp.c
2233F: include/sysemu/seccomp.h
2234
2235Cryptography
2236M: Daniel P. Berrange <berrange@redhat.com>
2237S: Maintained
2238F: crypto/
2239F: include/crypto/
2240F: tests/test-crypto-*
2241F: tests/benchmark-crypto-*
2242F: tests/crypto-tls-*
2243F: tests/pkix_asn1_tab.c
2244F: qemu.sasl
2245
2246Coroutines
2247M: Stefan Hajnoczi <stefanha@redhat.com>
2248M: Kevin Wolf <kwolf@redhat.com>
2249S: Maintained
2250F: util/*coroutine*
2251F: include/qemu/coroutine*
2252F: tests/test-coroutine.c
2253
2254Buffers
2255M: Daniel P. Berrange <berrange@redhat.com>
2256S: Odd fixes
2257F: util/buffer.c
2258F: include/qemu/buffer.h
2259
2260I/O Channels
2261M: Daniel P. Berrange <berrange@redhat.com>
2262S: Maintained
2263F: io/
2264F: include/io/
2265F: tests/test-io-*
2266
2267User authorization
2268M: Daniel P. Berrange <berrange@redhat.com>
2269S: Maintained
2270F: authz/
2271F: qapi/authz.json
2272F: include/authz/
2273F: tests/test-authz-*
2274
2275Sockets
2276M: Daniel P. Berrange <berrange@redhat.com>
2277M: Gerd Hoffmann <kraxel@redhat.com>
2278S: Maintained
2279F: include/qemu/sockets.h
2280F: util/qemu-sockets.c
2281F: qapi/sockets.json
2282
2283File monitor
2284M: Daniel P. Berrange <berrange@redhat.com>
2285S: Odd fixes
2286F: util/filemonitor*.c
2287F: include/qemu/filemonitor.h
2288F: tests/test-util-filemonitor.c
2289
2290Throttling infrastructure
2291M: Alberto Garcia <berto@igalia.com>
2292S: Supported
2293F: block/throttle-groups.c
2294F: include/block/throttle-groups.h
2295F: include/qemu/throttle*.h
2296F: util/throttle.c
2297F: docs/throttle.txt
2298F: tests/test-throttle.c
2299L: qemu-block@nongnu.org
2300
2301UUID
2302M: Fam Zheng <fam@euphon.net>
2303S: Supported
2304F: util/uuid.c
2305F: include/qemu/uuid.h
2306F: tests/test-uuid.c
2307
2308COLO Framework
2309M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2310S: Maintained
2311F: migration/colo*
2312F: include/migration/colo.h
2313F: include/migration/failover.h
2314F: docs/COLO-FT.txt
2315
2316COLO Proxy
2317M: Zhang Chen <chen.zhang@intel.com>
2318M: Li Zhijian <lizhijian@cn.fujitsu.com>
2319S: Supported
2320F: docs/colo-proxy.txt
2321F: net/colo*
2322F: net/filter-rewriter.c
2323F: net/filter-mirror.c
2324
2325Record/replay
2326M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2327R: Paolo Bonzini <pbonzini@redhat.com>
2328W: https://wiki.qemu.org/Features/record-replay
2329S: Supported
2330F: replay/*
2331F: block/blkreplay.c
2332F: net/filter-replay.c
2333F: include/sysemu/replay.h
2334F: docs/replay.txt
2335F: stubs/replay.c
2336
2337IOVA Tree
2338M: Peter Xu <peterx@redhat.com>
2339S: Maintained
2340F: include/qemu/iova-tree.h
2341F: util/iova-tree.c
2342
2343elf2dmp
2344M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2345S: Maintained
2346F: contrib/elf2dmp/
2347
2348I2C and SMBus
2349M: Corey Minyard <cminyard@mvista.com>
2350S: Maintained
2351F: hw/i2c/core.c
2352F: hw/i2c/smbus_slave.c
2353F: hw/i2c/smbus_master.c
2354F: hw/i2c/smbus_eeprom.c
2355F: include/hw/i2c/i2c.h
2356F: include/hw/i2c/smbus_master.h
2357F: include/hw/i2c/smbus_slave.h
2358F: include/hw/i2c/smbus_eeprom.h
2359
2360EDK2 Firmware
2361M: Laszlo Ersek <lersek@redhat.com>
2362M: Philippe Mathieu-Daudé <philmd@redhat.com>
2363S: Supported
2364F: pc-bios/descriptors/??-edk2-*.json
2365F: pc-bios/edk2-*
2366F: roms/Makefile.edk2
2367F: roms/edk2
2368F: roms/edk2-*
2369F: tests/data/uefi-boot-images/
2370F: tests/uefi-test-tools/
2371F: .gitlab-ci-edk2.yml
2372F: .gitlab-ci.d/edk2/
2373
2374Usermode Emulation
2375------------------
2376Overall usermode emulation
2377M: Riku Voipio <riku.voipio@iki.fi>
2378S: Maintained
2379F: thunk.c
2380F: accel/tcg/user-exec*.c
2381
2382BSD user
2383S: Orphan
2384F: bsd-user/
2385F: default-configs/*-bsd-user.mak
2386
2387Linux user
2388M: Riku Voipio <riku.voipio@iki.fi>
2389R: Laurent Vivier <laurent@vivier.eu>
2390S: Maintained
2391F: linux-user/
2392F: default-configs/*-linux-user.mak
2393F: scripts/qemu-binfmt-conf.sh
2394
2395Tiny Code Generator (TCG)
2396-------------------------
2397Common TCG code
2398M: Richard Henderson <rth@twiddle.net>
2399S: Maintained
2400F: tcg/
2401F: include/tcg/
2402
2403TCG Plugins
2404M: Alex Bennée <alex.bennee@linaro.org>
2405S: Maintained
2406F: docs/devel/tcg-plugins.rst
2407F: plugins/
2408F: tests/plugin
2409
2410AArch64 TCG target
2411M: Richard Henderson <richard.henderson@linaro.org>
2412S: Maintained
2413L: qemu-arm@nongnu.org
2414F: tcg/aarch64/
2415F: disas/arm-a64.cc
2416F: disas/libvixl/
2417
2418ARM TCG target
2419M: Andrzej Zaborowski <balrogg@gmail.com>
2420S: Maintained
2421L: qemu-arm@nongnu.org
2422F: tcg/arm/
2423F: disas/arm.c
2424
2425i386 TCG target
2426M: Richard Henderson <rth@twiddle.net>
2427S: Maintained
2428F: tcg/i386/
2429F: disas/i386.c
2430
2431MIPS TCG target
2432M: Aurelien Jarno <aurelien@aurel32.net>
2433R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2434S: Maintained
2435F: tcg/mips/
2436
2437PPC TCG target
2438M: Richard Henderson <rth@twiddle.net>
2439S: Odd Fixes
2440F: tcg/ppc/
2441F: disas/ppc.c
2442
2443RISC-V TCG target
2444M: Palmer Dabbelt <palmer@dabbelt.com>
2445M: Alistair Francis <Alistair.Francis@wdc.com>
2446L: qemu-riscv@nongnu.org
2447S: Maintained
2448F: tcg/riscv/
2449F: disas/riscv.c
2450
2451S390 TCG target
2452M: Richard Henderson <rth@twiddle.net>
2453S: Maintained
2454F: tcg/s390/
2455F: disas/s390.c
2456L: qemu-s390x@nongnu.org
2457
2458SPARC TCG target
2459S: Odd Fixes
2460F: tcg/sparc/
2461F: disas/sparc.c
2462
2463TCI TCG target
2464M: Stefan Weil <sw@weilnetz.de>
2465S: Maintained
2466F: tcg/tci/
2467F: tcg/tci.c
2468F: disas/tci.c
2469
2470Block drivers
2471-------------
2472VMDK
2473M: Fam Zheng <fam@euphon.net>
2474L: qemu-block@nongnu.org
2475S: Supported
2476F: block/vmdk.c
2477
2478RBD
2479M: Jason Dillaman <dillaman@redhat.com>
2480L: qemu-block@nongnu.org
2481S: Supported
2482F: block/rbd.c
2483
2484Sheepdog
2485M: Liu Yuan <namei.unix@gmail.com>
2486L: qemu-block@nongnu.org
2487L: sheepdog@lists.wpkg.org
2488S: Odd Fixes
2489F: block/sheepdog.c
2490
2491VHDX
2492M: Jeff Cody <codyprime@gmail.com>
2493L: qemu-block@nongnu.org
2494S: Supported
2495F: block/vhdx*
2496
2497VDI
2498M: Stefan Weil <sw@weilnetz.de>
2499L: qemu-block@nongnu.org
2500S: Maintained
2501F: block/vdi.c
2502
2503iSCSI
2504M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2505M: Paolo Bonzini <pbonzini@redhat.com>
2506M: Peter Lieven <pl@kamp.de>
2507L: qemu-block@nongnu.org
2508S: Odd Fixes
2509F: block/iscsi.c
2510F: block/iscsi-opts.c
2511
2512Network Block Device (NBD)
2513M: Eric Blake <eblake@redhat.com>
2514L: qemu-block@nongnu.org
2515S: Maintained
2516F: block/nbd*
2517F: nbd/
2518F: include/block/nbd*
2519F: qemu-nbd.*
2520F: blockdev-nbd.c
2521F: docs/interop/nbd.txt
2522T: git https://repo.or.cz/qemu/ericb.git nbd
2523
2524NFS
2525M: Peter Lieven <pl@kamp.de>
2526L: qemu-block@nongnu.org
2527S: Maintained
2528F: block/nfs.c
2529
2530SSH
2531M: Richard W.M. Jones <rjones@redhat.com>
2532L: qemu-block@nongnu.org
2533S: Supported
2534F: block/ssh.c
2535
2536CURL
2537L: qemu-block@nongnu.org
2538S: Odd Fixes
2539F: block/curl.c
2540
2541GLUSTER
2542L: qemu-block@nongnu.org
2543L: integration@gluster.org
2544S: Odd Fixes
2545F: block/gluster.c
2546
2547Null Block Driver
2548M: Fam Zheng <fam@euphon.net>
2549L: qemu-block@nongnu.org
2550S: Supported
2551F: block/null.c
2552
2553NVMe Block Driver
2554M: Fam Zheng <fam@euphon.net>
2555L: qemu-block@nongnu.org
2556S: Supported
2557F: block/nvme*
2558
2559Bootdevice
2560M: Gonglei <arei.gonglei@huawei.com>
2561S: Maintained
2562F: bootdevice.c
2563
2564Quorum
2565M: Alberto Garcia <berto@igalia.com>
2566S: Supported
2567F: block/quorum.c
2568L: qemu-block@nongnu.org
2569
2570blklogwrites
2571M: Ari Sundholm <ari@tuxera.com>
2572L: qemu-block@nongnu.org
2573S: Supported
2574F: block/blklogwrites.c
2575
2576blkverify
2577M: Stefan Hajnoczi <stefanha@redhat.com>
2578L: qemu-block@nongnu.org
2579S: Supported
2580F: block/blkverify.c
2581
2582bochs
2583M: Stefan Hajnoczi <stefanha@redhat.com>
2584L: qemu-block@nongnu.org
2585S: Supported
2586F: block/bochs.c
2587
2588cloop
2589M: Stefan Hajnoczi <stefanha@redhat.com>
2590L: qemu-block@nongnu.org
2591S: Supported
2592F: block/cloop.c
2593
2594dmg
2595M: Stefan Hajnoczi <stefanha@redhat.com>
2596L: qemu-block@nongnu.org
2597S: Supported
2598F: block/dmg.c
2599
2600parallels
2601M: Stefan Hajnoczi <stefanha@redhat.com>
2602M: Denis V. Lunev <den@openvz.org>
2603L: qemu-block@nongnu.org
2604S: Supported
2605F: block/parallels.c
2606F: docs/interop/parallels.txt
2607
2608qed
2609M: Stefan Hajnoczi <stefanha@redhat.com>
2610L: qemu-block@nongnu.org
2611S: Supported
2612F: block/qed.c
2613
2614raw
2615M: Kevin Wolf <kwolf@redhat.com>
2616L: qemu-block@nongnu.org
2617S: Supported
2618F: block/linux-aio.c
2619F: include/block/raw-aio.h
2620F: block/raw-format.c
2621F: block/file-posix.c
2622F: block/file-win32.c
2623F: block/win32-aio.c
2624
2625qcow2
2626M: Kevin Wolf <kwolf@redhat.com>
2627M: Max Reitz <mreitz@redhat.com>
2628L: qemu-block@nongnu.org
2629S: Supported
2630F: block/qcow2*
2631F: docs/interop/qcow2.txt
2632
2633qcow
2634M: Kevin Wolf <kwolf@redhat.com>
2635L: qemu-block@nongnu.org
2636S: Supported
2637F: block/qcow.c
2638
2639blkdebug
2640M: Kevin Wolf <kwolf@redhat.com>
2641M: Max Reitz <mreitz@redhat.com>
2642L: qemu-block@nongnu.org
2643S: Supported
2644F: block/blkdebug.c
2645
2646vpc
2647M: Kevin Wolf <kwolf@redhat.com>
2648L: qemu-block@nongnu.org
2649S: Supported
2650F: block/vpc.c
2651
2652vvfat
2653M: Kevin Wolf <kwolf@redhat.com>
2654L: qemu-block@nongnu.org
2655S: Supported
2656F: block/vvfat.c
2657
2658Image format fuzzer
2659M: Stefan Hajnoczi <stefanha@redhat.com>
2660L: qemu-block@nongnu.org
2661S: Supported
2662F: tests/image-fuzzer/
2663
2664Replication
2665M: Wen Congyang <wencongyang2@huawei.com>
2666M: Xie Changlong <xiechanglong.d@gmail.com>
2667S: Supported
2668F: replication*
2669F: block/replication.c
2670F: tests/test-replication.c
2671F: docs/block-replication.txt
2672
2673PVRDMA
2674M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2675M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2676S: Maintained
2677F: hw/rdma/*
2678F: hw/rdma/vmw/*
2679F: docs/pvrdma.txt
2680F: contrib/rdmacm-mux/*
2681F: qapi/rdma.json
2682
2683Semihosting
2684M: Alex Bennée <alex.bennee@linaro.org>
2685S: Maintained
2686F: hw/semihosting/
2687F: include/hw/semihosting/
2688
2689Build and test automation
2690-------------------------
2691Build and test automation
2692M: Alex Bennée <alex.bennee@linaro.org>
2693M: Fam Zheng <fam@euphon.net>
2694R: Philippe Mathieu-Daudé <philmd@redhat.com>
2695S: Maintained
2696F: .travis.yml
2697F: scripts/travis/
2698F: .shippable.yml
2699F: tests/docker/
2700F: tests/vm/
2701F: scripts/archive-source.sh
2702W: https://travis-ci.org/qemu/qemu
2703W: https://app.shippable.com/github/qemu/qemu
2704W: http://patchew.org/QEMU/
2705
2706FreeBSD Hosted Continuous Integration
2707M: Ed Maste <emaste@freebsd.org>
2708M: Li-Wen Hsu <lwhsu@freebsd.org>
2709S: Maintained
2710F: .cirrus.yml
2711W: https://cirrus-ci.com/github/qemu/qemu
2712
2713GitLab Continuous Integration
2714M: Thomas Huth <thuth@redhat.com>
2715S: Maintained
2716F: .gitlab-ci.yml
2717
2718Guest Test Compilation Support
2719M: Alex Bennée <alex.bennee@linaro.org>
2720R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2721S: Maintained
2722F: tests/tcg/Makefile
2723F: tests/tcg/Makefile.include
2724
2725Documentation
2726-------------
2727Build system architecture
2728M: Daniel P. Berrange <berrange@redhat.com>
2729S: Odd Fixes
2730F: docs/devel/build-system.txt
2731
2732GIT Data Mining Config
2733M: Alex Bennée <alex.bennee@linaro.org>
2734S: Odd Fixes
2735F: gitdm.config
2736F: contrib/gitdm/*
2737
2738Incompatible changes
2739R: libvir-list@redhat.com
2740F: qemu-deprecated.texi
2741
2742Build System
2743------------
2744GIT submodules
2745M: Daniel P. Berrange <berrange@redhat.com>
2746S: Odd Fixes
2747F: scripts/git-submodule.sh
2748
2749UI translations
2750M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2751F: po/*.po
2752
2753Sphinx documentation configuration and build machinery
2754M: Peter Maydell <peter.maydell@linaro.org>
2755S: Maintained
2756F: docs/conf.py
2757F: docs/*/conf.py
2758