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