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