target/loongarch: Add system emulation introduction
[qemu/ar7.git] / MAINTAINERS
blobe3f875071af839d5deb6a3cc52e89549a821c3a9
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
1133 M68K Machines
1134 -------------
1135 an5206
1136 M: Thomas Huth <huth@tuxfamily.org>
1137 S: Odd Fixes
1138 F: hw/m68k/an5206.c
1139 F: hw/m68k/mcf5206.c
1141 mcf5208
1142 M: Thomas Huth <huth@tuxfamily.org>
1143 S: Odd Fixes
1144 F: hw/m68k/mcf5208.c
1145 F: hw/m68k/mcf_intc.c
1146 F: hw/char/mcf_uart.c
1147 F: hw/net/mcf_fec.c
1148 F: include/hw/m68k/mcf*.h
1150 NeXTcube
1151 M: Thomas Huth <huth@tuxfamily.org>
1152 S: Odd Fixes
1153 F: hw/m68k/next-*.c
1154 F: hw/display/next-fb.c
1155 F: include/hw/m68k/next-cube.h
1157 q800
1158 M: Laurent Vivier <laurent@vivier.eu>
1159 S: Maintained
1160 F: hw/m68k/q800.c
1161 F: hw/misc/mac_via.c
1162 F: hw/nubus/*
1163 F: hw/display/macfb.c
1164 F: hw/block/swim.c
1165 F: hw/m68k/bootinfo.h
1166 F: include/standard-headers/asm-m68k/bootinfo.h
1167 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1168 F: include/hw/misc/mac_via.h
1169 F: include/hw/nubus/*
1170 F: include/hw/display/macfb.h
1171 F: include/hw/block/swim.h
1173 virt
1174 M: Laurent Vivier <laurent@vivier.eu>
1175 S: Maintained
1176 F: hw/m68k/virt.c
1177 F: hw/char/goldfish_tty.c
1178 F: hw/intc/goldfish_pic.c
1179 F: hw/intc/m68k_irqc.c
1180 F: hw/misc/virt_ctrl.c
1181 F: include/hw/char/goldfish_tty.h
1182 F: include/hw/intc/goldfish_pic.h
1183 F: include/hw/intc/m68k_irqc.h
1184 F: include/hw/misc/virt_ctrl.h
1186 MicroBlaze Machines
1187 -------------------
1188 petalogix_s3adsp1800
1189 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1190 S: Maintained
1191 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1192 F: include/hw/char/xilinx_uartlite.h
1193 F: tests/avocado/machine_microblaze.py
1195 petalogix_ml605
1196 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1197 S: Maintained
1198 F: hw/microblaze/petalogix_ml605_mmu.c
1200 MIPS Machines
1201 -------------
1202 Overall MIPS Machines
1203 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1204 S: Odd Fixes
1205 F: configs/devices/mips*/*
1206 F: hw/mips/
1207 F: include/hw/mips/
1209 Jazz
1210 M: Hervé Poussineau <hpoussin@reactos.org>
1211 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1212 S: Maintained
1213 F: hw/mips/jazz.c
1214 F: hw/display/jazz_led.c
1215 F: hw/dma/rc4030.c
1217 Malta
1218 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1219 R: Aurelien Jarno <aurelien@aurel32.net>
1220 S: Odd Fixes
1221 F: hw/isa/piix4.c
1222 F: hw/acpi/piix4.c
1223 F: hw/mips/malta.c
1224 F: hw/mips/gt64xxx_pci.c
1225 F: include/hw/southbridge/piix.h
1226 F: tests/avocado/linux_ssh_mips_malta.py
1227 F: tests/avocado/machine_mips_malta.py
1229 Mipssim
1230 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1231 S: Orphan
1232 F: hw/mips/mipssim.c
1233 F: hw/net/mipsnet.c
1235 Fuloong 2E
1236 M: Huacai Chen <chenhuacai@kernel.org>
1237 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1238 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1239 S: Odd Fixes
1240 F: hw/mips/fuloong2e.c
1241 F: hw/isa/vt82c686.c
1242 F: hw/pci-host/bonito.c
1243 F: hw/usb/vt82c686-uhci-pci.c
1244 F: include/hw/isa/vt82c686.h
1245 F: tests/avocado/machine_mips_fuloong2e.py
1247 Loongson-3 virtual platforms
1248 M: Huacai Chen <chenhuacai@kernel.org>
1249 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1250 S: Maintained
1251 F: hw/intc/loongson_liointc.c
1252 F: hw/mips/loongson3_bootp.c
1253 F: hw/mips/loongson3_bootp.h
1254 F: hw/mips/loongson3_virt.c
1255 F: tests/avocado/machine_mips_loongson3v.py
1257 Boston
1258 M: Paul Burton <paulburton@kernel.org>
1259 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1260 S: Odd Fixes
1261 F: hw/core/loader-fit.c
1262 F: hw/mips/boston.c
1263 F: hw/pci-host/xilinx-pcie.c
1264 F: include/hw/pci-host/xilinx-pcie.h
1266 OpenRISC Machines
1267 -----------------
1268 or1k-sim
1269 M: Jia Liu <proljc@gmail.com>
1270 S: Maintained
1271 F: hw/openrisc/openrisc_sim.c
1273 PowerPC Machines
1274 ----------------
1275 405 (ref405ep and taihu)
1276 L: qemu-ppc@nongnu.org
1277 S: Orphan
1278 F: hw/ppc/ppc405_boards.c
1280 Bamboo
1281 L: qemu-ppc@nongnu.org
1282 S: Orphan
1283 F: hw/ppc/ppc440_bamboo.c
1284 F: tests/avocado/ppc_bamboo.py
1286 e500
1287 L: qemu-ppc@nongnu.org
1288 S: Orphan
1289 F: hw/ppc/e500*
1290 F: hw/gpio/mpc8xxx.c
1291 F: hw/i2c/mpc_i2c.c
1292 F: hw/net/fsl_etsec/
1293 F: hw/pci-host/ppce500.c
1294 F: include/hw/ppc/ppc_e500.h
1295 F: include/hw/pci-host/ppce500.h
1296 F: pc-bios/u-boot.e500
1297 F: hw/intc/openpic_kvm.h
1298 F: include/hw/ppc/openpic_kvm.h
1300 mpc8544ds
1301 L: qemu-ppc@nongnu.org
1302 S: Orphan
1303 F: hw/ppc/mpc8544ds.c
1304 F: hw/ppc/mpc8544_guts.c
1305 F: tests/avocado/ppc_mpc8544ds.py
1307 New World (mac99)
1308 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1309 L: qemu-ppc@nongnu.org
1310 S: Odd Fixes
1311 F: docs/system/ppc/powermac.rst
1312 F: hw/ppc/mac_newworld.c
1313 F: hw/pci-host/uninorth.c
1314 F: hw/pci-bridge/dec.[hc]
1315 F: hw/misc/macio/
1316 F: hw/misc/mos6522.c
1317 F: hw/nvram/mac_nvram.c
1318 F: hw/input/adb*
1319 F: include/hw/misc/macio/
1320 F: include/hw/misc/mos6522.h
1321 F: include/hw/ppc/mac_dbdma.h
1322 F: include/hw/pci-host/uninorth.h
1323 F: include/hw/input/adb*
1324 F: pc-bios/qemu_vga.ndrv
1326 Old World (g3beige)
1327 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1328 L: qemu-ppc@nongnu.org
1329 S: Odd Fixes
1330 F: docs/system/ppc/powermac.rst
1331 F: hw/ppc/mac_oldworld.c
1332 F: hw/pci-host/grackle.c
1333 F: hw/misc/macio/
1334 F: hw/intc/heathrow_pic.c
1335 F: hw/input/adb*
1336 F: include/hw/intc/heathrow_pic.h
1337 F: include/hw/input/adb*
1338 F: pc-bios/qemu_vga.ndrv
1340 PReP
1341 M: Hervé Poussineau <hpoussin@reactos.org>
1342 L: qemu-ppc@nongnu.org
1343 S: Maintained
1344 F: docs/system/ppc/prep.rst
1345 F: hw/ppc/prep.c
1346 F: hw/ppc/prep_systemio.c
1347 F: hw/ppc/rs6000_mc.c
1348 F: hw/pci-host/raven.c
1349 F: hw/isa/i82378.c
1350 F: hw/isa/pc87312.c
1351 F: hw/dma/i82374.c
1352 F: hw/rtc/m48t59-isa.c
1353 F: include/hw/isa/pc87312.h
1354 F: include/hw/rtc/m48t59.h
1355 F: tests/avocado/ppc_prep_40p.py
1357 sPAPR (pseries)
1358 M: Cédric Le Goater <clg@kaod.org>
1359 M: Daniel Henrique Barboza <danielhb413@gmail.com>
1360 R: David Gibson <david@gibson.dropbear.id.au>
1361 R: Greg Kurz <groug@kaod.org>
1362 L: qemu-ppc@nongnu.org
1363 S: Maintained
1364 F: hw/*/spapr*
1365 F: include/hw/*/spapr*
1366 F: hw/*/xics*
1367 F: include/hw/*/xics*
1368 F: pc-bios/slof.bin
1369 F: docs/system/ppc/pseries.rst
1370 F: docs/specs/ppc-spapr-*
1371 F: tests/qtest/spapr*
1372 F: tests/qtest/libqos/*spapr*
1373 F: tests/qtest/rtas*
1374 F: tests/qtest/libqos/rtas*
1375 F: tests/avocado/ppc_pseries.py
1377 PowerNV (Non-Virtualized)
1378 M: Cédric Le Goater <clg@kaod.org>
1379 L: qemu-ppc@nongnu.org
1380 S: Maintained
1381 F: docs/system/ppc/powernv.rst
1382 F: hw/ppc/pnv*
1383 F: hw/intc/pnv*
1384 F: hw/intc/xics_pnv.c
1385 F: hw/pci-host/pnv*
1386 F: include/hw/ppc/pnv*
1387 F: include/hw/pci-host/pnv*
1388 F: pc-bios/skiboot.lid
1389 F: tests/qtest/pnv*
1391 virtex_ml507
1392 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1393 L: qemu-ppc@nongnu.org
1394 S: Odd Fixes
1395 F: hw/ppc/virtex_ml507.c
1396 F: tests/avocado/ppc_virtex_ml507.py
1398 sam460ex
1399 M: BALATON Zoltan <balaton@eik.bme.hu>
1400 L: qemu-ppc@nongnu.org
1401 S: Maintained
1402 F: hw/ppc/sam460ex.c
1403 F: hw/ppc/ppc440_pcix.c
1404 F: hw/display/sm501*
1405 F: hw/ide/sii3112.c
1406 F: hw/rtc/m41t80.c
1407 F: pc-bios/canyonlands.dt[sb]
1408 F: pc-bios/u-boot-sam460ex-20100605.bin
1409 F: roms/u-boot-sam460ex
1411 pegasos2
1412 M: BALATON Zoltan <balaton@eik.bme.hu>
1413 L: qemu-ppc@nongnu.org
1414 S: Maintained
1415 F: hw/ppc/pegasos2.c
1416 F: hw/pci-host/mv64361.c
1417 F: hw/pci-host/mv643xx.h
1418 F: include/hw/pci-host/mv64361.h
1420 Virtual Open Firmware (VOF)
1421 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1422 R: Cédric Le Goater <clg@kaod.org>
1423 R: Daniel Henrique Barboza <danielhb413@gmail.com>
1424 R: David Gibson <david@gibson.dropbear.id.au>
1425 R: Greg Kurz <groug@kaod.org>
1426 L: qemu-ppc@nongnu.org
1427 S: Maintained
1428 F: hw/ppc/spapr_vof*
1429 F: hw/ppc/vof*
1430 F: include/hw/ppc/vof*
1431 F: pc-bios/vof/*
1432 F: pc-bios/vof*
1434 RISC-V Machines
1435 ---------------
1436 OpenTitan
1437 M: Alistair Francis <Alistair.Francis@wdc.com>
1438 L: qemu-riscv@nongnu.org
1439 S: Supported
1440 F: hw/riscv/opentitan.c
1441 F: hw/*/ibex_*.c
1442 F: include/hw/riscv/opentitan.h
1443 F: include/hw/*/ibex_*.h
1445 Microchip PolarFire SoC Icicle Kit
1446 M: Bin Meng <bin.meng@windriver.com>
1447 L: qemu-riscv@nongnu.org
1448 S: Supported
1449 F: hw/riscv/microchip_pfsoc.c
1450 F: hw/char/mchp_pfsoc_mmuart.c
1451 F: hw/misc/mchp_pfsoc_dmc.c
1452 F: hw/misc/mchp_pfsoc_ioscb.c
1453 F: hw/misc/mchp_pfsoc_sysreg.c
1454 F: include/hw/riscv/microchip_pfsoc.h
1455 F: include/hw/char/mchp_pfsoc_mmuart.h
1456 F: include/hw/misc/mchp_pfsoc_dmc.h
1457 F: include/hw/misc/mchp_pfsoc_ioscb.h
1458 F: include/hw/misc/mchp_pfsoc_sysreg.h
1460 Shakti C class SoC
1461 M: Vijai Kumar K <vijai@behindbytes.com>
1462 L: qemu-riscv@nongnu.org
1463 S: Supported
1464 F: hw/riscv/shakti_c.c
1465 F: hw/char/shakti_uart.c
1466 F: include/hw/riscv/shakti_c.h
1467 F: include/hw/char/shakti_uart.h
1469 SiFive Machines
1470 M: Alistair Francis <Alistair.Francis@wdc.com>
1471 M: Bin Meng <bin.meng@windriver.com>
1472 M: Palmer Dabbelt <palmer@dabbelt.com>
1473 L: qemu-riscv@nongnu.org
1474 S: Supported
1475 F: hw/*/*sifive*.c
1476 F: include/hw/*/*sifive*.h
1478 RX Machines
1479 -----------
1480 rx-gdbsim
1481 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1482 S: Orphan
1483 F: docs/system/target-rx.rst
1484 F: hw/rx/rx-gdbsim.c
1485 F: tests/avocado/machine_rx_gdbsim.py
1487 SH4 Machines
1488 ------------
1490 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1491 R: Magnus Damm <magnus.damm@gmail.com>
1492 S: Odd Fixes
1493 F: hw/char/sh_serial.c
1494 F: hw/sh4/r2d.c
1495 F: hw/intc/sh_intc.c
1496 F: hw/pci-host/sh_pci.c
1497 F: hw/timer/sh_timer.c
1498 F: include/hw/sh4/sh_intc.h
1500 Shix
1501 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1502 R: Magnus Damm <magnus.damm@gmail.com>
1503 S: Odd Fixes
1504 F: hw/block/tc58128.c
1505 F: hw/char/sh_serial.c
1506 F: hw/sh4/shix.c
1507 F: hw/intc/sh_intc.c
1508 F: hw/timer/sh_timer.c
1509 F: include/hw/sh4/sh_intc.h
1511 SPARC Machines
1512 --------------
1513 Sun4m
1514 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1515 S: Maintained
1516 F: hw/sparc/sun4m.c
1517 F: hw/sparc/sun4m_iommu.c
1518 F: hw/display/cg3.c
1519 F: hw/display/tcx.c
1520 F: hw/dma/sparc32_dma.c
1521 F: hw/misc/eccmemctl.c
1522 F: hw/*/slavio_*.c
1523 F: include/hw/nvram/sun_nvram.h
1524 F: include/hw/sparc/sparc32_dma.h
1525 F: include/hw/sparc/sun4m_iommu.h
1526 F: pc-bios/openbios-sparc32
1528 Sun4u
1529 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1530 S: Maintained
1531 F: hw/sparc64/sun4u.c
1532 F: hw/sparc64/sun4u_iommu.c
1533 F: include/hw/sparc/sun4u_iommu.h
1534 F: hw/pci-host/sabre.c
1535 F: include/hw/pci-host/sabre.h
1536 F: hw/pci-bridge/simba.c
1537 F: include/hw/pci-bridge/simba.h
1538 F: pc-bios/openbios-sparc64
1539 F: tests/avocado/machine_sparc64_sun4u.py
1541 Sun4v
1542 M: Artyom Tarasenko <atar4qemu@gmail.com>
1543 S: Maintained
1544 F: hw/sparc64/niagara.c
1545 F: hw/rtc/sun4v-rtc.c
1546 F: include/hw/rtc/sun4v-rtc.h
1548 Leon3
1549 M: Fabien Chouteau <chouteau@adacore.com>
1550 M: Frederic Konrad <konrad.frederic@yahoo.fr>
1551 S: Maintained
1552 F: hw/sparc/leon3.c
1553 F: hw/*/grlib*
1554 F: include/hw/*/grlib*
1555 F: tests/avocado/machine_sparc_leon3.py
1557 S390 Machines
1558 -------------
1559 S390 Virtio-ccw
1560 M: Halil Pasic <pasic@linux.ibm.com>
1561 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1562 M: Eric Farman <farman@linux.ibm.com>
1563 S: Supported
1564 F: hw/s390x/
1565 F: include/hw/s390x/
1566 F: configs/devices/s390x-softmmu/default.mak
1567 F: tests/avocado/machine_s390_ccw_virtio.py
1568 T: git https://github.com/borntraeger/qemu.git s390-next
1569 L: qemu-s390x@nongnu.org
1571 S390-ccw boot
1572 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1573 M: Thomas Huth <thuth@redhat.com>
1574 S: Supported
1575 F: hw/s390x/ipl.*
1576 F: pc-bios/s390-ccw/
1577 F: pc-bios/s390-ccw.img
1578 F: docs/devel/s390-dasd-ipl.rst
1579 T: git https://github.com/borntraeger/qemu.git s390-next
1580 L: qemu-s390x@nongnu.org
1582 S390 PCI
1583 M: Matthew Rosato <mjrosato@linux.ibm.com>
1584 M: Eric Farman <farman@linux.ibm.com>
1585 S: Supported
1586 F: hw/s390x/s390-pci*
1587 F: include/hw/s390x/s390-pci*
1588 L: qemu-s390x@nongnu.org
1590 S390 channel subsystem
1591 M: Halil Pasic <pasic@linux.ibm.com>
1592 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1593 M: Eric Farman <farman@linux.ibm.com>
1594 S: Supported
1595 F: hw/s390x/ccw-device.[ch]
1596 F: hw/s390x/css.c
1597 F: hw/s390x/css-bridge.c
1598 F: include/hw/s390x/css.h
1599 F: include/hw/s390x/css-bridge.h
1600 F: include/hw/s390x/ioinst.h
1601 F: target/s390x/ioinst.c
1602 L: qemu-s390x@nongnu.org
1604 S390 CPU models
1605 M: David Hildenbrand <david@redhat.com>
1606 S: Maintained
1607 F: target/s390x/cpu_features*.[ch]
1608 F: target/s390x/cpu_models.[ch]
1609 L: qemu-s390x@nongnu.org
1611 S390 SCLP-backed devices
1612 M: Halil Pasic <pasic@linux.ibm.com>
1613 M: Christian Borntraeger <borntraeger@linux.ibm.com>
1614 S: Supported
1615 F: include/hw/s390x/event-facility.h
1616 F: include/hw/s390x/sclp.h
1617 F: hw/char/sclp*.[hc]
1618 F: hw/s390x/event-facility.c
1619 F: hw/s390x/sclp*.c
1620 L: qemu-s390x@nongnu.org
1622 X86 Machines
1623 ------------
1625 M: Michael S. Tsirkin <mst@redhat.com>
1626 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1627 S: Supported
1628 F: include/hw/i386/
1629 F: hw/i386/
1630 F: hw/pci-host/i440fx.c
1631 F: hw/pci-host/q35.c
1632 F: hw/pci-host/pam.c
1633 F: include/hw/pci-host/i440fx.h
1634 F: include/hw/pci-host/q35.h
1635 F: include/hw/pci-host/pam.h
1636 F: hw/isa/piix3.c
1637 F: hw/isa/lpc_ich9.c
1638 F: hw/i2c/smbus_ich9.c
1639 F: hw/acpi/piix4.c
1640 F: hw/acpi/ich9.c
1641 F: include/hw/acpi/ich9.h
1642 F: include/hw/southbridge/piix.h
1643 F: hw/misc/sga.c
1644 F: hw/isa/apm.c
1645 F: include/hw/isa/apm.h
1646 F: tests/unit/test-x86-cpuid.c
1647 F: tests/qtest/test-x86-cpuid-compat.c
1649 PC Chipset
1650 M: Michael S. Tsirkin <mst@redhat.com>
1651 M: Paolo Bonzini <pbonzini@redhat.com>
1652 S: Supported
1653 F: hw/char/debugcon.c
1654 F: hw/char/parallel*
1655 F: hw/char/serial*
1656 F: hw/dma/i8257*
1657 F: hw/i2c/pm_smbus.c
1658 F: hw/input/pckbd.c
1659 F: hw/intc/apic*
1660 F: hw/intc/ioapic*
1661 F: hw/intc/i8259*
1662 F: hw/isa/isa-superio.c
1663 F: hw/misc/debugexit.c
1664 F: hw/misc/pc-testdev.c
1665 F: hw/timer/hpet*
1666 F: hw/timer/i8254*
1667 F: hw/rtc/mc146818rtc*
1668 F: hw/watchdog/wdt_ib700.c
1669 F: hw/watchdog/wdt_i6300esb.c
1670 F: include/hw/display/vga.h
1671 F: include/hw/char/parallel.h
1672 F: include/hw/dma/i8257.h
1673 F: include/hw/i2c/pm_smbus.h
1674 F: include/hw/input/i8042.h
1675 F: include/hw/isa/i8259_internal.h
1676 F: include/hw/isa/superio.h
1677 F: include/hw/timer/hpet.h
1678 F: include/hw/timer/i8254*
1679 F: include/hw/rtc/mc146818rtc*
1681 microvm
1682 M: Sergio Lopez <slp@redhat.com>
1683 M: Paolo Bonzini <pbonzini@redhat.com>
1684 S: Maintained
1685 F: docs/system/i386/microvm.rst
1686 F: hw/i386/microvm.c
1687 F: include/hw/i386/microvm.h
1688 F: pc-bios/bios-microvm.bin
1690 Machine core
1691 M: Eduardo Habkost <eduardo@habkost.net>
1692 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1693 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1694 R: Yanan Wang <wangyanan55@huawei.com>
1695 S: Supported
1696 F: cpu.c
1697 F: hw/core/cpu.c
1698 F: hw/core/machine-qmp-cmds.c
1699 F: hw/core/machine.c
1700 F: hw/core/machine-smp.c
1701 F: hw/core/null-machine.c
1702 F: hw/core/numa.c
1703 F: hw/cpu/cluster.c
1704 F: qapi/machine.json
1705 F: qapi/machine-target.json
1706 F: include/hw/boards.h
1707 F: include/hw/core/cpu.h
1708 F: include/hw/cpu/cluster.h
1709 F: include/sysemu/numa.h
1710 F: tests/unit/test-smp-parse.c
1711 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1713 Xtensa Machines
1714 ---------------
1716 M: Max Filippov <jcmvbkbc@gmail.com>
1717 S: Maintained
1718 F: hw/xtensa/sim.c
1720 virt
1721 M: Max Filippov <jcmvbkbc@gmail.com>
1722 S: Maintained
1723 F: hw/xtensa/virt.c
1725 XTFPGA (LX60, LX200, ML605, KC705)
1726 M: Max Filippov <jcmvbkbc@gmail.com>
1727 S: Maintained
1728 F: hw/xtensa/xtfpga.c
1729 F: hw/net/opencores_eth.c
1731 Devices
1732 -------
1733 Overall Audio frontends
1734 M: Gerd Hoffmann <kraxel@redhat.com>
1735 S: Odd Fixes
1736 F: hw/audio/
1737 F: include/hw/audio/
1738 F: tests/qtest/ac97-test.c
1739 F: tests/qtest/es1370-test.c
1740 F: tests/qtest/intel-hda-test.c
1741 F: tests/qtest/fuzz-sb16-test.c
1743 Xilinx CAN
1744 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1745 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1746 S: Maintained
1747 F: hw/net/can/xlnx-*
1748 F: include/hw/net/xlnx-*
1749 F: tests/qtest/xlnx-can-test*
1752 M: Jiri Slaby <jslaby@suse.cz>
1753 S: Maintained
1754 F: hw/misc/edu.c
1757 M: John Snow <jsnow@redhat.com>
1758 L: qemu-block@nongnu.org
1759 S: Supported
1760 F: include/hw/ide.h
1761 F: include/hw/ide/
1762 F: hw/ide/
1763 F: hw/block/block.c
1764 F: hw/block/cdrom.c
1765 F: hw/block/hd-geometry.c
1766 F: tests/qtest/ide-test.c
1767 F: tests/qtest/ahci-test.c
1768 F: tests/qtest/cdrom-test.c
1769 F: tests/qtest/libqos/ahci*
1770 T: git https://gitlab.com/jsnow/qemu.git ide
1772 IPMI
1773 M: Corey Minyard <minyard@acm.org>
1774 S: Maintained
1775 F: include/hw/ipmi/*
1776 F: hw/ipmi/*
1777 F: hw/smbios/smbios_type_38.c
1778 F: tests/qtest/ipmi*
1779 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1781 Floppy
1782 M: John Snow <jsnow@redhat.com>
1783 L: qemu-block@nongnu.org
1784 S: Supported
1785 F: hw/block/fdc.c
1786 F: hw/block/fdc-internal.h
1787 F: hw/block/fdc-isa.c
1788 F: hw/block/fdc-sysbus.c
1789 F: include/hw/block/fdc.h
1790 F: tests/qtest/fdc-test.c
1791 T: git https://gitlab.com/jsnow/qemu.git ide
1793 Hyper-V VMBus
1794 M: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
1795 S: Odd Fixes
1796 F: hw/hyperv/vmbus.c
1797 F: include/hw/hyperv/vmbus*.h
1799 OMAP
1800 M: Peter Maydell <peter.maydell@linaro.org>
1801 L: qemu-arm@nongnu.org
1802 S: Maintained
1803 F: hw/*/omap*
1804 F: include/hw/arm/omap.h
1805 F: docs/system/arm/sx1.rst
1807 IPack
1808 M: Alberto Garcia <berto@igalia.com>
1809 S: Odd Fixes
1810 F: hw/char/ipoctal232.c
1811 F: hw/ipack/
1814 M: Michael S. Tsirkin <mst@redhat.com>
1815 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1816 S: Supported
1817 F: include/hw/pci/*
1818 F: hw/misc/pci-testdev.c
1819 F: hw/pci/*
1820 F: hw/pci-bridge/*
1821 F: qapi/pci.json
1822 F: docs/pci*
1823 F: docs/specs/*pci*
1825 ACPI/SMBIOS
1826 M: Michael S. Tsirkin <mst@redhat.com>
1827 M: Igor Mammedov <imammedo@redhat.com>
1828 R: Ani Sinha <ani@anisinha.ca>
1829 S: Supported
1830 F: include/hw/acpi/*
1831 F: include/hw/firmware/smbios.h
1832 F: hw/mem/*
1833 F: hw/acpi/*
1834 F: hw/smbios/*
1835 F: hw/i386/acpi-build.[hc]
1836 F: hw/arm/virt-acpi-build.c
1837 F: qapi/acpi.json
1838 F: tests/qtest/bios-tables-test*
1839 F: tests/qtest/acpi-utils.[hc]
1840 F: tests/data/acpi/
1841 F: docs/specs/acpi_cpu_hotplug.rst
1842 F: docs/specs/acpi_mem_hotplug.rst
1843 F: docs/specs/acpi_pci_hotplug.rst
1844 F: docs/specs/acpi_hw_reduced_hotplug.rst
1846 ACPI/VIOT
1847 M: Jean-Philippe Brucker <jean-philippe@linaro.org>
1848 S: Supported
1849 F: hw/acpi/viot.c
1850 F: hw/acpi/viot.h
1852 ACPI/HEST/GHES
1853 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1854 L: qemu-arm@nongnu.org
1855 S: Maintained
1856 F: hw/acpi/ghes.c
1857 F: include/hw/acpi/ghes.h
1858 F: docs/specs/acpi_hest_ghes.rst
1860 ppc4xx
1861 L: qemu-ppc@nongnu.org
1862 S: Orphan
1863 F: hw/ppc/ppc4*.c
1864 F: hw/i2c/ppc4xx_i2c.c
1865 F: include/hw/ppc/ppc4xx.h
1866 F: include/hw/i2c/ppc4xx_i2c.h
1867 F: hw/intc/ppc-uic.c
1868 F: include/hw/intc/ppc-uic.h
1870 Character devices
1871 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1872 R: Paolo Bonzini <pbonzini@redhat.com>
1873 S: Odd Fixes
1874 F: hw/char/
1876 Network devices
1877 M: Jason Wang <jasowang@redhat.com>
1878 S: Odd Fixes
1879 F: hw/net/
1880 F: include/hw/net/
1881 F: tests/qtest/virtio-net-test.c
1882 F: docs/virtio-net-failover.rst
1883 T: git https://github.com/jasowang/qemu.git net
1885 Parallel NOR Flash devices
1886 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1887 T: git https://gitlab.com/philmd/qemu.git pflash-next
1888 S: Maintained
1889 F: hw/block/pflash_cfi*.c
1890 F: include/hw/block/flash.h
1892 SCSI
1893 M: Paolo Bonzini <pbonzini@redhat.com>
1894 R: Fam Zheng <fam@euphon.net>
1895 S: Supported
1896 F: include/hw/scsi/*
1897 F: hw/scsi/*
1898 F: tests/qtest/virtio-scsi-test.c
1899 F: tests/qtest/fuzz-virtio-scsi-test.c
1900 F: tests/qtest/am53c974-test.c
1901 F: tests/qtest/fuzz-lsi53c895a-test.c
1902 T: git https://github.com/bonzini/qemu.git scsi-next
1905 M: Alistair Francis <alistair@alistair23.me>
1906 S: Maintained
1907 F: hw/ssi/*
1908 F: hw/block/m25p80.c
1909 F: include/hw/ssi/ssi.h
1910 X: hw/ssi/xilinx_*
1911 F: tests/qtest/m25p80-test.c
1913 Xilinx SPI
1914 M: Alistair Francis <alistair@alistair23.me>
1915 S: Maintained
1916 F: hw/ssi/xilinx_*
1918 SD (Secure Card)
1919 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1920 M: Bin Meng <bin.meng@windriver.com>
1921 L: qemu-block@nongnu.org
1922 S: Odd Fixes
1923 F: include/hw/sd/sd*
1924 F: hw/sd/core.c
1925 F: hw/sd/sd*
1926 F: hw/sd/ssi-sd.c
1927 F: tests/qtest/fuzz-sdcard-test.c
1928 F: tests/qtest/sdhci-test.c
1931 M: Gerd Hoffmann <kraxel@redhat.com>
1932 S: Odd Fixes
1933 F: hw/usb/*
1934 F: stubs/usb-dev-stub.c
1935 F: tests/qtest/usb-*-test.c
1936 F: docs/system/devices/usb.rst
1937 F: include/hw/usb.h
1938 F: include/hw/usb/
1940 USB (serial adapter)
1941 R: Gerd Hoffmann <kraxel@redhat.com>
1942 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1943 S: Maintained
1944 F: hw/usb/dev-serial.c
1946 VFIO
1947 M: Alex Williamson <alex.williamson@redhat.com>
1948 S: Supported
1949 F: hw/vfio/*
1950 F: include/hw/vfio/
1951 F: docs/igd-assign.txt
1952 F: docs/devel/vfio-migration.rst
1954 vfio-ccw
1955 M: Eric Farman <farman@linux.ibm.com>
1956 M: Matthew Rosato <mjrosato@linux.ibm.com>
1957 S: Supported
1958 F: hw/vfio/ccw.c
1959 F: hw/s390x/s390-ccw.c
1960 F: include/hw/s390x/s390-ccw.h
1961 F: include/hw/s390x/vfio-ccw.h
1962 L: qemu-s390x@nongnu.org
1964 vfio-ap
1965 M: Tony Krowiak <akrowiak@linux.ibm.com>
1966 M: Halil Pasic <pasic@linux.ibm.com>
1967 M: Jason Herne <jjherne@linux.ibm.com>
1968 S: Supported
1969 F: hw/s390x/ap-device.c
1970 F: hw/s390x/ap-bridge.c
1971 F: include/hw/s390x/ap-device.h
1972 F: include/hw/s390x/ap-bridge.h
1973 F: hw/vfio/ap.c
1974 F: docs/system/s390x/vfio-ap.rst
1975 L: qemu-s390x@nongnu.org
1977 vhost
1978 M: Michael S. Tsirkin <mst@redhat.com>
1979 S: Supported
1980 F: hw/*/*vhost*
1981 F: docs/interop/vhost-user.json
1982 F: docs/interop/vhost-user.rst
1983 F: contrib/vhost-user-*/
1984 F: backends/vhost-user.c
1985 F: include/sysemu/vhost-user-backend.h
1987 virtio
1988 M: Michael S. Tsirkin <mst@redhat.com>
1989 S: Supported
1990 F: hw/*/virtio*
1991 F: hw/virtio/Makefile.objs
1992 F: hw/virtio/trace-events
1993 F: net/vhost-user.c
1994 F: include/hw/virtio/
1996 virtio-balloon
1997 M: Michael S. Tsirkin <mst@redhat.com>
1998 M: David Hildenbrand <david@redhat.com>
1999 S: Maintained
2000 F: docs/interop/virtio-balloon-stats.rst
2001 F: hw/virtio/virtio-balloon*.c
2002 F: include/hw/virtio/virtio-balloon.h
2003 F: softmmu/balloon.c
2004 F: include/sysemu/balloon.h
2006 virtio-9p
2007 M: Greg Kurz <groug@kaod.org>
2008 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
2009 S: Odd Fixes
2010 W: https://wiki.qemu.org/Documentation/9p
2011 F: hw/9pfs/
2012 X: hw/9pfs/xen-9p*
2013 F: fsdev/
2014 F: docs/tools/virtfs-proxy-helper.rst
2015 F: tests/qtest/virtio-9p-test.c
2016 T: git https://gitlab.com/gkurz/qemu.git 9p-next
2017 T: git https://github.com/cschoenebeck/qemu.git 9p.next
2019 virtio-blk
2020 M: Stefan Hajnoczi <stefanha@redhat.com>
2021 L: qemu-block@nongnu.org
2022 S: Supported
2023 F: hw/block/virtio-blk.c
2024 F: hw/block/dataplane/*
2025 F: tests/qtest/virtio-blk-test.c
2026 T: git https://github.com/stefanha/qemu.git block
2028 virtio-ccw
2029 M: Cornelia Huck <cohuck@redhat.com>
2030 M: Halil Pasic <pasic@linux.ibm.com>
2031 M: Eric Farman <farman@linux.ibm.com>
2032 S: Supported
2033 F: hw/s390x/virtio-ccw*.[hc]
2034 F: hw/s390x/vhost-*-ccw.c
2035 T: git https://gitlab.com/cohuck/qemu.git s390-next
2036 T: git https://github.com/borntraeger/qemu.git s390-next
2037 L: qemu-s390x@nongnu.org
2039 virtiofs
2040 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2041 M: Stefan Hajnoczi <stefanha@redhat.com>
2042 S: Supported
2043 F: tools/virtiofsd/*
2044 F: hw/virtio/vhost-user-fs*
2045 F: include/hw/virtio/vhost-user-fs.h
2046 F: docs/tools/virtiofsd.rst
2047 L: virtio-fs@redhat.com
2049 virtio-input
2050 M: Gerd Hoffmann <kraxel@redhat.com>
2051 S: Odd Fixes
2052 F: hw/input/vhost-user-input.c
2053 F: hw/input/virtio-input*.c
2054 F: include/hw/virtio/virtio-input.h
2055 F: contrib/vhost-user-input/*
2057 virtio-iommu
2058 M: Eric Auger <eric.auger@redhat.com>
2059 S: Maintained
2060 F: hw/virtio/virtio-iommu*.c
2061 F: include/hw/virtio/virtio-iommu.h
2063 virtio-serial
2064 M: Laurent Vivier <lvivier@redhat.com>
2065 R: Amit Shah <amit@kernel.org>
2066 S: Supported
2067 F: hw/char/virtio-serial-bus.c
2068 F: hw/char/virtio-console.c
2069 F: include/hw/virtio/virtio-serial.h
2070 F: tests/qtest/virtio-serial-test.c
2072 virtio-rng
2073 M: Laurent Vivier <lvivier@redhat.com>
2074 R: Amit Shah <amit@kernel.org>
2075 S: Supported
2076 F: hw/virtio/virtio-rng.c
2077 F: include/hw/virtio/virtio-rng.h
2078 F: include/sysemu/rng*.h
2079 F: backends/rng*.c
2080 F: tests/qtest/virtio-rng-test.c
2082 vhost-user-rng
2083 M: Mathieu Poirier <mathieu.poirier@linaro.org>
2084 S: Supported
2085 F: docs/tools/vhost-user-rng.rst
2086 F: hw/virtio/vhost-user-rng.c
2087 F: hw/virtio/vhost-user-rng-pci.c
2088 F: include/hw/virtio/vhost-user-rng.h
2089 F: tools/vhost-user-rng/*
2091 virtio-crypto
2092 M: Gonglei <arei.gonglei@huawei.com>
2093 S: Supported
2094 F: hw/virtio/virtio-crypto.c
2095 F: hw/virtio/virtio-crypto-pci.c
2096 F: include/hw/virtio/virtio-crypto.h
2098 virtio-mem
2099 M: David Hildenbrand <david@redhat.com>
2100 S: Supported
2101 W: https://virtio-mem.gitlab.io/
2102 F: hw/virtio/virtio-mem.c
2103 F: hw/virtio/virtio-mem-pci.h
2104 F: hw/virtio/virtio-mem-pci.c
2105 F: include/hw/virtio/virtio-mem.h
2107 nvme
2108 M: Keith Busch <kbusch@kernel.org>
2109 M: Klaus Jensen <its@irrelevant.dk>
2110 L: qemu-block@nongnu.org
2111 S: Supported
2112 F: hw/nvme/*
2113 F: include/block/nvme.h
2114 F: tests/qtest/nvme-test.c
2115 F: docs/system/nvme.rst
2116 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2118 megasas
2119 M: Hannes Reinecke <hare@suse.com>
2120 L: qemu-block@nongnu.org
2121 S: Supported
2122 F: hw/scsi/megasas.c
2123 F: hw/scsi/mfi.h
2124 F: tests/qtest/megasas-test.c
2125 F: tests/qtest/fuzz-megasas-test.c
2127 Network packet abstractions
2128 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2129 S: Maintained
2130 F: include/net/eth.h
2131 F: net/eth.c
2132 F: hw/net/net_rx_pkt*
2133 F: hw/net/net_tx_pkt*
2135 Vmware
2136 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2137 S: Maintained
2138 F: hw/net/vmxnet*
2139 F: hw/scsi/vmw_pvscsi*
2140 F: tests/qtest/vmxnet3-test.c
2142 Rocker
2143 M: Jiri Pirko <jiri@resnulli.us>
2144 S: Maintained
2145 F: hw/net/rocker/
2146 F: qapi/rocker.json
2147 F: tests/rocker/
2148 F: docs/specs/rocker.txt
2150 NVDIMM
2151 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2152 S: Maintained
2153 F: hw/acpi/nvdimm.c
2154 F: hw/mem/nvdimm.c
2155 F: include/hw/mem/nvdimm.h
2156 F: docs/nvdimm.txt
2157 F: docs/specs/acpi_nvdimm.rst
2159 e1000x
2160 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2161 S: Maintained
2162 F: hw/net/e1000x*
2164 e1000e
2165 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2166 S: Maintained
2167 F: hw/net/e1000e*
2168 F: tests/qtest/fuzz-e1000e-test.c
2170 eepro100
2171 M: Stefan Weil <sw@weilnetz.de>
2172 S: Maintained
2173 F: hw/net/eepro100.c
2175 tulip
2176 M: Sven Schnelle <svens@stackframe.org>
2177 S: Maintained
2178 F: hw/net/tulip.c
2179 F: hw/net/tulip.h
2181 pca954x
2182 M: Patrick Venture <venture@google.com>
2183 S: Maintained
2184 F: hw/i2c/i2c_mux_pca954x.c
2185 F: include/hw/i2c/i2c_mux_pca954x.h
2187 Generic Loader
2188 M: Alistair Francis <alistair@alistair23.me>
2189 S: Maintained
2190 F: hw/core/generic-loader.c
2191 F: include/hw/core/generic-loader.h
2192 F: docs/system/generic-loader.rst
2194 Guest Loader
2195 M: Alex Bennée <alex.bennee@linaro.org>
2196 S: Maintained
2197 F: hw/core/guest-loader.c
2198 F: docs/system/guest-loader.rst
2199 F: tests/avocado/boot_xen.py
2201 Intel Hexadecimal Object File Loader
2202 M: Su Hang <suhang16@mails.ucas.ac.cn>
2203 S: Maintained
2204 F: tests/qtest/hexloader-test.c
2205 F: tests/data/hex-loader/test.hex
2207 CHRP NVRAM
2208 M: Thomas Huth <thuth@redhat.com>
2209 S: Maintained
2210 F: hw/nvram/chrp_nvram.c
2211 F: include/hw/nvram/chrp_nvram.h
2212 F: tests/qtest/prom-env-test.c
2214 VM Generation ID
2215 S: Orphan
2216 R: Ani Sinha <ani@anisinha.ca>
2217 F: hw/acpi/vmgenid.c
2218 F: include/hw/acpi/vmgenid.h
2219 F: docs/specs/vmgenid.txt
2220 F: tests/qtest/vmgenid-test.c
2221 F: stubs/vmgenid.c
2224 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2225 S: Maintained
2226 F: include/hw/misc/led.h
2227 F: hw/misc/led.c
2229 Unimplemented device
2230 M: Peter Maydell <peter.maydell@linaro.org>
2231 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2232 R: Ani Sinha <ani@anisinha.ca>
2233 S: Maintained
2234 F: include/hw/misc/unimp.h
2235 F: hw/misc/unimp.c
2237 Empty slot
2238 M: Artyom Tarasenko <atar4qemu@gmail.com>
2239 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2240 R: Ani Sinha <ani@anisinha.ca>
2241 S: Maintained
2242 F: include/hw/misc/empty_slot.h
2243 F: hw/misc/empty_slot.c
2245 Standard VGA
2246 M: Gerd Hoffmann <kraxel@redhat.com>
2247 S: Maintained
2248 F: hw/display/vga*
2249 F: hw/display/bochs-display.c
2250 F: include/hw/display/vga.h
2251 F: include/hw/display/bochs-vbe.h
2253 ramfb
2254 M: Gerd Hoffmann <kraxel@redhat.com>
2255 S: Maintained
2256 F: hw/display/ramfb*.c
2257 F: include/hw/display/ramfb.h
2259 virtio-gpu
2260 M: Gerd Hoffmann <kraxel@redhat.com>
2261 S: Odd Fixes
2262 F: hw/display/virtio-gpu*
2263 F: hw/display/virtio-vga.*
2264 F: include/hw/virtio/virtio-gpu.h
2266 vhost-user-blk
2267 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2268 S: Maintained
2269 F: contrib/vhost-user-blk/
2270 F: contrib/vhost-user-scsi/
2271 F: hw/block/vhost-user-blk.c
2272 F: hw/scsi/vhost-user-scsi.c
2273 F: hw/virtio/vhost-user-blk-pci.c
2274 F: hw/virtio/vhost-user-scsi-pci.c
2275 F: include/hw/virtio/vhost-user-blk.h
2276 F: include/hw/virtio/vhost-user-scsi.h
2278 vhost-user-gpu
2279 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2280 R: Gerd Hoffmann <kraxel@redhat.com>
2281 S: Maintained
2282 F: docs/interop/vhost-user-gpu.rst
2283 F: contrib/vhost-user-gpu
2284 F: hw/display/vhost-user-*
2286 Cirrus VGA
2287 M: Gerd Hoffmann <kraxel@redhat.com>
2288 S: Odd Fixes
2289 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2290 F: hw/display/cirrus*
2292 EDID Generator
2293 M: Gerd Hoffmann <kraxel@redhat.com>
2294 S: Maintained
2295 F: hw/display/edid*
2296 F: include/hw/display/edid.h
2297 F: qemu-edid.c
2299 PIIX4 South Bridge (i82371AB)
2300 M: Hervé Poussineau <hpoussin@reactos.org>
2301 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2302 S: Maintained
2303 F: hw/isa/piix4.c
2304 F: include/hw/southbridge/piix.h
2306 Firmware configuration (fw_cfg)
2307 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2308 R: Gerd Hoffmann <kraxel@redhat.com>
2309 S: Supported
2310 F: docs/specs/fw_cfg.txt
2311 F: hw/nvram/fw_cfg*.c
2312 F: stubs/fw_cfg.c
2313 F: include/hw/nvram/fw_cfg.h
2314 F: include/standard-headers/linux/qemu_fw_cfg.h
2315 F: tests/qtest/libqos/fw_cfg.c
2316 F: tests/qtest/fw_cfg-test.c
2317 T: git https://github.com/philmd/qemu.git fw_cfg-next
2319 XIVE
2320 M: Cédric Le Goater <clg@kaod.org>
2321 L: qemu-ppc@nongnu.org
2322 S: Supported
2323 F: hw/*/*xive*
2324 F: include/hw/*/*xive*
2325 F: docs/*/*xive*
2327 Renesas peripherals
2328 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2329 R: Magnus Damm <magnus.damm@gmail.com>
2330 S: Odd Fixes
2331 F: hw/char/renesas_sci.c
2332 F: hw/char/sh_serial.c
2333 F: hw/timer/renesas_*.c
2334 F: hw/timer/sh_timer.c
2335 F: include/hw/char/renesas_sci.h
2336 F: include/hw/sh4/sh.h
2337 F: include/hw/timer/renesas_*.h
2339 Renesas RX peripherals
2340 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2341 S: Orphan
2342 F: hw/intc/rx_icu.c
2343 F: hw/rx/
2344 F: include/hw/intc/rx_icu.h
2345 F: include/hw/rx/
2347 CAN bus subsystem and hardware
2348 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2349 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2350 S: Maintained
2351 W: https://canbus.pages.fel.cvut.cz/
2352 F: net/can/*
2353 F: hw/net/can/*
2354 F: include/net/can_*.h
2356 OpenPIC interrupt controller
2357 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2358 S: Odd Fixes
2359 F: hw/intc/openpic.c
2360 F: include/hw/ppc/openpic.h
2362 MIPS CPS
2363 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2364 S: Odd Fixes
2365 F: hw/misc/mips_*
2366 F: include/hw/misc/mips_*
2368 MIPS GIC
2369 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2370 S: Odd Fixes
2371 F: hw/intc/mips_gic.c
2372 F: hw/timer/mips_gictimer.c
2373 F: include/hw/intc/mips_gic.h
2374 F: include/hw/timer/mips_gictimer.h
2376 S390 3270 device
2377 M: Halil Pasic <pasic@linux.ibm.com>
2378 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2379 S: Odd fixes
2380 F: include/hw/s390x/3270-ccw.h
2381 F: hw/char/terminal3270.c
2382 F: hw/s390x/3270-ccw.c
2383 L: qemu-s390x@nongnu.org
2385 S390 diag 288 watchdog
2386 M: Halil Pasic <pasic@linux.ibm.com>
2387 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2388 S: Supported
2389 F: hw/watchdog/wdt_diag288.c
2390 F: include/hw/watchdog/wdt_diag288.h
2391 L: qemu-s390x@nongnu.org
2393 S390 storage key device
2394 M: Halil Pasic <pasic@linux.ibm.com>
2395 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2396 S: Supported
2397 F: hw/s390x/storage-keys.h
2398 F: hw/390x/s390-skeys*.c
2399 L: qemu-s390x@nongnu.org
2401 S390 storage attribute device
2402 M: Halil Pasic <pasic@linux.ibm.com>
2403 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2404 S: Supported
2405 F: hw/s390x/storage-attributes.h
2406 F: hw/s390/s390-stattrib*.c
2407 L: qemu-s390x@nongnu.org
2409 S390 floating interrupt controller
2410 M: Halil Pasic <pasic@linux.ibm.com>
2411 M: Christian Borntraeger <borntraeger@linux.ibm.com>
2412 M: David Hildenbrand <david@redhat.com>
2413 S: Supported
2414 F: hw/intc/s390_flic*.c
2415 F: include/hw/s390x/s390_flic.h
2416 L: qemu-s390x@nongnu.org
2418 Subsystems
2419 ----------
2420 Overall Audio backends
2421 M: Gerd Hoffmann <kraxel@redhat.com>
2422 S: Odd Fixes
2423 F: audio/
2424 X: audio/alsaaudio.c
2425 X: audio/coreaudio.c
2426 X: audio/dsound*
2427 X: audio/jackaudio.c
2428 X: audio/ossaudio.c
2429 X: audio/paaudio.c
2430 X: audio/sdlaudio.c
2431 X: audio/spiceaudio.c
2432 F: qapi/audio.json
2434 ALSA Audio backend
2435 M: Gerd Hoffmann <kraxel@redhat.com>
2436 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2437 S: Odd Fixes
2438 F: audio/alsaaudio.c
2440 Core Audio framework backend
2441 M: Gerd Hoffmann <kraxel@redhat.com>
2442 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2443 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2444 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2445 S: Odd Fixes
2446 F: audio/coreaudio.c
2448 DSound Audio backend
2449 M: Gerd Hoffmann <kraxel@redhat.com>
2450 S: Odd Fixes
2451 F: audio/dsound*
2453 JACK Audio Connection Kit backend
2454 M: Gerd Hoffmann <kraxel@redhat.com>
2455 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2456 S: Odd Fixes
2457 F: audio/jackaudio.c
2459 Open Sound System (OSS) Audio backend
2460 M: Gerd Hoffmann <kraxel@redhat.com>
2461 S: Odd Fixes
2462 F: audio/ossaudio.c
2464 PulseAudio backend
2465 M: Gerd Hoffmann <kraxel@redhat.com>
2466 S: Odd Fixes
2467 F: audio/paaudio.c
2469 SDL Audio backend
2470 M: Gerd Hoffmann <kraxel@redhat.com>
2471 R: Thomas Huth <huth@tuxfamily.org>
2472 S: Odd Fixes
2473 F: audio/sdlaudio.c
2475 Block layer core
2476 M: Kevin Wolf <kwolf@redhat.com>
2477 M: Hanna Reitz <hreitz@redhat.com>
2478 L: qemu-block@nongnu.org
2479 S: Supported
2480 F: block*
2481 F: block/
2482 F: hw/block/
2483 F: include/block/
2484 F: qemu-img*
2485 F: docs/tools/qemu-img.rst
2486 F: qemu-io*
2487 F: tests/qemu-iotests/
2488 F: util/qemu-progress.c
2489 F: qobject/block-qdict.c
2490 F: tests/unit/check-block-qdict.c
2491 T: git https://repo.or.cz/qemu/kevin.git block
2493 Storage daemon
2494 M: Kevin Wolf <kwolf@redhat.com>
2495 L: qemu-block@nongnu.org
2496 S: Supported
2497 F: storage-daemon/
2498 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2499 F: docs/tools/qemu-storage-daemon.rst
2500 T: git https://repo.or.cz/qemu/kevin.git block
2502 Block I/O path
2503 M: Stefan Hajnoczi <stefanha@redhat.com>
2504 M: Fam Zheng <fam@euphon.net>
2505 L: qemu-block@nongnu.org
2506 S: Supported
2507 F: util/async.c
2508 F: util/aio-*.c
2509 F: util/aio-*.h
2510 F: util/fdmon-*.c
2511 F: block/io.c
2512 F: migration/block*
2513 F: include/block/aio.h
2514 F: include/block/aio-wait.h
2515 F: scripts/qemugdb/aio.py
2516 F: tests/unit/test-fdmon-epoll.c
2517 T: git https://github.com/stefanha/qemu.git block
2519 Block SCSI subsystem
2520 M: Paolo Bonzini <pbonzini@redhat.com>
2521 R: Fam Zheng <fam@euphon.net>
2522 L: qemu-block@nongnu.org
2523 S: Supported
2524 F: include/scsi/*
2525 F: scsi/*
2527 Block Jobs
2528 M: John Snow <jsnow@redhat.com>
2529 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2530 L: qemu-block@nongnu.org
2531 S: Supported
2532 F: blockjob.c
2533 F: include/block/blockjob.h
2534 F: job.c
2535 F: job-qmp.c
2536 F: include/qemu/job.h
2537 F: block/backup.c
2538 F: block/commit.c
2539 F: block/stream.c
2540 F: block/mirror.c
2541 F: qapi/job.json
2542 F: block/block-copy.c
2543 F: include/block/block-copy.h
2544 F: block/reqlist.c
2545 F: include/block/reqlist.h
2546 F: block/copy-before-write.h
2547 F: block/copy-before-write.c
2548 F: block/snapshot-access.c
2549 F: include/block/aio_task.h
2550 F: block/aio_task.c
2551 F: util/qemu-co-shared-resource.c
2552 F: include/qemu/co-shared-resource.h
2553 T: git https://gitlab.com/jsnow/qemu.git jobs
2554 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2556 Block QAPI, monitor, command line
2557 M: Markus Armbruster <armbru@redhat.com>
2558 S: Supported
2559 F: blockdev.c
2560 F: blockdev-hmp-cmds.c
2561 F: block/qapi.c
2562 F: qapi/block*.json
2563 F: qapi/transaction.json
2564 T: git https://repo.or.cz/qemu/armbru.git block-next
2566 Compute Express Link
2567 M: Ben Widawsky <ben.widawsky@intel.com>
2568 M: Jonathan Cameron <jonathan.cameron@huawei.com>
2569 S: Supported
2570 F: hw/cxl/
2571 F: include/hw/cxl/
2573 Dirty Bitmaps
2574 M: Eric Blake <eblake@redhat.com>
2575 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2576 R: John Snow <jsnow@redhat.com>
2577 L: qemu-block@nongnu.org
2578 S: Supported
2579 F: include/qemu/hbitmap.h
2580 F: include/block/dirty-bitmap.h
2581 F: block/monitor/bitmap-qmp-cmds.c
2582 F: block/dirty-bitmap.c
2583 F: block/qcow2-bitmap.c
2584 F: migration/block-dirty-bitmap.c
2585 F: util/hbitmap.c
2586 F: tests/unit/test-hbitmap.c
2587 F: docs/interop/bitmaps.rst
2588 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2590 Character device backends
2591 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2592 R: Paolo Bonzini <pbonzini@redhat.com>
2593 S: Maintained
2594 F: chardev/
2595 F: include/chardev/
2596 F: qapi/char.json
2598 Character Devices (Braille)
2599 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2600 S: Maintained
2601 F: chardev/baum.c
2603 Command line option argument parsing
2604 M: Markus Armbruster <armbru@redhat.com>
2605 S: Supported
2606 F: include/qemu/option.h
2607 F: tests/unit/test-keyval.c
2608 F: tests/unit/test-qemu-opts.c
2609 F: util/keyval.c
2610 F: util/qemu-option.c
2612 Coverity model
2613 M: Markus Armbruster <armbru@redhat.com>
2614 S: Supported
2615 F: scripts/coverity-model.c
2617 Coverity Scan integration
2618 M: Peter Maydell <peter.maydell@linaro.org>
2619 S: Maintained
2620 F: scripts/coverity-scan/
2622 Device Tree
2623 M: Alistair Francis <alistair.francis@wdc.com>
2624 R: David Gibson <david@gibson.dropbear.id.au>
2625 S: Maintained
2626 F: softmmu/device_tree.c
2627 F: include/sysemu/device_tree.h
2629 Dump
2630 S: Supported
2631 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2632 F: dump/
2633 F: hw/misc/vmcoreinfo.c
2634 F: include/hw/misc/vmcoreinfo.h
2635 F: include/qemu/win_dump_defs
2636 F: include/sysemu/dump-arch.h
2637 F: include/sysemu/dump.h
2638 F: qapi/dump.json
2639 F: scripts/dump-guest-memory.py
2640 F: stubs/dump.c
2642 Error reporting
2643 M: Markus Armbruster <armbru@redhat.com>
2644 S: Supported
2645 F: include/qapi/error.h
2646 F: include/qemu/error-report.h
2647 F: qapi/error.json
2648 F: util/error.c
2649 F: util/qemu-error.c
2650 F: scripts/coccinelle/err-bad-newline.cocci
2651 F: scripts/coccinelle/error-use-after-free.cocci
2652 F: scripts/coccinelle/error_propagate_null.cocci
2653 F: scripts/coccinelle/remove_local_err.cocci
2654 F: scripts/coccinelle/use-error_fatal.cocci
2655 F: scripts/coccinelle/errp-guard.cocci
2657 GDB stub
2658 M: Alex Bennée <alex.bennee@linaro.org>
2659 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2660 S: Maintained
2661 F: gdbstub*
2662 F: include/exec/gdbstub.h
2663 F: gdb-xml/
2664 F: tests/tcg/multiarch/gdbstub/
2666 Memory API
2667 M: Paolo Bonzini <pbonzini@redhat.com>
2668 M: Peter Xu <peterx@redhat.com>
2669 M: David Hildenbrand <david@redhat.com>
2670 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2671 S: Supported
2672 F: include/exec/ioport.h
2673 F: include/exec/memop.h
2674 F: include/exec/memory.h
2675 F: include/exec/ram_addr.h
2676 F: include/exec/ramblock.h
2677 F: include/sysemu/memory_mapping.h
2678 F: softmmu/dma-helpers.c
2679 F: softmmu/ioport.c
2680 F: softmmu/memory.c
2681 F: softmmu/memory_mapping.c
2682 F: softmmu/physmem.c
2683 F: include/exec/memory-internal.h
2684 F: scripts/coccinelle/memory-region-housekeeping.cocci
2686 SPICE
2687 M: Gerd Hoffmann <kraxel@redhat.com>
2688 S: Odd Fixes
2689 F: include/ui/qemu-spice.h
2690 F: include/ui/spice-display.h
2691 F: ui/spice-*.c
2692 F: audio/spiceaudio.c
2693 F: hw/display/qxl*
2694 F: qapi/ui.json
2695 F: docs/spice-port-fqdn.txt
2697 Graphics
2698 M: Gerd Hoffmann <kraxel@redhat.com>
2699 S: Odd Fixes
2700 F: ui/
2701 F: include/ui/
2702 F: qapi/ui.json
2703 F: util/drm.c
2705 Cocoa graphics
2706 M: Peter Maydell <peter.maydell@linaro.org>
2707 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2708 R: Akihiko Odaki <akihiko.odaki@gmail.com>
2709 S: Odd Fixes
2710 F: ui/cocoa.m
2712 Main loop
2713 M: Paolo Bonzini <pbonzini@redhat.com>
2714 S: Maintained
2715 F: include/exec/gen-icount.h
2716 F: include/qemu/main-loop.h
2717 F: include/sysemu/runstate.h
2718 F: include/sysemu/runstate-action.h
2719 F: util/main-loop.c
2720 F: util/qemu-timer.c
2721 F: softmmu/vl.c
2722 F: softmmu/main.c
2723 F: softmmu/cpus.c
2724 F: softmmu/cpu-throttle.c
2725 F: softmmu/cpu-timers.c
2726 F: softmmu/icount.c
2727 F: softmmu/runstate-action.c
2728 F: qapi/run-state.json
2730 Read, Copy, Update (RCU)
2731 M: Paolo Bonzini <pbonzini@redhat.com>
2732 S: Maintained
2733 F: include/qemu/rcu*.h
2734 F: tests/unit/rcutorture.c
2735 F: tests/unit/test-rcu-*.c
2736 F: util/rcu.c
2738 Human Monitor (HMP)
2739 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2740 S: Maintained
2741 F: monitor/monitor-internal.h
2742 F: monitor/misc.c
2743 F: monitor/monitor.c
2744 F: monitor/hmp*
2745 F: hmp.h
2746 F: hmp-commands*.hx
2747 F: include/monitor/hmp-target.h
2748 F: tests/qtest/test-hmp.c
2749 F: include/qemu/qemu-print.h
2750 F: util/qemu-print.c
2752 Network device backends
2753 M: Jason Wang <jasowang@redhat.com>
2754 S: Maintained
2755 F: net/
2756 F: include/net/
2757 F: qemu-bridge-helper.c
2758 T: git https://github.com/jasowang/qemu.git net
2759 F: qapi/net.json
2761 Netmap network backend
2762 M: Luigi Rizzo <rizzo@iet.unipi.it>
2763 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2764 M: Vincenzo Maffione <v.maffione@gmail.com>
2765 W: http://info.iet.unipi.it/~luigi/netmap/
2766 S: Maintained
2767 F: net/netmap.c
2769 Host Memory Backends
2770 M: David Hildenbrand <david@redhat.com>
2771 M: Igor Mammedov <imammedo@redhat.com>
2772 S: Maintained
2773 F: backends/hostmem*.c
2774 F: include/sysemu/hostmem.h
2775 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2777 Cryptodev Backends
2778 M: Gonglei <arei.gonglei@huawei.com>
2779 S: Maintained
2780 F: include/sysemu/cryptodev*.h
2781 F: backends/cryptodev*.c
2783 Python library
2784 M: John Snow <jsnow@redhat.com>
2785 M: Cleber Rosa <crosa@redhat.com>
2786 R: Beraldo Leal <bleal@redhat.com>
2787 S: Maintained
2788 F: python/
2789 T: git https://gitlab.com/jsnow/qemu.git python
2791 Python scripts
2792 M: John Snow <jsnow@redhat.com>
2793 M: Cleber Rosa <crosa@redhat.com>
2794 S: Odd Fixes
2795 F: scripts/*.py
2796 F: tests/*.py
2798 Benchmark util
2799 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2800 S: Maintained
2801 F: scripts/simplebench/
2802 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2804 Transactions helper
2805 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
2806 S: Maintained
2807 F: include/qemu/transactions.h
2808 F: util/transactions.c
2810 QAPI
2811 M: Markus Armbruster <armbru@redhat.com>
2812 M: Michael Roth <michael.roth@amd.com>
2813 S: Supported
2814 F: qapi/
2815 X: qapi/*.json
2816 F: include/qapi/
2817 X: include/qapi/qmp/
2818 F: include/qapi/qmp/dispatch.h
2819 F: tests/qapi-schema/
2820 F: tests/unit/test-*-visitor.c
2821 F: tests/unit/test-qapi-*.c
2822 F: tests/unit/test-qmp-*.c
2823 F: tests/unit/test-visitor-serialization.c
2824 F: scripts/qapi-gen.py
2825 F: scripts/qapi/*
2826 F: docs/sphinx/qapidoc.py
2827 F: docs/devel/qapi*
2828 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2830 QAPI Schema
2831 M: Eric Blake <eblake@redhat.com>
2832 M: Markus Armbruster <armbru@redhat.com>
2833 S: Supported
2834 F: qapi/*.json
2835 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2837 QObject
2838 M: Markus Armbruster <armbru@redhat.com>
2839 S: Supported
2840 F: qobject/
2841 F: include/qapi/qmp/
2842 X: include/qapi/qmp/dispatch.h
2843 F: scripts/coccinelle/qobject.cocci
2844 F: tests/unit/check-qdict.c
2845 F: tests/unit/check-qjson.c
2846 F: tests/unit/check-qlist.c
2847 F: tests/unit/check-qlit.c
2848 F: tests/unit/check-qnull.c
2849 F: tests/unit/check-qnum.c
2850 F: tests/unit/check-qobject.c
2851 F: tests/unit/check-qstring.c
2852 F: tests/data/qobject/qdict.txt
2853 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2855 QEMU Guest Agent
2856 M: Michael Roth <michael.roth@amd.com>
2857 S: Maintained
2858 F: qga/
2859 F: docs/interop/qemu-ga.rst
2860 F: docs/interop/qemu-ga-ref.rst
2861 F: scripts/qemu-guest-agent/
2862 F: tests/unit/test-qga.c
2863 T: git https://github.com/mdroth/qemu.git qga
2865 QEMU Guest Agent Win32
2866 M: Konstantin Kostiuk <kkostiuk@redhat.com>
2867 S: Maintained
2868 F: qga/*win32*
2869 F: qga/vss-win32/
2870 F: qga/installer/
2871 T: git https://github.com/kostyanf14/qemu.git qga-win32
2874 M: Paolo Bonzini <pbonzini@redhat.com>
2875 R: Daniel P. Berrange <berrange@redhat.com>
2876 R: Eduardo Habkost <eduardo@habkost.net>
2877 S: Supported
2878 F: docs/qdev-device-use.txt
2879 F: hw/core/qdev*
2880 F: hw/core/bus.c
2881 F: hw/core/sysbus.c
2882 F: include/hw/qdev*
2883 F: include/monitor/qdev.h
2884 F: include/qom/
2885 F: qapi/qom.json
2886 F: qapi/qdev.json
2887 F: scripts/coccinelle/qom-parent-type.cocci
2888 F: softmmu/qdev-monitor.c
2889 F: stubs/qdev.c
2890 F: qom/
2891 F: tests/unit/check-qom-interface.c
2892 F: tests/unit/check-qom-proplist.c
2893 F: tests/unit/test-qdev-global-props.c
2895 QOM boilerplate conversion script
2896 M: Eduardo Habkost <eduardo@habkost.net>
2897 S: Maintained
2898 F: scripts/codeconverter/
2901 M: Markus Armbruster <armbru@redhat.com>
2902 S: Supported
2903 F: monitor/monitor-internal.h
2904 F: monitor/qmp*
2905 F: monitor/misc.c
2906 F: monitor/monitor.c
2907 F: qapi/control.json
2908 F: qapi/error.json
2909 F: qapi/introspect.json
2910 F: docs/devel/*qmp-*
2911 F: docs/interop/*qmp-*
2912 F: scripts/qmp/
2913 F: tests/qtest/qmp-test.c
2914 F: tests/qtest/qmp-cmd-test.c
2915 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2917 qtest
2918 M: Thomas Huth <thuth@redhat.com>
2919 M: Laurent Vivier <lvivier@redhat.com>
2920 R: Paolo Bonzini <pbonzini@redhat.com>
2921 S: Maintained
2922 F: softmmu/qtest.c
2923 F: accel/qtest/
2924 F: tests/qtest/
2925 F: docs/devel/qgraph.rst
2926 X: tests/qtest/bios-tables-test*
2928 Device Fuzzing
2929 M: Alexander Bulekov <alxndr@bu.edu>
2930 R: Paolo Bonzini <pbonzini@redhat.com>
2931 R: Bandan Das <bsd@redhat.com>
2932 R: Stefan Hajnoczi <stefanha@redhat.com>
2933 R: Thomas Huth <thuth@redhat.com>
2934 R: Darren Kenny <darren.kenny@oracle.com> 
2935 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2936 S: Maintained
2937 F: tests/qtest/fuzz/
2938 F: tests/qtest/fuzz-*test.c
2939 F: scripts/oss-fuzz/
2940 F: hw/mem/sparse-mem.c
2941 F: docs/devel/fuzzing.rst
2943 Register API
2944 M: Alistair Francis <alistair@alistair23.me>
2945 S: Maintained
2946 F: hw/core/register.c
2947 F: include/hw/register.h
2948 F: include/hw/registerfields.h
2950 SLIRP
2951 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2952 S: Maintained
2953 F: slirp/
2954 F: net/slirp.c
2955 F: include/net/slirp.h
2956 T: git https://people.debian.org/~sthibault/qemu.git slirp
2958 Streams
2959 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2960 S: Maintained
2961 F: hw/core/stream.c
2962 F: include/hw/stream.h
2964 Stubs
2965 M: Paolo Bonzini <pbonzini@redhat.com>
2966 S: Maintained
2967 F: stubs/
2969 Tracing
2970 M: Stefan Hajnoczi <stefanha@redhat.com>
2971 S: Maintained
2972 F: trace/
2973 F: trace-events
2974 F: docs/qemu-option-trace.rst.inc
2975 F: qapi/trace.json
2976 F: scripts/tracetool.py
2977 F: scripts/tracetool/
2978 F: scripts/qemu-trace-stap*
2979 F: docs/tools/qemu-trace-stap.rst
2980 F: docs/devel/tracing.rst
2981 T: git https://github.com/stefanha/qemu.git tracing
2984 M: Stefan Berger <stefanb@linux.ibm.com>
2985 S: Maintained
2986 F: tpm.c
2987 F: hw/tpm/*
2988 F: include/hw/acpi/tpm.h
2989 F: include/sysemu/tpm*
2990 F: qapi/tpm.json
2991 F: backends/tpm/
2992 F: tests/qtest/*tpm*
2993 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2995 Checkpatch
2996 S: Odd Fixes
2997 F: scripts/checkpatch.pl
2999 Migration
3000 M: Juan Quintela <quintela@redhat.com>
3001 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
3002 S: Maintained
3003 F: hw/core/vmstate-if.c
3004 F: include/hw/vmstate-if.h
3005 F: include/migration/
3006 F: migration/
3007 F: scripts/vmstate-static-checker.py
3008 F: tests/vmstate-static-checker-data/
3009 F: tests/qtest/migration-test.c
3010 F: docs/devel/migration.rst
3011 F: qapi/migration.json
3012 F: tests/migration/
3014 D-Bus
3015 M: Marc-André Lureau <marcandre.lureau@redhat.com>
3016 S: Maintained
3017 F: backends/dbus-vmstate.c
3018 F: ui/dbus*
3019 F: audio/dbus*
3020 F: util/dbus.c
3021 F: include/ui/dbus*
3022 F: include/qemu/dbus.h
3023 F: docs/interop/dbus*
3024 F: docs/sphinx/dbus*
3025 F: docs/sphinx/fakedbusdoc.py
3026 F: tests/qtest/dbus*
3028 Seccomp
3029 M: Daniel P. Berrange <berrange@redhat.com>
3030 S: Odd Fixes
3031 F: softmmu/qemu-seccomp.c
3032 F: include/sysemu/seccomp.h
3033 F: tests/unit/test-seccomp.c
3035 Cryptography
3036 M: Daniel P. Berrange <berrange@redhat.com>
3037 S: Maintained
3038 F: crypto/
3039 F: include/crypto/
3040 F: qapi/crypto.json
3041 F: tests/unit/test-crypto-*
3042 F: tests/bench/benchmark-crypto-*
3043 F: tests/unit/crypto-tls-*
3044 F: tests/unit/pkix_asn1_tab.c
3045 F: qemu.sasl
3047 Coroutines
3048 M: Stefan Hajnoczi <stefanha@redhat.com>
3049 M: Kevin Wolf <kwolf@redhat.com>
3050 S: Maintained
3051 F: util/*coroutine*
3052 F: include/qemu/coroutine*
3053 F: tests/unit/test-coroutine.c
3055 Buffers
3056 M: Daniel P. Berrange <berrange@redhat.com>
3057 S: Odd Fixes
3058 F: util/buffer.c
3059 F: include/qemu/buffer.h
3061 I/O Channels
3062 M: Daniel P. Berrange <berrange@redhat.com>
3063 S: Maintained
3064 F: io/
3065 F: include/io/
3066 F: tests/unit/test-io-*
3068 User authorization
3069 M: Daniel P. Berrange <berrange@redhat.com>
3070 S: Maintained
3071 F: authz/
3072 F: qapi/authz.json
3073 F: include/authz/
3074 F: tests/unit/test-authz-*
3076 Sockets
3077 M: Daniel P. Berrange <berrange@redhat.com>
3078 S: Maintained
3079 F: include/qemu/sockets.h
3080 F: util/qemu-sockets.c
3081 F: qapi/sockets.json
3083 File monitor
3084 M: Daniel P. Berrange <berrange@redhat.com>
3085 S: Odd Fixes
3086 F: util/filemonitor*.c
3087 F: include/qemu/filemonitor.h
3088 F: tests/unit/test-util-filemonitor.c
3090 Throttling infrastructure
3091 M: Alberto Garcia <berto@igalia.com>
3092 S: Supported
3093 F: block/throttle-groups.c
3094 F: include/block/throttle-groups.h
3095 F: include/qemu/throttle*.h
3096 F: util/throttle.c
3097 F: docs/throttle.txt
3098 F: tests/unit/test-throttle.c
3099 L: qemu-block@nongnu.org
3101 UUID
3102 M: Fam Zheng <fam@euphon.net>
3103 S: Supported
3104 F: util/uuid.c
3105 F: include/qemu/uuid.h
3106 F: tests/unit/test-uuid.c
3108 Yank feature
3109 M: Lukas Straub <lukasstraub2@web.de>
3110 S: Odd fixes
3111 F: util/yank.c
3112 F: migration/yank_functions*
3113 F: tests/unit/test-yank.c
3114 F: include/qemu/yank.h
3115 F: qapi/yank.json
3117 COLO Framework
3118 M: Hailiang Zhang <zhanghailiang@xfusion.com>
3119 S: Maintained
3120 F: migration/colo*
3121 F: include/migration/colo.h
3122 F: include/migration/failover.h
3123 F: docs/COLO-FT.txt
3125 COLO Proxy
3126 M: Zhang Chen <chen.zhang@intel.com>
3127 M: Li Zhijian <lizhijian@fujitsu.com>
3128 S: Supported
3129 F: docs/colo-proxy.txt
3130 F: net/colo*
3131 F: net/filter-rewriter.c
3132 F: net/filter-mirror.c
3133 F: tests/qtest/test-filter*
3135 Record/replay
3136 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
3137 R: Paolo Bonzini <pbonzini@redhat.com>
3138 W: https://wiki.qemu.org/Features/record-replay
3139 S: Supported
3140 F: replay/*
3141 F: block/blkreplay.c
3142 F: net/filter-replay.c
3143 F: include/sysemu/replay.h
3144 F: docs/replay.txt
3145 F: stubs/replay.c
3146 F: tests/avocado/replay_kernel.py
3147 F: tests/avocado/replay_linux.py
3148 F: tests/avocado/reverse_debugging.py
3149 F: qapi/replay.json
3151 IOVA Tree
3152 M: Peter Xu <peterx@redhat.com>
3153 S: Maintained
3154 F: include/qemu/iova-tree.h
3155 F: util/iova-tree.c
3157 elf2dmp
3158 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3159 S: Maintained
3160 F: contrib/elf2dmp/
3162 I2C and SMBus
3163 M: Corey Minyard <cminyard@mvista.com>
3164 S: Maintained
3165 F: hw/i2c/core.c
3166 F: hw/i2c/smbus_slave.c
3167 F: hw/i2c/smbus_master.c
3168 F: hw/i2c/smbus_eeprom.c
3169 F: include/hw/i2c/i2c.h
3170 F: include/hw/i2c/smbus_master.h
3171 F: include/hw/i2c/smbus_slave.h
3172 F: include/hw/i2c/smbus_eeprom.h
3174 PMBus
3175 M: Titus Rwantare <titusr@google.com>
3176 S: Maintained
3177 F: hw/i2c/pmbus_device.c
3178 F: hw/sensor/adm1272.c
3179 F: hw/sensor/isl_pmbus_vr.c
3180 F: hw/sensor/max34451.c
3181 F: include/hw/i2c/pmbus_device.h
3182 F: include/hw/sensor/isl_pmbus_vr.h
3183 F: tests/qtest/adm1272-test.c
3184 F: tests/qtest/max34451-test.c
3185 F: tests/qtest/isl_pmbus_vr-test.c
3187 Firmware schema specifications
3188 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3189 R: Daniel P. Berrange <berrange@redhat.com>
3190 R: Kashyap Chamarthy <kchamart@redhat.com>
3191 S: Maintained
3192 F: docs/interop/firmware.json
3194 EDK2 Firmware
3195 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3196 M: Gerd Hoffmann <kraxel@redhat.com>
3197 S: Supported
3198 F: hw/i386/*ovmf*
3199 F: pc-bios/descriptors/??-edk2-*.json
3200 F: pc-bios/edk2-*
3201 F: roms/Makefile.edk2
3202 F: roms/edk2
3203 F: roms/edk2-*
3204 F: tests/data/uefi-boot-images/
3205 F: tests/uefi-test-tools/
3206 F: .gitlab-ci.d/edk2.yml
3207 F: .gitlab-ci.d/edk2/
3209 VT-d Emulation
3210 M: Michael S. Tsirkin <mst@redhat.com>
3211 M: Peter Xu <peterx@redhat.com>
3212 R: Jason Wang <jasowang@redhat.com>
3213 S: Supported
3214 F: hw/i386/intel_iommu.c
3215 F: hw/i386/intel_iommu_internal.h
3216 F: include/hw/i386/intel_iommu.h
3218 OpenSBI Firmware
3219 M: Bin Meng <bmeng.cn@gmail.com>
3220 S: Supported
3221 F: pc-bios/opensbi-*
3222 F: .gitlab-ci.d/opensbi.yml
3223 F: .gitlab-ci.d/opensbi/
3225 Clock framework
3226 M: Luc Michel <luc@lmichel.fr>
3227 R: Damien Hedde <damien.hedde@greensocs.com>
3228 S: Maintained
3229 F: include/hw/clock.h
3230 F: include/hw/qdev-clock.h
3231 F: hw/core/clock.c
3232 F: hw/core/clock-vmstate.c
3233 F: hw/core/qdev-clock.c
3234 F: docs/devel/clocks.rst
3236 Usermode Emulation
3237 ------------------
3238 Overall usermode emulation
3239 M: Riku Voipio <riku.voipio@iki.fi>
3240 S: Maintained
3241 F: accel/tcg/user-exec*.c
3242 F: include/user/
3243 F: common-user/
3245 BSD user
3246 M: Warner Losh <imp@bsdimp.com>
3247 R: Kyle Evans <kevans@freebsd.org>
3248 S: Maintained
3249 F: bsd-user/
3250 F: configs/targets/*-bsd-user.mak
3251 F: tests/vm/*bsd
3252 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3254 Linux user
3255 M: Laurent Vivier <laurent@vivier.eu>
3256 S: Maintained
3257 F: linux-user/
3258 F: configs/targets/*linux-user.mak
3259 F: scripts/qemu-binfmt-conf.sh
3260 F: scripts/update-syscalltbl.sh
3261 F: scripts/update-mips-syscall-args.sh
3262 F: scripts/gensyscalls.sh
3264 Tiny Code Generator (TCG)
3265 -------------------------
3266 Common TCG code
3267 M: Richard Henderson <richard.henderson@linaro.org>
3268 S: Maintained
3269 F: tcg/
3270 F: include/tcg/
3272 TCG Plugins
3273 M: Alex Bennée <alex.bennee@linaro.org>
3274 R: Alexandre Iooss <erdnaxe@crans.org>
3275 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3276 S: Maintained
3277 F: docs/devel/tcg-plugins.rst
3278 F: plugins/
3279 F: tests/plugin/
3280 F: tests/avocado/tcg_plugins.py
3281 F: contrib/plugins/
3283 AArch64 TCG target
3284 M: Richard Henderson <richard.henderson@linaro.org>
3285 S: Maintained
3286 L: qemu-arm@nongnu.org
3287 F: tcg/aarch64/
3288 F: disas/arm-a64.cc
3289 F: disas/libvixl/
3291 ARM TCG target
3292 M: Richard Henderson <richard.henderson@linaro.org>
3293 S: Maintained
3294 L: qemu-arm@nongnu.org
3295 F: tcg/arm/
3297 i386 TCG target
3298 M: Richard Henderson <richard.henderson@linaro.org>
3299 S: Maintained
3300 F: tcg/i386/
3302 LoongArch64 TCG target
3303 M: WANG Xuerui <git@xen0n.name>
3304 S: Maintained
3305 F: tcg/loongarch64/
3307 MIPS TCG target
3308 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3309 R: Aurelien Jarno <aurelien@aurel32.net>
3310 R: Huacai Chen <chenhuacai@kernel.org>
3311 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3312 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3313 S: Odd Fixes
3314 F: tcg/mips/
3316 PPC TCG target
3317 M: Richard Henderson <richard.henderson@linaro.org>
3318 S: Odd Fixes
3319 F: tcg/ppc/
3321 RISC-V TCG target
3322 M: Palmer Dabbelt <palmer@dabbelt.com>
3323 M: Alistair Francis <Alistair.Francis@wdc.com>
3324 L: qemu-riscv@nongnu.org
3325 S: Maintained
3326 F: tcg/riscv/
3327 F: disas/riscv.c
3329 S390 TCG target
3330 M: Richard Henderson <richard.henderson@linaro.org>
3331 S: Maintained
3332 F: tcg/s390/
3333 L: qemu-s390x@nongnu.org
3335 SPARC TCG target
3336 S: Odd Fixes
3337 F: tcg/sparc/
3338 F: disas/sparc.c
3340 TCI TCG target
3341 M: Stefan Weil <sw@weilnetz.de>
3342 S: Maintained
3343 F: tcg/tci/
3344 F: tcg/tci.c
3345 F: disas/tci.c
3347 Block drivers
3348 -------------
3349 VMDK
3350 M: Fam Zheng <fam@euphon.net>
3351 L: qemu-block@nongnu.org
3352 S: Supported
3353 F: block/vmdk.c
3356 M: Ilya Dryomov <idryomov@gmail.com>
3357 R: Peter Lieven <pl@kamp.de>
3358 L: qemu-block@nongnu.org
3359 S: Supported
3360 F: block/rbd.c
3362 VHDX
3363 M: Jeff Cody <codyprime@gmail.com>
3364 L: qemu-block@nongnu.org
3365 S: Supported
3366 F: block/vhdx*
3369 M: Stefan Weil <sw@weilnetz.de>
3370 L: qemu-block@nongnu.org
3371 S: Maintained
3372 F: block/vdi.c
3374 iSCSI
3375 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3376 M: Paolo Bonzini <pbonzini@redhat.com>
3377 M: Peter Lieven <pl@kamp.de>
3378 L: qemu-block@nongnu.org
3379 S: Odd Fixes
3380 F: block/iscsi.c
3381 F: block/iscsi-opts.c
3383 Network Block Device (NBD)
3384 M: Eric Blake <eblake@redhat.com>
3385 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3386 L: qemu-block@nongnu.org
3387 S: Maintained
3388 F: block/nbd*
3389 F: nbd/
3390 F: include/block/nbd*
3391 F: qemu-nbd.*
3392 F: blockdev-nbd.c
3393 F: docs/interop/nbd.txt
3394 F: docs/tools/qemu-nbd.rst
3395 F: tests/qemu-iotests/tests/*nbd*
3396 T: git https://repo.or.cz/qemu/ericb.git nbd
3397 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3400 M: Peter Lieven <pl@kamp.de>
3401 L: qemu-block@nongnu.org
3402 S: Maintained
3403 F: block/nfs.c
3406 M: Richard W.M. Jones <rjones@redhat.com>
3407 L: qemu-block@nongnu.org
3408 S: Supported
3409 F: block/ssh.c
3411 CURL
3412 L: qemu-block@nongnu.org
3413 S: Odd Fixes
3414 F: block/curl.c
3416 GLUSTER
3417 L: qemu-block@nongnu.org
3418 L: integration@gluster.org
3419 S: Odd Fixes
3420 F: block/gluster.c
3422 Null Block Driver
3423 M: Fam Zheng <fam@euphon.net>
3424 L: qemu-block@nongnu.org
3425 S: Supported
3426 F: block/null.c
3428 NVMe Block Driver
3429 M: Stefan Hajnoczi <stefanha@redhat.com>
3430 R: Fam Zheng <fam@euphon.net>
3431 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3432 L: qemu-block@nongnu.org
3433 S: Supported
3434 F: block/nvme*
3435 F: include/block/nvme.h
3436 T: git https://github.com/stefanha/qemu.git block
3438 Bootdevice
3439 M: Gonglei <arei.gonglei@huawei.com>
3440 S: Maintained
3441 F: softmmu/bootdevice.c
3443 Quorum
3444 M: Alberto Garcia <berto@igalia.com>
3445 S: Supported
3446 F: block/quorum.c
3447 L: qemu-block@nongnu.org
3449 blklogwrites
3450 M: Ari Sundholm <ari@tuxera.com>
3451 L: qemu-block@nongnu.org
3452 S: Supported
3453 F: block/blklogwrites.c
3455 blkverify
3456 M: Stefan Hajnoczi <stefanha@redhat.com>
3457 L: qemu-block@nongnu.org
3458 S: Supported
3459 F: block/blkverify.c
3461 bochs
3462 M: Stefan Hajnoczi <stefanha@redhat.com>
3463 L: qemu-block@nongnu.org
3464 S: Supported
3465 F: block/bochs.c
3467 cloop
3468 M: Stefan Hajnoczi <stefanha@redhat.com>
3469 L: qemu-block@nongnu.org
3470 S: Supported
3471 F: block/cloop.c
3474 M: Stefan Hajnoczi <stefanha@redhat.com>
3475 L: qemu-block@nongnu.org
3476 S: Supported
3477 F: block/dmg.c
3479 parallels
3480 M: Stefan Hajnoczi <stefanha@redhat.com>
3481 M: Denis V. Lunev <den@openvz.org>
3482 M: Vladimir Sementsov-Ogievskiy <v.sementsov-og@mail.ru>
3483 L: qemu-block@nongnu.org
3484 S: Supported
3485 F: block/parallels.c
3486 F: block/parallels-ext.c
3487 F: docs/interop/parallels.txt
3488 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3491 M: Stefan Hajnoczi <stefanha@redhat.com>
3492 L: qemu-block@nongnu.org
3493 S: Supported
3494 F: block/qed.c
3497 M: Kevin Wolf <kwolf@redhat.com>
3498 L: qemu-block@nongnu.org
3499 S: Supported
3500 F: block/linux-aio.c
3501 F: include/block/raw-aio.h
3502 F: block/raw-format.c
3503 F: block/file-posix.c
3504 F: block/file-win32.c
3505 F: block/win32-aio.c
3507 Linux io_uring
3508 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3509 M: Julia Suvorova <jusual@redhat.com>
3510 M: Stefan Hajnoczi <stefanha@redhat.com>
3511 R: Stefano Garzarella <sgarzare@redhat.com>
3512 L: qemu-block@nongnu.org
3513 S: Maintained
3514 F: block/io_uring.c
3515 F: stubs/io_uring.c
3517 qcow2
3518 M: Kevin Wolf <kwolf@redhat.com>
3519 M: Hanna Reitz <hreitz@redhat.com>
3520 L: qemu-block@nongnu.org
3521 S: Supported
3522 F: block/qcow2*
3523 F: docs/interop/qcow2.txt
3525 qcow
3526 M: Kevin Wolf <kwolf@redhat.com>
3527 L: qemu-block@nongnu.org
3528 S: Supported
3529 F: block/qcow.c
3531 blkdebug
3532 M: Kevin Wolf <kwolf@redhat.com>
3533 M: Hanna Reitz <hreitz@redhat.com>
3534 L: qemu-block@nongnu.org
3535 S: Supported
3536 F: block/blkdebug.c
3539 M: Kevin Wolf <kwolf@redhat.com>
3540 L: qemu-block@nongnu.org
3541 S: Supported
3542 F: block/vpc.c
3544 vvfat
3545 M: Kevin Wolf <kwolf@redhat.com>
3546 L: qemu-block@nongnu.org
3547 S: Odd Fixes
3548 F: block/vvfat.c
3550 Image format fuzzer
3551 M: Stefan Hajnoczi <stefanha@redhat.com>
3552 L: qemu-block@nongnu.org
3553 S: Supported
3554 F: tests/image-fuzzer/
3556 Vhost-user block device backend server
3557 M: Coiby Xu <Coiby.Xu@gmail.com>
3558 S: Maintained
3559 F: block/export/vhost-user-blk-server.c
3560 F: block/export/vhost-user-blk-server.h
3561 F: include/qemu/vhost-user-server.h
3562 F: tests/qtest/libqos/vhost-user-blk.c
3563 F: tests/qtest/libqos/vhost-user-blk.h
3564 F: tests/qtest/vhost-user-blk-test.c
3565 F: util/vhost-user-server.c
3567 FUSE block device exports
3568 M: Hanna Reitz <hreitz@redhat.com>
3569 L: qemu-block@nongnu.org
3570 S: Supported
3571 F: block/export/fuse.c
3573 Replication
3574 M: Wen Congyang <wencongyang2@huawei.com>
3575 M: Xie Changlong <xiechanglong.d@gmail.com>
3576 S: Supported
3577 F: replication*
3578 F: block/replication.c
3579 F: tests/unit/test-replication.c
3580 F: docs/block-replication.txt
3582 PVRDMA
3583 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3584 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3585 S: Maintained
3586 F: hw/rdma/*
3587 F: hw/rdma/vmw/*
3588 F: docs/pvrdma.txt
3589 F: contrib/rdmacm-mux/*
3590 F: qapi/rdma.json
3592 Semihosting
3593 M: Alex Bennée <alex.bennee@linaro.org>
3594 S: Maintained
3595 F: semihosting/
3596 F: include/semihosting/
3597 F: tests/tcg/multiarch/arm-compat-semi/
3598 F: tests/tcg/aarch64/system/semiheap.c
3600 Multi-process QEMU
3601 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3602 M: Jagannathan Raman <jag.raman@oracle.com>
3603 M: John G Johnson <john.g.johnson@oracle.com>
3604 S: Maintained
3605 F: docs/devel/multi-process.rst
3606 F: docs/system/multi-process.rst
3607 F: hw/pci-host/remote.c
3608 F: include/hw/pci-host/remote.h
3609 F: hw/remote/machine.c
3610 F: include/hw/remote/machine.h
3611 F: hw/remote/mpqemu-link.c
3612 F: include/hw/remote/mpqemu-link.h
3613 F: hw/remote/message.c
3614 F: hw/remote/remote-obj.c
3615 F: include/hw/remote/memory.h
3616 F: hw/remote/memory.c
3617 F: hw/remote/proxy.c
3618 F: include/hw/remote/proxy.h
3619 F: hw/remote/proxy-memory-listener.c
3620 F: include/hw/remote/proxy-memory-listener.h
3621 F: hw/remote/iohub.c
3622 F: include/hw/remote/iohub.h
3624 EBPF:
3625 M: Jason Wang <jasowang@redhat.com>
3626 R: Andrew Melnychenko <andrew@daynix.com>
3627 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3628 S: Maintained
3629 F: ebpf/*
3630 F: tools/ebpf/*
3632 Build and test automation
3633 -------------------------
3634 Build and test automation, general continuous integration
3635 M: Alex Bennée <alex.bennee@linaro.org>
3636 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3637 M: Thomas Huth <thuth@redhat.com>
3638 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3639 R: Beraldo Leal <bleal@redhat.com>
3640 S: Maintained
3641 F: .github/workflows/lockdown.yml
3642 F: .gitlab-ci.yml
3643 F: .gitlab-ci.d/
3644 F: .travis.yml
3645 F: scripts/ci/
3646 F: tests/docker/
3647 F: tests/vm/
3648 F: tests/lcitool/
3649 F: scripts/archive-source.sh
3650 W: https://gitlab.com/qemu-project/qemu/pipelines
3651 W: https://travis-ci.org/qemu/qemu
3653 FreeBSD Hosted Continuous Integration
3654 M: Ed Maste <emaste@freebsd.org>
3655 M: Li-Wen Hsu <lwhsu@freebsd.org>
3656 S: Maintained
3657 F: .gitlab-ci.d/cirrus/freebsd*
3658 F: tests/vm/freebsd
3659 W: https://cirrus-ci.com/github/qemu/qemu
3661 Windows Hosted Continuous Integration
3662 M: Yonggang Luo <luoyonggang@gmail.com>
3663 S: Maintained
3664 F: .cirrus.yml
3665 W: https://cirrus-ci.com/github/qemu/qemu
3667 Guest Test Compilation Support
3668 M: Alex Bennée <alex.bennee@linaro.org>
3669 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3670 S: Maintained
3671 F: tests/tcg/Makefile
3672 F: tests/tcg/Makefile.include
3674 Integration Testing with the Avocado framework
3675 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3676 R: Cleber Rosa <crosa@redhat.com>
3677 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3678 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3679 R: Beraldo Leal <bleal@redhat.com>
3680 S: Odd Fixes
3681 F: tests/avocado/
3683 GitLab custom runner (Works On Arm Sponsored)
3684 M: Alex Bennée <alex.bennee@linaro.org>
3685 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3686 S: Maintained
3687 F: .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
3689 Documentation
3690 -------------
3691 Build system architecture
3692 M: Daniel P. Berrange <berrange@redhat.com>
3693 S: Odd Fixes
3694 F: docs/devel/build-system.rst
3696 GIT Data Mining Config
3697 M: Alex Bennée <alex.bennee@linaro.org>
3698 S: Odd Fixes
3699 F: gitdm.config
3700 F: contrib/gitdm/*
3702 Incompatible changes
3703 R: libvir-list@redhat.com
3704 F: docs/about/deprecated.rst
3706 Build System
3707 ------------
3708 GIT submodules
3709 M: Daniel P. Berrange <berrange@redhat.com>
3710 S: Odd Fixes
3711 F: scripts/git-submodule.sh
3713 UI translations
3714 S: Orphan
3715 F: po/*.po
3717 Sphinx documentation configuration and build machinery
3718 M: Peter Maydell <peter.maydell@linaro.org>
3719 S: Maintained
3720 F: docs/conf.py
3721 F: docs/*/conf.py
3722 F: docs/sphinx/
3723 F: docs/_templates/
3725 Miscellaneous
3726 -------------
3727 Performance Tools and Tests
3728 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3729 S: Maintained
3730 F: scripts/performance/