migration/xbzrle: Use i386 host/cpuinfo.h
[qemu/ar7.git] / MAINTAINERS
blob1a32066231ca24d89b3f2615ebdfa75319a52bf2
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: softmmu/cpus.c
141 F: softmmu/watchpoint.c
142 F: cpus-common.c
143 F: page-vary.c
144 F: page-vary-common.c
145 F: accel/tcg/
146 F: accel/stubs/tcg-stub.c
147 F: util/cacheinfo.c
148 F: util/cacheflush.c
149 F: scripts/decodetree.py
150 F: docs/devel/decodetree.rst
151 F: docs/devel/tcg*
152 F: include/exec/cpu*.h
153 F: include/exec/exec-all.h
154 F: include/exec/tb-flush.h
155 F: include/exec/target_long.h
156 F: include/exec/helper*.h
157 F: include/sysemu/cpus.h
158 F: include/sysemu/tcg.h
159 F: include/hw/core/tcg-cpu-ops.h
160 F: host/include/*/host/cpuinfo.h
161 F: util/cpuinfo-*.c
163 FPU emulation
164 M: Aurelien Jarno <aurelien@aurel32.net>
165 M: Peter Maydell <peter.maydell@linaro.org>
166 M: Alex Bennée <alex.bennee@linaro.org>
167 S: Maintained
168 F: fpu/
169 F: include/fpu/
170 F: tests/fp/
172 Alpha TCG CPUs
173 M: Richard Henderson <richard.henderson@linaro.org>
174 S: Maintained
175 F: target/alpha/
176 F: tests/tcg/alpha/
177 F: disas/alpha.c
179 ARM TCG CPUs
180 M: Peter Maydell <peter.maydell@linaro.org>
181 L: qemu-arm@nongnu.org
182 S: Maintained
183 F: target/arm/
184 F: target/arm/tcg/
185 F: tests/tcg/arm/
186 F: tests/tcg/aarch64/
187 F: tests/qtest/arm-cpu-features.c
188 F: hw/arm/
189 F: hw/cpu/a*mpcore.c
190 F: include/hw/cpu/a*mpcore.h
191 F: docs/system/target-arm.rst
192 F: docs/system/arm/cpu-features.rst
194 ARM SMMU
195 M: Eric Auger <eric.auger@redhat.com>
196 L: qemu-arm@nongnu.org
197 S: Maintained
198 F: hw/arm/smmu*
199 F: include/hw/arm/smmu*
200 F: tests/avocado/smmu.py
202 AVR TCG CPUs
203 M: Michael Rolnik <mrolnik@gmail.com>
204 S: Maintained
205 F: docs/system/target-avr.rst
206 F: gdb-xml/avr-cpu.xml
207 F: target/avr/
208 F: tests/avocado/machine_avr6.py
210 CRIS TCG CPUs
211 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
212 S: Maintained
213 F: target/cris/
214 F: hw/cris/
215 F: include/hw/cris/
216 F: tests/tcg/cris/
217 F: disas/cris.c
219 Hexagon TCG CPUs
220 M: Taylor Simpson <tsimpson@quicinc.com>
221 S: Supported
222 F: target/hexagon/
223 X: target/hexagon/idef-parser/
224 X: target/hexagon/gen_idef_parser_funcs.py
225 F: linux-user/hexagon/
226 F: tests/tcg/hexagon/
227 F: disas/hexagon.c
228 F: configs/targets/hexagon-linux-user/default.mak
229 F: docker/dockerfiles/debian-hexagon-cross.docker
230 F: gdb-xml/hexagon*.xml
232 Hexagon idef-parser
233 M: Alessandro Di Federico <ale@rev.ng>
234 M: Anton Johansson <anjo@rev.ng>
235 S: Supported
236 F: target/hexagon/idef-parser/
237 F: target/hexagon/gen_idef_parser_funcs.py
239 HPPA (PA-RISC) TCG CPUs
240 M: Richard Henderson <richard.henderson@linaro.org>
241 S: Maintained
242 F: target/hppa/
243 F: disas/hppa.c
245 LoongArch TCG CPUs
246 M: Song Gao <gaosong@loongson.cn>
247 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
248 S: Maintained
249 F: target/loongarch/
250 F: tests/tcg/loongarch64/
251 F: tests/avocado/machine_loongarch.py
253 M68K TCG CPUs
254 M: Laurent Vivier <laurent@vivier.eu>
255 S: Maintained
256 F: target/m68k/
257 F: disas/m68k.c
259 MicroBlaze TCG CPUs
260 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
261 S: Maintained
262 F: target/microblaze/
263 F: hw/microblaze/
264 F: disas/microblaze.c
265 F: tests/docker/dockerfiles/debian-microblaze-cross.d/build-toolchain.sh
267 MIPS TCG CPUs
268 M: Philippe Mathieu-Daudé <philmd@linaro.org>
269 R: Aurelien Jarno <aurelien@aurel32.net>
270 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
271 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
272 S: Odd Fixes
273 F: target/mips/
274 F: disas/*mips.c
275 F: docs/system/cpu-models-mips.rst.inc
276 F: tests/tcg/mips/
278 NiosII TCG CPUs
279 R: Chris Wulff <crwulff@gmail.com>
280 R: Marek Vasut <marex@denx.de>
281 S: Orphan
282 F: target/nios2/
283 F: hw/nios2/
284 F: disas/nios2.c
285 F: configs/devices/nios2-softmmu/default.mak
286 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
287 F: tests/tcg/nios2/
289 OpenRISC TCG CPUs
290 M: Stafford Horne <shorne@gmail.com>
291 S: Odd Fixes
292 F: docs/system/openrisc/cpu-features.rst
293 F: target/openrisc/
294 F: hw/openrisc/
295 F: tests/tcg/openrisc/
297 PowerPC TCG CPUs
298 M: Daniel Henrique Barboza <danielhb413@gmail.com>
299 R: Cédric Le Goater <clg@kaod.org>
300 R: David Gibson <david@gibson.dropbear.id.au>
301 R: Greg Kurz <groug@kaod.org>
302 L: qemu-ppc@nongnu.org
303 S: Odd Fixes
304 F: target/ppc/
305 F: hw/ppc/ppc.c
306 F: hw/ppc/ppc_booke.c
307 F: include/hw/ppc/ppc.h
309 RISC-V TCG CPUs
310 M: Palmer Dabbelt <palmer@dabbelt.com>
311 M: Alistair Francis <alistair.francis@wdc.com>
312 M: Bin Meng <bin.meng@windriver.com>
313 R: Weiwei Li <liweiwei@iscas.ac.cn>
314 R: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
315 R: Liu Zhiwei <zhiwei_liu@linux.alibaba.com>
316 L: qemu-riscv@nongnu.org
317 S: Supported
318 F: target/riscv/
319 F: hw/riscv/
320 F: include/hw/riscv/
321 F: linux-user/host/riscv32/
322 F: linux-user/host/riscv64/
324 RISC-V XThead* extensions
325 M: Christoph Muellner <christoph.muellner@vrull.eu>
326 M: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
327 L: qemu-riscv@nongnu.org
328 S: Supported
329 F: target/riscv/insn_trans/trans_xthead.c.inc
330 F: target/riscv/xthead*.decode
332 RISC-V XVentanaCondOps extension
333 M: Philipp Tomsich <philipp.tomsich@vrull.eu>
334 L: qemu-riscv@nongnu.org
335 S: Maintained
336 F: target/riscv/XVentanaCondOps.decode
337 F: target/riscv/insn_trans/trans_xventanacondops.c.inc
339 RENESAS RX CPUs
340 R: Yoshinori Sato <ysato@users.sourceforge.jp>
341 S: Orphan
342 F: target/rx/
344 S390 TCG CPUs
345 M: Richard Henderson <richard.henderson@linaro.org>
346 M: David Hildenbrand <david@redhat.com>
347 R: Ilya Leoshkevich <iii@linux.ibm.com>
348 S: Maintained
349 F: target/s390x/
350 F: target/s390x/tcg
351 F: hw/s390x/
352 F: tests/tcg/s390x/
353 L: qemu-s390x@nongnu.org
355 SH4 TCG CPUs
356 R: Yoshinori Sato <ysato@users.sourceforge.jp>
357 S: Orphan
358 F: target/sh4/
359 F: hw/sh4/
360 F: disas/sh4.c
361 F: include/hw/sh4/
363 SPARC TCG CPUs
364 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
365 M: Artyom Tarasenko <atar4qemu@gmail.com>
366 S: Maintained
367 F: target/sparc/
368 F: hw/sparc/
369 F: hw/sparc64/
370 F: include/hw/sparc/sparc64.h
371 F: disas/sparc.c
373 X86 TCG CPUs
374 M: Paolo Bonzini <pbonzini@redhat.com>
375 M: Richard Henderson <richard.henderson@linaro.org>
376 M: Eduardo Habkost <eduardo@habkost.net>
377 S: Maintained
378 F: target/i386/tcg/
379 F: tests/tcg/i386/
380 F: tests/tcg/x86_64/
381 F: hw/i386/
382 F: docs/system/i386/cpu.rst
383 F: docs/system/cpu-models-x86*
384 T: git https://gitlab.com/ehabkost/qemu.git x86-next
386 Xtensa TCG CPUs
387 M: Max Filippov <jcmvbkbc@gmail.com>
388 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
389 S: Maintained
390 F: target/xtensa/
391 F: hw/xtensa/
392 F: tests/tcg/xtensa/
393 F: tests/tcg/xtensaeb/
394 F: disas/xtensa.c
395 F: include/hw/xtensa/xtensa-isa.h
396 F: configs/devices/xtensa*/default.mak
398 TriCore TCG CPUs
399 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
400 S: Maintained
401 F: target/tricore/
402 F: hw/tricore/
403 F: include/hw/tricore/
404 F: tests/tcg/tricore/
406 Multiarch Linux User Tests
407 M: Alex Bennée <alex.bennee@linaro.org>
408 S: Maintained
409 F: tests/tcg/multiarch/
411 Guest CPU Cores (KVM)
412 ---------------------
413 Overall KVM CPUs
414 M: Paolo Bonzini <pbonzini@redhat.com>
415 L: kvm@vger.kernel.org
416 S: Supported
417 F: */*/kvm*
418 F: accel/kvm/
419 F: accel/stubs/kvm-stub.c
420 F: include/hw/kvm/
421 F: include/sysemu/kvm*.h
422 F: scripts/kvm/kvm_flightrecorder
424 ARM KVM CPUs
425 M: Peter Maydell <peter.maydell@linaro.org>
426 L: qemu-arm@nongnu.org
427 S: Maintained
428 F: target/arm/kvm.c
430 MIPS KVM CPUs
431 M: Huacai Chen <chenhuacai@kernel.org>
432 S: Odd Fixes
433 F: target/mips/kvm*
434 F: target/mips/sysemu/
436 PPC KVM CPUs
437 M: Daniel Henrique Barboza <danielhb413@gmail.com>
438 R: Cédric Le Goater <clg@kaod.org>
439 R: David Gibson <david@gibson.dropbear.id.au>
440 R: Greg Kurz <groug@kaod.org>
441 S: Odd Fixes
442 F: target/ppc/kvm.c
444 S390 KVM CPUs
445 M: Halil Pasic <pasic@linux.ibm.com>
446 M: Christian Borntraeger <borntraeger@linux.ibm.com>
447 S: Supported
448 F: target/s390x/kvm/
449 F: target/s390x/machine.c
450 F: target/s390x/sigp.c
451 F: hw/s390x/pv.c
452 F: include/hw/s390x/pv.h
453 F: gdb-xml/s390*.xml
454 T: git https://github.com/borntraeger/qemu.git s390-next
455 L: qemu-s390x@nongnu.org
457 X86 KVM CPUs
458 M: Paolo Bonzini <pbonzini@redhat.com>
459 M: Marcelo Tosatti <mtosatti@redhat.com>
460 L: kvm@vger.kernel.org
461 S: Supported
462 F: docs/system/i386/amd-memory-encryption.rst
463 F: docs/system/i386/sgx.rst
464 F: target/i386/kvm/
465 F: target/i386/sev*
466 F: scripts/kvm/vmxcap
468 Xen emulation on X86 KVM CPUs
469 M: David Woodhouse <dwmw2@infradead.org>
470 M: Paul Durrant <paul@xen.org>
471 S: Supported
472 F: include/sysemu/kvm_xen.h
473 F: target/i386/kvm/xen*
474 F: hw/i386/kvm/xen*
475 F: tests/avocado/xen_guest.py
477 Guest CPU Cores (other accelerators)
478 ------------------------------------
479 Overall
480 M: Richard Henderson <richard.henderson@linaro.org>
481 R: Paolo Bonzini <pbonzini@redhat.com>
482 S: Maintained
483 F: include/qemu/accel.h
484 F: include/sysemu/accel-*.h
485 F: include/hw/core/accel-cpu.h
486 F: accel/accel-*.c
487 F: accel/Makefile.objs
488 F: accel/stubs/Makefile.objs
490 Apple Silicon HVF CPUs
491 M: Alexander Graf <agraf@csgraf.de>
492 S: Maintained
493 F: target/arm/hvf/
495 X86 HVF CPUs
496 M: Cameron Esfahani <dirty@apple.com>
497 M: Roman Bolshakov <r.bolshakov@yadro.com>
498 W: https://wiki.qemu.org/Features/HVF
499 S: Maintained
500 F: target/i386/hvf/
503 M: Cameron Esfahani <dirty@apple.com>
504 M: Roman Bolshakov <r.bolshakov@yadro.com>
505 W: https://wiki.qemu.org/Features/HVF
506 S: Maintained
507 F: accel/hvf/
508 F: include/sysemu/hvf.h
509 F: include/sysemu/hvf_int.h
511 WHPX CPUs
512 M: Sunil Muthuswamy <sunilmut@microsoft.com>
513 S: Supported
514 F: target/i386/whpx/
515 F: include/sysemu/whpx.h
517 Guest CPU Cores (Xen)
518 ---------------------
519 X86 Xen CPUs
520 M: Stefano Stabellini <sstabellini@kernel.org>
521 M: Anthony Perard <anthony.perard@citrix.com>
522 M: Paul Durrant <paul@xen.org>
523 L: xen-devel@lists.xenproject.org
524 S: Supported
525 F: */xen*
526 F: accel/xen/*
527 F: hw/9pfs/xen-9p*
528 F: hw/char/xen_console.c
529 F: hw/display/xenfb.c
530 F: hw/net/xen_nic.c
531 F: hw/usb/xen-usb.c
532 F: hw/block/xen*
533 F: hw/block/dataplane/xen*
534 F: hw/xen/
535 F: hw/xenpv/
536 F: hw/i386/xen/
537 F: hw/pci-host/xen_igd_pt.c
538 F: include/hw/block/dataplane/xen*
539 F: include/hw/xen/
540 F: include/sysemu/xen.h
541 F: include/sysemu/xen-mapcache.h
542 F: stubs/xen-hw-stub.c
544 Guest CPU Cores (HAXM)
545 ---------------------
546 X86 HAXM CPUs
547 S: Orphan
548 F: accel/stubs/hax-stub.c
549 F: include/sysemu/hax.h
550 F: target/i386/hax/
552 Guest CPU Cores (NVMM)
553 ----------------------
554 NetBSD Virtual Machine Monitor (NVMM) CPU support
555 M: Reinoud Zandijk <reinoud@netbsd.org>
556 S: Maintained
557 F: include/sysemu/nvmm.h
558 F: target/i386/nvmm/
560 Hosts
561 -----
562 LINUX
563 M: Michael S. Tsirkin <mst@redhat.com>
564 M: Cornelia Huck <cohuck@redhat.com>
565 M: Paolo Bonzini <pbonzini@redhat.com>
566 S: Maintained
567 F: linux-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/raspi*
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: docs/system/arm/sbsa.rst
951 F: tests/avocado/machine_aarch64_sbsaref.py
953 Sharp SL-5500 (Collie) PDA
954 M: Peter Maydell <peter.maydell@linaro.org>
955 L: qemu-arm@nongnu.org
956 S: Odd Fixes
957 F: hw/arm/collie.c
958 F: hw/arm/strongarm*
959 F: docs/system/arm/collie.rst
961 Stellaris
962 M: Peter Maydell <peter.maydell@linaro.org>
963 L: qemu-arm@nongnu.org
964 S: Maintained
965 F: hw/*/stellaris*
966 F: include/hw/input/gamepad.h
967 F: docs/system/arm/stellaris.rst
969 STM32VLDISCOVERY
970 M: Alexandre Iooss <erdnaxe@crans.org>
971 L: qemu-arm@nongnu.org
972 S: Maintained
973 F: hw/arm/stm32vldiscovery.c
974 F: docs/system/arm/stm32.rst
976 Versatile Express
977 M: Peter Maydell <peter.maydell@linaro.org>
978 L: qemu-arm@nongnu.org
979 S: Maintained
980 F: hw/arm/vexpress.c
981 F: docs/system/arm/vexpress.rst
983 Versatile PB
984 M: Peter Maydell <peter.maydell@linaro.org>
985 L: qemu-arm@nongnu.org
986 S: Maintained
987 F: hw/*/versatile*
988 F: hw/i2c/arm_sbcon_i2c.c
989 F: include/hw/i2c/arm_sbcon_i2c.h
990 F: hw/misc/arm_sysctl.c
991 F: docs/system/arm/versatile.rst
993 Virt
994 M: Peter Maydell <peter.maydell@linaro.org>
995 L: qemu-arm@nongnu.org
996 S: Maintained
997 F: hw/arm/virt*
998 F: include/hw/arm/virt.h
999 F: docs/system/arm/virt.rst
1000 F: tests/avocado/machine_aarch64_virt.py
1002 Xilinx Zynq
1003 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1004 M: Alistair Francis <alistair@alistair23.me>
1005 M: Peter Maydell <peter.maydell@linaro.org>
1006 L: qemu-arm@nongnu.org
1007 S: Maintained
1008 F: hw/*/xilinx_*
1009 F: hw/*/cadence_*
1010 F: hw/misc/zynq_slcr.c
1011 F: hw/adc/zynq-xadc.c
1012 F: include/hw/misc/zynq_slcr.h
1013 F: include/hw/adc/zynq-xadc.h
1014 X: hw/ssi/xilinx_*
1016 Xilinx ZynqMP and Versal
1017 M: Alistair Francis <alistair@alistair23.me>
1018 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1019 M: Peter Maydell <peter.maydell@linaro.org>
1020 L: qemu-arm@nongnu.org
1021 S: Maintained
1022 F: hw/*/xlnx*.c
1023 F: include/hw/*/xlnx*.h
1024 F: include/hw/ssi/xilinx_spips.h
1025 F: hw/display/dpcd.c
1026 F: include/hw/display/dpcd.h
1027 F: docs/system/arm/xlnx-versal-virt.rst
1029 Xilinx Versal OSPI
1030 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1031 S: Maintained
1032 F: hw/ssi/xlnx-versal-ospi.c
1033 F: include/hw/ssi/xlnx-versal-ospi.h
1035 STM32F100
1036 M: Alexandre Iooss <erdnaxe@crans.org>
1037 L: qemu-arm@nongnu.org
1038 S: Maintained
1039 F: hw/arm/stm32f100_soc.c
1041 STM32F205
1042 M: Alistair Francis <alistair@alistair23.me>
1043 M: Peter Maydell <peter.maydell@linaro.org>
1044 L: qemu-arm@nongnu.org
1045 S: Maintained
1046 F: hw/arm/stm32f205_soc.c
1047 F: hw/misc/stm32f2xx_syscfg.c
1048 F: hw/char/stm32f2xx_usart.c
1049 F: hw/timer/stm32f2xx_timer.c
1050 F: hw/adc/*
1051 F: hw/ssi/stm32f2xx_spi.c
1052 F: include/hw/*/stm32*.h
1054 STM32F405
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/stm32f405_soc.c
1060 F: hw/misc/stm32f4xx_syscfg.c
1061 F: hw/misc/stm32f4xx_exti.c
1063 Netduino 2
1064 M: Alistair Francis <alistair@alistair23.me>
1065 M: Peter Maydell <peter.maydell@linaro.org>
1066 L: qemu-arm@nongnu.org
1067 S: Maintained
1068 F: hw/arm/netduino2.c
1070 Netduino Plus 2
1071 M: Alistair Francis <alistair@alistair23.me>
1072 M: Peter Maydell <peter.maydell@linaro.org>
1073 L: qemu-arm@nongnu.org
1074 S: Maintained
1075 F: hw/arm/netduinoplus2.c
1077 Olimex STM32 H405
1078 M: Felipe Balbi <balbi@kernel.org>
1079 L: qemu-arm@nongnu.org
1080 S: Maintained
1081 F: hw/arm/olimex-stm32-h405.c
1083 SmartFusion2
1084 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1085 M: Peter Maydell <peter.maydell@linaro.org>
1086 L: qemu-arm@nongnu.org
1087 S: Maintained
1088 F: hw/arm/msf2-soc.c
1089 F: hw/misc/msf2-sysreg.c
1090 F: hw/timer/mss-timer.c
1091 F: hw/ssi/mss-spi.c
1092 F: include/hw/arm/msf2-soc.h
1093 F: include/hw/misc/msf2-sysreg.h
1094 F: include/hw/timer/mss-timer.h
1095 F: include/hw/ssi/mss-spi.h
1096 F: hw/net/msf2-emac.c
1097 F: include/hw/net/msf2-emac.h
1099 Emcraft M2S-FG484
1100 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1101 M: Peter Maydell <peter.maydell@linaro.org>
1102 L: qemu-arm@nongnu.org
1103 S: Maintained
1104 F: hw/arm/msf2-som.c
1105 F: docs/system/arm/emcraft-sf2.rst
1107 ASPEED BMCs
1108 M: Cédric Le Goater <clg@kaod.org>
1109 M: Peter Maydell <peter.maydell@linaro.org>
1110 R: Andrew Jeffery <andrew@aj.id.au>
1111 R: Joel Stanley <joel@jms.id.au>
1112 L: qemu-arm@nongnu.org
1113 S: Maintained
1114 F: hw/*/*aspeed*
1115 F: hw/misc/pca9552.c
1116 F: include/hw/*/*aspeed*
1117 F: include/hw/misc/pca9552*.h
1118 F: hw/net/ftgmac100.c
1119 F: include/hw/net/ftgmac100.h
1120 F: docs/system/arm/aspeed.rst
1121 F: tests/*/*aspeed*
1122 F: hw/arm/fby35.c
1124 NRF51
1125 M: Joel Stanley <joel@jms.id.au>
1126 M: Peter Maydell <peter.maydell@linaro.org>
1127 L: qemu-arm@nongnu.org
1128 S: Maintained
1129 F: hw/*/nrf51*.c
1130 F: hw/*/microbit*.c
1131 F: include/hw/*/nrf51*.h
1132 F: include/hw/*/microbit*.h
1133 F: tests/qtest/microbit-test.c
1134 F: docs/system/arm/nrf.rst
1136 AVR Machines
1137 -------------
1139 AVR MCUs
1140 M: Michael Rolnik <mrolnik@gmail.com>
1141 S: Maintained
1142 F: configs/devices/avr-softmmu/default.mak
1143 F: hw/avr/
1144 F: include/hw/char/avr_usart.h
1145 F: hw/char/avr_usart.c
1146 F: include/hw/timer/avr_timer16.h
1147 F: hw/timer/avr_timer16.c
1148 F: include/hw/misc/avr_power.h
1149 F: hw/misc/avr_power.c
1151 Arduino
1152 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1153 S: Maintained
1154 F: hw/avr/arduino.c
1156 CRIS Machines
1157 -------------
1158 Axis Dev88
1159 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1160 S: Maintained
1161 F: hw/cris/axis_dev88.c
1162 F: hw/*/etraxfs_*.c
1164 HP-PARISC Machines
1165 ------------------
1166 HP B160L
1167 M: Richard Henderson <richard.henderson@linaro.org>
1168 R: Helge Deller <deller@gmx.de>
1169 S: Odd Fixes
1170 F: configs/devices/hppa-softmmu/default.mak
1171 F: hw/hppa/
1172 F: hw/net/*i82596*
1173 F: hw/misc/lasi.c
1174 F: hw/pci-host/dino.c
1175 F: include/hw/misc/lasi.h
1176 F: include/hw/net/lasi_82596.h
1177 F: include/hw/pci-host/dino.h
1178 F: pc-bios/hppa-firmware.img
1180 LoongArch Machines
1181 ------------------
1182 Virt
1183 M: Xiaojuan Yang <yangxiaojuan@loongson.cn>
1184 M: Song Gao <gaosong@loongson.cn>
1185 S: Maintained
1186 F: docs/system/loongarch/virt.rst
1187 F: configs/targets/loongarch64-softmmu.mak
1188 F: configs/devices/loongarch64-softmmu/default.mak
1189 F: hw/loongarch/
1190 F: include/hw/loongarch/virt.h
1191 F: include/hw/intc/loongarch_*.h
1192 F: hw/intc/loongarch_*.c
1193 F: include/hw/pci-host/ls7a.h
1194 F: hw/rtc/ls7a_rtc.c
1195 F: gdb-xml/loongarch*.xml
1197 M68K Machines
1198 -------------
1199 an5206
1200 M: Thomas Huth <huth@tuxfamily.org>
1201 S: Odd Fixes
1202 F: hw/m68k/an5206.c
1203 F: hw/m68k/mcf5206.c
1205 mcf5208
1206 M: Thomas Huth <huth@tuxfamily.org>
1207 S: Odd Fixes
1208 F: hw/m68k/mcf5208.c
1209 F: hw/m68k/mcf_intc.c
1210 F: hw/char/mcf_uart.c
1211 F: hw/net/mcf_fec.c
1212 F: include/hw/m68k/mcf*.h
1214 NeXTcube
1215 M: Thomas Huth <huth@tuxfamily.org>
1216 S: Odd Fixes
1217 F: hw/m68k/next-*.c
1218 F: hw/display/next-fb.c
1219 F: include/hw/m68k/next-cube.h
1221 q800
1222 M: Laurent Vivier <laurent@vivier.eu>
1223 S: Maintained
1224 F: hw/m68k/q800.c
1225 F: hw/misc/mac_via.c
1226 F: hw/nubus/*
1227 F: hw/display/macfb.c
1228 F: hw/block/swim.c
1229 F: hw/m68k/bootinfo.h
1230 F: include/standard-headers/asm-m68k/bootinfo.h
1231 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1232 F: include/hw/misc/mac_via.h
1233 F: include/hw/nubus/*
1234 F: include/hw/display/macfb.h
1235 F: include/hw/block/swim.h
1237 virt
1238 M: Laurent Vivier <laurent@vivier.eu>
1239 S: Maintained
1240 F: hw/m68k/virt.c
1241 F: hw/char/goldfish_tty.c
1242 F: hw/intc/goldfish_pic.c
1243 F: hw/intc/m68k_irqc.c
1244 F: hw/misc/virt_ctrl.c
1245 F: include/hw/char/goldfish_tty.h
1246 F: include/hw/intc/goldfish_pic.h
1247 F: include/hw/intc/m68k_irqc.h
1248 F: include/hw/misc/virt_ctrl.h
1250 MicroBlaze Machines
1251 -------------------
1252 petalogix_s3adsp1800
1253 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1254 S: Maintained
1255 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1256 F: include/hw/char/xilinx_uartlite.h
1257 F: tests/avocado/machine_microblaze.py
1259 petalogix_ml605
1260 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1261 S: Maintained
1262 F: hw/microblaze/petalogix_ml605_mmu.c
1264 MIPS Machines
1265 -------------
1266 Overall MIPS Machines
1267 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1268 S: Odd Fixes
1269 F: configs/devices/mips*/*
1270 F: hw/mips/
1271 F: include/hw/mips/
1273 Jazz
1274 M: Hervé Poussineau <hpoussin@reactos.org>
1275 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1276 S: Maintained
1277 F: hw/mips/jazz.c
1278 F: hw/display/jazz_led.c
1279 F: hw/dma/rc4030.c
1281 Malta
1282 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1283 R: Aurelien Jarno <aurelien@aurel32.net>
1284 S: Odd Fixes
1285 F: hw/isa/piix4.c
1286 F: hw/acpi/piix4.c
1287 F: hw/mips/malta.c
1288 F: hw/pci-host/gt64120.c
1289 F: include/hw/southbridge/piix.h
1290 F: tests/avocado/linux_ssh_mips_malta.py
1291 F: tests/avocado/machine_mips_malta.py
1293 Mipssim
1294 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1295 S: Orphan
1296 F: hw/mips/mipssim.c
1297 F: hw/net/mipsnet.c
1299 Fuloong 2E
1300 M: Huacai Chen <chenhuacai@kernel.org>
1301 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1302 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1303 S: Odd Fixes
1304 F: hw/mips/fuloong2e.c
1305 F: hw/isa/vt82c686.c
1306 F: hw/pci-host/bonito.c
1307 F: hw/usb/vt82c686-uhci-pci.c
1308 F: include/hw/isa/vt82c686.h
1309 F: include/hw/pci-host/bonito.h
1310 F: tests/avocado/machine_mips_fuloong2e.py
1312 Loongson-3 virtual platforms
1313 M: Huacai Chen <chenhuacai@kernel.org>
1314 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1315 S: Maintained
1316 F: hw/intc/loongson_liointc.c
1317 F: hw/mips/loongson3_bootp.c
1318 F: hw/mips/loongson3_bootp.h
1319 F: hw/mips/loongson3_virt.c
1320 F: tests/avocado/machine_mips_loongson3v.py
1322 Boston
1323 M: Paul Burton <paulburton@kernel.org>
1324 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1325 S: Odd Fixes
1326 F: hw/core/loader-fit.c
1327 F: hw/mips/boston.c
1328 F: hw/pci-host/xilinx-pcie.c
1329 F: include/hw/pci-host/xilinx-pcie.h
1331 OpenRISC Machines
1332 -----------------
1333 or1k-sim
1334 M: Jia Liu <proljc@gmail.com>
1335 S: Maintained
1336 F: docs/system/openrisc/or1k-sim.rst
1337 F: hw/openrisc/openrisc_sim.c
1339 PowerPC Machines
1340 ----------------
1341 405 (ref405ep)
1342 L: qemu-ppc@nongnu.org
1343 S: Orphan
1344 F: hw/ppc/ppc405_boards.c
1346 Bamboo
1347 L: qemu-ppc@nongnu.org
1348 S: Orphan
1349 F: hw/ppc/ppc440_bamboo.c
1350 F: tests/avocado/ppc_bamboo.py
1352 e500
1353 L: qemu-ppc@nongnu.org
1354 S: Orphan
1355 F: hw/ppc/e500*
1356 F: hw/gpio/mpc8xxx.c
1357 F: hw/i2c/mpc_i2c.c
1358 F: hw/net/fsl_etsec/
1359 F: hw/pci-host/ppce500.c
1360 F: include/hw/ppc/ppc_e500.h
1361 F: include/hw/pci-host/ppce500.h
1362 F: pc-bios/u-boot.e500
1363 F: hw/intc/openpic_kvm.h
1364 F: include/hw/ppc/openpic_kvm.h
1366 mpc8544ds
1367 L: qemu-ppc@nongnu.org
1368 S: Orphan
1369 F: hw/ppc/mpc8544ds.c
1370 F: hw/ppc/mpc8544_guts.c
1371 F: tests/avocado/ppc_mpc8544ds.py
1373 New World (mac99)
1374 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1375 L: qemu-ppc@nongnu.org
1376 S: Odd Fixes
1377 F: docs/system/ppc/powermac.rst
1378 F: hw/ppc/mac_newworld.c
1379 F: hw/pci-host/uninorth.c
1380 F: hw/pci-bridge/dec.[hc]
1381 F: hw/misc/macio/
1382 F: hw/misc/mos6522.c
1383 F: hw/nvram/mac_nvram.c
1384 F: hw/input/adb*
1385 F: include/hw/misc/macio/
1386 F: include/hw/misc/mos6522.h
1387 F: include/hw/nvram/mac_nvram.h
1388 F: include/hw/ppc/mac_dbdma.h
1389 F: include/hw/pci-host/uninorth.h
1390 F: include/hw/input/adb*
1391 F: pc-bios/qemu_vga.ndrv
1393 Old World (g3beige)
1394 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1395 L: qemu-ppc@nongnu.org
1396 S: Odd Fixes
1397 F: docs/system/ppc/powermac.rst
1398 F: hw/ppc/mac_oldworld.c
1399 F: hw/pci-host/grackle.c
1400 F: hw/misc/macio/
1401 F: hw/intc/heathrow_pic.c
1402 F: hw/input/adb*
1403 F: include/hw/intc/heathrow_pic.h
1404 F: include/hw/input/adb*
1405 F: include/hw/pci-host/grackle.h
1406 F: pc-bios/qemu_vga.ndrv
1408 PReP
1409 M: Hervé Poussineau <hpoussin@reactos.org>
1410 L: qemu-ppc@nongnu.org
1411 S: Maintained
1412 F: docs/system/ppc/prep.rst
1413 F: hw/ppc/prep.c
1414 F: hw/ppc/prep_systemio.c
1415 F: hw/ppc/rs6000_mc.c
1416 F: hw/pci-host/raven.c
1417 F: hw/isa/i82378.c
1418 F: hw/isa/pc87312.c
1419 F: hw/dma/i82374.c
1420 F: hw/rtc/m48t59-isa.c
1421 F: include/hw/isa/pc87312.h
1422 F: include/hw/rtc/m48t59.h
1423 F: tests/avocado/ppc_prep_40p.py
1425 sPAPR (pseries)
1426 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1427 R: Cédric Le Goater <clg@kaod.org>
1428 R: David Gibson <david@gibson.dropbear.id.au>
1429 R: Greg Kurz <groug@kaod.org>
1430 R: Harsh Prateek Bora <harshpb@linux.ibm.com>
1431 L: qemu-ppc@nongnu.org
1432 S: Odd Fixes
1433 F: hw/*/spapr*
1434 F: include/hw/*/spapr*
1435 F: hw/*/xics*
1436 F: include/hw/*/xics*
1437 F: pc-bios/slof.bin
1438 F: docs/system/ppc/pseries.rst
1439 F: docs/specs/ppc-spapr-*
1440 F: tests/qtest/spapr*
1441 F: tests/qtest/libqos/*spapr*
1442 F: tests/qtest/rtas*
1443 F: tests/qtest/libqos/rtas*
1444 F: tests/avocado/ppc_pseries.py
1446 PowerNV (Non-Virtualized)
1447 M: Cédric Le Goater <clg@kaod.org>
1448 L: qemu-ppc@nongnu.org
1449 S: Odd Fixes
1450 F: docs/system/ppc/powernv.rst
1451 F: hw/ppc/pnv*
1452 F: hw/intc/pnv*
1453 F: hw/intc/xics_pnv.c
1454 F: hw/pci-host/pnv*
1455 F: include/hw/ppc/pnv*
1456 F: include/hw/pci-host/pnv*
1457 F: pc-bios/skiboot.lid
1458 F: tests/qtest/pnv*
1460 virtex_ml507
1461 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1462 L: qemu-ppc@nongnu.org
1463 S: Odd Fixes
1464 F: hw/ppc/virtex_ml507.c
1465 F: tests/avocado/ppc_virtex_ml507.py
1467 sam460ex
1468 M: BALATON Zoltan <balaton@eik.bme.hu>
1469 L: qemu-ppc@nongnu.org
1470 S: Maintained
1471 F: hw/ppc/sam460ex.c
1472 F: hw/ppc/ppc440_pcix.c
1473 F: hw/display/sm501*
1474 F: hw/ide/sii3112.c
1475 F: hw/rtc/m41t80.c
1476 F: pc-bios/canyonlands.dt[sb]
1477 F: pc-bios/u-boot-sam460ex-20100605.bin
1478 F: roms/u-boot-sam460ex
1480 pegasos2
1481 M: BALATON Zoltan <balaton@eik.bme.hu>
1482 L: qemu-ppc@nongnu.org
1483 S: Maintained
1484 F: hw/ppc/pegasos2.c
1485 F: hw/pci-host/mv64361.c
1486 F: hw/pci-host/mv643xx.h
1487 F: include/hw/pci-host/mv64361.h
1489 Virtual Open Firmware (VOF)
1490 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1491 R: Cédric Le Goater <clg@kaod.org>
1492 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1493 R: David Gibson <david@gibson.dropbear.id.au>
1494 R: Greg Kurz <groug@kaod.org>
1495 L: qemu-ppc@nongnu.org
1496 S: Maintained
1497 F: hw/ppc/spapr_vof*
1498 F: hw/ppc/vof*
1499 F: include/hw/ppc/vof*
1500 F: pc-bios/vof/*
1501 F: pc-bios/vof*
1503 RISC-V Machines
1504 ---------------
1505 OpenTitan
1506 M: Alistair Francis <Alistair.Francis@wdc.com>
1507 L: qemu-riscv@nongnu.org
1508 S: Supported
1509 F: hw/riscv/opentitan.c
1510 F: hw/*/ibex_*.c
1511 F: include/hw/riscv/opentitan.h
1512 F: include/hw/*/ibex_*.h
1514 Microchip PolarFire SoC Icicle Kit
1515 M: Bin Meng <bin.meng@windriver.com>
1516 L: qemu-riscv@nongnu.org
1517 S: Supported
1518 F: hw/riscv/microchip_pfsoc.c
1519 F: hw/char/mchp_pfsoc_mmuart.c
1520 F: hw/misc/mchp_pfsoc_dmc.c
1521 F: hw/misc/mchp_pfsoc_ioscb.c
1522 F: hw/misc/mchp_pfsoc_sysreg.c
1523 F: include/hw/riscv/microchip_pfsoc.h
1524 F: include/hw/char/mchp_pfsoc_mmuart.h
1525 F: include/hw/misc/mchp_pfsoc_dmc.h
1526 F: include/hw/misc/mchp_pfsoc_ioscb.h
1527 F: include/hw/misc/mchp_pfsoc_sysreg.h
1529 Shakti C class SoC
1530 M: Vijai Kumar K <vijai@behindbytes.com>
1531 L: qemu-riscv@nongnu.org
1532 S: Supported
1533 F: hw/riscv/shakti_c.c
1534 F: hw/char/shakti_uart.c
1535 F: include/hw/riscv/shakti_c.h
1536 F: include/hw/char/shakti_uart.h
1538 SiFive Machines
1539 M: Alistair Francis <Alistair.Francis@wdc.com>
1540 M: Bin Meng <bin.meng@windriver.com>
1541 M: Palmer Dabbelt <palmer@dabbelt.com>
1542 L: qemu-riscv@nongnu.org
1543 S: Supported
1544 F: hw/*/*sifive*.c
1545 F: include/hw/*/*sifive*.h
1547 RX Machines
1548 -----------
1549 rx-gdbsim
1550 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1551 S: Orphan
1552 F: docs/system/target-rx.rst
1553 F: hw/rx/rx-gdbsim.c
1554 F: tests/avocado/machine_rx_gdbsim.py
1556 SH4 Machines
1557 ------------
1559 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1560 R: Magnus Damm <magnus.damm@gmail.com>
1561 S: Odd Fixes
1562 F: hw/char/sh_serial.c
1563 F: hw/sh4/r2d.c
1564 F: hw/intc/sh_intc.c
1565 F: hw/pci-host/sh_pci.c
1566 F: hw/timer/sh_timer.c
1567 F: include/hw/sh4/sh_intc.h
1569 Shix
1570 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1571 R: Magnus Damm <magnus.damm@gmail.com>
1572 S: Odd Fixes
1573 F: hw/block/tc58128.c
1574 F: hw/char/sh_serial.c
1575 F: hw/sh4/shix.c
1576 F: hw/intc/sh_intc.c
1577 F: hw/timer/sh_timer.c
1578 F: include/hw/sh4/sh_intc.h
1580 SPARC Machines
1581 --------------
1582 Sun4m
1583 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1584 S: Maintained
1585 F: hw/sparc/sun4m.c
1586 F: hw/sparc/sun4m_iommu.c
1587 F: hw/display/cg3.c
1588 F: hw/display/tcx.c
1589 F: hw/dma/sparc32_dma.c
1590 F: hw/misc/eccmemctl.c
1591 F: hw/*/slavio_*.c
1592 F: include/hw/nvram/sun_nvram.h
1593 F: include/hw/sparc/sparc32_dma.h
1594 F: include/hw/sparc/sun4m_iommu.h
1595 F: pc-bios/openbios-sparc32
1597 Sun4u
1598 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1599 S: Maintained
1600 F: hw/sparc64/sun4u.c
1601 F: hw/sparc64/sun4u_iommu.c
1602 F: include/hw/sparc/sun4u_iommu.h
1603 F: hw/pci-host/sabre.c
1604 F: include/hw/pci-host/sabre.h
1605 F: hw/pci-bridge/simba.c
1606 F: include/hw/pci-bridge/simba.h
1607 F: pc-bios/openbios-sparc64
1608 F: tests/avocado/machine_sparc64_sun4u.py
1610 Sun4v
1611 M: Artyom Tarasenko <atar4qemu@gmail.com>
1612 S: Maintained
1613 F: hw/sparc64/niagara.c
1614 F: hw/rtc/sun4v-rtc.c
1615 F: include/hw/rtc/sun4v-rtc.h
1617 Leon3
1618 M: Fabien Chouteau <chouteau@adacore.com>
1619 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1620 S: Maintained
1621 F: hw/sparc/leon3.c
1622 F: hw/*/grlib*
1623 F: include/hw/*/grlib*
1624 F: tests/avocado/machine_sparc_leon3.py
1626 S390 Machines
1627 -------------
1628 S390 Virtio-ccw
1629 M: Halil Pasic <pasic@linux.ibm.com>
1630 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1631 M: Eric Farman <farman@linux.ibm.com>
1632 S: Supported
1633 F: hw/s390x/
1634 F: include/hw/s390x/
1635 F: configs/devices/s390x-softmmu/default.mak
1636 F: tests/avocado/machine_s390_ccw_virtio.py
1637 T: git https://github.com/borntraeger/qemu.git s390-next
1638 L: qemu-s390x@nongnu.org
1640 S390-ccw boot
1641 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1642 M: Thomas Huth <thuth@redhat.com>
1643 S: Supported
1644 F: hw/s390x/ipl.*
1645 F: pc-bios/s390-ccw/
1646 F: pc-bios/s390-ccw.img
1647 F: docs/devel/s390-dasd-ipl.rst
1648 T: git https://github.com/borntraeger/qemu.git s390-next
1649 L: qemu-s390x@nongnu.org
1651 S390 PCI
1652 M: Matthew Rosato <mjrosato@linux.ibm.com>
1653 M: Eric Farman <farman@linux.ibm.com>
1654 S: Supported
1655 F: hw/s390x/s390-pci*
1656 F: include/hw/s390x/s390-pci*
1657 L: qemu-s390x@nongnu.org
1659 S390 channel subsystem
1660 M: Halil Pasic <pasic@linux.ibm.com>
1661 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1662 M: Eric Farman <farman@linux.ibm.com>
1663 S: Supported
1664 F: hw/s390x/ccw-device.[ch]
1665 F: hw/s390x/css.c
1666 F: hw/s390x/css-bridge.c
1667 F: include/hw/s390x/css.h
1668 F: include/hw/s390x/css-bridge.h
1669 F: include/hw/s390x/ioinst.h
1670 F: target/s390x/ioinst.c
1671 L: qemu-s390x@nongnu.org
1673 S390 CPU models
1674 M: David Hildenbrand <david@redhat.com>
1675 S: Maintained
1676 F: target/s390x/cpu_features*.[ch]
1677 F: target/s390x/cpu_models.[ch]
1678 L: qemu-s390x@nongnu.org
1680 S390 SCLP-backed devices
1681 M: Halil Pasic <pasic@linux.ibm.com>
1682 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1683 S: Supported
1684 F: include/hw/s390x/event-facility.h
1685 F: include/hw/s390x/sclp.h
1686 F: hw/char/sclp*.[hc]
1687 F: hw/s390x/event-facility.c
1688 F: hw/s390x/sclp*.c
1689 L: qemu-s390x@nongnu.org
1691 X86 Machines
1692 ------------
1694 M: Michael S. Tsirkin <mst@redhat.com>
1695 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1696 S: Supported
1697 F: include/hw/i386/
1698 F: hw/i386/
1699 F: hw/pci-host/i440fx.c
1700 F: hw/pci-host/q35.c
1701 F: hw/pci-host/pam.c
1702 F: include/hw/pci-host/i440fx.h
1703 F: include/hw/pci-host/q35.h
1704 F: include/hw/pci-host/pam.h
1705 F: hw/isa/piix3.c
1706 F: hw/isa/lpc_ich9.c
1707 F: hw/i2c/smbus_ich9.c
1708 F: hw/acpi/piix4.c
1709 F: hw/acpi/ich9*.c
1710 F: include/hw/acpi/ich9*.h
1711 F: include/hw/southbridge/ich9.h
1712 F: include/hw/southbridge/piix.h
1713 F: hw/isa/apm.c
1714 F: include/hw/isa/apm.h
1715 F: tests/unit/test-x86-cpuid.c
1716 F: tests/qtest/test-x86-cpuid-compat.c
1718 PC Chipset
1719 M: Michael S. Tsirkin <mst@redhat.com>
1720 M: Paolo Bonzini <pbonzini@redhat.com>
1721 S: Supported
1722 F: hw/char/debugcon.c
1723 F: hw/char/parallel*
1724 F: hw/char/serial*
1725 F: hw/dma/i8257*
1726 F: hw/i2c/pm_smbus.c
1727 F: hw/input/pckbd.c
1728 F: hw/intc/apic*
1729 F: hw/intc/ioapic*
1730 F: hw/intc/i8259*
1731 F: hw/isa/isa-superio.c
1732 F: hw/misc/debugexit.c
1733 F: hw/misc/pc-testdev.c
1734 F: hw/timer/hpet*
1735 F: hw/timer/i8254*
1736 F: hw/rtc/mc146818rtc*
1737 F: hw/watchdog/wdt_ib700.c
1738 F: hw/watchdog/wdt_i6300esb.c
1739 F: include/hw/display/vga.h
1740 F: include/hw/char/parallel.h
1741 F: include/hw/dma/i8257.h
1742 F: include/hw/i2c/pm_smbus.h
1743 F: include/hw/input/i8042.h
1744 F: include/hw/intc/ioapic*
1745 F: include/hw/isa/i8259_internal.h
1746 F: include/hw/isa/superio.h
1747 F: include/hw/timer/hpet.h
1748 F: include/hw/timer/i8254*
1749 F: include/hw/rtc/mc146818rtc*
1751 microvm
1752 M: Sergio Lopez <slp@redhat.com>
1753 M: Paolo Bonzini <pbonzini@redhat.com>
1754 S: Maintained
1755 F: docs/system/i386/microvm.rst
1756 F: hw/i386/microvm.c
1757 F: include/hw/i386/microvm.h
1758 F: pc-bios/bios-microvm.bin
1760 Machine core
1761 M: Eduardo Habkost <eduardo@habkost.net>
1762 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1763 R: Philippe Mathieu-Daudé <philmd@linaro.org>
1764 R: Yanan Wang <wangyanan55@huawei.com>
1765 S: Supported
1766 F: cpu.c
1767 F: hw/core/cpu.c
1768 F: hw/core/machine-qmp-cmds.c
1769 F: hw/core/machine.c
1770 F: hw/core/machine-smp.c
1771 F: hw/core/null-machine.c
1772 F: hw/core/numa.c
1773 F: hw/cpu/cluster.c
1774 F: qapi/machine.json
1775 F: qapi/machine-target.json
1776 F: include/hw/boards.h
1777 F: include/hw/core/cpu.h
1778 F: include/hw/cpu/cluster.h
1779 F: include/sysemu/numa.h
1780 F: tests/unit/test-smp-parse.c
1781 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1783 Xtensa Machines
1784 ---------------
1786 M: Max Filippov <jcmvbkbc@gmail.com>
1787 S: Maintained
1788 F: hw/xtensa/sim.c
1790 virt
1791 M: Max Filippov <jcmvbkbc@gmail.com>
1792 S: Maintained
1793 F: hw/xtensa/virt.c
1795 XTFPGA (LX60, LX200, ML605, KC705)
1796 M: Max Filippov <jcmvbkbc@gmail.com>
1797 S: Maintained
1798 F: hw/xtensa/xtfpga.c
1799 F: hw/net/opencores_eth.c
1801 Devices
1802 -------
1803 Overall Audio frontends
1804 M: Gerd Hoffmann <kraxel@redhat.com>
1805 S: Odd Fixes
1806 F: hw/audio/
1807 F: include/hw/audio/
1808 F: tests/qtest/ac97-test.c
1809 F: tests/qtest/es1370-test.c
1810 F: tests/qtest/intel-hda-test.c
1811 F: tests/qtest/fuzz-sb16-test.c
1813 Xilinx CAN
1814 M: Vikram Garhwal <vikram.garhwal@amd.com>
1815 M: Francisco Iglesias <francisco.iglesias@amd.com>
1816 S: Maintained
1817 F: hw/net/can/xlnx-*
1818 F: include/hw/net/xlnx-*
1819 F: tests/qtest/xlnx-can-test*
1822 M: Jiri Slaby <jslaby@suse.cz>
1823 S: Maintained
1824 F: hw/misc/edu.c
1827 M: John Snow <jsnow@redhat.com>
1828 L: qemu-block@nongnu.org
1829 S: Odd Fixes
1830 F: include/hw/ide.h
1831 F: include/hw/ide/
1832 F: hw/ide/
1833 F: hw/block/block.c
1834 F: hw/block/cdrom.c
1835 F: hw/block/hd-geometry.c
1836 F: tests/qtest/ide-test.c
1837 F: tests/qtest/ahci-test.c
1838 F: tests/qtest/cdrom-test.c
1839 F: tests/qtest/libqos/ahci*
1840 T: git https://gitlab.com/jsnow/qemu.git ide
1842 IPMI
1843 M: Corey Minyard <minyard@acm.org>
1844 S: Maintained
1845 F: include/hw/ipmi/*
1846 F: hw/ipmi/*
1847 F: hw/smbios/smbios_type_38.c
1848 F: tests/qtest/ipmi*
1849 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1851 Floppy
1852 M: John Snow <jsnow@redhat.com>
1853 L: qemu-block@nongnu.org
1854 S: Odd Fixes
1855 F: hw/block/fdc.c
1856 F: hw/block/fdc-internal.h
1857 F: hw/block/fdc-isa.c
1858 F: hw/block/fdc-sysbus.c
1859 F: include/hw/block/fdc.h
1860 F: tests/qtest/fdc-test.c
1861 T: git https://gitlab.com/jsnow/qemu.git ide
1863 Hyper-V VMBus
1864 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1865 S: Odd Fixes
1866 F: hw/hyperv/vmbus.c
1867 F: include/hw/hyperv/vmbus*.h
1869 OMAP
1870 M: Peter Maydell <peter.maydell@linaro.org>
1871 L: qemu-arm@nongnu.org
1872 S: Maintained
1873 F: hw/*/omap*
1874 F: include/hw/arm/omap.h
1875 F: docs/system/arm/sx1.rst
1877 IPack
1878 M: Alberto Garcia <berto@igalia.com>
1879 S: Odd Fixes
1880 F: hw/char/ipoctal232.c
1881 F: hw/ipack/
1884 M: Michael S. Tsirkin <mst@redhat.com>
1885 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1886 S: Supported
1887 F: include/hw/pci/*
1888 F: hw/misc/pci-testdev.c
1889 F: hw/pci/*
1890 F: hw/pci-bridge/*
1891 F: qapi/pci.json
1892 F: docs/pci*
1893 F: docs/specs/*pci*
1895 PCIE DOE
1896 M: Huai-Cheng Kuo <hchkuo@avery-design.com.tw>
1897 M: Chris Browy <cbrowy@avery-design.com>
1898 S: Supported
1899 F: include/hw/pci/pcie_doe.h
1900 F: hw/pci/pcie_doe.c
1902 ACPI/SMBIOS
1903 M: Michael S. Tsirkin <mst@redhat.com>
1904 M: Igor Mammedov <imammedo@redhat.com>
1905 R: Ani Sinha <anisinha@redhat.com>
1906 S: Supported
1907 F: include/hw/acpi/*
1908 F: include/hw/firmware/smbios.h
1909 F: hw/acpi/*
1910 F: hw/smbios/*
1911 F: hw/i386/acpi-build.[hc]
1912 F: hw/arm/virt-acpi-build.c
1913 F: qapi/acpi.json
1914 F: tests/qtest/bios-tables-test*
1915 F: tests/qtest/acpi-utils.[hc]
1916 F: tests/data/acpi/
1917 F: docs/specs/acpi_cpu_hotplug.rst
1918 F: docs/specs/acpi_mem_hotplug.rst
1919 F: docs/specs/acpi_nvdimm.rst
1920 F: docs/specs/acpi_pci_hotplug.rst
1921 F: docs/specs/acpi_hw_reduced_hotplug.rst
1923 ARM ACPI Subsystem
1924 M: Shannon Zhao <shannon.zhaosl@gmail.com>
1925 L: qemu-arm@nongnu.org
1926 S: Maintained
1927 F: hw/arm/virt-acpi-build.c
1929 RISC-V ACPI Subsystem
1930 M: Sunil V L <sunilvl@ventanamicro.com>
1931 L: qemu-riscv@nongnu.org
1932 S: Maintained
1933 F: hw/riscv/virt-acpi-build.c
1935 ACPI/VIOT
1936 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1937 S: Supported
1938 F: hw/acpi/viot.c
1939 F: hw/acpi/viot.h
1941 ACPI/AVOCADO/BIOSBITS
1942 M: Ani Sinha <anisinha@redhat.com>
1943 M: Michael S. Tsirkin <mst@redhat.com>
1944 S: Supported
1945 F: tests/avocado/acpi-bits/*
1946 F: tests/avocado/acpi-bits.py
1947 F: docs/devel/acpi-bits.rst
1949 ACPI/HEST/GHES
1950 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1951 L: qemu-arm@nongnu.org
1952 S: Maintained
1953 F: hw/acpi/ghes.c
1954 F: include/hw/acpi/ghes.h
1955 F: docs/specs/acpi_hest_ghes.rst
1957 ppc4xx
1958 L: qemu-ppc@nongnu.org
1959 S: Orphan
1960 F: hw/ppc/ppc4*.c
1961 F: hw/i2c/ppc4xx_i2c.c
1962 F: include/hw/ppc/ppc4xx.h
1963 F: include/hw/i2c/ppc4xx_i2c.h
1964 F: hw/intc/ppc-uic.c
1965 F: include/hw/intc/ppc-uic.h
1967 Character devices
1968 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1969 R: Paolo Bonzini <pbonzini@redhat.com>
1970 S: Odd Fixes
1971 F: hw/char/
1973 Network devices
1974 M: Jason Wang <jasowang@redhat.com>
1975 S: Odd Fixes
1976 F: hw/net/
1977 F: include/hw/net/
1978 F: tests/qtest/virtio-net-test.c
1979 F: docs/virtio-net-failover.rst
1980 T: git https://github.com/jasowang/qemu.git net
1982 Parallel NOR Flash devices
1983 M: Philippe Mathieu-Daudé <philmd@linaro.org>
1984 T: git https://gitlab.com/philmd/qemu.git pflash-next
1985 S: Maintained
1986 F: hw/block/pflash_cfi*.c
1987 F: include/hw/block/flash.h
1989 SCSI
1990 M: Paolo Bonzini <pbonzini@redhat.com>
1991 R: Fam Zheng <fam@euphon.net>
1992 S: Supported
1993 F: include/hw/scsi/*
1994 F: hw/scsi/*
1995 F: tests/qtest/virtio-scsi-test.c
1996 F: tests/qtest/fuzz-virtio-scsi-test.c
1997 F: tests/qtest/am53c974-test.c
1998 F: tests/qtest/fuzz-lsi53c895a-test.c
1999 T: git https://github.com/bonzini/qemu.git scsi-next
2002 M: Alistair Francis <alistair@alistair23.me>
2003 S: Maintained
2004 F: hw/ssi/*
2005 F: hw/block/m25p80*
2006 F: include/hw/ssi/ssi.h
2007 X: hw/ssi/xilinx_*
2008 F: tests/qtest/m25p80-test.c
2010 Xilinx SPI
2011 M: Alistair Francis <alistair@alistair23.me>
2012 S: Maintained
2013 F: hw/ssi/xilinx_*
2015 SD (Secure Card)
2016 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2017 M: Bin Meng <bin.meng@windriver.com>
2018 L: qemu-block@nongnu.org
2019 S: Odd Fixes
2020 F: include/hw/sd/sd*
2021 F: hw/sd/core.c
2022 F: hw/sd/sd*
2023 F: hw/sd/ssi-sd.c
2024 F: tests/qtest/fuzz-sdcard-test.c
2025 F: tests/qtest/sdhci-test.c
2028 M: Gerd Hoffmann <kraxel@redhat.com>
2029 S: Odd Fixes
2030 F: hw/usb/*
2031 F: stubs/usb-dev-stub.c
2032 F: tests/qtest/usb-*-test.c
2033 F: docs/system/devices/usb.rst
2034 F: include/hw/usb.h
2035 F: include/hw/usb/
2037 USB (serial adapter)
2038 R: Gerd Hoffmann <kraxel@redhat.com>
2039 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2040 S: Maintained
2041 F: hw/usb/dev-serial.c
2043 VFIO
2044 M: Alex Williamson <alex.williamson@redhat.com>
2045 R: Cédric Le Goater <clg@redhat.com>
2046 S: Supported
2047 F: hw/vfio/*
2048 F: include/hw/vfio/
2049 F: docs/igd-assign.txt
2050 F: docs/devel/vfio-migration.rst
2052 vfio-ccw
2053 M: Eric Farman <farman@linux.ibm.com>
2054 M: Matthew Rosato <mjrosato@linux.ibm.com>
2055 S: Supported
2056 F: hw/vfio/ccw.c
2057 F: hw/s390x/s390-ccw.c
2058 F: include/hw/s390x/s390-ccw.h
2059 F: include/hw/s390x/vfio-ccw.h
2060 L: qemu-s390x@nongnu.org
2062 vfio-ap
2063 M: Tony Krowiak <akrowiak@linux.ibm.com>
2064 M: Halil Pasic <pasic@linux.ibm.com>
2065 M: Jason Herne <jjherne@linux.ibm.com>
2066 S: Supported
2067 F: hw/s390x/ap-device.c
2068 F: hw/s390x/ap-bridge.c
2069 F: include/hw/s390x/ap-device.h
2070 F: include/hw/s390x/ap-bridge.h
2071 F: hw/vfio/ap.c
2072 F: docs/system/s390x/vfio-ap.rst
2073 L: qemu-s390x@nongnu.org
2075 vhost
2076 M: Michael S. Tsirkin <mst@redhat.com>
2077 S: Supported
2078 F: hw/*/*vhost*
2079 F: docs/interop/vhost-user.json
2080 F: docs/interop/vhost-user.rst
2081 F: contrib/vhost-user-*/
2082 F: backends/vhost-user.c
2083 F: include/sysemu/vhost-user-backend.h
2084 F: subprojects/libvhost-user/
2086 vhost-shadow-virtqueue
2087 R: Eugenio Pérez <eperezma@redhat.com>
2088 F: hw/virtio/vhost-shadow-virtqueue.*
2090 virtio
2091 M: Michael S. Tsirkin <mst@redhat.com>
2092 S: Supported
2093 F: hw/*/virtio*
2094 F: hw/virtio/Makefile.objs
2095 F: hw/virtio/trace-events
2096 F: qapi/virtio.json
2097 F: net/vhost-user.c
2098 F: include/hw/virtio/
2099 F: docs/devel/virtio*
2101 virtio-balloon
2102 M: Michael S. Tsirkin <mst@redhat.com>
2103 M: David Hildenbrand <david@redhat.com>
2104 S: Maintained
2105 F: docs/interop/virtio-balloon-stats.rst
2106 F: hw/virtio/virtio-balloon*.c
2107 F: include/hw/virtio/virtio-balloon.h
2108 F: softmmu/balloon.c
2109 F: include/sysemu/balloon.h
2111 virtio-9p
2112 M: Greg Kurz <groug@kaod.org>
2113 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2114 S: Odd Fixes
2115 W: https://wiki.qemu.org/Documentation/9p
2116 F: hw/9pfs/
2117 X: hw/9pfs/xen-9p*
2118 F: fsdev/
2119 F: docs/tools/virtfs-proxy-helper.rst
2120 F: tests/qtest/virtio-9p-test.c
2121 F: tests/qtest/libqos/virtio-9p*
2122 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2123 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2125 virtio-blk
2126 M: Stefan Hajnoczi <stefanha@redhat.com>
2127 L: qemu-block@nongnu.org
2128 S: Supported
2129 F: hw/block/virtio-blk-common.c
2130 F: hw/block/virtio-blk.c
2131 F: hw/block/dataplane/*
2132 F: include/hw/virtio/virtio-blk-common.h
2133 F: tests/qtest/virtio-blk-test.c
2134 T: git https://github.com/stefanha/qemu.git block
2136 virtio-ccw
2137 M: Cornelia Huck <cohuck@redhat.com>
2138 M: Halil Pasic <pasic@linux.ibm.com>
2139 M: Eric Farman <farman@linux.ibm.com>
2140 S: Supported
2141 F: hw/s390x/virtio-ccw*.[hc]
2142 F: hw/s390x/vhost-*-ccw.c
2143 T: git https://gitlab.com/cohuck/qemu.git s390-next
2144 T: git https://github.com/borntraeger/qemu.git s390-next
2145 L: qemu-s390x@nongnu.org
2147 virtiofs
2148 M: Stefan Hajnoczi <stefanha@redhat.com>
2149 S: Supported
2150 F: hw/virtio/vhost-user-fs*
2151 F: include/hw/virtio/vhost-user-fs.h
2152 L: virtio-fs@redhat.com
2154 virtio-input
2155 M: Gerd Hoffmann <kraxel@redhat.com>
2156 S: Odd Fixes
2157 F: hw/input/vhost-user-input.c
2158 F: hw/input/virtio-input*.c
2159 F: include/hw/virtio/virtio-input.h
2160 F: contrib/vhost-user-input/*
2162 virtio-iommu
2163 M: Eric Auger <eric.auger@redhat.com>
2164 S: Maintained
2165 F: hw/virtio/virtio-iommu*.c
2166 F: include/hw/virtio/virtio-iommu.h
2168 virtio-serial
2169 M: Laurent Vivier <lvivier@redhat.com>
2170 R: Amit Shah <amit@kernel.org>
2171 S: Supported
2172 F: hw/char/virtio-serial-bus.c
2173 F: hw/char/virtio-console.c
2174 F: include/hw/virtio/virtio-serial.h
2175 F: tests/qtest/virtio-serial-test.c
2177 virtio-rng
2178 M: Laurent Vivier <lvivier@redhat.com>
2179 R: Amit Shah <amit@kernel.org>
2180 S: Supported
2181 F: hw/virtio/virtio-rng.c
2182 F: include/hw/virtio/virtio-rng.h
2183 F: include/sysemu/rng*.h
2184 F: backends/rng*.c
2185 F: tests/qtest/virtio-rng-test.c
2187 vhost-user-rng
2188 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2189 S: Supported
2190 F: docs/system/devices/vhost-user-rng.rst
2191 F: hw/virtio/vhost-user-rng.c
2192 F: hw/virtio/vhost-user-rng-pci.c
2193 F: include/hw/virtio/vhost-user-rng.h
2194 F: tools/vhost-user-rng/*
2196 vhost-user-gpio
2197 M: Alex Bennée <alex.bennee@linaro.org>
2198 R: Viresh Kumar <viresh.kumar@linaro.org>
2199 S: Maintained
2200 F: hw/virtio/vhost-user-gpio*
2201 F: include/hw/virtio/vhost-user-gpio.h
2202 F: tests/qtest/libqos/virtio-gpio.*
2204 virtio-crypto
2205 M: Gonglei <arei.gonglei@huawei.com>
2206 S: Supported
2207 F: hw/virtio/virtio-crypto.c
2208 F: hw/virtio/virtio-crypto-pci.c
2209 F: include/hw/virtio/virtio-crypto.h
2211 virtio-mem
2212 M: David Hildenbrand <david@redhat.com>
2213 S: Supported
2214 W: https://virtio-mem.gitlab.io/
2215 F: hw/virtio/virtio-mem.c
2216 F: hw/virtio/virtio-mem-pci.h
2217 F: hw/virtio/virtio-mem-pci.c
2218 F: include/hw/virtio/virtio-mem.h
2220 nvme
2221 M: Keith Busch <kbusch@kernel.org>
2222 M: Klaus Jensen <its@irrelevant.dk>
2223 L: qemu-block@nongnu.org
2224 S: Supported
2225 F: hw/nvme/*
2226 F: include/block/nvme.h
2227 F: tests/qtest/nvme-test.c
2228 F: docs/system/devices/nvme.rst
2229 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2231 megasas
2232 M: Hannes Reinecke <hare@suse.com>
2233 L: qemu-block@nongnu.org
2234 S: Supported
2235 F: hw/scsi/megasas.c
2236 F: hw/scsi/mfi.h
2237 F: tests/qtest/megasas-test.c
2238 F: tests/qtest/fuzz-megasas-test.c
2240 Network packet abstractions
2241 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2242 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2243 S: Maintained
2244 F: include/net/eth.h
2245 F: net/eth.c
2246 F: hw/net/net_rx_pkt*
2247 F: hw/net/net_tx_pkt*
2249 Vmware
2250 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2251 S: Maintained
2252 F: hw/net/vmxnet*
2253 F: hw/scsi/vmw_pvscsi*
2254 F: tests/qtest/vmxnet3-test.c
2256 Rocker
2257 M: Jiri Pirko <jiri@resnulli.us>
2258 S: Maintained
2259 F: hw/net/rocker/
2260 F: qapi/rocker.json
2261 F: tests/rocker/
2262 F: docs/specs/rocker.txt
2264 e1000x
2265 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2266 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2267 S: Maintained
2268 F: hw/net/e1000x*
2270 e1000e
2271 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2272 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2273 S: Maintained
2274 F: hw/net/e1000e*
2275 F: tests/qtest/fuzz-e1000e-test.c
2276 F: tests/qtest/e1000e-test.c
2277 F: tests/qtest/libqos/e1000e.*
2280 M: Akihiko Odaki <akihiko.odaki@daynix.com>
2281 R: Sriram Yagnaraman <sriram.yagnaraman@est.tech>
2282 S: Maintained
2283 F: docs/system/devices/igb.rst
2284 F: hw/net/igb*
2285 F: tests/avocado/netdev-ethtool.py
2286 F: tests/qtest/igb-test.c
2287 F: tests/qtest/libqos/igb.c
2289 eepro100
2290 M: Stefan Weil <sw@weilnetz.de>
2291 S: Maintained
2292 F: hw/net/eepro100.c
2294 tulip
2295 M: Sven Schnelle <svens@stackframe.org>
2296 S: Maintained
2297 F: hw/net/tulip.c
2298 F: hw/net/tulip.h
2300 pca954x
2301 M: Patrick Venture <venture@google.com>
2302 S: Maintained
2303 F: hw/i2c/i2c_mux_pca954x.c
2304 F: include/hw/i2c/i2c_mux_pca954x.h
2306 Generic Loader
2307 M: Alistair Francis <alistair@alistair23.me>
2308 S: Maintained
2309 F: hw/core/generic-loader.c
2310 F: hw/core/uboot_image.h
2311 F: include/hw/core/generic-loader.h
2312 F: docs/system/generic-loader.rst
2314 Guest Loader
2315 M: Alex Bennée <alex.bennee@linaro.org>
2316 S: Maintained
2317 F: hw/core/guest-loader.c
2318 F: docs/system/guest-loader.rst
2319 F: tests/avocado/boot_xen.py
2321 Intel Hexadecimal Object File Loader
2322 M: Su Hang <suhang16@mails.ucas.ac.cn>
2323 S: Maintained
2324 F: tests/qtest/hexloader-test.c
2325 F: tests/data/hex-loader/test.hex
2327 CHRP NVRAM
2328 M: Thomas Huth <thuth@redhat.com>
2329 S: Maintained
2330 F: hw/nvram/chrp_nvram.c
2331 F: include/hw/nvram/chrp_nvram.h
2332 F: tests/qtest/prom-env-test.c
2334 VM Generation ID
2335 S: Orphan
2336 R: Ani Sinha <ani@anisinha.ca>
2337 F: hw/acpi/vmgenid.c
2338 F: include/hw/acpi/vmgenid.h
2339 F: docs/specs/vmgenid.txt
2340 F: tests/qtest/vmgenid-test.c
2343 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2344 S: Maintained
2345 F: include/hw/misc/led.h
2346 F: hw/misc/led.c
2348 Unimplemented device
2349 M: Peter Maydell <peter.maydell@linaro.org>
2350 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2351 R: Ani Sinha <ani@anisinha.ca>
2352 S: Maintained
2353 F: include/hw/misc/unimp.h
2354 F: hw/misc/unimp.c
2356 Empty slot
2357 M: Artyom Tarasenko <atar4qemu@gmail.com>
2358 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2359 R: Ani Sinha <ani@anisinha.ca>
2360 S: Maintained
2361 F: include/hw/misc/empty_slot.h
2362 F: hw/misc/empty_slot.c
2364 Standard VGA
2365 M: Gerd Hoffmann <kraxel@redhat.com>
2366 S: Maintained
2367 F: hw/display/vga*
2368 F: hw/display/bochs-display.c
2369 F: include/hw/display/vga.h
2370 F: include/hw/display/bochs-vbe.h
2372 ramfb
2373 M: Gerd Hoffmann <kraxel@redhat.com>
2374 S: Maintained
2375 F: hw/display/ramfb*.c
2376 F: include/hw/display/ramfb.h
2378 virtio-gpu
2379 M: Gerd Hoffmann <kraxel@redhat.com>
2380 S: Odd Fixes
2381 F: hw/display/virtio-gpu*
2382 F: hw/display/virtio-vga.*
2383 F: include/hw/virtio/virtio-gpu.h
2385 vhost-user-blk
2386 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2387 S: Maintained
2388 F: contrib/vhost-user-blk/
2389 F: contrib/vhost-user-scsi/
2390 F: hw/block/vhost-user-blk.c
2391 F: hw/block/virtio-blk-common.c
2392 F: hw/scsi/vhost-user-scsi.c
2393 F: hw/virtio/vhost-user-blk-pci.c
2394 F: hw/virtio/vhost-user-scsi-pci.c
2395 F: include/hw/virtio/vhost-user-blk.h
2396 F: include/hw/virtio/vhost-user-scsi.h
2397 F: include/hw/virtio/virtio-blk-common.h
2399 vhost-user-gpu
2400 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2401 R: Gerd Hoffmann <kraxel@redhat.com>
2402 S: Maintained
2403 F: docs/interop/vhost-user-gpu.rst
2404 F: contrib/vhost-user-gpu
2405 F: hw/display/vhost-user-*
2407 Cirrus VGA
2408 M: Gerd Hoffmann <kraxel@redhat.com>
2409 S: Odd Fixes
2410 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2411 F: hw/display/cirrus*
2413 EDID Generator
2414 M: Gerd Hoffmann <kraxel@redhat.com>
2415 S: Maintained
2416 F: hw/display/edid*
2417 F: include/hw/display/edid.h
2418 F: qemu-edid.c
2420 PIIX4 South Bridge (i82371AB)
2421 M: Hervé Poussineau <hpoussin@reactos.org>
2422 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2423 S: Maintained
2424 F: hw/isa/piix4.c
2425 F: include/hw/southbridge/piix.h
2427 Firmware configuration (fw_cfg)
2428 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2429 R: Gerd Hoffmann <kraxel@redhat.com>
2430 S: Supported
2431 F: docs/specs/fw_cfg.txt
2432 F: hw/nvram/fw_cfg*.c
2433 F: stubs/fw_cfg.c
2434 F: include/hw/nvram/fw_cfg.h
2435 F: include/standard-headers/linux/qemu_fw_cfg.h
2436 F: tests/qtest/libqos/fw_cfg.c
2437 F: tests/qtest/fw_cfg-test.c
2438 T: git https://github.com/philmd/qemu.git fw_cfg-next
2440 XIVE
2441 M: Cédric Le Goater <clg@kaod.org>
2442 L: qemu-ppc@nongnu.org
2443 S: Odd Fixes
2444 F: hw/*/*xive*
2445 F: include/hw/*/*xive*
2446 F: docs/*/*xive*
2448 Renesas peripherals
2449 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2450 R: Magnus Damm <magnus.damm@gmail.com>
2451 S: Odd Fixes
2452 F: hw/char/renesas_sci.c
2453 F: hw/char/sh_serial.c
2454 F: hw/timer/renesas_*.c
2455 F: hw/timer/sh_timer.c
2456 F: include/hw/char/renesas_sci.h
2457 F: include/hw/sh4/sh.h
2458 F: include/hw/timer/renesas_*.h
2460 Renesas RX peripherals
2461 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2462 S: Orphan
2463 F: hw/intc/rx_icu.c
2464 F: hw/rx/
2465 F: include/hw/intc/rx_icu.h
2466 F: include/hw/rx/
2468 CAN bus subsystem and hardware
2469 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2470 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2471 S: Maintained
2472 W: https://canbus.pages.fel.cvut.cz/
2473 F: net/can/*
2474 F: hw/net/can/*
2475 F: include/net/can_*.h
2477 OpenPIC interrupt controller
2478 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2479 S: Odd Fixes
2480 F: hw/intc/openpic.c
2481 F: include/hw/ppc/openpic.h
2483 MIPS CPS
2484 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2485 S: Odd Fixes
2486 F: hw/misc/mips_*
2487 F: include/hw/misc/mips_*
2489 MIPS GIC
2490 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2491 S: Odd Fixes
2492 F: hw/intc/mips_gic.c
2493 F: hw/timer/mips_gictimer.c
2494 F: include/hw/intc/mips_gic.h
2495 F: include/hw/timer/mips_gictimer.h
2497 S390 3270 device
2498 M: Halil Pasic <pasic@linux.ibm.com>
2499 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2500 S: Odd fixes
2501 F: include/hw/s390x/3270-ccw.h
2502 F: hw/char/terminal3270.c
2503 F: hw/s390x/3270-ccw.c
2504 L: qemu-s390x@nongnu.org
2506 S390 diag 288 watchdog
2507 M: Halil Pasic <pasic@linux.ibm.com>
2508 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2509 S: Supported
2510 F: hw/watchdog/wdt_diag288.c
2511 F: include/hw/watchdog/wdt_diag288.h
2512 L: qemu-s390x@nongnu.org
2514 S390 storage key device
2515 M: Halil Pasic <pasic@linux.ibm.com>
2516 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2517 S: Supported
2518 F: hw/s390x/storage-keys.h
2519 F: hw/390x/s390-skeys*.c
2520 L: qemu-s390x@nongnu.org
2522 S390 storage attribute device
2523 M: Halil Pasic <pasic@linux.ibm.com>
2524 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2525 S: Supported
2526 F: hw/s390x/storage-attributes.h
2527 F: hw/s390/s390-stattrib*.c
2528 L: qemu-s390x@nongnu.org
2530 S390 floating interrupt controller
2531 M: Halil Pasic <pasic@linux.ibm.com>
2532 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2533 M: David Hildenbrand <david@redhat.com>
2534 S: Supported
2535 F: hw/intc/s390_flic*.c
2536 F: include/hw/s390x/s390_flic.h
2537 L: qemu-s390x@nongnu.org
2539 CanoKey
2540 M: Hongren (Zenithal) Zheng <i@zenithal.me>
2541 S: Maintained
2542 R: Canokeys.org <contact@canokeys.org>
2543 F: hw/usb/canokey.c
2544 F: hw/usb/canokey.h
2545 F: docs/system/devices/canokey.rst
2547 Subsystems
2548 ----------
2549 Overall Audio backends
2550 M: Gerd Hoffmann <kraxel@redhat.com>
2551 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2552 S: Odd Fixes
2553 F: audio/
2554 X: audio/alsaaudio.c
2555 X: audio/coreaudio.c
2556 X: audio/dsound*
2557 X: audio/jackaudio.c
2558 X: audio/ossaudio.c
2559 X: audio/paaudio.c
2560 X: audio/sdlaudio.c
2561 X: audio/sndioaudio.c
2562 X: audio/spiceaudio.c
2563 F: qapi/audio.json
2565 ALSA Audio backend
2566 M: Gerd Hoffmann <kraxel@redhat.com>
2567 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2568 S: Odd Fixes
2569 F: audio/alsaaudio.c
2571 Core Audio framework backend
2572 M: Gerd Hoffmann <kraxel@redhat.com>
2573 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2574 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2575 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2576 S: Odd Fixes
2577 F: audio/coreaudio.c
2579 DSound Audio backend
2580 M: Gerd Hoffmann <kraxel@redhat.com>
2581 S: Odd Fixes
2582 F: audio/dsound*
2584 JACK Audio Connection Kit backend
2585 M: Gerd Hoffmann <kraxel@redhat.com>
2586 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2587 S: Odd Fixes
2588 F: audio/jackaudio.c
2590 Open Sound System (OSS) Audio backend
2591 M: Gerd Hoffmann <kraxel@redhat.com>
2592 S: Odd Fixes
2593 F: audio/ossaudio.c
2595 PulseAudio backend
2596 M: Gerd Hoffmann <kraxel@redhat.com>
2597 S: Odd Fixes
2598 F: audio/paaudio.c
2600 SDL Audio backend
2601 M: Gerd Hoffmann <kraxel@redhat.com>
2602 R: Thomas Huth <huth@tuxfamily.org>
2603 S: Odd Fixes
2604 F: audio/sdlaudio.c
2606 Sndio Audio backend
2607 M: Gerd Hoffmann <kraxel@redhat.com>
2608 R: Alexandre Ratchov <alex@caoua.org>
2609 S: Odd Fixes
2610 F: audio/sndioaudio.c
2612 Block layer core
2613 M: Kevin Wolf <kwolf@redhat.com>
2614 M: Hanna Reitz <hreitz@redhat.com>
2615 L: qemu-block@nongnu.org
2616 S: Supported
2617 F: block*
2618 F: block/
2619 F: hw/block/
2620 F: qapi/block*.json
2621 F: qapi/transaction.json
2622 F: include/block/
2623 F: include/sysemu/block-*.h
2624 F: qemu-img*
2625 F: docs/tools/qemu-img.rst
2626 F: qemu-io*
2627 F: tests/qemu-iotests/
2628 F: util/qemu-progress.c
2629 F: qobject/block-qdict.c
2630 F: tests/unit/check-block-qdict.c
2631 T: git https://repo.or.cz/qemu/kevin.git block
2633 Storage daemon
2634 M: Kevin Wolf <kwolf@redhat.com>
2635 L: qemu-block@nongnu.org
2636 S: Supported
2637 F: storage-daemon/
2638 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2639 F: docs/tools/qemu-storage-daemon.rst
2640 T: git https://repo.or.cz/qemu/kevin.git block
2642 Block I/O path
2643 M: Stefan Hajnoczi <stefanha@redhat.com>
2644 M: Fam Zheng <fam@euphon.net>
2645 L: qemu-block@nongnu.org
2646 S: Supported
2647 F: util/async.c
2648 F: util/aio-*.c
2649 F: util/aio-*.h
2650 F: util/fdmon-*.c
2651 F: block/io.c
2652 F: migration/block*
2653 F: include/block/aio.h
2654 F: include/block/aio-wait.h
2655 F: scripts/qemugdb/aio.py
2656 F: tests/unit/test-fdmon-epoll.c
2657 T: git https://github.com/stefanha/qemu.git block
2659 Block SCSI subsystem
2660 M: Paolo Bonzini <pbonzini@redhat.com>
2661 R: Fam Zheng <fam@euphon.net>
2662 L: qemu-block@nongnu.org
2663 S: Supported
2664 F: include/scsi/*
2665 F: scsi/*
2667 Block Jobs
2668 M: John Snow <jsnow@redhat.com>
2669 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2670 L: qemu-block@nongnu.org
2671 S: Supported
2672 F: blockjob.c
2673 F: include/block/blockjob.h
2674 F: job.c
2675 F: job-qmp.c
2676 F: include/qemu/job.h
2677 F: block/backup.c
2678 F: block/commit.c
2679 F: block/stream.c
2680 F: block/mirror.c
2681 F: qapi/job.json
2682 F: block/block-copy.c
2683 F: include/block/block-copy.h
2684 F: block/reqlist.c
2685 F: include/block/reqlist.h
2686 F: block/copy-before-write.h
2687 F: block/copy-before-write.c
2688 F: block/snapshot-access.c
2689 F: include/block/aio_task.h
2690 F: block/aio_task.c
2691 F: util/qemu-co-shared-resource.c
2692 F: include/qemu/co-shared-resource.h
2693 T: git https://gitlab.com/jsnow/qemu.git jobs
2694 T: git https://gitlab.com/vsementsov/qemu.git block
2696 Compute Express Link
2697 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2698 R: Fan Ni <fan.ni@samsung.com>
2699 S: Supported
2700 F: hw/cxl/
2701 F: hw/mem/cxl_type3.c
2702 F: include/hw/cxl/
2704 Dirty Bitmaps
2705 M: Eric Blake <eblake@redhat.com>
2706 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2707 R: John Snow <jsnow@redhat.com>
2708 L: qemu-block@nongnu.org
2709 S: Supported
2710 F: include/qemu/hbitmap.h
2711 F: include/block/dirty-bitmap.h
2712 F: block/monitor/bitmap-qmp-cmds.c
2713 F: block/dirty-bitmap.c
2714 F: block/qcow2-bitmap.c
2715 F: migration/block-dirty-bitmap.c
2716 F: util/hbitmap.c
2717 F: tests/unit/test-hbitmap.c
2718 F: docs/interop/bitmaps.rst
2719 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2720 T: git https://gitlab.com/vsementsov/qemu.git block
2722 Character device backends
2723 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2724 R: Paolo Bonzini <pbonzini@redhat.com>
2725 S: Maintained
2726 F: chardev/
2727 F: include/chardev/
2728 F: qapi/char.json
2730 Character Devices (Braille)
2731 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2732 S: Maintained
2733 F: chardev/baum.c
2735 Command line option argument parsing
2736 M: Markus Armbruster <armbru@redhat.com>
2737 S: Supported
2738 F: include/qemu/option.h
2739 F: tests/unit/test-keyval.c
2740 F: tests/unit/test-qemu-opts.c
2741 F: util/keyval.c
2742 F: util/qemu-option.c
2744 Coverity model
2745 M: Markus Armbruster <armbru@redhat.com>
2746 S: Supported
2747 F: scripts/coverity-model.c
2749 Coverity Scan integration
2750 M: Peter Maydell <peter.maydell@linaro.org>
2751 S: Maintained
2752 F: scripts/coverity-scan/
2754 Device Tree
2755 M: Alistair Francis <alistair.francis@wdc.com>
2756 R: David Gibson <david@gibson.dropbear.id.au>
2757 S: Maintained
2758 F: softmmu/device_tree.c
2759 F: include/sysemu/device_tree.h
2761 Dump
2762 S: Supported
2763 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2764 F: dump/
2765 F: hw/misc/vmcoreinfo.c
2766 F: include/hw/misc/vmcoreinfo.h
2767 F: include/qemu/win_dump_defs
2768 F: include/sysemu/dump-arch.h
2769 F: include/sysemu/dump.h
2770 F: qapi/dump.json
2771 F: scripts/dump-guest-memory.py
2772 F: stubs/dump.c
2774 Error reporting
2775 M: Markus Armbruster <armbru@redhat.com>
2776 S: Supported
2777 F: include/qapi/error.h
2778 F: include/qemu/error-report.h
2779 F: qapi/error.json
2780 F: util/error.c
2781 F: util/qemu-error.c
2782 F: scripts/coccinelle/err-bad-newline.cocci
2783 F: scripts/coccinelle/error-use-after-free.cocci
2784 F: scripts/coccinelle/error_propagate_null.cocci
2785 F: scripts/coccinelle/remove_local_err.cocci
2786 F: scripts/coccinelle/use-error_fatal.cocci
2787 F: scripts/coccinelle/errp-guard.cocci
2789 GDB stub
2790 M: Alex Bennée <alex.bennee@linaro.org>
2791 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2792 S: Maintained
2793 F: docs/system/gdb.rst
2794 F: gdbstub/*
2795 F: include/exec/gdbstub.h
2796 F: include/gdbstub/*
2797 F: gdb-xml/
2798 F: tests/tcg/multiarch/gdbstub/
2799 F: scripts/feature_to_c.sh
2800 F: scripts/probe-gdb-support.py
2802 Memory API
2803 M: Paolo Bonzini <pbonzini@redhat.com>
2804 M: Peter Xu <peterx@redhat.com>
2805 M: David Hildenbrand <david@redhat.com>
2806 R: Philippe Mathieu-Daudé <philmd@linaro.org>
2807 S: Supported
2808 F: include/exec/ioport.h
2809 F: include/exec/memop.h
2810 F: include/exec/memory.h
2811 F: include/exec/ram_addr.h
2812 F: include/exec/ramblock.h
2813 F: include/sysemu/memory_mapping.h
2814 F: softmmu/dma-helpers.c
2815 F: softmmu/ioport.c
2816 F: softmmu/memory.c
2817 F: softmmu/memory_mapping.c
2818 F: softmmu/physmem.c
2819 F: include/exec/memory-internal.h
2820 F: scripts/coccinelle/memory-region-housekeeping.cocci
2822 Memory devices
2823 M: David Hildenbrand <david@redhat.com>
2824 M: Igor Mammedov <imammedo@redhat.com>
2825 R: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2826 S: Supported
2827 F: hw/mem/memory-device.c
2828 F: hw/mem/nvdimm.c
2829 F: hw/mem/pc-dimm.c
2830 F: include/hw/mem/memory-device.h
2831 F: include/hw/mem/nvdimm.h
2832 F: include/hw/mem/pc-dimm.h
2833 F: docs/nvdimm.txt
2835 SPICE
2836 M: Gerd Hoffmann <kraxel@redhat.com>
2837 S: Odd Fixes
2838 F: include/ui/qemu-spice.h
2839 F: include/ui/spice-display.h
2840 F: ui/spice-*.c
2841 F: audio/spiceaudio.c
2842 F: hw/display/qxl*
2843 F: qapi/ui.json
2844 F: docs/spice-port-fqdn.txt
2846 Graphics
2847 M: Gerd Hoffmann <kraxel@redhat.com>
2848 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2849 S: Odd Fixes
2850 F: ui/
2851 F: include/ui/
2852 F: qapi/ui.json
2853 F: util/drm.c
2854 F: docs/devel/ui.rst
2856 Cocoa graphics
2857 M: Peter Maydell <peter.maydell@linaro.org>
2858 M: Philippe Mathieu-Daudé <philmd@linaro.org>
2859 R: Akihiko Odaki <akihiko.odaki@daynix.com>
2860 S: Odd Fixes
2861 F: ui/cocoa.m
2863 Main loop
2864 M: Paolo Bonzini <pbonzini@redhat.com>
2865 S: Maintained
2866 F: include/exec/gen-icount.h
2867 F: include/qemu/main-loop.h
2868 F: include/sysemu/runstate.h
2869 F: include/sysemu/runstate-action.h
2870 F: util/main-loop.c
2871 F: util/qemu-timer.c
2872 F: softmmu/vl.c
2873 F: softmmu/main.c
2874 F: softmmu/cpus.c
2875 F: softmmu/cpu-throttle.c
2876 F: softmmu/cpu-timers.c
2877 F: softmmu/icount.c
2878 F: softmmu/runstate*
2879 F: qapi/run-state.json
2881 Read, Copy, Update (RCU)
2882 M: Paolo Bonzini <pbonzini@redhat.com>
2883 S: Maintained
2884 F: docs/devel/lockcnt.txt
2885 F: docs/devel/rcu.txt
2886 F: include/qemu/rcu*.h
2887 F: tests/unit/rcutorture.c
2888 F: tests/unit/test-rcu-*.c
2889 F: util/rcu.c
2891 Human Monitor (HMP)
2892 M: Dr. David Alan Gilbert <dave@treblig.org>
2893 S: Maintained
2894 F: monitor/monitor-internal.h
2895 F: monitor/misc.c
2896 F: monitor/monitor.c
2897 F: monitor/hmp*
2898 F: hmp.h
2899 F: hmp-commands*.hx
2900 F: include/monitor/hmp-target.h
2901 F: tests/qtest/test-hmp.c
2902 F: include/qemu/qemu-print.h
2903 F: util/qemu-print.c
2905 Network device backends
2906 M: Jason Wang <jasowang@redhat.com>
2907 S: Maintained
2908 F: net/
2909 F: include/net/
2910 F: qemu-bridge-helper.c
2911 T: git https://github.com/jasowang/qemu.git net
2912 F: qapi/net.json
2914 Netmap network backend
2915 M: Luigi Rizzo <rizzo@iet.unipi.it>
2916 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2917 M: Vincenzo Maffione <v.maffione@gmail.com>
2918 W: http://info.iet.unipi.it/~luigi/netmap/
2919 S: Maintained
2920 F: net/netmap.c
2922 Host Memory Backends
2923 M: David Hildenbrand <david@redhat.com>
2924 M: Igor Mammedov <imammedo@redhat.com>
2925 S: Maintained
2926 F: backends/hostmem*.c
2927 F: include/sysemu/hostmem.h
2928 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2930 Cryptodev Backends
2931 M: Gonglei <arei.gonglei@huawei.com>
2932 M: zhenwei pi <pizhenwei@bytedance.com>
2933 S: Maintained
2934 F: include/sysemu/cryptodev*.h
2935 F: backends/cryptodev*.c
2936 F: qapi/cryptodev.json
2938 Python library
2939 M: John Snow <jsnow@redhat.com>
2940 M: Cleber Rosa <crosa@redhat.com>
2941 R: Beraldo Leal <bleal@redhat.com>
2942 S: Maintained
2943 F: python/
2944 T: git https://gitlab.com/jsnow/qemu.git python
2946 Python scripts
2947 M: John Snow <jsnow@redhat.com>
2948 M: Cleber Rosa <crosa@redhat.com>
2949 S: Odd Fixes
2950 F: scripts/*.py
2951 F: tests/*.py
2953 Benchmark util
2954 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2955 S: Maintained
2956 F: scripts/simplebench/
2957 T: git https://gitlab.com/vsementsov/qemu.git simplebench
2959 Transactions helper
2960 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
2961 S: Maintained
2962 F: include/qemu/transactions.h
2963 F: util/transactions.c
2964 T: git https://gitlab.com/vsementsov/qemu.git block
2966 QAPI
2967 M: Markus Armbruster <armbru@redhat.com>
2968 M: Michael Roth <michael.roth@amd.com>
2969 S: Supported
2970 F: qapi/
2971 X: qapi/*.json
2972 F: include/qapi/
2973 X: include/qapi/qmp/
2974 F: include/qapi/qmp/dispatch.h
2975 F: tests/qapi-schema/
2976 F: tests/unit/test-*-visitor.c
2977 F: tests/unit/test-qapi-*.c
2978 F: tests/unit/test-qmp-*.c
2979 F: tests/unit/test-visitor-serialization.c
2980 F: scripts/qapi-gen.py
2981 F: scripts/qapi/*
2982 F: docs/sphinx/qapidoc.py
2983 F: docs/devel/qapi*
2984 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2986 QAPI Schema
2987 M: Eric Blake <eblake@redhat.com>
2988 M: Markus Armbruster <armbru@redhat.com>
2989 S: Supported
2990 F: qapi/*.json
2991 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2993 QObject
2994 M: Markus Armbruster <armbru@redhat.com>
2995 S: Supported
2996 F: qobject/
2997 F: include/qapi/qmp/
2998 X: include/qapi/qmp/dispatch.h
2999 F: scripts/coccinelle/qobject.cocci
3000 F: tests/unit/check-qdict.c
3001 F: tests/unit/check-qjson.c
3002 F: tests/unit/check-qlist.c
3003 F: tests/unit/check-qlit.c
3004 F: tests/unit/check-qnull.c
3005 F: tests/unit/check-qnum.c
3006 F: tests/unit/check-qobject.c
3007 F: tests/unit/check-qstring.c
3008 F: tests/data/qobject/qdict.txt
3009 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3011 QEMU Guest Agent
3012 M: Michael Roth <michael.roth@amd.com>
3013 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3014 S: Maintained
3015 F: qga/
3016 F: docs/interop/qemu-ga.rst
3017 F: docs/interop/qemu-ga-ref.rst
3018 F: scripts/qemu-guest-agent/
3019 F: tests/unit/test-qga.c
3020 T: git https://github.com/mdroth/qemu.git qga
3022 QEMU Guest Agent Win32
3023 M: Konstantin Kostiuk <kkostiuk@redhat.com>
3024 S: Maintained
3025 F: qga/*win32*
3026 F: qga/vss-win32/
3027 F: qga/installer/
3028 T: git https://github.com/kostyanf14/qemu.git qga-win32
3031 M: Paolo Bonzini <pbonzini@redhat.com>
3032 R: Daniel P. Berrange <berrange@redhat.com>
3033 R: Eduardo Habkost <eduardo@habkost.net>
3034 S: Supported
3035 F: docs/devel/qom.rst
3036 F: docs/qdev-device-use.txt
3037 F: hw/core/qdev*
3038 F: hw/core/bus.c
3039 F: hw/core/sysbus.c
3040 F: include/hw/qdev*
3041 F: include/monitor/qdev.h
3042 F: include/qom/
3043 F: qapi/qom.json
3044 F: qapi/qdev.json
3045 F: scripts/coccinelle/qom-parent-type.cocci
3046 F: softmmu/qdev-monitor.c
3047 F: stubs/qdev.c
3048 F: qom/
3049 F: tests/unit/check-qom-interface.c
3050 F: tests/unit/check-qom-proplist.c
3051 F: tests/unit/test-qdev-global-props.c
3053 QOM boilerplate conversion script
3054 M: Eduardo Habkost <eduardo@habkost.net>
3055 S: Maintained
3056 F: scripts/codeconverter/
3059 M: Markus Armbruster <armbru@redhat.com>
3060 S: Supported
3061 F: monitor/monitor-internal.h
3062 F: monitor/qmp*
3063 F: monitor/misc.c
3064 F: monitor/monitor.c
3065 F: qapi/control.json
3066 F: qapi/error.json
3067 F: qapi/introspect.json
3068 F: docs/devel/*qmp-*
3069 F: docs/interop/*qmp-*
3070 F: scripts/qmp/
3071 F: tests/qtest/qmp-test.c
3072 F: tests/qtest/qmp-cmd-test.c
3073 T: git https://repo.or.cz/qemu/armbru.git qapi-next
3075 qtest
3076 M: Thomas Huth <thuth@redhat.com>
3077 M: Laurent Vivier <lvivier@redhat.com>
3078 R: Paolo Bonzini <pbonzini@redhat.com>
3079 S: Maintained
3080 F: softmmu/qtest.c
3081 F: accel/qtest/
3082 F: tests/qtest/
3083 F: docs/devel/qgraph.rst
3084 F: docs/devel/qtest.rst
3085 X: tests/qtest/bios-tables-test*
3087 Device Fuzzing
3088 M: Alexander Bulekov <alxndr@bu.edu>
3089 R: Paolo Bonzini <pbonzini@redhat.com>
3090 R: Bandan Das <bsd@redhat.com>
3091 R: Stefan Hajnoczi <stefanha@redhat.com>
3092 R: Thomas Huth <thuth@redhat.com>
3093 R: Darren Kenny <darren.kenny@oracle.com> 
3094 R: Qiuhao Li <Qiuhao.Li@outlook.com>
3095 S: Maintained
3096 F: tests/qtest/fuzz/
3097 F: tests/qtest/fuzz-*test.c
3098 F: scripts/oss-fuzz/
3099 F: hw/mem/sparse-mem.c
3100 F: docs/devel/fuzzing.rst
3102 Register API
3103 M: Alistair Francis <alistair@alistair23.me>
3104 S: Maintained
3105 F: hw/core/register.c
3106 F: include/hw/register.h
3107 F: include/hw/registerfields.h
3109 SLIRP
3110 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
3111 S: Maintained
3112 F: net/slirp.c
3113 F: include/net/slirp.h
3114 T: git https://people.debian.org/~sthibault/qemu.git slirp
3116 Stats
3117 S: Orphan
3118 F: include/sysemu/stats.h
3119 F: stats/
3121 Streams
3122 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
3123 S: Maintained
3124 F: hw/core/stream.c
3125 F: include/hw/stream.h
3127 Stubs
3128 M: Paolo Bonzini <pbonzini@redhat.com>
3129 S: Maintained
3130 F: stubs/
3132 Tracing
3133 M: Stefan Hajnoczi <stefanha@redhat.com>
3134 S: Maintained
3135 F: trace/
3136 F: trace-events
3137 F: docs/qemu-option-trace.rst.inc
3138 F: qapi/trace.json
3139 F: scripts/tracetool.py
3140 F: scripts/tracetool/
3141 F: scripts/qemu-trace-stap*
3142 F: docs/tools/qemu-trace-stap.rst
3143 F: docs/devel/tracing.rst
3144 T: git https://github.com/stefanha/qemu.git tracing
3147 M: Stefan Berger <stefanb@linux.ibm.com>
3148 S: Maintained
3149 F: softmmu/tpm*
3150 F: hw/tpm/*
3151 F: include/hw/acpi/tpm.h
3152 F: include/sysemu/tpm*
3153 F: qapi/tpm.json
3154 F: backends/tpm/
3155 F: tests/qtest/*tpm*
3156 F: docs/specs/tpm.rst
3157 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3159 Checkpatch
3160 S: Odd Fixes
3161 F: scripts/checkpatch.pl
3163 Migration
3164 M: Juan Quintela <quintela@redhat.com>
3165 R: Peter Xu <peterx@redhat.com>
3166 R: Leonardo Bras <leobras@redhat.com>
3167 S: Maintained
3168 F: hw/core/vmstate-if.c
3169 F: include/hw/vmstate-if.h
3170 F: include/migration/
3171 F: include/qemu/userfaultfd.h
3172 F: migration/
3173 F: scripts/vmstate-static-checker.py
3174 F: tests/vmstate-static-checker-data/
3175 F: tests/qtest/migration-test.c
3176 F: docs/devel/migration.rst
3177 F: qapi/migration.json
3178 F: tests/migration/
3179 F: util/userfaultfd.c
3181 D-Bus
3182 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3183 S: Maintained
3184 F: backends/dbus-vmstate.c
3185 F: ui/dbus*
3186 F: audio/dbus*
3187 F: util/dbus.c
3188 F: include/ui/dbus*
3189 F: include/qemu/dbus.h
3190 F: docs/interop/dbus*
3191 F: docs/sphinx/dbus*
3192 F: docs/sphinx/fakedbusdoc.py
3193 F: tests/qtest/dbus*
3195 Seccomp
3196 M: Daniel P. Berrange <berrange@redhat.com>
3197 S: Odd Fixes
3198 F: softmmu/qemu-seccomp.c
3199 F: include/sysemu/seccomp.h
3200 F: tests/unit/test-seccomp.c
3202 Cryptography
3203 M: Daniel P. Berrange <berrange@redhat.com>
3204 S: Maintained
3205 F: crypto/
3206 F: include/crypto/
3207 F: qapi/crypto.json
3208 F: tests/unit/test-crypto-*
3209 F: tests/bench/benchmark-crypto-*
3210 F: tests/unit/crypto-tls-*
3211 F: tests/unit/pkix_asn1_tab.c
3212 F: qemu.sasl
3214 Coroutines
3215 M: Stefan Hajnoczi <stefanha@redhat.com>
3216 M: Kevin Wolf <kwolf@redhat.com>
3217 S: Maintained
3218 F: util/*coroutine*
3219 F: include/qemu/coroutine*
3220 F: tests/unit/test-coroutine.c
3222 Buffers
3223 M: Daniel P. Berrange <berrange@redhat.com>
3224 S: Odd Fixes
3225 F: util/buffer.c
3226 F: include/qemu/buffer.h
3228 I/O Channels
3229 M: Daniel P. Berrange <berrange@redhat.com>
3230 S: Maintained
3231 F: io/
3232 F: include/io/
3233 F: tests/unit/test-io-*
3235 User authorization
3236 M: Daniel P. Berrange <berrange@redhat.com>
3237 S: Maintained
3238 F: authz/
3239 F: qapi/authz.json
3240 F: include/authz/
3241 F: tests/unit/test-authz-*
3243 Sockets
3244 M: Daniel P. Berrange <berrange@redhat.com>
3245 S: Maintained
3246 F: include/qemu/sockets.h
3247 F: util/qemu-sockets.c
3248 F: qapi/sockets.json
3250 File monitor
3251 M: Daniel P. Berrange <berrange@redhat.com>
3252 S: Odd Fixes
3253 F: util/filemonitor*.c
3254 F: include/qemu/filemonitor.h
3255 F: tests/unit/test-util-filemonitor.c
3257 Throttling infrastructure
3258 M: Alberto Garcia <berto@igalia.com>
3259 S: Supported
3260 F: block/throttle-groups.c
3261 F: include/block/throttle-groups.h
3262 F: include/qemu/throttle*.h
3263 F: util/throttle.c
3264 F: docs/throttle.txt
3265 F: tests/unit/test-throttle.c
3266 L: qemu-block@nongnu.org
3268 UUID
3269 M: Fam Zheng <fam@euphon.net>
3270 S: Supported
3271 F: util/uuid.c
3272 F: include/qemu/uuid.h
3273 F: tests/unit/test-uuid.c
3275 Yank feature
3276 M: Lukas Straub <lukasstraub2@web.de>
3277 S: Odd fixes
3278 F: util/yank.c
3279 F: migration/yank_functions*
3280 F: tests/unit/test-yank.c
3281 F: include/qemu/yank.h
3282 F: qapi/yank.json
3284 COLO Framework
3285 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3286 S: Maintained
3287 F: migration/colo*
3288 F: include/migration/colo.h
3289 F: include/migration/failover.h
3290 F: docs/COLO-FT.txt
3292 COLO Proxy
3293 M: Zhang Chen <chen.zhang@intel.com>
3294 M: Li Zhijian <lizhijian@fujitsu.com>
3295 S: Supported
3296 F: docs/colo-proxy.txt
3297 F: net/colo*
3298 F: net/filter-rewriter.c
3299 F: net/filter-mirror.c
3300 F: tests/qtest/test-filter*
3302 Record/replay
3303 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3304 R: Paolo Bonzini <pbonzini@redhat.com>
3305 W: https://wiki.qemu.org/Features/record-replay
3306 S: Supported
3307 F: replay/*
3308 F: block/blkreplay.c
3309 F: net/filter-replay.c
3310 F: include/exec/replay-core.h
3311 F: include/sysemu/replay.h
3312 F: docs/devel/replay.rst
3313 F: docs/system/replay.rst
3314 F: stubs/replay.c
3315 F: tests/avocado/replay_kernel.py
3316 F: tests/avocado/replay_linux.py
3317 F: tests/avocado/reverse_debugging.py
3318 F: qapi/replay.json
3320 IOVA Tree
3321 M: Peter Xu <peterx@redhat.com>
3322 S: Maintained
3323 F: include/qemu/iova-tree.h
3324 F: util/iova-tree.c
3326 elf2dmp
3327 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3328 S: Maintained
3329 F: contrib/elf2dmp/
3331 I2C and SMBus
3332 M: Corey Minyard <cminyard@mvista.com>
3333 S: Maintained
3334 F: hw/i2c/core.c
3335 F: hw/i2c/smbus_slave.c
3336 F: hw/i2c/smbus_master.c
3337 F: hw/i2c/smbus_eeprom.c
3338 F: include/hw/i2c/i2c.h
3339 F: include/hw/i2c/smbus_master.h
3340 F: include/hw/i2c/smbus_slave.h
3341 F: include/hw/i2c/smbus_eeprom.h
3343 PMBus
3344 M: Titus Rwantare <titusr@google.com>
3345 S: Maintained
3346 F: hw/i2c/pmbus_device.c
3347 F: hw/sensor/adm1272.c
3348 F: hw/sensor/isl_pmbus_vr.c
3349 F: hw/sensor/max34451.c
3350 F: include/hw/i2c/pmbus_device.h
3351 F: include/hw/sensor/isl_pmbus_vr.h
3352 F: tests/qtest/adm1272-test.c
3353 F: tests/qtest/max34451-test.c
3354 F: tests/qtest/isl_pmbus_vr-test.c
3356 Firmware schema specifications
3357 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3358 R: Daniel P. Berrange <berrange@redhat.com>
3359 R: Kashyap Chamarthy <kchamart@redhat.com>
3360 S: Maintained
3361 F: docs/interop/firmware.json
3363 EDK2 Firmware
3364 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3365 M: Gerd Hoffmann <kraxel@redhat.com>
3366 S: Supported
3367 F: hw/i386/*ovmf*
3368 F: pc-bios/descriptors/??-edk2-*.json
3369 F: pc-bios/edk2-*
3370 F: roms/Makefile.edk2
3371 F: roms/edk2
3372 F: roms/edk2-*
3373 F: tests/data/uefi-boot-images/
3374 F: tests/uefi-test-tools/
3376 VT-d Emulation
3377 M: Michael S. Tsirkin <mst@redhat.com>
3378 M: Peter Xu <peterx@redhat.com>
3379 R: Jason Wang <jasowang@redhat.com>
3380 S: Supported
3381 F: hw/i386/intel_iommu.c
3382 F: hw/i386/intel_iommu_internal.h
3383 F: include/hw/i386/intel_iommu.h
3385 AMD-Vi Emulation
3386 S: Orphan
3387 F: hw/i386/amd_iommu.?
3389 OpenSBI Firmware
3390 M: Bin Meng <bmeng.cn@gmail.com>
3391 S: Supported
3392 F: pc-bios/opensbi-*
3393 F: .gitlab-ci.d/opensbi.yml
3394 F: .gitlab-ci.d/opensbi/
3396 Clock framework
3397 M: Luc Michel <luc@lmichel.fr>
3398 R: Damien Hedde <damien.hedde@dahe.fr>
3399 S: Maintained
3400 F: include/hw/clock.h
3401 F: include/hw/qdev-clock.h
3402 F: hw/core/clock.c
3403 F: hw/core/clock-vmstate.c
3404 F: hw/core/qdev-clock.c
3405 F: docs/devel/clocks.rst
3407 Usermode Emulation
3408 ------------------
3409 Overall usermode emulation
3410 M: Riku Voipio <riku.voipio@iki.fi>
3411 S: Maintained
3412 F: accel/tcg/user-exec*.c
3413 F: include/user/
3414 F: common-user/
3416 BSD user
3417 M: Warner Losh <imp@bsdimp.com>
3418 R: Kyle Evans <kevans@freebsd.org>
3419 S: Maintained
3420 F: bsd-user/
3421 F: configs/targets/*-bsd-user.mak
3422 F: tests/vm/*bsd
3423 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3425 Linux user
3426 M: Laurent Vivier <laurent@vivier.eu>
3427 S: Maintained
3428 F: linux-user/
3429 F: configs/targets/*linux-user.mak
3430 F: scripts/qemu-binfmt-conf.sh
3431 F: scripts/update-syscalltbl.sh
3432 F: scripts/update-mips-syscall-args.sh
3433 F: scripts/gensyscalls.sh
3435 Tiny Code Generator (TCG)
3436 -------------------------
3437 Common TCG code
3438 M: Richard Henderson <richard.henderson@linaro.org>
3439 S: Maintained
3440 F: tcg/
3441 F: include/tcg/
3443 TCG Plugins
3444 M: Alex Bennée <alex.bennee@linaro.org>
3445 R: Alexandre Iooss <erdnaxe@crans.org>
3446 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3447 S: Maintained
3448 F: docs/devel/tcg-plugins.rst
3449 F: plugins/
3450 F: tests/plugin/
3451 F: tests/avocado/tcg_plugins.py
3452 F: contrib/plugins/
3454 AArch64 TCG target
3455 M: Richard Henderson <richard.henderson@linaro.org>
3456 S: Maintained
3457 L: qemu-arm@nongnu.org
3458 F: tcg/aarch64/
3460 ARM TCG target
3461 M: Richard Henderson <richard.henderson@linaro.org>
3462 S: Maintained
3463 L: qemu-arm@nongnu.org
3464 F: tcg/arm/
3466 i386 TCG target
3467 M: Richard Henderson <richard.henderson@linaro.org>
3468 S: Maintained
3469 F: tcg/i386/
3471 LoongArch64 TCG target
3472 M: WANG Xuerui <git@xen0n.name>
3473 S: Maintained
3474 F: tcg/loongarch64/
3476 MIPS TCG target
3477 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3478 R: Aurelien Jarno <aurelien@aurel32.net>
3479 R: Huacai Chen <chenhuacai@kernel.org>
3480 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3481 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3482 S: Odd Fixes
3483 F: tcg/mips/
3485 PPC TCG target
3486 M: Richard Henderson <richard.henderson@linaro.org>
3487 S: Odd Fixes
3488 F: tcg/ppc/
3490 RISC-V TCG target
3491 M: Palmer Dabbelt <palmer@dabbelt.com>
3492 M: Alistair Francis <Alistair.Francis@wdc.com>
3493 L: qemu-riscv@nongnu.org
3494 S: Maintained
3495 F: tcg/riscv/
3496 F: disas/riscv.c
3498 S390 TCG target
3499 M: Richard Henderson <richard.henderson@linaro.org>
3500 S: Maintained
3501 F: tcg/s390/
3502 L: qemu-s390x@nongnu.org
3504 SPARC TCG target
3505 S: Odd Fixes
3506 F: tcg/sparc64/
3507 F: disas/sparc.c
3509 TCI TCG target
3510 M: Stefan Weil <sw@weilnetz.de>
3511 S: Maintained
3512 F: tcg/tci/
3513 F: tcg/tci.c
3514 F: disas/tci.c
3516 Block drivers
3517 -------------
3518 VMDK
3519 M: Fam Zheng <fam@euphon.net>
3520 L: qemu-block@nongnu.org
3521 S: Supported
3522 F: block/vmdk.c
3525 M: Ilya Dryomov <idryomov@gmail.com>
3526 R: Peter Lieven <pl@kamp.de>
3527 L: qemu-block@nongnu.org
3528 S: Supported
3529 F: block/rbd.c
3531 VHDX
3532 M: Jeff Cody <codyprime@gmail.com>
3533 L: qemu-block@nongnu.org
3534 S: Supported
3535 F: block/vhdx*
3538 M: Stefan Weil <sw@weilnetz.de>
3539 L: qemu-block@nongnu.org
3540 S: Maintained
3541 F: block/vdi.c
3543 blkio
3544 M: Stefan Hajnoczi <stefanha@redhat.com>
3545 L: qemu-block@nongnu.org
3546 S: Maintained
3547 F: block/blkio.c
3549 iSCSI
3550 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3551 M: Paolo Bonzini <pbonzini@redhat.com>
3552 M: Peter Lieven <pl@kamp.de>
3553 L: qemu-block@nongnu.org
3554 S: Odd Fixes
3555 F: block/iscsi.c
3556 F: block/iscsi-opts.c
3558 Network Block Device (NBD)
3559 M: Eric Blake <eblake@redhat.com>
3560 M: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
3561 L: qemu-block@nongnu.org
3562 S: Maintained
3563 F: block/nbd*
3564 F: nbd/
3565 F: include/block/nbd*
3566 F: qemu-nbd.*
3567 F: blockdev-nbd.c
3568 F: docs/interop/nbd.txt
3569 F: docs/tools/qemu-nbd.rst
3570 F: tests/qemu-iotests/tests/*nbd*
3571 T: git https://repo.or.cz/qemu/ericb.git nbd
3572 T: git https://gitlab.com/vsementsov/qemu.git block
3575 M: Peter Lieven <pl@kamp.de>
3576 L: qemu-block@nongnu.org
3577 S: Maintained
3578 F: block/nfs.c
3581 M: Richard W.M. Jones <rjones@redhat.com>
3582 L: qemu-block@nongnu.org
3583 S: Supported
3584 F: block/ssh.c
3586 CURL
3587 L: qemu-block@nongnu.org
3588 S: Odd Fixes
3589 F: block/curl.c
3591 GLUSTER
3592 L: qemu-block@nongnu.org
3593 L: integration@gluster.org
3594 S: Odd Fixes
3595 F: block/gluster.c
3597 Null Block Driver
3598 M: Fam Zheng <fam@euphon.net>
3599 L: qemu-block@nongnu.org
3600 S: Supported
3601 F: block/null.c
3603 NVMe Block Driver
3604 M: Stefan Hajnoczi <stefanha@redhat.com>
3605 R: Fam Zheng <fam@euphon.net>
3606 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3607 L: qemu-block@nongnu.org
3608 S: Supported
3609 F: block/nvme*
3610 F: include/block/nvme.h
3611 T: git https://github.com/stefanha/qemu.git block
3613 Bootdevice
3614 M: Gonglei <arei.gonglei@huawei.com>
3615 S: Maintained
3616 F: softmmu/bootdevice.c
3618 Quorum
3619 M: Alberto Garcia <berto@igalia.com>
3620 S: Supported
3621 F: block/quorum.c
3622 L: qemu-block@nongnu.org
3624 blklogwrites
3625 M: Ari Sundholm <ari@tuxera.com>
3626 L: qemu-block@nongnu.org
3627 S: Supported
3628 F: block/blklogwrites.c
3630 blkverify
3631 M: Stefan Hajnoczi <stefanha@redhat.com>
3632 L: qemu-block@nongnu.org
3633 S: Supported
3634 F: block/blkverify.c
3636 bochs
3637 M: Stefan Hajnoczi <stefanha@redhat.com>
3638 L: qemu-block@nongnu.org
3639 S: Supported
3640 F: block/bochs.c
3642 cloop
3643 M: Stefan Hajnoczi <stefanha@redhat.com>
3644 L: qemu-block@nongnu.org
3645 S: Supported
3646 F: block/cloop.c
3649 M: Stefan Hajnoczi <stefanha@redhat.com>
3650 L: qemu-block@nongnu.org
3651 S: Supported
3652 F: block/dmg.c
3654 parallels
3655 M: Stefan Hajnoczi <stefanha@redhat.com>
3656 M: Denis V. Lunev <den@openvz.org>
3657 L: qemu-block@nongnu.org
3658 S: Supported
3659 F: block/parallels.c
3660 F: block/parallels-ext.c
3661 F: docs/interop/parallels.txt
3664 M: Stefan Hajnoczi <stefanha@redhat.com>
3665 L: qemu-block@nongnu.org
3666 S: Supported
3667 F: block/qed.c
3670 M: Kevin Wolf <kwolf@redhat.com>
3671 L: qemu-block@nongnu.org
3672 S: Supported
3673 F: block/linux-aio.c
3674 F: include/block/raw-aio.h
3675 F: block/raw-format.c
3676 F: block/file-posix.c
3677 F: block/file-win32.c
3678 F: block/win32-aio.c
3680 Linux io_uring
3681 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3682 M: Julia Suvorova <jusual@redhat.com>
3683 M: Stefan Hajnoczi <stefanha@redhat.com>
3684 R: Stefano Garzarella <sgarzare@redhat.com>
3685 L: qemu-block@nongnu.org
3686 S: Maintained
3687 F: block/io_uring.c
3688 F: stubs/io_uring.c
3690 qcow2
3691 M: Kevin Wolf <kwolf@redhat.com>
3692 M: Hanna Reitz <hreitz@redhat.com>
3693 L: qemu-block@nongnu.org
3694 S: Supported
3695 F: block/qcow2*
3696 F: docs/interop/qcow2.txt
3698 qcow
3699 M: Kevin Wolf <kwolf@redhat.com>
3700 L: qemu-block@nongnu.org
3701 S: Supported
3702 F: block/qcow.c
3704 blkdebug
3705 M: Kevin Wolf <kwolf@redhat.com>
3706 M: Hanna Reitz <hreitz@redhat.com>
3707 L: qemu-block@nongnu.org
3708 S: Supported
3709 F: block/blkdebug.c
3712 M: Kevin Wolf <kwolf@redhat.com>
3713 L: qemu-block@nongnu.org
3714 S: Supported
3715 F: block/vpc.c
3717 vvfat
3718 M: Kevin Wolf <kwolf@redhat.com>
3719 L: qemu-block@nongnu.org
3720 S: Odd Fixes
3721 F: block/vvfat.c
3723 Image format fuzzer
3724 M: Stefan Hajnoczi <stefanha@redhat.com>
3725 L: qemu-block@nongnu.org
3726 S: Supported
3727 F: tests/image-fuzzer/
3729 Vhost-user block device backend server
3730 M: Coiby Xu <Coiby.Xu@gmail.com>
3731 S: Maintained
3732 F: block/export/vhost-user-blk-server.c
3733 F: block/export/vhost-user-blk-server.h
3734 F: block/export/virtio-blk-handler.c
3735 F: block/export/virtio-blk-handler.h
3736 F: include/qemu/vhost-user-server.h
3737 F: tests/qtest/libqos/vhost-user-blk.c
3738 F: tests/qtest/libqos/vhost-user-blk.h
3739 F: tests/qtest/vhost-user-blk-test.c
3740 F: util/vhost-user-server.c
3742 FUSE block device exports
3743 M: Hanna Reitz <hreitz@redhat.com>
3744 L: qemu-block@nongnu.org
3745 S: Supported
3746 F: block/export/fuse.c
3748 VDUSE library and block device exports
3749 M: Xie Yongji <xieyongji@bytedance.com>
3750 S: Maintained
3751 F: subprojects/libvduse/
3752 F: block/export/vduse-blk.c
3753 F: block/export/vduse-blk.h
3755 Replication
3756 M: Wen Congyang <wencongyang2@huawei.com>
3757 M: Xie Changlong <xiechanglong.d@gmail.com>
3758 S: Supported
3759 F: replication*
3760 F: block/replication.c
3761 F: tests/unit/test-replication.c
3762 F: docs/block-replication.txt
3764 PVRDMA
3765 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3766 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3767 S: Maintained
3768 F: hw/rdma/*
3769 F: hw/rdma/vmw/*
3770 F: docs/pvrdma.txt
3771 F: contrib/rdmacm-mux/*
3772 F: qapi/rdma.json
3774 Semihosting
3775 M: Alex Bennée <alex.bennee@linaro.org>
3776 S: Maintained
3777 F: semihosting/
3778 F: include/semihosting/
3779 F: tests/tcg/multiarch/arm-compat-semi/
3780 F: tests/tcg/aarch64/system/semiheap.c
3782 Multi-process QEMU
3783 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3784 M: Jagannathan Raman <jag.raman@oracle.com>
3785 M: John G Johnson <john.g.johnson@oracle.com>
3786 S: Maintained
3787 F: docs/devel/multi-process.rst
3788 F: docs/system/multi-process.rst
3789 F: hw/pci-host/remote.c
3790 F: include/hw/pci-host/remote.h
3791 F: hw/remote/machine.c
3792 F: include/hw/remote/machine.h
3793 F: hw/remote/mpqemu-link.c
3794 F: include/hw/remote/mpqemu-link.h
3795 F: hw/remote/message.c
3796 F: hw/remote/remote-obj.c
3797 F: include/hw/remote/memory.h
3798 F: hw/remote/memory.c
3799 F: hw/remote/proxy.c
3800 F: include/hw/remote/proxy.h
3801 F: hw/remote/proxy-memory-listener.c
3802 F: include/hw/remote/proxy-memory-listener.h
3803 F: hw/remote/iohub.c
3804 F: include/hw/remote/iohub.h
3805 F: subprojects/libvfio-user
3806 F: hw/remote/vfio-user-obj.c
3807 F: include/hw/remote/vfio-user-obj.h
3808 F: hw/remote/iommu.c
3809 F: include/hw/remote/iommu.h
3811 EBPF:
3812 M: Jason Wang <jasowang@redhat.com>
3813 R: Andrew Melnychenko <andrew@daynix.com>
3814 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3815 S: Maintained
3816 F: ebpf/*
3817 F: tools/ebpf/*
3819 Build and test automation
3820 -------------------------
3821 Build and test automation, general continuous integration
3822 M: Alex Bennée <alex.bennee@linaro.org>
3823 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3824 M: Thomas Huth <thuth@redhat.com>
3825 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3826 R: Beraldo Leal <bleal@redhat.com>
3827 S: Maintained
3828 F: .github/workflows/lockdown.yml
3829 F: .gitlab-ci.yml
3830 F: .gitlab-ci.d/
3831 F: .travis.yml
3832 F: scripts/ci/
3833 F: tests/docker/
3834 F: tests/vm/
3835 F: tests/lcitool/
3836 F: tests/avocado/tuxrun_baselines.py
3837 F: scripts/archive-source.sh
3838 F: docs/devel/testing.rst
3839 W: https://gitlab.com/qemu-project/qemu/pipelines
3840 W: https://travis-ci.org/qemu/qemu
3842 FreeBSD Hosted Continuous Integration
3843 M: Ed Maste <emaste@freebsd.org>
3844 M: Li-Wen Hsu <lwhsu@freebsd.org>
3845 S: Maintained
3846 F: .gitlab-ci.d/cirrus/freebsd*
3847 F: tests/vm/freebsd
3848 W: https://cirrus-ci.com/github/qemu/qemu
3850 Windows Hosted Continuous Integration
3851 M: Yonggang Luo <luoyonggang@gmail.com>
3852 S: Maintained
3853 F: .gitlab-ci.d/windows.yml
3855 Guest Test Compilation Support
3856 M: Alex Bennée <alex.bennee@linaro.org>
3857 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3858 S: Maintained
3859 F: tests/tcg/Makefile.target
3861 Integration Testing with the Avocado framework
3862 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3863 R: Cleber Rosa <crosa@redhat.com>
3864 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3865 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3866 R: Beraldo Leal <bleal@redhat.com>
3867 S: Odd Fixes
3868 F: tests/avocado/
3870 GitLab custom runner (Works On Arm Sponsored)
3871 M: Alex Bennée <alex.bennee@linaro.org>
3872 M: Philippe Mathieu-Daudé <philmd@linaro.org>
3873 S: Maintained
3874 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch64.yml
3875 F: .gitlab-ci.d/custom-runners/ubuntu-22.04-aarch32.yml
3877 Documentation
3878 -------------
3879 Build system architecture
3880 M: Daniel P. Berrange <berrange@redhat.com>
3881 S: Odd Fixes
3882 F: docs/devel/build-system.rst
3884 GIT Data Mining Config
3885 M: Alex Bennée <alex.bennee@linaro.org>
3886 S: Odd Fixes
3887 F: gitdm.config
3888 F: contrib/gitdm/*
3890 Incompatible changes
3891 R: libvir-list@redhat.com
3892 F: docs/about/deprecated.rst
3894 Build System
3895 ------------
3896 Meson
3897 M: Paolo Bonzini <pbonzini@redhat.com>
3898 R: Marc-André Lureau <marcandre.lureau@redhat.com>
3899 R: Daniel P. Berrange <berrange@redhat.com>
3900 R: Thomas Huth <thuth@redhat.com>
3901 R: Philippe Mathieu-Daudé <philmd@linaro.org>
3902 S: Maintained
3903 F: meson.build
3904 F: meson_options.txt
3905 F: scripts/meson-buildoptions.*
3906 F: scripts/check_sparse.py
3907 F: scripts/symlink-install-tree.py
3909 Top Level Makefile and configure
3910 M: Paolo Bonzini <pbonzini@redhat.com>
3911 R: Alex Bennée <alex.bennee@linaro.org>
3912 R: Thomas Huth <thuth@redhat.com>
3913 S: Maintained
3914 F: Makefile
3915 F: configure
3916 F: scripts/mtest2make.py
3917 F: tests/Makefile.include
3919 Kconfig
3920 M: Paolo Bonzini <pbonzini@redhat.com>
3921 S: Maintained
3922 F: scripts/minikconf.py
3923 F: docs/devel/kconfig.rst
3924 F: Kconfig*
3925 F: */Kconfig*
3926 F: hw/*/Kconfig*
3927 F: target/*/Kconfig*
3929 GIT submodules
3930 M: Daniel P. Berrange <berrange@redhat.com>
3931 S: Odd Fixes
3932 F: scripts/git-submodule.sh
3934 UI translations
3935 S: Orphan
3936 F: po/*.po
3938 Sphinx documentation configuration and build machinery
3939 M: Peter Maydell <peter.maydell@linaro.org>
3940 S: Maintained
3941 F: docs/conf.py
3942 F: docs/*/conf.py
3943 F: docs/sphinx/
3944 F: docs/_templates/
3946 Miscellaneous
3947 -------------
3948 Performance Tools and Tests
3949 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3950 S: Maintained
3951 F: scripts/performance/
3953 Code Coverage Tools
3954 M: Alex Bennée <alex.bennee@linaro.org>
3955 S: Odd Fixes
3956 F: scripts/coverage/