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