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