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