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