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