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