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