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