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