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