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