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