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