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