xref: /qemu/MAINTAINERS (revision 21d87050)
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: softmmu/runstate.c
2750F: qapi/run-state.json
2751
2752Read, Copy, Update (RCU)
2753M: Paolo Bonzini <pbonzini@redhat.com>
2754S: Maintained
2755F: include/qemu/rcu*.h
2756F: tests/unit/rcutorture.c
2757F: tests/unit/test-rcu-*.c
2758F: util/rcu.c
2759
2760Human Monitor (HMP)
2761M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2762S: Maintained
2763F: monitor/monitor-internal.h
2764F: monitor/misc.c
2765F: monitor/monitor.c
2766F: monitor/hmp*
2767F: hmp.h
2768F: hmp-commands*.hx
2769F: include/monitor/hmp-target.h
2770F: tests/qtest/test-hmp.c
2771F: include/qemu/qemu-print.h
2772F: util/qemu-print.c
2773
2774Network device backends
2775M: Jason Wang <jasowang@redhat.com>
2776S: Maintained
2777F: net/
2778F: include/net/
2779F: qemu-bridge-helper.c
2780T: git https://github.com/jasowang/qemu.git net
2781F: qapi/net.json
2782
2783Netmap network backend
2784M: Luigi Rizzo <rizzo@iet.unipi.it>
2785M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2786M: Vincenzo Maffione <v.maffione@gmail.com>
2787W: http://info.iet.unipi.it/~luigi/netmap/
2788S: Maintained
2789F: net/netmap.c
2790
2791Host Memory Backends
2792M: David Hildenbrand <david@redhat.com>
2793M: Igor Mammedov <imammedo@redhat.com>
2794S: Maintained
2795F: backends/hostmem*.c
2796F: include/sysemu/hostmem.h
2797T: git https://gitlab.com/ehabkost/qemu.git machine-next
2798
2799Cryptodev Backends
2800M: Gonglei <arei.gonglei@huawei.com>
2801S: Maintained
2802F: include/sysemu/cryptodev*.h
2803F: backends/cryptodev*.c
2804
2805Python library
2806M: John Snow <jsnow@redhat.com>
2807M: Cleber Rosa <crosa@redhat.com>
2808R: Beraldo Leal <bleal@redhat.com>
2809S: Maintained
2810F: python/
2811T: git https://gitlab.com/jsnow/qemu.git python
2812
2813Python scripts
2814M: John Snow <jsnow@redhat.com>
2815M: Cleber Rosa <crosa@redhat.com>
2816S: Odd Fixes
2817F: scripts/*.py
2818F: tests/*.py
2819
2820Benchmark util
2821M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2822S: Maintained
2823F: scripts/simplebench/
2824T: git https://gitlab.com/vsementsov/qemu.git simplebench
2825
2826Transactions helper
2827M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2828S: Maintained
2829F: include/qemu/transactions.h
2830F: util/transactions.c
2831T: git https://gitlab.com/vsementsov/qemu.git block
2832
2833QAPI
2834M: Markus Armbruster <armbru@redhat.com>
2835M: Michael Roth <michael.roth@amd.com>
2836S: Supported
2837F: qapi/
2838X: qapi/*.json
2839F: include/qapi/
2840X: include/qapi/qmp/
2841F: include/qapi/qmp/dispatch.h
2842F: tests/qapi-schema/
2843F: tests/unit/test-*-visitor.c
2844F: tests/unit/test-qapi-*.c
2845F: tests/unit/test-qmp-*.c
2846F: tests/unit/test-visitor-serialization.c
2847F: scripts/qapi-gen.py
2848F: scripts/qapi/*
2849F: docs/sphinx/qapidoc.py
2850F: docs/devel/qapi*
2851T: git https://repo.or.cz/qemu/armbru.git qapi-next
2852
2853QAPI Schema
2854M: Eric Blake <eblake@redhat.com>
2855M: Markus Armbruster <armbru@redhat.com>
2856S: Supported
2857F: qapi/*.json
2858T: git https://repo.or.cz/qemu/armbru.git qapi-next
2859
2860QObject
2861M: Markus Armbruster <armbru@redhat.com>
2862S: Supported
2863F: qobject/
2864F: include/qapi/qmp/
2865X: include/qapi/qmp/dispatch.h
2866F: scripts/coccinelle/qobject.cocci
2867F: tests/unit/check-qdict.c
2868F: tests/unit/check-qjson.c
2869F: tests/unit/check-qlist.c
2870F: tests/unit/check-qlit.c
2871F: tests/unit/check-qnull.c
2872F: tests/unit/check-qnum.c
2873F: tests/unit/check-qobject.c
2874F: tests/unit/check-qstring.c
2875F: tests/data/qobject/qdict.txt
2876T: git https://repo.or.cz/qemu/armbru.git qapi-next
2877
2878QEMU Guest Agent
2879M: Michael Roth <michael.roth@amd.com>
2880S: Maintained
2881F: qga/
2882F: docs/interop/qemu-ga.rst
2883F: docs/interop/qemu-ga-ref.rst
2884F: scripts/qemu-guest-agent/
2885F: tests/unit/test-qga.c
2886T: git https://github.com/mdroth/qemu.git qga
2887
2888QEMU Guest Agent Win32
2889M: Konstantin Kostiuk <kkostiuk@redhat.com>
2890S: Maintained
2891F: qga/*win32*
2892F: qga/vss-win32/
2893F: qga/installer/
2894T: git https://github.com/kostyanf14/qemu.git qga-win32
2895
2896QOM
2897M: Paolo Bonzini <pbonzini@redhat.com>
2898R: Daniel P. Berrange <berrange@redhat.com>
2899R: Eduardo Habkost <eduardo@habkost.net>
2900S: Supported
2901F: docs/qdev-device-use.txt
2902F: hw/core/qdev*
2903F: hw/core/bus.c
2904F: hw/core/sysbus.c
2905F: include/hw/qdev*
2906F: include/monitor/qdev.h
2907F: include/qom/
2908F: qapi/qom.json
2909F: qapi/qdev.json
2910F: scripts/coccinelle/qom-parent-type.cocci
2911F: softmmu/qdev-monitor.c
2912F: stubs/qdev.c
2913F: qom/
2914F: tests/unit/check-qom-interface.c
2915F: tests/unit/check-qom-proplist.c
2916F: tests/unit/test-qdev-global-props.c
2917
2918QOM boilerplate conversion script
2919M: Eduardo Habkost <eduardo@habkost.net>
2920S: Maintained
2921F: scripts/codeconverter/
2922
2923QMP
2924M: Markus Armbruster <armbru@redhat.com>
2925S: Supported
2926F: monitor/monitor-internal.h
2927F: monitor/qmp*
2928F: monitor/misc.c
2929F: monitor/monitor.c
2930F: qapi/control.json
2931F: qapi/error.json
2932F: qapi/introspect.json
2933F: docs/devel/*qmp-*
2934F: docs/interop/*qmp-*
2935F: scripts/qmp/
2936F: tests/qtest/qmp-test.c
2937F: tests/qtest/qmp-cmd-test.c
2938T: git https://repo.or.cz/qemu/armbru.git qapi-next
2939
2940qtest
2941M: Thomas Huth <thuth@redhat.com>
2942M: Laurent Vivier <lvivier@redhat.com>
2943R: Paolo Bonzini <pbonzini@redhat.com>
2944S: Maintained
2945F: softmmu/qtest.c
2946F: accel/qtest/
2947F: tests/qtest/
2948F: docs/devel/qgraph.rst
2949X: tests/qtest/bios-tables-test*
2950
2951Device Fuzzing
2952M: Alexander Bulekov <alxndr@bu.edu>
2953R: Paolo Bonzini <pbonzini@redhat.com>
2954R: Bandan Das <bsd@redhat.com>
2955R: Stefan Hajnoczi <stefanha@redhat.com>
2956R: Thomas Huth <thuth@redhat.com>
2957R: Darren Kenny <darren.kenny@oracle.com>
2958R: Qiuhao Li <Qiuhao.Li@outlook.com>
2959S: Maintained
2960F: tests/qtest/fuzz/
2961F: tests/qtest/fuzz-*test.c
2962F: scripts/oss-fuzz/
2963F: hw/mem/sparse-mem.c
2964F: docs/devel/fuzzing.rst
2965
2966Register API
2967M: Alistair Francis <alistair@alistair23.me>
2968S: Maintained
2969F: hw/core/register.c
2970F: include/hw/register.h
2971F: include/hw/registerfields.h
2972
2973SLIRP
2974M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2975S: Maintained
2976F: slirp/
2977F: net/slirp.c
2978F: include/net/slirp.h
2979T: git https://people.debian.org/~sthibault/qemu.git slirp
2980
2981Streams
2982M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2983S: Maintained
2984F: hw/core/stream.c
2985F: include/hw/stream.h
2986
2987Stubs
2988M: Paolo Bonzini <pbonzini@redhat.com>
2989S: Maintained
2990F: stubs/
2991
2992Tracing
2993M: Stefan Hajnoczi <stefanha@redhat.com>
2994S: Maintained
2995F: trace/
2996F: trace-events
2997F: docs/qemu-option-trace.rst.inc
2998F: qapi/trace.json
2999F: scripts/tracetool.py
3000F: scripts/tracetool/
3001F: scripts/qemu-trace-stap*
3002F: docs/tools/qemu-trace-stap.rst
3003F: docs/devel/tracing.rst
3004T: git https://github.com/stefanha/qemu.git tracing
3005
3006TPM
3007M: Stefan Berger <stefanb@linux.ibm.com>
3008S: Maintained
3009F: tpm.c
3010F: hw/tpm/*
3011F: include/hw/acpi/tpm.h
3012F: include/sysemu/tpm*
3013F: qapi/tpm.json
3014F: backends/tpm/
3015F: tests/qtest/*tpm*
3016T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3017
3018Checkpatch
3019S: Odd Fixes
3020F: scripts/checkpatch.pl
3021
3022Migration
3023M: Juan Quintela <quintela@redhat.com>
3024M: Dr. David Alan Gilbert <dgilbert@redhat.com>
3025S: Maintained
3026F: hw/core/vmstate-if.c
3027F: include/hw/vmstate-if.h
3028F: include/migration/
3029F: migration/
3030F: scripts/vmstate-static-checker.py
3031F: tests/vmstate-static-checker-data/
3032F: tests/qtest/migration-test.c
3033F: docs/devel/migration.rst
3034F: qapi/migration.json
3035F: tests/migration/
3036
3037D-Bus
3038M: Marc-André Lureau <marcandre.lureau@redhat.com>
3039S: Maintained
3040F: backends/dbus-vmstate.c
3041F: ui/dbus*
3042F: audio/dbus*
3043F: util/dbus.c
3044F: include/ui/dbus*
3045F: include/qemu/dbus.h
3046F: docs/interop/dbus*
3047F: docs/sphinx/dbus*
3048F: docs/sphinx/fakedbusdoc.py
3049F: tests/qtest/dbus*
3050
3051Seccomp
3052M: Daniel P. Berrange <berrange@redhat.com>
3053S: Odd Fixes
3054F: softmmu/qemu-seccomp.c
3055F: include/sysemu/seccomp.h
3056F: tests/unit/test-seccomp.c
3057
3058Cryptography
3059M: Daniel P. Berrange <berrange@redhat.com>
3060S: Maintained
3061F: crypto/
3062F: include/crypto/
3063F: qapi/crypto.json
3064F: tests/unit/test-crypto-*
3065F: tests/bench/benchmark-crypto-*
3066F: tests/unit/crypto-tls-*
3067F: tests/unit/pkix_asn1_tab.c
3068F: qemu.sasl
3069
3070Coroutines
3071M: Stefan Hajnoczi <stefanha@redhat.com>
3072M: Kevin Wolf <kwolf@redhat.com>
3073S: Maintained
3074F: util/*coroutine*
3075F: include/qemu/coroutine*
3076F: tests/unit/test-coroutine.c
3077
3078Buffers
3079M: Daniel P. Berrange <berrange@redhat.com>
3080S: Odd Fixes
3081F: util/buffer.c
3082F: include/qemu/buffer.h
3083
3084I/O Channels
3085M: Daniel P. Berrange <berrange@redhat.com>
3086S: Maintained
3087F: io/
3088F: include/io/
3089F: tests/unit/test-io-*
3090
3091User authorization
3092M: Daniel P. Berrange <berrange@redhat.com>
3093S: Maintained
3094F: authz/
3095F: qapi/authz.json
3096F: include/authz/
3097F: tests/unit/test-authz-*
3098
3099Sockets
3100M: Daniel P. Berrange <berrange@redhat.com>
3101S: Maintained
3102F: include/qemu/sockets.h
3103F: util/qemu-sockets.c
3104F: qapi/sockets.json
3105
3106File monitor
3107M: Daniel P. Berrange <berrange@redhat.com>
3108S: Odd Fixes
3109F: util/filemonitor*.c
3110F: include/qemu/filemonitor.h
3111F: tests/unit/test-util-filemonitor.c
3112
3113Throttling infrastructure
3114M: Alberto Garcia <berto@igalia.com>
3115S: Supported
3116F: block/throttle-groups.c
3117F: include/block/throttle-groups.h
3118F: include/qemu/throttle*.h
3119F: util/throttle.c
3120F: docs/throttle.txt
3121F: tests/unit/test-throttle.c
3122L: qemu-block@nongnu.org
3123
3124UUID
3125M: Fam Zheng <fam@euphon.net>
3126S: Supported
3127F: util/uuid.c
3128F: include/qemu/uuid.h
3129F: tests/unit/test-uuid.c
3130
3131Yank feature
3132M: Lukas Straub <lukasstraub2@web.de>
3133S: Odd fixes
3134F: util/yank.c
3135F: migration/yank_functions*
3136F: tests/unit/test-yank.c
3137F: include/qemu/yank.h
3138F: qapi/yank.json
3139
3140COLO Framework
3141M: Hailiang Zhang <zhanghailiang@xfusion.com>
3142S: Maintained
3143F: migration/colo*
3144F: include/migration/colo.h
3145F: include/migration/failover.h
3146F: docs/COLO-FT.txt
3147
3148COLO Proxy
3149M: Zhang Chen <chen.zhang@intel.com>
3150M: Li Zhijian <lizhijian@fujitsu.com>
3151S: Supported
3152F: docs/colo-proxy.txt
3153F: net/colo*
3154F: net/filter-rewriter.c
3155F: net/filter-mirror.c
3156F: tests/qtest/test-filter*
3157
3158Record/replay
3159M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3160R: Paolo Bonzini <pbonzini@redhat.com>
3161W: https://wiki.qemu.org/Features/record-replay
3162S: Supported
3163F: replay/*
3164F: block/blkreplay.c
3165F: net/filter-replay.c
3166F: include/sysemu/replay.h
3167F: docs/replay.txt
3168F: stubs/replay.c
3169F: tests/avocado/replay_kernel.py
3170F: tests/avocado/replay_linux.py
3171F: tests/avocado/reverse_debugging.py
3172F: qapi/replay.json
3173
3174IOVA Tree
3175M: Peter Xu <peterx@redhat.com>
3176S: Maintained
3177F: include/qemu/iova-tree.h
3178F: util/iova-tree.c
3179
3180elf2dmp
3181M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3182S: Maintained
3183F: contrib/elf2dmp/
3184
3185I2C and SMBus
3186M: Corey Minyard <cminyard@mvista.com>
3187S: Maintained
3188F: hw/i2c/core.c
3189F: hw/i2c/smbus_slave.c
3190F: hw/i2c/smbus_master.c
3191F: hw/i2c/smbus_eeprom.c
3192F: include/hw/i2c/i2c.h
3193F: include/hw/i2c/smbus_master.h
3194F: include/hw/i2c/smbus_slave.h
3195F: include/hw/i2c/smbus_eeprom.h
3196
3197PMBus
3198M: Titus Rwantare <titusr@google.com>
3199S: Maintained
3200F: hw/i2c/pmbus_device.c
3201F: hw/sensor/adm1272.c
3202F: hw/sensor/isl_pmbus_vr.c
3203F: hw/sensor/max34451.c
3204F: include/hw/i2c/pmbus_device.h
3205F: include/hw/sensor/isl_pmbus_vr.h
3206F: tests/qtest/adm1272-test.c
3207F: tests/qtest/max34451-test.c
3208F: tests/qtest/isl_pmbus_vr-test.c
3209
3210Firmware schema specifications
3211M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3212R: Daniel P. Berrange <berrange@redhat.com>
3213R: Kashyap Chamarthy <kchamart@redhat.com>
3214S: Maintained
3215F: docs/interop/firmware.json
3216
3217EDK2 Firmware
3218M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3219M: Gerd Hoffmann <kraxel@redhat.com>
3220S: Supported
3221F: hw/i386/*ovmf*
3222F: pc-bios/descriptors/??-edk2-*.json
3223F: pc-bios/edk2-*
3224F: roms/Makefile.edk2
3225F: roms/edk2
3226F: roms/edk2-*
3227F: tests/data/uefi-boot-images/
3228F: tests/uefi-test-tools/
3229F: .gitlab-ci.d/edk2.yml
3230F: .gitlab-ci.d/edk2/
3231
3232VT-d Emulation
3233M: Michael S. Tsirkin <mst@redhat.com>
3234M: Peter Xu <peterx@redhat.com>
3235R: Jason Wang <jasowang@redhat.com>
3236S: Supported
3237F: hw/i386/intel_iommu.c
3238F: hw/i386/intel_iommu_internal.h
3239F: include/hw/i386/intel_iommu.h
3240
3241OpenSBI Firmware
3242M: Bin Meng <bmeng.cn@gmail.com>
3243S: Supported
3244F: pc-bios/opensbi-*
3245F: .gitlab-ci.d/opensbi.yml
3246F: .gitlab-ci.d/opensbi/
3247
3248Clock framework
3249M: Luc Michel <luc@lmichel.fr>
3250R: Damien Hedde <damien.hedde@greensocs.com>
3251S: Maintained
3252F: include/hw/clock.h
3253F: include/hw/qdev-clock.h
3254F: hw/core/clock.c
3255F: hw/core/clock-vmstate.c
3256F: hw/core/qdev-clock.c
3257F: docs/devel/clocks.rst
3258
3259Usermode Emulation
3260------------------
3261Overall usermode emulation
3262M: Riku Voipio <riku.voipio@iki.fi>
3263S: Maintained
3264F: accel/tcg/user-exec*.c
3265F: include/user/
3266F: common-user/
3267
3268BSD user
3269M: Warner Losh <imp@bsdimp.com>
3270R: Kyle Evans <kevans@freebsd.org>
3271S: Maintained
3272F: bsd-user/
3273F: configs/targets/*-bsd-user.mak
3274F: tests/vm/*bsd
3275T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3276
3277Linux user
3278M: Laurent Vivier <laurent@vivier.eu>
3279S: Maintained
3280F: linux-user/
3281F: configs/targets/*linux-user.mak
3282F: scripts/qemu-binfmt-conf.sh
3283F: scripts/update-syscalltbl.sh
3284F: scripts/update-mips-syscall-args.sh
3285F: scripts/gensyscalls.sh
3286
3287Tiny Code Generator (TCG)
3288-------------------------
3289Common TCG code
3290M: Richard Henderson <richard.henderson@linaro.org>
3291S: Maintained
3292F: tcg/
3293F: include/tcg/
3294
3295TCG Plugins
3296M: Alex Bennée <alex.bennee@linaro.org>
3297R: Alexandre Iooss <erdnaxe@crans.org>
3298R: Mahmoud Mandour <ma.mandourr@gmail.com>
3299S: Maintained
3300F: docs/devel/tcg-plugins.rst
3301F: plugins/
3302F: tests/plugin/
3303F: tests/avocado/tcg_plugins.py
3304F: contrib/plugins/
3305
3306AArch64 TCG target
3307M: Richard Henderson <richard.henderson@linaro.org>
3308S: Maintained
3309L: qemu-arm@nongnu.org
3310F: tcg/aarch64/
3311F: disas/arm-a64.cc
3312F: disas/libvixl/
3313
3314ARM TCG target
3315M: Richard Henderson <richard.henderson@linaro.org>
3316S: Maintained
3317L: qemu-arm@nongnu.org
3318F: tcg/arm/
3319
3320i386 TCG target
3321M: Richard Henderson <richard.henderson@linaro.org>
3322S: Maintained
3323F: tcg/i386/
3324
3325LoongArch64 TCG target
3326M: WANG Xuerui <git@xen0n.name>
3327S: Maintained
3328F: tcg/loongarch64/
3329
3330MIPS TCG target
3331M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3332R: Aurelien Jarno <aurelien@aurel32.net>
3333R: Huacai Chen <chenhuacai@kernel.org>
3334R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3335R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3336S: Odd Fixes
3337F: tcg/mips/
3338
3339PPC TCG target
3340M: Richard Henderson <richard.henderson@linaro.org>
3341S: Odd Fixes
3342F: tcg/ppc/
3343
3344RISC-V TCG target
3345M: Palmer Dabbelt <palmer@dabbelt.com>
3346M: Alistair Francis <Alistair.Francis@wdc.com>
3347L: qemu-riscv@nongnu.org
3348S: Maintained
3349F: tcg/riscv/
3350F: disas/riscv.c
3351
3352S390 TCG target
3353M: Richard Henderson <richard.henderson@linaro.org>
3354S: Maintained
3355F: tcg/s390/
3356L: qemu-s390x@nongnu.org
3357
3358SPARC TCG target
3359S: Odd Fixes
3360F: tcg/sparc/
3361F: disas/sparc.c
3362
3363TCI TCG target
3364M: Stefan Weil <sw@weilnetz.de>
3365S: Maintained
3366F: tcg/tci/
3367F: tcg/tci.c
3368F: disas/tci.c
3369
3370Block drivers
3371-------------
3372VMDK
3373M: Fam Zheng <fam@euphon.net>
3374L: qemu-block@nongnu.org
3375S: Supported
3376F: block/vmdk.c
3377
3378RBD
3379M: Ilya Dryomov <idryomov@gmail.com>
3380R: Peter Lieven <pl@kamp.de>
3381L: qemu-block@nongnu.org
3382S: Supported
3383F: block/rbd.c
3384
3385VHDX
3386M: Jeff Cody <codyprime@gmail.com>
3387L: qemu-block@nongnu.org
3388S: Supported
3389F: block/vhdx*
3390
3391VDI
3392M: Stefan Weil <sw@weilnetz.de>
3393L: qemu-block@nongnu.org
3394S: Maintained
3395F: block/vdi.c
3396
3397iSCSI
3398M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3399M: Paolo Bonzini <pbonzini@redhat.com>
3400M: Peter Lieven <pl@kamp.de>
3401L: qemu-block@nongnu.org
3402S: Odd Fixes
3403F: block/iscsi.c
3404F: block/iscsi-opts.c
3405
3406Network Block Device (NBD)
3407M: Eric Blake <eblake@redhat.com>
3408M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3409L: qemu-block@nongnu.org
3410S: Maintained
3411F: block/nbd*
3412F: nbd/
3413F: include/block/nbd*
3414F: qemu-nbd.*
3415F: blockdev-nbd.c
3416F: docs/interop/nbd.txt
3417F: docs/tools/qemu-nbd.rst
3418F: tests/qemu-iotests/tests/*nbd*
3419T: git https://repo.or.cz/qemu/ericb.git nbd
3420T: git https://gitlab.com/vsementsov/qemu.git block
3421
3422NFS
3423M: Peter Lieven <pl@kamp.de>
3424L: qemu-block@nongnu.org
3425S: Maintained
3426F: block/nfs.c
3427
3428SSH
3429M: Richard W.M. Jones <rjones@redhat.com>
3430L: qemu-block@nongnu.org
3431S: Supported
3432F: block/ssh.c
3433
3434CURL
3435L: qemu-block@nongnu.org
3436S: Odd Fixes
3437F: block/curl.c
3438
3439GLUSTER
3440L: qemu-block@nongnu.org
3441L: integration@gluster.org
3442S: Odd Fixes
3443F: block/gluster.c
3444
3445Null Block Driver
3446M: Fam Zheng <fam@euphon.net>
3447L: qemu-block@nongnu.org
3448S: Supported
3449F: block/null.c
3450
3451NVMe Block Driver
3452M: Stefan Hajnoczi <stefanha@redhat.com>
3453R: Fam Zheng <fam@euphon.net>
3454R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3455L: qemu-block@nongnu.org
3456S: Supported
3457F: block/nvme*
3458F: include/block/nvme.h
3459T: git https://github.com/stefanha/qemu.git block
3460
3461Bootdevice
3462M: Gonglei <arei.gonglei@huawei.com>
3463S: Maintained
3464F: softmmu/bootdevice.c
3465
3466Quorum
3467M: Alberto Garcia <berto@igalia.com>
3468S: Supported
3469F: block/quorum.c
3470L: qemu-block@nongnu.org
3471
3472blklogwrites
3473M: Ari Sundholm <ari@tuxera.com>
3474L: qemu-block@nongnu.org
3475S: Supported
3476F: block/blklogwrites.c
3477
3478blkverify
3479M: Stefan Hajnoczi <stefanha@redhat.com>
3480L: qemu-block@nongnu.org
3481S: Supported
3482F: block/blkverify.c
3483
3484bochs
3485M: Stefan Hajnoczi <stefanha@redhat.com>
3486L: qemu-block@nongnu.org
3487S: Supported
3488F: block/bochs.c
3489
3490cloop
3491M: Stefan Hajnoczi <stefanha@redhat.com>
3492L: qemu-block@nongnu.org
3493S: Supported
3494F: block/cloop.c
3495
3496dmg
3497M: Stefan Hajnoczi <stefanha@redhat.com>
3498L: qemu-block@nongnu.org
3499S: Supported
3500F: block/dmg.c
3501
3502parallels
3503M: Stefan Hajnoczi <stefanha@redhat.com>
3504M: Denis V. Lunev <den@openvz.org>
3505M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3506L: qemu-block@nongnu.org
3507S: Supported
3508F: block/parallels.c
3509F: block/parallels-ext.c
3510F: docs/interop/parallels.txt
3511T: git https://gitlab.com/vsementsov/qemu.git block
3512
3513qed
3514M: Stefan Hajnoczi <stefanha@redhat.com>
3515L: qemu-block@nongnu.org
3516S: Supported
3517F: block/qed.c
3518
3519raw
3520M: Kevin Wolf <kwolf@redhat.com>
3521L: qemu-block@nongnu.org
3522S: Supported
3523F: block/linux-aio.c
3524F: include/block/raw-aio.h
3525F: block/raw-format.c
3526F: block/file-posix.c
3527F: block/file-win32.c
3528F: block/win32-aio.c
3529
3530Linux io_uring
3531M: Aarushi Mehta <mehta.aaru20@gmail.com>
3532M: Julia Suvorova <jusual@redhat.com>
3533M: Stefan Hajnoczi <stefanha@redhat.com>
3534R: Stefano Garzarella <sgarzare@redhat.com>
3535L: qemu-block@nongnu.org
3536S: Maintained
3537F: block/io_uring.c
3538F: stubs/io_uring.c
3539
3540qcow2
3541M: Kevin Wolf <kwolf@redhat.com>
3542M: Hanna Reitz <hreitz@redhat.com>
3543L: qemu-block@nongnu.org
3544S: Supported
3545F: block/qcow2*
3546F: docs/interop/qcow2.txt
3547
3548qcow
3549M: Kevin Wolf <kwolf@redhat.com>
3550L: qemu-block@nongnu.org
3551S: Supported
3552F: block/qcow.c
3553
3554blkdebug
3555M: Kevin Wolf <kwolf@redhat.com>
3556M: Hanna Reitz <hreitz@redhat.com>
3557L: qemu-block@nongnu.org
3558S: Supported
3559F: block/blkdebug.c
3560
3561vpc
3562M: Kevin Wolf <kwolf@redhat.com>
3563L: qemu-block@nongnu.org
3564S: Supported
3565F: block/vpc.c
3566
3567vvfat
3568M: Kevin Wolf <kwolf@redhat.com>
3569L: qemu-block@nongnu.org
3570S: Odd Fixes
3571F: block/vvfat.c
3572
3573Image format fuzzer
3574M: Stefan Hajnoczi <stefanha@redhat.com>
3575L: qemu-block@nongnu.org
3576S: Supported
3577F: tests/image-fuzzer/
3578
3579Vhost-user block device backend server
3580M: Coiby Xu <Coiby.Xu@gmail.com>
3581S: Maintained
3582F: block/export/vhost-user-blk-server.c
3583F: block/export/vhost-user-blk-server.h
3584F: block/export/virtio-blk-handler.c
3585F: block/export/virtio-blk-handler.h
3586F: include/qemu/vhost-user-server.h
3587F: tests/qtest/libqos/vhost-user-blk.c
3588F: tests/qtest/libqos/vhost-user-blk.h
3589F: tests/qtest/vhost-user-blk-test.c
3590F: util/vhost-user-server.c
3591
3592FUSE block device exports
3593M: Hanna Reitz <hreitz@redhat.com>
3594L: qemu-block@nongnu.org
3595S: Supported
3596F: block/export/fuse.c
3597
3598VDUSE library and block device exports
3599M: Xie Yongji <xieyongji@bytedance.com>
3600S: Maintained
3601F: subprojects/libvduse/
3602F: block/export/vduse-blk.c
3603F: block/export/vduse-blk.h
3604
3605Replication
3606M: Wen Congyang <wencongyang2@huawei.com>
3607M: Xie Changlong <xiechanglong.d@gmail.com>
3608S: Supported
3609F: replication*
3610F: block/replication.c
3611F: tests/unit/test-replication.c
3612F: docs/block-replication.txt
3613
3614PVRDMA
3615M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3616M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3617S: Maintained
3618F: hw/rdma/*
3619F: hw/rdma/vmw/*
3620F: docs/pvrdma.txt
3621F: contrib/rdmacm-mux/*
3622F: qapi/rdma.json
3623
3624Semihosting
3625M: Alex Bennée <alex.bennee@linaro.org>
3626S: Maintained
3627F: semihosting/
3628F: include/semihosting/
3629F: tests/tcg/multiarch/arm-compat-semi/
3630F: tests/tcg/aarch64/system/semiheap.c
3631
3632Multi-process QEMU
3633M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3634M: Jagannathan Raman <jag.raman@oracle.com>
3635M: John G Johnson <john.g.johnson@oracle.com>
3636S: Maintained
3637F: docs/devel/multi-process.rst
3638F: docs/system/multi-process.rst
3639F: hw/pci-host/remote.c
3640F: include/hw/pci-host/remote.h
3641F: hw/remote/machine.c
3642F: include/hw/remote/machine.h
3643F: hw/remote/mpqemu-link.c
3644F: include/hw/remote/mpqemu-link.h
3645F: hw/remote/message.c
3646F: hw/remote/remote-obj.c
3647F: include/hw/remote/memory.h
3648F: hw/remote/memory.c
3649F: hw/remote/proxy.c
3650F: include/hw/remote/proxy.h
3651F: hw/remote/proxy-memory-listener.c
3652F: include/hw/remote/proxy-memory-listener.h
3653F: hw/remote/iohub.c
3654F: include/hw/remote/iohub.h
3655F: subprojects/libvfio-user
3656F: hw/remote/vfio-user-obj.c
3657F: include/hw/remote/vfio-user-obj.h
3658F: hw/remote/iommu.c
3659F: include/hw/remote/iommu.h
3660
3661EBPF:
3662M: Jason Wang <jasowang@redhat.com>
3663R: Andrew Melnychenko <andrew@daynix.com>
3664R: Yuri Benditovich <yuri.benditovich@daynix.com>
3665S: Maintained
3666F: ebpf/*
3667F: tools/ebpf/*
3668
3669Build and test automation
3670-------------------------
3671Build and test automation, general continuous integration
3672M: Alex Bennée <alex.bennee@linaro.org>
3673M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3674M: Thomas Huth <thuth@redhat.com>
3675R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3676R: Beraldo Leal <bleal@redhat.com>
3677S: Maintained
3678F: .github/workflows/lockdown.yml
3679F: .gitlab-ci.yml
3680F: .gitlab-ci.d/
3681F: .travis.yml
3682F: scripts/ci/
3683F: tests/docker/
3684F: tests/vm/
3685F: tests/lcitool/
3686F: scripts/archive-source.sh
3687W: https://gitlab.com/qemu-project/qemu/pipelines
3688W: https://travis-ci.org/qemu/qemu
3689
3690FreeBSD Hosted Continuous Integration
3691M: Ed Maste <emaste@freebsd.org>
3692M: Li-Wen Hsu <lwhsu@freebsd.org>
3693S: Maintained
3694F: .gitlab-ci.d/cirrus/freebsd*
3695F: tests/vm/freebsd
3696W: https://cirrus-ci.com/github/qemu/qemu
3697
3698Windows Hosted Continuous Integration
3699M: Yonggang Luo <luoyonggang@gmail.com>
3700S: Maintained
3701F: .cirrus.yml
3702W: https://cirrus-ci.com/github/qemu/qemu
3703
3704Guest Test Compilation Support
3705M: Alex Bennée <alex.bennee@linaro.org>
3706R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3707S: Maintained
3708F: tests/tcg/Makefile
3709F: tests/tcg/Makefile.include
3710
3711Integration Testing with the Avocado framework
3712W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3713R: Cleber Rosa <crosa@redhat.com>
3714R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3715R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3716R: Beraldo Leal <bleal@redhat.com>
3717S: Odd Fixes
3718F: tests/avocado/
3719
3720GitLab custom runner (Works On Arm Sponsored)
3721M: Alex Bennée <alex.bennee@linaro.org>
3722M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3723S: Maintained
3724F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3725
3726Documentation
3727-------------
3728Build system architecture
3729M: Daniel P. Berrange <berrange@redhat.com>
3730S: Odd Fixes
3731F: docs/devel/build-system.rst
3732
3733GIT Data Mining Config
3734M: Alex Bennée <alex.bennee@linaro.org>
3735S: Odd Fixes
3736F: gitdm.config
3737F: contrib/gitdm/*
3738
3739Incompatible changes
3740R: libvir-list@redhat.com
3741F: docs/about/deprecated.rst
3742
3743Build System
3744------------
3745GIT submodules
3746M: Daniel P. Berrange <berrange@redhat.com>
3747S: Odd Fixes
3748F: scripts/git-submodule.sh
3749
3750UI translations
3751S: Orphan
3752F: po/*.po
3753
3754Sphinx documentation configuration and build machinery
3755M: Peter Maydell <peter.maydell@linaro.org>
3756S: Maintained
3757F: docs/conf.py
3758F: docs/*/conf.py
3759F: docs/sphinx/
3760F: docs/_templates/
3761
3762Miscellaneous
3763-------------
3764Performance Tools and Tests
3765M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3766S: Maintained
3767F: scripts/performance/
3768