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