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