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