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