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