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