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