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