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