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