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