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