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