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