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