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