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