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