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