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