xref: /openbmc/qemu/MAINTAINERS (revision bce9e4841548b79ad264dd8acf0104c560331ea7)
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/functional/test_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/functional/test_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/functional/test_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
1285F: tests/functional/test_m68k_nextcube.py
1286
1287q800
1288M: Laurent Vivier <laurent@vivier.eu>
1289S: Maintained
1290F: hw/m68k/q800.c
1291F: hw/m68k/q800-glue.c
1292F: hw/misc/mac_via.c
1293F: hw/nubus/*
1294F: hw/display/macfb.c
1295F: hw/block/swim.c
1296F: hw/misc/djmemc.c
1297F: hw/misc/iosb.c
1298F: hw/audio/asc.c
1299F: hw/m68k/bootinfo.h
1300F: include/standard-headers/asm-m68k/bootinfo.h
1301F: include/standard-headers/asm-m68k/bootinfo-mac.h
1302F: include/hw/misc/mac_via.h
1303F: include/hw/nubus/*
1304F: include/hw/display/macfb.h
1305F: include/hw/block/swim.h
1306F: include/hw/m68k/q800.h
1307F: include/hw/m68k/q800-glue.h
1308F: include/hw/misc/djmemc.h
1309F: include/hw/misc/iosb.h
1310F: include/hw/audio/asc.h
1311
1312virt
1313M: Laurent Vivier <laurent@vivier.eu>
1314S: Maintained
1315F: hw/m68k/virt.c
1316F: hw/char/goldfish_tty.c
1317F: hw/intc/goldfish_pic.c
1318F: hw/intc/m68k_irqc.c
1319F: hw/misc/virt_ctrl.c
1320F: include/hw/char/goldfish_tty.h
1321F: include/hw/intc/goldfish_pic.h
1322F: include/hw/intc/m68k_irqc.h
1323F: include/hw/misc/virt_ctrl.h
1324F: docs/specs/virt-ctlr.rst
1325
1326MicroBlaze Machines
1327-------------------
1328petalogix_s3adsp1800
1329M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1330S: Maintained
1331F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1332F: include/hw/char/xilinx_uartlite.h
1333F: tests/functional/test_microblaze*.py
1334
1335petalogix_ml605
1336M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1337S: Maintained
1338F: hw/microblaze/petalogix_ml605_mmu.c
1339
1340MIPS Machines
1341-------------
1342Overall MIPS Machines
1343M: Philippe Mathieu-Daudé <philmd@linaro.org>
1344S: Odd Fixes
1345F: configs/devices/mips*/*
1346F: hw/mips/
1347F: include/hw/mips/
1348
1349Jazz
1350M: Hervé Poussineau <hpoussin@reactos.org>
1351R: Aleksandar Rikalo <arikalo@gmail.com>
1352S: Maintained
1353F: hw/mips/jazz.c
1354F: hw/display/g364fb.c
1355F: hw/display/jazz_led.c
1356F: hw/dma/rc4030.c
1357F: hw/nvram/ds1225y.c
1358
1359Malta
1360M: Philippe Mathieu-Daudé <philmd@linaro.org>
1361R: Aurelien Jarno <aurelien@aurel32.net>
1362S: Odd Fixes
1363F: hw/isa/piix.c
1364F: hw/isa/fdc37m81x-superio.c
1365F: hw/acpi/piix4.c
1366F: hw/mips/malta.c
1367F: hw/pci-host/gt64120.c
1368F: include/hw/southbridge/piix.h
1369F: tests/avocado/linux_ssh_mips_malta.py
1370F: tests/avocado/machine_mips_malta.py
1371
1372Mipssim
1373R: Aleksandar Rikalo <arikalo@gmail.com>
1374S: Orphan
1375F: hw/mips/mipssim.c
1376F: hw/net/mipsnet.c
1377
1378Fuloong 2E
1379M: Huacai Chen <chenhuacai@kernel.org>
1380M: Philippe Mathieu-Daudé <philmd@linaro.org>
1381R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1382S: Odd Fixes
1383F: hw/mips/fuloong2e.c
1384F: hw/pci-host/bonito.c
1385F: include/hw/pci-host/bonito.h
1386F: tests/functional/test_mips64el_fuloong2e.py
1387
1388Loongson-3 virtual platforms
1389M: Huacai Chen <chenhuacai@kernel.org>
1390R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1391S: Maintained
1392F: hw/intc/loongson_ipi_common.c
1393F: hw/intc/loongson_ipi.c
1394F: hw/intc/loongson_liointc.c
1395F: hw/mips/loongson3_bootp.c
1396F: hw/mips/loongson3_bootp.h
1397F: hw/mips/loongson3_virt.c
1398F: include/hw/intc/loongson_ipi_common.h
1399F: include/hw/intc/loongson_ipi.h
1400F: include/hw/intc/loongson_liointc.h
1401F: tests/functional/test_mips64el_loongson3v.py
1402
1403Boston
1404M: Paul Burton <paulburton@kernel.org>
1405R: Aleksandar Rikalo <arikalo@gmail.com>
1406S: Odd Fixes
1407F: hw/core/loader-fit.c
1408F: hw/mips/boston.c
1409F: hw/pci-host/xilinx-pcie.c
1410F: include/hw/pci-host/xilinx-pcie.h
1411
1412OpenRISC Machines
1413-----------------
1414or1k-sim
1415M: Jia Liu <proljc@gmail.com>
1416S: Maintained
1417F: docs/system/openrisc/or1k-sim.rst
1418F: hw/intc/ompic.c
1419F: hw/openrisc/openrisc_sim.c
1420
1421PowerPC Machines
1422----------------
1423405 (ref405ep)
1424L: qemu-ppc@nongnu.org
1425S: Orphan
1426F: hw/ppc/ppc405*
1427F: tests/functional/test_ppc_405.py
1428
1429Bamboo
1430L: qemu-ppc@nongnu.org
1431S: Orphan
1432F: hw/ppc/ppc440_bamboo.c
1433F: hw/pci-host/ppc4xx_pci.c
1434F: tests/functional/test_ppc_bamboo.py
1435
1436e500
1437L: qemu-ppc@nongnu.org
1438S: Orphan
1439F: hw/ppc/e500*
1440F: hw/ppc/ppce500_spin.c
1441F: hw/gpio/mpc8xxx.c
1442F: hw/i2c/mpc_i2c.c
1443F: hw/net/fsl_etsec/
1444F: hw/pci-host/ppce500.c
1445F: include/hw/ppc/ppc_e500.h
1446F: include/hw/pci-host/ppce500.h
1447F: pc-bios/u-boot.e500
1448F: hw/intc/openpic_kvm.c
1449F: include/hw/ppc/openpic_kvm.h
1450F: docs/system/ppc/ppce500.rst
1451
1452mpc8544ds
1453L: qemu-ppc@nongnu.org
1454S: Orphan
1455F: hw/ppc/mpc8544ds.c
1456F: hw/ppc/mpc8544_guts.c
1457F: tests/functional/test_ppc_mpc8544ds.py
1458
1459New World (mac99)
1460M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1461L: qemu-ppc@nongnu.org
1462S: Odd Fixes
1463F: docs/system/ppc/powermac.rst
1464F: hw/ppc/mac_newworld.c
1465F: hw/pci-host/uninorth.c
1466F: hw/pci-bridge/dec.[hc]
1467F: hw/misc/macio/
1468F: hw/misc/mos6522.c
1469F: hw/nvram/mac_nvram.c
1470F: hw/ppc/fw_cfg.c
1471F: hw/input/adb*
1472F: include/hw/misc/macio/
1473F: include/hw/misc/mos6522.h
1474F: include/hw/nvram/mac_nvram.h
1475F: include/hw/ppc/mac_dbdma.h
1476F: include/hw/pci-host/uninorth.h
1477F: include/hw/input/adb*
1478F: pc-bios/qemu_vga.ndrv
1479
1480Old World (g3beige)
1481M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1482L: qemu-ppc@nongnu.org
1483S: Odd Fixes
1484F: docs/system/ppc/powermac.rst
1485F: hw/ppc/mac_oldworld.c
1486F: hw/pci-host/grackle.c
1487F: hw/misc/macio/
1488F: hw/intc/heathrow_pic.c
1489F: hw/input/adb*
1490F: include/hw/intc/heathrow_pic.h
1491F: include/hw/input/adb*
1492F: include/hw/pci-host/grackle.h
1493F: pc-bios/qemu_vga.ndrv
1494
1495PReP
1496M: Hervé Poussineau <hpoussin@reactos.org>
1497L: qemu-ppc@nongnu.org
1498S: Maintained
1499F: docs/system/ppc/prep.rst
1500F: hw/ppc/prep.c
1501F: hw/ppc/prep_systemio.c
1502F: hw/ppc/rs6000_mc.c
1503F: hw/pci-host/raven.c
1504F: hw/isa/i82378.c
1505F: hw/isa/pc87312.c
1506F: hw/dma/i82374.c
1507F: hw/rtc/m48t59-isa.c
1508F: include/hw/isa/pc87312.h
1509F: include/hw/rtc/m48t59.h
1510F: tests/functional/test_ppc_40p.py
1511
1512sPAPR (pseries)
1513M: Nicholas Piggin <npiggin@gmail.com>
1514R: Daniel Henrique Barboza <danielhb413@gmail.com>
1515R: David Gibson <david@gibson.dropbear.id.au>
1516R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1517L: qemu-ppc@nongnu.org
1518S: Odd Fixes
1519F: hw/*/spapr*
1520F: include/hw/*/spapr*
1521F: hw/*/xics*
1522F: include/hw/*/xics*
1523F: include/hw/ppc/fdt.h
1524F: hw/ppc/fdt.c
1525F: include/hw/ppc/pef.h
1526F: hw/ppc/pef.c
1527F: pc-bios/slof.bin
1528F: docs/system/ppc/pseries.rst
1529F: docs/specs/ppc-spapr-*
1530F: tests/qtest/spapr*
1531F: tests/qtest/libqos/*spapr*
1532F: tests/qtest/rtas*
1533F: tests/qtest/libqos/rtas*
1534F: tests/functional/test_ppc64_pseries.py
1535F: tests/functional/test_ppc64_hv.py
1536
1537PowerNV (Non-Virtualized)
1538M: Cédric Le Goater <clg@kaod.org>
1539M: Nicholas Piggin <npiggin@gmail.com>
1540R: Frédéric Barrat <fbarrat@linux.ibm.com>
1541L: qemu-ppc@nongnu.org
1542S: Odd Fixes
1543F: docs/system/ppc/powernv.rst
1544F: hw/ppc/pnv*
1545F: hw/intc/pnv*
1546F: hw/intc/xics_pnv.c
1547F: hw/pci-host/pnv*
1548F: include/hw/ppc/pnv*
1549F: include/hw/pci-host/pnv*
1550F: pc-bios/skiboot.lid
1551F: tests/qtest/pnv*
1552F: tests/functional/test_ppc64_powernv.py
1553
1554pca955x
1555M: Glenn Miles <milesg@linux.ibm.com>
1556L: qemu-ppc@nongnu.org
1557L: qemu-arm@nongnu.org
1558S: Odd Fixes
1559F: hw/gpio/pca955*.c
1560F: include/hw/gpio/pca955*.h
1561
1562virtex_ml507
1563M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1564L: qemu-ppc@nongnu.org
1565S: Odd Fixes
1566F: hw/ppc/virtex_ml507.c
1567F: tests/functional/test_ppc_virtex_ml507.py
1568
1569sam460ex
1570M: BALATON Zoltan <balaton@eik.bme.hu>
1571L: qemu-ppc@nongnu.org
1572S: Maintained
1573F: hw/ppc/sam460ex.c
1574F: hw/ppc/ppc440_uc.c
1575F: hw/pci-host/ppc440_pcix.c
1576F: hw/display/sm501*
1577F: hw/ide/sii3112.c
1578F: hw/rtc/m41t80.c
1579F: pc-bios/canyonlands.dt[sb]
1580F: pc-bios/u-boot-sam460ex-20100605.bin
1581F: roms/u-boot-sam460ex
1582F: docs/system/ppc/amigang.rst
1583
1584pegasos2
1585M: BALATON Zoltan <balaton@eik.bme.hu>
1586L: qemu-ppc@nongnu.org
1587S: Maintained
1588F: hw/ppc/pegasos2.c
1589F: hw/pci-host/mv64361.c
1590F: hw/pci-host/mv643xx.h
1591F: include/hw/pci-host/mv64361.h
1592
1593amigaone
1594M: BALATON Zoltan <balaton@eik.bme.hu>
1595L: qemu-ppc@nongnu.org
1596S: Maintained
1597F: hw/ppc/amigaone.c
1598F: hw/pci-host/articia.c
1599F: include/hw/pci-host/articia.h
1600F: tests/functional/test_ppc_amiga.py
1601
1602Virtual Open Firmware (VOF)
1603M: Alexey Kardashevskiy <aik@ozlabs.ru>
1604R: David Gibson <david@gibson.dropbear.id.au>
1605L: qemu-ppc@nongnu.org
1606S: Odd Fixes
1607F: hw/ppc/spapr_vof*
1608F: hw/ppc/vof*
1609F: include/hw/ppc/vof*
1610F: pc-bios/vof/*
1611F: pc-bios/vof*
1612
1613RISC-V Machines
1614---------------
1615OpenTitan
1616M: Alistair Francis <Alistair.Francis@wdc.com>
1617L: qemu-riscv@nongnu.org
1618S: Supported
1619F: hw/riscv/opentitan.c
1620F: hw/*/ibex_*.c
1621F: include/hw/riscv/opentitan.h
1622F: include/hw/*/ibex_*.h
1623
1624Microchip PolarFire SoC Icicle Kit
1625M: Bin Meng <bmeng.cn@gmail.com>
1626L: qemu-riscv@nongnu.org
1627S: Supported
1628F: docs/system/riscv/microchip-icicle-kit.rst
1629F: hw/riscv/microchip_pfsoc.c
1630F: hw/char/mchp_pfsoc_mmuart.c
1631F: hw/misc/mchp_pfsoc_dmc.c
1632F: hw/misc/mchp_pfsoc_ioscb.c
1633F: hw/misc/mchp_pfsoc_sysreg.c
1634F: include/hw/riscv/microchip_pfsoc.h
1635F: include/hw/char/mchp_pfsoc_mmuart.h
1636F: include/hw/misc/mchp_pfsoc_dmc.h
1637F: include/hw/misc/mchp_pfsoc_ioscb.h
1638F: include/hw/misc/mchp_pfsoc_sysreg.h
1639
1640Shakti C class SoC
1641M: Vijai Kumar K <vijai@behindbytes.com>
1642L: qemu-riscv@nongnu.org
1643S: Supported
1644F: docs/system/riscv/shakti-c.rst
1645F: hw/riscv/shakti_c.c
1646F: hw/char/shakti_uart.c
1647F: include/hw/riscv/shakti_c.h
1648F: include/hw/char/shakti_uart.h
1649
1650SiFive Machines
1651M: Alistair Francis <Alistair.Francis@wdc.com>
1652M: Bin Meng <bmeng.cn@gmail.com>
1653M: Palmer Dabbelt <palmer@dabbelt.com>
1654L: qemu-riscv@nongnu.org
1655S: Supported
1656F: docs/system/riscv/sifive_u.rst
1657F: hw/*/*sifive*.c
1658F: include/hw/*/*sifive*.h
1659
1660RX Machines
1661-----------
1662rx-gdbsim
1663R: Yoshinori Sato <ysato@users.sourceforge.jp>
1664S: Orphan
1665F: docs/system/target-rx.rst
1666F: hw/rx/rx-gdbsim.c
1667F: tests/functional/test_rx_gdbsim.py
1668
1669SH4 Machines
1670------------
1671R2D
1672R: Yoshinori Sato <ysato@users.sourceforge.jp>
1673R: Magnus Damm <magnus.damm@gmail.com>
1674S: Odd Fixes
1675F: hw/char/sh_serial.c
1676F: hw/sh4/r2d.c
1677F: hw/intc/sh_intc.c
1678F: hw/pci-host/sh_pci.c
1679F: hw/timer/sh_timer.c
1680F: include/hw/sh4/sh_intc.h
1681F: include/hw/timer/tmu012.h
1682
1683Shix
1684R: Yoshinori Sato <ysato@users.sourceforge.jp>
1685R: Magnus Damm <magnus.damm@gmail.com>
1686S: Odd Fixes
1687F: hw/block/tc58128.c
1688F: hw/char/sh_serial.c
1689F: hw/sh4/shix.c
1690F: hw/intc/sh_intc.c
1691F: hw/timer/sh_timer.c
1692F: include/hw/sh4/sh_intc.h
1693
1694SPARC Machines
1695--------------
1696Sun4m
1697M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1698S: Maintained
1699F: hw/sparc/sun4m.c
1700F: hw/sparc/sun4m_iommu.c
1701F: hw/display/cg3.c
1702F: hw/display/tcx.c
1703F: hw/dma/sparc32_dma.c
1704F: hw/misc/eccmemctl.c
1705F: hw/*/slavio_*.c
1706F: include/hw/nvram/sun_nvram.h
1707F: include/hw/sparc/sparc32_dma.h
1708F: include/hw/sparc/sun4m_iommu.h
1709F: pc-bios/openbios-sparc32
1710
1711Sun4u
1712M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1713S: Maintained
1714F: hw/sparc64/sun4u.c
1715F: hw/sparc64/sun4u_iommu.c
1716F: include/hw/sparc/sun4u_iommu.h
1717F: hw/pci-host/sabre.c
1718F: include/hw/pci-host/sabre.h
1719F: hw/pci-bridge/simba.c
1720F: include/hw/pci-bridge/simba.h
1721F: pc-bios/openbios-sparc64
1722F: tests/functional/test_sparc64_sun4u.py
1723
1724Sun4v
1725M: Artyom Tarasenko <atar4qemu@gmail.com>
1726S: Maintained
1727F: hw/sparc64/niagara.c
1728F: hw/rtc/sun4v-rtc.c
1729F: include/hw/rtc/sun4v-rtc.h
1730
1731Leon3
1732M: Clément Chigot <chigot@adacore.com>
1733M: Frederic Konrad <konrad.frederic@yahoo.fr>
1734S: Maintained
1735F: hw/sparc/leon3.c
1736F: hw/*/grlib*
1737F: include/hw/*/grlib*
1738
1739S390 Machines
1740-------------
1741S390 Virtio-ccw
1742M: Halil Pasic <pasic@linux.ibm.com>
1743M: Christian Borntraeger <borntraeger@linux.ibm.com>
1744M: Eric Farman <farman@linux.ibm.com>
1745S: Supported
1746F: hw/s390x/
1747F: include/hw/s390x/
1748F: configs/devices/s390x-softmmu/default.mak
1749F: tests/functional/test_s390x_ccw_virtio.py
1750T: git https://github.com/borntraeger/qemu.git s390-next
1751L: qemu-s390x@nongnu.org
1752
1753S390-ccw boot
1754M: Christian Borntraeger <borntraeger@linux.ibm.com>
1755M: Thomas Huth <thuth@redhat.com>
1756S: Supported
1757F: hw/s390x/ipl.*
1758F: pc-bios/s390-ccw/
1759F: pc-bios/s390-ccw.img
1760F: docs/devel/s390-dasd-ipl.rst
1761T: git https://github.com/borntraeger/qemu.git s390-next
1762L: qemu-s390x@nongnu.org
1763
1764S390 PCI
1765M: Matthew Rosato <mjrosato@linux.ibm.com>
1766M: Eric Farman <farman@linux.ibm.com>
1767S: Supported
1768F: hw/s390x/s390-pci*
1769F: include/hw/s390x/s390-pci*
1770L: qemu-s390x@nongnu.org
1771
1772S390 channel subsystem
1773M: Halil Pasic <pasic@linux.ibm.com>
1774M: Christian Borntraeger <borntraeger@linux.ibm.com>
1775M: Eric Farman <farman@linux.ibm.com>
1776S: Supported
1777F: hw/s390x/ccw-device.[ch]
1778F: hw/s390x/css.c
1779F: hw/s390x/css-bridge.c
1780F: include/hw/s390x/css.h
1781F: include/hw/s390x/css-bridge.h
1782F: include/hw/s390x/ioinst.h
1783F: target/s390x/ioinst.c
1784L: qemu-s390x@nongnu.org
1785
1786S390 CPU models
1787M: David Hildenbrand <david@redhat.com>
1788S: Maintained
1789F: target/s390x/cpu_features*.[ch]
1790F: target/s390x/cpu_models.[ch]
1791L: qemu-s390x@nongnu.org
1792
1793S390 SCLP-backed devices
1794M: Halil Pasic <pasic@linux.ibm.com>
1795M: Christian Borntraeger <borntraeger@linux.ibm.com>
1796S: Supported
1797F: include/hw/s390x/event-facility.h
1798F: include/hw/s390x/sclp.h
1799F: hw/char/sclp*.[hc]
1800F: hw/s390x/event-facility.c
1801F: hw/s390x/sclp*.c
1802L: qemu-s390x@nongnu.org
1803
1804S390 CPU topology
1805M: Nina Schoetterl-Glausch <nsg@linux.ibm.com>
1806S: Supported
1807F: include/hw/s390x/cpu-topology.h
1808F: hw/s390x/cpu-topology.c
1809F: target/s390x/kvm/stsi-topology.c
1810F: docs/devel/s390-cpu-topology.rst
1811F: docs/system/s390x/cpu-topology.rst
1812F: tests/functional/test_s390x_topology.py
1813
1814X86 Machines
1815------------
1816PC
1817M: Michael S. Tsirkin <mst@redhat.com>
1818M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1819S: Supported
1820F: include/hw/i386/
1821F: hw/i386/
1822F: hw/pci-host/i440fx.c
1823F: hw/pci-host/q35.c
1824F: hw/pci-host/pam.c
1825F: include/hw/pci-host/i440fx.h
1826F: include/hw/pci-host/q35.h
1827F: include/hw/pci-host/pam.h
1828F: hw/isa/piix.c
1829F: hw/isa/lpc_ich9.c
1830F: hw/i2c/smbus_ich9.c
1831F: hw/acpi/piix4.c
1832F: hw/acpi/ich9*.c
1833F: include/hw/acpi/ich9*.h
1834F: include/hw/southbridge/ich9.h
1835F: include/hw/southbridge/piix.h
1836F: hw/isa/apm.c
1837F: include/hw/isa/apm.h
1838F: tests/unit/test-x86-topo.c
1839F: tests/qtest/test-x86-cpuid-compat.c
1840F: tests/functional/test_mem_addr_space.py
1841F: tests/functional/test_pc_cpu_hotplug_props.py
1842F: tests/functional/test_x86_cpu_model_versions.py
1843
1844PC Chipset
1845M: Michael S. Tsirkin <mst@redhat.com>
1846M: Paolo Bonzini <pbonzini@redhat.com>
1847S: Supported
1848F: hw/char/debugcon.c
1849F: hw/char/parallel*
1850F: hw/char/serial*
1851F: hw/dma/i8257*
1852F: hw/i2c/pm_smbus.c
1853F: hw/input/pckbd.c
1854F: hw/intc/apic*
1855F: hw/intc/ioapic*
1856F: hw/intc/i8259*
1857F: hw/isa/isa-superio.c
1858F: hw/misc/debugexit.c
1859F: hw/misc/pc-testdev.c
1860F: hw/timer/hpet*
1861F: hw/timer/i8254*
1862F: hw/rtc/mc146818rtc*
1863F: hw/watchdog/wdt_ib700.c
1864F: hw/watchdog/wdt_i6300esb.c
1865F: include/hw/display/vga.h
1866F: include/hw/char/parallel*.h
1867F: include/hw/dma/i8257.h
1868F: include/hw/i2c/pm_smbus.h
1869F: include/hw/input/i8042.h
1870F: include/hw/intc/ioapic*
1871F: include/hw/intc/i8259.h
1872F: include/hw/isa/i8259_internal.h
1873F: include/hw/isa/superio.h
1874F: include/hw/timer/hpet.h
1875F: include/hw/timer/i8254*
1876F: include/hw/rtc/mc146818rtc*
1877
1878microvm
1879M: Sergio Lopez <slp@redhat.com>
1880M: Paolo Bonzini <pbonzini@redhat.com>
1881S: Maintained
1882F: docs/system/i386/microvm.rst
1883F: hw/i386/microvm.c
1884F: include/hw/i386/microvm.h
1885F: pc-bios/bios-microvm.bin
1886
1887Machine core
1888M: Eduardo Habkost <eduardo@habkost.net>
1889M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1890R: Philippe Mathieu-Daudé <philmd@linaro.org>
1891R: Yanan Wang <wangyanan55@huawei.com>
1892R: Zhao Liu <zhao1.liu@intel.com>
1893S: Supported
1894F: hw/core/cpu-common.c
1895F: hw/core/cpu-sysemu.c
1896F: hw/core/machine-qmp-cmds.c
1897F: hw/core/machine.c
1898F: hw/core/machine-smp.c
1899F: hw/core/null-machine.c
1900F: hw/core/numa.c
1901F: hw/cpu/cluster.c
1902F: qapi/machine.json
1903F: qapi/machine-common.json
1904F: qapi/machine-target.json
1905F: include/hw/boards.h
1906F: include/hw/core/cpu.h
1907F: include/hw/cpu/cluster.h
1908F: include/sysemu/numa.h
1909F: tests/functional/test_cpu_queries.py
1910F: tests/functional/test_empty_cpu_model.py
1911F: tests/unit/test-smp-parse.c
1912T: git https://gitlab.com/ehabkost/qemu.git machine-next
1913
1914Xtensa Machines
1915---------------
1916sim
1917M: Max Filippov <jcmvbkbc@gmail.com>
1918S: Maintained
1919F: hw/xtensa/sim.c
1920
1921virt
1922M: Max Filippov <jcmvbkbc@gmail.com>
1923S: Maintained
1924F: hw/xtensa/virt.c
1925
1926XTFPGA (LX60, LX200, ML605, KC705)
1927M: Max Filippov <jcmvbkbc@gmail.com>
1928S: Maintained
1929F: hw/xtensa/xtfpga.c
1930F: hw/net/opencores_eth.c
1931F: include/hw/xtensa/mx_pic.h
1932
1933Devices
1934-------
1935Overall Audio frontends
1936M: Gerd Hoffmann <kraxel@redhat.com>
1937S: Odd Fixes
1938F: hw/audio/
1939F: include/hw/audio/
1940F: tests/qtest/ac97-test.c
1941F: tests/qtest/es1370-test.c
1942F: tests/qtest/intel-hda-test.c
1943F: tests/qtest/fuzz-sb16-test.c
1944
1945Xilinx CAN
1946M: Vikram Garhwal <vikram.garhwal@amd.com>
1947M: Francisco Iglesias <francisco.iglesias@amd.com>
1948S: Maintained
1949F: hw/net/can/xlnx-*
1950F: include/hw/net/xlnx-*
1951F: tests/qtest/xlnx-can*-test*
1952
1953EDU
1954M: Jiri Slaby <jslaby@suse.cz>
1955S: Maintained
1956F: hw/misc/edu.c
1957F: docs/specs/edu.rst
1958
1959IDE
1960M: John Snow <jsnow@redhat.com>
1961L: qemu-block@nongnu.org
1962S: Odd Fixes
1963F: include/hw/ide/
1964F: hw/ide/
1965F: hw/block/block.c
1966F: hw/block/cdrom.c
1967F: hw/block/hd-geometry.c
1968F: tests/qtest/ide-test.c
1969F: tests/qtest/ahci-test.c
1970F: tests/qtest/cdrom-test.c
1971F: tests/qtest/libqos/ahci*
1972T: git https://gitlab.com/jsnow/qemu.git ide
1973
1974IPMI
1975M: Corey Minyard <minyard@acm.org>
1976S: Maintained
1977F: include/hw/ipmi/*
1978F: hw/ipmi/*
1979F: hw/smbios/smbios_type_38.c
1980F: tests/qtest/ipmi*
1981T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1982
1983Floppy
1984M: John Snow <jsnow@redhat.com>
1985L: qemu-block@nongnu.org
1986S: Odd Fixes
1987F: hw/block/fdc.c
1988F: hw/block/fdc-internal.h
1989F: hw/block/fdc-isa.c
1990F: hw/block/fdc-sysbus.c
1991F: include/hw/block/fdc.h
1992F: tests/qtest/fdc-test.c
1993T: git https://gitlab.com/jsnow/qemu.git ide
1994
1995Hyper-V VMBus
1996M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1997S: Odd Fixes
1998F: hw/hyperv/vmbus.c
1999F: include/hw/hyperv/vmbus*.h
2000
2001OMAP
2002M: Peter Maydell <peter.maydell@linaro.org>
2003L: qemu-arm@nongnu.org
2004S: Maintained
2005F: hw/*/omap*
2006F: include/hw/arm/omap.h
2007F: docs/system/arm/sx1.rst
2008
2009IPack
2010M: Alberto Garcia <berto@igalia.com>
2011S: Odd Fixes
2012F: hw/char/ipoctal232.c
2013F: hw/ipack/
2014
2015PCI
2016M: Michael S. Tsirkin <mst@redhat.com>
2017M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2018S: Supported
2019F: include/hw/pci/*
2020F: hw/misc/pci-testdev.c
2021F: hw/pci/*
2022F: hw/pci-bridge/*
2023F: qapi/pci.json
2024F: docs/pci*
2025F: docs/specs/*pci*
2026
2027PCIE DOE
2028M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
2029M: Chris Browy <cbrowy@avery-design.com>
2030S: Supported
2031F: include/hw/pci/pcie_doe.h
2032F: hw/pci/pcie_doe.c
2033
2034ACPI/SMBIOS
2035M: Michael S. Tsirkin <mst@redhat.com>
2036M: Igor Mammedov <imammedo@redhat.com>
2037R: Ani Sinha <anisinha@redhat.com>
2038S: Supported
2039F: include/hw/acpi/*
2040F: include/hw/firmware/smbios.h
2041F: hw/acpi/*
2042F: hw/smbios/*
2043F: hw/i386/acpi-build.[hc]
2044F: hw/arm/virt-acpi-build.c
2045F: qapi/acpi.json
2046F: tests/qtest/bios-tables-test*
2047F: tests/qtest/acpi-utils.[hc]
2048F: tests/data/acpi/
2049F: docs/specs/acpi_cpu_hotplug.rst
2050F: docs/specs/acpi_mem_hotplug.rst
2051F: docs/specs/acpi_nvdimm.rst
2052F: docs/specs/acpi_pci_hotplug.rst
2053F: docs/specs/acpi_hw_reduced_hotplug.rst
2054
2055ARM ACPI Subsystem
2056M: Shannon Zhao <shannon.zhaosl@gmail.com>
2057L: qemu-arm@nongnu.org
2058S: Maintained
2059F: hw/arm/virt-acpi-build.c
2060
2061RISC-V ACPI Subsystem
2062M: Sunil V L <sunilvl@ventanamicro.com>
2063L: qemu-riscv@nongnu.org
2064S: Maintained
2065F: hw/riscv/virt-acpi-build.c
2066
2067ACPI/VIOT
2068M: Jean-Philippe Brucker <jean-philippe@linaro.org>
2069S: Supported
2070F: hw/acpi/viot.c
2071F: hw/acpi/viot.h
2072
2073ACPI/AVOCADO/BIOSBITS
2074M: Ani Sinha <anisinha@redhat.com>
2075M: Michael S. Tsirkin <mst@redhat.com>
2076S: Supported
2077F: tests/functional/acpi-bits/*
2078F: tests/functional/test_acpi_bits.py
2079F: docs/devel/acpi-bits.rst
2080
2081ACPI/HEST/GHES
2082R: Dongjiu Geng <gengdongjiu1@gmail.com>
2083L: qemu-arm@nongnu.org
2084S: Maintained
2085F: hw/acpi/ghes.c
2086F: include/hw/acpi/ghes.h
2087F: docs/specs/acpi_hest_ghes.rst
2088
2089ppc4xx
2090L: qemu-ppc@nongnu.org
2091S: Orphan
2092F: hw/ppc/ppc4xx*.c
2093F: hw/ppc/ppc440_uc.c
2094F: hw/ppc/ppc440.h
2095F: hw/i2c/ppc4xx_i2c.c
2096F: include/hw/pci-host/ppc4xx.h
2097F: include/hw/ppc/ppc4xx.h
2098F: include/hw/i2c/ppc4xx_i2c.h
2099F: hw/intc/ppc-uic.c
2100F: include/hw/intc/ppc-uic.h
2101
2102Character devices
2103M: Marc-André Lureau <marcandre.lureau@redhat.com>
2104R: Paolo Bonzini <pbonzini@redhat.com>
2105S: Odd Fixes
2106F: hw/char/
2107F: include/hw/char/
2108
2109Network devices
2110M: Jason Wang <jasowang@redhat.com>
2111S: Odd Fixes
2112F: hw/net/
2113F: include/hw/net/
2114F: tests/qtest/virtio-net-test.c
2115F: tests/functional/test_info_usernet.py
2116F: docs/virtio-net-failover.rst
2117T: git https://github.com/jasowang/qemu.git net
2118
2119Parallel NOR Flash devices
2120M: Philippe Mathieu-Daudé <philmd@linaro.org>
2121T: git https://gitlab.com/philmd/qemu.git pflash-next
2122S: Maintained
2123F: hw/block/pflash_cfi*.c
2124F: include/hw/block/flash.h
2125
2126SCSI
2127M: Paolo Bonzini <pbonzini@redhat.com>
2128R: Fam Zheng <fam@euphon.net>
2129S: Supported
2130F: include/hw/scsi/*
2131F: hw/scsi/*
2132F: tests/qtest/virtio-scsi-test.c
2133F: tests/qtest/fuzz-virtio-scsi-test.c
2134F: tests/qtest/am53c974-test.c
2135F: tests/qtest/fuzz-lsi53c895a-test.c
2136T: git https://github.com/bonzini/qemu.git scsi-next
2137
2138SSI
2139M: Alistair Francis <alistair@alistair23.me>
2140S: Maintained
2141F: hw/ssi/*
2142F: hw/block/m25p80*
2143F: include/hw/ssi/ssi.h
2144X: hw/ssi/xilinx_*
2145F: tests/qtest/m25p80-test.c
2146
2147Xilinx SPI
2148M: Alistair Francis <alistair@alistair23.me>
2149S: Maintained
2150F: hw/ssi/xilinx_*
2151
2152SD (Secure Card)
2153M: Philippe Mathieu-Daudé <philmd@linaro.org>
2154M: Bin Meng <bmeng.cn@gmail.com>
2155L: qemu-block@nongnu.org
2156S: Odd Fixes
2157F: include/hw/sd/sd*
2158F: hw/sd/core.c
2159F: hw/sd/sd*
2160F: hw/sd/ssi-sd.c
2161F: tests/qtest/fuzz-sdcard-test.c
2162F: tests/qtest/sdhci-test.c
2163
2164USB
2165S: Orphan
2166F: hw/usb/*
2167F: stubs/usb-dev-stub.c
2168F: tests/qtest/usb-*-test.c
2169F: docs/system/devices/usb.rst
2170F: include/hw/usb.h
2171F: include/hw/usb/
2172
2173USB (serial adapter)
2174M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2175S: Maintained
2176F: hw/usb/dev-serial.c
2177
2178VFIO
2179M: Alex Williamson <alex.williamson@redhat.com>
2180M: Cédric Le Goater <clg@redhat.com>
2181S: Supported
2182F: hw/vfio/*
2183F: include/hw/vfio/
2184F: docs/igd-assign.txt
2185F: docs/devel/migration/vfio.rst
2186F: qapi/vfio.json
2187
2188vfio-ccw
2189M: Eric Farman <farman@linux.ibm.com>
2190M: Matthew Rosato <mjrosato@linux.ibm.com>
2191S: Supported
2192F: hw/vfio/ccw.c
2193F: hw/s390x/s390-ccw.c
2194F: include/hw/s390x/s390-ccw.h
2195F: include/hw/s390x/vfio-ccw.h
2196L: qemu-s390x@nongnu.org
2197
2198vfio-ap
2199M: Tony Krowiak <akrowiak@linux.ibm.com>
2200M: Halil Pasic <pasic@linux.ibm.com>
2201M: Jason Herne <jjherne@linux.ibm.com>
2202S: Supported
2203F: hw/s390x/ap-device.c
2204F: hw/s390x/ap-bridge.c
2205F: include/hw/s390x/ap-device.h
2206F: include/hw/s390x/ap-bridge.h
2207F: hw/vfio/ap.c
2208F: docs/system/s390x/vfio-ap.rst
2209L: qemu-s390x@nongnu.org
2210
2211iommufd
2212M: Yi Liu <yi.l.liu@intel.com>
2213M: Eric Auger <eric.auger@redhat.com>
2214M: Zhenzhong Duan <zhenzhong.duan@intel.com>
2215S: Supported
2216F: backends/iommufd.c
2217F: include/sysemu/iommufd.h
2218F: backends/host_iommu_device.c
2219F: include/sysemu/host_iommu_device.h
2220F: include/qemu/chardev_open.h
2221F: util/chardev_open.c
2222F: docs/devel/vfio-iommufd.rst
2223
2224vhost
2225M: Michael S. Tsirkin <mst@redhat.com>
2226R: Stefano Garzarella <sgarzare@redhat.com>
2227S: Supported
2228F: hw/*/*vhost*
2229F: docs/interop/vhost-user.json
2230F: docs/interop/vhost-user.rst
2231F: contrib/vhost-user-*/
2232F: backends/vhost-user.c
2233F: include/sysemu/vhost-user-backend.h
2234F: subprojects/libvhost-user/
2235
2236vhost-shadow-virtqueue
2237R: Eugenio Pérez <eperezma@redhat.com>
2238F: hw/virtio/vhost-shadow-virtqueue.*
2239
2240virtio
2241M: Michael S. Tsirkin <mst@redhat.com>
2242S: Supported
2243F: hw/*/virtio*
2244F: hw/virtio/Makefile.objs
2245F: hw/virtio/trace-events
2246F: qapi/virtio.json
2247F: net/vhost-user.c
2248F: include/hw/virtio/
2249F: docs/devel/virtio*
2250F: docs/devel/migration/virtio.rst
2251F: tests/functional/test_virtio_version.py
2252
2253virtio-balloon
2254M: Michael S. Tsirkin <mst@redhat.com>
2255M: David Hildenbrand <david@redhat.com>
2256S: Maintained
2257F: docs/interop/virtio-balloon-stats.rst
2258F: hw/virtio/virtio-balloon*.c
2259F: include/hw/virtio/virtio-balloon.h
2260F: system/balloon.c
2261F: include/sysemu/balloon.h
2262
2263virtio-9p
2264M: Greg Kurz <groug@kaod.org>
2265M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2266S: Maintained
2267W: https://wiki.qemu.org/Documentation/9p
2268F: hw/9pfs/
2269X: hw/9pfs/xen-9p*
2270X: hw/9pfs/9p-proxy*
2271F: fsdev/
2272X: fsdev/virtfs-proxy-helper.c
2273F: tests/qtest/virtio-9p-test.c
2274F: tests/qtest/libqos/virtio-9p*
2275T: git https://gitlab.com/gkurz/qemu.git 9p-next
2276T: git https://github.com/cschoenebeck/qemu.git 9p.next
2277
2278virtio-9p-proxy
2279F: hw/9pfs/9p-proxy*
2280F: fsdev/virtfs-proxy-helper.c
2281F: docs/tools/virtfs-proxy-helper.rst
2282S: Obsolete
2283
2284virtio-blk
2285M: Stefan Hajnoczi <stefanha@redhat.com>
2286L: qemu-block@nongnu.org
2287S: Supported
2288F: hw/block/virtio-blk-common.c
2289F: hw/block/virtio-blk.c
2290F: hw/block/dataplane/*
2291F: include/hw/virtio/virtio-blk-common.h
2292F: tests/qtest/virtio-blk-test.c
2293T: git https://github.com/stefanha/qemu.git block
2294
2295virtio-ccw
2296M: Cornelia Huck <cohuck@redhat.com>
2297M: Halil Pasic <pasic@linux.ibm.com>
2298M: Eric Farman <farman@linux.ibm.com>
2299S: Supported
2300F: hw/s390x/virtio-ccw*.[hc]
2301F: hw/s390x/vhost-*-ccw.c
2302T: git https://gitlab.com/cohuck/qemu.git s390-next
2303T: git https://github.com/borntraeger/qemu.git s390-next
2304L: qemu-s390x@nongnu.org
2305
2306virtio-dmabuf
2307M: Albert Esteve <aesteve@redhat.com>
2308S: Supported
2309F: hw/display/virtio-dmabuf.c
2310F: include/hw/virtio/virtio-dmabuf.h
2311F: tests/unit/test-virtio-dmabuf.c
2312
2313virtiofs
2314M: Stefan Hajnoczi <stefanha@redhat.com>
2315S: Supported
2316F: hw/virtio/vhost-user-fs*
2317F: include/hw/virtio/vhost-user-fs.h
2318L: virtio-fs@lists.linux.dev
2319
2320virtio-input
2321M: Gerd Hoffmann <kraxel@redhat.com>
2322S: Odd Fixes
2323F: docs/system/devices/vhost-user-input.rst
2324F: hw/input/virtio-input*.c
2325F: hw/virtio/vhost-user-input.c
2326F: include/hw/virtio/virtio-input.h
2327F: contrib/vhost-user-input/*
2328
2329virtio-iommu
2330M: Eric Auger <eric.auger@redhat.com>
2331S: Maintained
2332F: hw/virtio/virtio-iommu*.c
2333F: include/hw/virtio/virtio-iommu.h
2334
2335virtio-serial
2336M: Laurent Vivier <lvivier@redhat.com>
2337R: Amit Shah <amit@kernel.org>
2338S: Supported
2339F: hw/char/virtio-serial-bus.c
2340F: hw/char/virtio-console.c
2341F: include/hw/virtio/virtio-serial.h
2342F: tests/qtest/virtio-serial-test.c
2343
2344virtio-rng
2345M: Laurent Vivier <lvivier@redhat.com>
2346R: Amit Shah <amit@kernel.org>
2347S: Supported
2348F: hw/virtio/virtio-rng.c
2349F: include/hw/virtio/virtio-rng.h
2350F: include/sysemu/rng*.h
2351F: backends/rng*.c
2352F: tests/qtest/virtio-rng-test.c
2353
2354vhost-user-stubs
2355M: Alex Bennée <alex.bennee@linaro.org>
2356S: Maintained
2357F: hw/virtio/vhost-user-base.c
2358F: hw/virtio/vhost-user-device*
2359
2360vhost-user-rng
2361M: Mathieu Poirier <mathieu.poirier@linaro.org>
2362S: Supported
2363F: docs/system/devices/vhost-user-rng.rst
2364F: hw/virtio/vhost-user-rng.c
2365F: hw/virtio/vhost-user-rng-pci.c
2366F: include/hw/virtio/vhost-user-rng.h
2367F: tools/vhost-user-rng/*
2368
2369vhost-user-gpio
2370M: Alex Bennée <alex.bennee@linaro.org>
2371R: Viresh Kumar <viresh.kumar@linaro.org>
2372S: Maintained
2373F: hw/virtio/vhost-user-gpio*
2374F: include/hw/virtio/vhost-user-gpio.h
2375F: tests/qtest/libqos/virtio-gpio.*
2376
2377vhost-user-snd
2378M: Alex Bennée <alex.bennee@linaro.org>
2379R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
2380S: Maintained
2381F: hw/virtio/vhost-user-snd*
2382F: include/hw/virtio/vhost-user-snd.h
2383
2384vhost-user-scmi
2385R: mzamazal@redhat.com
2386S: Supported
2387F: hw/virtio/vhost-user-scmi*
2388F: include/hw/virtio/vhost-user-scmi.h
2389F: tests/qtest/libqos/virtio-scmi.*
2390
2391virtio-crypto
2392M: Gonglei <arei.gonglei@huawei.com>
2393S: Supported
2394F: hw/virtio/virtio-crypto.c
2395F: hw/virtio/virtio-crypto-pci.c
2396F: include/hw/virtio/virtio-crypto.h
2397
2398virtio based memory device
2399M: David Hildenbrand <david@redhat.com>
2400S: Supported
2401F: hw/virtio/virtio-md-pci.c
2402F: include/hw/virtio/virtio-md-pci.h
2403F: stubs/virtio-md-pci.c
2404
2405virtio-mem
2406M: David Hildenbrand <david@redhat.com>
2407S: Supported
2408W: https://virtio-mem.gitlab.io/
2409F: hw/virtio/virtio-mem.c
2410F: hw/virtio/virtio-mem-pci.h
2411F: hw/virtio/virtio-mem-pci.c
2412F: include/hw/virtio/virtio-mem.h
2413
2414virtio-snd
2415M: Gerd Hoffmann <kraxel@redhat.com>
2416R: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
2417S: Supported
2418F: hw/audio/virtio-snd.c
2419F: hw/audio/virtio-snd-pci.c
2420F: include/hw/audio/virtio-snd.h
2421F: docs/system/devices/virtio-snd.rst
2422
2423nvme
2424M: Keith Busch <kbusch@kernel.org>
2425M: Klaus Jensen <its@irrelevant.dk>
2426R: Jesper Devantier <foss@defmacro.it>
2427L: qemu-block@nongnu.org
2428S: Supported
2429F: hw/nvme/*
2430F: include/block/nvme.h
2431F: tests/qtest/nvme-test.c
2432F: docs/system/devices/nvme.rst
2433T: git git://git.infradead.org/qemu-nvme.git nvme-next
2434
2435ufs
2436M: Jeuk Kim <jeuk20.kim@samsung.com>
2437S: Supported
2438F: hw/ufs/*
2439F: include/block/ufs.h
2440F: tests/qtest/ufs-test.c
2441
2442megasas
2443M: Hannes Reinecke <hare@suse.com>
2444L: qemu-block@nongnu.org
2445S: Supported
2446F: hw/scsi/megasas.c
2447F: hw/scsi/mfi.h
2448F: tests/qtest/megasas-test.c
2449F: tests/qtest/fuzz-megasas-test.c
2450
2451Network packet abstractions
2452M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2453R: Akihiko Odaki <akihiko.odaki@daynix.com>
2454S: Maintained
2455F: include/net/eth.h
2456F: net/eth.c
2457F: hw/net/net_rx_pkt*
2458F: hw/net/net_tx_pkt*
2459
2460Vmware
2461M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2462S: Maintained
2463F: docs/specs/vmw_pvscsi-spec.txt
2464F: hw/display/vmware_vga.c
2465F: hw/net/vmxnet*
2466F: hw/scsi/vmw_pvscsi*
2467F: pc-bios/efi-vmxnet3.rom
2468F: pc-bios/vgabios-vmware.bin
2469F: roms/config.vga-vmware
2470F: tests/qtest/vmxnet3-test.c
2471F: docs/specs/vwm_pvscsi-spec.rst
2472
2473Rocker
2474M: Jiri Pirko <jiri@resnulli.us>
2475S: Maintained
2476F: hw/net/rocker/
2477F: qapi/rocker.json
2478F: tests/rocker/
2479F: docs/specs/rocker.rst
2480
2481e1000x
2482M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2483R: Akihiko Odaki <akihiko.odaki@daynix.com>
2484S: Maintained
2485F: hw/net/e1000x*
2486
2487e1000e
2488M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2489R: Akihiko Odaki <akihiko.odaki@daynix.com>
2490S: Maintained
2491F: hw/net/e1000e*
2492F: tests/qtest/fuzz-e1000e-test.c
2493F: tests/qtest/e1000e-test.c
2494F: tests/qtest/libqos/e1000e.*
2495
2496igb
2497M: Akihiko Odaki <akihiko.odaki@daynix.com>
2498R: Sriram Yagnaraman <sriram.yagnaraman@ericsson.com>
2499S: Maintained
2500F: docs/system/devices/igb.rst
2501F: hw/net/igb*
2502F: tests/functional/test_netdev_ethtool.py
2503F: tests/qtest/igb-test.c
2504F: tests/qtest/libqos/igb.c
2505
2506eepro100
2507M: Stefan Weil <sw@weilnetz.de>
2508S: Maintained
2509F: hw/net/eepro100.c
2510
2511tulip
2512M: Sven Schnelle <svens@stackframe.org>
2513S: Maintained
2514F: hw/net/tulip.c
2515F: hw/net/tulip.h
2516
2517pca954x
2518M: Patrick Leis <venture@google.com>
2519S: Maintained
2520F: hw/i2c/i2c_mux_pca954x.c
2521F: include/hw/i2c/i2c_mux_pca954x.h
2522
2523pcf8574
2524M: Dmitrii Sharikhin <d.sharikhin@yadro.com>
2525S: Maintained
2526F: hw/gpio/pcf8574.c
2527F: include/gpio/pcf8574.h
2528
2529Generic Loader
2530M: Alistair Francis <alistair@alistair23.me>
2531S: Maintained
2532F: hw/core/generic-loader.c
2533F: hw/core/uboot_image.h
2534F: include/hw/core/generic-loader.h
2535F: docs/system/generic-loader.rst
2536
2537Guest Loader
2538M: Alex Bennée <alex.bennee@linaro.org>
2539S: Maintained
2540F: hw/core/guest-loader.c
2541F: docs/system/guest-loader.rst
2542F: tests/avocado/boot_xen.py
2543
2544Intel Hexadecimal Object File Loader
2545M: Su Hang <suhang16@mails.ucas.ac.cn>
2546S: Maintained
2547F: tests/qtest/hexloader-test.c
2548F: tests/data/hex-loader/test.hex
2549
2550CHRP NVRAM
2551M: Thomas Huth <thuth@redhat.com>
2552S: Maintained
2553F: hw/nvram/chrp_nvram.c
2554F: include/hw/nvram/chrp_nvram.h
2555F: tests/qtest/prom-env-test.c
2556
2557VM Generation ID
2558S: Orphan
2559R: Ani Sinha <ani@anisinha.ca>
2560F: hw/acpi/vmgenid.c
2561F: include/hw/acpi/vmgenid.h
2562F: docs/specs/vmgenid.rst
2563F: tests/qtest/vmgenid-test.c
2564
2565LED
2566M: Philippe Mathieu-Daudé <philmd@linaro.org>
2567S: Maintained
2568F: include/hw/misc/led.h
2569F: hw/misc/led.c
2570
2571Unimplemented device
2572M: Peter Maydell <peter.maydell@linaro.org>
2573R: Philippe Mathieu-Daudé <philmd@linaro.org>
2574R: Ani Sinha <ani@anisinha.ca>
2575S: Maintained
2576F: include/hw/misc/unimp.h
2577F: hw/misc/unimp.c
2578
2579Empty slot
2580M: Artyom Tarasenko <atar4qemu@gmail.com>
2581R: Philippe Mathieu-Daudé <philmd@linaro.org>
2582R: Ani Sinha <ani@anisinha.ca>
2583S: Maintained
2584F: include/hw/misc/empty_slot.h
2585F: hw/misc/empty_slot.c
2586
2587Standard VGA
2588M: Gerd Hoffmann <kraxel@redhat.com>
2589S: Maintained
2590F: hw/display/vga*
2591F: hw/display/bochs-display.c
2592F: include/hw/display/vga.h
2593F: include/hw/display/bochs-vbe.h
2594F: docs/specs/standard-vga.rst
2595
2596ramfb
2597M: Gerd Hoffmann <kraxel@redhat.com>
2598S: Maintained
2599F: hw/display/ramfb*.c
2600F: include/hw/display/ramfb.h
2601
2602virtio-gpu
2603S: Orphan
2604F: hw/display/virtio-gpu*
2605F: hw/display/virtio-vga.*
2606F: include/hw/virtio/virtio-gpu.h
2607F: docs/system/devices/virtio-gpu.rst
2608
2609vhost-user-blk
2610M: Raphael Norwitz <raphael@enfabrica.net>
2611S: Maintained
2612F: contrib/vhost-user-blk/
2613F: contrib/vhost-user-scsi/
2614F: hw/block/vhost-user-blk.c
2615F: hw/block/virtio-blk-common.c
2616F: hw/scsi/vhost-user-scsi.c
2617F: hw/virtio/vhost-user-blk-pci.c
2618F: hw/virtio/vhost-user-scsi-pci.c
2619F: include/hw/virtio/vhost-user-blk.h
2620F: include/hw/virtio/vhost-user-scsi.h
2621F: include/hw/virtio/virtio-blk-common.h
2622
2623vhost-user-gpu
2624M: Marc-André Lureau <marcandre.lureau@redhat.com>
2625S: Maintained
2626F: docs/interop/vhost-user-gpu.rst
2627F: contrib/vhost-user-gpu
2628F: hw/display/vhost-user-*
2629
2630Cirrus VGA
2631M: Gerd Hoffmann <kraxel@redhat.com>
2632S: Odd Fixes
2633W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2634F: hw/display/cirrus*
2635
2636EDID Generator
2637M: Gerd Hoffmann <kraxel@redhat.com>
2638S: Maintained
2639F: hw/display/edid*
2640F: include/hw/display/edid.h
2641F: qemu-edid.c
2642
2643PIIX4 South Bridge (i82371AB)
2644M: Hervé Poussineau <hpoussin@reactos.org>
2645M: Philippe Mathieu-Daudé <philmd@linaro.org>
2646S: Maintained
2647F: hw/isa/piix.c
2648F: include/hw/southbridge/piix.h
2649
2650VIA South Bridges (VT82C686B, VT8231)
2651M: BALATON Zoltan <balaton@eik.bme.hu>
2652M: Philippe Mathieu-Daudé <philmd@linaro.org>
2653R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2654S: Maintained
2655F: hw/isa/vt82c686.c
2656F: hw/usb/vt82c686-uhci-pci.c
2657F: include/hw/isa/vt82c686.h
2658
2659Firmware configuration (fw_cfg)
2660M: Philippe Mathieu-Daudé <philmd@linaro.org>
2661R: Gerd Hoffmann <kraxel@redhat.com>
2662S: Supported
2663F: docs/specs/fw_cfg.txt
2664F: hw/nvram/fw_cfg*.c
2665F: stubs/fw_cfg.c
2666F: include/hw/nvram/fw_cfg.h
2667F: include/standard-headers/linux/qemu_fw_cfg.h
2668F: tests/qtest/libqos/fw_cfg.c
2669F: tests/qtest/fw_cfg-test.c
2670T: git https://github.com/philmd/qemu.git fw_cfg-next
2671
2672XIVE
2673M: Cédric Le Goater <clg@kaod.org>
2674R: Frédéric Barrat <fbarrat@linux.ibm.com>
2675L: qemu-ppc@nongnu.org
2676S: Odd Fixes
2677F: hw/*/*xive*
2678F: include/hw/*/*xive*
2679F: docs/*/*xive*
2680
2681Renesas peripherals
2682R: Yoshinori Sato <ysato@users.sourceforge.jp>
2683R: Magnus Damm <magnus.damm@gmail.com>
2684S: Odd Fixes
2685F: hw/char/renesas_sci.c
2686F: hw/char/sh_serial.c
2687F: hw/timer/renesas_*.c
2688F: hw/timer/sh_timer.c
2689F: include/hw/char/renesas_sci.h
2690F: include/hw/sh4/sh.h
2691F: include/hw/timer/renesas_*.h
2692
2693Renesas RX peripherals
2694R: Yoshinori Sato <ysato@users.sourceforge.jp>
2695S: Orphan
2696F: hw/intc/rx_icu.c
2697F: hw/rx/
2698F: include/hw/intc/rx_icu.h
2699F: include/hw/rx/
2700
2701CAN bus subsystem and hardware
2702M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2703M: Vikram Garhwal <fnu.vikram@xilinx.com>
2704S: Maintained
2705W: https://canbus.pages.fel.cvut.cz/
2706F: net/can/*
2707F: hw/net/can/*
2708F: include/net/can_*.h
2709F: docs/system/devices/can.rst
2710
2711OpenPIC interrupt controller
2712M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2713S: Odd Fixes
2714F: hw/intc/openpic.c
2715F: include/hw/ppc/openpic.h
2716
2717MIPS CPS
2718M: Philippe Mathieu-Daudé <philmd@linaro.org>
2719S: Odd Fixes
2720F: hw/misc/mips_*
2721F: include/hw/misc/mips_*
2722
2723MIPS GIC
2724M: Philippe Mathieu-Daudé <philmd@linaro.org>
2725S: Odd Fixes
2726F: hw/intc/mips_gic.c
2727F: hw/timer/mips_gictimer.c
2728F: include/hw/intc/mips_gic.h
2729F: include/hw/timer/mips_gictimer.h
2730
2731S390 3270 device
2732M: Halil Pasic <pasic@linux.ibm.com>
2733M: Christian Borntraeger <borntraeger@linux.ibm.com>
2734S: Odd fixes
2735F: include/hw/s390x/3270-ccw.h
2736F: hw/char/terminal3270.c
2737F: hw/s390x/3270-ccw.c
2738L: qemu-s390x@nongnu.org
2739
2740S390 diag 288 watchdog
2741M: Halil Pasic <pasic@linux.ibm.com>
2742M: Christian Borntraeger <borntraeger@linux.ibm.com>
2743S: Supported
2744F: hw/watchdog/wdt_diag288.c
2745F: include/hw/watchdog/wdt_diag288.h
2746L: qemu-s390x@nongnu.org
2747
2748S390 storage key device
2749M: Halil Pasic <pasic@linux.ibm.com>
2750M: Christian Borntraeger <borntraeger@linux.ibm.com>
2751S: Supported
2752F: hw/s390x/storage-keys.h
2753F: hw/s390x/s390-skeys*.c
2754L: qemu-s390x@nongnu.org
2755
2756S390 storage attribute device
2757M: Halil Pasic <pasic@linux.ibm.com>
2758M: Christian Borntraeger <borntraeger@linux.ibm.com>
2759S: Supported
2760F: hw/s390x/storage-attributes.h
2761F: hw/s390x/s390-stattrib*.c
2762L: qemu-s390x@nongnu.org
2763
2764S390 floating interrupt controller
2765M: Halil Pasic <pasic@linux.ibm.com>
2766M: Christian Borntraeger <borntraeger@linux.ibm.com>
2767M: David Hildenbrand <david@redhat.com>
2768S: Supported
2769F: hw/intc/s390_flic*.c
2770F: include/hw/s390x/s390_flic.h
2771L: qemu-s390x@nongnu.org
2772
2773CanoKey
2774M: Hongren (Zenithal) Zheng <i@zenithal.me>
2775S: Maintained
2776R: Canokeys.org <contact@canokeys.org>
2777F: hw/usb/canokey.c
2778F: hw/usb/canokey.h
2779F: docs/system/devices/canokey.rst
2780
2781Hyper-V Dynamic Memory Protocol
2782M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
2783S: Supported
2784F: hw/hyperv/hv-balloon*.c
2785F: hw/hyperv/hv-balloon*.h
2786F: include/hw/hyperv/dynmem-proto.h
2787F: include/hw/hyperv/hv-balloon.h
2788
2789Subsystems
2790----------
2791Overall Audio backends
2792M: Gerd Hoffmann <kraxel@redhat.com>
2793M: Marc-André Lureau <marcandre.lureau@redhat.com>
2794S: Odd Fixes
2795F: audio/
2796X: audio/alsaaudio.c
2797X: audio/coreaudio.c
2798X: audio/dsound*
2799X: audio/jackaudio.c
2800X: audio/ossaudio.c
2801X: audio/paaudio.c
2802X: audio/sdlaudio.c
2803X: audio/sndioaudio.c
2804X: audio/spiceaudio.c
2805F: qapi/audio.json
2806
2807ALSA Audio backend
2808M: Gerd Hoffmann <kraxel@redhat.com>
2809R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2810S: Odd Fixes
2811F: audio/alsaaudio.c
2812
2813Core Audio framework backend
2814M: Gerd Hoffmann <kraxel@redhat.com>
2815M: Philippe Mathieu-Daudé <philmd@linaro.org>
2816R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2817R: Akihiko Odaki <akihiko.odaki@daynix.com>
2818S: Odd Fixes
2819F: audio/coreaudio.c
2820
2821DSound Audio backend
2822M: Gerd Hoffmann <kraxel@redhat.com>
2823S: Odd Fixes
2824F: audio/dsound*
2825
2826JACK Audio Connection Kit backend
2827M: Gerd Hoffmann <kraxel@redhat.com>
2828R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2829S: Odd Fixes
2830F: audio/jackaudio.c
2831
2832Open Sound System (OSS) Audio backend
2833M: Gerd Hoffmann <kraxel@redhat.com>
2834S: Odd Fixes
2835F: audio/ossaudio.c
2836
2837PulseAudio backend
2838M: Gerd Hoffmann <kraxel@redhat.com>
2839S: Odd Fixes
2840F: audio/paaudio.c
2841
2842SDL Audio backend
2843M: Gerd Hoffmann <kraxel@redhat.com>
2844R: Thomas Huth <huth@tuxfamily.org>
2845S: Odd Fixes
2846F: audio/sdlaudio.c
2847
2848Sndio Audio backend
2849M: Gerd Hoffmann <kraxel@redhat.com>
2850R: Alexandre Ratchov <alex@caoua.org>
2851S: Odd Fixes
2852F: audio/sndioaudio.c
2853
2854Block layer core
2855M: Kevin Wolf <kwolf@redhat.com>
2856M: Hanna Reitz <hreitz@redhat.com>
2857L: qemu-block@nongnu.org
2858S: Supported
2859F: block*
2860F: block/
2861F: hw/block/
2862F: qapi/block*.json
2863F: qapi/transaction.json
2864F: include/block/
2865F: include/sysemu/block-*.h
2866F: qemu-img*
2867F: docs/tools/qemu-img.rst
2868F: qemu-io*
2869F: tests/qemu-iotests/
2870F: util/qemu-progress.c
2871F: qobject/block-qdict.c
2872F: tests/unit/check-block-qdict.c
2873T: git https://repo.or.cz/qemu/kevin.git block
2874
2875Storage daemon
2876M: Kevin Wolf <kwolf@redhat.com>
2877L: qemu-block@nongnu.org
2878S: Supported
2879F: storage-daemon/
2880F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2881F: docs/tools/qemu-storage-daemon.rst
2882T: git https://repo.or.cz/qemu/kevin.git block
2883
2884Block I/O path
2885M: Stefan Hajnoczi <stefanha@redhat.com>
2886M: Fam Zheng <fam@euphon.net>
2887L: qemu-block@nongnu.org
2888S: Supported
2889F: util/async.c
2890F: util/aio-*.c
2891F: util/aio-*.h
2892F: util/defer-call.c
2893F: util/fdmon-*.c
2894F: block/io.c
2895F: include/block/aio.h
2896F: include/block/aio-wait.h
2897F: include/qemu/defer-call.h
2898F: scripts/qemugdb/aio.py
2899F: tests/unit/test-fdmon-epoll.c
2900T: git https://github.com/stefanha/qemu.git block
2901
2902Block SCSI subsystem
2903M: Paolo Bonzini <pbonzini@redhat.com>
2904R: Fam Zheng <fam@euphon.net>
2905L: qemu-block@nongnu.org
2906S: Supported
2907F: include/scsi/*
2908F: scsi/*
2909
2910Block Jobs
2911M: John Snow <jsnow@redhat.com>
2912M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2913L: qemu-block@nongnu.org
2914S: Supported
2915F: blockjob.c
2916F: include/block/blockjob.h
2917F: job.c
2918F: job-qmp.c
2919F: include/qemu/job.h
2920F: block/backup.c
2921F: block/commit.c
2922F: block/stream.c
2923F: block/mirror.c
2924F: qapi/job.json
2925F: block/block-copy.c
2926F: include/block/block-copy.h
2927F: block/reqlist.c
2928F: include/block/reqlist.h
2929F: block/copy-before-write.h
2930F: block/copy-before-write.c
2931F: block/snapshot-access.c
2932F: include/block/aio_task.h
2933F: block/aio_task.c
2934F: util/qemu-co-shared-resource.c
2935F: include/qemu/co-shared-resource.h
2936T: git https://gitlab.com/jsnow/qemu.git jobs
2937T: git https://gitlab.com/vsementsov/qemu.git block
2938
2939Compute Express Link
2940M: Jonathan Cameron <jonathan.cameron@huawei.com>
2941R: Fan Ni <fan.ni@samsung.com>
2942S: Supported
2943F: hw/cxl/
2944F: hw/mem/cxl_type3.c
2945F: include/hw/cxl/
2946F: qapi/cxl.json
2947
2948Dirty Bitmaps
2949M: Eric Blake <eblake@redhat.com>
2950M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2951R: John Snow <jsnow@redhat.com>
2952L: qemu-block@nongnu.org
2953S: Supported
2954F: include/qemu/hbitmap.h
2955F: include/block/dirty-bitmap.h
2956F: block/monitor/bitmap-qmp-cmds.c
2957F: block/dirty-bitmap.c
2958F: block/qcow2-bitmap.c
2959F: migration/block-dirty-bitmap.c
2960F: util/hbitmap.c
2961F: tests/unit/test-hbitmap.c
2962F: docs/interop/bitmaps.rst
2963T: git https://repo.or.cz/qemu/ericb.git bitmaps
2964T: git https://gitlab.com/vsementsov/qemu.git block
2965
2966Character device backends
2967M: Marc-André Lureau <marcandre.lureau@redhat.com>
2968R: Paolo Bonzini <pbonzini@redhat.com>
2969S: Maintained
2970F: chardev/
2971F: include/chardev/
2972F: qapi/char.json
2973
2974Character Devices (Braille)
2975M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2976S: Maintained
2977F: chardev/baum.c
2978
2979Command line option argument parsing
2980M: Markus Armbruster <armbru@redhat.com>
2981S: Supported
2982F: include/qemu/option.h
2983F: tests/unit/test-keyval.c
2984F: tests/unit/test-qemu-opts.c
2985F: tests/functional/test_version.py
2986F: util/keyval.c
2987F: util/qemu-option.c
2988
2989Coverity model
2990M: Markus Armbruster <armbru@redhat.com>
2991S: Supported
2992F: scripts/coverity-model.c
2993
2994Coverity Scan integration
2995M: Peter Maydell <peter.maydell@linaro.org>
2996S: Maintained
2997F: scripts/coverity-scan/
2998
2999Device Tree
3000M: Alistair Francis <alistair.francis@wdc.com>
3001R: David Gibson <david@gibson.dropbear.id.au>
3002S: Maintained
3003F: system/device_tree.c
3004F: include/sysemu/device_tree.h
3005
3006Dump
3007S: Supported
3008M: Marc-André Lureau <marcandre.lureau@redhat.com>
3009F: dump/
3010F: hw/misc/vmcoreinfo.c
3011F: include/hw/misc/vmcoreinfo.h
3012F: include/qemu/win_dump_defs
3013F: include/sysemu/dump-arch.h
3014F: include/sysemu/dump.h
3015F: qapi/dump.json
3016F: scripts/dump-guest-memory.py
3017F: stubs/dump.c
3018F: docs/specs/vmcoreinfo.rst
3019
3020Error reporting
3021M: Markus Armbruster <armbru@redhat.com>
3022S: Supported
3023F: include/qapi/error.h
3024F: include/qemu/error-report.h
3025F: qapi/error.json
3026F: util/error.c
3027F: util/error-report.c
3028F: scripts/coccinelle/err-bad-newline.cocci
3029F: scripts/coccinelle/error-use-after-free.cocci
3030F: scripts/coccinelle/error_propagate_null.cocci
3031F: scripts/coccinelle/remove_local_err.cocci
3032F: scripts/coccinelle/use-error_fatal.cocci
3033F: scripts/coccinelle/errp-guard.cocci
3034
3035GDB stub
3036M: Alex Bennée <alex.bennee@linaro.org>
3037R: Philippe Mathieu-Daudé <philmd@linaro.org>
3038S: Maintained
3039F: docs/system/gdb.rst
3040F: gdbstub/*
3041F: include/exec/gdbstub.h
3042F: include/gdbstub/*
3043F: gdb-xml/
3044F: tests/tcg/multiarch/gdbstub/*
3045F: scripts/feature_to_c.py
3046F: scripts/probe-gdb-support.py
3047
3048Memory API
3049M: Paolo Bonzini <pbonzini@redhat.com>
3050M: Peter Xu <peterx@redhat.com>
3051M: David Hildenbrand <david@redhat.com>
3052R: Philippe Mathieu-Daudé <philmd@linaro.org>
3053S: Supported
3054F: include/exec/ioport.h
3055F: include/exec/memop.h
3056F: include/exec/memory.h
3057F: include/exec/ram_addr.h
3058F: include/exec/ramblock.h
3059F: include/sysemu/memory_mapping.h
3060F: system/dma-helpers.c
3061F: system/ioport.c
3062F: system/memory.c
3063F: system/memory_mapping.c
3064F: system/physmem.c
3065F: include/exec/memory-internal.h
3066F: scripts/coccinelle/memory-region-housekeeping.cocci
3067
3068Memory devices
3069M: David Hildenbrand <david@redhat.com>
3070M: Igor Mammedov <imammedo@redhat.com>
3071R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
3072S: Supported
3073F: hw/mem/memory-device.c
3074F: hw/mem/nvdimm.c
3075F: hw/mem/pc-dimm.c
3076F: include/hw/mem/memory-device.h
3077F: include/hw/mem/nvdimm.h
3078F: include/hw/mem/pc-dimm.h
3079F: stubs/memory_device.c
3080F: docs/nvdimm.txt
3081
3082SPICE
3083S: Orphan
3084F: include/ui/qemu-spice.h
3085F: include/ui/spice-display.h
3086F: ui/spice-*.c
3087F: audio/spiceaudio.c
3088F: hw/display/qxl*
3089F: qapi/ui.json
3090F: docs/spice-port-fqdn.txt
3091
3092Graphics
3093M: Marc-André Lureau <marcandre.lureau@redhat.com>
3094S: Odd Fixes
3095F: ui/
3096F: include/ui/
3097F: qapi/ui.json
3098F: util/drm.c
3099F: docs/devel/ui.rst
3100
3101Cocoa graphics
3102M: Peter Maydell <peter.maydell@linaro.org>
3103M: Philippe Mathieu-Daudé <philmd@linaro.org>
3104R: Akihiko Odaki <akihiko.odaki@daynix.com>
3105S: Odd Fixes
3106F: ui/cocoa.m
3107
3108Main loop
3109M: Paolo Bonzini <pbonzini@redhat.com>
3110S: Maintained
3111F: include/qemu/main-loop.h
3112F: include/sysemu/runstate.h
3113F: include/sysemu/runstate-action.h
3114F: util/main-loop.c
3115F: util/qemu-timer*.c
3116F: system/vl.c
3117F: system/main.c
3118F: system/cpus.c
3119F: system/cpu-throttle.c
3120F: system/cpu-timers.c
3121F: system/runstate*
3122F: qapi/run-state.json
3123
3124Read, Copy, Update (RCU)
3125M: Paolo Bonzini <pbonzini@redhat.com>
3126S: Maintained
3127F: docs/devel/lockcnt.txt
3128F: docs/devel/rcu.txt
3129F: include/qemu/rcu*.h
3130F: tests/unit/rcutorture.c
3131F: tests/unit/test-rcu-*.c
3132F: util/rcu.c
3133
3134Human Monitor (HMP)
3135M: Dr. David Alan Gilbert <dave@treblig.org>
3136S: Maintained
3137F: monitor/monitor-internal.h
3138F: monitor/misc.c
3139F: monitor/monitor.c
3140F: monitor/hmp*
3141F: hmp.h
3142F: hmp-commands*.hx
3143F: include/monitor/hmp-target.h
3144F: tests/qtest/test-hmp.c
3145F: include/qemu/qemu-print.h
3146F: util/qemu-print.c
3147
3148Network device backends
3149M: Jason Wang <jasowang@redhat.com>
3150S: Maintained
3151F: net/
3152F: include/net/
3153F: qemu-bridge-helper.c
3154T: git https://github.com/jasowang/qemu.git net
3155F: qapi/net.json
3156
3157Netmap network backend
3158M: Luigi Rizzo <rizzo@iet.unipi.it>
3159M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
3160M: Vincenzo Maffione <v.maffione@gmail.com>
3161W: http://info.iet.unipi.it/~luigi/netmap/
3162S: Maintained
3163F: net/netmap.c
3164
3165AF_XDP network backend
3166R: Ilya Maximets <i.maximets@ovn.org>
3167F: net/af-xdp.c
3168
3169Host Memory Backends
3170M: David Hildenbrand <david@redhat.com>
3171M: Igor Mammedov <imammedo@redhat.com>
3172S: Maintained
3173F: backends/hostmem*.c
3174F: include/sysemu/hostmem.h
3175F: docs/system/vm-templating.rst
3176T: git https://gitlab.com/ehabkost/qemu.git machine-next
3177
3178Cryptodev Backends
3179M: Gonglei <arei.gonglei@huawei.com>
3180M: zhenwei pi <pizhenwei@bytedance.com>
3181S: Maintained
3182F: include/sysemu/cryptodev*.h
3183F: backends/cryptodev*.c
3184F: qapi/cryptodev.json
3185
3186Python library
3187M: John Snow <jsnow@redhat.com>
3188M: Cleber Rosa <crosa@redhat.com>
3189R: Beraldo Leal <bleal@redhat.com>
3190S: Maintained
3191F: python/
3192T: git https://gitlab.com/jsnow/qemu.git python
3193
3194Python scripts
3195M: John Snow <jsnow@redhat.com>
3196M: Cleber Rosa <crosa@redhat.com>
3197S: Odd Fixes
3198F: scripts/*.py
3199F: tests/*.py
3200
3201Benchmark util
3202M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3203S: Maintained
3204F: scripts/simplebench/
3205T: git https://gitlab.com/vsementsov/qemu.git simplebench
3206
3207Transactions helper
3208M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3209S: Maintained
3210F: include/qemu/transactions.h
3211F: util/transactions.c
3212T: git https://gitlab.com/vsementsov/qemu.git block
3213
3214QAPI
3215M: Markus Armbruster <armbru@redhat.com>
3216M: Michael Roth <michael.roth@amd.com>
3217S: Supported
3218F: qapi/
3219X: qapi/*.json
3220F: include/qapi/
3221X: include/qapi/qmp/
3222F: include/qapi/qmp/dispatch.h
3223F: tests/qapi-schema/
3224F: tests/unit/test-*-visitor.c
3225F: tests/unit/test-qapi-*.c
3226F: tests/unit/test-qmp-*.c
3227F: tests/unit/test-visitor-serialization.c
3228F: scripts/qapi-gen.py
3229F: scripts/qapi/*
3230F: docs/sphinx/qapidoc.py
3231F: docs/devel/qapi*
3232T: git https://repo.or.cz/qemu/armbru.git qapi-next
3233
3234QAPI Schema
3235M: Eric Blake <eblake@redhat.com>
3236M: Markus Armbruster <armbru@redhat.com>
3237S: Supported
3238F: qapi/*.json
3239F: qga/qapi-schema.json
3240T: git https://repo.or.cz/qemu/armbru.git qapi-next
3241
3242QObject
3243M: Markus Armbruster <armbru@redhat.com>
3244S: Supported
3245F: qobject/
3246F: include/qapi/qmp/
3247X: include/qapi/qmp/dispatch.h
3248F: scripts/coccinelle/qobject.cocci
3249F: tests/unit/check-qdict.c
3250F: tests/unit/check-qjson.c
3251F: tests/unit/check-qlist.c
3252F: tests/unit/check-qlit.c
3253F: tests/unit/check-qnull.c
3254F: tests/unit/check-qnum.c
3255F: tests/unit/check-qobject.c
3256F: tests/unit/check-qstring.c
3257F: tests/data/qobject/qdict.txt
3258T: git https://repo.or.cz/qemu/armbru.git qapi-next
3259
3260QEMU Guest Agent
3261M: Michael Roth <michael.roth@amd.com>
3262M: Konstantin Kostiuk <kkostiuk@redhat.com>
3263S: Maintained
3264F: qga/
3265F: contrib/systemd/qemu-guest-agent.service
3266F: docs/interop/qemu-ga.rst
3267F: docs/interop/qemu-ga-ref.rst
3268F: scripts/qemu-guest-agent/
3269F: tests/*/test-qga*
3270T: git https://github.com/mdroth/qemu.git qga
3271
3272QEMU Guest Agent Win32
3273M: Konstantin Kostiuk <kkostiuk@redhat.com>
3274S: Maintained
3275F: qga/*win32*
3276F: qga/vss-win32/
3277F: qga/installer/
3278T: git https://github.com/kostyanf14/qemu.git qga-win32
3279
3280QOM
3281M: Paolo Bonzini <pbonzini@redhat.com>
3282R: Daniel P. Berrange <berrange@redhat.com>
3283R: Eduardo Habkost <eduardo@habkost.net>
3284S: Supported
3285F: docs/devel/qom.rst
3286F: docs/qdev-device-use.txt
3287F: hw/core/qdev*
3288F: hw/core/bus.c
3289F: hw/core/sysbus.c
3290F: include/hw/qdev*
3291F: include/monitor/qdev.h
3292F: include/qom/
3293F: qapi/qom.json
3294F: qapi/qdev.json
3295F: scripts/coccinelle/qom-parent-type.cocci
3296F: scripts/qom-cast-macro-clean-cocci-gen.py
3297F: system/qdev-monitor.c
3298F: stubs/qdev.c
3299F: qom/
3300F: tests/unit/check-qom-interface.c
3301F: tests/unit/check-qom-proplist.c
3302F: tests/unit/test-qdev-global-props.c
3303
3304QOM boilerplate conversion script
3305M: Eduardo Habkost <eduardo@habkost.net>
3306S: Maintained
3307F: scripts/codeconverter/
3308
3309QMP
3310M: Markus Armbruster <armbru@redhat.com>
3311S: Supported
3312F: monitor/monitor-internal.h
3313F: monitor/qmp*
3314F: monitor/misc.c
3315F: monitor/monitor.c
3316F: qapi/control.json
3317F: qapi/error.json
3318F: qapi/introspect.json
3319F: docs/devel/*qmp-*
3320F: docs/interop/*qmp-*
3321F: scripts/qmp/
3322F: tests/qtest/qmp-test.c
3323F: tests/qtest/qmp-cmd-test.c
3324T: git https://repo.or.cz/qemu/armbru.git qapi-next
3325
3326qtest
3327M: Thomas Huth <thuth@redhat.com>
3328M: Laurent Vivier <lvivier@redhat.com>
3329R: Paolo Bonzini <pbonzini@redhat.com>
3330S: Maintained
3331F: system/qtest.c
3332F: include/sysemu/qtest.h
3333F: accel/qtest/
3334F: tests/qtest/
3335F: docs/devel/qgraph.rst
3336F: docs/devel/qtest.rst
3337X: tests/qtest/bios-tables-test*
3338X: tests/qtest/migration-*
3339
3340Device Fuzzing
3341M: Alexander Bulekov <alxndr@bu.edu>
3342R: Paolo Bonzini <pbonzini@redhat.com>
3343R: Bandan Das <bsd@redhat.com>
3344R: Stefan Hajnoczi <stefanha@redhat.com>
3345R: Thomas Huth <thuth@redhat.com>
3346R: Darren Kenny <darren.kenny@oracle.com>
3347R: Qiuhao Li <Qiuhao.Li@outlook.com>
3348S: Maintained
3349F: tests/qtest/fuzz/
3350F: tests/qtest/fuzz-*test.c
3351F: tests/docker/test-fuzz
3352F: scripts/oss-fuzz/
3353F: hw/mem/sparse-mem.c
3354F: docs/devel/fuzzing.rst
3355
3356Register API
3357M: Alistair Francis <alistair@alistair23.me>
3358S: Maintained
3359F: hw/core/register.c
3360F: include/hw/register.h
3361F: include/hw/registerfields.h
3362
3363SLIRP
3364M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3365S: Maintained
3366F: net/slirp.c
3367F: include/net/slirp.h
3368T: git https://people.debian.org/~sthibault/qemu.git slirp
3369
3370Stats
3371S: Orphan
3372F: include/sysemu/stats.h
3373F: stats/
3374F: qapi/stats.json
3375
3376Streams
3377M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3378S: Maintained
3379F: hw/core/stream.c
3380F: include/hw/stream.h
3381
3382Stubs
3383M: Paolo Bonzini <pbonzini@redhat.com>
3384S: Maintained
3385F: stubs/
3386
3387Tracing
3388M: Stefan Hajnoczi <stefanha@redhat.com>
3389R: Mads Ynddal <mads@ynddal.dk>
3390S: Maintained
3391F: trace/
3392F: trace-events
3393F: docs/qemu-option-trace.rst.inc
3394F: qapi/trace.json
3395F: scripts/tracetool.py
3396F: scripts/tracetool/
3397F: scripts/qemu-trace-stap*
3398F: docs/tools/qemu-trace-stap.rst
3399F: docs/devel/tracing.rst
3400T: git https://github.com/stefanha/qemu.git tracing
3401
3402Simpletrace
3403M: Mads Ynddal <mads@ynddal.dk>
3404S: Maintained
3405F: scripts/simpletrace.py
3406
3407TPM
3408M: Stefan Berger <stefanb@linux.ibm.com>
3409S: Maintained
3410F: system/tpm*
3411F: hw/tpm/*
3412F: include/hw/acpi/tpm.h
3413F: include/sysemu/tpm*
3414F: qapi/tpm.json
3415F: backends/tpm/
3416F: tests/qtest/*tpm*
3417F: docs/specs/tpm.rst
3418T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3419
3420SPDM
3421M: Alistair Francis <alistair.francis@wdc.com>
3422S: Maintained
3423F: backends/spdm-socket.c
3424F: include/sysemu/spdm-socket.h
3425
3426Checkpatch
3427S: Odd Fixes
3428F: scripts/checkpatch.pl
3429
3430Migration
3431M: Peter Xu <peterx@redhat.com>
3432M: Fabiano Rosas <farosas@suse.de>
3433S: Maintained
3434F: hw/core/vmstate-if.c
3435F: include/hw/vmstate-if.h
3436F: include/migration/
3437F: include/qemu/userfaultfd.h
3438F: migration/
3439F: scripts/vmstate-static-checker.py
3440F: tests/vmstate-static-checker-data/
3441F: tests/qtest/migration-*
3442F: docs/devel/migration/
3443F: qapi/migration.json
3444F: tests/migration/
3445F: util/userfaultfd.c
3446X: migration/rdma*
3447
3448RDMA Migration
3449R: Li Zhijian <lizhijian@fujitsu.com>
3450R: Peter Xu <peterx@redhat.com>
3451S: Odd Fixes
3452F: migration/rdma*
3453
3454Migration dirty limit and dirty page rate
3455M: Hyman Huang <yong.huang@smartx.com>
3456S: Maintained
3457F: system/dirtylimit.c
3458F: include/sysemu/dirtylimit.h
3459F: migration/dirtyrate.c
3460F: migration/dirtyrate.h
3461F: include/sysemu/dirtyrate.h
3462F: docs/devel/migration/dirty-limit.rst
3463
3464Detached LUKS header
3465M: Hyman Huang <yong.huang@smartx.com>
3466S: Maintained
3467F: tests/qemu-iotests/tests/luks-detached-header
3468F: docs/devel/luks-detached-header.rst
3469
3470D-Bus
3471M: Marc-André Lureau <marcandre.lureau@redhat.com>
3472S: Maintained
3473F: backends/dbus-vmstate.c
3474F: ui/dbus*
3475F: audio/dbus*
3476F: util/dbus.c
3477F: include/ui/dbus*
3478F: include/qemu/dbus.h
3479F: docs/interop/dbus*
3480F: docs/sphinx/dbus*
3481F: docs/sphinx/fakedbusdoc.py
3482F: tests/qtest/dbus*
3483F: scripts/xml-preprocess*
3484
3485Seccomp
3486M: Daniel P. Berrange <berrange@redhat.com>
3487S: Odd Fixes
3488F: system/qemu-seccomp.c
3489F: include/sysemu/seccomp.h
3490F: tests/unit/test-seccomp.c
3491
3492Cryptography
3493M: Daniel P. Berrange <berrange@redhat.com>
3494S: Maintained
3495F: crypto/
3496F: include/crypto/
3497F: host/include/*/host/crypto/
3498F: qapi/crypto.json
3499F: tests/unit/test-crypto-*
3500F: tests/bench/benchmark-crypto-*
3501F: tests/unit/crypto-tls-*
3502F: tests/unit/pkix_asn1_tab.c.inc
3503F: qemu.sasl
3504
3505Coroutines
3506M: Stefan Hajnoczi <stefanha@redhat.com>
3507M: Kevin Wolf <kwolf@redhat.com>
3508S: Maintained
3509F: util/*coroutine*
3510F: include/qemu/coroutine*
3511F: tests/unit/test-coroutine.c
3512
3513Buffers
3514M: Daniel P. Berrange <berrange@redhat.com>
3515S: Odd Fixes
3516F: util/buffer.c
3517F: include/qemu/buffer.h
3518
3519I/O Channels
3520M: Daniel P. Berrange <berrange@redhat.com>
3521S: Maintained
3522F: io/
3523F: include/io/
3524F: tests/unit/test-io-*
3525
3526User authorization
3527M: Daniel P. Berrange <berrange@redhat.com>
3528S: Maintained
3529F: authz/
3530F: qapi/authz.json
3531F: include/authz/
3532F: tests/unit/test-authz-*
3533
3534Sockets
3535M: Daniel P. Berrange <berrange@redhat.com>
3536S: Maintained
3537F: include/qemu/sockets.h
3538F: util/qemu-sockets.c
3539F: qapi/sockets.json
3540
3541File monitor
3542M: Daniel P. Berrange <berrange@redhat.com>
3543S: Odd Fixes
3544F: util/filemonitor*.c
3545F: include/qemu/filemonitor.h
3546F: tests/unit/test-util-filemonitor.c
3547
3548Throttling infrastructure
3549M: Alberto Garcia <berto@igalia.com>
3550S: Supported
3551F: block/throttle-groups.c
3552F: include/block/throttle-groups.h
3553F: include/qemu/throttle*.h
3554F: util/throttle.c
3555F: docs/throttle.txt
3556F: tests/unit/test-throttle.c
3557L: qemu-block@nongnu.org
3558
3559UUID
3560M: Fam Zheng <fam@euphon.net>
3561S: Supported
3562F: util/uuid.c
3563F: include/qemu/uuid.h
3564F: tests/unit/test-uuid.c
3565
3566Yank feature
3567M: Lukas Straub <lukasstraub2@web.de>
3568S: Odd fixes
3569F: util/yank.c
3570F: migration/yank_functions*
3571F: tests/unit/test-yank.c
3572F: include/qemu/yank.h
3573F: qapi/yank.json
3574
3575COLO Framework
3576M: Hailiang Zhang <zhanghailiang@xfusion.com>
3577S: Maintained
3578F: migration/colo*
3579F: include/migration/colo.h
3580F: include/migration/failover.h
3581F: docs/COLO-FT.txt
3582
3583COLO Proxy
3584M: Zhang Chen <chen.zhang@intel.com>
3585M: Li Zhijian <lizhijian@fujitsu.com>
3586S: Supported
3587F: docs/colo-proxy.txt
3588F: net/colo*
3589F: net/filter-rewriter.c
3590F: net/filter-mirror.c
3591F: tests/qtest/test-filter*
3592
3593Record/replay
3594M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3595R: Paolo Bonzini <pbonzini@redhat.com>
3596W: https://wiki.qemu.org/Features/record-replay
3597S: Supported
3598F: replay/*
3599F: block/blkreplay.c
3600F: net/filter-replay.c
3601F: include/exec/replay-core.h
3602F: include/sysemu/replay.h
3603F: docs/devel/replay.rst
3604F: docs/system/replay.rst
3605F: stubs/replay.c
3606F: tests/avocado/replay_kernel.py
3607F: tests/avocado/replay_linux.py
3608F: tests/avocado/reverse_debugging.py
3609F: qapi/replay.json
3610
3611IOVA Tree
3612M: Peter Xu <peterx@redhat.com>
3613S: Maintained
3614F: include/qemu/iova-tree.h
3615F: util/iova-tree.c
3616
3617elf2dmp
3618M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3619R: Akihiko Odaki <akihiko.odaki@daynix.com>
3620S: Maintained
3621F: contrib/elf2dmp/
3622
3623Overall sensors
3624M: Philippe Mathieu-Daudé <philmd@linaro.org>
3625S: Odd Fixes
3626F: hw/sensor
3627F: include/hw/sensor
3628
3629I2C and SMBus
3630M: Corey Minyard <cminyard@mvista.com>
3631S: Maintained
3632F: hw/i2c/core.c
3633F: hw/i2c/smbus_slave.c
3634F: hw/i2c/smbus_master.c
3635F: hw/i2c/smbus_eeprom.c
3636F: include/hw/i2c/i2c.h
3637F: include/hw/i2c/smbus_master.h
3638F: include/hw/i2c/smbus_slave.h
3639F: include/hw/i2c/smbus_eeprom.h
3640
3641PMBus
3642M: Titus Rwantare <titusr@google.com>
3643S: Maintained
3644F: hw/i2c/pmbus_device.c
3645F: hw/sensor/adm1272.c
3646F: hw/sensor/isl_pmbus_vr.c
3647F: hw/sensor/max34451.c
3648F: include/hw/i2c/pmbus_device.h
3649F: include/hw/sensor/isl_pmbus_vr.h
3650F: tests/qtest/adm1272-test.c
3651F: tests/qtest/max34451-test.c
3652F: tests/qtest/isl_pmbus_vr-test.c
3653
3654FSI
3655M: Ninad Palsule <ninad@linux.ibm.com>
3656R: Cédric Le Goater <clg@kaod.org>
3657S: Maintained
3658F: hw/fsi/*
3659F: include/hw/fsi/*
3660F: docs/specs/fsi.rst
3661F: tests/qtest/aspeed_fsi-test.c
3662
3663Firmware schema specifications
3664M: Philippe Mathieu-Daudé <philmd@linaro.org>
3665R: Daniel P. Berrange <berrange@redhat.com>
3666R: Kashyap Chamarthy <kchamart@redhat.com>
3667S: Maintained
3668F: docs/interop/firmware.json
3669
3670EDK2 Firmware
3671M: Philippe Mathieu-Daudé <philmd@linaro.org>
3672M: Gerd Hoffmann <kraxel@redhat.com>
3673S: Supported
3674F: hw/i386/*ovmf*
3675F: pc-bios/descriptors/??-edk2-*.json
3676F: pc-bios/edk2-*
3677F: roms/Makefile.edk2
3678F: roms/edk2
3679F: roms/edk2-*
3680F: tests/data/uefi-boot-images/
3681F: tests/uefi-test-tools/
3682
3683VT-d Emulation
3684M: Michael S. Tsirkin <mst@redhat.com>
3685R: Jason Wang <jasowang@redhat.com>
3686R: Yi Liu <yi.l.liu@intel.com>
3687S: Supported
3688F: hw/i386/intel_iommu.c
3689F: hw/i386/intel_iommu_internal.h
3690F: include/hw/i386/intel_iommu.h
3691
3692AMD-Vi Emulation
3693S: Orphan
3694F: hw/i386/amd_iommu.?
3695
3696OpenSBI Firmware
3697M: Bin Meng <bmeng.cn@gmail.com>
3698S: Supported
3699F: pc-bios/opensbi-*
3700F: .gitlab-ci.d/opensbi.yml
3701F: .gitlab-ci.d/opensbi/
3702
3703Clock framework
3704M: Luc Michel <luc@lmichel.fr>
3705R: Damien Hedde <damien.hedde@dahe.fr>
3706S: Maintained
3707F: include/hw/clock.h
3708F: include/hw/qdev-clock.h
3709F: hw/core/clock.c
3710F: hw/core/clock-vmstate.c
3711F: hw/core/qdev-clock.c
3712F: docs/devel/clocks.rst
3713
3714Reset framework
3715M: Peter Maydell <peter.maydell@linaro.org>
3716S: Maintained
3717F: include/hw/resettable.h
3718F: include/hw/core/resetcontainer.h
3719F: include/sysemu/reset.h
3720F: hw/core/reset.c
3721F: hw/core/resettable.c
3722F: hw/core/resetcontainer.c
3723
3724Usermode Emulation
3725------------------
3726Overall usermode emulation
3727M: Riku Voipio <riku.voipio@iki.fi>
3728S: Maintained
3729F: accel/tcg/user-exec*.c
3730F: include/user/
3731F: common-user/
3732
3733BSD user
3734M: Warner Losh <imp@bsdimp.com>
3735R: Kyle Evans <kevans@freebsd.org>
3736S: Maintained
3737F: bsd-user/
3738F: configs/targets/*-bsd-user.mak
3739F: tests/vm/*bsd
3740T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3741
3742Linux user
3743M: Laurent Vivier <laurent@vivier.eu>
3744S: Maintained
3745F: linux-user/
3746F: configs/targets/*linux-user.mak
3747F: scripts/qemu-binfmt-conf.sh
3748F: scripts/update-syscalltbl.sh
3749F: scripts/update-mips-syscall-args.sh
3750F: scripts/gensyscalls.sh
3751
3752Tiny Code Generator (TCG)
3753-------------------------
3754Common TCG code
3755M: Richard Henderson <richard.henderson@linaro.org>
3756S: Maintained
3757F: tcg/
3758F: include/tcg/
3759
3760TCG Plugins
3761M: Alex Bennée <alex.bennee@linaro.org>
3762R: Alexandre Iooss <erdnaxe@crans.org>
3763R: Mahmoud Mandour <ma.mandourr@gmail.com>
3764R: Pierrick Bouvier <pierrick.bouvier@linaro.org>
3765S: Maintained
3766F: docs/devel/tcg-plugins.rst
3767F: plugins/
3768F: tests/tcg/plugins/
3769F: tests/avocado/tcg_plugins.py
3770F: contrib/plugins/
3771
3772AArch64 TCG target
3773M: Richard Henderson <richard.henderson@linaro.org>
3774S: Maintained
3775L: qemu-arm@nongnu.org
3776F: tcg/aarch64/
3777
3778ARM TCG target
3779M: Richard Henderson <richard.henderson@linaro.org>
3780S: Maintained
3781L: qemu-arm@nongnu.org
3782F: tcg/arm/
3783
3784i386 TCG target
3785M: Richard Henderson <richard.henderson@linaro.org>
3786S: Maintained
3787F: tcg/i386/
3788
3789LoongArch64 TCG target
3790M: WANG Xuerui <git@xen0n.name>
3791S: Maintained
3792F: tcg/loongarch64/
3793
3794MIPS TCG target
3795M: Philippe Mathieu-Daudé <philmd@linaro.org>
3796R: Aurelien Jarno <aurelien@aurel32.net>
3797R: Huacai Chen <chenhuacai@kernel.org>
3798R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3799R: Aleksandar Rikalo <arikalo@gmail.com>
3800S: Odd Fixes
3801F: tcg/mips/
3802
3803PPC TCG target
3804M: Richard Henderson <richard.henderson@linaro.org>
3805S: Odd Fixes
3806F: tcg/ppc/
3807
3808RISC-V TCG target
3809M: Palmer Dabbelt <palmer@dabbelt.com>
3810M: Alistair Francis <Alistair.Francis@wdc.com>
3811L: qemu-riscv@nongnu.org
3812S: Maintained
3813F: tcg/riscv/
3814F: disas/riscv.[ch]
3815
3816S390 TCG target
3817M: Richard Henderson <richard.henderson@linaro.org>
3818S: Maintained
3819F: tcg/s390/
3820L: qemu-s390x@nongnu.org
3821
3822SPARC TCG target
3823S: Odd Fixes
3824F: tcg/sparc64/
3825F: disas/sparc.c
3826
3827TCI TCG target
3828M: Stefan Weil <sw@weilnetz.de>
3829S: Maintained
3830F: tcg/tci/
3831F: tcg/tci.c
3832F: disas/tci.c
3833
3834Block drivers
3835-------------
3836VMDK
3837M: Fam Zheng <fam@euphon.net>
3838L: qemu-block@nongnu.org
3839S: Supported
3840F: block/vmdk.c
3841
3842RBD
3843M: Ilya Dryomov <idryomov@gmail.com>
3844R: Peter Lieven <pl@dlhnet.de>
3845L: qemu-block@nongnu.org
3846S: Supported
3847F: block/rbd.c
3848
3849VHDX
3850M: Jeff Cody <codyprime@gmail.com>
3851L: qemu-block@nongnu.org
3852S: Supported
3853F: block/vhdx*
3854
3855VDI
3856M: Stefan Weil <sw@weilnetz.de>
3857L: qemu-block@nongnu.org
3858S: Maintained
3859F: block/vdi.c
3860
3861blkio
3862M: Stefan Hajnoczi <stefanha@redhat.com>
3863L: qemu-block@nongnu.org
3864S: Maintained
3865F: block/blkio.c
3866
3867iSCSI
3868M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3869M: Paolo Bonzini <pbonzini@redhat.com>
3870M: Peter Lieven <pl@dlhnet.de>
3871L: qemu-block@nongnu.org
3872S: Odd Fixes
3873F: block/iscsi.c
3874F: block/iscsi-opts.c
3875
3876Network Block Device (NBD)
3877M: Eric Blake <eblake@redhat.com>
3878M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3879L: qemu-block@nongnu.org
3880S: Maintained
3881F: block/nbd*
3882F: nbd/
3883F: include/block/nbd*
3884F: qemu-nbd.*
3885F: blockdev-nbd.c
3886F: docs/interop/nbd.rst
3887F: docs/tools/qemu-nbd.rst
3888F: tests/qemu-iotests/tests/*nbd*
3889T: git https://repo.or.cz/qemu/ericb.git nbd
3890T: git https://gitlab.com/vsementsov/qemu.git block
3891
3892NFS
3893M: Peter Lieven <pl@dlhnet.de>
3894L: qemu-block@nongnu.org
3895S: Maintained
3896F: block/nfs.c
3897
3898SSH
3899M: Richard W.M. Jones <rjones@redhat.com>
3900L: qemu-block@nongnu.org
3901S: Supported
3902F: block/ssh.c
3903
3904CURL
3905L: qemu-block@nongnu.org
3906S: Odd Fixes
3907F: block/curl.c
3908
3909GLUSTER
3910L: qemu-block@nongnu.org
3911L: integration@gluster.org
3912S: Odd Fixes
3913F: block/gluster.c
3914
3915Null Block Driver
3916M: Fam Zheng <fam@euphon.net>
3917L: qemu-block@nongnu.org
3918S: Supported
3919F: block/null.c
3920
3921NVMe Block Driver
3922M: Stefan Hajnoczi <stefanha@redhat.com>
3923R: Fam Zheng <fam@euphon.net>
3924R: Philippe Mathieu-Daudé <philmd@linaro.org>
3925L: qemu-block@nongnu.org
3926S: Supported
3927F: block/nvme*
3928F: include/block/nvme.h
3929T: git https://github.com/stefanha/qemu.git block
3930
3931Bootdevice
3932M: Gonglei <arei.gonglei@huawei.com>
3933S: Maintained
3934F: system/bootdevice.c
3935
3936Quorum
3937M: Alberto Garcia <berto@igalia.com>
3938S: Supported
3939F: block/quorum.c
3940L: qemu-block@nongnu.org
3941
3942blklogwrites
3943M: Ari Sundholm <ari@tuxera.com>
3944L: qemu-block@nongnu.org
3945S: Supported
3946F: block/blklogwrites.c
3947
3948blkverify
3949M: Stefan Hajnoczi <stefanha@redhat.com>
3950L: qemu-block@nongnu.org
3951S: Supported
3952F: block/blkverify.c
3953
3954bochs
3955M: Stefan Hajnoczi <stefanha@redhat.com>
3956L: qemu-block@nongnu.org
3957S: Supported
3958F: block/bochs.c
3959
3960cloop
3961M: Stefan Hajnoczi <stefanha@redhat.com>
3962L: qemu-block@nongnu.org
3963S: Supported
3964F: block/cloop.c
3965
3966dmg
3967M: Stefan Hajnoczi <stefanha@redhat.com>
3968L: qemu-block@nongnu.org
3969S: Supported
3970F: block/dmg.c
3971
3972parallels
3973M: Stefan Hajnoczi <stefanha@redhat.com>
3974M: Denis V. Lunev <den@openvz.org>
3975L: qemu-block@nongnu.org
3976S: Supported
3977F: block/parallels.c
3978F: block/parallels-ext.c
3979F: docs/interop/parallels.rst
3980F: docs/interop/prl-xml.rst
3981T: git https://src.openvz.org/scm/~den/qemu.git parallels
3982
3983qed
3984M: Stefan Hajnoczi <stefanha@redhat.com>
3985L: qemu-block@nongnu.org
3986S: Supported
3987F: block/qed.c
3988
3989raw
3990M: Kevin Wolf <kwolf@redhat.com>
3991L: qemu-block@nongnu.org
3992S: Supported
3993F: block/linux-aio.c
3994F: include/block/raw-aio.h
3995F: block/raw-format.c
3996F: block/file-posix.c
3997F: block/file-win32.c
3998F: block/win32-aio.c
3999
4000Linux io_uring
4001M: Aarushi Mehta <mehta.aaru20@gmail.com>
4002M: Julia Suvorova <jusual@redhat.com>
4003M: Stefan Hajnoczi <stefanha@redhat.com>
4004R: Stefano Garzarella <sgarzare@redhat.com>
4005L: qemu-block@nongnu.org
4006S: Maintained
4007F: block/io_uring.c
4008F: stubs/io_uring.c
4009
4010qcow2
4011M: Kevin Wolf <kwolf@redhat.com>
4012M: Hanna Reitz <hreitz@redhat.com>
4013L: qemu-block@nongnu.org
4014S: Supported
4015F: block/qcow2*
4016F: docs/interop/qcow2.txt
4017
4018qcow
4019M: Kevin Wolf <kwolf@redhat.com>
4020L: qemu-block@nongnu.org
4021S: Supported
4022F: block/qcow.c
4023
4024blkdebug
4025M: Kevin Wolf <kwolf@redhat.com>
4026M: Hanna Reitz <hreitz@redhat.com>
4027L: qemu-block@nongnu.org
4028S: Supported
4029F: block/blkdebug.c
4030
4031vpc
4032M: Kevin Wolf <kwolf@redhat.com>
4033L: qemu-block@nongnu.org
4034S: Supported
4035F: block/vpc.c
4036
4037vvfat
4038M: Kevin Wolf <kwolf@redhat.com>
4039L: qemu-block@nongnu.org
4040S: Odd Fixes
4041F: block/vvfat.c
4042
4043Image format fuzzer
4044M: Stefan Hajnoczi <stefanha@redhat.com>
4045L: qemu-block@nongnu.org
4046S: Supported
4047F: tests/image-fuzzer/
4048
4049Vhost-user block device backend server
4050M: Coiby Xu <Coiby.Xu@gmail.com>
4051S: Maintained
4052F: block/export/vhost-user-blk-server.c
4053F: block/export/vhost-user-blk-server.h
4054F: block/export/virtio-blk-handler.c
4055F: block/export/virtio-blk-handler.h
4056F: include/qemu/vhost-user-server.h
4057F: tests/qtest/libqos/vhost-user-blk.c
4058F: tests/qtest/libqos/vhost-user-blk.h
4059F: tests/qtest/vhost-user-blk-test.c
4060F: util/vhost-user-server.c
4061
4062FUSE block device exports
4063M: Hanna Reitz <hreitz@redhat.com>
4064L: qemu-block@nongnu.org
4065S: Supported
4066F: block/export/fuse.c
4067
4068VDUSE library and block device exports
4069M: Xie Yongji <xieyongji@bytedance.com>
4070S: Maintained
4071F: subprojects/libvduse/
4072F: block/export/vduse-blk.c
4073F: block/export/vduse-blk.h
4074
4075Replication
4076M: Wen Congyang <wencongyang2@huawei.com>
4077M: Xie Changlong <xiechanglong.d@gmail.com>
4078S: Supported
4079F: replication*
4080F: block/replication.c
4081F: tests/unit/test-replication.c
4082F: docs/block-replication.txt
4083
4084Semihosting
4085M: Alex Bennée <alex.bennee@linaro.org>
4086S: Maintained
4087F: semihosting/
4088F: include/semihosting/
4089F: tests/tcg/multiarch/arm-compat-semi/
4090F: tests/tcg/aarch64/system/semiheap.c
4091
4092Multi-process QEMU
4093M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
4094M: Jagannathan Raman <jag.raman@oracle.com>
4095S: Maintained
4096F: docs/devel/multi-process.rst
4097F: docs/system/multi-process.rst
4098F: hw/pci-host/remote.c
4099F: include/hw/pci-host/remote.h
4100F: hw/remote/machine.c
4101F: include/hw/remote/machine.h
4102F: hw/remote/mpqemu-link.c
4103F: include/hw/remote/mpqemu-link.h
4104F: hw/remote/message.c
4105F: hw/remote/remote-obj.c
4106F: include/hw/remote/memory.h
4107F: hw/remote/memory.c
4108F: hw/remote/proxy.c
4109F: include/hw/remote/proxy.h
4110F: hw/remote/proxy-memory-listener.c
4111F: include/hw/remote/proxy-memory-listener.h
4112F: hw/remote/iohub.c
4113F: include/hw/remote/iohub.h
4114F: subprojects/libvfio-user
4115F: hw/remote/vfio-user-obj.c
4116F: include/hw/remote/vfio-user-obj.h
4117F: hw/remote/iommu.c
4118F: include/hw/remote/iommu.h
4119
4120EBPF:
4121M: Jason Wang <jasowang@redhat.com>
4122R: Andrew Melnychenko <andrew@daynix.com>
4123R: Yuri Benditovich <yuri.benditovich@daynix.com>
4124S: Maintained
4125F: docs/devel/ebpf_rss.rst
4126F: ebpf/*
4127F: tools/ebpf/*
4128
4129Build and test automation
4130-------------------------
4131Build and test automation, general continuous integration
4132M: Alex Bennée <alex.bennee@linaro.org>
4133M: Philippe Mathieu-Daudé <philmd@linaro.org>
4134M: Thomas Huth <thuth@redhat.com>
4135R: Wainer dos Santos Moschetta <wainersm@redhat.com>
4136R: Beraldo Leal <bleal@redhat.com>
4137S: Maintained
4138F: .github/workflows/lockdown.yml
4139F: .gitlab-ci.yml
4140F: .gitlab-ci.d/
4141F: .travis.yml
4142F: docs/devel/ci*
4143F: scripts/ci/
4144F: tests/docker/
4145F: tests/vm/
4146F: tests/lcitool/
4147F: tests/avocado/tuxrun_baselines.py
4148F: scripts/archive-source.sh
4149F: docs/devel/testing.rst
4150W: https://gitlab.com/qemu-project/qemu/pipelines
4151W: https://travis-ci.org/qemu/qemu
4152
4153FreeBSD Hosted Continuous Integration
4154M: Ed Maste <emaste@freebsd.org>
4155M: Li-Wen Hsu <lwhsu@freebsd.org>
4156S: Maintained
4157F: .gitlab-ci.d/cirrus/freebsd*
4158F: tests/vm/freebsd
4159W: https://cirrus-ci.com/github/qemu/qemu
4160
4161Functional testing framework
4162M: Thomas Huth <thuth@redhat.com>
4163R: Philippe Mathieu-Daudé <philmd@linaro.org>
4164F: tests/functional/qemu_test/
4165
4166Windows Hosted Continuous Integration
4167M: Yonggang Luo <luoyonggang@gmail.com>
4168S: Maintained
4169F: .gitlab-ci.d/windows.yml
4170
4171Guest Test Compilation Support
4172M: Alex Bennée <alex.bennee@linaro.org>
4173R: Philippe Mathieu-Daudé <philmd@linaro.org>
4174S: Maintained
4175F: tests/tcg/Makefile.target
4176
4177Integration Testing with the Avocado framework
4178W: https://trello.com/b/6Qi1pxVn/avocado-qemu
4179R: Cleber Rosa <crosa@redhat.com>
4180R: Philippe Mathieu-Daudé <philmd@linaro.org>
4181R: Wainer dos Santos Moschetta <wainersm@redhat.com>
4182R: Beraldo Leal <bleal@redhat.com>
4183S: Odd Fixes
4184F: tests/avocado/
4185
4186GitLab custom runner (Works On Arm Sponsored)
4187M: Alex Bennée <alex.bennee@linaro.org>
4188M: Philippe Mathieu-Daudé <philmd@linaro.org>
4189S: Maintained
4190F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
4191F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
4192
4193Documentation
4194-------------
4195Build system architecture
4196M: Daniel P. Berrange <berrange@redhat.com>
4197S: Odd Fixes
4198F: docs/devel/build-system.rst
4199
4200GIT Data Mining Config
4201M: Alex Bennée <alex.bennee@linaro.org>
4202S: Odd Fixes
4203F: gitdm.config
4204F: contrib/gitdm/*
4205
4206Incompatible changes
4207R: devel@lists.libvirt.org
4208F: docs/about/deprecated.rst
4209
4210Build System
4211------------
4212Meson
4213M: Paolo Bonzini <pbonzini@redhat.com>
4214R: Marc-André Lureau <marcandre.lureau@redhat.com>
4215R: Daniel P. Berrange <berrange@redhat.com>
4216R: Thomas Huth <thuth@redhat.com>
4217R: Philippe Mathieu-Daudé <philmd@linaro.org>
4218S: Maintained
4219F: meson.build
4220F: meson_options.txt
4221F: scripts/meson-buildoptions.*
4222F: scripts/check_sparse.py
4223F: scripts/symlink-install-tree.py
4224
4225Top Level Makefile and configure
4226M: Paolo Bonzini <pbonzini@redhat.com>
4227R: Alex Bennée <alex.bennee@linaro.org>
4228R: Thomas Huth <thuth@redhat.com>
4229S: Maintained
4230F: Makefile
4231F: configure
4232F: scripts/mtest2make.py
4233F: tests/Makefile.include
4234
4235Kconfig
4236M: Paolo Bonzini <pbonzini@redhat.com>
4237S: Maintained
4238F: scripts/minikconf.py
4239F: docs/devel/kconfig.rst
4240F: Kconfig*
4241F: */Kconfig*
4242F: hw/*/Kconfig*
4243F: target/*/Kconfig*
4244
4245GIT submodules
4246M: Daniel P. Berrange <berrange@redhat.com>
4247S: Odd Fixes
4248F: scripts/git-submodule.sh
4249
4250UI translations
4251S: Orphan
4252F: po/*.po
4253
4254Sphinx documentation configuration and build machinery
4255M: Peter Maydell <peter.maydell@linaro.org>
4256S: Maintained
4257F: docs/conf.py
4258F: docs/*/conf.py
4259F: docs/sphinx/
4260F: docs/_templates/
4261F: docs/devel/docs.rst
4262
4263Miscellaneous
4264-------------
4265Performance Tools and Tests
4266M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4267S: Maintained
4268F: scripts/performance/
4269
4270Code Coverage Tools
4271M: Alex Bennée <alex.bennee@linaro.org>
4272S: Odd Fixes
4273F: scripts/coverage/
4274
4275Machine development tool
4276M: Maksim Davydov <davydov-max@yandex-team.ru>
4277S: Supported
4278F: scripts/compare-machine-types.py
4279