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