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