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