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