target/mips: Convert MSA I8 instruction format to decodetree
[qemu/rayw.git] / MAINTAINERS
blobd58885d9b9163ee9bb4f1a7000280c07d304e4ea
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.c
169 F: disas/arm-a64.cc
170 F: disas/libvixl/
171 F: docs/system/target-arm.rst
172 F: docs/system/arm/cpu-features.rst
174 ARM SMMU
175 M: Eric Auger <eric.auger@redhat.com>
176 L: qemu-arm@nongnu.org
177 S: Maintained
178 F: hw/arm/smmu*
179 F: include/hw/arm/smmu*
180 F: tests/acceptance/smmu.py
182 AVR TCG CPUs
183 M: Michael Rolnik <mrolnik@gmail.com>
184 S: Maintained
185 F: docs/system/target-avr.rst
186 F: gdb-xml/avr-cpu.xml
187 F: target/avr/
188 F: tests/acceptance/machine_avr6.py
190 CRIS TCG CPUs
191 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
192 S: Maintained
193 F: target/cris/
194 F: hw/cris/
195 F: include/hw/cris/
196 F: tests/tcg/cris/
197 F: disas/cris.c
199 Hexagon TCG CPUs
200 M: Taylor Simpson <tsimpson@quicinc.com>
201 S: Supported
202 F: target/hexagon/
203 F: linux-user/hexagon/
204 F: tests/tcg/hexagon/
205 F: disas/hexagon.c
206 F: configs/targets/hexagon-linux-user/default.mak
207 F: docker/dockerfiles/debian-hexagon-cross.docker
208 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
210 HPPA (PA-RISC) TCG CPUs
211 M: Richard Henderson <richard.henderson@linaro.org>
212 S: Maintained
213 F: target/hppa/
214 F: hw/hppa/
215 F: disas/hppa.c
216 F: hw/net/*i82596*
217 F: include/hw/net/lasi_82596.h
219 M68K TCG CPUs
220 M: Laurent Vivier <laurent@vivier.eu>
221 S: Maintained
222 F: target/m68k/
223 F: disas/m68k.c
225 MicroBlaze TCG CPUs
226 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
227 S: Maintained
228 F: target/microblaze/
229 F: hw/microblaze/
230 F: disas/microblaze.c
232 MIPS TCG CPUs
233 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
234 R: Aurelien Jarno <aurelien@aurel32.net>
235 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
236 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
237 S: Odd Fixes
238 F: target/mips/
239 F: disas/mips.c
240 F: docs/system/cpu-models-mips.rst.inc
241 F: tests/tcg/mips/
243 MIPS TCG CPUs (nanoMIPS ISA)
244 S: Orphan
245 F: disas/nanomips.*
246 F: target/mips/tcg/*nanomips*
248 NiosII TCG CPUs
249 M: Chris Wulff <crwulff@gmail.com>
250 M: Marek Vasut <marex@denx.de>
251 S: Maintained
252 F: target/nios2/
253 F: hw/nios2/
254 F: disas/nios2.c
255 F: configs/devices/nios2-softmmu/default.mak
257 OpenRISC TCG CPUs
258 M: Stafford Horne <shorne@gmail.com>
259 S: Odd Fixes
260 F: target/openrisc/
261 F: hw/openrisc/
262 F: tests/tcg/openrisc/
264 PowerPC TCG CPUs
265 M: David Gibson <david@gibson.dropbear.id.au>
266 M: Greg Kurz <groug@kaod.org>
267 L: qemu-ppc@nongnu.org
268 S: Maintained
269 F: target/ppc/
270 F: hw/ppc/ppc.c
271 F: hw/ppc/ppc_booke.c
272 F: include/hw/ppc/ppc.h
273 F: disas/ppc.c
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 RENESAS RX CPUs
288 R: Yoshinori Sato <ysato@users.sourceforge.jp>
289 S: Orphan
290 F: target/rx/
292 S390 TCG CPUs
293 M: Richard Henderson <richard.henderson@linaro.org>
294 M: David Hildenbrand <david@redhat.com>
295 S: Maintained
296 F: target/s390x/
297 F: target/s390x/tcg
298 F: target/s390x/cpu_models_*.[ch]
299 F: hw/s390x/
300 F: disas/s390.c
301 F: tests/tcg/s390x/
302 L: qemu-s390x@nongnu.org
304 SH4 TCG CPUs
305 R: Yoshinori Sato <ysato@users.sourceforge.jp>
306 S: Orphan
307 F: target/sh4/
308 F: hw/sh4/
309 F: disas/sh4.c
310 F: include/hw/sh4/
312 SPARC TCG CPUs
313 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
314 M: Artyom Tarasenko <atar4qemu@gmail.com>
315 S: Maintained
316 F: target/sparc/
317 F: hw/sparc/
318 F: hw/sparc64/
319 F: include/hw/sparc/sparc64.h
320 F: disas/sparc.c
322 X86 TCG CPUs
323 M: Paolo Bonzini <pbonzini@redhat.com>
324 M: Richard Henderson <richard.henderson@linaro.org>
325 M: Eduardo Habkost <ehabkost@redhat.com>
326 S: Maintained
327 F: target/i386/tcg/
328 F: tests/tcg/i386/
329 F: tests/tcg/x86_64/
330 F: hw/i386/
331 F: disas/i386.c
332 F: docs/system/cpu-models-x86*
333 T: git https://gitlab.com/ehabkost/qemu.git x86-next
335 Xtensa TCG CPUs
336 M: Max Filippov <jcmvbkbc@gmail.com>
337 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
338 S: Maintained
339 F: target/xtensa/
340 F: hw/xtensa/
341 F: tests/tcg/xtensa/
342 F: disas/xtensa.c
343 F: include/hw/xtensa/xtensa-isa.h
344 F: configs/devices/xtensa*/default.mak
346 TriCore TCG CPUs
347 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
348 S: Maintained
349 F: target/tricore/
350 F: hw/tricore/
351 F: include/hw/tricore/
352 F: tests/tcg/tricore/
354 Multiarch Linux User Tests
355 M: Alex Bennée <alex.bennee@linaro.org>
356 S: Maintained
357 F: tests/tcg/multiarch/
359 Guest CPU Cores (KVM)
360 ---------------------
361 Overall KVM CPUs
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 L: kvm@vger.kernel.org
364 S: Supported
365 F: */*/kvm*
366 F: accel/kvm/
367 F: accel/stubs/kvm-stub.c
368 F: include/hw/kvm/
369 F: include/sysemu/kvm*.h
370 F: scripts/kvm/kvm_flightrecorder
372 ARM KVM CPUs
373 M: Peter Maydell <peter.maydell@linaro.org>
374 L: qemu-arm@nongnu.org
375 S: Maintained
376 F: target/arm/kvm.c
378 MIPS KVM CPUs
379 M: Huacai Chen <chenhuacai@kernel.org>
380 S: Odd Fixes
381 F: target/mips/kvm*
382 F: target/mips/sysemu/
384 PPC KVM CPUs
385 M: David Gibson <david@gibson.dropbear.id.au>
386 M: Greg Kurz <groug@kaod.org>
387 S: Maintained
388 F: target/ppc/kvm.c
390 S390 KVM CPUs
391 M: Halil Pasic <pasic@linux.ibm.com>
392 M: Christian Borntraeger <borntraeger@de.ibm.com>
393 S: Supported
394 F: target/s390x/kvm/
395 F: target/s390x/ioinst.[ch]
396 F: target/s390x/machine.c
397 F: target/s390x/sigp.c
398 F: target/s390x/cpu_features*.[ch]
399 F: target/s390x/cpu_models.[ch]
400 F: hw/s390x/pv.c
401 F: include/hw/s390x/pv.h
402 F: hw/intc/s390_flic.c
403 F: hw/intc/s390_flic_kvm.c
404 F: include/hw/s390x/s390_flic.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/amd-memory-encryption.txt
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 Alpha Machines
548 --------------
549 M: Richard Henderson <richard.henderson@linaro.org>
550 S: Maintained
551 F: hw/alpha/
552 F: hw/isa/smc37c669-superio.c
553 F: tests/tcg/alpha/system/
555 ARM Machines
556 ------------
557 Allwinner-a10
558 M: Beniamino Galvani <b.galvani@gmail.com>
559 M: Peter Maydell <peter.maydell@linaro.org>
560 L: qemu-arm@nongnu.org
561 S: Odd Fixes
562 F: hw/*/allwinner*
563 F: include/hw/*/allwinner*
564 F: hw/arm/cubieboard.c
565 F: docs/system/arm/cubieboard.rst
567 Allwinner-h3
568 M: Niek Linnenbank <nieklinnenbank@gmail.com>
569 L: qemu-arm@nongnu.org
570 S: Maintained
571 F: hw/*/allwinner-h3*
572 F: include/hw/*/allwinner-h3*
573 F: hw/arm/orangepi.c
574 F: docs/system/arm/orangepi.rst
576 ARM PrimeCell and CMSDK devices
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Maintained
580 F: hw/char/pl011.c
581 F: include/hw/char/pl011.h
582 F: hw/display/pl110*
583 F: hw/dma/pl080.c
584 F: include/hw/dma/pl080.h
585 F: hw/dma/pl330.c
586 F: hw/gpio/pl061.c
587 F: hw/input/pl050.c
588 F: hw/intc/pl190.c
589 F: hw/sd/pl181.c
590 F: hw/ssi/pl022.c
591 F: include/hw/ssi/pl022.h
592 F: hw/rtc/pl031.c
593 F: include/hw/rtc/pl031.h
594 F: include/hw/arm/primecell.h
595 F: hw/timer/cmsdk-apb-timer.c
596 F: include/hw/timer/cmsdk-apb-timer.h
597 F: tests/qtest/cmsdk-apb-timer-test.c
598 F: hw/timer/cmsdk-apb-dualtimer.c
599 F: include/hw/timer/cmsdk-apb-dualtimer.h
600 F: tests/qtest/cmsdk-apb-dualtimer-test.c
601 F: hw/char/cmsdk-apb-uart.c
602 F: include/hw/char/cmsdk-apb-uart.h
603 F: hw/watchdog/cmsdk-apb-watchdog.c
604 F: include/hw/watchdog/cmsdk-apb-watchdog.h
605 F: tests/qtest/cmsdk-apb-watchdog-test.c
606 F: hw/misc/tz-ppc.c
607 F: include/hw/misc/tz-ppc.h
608 F: hw/misc/tz-mpc.c
609 F: include/hw/misc/tz-mpc.h
610 F: hw/misc/tz-msc.c
611 F: include/hw/misc/tz-msc.h
613 ARM cores
614 M: Peter Maydell <peter.maydell@linaro.org>
615 L: qemu-arm@nongnu.org
616 S: Maintained
617 F: hw/intc/arm*
618 F: hw/intc/gic_internal.h
619 F: hw/misc/a9scu.c
620 F: hw/misc/arm11scu.c
621 F: hw/misc/arm_l2x0.c
622 F: hw/misc/armv7m_ras.c
623 F: hw/timer/a9gtimer*
624 F: hw/timer/arm*
625 F: include/hw/arm/arm*.h
626 F: include/hw/intc/arm*
627 F: include/hw/misc/a9scu.h
628 F: include/hw/misc/arm11scu.h
629 F: include/hw/timer/a9gtimer.h
630 F: include/hw/timer/arm_mptimer.h
631 F: include/hw/timer/armv7m_systick.h
632 F: include/hw/misc/armv7m_ras.h
633 F: tests/qtest/test-arm-mptimer.c
635 Exynos
636 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
637 M: Peter Maydell <peter.maydell@linaro.org>
638 L: qemu-arm@nongnu.org
639 S: Odd Fixes
640 F: hw/*/exynos*
641 F: include/hw/arm/exynos4210.h
643 Calxeda Highbank
644 M: Rob Herring <robh@kernel.org>
645 M: Peter Maydell <peter.maydell@linaro.org>
646 L: qemu-arm@nongnu.org
647 S: Odd Fixes
648 F: hw/arm/highbank.c
649 F: hw/net/xgmac.c
650 F: docs/system/arm/highbank.rst
652 Canon DIGIC
653 M: Antony Pavlov <antonynpavlov@gmail.com>
654 M: Peter Maydell <peter.maydell@linaro.org>
655 L: qemu-arm@nongnu.org
656 S: Odd Fixes
657 F: include/hw/arm/digic.h
658 F: hw/*/digic*
659 F: include/hw/*/digic*
660 F: tests/acceptance/machine_arm_canona1100.py
661 F: docs/system/arm/digic.rst
663 Goldfish RTC
664 M: Anup Patel <anup.patel@wdc.com>
665 M: Alistair Francis <Alistair.Francis@wdc.com>
666 L: qemu-riscv@nongnu.org
667 S: Maintained
668 F: hw/rtc/goldfish_rtc.c
669 F: include/hw/rtc/goldfish_rtc.h
671 Gumstix
672 M: Peter Maydell <peter.maydell@linaro.org>
673 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
674 L: qemu-arm@nongnu.org
675 S: Odd Fixes
676 F: hw/arm/gumstix.c
677 F: docs/system/arm/gumstix.rst
679 i.MX25 PDK
680 M: Peter Maydell <peter.maydell@linaro.org>
681 R: Jean-Christophe Dubois <jcd@tribudubois.net>
682 L: qemu-arm@nongnu.org
683 S: Odd Fixes
684 F: hw/arm/fsl-imx25.c
685 F: hw/arm/imx25_pdk.c
686 F: hw/misc/imx25_ccm.c
687 F: hw/watchdog/wdt_imx2.c
688 F: include/hw/arm/fsl-imx25.h
689 F: include/hw/misc/imx25_ccm.h
690 F: include/hw/watchdog/wdt_imx2.h
691 F: docs/system/arm/imx25-pdk.rst
693 i.MX31 (kzm)
694 M: Peter Maydell <peter.maydell@linaro.org>
695 L: qemu-arm@nongnu.org
696 S: Odd Fixes
697 F: hw/arm/kzm.c
698 F: hw/*/imx_*
699 F: hw/*/*imx31*
700 F: include/hw/*/imx_*
701 F: include/hw/*/*imx31*
702 F: docs/system/arm/kzm.rst
704 Integrator CP
705 M: Peter Maydell <peter.maydell@linaro.org>
706 L: qemu-arm@nongnu.org
707 S: Maintained
708 F: hw/arm/integratorcp.c
709 F: hw/misc/arm_integrator_debug.c
710 F: include/hw/misc/arm_integrator_debug.h
711 F: tests/acceptance/machine_arm_integratorcp.py
712 F: docs/system/arm/integratorcp.rst
714 MCIMX6UL EVK / i.MX6ul
715 M: Peter Maydell <peter.maydell@linaro.org>
716 R: Jean-Christophe Dubois <jcd@tribudubois.net>
717 L: qemu-arm@nongnu.org
718 S: Odd Fixes
719 F: hw/arm/mcimx6ul-evk.c
720 F: hw/arm/fsl-imx6ul.c
721 F: hw/misc/imx6ul_ccm.c
722 F: include/hw/arm/fsl-imx6ul.h
723 F: include/hw/misc/imx6ul_ccm.h
725 MCIMX7D SABRE / i.MX7
726 M: Peter Maydell <peter.maydell@linaro.org>
727 R: Andrey Smirnov <andrew.smirnov@gmail.com>
728 L: qemu-arm@nongnu.org
729 S: Odd Fixes
730 F: hw/arm/mcimx7d-sabre.c
731 F: hw/arm/fsl-imx7.c
732 F: hw/misc/imx7_*.c
733 F: include/hw/arm/fsl-imx7.h
734 F: include/hw/misc/imx7_*.h
735 F: hw/pci-host/designware.c
736 F: include/hw/pci-host/designware.h
738 MPS2
739 M: Peter Maydell <peter.maydell@linaro.org>
740 L: qemu-arm@nongnu.org
741 S: Maintained
742 F: hw/arm/mps2.c
743 F: hw/arm/mps2-tz.c
744 F: hw/misc/mps2-*.c
745 F: include/hw/misc/mps2-*.h
746 F: hw/arm/armsse.c
747 F: include/hw/arm/armsse.h
748 F: hw/misc/iotkit-secctl.c
749 F: include/hw/misc/iotkit-secctl.h
750 F: hw/misc/iotkit-sysctl.c
751 F: include/hw/misc/iotkit-sysctl.h
752 F: hw/misc/iotkit-sysinfo.c
753 F: include/hw/misc/iotkit-sysinfo.h
754 F: hw/misc/armsse-cpu-pwrctrl.c
755 F: include/hw/misc/armsse-cpu-pwrctrl.h
756 F: hw/misc/armsse-cpuid.c
757 F: include/hw/misc/armsse-cpuid.h
758 F: hw/misc/armsse-mhu.c
759 F: include/hw/misc/armsse-mhu.h
760 F: hw/timer/sse-counter.c
761 F: include/hw/timer/sse-counter.h
762 F: hw/timer/sse-timer.c
763 F: include/hw/timer/sse-timer.h
764 F: tests/qtest/sse-timer-test.c
765 F: docs/system/arm/mps2.rst
767 Musca
768 M: Peter Maydell <peter.maydell@linaro.org>
769 L: qemu-arm@nongnu.org
770 S: Maintained
771 F: hw/arm/musca.c
772 F: docs/system/arm/musca.rst
774 Musicpal
775 M: Jan Kiszka <jan.kiszka@web.de>
776 M: Peter Maydell <peter.maydell@linaro.org>
777 L: qemu-arm@nongnu.org
778 S: Odd Fixes
779 F: hw/arm/musicpal.c
780 F: docs/system/arm/musicpal.rst
782 Nuvoton NPCM7xx
783 M: Havard Skinnemoen <hskinnemoen@google.com>
784 M: Tyrone Ting <kfting@nuvoton.com>
785 L: qemu-arm@nongnu.org
786 S: Supported
787 F: hw/*/npcm7xx*
788 F: include/hw/*/npcm7xx*
789 F: tests/qtest/npcm7xx*
790 F: pc-bios/npcm7xx_bootrom.bin
791 F: roms/vbootrom
792 F: docs/system/arm/nuvoton.rst
794 nSeries
795 M: Peter Maydell <peter.maydell@linaro.org>
796 L: qemu-arm@nongnu.org
797 S: Odd Fixes
798 F: hw/arm/nseries.c
799 F: hw/display/blizzard.c
800 F: hw/input/lm832x.c
801 F: hw/input/tsc2005.c
802 F: hw/misc/cbus.c
803 F: hw/rtc/twl92230.c
804 F: include/hw/display/blizzard.h
805 F: include/hw/input/lm832x.h
806 F: include/hw/input/tsc2xxx.h
807 F: include/hw/misc/cbus.h
808 F: tests/acceptance/machine_arm_n8x0.py
809 F: docs/system/arm/nseries.rst
811 Palm
812 M: Peter Maydell <peter.maydell@linaro.org>
813 L: qemu-arm@nongnu.org
814 S: Odd Fixes
815 F: hw/arm/palm.c
816 F: hw/input/tsc210x.c
817 F: include/hw/input/tsc2xxx.h
818 F: docs/system/arm/palm.rst
820 Raspberry Pi
821 M: Peter Maydell <peter.maydell@linaro.org>
822 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
823 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
824 L: qemu-arm@nongnu.org
825 S: Odd Fixes
826 F: hw/arm/raspi.c
827 F: hw/arm/raspi_platform.h
828 F: hw/*/bcm283*
829 F: include/hw/arm/raspi*
830 F: include/hw/*/bcm283*
831 F: docs/system/arm/raspi.rst
833 Real View
834 M: Peter Maydell <peter.maydell@linaro.org>
835 L: qemu-arm@nongnu.org
836 S: Maintained
837 F: hw/arm/realview*
838 F: hw/cpu/realview_mpcore.c
839 F: hw/intc/realview_gic.c
840 F: include/hw/intc/realview_gic.h
841 F: docs/system/arm/realview.rst
843 PXA2XX
844 M: Peter Maydell <peter.maydell@linaro.org>
845 L: qemu-arm@nongnu.org
846 S: Odd Fixes
847 F: hw/arm/mainstone.c
848 F: hw/arm/spitz.c
849 F: hw/arm/tosa.c
850 F: hw/arm/z2.c
851 F: hw/*/pxa2xx*
852 F: hw/display/tc6393xb.c
853 F: hw/gpio/max7310.c
854 F: hw/gpio/zaurus.c
855 F: hw/misc/mst_fpga.c
856 F: hw/adc/max111x.c
857 F: include/hw/adc/max111x.h
858 F: include/hw/arm/pxa.h
859 F: include/hw/arm/sharpsl.h
860 F: include/hw/display/tc6393xb.h
861 F: docs/system/arm/xscale.rst
862 F: docs/system/arm/mainstone.rst
864 SABRELITE / i.MX6
865 M: Peter Maydell <peter.maydell@linaro.org>
866 R: Jean-Christophe Dubois <jcd@tribudubois.net>
867 L: qemu-arm@nongnu.org
868 S: Odd Fixes
869 F: hw/arm/sabrelite.c
870 F: hw/arm/fsl-imx6.c
871 F: hw/misc/imx6_*.c
872 F: hw/ssi/imx_spi.c
873 F: hw/usb/imx-usb-phy.c
874 F: include/hw/usb/imx-usb-phy.h
875 F: include/hw/arm/fsl-imx6.h
876 F: include/hw/misc/imx6_*.h
877 F: include/hw/ssi/imx_spi.h
879 SBSA-REF
880 M: Radoslaw Biernacki <rad@semihalf.com>
881 M: Peter Maydell <peter.maydell@linaro.org>
882 R: Leif Lindholm <leif@nuviainc.com>
883 L: qemu-arm@nongnu.org
884 S: Maintained
885 F: hw/arm/sbsa-ref.c
886 F: docs/system/arm/sbsa.rst
888 Sharp SL-5500 (Collie) PDA
889 M: Peter Maydell <peter.maydell@linaro.org>
890 L: qemu-arm@nongnu.org
891 S: Odd Fixes
892 F: hw/arm/collie.c
893 F: hw/arm/strongarm*
894 F: docs/system/arm/collie.rst
896 Stellaris
897 M: Peter Maydell <peter.maydell@linaro.org>
898 L: qemu-arm@nongnu.org
899 S: Maintained
900 F: hw/*/stellaris*
901 F: include/hw/input/gamepad.h
902 F: docs/system/arm/stellaris.rst
904 STM32VLDISCOVERY
905 M: Alexandre Iooss <erdnaxe@crans.org>
906 L: qemu-arm@nongnu.org
907 S: Maintained
908 F: hw/arm/stm32vldiscovery.c
909 F: docs/system/arm/stm32.rst
911 Versatile Express
912 M: Peter Maydell <peter.maydell@linaro.org>
913 L: qemu-arm@nongnu.org
914 S: Maintained
915 F: hw/arm/vexpress.c
916 F: docs/system/arm/vexpress.rst
918 Versatile PB
919 M: Peter Maydell <peter.maydell@linaro.org>
920 L: qemu-arm@nongnu.org
921 S: Maintained
922 F: hw/*/versatile*
923 F: include/hw/i2c/arm_sbcon_i2c.h
924 F: hw/misc/arm_sysctl.c
925 F: docs/system/arm/versatile.rst
927 Virt
928 M: Peter Maydell <peter.maydell@linaro.org>
929 L: qemu-arm@nongnu.org
930 S: Maintained
931 F: hw/arm/virt*
932 F: include/hw/arm/virt.h
933 F: docs/system/arm/virt.rst
935 Xilinx Zynq
936 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
937 M: Alistair Francis <alistair@alistair23.me>
938 M: Peter Maydell <peter.maydell@linaro.org>
939 L: qemu-arm@nongnu.org
940 S: Maintained
941 F: hw/*/xilinx_*
942 F: hw/*/cadence_*
943 F: hw/misc/zynq_slcr.c
944 F: hw/adc/zynq-xadc.c
945 F: include/hw/misc/zynq_slcr.h
946 F: include/hw/adc/zynq-xadc.h
947 X: hw/ssi/xilinx_*
949 Xilinx ZynqMP and Versal
950 M: Alistair Francis <alistair@alistair23.me>
951 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
952 M: Peter Maydell <peter.maydell@linaro.org>
953 L: qemu-arm@nongnu.org
954 S: Maintained
955 F: hw/*/xlnx*.c
956 F: include/hw/*/xlnx*.h
957 F: include/hw/ssi/xilinx_spips.h
958 F: hw/display/dpcd.c
959 F: include/hw/display/dpcd.h
960 F: docs/system/arm/xlnx-versal-virt.rst
962 ARM ACPI Subsystem
963 M: Shannon Zhao <shannon.zhaosl@gmail.com>
964 L: qemu-arm@nongnu.org
965 S: Maintained
966 F: hw/arm/virt-acpi-build.c
968 STM32F100
969 M: Alexandre Iooss <erdnaxe@crans.org>
970 L: qemu-arm@nongnu.org
971 S: Maintained
972 F: hw/arm/stm32f100_soc.c
974 STM32F205
975 M: Alistair Francis <alistair@alistair23.me>
976 M: Peter Maydell <peter.maydell@linaro.org>
977 L: qemu-arm@nongnu.org
978 S: Maintained
979 F: hw/arm/stm32f205_soc.c
980 F: hw/misc/stm32f2xx_syscfg.c
981 F: hw/char/stm32f2xx_usart.c
982 F: hw/timer/stm32f2xx_timer.c
983 F: hw/adc/*
984 F: hw/ssi/stm32f2xx_spi.c
985 F: include/hw/*/stm32*.h
987 STM32F405
988 M: Alistair Francis <alistair@alistair23.me>
989 M: Peter Maydell <peter.maydell@linaro.org>
990 L: qemu-arm@nongnu.org
991 S: Maintained
992 F: hw/arm/stm32f405_soc.c
993 F: hw/misc/stm32f4xx_syscfg.c
994 F: hw/misc/stm32f4xx_exti.c
996 Netduino 2
997 M: Alistair Francis <alistair@alistair23.me>
998 M: Peter Maydell <peter.maydell@linaro.org>
999 L: qemu-arm@nongnu.org
1000 S: Maintained
1001 F: hw/arm/netduino2.c
1003 Netduino Plus 2
1004 M: Alistair Francis <alistair@alistair23.me>
1005 M: Peter Maydell <peter.maydell@linaro.org>
1006 L: qemu-arm@nongnu.org
1007 S: Maintained
1008 F: hw/arm/netduinoplus2.c
1010 SmartFusion2
1011 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1012 M: Peter Maydell <peter.maydell@linaro.org>
1013 L: qemu-arm@nongnu.org
1014 S: Maintained
1015 F: hw/arm/msf2-soc.c
1016 F: hw/misc/msf2-sysreg.c
1017 F: hw/timer/mss-timer.c
1018 F: hw/ssi/mss-spi.c
1019 F: include/hw/arm/msf2-soc.h
1020 F: include/hw/misc/msf2-sysreg.h
1021 F: include/hw/timer/mss-timer.h
1022 F: include/hw/ssi/mss-spi.h
1023 F: hw/net/msf2-emac.c
1024 F: include/hw/net/msf2-emac.h
1026 Emcraft M2S-FG484
1027 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1028 M: Peter Maydell <peter.maydell@linaro.org>
1029 L: qemu-arm@nongnu.org
1030 S: Maintained
1031 F: hw/arm/msf2-som.c
1032 F: docs/system/arm/emcraft-sf2.rst
1034 ASPEED BMCs
1035 M: Cédric Le Goater <clg@kaod.org>
1036 M: Peter Maydell <peter.maydell@linaro.org>
1037 R: Andrew Jeffery <andrew@aj.id.au>
1038 R: Joel Stanley <joel@jms.id.au>
1039 L: qemu-arm@nongnu.org
1040 S: Maintained
1041 F: hw/*/*aspeed*
1042 F: hw/misc/pca9552.c
1043 F: include/hw/*/*aspeed*
1044 F: include/hw/misc/pca9552*.h
1045 F: hw/net/ftgmac100.c
1046 F: include/hw/net/ftgmac100.h
1047 F: docs/system/arm/aspeed.rst
1048 F: tests/qtest/*aspeed*
1050 NRF51
1051 M: Joel Stanley <joel@jms.id.au>
1052 M: Peter Maydell <peter.maydell@linaro.org>
1053 L: qemu-arm@nongnu.org
1054 S: Maintained
1055 F: hw/*/nrf51*.c
1056 F: hw/*/microbit*.c
1057 F: include/hw/*/nrf51*.h
1058 F: include/hw/*/microbit*.h
1059 F: tests/qtest/microbit-test.c
1060 F: docs/system/arm/nrf.rst
1062 AVR Machines
1063 -------------
1065 AVR MCUs
1066 M: Michael Rolnik <mrolnik@gmail.com>
1067 S: Maintained
1068 F: configs/devices/avr-softmmu/default.mak
1069 F: hw/avr/
1070 F: include/hw/char/avr_usart.h
1071 F: hw/char/avr_usart.c
1072 F: include/hw/timer/avr_timer16.h
1073 F: hw/timer/avr_timer16.c
1074 F: include/hw/misc/avr_power.h
1075 F: hw/misc/avr_power.c
1077 Arduino
1078 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1079 S: Maintained
1080 F: hw/avr/arduino.c
1082 CRIS Machines
1083 -------------
1084 Axis Dev88
1085 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1086 S: Maintained
1087 F: hw/cris/axis_dev88.c
1088 F: hw/*/etraxfs_*.c
1090 HP-PARISC Machines
1091 ------------------
1092 HP B160L
1093 M: Richard Henderson <richard.henderson@linaro.org>
1094 R: Helge Deller <deller@gmx.de>
1095 S: Odd Fixes
1096 F: configs/devices/hppa-softmmu/default.mak
1097 F: hw/hppa/
1098 F: pc-bios/hppa-firmware.img
1100 M68K Machines
1101 -------------
1102 an5206
1103 M: Thomas Huth <huth@tuxfamily.org>
1104 S: Odd Fixes
1105 F: hw/m68k/an5206.c
1106 F: hw/m68k/mcf5206.c
1108 mcf5208
1109 M: Thomas Huth <huth@tuxfamily.org>
1110 S: Odd Fixes
1111 F: hw/m68k/mcf5208.c
1112 F: hw/m68k/mcf_intc.c
1113 F: hw/char/mcf_uart.c
1114 F: hw/net/mcf_fec.c
1115 F: include/hw/m68k/mcf*.h
1117 NeXTcube
1118 M: Thomas Huth <huth@tuxfamily.org>
1119 S: Odd Fixes
1120 F: hw/m68k/next-*.c
1121 F: hw/display/next-fb.c
1122 F: include/hw/m68k/next-cube.h
1124 q800
1125 M: Laurent Vivier <laurent@vivier.eu>
1126 S: Maintained
1127 F: hw/m68k/q800.c
1128 F: hw/misc/mac_via.c
1129 F: hw/nubus/*
1130 F: hw/display/macfb.c
1131 F: hw/block/swim.c
1132 F: hw/m68k/bootinfo.h
1133 F: include/standard-headers/asm-m68k/bootinfo.h
1134 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1135 F: include/hw/misc/mac_via.h
1136 F: include/hw/nubus/*
1137 F: include/hw/display/macfb.h
1138 F: include/hw/block/swim.h
1140 virt
1141 M: Laurent Vivier <laurent@vivier.eu>
1142 S: Maintained
1143 F: hw/m68k/virt.c
1144 F: hw/char/goldfish_tty.c
1145 F: hw/intc/goldfish_pic.c
1146 F: hw/intc/m68k_irqc.c
1147 F: hw/misc/virt_ctrl.c
1148 F: include/hw/char/goldfish_tty.h
1149 F: include/hw/intc/goldfish_pic.h
1150 F: include/hw/intc/m68k_irqc.h
1151 F: include/hw/misc/virt_ctrl.h
1153 MicroBlaze Machines
1154 -------------------
1155 petalogix_s3adsp1800
1156 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1157 S: Maintained
1158 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1159 F: include/hw/char/xilinx_uartlite.h
1160 F: tests/acceptance/machine_microblaze.py
1162 petalogix_ml605
1163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1164 S: Maintained
1165 F: hw/microblaze/petalogix_ml605_mmu.c
1167 MIPS Machines
1168 -------------
1169 Overall MIPS Machines
1170 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1171 S: Odd Fixes
1172 F: configs/devices/mips*/*
1173 F: hw/mips/
1174 F: include/hw/mips/
1176 Jazz
1177 M: Hervé Poussineau <hpoussin@reactos.org>
1178 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1179 S: Maintained
1180 F: hw/mips/jazz.c
1181 F: hw/display/jazz_led.c
1182 F: hw/dma/rc4030.c
1184 Malta
1185 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1186 R: Aurelien Jarno <aurelien@aurel32.net>
1187 S: Odd Fixes
1188 F: hw/isa/piix4.c
1189 F: hw/acpi/piix4.c
1190 F: hw/mips/malta.c
1191 F: hw/mips/gt64xxx_pci.c
1192 F: include/hw/southbridge/piix.h
1193 F: tests/acceptance/linux_ssh_mips_malta.py
1194 F: tests/acceptance/machine_mips_malta.py
1196 Mipssim
1197 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1198 S: Orphan
1199 F: hw/mips/mipssim.c
1200 F: hw/net/mipsnet.c
1202 Fuloong 2E
1203 M: Huacai Chen <chenhuacai@kernel.org>
1204 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1205 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1206 S: Odd Fixes
1207 F: hw/mips/fuloong2e.c
1208 F: hw/isa/vt82c686.c
1209 F: hw/pci-host/bonito.c
1210 F: hw/usb/vt82c686-uhci-pci.c
1211 F: include/hw/isa/vt82c686.h
1212 F: tests/acceptance/machine_mips_fuloong2e.py
1214 Loongson-3 virtual platforms
1215 M: Huacai Chen <chenhuacai@kernel.org>
1216 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1217 S: Maintained
1218 F: hw/intc/loongson_liointc.c
1219 F: hw/mips/loongson3_bootp.c
1220 F: hw/mips/loongson3_bootp.h
1221 F: hw/mips/loongson3_virt.c
1222 F: tests/acceptance/machine_mips_loongson3v.py
1224 Boston
1225 M: Paul Burton <paulburton@kernel.org>
1226 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1227 S: Odd Fixes
1228 F: hw/core/loader-fit.c
1229 F: hw/mips/boston.c
1230 F: hw/pci-host/xilinx-pcie.c
1231 F: include/hw/pci-host/xilinx-pcie.h
1233 OpenRISC Machines
1234 -----------------
1235 or1k-sim
1236 M: Jia Liu <proljc@gmail.com>
1237 S: Maintained
1238 F: hw/openrisc/openrisc_sim.c
1240 PowerPC Machines
1241 ----------------
1243 L: qemu-ppc@nongnu.org
1244 S: Orphan
1245 F: hw/ppc/ppc405_boards.c
1247 Bamboo
1248 L: qemu-ppc@nongnu.org
1249 S: Orphan
1250 F: hw/ppc/ppc440_bamboo.c
1251 F: tests/acceptance/ppc_bamboo.py
1253 e500
1254 L: qemu-ppc@nongnu.org
1255 S: Orphan
1256 F: hw/ppc/e500*
1257 F: hw/gpio/mpc8xxx.c
1258 F: hw/i2c/mpc_i2c.c
1259 F: hw/net/fsl_etsec/
1260 F: hw/pci-host/ppce500.c
1261 F: include/hw/ppc/ppc_e500.h
1262 F: include/hw/pci-host/ppce500.h
1263 F: pc-bios/u-boot.e500
1264 F: hw/intc/openpic_kvm.h
1265 F: include/hw/ppc/openpic_kvm.h
1267 mpc8544ds
1268 L: qemu-ppc@nongnu.org
1269 S: Orphan
1270 F: hw/ppc/mpc8544ds.c
1271 F: hw/ppc/mpc8544_guts.c
1272 F: tests/acceptance/ppc_mpc8544ds.py
1274 New World (mac99)
1275 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1276 L: qemu-ppc@nongnu.org
1277 S: Odd Fixes
1278 F: hw/ppc/mac_newworld.c
1279 F: hw/pci-host/uninorth.c
1280 F: hw/pci-bridge/dec.[hc]
1281 F: hw/misc/macio/
1282 F: hw/misc/mos6522.c
1283 F: hw/nvram/mac_nvram.c
1284 F: hw/input/adb*
1285 F: include/hw/misc/macio/
1286 F: include/hw/misc/mos6522.h
1287 F: include/hw/ppc/mac_dbdma.h
1288 F: include/hw/pci-host/uninorth.h
1289 F: include/hw/input/adb*
1290 F: pc-bios/qemu_vga.ndrv
1292 Old World (g3beige)
1293 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1294 L: qemu-ppc@nongnu.org
1295 S: Odd Fixes
1296 F: hw/ppc/mac_oldworld.c
1297 F: hw/pci-host/grackle.c
1298 F: hw/misc/macio/
1299 F: hw/intc/heathrow_pic.c
1300 F: hw/input/adb*
1301 F: include/hw/intc/heathrow_pic.h
1302 F: include/hw/input/adb*
1303 F: pc-bios/qemu_vga.ndrv
1305 PReP
1306 M: Hervé Poussineau <hpoussin@reactos.org>
1307 L: qemu-ppc@nongnu.org
1308 S: Maintained
1309 F: hw/ppc/prep.c
1310 F: hw/ppc/prep_systemio.c
1311 F: hw/ppc/rs6000_mc.c
1312 F: hw/pci-host/raven.c
1313 F: hw/isa/i82378.c
1314 F: hw/isa/pc87312.c
1315 F: hw/dma/i82374.c
1316 F: hw/rtc/m48t59-isa.c
1317 F: include/hw/isa/pc87312.h
1318 F: include/hw/rtc/m48t59.h
1319 F: tests/acceptance/ppc_prep_40p.py
1321 sPAPR
1322 M: David Gibson <david@gibson.dropbear.id.au>
1323 M: Greg Kurz <groug@kaod.org>
1324 L: qemu-ppc@nongnu.org
1325 S: Maintained
1326 F: hw/*/spapr*
1327 F: include/hw/*/spapr*
1328 F: hw/*/xics*
1329 F: include/hw/*/xics*
1330 F: pc-bios/slof.bin
1331 F: docs/specs/ppc-spapr-hcalls.txt
1332 F: docs/specs/ppc-spapr-hotplug.txt
1333 F: tests/qtest/spapr*
1334 F: tests/qtest/libqos/*spapr*
1335 F: tests/qtest/rtas*
1336 F: tests/qtest/libqos/rtas*
1337 F: tests/acceptance/ppc_pseries.py
1339 PowerNV (Non-Virtualized)
1340 M: Cédric Le Goater <clg@kaod.org>
1341 L: qemu-ppc@nongnu.org
1342 S: Maintained
1343 F: hw/ppc/pnv*
1344 F: hw/intc/pnv*
1345 F: hw/intc/xics_pnv.c
1346 F: hw/pci-host/pnv*
1347 F: include/hw/ppc/pnv*
1348 F: include/hw/pci-host/pnv*
1349 F: pc-bios/skiboot.lid
1350 F: tests/qtest/pnv*
1352 virtex_ml507
1353 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1354 L: qemu-ppc@nongnu.org
1355 S: Odd Fixes
1356 F: hw/ppc/virtex_ml507.c
1357 F: tests/acceptance/ppc_virtex_ml507.py
1359 sam460ex
1360 M: BALATON Zoltan <balaton@eik.bme.hu>
1361 L: qemu-ppc@nongnu.org
1362 S: Maintained
1363 F: hw/ppc/sam460ex.c
1364 F: hw/ppc/ppc440_pcix.c
1365 F: hw/display/sm501*
1366 F: hw/ide/sii3112.c
1367 F: hw/rtc/m41t80.c
1368 F: pc-bios/canyonlands.dt[sb]
1369 F: pc-bios/u-boot-sam460ex-20100605.bin
1370 F: roms/u-boot-sam460ex
1372 pegasos2
1373 M: BALATON Zoltan <balaton@eik.bme.hu>
1374 L: qemu-ppc@nongnu.org
1375 S: Maintained
1376 F: hw/ppc/pegasos2.c
1377 F: hw/pci-host/mv64361.c
1378 F: hw/pci-host/mv643xx.h
1379 F: include/hw/pci-host/mv64361.h
1381 Virtual Open Firmware (VOF)
1382 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1383 R: David Gibson <david@gibson.dropbear.id.au>
1384 R: Greg Kurz <groug@kaod.org>
1385 L: qemu-ppc@nongnu.org
1386 S: Maintained
1387 F: hw/ppc/spapr_vof*
1388 F: hw/ppc/vof*
1389 F: include/hw/ppc/vof*
1390 F: pc-bios/vof/*
1391 F: pc-bios/vof*
1393 RISC-V Machines
1394 ---------------
1395 OpenTitan
1396 M: Alistair Francis <Alistair.Francis@wdc.com>
1397 L: qemu-riscv@nongnu.org
1398 S: Supported
1399 F: hw/riscv/opentitan.c
1400 F: hw/*/ibex_*.c
1401 F: include/hw/riscv/opentitan.h
1402 F: include/hw/*/ibex_*.h
1404 Microchip PolarFire SoC Icicle Kit
1405 M: Bin Meng <bin.meng@windriver.com>
1406 L: qemu-riscv@nongnu.org
1407 S: Supported
1408 F: hw/riscv/microchip_pfsoc.c
1409 F: hw/char/mchp_pfsoc_mmuart.c
1410 F: hw/misc/mchp_pfsoc_dmc.c
1411 F: hw/misc/mchp_pfsoc_ioscb.c
1412 F: hw/misc/mchp_pfsoc_sysreg.c
1413 F: include/hw/riscv/microchip_pfsoc.h
1414 F: include/hw/char/mchp_pfsoc_mmuart.h
1415 F: include/hw/misc/mchp_pfsoc_dmc.h
1416 F: include/hw/misc/mchp_pfsoc_ioscb.h
1417 F: include/hw/misc/mchp_pfsoc_sysreg.h
1419 Shakti C class SoC
1420 M: Vijai Kumar K <vijai@behindbytes.com>
1421 L: qemu-riscv@nongnu.org
1422 S: Supported
1423 F: hw/riscv/shakti_c.c
1424 F: hw/char/shakti_uart.c
1425 F: include/hw/riscv/shakti_c.h
1426 F: include/hw/char/shakti_uart.h
1428 SiFive Machines
1429 M: Alistair Francis <Alistair.Francis@wdc.com>
1430 M: Bin Meng <bin.meng@windriver.com>
1431 M: Palmer Dabbelt <palmer@dabbelt.com>
1432 L: qemu-riscv@nongnu.org
1433 S: Supported
1434 F: hw/*/*sifive*.c
1435 F: include/hw/*/*sifive*.h
1437 RX Machines
1438 -----------
1439 rx-gdbsim
1440 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1441 S: Orphan
1442 F: docs/system/target-rx.rst
1443 F: hw/rx/rx-gdbsim.c
1444 F: tests/acceptance/machine_rx_gdbsim.py
1446 SH4 Machines
1447 ------------
1449 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1450 R: Magnus Damm <magnus.damm@gmail.com>
1451 S: Odd Fixes
1452 F: hw/char/sh_serial.c
1453 F: hw/sh4/r2d.c
1454 F: hw/intc/sh_intc.c
1455 F: hw/pci-host/sh_pci.c
1456 F: hw/timer/sh_timer.c
1457 F: include/hw/sh4/sh_intc.h
1459 Shix
1460 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1461 R: Magnus Damm <magnus.damm@gmail.com>
1462 S: Odd Fixes
1463 F: hw/block/tc58128.c
1464 F: hw/char/sh_serial.c
1465 F: hw/sh4/shix.c
1466 F: hw/intc/sh_intc.c
1467 F: hw/timer/sh_timer.c
1468 F: include/hw/sh4/sh_intc.h
1470 SPARC Machines
1471 --------------
1472 Sun4m
1473 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1474 S: Maintained
1475 F: hw/sparc/sun4m.c
1476 F: hw/sparc/sun4m_iommu.c
1477 F: hw/display/cg3.c
1478 F: hw/display/tcx.c
1479 F: hw/dma/sparc32_dma.c
1480 F: hw/misc/eccmemctl.c
1481 F: hw/*/slavio_*.c
1482 F: include/hw/nvram/sun_nvram.h
1483 F: include/hw/sparc/sparc32_dma.h
1484 F: include/hw/sparc/sun4m_iommu.h
1485 F: pc-bios/openbios-sparc32
1487 Sun4u
1488 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1489 S: Maintained
1490 F: hw/sparc64/sun4u.c
1491 F: hw/sparc64/sun4u_iommu.c
1492 F: include/hw/sparc/sun4u_iommu.h
1493 F: hw/pci-host/sabre.c
1494 F: include/hw/pci-host/sabre.h
1495 F: hw/pci-bridge/simba.c
1496 F: include/hw/pci-bridge/simba.h
1497 F: pc-bios/openbios-sparc64
1498 F: tests/acceptance/machine_sparc64_sun4u.py
1500 Sun4v
1501 M: Artyom Tarasenko <atar4qemu@gmail.com>
1502 S: Maintained
1503 F: hw/sparc64/niagara.c
1504 F: hw/rtc/sun4v-rtc.c
1505 F: include/hw/rtc/sun4v-rtc.h
1507 Leon3
1508 M: Fabien Chouteau <chouteau@adacore.com>
1509 M: KONRAD Frederic <frederic.konrad@adacore.com>
1510 S: Maintained
1511 F: hw/sparc/leon3.c
1512 F: hw/*/grlib*
1513 F: include/hw/*/grlib*
1514 F: tests/acceptance/machine_sparc_leon3.py
1516 S390 Machines
1517 -------------
1518 S390 Virtio-ccw
1519 M: Halil Pasic <pasic@linux.ibm.com>
1520 M: Christian Borntraeger <borntraeger@de.ibm.com>
1521 S: Supported
1522 F: hw/char/sclp*.[hc]
1523 F: hw/char/terminal3270.c
1524 F: hw/s390x/
1525 F: include/hw/s390x/
1526 F: hw/watchdog/wdt_diag288.c
1527 F: include/hw/watchdog/wdt_diag288.h
1528 F: configs/devices/s390x-softmmu/default.mak
1529 F: tests/acceptance/machine_s390_ccw_virtio.py
1530 T: git https://github.com/borntraeger/qemu.git s390-next
1531 L: qemu-s390x@nongnu.org
1533 S390-ccw boot
1534 M: Christian Borntraeger <borntraeger@de.ibm.com>
1535 M: Thomas Huth <thuth@redhat.com>
1536 S: Supported
1537 F: hw/s390x/ipl.*
1538 F: pc-bios/s390-ccw/
1539 F: pc-bios/s390-ccw.img
1540 F: docs/devel/s390-dasd-ipl.rst
1541 T: git https://github.com/borntraeger/qemu.git s390-next
1542 L: qemu-s390x@nongnu.org
1544 S390 PCI
1545 M: Matthew Rosato <mjrosato@linux.ibm.com>
1546 M: Eric Farman <farman@linux.ibm.com>
1547 S: Supported
1548 F: hw/s390x/s390-pci*
1549 F: include/hw/s390x/s390-pci*
1550 L: qemu-s390x@nongnu.org
1552 X86 Machines
1553 ------------
1555 M: Michael S. Tsirkin <mst@redhat.com>
1556 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1557 S: Supported
1558 F: include/hw/i386/
1559 F: hw/i386/
1560 F: hw/pci-host/i440fx.c
1561 F: hw/pci-host/q35.c
1562 F: hw/pci-host/pam.c
1563 F: include/hw/pci-host/i440fx.h
1564 F: include/hw/pci-host/q35.h
1565 F: include/hw/pci-host/pam.h
1566 F: hw/isa/piix3.c
1567 F: hw/isa/lpc_ich9.c
1568 F: hw/i2c/smbus_ich9.c
1569 F: hw/acpi/piix4.c
1570 F: hw/acpi/ich9.c
1571 F: include/hw/acpi/ich9.h
1572 F: include/hw/southbridge/piix.h
1573 F: hw/misc/sga.c
1574 F: hw/isa/apm.c
1575 F: include/hw/isa/apm.h
1576 F: tests/unit/test-x86-cpuid.c
1577 F: tests/qtest/test-x86-cpuid-compat.c
1579 PC Chipset
1580 M: Michael S. Tsirkin <mst@redhat.com>
1581 M: Paolo Bonzini <pbonzini@redhat.com>
1582 S: Supported
1583 F: hw/char/debugcon.c
1584 F: hw/char/parallel*
1585 F: hw/char/serial*
1586 F: hw/dma/i8257*
1587 F: hw/i2c/pm_smbus.c
1588 F: hw/input/pckbd.c
1589 F: hw/intc/apic*
1590 F: hw/intc/ioapic*
1591 F: hw/intc/i8259*
1592 F: hw/isa/isa-superio.c
1593 F: hw/misc/debugexit.c
1594 F: hw/misc/pc-testdev.c
1595 F: hw/timer/hpet*
1596 F: hw/timer/i8254*
1597 F: hw/rtc/mc146818rtc*
1598 F: hw/watchdog/wdt_ib700.c
1599 F: hw/watchdog/wdt_i6300esb.c
1600 F: include/hw/display/vga.h
1601 F: include/hw/char/parallel.h
1602 F: include/hw/dma/i8257.h
1603 F: include/hw/i2c/pm_smbus.h
1604 F: include/hw/input/i8042.h
1605 F: include/hw/isa/i8259_internal.h
1606 F: include/hw/isa/superio.h
1607 F: include/hw/timer/hpet.h
1608 F: include/hw/timer/i8254*
1609 F: include/hw/rtc/mc146818rtc*
1611 microvm
1612 M: Sergio Lopez <slp@redhat.com>
1613 M: Paolo Bonzini <pbonzini@redhat.com>
1614 S: Maintained
1615 F: docs/microvm.rst
1616 F: hw/i386/microvm.c
1617 F: include/hw/i386/microvm.h
1618 F: pc-bios/bios-microvm.bin
1620 Machine core
1621 M: Eduardo Habkost <ehabkost@redhat.com>
1622 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1623 R: Philippe Mathieu-Daudé <philmd@redhat.com>
1624 S: Supported
1625 F: cpu.c
1626 F: hw/core/cpu.c
1627 F: hw/core/machine-qmp-cmds.c
1628 F: hw/core/machine.c
1629 F: hw/core/machine-smp.c
1630 F: hw/core/null-machine.c
1631 F: hw/core/numa.c
1632 F: hw/cpu/cluster.c
1633 F: qapi/machine.json
1634 F: qapi/machine-target.json
1635 F: include/hw/boards.h
1636 F: include/hw/core/cpu.h
1637 F: include/hw/cpu/cluster.h
1638 F: include/sysemu/numa.h
1639 F: tests/unit/test-smp-parse.c
1640 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1642 Xtensa Machines
1643 ---------------
1645 M: Max Filippov <jcmvbkbc@gmail.com>
1646 S: Maintained
1647 F: hw/xtensa/sim.c
1649 virt
1650 M: Max Filippov <jcmvbkbc@gmail.com>
1651 S: Maintained
1652 F: hw/xtensa/virt.c
1654 XTFPGA (LX60, LX200, ML605, KC705)
1655 M: Max Filippov <jcmvbkbc@gmail.com>
1656 S: Maintained
1657 F: hw/xtensa/xtfpga.c
1658 F: hw/net/opencores_eth.c
1660 Devices
1661 -------
1662 Overall Audio frontends
1663 M: Gerd Hoffmann <kraxel@redhat.com>
1664 S: Odd Fixes
1665 F: hw/audio/
1666 F: include/hw/audio/
1667 F: tests/qtest/ac97-test.c
1668 F: tests/qtest/es1370-test.c
1669 F: tests/qtest/intel-hda-test.c
1670 F: tests/qtest/fuzz-sb16-test.c
1672 Xilinx CAN
1673 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1674 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1675 S: Maintained
1676 F: hw/net/can/xlnx-*
1677 F: include/hw/net/xlnx-*
1678 F: tests/qtest/xlnx-can-test*
1681 M: Jiri Slaby <jslaby@suse.cz>
1682 S: Maintained
1683 F: hw/misc/edu.c
1686 M: John Snow <jsnow@redhat.com>
1687 L: qemu-block@nongnu.org
1688 S: Supported
1689 F: include/hw/ide.h
1690 F: include/hw/ide/
1691 F: hw/ide/
1692 F: hw/block/block.c
1693 F: hw/block/cdrom.c
1694 F: hw/block/hd-geometry.c
1695 F: tests/qtest/ide-test.c
1696 F: tests/qtest/ahci-test.c
1697 F: tests/qtest/cdrom-test.c
1698 F: tests/qtest/libqos/ahci*
1699 T: git https://gitlab.com/jsnow/qemu.git ide
1701 IPMI
1702 M: Corey Minyard <minyard@acm.org>
1703 S: Maintained
1704 F: include/hw/ipmi/*
1705 F: hw/ipmi/*
1706 F: hw/smbios/smbios_type_38.c
1707 F: tests/qtest/ipmi*
1708 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1710 Floppy
1711 M: John Snow <jsnow@redhat.com>
1712 L: qemu-block@nongnu.org
1713 S: Supported
1714 F: hw/block/fdc.c
1715 F: hw/block/fdc-internal.h
1716 F: hw/block/fdc-isa.c
1717 F: hw/block/fdc-sysbus.c
1718 F: include/hw/block/fdc.h
1719 F: tests/qtest/fdc-test.c
1720 T: git https://gitlab.com/jsnow/qemu.git ide
1722 OMAP
1723 M: Peter Maydell <peter.maydell@linaro.org>
1724 L: qemu-arm@nongnu.org
1725 S: Maintained
1726 F: hw/*/omap*
1727 F: include/hw/arm/omap.h
1728 F: docs/system/arm/sx1.rst
1730 IPack
1731 M: Alberto Garcia <berto@igalia.com>
1732 S: Odd Fixes
1733 F: hw/char/ipoctal232.c
1734 F: hw/ipack/
1737 M: Michael S. Tsirkin <mst@redhat.com>
1738 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1739 S: Supported
1740 F: include/hw/pci/*
1741 F: hw/misc/pci-testdev.c
1742 F: hw/pci/*
1743 F: hw/pci-bridge/*
1744 F: qapi/pci.json
1745 F: docs/pci*
1746 F: docs/specs/*pci*
1748 ACPI/SMBIOS
1749 M: Michael S. Tsirkin <mst@redhat.com>
1750 M: Igor Mammedov <imammedo@redhat.com>
1751 R: Ani Sinha <ani@anisinha.ca>
1752 S: Supported
1753 F: include/hw/acpi/*
1754 F: include/hw/firmware/smbios.h
1755 F: hw/mem/*
1756 F: hw/acpi/*
1757 F: hw/smbios/*
1758 F: hw/i386/acpi-build.[hc]
1759 F: hw/arm/virt-acpi-build.c
1760 F: qapi/acpi.json
1761 F: tests/qtest/bios-tables-test*
1762 F: tests/qtest/acpi-utils.[hc]
1763 F: tests/data/acpi/
1764 F: docs/specs/acpi_cpu_hotplug.rst
1765 F: docs/specs/acpi_mem_hotplug.rst
1766 F: docs/specs/acpi_pci_hotplug.rst
1767 F: docs/specs/acpi_hw_reduced_hotplug.rst
1769 ACPI/HEST/GHES
1770 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1771 L: qemu-arm@nongnu.org
1772 S: Maintained
1773 F: hw/acpi/ghes.c
1774 F: include/hw/acpi/ghes.h
1775 F: docs/specs/acpi_hest_ghes.rst
1777 ppc4xx
1778 L: qemu-ppc@nongnu.org
1779 S: Orphan
1780 F: hw/ppc/ppc4*.c
1781 F: hw/i2c/ppc4xx_i2c.c
1782 F: include/hw/ppc/ppc4xx.h
1783 F: include/hw/i2c/ppc4xx_i2c.h
1784 F: hw/intc/ppc-uic.c
1785 F: include/hw/intc/ppc-uic.h
1787 Character devices
1788 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1789 R: Paolo Bonzini <pbonzini@redhat.com>
1790 S: Odd Fixes
1791 F: hw/char/
1793 Network devices
1794 M: Jason Wang <jasowang@redhat.com>
1795 S: Odd Fixes
1796 F: hw/net/
1797 F: include/hw/net/
1798 F: tests/qtest/virtio-net-test.c
1799 F: docs/virtio-net-failover.rst
1800 T: git https://github.com/jasowang/qemu.git net
1802 Parallel NOR Flash devices
1803 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1804 T: git https://gitlab.com/philmd/qemu.git pflash-next
1805 S: Maintained
1806 F: hw/block/pflash_cfi*.c
1807 F: include/hw/block/flash.h
1809 SCSI
1810 M: Paolo Bonzini <pbonzini@redhat.com>
1811 R: Fam Zheng <fam@euphon.net>
1812 S: Supported
1813 F: include/hw/scsi/*
1814 F: hw/scsi/*
1815 F: tests/qtest/virtio-scsi-test.c
1816 F: tests/qtest/fuzz-virtio-scsi-test.c
1817 F: tests/qtest/am53c974-test.c
1818 T: git https://github.com/bonzini/qemu.git scsi-next
1821 M: Alistair Francis <alistair@alistair23.me>
1822 S: Maintained
1823 F: hw/ssi/*
1824 F: hw/block/m25p80.c
1825 F: include/hw/ssi/ssi.h
1826 X: hw/ssi/xilinx_*
1827 F: tests/qtest/m25p80-test.c
1829 Xilinx SPI
1830 M: Alistair Francis <alistair@alistair23.me>
1831 S: Maintained
1832 F: hw/ssi/xilinx_*
1834 SD (Secure Card)
1835 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1836 M: Bin Meng <bin.meng@windriver.com>
1837 L: qemu-block@nongnu.org
1838 S: Odd Fixes
1839 F: include/hw/sd/sd*
1840 F: hw/sd/core.c
1841 F: hw/sd/sd*
1842 F: hw/sd/ssi-sd.c
1843 F: tests/qtest/fuzz-sdcard-test.c
1844 F: tests/qtest/sdhci-test.c
1847 M: Gerd Hoffmann <kraxel@redhat.com>
1848 S: Odd Fixes
1849 F: hw/usb/*
1850 F: stubs/usb-dev-stub.c
1851 F: tests/qtest/usb-*-test.c
1852 F: docs/system/devices/usb.rst
1853 F: include/hw/usb.h
1854 F: include/hw/usb/
1856 USB (serial adapter)
1857 R: Gerd Hoffmann <kraxel@redhat.com>
1858 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1859 S: Maintained
1860 F: hw/usb/dev-serial.c
1862 VFIO
1863 M: Alex Williamson <alex.williamson@redhat.com>
1864 S: Supported
1865 F: hw/vfio/*
1866 F: include/hw/vfio/
1867 F: docs/igd-assign.txt
1868 F: docs/devel/vfio-migration.rst
1870 vfio-ccw
1871 M: Eric Farman <farman@linux.ibm.com>
1872 M: Matthew Rosato <mjrosato@linux.ibm.com>
1873 S: Supported
1874 F: hw/vfio/ccw.c
1875 F: hw/s390x/s390-ccw.c
1876 F: include/hw/s390x/s390-ccw.h
1877 F: include/hw/s390x/vfio-ccw.h
1878 L: qemu-s390x@nongnu.org
1880 vfio-ap
1881 M: Tony Krowiak <akrowiak@linux.ibm.com>
1882 M: Halil Pasic <pasic@linux.ibm.com>
1883 M: Jason Herne <jjherne@linux.ibm.com>
1884 S: Supported
1885 F: hw/s390x/ap-device.c
1886 F: hw/s390x/ap-bridge.c
1887 F: include/hw/s390x/ap-device.h
1888 F: include/hw/s390x/ap-bridge.h
1889 F: hw/vfio/ap.c
1890 F: docs/system/s390x/vfio-ap.rst
1891 L: qemu-s390x@nongnu.org
1893 vhost
1894 M: Michael S. Tsirkin <mst@redhat.com>
1895 S: Supported
1896 F: hw/*/*vhost*
1897 F: docs/interop/vhost-user.json
1898 F: docs/interop/vhost-user.rst
1899 F: contrib/vhost-user-*/
1900 F: backends/vhost-user.c
1901 F: include/sysemu/vhost-user-backend.h
1903 virtio
1904 M: Michael S. Tsirkin <mst@redhat.com>
1905 S: Supported
1906 F: hw/*/virtio*
1907 F: hw/virtio/Makefile.objs
1908 F: hw/virtio/trace-events
1909 F: net/vhost-user.c
1910 F: include/hw/virtio/
1912 virtio-balloon
1913 M: Michael S. Tsirkin <mst@redhat.com>
1914 M: David Hildenbrand <david@redhat.com>
1915 S: Maintained
1916 F: hw/virtio/virtio-balloon*.c
1917 F: include/hw/virtio/virtio-balloon.h
1918 F: softmmu/balloon.c
1919 F: include/sysemu/balloon.h
1921 virtio-9p
1922 M: Greg Kurz <groug@kaod.org>
1923 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1924 S: Odd Fixes
1925 W: https://wiki.qemu.org/Documentation/9p
1926 F: hw/9pfs/
1927 X: hw/9pfs/xen-9p*
1928 F: fsdev/
1929 F: docs/tools/virtfs-proxy-helper.rst
1930 F: tests/qtest/virtio-9p-test.c
1931 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1932 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1934 virtio-blk
1935 M: Stefan Hajnoczi <stefanha@redhat.com>
1936 L: qemu-block@nongnu.org
1937 S: Supported
1938 F: hw/block/virtio-blk.c
1939 F: hw/block/dataplane/*
1940 F: tests/qtest/virtio-blk-test.c
1941 T: git https://github.com/stefanha/qemu.git block
1943 virtio-ccw
1944 M: Cornelia Huck <cohuck@redhat.com>
1945 M: Halil Pasic <pasic@linux.ibm.com>
1946 S: Supported
1947 F: hw/s390x/virtio-ccw*.[hc]
1948 F: hw/s390x/vhost-vsock-ccw.c
1949 T: git https://gitlab.com/cohuck/qemu.git s390-next
1950 T: git https://github.com/borntraeger/qemu.git s390-next
1951 L: qemu-s390x@nongnu.org
1953 virtiofs
1954 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1955 M: Stefan Hajnoczi <stefanha@redhat.com>
1956 S: Supported
1957 F: tools/virtiofsd/*
1958 F: hw/virtio/vhost-user-fs*
1959 F: include/hw/virtio/vhost-user-fs.h
1960 F: docs/tools/virtiofsd.rst
1961 L: virtio-fs@redhat.com
1963 virtio-input
1964 M: Gerd Hoffmann <kraxel@redhat.com>
1965 S: Odd Fixes
1966 F: hw/input/vhost-user-input.c
1967 F: hw/input/virtio-input*.c
1968 F: include/hw/virtio/virtio-input.h
1969 F: contrib/vhost-user-input/*
1971 virtio-iommu
1972 M: Eric Auger <eric.auger@redhat.com>
1973 S: Maintained
1974 F: hw/virtio/virtio-iommu*.c
1975 F: include/hw/virtio/virtio-iommu.h
1977 virtio-serial
1978 M: Laurent Vivier <lvivier@redhat.com>
1979 R: Amit Shah <amit@kernel.org>
1980 S: Supported
1981 F: hw/char/virtio-serial-bus.c
1982 F: hw/char/virtio-console.c
1983 F: include/hw/virtio/virtio-serial.h
1984 F: tests/qtest/virtio-serial-test.c
1986 virtio-rng
1987 M: Laurent Vivier <lvivier@redhat.com>
1988 R: Amit Shah <amit@kernel.org>
1989 S: Supported
1990 F: hw/virtio/virtio-rng.c
1991 F: include/hw/virtio/virtio-rng.h
1992 F: include/sysemu/rng*.h
1993 F: backends/rng*.c
1994 F: tests/qtest/virtio-rng-test.c
1996 vhost-user-rng
1997 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1998 S: Supported
1999 F: docs/tools/vhost-user-rng.rst
2000 F: hw/virtio/vhost-user-rng.c
2001 F: hw/virtio/vhost-user-rng-pci.c
2002 F: include/hw/virtio/vhost-user-rng.h
2003 F: tools/vhost-user-rng/*
2005 virtio-crypto
2006 M: Gonglei <arei.gonglei@huawei.com>
2007 S: Supported
2008 F: hw/virtio/virtio-crypto.c
2009 F: hw/virtio/virtio-crypto-pci.c
2010 F: include/hw/virtio/virtio-crypto.h
2012 virtio-mem
2013 M: David Hildenbrand <david@redhat.com>
2014 S: Supported
2015 W: https://virtio-mem.gitlab.io/
2016 F: hw/virtio/virtio-mem.c
2017 F: hw/virtio/virtio-mem-pci.h
2018 F: hw/virtio/virtio-mem-pci.c
2019 F: include/hw/virtio/virtio-mem.h
2021 nvme
2022 M: Keith Busch <kbusch@kernel.org>
2023 M: Klaus Jensen <its@irrelevant.dk>
2024 L: qemu-block@nongnu.org
2025 S: Supported
2026 F: hw/nvme/*
2027 F: include/block/nvme.h
2028 F: tests/qtest/nvme-test.c
2029 F: docs/system/nvme.rst
2030 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2032 megasas
2033 M: Hannes Reinecke <hare@suse.com>
2034 L: qemu-block@nongnu.org
2035 S: Supported
2036 F: hw/scsi/megasas.c
2037 F: hw/scsi/mfi.h
2038 F: tests/qtest/megasas-test.c
2039 F: tests/qtest/fuzz-megasas-test.c
2041 Network packet abstractions
2042 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2043 S: Maintained
2044 F: include/net/eth.h
2045 F: net/eth.c
2046 F: hw/net/net_rx_pkt*
2047 F: hw/net/net_tx_pkt*
2049 Vmware
2050 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2051 S: Maintained
2052 F: hw/net/vmxnet*
2053 F: hw/scsi/vmw_pvscsi*
2054 F: tests/qtest/vmxnet3-test.c
2056 Rocker
2057 M: Jiri Pirko <jiri@resnulli.us>
2058 S: Maintained
2059 F: hw/net/rocker/
2060 F: qapi/rocker.json
2061 F: tests/rocker/
2062 F: docs/specs/rocker.txt
2064 NVDIMM
2065 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2066 S: Maintained
2067 F: hw/acpi/nvdimm.c
2068 F: hw/mem/nvdimm.c
2069 F: include/hw/mem/nvdimm.h
2070 F: docs/nvdimm.txt
2071 F: docs/specs/acpi_nvdimm.rst
2073 e1000x
2074 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2075 S: Maintained
2076 F: hw/net/e1000x*
2078 e1000e
2079 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2080 S: Maintained
2081 F: hw/net/e1000e*
2082 F: tests/qtest/fuzz-e1000e-test.c
2084 eepro100
2085 M: Stefan Weil <sw@weilnetz.de>
2086 S: Maintained
2087 F: hw/net/eepro100.c
2089 tulip
2090 M: Sven Schnelle <svens@stackframe.org>
2091 S: Maintained
2092 F: hw/net/tulip.c
2093 F: hw/net/tulip.h
2095 pca954x
2096 M: Patrick Venture <venture@google.com>
2097 S: Maintained
2098 F: hw/i2c/i2c_mux_pca954x.c
2099 F: include/hw/i2c/i2c_mux_pca954x.h
2101 Generic Loader
2102 M: Alistair Francis <alistair@alistair23.me>
2103 S: Maintained
2104 F: hw/core/generic-loader.c
2105 F: include/hw/core/generic-loader.h
2106 F: docs/system/generic-loader.rst
2108 Guest Loader
2109 M: Alex Bennée <alex.bennee@linaro.org>
2110 S: Maintained
2111 F: hw/core/guest-loader.c
2112 F: docs/system/guest-loader.rst
2113 F: tests/acceptance/boot_xen.py
2115 Intel Hexadecimal Object File Loader
2116 M: Su Hang <suhang16@mails.ucas.ac.cn>
2117 S: Maintained
2118 F: tests/qtest/hexloader-test.c
2119 F: tests/data/hex-loader/test.hex
2121 CHRP NVRAM
2122 M: Thomas Huth <thuth@redhat.com>
2123 S: Maintained
2124 F: hw/nvram/chrp_nvram.c
2125 F: include/hw/nvram/chrp_nvram.h
2126 F: tests/qtest/prom-env-test.c
2128 VM Generation ID
2129 S: Orphan
2130 F: hw/acpi/vmgenid.c
2131 F: include/hw/acpi/vmgenid.h
2132 F: docs/specs/vmgenid.txt
2133 F: tests/qtest/vmgenid-test.c
2134 F: stubs/vmgenid.c
2137 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2138 S: Maintained
2139 F: include/hw/misc/led.h
2140 F: hw/misc/led.c
2142 Unimplemented device
2143 M: Peter Maydell <peter.maydell@linaro.org>
2144 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2145 S: Maintained
2146 F: include/hw/misc/unimp.h
2147 F: hw/misc/unimp.c
2149 Empty slot
2150 M: Artyom Tarasenko <atar4qemu@gmail.com>
2151 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2152 S: Maintained
2153 F: include/hw/misc/empty_slot.h
2154 F: hw/misc/empty_slot.c
2156 Standard VGA
2157 M: Gerd Hoffmann <kraxel@redhat.com>
2158 S: Maintained
2159 F: hw/display/vga*
2160 F: hw/display/bochs-display.c
2161 F: include/hw/display/vga.h
2162 F: include/hw/display/bochs-vbe.h
2164 ramfb
2165 M: Gerd Hoffmann <kraxel@redhat.com>
2166 S: Maintained
2167 F: hw/display/ramfb*.c
2168 F: include/hw/display/ramfb.h
2170 virtio-gpu
2171 M: Gerd Hoffmann <kraxel@redhat.com>
2172 S: Odd Fixes
2173 F: hw/display/virtio-gpu*
2174 F: hw/display/virtio-vga.*
2175 F: include/hw/virtio/virtio-gpu.h
2177 vhost-user-blk
2178 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2179 S: Maintained
2180 F: contrib/vhost-user-blk/
2181 F: contrib/vhost-user-scsi/
2182 F: hw/block/vhost-user-blk.c
2183 F: hw/scsi/vhost-user-scsi.c
2184 F: hw/virtio/vhost-user-blk-pci.c
2185 F: hw/virtio/vhost-user-scsi-pci.c
2186 F: include/hw/virtio/vhost-user-blk.h
2187 F: include/hw/virtio/vhost-user-scsi.h
2189 vhost-user-gpu
2190 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2191 R: Gerd Hoffmann <kraxel@redhat.com>
2192 S: Maintained
2193 F: docs/interop/vhost-user-gpu.rst
2194 F: contrib/vhost-user-gpu
2195 F: hw/display/vhost-user-*
2197 Cirrus VGA
2198 M: Gerd Hoffmann <kraxel@redhat.com>
2199 S: Odd Fixes
2200 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2201 F: hw/display/cirrus*
2203 EDID Generator
2204 M: Gerd Hoffmann <kraxel@redhat.com>
2205 S: Maintained
2206 F: hw/display/edid*
2207 F: include/hw/display/edid.h
2208 F: qemu-edid.c
2210 PIIX4 South Bridge (i82371AB)
2211 M: Hervé Poussineau <hpoussin@reactos.org>
2212 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2213 S: Maintained
2214 F: hw/isa/piix4.c
2215 F: include/hw/southbridge/piix.h
2217 Firmware configuration (fw_cfg)
2218 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2219 R: Gerd Hoffmann <kraxel@redhat.com>
2220 S: Supported
2221 F: docs/specs/fw_cfg.txt
2222 F: hw/nvram/fw_cfg*.c
2223 F: stubs/fw_cfg.c
2224 F: include/hw/nvram/fw_cfg.h
2225 F: include/standard-headers/linux/qemu_fw_cfg.h
2226 F: tests/qtest/libqos/fw_cfg.c
2227 F: tests/qtest/fw_cfg-test.c
2228 T: git https://github.com/philmd/qemu.git fw_cfg-next
2230 XIVE
2231 M: Cédric Le Goater <clg@kaod.org>
2232 L: qemu-ppc@nongnu.org
2233 S: Supported
2234 F: hw/*/*xive*
2235 F: include/hw/*/*xive*
2236 F: docs/*/*xive*
2238 Renesas peripherals
2239 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2240 R: Magnus Damm <magnus.damm@gmail.com>
2241 S: Odd Fixes
2242 F: hw/char/renesas_sci.c
2243 F: hw/char/sh_serial.c
2244 F: hw/timer/renesas_*.c
2245 F: hw/timer/sh_timer.c
2246 F: include/hw/char/renesas_sci.h
2247 F: include/hw/sh4/sh.h
2248 F: include/hw/timer/renesas_*.h
2250 Renesas RX peripherals
2251 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2252 S: Orphan
2253 F: hw/intc/rx_icu.c
2254 F: hw/rx/
2255 F: include/hw/intc/rx_icu.h
2256 F: include/hw/rx/
2258 CAN bus subsystem and hardware
2259 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2260 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2261 S: Maintained
2262 W: https://canbus.pages.fel.cvut.cz/
2263 F: net/can/*
2264 F: hw/net/can/*
2265 F: include/net/can_*.h
2267 OpenPIC interrupt controller
2268 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2269 S: Odd Fixes
2270 F: hw/intc/openpic.c
2271 F: include/hw/ppc/openpic.h
2273 MIPS CPS
2274 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2275 S: Odd Fixes
2276 F: hw/misc/mips_*
2277 F: include/hw/misc/mips_*
2279 MIPS GIC
2280 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2281 S: Odd Fixes
2282 F: hw/intc/mips_gic.c
2283 F: hw/timer/mips_gictimer.c
2284 F: include/hw/intc/mips_gic.h
2285 F: include/hw/timer/mips_gictimer.h
2287 Subsystems
2288 ----------
2289 Overall Audio backends
2290 M: Gerd Hoffmann <kraxel@redhat.com>
2291 S: Odd Fixes
2292 F: audio/
2293 X: audio/alsaaudio.c
2294 X: audio/coreaudio.c
2295 X: audio/dsound*
2296 X: audio/jackaudio.c
2297 X: audio/ossaudio.c
2298 X: audio/paaudio.c
2299 X: audio/sdlaudio.c
2300 X: audio/spiceaudio.c
2301 F: qapi/audio.json
2303 ALSA Audio backend
2304 M: Gerd Hoffmann <kraxel@redhat.com>
2305 S: Odd Fixes
2306 F: audio/alsaaudio.c
2308 Core Audio framework backend
2309 M: Gerd Hoffmann <kraxel@redhat.com>
2310 S: Odd Fixes
2311 F: audio/coreaudio.c
2313 DSound Audio backend
2314 M: Gerd Hoffmann <kraxel@redhat.com>
2315 S: Odd Fixes
2316 F: audio/dsound*
2318 JACK Audio Connection Kit backend
2319 M: Gerd Hoffmann <kraxel@redhat.com>
2320 S: Odd Fixes
2321 F: audio/jackaudio.c
2323 Open Sound System (OSS) Audio backend
2324 M: Gerd Hoffmann <kraxel@redhat.com>
2325 S: Odd Fixes
2326 F: audio/ossaudio.c
2328 PulseAudio backend
2329 M: Gerd Hoffmann <kraxel@redhat.com>
2330 S: Odd Fixes
2331 F: audio/paaudio.c
2333 SDL Audio backend
2334 M: Gerd Hoffmann <kraxel@redhat.com>
2335 S: Odd Fixes
2336 F: audio/sdlaudio.c
2338 Block layer core
2339 M: Kevin Wolf <kwolf@redhat.com>
2340 M: Hanna Reitz <hreitz@redhat.com>
2341 L: qemu-block@nongnu.org
2342 S: Supported
2343 F: block*
2344 F: block/
2345 F: hw/block/
2346 F: include/block/
2347 F: qemu-img*
2348 F: docs/tools/qemu-img.rst
2349 F: qemu-io*
2350 F: tests/qemu-iotests/
2351 F: util/qemu-progress.c
2352 F: qobject/block-qdict.c
2353 F: tests/unit/check-block-qdict.c
2354 T: git https://repo.or.cz/qemu/kevin.git block
2356 Storage daemon
2357 M: Kevin Wolf <kwolf@redhat.com>
2358 L: qemu-block@nongnu.org
2359 S: Supported
2360 F: storage-daemon/
2361 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2362 F: docs/tools/qemu-storage-daemon.rst
2363 T: git https://repo.or.cz/qemu/kevin.git block
2365 Block I/O path
2366 M: Stefan Hajnoczi <stefanha@redhat.com>
2367 M: Fam Zheng <fam@euphon.net>
2368 L: qemu-block@nongnu.org
2369 S: Supported
2370 F: util/async.c
2371 F: util/aio-*.c
2372 F: util/aio-*.h
2373 F: util/fdmon-*.c
2374 F: block/io.c
2375 F: migration/block*
2376 F: include/block/aio.h
2377 F: include/block/aio-wait.h
2378 F: scripts/qemugdb/aio.py
2379 F: tests/unit/test-fdmon-epoll.c
2380 T: git https://github.com/stefanha/qemu.git block
2382 Block SCSI subsystem
2383 M: Paolo Bonzini <pbonzini@redhat.com>
2384 R: Fam Zheng <fam@euphon.net>
2385 L: qemu-block@nongnu.org
2386 S: Supported
2387 F: include/scsi/*
2388 F: scsi/*
2390 Block Jobs
2391 M: John Snow <jsnow@redhat.com>
2392 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2393 L: qemu-block@nongnu.org
2394 S: Supported
2395 F: blockjob.c
2396 F: include/block/blockjob.h
2397 F: job.c
2398 F: job-qmp.c
2399 F: include/qemu/job.h
2400 F: block/backup.c
2401 F: block/commit.c
2402 F: block/stream.c
2403 F: block/mirror.c
2404 F: qapi/job.json
2405 F: block/block-copy.c
2406 F: include/block/block-copy.c
2407 F: block/copy-before-write.h
2408 F: block/copy-before-write.c
2409 F: include/block/aio_task.h
2410 F: block/aio_task.c
2411 F: util/qemu-co-shared-resource.c
2412 F: include/qemu/co-shared-resource.h
2413 T: git https://gitlab.com/jsnow/qemu.git jobs
2414 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2416 Block QAPI, monitor, command line
2417 M: Markus Armbruster <armbru@redhat.com>
2418 S: Supported
2419 F: blockdev.c
2420 F: blockdev-hmp-cmds.c
2421 F: block/qapi.c
2422 F: qapi/block*.json
2423 F: qapi/transaction.json
2424 T: git https://repo.or.cz/qemu/armbru.git block-next
2426 Dirty Bitmaps
2427 M: Eric Blake <eblake@redhat.com>
2428 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2429 R: John Snow <jsnow@redhat.com>
2430 L: qemu-block@nongnu.org
2431 S: Supported
2432 F: include/qemu/hbitmap.h
2433 F: include/block/dirty-bitmap.h
2434 F: block/monitor/bitmap-qmp-cmds.c
2435 F: block/dirty-bitmap.c
2436 F: block/qcow2-bitmap.c
2437 F: migration/block-dirty-bitmap.c
2438 F: util/hbitmap.c
2439 F: tests/unit/test-hbitmap.c
2440 F: docs/interop/bitmaps.rst
2441 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2443 Character device backends
2444 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2445 R: Paolo Bonzini <pbonzini@redhat.com>
2446 S: Maintained
2447 F: chardev/
2448 F: include/chardev/
2449 F: qapi/char.json
2451 Character Devices (Braille)
2452 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2453 S: Maintained
2454 F: chardev/baum.c
2456 Command line option argument parsing
2457 M: Markus Armbruster <armbru@redhat.com>
2458 S: Supported
2459 F: include/qemu/option.h
2460 F: tests/unit/test-keyval.c
2461 F: tests/unit/test-qemu-opts.c
2462 F: util/keyval.c
2463 F: util/qemu-option.c
2465 Coverity model
2466 M: Markus Armbruster <armbru@redhat.com>
2467 S: Supported
2468 F: scripts/coverity-model.c
2470 Coverity Scan integration
2471 M: Peter Maydell <peter.maydell@linaro.org>
2472 S: Maintained
2473 F: scripts/coverity-scan/
2475 Device Tree
2476 M: Alistair Francis <alistair.francis@wdc.com>
2477 R: David Gibson <david@gibson.dropbear.id.au>
2478 S: Maintained
2479 F: softmmu/device_tree.c
2480 F: include/sysemu/device_tree.h
2482 Dump
2483 S: Supported
2484 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2485 F: dump/
2486 F: hw/misc/vmcoreinfo.c
2487 F: include/hw/misc/vmcoreinfo.h
2488 F: include/qemu/win_dump_defs
2489 F: include/sysemu/dump-arch.h
2490 F: include/sysemu/dump.h
2491 F: qapi/dump.json
2492 F: scripts/dump-guest-memory.py
2493 F: stubs/dump.c
2495 Error reporting
2496 M: Markus Armbruster <armbru@redhat.com>
2497 S: Supported
2498 F: include/qapi/error.h
2499 F: include/qemu/error-report.h
2500 F: qapi/error.json
2501 F: util/error.c
2502 F: util/qemu-error.c
2503 F: scripts/coccinelle/err-bad-newline.cocci
2504 F: scripts/coccinelle/error-use-after-free.cocci
2505 F: scripts/coccinelle/error_propagate_null.cocci
2506 F: scripts/coccinelle/remove_local_err.cocci
2507 F: scripts/coccinelle/use-error_fatal.cocci
2508 F: scripts/coccinelle/errp-guard.cocci
2510 GDB stub
2511 M: Alex Bennée <alex.bennee@linaro.org>
2512 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2513 S: Maintained
2514 F: gdbstub*
2515 F: include/exec/gdbstub.h
2516 F: gdb-xml/
2517 F: tests/tcg/multiarch/gdbstub/
2519 Memory API
2520 M: Paolo Bonzini <pbonzini@redhat.com>
2521 M: Peter Xu <peterx@redhat.com>
2522 M: David Hildenbrand <david@redhat.com>
2523 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2524 S: Supported
2525 F: include/exec/ioport.h
2526 F: include/exec/memop.h
2527 F: include/exec/memory.h
2528 F: include/exec/ram_addr.h
2529 F: include/exec/ramblock.h
2530 F: include/sysemu/memory_mapping.h
2531 F: softmmu/dma-helpers.c
2532 F: softmmu/ioport.c
2533 F: softmmu/memory.c
2534 F: softmmu/memory_mapping.c
2535 F: softmmu/physmem.c
2536 F: include/exec/memory-internal.h
2537 F: scripts/coccinelle/memory-region-housekeeping.cocci
2539 SPICE
2540 M: Gerd Hoffmann <kraxel@redhat.com>
2541 S: Odd Fixes
2542 F: include/ui/qemu-spice.h
2543 F: include/ui/spice-display.h
2544 F: ui/spice-*.c
2545 F: audio/spiceaudio.c
2546 F: hw/display/qxl*
2547 F: qapi/ui.json
2548 F: docs/spice-port-fqdn.txt
2550 Graphics
2551 M: Gerd Hoffmann <kraxel@redhat.com>
2552 S: Odd Fixes
2553 F: ui/
2554 F: include/ui/
2555 F: qapi/ui.json
2556 F: util/drm.c
2558 Cocoa graphics
2559 M: Peter Maydell <peter.maydell@linaro.org>
2560 S: Odd Fixes
2561 F: ui/cocoa.m
2563 Main loop
2564 M: Paolo Bonzini <pbonzini@redhat.com>
2565 S: Maintained
2566 F: include/exec/gen-icount.h
2567 F: include/qemu/main-loop.h
2568 F: include/sysemu/runstate.h
2569 F: include/sysemu/runstate-action.h
2570 F: util/main-loop.c
2571 F: util/qemu-timer.c
2572 F: softmmu/vl.c
2573 F: softmmu/main.c
2574 F: softmmu/cpus.c
2575 F: softmmu/cpu-throttle.c
2576 F: softmmu/cpu-timers.c
2577 F: softmmu/icount.c
2578 F: softmmu/runstate-action.c
2579 F: qapi/run-state.json
2581 Read, Copy, Update (RCU)
2582 M: Paolo Bonzini <pbonzini@redhat.com>
2583 S: Maintained
2584 F: include/qemu/rcu*.h
2585 F: tests/unit/rcutorture.c
2586 F: tests/unit/test-rcu-*.c
2587 F: util/rcu.c
2589 Human Monitor (HMP)
2590 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2591 S: Maintained
2592 F: monitor/monitor-internal.h
2593 F: monitor/misc.c
2594 F: monitor/monitor.c
2595 F: monitor/hmp*
2596 F: hmp.h
2597 F: hmp-commands*.hx
2598 F: include/monitor/hmp-target.h
2599 F: tests/qtest/test-hmp.c
2600 F: include/qemu/qemu-print.h
2601 F: util/qemu-print.c
2603 Network device backends
2604 M: Jason Wang <jasowang@redhat.com>
2605 S: Maintained
2606 F: net/
2607 F: include/net/
2608 F: qemu-bridge-helper.c
2609 T: git https://github.com/jasowang/qemu.git net
2610 F: qapi/net.json
2612 Netmap network backend
2613 M: Luigi Rizzo <rizzo@iet.unipi.it>
2614 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2615 M: Vincenzo Maffione <v.maffione@gmail.com>
2616 W: http://info.iet.unipi.it/~luigi/netmap/
2617 S: Maintained
2618 F: net/netmap.c
2620 Host Memory Backends
2621 M: David Hildenbrand <david@redhat.com>
2622 M: Igor Mammedov <imammedo@redhat.com>
2623 S: Maintained
2624 F: backends/hostmem*.c
2625 F: include/sysemu/hostmem.h
2626 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2628 Cryptodev Backends
2629 M: Gonglei <arei.gonglei@huawei.com>
2630 S: Maintained
2631 F: include/sysemu/cryptodev*.h
2632 F: backends/cryptodev*.c
2634 Python library
2635 M: John Snow <jsnow@redhat.com>
2636 M: Cleber Rosa <crosa@redhat.com>
2637 R: Eduardo Habkost <ehabkost@redhat.com>
2638 S: Maintained
2639 F: python/
2640 T: git https://gitlab.com/jsnow/qemu.git python
2642 Python scripts
2643 M: Eduardo Habkost <ehabkost@redhat.com>
2644 M: Cleber Rosa <crosa@redhat.com>
2645 S: Odd Fixes
2646 F: scripts/*.py
2647 F: tests/*.py
2649 Benchmark util
2650 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2651 S: Maintained
2652 F: scripts/simplebench/
2653 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2655 Transactions helper
2656 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2657 S: Maintained
2658 F: include/qemu/transactions.h
2659 F: util/transactions.c
2661 QAPI
2662 M: Markus Armbruster <armbru@redhat.com>
2663 M: Michael Roth <michael.roth@amd.com>
2664 S: Supported
2665 F: qapi/
2666 X: qapi/*.json
2667 F: include/qapi/
2668 X: include/qapi/qmp/
2669 F: include/qapi/qmp/dispatch.h
2670 F: tests/qapi-schema/
2671 F: tests/unit/test-*-visitor.c
2672 F: tests/unit/test-qapi-*.c
2673 F: tests/unit/test-qmp-*.c
2674 F: tests/unit/test-visitor-serialization.c
2675 F: scripts/qapi-gen.py
2676 F: scripts/qapi/*
2677 F: docs/sphinx/qapidoc.py
2678 F: docs/devel/qapi*
2679 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2681 QAPI Schema
2682 M: Eric Blake <eblake@redhat.com>
2683 M: Markus Armbruster <armbru@redhat.com>
2684 S: Supported
2685 F: qapi/*.json
2686 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2688 QObject
2689 M: Markus Armbruster <armbru@redhat.com>
2690 S: Supported
2691 F: qobject/
2692 F: include/qapi/qmp/
2693 X: include/qapi/qmp/dispatch.h
2694 F: scripts/coccinelle/qobject.cocci
2695 F: tests/unit/check-qdict.c
2696 F: tests/unit/check-qjson.c
2697 F: tests/unit/check-qlist.c
2698 F: tests/unit/check-qlit.c
2699 F: tests/unit/check-qnull.c
2700 F: tests/unit/check-qnum.c
2701 F: tests/unit/check-qobject.c
2702 F: tests/unit/check-qstring.c
2703 F: tests/data/qobject/qdict.txt
2704 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2706 QEMU Guest Agent
2707 M: Michael Roth <michael.roth@amd.com>
2708 S: Maintained
2709 F: qga/
2710 F: docs/interop/qemu-ga.rst
2711 F: docs/interop/qemu-ga-ref.rst
2712 F: scripts/qemu-guest-agent/
2713 F: tests/unit/test-qga.c
2714 T: git https://github.com/mdroth/qemu.git qga
2717 M: Paolo Bonzini <pbonzini@redhat.com>
2718 R: Daniel P. Berrange <berrange@redhat.com>
2719 R: Eduardo Habkost <ehabkost@redhat.com>
2720 S: Supported
2721 F: docs/qdev-device-use.txt
2722 F: hw/core/qdev*
2723 F: hw/core/bus.c
2724 F: hw/core/sysbus.c
2725 F: include/hw/qdev*
2726 F: include/monitor/qdev.h
2727 F: include/qom/
2728 F: qapi/qom.json
2729 F: qapi/qdev.json
2730 F: scripts/coccinelle/qom-parent-type.cocci
2731 F: softmmu/qdev-monitor.c
2732 F: stubs/qdev.c
2733 F: qom/
2734 F: tests/unit/check-qom-interface.c
2735 F: tests/unit/check-qom-proplist.c
2736 F: tests/unit/test-qdev-global-props.c
2738 QOM boilerplate conversion script
2739 M: Eduardo Habkost <ehabkost@redhat.com>
2740 S: Maintained
2741 F: scripts/codeconverter/
2744 M: Markus Armbruster <armbru@redhat.com>
2745 S: Supported
2746 F: monitor/monitor-internal.h
2747 F: monitor/qmp*
2748 F: monitor/misc.c
2749 F: monitor/monitor.c
2750 F: qapi/control.json
2751 F: qapi/error.json
2752 F: qapi/introspect.json
2753 F: docs/devel/*qmp-*
2754 F: docs/interop/*qmp-*
2755 F: scripts/qmp/
2756 F: tests/qtest/qmp-test.c
2757 F: tests/qtest/qmp-cmd-test.c
2758 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2760 qtest
2761 M: Thomas Huth <thuth@redhat.com>
2762 M: Laurent Vivier <lvivier@redhat.com>
2763 R: Paolo Bonzini <pbonzini@redhat.com>
2764 S: Maintained
2765 F: softmmu/qtest.c
2766 F: accel/qtest/
2767 F: tests/qtest/
2768 F: docs/devel/qgraph.rst
2769 X: tests/qtest/bios-tables-test*
2771 Device Fuzzing
2772 M: Alexander Bulekov <alxndr@bu.edu>
2773 R: Paolo Bonzini <pbonzini@redhat.com>
2774 R: Bandan Das <bsd@redhat.com>
2775 R: Stefan Hajnoczi <stefanha@redhat.com>
2776 R: Thomas Huth <thuth@redhat.com>
2777 R: Darren Kenny <darren.kenny@oracle.com> 
2778 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2779 S: Maintained
2780 F: tests/qtest/fuzz/
2781 F: tests/qtest/fuzz-*test.c
2782 F: scripts/oss-fuzz/
2783 F: hw/mem/sparse-mem.c
2784 F: docs/devel/fuzzing.rst
2786 Register API
2787 M: Alistair Francis <alistair@alistair23.me>
2788 S: Maintained
2789 F: hw/core/register.c
2790 F: include/hw/register.h
2791 F: include/hw/registerfields.h
2793 SLIRP
2794 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2795 S: Maintained
2796 F: slirp/
2797 F: net/slirp.c
2798 F: include/net/slirp.h
2799 T: git https://people.debian.org/~sthibault/qemu.git slirp
2801 Streams
2802 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2803 S: Maintained
2804 F: hw/core/stream.c
2805 F: include/hw/stream.h
2807 Stubs
2808 M: Paolo Bonzini <pbonzini@redhat.com>
2809 S: Maintained
2810 F: stubs/
2812 Tracing
2813 M: Stefan Hajnoczi <stefanha@redhat.com>
2814 S: Maintained
2815 F: trace/
2816 F: trace-events
2817 F: docs/qemu-option-trace.rst.inc
2818 F: qapi/trace.json
2819 F: scripts/tracetool.py
2820 F: scripts/tracetool/
2821 F: scripts/qemu-trace-stap*
2822 F: docs/tools/qemu-trace-stap.rst
2823 F: docs/devel/tracing.rst
2824 T: git https://github.com/stefanha/qemu.git tracing
2827 M: Stefan Berger <stefanb@linux.ibm.com>
2828 S: Maintained
2829 F: tpm.c
2830 F: hw/tpm/*
2831 F: include/hw/acpi/tpm.h
2832 F: include/sysemu/tpm*
2833 F: qapi/tpm.json
2834 F: backends/tpm/
2835 F: tests/qtest/*tpm*
2836 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2838 Checkpatch
2839 S: Odd Fixes
2840 F: scripts/checkpatch.pl
2842 Migration
2843 M: Juan Quintela <quintela@redhat.com>
2844 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2845 S: Maintained
2846 F: hw/core/vmstate-if.c
2847 F: include/hw/vmstate-if.h
2848 F: include/migration/
2849 F: migration/
2850 F: scripts/vmstate-static-checker.py
2851 F: tests/vmstate-static-checker-data/
2852 F: tests/qtest/migration-test.c
2853 F: docs/devel/migration.rst
2854 F: qapi/migration.json
2855 F: tests/migration/
2857 D-Bus
2858 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2859 S: Maintained
2860 F: backends/dbus-vmstate.c
2861 F: tests/dbus-vmstate*
2862 F: util/dbus.c
2863 F: include/qemu/dbus.h
2864 F: docs/interop/dbus.rst
2865 F: docs/interop/dbus-vmstate.rst
2867 Seccomp
2868 M: Eduardo Otubo <otubo@redhat.com>
2869 S: Supported
2870 F: softmmu/qemu-seccomp.c
2871 F: include/sysemu/seccomp.h
2873 Cryptography
2874 M: Daniel P. Berrange <berrange@redhat.com>
2875 S: Maintained
2876 F: crypto/
2877 F: include/crypto/
2878 F: qapi/crypto.json
2879 F: tests/unit/test-crypto-*
2880 F: tests/bench/benchmark-crypto-*
2881 F: tests/unit/crypto-tls-*
2882 F: tests/unit/pkix_asn1_tab.c
2883 F: qemu.sasl
2885 Coroutines
2886 M: Stefan Hajnoczi <stefanha@redhat.com>
2887 M: Kevin Wolf <kwolf@redhat.com>
2888 S: Maintained
2889 F: util/*coroutine*
2890 F: include/qemu/coroutine*
2891 F: tests/unit/test-coroutine.c
2893 Buffers
2894 M: Daniel P. Berrange <berrange@redhat.com>
2895 S: Odd Fixes
2896 F: util/buffer.c
2897 F: include/qemu/buffer.h
2899 I/O Channels
2900 M: Daniel P. Berrange <berrange@redhat.com>
2901 S: Maintained
2902 F: io/
2903 F: include/io/
2904 F: tests/unit/test-io-*
2906 User authorization
2907 M: Daniel P. Berrange <berrange@redhat.com>
2908 S: Maintained
2909 F: authz/
2910 F: qapi/authz.json
2911 F: include/authz/
2912 F: tests/unit/test-authz-*
2914 Sockets
2915 M: Daniel P. Berrange <berrange@redhat.com>
2916 S: Maintained
2917 F: include/qemu/sockets.h
2918 F: util/qemu-sockets.c
2919 F: qapi/sockets.json
2921 File monitor
2922 M: Daniel P. Berrange <berrange@redhat.com>
2923 S: Odd Fixes
2924 F: util/filemonitor*.c
2925 F: include/qemu/filemonitor.h
2926 F: tests/unit/test-util-filemonitor.c
2928 Throttling infrastructure
2929 M: Alberto Garcia <berto@igalia.com>
2930 S: Supported
2931 F: block/throttle-groups.c
2932 F: include/block/throttle-groups.h
2933 F: include/qemu/throttle*.h
2934 F: util/throttle.c
2935 F: docs/throttle.txt
2936 F: tests/unit/test-throttle.c
2937 L: qemu-block@nongnu.org
2939 UUID
2940 M: Fam Zheng <fam@euphon.net>
2941 S: Supported
2942 F: util/uuid.c
2943 F: include/qemu/uuid.h
2944 F: tests/unit/test-uuid.c
2946 Yank feature
2947 M: Lukas Straub <lukasstraub2@web.de>
2948 S: Odd fixes
2949 F: util/yank.c
2950 F: migration/yank_functions*
2951 F: tests/unit/test-yank.c
2952 F: include/qemu/yank.h
2953 F: qapi/yank.json
2955 COLO Framework
2956 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2957 S: Maintained
2958 F: migration/colo*
2959 F: include/migration/colo.h
2960 F: include/migration/failover.h
2961 F: docs/COLO-FT.txt
2963 COLO Proxy
2964 M: Zhang Chen <chen.zhang@intel.com>
2965 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2966 S: Supported
2967 F: docs/colo-proxy.txt
2968 F: net/colo*
2969 F: net/filter-rewriter.c
2970 F: net/filter-mirror.c
2972 Record/replay
2973 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2974 R: Paolo Bonzini <pbonzini@redhat.com>
2975 W: https://wiki.qemu.org/Features/record-replay
2976 S: Supported
2977 F: replay/*
2978 F: block/blkreplay.c
2979 F: net/filter-replay.c
2980 F: include/sysemu/replay.h
2981 F: docs/replay.txt
2982 F: stubs/replay.c
2983 F: tests/acceptance/replay_kernel.py
2984 F: tests/acceptance/replay_linux.py
2985 F: tests/acceptance/reverse_debugging.py
2986 F: qapi/replay.json
2988 IOVA Tree
2989 M: Peter Xu <peterx@redhat.com>
2990 S: Maintained
2991 F: include/qemu/iova-tree.h
2992 F: util/iova-tree.c
2994 elf2dmp
2995 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2996 S: Maintained
2997 F: contrib/elf2dmp/
2999 I2C and SMBus
3000 M: Corey Minyard <cminyard@mvista.com>
3001 S: Maintained
3002 F: hw/i2c/core.c
3003 F: hw/i2c/smbus_slave.c
3004 F: hw/i2c/smbus_master.c
3005 F: hw/i2c/smbus_eeprom.c
3006 F: include/hw/i2c/i2c.h
3007 F: include/hw/i2c/smbus_master.h
3008 F: include/hw/i2c/smbus_slave.h
3009 F: include/hw/i2c/smbus_eeprom.h
3011 Firmware schema specifications
3012 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3013 R: Daniel P. Berrange <berrange@redhat.com>
3014 R: Kashyap Chamarthy <kchamart@redhat.com>
3015 S: Maintained
3016 F: docs/interop/firmware.json
3018 EDK2 Firmware
3019 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3020 R: Gerd Hoffmann <kraxel@redhat.com>
3021 S: Supported
3022 F: hw/i386/*ovmf*
3023 F: pc-bios/descriptors/??-edk2-*.json
3024 F: pc-bios/edk2-*
3025 F: roms/Makefile.edk2
3026 F: roms/edk2
3027 F: roms/edk2-*
3028 F: tests/data/uefi-boot-images/
3029 F: tests/uefi-test-tools/
3030 F: .gitlab-ci.d/edk2.yml
3031 F: .gitlab-ci.d/edk2/
3033 VT-d Emulation
3034 M: Michael S. Tsirkin <mst@redhat.com>
3035 M: Peter Xu <peterx@redhat.com>
3036 R: Jason Wang <jasowang@redhat.com>
3037 S: Supported
3038 F: hw/i386/intel_iommu.c
3039 F: hw/i386/intel_iommu_internal.h
3040 F: include/hw/i386/intel_iommu.h
3042 OpenSBI Firmware
3043 M: Bin Meng <bmeng.cn@gmail.com>
3044 S: Supported
3045 F: pc-bios/opensbi-*
3046 F: .gitlab-ci.d/opensbi.yml
3047 F: .gitlab-ci.d/opensbi/
3049 Clock framework
3050 M: Luc Michel <luc@lmichel.fr>
3051 R: Damien Hedde <damien.hedde@greensocs.com>
3052 S: Maintained
3053 F: include/hw/clock.h
3054 F: include/hw/qdev-clock.h
3055 F: hw/core/clock.c
3056 F: hw/core/clock-vmstate.c
3057 F: hw/core/qdev-clock.c
3058 F: docs/devel/clocks.rst
3060 Usermode Emulation
3061 ------------------
3062 Overall usermode emulation
3063 M: Riku Voipio <riku.voipio@iki.fi>
3064 S: Maintained
3065 F: thunk.c
3066 F: accel/tcg/user-exec*.c
3068 BSD user
3069 M: Warner Losh <imp@bsdimp.com>
3070 R: Kyle Evans <kevans@freebsd.org>
3071 S: Maintained
3072 F: bsd-user/
3073 F: configs/targets/*-bsd-user.mak
3074 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3076 Linux user
3077 M: Laurent Vivier <laurent@vivier.eu>
3078 S: Maintained
3079 F: linux-user/
3080 F: configs/targets/*linux-user.mak
3081 F: scripts/qemu-binfmt-conf.sh
3082 F: scripts/update-syscalltbl.sh
3083 F: scripts/update-mips-syscall-args.sh
3084 F: scripts/gensyscalls.sh
3086 Tiny Code Generator (TCG)
3087 -------------------------
3088 Common TCG code
3089 M: Richard Henderson <richard.henderson@linaro.org>
3090 S: Maintained
3091 F: tcg/
3092 F: include/tcg/
3094 TCG Plugins
3095 M: Alex Bennée <alex.bennee@linaro.org>
3096 R: Alexandre Iooss <erdnaxe@crans.org>
3097 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3098 S: Maintained
3099 F: docs/devel/tcg-plugins.rst
3100 F: plugins/
3101 F: tests/plugin/
3102 F: tests/acceptance/tcg_plugins.py
3103 F: contrib/plugins/
3105 AArch64 TCG target
3106 M: Richard Henderson <richard.henderson@linaro.org>
3107 S: Maintained
3108 L: qemu-arm@nongnu.org
3109 F: tcg/aarch64/
3110 F: disas/arm-a64.cc
3111 F: disas/libvixl/
3113 ARM TCG target
3114 M: Richard Henderson <richard.henderson@linaro.org>
3115 S: Maintained
3116 L: qemu-arm@nongnu.org
3117 F: tcg/arm/
3118 F: disas/arm.c
3120 i386 TCG target
3121 M: Richard Henderson <richard.henderson@linaro.org>
3122 S: Maintained
3123 F: tcg/i386/
3124 F: disas/i386.c
3126 MIPS TCG target
3127 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3128 R: Aurelien Jarno <aurelien@aurel32.net>
3129 R: Huacai Chen <chenhuacai@kernel.org>
3130 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3131 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3132 S: Odd Fixes
3133 F: tcg/mips/
3135 PPC TCG target
3136 M: Richard Henderson <richard.henderson@linaro.org>
3137 S: Odd Fixes
3138 F: tcg/ppc/
3139 F: disas/ppc.c
3141 RISC-V TCG target
3142 M: Palmer Dabbelt <palmer@dabbelt.com>
3143 M: Alistair Francis <Alistair.Francis@wdc.com>
3144 L: qemu-riscv@nongnu.org
3145 S: Maintained
3146 F: tcg/riscv/
3147 F: disas/riscv.c
3149 S390 TCG target
3150 M: Richard Henderson <richard.henderson@linaro.org>
3151 S: Maintained
3152 F: tcg/s390/
3153 F: disas/s390.c
3154 L: qemu-s390x@nongnu.org
3156 SPARC TCG target
3157 S: Odd Fixes
3158 F: tcg/sparc/
3159 F: disas/sparc.c
3161 TCI TCG target
3162 M: Stefan Weil <sw@weilnetz.de>
3163 S: Maintained
3164 F: tcg/tci/
3165 F: tcg/tci.c
3166 F: disas/tci.c
3168 Block drivers
3169 -------------
3170 VMDK
3171 M: Fam Zheng <fam@euphon.net>
3172 L: qemu-block@nongnu.org
3173 S: Supported
3174 F: block/vmdk.c
3177 M: Ilya Dryomov <idryomov@gmail.com>
3178 R: Peter Lieven <pl@kamp.de>
3179 L: qemu-block@nongnu.org
3180 S: Supported
3181 F: block/rbd.c
3183 VHDX
3184 M: Jeff Cody <codyprime@gmail.com>
3185 L: qemu-block@nongnu.org
3186 S: Supported
3187 F: block/vhdx*
3190 M: Stefan Weil <sw@weilnetz.de>
3191 L: qemu-block@nongnu.org
3192 S: Maintained
3193 F: block/vdi.c
3195 iSCSI
3196 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3197 M: Paolo Bonzini <pbonzini@redhat.com>
3198 M: Peter Lieven <pl@kamp.de>
3199 L: qemu-block@nongnu.org
3200 S: Odd Fixes
3201 F: block/iscsi.c
3202 F: block/iscsi-opts.c
3204 Network Block Device (NBD)
3205 M: Eric Blake <eblake@redhat.com>
3206 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3207 L: qemu-block@nongnu.org
3208 S: Maintained
3209 F: block/nbd*
3210 F: nbd/
3211 F: include/block/nbd*
3212 F: qemu-nbd.*
3213 F: blockdev-nbd.c
3214 F: docs/interop/nbd.txt
3215 F: docs/tools/qemu-nbd.rst
3216 T: git https://repo.or.cz/qemu/ericb.git nbd
3217 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3220 M: Peter Lieven <pl@kamp.de>
3221 L: qemu-block@nongnu.org
3222 S: Maintained
3223 F: block/nfs.c
3226 M: Richard W.M. Jones <rjones@redhat.com>
3227 L: qemu-block@nongnu.org
3228 S: Supported
3229 F: block/ssh.c
3231 CURL
3232 L: qemu-block@nongnu.org
3233 S: Odd Fixes
3234 F: block/curl.c
3236 GLUSTER
3237 L: qemu-block@nongnu.org
3238 L: integration@gluster.org
3239 S: Odd Fixes
3240 F: block/gluster.c
3242 Null Block Driver
3243 M: Fam Zheng <fam@euphon.net>
3244 L: qemu-block@nongnu.org
3245 S: Supported
3246 F: block/null.c
3248 NVMe Block Driver
3249 M: Stefan Hajnoczi <stefanha@redhat.com>
3250 R: Fam Zheng <fam@euphon.net>
3251 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3252 L: qemu-block@nongnu.org
3253 S: Supported
3254 F: block/nvme*
3255 F: include/block/nvme.h
3256 T: git https://github.com/stefanha/qemu.git block
3258 Bootdevice
3259 M: Gonglei <arei.gonglei@huawei.com>
3260 S: Maintained
3261 F: softmmu/bootdevice.c
3263 Quorum
3264 M: Alberto Garcia <berto@igalia.com>
3265 S: Supported
3266 F: block/quorum.c
3267 L: qemu-block@nongnu.org
3269 blklogwrites
3270 M: Ari Sundholm <ari@tuxera.com>
3271 L: qemu-block@nongnu.org
3272 S: Supported
3273 F: block/blklogwrites.c
3275 blkverify
3276 M: Stefan Hajnoczi <stefanha@redhat.com>
3277 L: qemu-block@nongnu.org
3278 S: Supported
3279 F: block/blkverify.c
3281 bochs
3282 M: Stefan Hajnoczi <stefanha@redhat.com>
3283 L: qemu-block@nongnu.org
3284 S: Supported
3285 F: block/bochs.c
3287 cloop
3288 M: Stefan Hajnoczi <stefanha@redhat.com>
3289 L: qemu-block@nongnu.org
3290 S: Supported
3291 F: block/cloop.c
3294 M: Stefan Hajnoczi <stefanha@redhat.com>
3295 L: qemu-block@nongnu.org
3296 S: Supported
3297 F: block/dmg.c
3299 parallels
3300 M: Stefan Hajnoczi <stefanha@redhat.com>
3301 M: Denis V. Lunev <den@openvz.org>
3302 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3303 L: qemu-block@nongnu.org
3304 S: Supported
3305 F: block/parallels.c
3306 F: block/parallels-ext.c
3307 F: docs/interop/parallels.txt
3308 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3311 M: Stefan Hajnoczi <stefanha@redhat.com>
3312 L: qemu-block@nongnu.org
3313 S: Supported
3314 F: block/qed.c
3317 M: Kevin Wolf <kwolf@redhat.com>
3318 L: qemu-block@nongnu.org
3319 S: Supported
3320 F: block/linux-aio.c
3321 F: include/block/raw-aio.h
3322 F: block/raw-format.c
3323 F: block/file-posix.c
3324 F: block/file-win32.c
3325 F: block/win32-aio.c
3327 Linux io_uring
3328 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3329 M: Julia Suvorova <jusual@redhat.com>
3330 M: Stefan Hajnoczi <stefanha@redhat.com>
3331 R: Stefano Garzarella <sgarzare@redhat.com>
3332 L: qemu-block@nongnu.org
3333 S: Maintained
3334 F: block/io_uring.c
3335 F: stubs/io_uring.c
3337 qcow2
3338 M: Kevin Wolf <kwolf@redhat.com>
3339 M: Hanna Reitz <hreitz@redhat.com>
3340 L: qemu-block@nongnu.org
3341 S: Supported
3342 F: block/qcow2*
3343 F: docs/interop/qcow2.txt
3345 qcow
3346 M: Kevin Wolf <kwolf@redhat.com>
3347 L: qemu-block@nongnu.org
3348 S: Supported
3349 F: block/qcow.c
3351 blkdebug
3352 M: Kevin Wolf <kwolf@redhat.com>
3353 M: Hanna Reitz <hreitz@redhat.com>
3354 L: qemu-block@nongnu.org
3355 S: Supported
3356 F: block/blkdebug.c
3359 M: Kevin Wolf <kwolf@redhat.com>
3360 L: qemu-block@nongnu.org
3361 S: Supported
3362 F: block/vpc.c
3364 vvfat
3365 M: Kevin Wolf <kwolf@redhat.com>
3366 L: qemu-block@nongnu.org
3367 S: Odd Fixes
3368 F: block/vvfat.c
3370 Image format fuzzer
3371 M: Stefan Hajnoczi <stefanha@redhat.com>
3372 L: qemu-block@nongnu.org
3373 S: Supported
3374 F: tests/image-fuzzer/
3376 Vhost-user block device backend server
3377 M: Coiby Xu <Coiby.Xu@gmail.com>
3378 S: Maintained
3379 F: block/export/vhost-user-blk-server.c
3380 F: block/export/vhost-user-blk-server.h
3381 F: include/qemu/vhost-user-server.h
3382 F: tests/qtest/libqos/vhost-user-blk.c
3383 F: tests/qtest/libqos/vhost-user-blk.h
3384 F: tests/qtest/vhost-user-blk-test.c
3385 F: util/vhost-user-server.c
3387 FUSE block device exports
3388 M: Hanna Reitz <hreitz@redhat.com>
3389 L: qemu-block@nongnu.org
3390 S: Supported
3391 F: block/export/fuse.c
3393 Replication
3394 M: Wen Congyang <wencongyang2@huawei.com>
3395 M: Xie Changlong <xiechanglong.d@gmail.com>
3396 S: Supported
3397 F: replication*
3398 F: block/replication.c
3399 F: tests/unit/test-replication.c
3400 F: docs/block-replication.txt
3402 PVRDMA
3403 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3404 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3405 S: Maintained
3406 F: hw/rdma/*
3407 F: hw/rdma/vmw/*
3408 F: docs/pvrdma.txt
3409 F: contrib/rdmacm-mux/*
3410 F: qapi/rdma.json
3412 Semihosting
3413 M: Alex Bennée <alex.bennee@linaro.org>
3414 S: Maintained
3415 F: semihosting/
3416 F: include/semihosting/
3417 F: tests/tcg/multiarch/arm-compat-semi/
3419 Multi-process QEMU
3420 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3421 M: Jagannathan Raman <jag.raman@oracle.com>
3422 M: John G Johnson <john.g.johnson@oracle.com>
3423 S: Maintained
3424 F: docs/devel/multi-process.rst
3425 F: docs/system/multi-process.rst
3426 F: hw/pci-host/remote.c
3427 F: include/hw/pci-host/remote.h
3428 F: hw/remote/machine.c
3429 F: include/hw/remote/machine.h
3430 F: hw/remote/mpqemu-link.c
3431 F: include/hw/remote/mpqemu-link.h
3432 F: hw/remote/message.c
3433 F: hw/remote/remote-obj.c
3434 F: include/hw/remote/memory.h
3435 F: hw/remote/memory.c
3436 F: hw/remote/proxy.c
3437 F: include/hw/remote/proxy.h
3438 F: hw/remote/proxy-memory-listener.c
3439 F: include/hw/remote/proxy-memory-listener.h
3440 F: hw/remote/iohub.c
3441 F: include/hw/remote/iohub.h
3443 EBPF:
3444 M: Jason Wang <jasowang@redhat.com>
3445 R: Andrew Melnychenko <andrew@daynix.com>
3446 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3447 S: Maintained
3448 F: ebpf/*
3449 F: tools/ebpf/*
3451 Build and test automation
3452 -------------------------
3453 Build and test automation, general continuous integration
3454 M: Alex Bennée <alex.bennee@linaro.org>
3455 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3456 M: Thomas Huth <thuth@redhat.com>
3457 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3458 R: Willian Rampazzo <willianr@redhat.com>
3459 S: Maintained
3460 F: .github/lockdown.yml
3461 F: .gitlab-ci.yml
3462 F: .gitlab-ci.d/
3463 F: .travis.yml
3464 F: scripts/ci/
3465 F: tests/docker/
3466 F: tests/vm/
3467 F: scripts/archive-source.sh
3468 W: https://gitlab.com/qemu-project/qemu/pipelines
3469 W: https://travis-ci.org/qemu/qemu
3471 FreeBSD Hosted Continuous Integration
3472 M: Ed Maste <emaste@freebsd.org>
3473 M: Li-Wen Hsu <lwhsu@freebsd.org>
3474 S: Maintained
3475 F: .cirrus.yml
3476 W: https://cirrus-ci.com/github/qemu/qemu
3478 Windows Hosted Continuous Integration
3479 M: Yonggang Luo <luoyonggang@gmail.com>
3480 S: Maintained
3481 F: .cirrus.yml
3482 W: https://cirrus-ci.com/github/qemu/qemu
3484 Guest Test Compilation Support
3485 M: Alex Bennée <alex.bennee@linaro.org>
3486 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3487 S: Maintained
3488 F: tests/tcg/Makefile
3489 F: tests/tcg/Makefile.include
3491 Acceptance (Integration) Testing with the Avocado framework
3492 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3493 R: Cleber Rosa <crosa@redhat.com>
3494 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3495 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3496 R: Willian Rampazzo <willianr@redhat.com>
3497 S: Odd Fixes
3498 F: tests/acceptance/
3500 Documentation
3501 -------------
3502 Build system architecture
3503 M: Daniel P. Berrange <berrange@redhat.com>
3504 S: Odd Fixes
3505 F: docs/devel/build-system.rst
3507 GIT Data Mining Config
3508 M: Alex Bennée <alex.bennee@linaro.org>
3509 S: Odd Fixes
3510 F: gitdm.config
3511 F: contrib/gitdm/*
3513 Incompatible changes
3514 R: libvir-list@redhat.com
3515 F: docs/about/deprecated.rst
3517 Build System
3518 ------------
3519 GIT submodules
3520 M: Daniel P. Berrange <berrange@redhat.com>
3521 S: Odd Fixes
3522 F: scripts/git-submodule.sh
3524 UI translations
3525 S: Orphan
3526 F: po/*.po
3528 Sphinx documentation configuration and build machinery
3529 M: Peter Maydell <peter.maydell@linaro.org>
3530 S: Maintained
3531 F: docs/conf.py
3532 F: docs/*/conf.py
3533 F: docs/sphinx/
3534 F: docs/_templates/
3536 Miscellaneous
3537 -------------
3538 Performance Tools and Tests
3539 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3540 S: Maintained
3541 F: scripts/performance/