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