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