xref: /openbmc/qemu/MAINTAINERS (revision 60a07d4a6e65f51916a417adb5e56b3f7b38ed22)
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/sysemu/cpus.h
174F: include/sysemu/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/sysemu/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/sysemu/
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/sysemu/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/sysemu/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/sysemu/hvf.h
523F: include/sysemu/hvf_int.h
524
525WHPX CPUs
526M: Sunil Muthuswamy <sunilmut@microsoft.com>
527S: Supported
528F: target/i386/whpx/
529F: include/sysemu/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/sysemu/xen.h
556F: include/sysemu/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/sysemu/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/sysemu/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-sysemu.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/sysemu/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/sysemu/iommufd.h
2201F: backends/host_iommu_device.c
2202F: include/sysemu/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/sysemu/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/sysemu/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/sysemu/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/virtio/virtio-md-pci.c
2388F: include/hw/virtio/virtio-md-pci.h
2389F: stubs/virtio-md-pci.c
2390
2391virtio-mem
2392M: David Hildenbrand <david@redhat.com>
2393S: Supported
2394W: https://virtio-mem.gitlab.io/
2395F: hw/virtio/virtio-mem.c
2396F: hw/virtio/virtio-mem-pci.h
2397F: hw/virtio/virtio-mem-pci.c
2398F: include/hw/virtio/virtio-mem.h
2399
2400virtio-snd
2401M: Gerd Hoffmann <kraxel@redhat.com>
2402R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
2403S: Supported
2404F: hw/audio/virtio-snd.c
2405F: hw/audio/virtio-snd-pci.c
2406F: include/hw/audio/virtio-snd.h
2407F: docs/system/devices/virtio-snd.rst
2408
2409nvme
2410M: Keith Busch <kbusch@kernel.org>
2411M: Klaus Jensen <its@irrelevant.dk>
2412R: Jesper Devantier <foss@defmacro.it>
2413L: qemu-block@nongnu.org
2414S: Supported
2415F: hw/nvme/*
2416F: include/block/nvme.h
2417F: tests/qtest/nvme-test.c
2418F: docs/system/devices/nvme.rst
2419T: git git://git.infradead.org/qemu-nvme.git nvme-next
2420
2421ufs
2422M: Jeuk Kim <jeuk20.kim@samsung.com>
2423S: Supported
2424F: hw/ufs/*
2425F: include/block/ufs.h
2426F: tests/qtest/ufs-test.c
2427
2428megasas
2429M: Hannes Reinecke <hare@suse.com>
2430L: qemu-block@nongnu.org
2431S: Supported
2432F: hw/scsi/megasas.c
2433F: hw/scsi/mfi.h
2434F: tests/qtest/megasas-test.c
2435F: tests/qtest/fuzz-megasas-test.c
2436
2437Network packet abstractions
2438M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2439R: Akihiko Odaki <akihiko.odaki@daynix.com>
2440S: Maintained
2441F: include/net/eth.h
2442F: net/eth.c
2443F: hw/net/net_rx_pkt*
2444F: hw/net/net_tx_pkt*
2445
2446Vmware
2447M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2448S: Maintained
2449F: docs/specs/vmw_pvscsi-spec.txt
2450F: hw/display/vmware_vga.c
2451F: hw/net/vmxnet*
2452F: hw/scsi/vmw_pvscsi*
2453F: pc-bios/efi-vmxnet3.rom
2454F: pc-bios/vgabios-vmware.bin
2455F: roms/config.vga-vmware
2456F: tests/qtest/vmxnet3-test.c
2457F: docs/specs/vwm_pvscsi-spec.rst
2458
2459Rocker
2460M: Jiri Pirko <jiri@resnulli.us>
2461S: Maintained
2462F: hw/net/rocker/
2463F: qapi/rocker.json
2464F: tests/rocker/
2465F: docs/specs/rocker.rst
2466
2467e1000x
2468M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2469R: Akihiko Odaki <akihiko.odaki@daynix.com>
2470S: Maintained
2471F: hw/net/e1000x*
2472
2473e1000e
2474M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2475R: Akihiko Odaki <akihiko.odaki@daynix.com>
2476S: Maintained
2477F: hw/net/e1000e*
2478F: tests/qtest/fuzz-e1000e-test.c
2479F: tests/qtest/e1000e-test.c
2480F: tests/qtest/libqos/e1000e.*
2481
2482igb
2483M: Akihiko Odaki <akihiko.odaki@daynix.com>
2484R: Sriram Yagnaraman <sriram.yagnaraman@ericsson.com>
2485S: Maintained
2486F: docs/system/devices/igb.rst
2487F: hw/net/igb*
2488F: tests/functional/test_netdev_ethtool.py
2489F: tests/qtest/igb-test.c
2490F: tests/qtest/libqos/igb.c
2491
2492eepro100
2493M: Stefan Weil <sw@weilnetz.de>
2494S: Maintained
2495F: hw/net/eepro100.c
2496
2497tulip
2498M: Sven Schnelle <svens@stackframe.org>
2499S: Maintained
2500F: hw/net/tulip.c
2501F: hw/net/tulip.h
2502
2503pca954x
2504M: Patrick Leis <venture@google.com>
2505S: Maintained
2506F: hw/i2c/i2c_mux_pca954x.c
2507F: include/hw/i2c/i2c_mux_pca954x.h
2508
2509pcf8574
2510M: Dmitrii Sharikhin <d.sharikhin@yadro.com>
2511S: Maintained
2512F: hw/gpio/pcf8574.c
2513F: include/gpio/pcf8574.h
2514
2515Generic Loader
2516M: Alistair Francis <alistair@alistair23.me>
2517S: Maintained
2518F: hw/core/generic-loader.c
2519F: hw/core/uboot_image.h
2520F: include/hw/core/generic-loader.h
2521F: docs/system/generic-loader.rst
2522
2523Guest Loader
2524M: Alex Bennée <alex.bennee@linaro.org>
2525S: Maintained
2526F: hw/core/guest-loader.c
2527F: docs/system/guest-loader.rst
2528F: tests/avocado/boot_xen.py
2529
2530Intel Hexadecimal Object File Loader
2531M: Su Hang <suhang16@mails.ucas.ac.cn>
2532S: Maintained
2533F: tests/qtest/hexloader-test.c
2534F: tests/data/hex-loader/test.hex
2535
2536CHRP NVRAM
2537M: Thomas Huth <thuth@redhat.com>
2538S: Maintained
2539F: hw/nvram/chrp_nvram.c
2540F: include/hw/nvram/chrp_nvram.h
2541F: tests/qtest/prom-env-test.c
2542
2543VM Generation ID
2544S: Orphan
2545R: Ani Sinha <ani@anisinha.ca>
2546F: hw/acpi/vmgenid.c
2547F: include/hw/acpi/vmgenid.h
2548F: docs/specs/vmgenid.rst
2549F: tests/qtest/vmgenid-test.c
2550
2551LED
2552M: Philippe Mathieu-Daudé <philmd@linaro.org>
2553S: Maintained
2554F: include/hw/misc/led.h
2555F: hw/misc/led.c
2556
2557Unimplemented device
2558M: Peter Maydell <peter.maydell@linaro.org>
2559R: Philippe Mathieu-Daudé <philmd@linaro.org>
2560R: Ani Sinha <ani@anisinha.ca>
2561S: Maintained
2562F: include/hw/misc/unimp.h
2563F: hw/misc/unimp.c
2564
2565Empty slot
2566M: Artyom Tarasenko <atar4qemu@gmail.com>
2567R: Philippe Mathieu-Daudé <philmd@linaro.org>
2568R: Ani Sinha <ani@anisinha.ca>
2569S: Maintained
2570F: include/hw/misc/empty_slot.h
2571F: hw/misc/empty_slot.c
2572
2573Standard VGA
2574M: Gerd Hoffmann <kraxel@redhat.com>
2575S: Maintained
2576F: hw/display/vga*
2577F: hw/display/bochs-display.c
2578F: include/hw/display/vga.h
2579F: include/hw/display/bochs-vbe.h
2580F: docs/specs/standard-vga.rst
2581
2582ramfb
2583M: Gerd Hoffmann <kraxel@redhat.com>
2584S: Maintained
2585F: hw/display/ramfb*.c
2586F: include/hw/display/ramfb.h
2587
2588virtio-gpu
2589S: Orphan
2590F: hw/display/virtio-gpu*
2591F: hw/display/virtio-vga.*
2592F: include/hw/virtio/virtio-gpu.h
2593F: docs/system/devices/virtio-gpu.rst
2594
2595vhost-user-blk
2596M: Raphael Norwitz <raphael@enfabrica.net>
2597S: Maintained
2598F: contrib/vhost-user-blk/
2599F: contrib/vhost-user-scsi/
2600F: hw/block/vhost-user-blk.c
2601F: hw/block/virtio-blk-common.c
2602F: hw/scsi/vhost-user-scsi.c
2603F: hw/virtio/vhost-user-blk-pci.c
2604F: hw/virtio/vhost-user-scsi-pci.c
2605F: include/hw/virtio/vhost-user-blk.h
2606F: include/hw/virtio/vhost-user-scsi.h
2607F: include/hw/virtio/virtio-blk-common.h
2608
2609vhost-user-gpu
2610M: Marc-André Lureau <marcandre.lureau@redhat.com>
2611S: Maintained
2612F: docs/interop/vhost-user-gpu.rst
2613F: contrib/vhost-user-gpu
2614F: hw/display/vhost-user-*
2615
2616Cirrus VGA
2617M: Gerd Hoffmann <kraxel@redhat.com>
2618S: Odd Fixes
2619W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2620F: hw/display/cirrus*
2621
2622EDID Generator
2623M: Gerd Hoffmann <kraxel@redhat.com>
2624S: Maintained
2625F: hw/display/edid*
2626F: include/hw/display/edid.h
2627F: qemu-edid.c
2628
2629PIIX4 South Bridge (i82371AB)
2630M: Hervé Poussineau <hpoussin@reactos.org>
2631M: Philippe Mathieu-Daudé <philmd@linaro.org>
2632S: Maintained
2633F: hw/isa/piix.c
2634F: include/hw/southbridge/piix.h
2635
2636VIA South Bridges (VT82C686B, VT8231)
2637M: BALATON Zoltan <balaton@eik.bme.hu>
2638M: Philippe Mathieu-Daudé <philmd@linaro.org>
2639R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2640S: Maintained
2641F: hw/isa/vt82c686.c
2642F: hw/usb/vt82c686-uhci-pci.c
2643F: include/hw/isa/vt82c686.h
2644
2645Firmware configuration (fw_cfg)
2646M: Philippe Mathieu-Daudé <philmd@linaro.org>
2647R: Gerd Hoffmann <kraxel@redhat.com>
2648S: Supported
2649F: docs/specs/fw_cfg.txt
2650F: hw/nvram/fw_cfg*.c
2651F: stubs/fw_cfg.c
2652F: include/hw/nvram/fw_cfg.h
2653F: include/standard-headers/linux/qemu_fw_cfg.h
2654F: tests/qtest/libqos/fw_cfg.c
2655F: tests/qtest/fw_cfg-test.c
2656T: git https://github.com/philmd/qemu.git fw_cfg-next
2657
2658XIVE
2659R: Frédéric Barrat <fbarrat@linux.ibm.com>
2660L: qemu-ppc@nongnu.org
2661S: Odd Fixes
2662F: hw/*/*xive*
2663F: include/hw/*/*xive*
2664F: tests/qtest/*xive*
2665F: docs/*/*xive*
2666
2667Renesas peripherals
2668R: Yoshinori Sato <ysato@users.sourceforge.jp>
2669R: Magnus Damm <magnus.damm@gmail.com>
2670S: Odd Fixes
2671F: hw/char/renesas_sci.c
2672F: hw/char/sh_serial.c
2673F: hw/timer/renesas_*.c
2674F: hw/timer/sh_timer.c
2675F: include/hw/char/renesas_sci.h
2676F: include/hw/sh4/sh.h
2677F: include/hw/timer/renesas_*.h
2678
2679Renesas RX peripherals
2680R: Yoshinori Sato <ysato@users.sourceforge.jp>
2681S: Orphan
2682F: hw/intc/rx_icu.c
2683F: hw/rx/
2684F: include/hw/intc/rx_icu.h
2685F: include/hw/rx/
2686
2687CAN bus subsystem and hardware
2688M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2689M: Francisco Iglesias <francisco.iglesias@amd.com>
2690M: Vikram Garhwal <vikram.garhwal@bytedance.com>
2691S: Maintained
2692W: https://canbus.pages.fel.cvut.cz/
2693F: net/can/*
2694F: hw/net/can/*
2695F: include/net/can_*.h
2696F: docs/system/devices/can.rst
2697
2698OpenPIC interrupt controller
2699M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2700S: Odd Fixes
2701F: hw/intc/openpic.c
2702F: include/hw/ppc/openpic.h
2703
2704MIPS CPS
2705M: Philippe Mathieu-Daudé <philmd@linaro.org>
2706S: Odd Fixes
2707F: hw/misc/mips_*
2708F: include/hw/misc/mips_*
2709
2710MIPS GIC
2711M: Philippe Mathieu-Daudé <philmd@linaro.org>
2712S: Odd Fixes
2713F: hw/intc/mips_gic.c
2714F: hw/timer/mips_gictimer.c
2715F: include/hw/intc/mips_gic.h
2716F: include/hw/timer/mips_gictimer.h
2717
2718S390 3270 device
2719M: Halil Pasic <pasic@linux.ibm.com>
2720M: Christian Borntraeger <borntraeger@linux.ibm.com>
2721S: Odd fixes
2722F: include/hw/s390x/3270-ccw.h
2723F: hw/char/terminal3270.c
2724F: hw/s390x/3270-ccw.c
2725L: qemu-s390x@nongnu.org
2726
2727S390 diag 288 watchdog
2728M: Halil Pasic <pasic@linux.ibm.com>
2729M: Christian Borntraeger <borntraeger@linux.ibm.com>
2730S: Supported
2731F: hw/watchdog/wdt_diag288.c
2732F: include/hw/watchdog/wdt_diag288.h
2733L: qemu-s390x@nongnu.org
2734
2735S390 storage key device
2736M: Halil Pasic <pasic@linux.ibm.com>
2737M: Christian Borntraeger <borntraeger@linux.ibm.com>
2738S: Supported
2739F: hw/s390x/storage-keys.h
2740F: hw/s390x/s390-skeys*.c
2741L: qemu-s390x@nongnu.org
2742
2743S390 storage attribute device
2744M: Halil Pasic <pasic@linux.ibm.com>
2745M: Christian Borntraeger <borntraeger@linux.ibm.com>
2746S: Supported
2747F: hw/s390x/storage-attributes.h
2748F: hw/s390x/s390-stattrib*.c
2749L: qemu-s390x@nongnu.org
2750
2751S390 floating interrupt controller
2752M: Halil Pasic <pasic@linux.ibm.com>
2753M: Christian Borntraeger <borntraeger@linux.ibm.com>
2754M: David Hildenbrand <david@redhat.com>
2755S: Supported
2756F: hw/intc/s390_flic*.c
2757F: include/hw/s390x/s390_flic.h
2758L: qemu-s390x@nongnu.org
2759
2760CanoKey
2761M: Hongren (Zenithal) Zheng <i@zenithal.me>
2762S: Maintained
2763R: Canokeys.org <contact@canokeys.org>
2764F: hw/usb/canokey.c
2765F: hw/usb/canokey.h
2766F: docs/system/devices/canokey.rst
2767
2768Hyper-V Dynamic Memory Protocol
2769M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
2770S: Supported
2771F: hw/hyperv/hv-balloon*.c
2772F: hw/hyperv/hv-balloon*.h
2773F: include/hw/hyperv/dynmem-proto.h
2774F: include/hw/hyperv/hv-balloon.h
2775
2776Subsystems
2777----------
2778Overall Audio backends
2779M: Gerd Hoffmann <kraxel@redhat.com>
2780M: Marc-André Lureau <marcandre.lureau@redhat.com>
2781S: Odd Fixes
2782F: audio/
2783X: audio/alsaaudio.c
2784X: audio/coreaudio.c
2785X: audio/dsound*
2786X: audio/jackaudio.c
2787X: audio/ossaudio.c
2788X: audio/paaudio.c
2789X: audio/sdlaudio.c
2790X: audio/sndioaudio.c
2791X: audio/spiceaudio.c
2792F: qapi/audio.json
2793
2794ALSA Audio backend
2795M: Gerd Hoffmann <kraxel@redhat.com>
2796R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2797S: Odd Fixes
2798F: audio/alsaaudio.c
2799
2800Core Audio framework backend
2801M: Gerd Hoffmann <kraxel@redhat.com>
2802M: Philippe Mathieu-Daudé <philmd@linaro.org>
2803R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2804R: Akihiko Odaki <akihiko.odaki@daynix.com>
2805S: Odd Fixes
2806F: audio/coreaudio.c
2807
2808DSound Audio backend
2809M: Gerd Hoffmann <kraxel@redhat.com>
2810S: Odd Fixes
2811F: audio/dsound*
2812
2813JACK Audio Connection Kit backend
2814M: Gerd Hoffmann <kraxel@redhat.com>
2815R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2816S: Odd Fixes
2817F: audio/jackaudio.c
2818
2819Open Sound System (OSS) Audio backend
2820M: Gerd Hoffmann <kraxel@redhat.com>
2821S: Odd Fixes
2822F: audio/ossaudio.c
2823
2824PulseAudio backend
2825M: Gerd Hoffmann <kraxel@redhat.com>
2826S: Odd Fixes
2827F: audio/paaudio.c
2828
2829SDL Audio backend
2830M: Gerd Hoffmann <kraxel@redhat.com>
2831R: Thomas Huth <huth@tuxfamily.org>
2832S: Odd Fixes
2833F: audio/sdlaudio.c
2834
2835Sndio Audio backend
2836M: Gerd Hoffmann <kraxel@redhat.com>
2837R: Alexandre Ratchov <alex@caoua.org>
2838S: Odd Fixes
2839F: audio/sndioaudio.c
2840
2841Block layer core
2842M: Kevin Wolf <kwolf@redhat.com>
2843M: Hanna Reitz <hreitz@redhat.com>
2844L: qemu-block@nongnu.org
2845S: Supported
2846F: block*
2847F: block/
2848F: hw/block/
2849F: qapi/block*.json
2850F: qapi/transaction.json
2851F: include/block/
2852F: include/sysemu/block-*.h
2853F: qemu-img*
2854F: docs/tools/qemu-img.rst
2855F: qemu-io*
2856F: tests/qemu-iotests/
2857F: util/qemu-progress.c
2858F: qobject/block-qdict.c
2859F: tests/unit/check-block-qdict.c
2860T: git https://repo.or.cz/qemu/kevin.git block
2861
2862Storage daemon
2863M: Kevin Wolf <kwolf@redhat.com>
2864L: qemu-block@nongnu.org
2865S: Supported
2866F: storage-daemon/
2867F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2868F: docs/tools/qemu-storage-daemon.rst
2869T: git https://repo.or.cz/qemu/kevin.git block
2870
2871Block I/O path
2872M: Stefan Hajnoczi <stefanha@redhat.com>
2873M: Fam Zheng <fam@euphon.net>
2874L: qemu-block@nongnu.org
2875S: Supported
2876F: util/async.c
2877F: util/aio-*.c
2878F: util/aio-*.h
2879F: util/defer-call.c
2880F: util/fdmon-*.c
2881F: block/io.c
2882F: include/block/aio.h
2883F: include/block/aio-wait.h
2884F: include/qemu/defer-call.h
2885F: scripts/qemugdb/aio.py
2886F: tests/unit/test-fdmon-epoll.c
2887T: git https://github.com/stefanha/qemu.git block
2888
2889Block SCSI subsystem
2890M: Paolo Bonzini <pbonzini@redhat.com>
2891R: Fam Zheng <fam@euphon.net>
2892L: qemu-block@nongnu.org
2893S: Supported
2894F: include/scsi/*
2895F: scsi/*
2896
2897Block Jobs
2898M: John Snow <jsnow@redhat.com>
2899M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2900L: qemu-block@nongnu.org
2901S: Supported
2902F: blockjob.c
2903F: include/block/blockjob.h
2904F: job.c
2905F: job-qmp.c
2906F: include/qemu/job.h
2907F: block/backup.c
2908F: block/commit.c
2909F: block/stream.c
2910F: block/mirror.c
2911F: qapi/job.json
2912F: block/block-copy.c
2913F: include/block/block-copy.h
2914F: block/reqlist.c
2915F: include/block/reqlist.h
2916F: block/copy-before-write.h
2917F: block/copy-before-write.c
2918F: block/snapshot-access.c
2919F: include/block/aio_task.h
2920F: block/aio_task.c
2921F: util/qemu-co-shared-resource.c
2922F: include/qemu/co-shared-resource.h
2923T: git https://gitlab.com/jsnow/qemu.git jobs
2924T: git https://gitlab.com/vsementsov/qemu.git block
2925
2926Compute Express Link
2927M: Jonathan Cameron <jonathan.cameron@huawei.com>
2928R: Fan Ni <fan.ni@samsung.com>
2929S: Supported
2930F: hw/cxl/
2931F: hw/mem/cxl_type3.c
2932F: include/hw/cxl/
2933F: qapi/cxl.json
2934
2935Dirty Bitmaps
2936M: Eric Blake <eblake@redhat.com>
2937M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2938R: John Snow <jsnow@redhat.com>
2939L: qemu-block@nongnu.org
2940S: Supported
2941F: include/qemu/hbitmap.h
2942F: include/block/dirty-bitmap.h
2943F: block/monitor/bitmap-qmp-cmds.c
2944F: block/dirty-bitmap.c
2945F: block/qcow2-bitmap.c
2946F: migration/block-dirty-bitmap.c
2947F: util/hbitmap.c
2948F: tests/unit/test-hbitmap.c
2949F: docs/interop/bitmaps.rst
2950T: git https://repo.or.cz/qemu/ericb.git bitmaps
2951T: git https://gitlab.com/vsementsov/qemu.git block
2952
2953Character device backends
2954M: Marc-André Lureau <marcandre.lureau@redhat.com>
2955R: Paolo Bonzini <pbonzini@redhat.com>
2956S: Maintained
2957F: chardev/
2958F: include/chardev/
2959F: qapi/char.json
2960
2961Character Devices (Braille)
2962M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2963S: Maintained
2964F: chardev/baum.c
2965
2966Command line option argument parsing
2967M: Markus Armbruster <armbru@redhat.com>
2968S: Supported
2969F: include/qemu/option.h
2970F: tests/unit/test-keyval.c
2971F: tests/unit/test-qemu-opts.c
2972F: tests/functional/test_version.py
2973F: util/keyval.c
2974F: util/qemu-option.c
2975
2976Coverity model
2977M: Markus Armbruster <armbru@redhat.com>
2978S: Supported
2979F: scripts/coverity-model.c
2980
2981Coverity Scan integration
2982M: Peter Maydell <peter.maydell@linaro.org>
2983S: Maintained
2984F: scripts/coverity-scan/
2985
2986Device Tree
2987M: Alistair Francis <alistair.francis@wdc.com>
2988R: David Gibson <david@gibson.dropbear.id.au>
2989S: Maintained
2990F: system/device_tree.c
2991F: include/sysemu/device_tree.h
2992
2993Dump
2994S: Supported
2995M: Marc-André Lureau <marcandre.lureau@redhat.com>
2996F: dump/
2997F: hw/misc/vmcoreinfo.c
2998F: include/hw/misc/vmcoreinfo.h
2999F: include/qemu/win_dump_defs
3000F: include/sysemu/dump-arch.h
3001F: include/sysemu/dump.h
3002F: qapi/dump.json
3003F: scripts/dump-guest-memory.py
3004F: stubs/dump.c
3005F: docs/specs/vmcoreinfo.rst
3006
3007Error reporting
3008M: Markus Armbruster <armbru@redhat.com>
3009S: Supported
3010F: include/qapi/error.h
3011F: include/qemu/error-report.h
3012F: qapi/error.json
3013F: util/error.c
3014F: util/error-report.c
3015F: scripts/coccinelle/err-bad-newline.cocci
3016F: scripts/coccinelle/error-use-after-free.cocci
3017F: scripts/coccinelle/error_propagate_null.cocci
3018F: scripts/coccinelle/remove_local_err.cocci
3019F: scripts/coccinelle/use-error_fatal.cocci
3020F: scripts/coccinelle/errp-guard.cocci
3021
3022GDB stub
3023M: Alex Bennée <alex.bennee@linaro.org>
3024R: Philippe Mathieu-Daudé <philmd@linaro.org>
3025S: Maintained
3026F: docs/system/gdb.rst
3027F: gdbstub/*
3028F: include/exec/gdbstub.h
3029F: include/gdbstub/*
3030F: gdb-xml/
3031F: tests/tcg/multiarch/gdbstub/*
3032F: scripts/feature_to_c.py
3033F: scripts/probe-gdb-support.py
3034T: git https://gitlab.com/stsquad/qemu gdbstub/next
3035
3036Memory API
3037M: Paolo Bonzini <pbonzini@redhat.com>
3038M: Peter Xu <peterx@redhat.com>
3039M: David Hildenbrand <david@redhat.com>
3040R: Philippe Mathieu-Daudé <philmd@linaro.org>
3041S: Supported
3042F: include/exec/ioport.h
3043F: include/exec/memop.h
3044F: include/exec/memory.h
3045F: include/exec/ram_addr.h
3046F: include/exec/ramblock.h
3047F: include/sysemu/memory_mapping.h
3048F: system/dma-helpers.c
3049F: system/ioport.c
3050F: system/memory.c
3051F: system/memory_mapping.c
3052F: system/physmem.c
3053F: include/exec/memory-internal.h
3054F: scripts/coccinelle/memory-region-housekeeping.cocci
3055
3056Memory devices
3057M: David Hildenbrand <david@redhat.com>
3058M: Igor Mammedov <imammedo@redhat.com>
3059R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
3060S: Supported
3061F: hw/mem/memory-device.c
3062F: hw/mem/nvdimm.c
3063F: hw/mem/pc-dimm.c
3064F: include/hw/mem/memory-device.h
3065F: include/hw/mem/nvdimm.h
3066F: include/hw/mem/pc-dimm.h
3067F: stubs/memory_device.c
3068F: docs/nvdimm.txt
3069
3070SPICE
3071S: Orphan
3072F: include/ui/qemu-spice.h
3073F: include/ui/spice-display.h
3074F: ui/spice-*.c
3075F: audio/spiceaudio.c
3076F: hw/display/qxl*
3077F: qapi/ui.json
3078F: docs/spice-port-fqdn.txt
3079
3080Graphics
3081M: Marc-André Lureau <marcandre.lureau@redhat.com>
3082S: Odd Fixes
3083F: ui/
3084F: include/ui/
3085F: qapi/ui.json
3086F: util/drm.c
3087F: docs/devel/ui.rst
3088
3089Cocoa graphics
3090M: Peter Maydell <peter.maydell@linaro.org>
3091M: Philippe Mathieu-Daudé <philmd@linaro.org>
3092R: Akihiko Odaki <akihiko.odaki@daynix.com>
3093S: Odd Fixes
3094F: ui/cocoa.m
3095
3096Main loop
3097M: Paolo Bonzini <pbonzini@redhat.com>
3098S: Maintained
3099F: include/qemu/main-loop.h
3100F: include/sysemu/runstate.h
3101F: include/sysemu/runstate-action.h
3102F: util/main-loop.c
3103F: util/qemu-timer*.c
3104F: system/vl.c
3105F: system/main.c
3106F: system/cpus.c
3107F: system/cpu-throttle.c
3108F: system/cpu-timers.c
3109F: system/runstate*
3110F: qapi/run-state.json
3111
3112Read, Copy, Update (RCU)
3113M: Paolo Bonzini <pbonzini@redhat.com>
3114S: Maintained
3115F: docs/devel/lockcnt.rst
3116F: docs/devel/rcu.rst
3117F: include/qemu/rcu*.h
3118F: include/qemu/lockcnt.h
3119F: tests/unit/rcutorture.c
3120F: tests/unit/test-rcu-*.c
3121F: util/lockcnt.c
3122F: util/rcu.c
3123
3124Human Monitor (HMP)
3125M: Dr. David Alan Gilbert <dave@treblig.org>
3126S: Maintained
3127F: monitor/monitor-internal.h
3128F: monitor/misc.c
3129F: monitor/monitor.c
3130F: monitor/hmp*
3131F: hmp.h
3132F: hmp-commands*.hx
3133F: include/monitor/hmp-target.h
3134F: tests/qtest/test-hmp.c
3135F: include/qemu/qemu-print.h
3136F: util/qemu-print.c
3137
3138Network device backends
3139M: Jason Wang <jasowang@redhat.com>
3140S: Maintained
3141F: net/
3142F: include/net/
3143F: qemu-bridge-helper.c
3144T: git https://github.com/jasowang/qemu.git net
3145F: qapi/net.json
3146
3147Netmap network backend
3148M: Luigi Rizzo <rizzo@iet.unipi.it>
3149M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
3150M: Vincenzo Maffione <v.maffione@gmail.com>
3151W: http://info.iet.unipi.it/~luigi/netmap/
3152S: Maintained
3153F: net/netmap.c
3154
3155AF_XDP network backend
3156R: Ilya Maximets <i.maximets@ovn.org>
3157F: net/af-xdp.c
3158
3159Host Memory Backends
3160M: David Hildenbrand <david@redhat.com>
3161M: Igor Mammedov <imammedo@redhat.com>
3162S: Maintained
3163F: backends/hostmem*.c
3164F: include/sysemu/hostmem.h
3165F: docs/system/vm-templating.rst
3166T: git https://gitlab.com/ehabkost/qemu.git machine-next
3167
3168Cryptodev Backends
3169M: Gonglei <arei.gonglei@huawei.com>
3170M: zhenwei pi <pizhenwei@bytedance.com>
3171S: Maintained
3172F: include/sysemu/cryptodev*.h
3173F: backends/cryptodev*.c
3174F: qapi/cryptodev.json
3175
3176Python library
3177M: John Snow <jsnow@redhat.com>
3178M: Cleber Rosa <crosa@redhat.com>
3179S: Maintained
3180F: python/
3181T: git https://gitlab.com/jsnow/qemu.git python
3182
3183Python scripts
3184M: John Snow <jsnow@redhat.com>
3185M: Cleber Rosa <crosa@redhat.com>
3186S: Odd Fixes
3187F: scripts/*.py
3188F: tests/*.py
3189
3190Benchmark util
3191M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3192S: Maintained
3193F: scripts/simplebench/
3194T: git https://gitlab.com/vsementsov/qemu.git simplebench
3195
3196Transactions helper
3197M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3198S: Maintained
3199F: include/qemu/transactions.h
3200F: util/transactions.c
3201T: git https://gitlab.com/vsementsov/qemu.git block
3202
3203QAPI
3204M: Markus Armbruster <armbru@redhat.com>
3205M: Michael Roth <michael.roth@amd.com>
3206S: Supported
3207F: qapi/
3208X: qapi/*.json
3209F: include/qapi/
3210X: include/qapi/qmp/
3211F: include/qapi/qmp/dispatch.h
3212F: tests/qapi-schema/
3213F: tests/unit/test-*-visitor.c
3214F: tests/unit/test-qapi-*.c
3215F: tests/unit/test-qmp-*.c
3216F: tests/unit/test-visitor-serialization.c
3217F: scripts/qapi-gen.py
3218F: scripts/qapi/*
3219F: docs/sphinx/qapidoc.py
3220F: docs/devel/qapi*
3221T: git https://repo.or.cz/qemu/armbru.git qapi-next
3222
3223QAPI Schema
3224M: Eric Blake <eblake@redhat.com>
3225M: Markus Armbruster <armbru@redhat.com>
3226S: Supported
3227F: qapi/*.json
3228F: qga/qapi-schema.json
3229T: git https://repo.or.cz/qemu/armbru.git qapi-next
3230
3231QObject
3232M: Markus Armbruster <armbru@redhat.com>
3233S: Supported
3234F: qobject/
3235F: include/qapi/qmp/
3236X: include/qapi/qmp/dispatch.h
3237F: scripts/coccinelle/qobject.cocci
3238F: tests/unit/check-qdict.c
3239F: tests/unit/check-qjson.c
3240F: tests/unit/check-qlist.c
3241F: tests/unit/check-qlit.c
3242F: tests/unit/check-qnull.c
3243F: tests/unit/check-qnum.c
3244F: tests/unit/check-qobject.c
3245F: tests/unit/check-qstring.c
3246F: tests/data/qobject/qdict.txt
3247T: git https://repo.or.cz/qemu/armbru.git qapi-next
3248
3249QEMU Guest Agent
3250M: Michael Roth <michael.roth@amd.com>
3251M: Konstantin Kostiuk <kkostiuk@redhat.com>
3252S: Maintained
3253F: qga/
3254F: contrib/systemd/qemu-guest-agent.service
3255F: docs/interop/qemu-ga.rst
3256F: docs/interop/qemu-ga-ref.rst
3257F: scripts/qemu-guest-agent/
3258F: tests/*/test-qga*
3259T: git https://github.com/mdroth/qemu.git qga
3260
3261QEMU Guest Agent Win32
3262M: Konstantin Kostiuk <kkostiuk@redhat.com>
3263S: Maintained
3264F: qga/*win32*
3265F: qga/vss-win32/
3266F: qga/installer/
3267T: git https://github.com/kostyanf14/qemu.git qga-win32
3268
3269QOM
3270M: Paolo Bonzini <pbonzini@redhat.com>
3271R: Daniel P. Berrange <berrange@redhat.com>
3272R: Eduardo Habkost <eduardo@habkost.net>
3273S: Supported
3274F: docs/devel/qom.rst
3275F: docs/qdev-device-use.txt
3276F: hw/core/qdev*
3277F: hw/core/bus.c
3278F: hw/core/sysbus.c
3279F: include/hw/qdev*
3280F: include/monitor/qdev.h
3281F: include/qom/
3282F: qapi/qom.json
3283F: qapi/qdev.json
3284F: scripts/coccinelle/qom-parent-type.cocci
3285F: scripts/qom-cast-macro-clean-cocci-gen.py
3286F: system/qdev-monitor.c
3287F: stubs/qdev.c
3288F: qom/
3289F: tests/unit/check-qom-interface.c
3290F: tests/unit/check-qom-proplist.c
3291F: tests/unit/test-qdev-global-props.c
3292
3293QOM boilerplate conversion script
3294M: Eduardo Habkost <eduardo@habkost.net>
3295S: Maintained
3296F: scripts/codeconverter/
3297
3298QMP
3299M: Markus Armbruster <armbru@redhat.com>
3300S: Supported
3301F: monitor/monitor-internal.h
3302F: monitor/qmp*
3303F: monitor/misc.c
3304F: monitor/monitor.c
3305F: qapi/control.json
3306F: qapi/error.json
3307F: qapi/introspect.json
3308F: docs/devel/*qmp-*
3309F: docs/interop/*qmp-*
3310F: scripts/qmp/
3311F: tests/qtest/qmp-test.c
3312F: tests/qtest/qmp-cmd-test.c
3313T: git https://repo.or.cz/qemu/armbru.git qapi-next
3314
3315qtest
3316M: Fabiano Rosas <farosas@suse.de>
3317M: Laurent Vivier <lvivier@redhat.com>
3318R: Paolo Bonzini <pbonzini@redhat.com>
3319S: Maintained
3320F: system/qtest.c
3321F: include/sysemu/qtest.h
3322F: accel/qtest/
3323F: tests/qtest/
3324F: docs/devel/qgraph.rst
3325F: docs/devel/qtest.rst
3326X: tests/qtest/bios-tables-test*
3327X: tests/qtest/migration-*
3328
3329Device Fuzzing
3330M: Alexander Bulekov <alxndr@bu.edu>
3331R: Paolo Bonzini <pbonzini@redhat.com>
3332R: Bandan Das <bsd@redhat.com>
3333R: Stefan Hajnoczi <stefanha@redhat.com>
3334R: Fabiano Rosas <farosas@suse.de>
3335R: Darren Kenny <darren.kenny@oracle.com>
3336R: Qiuhao Li <Qiuhao.Li@outlook.com>
3337S: Maintained
3338F: tests/qtest/fuzz/
3339F: tests/qtest/fuzz-*test.c
3340F: tests/docker/test-fuzz
3341F: scripts/oss-fuzz/
3342F: hw/mem/sparse-mem.c
3343F: docs/devel/fuzzing.rst
3344
3345Register API
3346M: Alistair Francis <alistair@alistair23.me>
3347S: Maintained
3348F: hw/core/register.c
3349F: include/hw/register.h
3350F: include/hw/registerfields.h
3351
3352Rust
3353M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
3354S: Maintained
3355F: rust/qemu-api
3356F: rust/qemu-api-macros
3357F: rust/rustfmt.toml
3358
3359Rust-related patches CC here
3360L: qemu-rust@nongnu.org
3361F: rust/
3362
3363SLIRP
3364M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3365S: Maintained
3366F: net/slirp.c
3367F: include/net/slirp.h
3368T: git https://people.debian.org/~sthibault/qemu.git slirp
3369
3370Stats
3371S: Orphan
3372F: include/sysemu/stats.h
3373F: stats/
3374F: qapi/stats.json
3375
3376Streams
3377M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3378S: Maintained
3379F: hw/core/stream.c
3380F: include/hw/stream.h
3381
3382Stubs
3383M: Paolo Bonzini <pbonzini@redhat.com>
3384S: Maintained
3385F: stubs/
3386
3387Tracing
3388M: Stefan Hajnoczi <stefanha@redhat.com>
3389R: Mads Ynddal <mads@ynddal.dk>
3390S: Maintained
3391F: trace/
3392F: trace-events
3393F: docs/qemu-option-trace.rst.inc
3394F: qapi/trace.json
3395F: scripts/tracetool.py
3396F: scripts/tracetool/
3397F: scripts/qemu-trace-stap*
3398F: docs/tools/qemu-trace-stap.rst
3399F: docs/devel/tracing.rst
3400T: git https://github.com/stefanha/qemu.git tracing
3401
3402Simpletrace
3403M: Mads Ynddal <mads@ynddal.dk>
3404S: Maintained
3405F: scripts/simpletrace.py
3406
3407TPM
3408M: Stefan Berger <stefanb@linux.ibm.com>
3409S: Maintained
3410F: system/tpm*
3411F: hw/tpm/*
3412F: include/hw/acpi/tpm.h
3413F: include/sysemu/tpm*
3414F: qapi/tpm.json
3415F: backends/tpm/
3416F: tests/qtest/*tpm*
3417F: docs/specs/tpm.rst
3418T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3419
3420SPDM
3421M: Alistair Francis <alistair.francis@wdc.com>
3422S: Maintained
3423F: backends/spdm-socket.c
3424F: include/sysemu/spdm-socket.h
3425
3426Checkpatch
3427S: Odd Fixes
3428F: scripts/checkpatch.pl
3429
3430Migration
3431M: Peter Xu <peterx@redhat.com>
3432M: Fabiano Rosas <farosas@suse.de>
3433S: Maintained
3434F: hw/core/vmstate-if.c
3435F: include/hw/vmstate-if.h
3436F: include/migration/
3437F: include/qemu/userfaultfd.h
3438F: migration/
3439F: scripts/vmstate-static-checker.py
3440F: tests/vmstate-static-checker-data/
3441F: tests/qtest/migration/
3442F: tests/qtest/migration-*
3443F: docs/devel/migration/
3444F: qapi/migration.json
3445F: tests/migration-stress/
3446F: util/userfaultfd.c
3447X: migration/rdma*
3448
3449RDMA Migration
3450R: Li Zhijian <lizhijian@fujitsu.com>
3451R: Peter Xu <peterx@redhat.com>
3452S: Odd Fixes
3453F: migration/rdma*
3454
3455Migration dirty limit and dirty page rate
3456M: Hyman Huang <yong.huang@smartx.com>
3457S: Maintained
3458F: system/dirtylimit.c
3459F: include/sysemu/dirtylimit.h
3460F: migration/dirtyrate.c
3461F: migration/dirtyrate.h
3462F: include/sysemu/dirtyrate.h
3463F: docs/devel/migration/dirty-limit.rst
3464
3465Detached LUKS header
3466M: Hyman Huang <yong.huang@smartx.com>
3467S: Maintained
3468F: tests/qemu-iotests/tests/luks-detached-header
3469F: docs/devel/luks-detached-header.rst
3470
3471D-Bus
3472M: Marc-André Lureau <marcandre.lureau@redhat.com>
3473S: Maintained
3474F: backends/dbus-vmstate.c
3475F: ui/dbus*
3476F: audio/dbus*
3477F: util/dbus.c
3478F: include/ui/dbus*
3479F: include/qemu/dbus.h
3480F: docs/interop/dbus*
3481F: docs/sphinx/dbus*
3482F: docs/sphinx/fakedbusdoc.py
3483F: tests/qtest/dbus*
3484F: scripts/xml-preprocess*
3485
3486Seccomp
3487M: Daniel P. Berrange <berrange@redhat.com>
3488S: Odd Fixes
3489F: system/qemu-seccomp.c
3490F: include/sysemu/seccomp.h
3491F: tests/unit/test-seccomp.c
3492
3493Cryptography
3494M: Daniel P. Berrange <berrange@redhat.com>
3495S: Maintained
3496F: crypto/
3497F: include/crypto/
3498F: host/include/*/host/crypto/
3499F: qapi/crypto.json
3500F: tests/unit/test-crypto-*
3501F: tests/bench/benchmark-crypto-*
3502F: tests/unit/crypto-tls-*
3503F: tests/unit/pkix_asn1_tab.c.inc
3504F: qemu.sasl
3505
3506Coroutines
3507M: Stefan Hajnoczi <stefanha@redhat.com>
3508M: Kevin Wolf <kwolf@redhat.com>
3509S: Maintained
3510F: util/*coroutine*
3511F: include/qemu/coroutine*
3512F: tests/unit/test-coroutine.c
3513
3514Buffers
3515M: Daniel P. Berrange <berrange@redhat.com>
3516S: Odd Fixes
3517F: util/buffer.c
3518F: include/qemu/buffer.h
3519
3520I/O Channels
3521M: Daniel P. Berrange <berrange@redhat.com>
3522S: Maintained
3523F: io/
3524F: include/io/
3525F: tests/unit/test-io-*
3526
3527User authorization
3528M: Daniel P. Berrange <berrange@redhat.com>
3529S: Maintained
3530F: authz/
3531F: qapi/authz.json
3532F: include/authz/
3533F: tests/unit/test-authz-*
3534
3535Sockets
3536M: Daniel P. Berrange <berrange@redhat.com>
3537S: Maintained
3538F: include/qemu/sockets.h
3539F: util/qemu-sockets.c
3540F: qapi/sockets.json
3541
3542File monitor
3543M: Daniel P. Berrange <berrange@redhat.com>
3544S: Odd Fixes
3545F: util/filemonitor*.c
3546F: include/qemu/filemonitor.h
3547F: tests/unit/test-util-filemonitor.c
3548
3549Throttling infrastructure
3550M: Alberto Garcia <berto@igalia.com>
3551S: Supported
3552F: block/throttle-groups.c
3553F: include/block/throttle-groups.h
3554F: include/qemu/throttle*.h
3555F: util/throttle.c
3556F: docs/throttle.txt
3557F: tests/unit/test-throttle.c
3558L: qemu-block@nongnu.org
3559
3560UUID
3561M: Fam Zheng <fam@euphon.net>
3562S: Supported
3563F: util/uuid.c
3564F: include/qemu/uuid.h
3565F: tests/unit/test-uuid.c
3566
3567Yank feature
3568M: Lukas Straub <lukasstraub2@web.de>
3569S: Odd fixes
3570F: util/yank.c
3571F: migration/yank_functions*
3572F: tests/unit/test-yank.c
3573F: include/qemu/yank.h
3574F: qapi/yank.json
3575
3576COLO Framework
3577M: Hailiang Zhang <zhanghailiang@xfusion.com>
3578S: Maintained
3579F: migration/colo*
3580F: include/migration/colo.h
3581F: include/migration/failover.h
3582F: docs/COLO-FT.txt
3583
3584COLO Proxy
3585M: Zhang Chen <zhangckid@gmail.com>
3586M: Li Zhijian <lizhijian@fujitsu.com>
3587S: Supported
3588F: docs/colo-proxy.txt
3589F: net/colo*
3590F: net/filter-rewriter.c
3591F: net/filter-mirror.c
3592F: tests/qtest/test-filter*
3593
3594Record/replay
3595M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3596R: Paolo Bonzini <pbonzini@redhat.com>
3597W: https://wiki.qemu.org/Features/record-replay
3598S: Supported
3599F: replay/*
3600F: block/blkreplay.c
3601F: net/filter-replay.c
3602F: include/exec/replay-core.h
3603F: include/sysemu/replay.h
3604F: docs/devel/replay.rst
3605F: docs/system/replay.rst
3606F: stubs/replay.c
3607F: tests/avocado/replay_kernel.py
3608F: tests/avocado/replay_linux.py
3609F: tests/avocado/reverse_debugging.py
3610F: qapi/replay.json
3611
3612IOVA Tree
3613M: Peter Xu <peterx@redhat.com>
3614S: Maintained
3615F: include/qemu/iova-tree.h
3616F: util/iova-tree.c
3617
3618elf2dmp
3619M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3620R: Akihiko Odaki <akihiko.odaki@daynix.com>
3621S: Maintained
3622F: contrib/elf2dmp/
3623
3624Overall sensors
3625M: Philippe Mathieu-Daudé <philmd@linaro.org>
3626S: Odd Fixes
3627F: hw/sensor
3628F: include/hw/sensor
3629
3630I2C and SMBus
3631M: Corey Minyard <cminyard@mvista.com>
3632S: Maintained
3633F: hw/i2c/core.c
3634F: hw/i2c/smbus_slave.c
3635F: hw/i2c/smbus_master.c
3636F: hw/i2c/smbus_eeprom.c
3637F: include/hw/i2c/i2c.h
3638F: include/hw/i2c/smbus_master.h
3639F: include/hw/i2c/smbus_slave.h
3640F: include/hw/i2c/smbus_eeprom.h
3641
3642PMBus
3643M: Titus Rwantare <titusr@google.com>
3644S: Maintained
3645F: hw/i2c/pmbus_device.c
3646F: hw/sensor/adm1272.c
3647F: hw/sensor/isl_pmbus_vr.c
3648F: hw/sensor/max34451.c
3649F: include/hw/i2c/pmbus_device.h
3650F: include/hw/sensor/isl_pmbus_vr.h
3651F: tests/qtest/adm1272-test.c
3652F: tests/qtest/max34451-test.c
3653F: tests/qtest/isl_pmbus_vr-test.c
3654
3655FSI
3656M: Ninad Palsule <ninad@linux.ibm.com>
3657R: Cédric Le Goater <clg@kaod.org>
3658S: Maintained
3659F: hw/fsi/*
3660F: include/hw/fsi/*
3661F: docs/specs/fsi.rst
3662F: tests/qtest/aspeed_fsi-test.c
3663
3664Firmware schema specifications
3665M: Philippe Mathieu-Daudé <philmd@linaro.org>
3666R: Daniel P. Berrange <berrange@redhat.com>
3667R: Kashyap Chamarthy <kchamart@redhat.com>
3668S: Maintained
3669F: docs/interop/firmware.json
3670
3671EDK2 Firmware
3672M: Philippe Mathieu-Daudé <philmd@linaro.org>
3673M: Gerd Hoffmann <kraxel@redhat.com>
3674S: Supported
3675F: hw/i386/*ovmf*
3676F: pc-bios/descriptors/??-edk2-*.json
3677F: pc-bios/edk2-*
3678F: roms/Makefile.edk2
3679F: roms/edk2
3680F: roms/edk2-*
3681F: tests/data/uefi-boot-images/
3682F: tests/uefi-test-tools/
3683
3684VT-d Emulation
3685M: Michael S. Tsirkin <mst@redhat.com>
3686R: Jason Wang <jasowang@redhat.com>
3687R: Yi Liu <yi.l.liu@intel.com>
3688R: Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
3689S: Supported
3690F: hw/i386/intel_iommu.c
3691F: hw/i386/intel_iommu_internal.h
3692F: include/hw/i386/intel_iommu.h
3693F: tests/functional/test_intel_iommu.py
3694
3695AMD-Vi Emulation
3696S: Orphan
3697F: hw/i386/amd_iommu.?
3698
3699OpenSBI Firmware
3700M: Bin Meng <bmeng.cn@gmail.com>
3701S: Supported
3702F: pc-bios/opensbi-*
3703F: .gitlab-ci.d/opensbi.yml
3704F: .gitlab-ci.d/opensbi/
3705
3706Clock framework
3707M: Luc Michel <luc@lmichel.fr>
3708R: Damien Hedde <damien.hedde@dahe.fr>
3709S: Maintained
3710F: include/hw/clock.h
3711F: include/hw/qdev-clock.h
3712F: hw/core/clock.c
3713F: hw/core/clock-vmstate.c
3714F: hw/core/qdev-clock.c
3715F: docs/devel/clocks.rst
3716
3717Reset framework
3718M: Peter Maydell <peter.maydell@linaro.org>
3719S: Maintained
3720F: include/hw/resettable.h
3721F: include/hw/core/resetcontainer.h
3722F: include/sysemu/reset.h
3723F: hw/core/reset.c
3724F: hw/core/resettable.c
3725F: hw/core/resetcontainer.c
3726
3727Usermode Emulation
3728------------------
3729Overall usermode emulation
3730M: Riku Voipio <riku.voipio@iki.fi>
3731S: Maintained
3732F: accel/tcg/user-exec*.c
3733F: include/user/
3734F: common-user/
3735
3736BSD user
3737M: Warner Losh <imp@bsdimp.com>
3738R: Kyle Evans <kevans@freebsd.org>
3739S: Maintained
3740F: bsd-user/
3741F: configs/targets/*-bsd-user.mak
3742F: tests/vm/*bsd
3743T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3744
3745Linux user
3746M: Laurent Vivier <laurent@vivier.eu>
3747S: Maintained
3748F: linux-user/
3749F: configs/targets/*linux-user.mak
3750F: scripts/qemu-binfmt-conf.sh
3751F: scripts/update-syscalltbl.sh
3752F: scripts/update-mips-syscall-args.sh
3753
3754Tiny Code Generator (TCG)
3755-------------------------
3756Common TCG code
3757M: Richard Henderson <richard.henderson@linaro.org>
3758S: Maintained
3759F: tcg/
3760F: include/tcg/
3761
3762TCG Plugins
3763M: Alex Bennée <alex.bennee@linaro.org>
3764T: git https://gitlab.com/stsquad/qemu plugins/next
3765R: Alexandre Iooss <erdnaxe@crans.org>
3766R: Mahmoud Mandour <ma.mandourr@gmail.com>
3767R: Pierrick Bouvier <pierrick.bouvier@linaro.org>
3768S: Maintained
3769F: docs/devel/tcg-plugins.rst
3770F: plugins/
3771F: tests/tcg/plugins/
3772F: tests/functional/test_aarch64_tcg_plugins.py
3773F: contrib/plugins/
3774F: scripts/qemu-plugin-symbols.py
3775
3776AArch64 TCG target
3777M: Richard Henderson <richard.henderson@linaro.org>
3778S: Maintained
3779L: qemu-arm@nongnu.org
3780F: tcg/aarch64/
3781
3782ARM TCG target
3783M: Richard Henderson <richard.henderson@linaro.org>
3784S: Maintained
3785L: qemu-arm@nongnu.org
3786F: tcg/arm/
3787
3788i386 TCG target
3789M: Richard Henderson <richard.henderson@linaro.org>
3790S: Maintained
3791F: tcg/i386/
3792
3793LoongArch64 TCG target
3794M: WANG Xuerui <git@xen0n.name>
3795S: Maintained
3796F: tcg/loongarch64/
3797
3798MIPS TCG target
3799M: Philippe Mathieu-Daudé <philmd@linaro.org>
3800R: Aurelien Jarno <aurelien@aurel32.net>
3801R: Huacai Chen <chenhuacai@kernel.org>
3802R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3803R: Aleksandar Rikalo <arikalo@gmail.com>
3804S: Odd Fixes
3805F: tcg/mips/
3806
3807PPC TCG target
3808M: Richard Henderson <richard.henderson@linaro.org>
3809S: Odd Fixes
3810F: tcg/ppc/
3811
3812RISC-V TCG target
3813M: Palmer Dabbelt <palmer@dabbelt.com>
3814M: Alistair Francis <Alistair.Francis@wdc.com>
3815L: qemu-riscv@nongnu.org
3816S: Maintained
3817F: tcg/riscv/
3818F: disas/riscv.[ch]
3819
3820S390 TCG target
3821M: Richard Henderson <richard.henderson@linaro.org>
3822S: Maintained
3823F: tcg/s390/
3824L: qemu-s390x@nongnu.org
3825
3826SPARC TCG target
3827S: Odd Fixes
3828F: tcg/sparc64/
3829F: disas/sparc.c
3830
3831TCI TCG target
3832M: Stefan Weil <sw@weilnetz.de>
3833S: Maintained
3834F: tcg/tci/
3835F: tcg/tci.c
3836F: disas/tci.c
3837
3838Block drivers
3839-------------
3840VMDK
3841M: Fam Zheng <fam@euphon.net>
3842L: qemu-block@nongnu.org
3843S: Supported
3844F: block/vmdk.c
3845
3846RBD
3847M: Ilya Dryomov <idryomov@gmail.com>
3848R: Peter Lieven <pl@dlhnet.de>
3849L: qemu-block@nongnu.org
3850S: Supported
3851F: block/rbd.c
3852
3853VHDX
3854M: Jeff Cody <codyprime@gmail.com>
3855L: qemu-block@nongnu.org
3856S: Supported
3857F: block/vhdx*
3858
3859VDI
3860M: Stefan Weil <sw@weilnetz.de>
3861L: qemu-block@nongnu.org
3862S: Maintained
3863F: block/vdi.c
3864
3865blkio
3866M: Stefan Hajnoczi <stefanha@redhat.com>
3867L: qemu-block@nongnu.org
3868S: Maintained
3869F: block/blkio.c
3870
3871iSCSI
3872M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3873M: Paolo Bonzini <pbonzini@redhat.com>
3874M: Peter Lieven <pl@dlhnet.de>
3875L: qemu-block@nongnu.org
3876S: Odd Fixes
3877F: block/iscsi.c
3878F: block/iscsi-opts.c
3879
3880Network Block Device (NBD)
3881M: Eric Blake <eblake@redhat.com>
3882M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3883L: qemu-block@nongnu.org
3884S: Maintained
3885F: block/nbd*
3886F: nbd/
3887F: include/block/nbd*
3888F: qemu-nbd.*
3889F: blockdev-nbd.c
3890F: docs/interop/nbd.rst
3891F: docs/tools/qemu-nbd.rst
3892F: tests/qemu-iotests/tests/*nbd*
3893T: git https://repo.or.cz/qemu/ericb.git nbd
3894T: git https://gitlab.com/vsementsov/qemu.git block
3895
3896NFS
3897M: Peter Lieven <pl@dlhnet.de>
3898L: qemu-block@nongnu.org
3899S: Maintained
3900F: block/nfs.c
3901
3902SSH
3903M: Richard W.M. Jones <rjones@redhat.com>
3904L: qemu-block@nongnu.org
3905S: Supported
3906F: block/ssh.c
3907
3908CURL
3909L: qemu-block@nongnu.org
3910S: Odd Fixes
3911F: block/curl.c
3912
3913GLUSTER
3914L: qemu-block@nongnu.org
3915L: integration@gluster.org
3916S: Odd Fixes
3917F: block/gluster.c
3918
3919Null Block Driver
3920M: Fam Zheng <fam@euphon.net>
3921L: qemu-block@nongnu.org
3922S: Supported
3923F: block/null.c
3924
3925NVMe Block Driver
3926M: Stefan Hajnoczi <stefanha@redhat.com>
3927R: Fam Zheng <fam@euphon.net>
3928R: Philippe Mathieu-Daudé <philmd@linaro.org>
3929L: qemu-block@nongnu.org
3930S: Supported
3931F: block/nvme*
3932F: include/block/nvme.h
3933T: git https://github.com/stefanha/qemu.git block
3934
3935Bootdevice
3936M: Gonglei <arei.gonglei@huawei.com>
3937S: Maintained
3938F: system/bootdevice.c
3939
3940Quorum
3941M: Alberto Garcia <berto@igalia.com>
3942S: Supported
3943F: block/quorum.c
3944L: qemu-block@nongnu.org
3945
3946blklogwrites
3947M: Ari Sundholm <ari@tuxera.com>
3948L: qemu-block@nongnu.org
3949S: Supported
3950F: block/blklogwrites.c
3951
3952blkverify
3953M: Stefan Hajnoczi <stefanha@redhat.com>
3954L: qemu-block@nongnu.org
3955S: Supported
3956F: block/blkverify.c
3957F: docs/devel/blkverify.rst
3958
3959bochs
3960M: Stefan Hajnoczi <stefanha@redhat.com>
3961L: qemu-block@nongnu.org
3962S: Supported
3963F: block/bochs.c
3964
3965cloop
3966M: Stefan Hajnoczi <stefanha@redhat.com>
3967L: qemu-block@nongnu.org
3968S: Supported
3969F: block/cloop.c
3970
3971dmg
3972M: Stefan Hajnoczi <stefanha@redhat.com>
3973L: qemu-block@nongnu.org
3974S: Supported
3975F: block/dmg.c
3976
3977parallels
3978M: Stefan Hajnoczi <stefanha@redhat.com>
3979M: Denis V. Lunev <den@openvz.org>
3980L: qemu-block@nongnu.org
3981S: Supported
3982F: block/parallels.c
3983F: block/parallels-ext.c
3984F: docs/interop/parallels.rst
3985F: docs/interop/prl-xml.rst
3986T: git https://src.openvz.org/scm/~den/qemu.git parallels
3987
3988qed
3989M: Stefan Hajnoczi <stefanha@redhat.com>
3990L: qemu-block@nongnu.org
3991S: Supported
3992F: block/qed.c
3993
3994raw
3995M: Kevin Wolf <kwolf@redhat.com>
3996L: qemu-block@nongnu.org
3997S: Supported
3998F: block/linux-aio.c
3999F: include/block/raw-aio.h
4000F: block/raw-format.c
4001F: block/file-posix.c
4002F: block/file-win32.c
4003F: block/win32-aio.c
4004
4005Linux io_uring
4006M: Aarushi Mehta <mehta.aaru20@gmail.com>
4007M: Julia Suvorova <jusual@redhat.com>
4008M: Stefan Hajnoczi <stefanha@redhat.com>
4009R: Stefano Garzarella <sgarzare@redhat.com>
4010L: qemu-block@nongnu.org
4011S: Maintained
4012F: block/io_uring.c
4013F: stubs/io_uring.c
4014
4015qcow2
4016M: Kevin Wolf <kwolf@redhat.com>
4017M: Hanna Reitz <hreitz@redhat.com>
4018L: qemu-block@nongnu.org
4019S: Supported
4020F: block/qcow2*
4021F: docs/interop/qcow2.txt
4022
4023qcow
4024M: Kevin Wolf <kwolf@redhat.com>
4025L: qemu-block@nongnu.org
4026S: Supported
4027F: block/qcow.c
4028
4029blkdebug
4030M: Kevin Wolf <kwolf@redhat.com>
4031M: Hanna Reitz <hreitz@redhat.com>
4032L: qemu-block@nongnu.org
4033S: Supported
4034F: block/blkdebug.c
4035F: docs/devel/blkdebug.rst
4036
4037vpc
4038M: Kevin Wolf <kwolf@redhat.com>
4039L: qemu-block@nongnu.org
4040S: Supported
4041F: block/vpc.c
4042
4043vvfat
4044M: Kevin Wolf <kwolf@redhat.com>
4045L: qemu-block@nongnu.org
4046S: Odd Fixes
4047F: block/vvfat.c
4048
4049Image format fuzzer
4050M: Stefan Hajnoczi <stefanha@redhat.com>
4051L: qemu-block@nongnu.org
4052S: Supported
4053F: tests/image-fuzzer/
4054
4055Vhost-user block device backend server
4056M: Coiby Xu <Coiby.Xu@gmail.com>
4057S: Maintained
4058F: block/export/vhost-user-blk-server.c
4059F: block/export/vhost-user-blk-server.h
4060F: block/export/virtio-blk-handler.c
4061F: block/export/virtio-blk-handler.h
4062F: include/qemu/vhost-user-server.h
4063F: tests/qtest/libqos/vhost-user-blk.c
4064F: tests/qtest/libqos/vhost-user-blk.h
4065F: tests/qtest/vhost-user-blk-test.c
4066F: util/vhost-user-server.c
4067
4068FUSE block device exports
4069M: Hanna Reitz <hreitz@redhat.com>
4070L: qemu-block@nongnu.org
4071S: Supported
4072F: block/export/fuse.c
4073
4074VDUSE library and block device exports
4075M: Xie Yongji <xieyongji@bytedance.com>
4076S: Maintained
4077F: subprojects/libvduse/
4078F: block/export/vduse-blk.c
4079F: block/export/vduse-blk.h
4080
4081Replication
4082M: Wen Congyang <wencongyang2@huawei.com>
4083M: Xie Changlong <xiechanglong.d@gmail.com>
4084S: Supported
4085F: replication*
4086F: block/replication.c
4087F: tests/unit/test-replication.c
4088F: docs/block-replication.txt
4089
4090Semihosting
4091M: Alex Bennée <alex.bennee@linaro.org>
4092S: Maintained
4093F: semihosting/
4094F: include/semihosting/
4095F: tests/tcg/multiarch/arm-compat-semi/
4096F: tests/tcg/aarch64/system/semiheap.c
4097
4098Multi-process QEMU
4099M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
4100M: Jagannathan Raman <jag.raman@oracle.com>
4101S: Maintained
4102F: docs/devel/multi-process.rst
4103F: docs/system/multi-process.rst
4104F: hw/pci-host/remote.c
4105F: include/hw/pci-host/remote.h
4106F: hw/remote/machine.c
4107F: include/hw/remote/machine.h
4108F: hw/remote/mpqemu-link.c
4109F: include/hw/remote/mpqemu-link.h
4110F: hw/remote/message.c
4111F: hw/remote/remote-obj.c
4112F: include/hw/remote/memory.h
4113F: hw/remote/memory.c
4114F: hw/remote/proxy.c
4115F: include/hw/remote/proxy.h
4116F: hw/remote/proxy-memory-listener.c
4117F: include/hw/remote/proxy-memory-listener.h
4118F: hw/remote/iohub.c
4119F: include/hw/remote/iohub.h
4120F: subprojects/libvfio-user
4121F: hw/remote/vfio-user-obj.c
4122F: include/hw/remote/vfio-user-obj.h
4123F: hw/remote/iommu.c
4124F: include/hw/remote/iommu.h
4125
4126EBPF:
4127M: Jason Wang <jasowang@redhat.com>
4128R: Andrew Melnychenko <andrew@daynix.com>
4129R: Yuri Benditovich <yuri.benditovich@daynix.com>
4130S: Maintained
4131F: docs/devel/ebpf_rss.rst
4132F: ebpf/*
4133F: tools/ebpf/*
4134
4135Build and test automation
4136-------------------------
4137Build and test automation, general continuous integration
4138M: Alex Bennée <alex.bennee@linaro.org>
4139T: git https://gitlab.com/stsquad/qemu testing/next
4140M: Philippe Mathieu-Daudé <philmd@linaro.org>
4141M: Thomas Huth <thuth@redhat.com>
4142R: Wainer dos Santos Moschetta <wainersm@redhat.com>
4143S: Maintained
4144F: .github/workflows/lockdown.yml
4145F: .gitlab-ci.yml
4146F: .gitlab-ci.d/
4147F: .travis.yml
4148F: docs/devel/ci*
4149F: scripts/ci/
4150F: tests/docker/
4151F: tests/vm/
4152F: tests/lcitool/
4153F: tests/functional/test_*_tuxrun.py
4154F: scripts/archive-source.sh
4155F: docs/devel/testing.rst
4156W: https://gitlab.com/qemu-project/qemu/pipelines
4157W: https://travis-ci.org/qemu/qemu
4158
4159FreeBSD Hosted Continuous Integration
4160M: Ed Maste <emaste@freebsd.org>
4161M: Li-Wen Hsu <lwhsu@freebsd.org>
4162S: Maintained
4163F: .gitlab-ci.d/cirrus/freebsd*
4164F: tests/vm/freebsd
4165W: https://cirrus-ci.com/github/qemu/qemu
4166
4167Functional testing framework
4168M: Thomas Huth <thuth@redhat.com>
4169R: Philippe Mathieu-Daudé <philmd@linaro.org>
4170R: Daniel P. Berrange <berrange@redhat.com>
4171F: tests/functional/qemu_test/
4172
4173Windows Hosted Continuous Integration
4174M: Yonggang Luo <luoyonggang@gmail.com>
4175S: Maintained
4176F: .gitlab-ci.d/windows.yml
4177
4178Guest Test Compilation Support
4179M: Alex Bennée <alex.bennee@linaro.org>
4180R: Philippe Mathieu-Daudé <philmd@linaro.org>
4181S: Maintained
4182F: tests/tcg/Makefile.target
4183
4184Integration Testing with the Avocado framework
4185W: https://trello.com/b/6Qi1pxVn/avocado-qemu
4186R: Cleber Rosa <crosa@redhat.com>
4187R: Philippe Mathieu-Daudé <philmd@linaro.org>
4188R: Wainer dos Santos Moschetta <wainersm@redhat.com>
4189S: Odd Fixes
4190F: tests/avocado/
4191
4192GitLab custom runner (Works On Arm Sponsored)
4193M: Alex Bennée <alex.bennee@linaro.org>
4194M: Philippe Mathieu-Daudé <philmd@linaro.org>
4195S: Maintained
4196F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
4197F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
4198
4199Documentation
4200-------------
4201Build system architecture
4202M: Daniel P. Berrange <berrange@redhat.com>
4203S: Odd Fixes
4204F: docs/devel/build-system.rst
4205
4206GIT Data Mining Config
4207M: Alex Bennée <alex.bennee@linaro.org>
4208S: Odd Fixes
4209F: gitdm.config
4210F: contrib/gitdm/*
4211
4212Incompatible changes
4213R: devel@lists.libvirt.org
4214F: docs/about/deprecated.rst
4215
4216Build System
4217------------
4218Meson
4219M: Paolo Bonzini <pbonzini@redhat.com>
4220R: Marc-André Lureau <marcandre.lureau@redhat.com>
4221R: Daniel P. Berrange <berrange@redhat.com>
4222R: Philippe Mathieu-Daudé <philmd@linaro.org>
4223S: Maintained
4224F: meson.build
4225F: meson_options.txt
4226F: scripts/meson-buildoptions.*
4227F: scripts/check_sparse.py
4228F: scripts/symlink-install-tree.py
4229
4230Top Level Makefile and configure
4231M: Paolo Bonzini <pbonzini@redhat.com>
4232R: Alex Bennée <alex.bennee@linaro.org>
4233R: Thomas Huth <thuth@redhat.com>
4234S: Maintained
4235F: Makefile
4236F: configure
4237F: scripts/mtest2make.py
4238F: tests/Makefile.include
4239
4240Kconfig
4241M: Paolo Bonzini <pbonzini@redhat.com>
4242S: Maintained
4243F: scripts/minikconf.py
4244F: docs/devel/kconfig.rst
4245F: Kconfig*
4246F: */Kconfig*
4247F: hw/*/Kconfig*
4248F: target/*/Kconfig*
4249
4250GIT submodules
4251M: Daniel P. Berrange <berrange@redhat.com>
4252S: Odd Fixes
4253F: scripts/git-submodule.sh
4254
4255UI translations
4256S: Orphan
4257F: po/*.po
4258
4259Sphinx documentation configuration and build machinery
4260M: Peter Maydell <peter.maydell@linaro.org>
4261S: Maintained
4262F: docs/conf.py
4263F: docs/*/conf.py
4264F: docs/sphinx/
4265F: docs/_templates/
4266F: docs/devel/docs.rst
4267
4268Rust build system integration
4269M: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
4270L: qemu-rust@nongnu.org
4271S: Maintained
4272F: scripts/rust/
4273F: rust/.gitignore
4274F: rust/Kconfig
4275F: rust/meson.build
4276F: rust/wrapper.h
4277
4278Miscellaneous
4279-------------
4280Performance Tools and Tests
4281M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4282S: Maintained
4283F: scripts/performance/
4284
4285Code Coverage Tools
4286M: Alex Bennée <alex.bennee@linaro.org>
4287S: Odd Fixes
4288F: scripts/coverage/
4289
4290Machine development tool
4291M: Maksim Davydov <davydov-max@yandex-team.ru>
4292S: Supported
4293F: scripts/compare-machine-types.py
4294