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