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