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