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