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