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