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