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