xref: /qemu/MAINTAINERS (revision b84ca91c)
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
2251megasas
2252M: Hannes Reinecke <hare@suse.com>
2253L: qemu-block@nongnu.org
2254S: Supported
2255F: hw/scsi/megasas.c
2256F: hw/scsi/mfi.h
2257F: tests/qtest/megasas-test.c
2258F: tests/qtest/fuzz-megasas-test.c
2259
2260Network packet abstractions
2261M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2262R: Akihiko Odaki <akihiko.odaki@daynix.com>
2263S: Maintained
2264F: include/net/eth.h
2265F: net/eth.c
2266F: hw/net/net_rx_pkt*
2267F: hw/net/net_tx_pkt*
2268
2269Vmware
2270M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2271S: Maintained
2272F: hw/net/vmxnet*
2273F: hw/scsi/vmw_pvscsi*
2274F: tests/qtest/vmxnet3-test.c
2275
2276Rocker
2277M: Jiri Pirko <jiri@resnulli.us>
2278S: Maintained
2279F: hw/net/rocker/
2280F: qapi/rocker.json
2281F: tests/rocker/
2282F: docs/specs/rocker.txt
2283
2284e1000x
2285M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2286R: Akihiko Odaki <akihiko.odaki@daynix.com>
2287S: Maintained
2288F: hw/net/e1000x*
2289
2290e1000e
2291M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2292R: Akihiko Odaki <akihiko.odaki@daynix.com>
2293S: Maintained
2294F: hw/net/e1000e*
2295F: tests/qtest/fuzz-e1000e-test.c
2296F: tests/qtest/e1000e-test.c
2297F: tests/qtest/libqos/e1000e.*
2298
2299igb
2300M: Akihiko Odaki <akihiko.odaki@daynix.com>
2301R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2302S: Maintained
2303F: docs/system/devices/igb.rst
2304F: hw/net/igb*
2305F: tests/avocado/netdev-ethtool.py
2306F: tests/qtest/igb-test.c
2307F: tests/qtest/libqos/igb.c
2308
2309eepro100
2310M: Stefan Weil <sw@weilnetz.de>
2311S: Maintained
2312F: hw/net/eepro100.c
2313
2314tulip
2315M: Sven Schnelle <svens@stackframe.org>
2316S: Maintained
2317F: hw/net/tulip.c
2318F: hw/net/tulip.h
2319
2320pca954x
2321M: Patrick Venture <venture@google.com>
2322S: Maintained
2323F: hw/i2c/i2c_mux_pca954x.c
2324F: include/hw/i2c/i2c_mux_pca954x.h
2325
2326Generic Loader
2327M: Alistair Francis <alistair@alistair23.me>
2328S: Maintained
2329F: hw/core/generic-loader.c
2330F: hw/core/uboot_image.h
2331F: include/hw/core/generic-loader.h
2332F: docs/system/generic-loader.rst
2333
2334Guest Loader
2335M: Alex Bennée <alex.bennee@linaro.org>
2336S: Maintained
2337F: hw/core/guest-loader.c
2338F: docs/system/guest-loader.rst
2339F: tests/avocado/boot_xen.py
2340
2341Intel Hexadecimal Object File Loader
2342M: Su Hang <suhang16@mails.ucas.ac.cn>
2343S: Maintained
2344F: tests/qtest/hexloader-test.c
2345F: tests/data/hex-loader/test.hex
2346
2347CHRP NVRAM
2348M: Thomas Huth <thuth@redhat.com>
2349S: Maintained
2350F: hw/nvram/chrp_nvram.c
2351F: include/hw/nvram/chrp_nvram.h
2352F: tests/qtest/prom-env-test.c
2353
2354VM Generation ID
2355S: Orphan
2356R: Ani Sinha <ani@anisinha.ca>
2357F: hw/acpi/vmgenid.c
2358F: include/hw/acpi/vmgenid.h
2359F: docs/specs/vmgenid.txt
2360F: tests/qtest/vmgenid-test.c
2361
2362LED
2363M: Philippe Mathieu-Daudé <philmd@linaro.org>
2364S: Maintained
2365F: include/hw/misc/led.h
2366F: hw/misc/led.c
2367
2368Unimplemented device
2369M: Peter Maydell <peter.maydell@linaro.org>
2370R: Philippe Mathieu-Daudé <philmd@linaro.org>
2371R: Ani Sinha <ani@anisinha.ca>
2372S: Maintained
2373F: include/hw/misc/unimp.h
2374F: hw/misc/unimp.c
2375
2376Empty slot
2377M: Artyom Tarasenko <atar4qemu@gmail.com>
2378R: Philippe Mathieu-Daudé <philmd@linaro.org>
2379R: Ani Sinha <ani@anisinha.ca>
2380S: Maintained
2381F: include/hw/misc/empty_slot.h
2382F: hw/misc/empty_slot.c
2383
2384Standard VGA
2385M: Gerd Hoffmann <kraxel@redhat.com>
2386S: Maintained
2387F: hw/display/vga*
2388F: hw/display/bochs-display.c
2389F: include/hw/display/vga.h
2390F: include/hw/display/bochs-vbe.h
2391
2392ramfb
2393M: Gerd Hoffmann <kraxel@redhat.com>
2394S: Maintained
2395F: hw/display/ramfb*.c
2396F: include/hw/display/ramfb.h
2397
2398virtio-gpu
2399M: Gerd Hoffmann <kraxel@redhat.com>
2400S: Odd Fixes
2401F: hw/display/virtio-gpu*
2402F: hw/display/virtio-vga.*
2403F: include/hw/virtio/virtio-gpu.h
2404
2405vhost-user-blk
2406M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2407S: Maintained
2408F: contrib/vhost-user-blk/
2409F: contrib/vhost-user-scsi/
2410F: hw/block/vhost-user-blk.c
2411F: hw/block/virtio-blk-common.c
2412F: hw/scsi/vhost-user-scsi.c
2413F: hw/virtio/vhost-user-blk-pci.c
2414F: hw/virtio/vhost-user-scsi-pci.c
2415F: include/hw/virtio/vhost-user-blk.h
2416F: include/hw/virtio/vhost-user-scsi.h
2417F: include/hw/virtio/virtio-blk-common.h
2418
2419vhost-user-gpu
2420M: Marc-André Lureau <marcandre.lureau@redhat.com>
2421R: Gerd Hoffmann <kraxel@redhat.com>
2422S: Maintained
2423F: docs/interop/vhost-user-gpu.rst
2424F: contrib/vhost-user-gpu
2425F: hw/display/vhost-user-*
2426
2427Cirrus VGA
2428M: Gerd Hoffmann <kraxel@redhat.com>
2429S: Odd Fixes
2430W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2431F: hw/display/cirrus*
2432
2433EDID Generator
2434M: Gerd Hoffmann <kraxel@redhat.com>
2435S: Maintained
2436F: hw/display/edid*
2437F: include/hw/display/edid.h
2438F: qemu-edid.c
2439
2440PIIX4 South Bridge (i82371AB)
2441M: Hervé Poussineau <hpoussin@reactos.org>
2442M: Philippe Mathieu-Daudé <philmd@linaro.org>
2443S: Maintained
2444F: hw/isa/piix4.c
2445F: include/hw/southbridge/piix.h
2446
2447Firmware configuration (fw_cfg)
2448M: Philippe Mathieu-Daudé <philmd@linaro.org>
2449R: Gerd Hoffmann <kraxel@redhat.com>
2450S: Supported
2451F: docs/specs/fw_cfg.txt
2452F: hw/nvram/fw_cfg*.c
2453F: stubs/fw_cfg.c
2454F: include/hw/nvram/fw_cfg.h
2455F: include/standard-headers/linux/qemu_fw_cfg.h
2456F: tests/qtest/libqos/fw_cfg.c
2457F: tests/qtest/fw_cfg-test.c
2458T: git https://github.com/philmd/qemu.git fw_cfg-next
2459
2460XIVE
2461M: Cédric Le Goater <clg@kaod.org>
2462R: Frédéric Barrat <fbarrat@linux.ibm.com>
2463L: qemu-ppc@nongnu.org
2464S: Odd Fixes
2465F: hw/*/*xive*
2466F: include/hw/*/*xive*
2467F: docs/*/*xive*
2468
2469Renesas peripherals
2470R: Yoshinori Sato <ysato@users.sourceforge.jp>
2471R: Magnus Damm <magnus.damm@gmail.com>
2472S: Odd Fixes
2473F: hw/char/renesas_sci.c
2474F: hw/char/sh_serial.c
2475F: hw/timer/renesas_*.c
2476F: hw/timer/sh_timer.c
2477F: include/hw/char/renesas_sci.h
2478F: include/hw/sh4/sh.h
2479F: include/hw/timer/renesas_*.h
2480
2481Renesas RX peripherals
2482R: Yoshinori Sato <ysato@users.sourceforge.jp>
2483S: Orphan
2484F: hw/intc/rx_icu.c
2485F: hw/rx/
2486F: include/hw/intc/rx_icu.h
2487F: include/hw/rx/
2488
2489CAN bus subsystem and hardware
2490M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2491M: Vikram Garhwal <fnu.vikram@xilinx.com>
2492S: Maintained
2493W: https://canbus.pages.fel.cvut.cz/
2494F: net/can/*
2495F: hw/net/can/*
2496F: include/net/can_*.h
2497
2498OpenPIC interrupt controller
2499M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2500S: Odd Fixes
2501F: hw/intc/openpic.c
2502F: include/hw/ppc/openpic.h
2503
2504MIPS CPS
2505M: Philippe Mathieu-Daudé <philmd@linaro.org>
2506S: Odd Fixes
2507F: hw/misc/mips_*
2508F: include/hw/misc/mips_*
2509
2510MIPS GIC
2511M: Philippe Mathieu-Daudé <philmd@linaro.org>
2512S: Odd Fixes
2513F: hw/intc/mips_gic.c
2514F: hw/timer/mips_gictimer.c
2515F: include/hw/intc/mips_gic.h
2516F: include/hw/timer/mips_gictimer.h
2517
2518S390 3270 device
2519M: Halil Pasic <pasic@linux.ibm.com>
2520M: Christian Borntraeger <borntraeger@linux.ibm.com>
2521S: Odd fixes
2522F: include/hw/s390x/3270-ccw.h
2523F: hw/char/terminal3270.c
2524F: hw/s390x/3270-ccw.c
2525L: qemu-s390x@nongnu.org
2526
2527S390 diag 288 watchdog
2528M: Halil Pasic <pasic@linux.ibm.com>
2529M: Christian Borntraeger <borntraeger@linux.ibm.com>
2530S: Supported
2531F: hw/watchdog/wdt_diag288.c
2532F: include/hw/watchdog/wdt_diag288.h
2533L: qemu-s390x@nongnu.org
2534
2535S390 storage key device
2536M: Halil Pasic <pasic@linux.ibm.com>
2537M: Christian Borntraeger <borntraeger@linux.ibm.com>
2538S: Supported
2539F: hw/s390x/storage-keys.h
2540F: hw/390x/s390-skeys*.c
2541L: qemu-s390x@nongnu.org
2542
2543S390 storage attribute device
2544M: Halil Pasic <pasic@linux.ibm.com>
2545M: Christian Borntraeger <borntraeger@linux.ibm.com>
2546S: Supported
2547F: hw/s390x/storage-attributes.h
2548F: hw/s390/s390-stattrib*.c
2549L: qemu-s390x@nongnu.org
2550
2551S390 floating interrupt controller
2552M: Halil Pasic <pasic@linux.ibm.com>
2553M: Christian Borntraeger <borntraeger@linux.ibm.com>
2554M: David Hildenbrand <david@redhat.com>
2555S: Supported
2556F: hw/intc/s390_flic*.c
2557F: include/hw/s390x/s390_flic.h
2558L: qemu-s390x@nongnu.org
2559
2560CanoKey
2561M: Hongren (Zenithal) Zheng <i@zenithal.me>
2562S: Maintained
2563R: Canokeys.org <contact@canokeys.org>
2564F: hw/usb/canokey.c
2565F: hw/usb/canokey.h
2566F: docs/system/devices/canokey.rst
2567
2568Subsystems
2569----------
2570Overall Audio backends
2571M: Gerd Hoffmann <kraxel@redhat.com>
2572M: Marc-André Lureau <marcandre.lureau@redhat.com>
2573S: Odd Fixes
2574F: audio/
2575X: audio/alsaaudio.c
2576X: audio/coreaudio.c
2577X: audio/dsound*
2578X: audio/jackaudio.c
2579X: audio/ossaudio.c
2580X: audio/paaudio.c
2581X: audio/sdlaudio.c
2582X: audio/sndioaudio.c
2583X: audio/spiceaudio.c
2584F: qapi/audio.json
2585
2586ALSA Audio backend
2587M: Gerd Hoffmann <kraxel@redhat.com>
2588R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2589S: Odd Fixes
2590F: audio/alsaaudio.c
2591
2592Core Audio framework backend
2593M: Gerd Hoffmann <kraxel@redhat.com>
2594M: Philippe Mathieu-Daudé <philmd@linaro.org>
2595R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2596R: Akihiko Odaki <akihiko.odaki@daynix.com>
2597S: Odd Fixes
2598F: audio/coreaudio.c
2599
2600DSound Audio backend
2601M: Gerd Hoffmann <kraxel@redhat.com>
2602S: Odd Fixes
2603F: audio/dsound*
2604
2605JACK Audio Connection Kit backend
2606M: Gerd Hoffmann <kraxel@redhat.com>
2607R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2608S: Odd Fixes
2609F: audio/jackaudio.c
2610
2611Open Sound System (OSS) Audio backend
2612M: Gerd Hoffmann <kraxel@redhat.com>
2613S: Odd Fixes
2614F: audio/ossaudio.c
2615
2616PulseAudio backend
2617M: Gerd Hoffmann <kraxel@redhat.com>
2618S: Odd Fixes
2619F: audio/paaudio.c
2620
2621SDL Audio backend
2622M: Gerd Hoffmann <kraxel@redhat.com>
2623R: Thomas Huth <huth@tuxfamily.org>
2624S: Odd Fixes
2625F: audio/sdlaudio.c
2626
2627Sndio Audio backend
2628M: Gerd Hoffmann <kraxel@redhat.com>
2629R: Alexandre Ratchov <alex@caoua.org>
2630S: Odd Fixes
2631F: audio/sndioaudio.c
2632
2633Block layer core
2634M: Kevin Wolf <kwolf@redhat.com>
2635M: Hanna Reitz <hreitz@redhat.com>
2636L: qemu-block@nongnu.org
2637S: Supported
2638F: block*
2639F: block/
2640F: hw/block/
2641F: qapi/block*.json
2642F: qapi/transaction.json
2643F: include/block/
2644F: include/sysemu/block-*.h
2645F: qemu-img*
2646F: docs/tools/qemu-img.rst
2647F: qemu-io*
2648F: tests/qemu-iotests/
2649F: util/qemu-progress.c
2650F: qobject/block-qdict.c
2651F: tests/unit/check-block-qdict.c
2652T: git https://repo.or.cz/qemu/kevin.git block
2653
2654Storage daemon
2655M: Kevin Wolf <kwolf@redhat.com>
2656L: qemu-block@nongnu.org
2657S: Supported
2658F: storage-daemon/
2659F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2660F: docs/tools/qemu-storage-daemon.rst
2661T: git https://repo.or.cz/qemu/kevin.git block
2662
2663Block I/O path
2664M: Stefan Hajnoczi <stefanha@redhat.com>
2665M: Fam Zheng <fam@euphon.net>
2666L: qemu-block@nongnu.org
2667S: Supported
2668F: util/async.c
2669F: util/aio-*.c
2670F: util/aio-*.h
2671F: util/fdmon-*.c
2672F: block/io.c
2673F: block/plug.c
2674F: migration/block*
2675F: include/block/aio.h
2676F: include/block/aio-wait.h
2677F: scripts/qemugdb/aio.py
2678F: tests/unit/test-fdmon-epoll.c
2679T: git https://github.com/stefanha/qemu.git block
2680
2681Block SCSI subsystem
2682M: Paolo Bonzini <pbonzini@redhat.com>
2683R: Fam Zheng <fam@euphon.net>
2684L: qemu-block@nongnu.org
2685S: Supported
2686F: include/scsi/*
2687F: scsi/*
2688
2689Block Jobs
2690M: John Snow <jsnow@redhat.com>
2691M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2692L: qemu-block@nongnu.org
2693S: Supported
2694F: blockjob.c
2695F: include/block/blockjob.h
2696F: job.c
2697F: job-qmp.c
2698F: include/qemu/job.h
2699F: block/backup.c
2700F: block/commit.c
2701F: block/stream.c
2702F: block/mirror.c
2703F: qapi/job.json
2704F: block/block-copy.c
2705F: include/block/block-copy.h
2706F: block/reqlist.c
2707F: include/block/reqlist.h
2708F: block/copy-before-write.h
2709F: block/copy-before-write.c
2710F: block/snapshot-access.c
2711F: include/block/aio_task.h
2712F: block/aio_task.c
2713F: util/qemu-co-shared-resource.c
2714F: include/qemu/co-shared-resource.h
2715T: git https://gitlab.com/jsnow/qemu.git jobs
2716T: git https://gitlab.com/vsementsov/qemu.git block
2717
2718Compute Express Link
2719M: Jonathan Cameron <jonathan.cameron@huawei.com>
2720R: Fan Ni <fan.ni@samsung.com>
2721S: Supported
2722F: hw/cxl/
2723F: hw/mem/cxl_type3.c
2724F: include/hw/cxl/
2725
2726Dirty Bitmaps
2727M: Eric Blake <eblake@redhat.com>
2728M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2729R: John Snow <jsnow@redhat.com>
2730L: qemu-block@nongnu.org
2731S: Supported
2732F: include/qemu/hbitmap.h
2733F: include/block/dirty-bitmap.h
2734F: block/monitor/bitmap-qmp-cmds.c
2735F: block/dirty-bitmap.c
2736F: block/qcow2-bitmap.c
2737F: migration/block-dirty-bitmap.c
2738F: util/hbitmap.c
2739F: tests/unit/test-hbitmap.c
2740F: docs/interop/bitmaps.rst
2741T: git https://repo.or.cz/qemu/ericb.git bitmaps
2742T: git https://gitlab.com/vsementsov/qemu.git block
2743
2744Character device backends
2745M: Marc-André Lureau <marcandre.lureau@redhat.com>
2746R: Paolo Bonzini <pbonzini@redhat.com>
2747S: Maintained
2748F: chardev/
2749F: include/chardev/
2750F: qapi/char.json
2751
2752Character Devices (Braille)
2753M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2754S: Maintained
2755F: chardev/baum.c
2756
2757Command line option argument parsing
2758M: Markus Armbruster <armbru@redhat.com>
2759S: Supported
2760F: include/qemu/option.h
2761F: tests/unit/test-keyval.c
2762F: tests/unit/test-qemu-opts.c
2763F: util/keyval.c
2764F: util/qemu-option.c
2765
2766Coverity model
2767M: Markus Armbruster <armbru@redhat.com>
2768S: Supported
2769F: scripts/coverity-model.c
2770
2771Coverity Scan integration
2772M: Peter Maydell <peter.maydell@linaro.org>
2773S: Maintained
2774F: scripts/coverity-scan/
2775
2776Device Tree
2777M: Alistair Francis <alistair.francis@wdc.com>
2778R: David Gibson <david@gibson.dropbear.id.au>
2779S: Maintained
2780F: softmmu/device_tree.c
2781F: include/sysemu/device_tree.h
2782
2783Dump
2784S: Supported
2785M: Marc-André Lureau <marcandre.lureau@redhat.com>
2786F: dump/
2787F: hw/misc/vmcoreinfo.c
2788F: include/hw/misc/vmcoreinfo.h
2789F: include/qemu/win_dump_defs
2790F: include/sysemu/dump-arch.h
2791F: include/sysemu/dump.h
2792F: qapi/dump.json
2793F: scripts/dump-guest-memory.py
2794F: stubs/dump.c
2795
2796Error reporting
2797M: Markus Armbruster <armbru@redhat.com>
2798S: Supported
2799F: include/qapi/error.h
2800F: include/qemu/error-report.h
2801F: qapi/error.json
2802F: util/error.c
2803F: util/qemu-error.c
2804F: scripts/coccinelle/err-bad-newline.cocci
2805F: scripts/coccinelle/error-use-after-free.cocci
2806F: scripts/coccinelle/error_propagate_null.cocci
2807F: scripts/coccinelle/remove_local_err.cocci
2808F: scripts/coccinelle/use-error_fatal.cocci
2809F: scripts/coccinelle/errp-guard.cocci
2810
2811GDB stub
2812M: Alex Bennée <alex.bennee@linaro.org>
2813R: Philippe Mathieu-Daudé <philmd@linaro.org>
2814S: Maintained
2815F: docs/system/gdb.rst
2816F: gdbstub/*
2817F: include/exec/gdbstub.h
2818F: include/gdbstub/*
2819F: gdb-xml/
2820F: tests/tcg/multiarch/gdbstub/
2821F: scripts/feature_to_c.sh
2822F: scripts/probe-gdb-support.py
2823
2824Memory API
2825M: Paolo Bonzini <pbonzini@redhat.com>
2826M: Peter Xu <peterx@redhat.com>
2827M: David Hildenbrand <david@redhat.com>
2828R: Philippe Mathieu-Daudé <philmd@linaro.org>
2829S: Supported
2830F: include/exec/ioport.h
2831F: include/exec/memop.h
2832F: include/exec/memory.h
2833F: include/exec/ram_addr.h
2834F: include/exec/ramblock.h
2835F: include/sysemu/memory_mapping.h
2836F: softmmu/dma-helpers.c
2837F: softmmu/ioport.c
2838F: softmmu/memory.c
2839F: softmmu/memory_mapping.c
2840F: softmmu/physmem.c
2841F: include/exec/memory-internal.h
2842F: scripts/coccinelle/memory-region-housekeeping.cocci
2843
2844Memory devices
2845M: David Hildenbrand <david@redhat.com>
2846M: Igor Mammedov <imammedo@redhat.com>
2847R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2848S: Supported
2849F: hw/mem/memory-device.c
2850F: hw/mem/nvdimm.c
2851F: hw/mem/pc-dimm.c
2852F: include/hw/mem/memory-device.h
2853F: include/hw/mem/nvdimm.h
2854F: include/hw/mem/pc-dimm.h
2855F: docs/nvdimm.txt
2856
2857SPICE
2858M: Gerd Hoffmann <kraxel@redhat.com>
2859S: Odd Fixes
2860F: include/ui/qemu-spice.h
2861F: include/ui/spice-display.h
2862F: ui/spice-*.c
2863F: audio/spiceaudio.c
2864F: hw/display/qxl*
2865F: qapi/ui.json
2866F: docs/spice-port-fqdn.txt
2867
2868Graphics
2869M: Gerd Hoffmann <kraxel@redhat.com>
2870M: Marc-André Lureau <marcandre.lureau@redhat.com>
2871S: Odd Fixes
2872F: ui/
2873F: include/ui/
2874F: qapi/ui.json
2875F: util/drm.c
2876F: docs/devel/ui.rst
2877
2878Cocoa graphics
2879M: Peter Maydell <peter.maydell@linaro.org>
2880M: Philippe Mathieu-Daudé <philmd@linaro.org>
2881R: Akihiko Odaki <akihiko.odaki@daynix.com>
2882S: Odd Fixes
2883F: ui/cocoa.m
2884
2885Main loop
2886M: Paolo Bonzini <pbonzini@redhat.com>
2887S: Maintained
2888F: include/qemu/main-loop.h
2889F: include/sysemu/runstate.h
2890F: include/sysemu/runstate-action.h
2891F: util/main-loop.c
2892F: util/qemu-timer.c
2893F: softmmu/vl.c
2894F: softmmu/main.c
2895F: softmmu/cpus.c
2896F: softmmu/cpu-throttle.c
2897F: softmmu/cpu-timers.c
2898F: softmmu/icount.c
2899F: softmmu/runstate*
2900F: qapi/run-state.json
2901
2902Read, Copy, Update (RCU)
2903M: Paolo Bonzini <pbonzini@redhat.com>
2904S: Maintained
2905F: docs/devel/lockcnt.txt
2906F: docs/devel/rcu.txt
2907F: include/qemu/rcu*.h
2908F: tests/unit/rcutorture.c
2909F: tests/unit/test-rcu-*.c
2910F: util/rcu.c
2911
2912Human Monitor (HMP)
2913M: Dr. David Alan Gilbert <dave@treblig.org>
2914S: Maintained
2915F: monitor/monitor-internal.h
2916F: monitor/misc.c
2917F: monitor/monitor.c
2918F: monitor/hmp*
2919F: hmp.h
2920F: hmp-commands*.hx
2921F: include/monitor/hmp-target.h
2922F: tests/qtest/test-hmp.c
2923F: include/qemu/qemu-print.h
2924F: util/qemu-print.c
2925
2926Network device backends
2927M: Jason Wang <jasowang@redhat.com>
2928S: Maintained
2929F: net/
2930F: include/net/
2931F: qemu-bridge-helper.c
2932T: git https://github.com/jasowang/qemu.git net
2933F: qapi/net.json
2934
2935Netmap network backend
2936M: Luigi Rizzo <rizzo@iet.unipi.it>
2937M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2938M: Vincenzo Maffione <v.maffione@gmail.com>
2939W: http://info.iet.unipi.it/~luigi/netmap/
2940S: Maintained
2941F: net/netmap.c
2942
2943Host Memory Backends
2944M: David Hildenbrand <david@redhat.com>
2945M: Igor Mammedov <imammedo@redhat.com>
2946S: Maintained
2947F: backends/hostmem*.c
2948F: include/sysemu/hostmem.h
2949T: git https://gitlab.com/ehabkost/qemu.git machine-next
2950
2951Cryptodev Backends
2952M: Gonglei <arei.gonglei@huawei.com>
2953M: zhenwei pi <pizhenwei@bytedance.com>
2954S: Maintained
2955F: include/sysemu/cryptodev*.h
2956F: backends/cryptodev*.c
2957F: qapi/cryptodev.json
2958
2959Python library
2960M: John Snow <jsnow@redhat.com>
2961M: Cleber Rosa <crosa@redhat.com>
2962R: Beraldo Leal <bleal@redhat.com>
2963S: Maintained
2964F: python/
2965T: git https://gitlab.com/jsnow/qemu.git python
2966
2967Python scripts
2968M: John Snow <jsnow@redhat.com>
2969M: Cleber Rosa <crosa@redhat.com>
2970S: Odd Fixes
2971F: scripts/*.py
2972F: tests/*.py
2973
2974Benchmark util
2975M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2976S: Maintained
2977F: scripts/simplebench/
2978T: git https://gitlab.com/vsementsov/qemu.git simplebench
2979
2980Transactions helper
2981M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2982S: Maintained
2983F: include/qemu/transactions.h
2984F: util/transactions.c
2985T: git https://gitlab.com/vsementsov/qemu.git block
2986
2987QAPI
2988M: Markus Armbruster <armbru@redhat.com>
2989M: Michael Roth <michael.roth@amd.com>
2990S: Supported
2991F: qapi/
2992X: qapi/*.json
2993F: include/qapi/
2994X: include/qapi/qmp/
2995F: include/qapi/qmp/dispatch.h
2996F: tests/qapi-schema/
2997F: tests/unit/test-*-visitor.c
2998F: tests/unit/test-qapi-*.c
2999F: tests/unit/test-qmp-*.c
3000F: tests/unit/test-visitor-serialization.c
3001F: scripts/qapi-gen.py
3002F: scripts/qapi/*
3003F: docs/sphinx/qapidoc.py
3004F: docs/devel/qapi*
3005T: git https://repo.or.cz/qemu/armbru.git qapi-next
3006
3007QAPI Schema
3008M: Eric Blake <eblake@redhat.com>
3009M: Markus Armbruster <armbru@redhat.com>
3010S: Supported
3011F: qapi/*.json
3012T: git https://repo.or.cz/qemu/armbru.git qapi-next
3013
3014QObject
3015M: Markus Armbruster <armbru@redhat.com>
3016S: Supported
3017F: qobject/
3018F: include/qapi/qmp/
3019X: include/qapi/qmp/dispatch.h
3020F: scripts/coccinelle/qobject.cocci
3021F: tests/unit/check-qdict.c
3022F: tests/unit/check-qjson.c
3023F: tests/unit/check-qlist.c
3024F: tests/unit/check-qlit.c
3025F: tests/unit/check-qnull.c
3026F: tests/unit/check-qnum.c
3027F: tests/unit/check-qobject.c
3028F: tests/unit/check-qstring.c
3029F: tests/data/qobject/qdict.txt
3030T: git https://repo.or.cz/qemu/armbru.git qapi-next
3031
3032QEMU Guest Agent
3033M: Michael Roth <michael.roth@amd.com>
3034M: Konstantin Kostiuk <kkostiuk@redhat.com>
3035S: Maintained
3036F: qga/
3037F: docs/interop/qemu-ga.rst
3038F: docs/interop/qemu-ga-ref.rst
3039F: scripts/qemu-guest-agent/
3040F: tests/unit/test-qga.c
3041T: git https://github.com/mdroth/qemu.git qga
3042
3043QEMU Guest Agent Win32
3044M: Konstantin Kostiuk <kkostiuk@redhat.com>
3045S: Maintained
3046F: qga/*win32*
3047F: qga/vss-win32/
3048F: qga/installer/
3049T: git https://github.com/kostyanf14/qemu.git qga-win32
3050
3051QOM
3052M: Paolo Bonzini <pbonzini@redhat.com>
3053R: Daniel P. Berrange <berrange@redhat.com>
3054R: Eduardo Habkost <eduardo@habkost.net>
3055S: Supported
3056F: docs/devel/qom.rst
3057F: docs/qdev-device-use.txt
3058F: hw/core/qdev*
3059F: hw/core/bus.c
3060F: hw/core/sysbus.c
3061F: include/hw/qdev*
3062F: include/monitor/qdev.h
3063F: include/qom/
3064F: qapi/qom.json
3065F: qapi/qdev.json
3066F: scripts/coccinelle/qom-parent-type.cocci
3067F: scripts/qom-cast-macro-clean-cocci-gen.py
3068F: softmmu/qdev-monitor.c
3069F: stubs/qdev.c
3070F: qom/
3071F: tests/unit/check-qom-interface.c
3072F: tests/unit/check-qom-proplist.c
3073F: tests/unit/test-qdev-global-props.c
3074
3075QOM boilerplate conversion script
3076M: Eduardo Habkost <eduardo@habkost.net>
3077S: Maintained
3078F: scripts/codeconverter/
3079
3080QMP
3081M: Markus Armbruster <armbru@redhat.com>
3082S: Supported
3083F: monitor/monitor-internal.h
3084F: monitor/qmp*
3085F: monitor/misc.c
3086F: monitor/monitor.c
3087F: qapi/control.json
3088F: qapi/error.json
3089F: qapi/introspect.json
3090F: docs/devel/*qmp-*
3091F: docs/interop/*qmp-*
3092F: scripts/qmp/
3093F: tests/qtest/qmp-test.c
3094F: tests/qtest/qmp-cmd-test.c
3095T: git https://repo.or.cz/qemu/armbru.git qapi-next
3096
3097qtest
3098M: Thomas Huth <thuth@redhat.com>
3099M: Laurent Vivier <lvivier@redhat.com>
3100R: Paolo Bonzini <pbonzini@redhat.com>
3101S: Maintained
3102F: softmmu/qtest.c
3103F: accel/qtest/
3104F: tests/qtest/
3105F: docs/devel/qgraph.rst
3106F: docs/devel/qtest.rst
3107X: tests/qtest/bios-tables-test*
3108
3109Device Fuzzing
3110M: Alexander Bulekov <alxndr@bu.edu>
3111R: Paolo Bonzini <pbonzini@redhat.com>
3112R: Bandan Das <bsd@redhat.com>
3113R: Stefan Hajnoczi <stefanha@redhat.com>
3114R: Thomas Huth <thuth@redhat.com>
3115R: Darren Kenny <darren.kenny@oracle.com>
3116R: Qiuhao Li <Qiuhao.Li@outlook.com>
3117S: Maintained
3118F: tests/qtest/fuzz/
3119F: tests/qtest/fuzz-*test.c
3120F: tests/docker/test-fuzz
3121F: scripts/oss-fuzz/
3122F: hw/mem/sparse-mem.c
3123F: docs/devel/fuzzing.rst
3124
3125Register API
3126M: Alistair Francis <alistair@alistair23.me>
3127S: Maintained
3128F: hw/core/register.c
3129F: include/hw/register.h
3130F: include/hw/registerfields.h
3131
3132SLIRP
3133M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3134S: Maintained
3135F: net/slirp.c
3136F: include/net/slirp.h
3137T: git https://people.debian.org/~sthibault/qemu.git slirp
3138
3139Stats
3140S: Orphan
3141F: include/sysemu/stats.h
3142F: stats/
3143
3144Streams
3145M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3146S: Maintained
3147F: hw/core/stream.c
3148F: include/hw/stream.h
3149
3150Stubs
3151M: Paolo Bonzini <pbonzini@redhat.com>
3152S: Maintained
3153F: stubs/
3154
3155Tracing
3156M: Stefan Hajnoczi <stefanha@redhat.com>
3157S: Maintained
3158F: trace/
3159F: trace-events
3160F: docs/qemu-option-trace.rst.inc
3161F: qapi/trace.json
3162F: scripts/tracetool.py
3163F: scripts/tracetool/
3164F: scripts/qemu-trace-stap*
3165F: docs/tools/qemu-trace-stap.rst
3166F: docs/devel/tracing.rst
3167T: git https://github.com/stefanha/qemu.git tracing
3168
3169TPM
3170M: Stefan Berger <stefanb@linux.ibm.com>
3171S: Maintained
3172F: softmmu/tpm*
3173F: hw/tpm/*
3174F: include/hw/acpi/tpm.h
3175F: include/sysemu/tpm*
3176F: qapi/tpm.json
3177F: backends/tpm/
3178F: tests/qtest/*tpm*
3179F: docs/specs/tpm.rst
3180T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3181
3182Checkpatch
3183S: Odd Fixes
3184F: scripts/checkpatch.pl
3185
3186Migration
3187M: Juan Quintela <quintela@redhat.com>
3188R: Peter Xu <peterx@redhat.com>
3189R: Leonardo Bras <leobras@redhat.com>
3190S: Maintained
3191F: hw/core/vmstate-if.c
3192F: include/hw/vmstate-if.h
3193F: include/migration/
3194F: include/qemu/userfaultfd.h
3195F: migration/
3196F: scripts/vmstate-static-checker.py
3197F: tests/vmstate-static-checker-data/
3198F: tests/qtest/migration-test.c
3199F: docs/devel/migration.rst
3200F: qapi/migration.json
3201F: tests/migration/
3202F: util/userfaultfd.c
3203
3204Migration dirty limit and dirty page rate
3205M: Hyman Huang <yong.huang@smartx.com>
3206S: Maintained
3207F: softmmu/dirtylimit.c
3208F: include/sysemu/dirtylimit.h
3209F: migration/dirtyrate.c
3210F: migration/dirtyrate.h
3211F: include/sysemu/dirtyrate.h
3212
3213D-Bus
3214M: Marc-André Lureau <marcandre.lureau@redhat.com>
3215S: Maintained
3216F: backends/dbus-vmstate.c
3217F: ui/dbus*
3218F: audio/dbus*
3219F: util/dbus.c
3220F: include/ui/dbus*
3221F: include/qemu/dbus.h
3222F: docs/interop/dbus*
3223F: docs/sphinx/dbus*
3224F: docs/sphinx/fakedbusdoc.py
3225F: tests/qtest/dbus*
3226F: scripts/xml-preprocess*
3227
3228Seccomp
3229M: Daniel P. Berrange <berrange@redhat.com>
3230S: Odd Fixes
3231F: softmmu/qemu-seccomp.c
3232F: include/sysemu/seccomp.h
3233F: tests/unit/test-seccomp.c
3234
3235Cryptography
3236M: Daniel P. Berrange <berrange@redhat.com>
3237S: Maintained
3238F: crypto/
3239F: include/crypto/
3240F: host/include/*/host/crypto/
3241F: qapi/crypto.json
3242F: tests/unit/test-crypto-*
3243F: tests/bench/benchmark-crypto-*
3244F: tests/unit/crypto-tls-*
3245F: tests/unit/pkix_asn1_tab.c
3246F: qemu.sasl
3247
3248Coroutines
3249M: Stefan Hajnoczi <stefanha@redhat.com>
3250M: Kevin Wolf <kwolf@redhat.com>
3251S: Maintained
3252F: util/*coroutine*
3253F: include/qemu/coroutine*
3254F: tests/unit/test-coroutine.c
3255
3256Buffers
3257M: Daniel P. Berrange <berrange@redhat.com>
3258S: Odd Fixes
3259F: util/buffer.c
3260F: include/qemu/buffer.h
3261
3262I/O Channels
3263M: Daniel P. Berrange <berrange@redhat.com>
3264S: Maintained
3265F: io/
3266F: include/io/
3267F: tests/unit/test-io-*
3268
3269User authorization
3270M: Daniel P. Berrange <berrange@redhat.com>
3271S: Maintained
3272F: authz/
3273F: qapi/authz.json
3274F: include/authz/
3275F: tests/unit/test-authz-*
3276
3277Sockets
3278M: Daniel P. Berrange <berrange@redhat.com>
3279S: Maintained
3280F: include/qemu/sockets.h
3281F: util/qemu-sockets.c
3282F: qapi/sockets.json
3283
3284File monitor
3285M: Daniel P. Berrange <berrange@redhat.com>
3286S: Odd Fixes
3287F: util/filemonitor*.c
3288F: include/qemu/filemonitor.h
3289F: tests/unit/test-util-filemonitor.c
3290
3291Throttling infrastructure
3292M: Alberto Garcia <berto@igalia.com>
3293S: Supported
3294F: block/throttle-groups.c
3295F: include/block/throttle-groups.h
3296F: include/qemu/throttle*.h
3297F: util/throttle.c
3298F: docs/throttle.txt
3299F: tests/unit/test-throttle.c
3300L: qemu-block@nongnu.org
3301
3302UUID
3303M: Fam Zheng <fam@euphon.net>
3304S: Supported
3305F: util/uuid.c
3306F: include/qemu/uuid.h
3307F: tests/unit/test-uuid.c
3308
3309Yank feature
3310M: Lukas Straub <lukasstraub2@web.de>
3311S: Odd fixes
3312F: util/yank.c
3313F: migration/yank_functions*
3314F: tests/unit/test-yank.c
3315F: include/qemu/yank.h
3316F: qapi/yank.json
3317
3318COLO Framework
3319M: Hailiang Zhang <zhanghailiang@xfusion.com>
3320S: Maintained
3321F: migration/colo*
3322F: include/migration/colo.h
3323F: include/migration/failover.h
3324F: docs/COLO-FT.txt
3325
3326COLO Proxy
3327M: Zhang Chen <chen.zhang@intel.com>
3328M: Li Zhijian <lizhijian@fujitsu.com>
3329S: Supported
3330F: docs/colo-proxy.txt
3331F: net/colo*
3332F: net/filter-rewriter.c
3333F: net/filter-mirror.c
3334F: tests/qtest/test-filter*
3335
3336Record/replay
3337M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3338R: Paolo Bonzini <pbonzini@redhat.com>
3339W: https://wiki.qemu.org/Features/record-replay
3340S: Supported
3341F: replay/*
3342F: block/blkreplay.c
3343F: net/filter-replay.c
3344F: include/exec/replay-core.h
3345F: include/sysemu/replay.h
3346F: docs/devel/replay.rst
3347F: docs/system/replay.rst
3348F: stubs/replay.c
3349F: tests/avocado/replay_kernel.py
3350F: tests/avocado/replay_linux.py
3351F: tests/avocado/reverse_debugging.py
3352F: qapi/replay.json
3353
3354IOVA Tree
3355M: Peter Xu <peterx@redhat.com>
3356S: Maintained
3357F: include/qemu/iova-tree.h
3358F: util/iova-tree.c
3359
3360elf2dmp
3361M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3362S: Maintained
3363F: contrib/elf2dmp/
3364
3365I2C and SMBus
3366M: Corey Minyard <cminyard@mvista.com>
3367S: Maintained
3368F: hw/i2c/core.c
3369F: hw/i2c/smbus_slave.c
3370F: hw/i2c/smbus_master.c
3371F: hw/i2c/smbus_eeprom.c
3372F: include/hw/i2c/i2c.h
3373F: include/hw/i2c/smbus_master.h
3374F: include/hw/i2c/smbus_slave.h
3375F: include/hw/i2c/smbus_eeprom.h
3376
3377PMBus
3378M: Titus Rwantare <titusr@google.com>
3379S: Maintained
3380F: hw/i2c/pmbus_device.c
3381F: hw/sensor/adm1272.c
3382F: hw/sensor/isl_pmbus_vr.c
3383F: hw/sensor/max34451.c
3384F: include/hw/i2c/pmbus_device.h
3385F: include/hw/sensor/isl_pmbus_vr.h
3386F: tests/qtest/adm1272-test.c
3387F: tests/qtest/max34451-test.c
3388F: tests/qtest/isl_pmbus_vr-test.c
3389
3390Firmware schema specifications
3391M: Philippe Mathieu-Daudé <philmd@linaro.org>
3392R: Daniel P. Berrange <berrange@redhat.com>
3393R: Kashyap Chamarthy <kchamart@redhat.com>
3394S: Maintained
3395F: docs/interop/firmware.json
3396
3397EDK2 Firmware
3398M: Philippe Mathieu-Daudé <philmd@linaro.org>
3399M: Gerd Hoffmann <kraxel@redhat.com>
3400S: Supported
3401F: hw/i386/*ovmf*
3402F: pc-bios/descriptors/??-edk2-*.json
3403F: pc-bios/edk2-*
3404F: roms/Makefile.edk2
3405F: roms/edk2
3406F: roms/edk2-*
3407F: tests/data/uefi-boot-images/
3408F: tests/uefi-test-tools/
3409
3410VT-d Emulation
3411M: Michael S. Tsirkin <mst@redhat.com>
3412M: Peter Xu <peterx@redhat.com>
3413R: Jason Wang <jasowang@redhat.com>
3414S: Supported
3415F: hw/i386/intel_iommu.c
3416F: hw/i386/intel_iommu_internal.h
3417F: include/hw/i386/intel_iommu.h
3418
3419AMD-Vi Emulation
3420S: Orphan
3421F: hw/i386/amd_iommu.?
3422
3423OpenSBI Firmware
3424M: Bin Meng <bmeng.cn@gmail.com>
3425S: Supported
3426F: pc-bios/opensbi-*
3427F: .gitlab-ci.d/opensbi.yml
3428F: .gitlab-ci.d/opensbi/
3429
3430Clock framework
3431M: Luc Michel <luc@lmichel.fr>
3432R: Damien Hedde <damien.hedde@dahe.fr>
3433S: Maintained
3434F: include/hw/clock.h
3435F: include/hw/qdev-clock.h
3436F: hw/core/clock.c
3437F: hw/core/clock-vmstate.c
3438F: hw/core/qdev-clock.c
3439F: docs/devel/clocks.rst
3440
3441Usermode Emulation
3442------------------
3443Overall usermode emulation
3444M: Riku Voipio <riku.voipio@iki.fi>
3445S: Maintained
3446F: accel/tcg/user-exec*.c
3447F: include/user/
3448F: common-user/
3449
3450BSD user
3451M: Warner Losh <imp@bsdimp.com>
3452R: Kyle Evans <kevans@freebsd.org>
3453S: Maintained
3454F: bsd-user/
3455F: configs/targets/*-bsd-user.mak
3456F: tests/vm/*bsd
3457T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3458
3459Linux user
3460M: Laurent Vivier <laurent@vivier.eu>
3461S: Maintained
3462F: linux-user/
3463F: configs/targets/*linux-user.mak
3464F: scripts/qemu-binfmt-conf.sh
3465F: scripts/update-syscalltbl.sh
3466F: scripts/update-mips-syscall-args.sh
3467F: scripts/gensyscalls.sh
3468
3469Tiny Code Generator (TCG)
3470-------------------------
3471Common TCG code
3472M: Richard Henderson <richard.henderson@linaro.org>
3473S: Maintained
3474F: tcg/
3475F: include/tcg/
3476
3477TCG Plugins
3478M: Alex Bennée <alex.bennee@linaro.org>
3479R: Alexandre Iooss <erdnaxe@crans.org>
3480R: Mahmoud Mandour <ma.mandourr@gmail.com>
3481S: Maintained
3482F: docs/devel/tcg-plugins.rst
3483F: plugins/
3484F: tests/plugin/
3485F: tests/avocado/tcg_plugins.py
3486F: contrib/plugins/
3487
3488AArch64 TCG target
3489M: Richard Henderson <richard.henderson@linaro.org>
3490S: Maintained
3491L: qemu-arm@nongnu.org
3492F: tcg/aarch64/
3493
3494ARM TCG target
3495M: Richard Henderson <richard.henderson@linaro.org>
3496S: Maintained
3497L: qemu-arm@nongnu.org
3498F: tcg/arm/
3499
3500i386 TCG target
3501M: Richard Henderson <richard.henderson@linaro.org>
3502S: Maintained
3503F: tcg/i386/
3504
3505LoongArch64 TCG target
3506M: WANG Xuerui <git@xen0n.name>
3507S: Maintained
3508F: tcg/loongarch64/
3509
3510MIPS TCG target
3511M: Philippe Mathieu-Daudé <philmd@linaro.org>
3512R: Aurelien Jarno <aurelien@aurel32.net>
3513R: Huacai Chen <chenhuacai@kernel.org>
3514R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3515R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3516S: Odd Fixes
3517F: tcg/mips/
3518
3519PPC TCG target
3520M: Richard Henderson <richard.henderson@linaro.org>
3521S: Odd Fixes
3522F: tcg/ppc/
3523
3524RISC-V TCG target
3525M: Palmer Dabbelt <palmer@dabbelt.com>
3526M: Alistair Francis <Alistair.Francis@wdc.com>
3527L: qemu-riscv@nongnu.org
3528S: Maintained
3529F: tcg/riscv/
3530F: disas/riscv.c
3531
3532S390 TCG target
3533M: Richard Henderson <richard.henderson@linaro.org>
3534S: Maintained
3535F: tcg/s390/
3536L: qemu-s390x@nongnu.org
3537
3538SPARC TCG target
3539S: Odd Fixes
3540F: tcg/sparc64/
3541F: disas/sparc.c
3542
3543TCI TCG target
3544M: Stefan Weil <sw@weilnetz.de>
3545S: Maintained
3546F: tcg/tci/
3547F: tcg/tci.c
3548F: disas/tci.c
3549
3550Block drivers
3551-------------
3552VMDK
3553M: Fam Zheng <fam@euphon.net>
3554L: qemu-block@nongnu.org
3555S: Supported
3556F: block/vmdk.c
3557
3558RBD
3559M: Ilya Dryomov <idryomov@gmail.com>
3560R: Peter Lieven <pl@kamp.de>
3561L: qemu-block@nongnu.org
3562S: Supported
3563F: block/rbd.c
3564
3565VHDX
3566M: Jeff Cody <codyprime@gmail.com>
3567L: qemu-block@nongnu.org
3568S: Supported
3569F: block/vhdx*
3570
3571VDI
3572M: Stefan Weil <sw@weilnetz.de>
3573L: qemu-block@nongnu.org
3574S: Maintained
3575F: block/vdi.c
3576
3577blkio
3578M: Stefan Hajnoczi <stefanha@redhat.com>
3579L: qemu-block@nongnu.org
3580S: Maintained
3581F: block/blkio.c
3582
3583iSCSI
3584M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3585M: Paolo Bonzini <pbonzini@redhat.com>
3586M: Peter Lieven <pl@kamp.de>
3587L: qemu-block@nongnu.org
3588S: Odd Fixes
3589F: block/iscsi.c
3590F: block/iscsi-opts.c
3591
3592Network Block Device (NBD)
3593M: Eric Blake <eblake@redhat.com>
3594M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3595L: qemu-block@nongnu.org
3596S: Maintained
3597F: block/nbd*
3598F: nbd/
3599F: include/block/nbd*
3600F: qemu-nbd.*
3601F: blockdev-nbd.c
3602F: docs/interop/nbd.txt
3603F: docs/tools/qemu-nbd.rst
3604F: tests/qemu-iotests/tests/*nbd*
3605T: git https://repo.or.cz/qemu/ericb.git nbd
3606T: git https://gitlab.com/vsementsov/qemu.git block
3607
3608NFS
3609M: Peter Lieven <pl@kamp.de>
3610L: qemu-block@nongnu.org
3611S: Maintained
3612F: block/nfs.c
3613
3614SSH
3615M: Richard W.M. Jones <rjones@redhat.com>
3616L: qemu-block@nongnu.org
3617S: Supported
3618F: block/ssh.c
3619
3620CURL
3621L: qemu-block@nongnu.org
3622S: Odd Fixes
3623F: block/curl.c
3624
3625GLUSTER
3626L: qemu-block@nongnu.org
3627L: integration@gluster.org
3628S: Odd Fixes
3629F: block/gluster.c
3630
3631Null Block Driver
3632M: Fam Zheng <fam@euphon.net>
3633L: qemu-block@nongnu.org
3634S: Supported
3635F: block/null.c
3636
3637NVMe Block Driver
3638M: Stefan Hajnoczi <stefanha@redhat.com>
3639R: Fam Zheng <fam@euphon.net>
3640R: Philippe Mathieu-Daudé <philmd@linaro.org>
3641L: qemu-block@nongnu.org
3642S: Supported
3643F: block/nvme*
3644F: include/block/nvme.h
3645T: git https://github.com/stefanha/qemu.git block
3646
3647Bootdevice
3648M: Gonglei <arei.gonglei@huawei.com>
3649S: Maintained
3650F: softmmu/bootdevice.c
3651
3652Quorum
3653M: Alberto Garcia <berto@igalia.com>
3654S: Supported
3655F: block/quorum.c
3656L: qemu-block@nongnu.org
3657
3658blklogwrites
3659M: Ari Sundholm <ari@tuxera.com>
3660L: qemu-block@nongnu.org
3661S: Supported
3662F: block/blklogwrites.c
3663
3664blkverify
3665M: Stefan Hajnoczi <stefanha@redhat.com>
3666L: qemu-block@nongnu.org
3667S: Supported
3668F: block/blkverify.c
3669
3670bochs
3671M: Stefan Hajnoczi <stefanha@redhat.com>
3672L: qemu-block@nongnu.org
3673S: Supported
3674F: block/bochs.c
3675
3676cloop
3677M: Stefan Hajnoczi <stefanha@redhat.com>
3678L: qemu-block@nongnu.org
3679S: Supported
3680F: block/cloop.c
3681
3682dmg
3683M: Stefan Hajnoczi <stefanha@redhat.com>
3684L: qemu-block@nongnu.org
3685S: Supported
3686F: block/dmg.c
3687
3688parallels
3689M: Stefan Hajnoczi <stefanha@redhat.com>
3690M: Denis V. Lunev <den@openvz.org>
3691L: qemu-block@nongnu.org
3692S: Supported
3693F: block/parallels.c
3694F: block/parallels-ext.c
3695F: docs/interop/parallels.txt
3696T: git https://src.openvz.org/scm/~den/qemu.git parallels
3697
3698qed
3699M: Stefan Hajnoczi <stefanha@redhat.com>
3700L: qemu-block@nongnu.org
3701S: Supported
3702F: block/qed.c
3703
3704raw
3705M: Kevin Wolf <kwolf@redhat.com>
3706L: qemu-block@nongnu.org
3707S: Supported
3708F: block/linux-aio.c
3709F: include/block/raw-aio.h
3710F: block/raw-format.c
3711F: block/file-posix.c
3712F: block/file-win32.c
3713F: block/win32-aio.c
3714
3715Linux io_uring
3716M: Aarushi Mehta <mehta.aaru20@gmail.com>
3717M: Julia Suvorova <jusual@redhat.com>
3718M: Stefan Hajnoczi <stefanha@redhat.com>
3719R: Stefano Garzarella <sgarzare@redhat.com>
3720L: qemu-block@nongnu.org
3721S: Maintained
3722F: block/io_uring.c
3723F: stubs/io_uring.c
3724
3725qcow2
3726M: Kevin Wolf <kwolf@redhat.com>
3727M: Hanna Reitz <hreitz@redhat.com>
3728L: qemu-block@nongnu.org
3729S: Supported
3730F: block/qcow2*
3731F: docs/interop/qcow2.txt
3732
3733qcow
3734M: Kevin Wolf <kwolf@redhat.com>
3735L: qemu-block@nongnu.org
3736S: Supported
3737F: block/qcow.c
3738
3739blkdebug
3740M: Kevin Wolf <kwolf@redhat.com>
3741M: Hanna Reitz <hreitz@redhat.com>
3742L: qemu-block@nongnu.org
3743S: Supported
3744F: block/blkdebug.c
3745
3746vpc
3747M: Kevin Wolf <kwolf@redhat.com>
3748L: qemu-block@nongnu.org
3749S: Supported
3750F: block/vpc.c
3751
3752vvfat
3753M: Kevin Wolf <kwolf@redhat.com>
3754L: qemu-block@nongnu.org
3755S: Odd Fixes
3756F: block/vvfat.c
3757
3758Image format fuzzer
3759M: Stefan Hajnoczi <stefanha@redhat.com>
3760L: qemu-block@nongnu.org
3761S: Supported
3762F: tests/image-fuzzer/
3763
3764Vhost-user block device backend server
3765M: Coiby Xu <Coiby.Xu@gmail.com>
3766S: Maintained
3767F: block/export/vhost-user-blk-server.c
3768F: block/export/vhost-user-blk-server.h
3769F: block/export/virtio-blk-handler.c
3770F: block/export/virtio-blk-handler.h
3771F: include/qemu/vhost-user-server.h
3772F: tests/qtest/libqos/vhost-user-blk.c
3773F: tests/qtest/libqos/vhost-user-blk.h
3774F: tests/qtest/vhost-user-blk-test.c
3775F: util/vhost-user-server.c
3776
3777FUSE block device exports
3778M: Hanna Reitz <hreitz@redhat.com>
3779L: qemu-block@nongnu.org
3780S: Supported
3781F: block/export/fuse.c
3782
3783VDUSE library and block device exports
3784M: Xie Yongji <xieyongji@bytedance.com>
3785S: Maintained
3786F: subprojects/libvduse/
3787F: block/export/vduse-blk.c
3788F: block/export/vduse-blk.h
3789
3790Replication
3791M: Wen Congyang <wencongyang2@huawei.com>
3792M: Xie Changlong <xiechanglong.d@gmail.com>
3793S: Supported
3794F: replication*
3795F: block/replication.c
3796F: tests/unit/test-replication.c
3797F: docs/block-replication.txt
3798
3799PVRDMA
3800M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3801M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3802S: Maintained
3803F: hw/rdma/*
3804F: hw/rdma/vmw/*
3805F: docs/pvrdma.txt
3806F: contrib/rdmacm-mux/*
3807F: qapi/rdma.json
3808
3809Semihosting
3810M: Alex Bennée <alex.bennee@linaro.org>
3811S: Maintained
3812F: semihosting/
3813F: include/semihosting/
3814F: tests/tcg/multiarch/arm-compat-semi/
3815F: tests/tcg/aarch64/system/semiheap.c
3816
3817Multi-process QEMU
3818M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3819M: Jagannathan Raman <jag.raman@oracle.com>
3820S: Maintained
3821F: docs/devel/multi-process.rst
3822F: docs/system/multi-process.rst
3823F: hw/pci-host/remote.c
3824F: include/hw/pci-host/remote.h
3825F: hw/remote/machine.c
3826F: include/hw/remote/machine.h
3827F: hw/remote/mpqemu-link.c
3828F: include/hw/remote/mpqemu-link.h
3829F: hw/remote/message.c
3830F: hw/remote/remote-obj.c
3831F: include/hw/remote/memory.h
3832F: hw/remote/memory.c
3833F: hw/remote/proxy.c
3834F: include/hw/remote/proxy.h
3835F: hw/remote/proxy-memory-listener.c
3836F: include/hw/remote/proxy-memory-listener.h
3837F: hw/remote/iohub.c
3838F: include/hw/remote/iohub.h
3839F: subprojects/libvfio-user
3840F: hw/remote/vfio-user-obj.c
3841F: include/hw/remote/vfio-user-obj.h
3842F: hw/remote/iommu.c
3843F: include/hw/remote/iommu.h
3844
3845EBPF:
3846M: Jason Wang <jasowang@redhat.com>
3847R: Andrew Melnychenko <andrew@daynix.com>
3848R: Yuri Benditovich <yuri.benditovich@daynix.com>
3849S: Maintained
3850F: ebpf/*
3851F: tools/ebpf/*
3852
3853Build and test automation
3854-------------------------
3855Build and test automation, general continuous integration
3856M: Alex Bennée <alex.bennee@linaro.org>
3857M: Philippe Mathieu-Daudé <philmd@linaro.org>
3858M: Thomas Huth <thuth@redhat.com>
3859R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3860R: Beraldo Leal <bleal@redhat.com>
3861S: Maintained
3862F: .github/workflows/lockdown.yml
3863F: .gitlab-ci.yml
3864F: .gitlab-ci.d/
3865F: .travis.yml
3866F: scripts/ci/
3867F: tests/docker/
3868F: tests/vm/
3869F: tests/lcitool/
3870F: tests/avocado/tuxrun_baselines.py
3871F: scripts/archive-source.sh
3872F: docs/devel/testing.rst
3873W: https://gitlab.com/qemu-project/qemu/pipelines
3874W: https://travis-ci.org/qemu/qemu
3875
3876FreeBSD Hosted Continuous Integration
3877M: Ed Maste <emaste@freebsd.org>
3878M: Li-Wen Hsu <lwhsu@freebsd.org>
3879S: Maintained
3880F: .gitlab-ci.d/cirrus/freebsd*
3881F: tests/vm/freebsd
3882W: https://cirrus-ci.com/github/qemu/qemu
3883
3884Windows Hosted Continuous Integration
3885M: Yonggang Luo <luoyonggang@gmail.com>
3886S: Maintained
3887F: .gitlab-ci.d/windows.yml
3888
3889Guest Test Compilation Support
3890M: Alex Bennée <alex.bennee@linaro.org>
3891R: Philippe Mathieu-Daudé <philmd@linaro.org>
3892S: Maintained
3893F: tests/tcg/Makefile.target
3894
3895Integration Testing with the Avocado framework
3896W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3897R: Cleber Rosa <crosa@redhat.com>
3898R: Philippe Mathieu-Daudé <philmd@linaro.org>
3899R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3900R: Beraldo Leal <bleal@redhat.com>
3901S: Odd Fixes
3902F: tests/avocado/
3903
3904GitLab custom runner (Works On Arm Sponsored)
3905M: Alex Bennée <alex.bennee@linaro.org>
3906M: Philippe Mathieu-Daudé <philmd@linaro.org>
3907S: Maintained
3908F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3909F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3910
3911Documentation
3912-------------
3913Build system architecture
3914M: Daniel P. Berrange <berrange@redhat.com>
3915S: Odd Fixes
3916F: docs/devel/build-system.rst
3917
3918GIT Data Mining Config
3919M: Alex Bennée <alex.bennee@linaro.org>
3920S: Odd Fixes
3921F: gitdm.config
3922F: contrib/gitdm/*
3923
3924Incompatible changes
3925R: libvir-list@redhat.com
3926F: docs/about/deprecated.rst
3927
3928Build System
3929------------
3930Meson
3931M: Paolo Bonzini <pbonzini@redhat.com>
3932R: Marc-André Lureau <marcandre.lureau@redhat.com>
3933R: Daniel P. Berrange <berrange@redhat.com>
3934R: Thomas Huth <thuth@redhat.com>
3935R: Philippe Mathieu-Daudé <philmd@linaro.org>
3936S: Maintained
3937F: meson.build
3938F: meson_options.txt
3939F: scripts/meson-buildoptions.*
3940F: scripts/check_sparse.py
3941F: scripts/symlink-install-tree.py
3942
3943Top Level Makefile and configure
3944M: Paolo Bonzini <pbonzini@redhat.com>
3945R: Alex Bennée <alex.bennee@linaro.org>
3946R: Thomas Huth <thuth@redhat.com>
3947S: Maintained
3948F: Makefile
3949F: configure
3950F: scripts/mtest2make.py
3951F: tests/Makefile.include
3952
3953Kconfig
3954M: Paolo Bonzini <pbonzini@redhat.com>
3955S: Maintained
3956F: scripts/minikconf.py
3957F: docs/devel/kconfig.rst
3958F: Kconfig*
3959F: */Kconfig*
3960F: hw/*/Kconfig*
3961F: target/*/Kconfig*
3962
3963GIT submodules
3964M: Daniel P. Berrange <berrange@redhat.com>
3965S: Odd Fixes
3966F: scripts/git-submodule.sh
3967
3968UI translations
3969S: Orphan
3970F: po/*.po
3971
3972Sphinx documentation configuration and build machinery
3973M: Peter Maydell <peter.maydell@linaro.org>
3974S: Maintained
3975F: docs/conf.py
3976F: docs/*/conf.py
3977F: docs/sphinx/
3978F: docs/_templates/
3979
3980Miscellaneous
3981-------------
3982Performance Tools and Tests
3983M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3984S: Maintained
3985F: scripts/performance/
3986
3987Code Coverage Tools
3988M: Alex Bennée <alex.bennee@linaro.org>
3989S: Odd Fixes
3990F: scripts/coverage/
3991