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