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