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