xref: /qemu/MAINTAINERS (revision 922febe2)
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@syrmia.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@syrmia.com>
1052S: Maintained
1053F: hw/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/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@syrmia.com>
1073S: Odd Fixes
1074F: hw/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@syrmia.com>
1081S: Obsolete
1082F: hw/mips/r4k.c
1083
1084Fuloong 2E
1085M: Huacai Chen <chenhc@lemote.com>
1086M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1087M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1088R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1089S: Odd Fixes
1090F: hw/mips/fuloong2e.c
1091F: hw/isa/vt82c686.c
1092F: hw/pci-host/bonito.c
1093F: include/hw/isa/vt82c686.h
1094
1095Boston
1096M: Paul Burton <pburton@wavecomp.com>
1097R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1098S: Maintained
1099F: hw/core/loader-fit.c
1100F: hw/mips/boston.c
1101F: hw/pci-host/xilinx-pcie.c
1102F: include/hw/pci-host/xilinx-pcie.h
1103
1104OpenRISC Machines
1105-----------------
1106or1k-sim
1107M: Jia Liu <proljc@gmail.com>
1108S: Maintained
1109F: hw/openrisc/openrisc_sim.c
1110
1111PowerPC Machines
1112----------------
1113405
1114M: David Gibson <david@gibson.dropbear.id.au>
1115L: qemu-ppc@nongnu.org
1116S: Odd Fixes
1117F: hw/ppc/ppc405_boards.c
1118
1119Bamboo
1120M: David Gibson <david@gibson.dropbear.id.au>
1121L: qemu-ppc@nongnu.org
1122S: Odd Fixes
1123F: hw/ppc/ppc440_bamboo.c
1124
1125e500
1126M: David Gibson <david@gibson.dropbear.id.au>
1127L: qemu-ppc@nongnu.org
1128S: Odd Fixes
1129F: hw/ppc/e500*
1130F: hw/gpio/mpc8xxx.c
1131F: hw/i2c/mpc_i2c.c
1132F: hw/net/fsl_etsec/
1133F: hw/pci-host/ppce500.c
1134F: include/hw/ppc/ppc_e500.h
1135F: include/hw/pci-host/ppce500.h
1136F: pc-bios/u-boot.e500
1137
1138mpc8544ds
1139M: David Gibson <david@gibson.dropbear.id.au>
1140L: qemu-ppc@nongnu.org
1141S: Odd Fixes
1142F: hw/ppc/mpc8544ds.c
1143F: hw/ppc/mpc8544_guts.c
1144
1145New World (mac99)
1146M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1147R: David Gibson <david@gibson.dropbear.id.au>
1148L: qemu-ppc@nongnu.org
1149S: Odd Fixes
1150F: hw/ppc/mac_newworld.c
1151F: hw/pci-host/uninorth.c
1152F: hw/pci-bridge/dec.[hc]
1153F: hw/misc/macio/
1154F: hw/misc/mos6522.c
1155F: hw/nvram/mac_nvram.c
1156F: hw/input/adb*
1157F: include/hw/misc/macio/
1158F: include/hw/misc/mos6522.h
1159F: include/hw/ppc/mac_dbdma.h
1160F: include/hw/pci-host/uninorth.h
1161F: include/hw/input/adb*
1162F: pc-bios/qemu_vga.ndrv
1163
1164Old World (g3beige)
1165M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1166R: David Gibson <david@gibson.dropbear.id.au>
1167L: qemu-ppc@nongnu.org
1168S: Odd Fixes
1169F: hw/ppc/mac_oldworld.c
1170F: hw/pci-host/grackle.c
1171F: hw/misc/macio/
1172F: hw/intc/heathrow_pic.c
1173F: hw/input/adb*
1174F: include/hw/intc/heathrow_pic.h
1175F: include/hw/input/adb*
1176F: pc-bios/qemu_vga.ndrv
1177
1178PReP
1179M: Hervé Poussineau <hpoussin@reactos.org>
1180L: qemu-ppc@nongnu.org
1181S: Maintained
1182F: hw/ppc/prep.c
1183F: hw/ppc/prep_systemio.c
1184F: hw/ppc/rs6000_mc.c
1185F: hw/pci-host/prep.[hc]
1186F: hw/isa/i82378.c
1187F: hw/isa/pc87312.c
1188F: hw/dma/i82374.c
1189F: hw/rtc/m48t59-isa.c
1190F: include/hw/isa/pc87312.h
1191F: include/hw/rtc/m48t59.h
1192F: tests/acceptance/ppc_prep_40p.py
1193
1194sPAPR
1195M: David Gibson <david@gibson.dropbear.id.au>
1196L: qemu-ppc@nongnu.org
1197S: Supported
1198F: hw/*/spapr*
1199F: include/hw/*/spapr*
1200F: hw/*/xics*
1201F: include/hw/*/xics*
1202F: pc-bios/slof.bin
1203F: docs/specs/ppc-spapr-hcalls.txt
1204F: docs/specs/ppc-spapr-hotplug.txt
1205F: tests/qtest/spapr*
1206F: tests/qtest/libqos/*spapr*
1207F: tests/qtest/rtas*
1208F: tests/qtest/libqos/rtas*
1209
1210PowerNV (Non-Virtualized)
1211M: Cédric Le Goater <clg@kaod.org>
1212M: David Gibson <david@gibson.dropbear.id.au>
1213L: qemu-ppc@nongnu.org
1214S: Maintained
1215F: hw/ppc/pnv*
1216F: hw/intc/pnv*
1217F: hw/intc/xics_pnv.c
1218F: include/hw/ppc/pnv*
1219F: pc-bios/skiboot.lid
1220F: tests/qtest/pnv*
1221
1222virtex_ml507
1223M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1224L: qemu-ppc@nongnu.org
1225S: Odd Fixes
1226F: hw/ppc/virtex_ml507.c
1227
1228sam460ex
1229M: BALATON Zoltan <balaton@eik.bme.hu>
1230L: qemu-ppc@nongnu.org
1231S: Maintained
1232F: hw/ppc/sam460ex.c
1233F: hw/ppc/ppc440_pcix.c
1234F: hw/display/sm501*
1235F: hw/ide/sii3112.c
1236F: hw/rtc/m41t80.c
1237F: pc-bios/canyonlands.dt[sb]
1238F: pc-bios/u-boot-sam460ex-20100605.bin
1239F: roms/u-boot-sam460ex
1240
1241SH4 Machines
1242------------
1243R2D
1244M: Magnus Damm <magnus.damm@gmail.com>
1245S: Maintained
1246F: hw/sh4/r2d.c
1247F: hw/intc/sh_intc.c
1248F: hw/timer/sh_timer.c
1249
1250Shix
1251M: Magnus Damm <magnus.damm@gmail.com>
1252S: Odd Fixes
1253F: hw/sh4/shix.c
1254
1255SPARC Machines
1256--------------
1257Sun4m
1258M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1259S: Maintained
1260F: hw/sparc/sun4m.c
1261F: hw/sparc/sun4m_iommu.c
1262F: hw/display/cg3.c
1263F: hw/display/tcx.c
1264F: hw/dma/sparc32_dma.c
1265F: hw/misc/eccmemctl.c
1266F: hw/*/slavio_*.c
1267F: include/hw/nvram/sun_nvram.h
1268F: include/hw/sparc/sparc32_dma.h
1269F: include/hw/sparc/sun4m_iommu.h
1270F: pc-bios/openbios-sparc32
1271
1272Sun4u
1273M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1274S: Maintained
1275F: hw/sparc64/sun4u.c
1276F: hw/sparc64/sun4u_iommu.c
1277F: include/hw/sparc/sun4u_iommu.h
1278F: hw/pci-host/sabre.c
1279F: include/hw/pci-host/sabre.h
1280F: hw/pci-bridge/simba.c
1281F: include/hw/pci-bridge/simba.h
1282F: pc-bios/openbios-sparc64
1283
1284Sun4v
1285M: Artyom Tarasenko <atar4qemu@gmail.com>
1286S: Maintained
1287F: hw/sparc64/niagara.c
1288F: hw/rtc/sun4v-rtc.c
1289F: include/hw/rtc/sun4v-rtc.h
1290
1291Leon3
1292M: Fabien Chouteau <chouteau@adacore.com>
1293M: KONRAD Frederic <frederic.konrad@adacore.com>
1294S: Maintained
1295F: hw/sparc/leon3.c
1296F: hw/*/grlib*
1297F: include/hw/*/grlib*
1298F: tests/acceptance/machine_sparc_leon3.py
1299
1300S390 Machines
1301-------------
1302S390 Virtio-ccw
1303M: Cornelia Huck <cohuck@redhat.com>
1304M: Halil Pasic <pasic@linux.ibm.com>
1305M: Christian Borntraeger <borntraeger@de.ibm.com>
1306S: Supported
1307F: hw/char/sclp*.[hc]
1308F: hw/char/terminal3270.c
1309F: hw/s390x/
1310F: include/hw/s390x/
1311F: hw/watchdog/wdt_diag288.c
1312F: include/hw/watchdog/wdt_diag288.h
1313F: default-configs/s390x-softmmu.mak
1314T: git https://github.com/cohuck/qemu.git s390-next
1315T: git https://github.com/borntraeger/qemu.git s390-next
1316L: qemu-s390x@nongnu.org
1317
1318S390-ccw boot
1319M: Christian Borntraeger <borntraeger@de.ibm.com>
1320M: Thomas Huth <thuth@redhat.com>
1321S: Supported
1322F: hw/s390x/ipl.*
1323F: pc-bios/s390-ccw/
1324F: pc-bios/s390-ccw.img
1325F: docs/devel/s390-dasd-ipl.rst
1326T: git https://github.com/borntraeger/qemu.git s390-next
1327L: qemu-s390x@nongnu.org
1328
1329S390 PCI
1330M: Matthew Rosato <mjrosato@linux.ibm.com>
1331S: Supported
1332F: hw/s390x/s390-pci*
1333L: qemu-s390x@nongnu.org
1334
1335UniCore32 Machines
1336------------------
1337PKUnity-3 SoC initramfs-with-busybox
1338M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1339S: Maintained
1340F: hw/*/puv3*
1341F: hw/unicore32/
1342
1343X86 Machines
1344------------
1345PC
1346M: Michael S. Tsirkin <mst@redhat.com>
1347M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1348S: Supported
1349F: include/hw/i386/
1350F: hw/i386/
1351F: hw/pci-host/i440fx.c
1352F: hw/pci-host/q35.c
1353F: hw/pci-host/pam.c
1354F: include/hw/pci-host/i440fx.h
1355F: include/hw/pci-host/q35.h
1356F: include/hw/pci-host/pam.h
1357F: hw/isa/piix3.c
1358F: hw/isa/lpc_ich9.c
1359F: hw/i2c/smbus_ich9.c
1360F: hw/acpi/piix4.c
1361F: hw/acpi/ich9.c
1362F: include/hw/acpi/ich9.h
1363F: include/hw/southbridge/piix.h
1364F: hw/misc/sga.c
1365F: hw/isa/apm.c
1366F: include/hw/isa/apm.h
1367F: tests/test-x86-cpuid.c
1368F: tests/qtest/test-x86-cpuid-compat.c
1369
1370PC Chipset
1371M: Michael S. Tsirkin <mst@redhat.com>
1372M: Paolo Bonzini <pbonzini@redhat.com>
1373S: Supported
1374F: hw/char/debugcon.c
1375F: hw/char/parallel*
1376F: hw/char/serial*
1377F: hw/dma/i8257*
1378F: hw/i2c/pm_smbus.c
1379F: hw/input/pckbd.c
1380F: hw/intc/apic*
1381F: hw/intc/ioapic*
1382F: hw/intc/i8259*
1383F: hw/isa/isa-superio.c
1384F: hw/misc/debugexit.c
1385F: hw/misc/pc-testdev.c
1386F: hw/timer/hpet*
1387F: hw/timer/i8254*
1388F: hw/rtc/mc146818rtc*
1389F: hw/watchdog/wdt_ib700.c
1390F: hw/watchdog/wdt_i6300esb.c
1391F: include/hw/display/vga.h
1392F: include/hw/char/parallel.h
1393F: include/hw/dma/i8257.h
1394F: include/hw/i2c/pm_smbus.h
1395F: include/hw/input/i8042.h
1396F: include/hw/isa/i8259_internal.h
1397F: include/hw/isa/superio.h
1398F: include/hw/timer/hpet.h
1399F: include/hw/timer/i8254*
1400F: include/hw/rtc/mc146818rtc*
1401
1402microvm
1403M: Sergio Lopez <slp@redhat.com>
1404M: Paolo Bonzini <pbonzini@redhat.com>
1405S: Maintained
1406F: docs/microvm.rst
1407F: hw/i386/microvm.c
1408F: include/hw/i386/microvm.h
1409F: pc-bios/bios-microvm.bin
1410
1411Machine core
1412M: Eduardo Habkost <ehabkost@redhat.com>
1413M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1414S: Supported
1415F: hw/core/cpu.c
1416F: hw/core/machine-qmp-cmds.c
1417F: hw/core/machine.c
1418F: hw/core/null-machine.c
1419F: hw/core/numa.c
1420F: hw/cpu/cluster.c
1421F: qapi/machine.json
1422F: qapi/machine-target.json
1423F: include/hw/boards.h
1424F: include/hw/core/cpu.h
1425F: include/hw/cpu/cluster.h
1426F: include/sysemu/numa.h
1427T: git https://github.com/ehabkost/qemu.git machine-next
1428
1429Xtensa Machines
1430---------------
1431sim
1432M: Max Filippov <jcmvbkbc@gmail.com>
1433S: Maintained
1434F: hw/xtensa/sim.c
1435
1436virt
1437M: Max Filippov <jcmvbkbc@gmail.com>
1438S: Maintained
1439F: hw/xtensa/virt.c
1440
1441XTFPGA (LX60, LX200, ML605, KC705)
1442M: Max Filippov <jcmvbkbc@gmail.com>
1443S: Maintained
1444F: hw/xtensa/xtfpga.c
1445F: hw/net/opencores_eth.c
1446
1447Devices
1448-------
1449EDU
1450M: Jiri Slaby <jslaby@suse.cz>
1451S: Maintained
1452F: hw/misc/edu.c
1453
1454IDE
1455M: John Snow <jsnow@redhat.com>
1456L: qemu-block@nongnu.org
1457S: Supported
1458F: include/hw/ide.h
1459F: include/hw/ide/
1460F: hw/ide/
1461F: hw/block/block.c
1462F: hw/block/cdrom.c
1463F: hw/block/hd-geometry.c
1464F: tests/qtest/ide-test.c
1465F: tests/qtest/ahci-test.c
1466F: tests/qtest/cdrom-test.c
1467F: tests/qtest/libqos/ahci*
1468T: git https://github.com/jnsnow/qemu.git ide
1469
1470IPMI
1471M: Corey Minyard <minyard@acm.org>
1472S: Maintained
1473F: include/hw/ipmi/*
1474F: hw/ipmi/*
1475F: hw/smbios/smbios_type_38.c
1476F: tests/qtest/ipmi*
1477T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1478
1479Floppy
1480M: John Snow <jsnow@redhat.com>
1481L: qemu-block@nongnu.org
1482S: Supported
1483F: hw/block/fdc.c
1484F: include/hw/block/fdc.h
1485F: tests/qtest/fdc-test.c
1486T: git https://github.com/jnsnow/qemu.git ide
1487
1488OMAP
1489M: Peter Maydell <peter.maydell@linaro.org>
1490L: qemu-arm@nongnu.org
1491S: Maintained
1492F: hw/*/omap*
1493F: include/hw/arm/omap.h
1494
1495IPack
1496M: Alberto Garcia <berto@igalia.com>
1497S: Odd Fixes
1498F: hw/char/ipoctal232.c
1499F: hw/ipack/
1500
1501PCI
1502M: Michael S. Tsirkin <mst@redhat.com>
1503M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1504S: Supported
1505F: include/hw/pci/*
1506F: hw/misc/pci-testdev.c
1507F: hw/pci/*
1508F: hw/pci-bridge/*
1509F: docs/pci*
1510F: docs/specs/*pci*
1511F: default-configs/pci.mak
1512
1513ACPI/SMBIOS
1514M: Michael S. Tsirkin <mst@redhat.com>
1515M: Igor Mammedov <imammedo@redhat.com>
1516S: Supported
1517F: include/hw/acpi/*
1518F: include/hw/firmware/smbios.h
1519F: hw/mem/*
1520F: hw/acpi/*
1521F: hw/smbios/*
1522F: hw/i386/acpi-build.[hc]
1523F: hw/arm/virt-acpi-build.c
1524F: tests/qtest/bios-tables-test.c
1525F: tests/qtest/acpi-utils.[hc]
1526F: tests/data/acpi/
1527
1528ACPI/HEST/GHES
1529R: Dongjiu Geng <gengdongjiu@huawei.com>
1530R: Xiang Zheng <zhengxiang9@huawei.com>
1531L: qemu-arm@nongnu.org
1532S: Maintained
1533F: hw/acpi/ghes.c
1534F: include/hw/acpi/ghes.h
1535F: docs/specs/acpi_hest_ghes.rst
1536
1537ppc4xx
1538M: David Gibson <david@gibson.dropbear.id.au>
1539L: qemu-ppc@nongnu.org
1540S: Odd Fixes
1541F: hw/ppc/ppc4*.c
1542F: hw/i2c/ppc4xx_i2c.c
1543F: include/hw/ppc/ppc4xx.h
1544F: include/hw/i2c/ppc4xx_i2c.h
1545
1546Character devices
1547M: Marc-André Lureau <marcandre.lureau@redhat.com>
1548R: Paolo Bonzini <pbonzini@redhat.com>
1549S: Odd Fixes
1550F: hw/char/
1551
1552Network devices
1553M: Jason Wang <jasowang@redhat.com>
1554S: Odd Fixes
1555F: hw/net/
1556F: include/hw/net/
1557F: tests/qtest/virtio-net-test.c
1558F: docs/virtio-net-failover.rst
1559T: git https://github.com/jasowang/qemu.git net
1560
1561Parallel NOR Flash devices
1562M: Philippe Mathieu-Daudé <philmd@redhat.com>
1563T: git https://gitlab.com/philmd/qemu.git pflash-next
1564S: Maintained
1565F: hw/block/pflash_cfi*.c
1566F: include/hw/block/flash.h
1567
1568SCSI
1569M: Paolo Bonzini <pbonzini@redhat.com>
1570R: Fam Zheng <fam@euphon.net>
1571S: Supported
1572F: include/hw/scsi/*
1573F: hw/scsi/*
1574F: tests/qtest/virtio-scsi-test.c
1575T: git https://github.com/bonzini/qemu.git scsi-next
1576
1577SSI
1578M: Alistair Francis <alistair@alistair23.me>
1579S: Maintained
1580F: hw/ssi/*
1581F: hw/block/m25p80.c
1582F: include/hw/ssi/ssi.h
1583X: hw/ssi/xilinx_*
1584F: tests/qtest/m25p80-test.c
1585
1586Xilinx SPI
1587M: Alistair Francis <alistair@alistair23.me>
1588S: Maintained
1589F: hw/ssi/xilinx_*
1590
1591SD (Secure Card)
1592M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1593S: Odd Fixes
1594F: include/hw/sd/sd*
1595F: hw/sd/core.c
1596F: hw/sd/sd*
1597F: hw/sd/ssi-sd.c
1598F: tests/qtest/sd*
1599
1600USB
1601M: Gerd Hoffmann <kraxel@redhat.com>
1602S: Maintained
1603F: hw/usb/*
1604F: tests/qtest/usb-*-test.c
1605F: docs/usb2.txt
1606F: docs/usb-storage.txt
1607F: include/hw/usb.h
1608F: include/hw/usb/
1609F: default-configs/usb.mak
1610
1611USB (serial adapter)
1612M: Gerd Hoffmann <kraxel@redhat.com>
1613M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1614S: Maintained
1615F: hw/usb/dev-serial.c
1616
1617VFIO
1618M: Alex Williamson <alex.williamson@redhat.com>
1619S: Supported
1620F: hw/vfio/*
1621F: include/hw/vfio/
1622
1623vfio-ccw
1624M: Cornelia Huck <cohuck@redhat.com>
1625M: Eric Farman <farman@linux.ibm.com>
1626S: Supported
1627F: hw/vfio/ccw.c
1628F: hw/s390x/s390-ccw.c
1629F: include/hw/s390x/s390-ccw.h
1630F: include/hw/s390x/vfio-ccw.h
1631T: git https://github.com/cohuck/qemu.git s390-next
1632L: qemu-s390x@nongnu.org
1633
1634vfio-ap
1635M: Christian Borntraeger <borntraeger@de.ibm.com>
1636M: Tony Krowiak <akrowiak@linux.ibm.com>
1637M: Halil Pasic <pasic@linux.ibm.com>
1638M: Pierre Morel <pmorel@linux.ibm.com>
1639S: Supported
1640F: hw/s390x/ap-device.c
1641F: hw/s390x/ap-bridge.c
1642F: include/hw/s390x/ap-device.h
1643F: include/hw/s390x/ap-bridge.h
1644F: hw/vfio/ap.c
1645F: docs/system/s390x/vfio-ap.rst
1646L: qemu-s390x@nongnu.org
1647
1648vhost
1649M: Michael S. Tsirkin <mst@redhat.com>
1650S: Supported
1651F: hw/*/*vhost*
1652F: docs/interop/vhost-user.json
1653F: docs/interop/vhost-user.rst
1654F: contrib/vhost-user-*/
1655F: backends/vhost-user.c
1656F: include/sysemu/vhost-user-backend.h
1657
1658virtio
1659M: Michael S. Tsirkin <mst@redhat.com>
1660S: Supported
1661F: hw/*/virtio*
1662F: hw/virtio/Makefile.objs
1663F: hw/virtio/trace-events
1664F: net/vhost-user.c
1665F: include/hw/virtio/
1666
1667virtio-balloon
1668M: Michael S. Tsirkin <mst@redhat.com>
1669M: David Hildenbrand <david@redhat.com>
1670S: Maintained
1671F: hw/virtio/virtio-balloon*.c
1672F: include/hw/virtio/virtio-balloon.h
1673F: balloon.c
1674F: include/sysemu/balloon.h
1675
1676virtio-9p
1677M: Greg Kurz <groug@kaod.org>
1678M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1679S: Odd Fixes
1680F: hw/9pfs/
1681X: hw/9pfs/xen-9p*
1682F: fsdev/
1683F: docs/interop/virtfs-proxy-helper.rst
1684F: tests/qtest/virtio-9p-test.c
1685T: git https://github.com/gkurz/qemu.git 9p-next
1686
1687virtio-blk
1688M: Stefan Hajnoczi <stefanha@redhat.com>
1689L: qemu-block@nongnu.org
1690S: Supported
1691F: hw/block/virtio-blk.c
1692F: hw/block/dataplane/*
1693F: tests/qtest/virtio-blk-test.c
1694T: git https://github.com/stefanha/qemu.git block
1695
1696virtio-ccw
1697M: Cornelia Huck <cohuck@redhat.com>
1698M: Halil Pasic <pasic@linux.ibm.com>
1699S: Supported
1700F: hw/s390x/virtio-ccw*.[hc]
1701F: hw/s390x/vhost-vsock-ccw.c
1702T: git https://github.com/cohuck/qemu.git s390-next
1703T: git https://github.com/borntraeger/qemu.git s390-next
1704L: qemu-s390x@nongnu.org
1705
1706virtiofs
1707M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1708M: Stefan Hajnoczi <stefanha@redhat.com>
1709S: Supported
1710F: tools/virtiofsd/*
1711F: hw/virtio/vhost-user-fs*
1712F: include/hw/virtio/vhost-user-fs.h
1713F: docs/interop/virtiofsd.rst
1714
1715virtio-input
1716M: Gerd Hoffmann <kraxel@redhat.com>
1717S: Maintained
1718F: hw/input/vhost-user-input.c
1719F: hw/input/virtio-input*.c
1720F: include/hw/virtio/virtio-input.h
1721F: contrib/vhost-user-input/*
1722
1723virtio-iommu
1724M: Eric Auger <eric.auger@redhat.com>
1725S: Maintained
1726F: hw/virtio/virtio-iommu*.c
1727F: include/hw/virtio/virtio-iommu.h
1728
1729virtio-serial
1730M: Laurent Vivier <lvivier@redhat.com>
1731R: Amit Shah <amit@kernel.org>
1732S: Supported
1733F: hw/char/virtio-serial-bus.c
1734F: hw/char/virtio-console.c
1735F: include/hw/virtio/virtio-serial.h
1736F: tests/qtest/virtio-serial-test.c
1737
1738virtio-rng
1739M: Laurent Vivier <lvivier@redhat.com>
1740R: Amit Shah <amit@kernel.org>
1741S: Supported
1742F: hw/virtio/virtio-rng.c
1743F: include/hw/virtio/virtio-rng.h
1744F: include/sysemu/rng*.h
1745F: backends/rng*.c
1746F: tests/qtest/virtio-rng-test.c
1747
1748virtio-crypto
1749M: Gonglei <arei.gonglei@huawei.com>
1750S: Supported
1751F: hw/virtio/virtio-crypto.c
1752F: hw/virtio/virtio-crypto-pci.c
1753F: include/hw/virtio/virtio-crypto.h
1754
1755nvme
1756M: Keith Busch <kbusch@kernel.org>
1757L: qemu-block@nongnu.org
1758S: Supported
1759F: hw/block/nvme*
1760F: tests/qtest/nvme-test.c
1761
1762megasas
1763M: Hannes Reinecke <hare@suse.com>
1764L: qemu-block@nongnu.org
1765S: Supported
1766F: hw/scsi/megasas.c
1767F: hw/scsi/mfi.h
1768F: tests/qtest/megasas-test.c
1769
1770Network packet abstractions
1771M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1772S: Maintained
1773F: include/net/eth.h
1774F: net/eth.c
1775F: hw/net/net_rx_pkt*
1776F: hw/net/net_tx_pkt*
1777
1778Vmware
1779M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1780S: Maintained
1781F: hw/net/vmxnet*
1782F: hw/scsi/vmw_pvscsi*
1783F: tests/qtest/vmxnet3-test.c
1784
1785Rocker
1786M: Jiri Pirko <jiri@resnulli.us>
1787S: Maintained
1788F: hw/net/rocker/
1789F: tests/rocker/
1790F: docs/specs/rocker.txt
1791
1792NVDIMM
1793M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1794S: Maintained
1795F: hw/acpi/nvdimm.c
1796F: hw/mem/nvdimm.c
1797F: include/hw/mem/nvdimm.h
1798F: docs/nvdimm.txt
1799
1800e1000x
1801M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1802S: Maintained
1803F: hw/net/e1000x*
1804
1805e1000e
1806M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1807S: Maintained
1808F: hw/net/e1000e*
1809
1810eepro100
1811M: Stefan Weil <sw@weilnetz.de>
1812S: Maintained
1813F: hw/net/eepro100.c
1814
1815tulip
1816M: Sven Schnelle <svens@stackframe.org>
1817S: Maintained
1818F: hw/net/tulip.c
1819F: hw/net/tulip.h
1820
1821Generic Loader
1822M: Alistair Francis <alistair@alistair23.me>
1823S: Maintained
1824F: hw/core/generic-loader.c
1825F: include/hw/core/generic-loader.h
1826F: docs/generic-loader.txt
1827
1828Intel Hexadecimal Object File Loader
1829M: Su Hang <suhang16@mails.ucas.ac.cn>
1830S: Maintained
1831F: tests/qtest/hexloader-test.c
1832F: tests/data/hex-loader/test.hex
1833
1834CHRP NVRAM
1835M: Thomas Huth <thuth@redhat.com>
1836S: Maintained
1837F: hw/nvram/chrp_nvram.c
1838F: include/hw/nvram/chrp_nvram.h
1839F: tests/qtest/prom-env-test.c
1840
1841VM Generation ID
1842M: Ben Warren <ben@skyportsystems.com>
1843S: Maintained
1844F: hw/acpi/vmgenid.c
1845F: include/hw/acpi/vmgenid.h
1846F: docs/specs/vmgenid.txt
1847F: tests/qtest/vmgenid-test.c
1848F: stubs/vmgenid.c
1849
1850Unimplemented device
1851M: Peter Maydell <peter.maydell@linaro.org>
1852R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1853S: Maintained
1854F: include/hw/misc/unimp.h
1855F: hw/misc/unimp.c
1856
1857Standard VGA
1858M: Gerd Hoffmann <kraxel@redhat.com>
1859S: Maintained
1860F: hw/display/vga*
1861F: hw/display/bochs-display.c
1862F: include/hw/display/vga.h
1863F: include/hw/display/bochs-vbe.h
1864
1865ramfb
1866M: Gerd Hoffmann <kraxel@redhat.com>
1867S: Maintained
1868F: hw/display/ramfb*.c
1869F: include/hw/display/ramfb.h
1870
1871virtio-gpu
1872M: Gerd Hoffmann <kraxel@redhat.com>
1873S: Maintained
1874F: hw/display/virtio-gpu*
1875F: hw/display/virtio-vga.*
1876F: include/hw/virtio/virtio-gpu.h
1877
1878vhost-user-blk
1879M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1880S: Maintained
1881F: contrib/vhost-user-blk/
1882F: contrib/vhost-user-scsi/
1883F: hw/block/vhost-user-blk.c
1884F: hw/scsi/vhost-user-scsi.c
1885F: hw/virtio/vhost-user-blk-pci.c
1886F: hw/virtio/vhost-user-scsi-pci.c
1887F: include/hw/virtio/vhost-user-blk.h
1888F: include/hw/virtio/vhost-user-scsi.h
1889
1890vhost-user-gpu
1891M: Marc-André Lureau <marcandre.lureau@redhat.com>
1892M: Gerd Hoffmann <kraxel@redhat.com>
1893S: Maintained
1894F: docs/interop/vhost-user-gpu.rst
1895F: contrib/vhost-user-gpu
1896F: hw/display/vhost-user-*
1897
1898Cirrus VGA
1899M: Gerd Hoffmann <kraxel@redhat.com>
1900S: Odd Fixes
1901W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1902F: hw/display/cirrus*
1903
1904EDID Generator
1905M: Gerd Hoffmann <kraxel@redhat.com>
1906S: Maintained
1907F: hw/display/edid*
1908F: include/hw/display/edid.h
1909F: qemu-edid.c
1910
1911PIIX4 South Bridge (i82371AB)
1912M: Hervé Poussineau <hpoussin@reactos.org>
1913M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1914S: Maintained
1915F: hw/isa/piix4.c
1916F: include/hw/southbridge/piix.h
1917
1918Firmware configuration (fw_cfg)
1919M: Philippe Mathieu-Daudé <philmd@redhat.com>
1920R: Laszlo Ersek <lersek@redhat.com>
1921R: Gerd Hoffmann <kraxel@redhat.com>
1922S: Supported
1923F: docs/specs/fw_cfg.txt
1924F: hw/nvram/fw_cfg.c
1925F: stubs/fw_cfg.c
1926F: include/hw/nvram/fw_cfg.h
1927F: include/standard-headers/linux/qemu_fw_cfg.h
1928F: tests/qtest/libqos/fw_cfg.c
1929F: tests/qtest/fw_cfg-test.c
1930T: git https://github.com/philmd/qemu.git fw_cfg-next
1931
1932XIVE
1933M: David Gibson <david@gibson.dropbear.id.au>
1934M: Cédric Le Goater <clg@kaod.org>
1935L: qemu-ppc@nongnu.org
1936S: Supported
1937F: hw/*/*xive*
1938F: include/hw/*/*xive*
1939F: docs/*/*xive*
1940
1941Subsystems
1942----------
1943Audio
1944M: Gerd Hoffmann <kraxel@redhat.com>
1945S: Maintained
1946F: audio/
1947F: hw/audio/
1948F: include/hw/audio/
1949F: tests/qtest/ac97-test.c
1950F: tests/qtest/es1370-test.c
1951F: tests/qtest/intel-hda-test.c
1952
1953Block layer core
1954M: Kevin Wolf <kwolf@redhat.com>
1955M: Max Reitz <mreitz@redhat.com>
1956L: qemu-block@nongnu.org
1957S: Supported
1958F: block*
1959F: block/
1960F: hw/block/
1961F: include/block/
1962F: qemu-img*
1963F: docs/interop/qemu-img.rst
1964F: qemu-io*
1965F: tests/qemu-iotests/
1966F: util/qemu-progress.c
1967F: qobject/block-qdict.c
1968F: tests/check-block-qdict.c
1969T: git https://repo.or.cz/qemu/kevin.git block
1970
1971Block I/O path
1972M: Stefan Hajnoczi <stefanha@redhat.com>
1973M: Fam Zheng <fam@euphon.net>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: util/async.c
1977F: util/aio-*.c
1978F: util/aio-*.h
1979F: util/fdmon-*.c
1980F: block/io.c
1981F: migration/block*
1982F: include/block/aio.h
1983F: include/block/aio-wait.h
1984F: scripts/qemugdb/aio.py
1985T: git https://github.com/stefanha/qemu.git block
1986
1987Block SCSI subsystem
1988M: Paolo Bonzini <pbonzini@redhat.com>
1989R: Fam Zheng <fam@euphon.net>
1990L: qemu-block@nongnu.org
1991S: Supported
1992F: include/scsi/*
1993F: scsi/*
1994
1995Block Jobs
1996M: John Snow <jsnow@redhat.com>
1997L: qemu-block@nongnu.org
1998S: Supported
1999F: blockjob.c
2000F: include/block/blockjob.h
2001F: job.c
2002F: job-qmp.c
2003F: include/qemu/job.h
2004F: block/backup.c
2005F: block/commit.c
2006F: block/stream.c
2007F: block/mirror.c
2008F: qapi/job.json
2009T: git https://github.com/jnsnow/qemu.git jobs
2010
2011Block QAPI, monitor, command line
2012M: Markus Armbruster <armbru@redhat.com>
2013S: Supported
2014F: blockdev.c
2015F: blockdev-hmp-cmds.c
2016F: block/qapi.c
2017F: qapi/block*.json
2018F: qapi/transaction.json
2019T: git https://repo.or.cz/qemu/armbru.git block-next
2020
2021Dirty Bitmaps
2022M: Eric Blake <eblake@redhat.com>
2023M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2024R: John Snow <jsnow@redhat.com>
2025L: qemu-block@nongnu.org
2026S: Supported
2027F: include/qemu/hbitmap.h
2028F: include/block/dirty-bitmap.h
2029F: block/monitor/bitmap-qmp-cmds.c
2030F: block/dirty-bitmap.c
2031F: block/qcow2-bitmap.c
2032F: migration/block-dirty-bitmap.c
2033F: util/hbitmap.c
2034F: tests/test-hbitmap.c
2035F: docs/interop/bitmaps.rst
2036T: git https://repo.or.cz/qemu/ericb.git bitmaps
2037
2038Character device backends
2039M: Marc-André Lureau <marcandre.lureau@redhat.com>
2040R: Paolo Bonzini <pbonzini@redhat.com>
2041S: Maintained
2042F: chardev/
2043F: include/chardev/
2044F: qapi/char.json
2045
2046Character Devices (Braille)
2047M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2048S: Maintained
2049F: chardev/baum.c
2050
2051Command line option argument parsing
2052M: Markus Armbruster <armbru@redhat.com>
2053S: Supported
2054F: include/qemu/option.h
2055F: tests/test-keyval.c
2056F: tests/test-qemu-opts.c
2057F: util/keyval.c
2058F: util/qemu-option.c
2059
2060Coverity model
2061M: Markus Armbruster <armbru@redhat.com>
2062S: Supported
2063F: scripts/coverity-model.c
2064
2065Coverity Scan integration
2066M: Peter Maydell <peter.maydell@linaro.org>
2067S: Maintained
2068F: scripts/coverity-scan/
2069
2070Device Tree
2071M: Alistair Francis <alistair.francis@wdc.com>
2072R: David Gibson <david@gibson.dropbear.id.au>
2073S: Maintained
2074F: device_tree.c
2075F: include/sysemu/device_tree.h
2076
2077Dump
2078S: Supported
2079M: Marc-André Lureau <marcandre.lureau@redhat.com>
2080F: dump/
2081F: hw/misc/vmcoreinfo.c
2082F: include/hw/misc/vmcoreinfo.h
2083F: include/qemu/win_dump_defs
2084F: include/sysemu/dump-arch.h
2085F: include/sysemu/dump.h
2086F: qapi/dump.json
2087F: scripts/dump-guest-memory.py
2088F: stubs/dump.c
2089
2090Error reporting
2091M: Markus Armbruster <armbru@redhat.com>
2092S: Supported
2093F: include/qapi/error.h
2094F: include/qemu/error-report.h
2095F: qapi/error.json
2096F: util/error.c
2097F: util/qemu-error.c
2098F: scripts/coccinelle/err-bad-newline.cocci
2099F: scripts/coccinelle/error-use-after-free.cocci
2100F: scripts/coccinelle/error_propagate_null.cocci
2101F: scripts/coccinelle/remove_local_err.cocci
2102F: scripts/coccinelle/use-error_fatal.cocci
2103
2104GDB stub
2105M: Alex Bennée <alex.bennee@linaro.org>
2106R: Philippe Mathieu-Daudé <philmd@redhat.com>
2107S: Maintained
2108F: gdbstub*
2109F: gdb-xml/
2110
2111Memory API
2112M: Paolo Bonzini <pbonzini@redhat.com>
2113S: Supported
2114F: include/exec/ioport.h
2115F: ioport.c
2116F: include/exec/memop.h
2117F: include/exec/memory.h
2118F: include/exec/ram_addr.h
2119F: include/exec/ramblock.h
2120F: memory.c
2121F: include/exec/memory-internal.h
2122F: exec.c
2123F: scripts/coccinelle/memory-region-housekeeping.cocci
2124
2125SPICE
2126M: Gerd Hoffmann <kraxel@redhat.com>
2127S: Supported
2128F: include/ui/qemu-spice.h
2129F: include/ui/spice-display.h
2130F: ui/spice-*.c
2131F: audio/spiceaudio.c
2132F: hw/display/qxl*
2133F: qapi/ui.json
2134F: docs/spice-port-fqdn.txt
2135
2136Graphics
2137M: Gerd Hoffmann <kraxel@redhat.com>
2138S: Odd Fixes
2139F: ui/
2140F: include/ui/
2141F: qapi/ui.json
2142F: util/drm.c
2143
2144Cocoa graphics
2145M: Peter Maydell <peter.maydell@linaro.org>
2146S: Odd Fixes
2147F: ui/cocoa.m
2148
2149Main loop
2150M: Paolo Bonzini <pbonzini@redhat.com>
2151S: Maintained
2152F: cpus.c
2153F: include/qemu/main-loop.h
2154F: include/sysemu/runstate.h
2155F: util/main-loop.c
2156F: util/qemu-timer.c
2157F: softmmu/vl.c
2158F: softmmu/main.c
2159F: qapi/run-state.json
2160
2161Human Monitor (HMP)
2162M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2163S: Maintained
2164F: monitor/monitor-internal.h
2165F: monitor/misc.c
2166F: monitor/monitor.c
2167F: monitor/hmp*
2168F: hmp.h
2169F: hmp-commands*.hx
2170F: include/monitor/hmp-target.h
2171F: tests/qtest/test-hmp.c
2172F: include/qemu/qemu-print.h
2173F: util/qemu-print.c
2174
2175Network device backends
2176M: Jason Wang <jasowang@redhat.com>
2177S: Maintained
2178F: net/
2179F: include/net/
2180F: qemu-bridge-helper.c
2181T: git https://github.com/jasowang/qemu.git net
2182F: qapi/net.json
2183
2184Netmap network backend
2185M: Luigi Rizzo <rizzo@iet.unipi.it>
2186M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2187M: Vincenzo Maffione <v.maffione@gmail.com>
2188W: http://info.iet.unipi.it/~luigi/netmap/
2189S: Maintained
2190F: net/netmap.c
2191
2192Host Memory Backends
2193M: Eduardo Habkost <ehabkost@redhat.com>
2194M: Igor Mammedov <imammedo@redhat.com>
2195S: Maintained
2196F: backends/hostmem*.c
2197F: include/sysemu/hostmem.h
2198T: git https://github.com/ehabkost/qemu.git machine-next
2199
2200Cryptodev Backends
2201M: Gonglei <arei.gonglei@huawei.com>
2202S: Maintained
2203F: include/sysemu/cryptodev*.h
2204F: backends/cryptodev*.c
2205
2206Python scripts
2207M: Eduardo Habkost <ehabkost@redhat.com>
2208M: Cleber Rosa <crosa@redhat.com>
2209S: Odd fixes
2210F: python/qemu/*py
2211F: scripts/*.py
2212F: tests/*.py
2213
2214Benchmark util
2215M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2216S: Maintained
2217F: scripts/simplebench/
2218
2219QAPI
2220M: Markus Armbruster <armbru@redhat.com>
2221M: Michael Roth <mdroth@linux.vnet.ibm.com>
2222S: Supported
2223F: qapi/
2224X: qapi/*.json
2225F: include/qapi/
2226X: include/qapi/qmp/
2227F: include/qapi/qmp/dispatch.h
2228F: tests/qapi-schema/
2229F: tests/test-*-visitor.c
2230F: tests/test-qapi-*.c
2231F: tests/test-qmp-*.c
2232F: tests/test-visitor-serialization.c
2233F: scripts/qapi-gen.py
2234F: scripts/qapi/*
2235F: docs/devel/qapi*
2236T: git https://repo.or.cz/qemu/armbru.git qapi-next
2237
2238QAPI Schema
2239M: Eric Blake <eblake@redhat.com>
2240M: Markus Armbruster <armbru@redhat.com>
2241S: Supported
2242F: qapi/*.json
2243T: git https://repo.or.cz/qemu/armbru.git qapi-next
2244
2245QObject
2246M: Markus Armbruster <armbru@redhat.com>
2247S: Supported
2248F: qobject/
2249F: include/qapi/qmp/
2250X: include/qapi/qmp/dispatch.h
2251F: scripts/coccinelle/qobject.cocci
2252F: tests/check-qdict.c
2253F: tests/check-qjson.c
2254F: tests/check-qlist.c
2255F: tests/check-qlit.c
2256F: tests/check-qnull.c
2257F: tests/check-qnum.c
2258F: tests/check-qobject.c
2259F: tests/check-qstring.c
2260F: tests/data/qobject/qdict.txt
2261T: git https://repo.or.cz/qemu/armbru.git qapi-next
2262
2263QEMU Guest Agent
2264M: Michael Roth <mdroth@linux.vnet.ibm.com>
2265S: Maintained
2266F: qga/
2267F: docs/interop/qemu-ga.rst
2268F: scripts/qemu-guest-agent/
2269F: tests/test-qga.c
2270F: docs/interop/qemu-ga-ref.texi
2271T: git https://github.com/mdroth/qemu.git qga
2272
2273QOM
2274M: Paolo Bonzini <pbonzini@redhat.com>
2275R: Daniel P. Berrange <berrange@redhat.com>
2276R: Eduardo Habkost <ehabkost@redhat.com>
2277S: Supported
2278F: docs/qdev-device-use.txt
2279F: hw/core/qdev*
2280F: include/hw/qdev*
2281F: include/monitor/qdev.h
2282F: include/qom/
2283F: qapi/qom.json
2284F: qapi/qdev.json
2285F: qdev-monitor.c
2286F: qom/
2287F: tests/check-qom-interface.c
2288F: tests/check-qom-proplist.c
2289F: tests/test-qdev-global-props.c
2290
2291QMP
2292M: Markus Armbruster <armbru@redhat.com>
2293S: Supported
2294F: monitor/monitor-internal.h
2295F: monitor/qmp*
2296F: monitor/misc.c
2297F: monitor/monitor.c
2298F: qapi/error.json
2299F: docs/devel/*qmp-*
2300F: docs/interop/*qmp-*
2301F: scripts/qmp/
2302F: tests/qtest/qmp-test.c
2303F: tests/qtest/qmp-cmd-test.c
2304T: git https://repo.or.cz/qemu/armbru.git qapi-next
2305
2306qtest
2307M: Thomas Huth <thuth@redhat.com>
2308M: Laurent Vivier <lvivier@redhat.com>
2309R: Paolo Bonzini <pbonzini@redhat.com>
2310S: Maintained
2311F: qtest.c
2312F: accel/qtest.c
2313F: tests/qtest/
2314
2315Device Fuzzing
2316M: Alexander Bulekov <alxndr@bu.edu>
2317R: Paolo Bonzini <pbonzini@redhat.com>
2318R: Bandan Das <bsd@redhat.com>
2319R: Stefan Hajnoczi <stefanha@redhat.com>
2320S: Maintained
2321F: tests/qtest/fuzz/
2322
2323Register API
2324M: Alistair Francis <alistair@alistair23.me>
2325S: Maintained
2326F: hw/core/register.c
2327F: include/hw/register.h
2328F: include/hw/registerfields.h
2329
2330SLIRP
2331M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2332S: Maintained
2333F: slirp/
2334F: net/slirp.c
2335F: include/net/slirp.h
2336T: git https://people.debian.org/~sthibault/qemu.git slirp
2337
2338Streams
2339M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2340S: Maintained
2341F: hw/core/stream.c
2342F: include/hw/stream.h
2343
2344Stubs
2345M: Paolo Bonzini <pbonzini@redhat.com>
2346S: Maintained
2347F: stubs/
2348
2349Tracing
2350M: Stefan Hajnoczi <stefanha@redhat.com>
2351S: Maintained
2352F: trace/
2353F: trace-events
2354F: docs/qemu-option-trace.rst.inc
2355F: scripts/tracetool.py
2356F: scripts/tracetool/
2357F: scripts/qemu-trace-stap*
2358F: docs/interop/qemu-trace-stap.rst
2359F: docs/devel/tracing.txt
2360T: git https://github.com/stefanha/qemu.git tracing
2361
2362TPM
2363M: Stefan Berger <stefanb@linux.ibm.com>
2364S: Maintained
2365F: tpm.c
2366F: stubs/tpm.c
2367F: hw/tpm/*
2368F: include/hw/acpi/tpm.h
2369F: include/sysemu/tpm*
2370F: qapi/tpm.json
2371F: backends/tpm.c
2372F: tests/qtest/*tpm*
2373T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2374
2375Checkpatch
2376S: Odd Fixes
2377F: scripts/checkpatch.pl
2378
2379Migration
2380M: Juan Quintela <quintela@redhat.com>
2381M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2382S: Maintained
2383F: hw/core/vmstate-if.c
2384F: include/hw/vmstate-if.h
2385F: include/migration/
2386F: migration/
2387F: scripts/vmstate-static-checker.py
2388F: tests/vmstate-static-checker-data/
2389F: tests/qtest/migration-test.c
2390F: docs/devel/migration.rst
2391F: qapi/migration.json
2392
2393D-Bus
2394M: Marc-André Lureau <marcandre.lureau@redhat.com>
2395S: Maintained
2396F: backends/dbus-vmstate.c
2397F: tests/dbus-vmstate*
2398F: util/dbus.c
2399F: include/qemu/dbus.h
2400F: docs/interop/dbus.rst
2401F: docs/interop/dbus-vmstate.rst
2402
2403Seccomp
2404M: Eduardo Otubo <otubo@redhat.com>
2405S: Supported
2406F: qemu-seccomp.c
2407F: include/sysemu/seccomp.h
2408
2409Cryptography
2410M: Daniel P. Berrange <berrange@redhat.com>
2411S: Maintained
2412F: crypto/
2413F: include/crypto/
2414F: tests/test-crypto-*
2415F: tests/benchmark-crypto-*
2416F: tests/crypto-tls-*
2417F: tests/pkix_asn1_tab.c
2418F: qemu.sasl
2419
2420Coroutines
2421M: Stefan Hajnoczi <stefanha@redhat.com>
2422M: Kevin Wolf <kwolf@redhat.com>
2423S: Maintained
2424F: util/*coroutine*
2425F: include/qemu/coroutine*
2426F: tests/test-coroutine.c
2427
2428Buffers
2429M: Daniel P. Berrange <berrange@redhat.com>
2430S: Odd fixes
2431F: util/buffer.c
2432F: include/qemu/buffer.h
2433
2434I/O Channels
2435M: Daniel P. Berrange <berrange@redhat.com>
2436S: Maintained
2437F: io/
2438F: include/io/
2439F: tests/test-io-*
2440
2441User authorization
2442M: Daniel P. Berrange <berrange@redhat.com>
2443S: Maintained
2444F: authz/
2445F: qapi/authz.json
2446F: include/authz/
2447F: tests/test-authz-*
2448
2449Sockets
2450M: Daniel P. Berrange <berrange@redhat.com>
2451M: Gerd Hoffmann <kraxel@redhat.com>
2452S: Maintained
2453F: include/qemu/sockets.h
2454F: util/qemu-sockets.c
2455F: qapi/sockets.json
2456
2457File monitor
2458M: Daniel P. Berrange <berrange@redhat.com>
2459S: Odd fixes
2460F: util/filemonitor*.c
2461F: include/qemu/filemonitor.h
2462F: tests/test-util-filemonitor.c
2463
2464Throttling infrastructure
2465M: Alberto Garcia <berto@igalia.com>
2466S: Supported
2467F: block/throttle-groups.c
2468F: include/block/throttle-groups.h
2469F: include/qemu/throttle*.h
2470F: util/throttle.c
2471F: docs/throttle.txt
2472F: tests/test-throttle.c
2473L: qemu-block@nongnu.org
2474
2475UUID
2476M: Fam Zheng <fam@euphon.net>
2477S: Supported
2478F: util/uuid.c
2479F: include/qemu/uuid.h
2480F: tests/test-uuid.c
2481
2482COLO Framework
2483M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2484S: Maintained
2485F: migration/colo*
2486F: include/migration/colo.h
2487F: include/migration/failover.h
2488F: docs/COLO-FT.txt
2489
2490COLO Proxy
2491M: Zhang Chen <chen.zhang@intel.com>
2492M: Li Zhijian <lizhijian@cn.fujitsu.com>
2493S: Supported
2494F: docs/colo-proxy.txt
2495F: net/colo*
2496F: net/filter-rewriter.c
2497F: net/filter-mirror.c
2498
2499Record/replay
2500M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2501R: Paolo Bonzini <pbonzini@redhat.com>
2502W: https://wiki.qemu.org/Features/record-replay
2503S: Supported
2504F: replay/*
2505F: block/blkreplay.c
2506F: net/filter-replay.c
2507F: include/sysemu/replay.h
2508F: docs/replay.txt
2509F: stubs/replay.c
2510
2511IOVA Tree
2512M: Peter Xu <peterx@redhat.com>
2513S: Maintained
2514F: include/qemu/iova-tree.h
2515F: util/iova-tree.c
2516
2517elf2dmp
2518M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2519S: Maintained
2520F: contrib/elf2dmp/
2521
2522I2C and SMBus
2523M: Corey Minyard <cminyard@mvista.com>
2524S: Maintained
2525F: hw/i2c/core.c
2526F: hw/i2c/smbus_slave.c
2527F: hw/i2c/smbus_master.c
2528F: hw/i2c/smbus_eeprom.c
2529F: include/hw/i2c/i2c.h
2530F: include/hw/i2c/smbus_master.h
2531F: include/hw/i2c/smbus_slave.h
2532F: include/hw/i2c/smbus_eeprom.h
2533
2534EDK2 Firmware
2535M: Laszlo Ersek <lersek@redhat.com>
2536M: Philippe Mathieu-Daudé <philmd@redhat.com>
2537S: Supported
2538F: pc-bios/descriptors/??-edk2-*.json
2539F: pc-bios/edk2-*
2540F: roms/Makefile.edk2
2541F: roms/edk2
2542F: roms/edk2-*
2543F: tests/data/uefi-boot-images/
2544F: tests/uefi-test-tools/
2545F: .gitlab-ci.d/edk2.yml
2546F: .gitlab-ci.d/edk2/
2547
2548Usermode Emulation
2549------------------
2550Overall usermode emulation
2551M: Riku Voipio <riku.voipio@iki.fi>
2552S: Maintained
2553F: thunk.c
2554F: accel/tcg/user-exec*.c
2555
2556BSD user
2557S: Orphan
2558F: bsd-user/
2559F: default-configs/*-bsd-user.mak
2560
2561Linux user
2562M: Riku Voipio <riku.voipio@iki.fi>
2563R: Laurent Vivier <laurent@vivier.eu>
2564S: Maintained
2565F: linux-user/
2566F: default-configs/*-linux-user.mak
2567F: scripts/qemu-binfmt-conf.sh
2568F: scripts/update-syscalltbl.sh
2569F: scripts/update-mips-syscall-args.sh
2570F: scripts/gensyscalls.sh
2571
2572Tiny Code Generator (TCG)
2573-------------------------
2574Common TCG code
2575M: Richard Henderson <rth@twiddle.net>
2576S: Maintained
2577F: tcg/
2578F: include/tcg/
2579
2580TCG Plugins
2581M: Alex Bennée <alex.bennee@linaro.org>
2582S: Maintained
2583F: docs/devel/tcg-plugins.rst
2584F: plugins/
2585F: tests/plugin
2586
2587AArch64 TCG target
2588M: Richard Henderson <richard.henderson@linaro.org>
2589S: Maintained
2590L: qemu-arm@nongnu.org
2591F: tcg/aarch64/
2592F: disas/arm-a64.cc
2593F: disas/libvixl/
2594
2595ARM TCG target
2596M: Andrzej Zaborowski <balrogg@gmail.com>
2597S: Maintained
2598L: qemu-arm@nongnu.org
2599F: tcg/arm/
2600F: disas/arm.c
2601
2602i386 TCG target
2603M: Richard Henderson <rth@twiddle.net>
2604S: Maintained
2605F: tcg/i386/
2606F: disas/i386.c
2607
2608MIPS TCG target
2609M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2610R: Aurelien Jarno <aurelien@aurel32.net>
2611R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2612S: Maintained
2613F: tcg/mips/
2614
2615PPC TCG target
2616M: Richard Henderson <rth@twiddle.net>
2617S: Odd Fixes
2618F: tcg/ppc/
2619F: disas/ppc.c
2620
2621RISC-V TCG target
2622M: Palmer Dabbelt <palmer@dabbelt.com>
2623M: Alistair Francis <Alistair.Francis@wdc.com>
2624L: qemu-riscv@nongnu.org
2625S: Maintained
2626F: tcg/riscv/
2627F: disas/riscv.c
2628
2629S390 TCG target
2630M: Richard Henderson <rth@twiddle.net>
2631S: Maintained
2632F: tcg/s390/
2633F: disas/s390.c
2634L: qemu-s390x@nongnu.org
2635
2636SPARC TCG target
2637S: Odd Fixes
2638F: tcg/sparc/
2639F: disas/sparc.c
2640
2641TCI TCG target
2642M: Stefan Weil <sw@weilnetz.de>
2643S: Maintained
2644F: tcg/tci/
2645F: tcg/tci.c
2646F: disas/tci.c
2647
2648Block drivers
2649-------------
2650VMDK
2651M: Fam Zheng <fam@euphon.net>
2652L: qemu-block@nongnu.org
2653S: Supported
2654F: block/vmdk.c
2655
2656RBD
2657M: Jason Dillaman <dillaman@redhat.com>
2658L: qemu-block@nongnu.org
2659S: Supported
2660F: block/rbd.c
2661
2662Sheepdog
2663M: Liu Yuan <namei.unix@gmail.com>
2664L: qemu-block@nongnu.org
2665L: sheepdog@lists.wpkg.org
2666S: Odd Fixes
2667F: block/sheepdog.c
2668
2669VHDX
2670M: Jeff Cody <codyprime@gmail.com>
2671L: qemu-block@nongnu.org
2672S: Supported
2673F: block/vhdx*
2674
2675VDI
2676M: Stefan Weil <sw@weilnetz.de>
2677L: qemu-block@nongnu.org
2678S: Maintained
2679F: block/vdi.c
2680
2681iSCSI
2682M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2683M: Paolo Bonzini <pbonzini@redhat.com>
2684M: Peter Lieven <pl@kamp.de>
2685L: qemu-block@nongnu.org
2686S: Odd Fixes
2687F: block/iscsi.c
2688F: block/iscsi-opts.c
2689
2690Network Block Device (NBD)
2691M: Eric Blake <eblake@redhat.com>
2692L: qemu-block@nongnu.org
2693S: Maintained
2694F: block/nbd*
2695F: nbd/
2696F: include/block/nbd*
2697F: qemu-nbd.*
2698F: blockdev-nbd.c
2699F: docs/interop/nbd.txt
2700F: docs/interop/qemu-nbd.rst
2701T: git https://repo.or.cz/qemu/ericb.git nbd
2702
2703NFS
2704M: Peter Lieven <pl@kamp.de>
2705L: qemu-block@nongnu.org
2706S: Maintained
2707F: block/nfs.c
2708
2709SSH
2710M: Richard W.M. Jones <rjones@redhat.com>
2711L: qemu-block@nongnu.org
2712S: Supported
2713F: block/ssh.c
2714
2715CURL
2716L: qemu-block@nongnu.org
2717S: Odd Fixes
2718F: block/curl.c
2719
2720GLUSTER
2721L: qemu-block@nongnu.org
2722L: integration@gluster.org
2723S: Odd Fixes
2724F: block/gluster.c
2725
2726Null Block Driver
2727M: Fam Zheng <fam@euphon.net>
2728L: qemu-block@nongnu.org
2729S: Supported
2730F: block/null.c
2731
2732NVMe Block Driver
2733M: Fam Zheng <fam@euphon.net>
2734L: qemu-block@nongnu.org
2735S: Supported
2736F: block/nvme*
2737
2738Bootdevice
2739M: Gonglei <arei.gonglei@huawei.com>
2740S: Maintained
2741F: bootdevice.c
2742
2743Quorum
2744M: Alberto Garcia <berto@igalia.com>
2745S: Supported
2746F: block/quorum.c
2747L: qemu-block@nongnu.org
2748
2749blklogwrites
2750M: Ari Sundholm <ari@tuxera.com>
2751L: qemu-block@nongnu.org
2752S: Supported
2753F: block/blklogwrites.c
2754
2755blkverify
2756M: Stefan Hajnoczi <stefanha@redhat.com>
2757L: qemu-block@nongnu.org
2758S: Supported
2759F: block/blkverify.c
2760
2761bochs
2762M: Stefan Hajnoczi <stefanha@redhat.com>
2763L: qemu-block@nongnu.org
2764S: Supported
2765F: block/bochs.c
2766
2767cloop
2768M: Stefan Hajnoczi <stefanha@redhat.com>
2769L: qemu-block@nongnu.org
2770S: Supported
2771F: block/cloop.c
2772
2773dmg
2774M: Stefan Hajnoczi <stefanha@redhat.com>
2775L: qemu-block@nongnu.org
2776S: Supported
2777F: block/dmg.c
2778
2779parallels
2780M: Stefan Hajnoczi <stefanha@redhat.com>
2781M: Denis V. Lunev <den@openvz.org>
2782L: qemu-block@nongnu.org
2783S: Supported
2784F: block/parallels.c
2785F: docs/interop/parallels.txt
2786
2787qed
2788M: Stefan Hajnoczi <stefanha@redhat.com>
2789L: qemu-block@nongnu.org
2790S: Supported
2791F: block/qed.c
2792
2793raw
2794M: Kevin Wolf <kwolf@redhat.com>
2795L: qemu-block@nongnu.org
2796S: Supported
2797F: block/linux-aio.c
2798F: include/block/raw-aio.h
2799F: block/raw-format.c
2800F: block/file-posix.c
2801F: block/file-win32.c
2802F: block/win32-aio.c
2803
2804Linux io_uring
2805M: Aarushi Mehta <mehta.aaru20@gmail.com>
2806M: Julia Suvorova <jusual@redhat.com>
2807M: Stefan Hajnoczi <stefanha@redhat.com>
2808L: qemu-block@nongnu.org
2809S: Maintained
2810F: block/io_uring.c
2811F: stubs/io_uring.c
2812
2813qcow2
2814M: Kevin Wolf <kwolf@redhat.com>
2815M: Max Reitz <mreitz@redhat.com>
2816L: qemu-block@nongnu.org
2817S: Supported
2818F: block/qcow2*
2819F: docs/interop/qcow2.txt
2820
2821qcow
2822M: Kevin Wolf <kwolf@redhat.com>
2823L: qemu-block@nongnu.org
2824S: Supported
2825F: block/qcow.c
2826
2827blkdebug
2828M: Kevin Wolf <kwolf@redhat.com>
2829M: Max Reitz <mreitz@redhat.com>
2830L: qemu-block@nongnu.org
2831S: Supported
2832F: block/blkdebug.c
2833
2834vpc
2835M: Kevin Wolf <kwolf@redhat.com>
2836L: qemu-block@nongnu.org
2837S: Supported
2838F: block/vpc.c
2839
2840vvfat
2841M: Kevin Wolf <kwolf@redhat.com>
2842L: qemu-block@nongnu.org
2843S: Supported
2844F: block/vvfat.c
2845
2846Image format fuzzer
2847M: Stefan Hajnoczi <stefanha@redhat.com>
2848L: qemu-block@nongnu.org
2849S: Supported
2850F: tests/image-fuzzer/
2851
2852Replication
2853M: Wen Congyang <wencongyang2@huawei.com>
2854M: Xie Changlong <xiechanglong.d@gmail.com>
2855S: Supported
2856F: replication*
2857F: block/replication.c
2858F: tests/test-replication.c
2859F: docs/block-replication.txt
2860
2861PVRDMA
2862M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2863M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2864S: Maintained
2865F: hw/rdma/*
2866F: hw/rdma/vmw/*
2867F: docs/pvrdma.txt
2868F: contrib/rdmacm-mux/*
2869F: qapi/rdma.json
2870
2871Semihosting
2872M: Alex Bennée <alex.bennee@linaro.org>
2873S: Maintained
2874F: hw/semihosting/
2875F: include/hw/semihosting/
2876
2877Build and test automation
2878-------------------------
2879Build and test automation
2880M: Alex Bennée <alex.bennee@linaro.org>
2881M: Fam Zheng <fam@euphon.net>
2882R: Philippe Mathieu-Daudé <philmd@redhat.com>
2883S: Maintained
2884F: .github/lockdown.yml
2885F: .travis.yml
2886F: scripts/travis/
2887F: .shippable.yml
2888F: tests/docker/
2889F: tests/vm/
2890F: scripts/archive-source.sh
2891W: https://travis-ci.org/qemu/qemu
2892W: https://app.shippable.com/github/qemu/qemu
2893W: http://patchew.org/QEMU/
2894
2895FreeBSD Hosted Continuous Integration
2896M: Ed Maste <emaste@freebsd.org>
2897M: Li-Wen Hsu <lwhsu@freebsd.org>
2898S: Maintained
2899F: .cirrus.yml
2900W: https://cirrus-ci.com/github/qemu/qemu
2901
2902GitLab Continuous Integration
2903M: Thomas Huth <thuth@redhat.com>
2904M: Philippe Mathieu-Daudé <philmd@redhat.com>
2905M: Alex Bennée <alex.bennee@linaro.org>
2906R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2907S: Maintained
2908F: .gitlab-ci.yml
2909
2910Guest Test Compilation Support
2911M: Alex Bennée <alex.bennee@linaro.org>
2912R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2913S: Maintained
2914F: tests/tcg/Makefile
2915F: tests/tcg/Makefile.include
2916
2917Documentation
2918-------------
2919Build system architecture
2920M: Daniel P. Berrange <berrange@redhat.com>
2921S: Odd Fixes
2922F: docs/devel/build-system.txt
2923
2924GIT Data Mining Config
2925M: Alex Bennée <alex.bennee@linaro.org>
2926S: Odd Fixes
2927F: gitdm.config
2928F: contrib/gitdm/*
2929
2930Incompatible changes
2931R: libvir-list@redhat.com
2932F: docs/system/deprecated.rst
2933
2934Build System
2935------------
2936GIT submodules
2937M: Daniel P. Berrange <berrange@redhat.com>
2938S: Odd Fixes
2939F: scripts/git-submodule.sh
2940
2941UI translations
2942M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2943F: po/*.po
2944
2945Sphinx documentation configuration and build machinery
2946M: Peter Maydell <peter.maydell@linaro.org>
2947S: Maintained
2948F: docs/conf.py
2949F: docs/*/conf.py
2950