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