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