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