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