xref: /openbmc/qemu/MAINTAINERS (revision a8a506c3)
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: configs/devices/s390x-softmmu/default.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://gitlab.com/cohuck/qemu.git s390-next
110L: qemu-s390x@nongnu.org
111
112MIPS general architecture support
113M: Philippe Mathieu-Daudé <f4bug@amsat.org>
114R: Jiaxun Yang <jiaxun.yang@flygoat.com>
115S: Odd Fixes
116K: ^Subject:.*(?i)mips
117
118Guest CPU cores (TCG)
119---------------------
120Overall TCG CPUs
121M: Richard Henderson <richard.henderson@linaro.org>
122R: Paolo Bonzini <pbonzini@redhat.com>
123S: Maintained
124F: softmmu/cpus.c
125F: cpus-common.c
126F: page-vary.c
127F: page-vary-common.c
128F: accel/tcg/
129F: accel/stubs/tcg-stub.c
130F: util/cacheinfo.c
131F: util/cacheflush.c
132F: scripts/decodetree.py
133F: docs/devel/decodetree.rst
134F: include/exec/cpu*.h
135F: include/exec/exec-all.h
136F: include/exec/helper*.h
137F: include/sysemu/cpus.h
138F: include/sysemu/tcg.h
139F: include/hw/core/tcg-cpu-ops.h
140
141FPU emulation
142M: Aurelien Jarno <aurelien@aurel32.net>
143M: Peter Maydell <peter.maydell@linaro.org>
144M: Alex Bennée <alex.bennee@linaro.org>
145S: Maintained
146F: fpu/
147F: include/fpu/
148F: tests/fp/
149
150Alpha TCG CPUs
151M: Richard Henderson <richard.henderson@linaro.org>
152S: Maintained
153F: target/alpha/
154F: tests/tcg/alpha/
155F: disas/alpha.c
156
157ARM TCG CPUs
158M: Peter Maydell <peter.maydell@linaro.org>
159L: qemu-arm@nongnu.org
160S: Maintained
161F: target/arm/
162F: tests/tcg/arm/
163F: tests/tcg/aarch64/
164F: tests/qtest/arm-cpu-features.c
165F: hw/arm/
166F: hw/cpu/a*mpcore.c
167F: include/hw/cpu/a*mpcore.h
168F: disas/arm-a64.cc
169F: disas/libvixl/
170F: docs/system/target-arm.rst
171F: docs/system/arm/cpu-features.rst
172
173ARM SMMU
174M: Eric Auger <eric.auger@redhat.com>
175L: qemu-arm@nongnu.org
176S: Maintained
177F: hw/arm/smmu*
178F: include/hw/arm/smmu*
179F: tests/avocado/smmu.py
180
181AVR TCG CPUs
182M: Michael Rolnik <mrolnik@gmail.com>
183S: Maintained
184F: docs/system/target-avr.rst
185F: gdb-xml/avr-cpu.xml
186F: target/avr/
187F: tests/avocado/machine_avr6.py
188
189CRIS TCG CPUs
190M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
191S: Maintained
192F: target/cris/
193F: hw/cris/
194F: include/hw/cris/
195F: tests/tcg/cris/
196F: disas/cris.c
197
198Hexagon TCG CPUs
199M: Taylor Simpson <tsimpson@quicinc.com>
200S: Supported
201F: target/hexagon/
202F: linux-user/hexagon/
203F: tests/tcg/hexagon/
204F: disas/hexagon.c
205F: configs/targets/hexagon-linux-user/default.mak
206F: docker/dockerfiles/debian-hexagon-cross.docker
207F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
208
209HPPA (PA-RISC) TCG CPUs
210M: Richard Henderson <richard.henderson@linaro.org>
211S: Maintained
212F: target/hppa/
213F: disas/hppa.c
214
215LoongArch TCG CPUs
216M: Song Gao <gaosong@loongson.cn>
217M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
218S: Maintained
219F: target/loongarch/
220
221M68K TCG CPUs
222M: Laurent Vivier <laurent@vivier.eu>
223S: Maintained
224F: target/m68k/
225F: disas/m68k.c
226
227MicroBlaze TCG CPUs
228M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
229S: Maintained
230F: target/microblaze/
231F: hw/microblaze/
232F: disas/microblaze.c
233F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
234F: tests/tcg/nios2/Makefile.target
235
236MIPS TCG CPUs
237M: Philippe Mathieu-Daudé <f4bug@amsat.org>
238R: Aurelien Jarno <aurelien@aurel32.net>
239R: Jiaxun Yang <jiaxun.yang@flygoat.com>
240R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
241S: Odd Fixes
242F: target/mips/
243F: disas/mips.c
244F: docs/system/cpu-models-mips.rst.inc
245F: tests/tcg/mips/
246
247MIPS TCG CPUs (nanoMIPS ISA)
248S: Orphan
249F: disas/nanomips.*
250F: target/mips/tcg/*nanomips*
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: disas/nios2.c
259F: configs/devices/nios2-softmmu/default.mak
260F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
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: Cédric Le Goater <clg@kaod.org>
271M: Daniel Henrique Barboza <danielhb413@gmail.com>
272R: David Gibson <david@gibson.dropbear.id.au>
273R: Greg Kurz <groug@kaod.org>
274L: qemu-ppc@nongnu.org
275S: Maintained
276F: target/ppc/
277F: hw/ppc/ppc.c
278F: hw/ppc/ppc_booke.c
279F: include/hw/ppc/ppc.h
280
281RISC-V TCG CPUs
282M: Palmer Dabbelt <palmer@dabbelt.com>
283M: Alistair Francis <alistair.francis@wdc.com>
284M: Bin Meng <bin.meng@windriver.com>
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
293RISC-V XVentanaCondOps extension
294M: Philipp Tomsich <philipp.tomsich@vrull.eu>
295L: qemu-riscv@nongnu.org
296S: Supported
297F: target/riscv/XVentanaCondOps.decode
298F: target/riscv/insn_trans/trans_xventanacondops.c.inc
299
300RENESAS RX CPUs
301R: Yoshinori Sato <ysato@users.sourceforge.jp>
302S: Orphan
303F: target/rx/
304
305S390 TCG CPUs
306M: Richard Henderson <richard.henderson@linaro.org>
307M: David Hildenbrand <david@redhat.com>
308S: Maintained
309F: target/s390x/
310F: target/s390x/tcg
311F: hw/s390x/
312F: tests/tcg/s390x/
313L: qemu-s390x@nongnu.org
314
315SH4 TCG CPUs
316R: Yoshinori Sato <ysato@users.sourceforge.jp>
317S: Orphan
318F: target/sh4/
319F: hw/sh4/
320F: disas/sh4.c
321F: include/hw/sh4/
322
323SPARC TCG CPUs
324M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
325M: Artyom Tarasenko <atar4qemu@gmail.com>
326S: Maintained
327F: target/sparc/
328F: hw/sparc/
329F: hw/sparc64/
330F: include/hw/sparc/sparc64.h
331F: disas/sparc.c
332
333X86 TCG CPUs
334M: Paolo Bonzini <pbonzini@redhat.com>
335M: Richard Henderson <richard.henderson@linaro.org>
336M: Eduardo Habkost <eduardo@habkost.net>
337S: Maintained
338F: target/i386/tcg/
339F: tests/tcg/i386/
340F: tests/tcg/x86_64/
341F: hw/i386/
342F: docs/system/cpu-models-x86*
343T: git https://gitlab.com/ehabkost/qemu.git x86-next
344
345Xtensa TCG CPUs
346M: Max Filippov <jcmvbkbc@gmail.com>
347W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
348S: Maintained
349F: target/xtensa/
350F: hw/xtensa/
351F: tests/tcg/xtensa/
352F: disas/xtensa.c
353F: include/hw/xtensa/xtensa-isa.h
354F: configs/devices/xtensa*/default.mak
355
356TriCore TCG CPUs
357M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
358S: Maintained
359F: target/tricore/
360F: hw/tricore/
361F: include/hw/tricore/
362F: tests/tcg/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 <chenhuacai@kernel.org>
390S: Odd Fixes
391F: target/mips/kvm*
392F: target/mips/sysemu/
393
394PPC KVM CPUs
395M: Cédric Le Goater <clg@kaod.org>
396M: Daniel Henrique Barboza <danielhb413@gmail.com>
397R: David Gibson <david@gibson.dropbear.id.au>
398R: Greg Kurz <groug@kaod.org>
399S: Maintained
400F: target/ppc/kvm.c
401
402S390 KVM CPUs
403M: Halil Pasic <pasic@linux.ibm.com>
404M: Christian Borntraeger <borntraeger@linux.ibm.com>
405S: Supported
406F: target/s390x/kvm/
407F: target/s390x/machine.c
408F: target/s390x/sigp.c
409F: hw/s390x/pv.c
410F: include/hw/s390x/pv.h
411F: gdb-xml/s390*.xml
412T: git https://github.com/borntraeger/qemu.git s390-next
413L: qemu-s390x@nongnu.org
414
415X86 KVM CPUs
416M: Paolo Bonzini <pbonzini@redhat.com>
417M: Marcelo Tosatti <mtosatti@redhat.com>
418L: kvm@vger.kernel.org
419S: Supported
420F: docs/system/i386/amd-memory-encryption.rst
421F: docs/system/i386/sgx.rst
422F: target/i386/kvm/
423F: target/i386/sev*
424F: scripts/kvm/vmxcap
425
426Guest CPU Cores (other accelerators)
427------------------------------------
428Overall
429M: Richard Henderson <richard.henderson@linaro.org>
430R: Paolo Bonzini <pbonzini@redhat.com>
431S: Maintained
432F: include/qemu/accel.h
433F: include/sysemu/accel-ops.h
434F: include/hw/core/accel-cpu.h
435F: accel/accel-*.c
436F: accel/Makefile.objs
437F: accel/stubs/Makefile.objs
438
439Apple Silicon HVF CPUs
440M: Alexander Graf <agraf@csgraf.de>
441S: Maintained
442F: target/arm/hvf/
443
444X86 HVF CPUs
445M: Cameron Esfahani <dirty@apple.com>
446M: Roman Bolshakov <r.bolshakov@yadro.com>
447W: https://wiki.qemu.org/Features/HVF
448S: Maintained
449F: target/i386/hvf/
450
451HVF
452M: Cameron Esfahani <dirty@apple.com>
453M: Roman Bolshakov <r.bolshakov@yadro.com>
454W: https://wiki.qemu.org/Features/HVF
455S: Maintained
456F: accel/hvf/
457F: include/sysemu/hvf.h
458F: include/sysemu/hvf_int.h
459
460WHPX CPUs
461M: Sunil Muthuswamy <sunilmut@microsoft.com>
462S: Supported
463F: target/i386/whpx/
464F: include/sysemu/whpx.h
465
466Guest CPU Cores (Xen)
467---------------------
468X86 Xen CPUs
469M: Stefano Stabellini <sstabellini@kernel.org>
470M: Anthony Perard <anthony.perard@citrix.com>
471M: Paul Durrant <paul@xen.org>
472L: xen-devel@lists.xenproject.org
473S: Supported
474F: */xen*
475F: accel/xen/*
476F: hw/9pfs/xen-9p*
477F: hw/char/xen_console.c
478F: hw/display/xenfb.c
479F: hw/net/xen_nic.c
480F: hw/usb/xen-usb.c
481F: hw/block/xen*
482F: hw/block/dataplane/xen*
483F: hw/xen/
484F: hw/xenpv/
485F: hw/i386/xen/
486F: hw/pci-host/xen_igd_pt.c
487F: include/hw/block/dataplane/xen*
488F: include/hw/xen/
489F: include/sysemu/xen.h
490F: include/sysemu/xen-mapcache.h
491F: stubs/xen-hw-stub.c
492
493Guest CPU Cores (HAXM)
494---------------------
495X86 HAXM CPUs
496M: Wenchao Wang <wenchao.wang@intel.com>
497L: haxm-team@intel.com
498W: https://github.com/intel/haxm/issues
499S: Maintained
500F: accel/stubs/hax-stub.c
501F: include/sysemu/hax.h
502F: target/i386/hax/
503
504Guest CPU Cores (NVMM)
505----------------------
506NetBSD Virtual Machine Monitor (NVMM) CPU support
507M: Kamil Rytarowski <kamil@netbsd.org>
508M: Reinoud Zandijk <reinoud@netbsd.org>
509S: Maintained
510F: include/sysemu/nvmm.h
511F: target/i386/nvmm/
512
513Hosts
514-----
515LINUX
516M: Michael S. Tsirkin <mst@redhat.com>
517M: Cornelia Huck <cohuck@redhat.com>
518M: Paolo Bonzini <pbonzini@redhat.com>
519S: Maintained
520F: linux-headers/
521F: scripts/update-linux-headers.sh
522
523POSIX
524M: Paolo Bonzini <pbonzini@redhat.com>
525S: Maintained
526F: os-posix.c
527F: include/sysemu/os-posix.h
528F: util/*posix*.c
529F: include/qemu/*posix*.h
530
531NETBSD
532M: Kamil Rytarowski <kamil@netbsd.org>
533M: Reinoud Zandijk <reinoud@netbsd.org>
534M: Ryo ONODERA <ryoon@netbsd.org>
535S: Maintained
536K: ^Subject:.*(?i)NetBSD
537
538OPENBSD
539M: Brad Smith <brad@comstyle.com>
540S: Maintained
541K: ^Subject:.*(?i)OpenBSD
542
543W32, W64
544M: Stefan Weil <sw@weilnetz.de>
545S: Maintained
546F: *win32*
547F: */*win32*
548F: include/*/*win32*
549X: qga/*win32*
550F: qemu.nsi
551
552Darwin (macOS, iOS)
553M: Philippe Mathieu-Daudé <f4bug@amsat.org>
554S: Odd Fixes
555F: .gitlab-ci.d/cirrus/macos-*
556F: */*.m
557
558Alpha Machines
559--------------
560M: Richard Henderson <richard.henderson@linaro.org>
561S: Maintained
562F: hw/alpha/
563F: hw/isa/smc37c669-superio.c
564F: tests/tcg/alpha/system/
565
566ARM Machines
567------------
568Allwinner-a10
569M: Beniamino Galvani <b.galvani@gmail.com>
570M: Peter Maydell <peter.maydell@linaro.org>
571L: qemu-arm@nongnu.org
572S: Odd Fixes
573F: hw/*/allwinner*
574F: include/hw/*/allwinner*
575F: hw/arm/cubieboard.c
576F: docs/system/arm/cubieboard.rst
577
578Allwinner-h3
579M: Niek Linnenbank <nieklinnenbank@gmail.com>
580L: qemu-arm@nongnu.org
581S: Maintained
582F: hw/*/allwinner-h3*
583F: include/hw/*/allwinner-h3*
584F: hw/arm/orangepi.c
585F: docs/system/arm/orangepi.rst
586
587ARM PrimeCell and CMSDK devices
588M: Peter Maydell <peter.maydell@linaro.org>
589L: qemu-arm@nongnu.org
590S: Maintained
591F: hw/char/pl011.c
592F: include/hw/char/pl011.h
593F: hw/display/pl110*
594F: hw/dma/pl080.c
595F: include/hw/dma/pl080.h
596F: hw/dma/pl330.c
597F: hw/gpio/pl061.c
598F: hw/input/pl050.c
599F: hw/intc/pl190.c
600F: hw/sd/pl181.c
601F: hw/ssi/pl022.c
602F: include/hw/ssi/pl022.h
603F: hw/rtc/pl031.c
604F: include/hw/rtc/pl031.h
605F: include/hw/arm/primecell.h
606F: hw/timer/cmsdk-apb-timer.c
607F: include/hw/timer/cmsdk-apb-timer.h
608F: tests/qtest/cmsdk-apb-timer-test.c
609F: hw/timer/cmsdk-apb-dualtimer.c
610F: include/hw/timer/cmsdk-apb-dualtimer.h
611F: tests/qtest/cmsdk-apb-dualtimer-test.c
612F: hw/char/cmsdk-apb-uart.c
613F: include/hw/char/cmsdk-apb-uart.h
614F: hw/watchdog/cmsdk-apb-watchdog.c
615F: include/hw/watchdog/cmsdk-apb-watchdog.h
616F: tests/qtest/cmsdk-apb-watchdog-test.c
617F: hw/misc/tz-ppc.c
618F: include/hw/misc/tz-ppc.h
619F: hw/misc/tz-mpc.c
620F: include/hw/misc/tz-mpc.h
621F: hw/misc/tz-msc.c
622F: include/hw/misc/tz-msc.h
623
624ARM cores
625M: Peter Maydell <peter.maydell@linaro.org>
626L: qemu-arm@nongnu.org
627S: Maintained
628F: hw/intc/arm*
629F: hw/intc/gic_internal.h
630F: hw/misc/a9scu.c
631F: hw/misc/arm11scu.c
632F: hw/misc/arm_l2x0.c
633F: hw/misc/armv7m_ras.c
634F: hw/timer/a9gtimer*
635F: hw/timer/arm*
636F: include/hw/arm/arm*.h
637F: include/hw/intc/arm*
638F: include/hw/misc/a9scu.h
639F: include/hw/misc/arm11scu.h
640F: include/hw/timer/a9gtimer.h
641F: include/hw/timer/arm_mptimer.h
642F: include/hw/timer/armv7m_systick.h
643F: include/hw/misc/armv7m_ras.h
644F: tests/qtest/test-arm-mptimer.c
645
646Exynos
647M: Igor Mitsyanko <i.mitsyanko@gmail.com>
648M: Peter Maydell <peter.maydell@linaro.org>
649L: qemu-arm@nongnu.org
650S: Odd Fixes
651F: hw/*/exynos*
652F: include/hw/*/exynos*
653
654Calxeda Highbank
655M: Rob Herring <robh@kernel.org>
656M: Peter Maydell <peter.maydell@linaro.org>
657L: qemu-arm@nongnu.org
658S: Odd Fixes
659F: hw/arm/highbank.c
660F: hw/net/xgmac.c
661F: docs/system/arm/highbank.rst
662
663Canon DIGIC
664M: Antony Pavlov <antonynpavlov@gmail.com>
665M: Peter Maydell <peter.maydell@linaro.org>
666L: qemu-arm@nongnu.org
667S: Odd Fixes
668F: include/hw/arm/digic.h
669F: hw/*/digic*
670F: include/hw/*/digic*
671F: tests/avocado/machine_arm_canona1100.py
672F: docs/system/arm/digic.rst
673
674Goldfish RTC
675M: Anup Patel <anup.patel@wdc.com>
676M: Alistair Francis <Alistair.Francis@wdc.com>
677L: qemu-riscv@nongnu.org
678S: Maintained
679F: hw/rtc/goldfish_rtc.c
680F: include/hw/rtc/goldfish_rtc.h
681
682Gumstix
683M: Peter Maydell <peter.maydell@linaro.org>
684R: Philippe Mathieu-Daudé <f4bug@amsat.org>
685L: qemu-arm@nongnu.org
686S: Odd Fixes
687F: hw/arm/gumstix.c
688F: docs/system/arm/gumstix.rst
689
690i.MX25 PDK
691M: Peter Maydell <peter.maydell@linaro.org>
692R: Jean-Christophe Dubois <jcd@tribudubois.net>
693L: qemu-arm@nongnu.org
694S: Odd Fixes
695F: hw/arm/fsl-imx25.c
696F: hw/arm/imx25_pdk.c
697F: hw/misc/imx25_ccm.c
698F: hw/watchdog/wdt_imx2.c
699F: include/hw/arm/fsl-imx25.h
700F: include/hw/misc/imx25_ccm.h
701F: include/hw/watchdog/wdt_imx2.h
702F: docs/system/arm/imx25-pdk.rst
703
704i.MX31 (kzm)
705M: Peter Maydell <peter.maydell@linaro.org>
706L: qemu-arm@nongnu.org
707S: Odd Fixes
708F: hw/arm/kzm.c
709F: hw/*/imx_*
710F: hw/*/*imx31*
711F: include/hw/*/imx_*
712F: include/hw/*/*imx31*
713F: docs/system/arm/kzm.rst
714
715Integrator CP
716M: Peter Maydell <peter.maydell@linaro.org>
717L: qemu-arm@nongnu.org
718S: Maintained
719F: hw/arm/integratorcp.c
720F: hw/misc/arm_integrator_debug.c
721F: include/hw/misc/arm_integrator_debug.h
722F: tests/avocado/machine_arm_integratorcp.py
723F: docs/system/arm/integratorcp.rst
724
725MCIMX6UL EVK / i.MX6ul
726M: Peter Maydell <peter.maydell@linaro.org>
727R: Jean-Christophe Dubois <jcd@tribudubois.net>
728L: qemu-arm@nongnu.org
729S: Odd Fixes
730F: hw/arm/mcimx6ul-evk.c
731F: hw/arm/fsl-imx6ul.c
732F: hw/misc/imx6ul_ccm.c
733F: include/hw/arm/fsl-imx6ul.h
734F: include/hw/misc/imx6ul_ccm.h
735
736MCIMX7D SABRE / i.MX7
737M: Peter Maydell <peter.maydell@linaro.org>
738R: Andrey Smirnov <andrew.smirnov@gmail.com>
739L: qemu-arm@nongnu.org
740S: Odd Fixes
741F: hw/arm/mcimx7d-sabre.c
742F: hw/arm/fsl-imx7.c
743F: hw/misc/imx7_*.c
744F: include/hw/arm/fsl-imx7.h
745F: include/hw/misc/imx7_*.h
746F: hw/pci-host/designware.c
747F: include/hw/pci-host/designware.h
748
749MPS2
750M: Peter Maydell <peter.maydell@linaro.org>
751L: qemu-arm@nongnu.org
752S: Maintained
753F: hw/arm/mps2.c
754F: hw/arm/mps2-tz.c
755F: hw/misc/mps2-*.c
756F: include/hw/misc/mps2-*.h
757F: hw/arm/armsse.c
758F: include/hw/arm/armsse.h
759F: hw/misc/iotkit-secctl.c
760F: include/hw/misc/iotkit-secctl.h
761F: hw/misc/iotkit-sysctl.c
762F: include/hw/misc/iotkit-sysctl.h
763F: hw/misc/iotkit-sysinfo.c
764F: include/hw/misc/iotkit-sysinfo.h
765F: hw/misc/armsse-cpu-pwrctrl.c
766F: include/hw/misc/armsse-cpu-pwrctrl.h
767F: hw/misc/armsse-cpuid.c
768F: include/hw/misc/armsse-cpuid.h
769F: hw/misc/armsse-mhu.c
770F: include/hw/misc/armsse-mhu.h
771F: hw/timer/sse-counter.c
772F: include/hw/timer/sse-counter.h
773F: hw/timer/sse-timer.c
774F: include/hw/timer/sse-timer.h
775F: tests/qtest/sse-timer-test.c
776F: docs/system/arm/mps2.rst
777
778Musca
779M: Peter Maydell <peter.maydell@linaro.org>
780L: qemu-arm@nongnu.org
781S: Maintained
782F: hw/arm/musca.c
783F: docs/system/arm/musca.rst
784
785Musicpal
786M: Jan Kiszka <jan.kiszka@web.de>
787M: Peter Maydell <peter.maydell@linaro.org>
788L: qemu-arm@nongnu.org
789S: Odd Fixes
790F: hw/arm/musicpal.c
791F: hw/net/mv88w8618_eth.c
792F: include/hw/net/mv88w8618_eth.h
793F: docs/system/arm/musicpal.rst
794
795Nuvoton NPCM7xx
796M: Havard Skinnemoen <hskinnemoen@google.com>
797M: Tyrone Ting <kfting@nuvoton.com>
798L: qemu-arm@nongnu.org
799S: Supported
800F: hw/*/npcm7xx*
801F: include/hw/*/npcm7xx*
802F: tests/qtest/npcm7xx*
803F: pc-bios/npcm7xx_bootrom.bin
804F: roms/vbootrom
805F: docs/system/arm/nuvoton.rst
806
807nSeries
808M: Peter Maydell <peter.maydell@linaro.org>
809L: qemu-arm@nongnu.org
810S: Odd Fixes
811F: hw/arm/nseries.c
812F: hw/display/blizzard.c
813F: hw/input/lm832x.c
814F: hw/input/tsc2005.c
815F: hw/misc/cbus.c
816F: hw/rtc/twl92230.c
817F: include/hw/display/blizzard.h
818F: include/hw/input/lm832x.h
819F: include/hw/input/tsc2xxx.h
820F: include/hw/misc/cbus.h
821F: tests/avocado/machine_arm_n8x0.py
822F: docs/system/arm/nseries.rst
823
824Palm
825M: Peter Maydell <peter.maydell@linaro.org>
826L: qemu-arm@nongnu.org
827S: Odd Fixes
828F: hw/arm/palm.c
829F: hw/input/tsc210x.c
830F: include/hw/input/tsc2xxx.h
831F: docs/system/arm/palm.rst
832
833Raspberry Pi
834M: Peter Maydell <peter.maydell@linaro.org>
835R: Philippe Mathieu-Daudé <f4bug@amsat.org>
836L: qemu-arm@nongnu.org
837S: Odd Fixes
838F: hw/arm/raspi.c
839F: hw/arm/raspi_platform.h
840F: hw/*/bcm283*
841F: include/hw/arm/raspi*
842F: include/hw/*/bcm283*
843F: docs/system/arm/raspi.rst
844
845Real View
846M: Peter Maydell <peter.maydell@linaro.org>
847L: qemu-arm@nongnu.org
848S: Maintained
849F: hw/arm/realview*
850F: hw/cpu/realview_mpcore.c
851F: hw/intc/realview_gic.c
852F: include/hw/intc/realview_gic.h
853F: docs/system/arm/realview.rst
854
855PXA2XX
856M: Peter Maydell <peter.maydell@linaro.org>
857L: qemu-arm@nongnu.org
858S: Odd Fixes
859F: hw/arm/mainstone.c
860F: hw/arm/spitz.c
861F: hw/arm/tosa.c
862F: hw/arm/z2.c
863F: hw/*/pxa2xx*
864F: hw/display/tc6393xb.c
865F: hw/gpio/max7310.c
866F: hw/gpio/zaurus.c
867F: hw/misc/mst_fpga.c
868F: hw/adc/max111x.c
869F: include/hw/adc/max111x.h
870F: include/hw/arm/pxa.h
871F: include/hw/arm/sharpsl.h
872F: include/hw/display/tc6393xb.h
873F: docs/system/arm/xscale.rst
874F: docs/system/arm/mainstone.rst
875
876SABRELITE / i.MX6
877M: Peter Maydell <peter.maydell@linaro.org>
878R: Jean-Christophe Dubois <jcd@tribudubois.net>
879L: qemu-arm@nongnu.org
880S: Odd Fixes
881F: hw/arm/sabrelite.c
882F: hw/arm/fsl-imx6.c
883F: hw/misc/imx6_*.c
884F: hw/ssi/imx_spi.c
885F: hw/usb/imx-usb-phy.c
886F: include/hw/usb/imx-usb-phy.h
887F: include/hw/arm/fsl-imx6.h
888F: include/hw/misc/imx6_*.h
889F: include/hw/ssi/imx_spi.h
890
891SBSA-REF
892M: Radoslaw Biernacki <rad@semihalf.com>
893M: Peter Maydell <peter.maydell@linaro.org>
894R: Leif Lindholm <quic_llindhol@quicinc.com>
895L: qemu-arm@nongnu.org
896S: Maintained
897F: hw/arm/sbsa-ref.c
898F: docs/system/arm/sbsa.rst
899
900Sharp SL-5500 (Collie) PDA
901M: Peter Maydell <peter.maydell@linaro.org>
902L: qemu-arm@nongnu.org
903S: Odd Fixes
904F: hw/arm/collie.c
905F: hw/arm/strongarm*
906F: docs/system/arm/collie.rst
907
908Stellaris
909M: Peter Maydell <peter.maydell@linaro.org>
910L: qemu-arm@nongnu.org
911S: Maintained
912F: hw/*/stellaris*
913F: include/hw/input/gamepad.h
914F: docs/system/arm/stellaris.rst
915
916STM32VLDISCOVERY
917M: Alexandre Iooss <erdnaxe@crans.org>
918L: qemu-arm@nongnu.org
919S: Maintained
920F: hw/arm/stm32vldiscovery.c
921F: docs/system/arm/stm32.rst
922
923Versatile Express
924M: Peter Maydell <peter.maydell@linaro.org>
925L: qemu-arm@nongnu.org
926S: Maintained
927F: hw/arm/vexpress.c
928F: docs/system/arm/vexpress.rst
929
930Versatile PB
931M: Peter Maydell <peter.maydell@linaro.org>
932L: qemu-arm@nongnu.org
933S: Maintained
934F: hw/*/versatile*
935F: include/hw/i2c/arm_sbcon_i2c.h
936F: hw/misc/arm_sysctl.c
937F: docs/system/arm/versatile.rst
938
939Virt
940M: Peter Maydell <peter.maydell@linaro.org>
941L: qemu-arm@nongnu.org
942S: Maintained
943F: hw/arm/virt*
944F: include/hw/arm/virt.h
945F: docs/system/arm/virt.rst
946F: tests/avocado/machine_aarch64_virt.py
947
948Xilinx Zynq
949M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
950M: Alistair Francis <alistair@alistair23.me>
951M: Peter Maydell <peter.maydell@linaro.org>
952L: qemu-arm@nongnu.org
953S: Maintained
954F: hw/*/xilinx_*
955F: hw/*/cadence_*
956F: hw/misc/zynq_slcr.c
957F: hw/adc/zynq-xadc.c
958F: include/hw/misc/zynq_slcr.h
959F: include/hw/adc/zynq-xadc.h
960X: hw/ssi/xilinx_*
961
962Xilinx ZynqMP and Versal
963M: Alistair Francis <alistair@alistair23.me>
964M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
965M: Peter Maydell <peter.maydell@linaro.org>
966L: qemu-arm@nongnu.org
967S: Maintained
968F: hw/*/xlnx*.c
969F: include/hw/*/xlnx*.h
970F: include/hw/ssi/xilinx_spips.h
971F: hw/display/dpcd.c
972F: include/hw/display/dpcd.h
973F: docs/system/arm/xlnx-versal-virt.rst
974
975Xilinx Versal OSPI
976M: Francisco Iglesias <francisco.iglesias@xilinx.com>
977S: Maintained
978F: hw/ssi/xlnx-versal-ospi.c
979F: include/hw/ssi/xlnx-versal-ospi.h
980
981ARM ACPI Subsystem
982M: Shannon Zhao <shannon.zhaosl@gmail.com>
983L: qemu-arm@nongnu.org
984S: Maintained
985F: hw/arm/virt-acpi-build.c
986
987STM32F100
988M: Alexandre Iooss <erdnaxe@crans.org>
989L: qemu-arm@nongnu.org
990S: Maintained
991F: hw/arm/stm32f100_soc.c
992
993STM32F205
994M: Alistair Francis <alistair@alistair23.me>
995M: Peter Maydell <peter.maydell@linaro.org>
996L: qemu-arm@nongnu.org
997S: Maintained
998F: hw/arm/stm32f205_soc.c
999F: hw/misc/stm32f2xx_syscfg.c
1000F: hw/char/stm32f2xx_usart.c
1001F: hw/timer/stm32f2xx_timer.c
1002F: hw/adc/*
1003F: hw/ssi/stm32f2xx_spi.c
1004F: include/hw/*/stm32*.h
1005
1006STM32F405
1007M: Alistair Francis <alistair@alistair23.me>
1008M: Peter Maydell <peter.maydell@linaro.org>
1009L: qemu-arm@nongnu.org
1010S: Maintained
1011F: hw/arm/stm32f405_soc.c
1012F: hw/misc/stm32f4xx_syscfg.c
1013F: hw/misc/stm32f4xx_exti.c
1014
1015Netduino 2
1016M: Alistair Francis <alistair@alistair23.me>
1017M: Peter Maydell <peter.maydell@linaro.org>
1018L: qemu-arm@nongnu.org
1019S: Maintained
1020F: hw/arm/netduino2.c
1021
1022Netduino Plus 2
1023M: Alistair Francis <alistair@alistair23.me>
1024M: Peter Maydell <peter.maydell@linaro.org>
1025L: qemu-arm@nongnu.org
1026S: Maintained
1027F: hw/arm/netduinoplus2.c
1028
1029SmartFusion2
1030M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1031M: Peter Maydell <peter.maydell@linaro.org>
1032L: qemu-arm@nongnu.org
1033S: Maintained
1034F: hw/arm/msf2-soc.c
1035F: hw/misc/msf2-sysreg.c
1036F: hw/timer/mss-timer.c
1037F: hw/ssi/mss-spi.c
1038F: include/hw/arm/msf2-soc.h
1039F: include/hw/misc/msf2-sysreg.h
1040F: include/hw/timer/mss-timer.h
1041F: include/hw/ssi/mss-spi.h
1042F: hw/net/msf2-emac.c
1043F: include/hw/net/msf2-emac.h
1044
1045Emcraft M2S-FG484
1046M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1047M: Peter Maydell <peter.maydell@linaro.org>
1048L: qemu-arm@nongnu.org
1049S: Maintained
1050F: hw/arm/msf2-som.c
1051F: docs/system/arm/emcraft-sf2.rst
1052
1053ASPEED BMCs
1054M: Cédric Le Goater <clg@kaod.org>
1055M: Peter Maydell <peter.maydell@linaro.org>
1056R: Andrew Jeffery <andrew@aj.id.au>
1057R: Joel Stanley <joel@jms.id.au>
1058L: qemu-arm@nongnu.org
1059S: Maintained
1060F: hw/*/*aspeed*
1061F: hw/misc/pca9552.c
1062F: include/hw/*/*aspeed*
1063F: include/hw/misc/pca9552*.h
1064F: hw/net/ftgmac100.c
1065F: include/hw/net/ftgmac100.h
1066F: docs/system/arm/aspeed.rst
1067F: tests/qtest/*aspeed*
1068
1069NRF51
1070M: Joel Stanley <joel@jms.id.au>
1071M: Peter Maydell <peter.maydell@linaro.org>
1072L: qemu-arm@nongnu.org
1073S: Maintained
1074F: hw/*/nrf51*.c
1075F: hw/*/microbit*.c
1076F: include/hw/*/nrf51*.h
1077F: include/hw/*/microbit*.h
1078F: tests/qtest/microbit-test.c
1079F: docs/system/arm/nrf.rst
1080
1081AVR Machines
1082-------------
1083
1084AVR MCUs
1085M: Michael Rolnik <mrolnik@gmail.com>
1086S: Maintained
1087F: configs/devices/avr-softmmu/default.mak
1088F: hw/avr/
1089F: include/hw/char/avr_usart.h
1090F: hw/char/avr_usart.c
1091F: include/hw/timer/avr_timer16.h
1092F: hw/timer/avr_timer16.c
1093F: include/hw/misc/avr_power.h
1094F: hw/misc/avr_power.c
1095
1096Arduino
1097M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1098S: Maintained
1099F: hw/avr/arduino.c
1100
1101CRIS Machines
1102-------------
1103Axis Dev88
1104M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1105S: Maintained
1106F: hw/cris/axis_dev88.c
1107F: hw/*/etraxfs_*.c
1108
1109HP-PARISC Machines
1110------------------
1111HP B160L
1112M: Richard Henderson <richard.henderson@linaro.org>
1113R: Helge Deller <deller@gmx.de>
1114S: Odd Fixes
1115F: configs/devices/hppa-softmmu/default.mak
1116F: hw/hppa/
1117F: hw/net/*i82596*
1118F: hw/misc/lasi.c
1119F: hw/pci-host/dino.c
1120F: include/hw/misc/lasi.h
1121F: include/hw/net/lasi_82596.h
1122F: include/hw/pci-host/dino.h
1123F: pc-bios/hppa-firmware.img
1124
1125LoongArch Machines
1126------------------
1127Virt
1128M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1129M: Song Gao <gaosong@loongson.cn>
1130S: Maintained
1131F: docs/system/loongarch/loongson3.rst
1132F: configs/targets/loongarch64-softmmu.mak
1133F: configs/devices/loongarch64-softmmu/default.mak
1134F: hw/loongarch/
1135F: include/hw/loongarch/virt.h
1136
1137M68K Machines
1138-------------
1139an5206
1140M: Thomas Huth <huth@tuxfamily.org>
1141S: Odd Fixes
1142F: hw/m68k/an5206.c
1143F: hw/m68k/mcf5206.c
1144
1145mcf5208
1146M: Thomas Huth <huth@tuxfamily.org>
1147S: Odd Fixes
1148F: hw/m68k/mcf5208.c
1149F: hw/m68k/mcf_intc.c
1150F: hw/char/mcf_uart.c
1151F: hw/net/mcf_fec.c
1152F: include/hw/m68k/mcf*.h
1153
1154NeXTcube
1155M: Thomas Huth <huth@tuxfamily.org>
1156S: Odd Fixes
1157F: hw/m68k/next-*.c
1158F: hw/display/next-fb.c
1159F: include/hw/m68k/next-cube.h
1160
1161q800
1162M: Laurent Vivier <laurent@vivier.eu>
1163S: Maintained
1164F: hw/m68k/q800.c
1165F: hw/misc/mac_via.c
1166F: hw/nubus/*
1167F: hw/display/macfb.c
1168F: hw/block/swim.c
1169F: hw/m68k/bootinfo.h
1170F: include/standard-headers/asm-m68k/bootinfo.h
1171F: include/standard-headers/asm-m68k/bootinfo-mac.h
1172F: include/hw/misc/mac_via.h
1173F: include/hw/nubus/*
1174F: include/hw/display/macfb.h
1175F: include/hw/block/swim.h
1176
1177virt
1178M: Laurent Vivier <laurent@vivier.eu>
1179S: Maintained
1180F: hw/m68k/virt.c
1181F: hw/char/goldfish_tty.c
1182F: hw/intc/goldfish_pic.c
1183F: hw/intc/m68k_irqc.c
1184F: hw/misc/virt_ctrl.c
1185F: include/hw/char/goldfish_tty.h
1186F: include/hw/intc/goldfish_pic.h
1187F: include/hw/intc/m68k_irqc.h
1188F: include/hw/misc/virt_ctrl.h
1189
1190MicroBlaze Machines
1191-------------------
1192petalogix_s3adsp1800
1193M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1194S: Maintained
1195F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1196F: include/hw/char/xilinx_uartlite.h
1197F: tests/avocado/machine_microblaze.py
1198
1199petalogix_ml605
1200M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1201S: Maintained
1202F: hw/microblaze/petalogix_ml605_mmu.c
1203
1204MIPS Machines
1205-------------
1206Overall MIPS Machines
1207M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1208S: Odd Fixes
1209F: configs/devices/mips*/*
1210F: hw/mips/
1211F: include/hw/mips/
1212
1213Jazz
1214M: Hervé Poussineau <hpoussin@reactos.org>
1215R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1216S: Maintained
1217F: hw/mips/jazz.c
1218F: hw/display/jazz_led.c
1219F: hw/dma/rc4030.c
1220
1221Malta
1222M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1223R: Aurelien Jarno <aurelien@aurel32.net>
1224S: Odd Fixes
1225F: hw/isa/piix4.c
1226F: hw/acpi/piix4.c
1227F: hw/mips/malta.c
1228F: hw/mips/gt64xxx_pci.c
1229F: include/hw/southbridge/piix.h
1230F: tests/avocado/linux_ssh_mips_malta.py
1231F: tests/avocado/machine_mips_malta.py
1232
1233Mipssim
1234R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1235S: Orphan
1236F: hw/mips/mipssim.c
1237F: hw/net/mipsnet.c
1238
1239Fuloong 2E
1240M: Huacai Chen <chenhuacai@kernel.org>
1241M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1242R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1243S: Odd Fixes
1244F: hw/mips/fuloong2e.c
1245F: hw/isa/vt82c686.c
1246F: hw/pci-host/bonito.c
1247F: hw/usb/vt82c686-uhci-pci.c
1248F: include/hw/isa/vt82c686.h
1249F: tests/avocado/machine_mips_fuloong2e.py
1250
1251Loongson-3 virtual platforms
1252M: Huacai Chen <chenhuacai@kernel.org>
1253R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1254S: Maintained
1255F: hw/intc/loongson_liointc.c
1256F: hw/mips/loongson3_bootp.c
1257F: hw/mips/loongson3_bootp.h
1258F: hw/mips/loongson3_virt.c
1259F: tests/avocado/machine_mips_loongson3v.py
1260
1261Boston
1262M: Paul Burton <paulburton@kernel.org>
1263R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1264S: Odd Fixes
1265F: hw/core/loader-fit.c
1266F: hw/mips/boston.c
1267F: hw/pci-host/xilinx-pcie.c
1268F: include/hw/pci-host/xilinx-pcie.h
1269
1270OpenRISC Machines
1271-----------------
1272or1k-sim
1273M: Jia Liu <proljc@gmail.com>
1274S: Maintained
1275F: hw/openrisc/openrisc_sim.c
1276
1277PowerPC Machines
1278----------------
1279405 (ref405ep and taihu)
1280L: qemu-ppc@nongnu.org
1281S: Orphan
1282F: hw/ppc/ppc405_boards.c
1283
1284Bamboo
1285L: qemu-ppc@nongnu.org
1286S: Orphan
1287F: hw/ppc/ppc440_bamboo.c
1288F: tests/avocado/ppc_bamboo.py
1289
1290e500
1291L: qemu-ppc@nongnu.org
1292S: Orphan
1293F: hw/ppc/e500*
1294F: hw/gpio/mpc8xxx.c
1295F: hw/i2c/mpc_i2c.c
1296F: hw/net/fsl_etsec/
1297F: hw/pci-host/ppce500.c
1298F: include/hw/ppc/ppc_e500.h
1299F: include/hw/pci-host/ppce500.h
1300F: pc-bios/u-boot.e500
1301F: hw/intc/openpic_kvm.h
1302F: include/hw/ppc/openpic_kvm.h
1303
1304mpc8544ds
1305L: qemu-ppc@nongnu.org
1306S: Orphan
1307F: hw/ppc/mpc8544ds.c
1308F: hw/ppc/mpc8544_guts.c
1309F: tests/avocado/ppc_mpc8544ds.py
1310
1311New World (mac99)
1312M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1313L: qemu-ppc@nongnu.org
1314S: Odd Fixes
1315F: docs/system/ppc/powermac.rst
1316F: hw/ppc/mac_newworld.c
1317F: hw/pci-host/uninorth.c
1318F: hw/pci-bridge/dec.[hc]
1319F: hw/misc/macio/
1320F: hw/misc/mos6522.c
1321F: hw/nvram/mac_nvram.c
1322F: hw/input/adb*
1323F: include/hw/misc/macio/
1324F: include/hw/misc/mos6522.h
1325F: include/hw/ppc/mac_dbdma.h
1326F: include/hw/pci-host/uninorth.h
1327F: include/hw/input/adb*
1328F: pc-bios/qemu_vga.ndrv
1329
1330Old World (g3beige)
1331M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1332L: qemu-ppc@nongnu.org
1333S: Odd Fixes
1334F: docs/system/ppc/powermac.rst
1335F: hw/ppc/mac_oldworld.c
1336F: hw/pci-host/grackle.c
1337F: hw/misc/macio/
1338F: hw/intc/heathrow_pic.c
1339F: hw/input/adb*
1340F: include/hw/intc/heathrow_pic.h
1341F: include/hw/input/adb*
1342F: pc-bios/qemu_vga.ndrv
1343
1344PReP
1345M: Hervé Poussineau <hpoussin@reactos.org>
1346L: qemu-ppc@nongnu.org
1347S: Maintained
1348F: docs/system/ppc/prep.rst
1349F: hw/ppc/prep.c
1350F: hw/ppc/prep_systemio.c
1351F: hw/ppc/rs6000_mc.c
1352F: hw/pci-host/raven.c
1353F: hw/isa/i82378.c
1354F: hw/isa/pc87312.c
1355F: hw/dma/i82374.c
1356F: hw/rtc/m48t59-isa.c
1357F: include/hw/isa/pc87312.h
1358F: include/hw/rtc/m48t59.h
1359F: tests/avocado/ppc_prep_40p.py
1360
1361sPAPR (pseries)
1362M: Cédric Le Goater <clg@kaod.org>
1363M: Daniel Henrique Barboza <danielhb413@gmail.com>
1364R: David Gibson <david@gibson.dropbear.id.au>
1365R: Greg Kurz <groug@kaod.org>
1366L: qemu-ppc@nongnu.org
1367S: Maintained
1368F: hw/*/spapr*
1369F: include/hw/*/spapr*
1370F: hw/*/xics*
1371F: include/hw/*/xics*
1372F: pc-bios/slof.bin
1373F: docs/system/ppc/pseries.rst
1374F: docs/specs/ppc-spapr-*
1375F: tests/qtest/spapr*
1376F: tests/qtest/libqos/*spapr*
1377F: tests/qtest/rtas*
1378F: tests/qtest/libqos/rtas*
1379F: tests/avocado/ppc_pseries.py
1380
1381PowerNV (Non-Virtualized)
1382M: Cédric Le Goater <clg@kaod.org>
1383L: qemu-ppc@nongnu.org
1384S: Maintained
1385F: docs/system/ppc/powernv.rst
1386F: hw/ppc/pnv*
1387F: hw/intc/pnv*
1388F: hw/intc/xics_pnv.c
1389F: hw/pci-host/pnv*
1390F: include/hw/ppc/pnv*
1391F: include/hw/pci-host/pnv*
1392F: pc-bios/skiboot.lid
1393F: tests/qtest/pnv*
1394
1395virtex_ml507
1396M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1397L: qemu-ppc@nongnu.org
1398S: Odd Fixes
1399F: hw/ppc/virtex_ml507.c
1400F: tests/avocado/ppc_virtex_ml507.py
1401
1402sam460ex
1403M: BALATON Zoltan <balaton@eik.bme.hu>
1404L: qemu-ppc@nongnu.org
1405S: Maintained
1406F: hw/ppc/sam460ex.c
1407F: hw/ppc/ppc440_pcix.c
1408F: hw/display/sm501*
1409F: hw/ide/sii3112.c
1410F: hw/rtc/m41t80.c
1411F: pc-bios/canyonlands.dt[sb]
1412F: pc-bios/u-boot-sam460ex-20100605.bin
1413F: roms/u-boot-sam460ex
1414
1415pegasos2
1416M: BALATON Zoltan <balaton@eik.bme.hu>
1417L: qemu-ppc@nongnu.org
1418S: Maintained
1419F: hw/ppc/pegasos2.c
1420F: hw/pci-host/mv64361.c
1421F: hw/pci-host/mv643xx.h
1422F: include/hw/pci-host/mv64361.h
1423
1424Virtual Open Firmware (VOF)
1425M: Alexey Kardashevskiy <aik@ozlabs.ru>
1426R: Cédric Le Goater <clg@kaod.org>
1427R: Daniel Henrique Barboza <danielhb413@gmail.com>
1428R: David Gibson <david@gibson.dropbear.id.au>
1429R: Greg Kurz <groug@kaod.org>
1430L: qemu-ppc@nongnu.org
1431S: Maintained
1432F: hw/ppc/spapr_vof*
1433F: hw/ppc/vof*
1434F: include/hw/ppc/vof*
1435F: pc-bios/vof/*
1436F: pc-bios/vof*
1437
1438RISC-V Machines
1439---------------
1440OpenTitan
1441M: Alistair Francis <Alistair.Francis@wdc.com>
1442L: qemu-riscv@nongnu.org
1443S: Supported
1444F: hw/riscv/opentitan.c
1445F: hw/*/ibex_*.c
1446F: include/hw/riscv/opentitan.h
1447F: include/hw/*/ibex_*.h
1448
1449Microchip PolarFire SoC Icicle Kit
1450M: Bin Meng <bin.meng@windriver.com>
1451L: qemu-riscv@nongnu.org
1452S: Supported
1453F: hw/riscv/microchip_pfsoc.c
1454F: hw/char/mchp_pfsoc_mmuart.c
1455F: hw/misc/mchp_pfsoc_dmc.c
1456F: hw/misc/mchp_pfsoc_ioscb.c
1457F: hw/misc/mchp_pfsoc_sysreg.c
1458F: include/hw/riscv/microchip_pfsoc.h
1459F: include/hw/char/mchp_pfsoc_mmuart.h
1460F: include/hw/misc/mchp_pfsoc_dmc.h
1461F: include/hw/misc/mchp_pfsoc_ioscb.h
1462F: include/hw/misc/mchp_pfsoc_sysreg.h
1463
1464Shakti C class SoC
1465M: Vijai Kumar K <vijai@behindbytes.com>
1466L: qemu-riscv@nongnu.org
1467S: Supported
1468F: hw/riscv/shakti_c.c
1469F: hw/char/shakti_uart.c
1470F: include/hw/riscv/shakti_c.h
1471F: include/hw/char/shakti_uart.h
1472
1473SiFive Machines
1474M: Alistair Francis <Alistair.Francis@wdc.com>
1475M: Bin Meng <bin.meng@windriver.com>
1476M: Palmer Dabbelt <palmer@dabbelt.com>
1477L: qemu-riscv@nongnu.org
1478S: Supported
1479F: hw/*/*sifive*.c
1480F: include/hw/*/*sifive*.h
1481
1482RX Machines
1483-----------
1484rx-gdbsim
1485R: Yoshinori Sato <ysato@users.sourceforge.jp>
1486S: Orphan
1487F: docs/system/target-rx.rst
1488F: hw/rx/rx-gdbsim.c
1489F: tests/avocado/machine_rx_gdbsim.py
1490
1491SH4 Machines
1492------------
1493R2D
1494R: Yoshinori Sato <ysato@users.sourceforge.jp>
1495R: Magnus Damm <magnus.damm@gmail.com>
1496S: Odd Fixes
1497F: hw/char/sh_serial.c
1498F: hw/sh4/r2d.c
1499F: hw/intc/sh_intc.c
1500F: hw/pci-host/sh_pci.c
1501F: hw/timer/sh_timer.c
1502F: include/hw/sh4/sh_intc.h
1503
1504Shix
1505R: Yoshinori Sato <ysato@users.sourceforge.jp>
1506R: Magnus Damm <magnus.damm@gmail.com>
1507S: Odd Fixes
1508F: hw/block/tc58128.c
1509F: hw/char/sh_serial.c
1510F: hw/sh4/shix.c
1511F: hw/intc/sh_intc.c
1512F: hw/timer/sh_timer.c
1513F: include/hw/sh4/sh_intc.h
1514
1515SPARC Machines
1516--------------
1517Sun4m
1518M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1519S: Maintained
1520F: hw/sparc/sun4m.c
1521F: hw/sparc/sun4m_iommu.c
1522F: hw/display/cg3.c
1523F: hw/display/tcx.c
1524F: hw/dma/sparc32_dma.c
1525F: hw/misc/eccmemctl.c
1526F: hw/*/slavio_*.c
1527F: include/hw/nvram/sun_nvram.h
1528F: include/hw/sparc/sparc32_dma.h
1529F: include/hw/sparc/sun4m_iommu.h
1530F: pc-bios/openbios-sparc32
1531
1532Sun4u
1533M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1534S: Maintained
1535F: hw/sparc64/sun4u.c
1536F: hw/sparc64/sun4u_iommu.c
1537F: include/hw/sparc/sun4u_iommu.h
1538F: hw/pci-host/sabre.c
1539F: include/hw/pci-host/sabre.h
1540F: hw/pci-bridge/simba.c
1541F: include/hw/pci-bridge/simba.h
1542F: pc-bios/openbios-sparc64
1543F: tests/avocado/machine_sparc64_sun4u.py
1544
1545Sun4v
1546M: Artyom Tarasenko <atar4qemu@gmail.com>
1547S: Maintained
1548F: hw/sparc64/niagara.c
1549F: hw/rtc/sun4v-rtc.c
1550F: include/hw/rtc/sun4v-rtc.h
1551
1552Leon3
1553M: Fabien Chouteau <chouteau@adacore.com>
1554M: Frederic Konrad <konrad.frederic@yahoo.fr>
1555S: Maintained
1556F: hw/sparc/leon3.c
1557F: hw/*/grlib*
1558F: include/hw/*/grlib*
1559F: tests/avocado/machine_sparc_leon3.py
1560
1561S390 Machines
1562-------------
1563S390 Virtio-ccw
1564M: Halil Pasic <pasic@linux.ibm.com>
1565M: Christian Borntraeger <borntraeger@linux.ibm.com>
1566M: Eric Farman <farman@linux.ibm.com>
1567S: Supported
1568F: hw/s390x/
1569F: include/hw/s390x/
1570F: configs/devices/s390x-softmmu/default.mak
1571F: tests/avocado/machine_s390_ccw_virtio.py
1572T: git https://github.com/borntraeger/qemu.git s390-next
1573L: qemu-s390x@nongnu.org
1574
1575S390-ccw boot
1576M: Christian Borntraeger <borntraeger@linux.ibm.com>
1577M: Thomas Huth <thuth@redhat.com>
1578S: Supported
1579F: hw/s390x/ipl.*
1580F: pc-bios/s390-ccw/
1581F: pc-bios/s390-ccw.img
1582F: docs/devel/s390-dasd-ipl.rst
1583T: git https://github.com/borntraeger/qemu.git s390-next
1584L: qemu-s390x@nongnu.org
1585
1586S390 PCI
1587M: Matthew Rosato <mjrosato@linux.ibm.com>
1588M: Eric Farman <farman@linux.ibm.com>
1589S: Supported
1590F: hw/s390x/s390-pci*
1591F: include/hw/s390x/s390-pci*
1592L: qemu-s390x@nongnu.org
1593
1594S390 channel subsystem
1595M: Halil Pasic <pasic@linux.ibm.com>
1596M: Christian Borntraeger <borntraeger@linux.ibm.com>
1597M: Eric Farman <farman@linux.ibm.com>
1598S: Supported
1599F: hw/s390x/ccw-device.[ch]
1600F: hw/s390x/css.c
1601F: hw/s390x/css-bridge.c
1602F: include/hw/s390x/css.h
1603F: include/hw/s390x/css-bridge.h
1604F: include/hw/s390x/ioinst.h
1605F: target/s390x/ioinst.c
1606L: qemu-s390x@nongnu.org
1607
1608S390 CPU models
1609M: David Hildenbrand <david@redhat.com>
1610S: Maintained
1611F: target/s390x/cpu_features*.[ch]
1612F: target/s390x/cpu_models.[ch]
1613L: qemu-s390x@nongnu.org
1614
1615S390 SCLP-backed devices
1616M: Halil Pasic <pasic@linux.ibm.com>
1617M: Christian Borntraeger <borntraeger@linux.ibm.com>
1618S: Supported
1619F: include/hw/s390x/event-facility.h
1620F: include/hw/s390x/sclp.h
1621F: hw/char/sclp*.[hc]
1622F: hw/s390x/event-facility.c
1623F: hw/s390x/sclp*.c
1624L: qemu-s390x@nongnu.org
1625
1626X86 Machines
1627------------
1628PC
1629M: Michael S. Tsirkin <mst@redhat.com>
1630M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1631S: Supported
1632F: include/hw/i386/
1633F: hw/i386/
1634F: hw/pci-host/i440fx.c
1635F: hw/pci-host/q35.c
1636F: hw/pci-host/pam.c
1637F: include/hw/pci-host/i440fx.h
1638F: include/hw/pci-host/q35.h
1639F: include/hw/pci-host/pam.h
1640F: hw/isa/piix3.c
1641F: hw/isa/lpc_ich9.c
1642F: hw/i2c/smbus_ich9.c
1643F: hw/acpi/piix4.c
1644F: hw/acpi/ich9.c
1645F: include/hw/acpi/ich9.h
1646F: include/hw/southbridge/piix.h
1647F: hw/misc/sga.c
1648F: hw/isa/apm.c
1649F: include/hw/isa/apm.h
1650F: tests/unit/test-x86-cpuid.c
1651F: tests/qtest/test-x86-cpuid-compat.c
1652
1653PC Chipset
1654M: Michael S. Tsirkin <mst@redhat.com>
1655M: Paolo Bonzini <pbonzini@redhat.com>
1656S: Supported
1657F: hw/char/debugcon.c
1658F: hw/char/parallel*
1659F: hw/char/serial*
1660F: hw/dma/i8257*
1661F: hw/i2c/pm_smbus.c
1662F: hw/input/pckbd.c
1663F: hw/intc/apic*
1664F: hw/intc/ioapic*
1665F: hw/intc/i8259*
1666F: hw/isa/isa-superio.c
1667F: hw/misc/debugexit.c
1668F: hw/misc/pc-testdev.c
1669F: hw/timer/hpet*
1670F: hw/timer/i8254*
1671F: hw/rtc/mc146818rtc*
1672F: hw/watchdog/wdt_ib700.c
1673F: hw/watchdog/wdt_i6300esb.c
1674F: include/hw/display/vga.h
1675F: include/hw/char/parallel.h
1676F: include/hw/dma/i8257.h
1677F: include/hw/i2c/pm_smbus.h
1678F: include/hw/input/i8042.h
1679F: include/hw/isa/i8259_internal.h
1680F: include/hw/isa/superio.h
1681F: include/hw/timer/hpet.h
1682F: include/hw/timer/i8254*
1683F: include/hw/rtc/mc146818rtc*
1684
1685microvm
1686M: Sergio Lopez <slp@redhat.com>
1687M: Paolo Bonzini <pbonzini@redhat.com>
1688S: Maintained
1689F: docs/system/i386/microvm.rst
1690F: hw/i386/microvm.c
1691F: include/hw/i386/microvm.h
1692F: pc-bios/bios-microvm.bin
1693
1694Machine core
1695M: Eduardo Habkost <eduardo@habkost.net>
1696M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1697R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1698R: Yanan Wang <wangyanan55@huawei.com>
1699S: Supported
1700F: cpu.c
1701F: hw/core/cpu.c
1702F: hw/core/machine-qmp-cmds.c
1703F: hw/core/machine.c
1704F: hw/core/machine-smp.c
1705F: hw/core/null-machine.c
1706F: hw/core/numa.c
1707F: hw/cpu/cluster.c
1708F: qapi/machine.json
1709F: qapi/machine-target.json
1710F: include/hw/boards.h
1711F: include/hw/core/cpu.h
1712F: include/hw/cpu/cluster.h
1713F: include/sysemu/numa.h
1714F: tests/unit/test-smp-parse.c
1715T: git https://gitlab.com/ehabkost/qemu.git machine-next
1716
1717Xtensa Machines
1718---------------
1719sim
1720M: Max Filippov <jcmvbkbc@gmail.com>
1721S: Maintained
1722F: hw/xtensa/sim.c
1723
1724virt
1725M: Max Filippov <jcmvbkbc@gmail.com>
1726S: Maintained
1727F: hw/xtensa/virt.c
1728
1729XTFPGA (LX60, LX200, ML605, KC705)
1730M: Max Filippov <jcmvbkbc@gmail.com>
1731S: Maintained
1732F: hw/xtensa/xtfpga.c
1733F: hw/net/opencores_eth.c
1734
1735Devices
1736-------
1737Overall Audio frontends
1738M: Gerd Hoffmann <kraxel@redhat.com>
1739S: Odd Fixes
1740F: hw/audio/
1741F: include/hw/audio/
1742F: tests/qtest/ac97-test.c
1743F: tests/qtest/es1370-test.c
1744F: tests/qtest/intel-hda-test.c
1745F: tests/qtest/fuzz-sb16-test.c
1746
1747Xilinx CAN
1748M: Vikram Garhwal <fnu.vikram@xilinx.com>
1749M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1750S: Maintained
1751F: hw/net/can/xlnx-*
1752F: include/hw/net/xlnx-*
1753F: tests/qtest/xlnx-can-test*
1754
1755EDU
1756M: Jiri Slaby <jslaby@suse.cz>
1757S: Maintained
1758F: hw/misc/edu.c
1759
1760IDE
1761M: John Snow <jsnow@redhat.com>
1762L: qemu-block@nongnu.org
1763S: Supported
1764F: include/hw/ide.h
1765F: include/hw/ide/
1766F: hw/ide/
1767F: hw/block/block.c
1768F: hw/block/cdrom.c
1769F: hw/block/hd-geometry.c
1770F: tests/qtest/ide-test.c
1771F: tests/qtest/ahci-test.c
1772F: tests/qtest/cdrom-test.c
1773F: tests/qtest/libqos/ahci*
1774T: git https://gitlab.com/jsnow/qemu.git ide
1775
1776IPMI
1777M: Corey Minyard <minyard@acm.org>
1778S: Maintained
1779F: include/hw/ipmi/*
1780F: hw/ipmi/*
1781F: hw/smbios/smbios_type_38.c
1782F: tests/qtest/ipmi*
1783T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1784
1785Floppy
1786M: John Snow <jsnow@redhat.com>
1787L: qemu-block@nongnu.org
1788S: Supported
1789F: hw/block/fdc.c
1790F: hw/block/fdc-internal.h
1791F: hw/block/fdc-isa.c
1792F: hw/block/fdc-sysbus.c
1793F: include/hw/block/fdc.h
1794F: tests/qtest/fdc-test.c
1795T: git https://gitlab.com/jsnow/qemu.git ide
1796
1797Hyper-V VMBus
1798M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1799S: Odd Fixes
1800F: hw/hyperv/vmbus.c
1801F: include/hw/hyperv/vmbus*.h
1802
1803OMAP
1804M: Peter Maydell <peter.maydell@linaro.org>
1805L: qemu-arm@nongnu.org
1806S: Maintained
1807F: hw/*/omap*
1808F: include/hw/arm/omap.h
1809F: docs/system/arm/sx1.rst
1810
1811IPack
1812M: Alberto Garcia <berto@igalia.com>
1813S: Odd Fixes
1814F: hw/char/ipoctal232.c
1815F: hw/ipack/
1816
1817PCI
1818M: Michael S. Tsirkin <mst@redhat.com>
1819M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1820S: Supported
1821F: include/hw/pci/*
1822F: hw/misc/pci-testdev.c
1823F: hw/pci/*
1824F: hw/pci-bridge/*
1825F: qapi/pci.json
1826F: docs/pci*
1827F: docs/specs/*pci*
1828
1829ACPI/SMBIOS
1830M: Michael S. Tsirkin <mst@redhat.com>
1831M: Igor Mammedov <imammedo@redhat.com>
1832R: Ani Sinha <ani@anisinha.ca>
1833S: Supported
1834F: include/hw/acpi/*
1835F: include/hw/firmware/smbios.h
1836F: hw/mem/*
1837F: hw/acpi/*
1838F: hw/smbios/*
1839F: hw/i386/acpi-build.[hc]
1840F: hw/arm/virt-acpi-build.c
1841F: qapi/acpi.json
1842F: tests/qtest/bios-tables-test*
1843F: tests/qtest/acpi-utils.[hc]
1844F: tests/data/acpi/
1845F: docs/specs/acpi_cpu_hotplug.rst
1846F: docs/specs/acpi_mem_hotplug.rst
1847F: docs/specs/acpi_pci_hotplug.rst
1848F: docs/specs/acpi_hw_reduced_hotplug.rst
1849
1850ACPI/VIOT
1851M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1852S: Supported
1853F: hw/acpi/viot.c
1854F: hw/acpi/viot.h
1855
1856ACPI/HEST/GHES
1857R: Dongjiu Geng <gengdongjiu1@gmail.com>
1858L: qemu-arm@nongnu.org
1859S: Maintained
1860F: hw/acpi/ghes.c
1861F: include/hw/acpi/ghes.h
1862F: docs/specs/acpi_hest_ghes.rst
1863
1864ppc4xx
1865L: qemu-ppc@nongnu.org
1866S: Orphan
1867F: hw/ppc/ppc4*.c
1868F: hw/i2c/ppc4xx_i2c.c
1869F: include/hw/ppc/ppc4xx.h
1870F: include/hw/i2c/ppc4xx_i2c.h
1871F: hw/intc/ppc-uic.c
1872F: include/hw/intc/ppc-uic.h
1873
1874Character devices
1875M: Marc-André Lureau <marcandre.lureau@redhat.com>
1876R: Paolo Bonzini <pbonzini@redhat.com>
1877S: Odd Fixes
1878F: hw/char/
1879
1880Network devices
1881M: Jason Wang <jasowang@redhat.com>
1882S: Odd Fixes
1883F: hw/net/
1884F: include/hw/net/
1885F: tests/qtest/virtio-net-test.c
1886F: docs/virtio-net-failover.rst
1887T: git https://github.com/jasowang/qemu.git net
1888
1889Parallel NOR Flash devices
1890M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1891T: git https://gitlab.com/philmd/qemu.git pflash-next
1892S: Maintained
1893F: hw/block/pflash_cfi*.c
1894F: include/hw/block/flash.h
1895
1896SCSI
1897M: Paolo Bonzini <pbonzini@redhat.com>
1898R: Fam Zheng <fam@euphon.net>
1899S: Supported
1900F: include/hw/scsi/*
1901F: hw/scsi/*
1902F: tests/qtest/virtio-scsi-test.c
1903F: tests/qtest/fuzz-virtio-scsi-test.c
1904F: tests/qtest/am53c974-test.c
1905F: tests/qtest/fuzz-lsi53c895a-test.c
1906T: git https://github.com/bonzini/qemu.git scsi-next
1907
1908SSI
1909M: Alistair Francis <alistair@alistair23.me>
1910S: Maintained
1911F: hw/ssi/*
1912F: hw/block/m25p80.c
1913F: include/hw/ssi/ssi.h
1914X: hw/ssi/xilinx_*
1915F: tests/qtest/m25p80-test.c
1916
1917Xilinx SPI
1918M: Alistair Francis <alistair@alistair23.me>
1919S: Maintained
1920F: hw/ssi/xilinx_*
1921
1922SD (Secure Card)
1923M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1924M: Bin Meng <bin.meng@windriver.com>
1925L: qemu-block@nongnu.org
1926S: Odd Fixes
1927F: include/hw/sd/sd*
1928F: hw/sd/core.c
1929F: hw/sd/sd*
1930F: hw/sd/ssi-sd.c
1931F: tests/qtest/fuzz-sdcard-test.c
1932F: tests/qtest/sdhci-test.c
1933
1934USB
1935M: Gerd Hoffmann <kraxel@redhat.com>
1936S: Odd Fixes
1937F: hw/usb/*
1938F: stubs/usb-dev-stub.c
1939F: tests/qtest/usb-*-test.c
1940F: docs/system/devices/usb.rst
1941F: include/hw/usb.h
1942F: include/hw/usb/
1943
1944USB (serial adapter)
1945R: Gerd Hoffmann <kraxel@redhat.com>
1946M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1947S: Maintained
1948F: hw/usb/dev-serial.c
1949
1950VFIO
1951M: Alex Williamson <alex.williamson@redhat.com>
1952S: Supported
1953F: hw/vfio/*
1954F: include/hw/vfio/
1955F: docs/igd-assign.txt
1956F: docs/devel/vfio-migration.rst
1957
1958vfio-ccw
1959M: Eric Farman <farman@linux.ibm.com>
1960M: Matthew Rosato <mjrosato@linux.ibm.com>
1961S: Supported
1962F: hw/vfio/ccw.c
1963F: hw/s390x/s390-ccw.c
1964F: include/hw/s390x/s390-ccw.h
1965F: include/hw/s390x/vfio-ccw.h
1966L: qemu-s390x@nongnu.org
1967
1968vfio-ap
1969M: Tony Krowiak <akrowiak@linux.ibm.com>
1970M: Halil Pasic <pasic@linux.ibm.com>
1971M: Jason Herne <jjherne@linux.ibm.com>
1972S: Supported
1973F: hw/s390x/ap-device.c
1974F: hw/s390x/ap-bridge.c
1975F: include/hw/s390x/ap-device.h
1976F: include/hw/s390x/ap-bridge.h
1977F: hw/vfio/ap.c
1978F: docs/system/s390x/vfio-ap.rst
1979L: qemu-s390x@nongnu.org
1980
1981vhost
1982M: Michael S. Tsirkin <mst@redhat.com>
1983S: Supported
1984F: hw/*/*vhost*
1985F: docs/interop/vhost-user.json
1986F: docs/interop/vhost-user.rst
1987F: contrib/vhost-user-*/
1988F: backends/vhost-user.c
1989F: include/sysemu/vhost-user-backend.h
1990
1991virtio
1992M: Michael S. Tsirkin <mst@redhat.com>
1993S: Supported
1994F: hw/*/virtio*
1995F: hw/virtio/Makefile.objs
1996F: hw/virtio/trace-events
1997F: net/vhost-user.c
1998F: include/hw/virtio/
1999
2000virtio-balloon
2001M: Michael S. Tsirkin <mst@redhat.com>
2002M: David Hildenbrand <david@redhat.com>
2003S: Maintained
2004F: docs/interop/virtio-balloon-stats.rst
2005F: hw/virtio/virtio-balloon*.c
2006F: include/hw/virtio/virtio-balloon.h
2007F: softmmu/balloon.c
2008F: include/sysemu/balloon.h
2009
2010virtio-9p
2011M: Greg Kurz <groug@kaod.org>
2012M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2013S: Odd Fixes
2014W: https://wiki.qemu.org/Documentation/9p
2015F: hw/9pfs/
2016X: hw/9pfs/xen-9p*
2017F: fsdev/
2018F: docs/tools/virtfs-proxy-helper.rst
2019F: tests/qtest/virtio-9p-test.c
2020T: git https://gitlab.com/gkurz/qemu.git 9p-next
2021T: git https://github.com/cschoenebeck/qemu.git 9p.next
2022
2023virtio-blk
2024M: Stefan Hajnoczi <stefanha@redhat.com>
2025L: qemu-block@nongnu.org
2026S: Supported
2027F: hw/block/virtio-blk.c
2028F: hw/block/dataplane/*
2029F: tests/qtest/virtio-blk-test.c
2030T: git https://github.com/stefanha/qemu.git block
2031
2032virtio-ccw
2033M: Cornelia Huck <cohuck@redhat.com>
2034M: Halil Pasic <pasic@linux.ibm.com>
2035M: Eric Farman <farman@linux.ibm.com>
2036S: Supported
2037F: hw/s390x/virtio-ccw*.[hc]
2038F: hw/s390x/vhost-*-ccw.c
2039T: git https://gitlab.com/cohuck/qemu.git s390-next
2040T: git https://github.com/borntraeger/qemu.git s390-next
2041L: qemu-s390x@nongnu.org
2042
2043virtiofs
2044M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2045M: Stefan Hajnoczi <stefanha@redhat.com>
2046S: Supported
2047F: tools/virtiofsd/*
2048F: hw/virtio/vhost-user-fs*
2049F: include/hw/virtio/vhost-user-fs.h
2050F: docs/tools/virtiofsd.rst
2051L: virtio-fs@redhat.com
2052
2053virtio-input
2054M: Gerd Hoffmann <kraxel@redhat.com>
2055S: Odd Fixes
2056F: hw/input/vhost-user-input.c
2057F: hw/input/virtio-input*.c
2058F: include/hw/virtio/virtio-input.h
2059F: contrib/vhost-user-input/*
2060
2061virtio-iommu
2062M: Eric Auger <eric.auger@redhat.com>
2063S: Maintained
2064F: hw/virtio/virtio-iommu*.c
2065F: include/hw/virtio/virtio-iommu.h
2066
2067virtio-serial
2068M: Laurent Vivier <lvivier@redhat.com>
2069R: Amit Shah <amit@kernel.org>
2070S: Supported
2071F: hw/char/virtio-serial-bus.c
2072F: hw/char/virtio-console.c
2073F: include/hw/virtio/virtio-serial.h
2074F: tests/qtest/virtio-serial-test.c
2075
2076virtio-rng
2077M: Laurent Vivier <lvivier@redhat.com>
2078R: Amit Shah <amit@kernel.org>
2079S: Supported
2080F: hw/virtio/virtio-rng.c
2081F: include/hw/virtio/virtio-rng.h
2082F: include/sysemu/rng*.h
2083F: backends/rng*.c
2084F: tests/qtest/virtio-rng-test.c
2085
2086vhost-user-rng
2087M: Mathieu Poirier <mathieu.poirier@linaro.org>
2088S: Supported
2089F: docs/tools/vhost-user-rng.rst
2090F: hw/virtio/vhost-user-rng.c
2091F: hw/virtio/vhost-user-rng-pci.c
2092F: include/hw/virtio/vhost-user-rng.h
2093F: tools/vhost-user-rng/*
2094
2095virtio-crypto
2096M: Gonglei <arei.gonglei@huawei.com>
2097S: Supported
2098F: hw/virtio/virtio-crypto.c
2099F: hw/virtio/virtio-crypto-pci.c
2100F: include/hw/virtio/virtio-crypto.h
2101
2102virtio-mem
2103M: David Hildenbrand <david@redhat.com>
2104S: Supported
2105W: https://virtio-mem.gitlab.io/
2106F: hw/virtio/virtio-mem.c
2107F: hw/virtio/virtio-mem-pci.h
2108F: hw/virtio/virtio-mem-pci.c
2109F: include/hw/virtio/virtio-mem.h
2110
2111nvme
2112M: Keith Busch <kbusch@kernel.org>
2113M: Klaus Jensen <its@irrelevant.dk>
2114L: qemu-block@nongnu.org
2115S: Supported
2116F: hw/nvme/*
2117F: include/block/nvme.h
2118F: tests/qtest/nvme-test.c
2119F: docs/system/nvme.rst
2120T: git git://git.infradead.org/qemu-nvme.git nvme-next
2121
2122megasas
2123M: Hannes Reinecke <hare@suse.com>
2124L: qemu-block@nongnu.org
2125S: Supported
2126F: hw/scsi/megasas.c
2127F: hw/scsi/mfi.h
2128F: tests/qtest/megasas-test.c
2129F: tests/qtest/fuzz-megasas-test.c
2130
2131Network packet abstractions
2132M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2133S: Maintained
2134F: include/net/eth.h
2135F: net/eth.c
2136F: hw/net/net_rx_pkt*
2137F: hw/net/net_tx_pkt*
2138
2139Vmware
2140M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2141S: Maintained
2142F: hw/net/vmxnet*
2143F: hw/scsi/vmw_pvscsi*
2144F: tests/qtest/vmxnet3-test.c
2145
2146Rocker
2147M: Jiri Pirko <jiri@resnulli.us>
2148S: Maintained
2149F: hw/net/rocker/
2150F: qapi/rocker.json
2151F: tests/rocker/
2152F: docs/specs/rocker.txt
2153
2154NVDIMM
2155M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2156S: Maintained
2157F: hw/acpi/nvdimm.c
2158F: hw/mem/nvdimm.c
2159F: include/hw/mem/nvdimm.h
2160F: docs/nvdimm.txt
2161F: docs/specs/acpi_nvdimm.rst
2162
2163e1000x
2164M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2165S: Maintained
2166F: hw/net/e1000x*
2167
2168e1000e
2169M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2170S: Maintained
2171F: hw/net/e1000e*
2172F: tests/qtest/fuzz-e1000e-test.c
2173
2174eepro100
2175M: Stefan Weil <sw@weilnetz.de>
2176S: Maintained
2177F: hw/net/eepro100.c
2178
2179tulip
2180M: Sven Schnelle <svens@stackframe.org>
2181S: Maintained
2182F: hw/net/tulip.c
2183F: hw/net/tulip.h
2184
2185pca954x
2186M: Patrick Venture <venture@google.com>
2187S: Maintained
2188F: hw/i2c/i2c_mux_pca954x.c
2189F: include/hw/i2c/i2c_mux_pca954x.h
2190
2191Generic Loader
2192M: Alistair Francis <alistair@alistair23.me>
2193S: Maintained
2194F: hw/core/generic-loader.c
2195F: include/hw/core/generic-loader.h
2196F: docs/system/generic-loader.rst
2197
2198Guest Loader
2199M: Alex Bennée <alex.bennee@linaro.org>
2200S: Maintained
2201F: hw/core/guest-loader.c
2202F: docs/system/guest-loader.rst
2203F: tests/avocado/boot_xen.py
2204
2205Intel Hexadecimal Object File Loader
2206M: Su Hang <suhang16@mails.ucas.ac.cn>
2207S: Maintained
2208F: tests/qtest/hexloader-test.c
2209F: tests/data/hex-loader/test.hex
2210
2211CHRP NVRAM
2212M: Thomas Huth <thuth@redhat.com>
2213S: Maintained
2214F: hw/nvram/chrp_nvram.c
2215F: include/hw/nvram/chrp_nvram.h
2216F: tests/qtest/prom-env-test.c
2217
2218VM Generation ID
2219S: Orphan
2220R: Ani Sinha <ani@anisinha.ca>
2221F: hw/acpi/vmgenid.c
2222F: include/hw/acpi/vmgenid.h
2223F: docs/specs/vmgenid.txt
2224F: tests/qtest/vmgenid-test.c
2225F: stubs/vmgenid.c
2226
2227LED
2228M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2229S: Maintained
2230F: include/hw/misc/led.h
2231F: hw/misc/led.c
2232
2233Unimplemented device
2234M: Peter Maydell <peter.maydell@linaro.org>
2235R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2236R: Ani Sinha <ani@anisinha.ca>
2237S: Maintained
2238F: include/hw/misc/unimp.h
2239F: hw/misc/unimp.c
2240
2241Empty slot
2242M: Artyom Tarasenko <atar4qemu@gmail.com>
2243R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2244R: Ani Sinha <ani@anisinha.ca>
2245S: Maintained
2246F: include/hw/misc/empty_slot.h
2247F: hw/misc/empty_slot.c
2248
2249Standard VGA
2250M: Gerd Hoffmann <kraxel@redhat.com>
2251S: Maintained
2252F: hw/display/vga*
2253F: hw/display/bochs-display.c
2254F: include/hw/display/vga.h
2255F: include/hw/display/bochs-vbe.h
2256
2257ramfb
2258M: Gerd Hoffmann <kraxel@redhat.com>
2259S: Maintained
2260F: hw/display/ramfb*.c
2261F: include/hw/display/ramfb.h
2262
2263virtio-gpu
2264M: Gerd Hoffmann <kraxel@redhat.com>
2265S: Odd Fixes
2266F: hw/display/virtio-gpu*
2267F: hw/display/virtio-vga.*
2268F: include/hw/virtio/virtio-gpu.h
2269
2270vhost-user-blk
2271M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2272S: Maintained
2273F: contrib/vhost-user-blk/
2274F: contrib/vhost-user-scsi/
2275F: hw/block/vhost-user-blk.c
2276F: hw/scsi/vhost-user-scsi.c
2277F: hw/virtio/vhost-user-blk-pci.c
2278F: hw/virtio/vhost-user-scsi-pci.c
2279F: include/hw/virtio/vhost-user-blk.h
2280F: include/hw/virtio/vhost-user-scsi.h
2281
2282vhost-user-gpu
2283M: Marc-André Lureau <marcandre.lureau@redhat.com>
2284R: Gerd Hoffmann <kraxel@redhat.com>
2285S: Maintained
2286F: docs/interop/vhost-user-gpu.rst
2287F: contrib/vhost-user-gpu
2288F: hw/display/vhost-user-*
2289
2290Cirrus VGA
2291M: Gerd Hoffmann <kraxel@redhat.com>
2292S: Odd Fixes
2293W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2294F: hw/display/cirrus*
2295
2296EDID Generator
2297M: Gerd Hoffmann <kraxel@redhat.com>
2298S: Maintained
2299F: hw/display/edid*
2300F: include/hw/display/edid.h
2301F: qemu-edid.c
2302
2303PIIX4 South Bridge (i82371AB)
2304M: Hervé Poussineau <hpoussin@reactos.org>
2305M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2306S: Maintained
2307F: hw/isa/piix4.c
2308F: include/hw/southbridge/piix.h
2309
2310Firmware configuration (fw_cfg)
2311M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2312R: Gerd Hoffmann <kraxel@redhat.com>
2313S: Supported
2314F: docs/specs/fw_cfg.txt
2315F: hw/nvram/fw_cfg*.c
2316F: stubs/fw_cfg.c
2317F: include/hw/nvram/fw_cfg.h
2318F: include/standard-headers/linux/qemu_fw_cfg.h
2319F: tests/qtest/libqos/fw_cfg.c
2320F: tests/qtest/fw_cfg-test.c
2321T: git https://github.com/philmd/qemu.git fw_cfg-next
2322
2323XIVE
2324M: Cédric Le Goater <clg@kaod.org>
2325L: qemu-ppc@nongnu.org
2326S: Supported
2327F: hw/*/*xive*
2328F: include/hw/*/*xive*
2329F: docs/*/*xive*
2330
2331Renesas peripherals
2332R: Yoshinori Sato <ysato@users.sourceforge.jp>
2333R: Magnus Damm <magnus.damm@gmail.com>
2334S: Odd Fixes
2335F: hw/char/renesas_sci.c
2336F: hw/char/sh_serial.c
2337F: hw/timer/renesas_*.c
2338F: hw/timer/sh_timer.c
2339F: include/hw/char/renesas_sci.h
2340F: include/hw/sh4/sh.h
2341F: include/hw/timer/renesas_*.h
2342
2343Renesas RX peripherals
2344R: Yoshinori Sato <ysato@users.sourceforge.jp>
2345S: Orphan
2346F: hw/intc/rx_icu.c
2347F: hw/rx/
2348F: include/hw/intc/rx_icu.h
2349F: include/hw/rx/
2350
2351CAN bus subsystem and hardware
2352M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2353M: Vikram Garhwal <fnu.vikram@xilinx.com>
2354S: Maintained
2355W: https://canbus.pages.fel.cvut.cz/
2356F: net/can/*
2357F: hw/net/can/*
2358F: include/net/can_*.h
2359
2360OpenPIC interrupt controller
2361M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2362S: Odd Fixes
2363F: hw/intc/openpic.c
2364F: include/hw/ppc/openpic.h
2365
2366MIPS CPS
2367M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2368S: Odd Fixes
2369F: hw/misc/mips_*
2370F: include/hw/misc/mips_*
2371
2372MIPS GIC
2373M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2374S: Odd Fixes
2375F: hw/intc/mips_gic.c
2376F: hw/timer/mips_gictimer.c
2377F: include/hw/intc/mips_gic.h
2378F: include/hw/timer/mips_gictimer.h
2379
2380S390 3270 device
2381M: Halil Pasic <pasic@linux.ibm.com>
2382M: Christian Borntraeger <borntraeger@linux.ibm.com>
2383S: Odd fixes
2384F: include/hw/s390x/3270-ccw.h
2385F: hw/char/terminal3270.c
2386F: hw/s390x/3270-ccw.c
2387L: qemu-s390x@nongnu.org
2388
2389S390 diag 288 watchdog
2390M: Halil Pasic <pasic@linux.ibm.com>
2391M: Christian Borntraeger <borntraeger@linux.ibm.com>
2392S: Supported
2393F: hw/watchdog/wdt_diag288.c
2394F: include/hw/watchdog/wdt_diag288.h
2395L: qemu-s390x@nongnu.org
2396
2397S390 storage key device
2398M: Halil Pasic <pasic@linux.ibm.com>
2399M: Christian Borntraeger <borntraeger@linux.ibm.com>
2400S: Supported
2401F: hw/s390x/storage-keys.h
2402F: hw/390x/s390-skeys*.c
2403L: qemu-s390x@nongnu.org
2404
2405S390 storage attribute device
2406M: Halil Pasic <pasic@linux.ibm.com>
2407M: Christian Borntraeger <borntraeger@linux.ibm.com>
2408S: Supported
2409F: hw/s390x/storage-attributes.h
2410F: hw/s390/s390-stattrib*.c
2411L: qemu-s390x@nongnu.org
2412
2413S390 floating interrupt controller
2414M: Halil Pasic <pasic@linux.ibm.com>
2415M: Christian Borntraeger <borntraeger@linux.ibm.com>
2416M: David Hildenbrand <david@redhat.com>
2417S: Supported
2418F: hw/intc/s390_flic*.c
2419F: include/hw/s390x/s390_flic.h
2420L: qemu-s390x@nongnu.org
2421
2422Subsystems
2423----------
2424Overall Audio backends
2425M: Gerd Hoffmann <kraxel@redhat.com>
2426S: Odd Fixes
2427F: audio/
2428X: audio/alsaaudio.c
2429X: audio/coreaudio.c
2430X: audio/dsound*
2431X: audio/jackaudio.c
2432X: audio/ossaudio.c
2433X: audio/paaudio.c
2434X: audio/sdlaudio.c
2435X: audio/spiceaudio.c
2436F: qapi/audio.json
2437
2438ALSA Audio backend
2439M: Gerd Hoffmann <kraxel@redhat.com>
2440R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2441S: Odd Fixes
2442F: audio/alsaaudio.c
2443
2444Core Audio framework backend
2445M: Gerd Hoffmann <kraxel@redhat.com>
2446M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2447R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2448R: Akihiko Odaki <akihiko.odaki@gmail.com>
2449S: Odd Fixes
2450F: audio/coreaudio.c
2451
2452DSound Audio backend
2453M: Gerd Hoffmann <kraxel@redhat.com>
2454S: Odd Fixes
2455F: audio/dsound*
2456
2457JACK Audio Connection Kit backend
2458M: Gerd Hoffmann <kraxel@redhat.com>
2459R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2460S: Odd Fixes
2461F: audio/jackaudio.c
2462
2463Open Sound System (OSS) Audio backend
2464M: Gerd Hoffmann <kraxel@redhat.com>
2465S: Odd Fixes
2466F: audio/ossaudio.c
2467
2468PulseAudio backend
2469M: Gerd Hoffmann <kraxel@redhat.com>
2470S: Odd Fixes
2471F: audio/paaudio.c
2472
2473SDL Audio backend
2474M: Gerd Hoffmann <kraxel@redhat.com>
2475R: Thomas Huth <huth@tuxfamily.org>
2476S: Odd Fixes
2477F: audio/sdlaudio.c
2478
2479Block layer core
2480M: Kevin Wolf <kwolf@redhat.com>
2481M: Hanna Reitz <hreitz@redhat.com>
2482L: qemu-block@nongnu.org
2483S: Supported
2484F: block*
2485F: block/
2486F: hw/block/
2487F: include/block/
2488F: qemu-img*
2489F: docs/tools/qemu-img.rst
2490F: qemu-io*
2491F: tests/qemu-iotests/
2492F: util/qemu-progress.c
2493F: qobject/block-qdict.c
2494F: tests/unit/check-block-qdict.c
2495T: git https://repo.or.cz/qemu/kevin.git block
2496
2497Storage daemon
2498M: Kevin Wolf <kwolf@redhat.com>
2499L: qemu-block@nongnu.org
2500S: Supported
2501F: storage-daemon/
2502F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2503F: docs/tools/qemu-storage-daemon.rst
2504T: git https://repo.or.cz/qemu/kevin.git block
2505
2506Block I/O path
2507M: Stefan Hajnoczi <stefanha@redhat.com>
2508M: Fam Zheng <fam@euphon.net>
2509L: qemu-block@nongnu.org
2510S: Supported
2511F: util/async.c
2512F: util/aio-*.c
2513F: util/aio-*.h
2514F: util/fdmon-*.c
2515F: block/io.c
2516F: migration/block*
2517F: include/block/aio.h
2518F: include/block/aio-wait.h
2519F: scripts/qemugdb/aio.py
2520F: tests/unit/test-fdmon-epoll.c
2521T: git https://github.com/stefanha/qemu.git block
2522
2523Block SCSI subsystem
2524M: Paolo Bonzini <pbonzini@redhat.com>
2525R: Fam Zheng <fam@euphon.net>
2526L: qemu-block@nongnu.org
2527S: Supported
2528F: include/scsi/*
2529F: scsi/*
2530
2531Block Jobs
2532M: John Snow <jsnow@redhat.com>
2533M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2534L: qemu-block@nongnu.org
2535S: Supported
2536F: blockjob.c
2537F: include/block/blockjob.h
2538F: job.c
2539F: job-qmp.c
2540F: include/qemu/job.h
2541F: block/backup.c
2542F: block/commit.c
2543F: block/stream.c
2544F: block/mirror.c
2545F: qapi/job.json
2546F: block/block-copy.c
2547F: include/block/block-copy.h
2548F: block/reqlist.c
2549F: include/block/reqlist.h
2550F: block/copy-before-write.h
2551F: block/copy-before-write.c
2552F: block/snapshot-access.c
2553F: include/block/aio_task.h
2554F: block/aio_task.c
2555F: util/qemu-co-shared-resource.c
2556F: include/qemu/co-shared-resource.h
2557T: git https://gitlab.com/jsnow/qemu.git jobs
2558T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2559
2560Block QAPI, monitor, command line
2561M: Markus Armbruster <armbru@redhat.com>
2562S: Supported
2563F: blockdev.c
2564F: blockdev-hmp-cmds.c
2565F: block/qapi.c
2566F: qapi/block*.json
2567F: qapi/transaction.json
2568T: git https://repo.or.cz/qemu/armbru.git block-next
2569
2570Compute Express Link
2571M: Ben Widawsky <ben.widawsky@intel.com>
2572M: Jonathan Cameron <jonathan.cameron@huawei.com>
2573S: Supported
2574F: hw/cxl/
2575F: include/hw/cxl/
2576
2577Dirty Bitmaps
2578M: Eric Blake <eblake@redhat.com>
2579M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2580R: John Snow <jsnow@redhat.com>
2581L: qemu-block@nongnu.org
2582S: Supported
2583F: include/qemu/hbitmap.h
2584F: include/block/dirty-bitmap.h
2585F: block/monitor/bitmap-qmp-cmds.c
2586F: block/dirty-bitmap.c
2587F: block/qcow2-bitmap.c
2588F: migration/block-dirty-bitmap.c
2589F: util/hbitmap.c
2590F: tests/unit/test-hbitmap.c
2591F: docs/interop/bitmaps.rst
2592T: git https://repo.or.cz/qemu/ericb.git bitmaps
2593
2594Character device backends
2595M: Marc-André Lureau <marcandre.lureau@redhat.com>
2596R: Paolo Bonzini <pbonzini@redhat.com>
2597S: Maintained
2598F: chardev/
2599F: include/chardev/
2600F: qapi/char.json
2601
2602Character Devices (Braille)
2603M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2604S: Maintained
2605F: chardev/baum.c
2606
2607Command line option argument parsing
2608M: Markus Armbruster <armbru@redhat.com>
2609S: Supported
2610F: include/qemu/option.h
2611F: tests/unit/test-keyval.c
2612F: tests/unit/test-qemu-opts.c
2613F: util/keyval.c
2614F: util/qemu-option.c
2615
2616Coverity model
2617M: Markus Armbruster <armbru@redhat.com>
2618S: Supported
2619F: scripts/coverity-model.c
2620
2621Coverity Scan integration
2622M: Peter Maydell <peter.maydell@linaro.org>
2623S: Maintained
2624F: scripts/coverity-scan/
2625
2626Device Tree
2627M: Alistair Francis <alistair.francis@wdc.com>
2628R: David Gibson <david@gibson.dropbear.id.au>
2629S: Maintained
2630F: softmmu/device_tree.c
2631F: include/sysemu/device_tree.h
2632
2633Dump
2634S: Supported
2635M: Marc-André Lureau <marcandre.lureau@redhat.com>
2636F: dump/
2637F: hw/misc/vmcoreinfo.c
2638F: include/hw/misc/vmcoreinfo.h
2639F: include/qemu/win_dump_defs
2640F: include/sysemu/dump-arch.h
2641F: include/sysemu/dump.h
2642F: qapi/dump.json
2643F: scripts/dump-guest-memory.py
2644F: stubs/dump.c
2645
2646Error reporting
2647M: Markus Armbruster <armbru@redhat.com>
2648S: Supported
2649F: include/qapi/error.h
2650F: include/qemu/error-report.h
2651F: qapi/error.json
2652F: util/error.c
2653F: util/qemu-error.c
2654F: scripts/coccinelle/err-bad-newline.cocci
2655F: scripts/coccinelle/error-use-after-free.cocci
2656F: scripts/coccinelle/error_propagate_null.cocci
2657F: scripts/coccinelle/remove_local_err.cocci
2658F: scripts/coccinelle/use-error_fatal.cocci
2659F: scripts/coccinelle/errp-guard.cocci
2660
2661GDB stub
2662M: Alex Bennée <alex.bennee@linaro.org>
2663R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2664S: Maintained
2665F: gdbstub*
2666F: include/exec/gdbstub.h
2667F: gdb-xml/
2668F: tests/tcg/multiarch/gdbstub/
2669
2670Memory API
2671M: Paolo Bonzini <pbonzini@redhat.com>
2672M: Peter Xu <peterx@redhat.com>
2673M: David Hildenbrand <david@redhat.com>
2674R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2675S: Supported
2676F: include/exec/ioport.h
2677F: include/exec/memop.h
2678F: include/exec/memory.h
2679F: include/exec/ram_addr.h
2680F: include/exec/ramblock.h
2681F: include/sysemu/memory_mapping.h
2682F: softmmu/dma-helpers.c
2683F: softmmu/ioport.c
2684F: softmmu/memory.c
2685F: softmmu/memory_mapping.c
2686F: softmmu/physmem.c
2687F: include/exec/memory-internal.h
2688F: scripts/coccinelle/memory-region-housekeeping.cocci
2689
2690SPICE
2691M: Gerd Hoffmann <kraxel@redhat.com>
2692S: Odd Fixes
2693F: include/ui/qemu-spice.h
2694F: include/ui/spice-display.h
2695F: ui/spice-*.c
2696F: audio/spiceaudio.c
2697F: hw/display/qxl*
2698F: qapi/ui.json
2699F: docs/spice-port-fqdn.txt
2700
2701Graphics
2702M: Gerd Hoffmann <kraxel@redhat.com>
2703S: Odd Fixes
2704F: ui/
2705F: include/ui/
2706F: qapi/ui.json
2707F: util/drm.c
2708
2709Cocoa graphics
2710M: Peter Maydell <peter.maydell@linaro.org>
2711M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2712R: Akihiko Odaki <akihiko.odaki@gmail.com>
2713S: Odd Fixes
2714F: ui/cocoa.m
2715
2716Main loop
2717M: Paolo Bonzini <pbonzini@redhat.com>
2718S: Maintained
2719F: include/exec/gen-icount.h
2720F: include/qemu/main-loop.h
2721F: include/sysemu/runstate.h
2722F: include/sysemu/runstate-action.h
2723F: util/main-loop.c
2724F: util/qemu-timer.c
2725F: softmmu/vl.c
2726F: softmmu/main.c
2727F: softmmu/cpus.c
2728F: softmmu/cpu-throttle.c
2729F: softmmu/cpu-timers.c
2730F: softmmu/icount.c
2731F: softmmu/runstate-action.c
2732F: qapi/run-state.json
2733
2734Read, Copy, Update (RCU)
2735M: Paolo Bonzini <pbonzini@redhat.com>
2736S: Maintained
2737F: include/qemu/rcu*.h
2738F: tests/unit/rcutorture.c
2739F: tests/unit/test-rcu-*.c
2740F: util/rcu.c
2741
2742Human Monitor (HMP)
2743M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2744S: Maintained
2745F: monitor/monitor-internal.h
2746F: monitor/misc.c
2747F: monitor/monitor.c
2748F: monitor/hmp*
2749F: hmp.h
2750F: hmp-commands*.hx
2751F: include/monitor/hmp-target.h
2752F: tests/qtest/test-hmp.c
2753F: include/qemu/qemu-print.h
2754F: util/qemu-print.c
2755
2756Network device backends
2757M: Jason Wang <jasowang@redhat.com>
2758S: Maintained
2759F: net/
2760F: include/net/
2761F: qemu-bridge-helper.c
2762T: git https://github.com/jasowang/qemu.git net
2763F: qapi/net.json
2764
2765Netmap network backend
2766M: Luigi Rizzo <rizzo@iet.unipi.it>
2767M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2768M: Vincenzo Maffione <v.maffione@gmail.com>
2769W: http://info.iet.unipi.it/~luigi/netmap/
2770S: Maintained
2771F: net/netmap.c
2772
2773Host Memory Backends
2774M: David Hildenbrand <david@redhat.com>
2775M: Igor Mammedov <imammedo@redhat.com>
2776S: Maintained
2777F: backends/hostmem*.c
2778F: include/sysemu/hostmem.h
2779T: git https://gitlab.com/ehabkost/qemu.git machine-next
2780
2781Cryptodev Backends
2782M: Gonglei <arei.gonglei@huawei.com>
2783S: Maintained
2784F: include/sysemu/cryptodev*.h
2785F: backends/cryptodev*.c
2786
2787Python library
2788M: John Snow <jsnow@redhat.com>
2789M: Cleber Rosa <crosa@redhat.com>
2790R: Beraldo Leal <bleal@redhat.com>
2791S: Maintained
2792F: python/
2793T: git https://gitlab.com/jsnow/qemu.git python
2794
2795Python scripts
2796M: John Snow <jsnow@redhat.com>
2797M: Cleber Rosa <crosa@redhat.com>
2798S: Odd Fixes
2799F: scripts/*.py
2800F: tests/*.py
2801
2802Benchmark util
2803M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2804S: Maintained
2805F: scripts/simplebench/
2806T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2807
2808Transactions helper
2809M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2810S: Maintained
2811F: include/qemu/transactions.h
2812F: util/transactions.c
2813
2814QAPI
2815M: Markus Armbruster <armbru@redhat.com>
2816M: Michael Roth <michael.roth@amd.com>
2817S: Supported
2818F: qapi/
2819X: qapi/*.json
2820F: include/qapi/
2821X: include/qapi/qmp/
2822F: include/qapi/qmp/dispatch.h
2823F: tests/qapi-schema/
2824F: tests/unit/test-*-visitor.c
2825F: tests/unit/test-qapi-*.c
2826F: tests/unit/test-qmp-*.c
2827F: tests/unit/test-visitor-serialization.c
2828F: scripts/qapi-gen.py
2829F: scripts/qapi/*
2830F: docs/sphinx/qapidoc.py
2831F: docs/devel/qapi*
2832T: git https://repo.or.cz/qemu/armbru.git qapi-next
2833
2834QAPI Schema
2835M: Eric Blake <eblake@redhat.com>
2836M: Markus Armbruster <armbru@redhat.com>
2837S: Supported
2838F: qapi/*.json
2839T: git https://repo.or.cz/qemu/armbru.git qapi-next
2840
2841QObject
2842M: Markus Armbruster <armbru@redhat.com>
2843S: Supported
2844F: qobject/
2845F: include/qapi/qmp/
2846X: include/qapi/qmp/dispatch.h
2847F: scripts/coccinelle/qobject.cocci
2848F: tests/unit/check-qdict.c
2849F: tests/unit/check-qjson.c
2850F: tests/unit/check-qlist.c
2851F: tests/unit/check-qlit.c
2852F: tests/unit/check-qnull.c
2853F: tests/unit/check-qnum.c
2854F: tests/unit/check-qobject.c
2855F: tests/unit/check-qstring.c
2856F: tests/data/qobject/qdict.txt
2857T: git https://repo.or.cz/qemu/armbru.git qapi-next
2858
2859QEMU Guest Agent
2860M: Michael Roth <michael.roth@amd.com>
2861S: Maintained
2862F: qga/
2863F: docs/interop/qemu-ga.rst
2864F: docs/interop/qemu-ga-ref.rst
2865F: scripts/qemu-guest-agent/
2866F: tests/unit/test-qga.c
2867T: git https://github.com/mdroth/qemu.git qga
2868
2869QEMU Guest Agent Win32
2870M: Konstantin Kostiuk <kkostiuk@redhat.com>
2871S: Maintained
2872F: qga/*win32*
2873F: qga/vss-win32/
2874F: qga/installer/
2875T: git https://github.com/kostyanf14/qemu.git qga-win32
2876
2877QOM
2878M: Paolo Bonzini <pbonzini@redhat.com>
2879R: Daniel P. Berrange <berrange@redhat.com>
2880R: Eduardo Habkost <eduardo@habkost.net>
2881S: Supported
2882F: docs/qdev-device-use.txt
2883F: hw/core/qdev*
2884F: hw/core/bus.c
2885F: hw/core/sysbus.c
2886F: include/hw/qdev*
2887F: include/monitor/qdev.h
2888F: include/qom/
2889F: qapi/qom.json
2890F: qapi/qdev.json
2891F: scripts/coccinelle/qom-parent-type.cocci
2892F: softmmu/qdev-monitor.c
2893F: stubs/qdev.c
2894F: qom/
2895F: tests/unit/check-qom-interface.c
2896F: tests/unit/check-qom-proplist.c
2897F: tests/unit/test-qdev-global-props.c
2898
2899QOM boilerplate conversion script
2900M: Eduardo Habkost <eduardo@habkost.net>
2901S: Maintained
2902F: scripts/codeconverter/
2903
2904QMP
2905M: Markus Armbruster <armbru@redhat.com>
2906S: Supported
2907F: monitor/monitor-internal.h
2908F: monitor/qmp*
2909F: monitor/misc.c
2910F: monitor/monitor.c
2911F: qapi/control.json
2912F: qapi/error.json
2913F: qapi/introspect.json
2914F: docs/devel/*qmp-*
2915F: docs/interop/*qmp-*
2916F: scripts/qmp/
2917F: tests/qtest/qmp-test.c
2918F: tests/qtest/qmp-cmd-test.c
2919T: git https://repo.or.cz/qemu/armbru.git qapi-next
2920
2921qtest
2922M: Thomas Huth <thuth@redhat.com>
2923M: Laurent Vivier <lvivier@redhat.com>
2924R: Paolo Bonzini <pbonzini@redhat.com>
2925S: Maintained
2926F: softmmu/qtest.c
2927F: accel/qtest/
2928F: tests/qtest/
2929F: docs/devel/qgraph.rst
2930X: tests/qtest/bios-tables-test*
2931
2932Device Fuzzing
2933M: Alexander Bulekov <alxndr@bu.edu>
2934R: Paolo Bonzini <pbonzini@redhat.com>
2935R: Bandan Das <bsd@redhat.com>
2936R: Stefan Hajnoczi <stefanha@redhat.com>
2937R: Thomas Huth <thuth@redhat.com>
2938R: Darren Kenny <darren.kenny@oracle.com>
2939R: Qiuhao Li <Qiuhao.Li@outlook.com>
2940S: Maintained
2941F: tests/qtest/fuzz/
2942F: tests/qtest/fuzz-*test.c
2943F: scripts/oss-fuzz/
2944F: hw/mem/sparse-mem.c
2945F: docs/devel/fuzzing.rst
2946
2947Register API
2948M: Alistair Francis <alistair@alistair23.me>
2949S: Maintained
2950F: hw/core/register.c
2951F: include/hw/register.h
2952F: include/hw/registerfields.h
2953
2954SLIRP
2955M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2956S: Maintained
2957F: slirp/
2958F: net/slirp.c
2959F: include/net/slirp.h
2960T: git https://people.debian.org/~sthibault/qemu.git slirp
2961
2962Streams
2963M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2964S: Maintained
2965F: hw/core/stream.c
2966F: include/hw/stream.h
2967
2968Stubs
2969M: Paolo Bonzini <pbonzini@redhat.com>
2970S: Maintained
2971F: stubs/
2972
2973Tracing
2974M: Stefan Hajnoczi <stefanha@redhat.com>
2975S: Maintained
2976F: trace/
2977F: trace-events
2978F: docs/qemu-option-trace.rst.inc
2979F: qapi/trace.json
2980F: scripts/tracetool.py
2981F: scripts/tracetool/
2982F: scripts/qemu-trace-stap*
2983F: docs/tools/qemu-trace-stap.rst
2984F: docs/devel/tracing.rst
2985T: git https://github.com/stefanha/qemu.git tracing
2986
2987TPM
2988M: Stefan Berger <stefanb@linux.ibm.com>
2989S: Maintained
2990F: tpm.c
2991F: hw/tpm/*
2992F: include/hw/acpi/tpm.h
2993F: include/sysemu/tpm*
2994F: qapi/tpm.json
2995F: backends/tpm/
2996F: tests/qtest/*tpm*
2997T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2998
2999Checkpatch
3000S: Odd Fixes
3001F: scripts/checkpatch.pl
3002
3003Migration
3004M: Juan Quintela <quintela@redhat.com>
3005M: Dr. David Alan Gilbert <dgilbert@redhat.com>
3006S: Maintained
3007F: hw/core/vmstate-if.c
3008F: include/hw/vmstate-if.h
3009F: include/migration/
3010F: migration/
3011F: scripts/vmstate-static-checker.py
3012F: tests/vmstate-static-checker-data/
3013F: tests/qtest/migration-test.c
3014F: docs/devel/migration.rst
3015F: qapi/migration.json
3016F: tests/migration/
3017
3018D-Bus
3019M: Marc-André Lureau <marcandre.lureau@redhat.com>
3020S: Maintained
3021F: backends/dbus-vmstate.c
3022F: ui/dbus*
3023F: audio/dbus*
3024F: util/dbus.c
3025F: include/ui/dbus*
3026F: include/qemu/dbus.h
3027F: docs/interop/dbus*
3028F: docs/sphinx/dbus*
3029F: docs/sphinx/fakedbusdoc.py
3030F: tests/qtest/dbus*
3031
3032Seccomp
3033M: Daniel P. Berrange <berrange@redhat.com>
3034S: Odd Fixes
3035F: softmmu/qemu-seccomp.c
3036F: include/sysemu/seccomp.h
3037F: tests/unit/test-seccomp.c
3038
3039Cryptography
3040M: Daniel P. Berrange <berrange@redhat.com>
3041S: Maintained
3042F: crypto/
3043F: include/crypto/
3044F: qapi/crypto.json
3045F: tests/unit/test-crypto-*
3046F: tests/bench/benchmark-crypto-*
3047F: tests/unit/crypto-tls-*
3048F: tests/unit/pkix_asn1_tab.c
3049F: qemu.sasl
3050
3051Coroutines
3052M: Stefan Hajnoczi <stefanha@redhat.com>
3053M: Kevin Wolf <kwolf@redhat.com>
3054S: Maintained
3055F: util/*coroutine*
3056F: include/qemu/coroutine*
3057F: tests/unit/test-coroutine.c
3058
3059Buffers
3060M: Daniel P. Berrange <berrange@redhat.com>
3061S: Odd Fixes
3062F: util/buffer.c
3063F: include/qemu/buffer.h
3064
3065I/O Channels
3066M: Daniel P. Berrange <berrange@redhat.com>
3067S: Maintained
3068F: io/
3069F: include/io/
3070F: tests/unit/test-io-*
3071
3072User authorization
3073M: Daniel P. Berrange <berrange@redhat.com>
3074S: Maintained
3075F: authz/
3076F: qapi/authz.json
3077F: include/authz/
3078F: tests/unit/test-authz-*
3079
3080Sockets
3081M: Daniel P. Berrange <berrange@redhat.com>
3082S: Maintained
3083F: include/qemu/sockets.h
3084F: util/qemu-sockets.c
3085F: qapi/sockets.json
3086
3087File monitor
3088M: Daniel P. Berrange <berrange@redhat.com>
3089S: Odd Fixes
3090F: util/filemonitor*.c
3091F: include/qemu/filemonitor.h
3092F: tests/unit/test-util-filemonitor.c
3093
3094Throttling infrastructure
3095M: Alberto Garcia <berto@igalia.com>
3096S: Supported
3097F: block/throttle-groups.c
3098F: include/block/throttle-groups.h
3099F: include/qemu/throttle*.h
3100F: util/throttle.c
3101F: docs/throttle.txt
3102F: tests/unit/test-throttle.c
3103L: qemu-block@nongnu.org
3104
3105UUID
3106M: Fam Zheng <fam@euphon.net>
3107S: Supported
3108F: util/uuid.c
3109F: include/qemu/uuid.h
3110F: tests/unit/test-uuid.c
3111
3112Yank feature
3113M: Lukas Straub <lukasstraub2@web.de>
3114S: Odd fixes
3115F: util/yank.c
3116F: migration/yank_functions*
3117F: tests/unit/test-yank.c
3118F: include/qemu/yank.h
3119F: qapi/yank.json
3120
3121COLO Framework
3122M: Hailiang Zhang <zhanghailiang@xfusion.com>
3123S: Maintained
3124F: migration/colo*
3125F: include/migration/colo.h
3126F: include/migration/failover.h
3127F: docs/COLO-FT.txt
3128
3129COLO Proxy
3130M: Zhang Chen <chen.zhang@intel.com>
3131M: Li Zhijian <lizhijian@fujitsu.com>
3132S: Supported
3133F: docs/colo-proxy.txt
3134F: net/colo*
3135F: net/filter-rewriter.c
3136F: net/filter-mirror.c
3137F: tests/qtest/test-filter*
3138
3139Record/replay
3140M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3141R: Paolo Bonzini <pbonzini@redhat.com>
3142W: https://wiki.qemu.org/Features/record-replay
3143S: Supported
3144F: replay/*
3145F: block/blkreplay.c
3146F: net/filter-replay.c
3147F: include/sysemu/replay.h
3148F: docs/replay.txt
3149F: stubs/replay.c
3150F: tests/avocado/replay_kernel.py
3151F: tests/avocado/replay_linux.py
3152F: tests/avocado/reverse_debugging.py
3153F: qapi/replay.json
3154
3155IOVA Tree
3156M: Peter Xu <peterx@redhat.com>
3157S: Maintained
3158F: include/qemu/iova-tree.h
3159F: util/iova-tree.c
3160
3161elf2dmp
3162M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3163S: Maintained
3164F: contrib/elf2dmp/
3165
3166I2C and SMBus
3167M: Corey Minyard <cminyard@mvista.com>
3168S: Maintained
3169F: hw/i2c/core.c
3170F: hw/i2c/smbus_slave.c
3171F: hw/i2c/smbus_master.c
3172F: hw/i2c/smbus_eeprom.c
3173F: include/hw/i2c/i2c.h
3174F: include/hw/i2c/smbus_master.h
3175F: include/hw/i2c/smbus_slave.h
3176F: include/hw/i2c/smbus_eeprom.h
3177
3178PMBus
3179M: Titus Rwantare <titusr@google.com>
3180S: Maintained
3181F: hw/i2c/pmbus_device.c
3182F: hw/sensor/adm1272.c
3183F: hw/sensor/isl_pmbus_vr.c
3184F: hw/sensor/max34451.c
3185F: include/hw/i2c/pmbus_device.h
3186F: include/hw/sensor/isl_pmbus_vr.h
3187F: tests/qtest/adm1272-test.c
3188F: tests/qtest/max34451-test.c
3189F: tests/qtest/isl_pmbus_vr-test.c
3190
3191Firmware schema specifications
3192M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3193R: Daniel P. Berrange <berrange@redhat.com>
3194R: Kashyap Chamarthy <kchamart@redhat.com>
3195S: Maintained
3196F: docs/interop/firmware.json
3197
3198EDK2 Firmware
3199M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3200M: Gerd Hoffmann <kraxel@redhat.com>
3201S: Supported
3202F: hw/i386/*ovmf*
3203F: pc-bios/descriptors/??-edk2-*.json
3204F: pc-bios/edk2-*
3205F: roms/Makefile.edk2
3206F: roms/edk2
3207F: roms/edk2-*
3208F: tests/data/uefi-boot-images/
3209F: tests/uefi-test-tools/
3210F: .gitlab-ci.d/edk2.yml
3211F: .gitlab-ci.d/edk2/
3212
3213VT-d Emulation
3214M: Michael S. Tsirkin <mst@redhat.com>
3215M: Peter Xu <peterx@redhat.com>
3216R: Jason Wang <jasowang@redhat.com>
3217S: Supported
3218F: hw/i386/intel_iommu.c
3219F: hw/i386/intel_iommu_internal.h
3220F: include/hw/i386/intel_iommu.h
3221
3222OpenSBI Firmware
3223M: Bin Meng <bmeng.cn@gmail.com>
3224S: Supported
3225F: pc-bios/opensbi-*
3226F: .gitlab-ci.d/opensbi.yml
3227F: .gitlab-ci.d/opensbi/
3228
3229Clock framework
3230M: Luc Michel <luc@lmichel.fr>
3231R: Damien Hedde <damien.hedde@greensocs.com>
3232S: Maintained
3233F: include/hw/clock.h
3234F: include/hw/qdev-clock.h
3235F: hw/core/clock.c
3236F: hw/core/clock-vmstate.c
3237F: hw/core/qdev-clock.c
3238F: docs/devel/clocks.rst
3239
3240Usermode Emulation
3241------------------
3242Overall usermode emulation
3243M: Riku Voipio <riku.voipio@iki.fi>
3244S: Maintained
3245F: accel/tcg/user-exec*.c
3246F: include/user/
3247F: common-user/
3248
3249BSD user
3250M: Warner Losh <imp@bsdimp.com>
3251R: Kyle Evans <kevans@freebsd.org>
3252S: Maintained
3253F: bsd-user/
3254F: configs/targets/*-bsd-user.mak
3255F: tests/vm/*bsd
3256T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3257
3258Linux user
3259M: Laurent Vivier <laurent@vivier.eu>
3260S: Maintained
3261F: linux-user/
3262F: configs/targets/*linux-user.mak
3263F: scripts/qemu-binfmt-conf.sh
3264F: scripts/update-syscalltbl.sh
3265F: scripts/update-mips-syscall-args.sh
3266F: scripts/gensyscalls.sh
3267
3268Tiny Code Generator (TCG)
3269-------------------------
3270Common TCG code
3271M: Richard Henderson <richard.henderson@linaro.org>
3272S: Maintained
3273F: tcg/
3274F: include/tcg/
3275
3276TCG Plugins
3277M: Alex Bennée <alex.bennee@linaro.org>
3278R: Alexandre Iooss <erdnaxe@crans.org>
3279R: Mahmoud Mandour <ma.mandourr@gmail.com>
3280S: Maintained
3281F: docs/devel/tcg-plugins.rst
3282F: plugins/
3283F: tests/plugin/
3284F: tests/avocado/tcg_plugins.py
3285F: contrib/plugins/
3286
3287AArch64 TCG target
3288M: Richard Henderson <richard.henderson@linaro.org>
3289S: Maintained
3290L: qemu-arm@nongnu.org
3291F: tcg/aarch64/
3292F: disas/arm-a64.cc
3293F: disas/libvixl/
3294
3295ARM TCG target
3296M: Richard Henderson <richard.henderson@linaro.org>
3297S: Maintained
3298L: qemu-arm@nongnu.org
3299F: tcg/arm/
3300
3301i386 TCG target
3302M: Richard Henderson <richard.henderson@linaro.org>
3303S: Maintained
3304F: tcg/i386/
3305
3306LoongArch64 TCG target
3307M: WANG Xuerui <git@xen0n.name>
3308S: Maintained
3309F: tcg/loongarch64/
3310
3311MIPS TCG target
3312M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3313R: Aurelien Jarno <aurelien@aurel32.net>
3314R: Huacai Chen <chenhuacai@kernel.org>
3315R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3316R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3317S: Odd Fixes
3318F: tcg/mips/
3319
3320PPC TCG target
3321M: Richard Henderson <richard.henderson@linaro.org>
3322S: Odd Fixes
3323F: tcg/ppc/
3324
3325RISC-V TCG target
3326M: Palmer Dabbelt <palmer@dabbelt.com>
3327M: Alistair Francis <Alistair.Francis@wdc.com>
3328L: qemu-riscv@nongnu.org
3329S: Maintained
3330F: tcg/riscv/
3331F: disas/riscv.c
3332
3333S390 TCG target
3334M: Richard Henderson <richard.henderson@linaro.org>
3335S: Maintained
3336F: tcg/s390/
3337L: qemu-s390x@nongnu.org
3338
3339SPARC TCG target
3340S: Odd Fixes
3341F: tcg/sparc/
3342F: disas/sparc.c
3343
3344TCI TCG target
3345M: Stefan Weil <sw@weilnetz.de>
3346S: Maintained
3347F: tcg/tci/
3348F: tcg/tci.c
3349F: disas/tci.c
3350
3351Block drivers
3352-------------
3353VMDK
3354M: Fam Zheng <fam@euphon.net>
3355L: qemu-block@nongnu.org
3356S: Supported
3357F: block/vmdk.c
3358
3359RBD
3360M: Ilya Dryomov <idryomov@gmail.com>
3361R: Peter Lieven <pl@kamp.de>
3362L: qemu-block@nongnu.org
3363S: Supported
3364F: block/rbd.c
3365
3366VHDX
3367M: Jeff Cody <codyprime@gmail.com>
3368L: qemu-block@nongnu.org
3369S: Supported
3370F: block/vhdx*
3371
3372VDI
3373M: Stefan Weil <sw@weilnetz.de>
3374L: qemu-block@nongnu.org
3375S: Maintained
3376F: block/vdi.c
3377
3378iSCSI
3379M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3380M: Paolo Bonzini <pbonzini@redhat.com>
3381M: Peter Lieven <pl@kamp.de>
3382L: qemu-block@nongnu.org
3383S: Odd Fixes
3384F: block/iscsi.c
3385F: block/iscsi-opts.c
3386
3387Network Block Device (NBD)
3388M: Eric Blake <eblake@redhat.com>
3389M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3390L: qemu-block@nongnu.org
3391S: Maintained
3392F: block/nbd*
3393F: nbd/
3394F: include/block/nbd*
3395F: qemu-nbd.*
3396F: blockdev-nbd.c
3397F: docs/interop/nbd.txt
3398F: docs/tools/qemu-nbd.rst
3399F: tests/qemu-iotests/tests/*nbd*
3400T: git https://repo.or.cz/qemu/ericb.git nbd
3401T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3402
3403NFS
3404M: Peter Lieven <pl@kamp.de>
3405L: qemu-block@nongnu.org
3406S: Maintained
3407F: block/nfs.c
3408
3409SSH
3410M: Richard W.M. Jones <rjones@redhat.com>
3411L: qemu-block@nongnu.org
3412S: Supported
3413F: block/ssh.c
3414
3415CURL
3416L: qemu-block@nongnu.org
3417S: Odd Fixes
3418F: block/curl.c
3419
3420GLUSTER
3421L: qemu-block@nongnu.org
3422L: integration@gluster.org
3423S: Odd Fixes
3424F: block/gluster.c
3425
3426Null Block Driver
3427M: Fam Zheng <fam@euphon.net>
3428L: qemu-block@nongnu.org
3429S: Supported
3430F: block/null.c
3431
3432NVMe Block Driver
3433M: Stefan Hajnoczi <stefanha@redhat.com>
3434R: Fam Zheng <fam@euphon.net>
3435R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3436L: qemu-block@nongnu.org
3437S: Supported
3438F: block/nvme*
3439F: include/block/nvme.h
3440T: git https://github.com/stefanha/qemu.git block
3441
3442Bootdevice
3443M: Gonglei <arei.gonglei@huawei.com>
3444S: Maintained
3445F: softmmu/bootdevice.c
3446
3447Quorum
3448M: Alberto Garcia <berto@igalia.com>
3449S: Supported
3450F: block/quorum.c
3451L: qemu-block@nongnu.org
3452
3453blklogwrites
3454M: Ari Sundholm <ari@tuxera.com>
3455L: qemu-block@nongnu.org
3456S: Supported
3457F: block/blklogwrites.c
3458
3459blkverify
3460M: Stefan Hajnoczi <stefanha@redhat.com>
3461L: qemu-block@nongnu.org
3462S: Supported
3463F: block/blkverify.c
3464
3465bochs
3466M: Stefan Hajnoczi <stefanha@redhat.com>
3467L: qemu-block@nongnu.org
3468S: Supported
3469F: block/bochs.c
3470
3471cloop
3472M: Stefan Hajnoczi <stefanha@redhat.com>
3473L: qemu-block@nongnu.org
3474S: Supported
3475F: block/cloop.c
3476
3477dmg
3478M: Stefan Hajnoczi <stefanha@redhat.com>
3479L: qemu-block@nongnu.org
3480S: Supported
3481F: block/dmg.c
3482
3483parallels
3484M: Stefan Hajnoczi <stefanha@redhat.com>
3485M: Denis V. Lunev <den@openvz.org>
3486M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3487L: qemu-block@nongnu.org
3488S: Supported
3489F: block/parallels.c
3490F: block/parallels-ext.c
3491F: docs/interop/parallels.txt
3492T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3493
3494qed
3495M: Stefan Hajnoczi <stefanha@redhat.com>
3496L: qemu-block@nongnu.org
3497S: Supported
3498F: block/qed.c
3499
3500raw
3501M: Kevin Wolf <kwolf@redhat.com>
3502L: qemu-block@nongnu.org
3503S: Supported
3504F: block/linux-aio.c
3505F: include/block/raw-aio.h
3506F: block/raw-format.c
3507F: block/file-posix.c
3508F: block/file-win32.c
3509F: block/win32-aio.c
3510
3511Linux io_uring
3512M: Aarushi Mehta <mehta.aaru20@gmail.com>
3513M: Julia Suvorova <jusual@redhat.com>
3514M: Stefan Hajnoczi <stefanha@redhat.com>
3515R: Stefano Garzarella <sgarzare@redhat.com>
3516L: qemu-block@nongnu.org
3517S: Maintained
3518F: block/io_uring.c
3519F: stubs/io_uring.c
3520
3521qcow2
3522M: Kevin Wolf <kwolf@redhat.com>
3523M: Hanna Reitz <hreitz@redhat.com>
3524L: qemu-block@nongnu.org
3525S: Supported
3526F: block/qcow2*
3527F: docs/interop/qcow2.txt
3528
3529qcow
3530M: Kevin Wolf <kwolf@redhat.com>
3531L: qemu-block@nongnu.org
3532S: Supported
3533F: block/qcow.c
3534
3535blkdebug
3536M: Kevin Wolf <kwolf@redhat.com>
3537M: Hanna Reitz <hreitz@redhat.com>
3538L: qemu-block@nongnu.org
3539S: Supported
3540F: block/blkdebug.c
3541
3542vpc
3543M: Kevin Wolf <kwolf@redhat.com>
3544L: qemu-block@nongnu.org
3545S: Supported
3546F: block/vpc.c
3547
3548vvfat
3549M: Kevin Wolf <kwolf@redhat.com>
3550L: qemu-block@nongnu.org
3551S: Odd Fixes
3552F: block/vvfat.c
3553
3554Image format fuzzer
3555M: Stefan Hajnoczi <stefanha@redhat.com>
3556L: qemu-block@nongnu.org
3557S: Supported
3558F: tests/image-fuzzer/
3559
3560Vhost-user block device backend server
3561M: Coiby Xu <Coiby.Xu@gmail.com>
3562S: Maintained
3563F: block/export/vhost-user-blk-server.c
3564F: block/export/vhost-user-blk-server.h
3565F: include/qemu/vhost-user-server.h
3566F: tests/qtest/libqos/vhost-user-blk.c
3567F: tests/qtest/libqos/vhost-user-blk.h
3568F: tests/qtest/vhost-user-blk-test.c
3569F: util/vhost-user-server.c
3570
3571FUSE block device exports
3572M: Hanna Reitz <hreitz@redhat.com>
3573L: qemu-block@nongnu.org
3574S: Supported
3575F: block/export/fuse.c
3576
3577Replication
3578M: Wen Congyang <wencongyang2@huawei.com>
3579M: Xie Changlong <xiechanglong.d@gmail.com>
3580S: Supported
3581F: replication*
3582F: block/replication.c
3583F: tests/unit/test-replication.c
3584F: docs/block-replication.txt
3585
3586PVRDMA
3587M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3588M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3589S: Maintained
3590F: hw/rdma/*
3591F: hw/rdma/vmw/*
3592F: docs/pvrdma.txt
3593F: contrib/rdmacm-mux/*
3594F: qapi/rdma.json
3595
3596Semihosting
3597M: Alex Bennée <alex.bennee@linaro.org>
3598S: Maintained
3599F: semihosting/
3600F: include/semihosting/
3601F: tests/tcg/multiarch/arm-compat-semi/
3602F: tests/tcg/aarch64/system/semiheap.c
3603
3604Multi-process QEMU
3605M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3606M: Jagannathan Raman <jag.raman@oracle.com>
3607M: John G Johnson <john.g.johnson@oracle.com>
3608S: Maintained
3609F: docs/devel/multi-process.rst
3610F: docs/system/multi-process.rst
3611F: hw/pci-host/remote.c
3612F: include/hw/pci-host/remote.h
3613F: hw/remote/machine.c
3614F: include/hw/remote/machine.h
3615F: hw/remote/mpqemu-link.c
3616F: include/hw/remote/mpqemu-link.h
3617F: hw/remote/message.c
3618F: hw/remote/remote-obj.c
3619F: include/hw/remote/memory.h
3620F: hw/remote/memory.c
3621F: hw/remote/proxy.c
3622F: include/hw/remote/proxy.h
3623F: hw/remote/proxy-memory-listener.c
3624F: include/hw/remote/proxy-memory-listener.h
3625F: hw/remote/iohub.c
3626F: include/hw/remote/iohub.h
3627
3628EBPF:
3629M: Jason Wang <jasowang@redhat.com>
3630R: Andrew Melnychenko <andrew@daynix.com>
3631R: Yuri Benditovich <yuri.benditovich@daynix.com>
3632S: Maintained
3633F: ebpf/*
3634F: tools/ebpf/*
3635
3636Build and test automation
3637-------------------------
3638Build and test automation, general continuous integration
3639M: Alex Bennée <alex.bennee@linaro.org>
3640M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3641M: Thomas Huth <thuth@redhat.com>
3642R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3643R: Beraldo Leal <bleal@redhat.com>
3644S: Maintained
3645F: .github/workflows/lockdown.yml
3646F: .gitlab-ci.yml
3647F: .gitlab-ci.d/
3648F: .travis.yml
3649F: scripts/ci/
3650F: tests/docker/
3651F: tests/vm/
3652F: tests/lcitool/
3653F: scripts/archive-source.sh
3654W: https://gitlab.com/qemu-project/qemu/pipelines
3655W: https://travis-ci.org/qemu/qemu
3656
3657FreeBSD Hosted Continuous Integration
3658M: Ed Maste <emaste@freebsd.org>
3659M: Li-Wen Hsu <lwhsu@freebsd.org>
3660S: Maintained
3661F: .gitlab-ci.d/cirrus/freebsd*
3662F: tests/vm/freebsd
3663W: https://cirrus-ci.com/github/qemu/qemu
3664
3665Windows Hosted Continuous Integration
3666M: Yonggang Luo <luoyonggang@gmail.com>
3667S: Maintained
3668F: .cirrus.yml
3669W: https://cirrus-ci.com/github/qemu/qemu
3670
3671Guest Test Compilation Support
3672M: Alex Bennée <alex.bennee@linaro.org>
3673R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3674S: Maintained
3675F: tests/tcg/Makefile
3676F: tests/tcg/Makefile.include
3677
3678Integration Testing with the Avocado framework
3679W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3680R: Cleber Rosa <crosa@redhat.com>
3681R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3682R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3683R: Beraldo Leal <bleal@redhat.com>
3684S: Odd Fixes
3685F: tests/avocado/
3686
3687GitLab custom runner (Works On Arm Sponsored)
3688M: Alex Bennée <alex.bennee@linaro.org>
3689M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3690S: Maintained
3691F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3692
3693Documentation
3694-------------
3695Build system architecture
3696M: Daniel P. Berrange <berrange@redhat.com>
3697S: Odd Fixes
3698F: docs/devel/build-system.rst
3699
3700GIT Data Mining Config
3701M: Alex Bennée <alex.bennee@linaro.org>
3702S: Odd Fixes
3703F: gitdm.config
3704F: contrib/gitdm/*
3705
3706Incompatible changes
3707R: libvir-list@redhat.com
3708F: docs/about/deprecated.rst
3709
3710Build System
3711------------
3712GIT submodules
3713M: Daniel P. Berrange <berrange@redhat.com>
3714S: Odd Fixes
3715F: scripts/git-submodule.sh
3716
3717UI translations
3718S: Orphan
3719F: po/*.po
3720
3721Sphinx documentation configuration and build machinery
3722M: Peter Maydell <peter.maydell@linaro.org>
3723S: Maintained
3724F: docs/conf.py
3725F: docs/*/conf.py
3726F: docs/sphinx/
3727F: docs/_templates/
3728
3729Miscellaneous
3730-------------
3731Performance Tools and Tests
3732M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3733S: Maintained
3734F: scripts/performance/
3735