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