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