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