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