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