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