xref: /qemu/MAINTAINERS (revision 009cd866)
1QEMU Maintainers
2================
3
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
8
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
12Descriptions of section entries:
13
14	M: Mail patches to: FullName <address@domain>
15	   Maintainers are looking after a certain area and must be CCed on
16	   patches. They are considered the main contact point.
17	R: Designated reviewer: FullName <address@domain>
18	   These reviewers should be CCed on patches.
19	   Reviewers are familiar with the subject matter and provide feedback
20	   even though they are not maintainers.
21	L: Mailing list that is relevant to this area
22	   These lists should be CCed on patches.
23	W: Web-page with status/info
24	Q: Patchwork web based patch tracking system site
25	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26	S: Status, one of the following (keep in sync with docs/devel/maintainers.rst):
27	   Supported:	Someone is actually paid to look after this.
28	   Maintained:	Someone actually looks after it.
29	   Odd Fixes:	It has a maintainer but they don't have time to do
30			much other than throw the odd patch in. See below.
31	   Orphan:	No current maintainer [but maybe you could take the
32			role as you write your new code].
33	   Obsolete:	Old code. Something tagged obsolete generally means
34			it has been replaced by a better system and you
35			should be using that.
36	F: Files and directories with wildcard patterns.
37	   A trailing slash includes all files and subdirectory files.
38	   F:	drivers/net/	all files in and below drivers/net
39	   F:	drivers/net/*	all files in drivers/net, but not below
40	   F:	*/net/*		all files in "any top level directory"/net
41	   One pattern per line.  Multiple F: lines acceptable.
42	X: Files and directories that are NOT maintained, same rules as F:
43	   Files exclusions are tested before file matches.
44	   Can be useful for excluding a specific subdirectory, for instance:
45	   F:	net/
46	   X:	net/ipv6/
47	   matches all files in and below net excluding net/ipv6/
48	K: Keyword perl extended regex pattern to match content in a
49	   patch or file.  For instance:
50	   K: of_get_profile
51	      matches patches or files that contain "of_get_profile"
52	   K: \b(printk|pr_(info|err))\b
53	      matches patches or files that contain one or more of the words
54	      printk, pr_info or pr_err
55	   One regex pattern per line.  Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
60M: Peter Maydell <peter.maydell@linaro.org>
61
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
67Project policy and developer guides
68R: Alex Bennée <alex.bennee@linaro.org>
69R: Daniel P. Berrangé <berrange@redhat.com>
70R: Thomas Huth <thuth@redhat.com>
71R: Markus Armbruster <armbru@redhat.com>
72R: Philippe Mathieu-Daudé <philmd@linaro.org>
73R: Juan Quintela <quintela@redhat.com>
74W: https://www.qemu.org/docs/master/devel/index.html
75S: Odd Fixes
76F: docs/devel/style.rst
77F: docs/devel/code-of-conduct.rst
78F: docs/devel/conflict-resolution.rst
79F: docs/devel/submitting-a-patch.rst
80F: docs/devel/submitting-a-pull-request.rst
81
82Responsible Disclosure, Reporting Security Issues
83-------------------------------------------------
84W: https://wiki.qemu.org/SecurityProcess
85M: Michael S. Tsirkin <mst@redhat.com>
86L: secalert@redhat.com
87
88Trivial patches
89---------------
90Trivial patches
91M: Michael Tokarev <mjt@tls.msk.ru>
92M: Laurent Vivier <laurent@vivier.eu>
93S: Maintained
94L: qemu-trivial@nongnu.org
95K: ^Subject:.*(?i)trivial
96F: docs/devel/trivial-patches.rst
97T: git git://git.corpit.ru/qemu.git trivial-patches
98T: git https://github.com/vivier/qemu.git trivial-patches
99
100Architecture support
101--------------------
102S390 general architecture support
103M: Thomas Huth <thuth@redhat.com>
104S: Supported
105F: configs/devices/s390x-softmmu/default.mak
106F: gdb-xml/s390*.xml
107F: hw/char/sclp*.[hc]
108F: hw/char/terminal3270.c
109F: hw/intc/s390_flic.c
110F: hw/intc/s390_flic_kvm.c
111F: hw/s390x/
112F: hw/vfio/ap.c
113F: hw/vfio/ccw.c
114F: hw/watchdog/wdt_diag288.c
115F: include/hw/s390x/
116F: include/hw/watchdog/wdt_diag288.h
117F: pc-bios/s390-ccw/
118F: pc-bios/s390-ccw.img
119F: target/s390x/
120F: docs/system/target-s390x.rst
121F: docs/system/s390x/
122F: tests/migration/s390x/
123K: ^Subject:.*(?i)s390x?
124L: qemu-s390x@nongnu.org
125
126MIPS general architecture support
127M: Philippe Mathieu-Daudé <philmd@linaro.org>
128R: Jiaxun Yang <jiaxun.yang@flygoat.com>
129S: Odd Fixes
130K: ^Subject:.*(?i)mips
131F: docs/system/target-mips.rst
132F: configs/targets/mips*
133
134Guest CPU cores (TCG)
135---------------------
136Overall TCG CPUs
137M: Richard Henderson <richard.henderson@linaro.org>
138R: Paolo Bonzini <pbonzini@redhat.com>
139S: Maintained
140F: softmmu/cpus.c
141F: softmmu/watchpoint.c
142F: 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/m68k/bootinfo.h
1233F: include/standard-headers/asm-m68k/bootinfo.h
1234F: include/standard-headers/asm-m68k/bootinfo-mac.h
1235F: include/hw/misc/mac_via.h
1236F: include/hw/nubus/*
1237F: include/hw/display/macfb.h
1238F: include/hw/block/swim.h
1239F: include/hw/m68k/q800.h
1240F: include/hw/m68k/q800-glue.h
1241
1242virt
1243M: Laurent Vivier <laurent@vivier.eu>
1244S: Maintained
1245F: hw/m68k/virt.c
1246F: hw/char/goldfish_tty.c
1247F: hw/intc/goldfish_pic.c
1248F: hw/intc/m68k_irqc.c
1249F: hw/misc/virt_ctrl.c
1250F: include/hw/char/goldfish_tty.h
1251F: include/hw/intc/goldfish_pic.h
1252F: include/hw/intc/m68k_irqc.h
1253F: include/hw/misc/virt_ctrl.h
1254
1255MicroBlaze Machines
1256-------------------
1257petalogix_s3adsp1800
1258M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1259S: Maintained
1260F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1261F: include/hw/char/xilinx_uartlite.h
1262F: tests/avocado/machine_microblaze.py
1263
1264petalogix_ml605
1265M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1266S: Maintained
1267F: hw/microblaze/petalogix_ml605_mmu.c
1268
1269MIPS Machines
1270-------------
1271Overall MIPS Machines
1272M: Philippe Mathieu-Daudé <philmd@linaro.org>
1273S: Odd Fixes
1274F: configs/devices/mips*/*
1275F: hw/mips/
1276F: include/hw/mips/
1277
1278Jazz
1279M: Hervé Poussineau <hpoussin@reactos.org>
1280R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1281S: Maintained
1282F: hw/mips/jazz.c
1283F: hw/display/jazz_led.c
1284F: hw/dma/rc4030.c
1285
1286Malta
1287M: Philippe Mathieu-Daudé <philmd@linaro.org>
1288R: Aurelien Jarno <aurelien@aurel32.net>
1289S: Odd Fixes
1290F: hw/isa/piix4.c
1291F: hw/acpi/piix4.c
1292F: hw/mips/malta.c
1293F: hw/pci-host/gt64120.c
1294F: include/hw/southbridge/piix.h
1295F: tests/avocado/linux_ssh_mips_malta.py
1296F: tests/avocado/machine_mips_malta.py
1297
1298Mipssim
1299R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1300S: Orphan
1301F: hw/mips/mipssim.c
1302F: hw/net/mipsnet.c
1303
1304Fuloong 2E
1305M: Huacai Chen <chenhuacai@kernel.org>
1306M: Philippe Mathieu-Daudé <philmd@linaro.org>
1307R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1308S: Odd Fixes
1309F: hw/mips/fuloong2e.c
1310F: hw/isa/vt82c686.c
1311F: hw/pci-host/bonito.c
1312F: hw/usb/vt82c686-uhci-pci.c
1313F: include/hw/isa/vt82c686.h
1314F: include/hw/pci-host/bonito.h
1315F: tests/avocado/machine_mips_fuloong2e.py
1316
1317Loongson-3 virtual platforms
1318M: Huacai Chen <chenhuacai@kernel.org>
1319R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1320S: Maintained
1321F: hw/intc/loongson_liointc.c
1322F: hw/mips/loongson3_bootp.c
1323F: hw/mips/loongson3_bootp.h
1324F: hw/mips/loongson3_virt.c
1325F: tests/avocado/machine_mips_loongson3v.py
1326
1327Boston
1328M: Paul Burton <paulburton@kernel.org>
1329R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1330S: Odd Fixes
1331F: hw/core/loader-fit.c
1332F: hw/mips/boston.c
1333F: hw/pci-host/xilinx-pcie.c
1334F: include/hw/pci-host/xilinx-pcie.h
1335
1336OpenRISC Machines
1337-----------------
1338or1k-sim
1339M: Jia Liu <proljc@gmail.com>
1340S: Maintained
1341F: docs/system/openrisc/or1k-sim.rst
1342F: hw/openrisc/openrisc_sim.c
1343
1344PowerPC Machines
1345----------------
1346405 (ref405ep)
1347L: qemu-ppc@nongnu.org
1348S: Orphan
1349F: hw/ppc/ppc405_boards.c
1350
1351Bamboo
1352L: qemu-ppc@nongnu.org
1353S: Orphan
1354F: hw/ppc/ppc440_bamboo.c
1355F: tests/avocado/ppc_bamboo.py
1356
1357e500
1358L: qemu-ppc@nongnu.org
1359S: Orphan
1360F: hw/ppc/e500*
1361F: hw/gpio/mpc8xxx.c
1362F: hw/i2c/mpc_i2c.c
1363F: hw/net/fsl_etsec/
1364F: hw/pci-host/ppce500.c
1365F: include/hw/ppc/ppc_e500.h
1366F: include/hw/pci-host/ppce500.h
1367F: pc-bios/u-boot.e500
1368F: hw/intc/openpic_kvm.h
1369F: include/hw/ppc/openpic_kvm.h
1370
1371mpc8544ds
1372L: qemu-ppc@nongnu.org
1373S: Orphan
1374F: hw/ppc/mpc8544ds.c
1375F: hw/ppc/mpc8544_guts.c
1376F: tests/avocado/ppc_mpc8544ds.py
1377
1378New World (mac99)
1379M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1380L: qemu-ppc@nongnu.org
1381S: Odd Fixes
1382F: docs/system/ppc/powermac.rst
1383F: hw/ppc/mac_newworld.c
1384F: hw/pci-host/uninorth.c
1385F: hw/pci-bridge/dec.[hc]
1386F: hw/misc/macio/
1387F: hw/misc/mos6522.c
1388F: hw/nvram/mac_nvram.c
1389F: hw/input/adb*
1390F: include/hw/misc/macio/
1391F: include/hw/misc/mos6522.h
1392F: include/hw/nvram/mac_nvram.h
1393F: include/hw/ppc/mac_dbdma.h
1394F: include/hw/pci-host/uninorth.h
1395F: include/hw/input/adb*
1396F: pc-bios/qemu_vga.ndrv
1397
1398Old World (g3beige)
1399M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1400L: qemu-ppc@nongnu.org
1401S: Odd Fixes
1402F: docs/system/ppc/powermac.rst
1403F: hw/ppc/mac_oldworld.c
1404F: hw/pci-host/grackle.c
1405F: hw/misc/macio/
1406F: hw/intc/heathrow_pic.c
1407F: hw/input/adb*
1408F: include/hw/intc/heathrow_pic.h
1409F: include/hw/input/adb*
1410F: include/hw/pci-host/grackle.h
1411F: pc-bios/qemu_vga.ndrv
1412
1413PReP
1414M: Hervé Poussineau <hpoussin@reactos.org>
1415L: qemu-ppc@nongnu.org
1416S: Maintained
1417F: docs/system/ppc/prep.rst
1418F: hw/ppc/prep.c
1419F: hw/ppc/prep_systemio.c
1420F: hw/ppc/rs6000_mc.c
1421F: hw/pci-host/raven.c
1422F: hw/isa/i82378.c
1423F: hw/isa/pc87312.c
1424F: hw/dma/i82374.c
1425F: hw/rtc/m48t59-isa.c
1426F: include/hw/isa/pc87312.h
1427F: include/hw/rtc/m48t59.h
1428F: tests/avocado/ppc_prep_40p.py
1429
1430sPAPR (pseries)
1431M: Nicholas Piggin <npiggin@gmail.com>
1432R: Daniel Henrique Barboza <danielhb413@gmail.com>
1433R: Cédric Le Goater <clg@kaod.org>
1434R: David Gibson <david@gibson.dropbear.id.au>
1435R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1436L: qemu-ppc@nongnu.org
1437S: Odd Fixes
1438F: hw/*/spapr*
1439F: include/hw/*/spapr*
1440F: hw/*/xics*
1441F: include/hw/*/xics*
1442F: pc-bios/slof.bin
1443F: docs/system/ppc/pseries.rst
1444F: docs/specs/ppc-spapr-*
1445F: tests/qtest/spapr*
1446F: tests/qtest/libqos/*spapr*
1447F: tests/qtest/rtas*
1448F: tests/qtest/libqos/rtas*
1449F: tests/avocado/ppc_pseries.py
1450
1451PowerNV (Non-Virtualized)
1452M: Cédric Le Goater <clg@kaod.org>
1453M: Nicholas Piggin <npiggin@gmail.com>
1454R: Frédéric Barrat <fbarrat@linux.ibm.com>
1455L: qemu-ppc@nongnu.org
1456S: Odd Fixes
1457F: docs/system/ppc/powernv.rst
1458F: hw/ppc/pnv*
1459F: hw/intc/pnv*
1460F: hw/intc/xics_pnv.c
1461F: hw/pci-host/pnv*
1462F: include/hw/ppc/pnv*
1463F: include/hw/pci-host/pnv*
1464F: pc-bios/skiboot.lid
1465F: tests/qtest/pnv*
1466
1467virtex_ml507
1468M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1469L: qemu-ppc@nongnu.org
1470S: Odd Fixes
1471F: hw/ppc/virtex_ml507.c
1472F: tests/avocado/ppc_virtex_ml507.py
1473
1474sam460ex
1475M: BALATON Zoltan <balaton@eik.bme.hu>
1476L: qemu-ppc@nongnu.org
1477S: Maintained
1478F: hw/ppc/sam460ex.c
1479F: hw/ppc/ppc440_pcix.c
1480F: hw/display/sm501*
1481F: hw/ide/sii3112.c
1482F: hw/rtc/m41t80.c
1483F: pc-bios/canyonlands.dt[sb]
1484F: pc-bios/u-boot-sam460ex-20100605.bin
1485F: roms/u-boot-sam460ex
1486
1487pegasos2
1488M: BALATON Zoltan <balaton@eik.bme.hu>
1489L: qemu-ppc@nongnu.org
1490S: Maintained
1491F: hw/ppc/pegasos2.c
1492F: hw/pci-host/mv64361.c
1493F: hw/pci-host/mv643xx.h
1494F: include/hw/pci-host/mv64361.h
1495
1496Virtual Open Firmware (VOF)
1497M: Alexey Kardashevskiy <aik@ozlabs.ru>
1498R: David Gibson <david@gibson.dropbear.id.au>
1499L: qemu-ppc@nongnu.org
1500S: Odd Fixes
1501F: hw/ppc/spapr_vof*
1502F: hw/ppc/vof*
1503F: include/hw/ppc/vof*
1504F: pc-bios/vof/*
1505F: pc-bios/vof*
1506
1507RISC-V Machines
1508---------------
1509OpenTitan
1510M: Alistair Francis <Alistair.Francis@wdc.com>
1511L: qemu-riscv@nongnu.org
1512S: Supported
1513F: hw/riscv/opentitan.c
1514F: hw/*/ibex_*.c
1515F: include/hw/riscv/opentitan.h
1516F: include/hw/*/ibex_*.h
1517
1518Microchip PolarFire SoC Icicle Kit
1519M: Bin Meng <bin.meng@windriver.com>
1520L: qemu-riscv@nongnu.org
1521S: Supported
1522F: hw/riscv/microchip_pfsoc.c
1523F: hw/char/mchp_pfsoc_mmuart.c
1524F: hw/misc/mchp_pfsoc_dmc.c
1525F: hw/misc/mchp_pfsoc_ioscb.c
1526F: hw/misc/mchp_pfsoc_sysreg.c
1527F: include/hw/riscv/microchip_pfsoc.h
1528F: include/hw/char/mchp_pfsoc_mmuart.h
1529F: include/hw/misc/mchp_pfsoc_dmc.h
1530F: include/hw/misc/mchp_pfsoc_ioscb.h
1531F: include/hw/misc/mchp_pfsoc_sysreg.h
1532
1533Shakti C class SoC
1534M: Vijai Kumar K <vijai@behindbytes.com>
1535L: qemu-riscv@nongnu.org
1536S: Supported
1537F: hw/riscv/shakti_c.c
1538F: hw/char/shakti_uart.c
1539F: include/hw/riscv/shakti_c.h
1540F: include/hw/char/shakti_uart.h
1541
1542SiFive Machines
1543M: Alistair Francis <Alistair.Francis@wdc.com>
1544M: Bin Meng <bin.meng@windriver.com>
1545M: Palmer Dabbelt <palmer@dabbelt.com>
1546L: qemu-riscv@nongnu.org
1547S: Supported
1548F: hw/*/*sifive*.c
1549F: include/hw/*/*sifive*.h
1550
1551RX Machines
1552-----------
1553rx-gdbsim
1554R: Yoshinori Sato <ysato@users.sourceforge.jp>
1555S: Orphan
1556F: docs/system/target-rx.rst
1557F: hw/rx/rx-gdbsim.c
1558F: tests/avocado/machine_rx_gdbsim.py
1559
1560SH4 Machines
1561------------
1562R2D
1563R: Yoshinori Sato <ysato@users.sourceforge.jp>
1564R: Magnus Damm <magnus.damm@gmail.com>
1565S: Odd Fixes
1566F: hw/char/sh_serial.c
1567F: hw/sh4/r2d.c
1568F: hw/intc/sh_intc.c
1569F: hw/pci-host/sh_pci.c
1570F: hw/timer/sh_timer.c
1571F: include/hw/sh4/sh_intc.h
1572
1573Shix
1574R: Yoshinori Sato <ysato@users.sourceforge.jp>
1575R: Magnus Damm <magnus.damm@gmail.com>
1576S: Odd Fixes
1577F: hw/block/tc58128.c
1578F: hw/char/sh_serial.c
1579F: hw/sh4/shix.c
1580F: hw/intc/sh_intc.c
1581F: hw/timer/sh_timer.c
1582F: include/hw/sh4/sh_intc.h
1583
1584SPARC Machines
1585--------------
1586Sun4m
1587M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1588S: Maintained
1589F: hw/sparc/sun4m.c
1590F: hw/sparc/sun4m_iommu.c
1591F: hw/display/cg3.c
1592F: hw/display/tcx.c
1593F: hw/dma/sparc32_dma.c
1594F: hw/misc/eccmemctl.c
1595F: hw/*/slavio_*.c
1596F: include/hw/nvram/sun_nvram.h
1597F: include/hw/sparc/sparc32_dma.h
1598F: include/hw/sparc/sun4m_iommu.h
1599F: pc-bios/openbios-sparc32
1600
1601Sun4u
1602M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1603S: Maintained
1604F: hw/sparc64/sun4u.c
1605F: hw/sparc64/sun4u_iommu.c
1606F: include/hw/sparc/sun4u_iommu.h
1607F: hw/pci-host/sabre.c
1608F: include/hw/pci-host/sabre.h
1609F: hw/pci-bridge/simba.c
1610F: include/hw/pci-bridge/simba.h
1611F: pc-bios/openbios-sparc64
1612F: tests/avocado/machine_sparc64_sun4u.py
1613
1614Sun4v
1615M: Artyom Tarasenko <atar4qemu@gmail.com>
1616S: Maintained
1617F: hw/sparc64/niagara.c
1618F: hw/rtc/sun4v-rtc.c
1619F: include/hw/rtc/sun4v-rtc.h
1620
1621Leon3
1622M: Fabien Chouteau <chouteau@adacore.com>
1623M: Frederic Konrad <konrad.frederic@yahoo.fr>
1624S: Maintained
1625F: hw/sparc/leon3.c
1626F: hw/*/grlib*
1627F: include/hw/*/grlib*
1628F: tests/avocado/machine_sparc_leon3.py
1629
1630S390 Machines
1631-------------
1632S390 Virtio-ccw
1633M: Halil Pasic <pasic@linux.ibm.com>
1634M: Christian Borntraeger <borntraeger@linux.ibm.com>
1635M: Eric Farman <farman@linux.ibm.com>
1636S: Supported
1637F: hw/s390x/
1638F: include/hw/s390x/
1639F: configs/devices/s390x-softmmu/default.mak
1640F: tests/avocado/machine_s390_ccw_virtio.py
1641T: git https://github.com/borntraeger/qemu.git s390-next
1642L: qemu-s390x@nongnu.org
1643
1644S390-ccw boot
1645M: Christian Borntraeger <borntraeger@linux.ibm.com>
1646M: Thomas Huth <thuth@redhat.com>
1647S: Supported
1648F: hw/s390x/ipl.*
1649F: pc-bios/s390-ccw/
1650F: pc-bios/s390-ccw.img
1651F: docs/devel/s390-dasd-ipl.rst
1652T: git https://github.com/borntraeger/qemu.git s390-next
1653L: qemu-s390x@nongnu.org
1654
1655S390 PCI
1656M: Matthew Rosato <mjrosato@linux.ibm.com>
1657M: Eric Farman <farman@linux.ibm.com>
1658S: Supported
1659F: hw/s390x/s390-pci*
1660F: include/hw/s390x/s390-pci*
1661L: qemu-s390x@nongnu.org
1662
1663S390 channel subsystem
1664M: Halil Pasic <pasic@linux.ibm.com>
1665M: Christian Borntraeger <borntraeger@linux.ibm.com>
1666M: Eric Farman <farman@linux.ibm.com>
1667S: Supported
1668F: hw/s390x/ccw-device.[ch]
1669F: hw/s390x/css.c
1670F: hw/s390x/css-bridge.c
1671F: include/hw/s390x/css.h
1672F: include/hw/s390x/css-bridge.h
1673F: include/hw/s390x/ioinst.h
1674F: target/s390x/ioinst.c
1675L: qemu-s390x@nongnu.org
1676
1677S390 CPU models
1678M: David Hildenbrand <david@redhat.com>
1679S: Maintained
1680F: target/s390x/cpu_features*.[ch]
1681F: target/s390x/cpu_models.[ch]
1682L: qemu-s390x@nongnu.org
1683
1684S390 SCLP-backed devices
1685M: Halil Pasic <pasic@linux.ibm.com>
1686M: Christian Borntraeger <borntraeger@linux.ibm.com>
1687S: Supported
1688F: include/hw/s390x/event-facility.h
1689F: include/hw/s390x/sclp.h
1690F: hw/char/sclp*.[hc]
1691F: hw/s390x/event-facility.c
1692F: hw/s390x/sclp*.c
1693L: qemu-s390x@nongnu.org
1694
1695X86 Machines
1696------------
1697PC
1698M: Michael S. Tsirkin <mst@redhat.com>
1699M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1700S: Supported
1701F: include/hw/i386/
1702F: hw/i386/
1703F: hw/pci-host/i440fx.c
1704F: hw/pci-host/q35.c
1705F: hw/pci-host/pam.c
1706F: include/hw/pci-host/i440fx.h
1707F: include/hw/pci-host/q35.h
1708F: include/hw/pci-host/pam.h
1709F: hw/isa/piix3.c
1710F: hw/isa/lpc_ich9.c
1711F: hw/i2c/smbus_ich9.c
1712F: hw/acpi/piix4.c
1713F: hw/acpi/ich9*.c
1714F: include/hw/acpi/ich9*.h
1715F: include/hw/southbridge/ich9.h
1716F: include/hw/southbridge/piix.h
1717F: hw/isa/apm.c
1718F: include/hw/isa/apm.h
1719F: tests/unit/test-x86-cpuid.c
1720F: tests/qtest/test-x86-cpuid-compat.c
1721
1722PC Chipset
1723M: Michael S. Tsirkin <mst@redhat.com>
1724M: Paolo Bonzini <pbonzini@redhat.com>
1725S: Supported
1726F: hw/char/debugcon.c
1727F: hw/char/parallel*
1728F: hw/char/serial*
1729F: hw/dma/i8257*
1730F: hw/i2c/pm_smbus.c
1731F: hw/input/pckbd.c
1732F: hw/intc/apic*
1733F: hw/intc/ioapic*
1734F: hw/intc/i8259*
1735F: hw/isa/isa-superio.c
1736F: hw/misc/debugexit.c
1737F: hw/misc/pc-testdev.c
1738F: hw/timer/hpet*
1739F: hw/timer/i8254*
1740F: hw/rtc/mc146818rtc*
1741F: hw/watchdog/wdt_ib700.c
1742F: hw/watchdog/wdt_i6300esb.c
1743F: include/hw/display/vga.h
1744F: include/hw/char/parallel*.h
1745F: include/hw/dma/i8257.h
1746F: include/hw/i2c/pm_smbus.h
1747F: include/hw/input/i8042.h
1748F: include/hw/intc/ioapic*
1749F: include/hw/isa/i8259_internal.h
1750F: include/hw/isa/superio.h
1751F: include/hw/timer/hpet.h
1752F: include/hw/timer/i8254*
1753F: include/hw/rtc/mc146818rtc*
1754
1755microvm
1756M: Sergio Lopez <slp@redhat.com>
1757M: Paolo Bonzini <pbonzini@redhat.com>
1758S: Maintained
1759F: docs/system/i386/microvm.rst
1760F: hw/i386/microvm.c
1761F: include/hw/i386/microvm.h
1762F: pc-bios/bios-microvm.bin
1763
1764Machine core
1765M: Eduardo Habkost <eduardo@habkost.net>
1766M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1767R: Philippe Mathieu-Daudé <philmd@linaro.org>
1768R: Yanan Wang <wangyanan55@huawei.com>
1769S: Supported
1770F: hw/core/cpu.c
1771F: hw/core/machine-qmp-cmds.c
1772F: hw/core/machine.c
1773F: hw/core/machine-smp.c
1774F: hw/core/null-machine.c
1775F: hw/core/numa.c
1776F: hw/cpu/cluster.c
1777F: qapi/machine.json
1778F: qapi/machine-target.json
1779F: include/hw/boards.h
1780F: include/hw/core/cpu.h
1781F: include/hw/cpu/cluster.h
1782F: include/sysemu/numa.h
1783F: tests/unit/test-smp-parse.c
1784T: git https://gitlab.com/ehabkost/qemu.git machine-next
1785
1786Xtensa Machines
1787---------------
1788sim
1789M: Max Filippov <jcmvbkbc@gmail.com>
1790S: Maintained
1791F: hw/xtensa/sim.c
1792
1793virt
1794M: Max Filippov <jcmvbkbc@gmail.com>
1795S: Maintained
1796F: hw/xtensa/virt.c
1797
1798XTFPGA (LX60, LX200, ML605, KC705)
1799M: Max Filippov <jcmvbkbc@gmail.com>
1800S: Maintained
1801F: hw/xtensa/xtfpga.c
1802F: hw/net/opencores_eth.c
1803
1804Devices
1805-------
1806Overall Audio frontends
1807M: Gerd Hoffmann <kraxel@redhat.com>
1808S: Odd Fixes
1809F: hw/audio/
1810F: include/hw/audio/
1811F: tests/qtest/ac97-test.c
1812F: tests/qtest/es1370-test.c
1813F: tests/qtest/intel-hda-test.c
1814F: tests/qtest/fuzz-sb16-test.c
1815
1816Xilinx CAN
1817M: Vikram Garhwal <vikram.garhwal@amd.com>
1818M: Francisco Iglesias <francisco.iglesias@amd.com>
1819S: Maintained
1820F: hw/net/can/xlnx-*
1821F: include/hw/net/xlnx-*
1822F: tests/qtest/xlnx-can*-test*
1823
1824EDU
1825M: Jiri Slaby <jslaby@suse.cz>
1826S: Maintained
1827F: hw/misc/edu.c
1828
1829IDE
1830M: John Snow <jsnow@redhat.com>
1831L: qemu-block@nongnu.org
1832S: Odd Fixes
1833F: include/hw/ide.h
1834F: include/hw/ide/
1835F: hw/ide/
1836F: hw/block/block.c
1837F: hw/block/cdrom.c
1838F: hw/block/hd-geometry.c
1839F: tests/qtest/ide-test.c
1840F: tests/qtest/ahci-test.c
1841F: tests/qtest/cdrom-test.c
1842F: tests/qtest/libqos/ahci*
1843T: git https://gitlab.com/jsnow/qemu.git ide
1844
1845IPMI
1846M: Corey Minyard <minyard@acm.org>
1847S: Maintained
1848F: include/hw/ipmi/*
1849F: hw/ipmi/*
1850F: hw/smbios/smbios_type_38.c
1851F: tests/qtest/ipmi*
1852T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1853
1854Floppy
1855M: John Snow <jsnow@redhat.com>
1856L: qemu-block@nongnu.org
1857S: Odd Fixes
1858F: hw/block/fdc.c
1859F: hw/block/fdc-internal.h
1860F: hw/block/fdc-isa.c
1861F: hw/block/fdc-sysbus.c
1862F: include/hw/block/fdc.h
1863F: tests/qtest/fdc-test.c
1864T: git https://gitlab.com/jsnow/qemu.git ide
1865
1866Hyper-V VMBus
1867M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1868S: Odd Fixes
1869F: hw/hyperv/vmbus.c
1870F: include/hw/hyperv/vmbus*.h
1871
1872OMAP
1873M: Peter Maydell <peter.maydell@linaro.org>
1874L: qemu-arm@nongnu.org
1875S: Maintained
1876F: hw/*/omap*
1877F: include/hw/arm/omap.h
1878F: docs/system/arm/sx1.rst
1879
1880IPack
1881M: Alberto Garcia <berto@igalia.com>
1882S: Odd Fixes
1883F: hw/char/ipoctal232.c
1884F: hw/ipack/
1885
1886PCI
1887M: Michael S. Tsirkin <mst@redhat.com>
1888M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1889S: Supported
1890F: include/hw/pci/*
1891F: hw/misc/pci-testdev.c
1892F: hw/pci/*
1893F: hw/pci-bridge/*
1894F: qapi/pci.json
1895F: docs/pci*
1896F: docs/specs/*pci*
1897
1898PCIE DOE
1899M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1900M: Chris Browy <cbrowy@avery-design.com>
1901S: Supported
1902F: include/hw/pci/pcie_doe.h
1903F: hw/pci/pcie_doe.c
1904
1905ACPI/SMBIOS
1906M: Michael S. Tsirkin <mst@redhat.com>
1907M: Igor Mammedov <imammedo@redhat.com>
1908R: Ani Sinha <anisinha@redhat.com>
1909S: Supported
1910F: include/hw/acpi/*
1911F: include/hw/firmware/smbios.h
1912F: hw/acpi/*
1913F: hw/smbios/*
1914F: hw/i386/acpi-build.[hc]
1915F: hw/arm/virt-acpi-build.c
1916F: qapi/acpi.json
1917F: tests/qtest/bios-tables-test*
1918F: tests/qtest/acpi-utils.[hc]
1919F: tests/data/acpi/
1920F: docs/specs/acpi_cpu_hotplug.rst
1921F: docs/specs/acpi_mem_hotplug.rst
1922F: docs/specs/acpi_nvdimm.rst
1923F: docs/specs/acpi_pci_hotplug.rst
1924F: docs/specs/acpi_hw_reduced_hotplug.rst
1925
1926ARM ACPI Subsystem
1927M: Shannon Zhao <shannon.zhaosl@gmail.com>
1928L: qemu-arm@nongnu.org
1929S: Maintained
1930F: hw/arm/virt-acpi-build.c
1931
1932RISC-V ACPI Subsystem
1933M: Sunil V L <sunilvl@ventanamicro.com>
1934L: qemu-riscv@nongnu.org
1935S: Maintained
1936F: hw/riscv/virt-acpi-build.c
1937
1938ACPI/VIOT
1939M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1940S: Supported
1941F: hw/acpi/viot.c
1942F: hw/acpi/viot.h
1943
1944ACPI/AVOCADO/BIOSBITS
1945M: Ani Sinha <anisinha@redhat.com>
1946M: Michael S. Tsirkin <mst@redhat.com>
1947S: Supported
1948F: tests/avocado/acpi-bits/*
1949F: tests/avocado/acpi-bits.py
1950F: docs/devel/acpi-bits.rst
1951
1952ACPI/HEST/GHES
1953R: Dongjiu Geng <gengdongjiu1@gmail.com>
1954L: qemu-arm@nongnu.org
1955S: Maintained
1956F: hw/acpi/ghes.c
1957F: include/hw/acpi/ghes.h
1958F: docs/specs/acpi_hest_ghes.rst
1959
1960ppc4xx
1961L: qemu-ppc@nongnu.org
1962S: Orphan
1963F: hw/ppc/ppc4*.c
1964F: hw/i2c/ppc4xx_i2c.c
1965F: include/hw/ppc/ppc4xx.h
1966F: include/hw/i2c/ppc4xx_i2c.h
1967F: hw/intc/ppc-uic.c
1968F: include/hw/intc/ppc-uic.h
1969
1970Character devices
1971M: Marc-André Lureau <marcandre.lureau@redhat.com>
1972R: Paolo Bonzini <pbonzini@redhat.com>
1973S: Odd Fixes
1974F: hw/char/
1975
1976Network devices
1977M: Jason Wang <jasowang@redhat.com>
1978S: Odd Fixes
1979F: hw/net/
1980F: include/hw/net/
1981F: tests/qtest/virtio-net-test.c
1982F: docs/virtio-net-failover.rst
1983T: git https://github.com/jasowang/qemu.git net
1984
1985Parallel NOR Flash devices
1986M: Philippe Mathieu-Daudé <philmd@linaro.org>
1987T: git https://gitlab.com/philmd/qemu.git pflash-next
1988S: Maintained
1989F: hw/block/pflash_cfi*.c
1990F: include/hw/block/flash.h
1991
1992SCSI
1993M: Paolo Bonzini <pbonzini@redhat.com>
1994R: Fam Zheng <fam@euphon.net>
1995S: Supported
1996F: include/hw/scsi/*
1997F: hw/scsi/*
1998F: tests/qtest/virtio-scsi-test.c
1999F: tests/qtest/fuzz-virtio-scsi-test.c
2000F: tests/qtest/am53c974-test.c
2001F: tests/qtest/fuzz-lsi53c895a-test.c
2002T: git https://github.com/bonzini/qemu.git scsi-next
2003
2004SSI
2005M: Alistair Francis <alistair@alistair23.me>
2006S: Maintained
2007F: hw/ssi/*
2008F: hw/block/m25p80*
2009F: include/hw/ssi/ssi.h
2010X: hw/ssi/xilinx_*
2011F: tests/qtest/m25p80-test.c
2012
2013Xilinx SPI
2014M: Alistair Francis <alistair@alistair23.me>
2015S: Maintained
2016F: hw/ssi/xilinx_*
2017
2018SD (Secure Card)
2019M: Philippe Mathieu-Daudé <philmd@linaro.org>
2020M: Bin Meng <bin.meng@windriver.com>
2021L: qemu-block@nongnu.org
2022S: Odd Fixes
2023F: include/hw/sd/sd*
2024F: hw/sd/core.c
2025F: hw/sd/sd*
2026F: hw/sd/ssi-sd.c
2027F: tests/qtest/fuzz-sdcard-test.c
2028F: tests/qtest/sdhci-test.c
2029
2030USB
2031M: Gerd Hoffmann <kraxel@redhat.com>
2032S: Odd Fixes
2033F: hw/usb/*
2034F: stubs/usb-dev-stub.c
2035F: tests/qtest/usb-*-test.c
2036F: docs/system/devices/usb.rst
2037F: include/hw/usb.h
2038F: include/hw/usb/
2039
2040USB (serial adapter)
2041R: Gerd Hoffmann <kraxel@redhat.com>
2042M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2043S: Maintained
2044F: hw/usb/dev-serial.c
2045
2046VFIO
2047M: Alex Williamson <alex.williamson@redhat.com>
2048M: Cédric Le Goater <clg@redhat.com>
2049S: Supported
2050F: hw/vfio/*
2051F: include/hw/vfio/
2052F: docs/igd-assign.txt
2053F: docs/devel/vfio-migration.rst
2054
2055vfio-ccw
2056M: Eric Farman <farman@linux.ibm.com>
2057M: Matthew Rosato <mjrosato@linux.ibm.com>
2058S: Supported
2059F: hw/vfio/ccw.c
2060F: hw/s390x/s390-ccw.c
2061F: include/hw/s390x/s390-ccw.h
2062F: include/hw/s390x/vfio-ccw.h
2063L: qemu-s390x@nongnu.org
2064
2065vfio-ap
2066M: Tony Krowiak <akrowiak@linux.ibm.com>
2067M: Halil Pasic <pasic@linux.ibm.com>
2068M: Jason Herne <jjherne@linux.ibm.com>
2069S: Supported
2070F: hw/s390x/ap-device.c
2071F: hw/s390x/ap-bridge.c
2072F: include/hw/s390x/ap-device.h
2073F: include/hw/s390x/ap-bridge.h
2074F: hw/vfio/ap.c
2075F: docs/system/s390x/vfio-ap.rst
2076L: qemu-s390x@nongnu.org
2077
2078vhost
2079M: Michael S. Tsirkin <mst@redhat.com>
2080S: Supported
2081F: hw/*/*vhost*
2082F: docs/interop/vhost-user.json
2083F: docs/interop/vhost-user.rst
2084F: contrib/vhost-user-*/
2085F: backends/vhost-user.c
2086F: include/sysemu/vhost-user-backend.h
2087F: subprojects/libvhost-user/
2088
2089vhost-shadow-virtqueue
2090R: Eugenio Pérez <eperezma@redhat.com>
2091F: hw/virtio/vhost-shadow-virtqueue.*
2092
2093virtio
2094M: Michael S. Tsirkin <mst@redhat.com>
2095S: Supported
2096F: hw/*/virtio*
2097F: hw/virtio/Makefile.objs
2098F: hw/virtio/trace-events
2099F: qapi/virtio.json
2100F: net/vhost-user.c
2101F: include/hw/virtio/
2102F: docs/devel/virtio*
2103
2104virtio-balloon
2105M: Michael S. Tsirkin <mst@redhat.com>
2106M: David Hildenbrand <david@redhat.com>
2107S: Maintained
2108F: docs/interop/virtio-balloon-stats.rst
2109F: hw/virtio/virtio-balloon*.c
2110F: include/hw/virtio/virtio-balloon.h
2111F: softmmu/balloon.c
2112F: include/sysemu/balloon.h
2113
2114virtio-9p
2115M: Greg Kurz <groug@kaod.org>
2116M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2117S: Maintained
2118W: https://wiki.qemu.org/Documentation/9p
2119F: hw/9pfs/
2120X: hw/9pfs/xen-9p*
2121X: hw/9pfs/9p-proxy*
2122F: fsdev/
2123X: fsdev/virtfs-proxy-helper.c
2124F: tests/qtest/virtio-9p-test.c
2125F: tests/qtest/libqos/virtio-9p*
2126T: git https://gitlab.com/gkurz/qemu.git 9p-next
2127T: git https://github.com/cschoenebeck/qemu.git 9p.next
2128
2129virtio-9p-proxy
2130F: hw/9pfs/9p-proxy*
2131F: fsdev/virtfs-proxy-helper.c
2132F: docs/tools/virtfs-proxy-helper.rst
2133S: Obsolete
2134
2135virtio-blk
2136M: Stefan Hajnoczi <stefanha@redhat.com>
2137L: qemu-block@nongnu.org
2138S: Supported
2139F: hw/block/virtio-blk-common.c
2140F: hw/block/virtio-blk.c
2141F: hw/block/dataplane/*
2142F: include/hw/virtio/virtio-blk-common.h
2143F: tests/qtest/virtio-blk-test.c
2144T: git https://github.com/stefanha/qemu.git block
2145
2146virtio-ccw
2147M: Cornelia Huck <cohuck@redhat.com>
2148M: Halil Pasic <pasic@linux.ibm.com>
2149M: Eric Farman <farman@linux.ibm.com>
2150S: Supported
2151F: hw/s390x/virtio-ccw*.[hc]
2152F: hw/s390x/vhost-*-ccw.c
2153T: git https://gitlab.com/cohuck/qemu.git s390-next
2154T: git https://github.com/borntraeger/qemu.git s390-next
2155L: qemu-s390x@nongnu.org
2156
2157virtio-dmabuf
2158M: Albert Esteve <aesteve@redhat.com>
2159S: Supported
2160F: hw/display/virtio-dmabuf.c
2161F: include/hw/virtio/virtio-dmabuf.h
2162F: tests/unit/test-virtio-dmabuf.c
2163
2164virtiofs
2165M: Stefan Hajnoczi <stefanha@redhat.com>
2166S: Supported
2167F: hw/virtio/vhost-user-fs*
2168F: include/hw/virtio/vhost-user-fs.h
2169L: virtio-fs@redhat.com
2170
2171virtio-input
2172M: Gerd Hoffmann <kraxel@redhat.com>
2173S: Odd Fixes
2174F: hw/input/vhost-user-input.c
2175F: hw/input/virtio-input*.c
2176F: include/hw/virtio/virtio-input.h
2177F: contrib/vhost-user-input/*
2178
2179virtio-iommu
2180M: Eric Auger <eric.auger@redhat.com>
2181S: Maintained
2182F: hw/virtio/virtio-iommu*.c
2183F: include/hw/virtio/virtio-iommu.h
2184
2185virtio-serial
2186M: Laurent Vivier <lvivier@redhat.com>
2187R: Amit Shah <amit@kernel.org>
2188S: Supported
2189F: hw/char/virtio-serial-bus.c
2190F: hw/char/virtio-console.c
2191F: include/hw/virtio/virtio-serial.h
2192F: tests/qtest/virtio-serial-test.c
2193
2194virtio-rng
2195M: Laurent Vivier <lvivier@redhat.com>
2196R: Amit Shah <amit@kernel.org>
2197S: Supported
2198F: hw/virtio/virtio-rng.c
2199F: include/hw/virtio/virtio-rng.h
2200F: include/sysemu/rng*.h
2201F: backends/rng*.c
2202F: tests/qtest/virtio-rng-test.c
2203
2204vhost-user-rng
2205M: Mathieu Poirier <mathieu.poirier@linaro.org>
2206S: Supported
2207F: docs/system/devices/vhost-user-rng.rst
2208F: hw/virtio/vhost-user-rng.c
2209F: hw/virtio/vhost-user-rng-pci.c
2210F: include/hw/virtio/vhost-user-rng.h
2211F: tools/vhost-user-rng/*
2212
2213vhost-user-gpio
2214M: Alex Bennée <alex.bennee@linaro.org>
2215R: Viresh Kumar <viresh.kumar@linaro.org>
2216S: Maintained
2217F: hw/virtio/vhost-user-gpio*
2218F: include/hw/virtio/vhost-user-gpio.h
2219F: tests/qtest/libqos/virtio-gpio.*
2220
2221vhost-user-scmi
2222R: mzamazal@redhat.com
2223S: Supported
2224F: hw/virtio/vhost-user-scmi*
2225F: include/hw/virtio/vhost-user-scmi.h
2226F: tests/qtest/libqos/virtio-scmi.*
2227
2228virtio-crypto
2229M: Gonglei <arei.gonglei@huawei.com>
2230S: Supported
2231F: hw/virtio/virtio-crypto.c
2232F: hw/virtio/virtio-crypto-pci.c
2233F: include/hw/virtio/virtio-crypto.h
2234
2235virtio based memory device
2236M: David Hildenbrand <david@redhat.com>
2237S: Supported
2238F: hw/virtio/virtio-md-pci.c
2239F: include/hw/virtio/virtio-md-pci.h
2240F: stubs/virtio-md-pci.c
2241
2242virtio-mem
2243M: David Hildenbrand <david@redhat.com>
2244S: Supported
2245W: https://virtio-mem.gitlab.io/
2246F: hw/virtio/virtio-mem.c
2247F: hw/virtio/virtio-mem-pci.h
2248F: hw/virtio/virtio-mem-pci.c
2249F: include/hw/virtio/virtio-mem.h
2250
2251nvme
2252M: Keith Busch <kbusch@kernel.org>
2253M: Klaus Jensen <its@irrelevant.dk>
2254L: qemu-block@nongnu.org
2255S: Supported
2256F: hw/nvme/*
2257F: include/block/nvme.h
2258F: tests/qtest/nvme-test.c
2259F: docs/system/devices/nvme.rst
2260T: git git://git.infradead.org/qemu-nvme.git nvme-next
2261
2262ufs
2263M: Jeuk Kim <jeuk20.kim@samsung.com>
2264S: Supported
2265F: hw/ufs/*
2266F: include/block/ufs.h
2267F: tests/qtest/ufs-test.c
2268
2269megasas
2270M: Hannes Reinecke <hare@suse.com>
2271L: qemu-block@nongnu.org
2272S: Supported
2273F: hw/scsi/megasas.c
2274F: hw/scsi/mfi.h
2275F: tests/qtest/megasas-test.c
2276F: tests/qtest/fuzz-megasas-test.c
2277
2278Network packet abstractions
2279M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2280R: Akihiko Odaki <akihiko.odaki@daynix.com>
2281S: Maintained
2282F: include/net/eth.h
2283F: net/eth.c
2284F: hw/net/net_rx_pkt*
2285F: hw/net/net_tx_pkt*
2286
2287Vmware
2288M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2289S: Maintained
2290F: hw/net/vmxnet*
2291F: hw/scsi/vmw_pvscsi*
2292F: tests/qtest/vmxnet3-test.c
2293
2294Rocker
2295M: Jiri Pirko <jiri@resnulli.us>
2296S: Maintained
2297F: hw/net/rocker/
2298F: qapi/rocker.json
2299F: tests/rocker/
2300F: docs/specs/rocker.txt
2301
2302e1000x
2303M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2304R: Akihiko Odaki <akihiko.odaki@daynix.com>
2305S: Maintained
2306F: hw/net/e1000x*
2307
2308e1000e
2309M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2310R: Akihiko Odaki <akihiko.odaki@daynix.com>
2311S: Maintained
2312F: hw/net/e1000e*
2313F: tests/qtest/fuzz-e1000e-test.c
2314F: tests/qtest/e1000e-test.c
2315F: tests/qtest/libqos/e1000e.*
2316
2317igb
2318M: Akihiko Odaki <akihiko.odaki@daynix.com>
2319R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2320S: Maintained
2321F: docs/system/devices/igb.rst
2322F: hw/net/igb*
2323F: tests/avocado/netdev-ethtool.py
2324F: tests/qtest/igb-test.c
2325F: tests/qtest/libqos/igb.c
2326
2327eepro100
2328M: Stefan Weil <sw@weilnetz.de>
2329S: Maintained
2330F: hw/net/eepro100.c
2331
2332tulip
2333M: Sven Schnelle <svens@stackframe.org>
2334S: Maintained
2335F: hw/net/tulip.c
2336F: hw/net/tulip.h
2337
2338pca954x
2339M: Patrick Venture <venture@google.com>
2340S: Maintained
2341F: hw/i2c/i2c_mux_pca954x.c
2342F: include/hw/i2c/i2c_mux_pca954x.h
2343
2344Generic Loader
2345M: Alistair Francis <alistair@alistair23.me>
2346S: Maintained
2347F: hw/core/generic-loader.c
2348F: hw/core/uboot_image.h
2349F: include/hw/core/generic-loader.h
2350F: docs/system/generic-loader.rst
2351
2352Guest Loader
2353M: Alex Bennée <alex.bennee@linaro.org>
2354S: Maintained
2355F: hw/core/guest-loader.c
2356F: docs/system/guest-loader.rst
2357F: tests/avocado/boot_xen.py
2358
2359Intel Hexadecimal Object File Loader
2360M: Su Hang <suhang16@mails.ucas.ac.cn>
2361S: Maintained
2362F: tests/qtest/hexloader-test.c
2363F: tests/data/hex-loader/test.hex
2364
2365CHRP NVRAM
2366M: Thomas Huth <thuth@redhat.com>
2367S: Maintained
2368F: hw/nvram/chrp_nvram.c
2369F: include/hw/nvram/chrp_nvram.h
2370F: tests/qtest/prom-env-test.c
2371
2372VM Generation ID
2373S: Orphan
2374R: Ani Sinha <ani@anisinha.ca>
2375F: hw/acpi/vmgenid.c
2376F: include/hw/acpi/vmgenid.h
2377F: docs/specs/vmgenid.txt
2378F: tests/qtest/vmgenid-test.c
2379
2380LED
2381M: Philippe Mathieu-Daudé <philmd@linaro.org>
2382S: Maintained
2383F: include/hw/misc/led.h
2384F: hw/misc/led.c
2385
2386Unimplemented device
2387M: Peter Maydell <peter.maydell@linaro.org>
2388R: Philippe Mathieu-Daudé <philmd@linaro.org>
2389R: Ani Sinha <ani@anisinha.ca>
2390S: Maintained
2391F: include/hw/misc/unimp.h
2392F: hw/misc/unimp.c
2393
2394Empty slot
2395M: Artyom Tarasenko <atar4qemu@gmail.com>
2396R: Philippe Mathieu-Daudé <philmd@linaro.org>
2397R: Ani Sinha <ani@anisinha.ca>
2398S: Maintained
2399F: include/hw/misc/empty_slot.h
2400F: hw/misc/empty_slot.c
2401
2402Standard VGA
2403M: Gerd Hoffmann <kraxel@redhat.com>
2404S: Maintained
2405F: hw/display/vga*
2406F: hw/display/bochs-display.c
2407F: include/hw/display/vga.h
2408F: include/hw/display/bochs-vbe.h
2409
2410ramfb
2411M: Gerd Hoffmann <kraxel@redhat.com>
2412S: Maintained
2413F: hw/display/ramfb*.c
2414F: include/hw/display/ramfb.h
2415
2416virtio-gpu
2417M: Gerd Hoffmann <kraxel@redhat.com>
2418S: Odd Fixes
2419F: hw/display/virtio-gpu*
2420F: hw/display/virtio-vga.*
2421F: include/hw/virtio/virtio-gpu.h
2422
2423vhost-user-blk
2424M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2425S: Maintained
2426F: contrib/vhost-user-blk/
2427F: contrib/vhost-user-scsi/
2428F: hw/block/vhost-user-blk.c
2429F: hw/block/virtio-blk-common.c
2430F: hw/scsi/vhost-user-scsi.c
2431F: hw/virtio/vhost-user-blk-pci.c
2432F: hw/virtio/vhost-user-scsi-pci.c
2433F: include/hw/virtio/vhost-user-blk.h
2434F: include/hw/virtio/vhost-user-scsi.h
2435F: include/hw/virtio/virtio-blk-common.h
2436
2437vhost-user-gpu
2438M: Marc-André Lureau <marcandre.lureau@redhat.com>
2439R: Gerd Hoffmann <kraxel@redhat.com>
2440S: Maintained
2441F: docs/interop/vhost-user-gpu.rst
2442F: contrib/vhost-user-gpu
2443F: hw/display/vhost-user-*
2444
2445Cirrus VGA
2446M: Gerd Hoffmann <kraxel@redhat.com>
2447S: Odd Fixes
2448W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2449F: hw/display/cirrus*
2450
2451EDID Generator
2452M: Gerd Hoffmann <kraxel@redhat.com>
2453S: Maintained
2454F: hw/display/edid*
2455F: include/hw/display/edid.h
2456F: qemu-edid.c
2457
2458PIIX4 South Bridge (i82371AB)
2459M: Hervé Poussineau <hpoussin@reactos.org>
2460M: Philippe Mathieu-Daudé <philmd@linaro.org>
2461S: Maintained
2462F: hw/isa/piix4.c
2463F: include/hw/southbridge/piix.h
2464
2465Firmware configuration (fw_cfg)
2466M: Philippe Mathieu-Daudé <philmd@linaro.org>
2467R: Gerd Hoffmann <kraxel@redhat.com>
2468S: Supported
2469F: docs/specs/fw_cfg.txt
2470F: hw/nvram/fw_cfg*.c
2471F: stubs/fw_cfg.c
2472F: include/hw/nvram/fw_cfg.h
2473F: include/standard-headers/linux/qemu_fw_cfg.h
2474F: tests/qtest/libqos/fw_cfg.c
2475F: tests/qtest/fw_cfg-test.c
2476T: git https://github.com/philmd/qemu.git fw_cfg-next
2477
2478XIVE
2479M: Cédric Le Goater <clg@kaod.org>
2480R: Frédéric Barrat <fbarrat@linux.ibm.com>
2481L: qemu-ppc@nongnu.org
2482S: Odd Fixes
2483F: hw/*/*xive*
2484F: include/hw/*/*xive*
2485F: docs/*/*xive*
2486
2487Renesas peripherals
2488R: Yoshinori Sato <ysato@users.sourceforge.jp>
2489R: Magnus Damm <magnus.damm@gmail.com>
2490S: Odd Fixes
2491F: hw/char/renesas_sci.c
2492F: hw/char/sh_serial.c
2493F: hw/timer/renesas_*.c
2494F: hw/timer/sh_timer.c
2495F: include/hw/char/renesas_sci.h
2496F: include/hw/sh4/sh.h
2497F: include/hw/timer/renesas_*.h
2498
2499Renesas RX peripherals
2500R: Yoshinori Sato <ysato@users.sourceforge.jp>
2501S: Orphan
2502F: hw/intc/rx_icu.c
2503F: hw/rx/
2504F: include/hw/intc/rx_icu.h
2505F: include/hw/rx/
2506
2507CAN bus subsystem and hardware
2508M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2509M: Vikram Garhwal <fnu.vikram@xilinx.com>
2510S: Maintained
2511W: https://canbus.pages.fel.cvut.cz/
2512F: net/can/*
2513F: hw/net/can/*
2514F: include/net/can_*.h
2515
2516OpenPIC interrupt controller
2517M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2518S: Odd Fixes
2519F: hw/intc/openpic.c
2520F: include/hw/ppc/openpic.h
2521
2522MIPS CPS
2523M: Philippe Mathieu-Daudé <philmd@linaro.org>
2524S: Odd Fixes
2525F: hw/misc/mips_*
2526F: include/hw/misc/mips_*
2527
2528MIPS GIC
2529M: Philippe Mathieu-Daudé <philmd@linaro.org>
2530S: Odd Fixes
2531F: hw/intc/mips_gic.c
2532F: hw/timer/mips_gictimer.c
2533F: include/hw/intc/mips_gic.h
2534F: include/hw/timer/mips_gictimer.h
2535
2536S390 3270 device
2537M: Halil Pasic <pasic@linux.ibm.com>
2538M: Christian Borntraeger <borntraeger@linux.ibm.com>
2539S: Odd fixes
2540F: include/hw/s390x/3270-ccw.h
2541F: hw/char/terminal3270.c
2542F: hw/s390x/3270-ccw.c
2543L: qemu-s390x@nongnu.org
2544
2545S390 diag 288 watchdog
2546M: Halil Pasic <pasic@linux.ibm.com>
2547M: Christian Borntraeger <borntraeger@linux.ibm.com>
2548S: Supported
2549F: hw/watchdog/wdt_diag288.c
2550F: include/hw/watchdog/wdt_diag288.h
2551L: qemu-s390x@nongnu.org
2552
2553S390 storage key device
2554M: Halil Pasic <pasic@linux.ibm.com>
2555M: Christian Borntraeger <borntraeger@linux.ibm.com>
2556S: Supported
2557F: hw/s390x/storage-keys.h
2558F: hw/390x/s390-skeys*.c
2559L: qemu-s390x@nongnu.org
2560
2561S390 storage attribute device
2562M: Halil Pasic <pasic@linux.ibm.com>
2563M: Christian Borntraeger <borntraeger@linux.ibm.com>
2564S: Supported
2565F: hw/s390x/storage-attributes.h
2566F: hw/s390/s390-stattrib*.c
2567L: qemu-s390x@nongnu.org
2568
2569S390 floating interrupt controller
2570M: Halil Pasic <pasic@linux.ibm.com>
2571M: Christian Borntraeger <borntraeger@linux.ibm.com>
2572M: David Hildenbrand <david@redhat.com>
2573S: Supported
2574F: hw/intc/s390_flic*.c
2575F: include/hw/s390x/s390_flic.h
2576L: qemu-s390x@nongnu.org
2577
2578CanoKey
2579M: Hongren (Zenithal) Zheng <i@zenithal.me>
2580S: Maintained
2581R: Canokeys.org <contact@canokeys.org>
2582F: hw/usb/canokey.c
2583F: hw/usb/canokey.h
2584F: docs/system/devices/canokey.rst
2585
2586Subsystems
2587----------
2588Overall Audio backends
2589M: Gerd Hoffmann <kraxel@redhat.com>
2590M: Marc-André Lureau <marcandre.lureau@redhat.com>
2591S: Odd Fixes
2592F: audio/
2593X: audio/alsaaudio.c
2594X: audio/coreaudio.c
2595X: audio/dsound*
2596X: audio/jackaudio.c
2597X: audio/ossaudio.c
2598X: audio/paaudio.c
2599X: audio/sdlaudio.c
2600X: audio/sndioaudio.c
2601X: audio/spiceaudio.c
2602F: qapi/audio.json
2603
2604ALSA Audio backend
2605M: Gerd Hoffmann <kraxel@redhat.com>
2606R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2607S: Odd Fixes
2608F: audio/alsaaudio.c
2609
2610Core Audio framework backend
2611M: Gerd Hoffmann <kraxel@redhat.com>
2612M: Philippe Mathieu-Daudé <philmd@linaro.org>
2613R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2614R: Akihiko Odaki <akihiko.odaki@daynix.com>
2615S: Odd Fixes
2616F: audio/coreaudio.c
2617
2618DSound Audio backend
2619M: Gerd Hoffmann <kraxel@redhat.com>
2620S: Odd Fixes
2621F: audio/dsound*
2622
2623JACK Audio Connection Kit backend
2624M: Gerd Hoffmann <kraxel@redhat.com>
2625R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2626S: Odd Fixes
2627F: audio/jackaudio.c
2628
2629Open Sound System (OSS) Audio backend
2630M: Gerd Hoffmann <kraxel@redhat.com>
2631S: Odd Fixes
2632F: audio/ossaudio.c
2633
2634PulseAudio backend
2635M: Gerd Hoffmann <kraxel@redhat.com>
2636S: Odd Fixes
2637F: audio/paaudio.c
2638
2639SDL Audio backend
2640M: Gerd Hoffmann <kraxel@redhat.com>
2641R: Thomas Huth <huth@tuxfamily.org>
2642S: Odd Fixes
2643F: audio/sdlaudio.c
2644
2645Sndio Audio backend
2646M: Gerd Hoffmann <kraxel@redhat.com>
2647R: Alexandre Ratchov <alex@caoua.org>
2648S: Odd Fixes
2649F: audio/sndioaudio.c
2650
2651Block layer core
2652M: Kevin Wolf <kwolf@redhat.com>
2653M: Hanna Reitz <hreitz@redhat.com>
2654L: qemu-block@nongnu.org
2655S: Supported
2656F: block*
2657F: block/
2658F: hw/block/
2659F: qapi/block*.json
2660F: qapi/transaction.json
2661F: include/block/
2662F: include/sysemu/block-*.h
2663F: qemu-img*
2664F: docs/tools/qemu-img.rst
2665F: qemu-io*
2666F: tests/qemu-iotests/
2667F: util/qemu-progress.c
2668F: qobject/block-qdict.c
2669F: tests/unit/check-block-qdict.c
2670T: git https://repo.or.cz/qemu/kevin.git block
2671
2672Storage daemon
2673M: Kevin Wolf <kwolf@redhat.com>
2674L: qemu-block@nongnu.org
2675S: Supported
2676F: storage-daemon/
2677F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2678F: docs/tools/qemu-storage-daemon.rst
2679T: git https://repo.or.cz/qemu/kevin.git block
2680
2681Block I/O path
2682M: Stefan Hajnoczi <stefanha@redhat.com>
2683M: Fam Zheng <fam@euphon.net>
2684L: qemu-block@nongnu.org
2685S: Supported
2686F: util/async.c
2687F: util/aio-*.c
2688F: util/aio-*.h
2689F: util/fdmon-*.c
2690F: block/io.c
2691F: block/plug.c
2692F: migration/block*
2693F: include/block/aio.h
2694F: include/block/aio-wait.h
2695F: scripts/qemugdb/aio.py
2696F: tests/unit/test-fdmon-epoll.c
2697T: git https://github.com/stefanha/qemu.git block
2698
2699Block SCSI subsystem
2700M: Paolo Bonzini <pbonzini@redhat.com>
2701R: Fam Zheng <fam@euphon.net>
2702L: qemu-block@nongnu.org
2703S: Supported
2704F: include/scsi/*
2705F: scsi/*
2706
2707Block Jobs
2708M: John Snow <jsnow@redhat.com>
2709M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2710L: qemu-block@nongnu.org
2711S: Supported
2712F: blockjob.c
2713F: include/block/blockjob.h
2714F: job.c
2715F: job-qmp.c
2716F: include/qemu/job.h
2717F: block/backup.c
2718F: block/commit.c
2719F: block/stream.c
2720F: block/mirror.c
2721F: qapi/job.json
2722F: block/block-copy.c
2723F: include/block/block-copy.h
2724F: block/reqlist.c
2725F: include/block/reqlist.h
2726F: block/copy-before-write.h
2727F: block/copy-before-write.c
2728F: block/snapshot-access.c
2729F: include/block/aio_task.h
2730F: block/aio_task.c
2731F: util/qemu-co-shared-resource.c
2732F: include/qemu/co-shared-resource.h
2733T: git https://gitlab.com/jsnow/qemu.git jobs
2734T: git https://gitlab.com/vsementsov/qemu.git block
2735
2736Compute Express Link
2737M: Jonathan Cameron <jonathan.cameron@huawei.com>
2738R: Fan Ni <fan.ni@samsung.com>
2739S: Supported
2740F: hw/cxl/
2741F: hw/mem/cxl_type3.c
2742F: include/hw/cxl/
2743
2744Dirty Bitmaps
2745M: Eric Blake <eblake@redhat.com>
2746M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2747R: John Snow <jsnow@redhat.com>
2748L: qemu-block@nongnu.org
2749S: Supported
2750F: include/qemu/hbitmap.h
2751F: include/block/dirty-bitmap.h
2752F: block/monitor/bitmap-qmp-cmds.c
2753F: block/dirty-bitmap.c
2754F: block/qcow2-bitmap.c
2755F: migration/block-dirty-bitmap.c
2756F: util/hbitmap.c
2757F: tests/unit/test-hbitmap.c
2758F: docs/interop/bitmaps.rst
2759T: git https://repo.or.cz/qemu/ericb.git bitmaps
2760T: git https://gitlab.com/vsementsov/qemu.git block
2761
2762Character device backends
2763M: Marc-André Lureau <marcandre.lureau@redhat.com>
2764R: Paolo Bonzini <pbonzini@redhat.com>
2765S: Maintained
2766F: chardev/
2767F: include/chardev/
2768F: qapi/char.json
2769
2770Character Devices (Braille)
2771M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2772S: Maintained
2773F: chardev/baum.c
2774
2775Command line option argument parsing
2776M: Markus Armbruster <armbru@redhat.com>
2777S: Supported
2778F: include/qemu/option.h
2779F: tests/unit/test-keyval.c
2780F: tests/unit/test-qemu-opts.c
2781F: util/keyval.c
2782F: util/qemu-option.c
2783
2784Coverity model
2785M: Markus Armbruster <armbru@redhat.com>
2786S: Supported
2787F: scripts/coverity-model.c
2788
2789Coverity Scan integration
2790M: Peter Maydell <peter.maydell@linaro.org>
2791S: Maintained
2792F: scripts/coverity-scan/
2793
2794Device Tree
2795M: Alistair Francis <alistair.francis@wdc.com>
2796R: David Gibson <david@gibson.dropbear.id.au>
2797S: Maintained
2798F: softmmu/device_tree.c
2799F: include/sysemu/device_tree.h
2800
2801Dump
2802S: Supported
2803M: Marc-André Lureau <marcandre.lureau@redhat.com>
2804F: dump/
2805F: hw/misc/vmcoreinfo.c
2806F: include/hw/misc/vmcoreinfo.h
2807F: include/qemu/win_dump_defs
2808F: include/sysemu/dump-arch.h
2809F: include/sysemu/dump.h
2810F: qapi/dump.json
2811F: scripts/dump-guest-memory.py
2812F: stubs/dump.c
2813
2814Error reporting
2815M: Markus Armbruster <armbru@redhat.com>
2816S: Supported
2817F: include/qapi/error.h
2818F: include/qemu/error-report.h
2819F: qapi/error.json
2820F: util/error.c
2821F: util/qemu-error.c
2822F: scripts/coccinelle/err-bad-newline.cocci
2823F: scripts/coccinelle/error-use-after-free.cocci
2824F: scripts/coccinelle/error_propagate_null.cocci
2825F: scripts/coccinelle/remove_local_err.cocci
2826F: scripts/coccinelle/use-error_fatal.cocci
2827F: scripts/coccinelle/errp-guard.cocci
2828
2829GDB stub
2830M: Alex Bennée <alex.bennee@linaro.org>
2831R: Philippe Mathieu-Daudé <philmd@linaro.org>
2832S: Maintained
2833F: docs/system/gdb.rst
2834F: gdbstub/*
2835F: include/exec/gdbstub.h
2836F: include/gdbstub/*
2837F: gdb-xml/
2838F: tests/tcg/multiarch/gdbstub/
2839F: scripts/feature_to_c.sh
2840F: scripts/probe-gdb-support.py
2841
2842Memory API
2843M: Paolo Bonzini <pbonzini@redhat.com>
2844M: Peter Xu <peterx@redhat.com>
2845M: David Hildenbrand <david@redhat.com>
2846R: Philippe Mathieu-Daudé <philmd@linaro.org>
2847S: Supported
2848F: include/exec/ioport.h
2849F: include/exec/memop.h
2850F: include/exec/memory.h
2851F: include/exec/ram_addr.h
2852F: include/exec/ramblock.h
2853F: include/sysemu/memory_mapping.h
2854F: softmmu/dma-helpers.c
2855F: softmmu/ioport.c
2856F: softmmu/memory.c
2857F: softmmu/memory_mapping.c
2858F: softmmu/physmem.c
2859F: include/exec/memory-internal.h
2860F: scripts/coccinelle/memory-region-housekeeping.cocci
2861
2862Memory devices
2863M: David Hildenbrand <david@redhat.com>
2864M: Igor Mammedov <imammedo@redhat.com>
2865R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2866S: Supported
2867F: hw/mem/memory-device.c
2868F: hw/mem/nvdimm.c
2869F: hw/mem/pc-dimm.c
2870F: include/hw/mem/memory-device.h
2871F: include/hw/mem/nvdimm.h
2872F: include/hw/mem/pc-dimm.h
2873F: docs/nvdimm.txt
2874
2875SPICE
2876M: Gerd Hoffmann <kraxel@redhat.com>
2877S: Odd Fixes
2878F: include/ui/qemu-spice.h
2879F: include/ui/spice-display.h
2880F: ui/spice-*.c
2881F: audio/spiceaudio.c
2882F: hw/display/qxl*
2883F: qapi/ui.json
2884F: docs/spice-port-fqdn.txt
2885
2886Graphics
2887M: Gerd Hoffmann <kraxel@redhat.com>
2888M: Marc-André Lureau <marcandre.lureau@redhat.com>
2889S: Odd Fixes
2890F: ui/
2891F: include/ui/
2892F: qapi/ui.json
2893F: util/drm.c
2894F: docs/devel/ui.rst
2895
2896Cocoa graphics
2897M: Peter Maydell <peter.maydell@linaro.org>
2898M: Philippe Mathieu-Daudé <philmd@linaro.org>
2899R: Akihiko Odaki <akihiko.odaki@daynix.com>
2900S: Odd Fixes
2901F: ui/cocoa.m
2902
2903Main loop
2904M: Paolo Bonzini <pbonzini@redhat.com>
2905S: Maintained
2906F: include/qemu/main-loop.h
2907F: include/sysemu/runstate.h
2908F: include/sysemu/runstate-action.h
2909F: util/main-loop.c
2910F: util/qemu-timer.c
2911F: softmmu/vl.c
2912F: softmmu/main.c
2913F: softmmu/cpus.c
2914F: softmmu/cpu-throttle.c
2915F: softmmu/cpu-timers.c
2916F: softmmu/runstate*
2917F: qapi/run-state.json
2918
2919Read, Copy, Update (RCU)
2920M: Paolo Bonzini <pbonzini@redhat.com>
2921S: Maintained
2922F: docs/devel/lockcnt.txt
2923F: docs/devel/rcu.txt
2924F: include/qemu/rcu*.h
2925F: tests/unit/rcutorture.c
2926F: tests/unit/test-rcu-*.c
2927F: util/rcu.c
2928
2929Human Monitor (HMP)
2930M: Dr. David Alan Gilbert <dave@treblig.org>
2931S: Maintained
2932F: monitor/monitor-internal.h
2933F: monitor/misc.c
2934F: monitor/monitor.c
2935F: monitor/hmp*
2936F: hmp.h
2937F: hmp-commands*.hx
2938F: include/monitor/hmp-target.h
2939F: tests/qtest/test-hmp.c
2940F: include/qemu/qemu-print.h
2941F: util/qemu-print.c
2942
2943Network device backends
2944M: Jason Wang <jasowang@redhat.com>
2945S: Maintained
2946F: net/
2947F: include/net/
2948F: qemu-bridge-helper.c
2949T: git https://github.com/jasowang/qemu.git net
2950F: qapi/net.json
2951
2952Netmap network backend
2953M: Luigi Rizzo <rizzo@iet.unipi.it>
2954M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2955M: Vincenzo Maffione <v.maffione@gmail.com>
2956W: http://info.iet.unipi.it/~luigi/netmap/
2957S: Maintained
2958F: net/netmap.c
2959
2960AF_XDP network backend
2961R: Ilya Maximets <i.maximets@ovn.org>
2962F: net/af-xdp.c
2963
2964Host Memory Backends
2965M: David Hildenbrand <david@redhat.com>
2966M: Igor Mammedov <imammedo@redhat.com>
2967S: Maintained
2968F: backends/hostmem*.c
2969F: include/sysemu/hostmem.h
2970F: docs/system/vm-templating.rst
2971T: git https://gitlab.com/ehabkost/qemu.git machine-next
2972
2973Cryptodev Backends
2974M: Gonglei <arei.gonglei@huawei.com>
2975M: zhenwei pi <pizhenwei@bytedance.com>
2976S: Maintained
2977F: include/sysemu/cryptodev*.h
2978F: backends/cryptodev*.c
2979F: qapi/cryptodev.json
2980
2981Python library
2982M: John Snow <jsnow@redhat.com>
2983M: Cleber Rosa <crosa@redhat.com>
2984R: Beraldo Leal <bleal@redhat.com>
2985S: Maintained
2986F: python/
2987T: git https://gitlab.com/jsnow/qemu.git python
2988
2989Python scripts
2990M: John Snow <jsnow@redhat.com>
2991M: Cleber Rosa <crosa@redhat.com>
2992S: Odd Fixes
2993F: scripts/*.py
2994F: tests/*.py
2995
2996Benchmark util
2997M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2998S: Maintained
2999F: scripts/simplebench/
3000T: git https://gitlab.com/vsementsov/qemu.git simplebench
3001
3002Transactions helper
3003M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3004S: Maintained
3005F: include/qemu/transactions.h
3006F: util/transactions.c
3007T: git https://gitlab.com/vsementsov/qemu.git block
3008
3009QAPI
3010M: Markus Armbruster <armbru@redhat.com>
3011M: Michael Roth <michael.roth@amd.com>
3012S: Supported
3013F: qapi/
3014X: qapi/*.json
3015F: include/qapi/
3016X: include/qapi/qmp/
3017F: include/qapi/qmp/dispatch.h
3018F: tests/qapi-schema/
3019F: tests/unit/test-*-visitor.c
3020F: tests/unit/test-qapi-*.c
3021F: tests/unit/test-qmp-*.c
3022F: tests/unit/test-visitor-serialization.c
3023F: scripts/qapi-gen.py
3024F: scripts/qapi/*
3025F: docs/sphinx/qapidoc.py
3026F: docs/devel/qapi*
3027T: git https://repo.or.cz/qemu/armbru.git qapi-next
3028
3029QAPI Schema
3030M: Eric Blake <eblake@redhat.com>
3031M: Markus Armbruster <armbru@redhat.com>
3032S: Supported
3033F: qapi/*.json
3034T: git https://repo.or.cz/qemu/armbru.git qapi-next
3035
3036QObject
3037M: Markus Armbruster <armbru@redhat.com>
3038S: Supported
3039F: qobject/
3040F: include/qapi/qmp/
3041X: include/qapi/qmp/dispatch.h
3042F: scripts/coccinelle/qobject.cocci
3043F: tests/unit/check-qdict.c
3044F: tests/unit/check-qjson.c
3045F: tests/unit/check-qlist.c
3046F: tests/unit/check-qlit.c
3047F: tests/unit/check-qnull.c
3048F: tests/unit/check-qnum.c
3049F: tests/unit/check-qobject.c
3050F: tests/unit/check-qstring.c
3051F: tests/data/qobject/qdict.txt
3052T: git https://repo.or.cz/qemu/armbru.git qapi-next
3053
3054QEMU Guest Agent
3055M: Michael Roth <michael.roth@amd.com>
3056M: Konstantin Kostiuk <kkostiuk@redhat.com>
3057S: Maintained
3058F: qga/
3059F: docs/interop/qemu-ga.rst
3060F: docs/interop/qemu-ga-ref.rst
3061F: scripts/qemu-guest-agent/
3062F: tests/unit/test-qga.c
3063T: git https://github.com/mdroth/qemu.git qga
3064
3065QEMU Guest Agent Win32
3066M: Konstantin Kostiuk <kkostiuk@redhat.com>
3067S: Maintained
3068F: qga/*win32*
3069F: qga/vss-win32/
3070F: qga/installer/
3071T: git https://github.com/kostyanf14/qemu.git qga-win32
3072
3073QOM
3074M: Paolo Bonzini <pbonzini@redhat.com>
3075R: Daniel P. Berrange <berrange@redhat.com>
3076R: Eduardo Habkost <eduardo@habkost.net>
3077S: Supported
3078F: docs/devel/qom.rst
3079F: docs/qdev-device-use.txt
3080F: hw/core/qdev*
3081F: hw/core/bus.c
3082F: hw/core/sysbus.c
3083F: include/hw/qdev*
3084F: include/monitor/qdev.h
3085F: include/qom/
3086F: qapi/qom.json
3087F: qapi/qdev.json
3088F: scripts/coccinelle/qom-parent-type.cocci
3089F: scripts/qom-cast-macro-clean-cocci-gen.py
3090F: softmmu/qdev-monitor.c
3091F: stubs/qdev.c
3092F: qom/
3093F: tests/unit/check-qom-interface.c
3094F: tests/unit/check-qom-proplist.c
3095F: tests/unit/test-qdev-global-props.c
3096
3097QOM boilerplate conversion script
3098M: Eduardo Habkost <eduardo@habkost.net>
3099S: Maintained
3100F: scripts/codeconverter/
3101
3102QMP
3103M: Markus Armbruster <armbru@redhat.com>
3104S: Supported
3105F: monitor/monitor-internal.h
3106F: monitor/qmp*
3107F: monitor/misc.c
3108F: monitor/monitor.c
3109F: qapi/control.json
3110F: qapi/error.json
3111F: qapi/introspect.json
3112F: docs/devel/*qmp-*
3113F: docs/interop/*qmp-*
3114F: scripts/qmp/
3115F: tests/qtest/qmp-test.c
3116F: tests/qtest/qmp-cmd-test.c
3117T: git https://repo.or.cz/qemu/armbru.git qapi-next
3118
3119qtest
3120M: Thomas Huth <thuth@redhat.com>
3121M: Laurent Vivier <lvivier@redhat.com>
3122R: Paolo Bonzini <pbonzini@redhat.com>
3123S: Maintained
3124F: softmmu/qtest.c
3125F: accel/qtest/
3126F: tests/qtest/
3127F: docs/devel/qgraph.rst
3128F: docs/devel/qtest.rst
3129X: tests/qtest/bios-tables-test*
3130
3131Device Fuzzing
3132M: Alexander Bulekov <alxndr@bu.edu>
3133R: Paolo Bonzini <pbonzini@redhat.com>
3134R: Bandan Das <bsd@redhat.com>
3135R: Stefan Hajnoczi <stefanha@redhat.com>
3136R: Thomas Huth <thuth@redhat.com>
3137R: Darren Kenny <darren.kenny@oracle.com>
3138R: Qiuhao Li <Qiuhao.Li@outlook.com>
3139S: Maintained
3140F: tests/qtest/fuzz/
3141F: tests/qtest/fuzz-*test.c
3142F: tests/docker/test-fuzz
3143F: scripts/oss-fuzz/
3144F: hw/mem/sparse-mem.c
3145F: docs/devel/fuzzing.rst
3146
3147Register API
3148M: Alistair Francis <alistair@alistair23.me>
3149S: Maintained
3150F: hw/core/register.c
3151F: include/hw/register.h
3152F: include/hw/registerfields.h
3153
3154SLIRP
3155M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3156S: Maintained
3157F: net/slirp.c
3158F: include/net/slirp.h
3159T: git https://people.debian.org/~sthibault/qemu.git slirp
3160
3161Stats
3162S: Orphan
3163F: include/sysemu/stats.h
3164F: stats/
3165
3166Streams
3167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3168S: Maintained
3169F: hw/core/stream.c
3170F: include/hw/stream.h
3171
3172Stubs
3173M: Paolo Bonzini <pbonzini@redhat.com>
3174S: Maintained
3175F: stubs/
3176
3177Tracing
3178M: Stefan Hajnoczi <stefanha@redhat.com>
3179R: Mads Ynddal <mads@ynddal.dk>
3180S: Maintained
3181F: trace/
3182F: trace-events
3183F: docs/qemu-option-trace.rst.inc
3184F: qapi/trace.json
3185F: scripts/tracetool.py
3186F: scripts/tracetool/
3187F: scripts/qemu-trace-stap*
3188F: docs/tools/qemu-trace-stap.rst
3189F: docs/devel/tracing.rst
3190T: git https://github.com/stefanha/qemu.git tracing
3191
3192Simpletrace
3193M: Mads Ynddal <mads@ynddal.dk>
3194S: Maintained
3195F: scripts/simpletrace.py
3196
3197TPM
3198M: Stefan Berger <stefanb@linux.ibm.com>
3199S: Maintained
3200F: softmmu/tpm*
3201F: hw/tpm/*
3202F: include/hw/acpi/tpm.h
3203F: include/sysemu/tpm*
3204F: qapi/tpm.json
3205F: backends/tpm/
3206F: tests/qtest/*tpm*
3207F: docs/specs/tpm.rst
3208T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3209
3210Checkpatch
3211S: Odd Fixes
3212F: scripts/checkpatch.pl
3213
3214Migration
3215M: Juan Quintela <quintela@redhat.com>
3216M: Peter Xu <peterx@redhat.com>
3217M: Fabiano Rosas <farosas@suse.de>
3218R: Leonardo Bras <leobras@redhat.com>
3219S: Maintained
3220F: hw/core/vmstate-if.c
3221F: include/hw/vmstate-if.h
3222F: include/migration/
3223F: include/qemu/userfaultfd.h
3224F: migration/
3225F: scripts/vmstate-static-checker.py
3226F: tests/vmstate-static-checker-data/
3227F: tests/qtest/migration-test.c
3228F: docs/devel/migration.rst
3229F: qapi/migration.json
3230F: tests/migration/
3231F: util/userfaultfd.c
3232X: migration/rdma*
3233
3234RDMA Migration
3235M: Juan Quintela <quintela@redhat.com>
3236R: Li Zhijian <lizhijian@fujitsu.com>
3237R: Peter Xu <peterx@redhat.com>
3238R: Leonardo Bras <leobras@redhat.com>
3239S: Odd Fixes
3240F: migration/rdma*
3241
3242Migration dirty limit and dirty page rate
3243M: Hyman Huang <yong.huang@smartx.com>
3244S: Maintained
3245F: softmmu/dirtylimit.c
3246F: include/sysemu/dirtylimit.h
3247F: migration/dirtyrate.c
3248F: migration/dirtyrate.h
3249F: include/sysemu/dirtyrate.h
3250
3251D-Bus
3252M: Marc-André Lureau <marcandre.lureau@redhat.com>
3253S: Maintained
3254F: backends/dbus-vmstate.c
3255F: ui/dbus*
3256F: audio/dbus*
3257F: util/dbus.c
3258F: include/ui/dbus*
3259F: include/qemu/dbus.h
3260F: docs/interop/dbus*
3261F: docs/sphinx/dbus*
3262F: docs/sphinx/fakedbusdoc.py
3263F: tests/qtest/dbus*
3264F: scripts/xml-preprocess*
3265
3266Seccomp
3267M: Daniel P. Berrange <berrange@redhat.com>
3268S: Odd Fixes
3269F: softmmu/qemu-seccomp.c
3270F: include/sysemu/seccomp.h
3271F: tests/unit/test-seccomp.c
3272
3273Cryptography
3274M: Daniel P. Berrange <berrange@redhat.com>
3275S: Maintained
3276F: crypto/
3277F: include/crypto/
3278F: host/include/*/host/crypto/
3279F: qapi/crypto.json
3280F: tests/unit/test-crypto-*
3281F: tests/bench/benchmark-crypto-*
3282F: tests/unit/crypto-tls-*
3283F: tests/unit/pkix_asn1_tab.c
3284F: qemu.sasl
3285
3286Coroutines
3287M: Stefan Hajnoczi <stefanha@redhat.com>
3288M: Kevin Wolf <kwolf@redhat.com>
3289S: Maintained
3290F: util/*coroutine*
3291F: include/qemu/coroutine*
3292F: tests/unit/test-coroutine.c
3293
3294Buffers
3295M: Daniel P. Berrange <berrange@redhat.com>
3296S: Odd Fixes
3297F: util/buffer.c
3298F: include/qemu/buffer.h
3299
3300I/O Channels
3301M: Daniel P. Berrange <berrange@redhat.com>
3302S: Maintained
3303F: io/
3304F: include/io/
3305F: tests/unit/test-io-*
3306
3307User authorization
3308M: Daniel P. Berrange <berrange@redhat.com>
3309S: Maintained
3310F: authz/
3311F: qapi/authz.json
3312F: include/authz/
3313F: tests/unit/test-authz-*
3314
3315Sockets
3316M: Daniel P. Berrange <berrange@redhat.com>
3317S: Maintained
3318F: include/qemu/sockets.h
3319F: util/qemu-sockets.c
3320F: qapi/sockets.json
3321
3322File monitor
3323M: Daniel P. Berrange <berrange@redhat.com>
3324S: Odd Fixes
3325F: util/filemonitor*.c
3326F: include/qemu/filemonitor.h
3327F: tests/unit/test-util-filemonitor.c
3328
3329Throttling infrastructure
3330M: Alberto Garcia <berto@igalia.com>
3331S: Supported
3332F: block/throttle-groups.c
3333F: include/block/throttle-groups.h
3334F: include/qemu/throttle*.h
3335F: util/throttle.c
3336F: docs/throttle.txt
3337F: tests/unit/test-throttle.c
3338L: qemu-block@nongnu.org
3339
3340UUID
3341M: Fam Zheng <fam@euphon.net>
3342S: Supported
3343F: util/uuid.c
3344F: include/qemu/uuid.h
3345F: tests/unit/test-uuid.c
3346
3347Yank feature
3348M: Lukas Straub <lukasstraub2@web.de>
3349S: Odd fixes
3350F: util/yank.c
3351F: migration/yank_functions*
3352F: tests/unit/test-yank.c
3353F: include/qemu/yank.h
3354F: qapi/yank.json
3355
3356COLO Framework
3357M: Hailiang Zhang <zhanghailiang@xfusion.com>
3358S: Maintained
3359F: migration/colo*
3360F: include/migration/colo.h
3361F: include/migration/failover.h
3362F: docs/COLO-FT.txt
3363
3364COLO Proxy
3365M: Zhang Chen <chen.zhang@intel.com>
3366M: Li Zhijian <lizhijian@fujitsu.com>
3367S: Supported
3368F: docs/colo-proxy.txt
3369F: net/colo*
3370F: net/filter-rewriter.c
3371F: net/filter-mirror.c
3372F: tests/qtest/test-filter*
3373
3374Record/replay
3375M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3376R: Paolo Bonzini <pbonzini@redhat.com>
3377W: https://wiki.qemu.org/Features/record-replay
3378S: Supported
3379F: replay/*
3380F: block/blkreplay.c
3381F: net/filter-replay.c
3382F: include/exec/replay-core.h
3383F: include/sysemu/replay.h
3384F: docs/devel/replay.rst
3385F: docs/system/replay.rst
3386F: stubs/replay.c
3387F: tests/avocado/replay_kernel.py
3388F: tests/avocado/replay_linux.py
3389F: tests/avocado/reverse_debugging.py
3390F: qapi/replay.json
3391
3392IOVA Tree
3393M: Peter Xu <peterx@redhat.com>
3394S: Maintained
3395F: include/qemu/iova-tree.h
3396F: util/iova-tree.c
3397
3398elf2dmp
3399M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3400S: Maintained
3401F: contrib/elf2dmp/
3402
3403I2C and SMBus
3404M: Corey Minyard <cminyard@mvista.com>
3405S: Maintained
3406F: hw/i2c/core.c
3407F: hw/i2c/smbus_slave.c
3408F: hw/i2c/smbus_master.c
3409F: hw/i2c/smbus_eeprom.c
3410F: include/hw/i2c/i2c.h
3411F: include/hw/i2c/smbus_master.h
3412F: include/hw/i2c/smbus_slave.h
3413F: include/hw/i2c/smbus_eeprom.h
3414
3415PMBus
3416M: Titus Rwantare <titusr@google.com>
3417S: Maintained
3418F: hw/i2c/pmbus_device.c
3419F: hw/sensor/adm1272.c
3420F: hw/sensor/isl_pmbus_vr.c
3421F: hw/sensor/max34451.c
3422F: include/hw/i2c/pmbus_device.h
3423F: include/hw/sensor/isl_pmbus_vr.h
3424F: tests/qtest/adm1272-test.c
3425F: tests/qtest/max34451-test.c
3426F: tests/qtest/isl_pmbus_vr-test.c
3427
3428Firmware schema specifications
3429M: Philippe Mathieu-Daudé <philmd@linaro.org>
3430R: Daniel P. Berrange <berrange@redhat.com>
3431R: Kashyap Chamarthy <kchamart@redhat.com>
3432S: Maintained
3433F: docs/interop/firmware.json
3434
3435EDK2 Firmware
3436M: Philippe Mathieu-Daudé <philmd@linaro.org>
3437M: Gerd Hoffmann <kraxel@redhat.com>
3438S: Supported
3439F: hw/i386/*ovmf*
3440F: pc-bios/descriptors/??-edk2-*.json
3441F: pc-bios/edk2-*
3442F: roms/Makefile.edk2
3443F: roms/edk2
3444F: roms/edk2-*
3445F: tests/data/uefi-boot-images/
3446F: tests/uefi-test-tools/
3447
3448VT-d Emulation
3449M: Michael S. Tsirkin <mst@redhat.com>
3450M: Peter Xu <peterx@redhat.com>
3451R: Jason Wang <jasowang@redhat.com>
3452S: Supported
3453F: hw/i386/intel_iommu.c
3454F: hw/i386/intel_iommu_internal.h
3455F: include/hw/i386/intel_iommu.h
3456
3457AMD-Vi Emulation
3458S: Orphan
3459F: hw/i386/amd_iommu.?
3460
3461OpenSBI Firmware
3462M: Bin Meng <bmeng.cn@gmail.com>
3463S: Supported
3464F: pc-bios/opensbi-*
3465F: .gitlab-ci.d/opensbi.yml
3466F: .gitlab-ci.d/opensbi/
3467
3468Clock framework
3469M: Luc Michel <luc@lmichel.fr>
3470R: Damien Hedde <damien.hedde@dahe.fr>
3471S: Maintained
3472F: include/hw/clock.h
3473F: include/hw/qdev-clock.h
3474F: hw/core/clock.c
3475F: hw/core/clock-vmstate.c
3476F: hw/core/qdev-clock.c
3477F: docs/devel/clocks.rst
3478
3479Usermode Emulation
3480------------------
3481Overall usermode emulation
3482M: Riku Voipio <riku.voipio@iki.fi>
3483S: Maintained
3484F: accel/tcg/user-exec*.c
3485F: include/user/
3486F: common-user/
3487
3488BSD user
3489M: Warner Losh <imp@bsdimp.com>
3490R: Kyle Evans <kevans@freebsd.org>
3491S: Maintained
3492F: bsd-user/
3493F: configs/targets/*-bsd-user.mak
3494F: tests/vm/*bsd
3495T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3496
3497Linux user
3498M: Laurent Vivier <laurent@vivier.eu>
3499S: Maintained
3500F: linux-user/
3501F: configs/targets/*linux-user.mak
3502F: scripts/qemu-binfmt-conf.sh
3503F: scripts/update-syscalltbl.sh
3504F: scripts/update-mips-syscall-args.sh
3505F: scripts/gensyscalls.sh
3506
3507Tiny Code Generator (TCG)
3508-------------------------
3509Common TCG code
3510M: Richard Henderson <richard.henderson@linaro.org>
3511S: Maintained
3512F: tcg/
3513F: include/tcg/
3514
3515TCG Plugins
3516M: Alex Bennée <alex.bennee@linaro.org>
3517R: Alexandre Iooss <erdnaxe@crans.org>
3518R: Mahmoud Mandour <ma.mandourr@gmail.com>
3519S: Maintained
3520F: docs/devel/tcg-plugins.rst
3521F: plugins/
3522F: tests/plugin/
3523F: tests/avocado/tcg_plugins.py
3524F: contrib/plugins/
3525
3526AArch64 TCG target
3527M: Richard Henderson <richard.henderson@linaro.org>
3528S: Maintained
3529L: qemu-arm@nongnu.org
3530F: tcg/aarch64/
3531
3532ARM TCG target
3533M: Richard Henderson <richard.henderson@linaro.org>
3534S: Maintained
3535L: qemu-arm@nongnu.org
3536F: tcg/arm/
3537
3538i386 TCG target
3539M: Richard Henderson <richard.henderson@linaro.org>
3540S: Maintained
3541F: tcg/i386/
3542
3543LoongArch64 TCG target
3544M: WANG Xuerui <git@xen0n.name>
3545S: Maintained
3546F: tcg/loongarch64/
3547
3548MIPS TCG target
3549M: Philippe Mathieu-Daudé <philmd@linaro.org>
3550R: Aurelien Jarno <aurelien@aurel32.net>
3551R: Huacai Chen <chenhuacai@kernel.org>
3552R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3553R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3554S: Odd Fixes
3555F: tcg/mips/
3556
3557PPC TCG target
3558M: Richard Henderson <richard.henderson@linaro.org>
3559S: Odd Fixes
3560F: tcg/ppc/
3561
3562RISC-V TCG target
3563M: Palmer Dabbelt <palmer@dabbelt.com>
3564M: Alistair Francis <Alistair.Francis@wdc.com>
3565L: qemu-riscv@nongnu.org
3566S: Maintained
3567F: tcg/riscv/
3568F: disas/riscv.c
3569
3570S390 TCG target
3571M: Richard Henderson <richard.henderson@linaro.org>
3572S: Maintained
3573F: tcg/s390/
3574L: qemu-s390x@nongnu.org
3575
3576SPARC TCG target
3577S: Odd Fixes
3578F: tcg/sparc64/
3579F: disas/sparc.c
3580
3581TCI TCG target
3582M: Stefan Weil <sw@weilnetz.de>
3583S: Maintained
3584F: tcg/tci/
3585F: tcg/tci.c
3586F: disas/tci.c
3587
3588Block drivers
3589-------------
3590VMDK
3591M: Fam Zheng <fam@euphon.net>
3592L: qemu-block@nongnu.org
3593S: Supported
3594F: block/vmdk.c
3595
3596RBD
3597M: Ilya Dryomov <idryomov@gmail.com>
3598R: Peter Lieven <pl@kamp.de>
3599L: qemu-block@nongnu.org
3600S: Supported
3601F: block/rbd.c
3602
3603VHDX
3604M: Jeff Cody <codyprime@gmail.com>
3605L: qemu-block@nongnu.org
3606S: Supported
3607F: block/vhdx*
3608
3609VDI
3610M: Stefan Weil <sw@weilnetz.de>
3611L: qemu-block@nongnu.org
3612S: Maintained
3613F: block/vdi.c
3614
3615blkio
3616M: Stefan Hajnoczi <stefanha@redhat.com>
3617L: qemu-block@nongnu.org
3618S: Maintained
3619F: block/blkio.c
3620
3621iSCSI
3622M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3623M: Paolo Bonzini <pbonzini@redhat.com>
3624M: Peter Lieven <pl@kamp.de>
3625L: qemu-block@nongnu.org
3626S: Odd Fixes
3627F: block/iscsi.c
3628F: block/iscsi-opts.c
3629
3630Network Block Device (NBD)
3631M: Eric Blake <eblake@redhat.com>
3632M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3633L: qemu-block@nongnu.org
3634S: Maintained
3635F: block/nbd*
3636F: nbd/
3637F: include/block/nbd*
3638F: qemu-nbd.*
3639F: blockdev-nbd.c
3640F: docs/interop/nbd.txt
3641F: docs/tools/qemu-nbd.rst
3642F: tests/qemu-iotests/tests/*nbd*
3643T: git https://repo.or.cz/qemu/ericb.git nbd
3644T: git https://gitlab.com/vsementsov/qemu.git block
3645
3646NFS
3647M: Peter Lieven <pl@kamp.de>
3648L: qemu-block@nongnu.org
3649S: Maintained
3650F: block/nfs.c
3651
3652SSH
3653M: Richard W.M. Jones <rjones@redhat.com>
3654L: qemu-block@nongnu.org
3655S: Supported
3656F: block/ssh.c
3657
3658CURL
3659L: qemu-block@nongnu.org
3660S: Odd Fixes
3661F: block/curl.c
3662
3663GLUSTER
3664L: qemu-block@nongnu.org
3665L: integration@gluster.org
3666S: Odd Fixes
3667F: block/gluster.c
3668
3669Null Block Driver
3670M: Fam Zheng <fam@euphon.net>
3671L: qemu-block@nongnu.org
3672S: Supported
3673F: block/null.c
3674
3675NVMe Block Driver
3676M: Stefan Hajnoczi <stefanha@redhat.com>
3677R: Fam Zheng <fam@euphon.net>
3678R: Philippe Mathieu-Daudé <philmd@linaro.org>
3679L: qemu-block@nongnu.org
3680S: Supported
3681F: block/nvme*
3682F: include/block/nvme.h
3683T: git https://github.com/stefanha/qemu.git block
3684
3685Bootdevice
3686M: Gonglei <arei.gonglei@huawei.com>
3687S: Maintained
3688F: softmmu/bootdevice.c
3689
3690Quorum
3691M: Alberto Garcia <berto@igalia.com>
3692S: Supported
3693F: block/quorum.c
3694L: qemu-block@nongnu.org
3695
3696blklogwrites
3697M: Ari Sundholm <ari@tuxera.com>
3698L: qemu-block@nongnu.org
3699S: Supported
3700F: block/blklogwrites.c
3701
3702blkverify
3703M: Stefan Hajnoczi <stefanha@redhat.com>
3704L: qemu-block@nongnu.org
3705S: Supported
3706F: block/blkverify.c
3707
3708bochs
3709M: Stefan Hajnoczi <stefanha@redhat.com>
3710L: qemu-block@nongnu.org
3711S: Supported
3712F: block/bochs.c
3713
3714cloop
3715M: Stefan Hajnoczi <stefanha@redhat.com>
3716L: qemu-block@nongnu.org
3717S: Supported
3718F: block/cloop.c
3719
3720dmg
3721M: Stefan Hajnoczi <stefanha@redhat.com>
3722L: qemu-block@nongnu.org
3723S: Supported
3724F: block/dmg.c
3725
3726parallels
3727M: Stefan Hajnoczi <stefanha@redhat.com>
3728M: Denis V. Lunev <den@openvz.org>
3729L: qemu-block@nongnu.org
3730S: Supported
3731F: block/parallels.c
3732F: block/parallels-ext.c
3733F: docs/interop/parallels.txt
3734T: git https://src.openvz.org/scm/~den/qemu.git parallels
3735
3736qed
3737M: Stefan Hajnoczi <stefanha@redhat.com>
3738L: qemu-block@nongnu.org
3739S: Supported
3740F: block/qed.c
3741
3742raw
3743M: Kevin Wolf <kwolf@redhat.com>
3744L: qemu-block@nongnu.org
3745S: Supported
3746F: block/linux-aio.c
3747F: include/block/raw-aio.h
3748F: block/raw-format.c
3749F: block/file-posix.c
3750F: block/file-win32.c
3751F: block/win32-aio.c
3752
3753Linux io_uring
3754M: Aarushi Mehta <mehta.aaru20@gmail.com>
3755M: Julia Suvorova <jusual@redhat.com>
3756M: Stefan Hajnoczi <stefanha@redhat.com>
3757R: Stefano Garzarella <sgarzare@redhat.com>
3758L: qemu-block@nongnu.org
3759S: Maintained
3760F: block/io_uring.c
3761F: stubs/io_uring.c
3762
3763qcow2
3764M: Kevin Wolf <kwolf@redhat.com>
3765M: Hanna Reitz <hreitz@redhat.com>
3766L: qemu-block@nongnu.org
3767S: Supported
3768F: block/qcow2*
3769F: docs/interop/qcow2.txt
3770
3771qcow
3772M: Kevin Wolf <kwolf@redhat.com>
3773L: qemu-block@nongnu.org
3774S: Supported
3775F: block/qcow.c
3776
3777blkdebug
3778M: Kevin Wolf <kwolf@redhat.com>
3779M: Hanna Reitz <hreitz@redhat.com>
3780L: qemu-block@nongnu.org
3781S: Supported
3782F: block/blkdebug.c
3783
3784vpc
3785M: Kevin Wolf <kwolf@redhat.com>
3786L: qemu-block@nongnu.org
3787S: Supported
3788F: block/vpc.c
3789
3790vvfat
3791M: Kevin Wolf <kwolf@redhat.com>
3792L: qemu-block@nongnu.org
3793S: Odd Fixes
3794F: block/vvfat.c
3795
3796Image format fuzzer
3797M: Stefan Hajnoczi <stefanha@redhat.com>
3798L: qemu-block@nongnu.org
3799S: Supported
3800F: tests/image-fuzzer/
3801
3802Vhost-user block device backend server
3803M: Coiby Xu <Coiby.Xu@gmail.com>
3804S: Maintained
3805F: block/export/vhost-user-blk-server.c
3806F: block/export/vhost-user-blk-server.h
3807F: block/export/virtio-blk-handler.c
3808F: block/export/virtio-blk-handler.h
3809F: include/qemu/vhost-user-server.h
3810F: tests/qtest/libqos/vhost-user-blk.c
3811F: tests/qtest/libqos/vhost-user-blk.h
3812F: tests/qtest/vhost-user-blk-test.c
3813F: util/vhost-user-server.c
3814
3815FUSE block device exports
3816M: Hanna Reitz <hreitz@redhat.com>
3817L: qemu-block@nongnu.org
3818S: Supported
3819F: block/export/fuse.c
3820
3821VDUSE library and block device exports
3822M: Xie Yongji <xieyongji@bytedance.com>
3823S: Maintained
3824F: subprojects/libvduse/
3825F: block/export/vduse-blk.c
3826F: block/export/vduse-blk.h
3827
3828Replication
3829M: Wen Congyang <wencongyang2@huawei.com>
3830M: Xie Changlong <xiechanglong.d@gmail.com>
3831S: Supported
3832F: replication*
3833F: block/replication.c
3834F: tests/unit/test-replication.c
3835F: docs/block-replication.txt
3836
3837PVRDMA
3838M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3839M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3840S: Maintained
3841F: hw/rdma/*
3842F: hw/rdma/vmw/*
3843F: docs/pvrdma.txt
3844F: contrib/rdmacm-mux/*
3845F: qapi/rdma.json
3846
3847Semihosting
3848M: Alex Bennée <alex.bennee@linaro.org>
3849S: Maintained
3850F: semihosting/
3851F: include/semihosting/
3852F: tests/tcg/multiarch/arm-compat-semi/
3853F: tests/tcg/aarch64/system/semiheap.c
3854
3855Multi-process QEMU
3856M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3857M: Jagannathan Raman <jag.raman@oracle.com>
3858S: Maintained
3859F: docs/devel/multi-process.rst
3860F: docs/system/multi-process.rst
3861F: hw/pci-host/remote.c
3862F: include/hw/pci-host/remote.h
3863F: hw/remote/machine.c
3864F: include/hw/remote/machine.h
3865F: hw/remote/mpqemu-link.c
3866F: include/hw/remote/mpqemu-link.h
3867F: hw/remote/message.c
3868F: hw/remote/remote-obj.c
3869F: include/hw/remote/memory.h
3870F: hw/remote/memory.c
3871F: hw/remote/proxy.c
3872F: include/hw/remote/proxy.h
3873F: hw/remote/proxy-memory-listener.c
3874F: include/hw/remote/proxy-memory-listener.h
3875F: hw/remote/iohub.c
3876F: include/hw/remote/iohub.h
3877F: subprojects/libvfio-user
3878F: hw/remote/vfio-user-obj.c
3879F: include/hw/remote/vfio-user-obj.h
3880F: hw/remote/iommu.c
3881F: include/hw/remote/iommu.h
3882
3883EBPF:
3884M: Jason Wang <jasowang@redhat.com>
3885R: Andrew Melnychenko <andrew@daynix.com>
3886R: Yuri Benditovich <yuri.benditovich@daynix.com>
3887S: Maintained
3888F: ebpf/*
3889F: tools/ebpf/*
3890
3891Build and test automation
3892-------------------------
3893Build and test automation, general continuous integration
3894M: Alex Bennée <alex.bennee@linaro.org>
3895M: Philippe Mathieu-Daudé <philmd@linaro.org>
3896M: Thomas Huth <thuth@redhat.com>
3897R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3898R: Beraldo Leal <bleal@redhat.com>
3899S: Maintained
3900F: .github/workflows/lockdown.yml
3901F: .gitlab-ci.yml
3902F: .gitlab-ci.d/
3903F: .travis.yml
3904F: scripts/ci/
3905F: tests/docker/
3906F: tests/vm/
3907F: tests/lcitool/
3908F: tests/avocado/tuxrun_baselines.py
3909F: scripts/archive-source.sh
3910F: docs/devel/testing.rst
3911W: https://gitlab.com/qemu-project/qemu/pipelines
3912W: https://travis-ci.org/qemu/qemu
3913
3914FreeBSD Hosted Continuous Integration
3915M: Ed Maste <emaste@freebsd.org>
3916M: Li-Wen Hsu <lwhsu@freebsd.org>
3917S: Maintained
3918F: .gitlab-ci.d/cirrus/freebsd*
3919F: tests/vm/freebsd
3920W: https://cirrus-ci.com/github/qemu/qemu
3921
3922Windows Hosted Continuous Integration
3923M: Yonggang Luo <luoyonggang@gmail.com>
3924S: Maintained
3925F: .gitlab-ci.d/windows.yml
3926
3927Guest Test Compilation Support
3928M: Alex Bennée <alex.bennee@linaro.org>
3929R: Philippe Mathieu-Daudé <philmd@linaro.org>
3930S: Maintained
3931F: tests/tcg/Makefile.target
3932
3933Integration Testing with the Avocado framework
3934W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3935R: Cleber Rosa <crosa@redhat.com>
3936R: Philippe Mathieu-Daudé <philmd@linaro.org>
3937R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3938R: Beraldo Leal <bleal@redhat.com>
3939S: Odd Fixes
3940F: tests/avocado/
3941
3942GitLab custom runner (Works On Arm Sponsored)
3943M: Alex Bennée <alex.bennee@linaro.org>
3944M: Philippe Mathieu-Daudé <philmd@linaro.org>
3945S: Maintained
3946F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3947F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3948
3949Documentation
3950-------------
3951Build system architecture
3952M: Daniel P. Berrange <berrange@redhat.com>
3953S: Odd Fixes
3954F: docs/devel/build-system.rst
3955
3956GIT Data Mining Config
3957M: Alex Bennée <alex.bennee@linaro.org>
3958S: Odd Fixes
3959F: gitdm.config
3960F: contrib/gitdm/*
3961
3962Incompatible changes
3963R: libvir-list@redhat.com
3964F: docs/about/deprecated.rst
3965
3966Build System
3967------------
3968Meson
3969M: Paolo Bonzini <pbonzini@redhat.com>
3970R: Marc-André Lureau <marcandre.lureau@redhat.com>
3971R: Daniel P. Berrange <berrange@redhat.com>
3972R: Thomas Huth <thuth@redhat.com>
3973R: Philippe Mathieu-Daudé <philmd@linaro.org>
3974S: Maintained
3975F: meson.build
3976F: meson_options.txt
3977F: scripts/meson-buildoptions.*
3978F: scripts/check_sparse.py
3979F: scripts/symlink-install-tree.py
3980
3981Top Level Makefile and configure
3982M: Paolo Bonzini <pbonzini@redhat.com>
3983R: Alex Bennée <alex.bennee@linaro.org>
3984R: Thomas Huth <thuth@redhat.com>
3985S: Maintained
3986F: Makefile
3987F: configure
3988F: scripts/mtest2make.py
3989F: tests/Makefile.include
3990
3991Kconfig
3992M: Paolo Bonzini <pbonzini@redhat.com>
3993S: Maintained
3994F: scripts/minikconf.py
3995F: docs/devel/kconfig.rst
3996F: Kconfig*
3997F: */Kconfig*
3998F: hw/*/Kconfig*
3999F: target/*/Kconfig*
4000
4001GIT submodules
4002M: Daniel P. Berrange <berrange@redhat.com>
4003S: Odd Fixes
4004F: scripts/git-submodule.sh
4005
4006UI translations
4007S: Orphan
4008F: po/*.po
4009
4010Sphinx documentation configuration and build machinery
4011M: Peter Maydell <peter.maydell@linaro.org>
4012S: Maintained
4013F: docs/conf.py
4014F: docs/*/conf.py
4015F: docs/sphinx/
4016F: docs/_templates/
4017
4018Miscellaneous
4019-------------
4020Performance Tools and Tests
4021M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
4022S: Maintained
4023F: scripts/performance/
4024
4025Code Coverage Tools
4026M: Alex Bennée <alex.bennee@linaro.org>
4027S: Odd Fixes
4028F: scripts/coverage/
4029