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