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