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