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