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