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