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