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