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