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