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