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