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