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