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