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