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