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