xref: /openbmc/qemu/MAINTAINERS (revision 0c4e9931)
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>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
96F: hw/vfio/ap.c
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
104F: docs/system/target-s390x.rst
105F: docs/system/s390x/
106F: tests/migration/s390x/
107K: ^Subject:.*(?i)s390x?
108T: git https://github.com/cohuck/qemu.git s390-next
109L: qemu-s390x@nongnu.org
110
111Guest CPU cores (TCG)
112---------------------
113Overall TCG CPUs
114M: Richard Henderson <rth@twiddle.net>
115R: Paolo Bonzini <pbonzini@redhat.com>
116S: Maintained
117F: cpus.c
118F: cpus-common.c
119F: exec.c
120F: accel/tcg/
121F: accel/stubs/tcg-stub.c
122F: scripts/decodetree.py
123F: docs/devel/decodetree.rst
124F: include/exec/cpu*.h
125F: include/exec/exec-all.h
126F: include/exec/helper*.h
127F: include/exec/tb-hash.h
128F: include/sysemu/cpus.h
129F: include/sysemu/tcg.h
130
131FPU emulation
132M: Aurelien Jarno <aurelien@aurel32.net>
133M: Peter Maydell <peter.maydell@linaro.org>
134M: Alex Bennée <alex.bennee@linaro.org>
135S: Maintained
136F: fpu/
137F: include/fpu/
138F: tests/fp/
139
140Alpha TCG CPUs
141M: Richard Henderson <rth@twiddle.net>
142S: Maintained
143F: target/alpha/
144F: tests/tcg/alpha/
145F: disas/alpha.c
146
147ARM TCG CPUs
148M: Peter Maydell <peter.maydell@linaro.org>
149L: qemu-arm@nongnu.org
150S: Maintained
151F: target/arm/
152F: tests/tcg/arm/
153F: tests/tcg/aarch64/
154F: hw/arm/
155F: hw/cpu/a*mpcore.c
156F: include/hw/cpu/a*mpcore.h
157F: disas/arm.c
158F: disas/arm-a64.cc
159F: disas/libvixl/
160F: docs/system/target-arm.rst
161
162ARM SMMU
163M: Eric Auger <eric.auger@redhat.com>
164L: qemu-arm@nongnu.org
165S: Maintained
166F: hw/arm/smmu*
167F: include/hw/arm/smmu*
168
169CRIS TCG CPUs
170M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
171S: Maintained
172F: target/cris/
173F: hw/cris/
174F: include/hw/cris/
175F: tests/tcg/cris/
176F: disas/cris.c
177
178HPPA (PA-RISC) TCG CPUs
179M: Richard Henderson <rth@twiddle.net>
180S: Maintained
181F: target/hppa/
182F: hw/hppa/
183F: disas/hppa.c
184F: hw/net/*i82596*
185F: include/hw/net/lasi_82596.h
186
187LM32 TCG CPUs
188R: Michael Walle <michael@walle.cc>
189S: Orphan
190F: target/lm32/
191F: disas/lm32.c
192F: hw/lm32/
193F: hw/*/lm32_*
194F: hw/*/milkymist-*
195F: include/hw/display/milkymist_tmu2.h
196F: include/hw/char/lm32_juart.h
197F: include/hw/lm32/
198F: tests/tcg/lm32/
199
200M68K TCG CPUs
201M: Laurent Vivier <laurent@vivier.eu>
202S: Maintained
203F: target/m68k/
204F: disas/m68k.c
205
206MicroBlaze TCG CPUs
207M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
208S: Maintained
209F: target/microblaze/
210F: hw/microblaze/
211F: disas/microblaze.c
212
213MIPS TCG CPUs
214M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
215R: Aurelien Jarno <aurelien@aurel32.net>
216R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
217S: Maintained
218F: target/mips/
219F: default-configs/*mips*
220F: disas/*mips*
221F: docs/system/cpu-models-mips.rst.inc
222F: hw/intc/mips_gic.c
223F: hw/mips/
224F: hw/misc/mips_*
225F: hw/timer/mips_gictimer.c
226F: include/hw/intc/mips_gic.h
227F: include/hw/mips/
228F: include/hw/misc/mips_*
229F: include/hw/timer/mips_gictimer.h
230F: tests/acceptance/linux_ssh_mips_malta.py
231F: tests/acceptance/machine_mips_malta.py
232F: tests/tcg/mips/
233K: ^Subject:.*(?i)mips
234
235Moxie TCG CPUs
236M: Anthony Green <green@moxielogic.com>
237S: Maintained
238F: target/moxie/
239F: disas/moxie.c
240F: hw/moxie/
241F: default-configs/moxie-softmmu.mak
242
243NiosII TCG CPUs
244M: Chris Wulff <crwulff@gmail.com>
245M: Marek Vasut <marex@denx.de>
246S: Maintained
247F: target/nios2/
248F: hw/nios2/
249F: hw/intc/nios2_iic.c
250F: disas/nios2.c
251F: default-configs/nios2-softmmu.mak
252
253OpenRISC TCG CPUs
254M: Stafford Horne <shorne@gmail.com>
255S: Odd Fixes
256F: target/openrisc/
257F: hw/openrisc/
258F: tests/tcg/openrisc/
259
260PowerPC TCG CPUs
261M: David Gibson <david@gibson.dropbear.id.au>
262L: qemu-ppc@nongnu.org
263S: Maintained
264F: target/ppc/
265F: hw/ppc/
266F: include/hw/ppc/
267F: disas/ppc.c
268
269RISC-V TCG CPUs
270M: Palmer Dabbelt <palmer@dabbelt.com>
271M: Alistair Francis <Alistair.Francis@wdc.com>
272M: Sagar Karandikar <sagark@eecs.berkeley.edu>
273M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
274L: qemu-riscv@nongnu.org
275S: Supported
276F: target/riscv/
277F: hw/riscv/
278F: include/hw/riscv/
279F: linux-user/host/riscv32/
280F: linux-user/host/riscv64/
281
282RENESAS RX CPUs
283M: Yoshinori Sato <ysato@users.sourceforge.jp>
284S: Maintained
285F: target/rx/
286
287S390 TCG CPUs
288M: Richard Henderson <rth@twiddle.net>
289M: David Hildenbrand <david@redhat.com>
290S: Maintained
291F: target/s390x/
292F: hw/s390x/
293F: disas/s390.c
294F: tests/tcg/s390x/
295L: qemu-s390x@nongnu.org
296
297SH4 TCG CPUs
298M: Aurelien Jarno <aurelien@aurel32.net>
299S: Odd Fixes
300F: target/sh4/
301F: hw/sh4/
302F: disas/sh4.c
303F: include/hw/sh4/
304
305SPARC TCG CPUs
306M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
307M: Artyom Tarasenko <atar4qemu@gmail.com>
308S: Maintained
309F: target/sparc/
310F: hw/sparc/
311F: hw/sparc64/
312F: include/hw/sparc/sparc64.h
313F: disas/sparc.c
314
315UniCore32 TCG CPUs
316M: Guan Xuetao <gxt@mprc.pku.edu.cn>
317S: Maintained
318F: target/unicore32/
319F: hw/unicore32/
320F: include/hw/unicore32/
321
322X86 TCG CPUs
323M: Paolo Bonzini <pbonzini@redhat.com>
324M: Richard Henderson <rth@twiddle.net>
325M: Eduardo Habkost <ehabkost@redhat.com>
326S: Maintained
327F: target/i386/
328F: tests/tcg/i386/
329F: tests/tcg/x86_64/
330F: hw/i386/
331F: disas/i386.c
332F: docs/system/cpu-models-x86.rst.inc
333T: git https://github.com/ehabkost/qemu.git x86-next
334
335Xtensa TCG CPUs
336M: Max Filippov <jcmvbkbc@gmail.com>
337W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
338S: Maintained
339F: target/xtensa/
340F: hw/xtensa/
341F: tests/tcg/xtensa/
342F: disas/xtensa.c
343F: include/hw/xtensa/xtensa-isa.h
344F: default-configs/xtensa*.mak
345
346TriCore TCG CPUs
347M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
348S: Maintained
349F: target/tricore/
350F: hw/tricore/
351F: include/hw/tricore/
352
353Multiarch Linux User Tests
354M: Alex Bennée <alex.bennee@linaro.org>
355S: Maintained
356F: tests/tcg/multiarch/
357
358Guest CPU Cores (KVM)
359---------------------
360Overall KVM CPUs
361M: Paolo Bonzini <pbonzini@redhat.com>
362L: kvm@vger.kernel.org
363S: Supported
364F: */kvm.*
365F: accel/kvm/
366F: accel/stubs/kvm-stub.c
367F: include/hw/kvm/
368F: include/sysemu/kvm*.h
369F: scripts/kvm/kvm_flightrecorder
370
371ARM KVM CPUs
372M: Peter Maydell <peter.maydell@linaro.org>
373L: qemu-arm@nongnu.org
374S: Maintained
375F: target/arm/kvm.c
376
377MIPS KVM CPUs
378M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
379S: Odd Fixes
380F: target/mips/kvm.c
381
382PPC KVM CPUs
383M: David Gibson <david@gibson.dropbear.id.au>
384S: Maintained
385F: target/ppc/kvm.c
386
387S390 KVM CPUs
388M: Halil Pasic <pasic@linux.ibm.com>
389M: Cornelia Huck <cohuck@redhat.com>
390M: Christian Borntraeger <borntraeger@de.ibm.com>
391S: Supported
392F: target/s390x/kvm.c
393F: target/s390x/kvm_s390x.h
394F: target/s390x/kvm-stub.c
395F: target/s390x/ioinst.[ch]
396F: target/s390x/machine.c
397F: target/s390x/sigp.c
398F: target/s390x/cpu_features*.[ch]
399F: target/s390x/cpu_models.[ch]
400F: hw/s390x/pv.c
401F: include/hw/s390x/pv.h
402F: hw/intc/s390_flic.c
403F: hw/intc/s390_flic_kvm.c
404F: include/hw/s390x/s390_flic.h
405F: gdb-xml/s390*.xml
406T: git https://github.com/cohuck/qemu.git s390-next
407T: git https://github.com/borntraeger/qemu.git s390-next
408L: qemu-s390x@nongnu.org
409
410X86 KVM CPUs
411M: Paolo Bonzini <pbonzini@redhat.com>
412M: Marcelo Tosatti <mtosatti@redhat.com>
413L: kvm@vger.kernel.org
414S: Supported
415F: target/i386/kvm.c
416F: scripts/kvm/vmxcap
417
418X86 HVF CPUs
419M: Roman Bolshakov <r.bolshakov@yadro.com>
420S: Maintained
421F: accel/stubs/hvf-stub.c
422F: target/i386/hvf/
423F: include/sysemu/hvf.h
424
425WHPX CPUs
426M: Sunil Muthuswamy <sunilmut@microsoft.com>
427S: Supported
428F: target/i386/whpx-all.c
429F: target/i386/whp-dispatch.h
430F: accel/stubs/whpx-stub.c
431F: include/sysemu/whpx.h
432
433Guest CPU Cores (Xen)
434---------------------
435X86 Xen CPUs
436M: Stefano Stabellini <sstabellini@kernel.org>
437M: Anthony Perard <anthony.perard@citrix.com>
438M: Paul Durrant <paul@xen.org>
439L: xen-devel@lists.xenproject.org
440S: Supported
441F: */xen*
442F: hw/9pfs/xen-9p*
443F: hw/char/xen_console.c
444F: hw/display/xenfb.c
445F: hw/net/xen_nic.c
446F: hw/usb/xen-usb.c
447F: hw/block/xen*
448F: hw/block/dataplane/xen*
449F: hw/xen/
450F: hw/xenpv/
451F: hw/i386/xen/
452F: hw/pci-host/xen_igd_pt.c
453F: include/hw/block/dataplane/xen*
454F: include/hw/xen/
455F: include/sysemu/xen-mapcache.h
456
457Guest CPU Cores (HAXM)
458---------------------
459X86 HAXM CPUs
460M: Wenchao Wang <wenchao.wang@intel.com>
461M: Colin Xu <colin.xu@intel.com>
462L: haxm-team@intel.com
463W: https://github.com/intel/haxm/issues
464S: Maintained
465F: include/sysemu/hax.h
466F: target/i386/hax-*
467
468Hosts
469-----
470LINUX
471M: Michael S. Tsirkin <mst@redhat.com>
472M: Cornelia Huck <cohuck@redhat.com>
473M: Paolo Bonzini <pbonzini@redhat.com>
474S: Maintained
475F: linux-headers/
476F: scripts/update-linux-headers.sh
477
478POSIX
479M: Paolo Bonzini <pbonzini@redhat.com>
480S: Maintained
481F: os-posix.c
482F: include/sysemu/os-posix.h
483F: util/*posix*.c
484F: include/qemu/*posix*.h
485
486NETBSD
487M: Kamil Rytarowski <kamil@netbsd.org>
488S: Maintained
489K: ^Subject:.*(?i)NetBSD
490
491OPENBSD
492M: Brad Smith <brad@comstyle.com>
493S: Maintained
494K: ^Subject:.*(?i)OpenBSD
495
496W32, W64
497M: Stefan Weil <sw@weilnetz.de>
498S: Maintained
499F: *win32*
500F: */*win32*
501F: include/*/*win32*
502X: qga/*win32*
503F: qemu.nsi
504
505Alpha Machines
506--------------
507M: Richard Henderson <rth@twiddle.net>
508S: Maintained
509F: hw/alpha/
510F: hw/isa/smc37c669-superio.c
511F: tests/tcg/alpha/system/
512
513ARM Machines
514------------
515Allwinner-a10
516M: Beniamino Galvani <b.galvani@gmail.com>
517M: Peter Maydell <peter.maydell@linaro.org>
518L: qemu-arm@nongnu.org
519S: Odd Fixes
520F: hw/*/allwinner*
521F: include/hw/*/allwinner*
522F: hw/arm/cubieboard.c
523
524Allwinner-h3
525M: Niek Linnenbank <nieklinnenbank@gmail.com>
526L: qemu-arm@nongnu.org
527S: Maintained
528F: hw/*/allwinner-h3*
529F: include/hw/*/allwinner-h3*
530F: hw/arm/orangepi.c
531F: docs/system/orangepi.rst
532
533ARM PrimeCell and CMSDK devices
534M: Peter Maydell <peter.maydell@linaro.org>
535L: qemu-arm@nongnu.org
536S: Maintained
537F: hw/char/pl011.c
538F: include/hw/char/pl011.h
539F: hw/display/pl110*
540F: hw/dma/pl080.c
541F: include/hw/dma/pl080.h
542F: hw/dma/pl330.c
543F: hw/gpio/pl061.c
544F: hw/input/pl050.c
545F: hw/intc/pl190.c
546F: hw/sd/pl181.c
547F: hw/ssi/pl022.c
548F: include/hw/ssi/pl022.h
549F: hw/rtc/pl031.c
550F: include/hw/rtc/pl031.h
551F: include/hw/arm/primecell.h
552F: hw/timer/cmsdk-apb-timer.c
553F: include/hw/timer/cmsdk-apb-timer.h
554F: hw/timer/cmsdk-apb-dualtimer.c
555F: include/hw/timer/cmsdk-apb-dualtimer.h
556F: hw/char/cmsdk-apb-uart.c
557F: include/hw/char/cmsdk-apb-uart.h
558F: hw/watchdog/cmsdk-apb-watchdog.c
559F: include/hw/watchdog/cmsdk-apb-watchdog.h
560F: hw/misc/tz-ppc.c
561F: include/hw/misc/tz-ppc.h
562F: hw/misc/tz-mpc.c
563F: include/hw/misc/tz-mpc.h
564F: hw/misc/tz-msc.c
565F: include/hw/misc/tz-msc.h
566
567ARM cores
568M: Peter Maydell <peter.maydell@linaro.org>
569L: qemu-arm@nongnu.org
570S: Maintained
571F: hw/intc/arm*
572F: hw/intc/gic_internal.h
573F: hw/misc/a9scu.c
574F: hw/misc/arm11scu.c
575F: hw/misc/arm_l2x0.c
576F: hw/timer/a9gtimer*
577F: hw/timer/arm*
578F: include/hw/arm/arm*.h
579F: include/hw/intc/arm*
580F: include/hw/misc/a9scu.h
581F: include/hw/misc/arm11scu.h
582F: include/hw/timer/a9gtimer.h
583F: include/hw/timer/arm_mptimer.h
584F: include/hw/timer/armv7m_systick.h
585F: tests/qtest/test-arm-mptimer.c
586
587Exynos
588M: Igor Mitsyanko <i.mitsyanko@gmail.com>
589M: Peter Maydell <peter.maydell@linaro.org>
590L: qemu-arm@nongnu.org
591S: Odd Fixes
592F: hw/*/exynos*
593F: include/hw/arm/exynos4210.h
594
595Calxeda Highbank
596M: Rob Herring <robh@kernel.org>
597M: Peter Maydell <peter.maydell@linaro.org>
598L: qemu-arm@nongnu.org
599S: Odd Fixes
600F: hw/arm/highbank.c
601F: hw/net/xgmac.c
602
603Canon DIGIC
604M: Antony Pavlov <antonynpavlov@gmail.com>
605M: Peter Maydell <peter.maydell@linaro.org>
606L: qemu-arm@nongnu.org
607S: Odd Fixes
608F: include/hw/arm/digic.h
609F: hw/*/digic*
610F: include/hw/*/digic*
611F: tests/acceptance/machine_arm_canona1100.py
612
613Goldfish RTC
614M: Anup Patel <anup.patel@wdc.com>
615M: Alistair Francis <Alistair.Francis@wdc.com>
616L: qemu-riscv@nongnu.org
617S: Maintained
618F: hw/rtc/goldfish_rtc.c
619F: include/hw/rtc/goldfish_rtc.h
620
621Gumstix
622M: Peter Maydell <peter.maydell@linaro.org>
623R: Philippe Mathieu-Daudé <f4bug@amsat.org>
624L: qemu-arm@nongnu.org
625S: Odd Fixes
626F: hw/arm/gumstix.c
627
628i.MX25 PDK
629M: Peter Maydell <peter.maydell@linaro.org>
630R: Jean-Christophe Dubois <jcd@tribudubois.net>
631L: qemu-arm@nongnu.org
632S: Odd Fixes
633F: hw/arm/fsl-imx25.c
634F: hw/arm/imx25_pdk.c
635F: hw/misc/imx25_ccm.c
636F: hw/watchdog/wdt_imx2.c
637F: include/hw/arm/fsl-imx25.h
638F: include/hw/misc/imx25_ccm.h
639F: include/hw/watchdog/wdt_imx2.h
640
641i.MX31 (kzm)
642M: Peter Chubb <peter.chubb@nicta.com.au>
643M: Peter Maydell <peter.maydell@linaro.org>
644L: qemu-arm@nongnu.org
645S: Odd Fixes
646F: hw/arm/kzm.c
647F: hw/*/imx_*
648F: hw/*/*imx31*
649F: include/hw/*/imx_*
650F: include/hw/*/*imx31*
651
652Integrator CP
653M: Peter Maydell <peter.maydell@linaro.org>
654L: qemu-arm@nongnu.org
655S: Maintained
656F: hw/arm/integratorcp.c
657F: hw/misc/arm_integrator_debug.c
658F: include/hw/misc/arm_integrator_debug.h
659F: tests/acceptance/machine_arm_integratorcp.py
660F: docs/system/arm/integratorcp.rst
661
662MCIMX6UL EVK / i.MX6ul
663M: Peter Maydell <peter.maydell@linaro.org>
664R: Jean-Christophe Dubois <jcd@tribudubois.net>
665L: qemu-arm@nongnu.org
666S: Odd Fixes
667F: hw/arm/mcimx6ul-evk.c
668F: hw/arm/fsl-imx6ul.c
669F: hw/misc/imx6ul_ccm.c
670F: include/hw/arm/fsl-imx6ul.h
671F: include/hw/misc/imx6ul_ccm.h
672
673MCIMX7D SABRE / i.MX7
674M: Peter Maydell <peter.maydell@linaro.org>
675R: Andrey Smirnov <andrew.smirnov@gmail.com>
676L: qemu-arm@nongnu.org
677S: Odd Fixes
678F: hw/arm/mcimx7d-sabre.c
679F: hw/arm/fsl-imx7.c
680F: hw/misc/imx7_*.c
681F: include/hw/arm/fsl-imx7.h
682F: include/hw/misc/imx7_*.h
683F: hw/pci-host/designware.c
684F: include/hw/pci-host/designware.h
685
686MPS2
687M: Peter Maydell <peter.maydell@linaro.org>
688L: qemu-arm@nongnu.org
689S: Maintained
690F: hw/arm/mps2.c
691F: hw/arm/mps2-tz.c
692F: hw/misc/mps2-*.c
693F: include/hw/misc/mps2-*.h
694F: hw/arm/armsse.c
695F: include/hw/arm/armsse.h
696F: hw/misc/iotkit-secctl.c
697F: include/hw/misc/iotkit-secctl.h
698F: hw/misc/iotkit-sysctl.c
699F: include/hw/misc/iotkit-sysctl.h
700F: hw/misc/iotkit-sysinfo.c
701F: include/hw/misc/iotkit-sysinfo.h
702F: hw/misc/armsse-cpuid.c
703F: include/hw/misc/armsse-cpuid.h
704F: hw/misc/armsse-mhu.c
705F: include/hw/misc/armsse-mhu.h
706F: docs/system/arm/mps2.rst
707
708Musca
709M: Peter Maydell <peter.maydell@linaro.org>
710L: qemu-arm@nongnu.org
711S: Maintained
712F: hw/arm/musca.c
713F: docs/system/arm/musca.rst
714
715Musicpal
716M: Jan Kiszka <jan.kiszka@web.de>
717M: Peter Maydell <peter.maydell@linaro.org>
718L: qemu-arm@nongnu.org
719S: Odd Fixes
720F: hw/arm/musicpal.c
721F: docs/system/arm/musicpal.rst
722
723nSeries
724M: Andrzej Zaborowski <balrogg@gmail.com>
725M: Peter Maydell <peter.maydell@linaro.org>
726L: qemu-arm@nongnu.org
727S: Odd Fixes
728F: hw/arm/nseries.c
729F: hw/display/blizzard.c
730F: hw/input/lm832x.c
731F: hw/input/tsc2005.c
732F: hw/misc/cbus.c
733F: hw/rtc/twl92230.c
734F: include/hw/display/blizzard.h
735F: include/hw/input/tsc2xxx.h
736F: include/hw/misc/cbus.h
737F: tests/acceptance/machine_arm_n8x0.py
738F: docs/system/arm/nseries.rst
739
740Palm
741M: Andrzej Zaborowski <balrogg@gmail.com>
742M: Peter Maydell <peter.maydell@linaro.org>
743L: qemu-arm@nongnu.org
744S: Odd Fixes
745F: hw/arm/palm.c
746F: hw/input/tsc210x.c
747F: include/hw/input/tsc2xxx.h
748F: docs/system/arm/palm.rst
749
750Raspberry Pi
751M: Peter Maydell <peter.maydell@linaro.org>
752R: Andrew Baumann <Andrew.Baumann@microsoft.com>
753R: Philippe Mathieu-Daudé <f4bug@amsat.org>
754L: qemu-arm@nongnu.org
755S: Odd Fixes
756F: hw/arm/raspi.c
757F: hw/arm/raspi_platform.h
758F: hw/*/bcm283*
759F: include/hw/arm/raspi*
760F: include/hw/*/bcm283*
761
762Real View
763M: Peter Maydell <peter.maydell@linaro.org>
764L: qemu-arm@nongnu.org
765S: Maintained
766F: hw/arm/realview*
767F: hw/cpu/realview_mpcore.c
768F: hw/intc/realview_gic.c
769F: include/hw/intc/realview_gic.h
770F: docs/system/arm/realview.rst
771
772PXA2XX
773M: Andrzej Zaborowski <balrogg@gmail.com>
774M: Peter Maydell <peter.maydell@linaro.org>
775L: qemu-arm@nongnu.org
776S: Odd Fixes
777F: hw/arm/mainstone.c
778F: hw/arm/spitz.c
779F: hw/arm/tosa.c
780F: hw/arm/z2.c
781F: hw/*/pxa2xx*
782F: hw/display/tc6393xb.c
783F: hw/gpio/max7310.c
784F: hw/gpio/zaurus.c
785F: hw/misc/mst_fpga.c
786F: hw/misc/max111x.c
787F: include/hw/arm/pxa.h
788F: include/hw/arm/sharpsl.h
789F: include/hw/display/tc6393xb.h
790F: docs/system/arm/xscale.rst
791
792SABRELITE / i.MX6
793M: Peter Maydell <peter.maydell@linaro.org>
794R: Jean-Christophe Dubois <jcd@tribudubois.net>
795L: qemu-arm@nongnu.org
796S: Odd Fixes
797F: hw/arm/sabrelite.c
798F: hw/arm/fsl-imx6.c
799F: hw/misc/imx6_*.c
800F: hw/ssi/imx_spi.c
801F: hw/usb/imx-usb-phy.c
802F: include/hw/usb/imx-usb-phy.h
803F: include/hw/arm/fsl-imx6.h
804F: include/hw/misc/imx6_*.h
805F: include/hw/ssi/imx_spi.h
806
807SBSA-REF
808M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
809M: Peter Maydell <peter.maydell@linaro.org>
810R: Leif Lindholm <leif@nuviainc.com>
811L: qemu-arm@nongnu.org
812S: Maintained
813F: hw/arm/sbsa-ref.c
814
815Sharp SL-5500 (Collie) PDA
816M: Peter Maydell <peter.maydell@linaro.org>
817L: qemu-arm@nongnu.org
818S: Odd Fixes
819F: hw/arm/collie.c
820F: hw/arm/strongarm*
821
822Stellaris
823M: Peter Maydell <peter.maydell@linaro.org>
824L: qemu-arm@nongnu.org
825S: Maintained
826F: hw/*/stellaris*
827F: include/hw/input/gamepad.h
828F: docs/system/arm/stellaris.rst
829
830Versatile Express
831M: Peter Maydell <peter.maydell@linaro.org>
832L: qemu-arm@nongnu.org
833S: Maintained
834F: hw/arm/vexpress.c
835F: docs/system/arm/vexpress.rst
836
837Versatile PB
838M: Peter Maydell <peter.maydell@linaro.org>
839L: qemu-arm@nongnu.org
840S: Maintained
841F: hw/*/versatile*
842F: hw/misc/arm_sysctl.c
843F: docs/system/arm/versatile.rst
844
845Virt
846M: Peter Maydell <peter.maydell@linaro.org>
847L: qemu-arm@nongnu.org
848S: Maintained
849F: hw/arm/virt*
850F: include/hw/arm/virt.h
851
852Xilinx Zynq
853M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
854M: Alistair Francis <alistair@alistair23.me>
855M: Peter Maydell <peter.maydell@linaro.org>
856L: qemu-arm@nongnu.org
857S: Maintained
858F: hw/*/xilinx_*
859F: hw/*/cadence_*
860F: hw/misc/zynq*
861F: include/hw/misc/zynq*
862X: hw/ssi/xilinx_*
863
864Xilinx ZynqMP
865M: Alistair Francis <alistair@alistair23.me>
866M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
867M: Peter Maydell <peter.maydell@linaro.org>
868L: qemu-arm@nongnu.org
869S: Maintained
870F: hw/*/xlnx*.c
871F: include/hw/*/xlnx*.h
872F: include/hw/ssi/xilinx_spips.h
873F: hw/display/dpcd.c
874F: include/hw/display/dpcd.h
875
876ARM ACPI Subsystem
877M: Shannon Zhao <shannon.zhaosl@gmail.com>
878L: qemu-arm@nongnu.org
879S: Maintained
880F: hw/arm/virt-acpi-build.c
881
882STM32F205
883M: Alistair Francis <alistair@alistair23.me>
884M: Peter Maydell <peter.maydell@linaro.org>
885L: qemu-arm@nongnu.org
886S: Maintained
887F: hw/arm/stm32f205_soc.c
888F: hw/misc/stm32f2xx_syscfg.c
889F: hw/char/stm32f2xx_usart.c
890F: hw/timer/stm32f2xx_timer.c
891F: hw/adc/*
892F: hw/ssi/stm32f2xx_spi.c
893F: include/hw/*/stm32*.h
894
895STM32F405
896M: Alistair Francis <alistair@alistair23.me>
897M: Peter Maydell <peter.maydell@linaro.org>
898L: qemu-arm@nongnu.org
899S: Maintained
900F: hw/arm/stm32f405_soc.c
901F: hw/misc/stm32f4xx_syscfg.c
902F: hw/misc/stm32f4xx_exti.c
903
904Netduino 2
905M: Alistair Francis <alistair@alistair23.me>
906M: Peter Maydell <peter.maydell@linaro.org>
907L: qemu-arm@nongnu.org
908S: Maintained
909F: hw/arm/netduino2.c
910
911Netduino Plus 2
912M: Alistair Francis <alistair@alistair23.me>
913M: Peter Maydell <peter.maydell@linaro.org>
914L: qemu-arm@nongnu.org
915S: Maintained
916F: hw/arm/netduinoplus2.c
917
918SmartFusion2
919M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
920M: Peter Maydell <peter.maydell@linaro.org>
921L: qemu-arm@nongnu.org
922S: Maintained
923F: hw/arm/msf2-soc.c
924F: hw/misc/msf2-sysreg.c
925F: hw/timer/mss-timer.c
926F: hw/ssi/mss-spi.c
927F: include/hw/arm/msf2-soc.h
928F: include/hw/misc/msf2-sysreg.h
929F: include/hw/timer/mss-timer.h
930F: include/hw/ssi/mss-spi.h
931F: hw/net/msf2-emac.c
932F: include/hw/net/msf2-emac.h
933
934Emcraft M2S-FG484
935M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
936M: Peter Maydell <peter.maydell@linaro.org>
937L: qemu-arm@nongnu.org
938S: Maintained
939F: hw/arm/msf2-som.c
940
941ASPEED BMCs
942M: Cédric Le Goater <clg@kaod.org>
943M: Peter Maydell <peter.maydell@linaro.org>
944R: Andrew Jeffery <andrew@aj.id.au>
945R: Joel Stanley <joel@jms.id.au>
946L: qemu-arm@nongnu.org
947S: Maintained
948F: hw/*/*aspeed*
949F: hw/misc/pca9552.c
950F: include/hw/*/*aspeed*
951F: include/hw/misc/pca9552*.h
952F: hw/net/ftgmac100.c
953F: include/hw/net/ftgmac100.h
954
955NRF51
956M: Joel Stanley <joel@jms.id.au>
957M: Peter Maydell <peter.maydell@linaro.org>
958L: qemu-arm@nongnu.org
959S: Maintained
960F: hw/*/nrf51*.c
961F: hw/*/microbit*.c
962F: include/hw/*/nrf51*.h
963F: include/hw/*/microbit*.h
964F: tests/qtest/microbit-test.c
965
966CRIS Machines
967-------------
968Axis Dev88
969M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
970S: Maintained
971F: hw/cris/axis_dev88.c
972F: hw/*/etraxfs_*.c
973
974HP-PARISC Machines
975------------------
976HP B160L
977M: Richard Henderson <rth@twiddle.net>
978R: Helge Deller <deller@gmx.de>
979S: Odd Fixes
980F: default-configs/hppa-softmmu.mak
981F: hw/hppa/
982F: pc-bios/hppa-firmware.img
983
984LM32 Machines
985-------------
986EVR32 and uclinux BSP
987R: Michael Walle <michael@walle.cc>
988S: Orphan
989F: hw/lm32/lm32_boards.c
990
991milkymist
992R: Michael Walle <michael@walle.cc>
993S: Orphan
994F: hw/lm32/milkymist.c
995
996M68K Machines
997-------------
998an5206
999M: Thomas Huth <huth@tuxfamily.org>
1000S: Odd Fixes
1001F: hw/m68k/an5206.c
1002F: hw/m68k/mcf5206.c
1003
1004mcf5208
1005M: Thomas Huth <huth@tuxfamily.org>
1006S: Odd Fixes
1007F: hw/m68k/mcf5208.c
1008F: hw/m68k/mcf_intc.c
1009F: hw/char/mcf_uart.c
1010F: hw/net/mcf_fec.c
1011F: include/hw/m68k/mcf*.h
1012
1013NeXTcube
1014M: Thomas Huth <huth@tuxfamily.org>
1015S: Odd Fixes
1016F: hw/m68k/next-*.c
1017F: hw/display/next-fb.c
1018F: include/hw/m68k/next-cube.h
1019
1020q800
1021M: Laurent Vivier <laurent@vivier.eu>
1022S: Maintained
1023F: hw/m68k/q800.c
1024F: hw/misc/mac_via.c
1025F: hw/nubus/*
1026F: hw/display/macfb.c
1027F: hw/block/swim.c
1028F: hw/m68k/bootinfo.h
1029F: include/hw/misc/mac_via.h
1030F: include/hw/nubus/*
1031F: include/hw/display/macfb.h
1032F: include/hw/block/swim.h
1033
1034MicroBlaze Machines
1035-------------------
1036petalogix_s3adsp1800
1037M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1038S: Maintained
1039F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1040F: include/hw/char/xilinx_uartlite.h
1041
1042petalogix_ml605
1043M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1044S: Maintained
1045F: hw/microblaze/petalogix_ml605_mmu.c
1046
1047MIPS Machines
1048-------------
1049Jazz
1050M: Hervé Poussineau <hpoussin@reactos.org>
1051R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1052S: Maintained
1053F: hw/mips/mips_jazz.c
1054F: hw/display/jazz_led.c
1055F: hw/dma/rc4030.c
1056
1057Malta
1058M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1059M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1060R: Aurelien Jarno <aurelien@aurel32.net>
1061S: Maintained
1062F: hw/isa/piix4.c
1063F: hw/acpi/piix4.c
1064F: hw/mips/mips_malta.c
1065F: hw/mips/gt64xxx_pci.c
1066F: include/hw/southbridge/piix.h
1067F: tests/acceptance/linux_ssh_mips_malta.py
1068F: tests/acceptance/machine_mips_malta.py
1069
1070Mipssim
1071M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1072R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1073S: Odd Fixes
1074F: hw/mips/mips_mipssim.c
1075F: hw/net/mipsnet.c
1076
1077R4000
1078M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1079R: Aurelien Jarno <aurelien@aurel32.net>
1080R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1081S: Obsolete
1082F: hw/mips/mips_r4k.c
1083
1084Fulong 2E
1085M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1086M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1087S: Odd Fixes
1088F: hw/mips/mips_fulong2e.c
1089F: hw/isa/vt82c686.c
1090F: hw/pci-host/bonito.c
1091F: include/hw/isa/vt82c686.h
1092
1093Boston
1094M: Paul Burton <pburton@wavecomp.com>
1095R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1096S: Maintained
1097F: hw/core/loader-fit.c
1098F: hw/mips/boston.c
1099F: hw/pci-host/xilinx-pcie.c
1100F: include/hw/pci-host/xilinx-pcie.h
1101
1102OpenRISC Machines
1103-----------------
1104or1k-sim
1105M: Jia Liu <proljc@gmail.com>
1106S: Maintained
1107F: hw/openrisc/openrisc_sim.c
1108
1109PowerPC Machines
1110----------------
1111405
1112M: David Gibson <david@gibson.dropbear.id.au>
1113L: qemu-ppc@nongnu.org
1114S: Odd Fixes
1115F: hw/ppc/ppc405_boards.c
1116
1117Bamboo
1118M: David Gibson <david@gibson.dropbear.id.au>
1119L: qemu-ppc@nongnu.org
1120S: Odd Fixes
1121F: hw/ppc/ppc440_bamboo.c
1122
1123e500
1124M: David Gibson <david@gibson.dropbear.id.au>
1125L: qemu-ppc@nongnu.org
1126S: Odd Fixes
1127F: hw/ppc/e500*
1128F: hw/gpio/mpc8xxx.c
1129F: hw/i2c/mpc_i2c.c
1130F: hw/net/fsl_etsec/
1131F: hw/pci-host/ppce500.c
1132F: include/hw/ppc/ppc_e500.h
1133F: include/hw/pci-host/ppce500.h
1134F: pc-bios/u-boot.e500
1135
1136mpc8544ds
1137M: David Gibson <david@gibson.dropbear.id.au>
1138L: qemu-ppc@nongnu.org
1139S: Odd Fixes
1140F: hw/ppc/mpc8544ds.c
1141F: hw/ppc/mpc8544_guts.c
1142
1143New World (mac99)
1144M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1145R: David Gibson <david@gibson.dropbear.id.au>
1146L: qemu-ppc@nongnu.org
1147S: Odd Fixes
1148F: hw/ppc/mac_newworld.c
1149F: hw/pci-host/uninorth.c
1150F: hw/pci-bridge/dec.[hc]
1151F: hw/misc/macio/
1152F: hw/misc/mos6522.c
1153F: hw/nvram/mac_nvram.c
1154F: hw/input/adb*
1155F: include/hw/misc/macio/
1156F: include/hw/misc/mos6522.h
1157F: include/hw/ppc/mac_dbdma.h
1158F: include/hw/pci-host/uninorth.h
1159F: include/hw/input/adb*
1160F: pc-bios/qemu_vga.ndrv
1161
1162Old World (g3beige)
1163M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1164R: David Gibson <david@gibson.dropbear.id.au>
1165L: qemu-ppc@nongnu.org
1166S: Odd Fixes
1167F: hw/ppc/mac_oldworld.c
1168F: hw/pci-host/grackle.c
1169F: hw/misc/macio/
1170F: hw/intc/heathrow_pic.c
1171F: hw/input/adb*
1172F: include/hw/intc/heathrow_pic.h
1173F: include/hw/input/adb*
1174F: pc-bios/qemu_vga.ndrv
1175
1176PReP
1177M: Hervé Poussineau <hpoussin@reactos.org>
1178L: qemu-ppc@nongnu.org
1179S: Maintained
1180F: hw/ppc/prep.c
1181F: hw/ppc/prep_systemio.c
1182F: hw/ppc/rs6000_mc.c
1183F: hw/pci-host/prep.[hc]
1184F: hw/isa/i82378.c
1185F: hw/isa/pc87312.c
1186F: hw/dma/i82374.c
1187F: hw/rtc/m48t59-isa.c
1188F: include/hw/isa/pc87312.h
1189F: include/hw/rtc/m48t59.h
1190F: tests/acceptance/ppc_prep_40p.py
1191
1192sPAPR
1193M: David Gibson <david@gibson.dropbear.id.au>
1194L: qemu-ppc@nongnu.org
1195S: Supported
1196F: hw/*/spapr*
1197F: include/hw/*/spapr*
1198F: hw/*/xics*
1199F: include/hw/*/xics*
1200F: pc-bios/slof.bin
1201F: docs/specs/ppc-spapr-hcalls.txt
1202F: docs/specs/ppc-spapr-hotplug.txt
1203F: tests/qtest/spapr*
1204F: tests/qtest/libqos/*spapr*
1205F: tests/qtest/rtas*
1206F: tests/qtest/libqos/rtas*
1207
1208PowerNV (Non-Virtualized)
1209M: Cédric Le Goater <clg@kaod.org>
1210M: David Gibson <david@gibson.dropbear.id.au>
1211L: qemu-ppc@nongnu.org
1212S: Maintained
1213F: hw/ppc/pnv*
1214F: hw/intc/pnv*
1215F: hw/intc/xics_pnv.c
1216F: include/hw/ppc/pnv*
1217F: pc-bios/skiboot.lid
1218F: tests/qtest/pnv*
1219
1220virtex_ml507
1221M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1222L: qemu-ppc@nongnu.org
1223S: Odd Fixes
1224F: hw/ppc/virtex_ml507.c
1225
1226sam460ex
1227M: BALATON Zoltan <balaton@eik.bme.hu>
1228L: qemu-ppc@nongnu.org
1229S: Maintained
1230F: hw/ppc/sam460ex.c
1231F: hw/ppc/ppc440_pcix.c
1232F: hw/display/sm501*
1233F: hw/ide/sii3112.c
1234F: hw/rtc/m41t80.c
1235F: pc-bios/canyonlands.dt[sb]
1236F: pc-bios/u-boot-sam460ex-20100605.bin
1237F: roms/u-boot-sam460ex
1238
1239SH4 Machines
1240------------
1241R2D
1242M: Magnus Damm <magnus.damm@gmail.com>
1243S: Maintained
1244F: hw/sh4/r2d.c
1245F: hw/intc/sh_intc.c
1246F: hw/timer/sh_timer.c
1247
1248Shix
1249M: Magnus Damm <magnus.damm@gmail.com>
1250S: Odd Fixes
1251F: hw/sh4/shix.c
1252
1253SPARC Machines
1254--------------
1255Sun4m
1256M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1257S: Maintained
1258F: hw/sparc/sun4m.c
1259F: hw/sparc/sun4m_iommu.c
1260F: hw/display/cg3.c
1261F: hw/display/tcx.c
1262F: hw/dma/sparc32_dma.c
1263F: hw/misc/eccmemctl.c
1264F: hw/*/slavio_*.c
1265F: include/hw/nvram/sun_nvram.h
1266F: include/hw/sparc/sparc32_dma.h
1267F: include/hw/sparc/sun4m_iommu.h
1268F: pc-bios/openbios-sparc32
1269
1270Sun4u
1271M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1272S: Maintained
1273F: hw/sparc64/sun4u.c
1274F: hw/sparc64/sun4u_iommu.c
1275F: include/hw/sparc/sun4u_iommu.h
1276F: hw/pci-host/sabre.c
1277F: include/hw/pci-host/sabre.h
1278F: hw/pci-bridge/simba.c
1279F: include/hw/pci-bridge/simba.h
1280F: pc-bios/openbios-sparc64
1281
1282Sun4v
1283M: Artyom Tarasenko <atar4qemu@gmail.com>
1284S: Maintained
1285F: hw/sparc64/niagara.c
1286F: hw/rtc/sun4v-rtc.c
1287F: include/hw/rtc/sun4v-rtc.h
1288
1289Leon3
1290M: Fabien Chouteau <chouteau@adacore.com>
1291M: KONRAD Frederic <frederic.konrad@adacore.com>
1292S: Maintained
1293F: hw/sparc/leon3.c
1294F: hw/*/grlib*
1295F: include/hw/*/grlib*
1296F: tests/acceptance/machine_sparc_leon3.py
1297
1298S390 Machines
1299-------------
1300S390 Virtio-ccw
1301M: Cornelia Huck <cohuck@redhat.com>
1302M: Halil Pasic <pasic@linux.ibm.com>
1303M: Christian Borntraeger <borntraeger@de.ibm.com>
1304S: Supported
1305F: hw/char/sclp*.[hc]
1306F: hw/char/terminal3270.c
1307F: hw/s390x/
1308F: include/hw/s390x/
1309F: hw/watchdog/wdt_diag288.c
1310F: include/hw/watchdog/wdt_diag288.h
1311F: default-configs/s390x-softmmu.mak
1312T: git https://github.com/cohuck/qemu.git s390-next
1313T: git https://github.com/borntraeger/qemu.git s390-next
1314L: qemu-s390x@nongnu.org
1315
1316S390-ccw boot
1317M: Christian Borntraeger <borntraeger@de.ibm.com>
1318M: Thomas Huth <thuth@redhat.com>
1319S: Supported
1320F: hw/s390x/ipl.*
1321F: pc-bios/s390-ccw/
1322F: pc-bios/s390-ccw.img
1323F: docs/devel/s390-dasd-ipl.rst
1324T: git https://github.com/borntraeger/qemu.git s390-next
1325L: qemu-s390x@nongnu.org
1326
1327S390 PCI
1328M: Matthew Rosato <mjrosato@linux.ibm.com>
1329S: Supported
1330F: hw/s390x/s390-pci*
1331L: qemu-s390x@nongnu.org
1332
1333UniCore32 Machines
1334------------------
1335PKUnity-3 SoC initramfs-with-busybox
1336M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1337S: Maintained
1338F: hw/*/puv3*
1339F: hw/unicore32/
1340
1341X86 Machines
1342------------
1343PC
1344M: Michael S. Tsirkin <mst@redhat.com>
1345M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1346S: Supported
1347F: include/hw/i386/
1348F: hw/i386/
1349F: hw/pci-host/i440fx.c
1350F: hw/pci-host/q35.c
1351F: hw/pci-host/pam.c
1352F: include/hw/pci-host/i440fx.h
1353F: include/hw/pci-host/q35.h
1354F: include/hw/pci-host/pam.h
1355F: hw/isa/piix3.c
1356F: hw/isa/lpc_ich9.c
1357F: hw/i2c/smbus_ich9.c
1358F: hw/acpi/piix4.c
1359F: hw/acpi/ich9.c
1360F: include/hw/acpi/ich9.h
1361F: include/hw/southbridge/piix.h
1362F: hw/misc/sga.c
1363F: hw/isa/apm.c
1364F: include/hw/isa/apm.h
1365F: tests/test-x86-cpuid.c
1366F: tests/qtest/test-x86-cpuid-compat.c
1367
1368PC Chipset
1369M: Michael S. Tsirkin <mst@redhat.com>
1370M: Paolo Bonzini <pbonzini@redhat.com>
1371S: Supported
1372F: hw/char/debugcon.c
1373F: hw/char/parallel*
1374F: hw/char/serial*
1375F: hw/dma/i8257*
1376F: hw/i2c/pm_smbus.c
1377F: hw/input/pckbd.c
1378F: hw/intc/apic*
1379F: hw/intc/ioapic*
1380F: hw/intc/i8259*
1381F: hw/isa/isa-superio.c
1382F: hw/misc/debugexit.c
1383F: hw/misc/pc-testdev.c
1384F: hw/timer/hpet*
1385F: hw/timer/i8254*
1386F: hw/rtc/mc146818rtc*
1387F: hw/watchdog/wdt_ib700.c
1388F: hw/watchdog/wdt_i6300esb.c
1389F: include/hw/display/vga.h
1390F: include/hw/char/parallel.h
1391F: include/hw/dma/i8257.h
1392F: include/hw/i2c/pm_smbus.h
1393F: include/hw/input/i8042.h
1394F: include/hw/isa/i8259_internal.h
1395F: include/hw/isa/superio.h
1396F: include/hw/timer/hpet.h
1397F: include/hw/timer/i8254*
1398F: include/hw/rtc/mc146818rtc*
1399
1400microvm
1401M: Sergio Lopez <slp@redhat.com>
1402M: Paolo Bonzini <pbonzini@redhat.com>
1403S: Maintained
1404F: docs/microvm.rst
1405F: hw/i386/microvm.c
1406F: include/hw/i386/microvm.h
1407F: pc-bios/bios-microvm.bin
1408
1409Machine core
1410M: Eduardo Habkost <ehabkost@redhat.com>
1411M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1412S: Supported
1413F: hw/core/cpu.c
1414F: hw/core/machine-qmp-cmds.c
1415F: hw/core/machine.c
1416F: hw/core/null-machine.c
1417F: hw/core/numa.c
1418F: hw/cpu/cluster.c
1419F: qapi/machine.json
1420F: qapi/machine-target.json
1421F: include/hw/boards.h
1422F: include/hw/core/cpu.h
1423F: include/hw/cpu/cluster.h
1424F: include/sysemu/numa.h
1425T: git https://github.com/ehabkost/qemu.git machine-next
1426
1427Xtensa Machines
1428---------------
1429sim
1430M: Max Filippov <jcmvbkbc@gmail.com>
1431S: Maintained
1432F: hw/xtensa/sim.c
1433
1434virt
1435M: Max Filippov <jcmvbkbc@gmail.com>
1436S: Maintained
1437F: hw/xtensa/virt.c
1438
1439XTFPGA (LX60, LX200, ML605, KC705)
1440M: Max Filippov <jcmvbkbc@gmail.com>
1441S: Maintained
1442F: hw/xtensa/xtfpga.c
1443F: hw/net/opencores_eth.c
1444
1445Devices
1446-------
1447EDU
1448M: Jiri Slaby <jslaby@suse.cz>
1449S: Maintained
1450F: hw/misc/edu.c
1451
1452IDE
1453M: John Snow <jsnow@redhat.com>
1454L: qemu-block@nongnu.org
1455S: Supported
1456F: include/hw/ide.h
1457F: include/hw/ide/
1458F: hw/ide/
1459F: hw/block/block.c
1460F: hw/block/cdrom.c
1461F: hw/block/hd-geometry.c
1462F: tests/qtest/ide-test.c
1463F: tests/qtest/ahci-test.c
1464F: tests/qtest/cdrom-test.c
1465F: tests/qtest/libqos/ahci*
1466T: git https://github.com/jnsnow/qemu.git ide
1467
1468IPMI
1469M: Corey Minyard <minyard@acm.org>
1470S: Maintained
1471F: include/hw/ipmi/*
1472F: hw/ipmi/*
1473F: hw/smbios/smbios_type_38.c
1474F: tests/qtest/ipmi*
1475T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1476
1477Floppy
1478M: John Snow <jsnow@redhat.com>
1479L: qemu-block@nongnu.org
1480S: Supported
1481F: hw/block/fdc.c
1482F: include/hw/block/fdc.h
1483F: tests/qtest/fdc-test.c
1484T: git https://github.com/jnsnow/qemu.git ide
1485
1486OMAP
1487M: Peter Maydell <peter.maydell@linaro.org>
1488L: qemu-arm@nongnu.org
1489S: Maintained
1490F: hw/*/omap*
1491F: include/hw/arm/omap.h
1492
1493IPack
1494M: Alberto Garcia <berto@igalia.com>
1495S: Odd Fixes
1496F: hw/char/ipoctal232.c
1497F: hw/ipack/
1498
1499PCI
1500M: Michael S. Tsirkin <mst@redhat.com>
1501M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1502S: Supported
1503F: include/hw/pci/*
1504F: hw/misc/pci-testdev.c
1505F: hw/pci/*
1506F: hw/pci-bridge/*
1507F: docs/pci*
1508F: docs/specs/*pci*
1509F: default-configs/pci.mak
1510
1511ACPI/SMBIOS
1512M: Michael S. Tsirkin <mst@redhat.com>
1513M: Igor Mammedov <imammedo@redhat.com>
1514S: Supported
1515F: include/hw/acpi/*
1516F: include/hw/firmware/smbios.h
1517F: hw/mem/*
1518F: hw/acpi/*
1519F: hw/smbios/*
1520F: hw/i386/acpi-build.[hc]
1521F: hw/arm/virt-acpi-build.c
1522F: tests/qtest/bios-tables-test.c
1523F: tests/qtest/acpi-utils.[hc]
1524F: tests/data/acpi/
1525
1526ACPI/HEST/GHES
1527R: Dongjiu Geng <gengdongjiu@huawei.com>
1528R: Xiang Zheng <zhengxiang9@huawei.com>
1529L: qemu-arm@nongnu.org
1530S: Maintained
1531F: hw/acpi/ghes.c
1532F: include/hw/acpi/ghes.h
1533F: docs/specs/acpi_hest_ghes.rst
1534
1535ppc4xx
1536M: David Gibson <david@gibson.dropbear.id.au>
1537L: qemu-ppc@nongnu.org
1538S: Odd Fixes
1539F: hw/ppc/ppc4*.c
1540F: hw/i2c/ppc4xx_i2c.c
1541F: include/hw/ppc/ppc4xx.h
1542F: include/hw/i2c/ppc4xx_i2c.h
1543
1544Character devices
1545M: Marc-André Lureau <marcandre.lureau@redhat.com>
1546R: Paolo Bonzini <pbonzini@redhat.com>
1547S: Odd Fixes
1548F: hw/char/
1549
1550Network devices
1551M: Jason Wang <jasowang@redhat.com>
1552S: Odd Fixes
1553F: hw/net/
1554F: include/hw/net/
1555F: tests/qtest/virtio-net-test.c
1556F: docs/virtio-net-failover.rst
1557T: git https://github.com/jasowang/qemu.git net
1558
1559Parallel NOR Flash devices
1560M: Philippe Mathieu-Daudé <philmd@redhat.com>
1561T: git https://gitlab.com/philmd/qemu.git pflash-next
1562S: Maintained
1563F: hw/block/pflash_cfi*.c
1564F: include/hw/block/flash.h
1565
1566SCSI
1567M: Paolo Bonzini <pbonzini@redhat.com>
1568R: Fam Zheng <fam@euphon.net>
1569S: Supported
1570F: include/hw/scsi/*
1571F: hw/scsi/*
1572F: tests/qtest/virtio-scsi-test.c
1573T: git https://github.com/bonzini/qemu.git scsi-next
1574
1575SSI
1576M: Alistair Francis <alistair@alistair23.me>
1577S: Maintained
1578F: hw/ssi/*
1579F: hw/block/m25p80.c
1580F: include/hw/ssi/ssi.h
1581X: hw/ssi/xilinx_*
1582F: tests/qtest/m25p80-test.c
1583
1584Xilinx SPI
1585M: Alistair Francis <alistair@alistair23.me>
1586S: Maintained
1587F: hw/ssi/xilinx_*
1588
1589SD (Secure Card)
1590M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1591S: Odd Fixes
1592F: include/hw/sd/sd*
1593F: hw/sd/core.c
1594F: hw/sd/sd*
1595F: hw/sd/ssi-sd.c
1596F: tests/qtest/sd*
1597
1598USB
1599M: Gerd Hoffmann <kraxel@redhat.com>
1600S: Maintained
1601F: hw/usb/*
1602F: tests/qtest/usb-*-test.c
1603F: docs/usb2.txt
1604F: docs/usb-storage.txt
1605F: include/hw/usb.h
1606F: include/hw/usb/
1607F: default-configs/usb.mak
1608
1609USB (serial adapter)
1610M: Gerd Hoffmann <kraxel@redhat.com>
1611M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1612S: Maintained
1613F: hw/usb/dev-serial.c
1614
1615VFIO
1616M: Alex Williamson <alex.williamson@redhat.com>
1617S: Supported
1618F: hw/vfio/*
1619F: include/hw/vfio/
1620
1621vfio-ccw
1622M: Cornelia Huck <cohuck@redhat.com>
1623M: Eric Farman <farman@linux.ibm.com>
1624S: Supported
1625F: hw/vfio/ccw.c
1626F: hw/s390x/s390-ccw.c
1627F: include/hw/s390x/s390-ccw.h
1628F: include/hw/s390x/vfio-ccw.h
1629T: git https://github.com/cohuck/qemu.git s390-next
1630L: qemu-s390x@nongnu.org
1631
1632vfio-ap
1633M: Christian Borntraeger <borntraeger@de.ibm.com>
1634M: Tony Krowiak <akrowiak@linux.ibm.com>
1635M: Halil Pasic <pasic@linux.ibm.com>
1636M: Pierre Morel <pmorel@linux.ibm.com>
1637S: Supported
1638F: hw/s390x/ap-device.c
1639F: hw/s390x/ap-bridge.c
1640F: include/hw/s390x/ap-device.h
1641F: include/hw/s390x/ap-bridge.h
1642F: hw/vfio/ap.c
1643F: docs/system/s390x/vfio-ap.rst
1644L: qemu-s390x@nongnu.org
1645
1646vhost
1647M: Michael S. Tsirkin <mst@redhat.com>
1648S: Supported
1649F: hw/*/*vhost*
1650F: docs/interop/vhost-user.json
1651F: docs/interop/vhost-user.rst
1652F: contrib/vhost-user-*/
1653F: backends/vhost-user.c
1654F: include/sysemu/vhost-user-backend.h
1655
1656virtio
1657M: Michael S. Tsirkin <mst@redhat.com>
1658S: Supported
1659F: hw/*/virtio*
1660F: hw/virtio/Makefile.objs
1661F: hw/virtio/trace-events
1662F: net/vhost-user.c
1663F: include/hw/virtio/
1664
1665virtio-balloon
1666M: Michael S. Tsirkin <mst@redhat.com>
1667M: David Hildenbrand <david@redhat.com>
1668S: Maintained
1669F: hw/virtio/virtio-balloon*.c
1670F: include/hw/virtio/virtio-balloon.h
1671F: balloon.c
1672F: include/sysemu/balloon.h
1673
1674virtio-9p
1675M: Greg Kurz <groug@kaod.org>
1676M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1677S: Odd Fixes
1678F: hw/9pfs/
1679X: hw/9pfs/xen-9p*
1680F: fsdev/
1681F: docs/interop/virtfs-proxy-helper.rst
1682F: tests/qtest/virtio-9p-test.c
1683T: git https://github.com/gkurz/qemu.git 9p-next
1684
1685virtio-blk
1686M: Stefan Hajnoczi <stefanha@redhat.com>
1687L: qemu-block@nongnu.org
1688S: Supported
1689F: hw/block/virtio-blk.c
1690F: hw/block/dataplane/*
1691F: tests/qtest/virtio-blk-test.c
1692T: git https://github.com/stefanha/qemu.git block
1693
1694virtio-ccw
1695M: Cornelia Huck <cohuck@redhat.com>
1696M: Halil Pasic <pasic@linux.ibm.com>
1697S: Supported
1698F: hw/s390x/virtio-ccw*.[hc]
1699F: hw/s390x/vhost-vsock-ccw.c
1700T: git https://github.com/cohuck/qemu.git s390-next
1701T: git https://github.com/borntraeger/qemu.git s390-next
1702L: qemu-s390x@nongnu.org
1703
1704virtiofs
1705M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1706M: Stefan Hajnoczi <stefanha@redhat.com>
1707S: Supported
1708F: tools/virtiofsd/*
1709F: hw/virtio/vhost-user-fs*
1710F: include/hw/virtio/vhost-user-fs.h
1711F: docs/interop/virtiofsd.rst
1712
1713virtio-input
1714M: Gerd Hoffmann <kraxel@redhat.com>
1715S: Maintained
1716F: hw/input/vhost-user-input.c
1717F: hw/input/virtio-input*.c
1718F: include/hw/virtio/virtio-input.h
1719F: contrib/vhost-user-input/*
1720
1721virtio-iommu
1722M: Eric Auger <eric.auger@redhat.com>
1723S: Maintained
1724F: hw/virtio/virtio-iommu*.c
1725F: include/hw/virtio/virtio-iommu.h
1726
1727virtio-serial
1728M: Laurent Vivier <lvivier@redhat.com>
1729R: Amit Shah <amit@kernel.org>
1730S: Supported
1731F: hw/char/virtio-serial-bus.c
1732F: hw/char/virtio-console.c
1733F: include/hw/virtio/virtio-serial.h
1734F: tests/qtest/virtio-serial-test.c
1735
1736virtio-rng
1737M: Laurent Vivier <lvivier@redhat.com>
1738R: Amit Shah <amit@kernel.org>
1739S: Supported
1740F: hw/virtio/virtio-rng.c
1741F: include/hw/virtio/virtio-rng.h
1742F: include/sysemu/rng*.h
1743F: backends/rng*.c
1744F: tests/qtest/virtio-rng-test.c
1745
1746virtio-crypto
1747M: Gonglei <arei.gonglei@huawei.com>
1748S: Supported
1749F: hw/virtio/virtio-crypto.c
1750F: hw/virtio/virtio-crypto-pci.c
1751F: include/hw/virtio/virtio-crypto.h
1752
1753nvme
1754M: Keith Busch <kbusch@kernel.org>
1755L: qemu-block@nongnu.org
1756S: Supported
1757F: hw/block/nvme*
1758F: tests/qtest/nvme-test.c
1759
1760megasas
1761M: Hannes Reinecke <hare@suse.com>
1762L: qemu-block@nongnu.org
1763S: Supported
1764F: hw/scsi/megasas.c
1765F: hw/scsi/mfi.h
1766F: tests/qtest/megasas-test.c
1767
1768Network packet abstractions
1769M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1770S: Maintained
1771F: include/net/eth.h
1772F: net/eth.c
1773F: hw/net/net_rx_pkt*
1774F: hw/net/net_tx_pkt*
1775
1776Vmware
1777M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1778S: Maintained
1779F: hw/net/vmxnet*
1780F: hw/scsi/vmw_pvscsi*
1781F: tests/qtest/vmxnet3-test.c
1782
1783Rocker
1784M: Jiri Pirko <jiri@resnulli.us>
1785S: Maintained
1786F: hw/net/rocker/
1787F: tests/rocker/
1788F: docs/specs/rocker.txt
1789
1790NVDIMM
1791M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1792S: Maintained
1793F: hw/acpi/nvdimm.c
1794F: hw/mem/nvdimm.c
1795F: include/hw/mem/nvdimm.h
1796F: docs/nvdimm.txt
1797
1798e1000x
1799M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1800S: Maintained
1801F: hw/net/e1000x*
1802
1803e1000e
1804M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1805S: Maintained
1806F: hw/net/e1000e*
1807
1808eepro100
1809M: Stefan Weil <sw@weilnetz.de>
1810S: Maintained
1811F: hw/net/eepro100.c
1812
1813tulip
1814M: Sven Schnelle <svens@stackframe.org>
1815S: Maintained
1816F: hw/net/tulip.c
1817F: hw/net/tulip.h
1818
1819Generic Loader
1820M: Alistair Francis <alistair@alistair23.me>
1821S: Maintained
1822F: hw/core/generic-loader.c
1823F: include/hw/core/generic-loader.h
1824F: docs/generic-loader.txt
1825
1826Intel Hexadecimal Object File Loader
1827M: Su Hang <suhang16@mails.ucas.ac.cn>
1828S: Maintained
1829F: tests/qtest/hexloader-test.c
1830F: tests/data/hex-loader/test.hex
1831
1832CHRP NVRAM
1833M: Thomas Huth <thuth@redhat.com>
1834S: Maintained
1835F: hw/nvram/chrp_nvram.c
1836F: include/hw/nvram/chrp_nvram.h
1837F: tests/qtest/prom-env-test.c
1838
1839VM Generation ID
1840M: Ben Warren <ben@skyportsystems.com>
1841S: Maintained
1842F: hw/acpi/vmgenid.c
1843F: include/hw/acpi/vmgenid.h
1844F: docs/specs/vmgenid.txt
1845F: tests/qtest/vmgenid-test.c
1846F: stubs/vmgenid.c
1847
1848Unimplemented device
1849M: Peter Maydell <peter.maydell@linaro.org>
1850R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1851S: Maintained
1852F: include/hw/misc/unimp.h
1853F: hw/misc/unimp.c
1854
1855Standard VGA
1856M: Gerd Hoffmann <kraxel@redhat.com>
1857S: Maintained
1858F: hw/display/vga*
1859F: hw/display/bochs-display.c
1860F: include/hw/display/vga.h
1861F: include/hw/display/bochs-vbe.h
1862
1863ramfb
1864M: Gerd Hoffmann <kraxel@redhat.com>
1865S: Maintained
1866F: hw/display/ramfb*.c
1867F: include/hw/display/ramfb.h
1868
1869virtio-gpu
1870M: Gerd Hoffmann <kraxel@redhat.com>
1871S: Maintained
1872F: hw/display/virtio-gpu*
1873F: hw/display/virtio-vga.*
1874F: include/hw/virtio/virtio-gpu.h
1875
1876vhost-user-blk
1877M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1878S: Maintained
1879F: contrib/vhost-user-blk/
1880F: contrib/vhost-user-scsi/
1881F: hw/block/vhost-user-blk.c
1882F: hw/scsi/vhost-user-scsi.c
1883F: hw/virtio/vhost-user-blk-pci.c
1884F: hw/virtio/vhost-user-scsi-pci.c
1885F: include/hw/virtio/vhost-user-blk.h
1886F: include/hw/virtio/vhost-user-scsi.h
1887
1888vhost-user-gpu
1889M: Marc-André Lureau <marcandre.lureau@redhat.com>
1890M: Gerd Hoffmann <kraxel@redhat.com>
1891S: Maintained
1892F: docs/interop/vhost-user-gpu.rst
1893F: contrib/vhost-user-gpu
1894F: hw/display/vhost-user-*
1895
1896Cirrus VGA
1897M: Gerd Hoffmann <kraxel@redhat.com>
1898S: Odd Fixes
1899W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1900F: hw/display/cirrus*
1901
1902EDID Generator
1903M: Gerd Hoffmann <kraxel@redhat.com>
1904S: Maintained
1905F: hw/display/edid*
1906F: include/hw/display/edid.h
1907F: qemu-edid.c
1908
1909PIIX4 South Bridge (i82371AB)
1910M: Hervé Poussineau <hpoussin@reactos.org>
1911M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1912S: Maintained
1913F: hw/isa/piix4.c
1914F: include/hw/southbridge/piix.h
1915
1916Firmware configuration (fw_cfg)
1917M: Philippe Mathieu-Daudé <philmd@redhat.com>
1918R: Laszlo Ersek <lersek@redhat.com>
1919R: Gerd Hoffmann <kraxel@redhat.com>
1920S: Supported
1921F: docs/specs/fw_cfg.txt
1922F: hw/nvram/fw_cfg.c
1923F: stubs/fw_cfg.c
1924F: include/hw/nvram/fw_cfg.h
1925F: include/standard-headers/linux/qemu_fw_cfg.h
1926F: tests/qtest/libqos/fw_cfg.c
1927F: tests/qtest/fw_cfg-test.c
1928T: git https://github.com/philmd/qemu.git fw_cfg-next
1929
1930XIVE
1931M: David Gibson <david@gibson.dropbear.id.au>
1932M: Cédric Le Goater <clg@kaod.org>
1933L: qemu-ppc@nongnu.org
1934S: Supported
1935F: hw/*/*xive*
1936F: include/hw/*/*xive*
1937F: docs/*/*xive*
1938
1939Subsystems
1940----------
1941Audio
1942M: Gerd Hoffmann <kraxel@redhat.com>
1943S: Maintained
1944F: audio/
1945F: hw/audio/
1946F: include/hw/audio/
1947F: tests/qtest/ac97-test.c
1948F: tests/qtest/es1370-test.c
1949F: tests/qtest/intel-hda-test.c
1950
1951Block layer core
1952M: Kevin Wolf <kwolf@redhat.com>
1953M: Max Reitz <mreitz@redhat.com>
1954L: qemu-block@nongnu.org
1955S: Supported
1956F: block*
1957F: block/
1958F: hw/block/
1959F: include/block/
1960F: qemu-img*
1961F: docs/interop/qemu-img.rst
1962F: qemu-io*
1963F: tests/qemu-iotests/
1964F: util/qemu-progress.c
1965F: qobject/block-qdict.c
1966F: tests/check-block-qdict.c
1967T: git https://repo.or.cz/qemu/kevin.git block
1968
1969Block I/O path
1970M: Stefan Hajnoczi <stefanha@redhat.com>
1971M: Fam Zheng <fam@euphon.net>
1972L: qemu-block@nongnu.org
1973S: Supported
1974F: util/async.c
1975F: util/aio-*.c
1976F: util/aio-*.h
1977F: util/fdmon-*.c
1978F: block/io.c
1979F: migration/block*
1980F: include/block/aio.h
1981F: include/block/aio-wait.h
1982F: scripts/qemugdb/aio.py
1983T: git https://github.com/stefanha/qemu.git block
1984
1985Block SCSI subsystem
1986M: Paolo Bonzini <pbonzini@redhat.com>
1987R: Fam Zheng <fam@euphon.net>
1988L: qemu-block@nongnu.org
1989S: Supported
1990F: include/scsi/*
1991F: scsi/*
1992
1993Block Jobs
1994M: John Snow <jsnow@redhat.com>
1995L: qemu-block@nongnu.org
1996S: Supported
1997F: blockjob.c
1998F: include/block/blockjob.h
1999F: job.c
2000F: job-qmp.c
2001F: include/qemu/job.h
2002F: block/backup.c
2003F: block/commit.c
2004F: block/stream.c
2005F: block/mirror.c
2006F: qapi/job.json
2007T: git https://github.com/jnsnow/qemu.git jobs
2008
2009Block QAPI, monitor, command line
2010M: Markus Armbruster <armbru@redhat.com>
2011S: Supported
2012F: blockdev.c
2013F: blockdev-hmp-cmds.c
2014F: block/qapi.c
2015F: qapi/block*.json
2016F: qapi/transaction.json
2017T: git https://repo.or.cz/qemu/armbru.git block-next
2018
2019Dirty Bitmaps
2020M: Eric Blake <eblake@redhat.com>
2021M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2022R: John Snow <jsnow@redhat.com>
2023L: qemu-block@nongnu.org
2024S: Supported
2025F: include/qemu/hbitmap.h
2026F: include/block/dirty-bitmap.h
2027F: block/monitor/bitmap-qmp-cmds.c
2028F: block/dirty-bitmap.c
2029F: block/qcow2-bitmap.c
2030F: migration/block-dirty-bitmap.c
2031F: util/hbitmap.c
2032F: tests/test-hbitmap.c
2033F: docs/interop/bitmaps.rst
2034T: git https://repo.or.cz/qemu/ericb.git bitmaps
2035
2036Character device backends
2037M: Marc-André Lureau <marcandre.lureau@redhat.com>
2038R: Paolo Bonzini <pbonzini@redhat.com>
2039S: Maintained
2040F: chardev/
2041F: include/chardev/
2042F: qapi/char.json
2043
2044Character Devices (Braille)
2045M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2046S: Maintained
2047F: chardev/baum.c
2048
2049Command line option argument parsing
2050M: Markus Armbruster <armbru@redhat.com>
2051S: Supported
2052F: include/qemu/option.h
2053F: tests/test-keyval.c
2054F: tests/test-qemu-opts.c
2055F: util/keyval.c
2056F: util/qemu-option.c
2057
2058Coverity model
2059M: Markus Armbruster <armbru@redhat.com>
2060S: Supported
2061F: scripts/coverity-model.c
2062
2063Coverity Scan integration
2064M: Peter Maydell <peter.maydell@linaro.org>
2065S: Maintained
2066F: scripts/coverity-scan/
2067
2068Device Tree
2069M: Alistair Francis <alistair.francis@wdc.com>
2070R: David Gibson <david@gibson.dropbear.id.au>
2071S: Maintained
2072F: device_tree.c
2073F: include/sysemu/device_tree.h
2074
2075Dump
2076S: Supported
2077M: Marc-André Lureau <marcandre.lureau@redhat.com>
2078F: dump/
2079F: hw/misc/vmcoreinfo.c
2080F: include/hw/misc/vmcoreinfo.h
2081F: include/qemu/win_dump_defs
2082F: include/sysemu/dump-arch.h
2083F: include/sysemu/dump.h
2084F: qapi/dump.json
2085F: scripts/dump-guest-memory.py
2086F: stubs/dump.c
2087
2088Error reporting
2089M: Markus Armbruster <armbru@redhat.com>
2090S: Supported
2091F: include/qapi/error.h
2092F: include/qemu/error-report.h
2093F: qapi/error.json
2094F: util/error.c
2095F: util/qemu-error.c
2096F: scripts/coccinelle/err-bad-newline.cocci
2097F: scripts/coccinelle/error-use-after-free.cocci
2098F: scripts/coccinelle/error_propagate_null.cocci
2099F: scripts/coccinelle/remove_local_err.cocci
2100F: scripts/coccinelle/use-error_fatal.cocci
2101
2102GDB stub
2103M: Alex Bennée <alex.bennee@linaro.org>
2104R: Philippe Mathieu-Daudé <philmd@redhat.com>
2105S: Maintained
2106F: gdbstub*
2107F: gdb-xml/
2108
2109Memory API
2110M: Paolo Bonzini <pbonzini@redhat.com>
2111S: Supported
2112F: include/exec/ioport.h
2113F: ioport.c
2114F: include/exec/memop.h
2115F: include/exec/memory.h
2116F: include/exec/ram_addr.h
2117F: include/exec/ramblock.h
2118F: memory.c
2119F: include/exec/memory-internal.h
2120F: exec.c
2121F: scripts/coccinelle/memory-region-housekeeping.cocci
2122
2123SPICE
2124M: Gerd Hoffmann <kraxel@redhat.com>
2125S: Supported
2126F: include/ui/qemu-spice.h
2127F: include/ui/spice-display.h
2128F: ui/spice-*.c
2129F: audio/spiceaudio.c
2130F: hw/display/qxl*
2131F: qapi/ui.json
2132F: docs/spice-port-fqdn.txt
2133
2134Graphics
2135M: Gerd Hoffmann <kraxel@redhat.com>
2136S: Odd Fixes
2137F: ui/
2138F: include/ui/
2139F: qapi/ui.json
2140F: util/drm.c
2141
2142Cocoa graphics
2143M: Peter Maydell <peter.maydell@linaro.org>
2144S: Odd Fixes
2145F: ui/cocoa.m
2146
2147Main loop
2148M: Paolo Bonzini <pbonzini@redhat.com>
2149S: Maintained
2150F: cpus.c
2151F: include/qemu/main-loop.h
2152F: include/sysemu/runstate.h
2153F: util/main-loop.c
2154F: util/qemu-timer.c
2155F: softmmu/vl.c
2156F: softmmu/main.c
2157F: qapi/run-state.json
2158
2159Human Monitor (HMP)
2160M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2161S: Maintained
2162F: monitor/monitor-internal.h
2163F: monitor/misc.c
2164F: monitor/monitor.c
2165F: monitor/hmp*
2166F: hmp.h
2167F: hmp-commands*.hx
2168F: include/monitor/hmp-target.h
2169F: tests/qtest/test-hmp.c
2170F: include/qemu/qemu-print.h
2171F: util/qemu-print.c
2172
2173Network device backends
2174M: Jason Wang <jasowang@redhat.com>
2175S: Maintained
2176F: net/
2177F: include/net/
2178F: qemu-bridge-helper.c
2179T: git https://github.com/jasowang/qemu.git net
2180F: qapi/net.json
2181
2182Netmap network backend
2183M: Luigi Rizzo <rizzo@iet.unipi.it>
2184M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2185M: Vincenzo Maffione <v.maffione@gmail.com>
2186W: http://info.iet.unipi.it/~luigi/netmap/
2187S: Maintained
2188F: net/netmap.c
2189
2190Host Memory Backends
2191M: Eduardo Habkost <ehabkost@redhat.com>
2192M: Igor Mammedov <imammedo@redhat.com>
2193S: Maintained
2194F: backends/hostmem*.c
2195F: include/sysemu/hostmem.h
2196T: git https://github.com/ehabkost/qemu.git machine-next
2197
2198Cryptodev Backends
2199M: Gonglei <arei.gonglei@huawei.com>
2200S: Maintained
2201F: include/sysemu/cryptodev*.h
2202F: backends/cryptodev*.c
2203
2204Python scripts
2205M: Eduardo Habkost <ehabkost@redhat.com>
2206M: Cleber Rosa <crosa@redhat.com>
2207S: Odd fixes
2208F: python/qemu/*py
2209F: scripts/*.py
2210F: tests/*.py
2211
2212Benchmark util
2213M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2214S: Maintained
2215F: scripts/simplebench/
2216
2217QAPI
2218M: Markus Armbruster <armbru@redhat.com>
2219M: Michael Roth <mdroth@linux.vnet.ibm.com>
2220S: Supported
2221F: qapi/
2222X: qapi/*.json
2223F: include/qapi/
2224X: include/qapi/qmp/
2225F: include/qapi/qmp/dispatch.h
2226F: tests/qapi-schema/
2227F: tests/test-*-visitor.c
2228F: tests/test-qapi-*.c
2229F: tests/test-qmp-*.c
2230F: tests/test-visitor-serialization.c
2231F: scripts/qapi-gen.py
2232F: scripts/qapi/*
2233F: docs/devel/qapi*
2234T: git https://repo.or.cz/qemu/armbru.git qapi-next
2235
2236QAPI Schema
2237M: Eric Blake <eblake@redhat.com>
2238M: Markus Armbruster <armbru@redhat.com>
2239S: Supported
2240F: qapi/*.json
2241T: git https://repo.or.cz/qemu/armbru.git qapi-next
2242
2243QObject
2244M: Markus Armbruster <armbru@redhat.com>
2245S: Supported
2246F: qobject/
2247F: include/qapi/qmp/
2248X: include/qapi/qmp/dispatch.h
2249F: scripts/coccinelle/qobject.cocci
2250F: tests/check-qdict.c
2251F: tests/check-qjson.c
2252F: tests/check-qlist.c
2253F: tests/check-qlit.c
2254F: tests/check-qnull.c
2255F: tests/check-qnum.c
2256F: tests/check-qobject.c
2257F: tests/check-qstring.c
2258F: tests/data/qobject/qdict.txt
2259T: git https://repo.or.cz/qemu/armbru.git qapi-next
2260
2261QEMU Guest Agent
2262M: Michael Roth <mdroth@linux.vnet.ibm.com>
2263S: Maintained
2264F: qga/
2265F: docs/interop/qemu-ga.rst
2266F: scripts/qemu-guest-agent/
2267F: tests/test-qga.c
2268F: docs/interop/qemu-ga-ref.texi
2269T: git https://github.com/mdroth/qemu.git qga
2270
2271QOM
2272M: Paolo Bonzini <pbonzini@redhat.com>
2273R: Daniel P. Berrange <berrange@redhat.com>
2274R: Eduardo Habkost <ehabkost@redhat.com>
2275S: Supported
2276F: docs/qdev-device-use.txt
2277F: hw/core/qdev*
2278F: include/hw/qdev*
2279F: include/monitor/qdev.h
2280F: include/qom/
2281F: qapi/qom.json
2282F: qapi/qdev.json
2283F: qdev-monitor.c
2284F: qom/
2285F: tests/check-qom-interface.c
2286F: tests/check-qom-proplist.c
2287F: tests/test-qdev-global-props.c
2288
2289QMP
2290M: Markus Armbruster <armbru@redhat.com>
2291S: Supported
2292F: monitor/monitor-internal.h
2293F: monitor/qmp*
2294F: monitor/misc.c
2295F: monitor/monitor.c
2296F: qapi/error.json
2297F: docs/devel/*qmp-*
2298F: docs/interop/*qmp-*
2299F: scripts/qmp/
2300F: tests/qtest/qmp-test.c
2301F: tests/qtest/qmp-cmd-test.c
2302T: git https://repo.or.cz/qemu/armbru.git qapi-next
2303
2304qtest
2305M: Thomas Huth <thuth@redhat.com>
2306M: Laurent Vivier <lvivier@redhat.com>
2307R: Paolo Bonzini <pbonzini@redhat.com>
2308S: Maintained
2309F: qtest.c
2310F: accel/qtest.c
2311F: tests/qtest/
2312
2313Device Fuzzing
2314M: Alexander Bulekov <alxndr@bu.edu>
2315R: Paolo Bonzini <pbonzini@redhat.com>
2316R: Bandan Das <bsd@redhat.com>
2317R: Stefan Hajnoczi <stefanha@redhat.com>
2318S: Maintained
2319F: tests/qtest/fuzz/
2320
2321Register API
2322M: Alistair Francis <alistair@alistair23.me>
2323S: Maintained
2324F: hw/core/register.c
2325F: include/hw/register.h
2326F: include/hw/registerfields.h
2327
2328SLIRP
2329M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2330S: Maintained
2331F: slirp/
2332F: net/slirp.c
2333F: include/net/slirp.h
2334T: git https://people.debian.org/~sthibault/qemu.git slirp
2335
2336Streams
2337M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2338S: Maintained
2339F: hw/core/stream.c
2340F: include/hw/stream.h
2341
2342Stubs
2343M: Paolo Bonzini <pbonzini@redhat.com>
2344S: Maintained
2345F: stubs/
2346
2347Tracing
2348M: Stefan Hajnoczi <stefanha@redhat.com>
2349S: Maintained
2350F: trace/
2351F: trace-events
2352F: docs/qemu-option-trace.rst.inc
2353F: scripts/tracetool.py
2354F: scripts/tracetool/
2355F: scripts/qemu-trace-stap*
2356F: docs/interop/qemu-trace-stap.rst
2357F: docs/devel/tracing.txt
2358T: git https://github.com/stefanha/qemu.git tracing
2359
2360TPM
2361M: Stefan Berger <stefanb@linux.ibm.com>
2362S: Maintained
2363F: tpm.c
2364F: stubs/tpm.c
2365F: hw/tpm/*
2366F: include/hw/acpi/tpm.h
2367F: include/sysemu/tpm*
2368F: qapi/tpm.json
2369F: backends/tpm.c
2370F: tests/qtest/*tpm*
2371T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2372
2373Checkpatch
2374S: Odd Fixes
2375F: scripts/checkpatch.pl
2376
2377Migration
2378M: Juan Quintela <quintela@redhat.com>
2379M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2380S: Maintained
2381F: hw/core/vmstate-if.c
2382F: include/hw/vmstate-if.h
2383F: include/migration/
2384F: migration/
2385F: scripts/vmstate-static-checker.py
2386F: tests/vmstate-static-checker-data/
2387F: tests/qtest/migration-test.c
2388F: docs/devel/migration.rst
2389F: qapi/migration.json
2390
2391D-Bus
2392M: Marc-André Lureau <marcandre.lureau@redhat.com>
2393S: Maintained
2394F: backends/dbus-vmstate.c
2395F: tests/dbus-vmstate*
2396F: util/dbus.c
2397F: include/qemu/dbus.h
2398F: docs/interop/dbus.rst
2399F: docs/interop/dbus-vmstate.rst
2400
2401Seccomp
2402M: Eduardo Otubo <otubo@redhat.com>
2403S: Supported
2404F: qemu-seccomp.c
2405F: include/sysemu/seccomp.h
2406
2407Cryptography
2408M: Daniel P. Berrange <berrange@redhat.com>
2409S: Maintained
2410F: crypto/
2411F: include/crypto/
2412F: tests/test-crypto-*
2413F: tests/benchmark-crypto-*
2414F: tests/crypto-tls-*
2415F: tests/pkix_asn1_tab.c
2416F: qemu.sasl
2417
2418Coroutines
2419M: Stefan Hajnoczi <stefanha@redhat.com>
2420M: Kevin Wolf <kwolf@redhat.com>
2421S: Maintained
2422F: util/*coroutine*
2423F: include/qemu/coroutine*
2424F: tests/test-coroutine.c
2425
2426Buffers
2427M: Daniel P. Berrange <berrange@redhat.com>
2428S: Odd fixes
2429F: util/buffer.c
2430F: include/qemu/buffer.h
2431
2432I/O Channels
2433M: Daniel P. Berrange <berrange@redhat.com>
2434S: Maintained
2435F: io/
2436F: include/io/
2437F: tests/test-io-*
2438
2439User authorization
2440M: Daniel P. Berrange <berrange@redhat.com>
2441S: Maintained
2442F: authz/
2443F: qapi/authz.json
2444F: include/authz/
2445F: tests/test-authz-*
2446
2447Sockets
2448M: Daniel P. Berrange <berrange@redhat.com>
2449M: Gerd Hoffmann <kraxel@redhat.com>
2450S: Maintained
2451F: include/qemu/sockets.h
2452F: util/qemu-sockets.c
2453F: qapi/sockets.json
2454
2455File monitor
2456M: Daniel P. Berrange <berrange@redhat.com>
2457S: Odd fixes
2458F: util/filemonitor*.c
2459F: include/qemu/filemonitor.h
2460F: tests/test-util-filemonitor.c
2461
2462Throttling infrastructure
2463M: Alberto Garcia <berto@igalia.com>
2464S: Supported
2465F: block/throttle-groups.c
2466F: include/block/throttle-groups.h
2467F: include/qemu/throttle*.h
2468F: util/throttle.c
2469F: docs/throttle.txt
2470F: tests/test-throttle.c
2471L: qemu-block@nongnu.org
2472
2473UUID
2474M: Fam Zheng <fam@euphon.net>
2475S: Supported
2476F: util/uuid.c
2477F: include/qemu/uuid.h
2478F: tests/test-uuid.c
2479
2480COLO Framework
2481M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2482S: Maintained
2483F: migration/colo*
2484F: include/migration/colo.h
2485F: include/migration/failover.h
2486F: docs/COLO-FT.txt
2487
2488COLO Proxy
2489M: Zhang Chen <chen.zhang@intel.com>
2490M: Li Zhijian <lizhijian@cn.fujitsu.com>
2491S: Supported
2492F: docs/colo-proxy.txt
2493F: net/colo*
2494F: net/filter-rewriter.c
2495F: net/filter-mirror.c
2496
2497Record/replay
2498M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2499R: Paolo Bonzini <pbonzini@redhat.com>
2500W: https://wiki.qemu.org/Features/record-replay
2501S: Supported
2502F: replay/*
2503F: block/blkreplay.c
2504F: net/filter-replay.c
2505F: include/sysemu/replay.h
2506F: docs/replay.txt
2507F: stubs/replay.c
2508
2509IOVA Tree
2510M: Peter Xu <peterx@redhat.com>
2511S: Maintained
2512F: include/qemu/iova-tree.h
2513F: util/iova-tree.c
2514
2515elf2dmp
2516M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2517S: Maintained
2518F: contrib/elf2dmp/
2519
2520I2C and SMBus
2521M: Corey Minyard <cminyard@mvista.com>
2522S: Maintained
2523F: hw/i2c/core.c
2524F: hw/i2c/smbus_slave.c
2525F: hw/i2c/smbus_master.c
2526F: hw/i2c/smbus_eeprom.c
2527F: include/hw/i2c/i2c.h
2528F: include/hw/i2c/smbus_master.h
2529F: include/hw/i2c/smbus_slave.h
2530F: include/hw/i2c/smbus_eeprom.h
2531
2532EDK2 Firmware
2533M: Laszlo Ersek <lersek@redhat.com>
2534M: Philippe Mathieu-Daudé <philmd@redhat.com>
2535S: Supported
2536F: pc-bios/descriptors/??-edk2-*.json
2537F: pc-bios/edk2-*
2538F: roms/Makefile.edk2
2539F: roms/edk2
2540F: roms/edk2-*
2541F: tests/data/uefi-boot-images/
2542F: tests/uefi-test-tools/
2543F: .gitlab-ci-edk2.yml
2544F: .gitlab-ci.d/edk2/
2545
2546Usermode Emulation
2547------------------
2548Overall usermode emulation
2549M: Riku Voipio <riku.voipio@iki.fi>
2550S: Maintained
2551F: thunk.c
2552F: accel/tcg/user-exec*.c
2553
2554BSD user
2555S: Orphan
2556F: bsd-user/
2557F: default-configs/*-bsd-user.mak
2558
2559Linux user
2560M: Riku Voipio <riku.voipio@iki.fi>
2561R: Laurent Vivier <laurent@vivier.eu>
2562S: Maintained
2563F: linux-user/
2564F: default-configs/*-linux-user.mak
2565F: scripts/qemu-binfmt-conf.sh
2566F: scripts/update-syscalltbl.sh
2567F: scripts/update-mips-syscall-args.sh
2568F: scripts/gensyscalls.sh
2569
2570Tiny Code Generator (TCG)
2571-------------------------
2572Common TCG code
2573M: Richard Henderson <rth@twiddle.net>
2574S: Maintained
2575F: tcg/
2576F: include/tcg/
2577
2578TCG Plugins
2579M: Alex Bennée <alex.bennee@linaro.org>
2580S: Maintained
2581F: docs/devel/tcg-plugins.rst
2582F: plugins/
2583F: tests/plugin
2584
2585AArch64 TCG target
2586M: Richard Henderson <richard.henderson@linaro.org>
2587S: Maintained
2588L: qemu-arm@nongnu.org
2589F: tcg/aarch64/
2590F: disas/arm-a64.cc
2591F: disas/libvixl/
2592
2593ARM TCG target
2594M: Andrzej Zaborowski <balrogg@gmail.com>
2595S: Maintained
2596L: qemu-arm@nongnu.org
2597F: tcg/arm/
2598F: disas/arm.c
2599
2600i386 TCG target
2601M: Richard Henderson <rth@twiddle.net>
2602S: Maintained
2603F: tcg/i386/
2604F: disas/i386.c
2605
2606MIPS TCG target
2607M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2608R: Aurelien Jarno <aurelien@aurel32.net>
2609R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2610S: Maintained
2611F: tcg/mips/
2612
2613PPC TCG target
2614M: Richard Henderson <rth@twiddle.net>
2615S: Odd Fixes
2616F: tcg/ppc/
2617F: disas/ppc.c
2618
2619RISC-V TCG target
2620M: Palmer Dabbelt <palmer@dabbelt.com>
2621M: Alistair Francis <Alistair.Francis@wdc.com>
2622L: qemu-riscv@nongnu.org
2623S: Maintained
2624F: tcg/riscv/
2625F: disas/riscv.c
2626
2627S390 TCG target
2628M: Richard Henderson <rth@twiddle.net>
2629S: Maintained
2630F: tcg/s390/
2631F: disas/s390.c
2632L: qemu-s390x@nongnu.org
2633
2634SPARC TCG target
2635S: Odd Fixes
2636F: tcg/sparc/
2637F: disas/sparc.c
2638
2639TCI TCG target
2640M: Stefan Weil <sw@weilnetz.de>
2641S: Maintained
2642F: tcg/tci/
2643F: tcg/tci.c
2644F: disas/tci.c
2645
2646Block drivers
2647-------------
2648VMDK
2649M: Fam Zheng <fam@euphon.net>
2650L: qemu-block@nongnu.org
2651S: Supported
2652F: block/vmdk.c
2653
2654RBD
2655M: Jason Dillaman <dillaman@redhat.com>
2656L: qemu-block@nongnu.org
2657S: Supported
2658F: block/rbd.c
2659
2660Sheepdog
2661M: Liu Yuan <namei.unix@gmail.com>
2662L: qemu-block@nongnu.org
2663L: sheepdog@lists.wpkg.org
2664S: Odd Fixes
2665F: block/sheepdog.c
2666
2667VHDX
2668M: Jeff Cody <codyprime@gmail.com>
2669L: qemu-block@nongnu.org
2670S: Supported
2671F: block/vhdx*
2672
2673VDI
2674M: Stefan Weil <sw@weilnetz.de>
2675L: qemu-block@nongnu.org
2676S: Maintained
2677F: block/vdi.c
2678
2679iSCSI
2680M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2681M: Paolo Bonzini <pbonzini@redhat.com>
2682M: Peter Lieven <pl@kamp.de>
2683L: qemu-block@nongnu.org
2684S: Odd Fixes
2685F: block/iscsi.c
2686F: block/iscsi-opts.c
2687
2688Network Block Device (NBD)
2689M: Eric Blake <eblake@redhat.com>
2690L: qemu-block@nongnu.org
2691S: Maintained
2692F: block/nbd*
2693F: nbd/
2694F: include/block/nbd*
2695F: qemu-nbd.*
2696F: blockdev-nbd.c
2697F: docs/interop/nbd.txt
2698F: docs/interop/qemu-nbd.rst
2699T: git https://repo.or.cz/qemu/ericb.git nbd
2700
2701NFS
2702M: Peter Lieven <pl@kamp.de>
2703L: qemu-block@nongnu.org
2704S: Maintained
2705F: block/nfs.c
2706
2707SSH
2708M: Richard W.M. Jones <rjones@redhat.com>
2709L: qemu-block@nongnu.org
2710S: Supported
2711F: block/ssh.c
2712
2713CURL
2714L: qemu-block@nongnu.org
2715S: Odd Fixes
2716F: block/curl.c
2717
2718GLUSTER
2719L: qemu-block@nongnu.org
2720L: integration@gluster.org
2721S: Odd Fixes
2722F: block/gluster.c
2723
2724Null Block Driver
2725M: Fam Zheng <fam@euphon.net>
2726L: qemu-block@nongnu.org
2727S: Supported
2728F: block/null.c
2729
2730NVMe Block Driver
2731M: Fam Zheng <fam@euphon.net>
2732L: qemu-block@nongnu.org
2733S: Supported
2734F: block/nvme*
2735
2736Bootdevice
2737M: Gonglei <arei.gonglei@huawei.com>
2738S: Maintained
2739F: bootdevice.c
2740
2741Quorum
2742M: Alberto Garcia <berto@igalia.com>
2743S: Supported
2744F: block/quorum.c
2745L: qemu-block@nongnu.org
2746
2747blklogwrites
2748M: Ari Sundholm <ari@tuxera.com>
2749L: qemu-block@nongnu.org
2750S: Supported
2751F: block/blklogwrites.c
2752
2753blkverify
2754M: Stefan Hajnoczi <stefanha@redhat.com>
2755L: qemu-block@nongnu.org
2756S: Supported
2757F: block/blkverify.c
2758
2759bochs
2760M: Stefan Hajnoczi <stefanha@redhat.com>
2761L: qemu-block@nongnu.org
2762S: Supported
2763F: block/bochs.c
2764
2765cloop
2766M: Stefan Hajnoczi <stefanha@redhat.com>
2767L: qemu-block@nongnu.org
2768S: Supported
2769F: block/cloop.c
2770
2771dmg
2772M: Stefan Hajnoczi <stefanha@redhat.com>
2773L: qemu-block@nongnu.org
2774S: Supported
2775F: block/dmg.c
2776
2777parallels
2778M: Stefan Hajnoczi <stefanha@redhat.com>
2779M: Denis V. Lunev <den@openvz.org>
2780L: qemu-block@nongnu.org
2781S: Supported
2782F: block/parallels.c
2783F: docs/interop/parallels.txt
2784
2785qed
2786M: Stefan Hajnoczi <stefanha@redhat.com>
2787L: qemu-block@nongnu.org
2788S: Supported
2789F: block/qed.c
2790
2791raw
2792M: Kevin Wolf <kwolf@redhat.com>
2793L: qemu-block@nongnu.org
2794S: Supported
2795F: block/linux-aio.c
2796F: include/block/raw-aio.h
2797F: block/raw-format.c
2798F: block/file-posix.c
2799F: block/file-win32.c
2800F: block/win32-aio.c
2801
2802Linux io_uring
2803M: Aarushi Mehta <mehta.aaru20@gmail.com>
2804M: Julia Suvorova <jusual@redhat.com>
2805M: Stefan Hajnoczi <stefanha@redhat.com>
2806L: qemu-block@nongnu.org
2807S: Maintained
2808F: block/io_uring.c
2809F: stubs/io_uring.c
2810
2811qcow2
2812M: Kevin Wolf <kwolf@redhat.com>
2813M: Max Reitz <mreitz@redhat.com>
2814L: qemu-block@nongnu.org
2815S: Supported
2816F: block/qcow2*
2817F: docs/interop/qcow2.txt
2818
2819qcow
2820M: Kevin Wolf <kwolf@redhat.com>
2821L: qemu-block@nongnu.org
2822S: Supported
2823F: block/qcow.c
2824
2825blkdebug
2826M: Kevin Wolf <kwolf@redhat.com>
2827M: Max Reitz <mreitz@redhat.com>
2828L: qemu-block@nongnu.org
2829S: Supported
2830F: block/blkdebug.c
2831
2832vpc
2833M: Kevin Wolf <kwolf@redhat.com>
2834L: qemu-block@nongnu.org
2835S: Supported
2836F: block/vpc.c
2837
2838vvfat
2839M: Kevin Wolf <kwolf@redhat.com>
2840L: qemu-block@nongnu.org
2841S: Supported
2842F: block/vvfat.c
2843
2844Image format fuzzer
2845M: Stefan Hajnoczi <stefanha@redhat.com>
2846L: qemu-block@nongnu.org
2847S: Supported
2848F: tests/image-fuzzer/
2849
2850Replication
2851M: Wen Congyang <wencongyang2@huawei.com>
2852M: Xie Changlong <xiechanglong.d@gmail.com>
2853S: Supported
2854F: replication*
2855F: block/replication.c
2856F: tests/test-replication.c
2857F: docs/block-replication.txt
2858
2859PVRDMA
2860M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2861M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2862S: Maintained
2863F: hw/rdma/*
2864F: hw/rdma/vmw/*
2865F: docs/pvrdma.txt
2866F: contrib/rdmacm-mux/*
2867F: qapi/rdma.json
2868
2869Semihosting
2870M: Alex Bennée <alex.bennee@linaro.org>
2871S: Maintained
2872F: hw/semihosting/
2873F: include/hw/semihosting/
2874
2875Build and test automation
2876-------------------------
2877Build and test automation
2878M: Alex Bennée <alex.bennee@linaro.org>
2879M: Fam Zheng <fam@euphon.net>
2880R: Philippe Mathieu-Daudé <philmd@redhat.com>
2881S: Maintained
2882F: .github/lockdown.yml
2883F: .travis.yml
2884F: scripts/travis/
2885F: .shippable.yml
2886F: tests/docker/
2887F: tests/vm/
2888F: scripts/archive-source.sh
2889W: https://travis-ci.org/qemu/qemu
2890W: https://app.shippable.com/github/qemu/qemu
2891W: http://patchew.org/QEMU/
2892
2893FreeBSD Hosted Continuous Integration
2894M: Ed Maste <emaste@freebsd.org>
2895M: Li-Wen Hsu <lwhsu@freebsd.org>
2896S: Maintained
2897F: .cirrus.yml
2898W: https://cirrus-ci.com/github/qemu/qemu
2899
2900GitLab Continuous Integration
2901M: Thomas Huth <thuth@redhat.com>
2902S: Maintained
2903F: .gitlab-ci.yml
2904
2905Guest Test Compilation Support
2906M: Alex Bennée <alex.bennee@linaro.org>
2907R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2908S: Maintained
2909F: tests/tcg/Makefile
2910F: tests/tcg/Makefile.include
2911
2912Documentation
2913-------------
2914Build system architecture
2915M: Daniel P. Berrange <berrange@redhat.com>
2916S: Odd Fixes
2917F: docs/devel/build-system.txt
2918
2919GIT Data Mining Config
2920M: Alex Bennée <alex.bennee@linaro.org>
2921S: Odd Fixes
2922F: gitdm.config
2923F: contrib/gitdm/*
2924
2925Incompatible changes
2926R: libvir-list@redhat.com
2927F: docs/system/deprecated.rst
2928
2929Build System
2930------------
2931GIT submodules
2932M: Daniel P. Berrange <berrange@redhat.com>
2933S: Odd Fixes
2934F: scripts/git-submodule.sh
2935
2936UI translations
2937M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2938F: po/*.po
2939
2940Sphinx documentation configuration and build machinery
2941M: Peter Maydell <peter.maydell@linaro.org>
2942S: Maintained
2943F: docs/conf.py
2944F: docs/*/conf.py
2945