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