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