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