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