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