tests/docker: Add debian-microblaze-cross image
[qemu.git] / MAINTAINERS
blob75ec9c86285421d320929fffa47be27fb92d8e6d
1 QEMU Maintainers
2 ================
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14         M: Mail patches to: FullName <address@domain>
15            Maintainers are looking after a certain area and must be CCed on
16            patches. They are considered the main contact point.
17         R: Designated reviewer: FullName <address@domain>
18            These reviewers should be CCed on patches.
19            Reviewers are familiar with the subject matter and provide feedback
20            even though they are not maintainers.
21         L: Mailing list that is relevant to this area
22            These lists should be CCed on patches.
23         W: Web-page with status/info
24         Q: Patchwork web based patch tracking system site
25         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26         S: Status, one of the following:
27            Supported:   Someone is actually paid to look after this.
28            Maintained:  Someone actually looks after it.
29            Odd Fixes:   It has a maintainer but they don't have time to do
30                         much other than throw the odd patch in. See below.
31            Orphan:      No current maintainer [but maybe you could take the
32                         role as you write your new code].
33            Obsolete:    Old code. Something tagged obsolete generally means
34                         it has been replaced by a better system and you
35                         should be using that.
36         F: Files and directories with wildcard patterns.
37            A trailing slash includes all files and subdirectory files.
38            F:   drivers/net/    all files in and below drivers/net
39            F:   drivers/net/*   all files in drivers/net, but not below
40            F:   */net/*         all files in "any top level directory"/net
41            One pattern per line.  Multiple F: lines acceptable.
42         X: Files and directories that are NOT maintained, same rules as F:
43            Files exclusions are tested before file matches.
44            Can be useful for excluding a specific subdirectory, for instance:
45            F:   net/
46            X:   net/ipv6/
47            matches all files in and below net excluding net/ipv6/
48         K: Keyword perl extended regex pattern to match content in a
49            patch or file.  For instance:
50            K: of_get_profile
51               matches patches or files that contain "of_get_profile"
52            K: \b(printk|pr_(info|err))\b
53               matches patches or files that contain one or more of the words
54               printk, pr_info or pr_err
55            One regex pattern per line.  Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
84 Architecture support
85 --------------------
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 M: Thomas Huth <thuth@redhat.com>
89 S: Supported
90 F: configs/devices/s390x-softmmu/default.mak
91 F: gdb-xml/s390*.xml
92 F: hw/char/sclp*.[hc]
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
96 F: hw/s390x/
97 F: hw/vfio/ap.c
98 F: hw/vfio/ccw.c
99 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/s390x/
101 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw/
103 F: pc-bios/s390-ccw.img
104 F: target/s390x/
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://gitlab.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 MIPS general architecture support
113 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
114 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
115 S: Odd Fixes
116 K: ^Subject:.*(?i)mips
118 Guest CPU cores (TCG)
119 ---------------------
120 Overall TCG CPUs
121 M: Richard Henderson <richard.henderson@linaro.org>
122 R: Paolo Bonzini <pbonzini@redhat.com>
123 S: Maintained
124 F: softmmu/cpus.c
125 F: cpus-common.c
126 F: page-vary.c
127 F: page-vary-common.c
128 F: accel/tcg/
129 F: accel/stubs/tcg-stub.c
130 F: util/cacheinfo.c
131 F: util/cacheflush.c
132 F: scripts/decodetree.py
133 F: docs/devel/decodetree.rst
134 F: include/exec/cpu*.h
135 F: include/exec/exec-all.h
136 F: include/exec/helper*.h
137 F: include/sysemu/cpus.h
138 F: include/sysemu/tcg.h
139 F: include/hw/core/tcg-cpu-ops.h
141 FPU emulation
142 M: Aurelien Jarno <aurelien@aurel32.net>
143 M: Peter Maydell <peter.maydell@linaro.org>
144 M: Alex Bennée <alex.bennee@linaro.org>
145 S: Maintained
146 F: fpu/
147 F: include/fpu/
148 F: tests/fp/
150 Alpha TCG CPUs
151 M: Richard Henderson <richard.henderson@linaro.org>
152 S: Maintained
153 F: target/alpha/
154 F: tests/tcg/alpha/
155 F: disas/alpha.c
157 ARM TCG CPUs
158 M: Peter Maydell <peter.maydell@linaro.org>
159 L: qemu-arm@nongnu.org
160 S: Maintained
161 F: target/arm/
162 F: tests/tcg/arm/
163 F: tests/tcg/aarch64/
164 F: tests/qtest/arm-cpu-features.c
165 F: hw/arm/
166 F: hw/cpu/a*mpcore.c
167 F: include/hw/cpu/a*mpcore.h
168 F: disas/arm.c
169 F: disas/arm-a64.cc
170 F: disas/libvixl/
171 F: docs/system/target-arm.rst
172 F: docs/system/arm/cpu-features.rst
174 ARM SMMU
175 M: Eric Auger <eric.auger@redhat.com>
176 L: qemu-arm@nongnu.org
177 S: Maintained
178 F: hw/arm/smmu*
179 F: include/hw/arm/smmu*
180 F: tests/acceptance/smmu.py
182 AVR TCG CPUs
183 M: Michael Rolnik <mrolnik@gmail.com>
184 S: Maintained
185 F: docs/system/target-avr.rst
186 F: gdb-xml/avr-cpu.xml
187 F: target/avr/
188 F: tests/acceptance/machine_avr6.py
190 CRIS TCG CPUs
191 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
192 S: Maintained
193 F: target/cris/
194 F: hw/cris/
195 F: include/hw/cris/
196 F: tests/tcg/cris/
197 F: disas/cris.c
199 Hexagon TCG CPUs
200 M: Taylor Simpson <tsimpson@quicinc.com>
201 S: Supported
202 F: target/hexagon/
203 F: linux-user/hexagon/
204 F: tests/tcg/hexagon/
205 F: disas/hexagon.c
206 F: configs/targets/hexagon-linux-user/default.mak
207 F: docker/dockerfiles/debian-hexagon-cross.docker
208 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
210 HPPA (PA-RISC) TCG CPUs
211 M: Richard Henderson <richard.henderson@linaro.org>
212 S: Maintained
213 F: target/hppa/
214 F: 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
230 MIPS TCG CPUs
231 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
232 R: Aurelien Jarno <aurelien@aurel32.net>
233 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
234 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
235 S: Odd Fixes
236 F: target/mips/
237 F: disas/mips.c
238 F: docs/system/cpu-models-mips.rst.inc
239 F: tests/tcg/mips/
241 MIPS TCG CPUs (nanoMIPS ISA)
242 S: Orphan
243 F: disas/nanomips.*
244 F: target/mips/tcg/*nanomips*
246 NiosII TCG CPUs
247 M: Chris Wulff <crwulff@gmail.com>
248 M: Marek Vasut <marex@denx.de>
249 S: Maintained
250 F: target/nios2/
251 F: hw/nios2/
252 F: disas/nios2.c
253 F: configs/devices/nios2-softmmu/default.mak
254 F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
256 OpenRISC TCG CPUs
257 M: Stafford Horne <shorne@gmail.com>
258 S: Odd Fixes
259 F: target/openrisc/
260 F: hw/openrisc/
261 F: tests/tcg/openrisc/
263 PowerPC TCG CPUs
264 M: David Gibson <david@gibson.dropbear.id.au>
265 M: Greg Kurz <groug@kaod.org>
266 L: qemu-ppc@nongnu.org
267 S: Maintained
268 F: target/ppc/
269 F: hw/ppc/ppc.c
270 F: hw/ppc/ppc_booke.c
271 F: include/hw/ppc/ppc.h
272 F: disas/ppc.c
274 RISC-V TCG CPUs
275 M: Palmer Dabbelt <palmer@dabbelt.com>
276 M: Alistair Francis <alistair.francis@wdc.com>
277 M: Bin Meng <bin.meng@windriver.com>
278 L: qemu-riscv@nongnu.org
279 S: Supported
280 F: target/riscv/
281 F: hw/riscv/
282 F: include/hw/riscv/
283 F: linux-user/host/riscv32/
284 F: linux-user/host/riscv64/
286 RENESAS RX CPUs
287 R: Yoshinori Sato <ysato@users.sourceforge.jp>
288 S: Orphan
289 F: target/rx/
291 S390 TCG CPUs
292 M: Richard Henderson <richard.henderson@linaro.org>
293 M: David Hildenbrand <david@redhat.com>
294 S: Maintained
295 F: target/s390x/
296 F: target/s390x/tcg
297 F: target/s390x/cpu_models_*.[ch]
298 F: hw/s390x/
299 F: disas/s390.c
300 F: tests/tcg/s390x/
301 L: qemu-s390x@nongnu.org
303 SH4 TCG CPUs
304 R: Yoshinori Sato <ysato@users.sourceforge.jp>
305 S: Orphan
306 F: target/sh4/
307 F: hw/sh4/
308 F: disas/sh4.c
309 F: include/hw/sh4/
311 SPARC TCG CPUs
312 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
313 M: Artyom Tarasenko <atar4qemu@gmail.com>
314 S: Maintained
315 F: target/sparc/
316 F: hw/sparc/
317 F: hw/sparc64/
318 F: include/hw/sparc/sparc64.h
319 F: disas/sparc.c
321 X86 TCG CPUs
322 M: Paolo Bonzini <pbonzini@redhat.com>
323 M: Richard Henderson <richard.henderson@linaro.org>
324 M: Eduardo Habkost <ehabkost@redhat.com>
325 S: Maintained
326 F: target/i386/tcg/
327 F: tests/tcg/i386/
328 F: tests/tcg/x86_64/
329 F: hw/i386/
330 F: disas/i386.c
331 F: docs/system/cpu-models-x86*
332 T: git https://gitlab.com/ehabkost/qemu.git x86-next
334 Xtensa TCG CPUs
335 M: Max Filippov <jcmvbkbc@gmail.com>
336 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
337 S: Maintained
338 F: target/xtensa/
339 F: hw/xtensa/
340 F: tests/tcg/xtensa/
341 F: disas/xtensa.c
342 F: include/hw/xtensa/xtensa-isa.h
343 F: configs/devices/xtensa*/default.mak
345 TriCore TCG CPUs
346 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
347 S: Maintained
348 F: target/tricore/
349 F: hw/tricore/
350 F: include/hw/tricore/
351 F: tests/tcg/tricore/
353 Multiarch Linux User Tests
354 M: Alex Bennée <alex.bennee@linaro.org>
355 S: Maintained
356 F: tests/tcg/multiarch/
358 Guest CPU Cores (KVM)
359 ---------------------
360 Overall KVM CPUs
361 M: Paolo Bonzini <pbonzini@redhat.com>
362 L: kvm@vger.kernel.org
363 S: Supported
364 F: */*/kvm*
365 F: accel/kvm/
366 F: accel/stubs/kvm-stub.c
367 F: include/hw/kvm/
368 F: include/sysemu/kvm*.h
369 F: scripts/kvm/kvm_flightrecorder
371 ARM KVM CPUs
372 M: Peter Maydell <peter.maydell@linaro.org>
373 L: qemu-arm@nongnu.org
374 S: Maintained
375 F: target/arm/kvm.c
377 MIPS KVM CPUs
378 M: Huacai Chen <chenhuacai@kernel.org>
379 S: Odd Fixes
380 F: target/mips/kvm*
381 F: target/mips/sysemu/
383 PPC KVM CPUs
384 M: David Gibson <david@gibson.dropbear.id.au>
385 M: Greg Kurz <groug@kaod.org>
386 S: Maintained
387 F: target/ppc/kvm.c
389 S390 KVM CPUs
390 M: Halil Pasic <pasic@linux.ibm.com>
391 M: Christian Borntraeger <borntraeger@de.ibm.com>
392 S: Supported
393 F: target/s390x/kvm/
394 F: target/s390x/ioinst.[ch]
395 F: target/s390x/machine.c
396 F: target/s390x/sigp.c
397 F: target/s390x/cpu_features*.[ch]
398 F: target/s390x/cpu_models.[ch]
399 F: hw/s390x/pv.c
400 F: include/hw/s390x/pv.h
401 F: hw/intc/s390_flic.c
402 F: hw/intc/s390_flic_kvm.c
403 F: include/hw/s390x/s390_flic.h
404 F: gdb-xml/s390*.xml
405 T: git https://github.com/borntraeger/qemu.git s390-next
406 L: qemu-s390x@nongnu.org
408 X86 KVM CPUs
409 M: Paolo Bonzini <pbonzini@redhat.com>
410 M: Marcelo Tosatti <mtosatti@redhat.com>
411 L: kvm@vger.kernel.org
412 S: Supported
413 F: docs/amd-memory-encryption.txt
414 F: docs/system/i386/sgx.rst
415 F: target/i386/kvm/
416 F: target/i386/sev*
417 F: scripts/kvm/vmxcap
419 Guest CPU Cores (other accelerators)
420 ------------------------------------
421 Overall
422 M: Richard Henderson <richard.henderson@linaro.org>
423 R: Paolo Bonzini <pbonzini@redhat.com>
424 S: Maintained
425 F: include/qemu/accel.h
426 F: include/sysemu/accel-ops.h
427 F: include/hw/core/accel-cpu.h
428 F: accel/accel-*.c
429 F: accel/Makefile.objs
430 F: accel/stubs/Makefile.objs
432 Apple Silicon HVF CPUs
433 M: Alexander Graf <agraf@csgraf.de>
434 S: Maintained
435 F: target/arm/hvf/
437 X86 HVF CPUs
438 M: Cameron Esfahani <dirty@apple.com>
439 M: Roman Bolshakov <r.bolshakov@yadro.com>
440 W: https://wiki.qemu.org/Features/HVF
441 S: Maintained
442 F: target/i386/hvf/
445 M: Cameron Esfahani <dirty@apple.com>
446 M: Roman Bolshakov <r.bolshakov@yadro.com>
447 W: https://wiki.qemu.org/Features/HVF
448 S: Maintained
449 F: accel/hvf/
450 F: include/sysemu/hvf.h
451 F: include/sysemu/hvf_int.h
453 WHPX CPUs
454 M: Sunil Muthuswamy <sunilmut@microsoft.com>
455 S: Supported
456 F: target/i386/whpx/
457 F: include/sysemu/whpx.h
459 Guest CPU Cores (Xen)
460 ---------------------
461 X86 Xen CPUs
462 M: Stefano Stabellini <sstabellini@kernel.org>
463 M: Anthony Perard <anthony.perard@citrix.com>
464 M: Paul Durrant <paul@xen.org>
465 L: xen-devel@lists.xenproject.org
466 S: Supported
467 F: */xen*
468 F: accel/xen/*
469 F: hw/9pfs/xen-9p*
470 F: hw/char/xen_console.c
471 F: hw/display/xenfb.c
472 F: hw/net/xen_nic.c
473 F: hw/usb/xen-usb.c
474 F: hw/block/xen*
475 F: hw/block/dataplane/xen*
476 F: hw/xen/
477 F: hw/xenpv/
478 F: hw/i386/xen/
479 F: hw/pci-host/xen_igd_pt.c
480 F: include/hw/block/dataplane/xen*
481 F: include/hw/xen/
482 F: include/sysemu/xen.h
483 F: include/sysemu/xen-mapcache.h
484 F: stubs/xen-hw-stub.c
486 Guest CPU Cores (HAXM)
487 ---------------------
488 X86 HAXM CPUs
489 M: Wenchao Wang <wenchao.wang@intel.com>
490 M: Colin Xu <colin.xu@intel.com>
491 L: haxm-team@intel.com
492 W: https://github.com/intel/haxm/issues
493 S: Maintained
494 F: accel/stubs/hax-stub.c
495 F: include/sysemu/hax.h
496 F: target/i386/hax/
498 Guest CPU Cores (NVMM)
499 ----------------------
500 NetBSD Virtual Machine Monitor (NVMM) CPU support
501 M: Kamil Rytarowski <kamil@netbsd.org>
502 M: Reinoud Zandijk <reinoud@netbsd.org>
503 S: Maintained
504 F: include/sysemu/nvmm.h
505 F: target/i386/nvmm/
507 Hosts
508 -----
509 LINUX
510 M: Michael S. Tsirkin <mst@redhat.com>
511 M: Cornelia Huck <cohuck@redhat.com>
512 M: Paolo Bonzini <pbonzini@redhat.com>
513 S: Maintained
514 F: linux-headers/
515 F: scripts/update-linux-headers.sh
517 POSIX
518 M: Paolo Bonzini <pbonzini@redhat.com>
519 S: Maintained
520 F: os-posix.c
521 F: include/sysemu/os-posix.h
522 F: util/*posix*.c
523 F: include/qemu/*posix*.h
525 NETBSD
526 M: Kamil Rytarowski <kamil@netbsd.org>
527 M: Reinoud Zandijk <reinoud@netbsd.org>
528 M: Ryo ONODERA <ryoon@netbsd.org>
529 S: Maintained
530 K: ^Subject:.*(?i)NetBSD
532 OPENBSD
533 M: Brad Smith <brad@comstyle.com>
534 S: Maintained
535 K: ^Subject:.*(?i)OpenBSD
537 W32, W64
538 M: Stefan Weil <sw@weilnetz.de>
539 S: Maintained
540 F: *win32*
541 F: */*win32*
542 F: include/*/*win32*
543 X: qga/*win32*
544 F: qemu.nsi
546 Alpha Machines
547 --------------
548 M: Richard Henderson <richard.henderson@linaro.org>
549 S: Maintained
550 F: hw/alpha/
551 F: hw/isa/smc37c669-superio.c
552 F: tests/tcg/alpha/system/
554 ARM Machines
555 ------------
556 Allwinner-a10
557 M: Beniamino Galvani <b.galvani@gmail.com>
558 M: Peter Maydell <peter.maydell@linaro.org>
559 L: qemu-arm@nongnu.org
560 S: Odd Fixes
561 F: hw/*/allwinner*
562 F: include/hw/*/allwinner*
563 F: hw/arm/cubieboard.c
564 F: docs/system/arm/cubieboard.rst
566 Allwinner-h3
567 M: Niek Linnenbank <nieklinnenbank@gmail.com>
568 L: qemu-arm@nongnu.org
569 S: Maintained
570 F: hw/*/allwinner-h3*
571 F: include/hw/*/allwinner-h3*
572 F: hw/arm/orangepi.c
573 F: docs/system/arm/orangepi.rst
575 ARM PrimeCell and CMSDK devices
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
578 S: Maintained
579 F: hw/char/pl011.c
580 F: include/hw/char/pl011.h
581 F: hw/display/pl110*
582 F: hw/dma/pl080.c
583 F: include/hw/dma/pl080.h
584 F: hw/dma/pl330.c
585 F: hw/gpio/pl061.c
586 F: hw/input/pl050.c
587 F: hw/intc/pl190.c
588 F: hw/sd/pl181.c
589 F: hw/ssi/pl022.c
590 F: include/hw/ssi/pl022.h
591 F: hw/rtc/pl031.c
592 F: include/hw/rtc/pl031.h
593 F: include/hw/arm/primecell.h
594 F: hw/timer/cmsdk-apb-timer.c
595 F: include/hw/timer/cmsdk-apb-timer.h
596 F: tests/qtest/cmsdk-apb-timer-test.c
597 F: hw/timer/cmsdk-apb-dualtimer.c
598 F: include/hw/timer/cmsdk-apb-dualtimer.h
599 F: tests/qtest/cmsdk-apb-dualtimer-test.c
600 F: hw/char/cmsdk-apb-uart.c
601 F: include/hw/char/cmsdk-apb-uart.h
602 F: hw/watchdog/cmsdk-apb-watchdog.c
603 F: include/hw/watchdog/cmsdk-apb-watchdog.h
604 F: tests/qtest/cmsdk-apb-watchdog-test.c
605 F: hw/misc/tz-ppc.c
606 F: include/hw/misc/tz-ppc.h
607 F: hw/misc/tz-mpc.c
608 F: include/hw/misc/tz-mpc.h
609 F: hw/misc/tz-msc.c
610 F: include/hw/misc/tz-msc.h
612 ARM cores
613 M: Peter Maydell <peter.maydell@linaro.org>
614 L: qemu-arm@nongnu.org
615 S: Maintained
616 F: hw/intc/arm*
617 F: hw/intc/gic_internal.h
618 F: hw/misc/a9scu.c
619 F: hw/misc/arm11scu.c
620 F: hw/misc/arm_l2x0.c
621 F: hw/misc/armv7m_ras.c
622 F: hw/timer/a9gtimer*
623 F: hw/timer/arm*
624 F: include/hw/arm/arm*.h
625 F: include/hw/intc/arm*
626 F: include/hw/misc/a9scu.h
627 F: include/hw/misc/arm11scu.h
628 F: include/hw/timer/a9gtimer.h
629 F: include/hw/timer/arm_mptimer.h
630 F: include/hw/timer/armv7m_systick.h
631 F: include/hw/misc/armv7m_ras.h
632 F: tests/qtest/test-arm-mptimer.c
634 Exynos
635 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
636 M: Peter Maydell <peter.maydell@linaro.org>
637 L: qemu-arm@nongnu.org
638 S: Odd Fixes
639 F: hw/*/exynos*
640 F: include/hw/arm/exynos4210.h
642 Calxeda Highbank
643 M: Rob Herring <robh@kernel.org>
644 M: Peter Maydell <peter.maydell@linaro.org>
645 L: qemu-arm@nongnu.org
646 S: Odd Fixes
647 F: hw/arm/highbank.c
648 F: hw/net/xgmac.c
649 F: docs/system/arm/highbank.rst
651 Canon DIGIC
652 M: Antony Pavlov <antonynpavlov@gmail.com>
653 M: Peter Maydell <peter.maydell@linaro.org>
654 L: qemu-arm@nongnu.org
655 S: Odd Fixes
656 F: include/hw/arm/digic.h
657 F: hw/*/digic*
658 F: include/hw/*/digic*
659 F: tests/acceptance/machine_arm_canona1100.py
660 F: docs/system/arm/digic.rst
662 Goldfish RTC
663 M: Anup Patel <anup.patel@wdc.com>
664 M: Alistair Francis <Alistair.Francis@wdc.com>
665 L: qemu-riscv@nongnu.org
666 S: Maintained
667 F: hw/rtc/goldfish_rtc.c
668 F: include/hw/rtc/goldfish_rtc.h
670 Gumstix
671 M: Peter Maydell <peter.maydell@linaro.org>
672 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
673 L: qemu-arm@nongnu.org
674 S: Odd Fixes
675 F: hw/arm/gumstix.c
676 F: docs/system/arm/gumstix.rst
678 i.MX25 PDK
679 M: Peter Maydell <peter.maydell@linaro.org>
680 R: Jean-Christophe Dubois <jcd@tribudubois.net>
681 L: qemu-arm@nongnu.org
682 S: Odd Fixes
683 F: hw/arm/fsl-imx25.c
684 F: hw/arm/imx25_pdk.c
685 F: hw/misc/imx25_ccm.c
686 F: hw/watchdog/wdt_imx2.c
687 F: include/hw/arm/fsl-imx25.h
688 F: include/hw/misc/imx25_ccm.h
689 F: include/hw/watchdog/wdt_imx2.h
690 F: docs/system/arm/imx25-pdk.rst
692 i.MX31 (kzm)
693 M: Peter Maydell <peter.maydell@linaro.org>
694 L: qemu-arm@nongnu.org
695 S: Odd Fixes
696 F: hw/arm/kzm.c
697 F: hw/*/imx_*
698 F: hw/*/*imx31*
699 F: include/hw/*/imx_*
700 F: include/hw/*/*imx31*
701 F: docs/system/arm/kzm.rst
703 Integrator CP
704 M: Peter Maydell <peter.maydell@linaro.org>
705 L: qemu-arm@nongnu.org
706 S: Maintained
707 F: hw/arm/integratorcp.c
708 F: hw/misc/arm_integrator_debug.c
709 F: include/hw/misc/arm_integrator_debug.h
710 F: tests/acceptance/machine_arm_integratorcp.py
711 F: docs/system/arm/integratorcp.rst
713 MCIMX6UL EVK / i.MX6ul
714 M: Peter Maydell <peter.maydell@linaro.org>
715 R: Jean-Christophe Dubois <jcd@tribudubois.net>
716 L: qemu-arm@nongnu.org
717 S: Odd Fixes
718 F: hw/arm/mcimx6ul-evk.c
719 F: hw/arm/fsl-imx6ul.c
720 F: hw/misc/imx6ul_ccm.c
721 F: include/hw/arm/fsl-imx6ul.h
722 F: include/hw/misc/imx6ul_ccm.h
724 MCIMX7D SABRE / i.MX7
725 M: Peter Maydell <peter.maydell@linaro.org>
726 R: Andrey Smirnov <andrew.smirnov@gmail.com>
727 L: qemu-arm@nongnu.org
728 S: Odd Fixes
729 F: hw/arm/mcimx7d-sabre.c
730 F: hw/arm/fsl-imx7.c
731 F: hw/misc/imx7_*.c
732 F: include/hw/arm/fsl-imx7.h
733 F: include/hw/misc/imx7_*.h
734 F: hw/pci-host/designware.c
735 F: include/hw/pci-host/designware.h
737 MPS2
738 M: Peter Maydell <peter.maydell@linaro.org>
739 L: qemu-arm@nongnu.org
740 S: Maintained
741 F: hw/arm/mps2.c
742 F: hw/arm/mps2-tz.c
743 F: hw/misc/mps2-*.c
744 F: include/hw/misc/mps2-*.h
745 F: hw/arm/armsse.c
746 F: include/hw/arm/armsse.h
747 F: hw/misc/iotkit-secctl.c
748 F: include/hw/misc/iotkit-secctl.h
749 F: hw/misc/iotkit-sysctl.c
750 F: include/hw/misc/iotkit-sysctl.h
751 F: hw/misc/iotkit-sysinfo.c
752 F: include/hw/misc/iotkit-sysinfo.h
753 F: hw/misc/armsse-cpu-pwrctrl.c
754 F: include/hw/misc/armsse-cpu-pwrctrl.h
755 F: hw/misc/armsse-cpuid.c
756 F: include/hw/misc/armsse-cpuid.h
757 F: hw/misc/armsse-mhu.c
758 F: include/hw/misc/armsse-mhu.h
759 F: hw/timer/sse-counter.c
760 F: include/hw/timer/sse-counter.h
761 F: hw/timer/sse-timer.c
762 F: include/hw/timer/sse-timer.h
763 F: tests/qtest/sse-timer-test.c
764 F: docs/system/arm/mps2.rst
766 Musca
767 M: Peter Maydell <peter.maydell@linaro.org>
768 L: qemu-arm@nongnu.org
769 S: Maintained
770 F: hw/arm/musca.c
771 F: docs/system/arm/musca.rst
773 Musicpal
774 M: Jan Kiszka <jan.kiszka@web.de>
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
777 S: Odd Fixes
778 F: hw/arm/musicpal.c
779 F: docs/system/arm/musicpal.rst
781 Nuvoton NPCM7xx
782 M: Havard Skinnemoen <hskinnemoen@google.com>
783 M: Tyrone Ting <kfting@nuvoton.com>
784 L: qemu-arm@nongnu.org
785 S: Supported
786 F: hw/*/npcm7xx*
787 F: include/hw/*/npcm7xx*
788 F: tests/qtest/npcm7xx*
789 F: pc-bios/npcm7xx_bootrom.bin
790 F: roms/vbootrom
791 F: docs/system/arm/nuvoton.rst
793 nSeries
794 M: Peter Maydell <peter.maydell@linaro.org>
795 L: qemu-arm@nongnu.org
796 S: Odd Fixes
797 F: hw/arm/nseries.c
798 F: hw/display/blizzard.c
799 F: hw/input/lm832x.c
800 F: hw/input/tsc2005.c
801 F: hw/misc/cbus.c
802 F: hw/rtc/twl92230.c
803 F: include/hw/display/blizzard.h
804 F: include/hw/input/lm832x.h
805 F: include/hw/input/tsc2xxx.h
806 F: include/hw/misc/cbus.h
807 F: tests/acceptance/machine_arm_n8x0.py
808 F: docs/system/arm/nseries.rst
810 Palm
811 M: Peter Maydell <peter.maydell@linaro.org>
812 L: qemu-arm@nongnu.org
813 S: Odd Fixes
814 F: hw/arm/palm.c
815 F: hw/input/tsc210x.c
816 F: include/hw/input/tsc2xxx.h
817 F: docs/system/arm/palm.rst
819 Raspberry Pi
820 M: Peter Maydell <peter.maydell@linaro.org>
821 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
822 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
823 L: qemu-arm@nongnu.org
824 S: Odd Fixes
825 F: hw/arm/raspi.c
826 F: hw/arm/raspi_platform.h
827 F: hw/*/bcm283*
828 F: include/hw/arm/raspi*
829 F: include/hw/*/bcm283*
830 F: docs/system/arm/raspi.rst
832 Real View
833 M: Peter Maydell <peter.maydell@linaro.org>
834 L: qemu-arm@nongnu.org
835 S: Maintained
836 F: hw/arm/realview*
837 F: hw/cpu/realview_mpcore.c
838 F: hw/intc/realview_gic.c
839 F: include/hw/intc/realview_gic.h
840 F: docs/system/arm/realview.rst
842 PXA2XX
843 M: Peter Maydell <peter.maydell@linaro.org>
844 L: qemu-arm@nongnu.org
845 S: Odd Fixes
846 F: hw/arm/mainstone.c
847 F: hw/arm/spitz.c
848 F: hw/arm/tosa.c
849 F: hw/arm/z2.c
850 F: hw/*/pxa2xx*
851 F: hw/display/tc6393xb.c
852 F: hw/gpio/max7310.c
853 F: hw/gpio/zaurus.c
854 F: hw/misc/mst_fpga.c
855 F: hw/adc/max111x.c
856 F: include/hw/adc/max111x.h
857 F: include/hw/arm/pxa.h
858 F: include/hw/arm/sharpsl.h
859 F: include/hw/display/tc6393xb.h
860 F: docs/system/arm/xscale.rst
861 F: docs/system/arm/mainstone.rst
863 SABRELITE / i.MX6
864 M: Peter Maydell <peter.maydell@linaro.org>
865 R: Jean-Christophe Dubois <jcd@tribudubois.net>
866 L: qemu-arm@nongnu.org
867 S: Odd Fixes
868 F: hw/arm/sabrelite.c
869 F: hw/arm/fsl-imx6.c
870 F: hw/misc/imx6_*.c
871 F: hw/ssi/imx_spi.c
872 F: hw/usb/imx-usb-phy.c
873 F: include/hw/usb/imx-usb-phy.h
874 F: include/hw/arm/fsl-imx6.h
875 F: include/hw/misc/imx6_*.h
876 F: include/hw/ssi/imx_spi.h
878 SBSA-REF
879 M: Radoslaw Biernacki <rad@semihalf.com>
880 M: Peter Maydell <peter.maydell@linaro.org>
881 R: Leif Lindholm <leif@nuviainc.com>
882 L: qemu-arm@nongnu.org
883 S: Maintained
884 F: hw/arm/sbsa-ref.c
885 F: docs/system/arm/sbsa.rst
887 Sharp SL-5500 (Collie) PDA
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
890 S: Odd Fixes
891 F: hw/arm/collie.c
892 F: hw/arm/strongarm*
893 F: docs/system/arm/collie.rst
895 Stellaris
896 M: Peter Maydell <peter.maydell@linaro.org>
897 L: qemu-arm@nongnu.org
898 S: Maintained
899 F: hw/*/stellaris*
900 F: include/hw/input/gamepad.h
901 F: docs/system/arm/stellaris.rst
903 STM32VLDISCOVERY
904 M: Alexandre Iooss <erdnaxe@crans.org>
905 L: qemu-arm@nongnu.org
906 S: Maintained
907 F: hw/arm/stm32vldiscovery.c
908 F: docs/system/arm/stm32.rst
910 Versatile Express
911 M: Peter Maydell <peter.maydell@linaro.org>
912 L: qemu-arm@nongnu.org
913 S: Maintained
914 F: hw/arm/vexpress.c
915 F: docs/system/arm/vexpress.rst
917 Versatile PB
918 M: Peter Maydell <peter.maydell@linaro.org>
919 L: qemu-arm@nongnu.org
920 S: Maintained
921 F: hw/*/versatile*
922 F: include/hw/i2c/arm_sbcon_i2c.h
923 F: hw/misc/arm_sysctl.c
924 F: docs/system/arm/versatile.rst
926 Virt
927 M: Peter Maydell <peter.maydell@linaro.org>
928 L: qemu-arm@nongnu.org
929 S: Maintained
930 F: hw/arm/virt*
931 F: include/hw/arm/virt.h
932 F: docs/system/arm/virt.rst
934 Xilinx Zynq
935 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
936 M: Alistair Francis <alistair@alistair23.me>
937 M: Peter Maydell <peter.maydell@linaro.org>
938 L: qemu-arm@nongnu.org
939 S: Maintained
940 F: hw/*/xilinx_*
941 F: hw/*/cadence_*
942 F: hw/misc/zynq_slcr.c
943 F: hw/adc/zynq-xadc.c
944 F: include/hw/misc/zynq_slcr.h
945 F: include/hw/adc/zynq-xadc.h
946 X: hw/ssi/xilinx_*
948 Xilinx ZynqMP and Versal
949 M: Alistair Francis <alistair@alistair23.me>
950 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
951 M: Peter Maydell <peter.maydell@linaro.org>
952 L: qemu-arm@nongnu.org
953 S: Maintained
954 F: hw/*/xlnx*.c
955 F: include/hw/*/xlnx*.h
956 F: include/hw/ssi/xilinx_spips.h
957 F: hw/display/dpcd.c
958 F: include/hw/display/dpcd.h
959 F: docs/system/arm/xlnx-versal-virt.rst
961 ARM ACPI Subsystem
962 M: Shannon Zhao <shannon.zhaosl@gmail.com>
963 L: qemu-arm@nongnu.org
964 S: Maintained
965 F: hw/arm/virt-acpi-build.c
967 STM32F100
968 M: Alexandre Iooss <erdnaxe@crans.org>
969 L: qemu-arm@nongnu.org
970 S: Maintained
971 F: hw/arm/stm32f100_soc.c
973 STM32F205
974 M: Alistair Francis <alistair@alistair23.me>
975 M: Peter Maydell <peter.maydell@linaro.org>
976 L: qemu-arm@nongnu.org
977 S: Maintained
978 F: hw/arm/stm32f205_soc.c
979 F: hw/misc/stm32f2xx_syscfg.c
980 F: hw/char/stm32f2xx_usart.c
981 F: hw/timer/stm32f2xx_timer.c
982 F: hw/adc/*
983 F: hw/ssi/stm32f2xx_spi.c
984 F: include/hw/*/stm32*.h
986 STM32F405
987 M: Alistair Francis <alistair@alistair23.me>
988 M: Peter Maydell <peter.maydell@linaro.org>
989 L: qemu-arm@nongnu.org
990 S: Maintained
991 F: hw/arm/stm32f405_soc.c
992 F: hw/misc/stm32f4xx_syscfg.c
993 F: hw/misc/stm32f4xx_exti.c
995 Netduino 2
996 M: Alistair Francis <alistair@alistair23.me>
997 M: Peter Maydell <peter.maydell@linaro.org>
998 L: qemu-arm@nongnu.org
999 S: Maintained
1000 F: hw/arm/netduino2.c
1002 Netduino Plus 2
1003 M: Alistair Francis <alistair@alistair23.me>
1004 M: Peter Maydell <peter.maydell@linaro.org>
1005 L: qemu-arm@nongnu.org
1006 S: Maintained
1007 F: hw/arm/netduinoplus2.c
1009 SmartFusion2
1010 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1011 M: Peter Maydell <peter.maydell@linaro.org>
1012 L: qemu-arm@nongnu.org
1013 S: Maintained
1014 F: hw/arm/msf2-soc.c
1015 F: hw/misc/msf2-sysreg.c
1016 F: hw/timer/mss-timer.c
1017 F: hw/ssi/mss-spi.c
1018 F: include/hw/arm/msf2-soc.h
1019 F: include/hw/misc/msf2-sysreg.h
1020 F: include/hw/timer/mss-timer.h
1021 F: include/hw/ssi/mss-spi.h
1022 F: hw/net/msf2-emac.c
1023 F: include/hw/net/msf2-emac.h
1025 Emcraft M2S-FG484
1026 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1027 M: Peter Maydell <peter.maydell@linaro.org>
1028 L: qemu-arm@nongnu.org
1029 S: Maintained
1030 F: hw/arm/msf2-som.c
1031 F: docs/system/arm/emcraft-sf2.rst
1033 ASPEED BMCs
1034 M: Cédric Le Goater <clg@kaod.org>
1035 M: Peter Maydell <peter.maydell@linaro.org>
1036 R: Andrew Jeffery <andrew@aj.id.au>
1037 R: Joel Stanley <joel@jms.id.au>
1038 L: qemu-arm@nongnu.org
1039 S: Maintained
1040 F: hw/*/*aspeed*
1041 F: hw/misc/pca9552.c
1042 F: include/hw/*/*aspeed*
1043 F: include/hw/misc/pca9552*.h
1044 F: hw/net/ftgmac100.c
1045 F: include/hw/net/ftgmac100.h
1046 F: docs/system/arm/aspeed.rst
1047 F: tests/qtest/*aspeed*
1049 NRF51
1050 M: Joel Stanley <joel@jms.id.au>
1051 M: Peter Maydell <peter.maydell@linaro.org>
1052 L: qemu-arm@nongnu.org
1053 S: Maintained
1054 F: hw/*/nrf51*.c
1055 F: hw/*/microbit*.c
1056 F: include/hw/*/nrf51*.h
1057 F: include/hw/*/microbit*.h
1058 F: tests/qtest/microbit-test.c
1059 F: docs/system/arm/nrf.rst
1061 AVR Machines
1062 -------------
1064 AVR MCUs
1065 M: Michael Rolnik <mrolnik@gmail.com>
1066 S: Maintained
1067 F: configs/devices/avr-softmmu/default.mak
1068 F: hw/avr/
1069 F: include/hw/char/avr_usart.h
1070 F: hw/char/avr_usart.c
1071 F: include/hw/timer/avr_timer16.h
1072 F: hw/timer/avr_timer16.c
1073 F: include/hw/misc/avr_power.h
1074 F: hw/misc/avr_power.c
1076 Arduino
1077 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1078 S: Maintained
1079 F: hw/avr/arduino.c
1081 CRIS Machines
1082 -------------
1083 Axis Dev88
1084 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1085 S: Maintained
1086 F: hw/cris/axis_dev88.c
1087 F: hw/*/etraxfs_*.c
1089 HP-PARISC Machines
1090 ------------------
1091 HP B160L
1092 M: Richard Henderson <richard.henderson@linaro.org>
1093 R: Helge Deller <deller@gmx.de>
1094 S: Odd Fixes
1095 F: configs/devices/hppa-softmmu/default.mak
1096 F: hw/hppa/
1097 F: hw/net/*i82596*
1098 F: include/hw/net/lasi_82596.h
1099 F: pc-bios/hppa-firmware.img
1101 M68K Machines
1102 -------------
1103 an5206
1104 M: Thomas Huth <huth@tuxfamily.org>
1105 S: Odd Fixes
1106 F: hw/m68k/an5206.c
1107 F: hw/m68k/mcf5206.c
1109 mcf5208
1110 M: Thomas Huth <huth@tuxfamily.org>
1111 S: Odd Fixes
1112 F: hw/m68k/mcf5208.c
1113 F: hw/m68k/mcf_intc.c
1114 F: hw/char/mcf_uart.c
1115 F: hw/net/mcf_fec.c
1116 F: include/hw/m68k/mcf*.h
1118 NeXTcube
1119 M: Thomas Huth <huth@tuxfamily.org>
1120 S: Odd Fixes
1121 F: hw/m68k/next-*.c
1122 F: hw/display/next-fb.c
1123 F: include/hw/m68k/next-cube.h
1125 q800
1126 M: Laurent Vivier <laurent@vivier.eu>
1127 S: Maintained
1128 F: hw/m68k/q800.c
1129 F: hw/misc/mac_via.c
1130 F: hw/nubus/*
1131 F: hw/display/macfb.c
1132 F: hw/block/swim.c
1133 F: hw/m68k/bootinfo.h
1134 F: include/standard-headers/asm-m68k/bootinfo.h
1135 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1136 F: include/hw/misc/mac_via.h
1137 F: include/hw/nubus/*
1138 F: include/hw/display/macfb.h
1139 F: include/hw/block/swim.h
1141 virt
1142 M: Laurent Vivier <laurent@vivier.eu>
1143 S: Maintained
1144 F: hw/m68k/virt.c
1145 F: hw/char/goldfish_tty.c
1146 F: hw/intc/goldfish_pic.c
1147 F: hw/intc/m68k_irqc.c
1148 F: hw/misc/virt_ctrl.c
1149 F: include/hw/char/goldfish_tty.h
1150 F: include/hw/intc/goldfish_pic.h
1151 F: include/hw/intc/m68k_irqc.h
1152 F: include/hw/misc/virt_ctrl.h
1154 MicroBlaze Machines
1155 -------------------
1156 petalogix_s3adsp1800
1157 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1158 S: Maintained
1159 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1160 F: include/hw/char/xilinx_uartlite.h
1161 F: tests/acceptance/machine_microblaze.py
1163 petalogix_ml605
1164 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1165 S: Maintained
1166 F: hw/microblaze/petalogix_ml605_mmu.c
1168 MIPS Machines
1169 -------------
1170 Overall MIPS Machines
1171 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1172 S: Odd Fixes
1173 F: configs/devices/mips*/*
1174 F: hw/mips/
1175 F: include/hw/mips/
1177 Jazz
1178 M: Hervé Poussineau <hpoussin@reactos.org>
1179 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1180 S: Maintained
1181 F: hw/mips/jazz.c
1182 F: hw/display/jazz_led.c
1183 F: hw/dma/rc4030.c
1185 Malta
1186 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1187 R: Aurelien Jarno <aurelien@aurel32.net>
1188 S: Odd Fixes
1189 F: hw/isa/piix4.c
1190 F: hw/acpi/piix4.c
1191 F: hw/mips/malta.c
1192 F: hw/mips/gt64xxx_pci.c
1193 F: include/hw/southbridge/piix.h
1194 F: tests/acceptance/linux_ssh_mips_malta.py
1195 F: tests/acceptance/machine_mips_malta.py
1197 Mipssim
1198 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1199 S: Orphan
1200 F: hw/mips/mipssim.c
1201 F: hw/net/mipsnet.c
1203 Fuloong 2E
1204 M: Huacai Chen <chenhuacai@kernel.org>
1205 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1206 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1207 S: Odd Fixes
1208 F: hw/mips/fuloong2e.c
1209 F: hw/isa/vt82c686.c
1210 F: hw/pci-host/bonito.c
1211 F: hw/usb/vt82c686-uhci-pci.c
1212 F: include/hw/isa/vt82c686.h
1213 F: tests/acceptance/machine_mips_fuloong2e.py
1215 Loongson-3 virtual platforms
1216 M: Huacai Chen <chenhuacai@kernel.org>
1217 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1218 S: Maintained
1219 F: hw/intc/loongson_liointc.c
1220 F: hw/mips/loongson3_bootp.c
1221 F: hw/mips/loongson3_bootp.h
1222 F: hw/mips/loongson3_virt.c
1223 F: tests/acceptance/machine_mips_loongson3v.py
1225 Boston
1226 M: Paul Burton <paulburton@kernel.org>
1227 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1228 S: Odd Fixes
1229 F: hw/core/loader-fit.c
1230 F: hw/mips/boston.c
1231 F: hw/pci-host/xilinx-pcie.c
1232 F: include/hw/pci-host/xilinx-pcie.h
1234 OpenRISC Machines
1235 -----------------
1236 or1k-sim
1237 M: Jia Liu <proljc@gmail.com>
1238 S: Maintained
1239 F: hw/openrisc/openrisc_sim.c
1241 PowerPC Machines
1242 ----------------
1244 L: qemu-ppc@nongnu.org
1245 S: Orphan
1246 F: hw/ppc/ppc405_boards.c
1248 Bamboo
1249 L: qemu-ppc@nongnu.org
1250 S: Orphan
1251 F: hw/ppc/ppc440_bamboo.c
1252 F: tests/acceptance/ppc_bamboo.py
1254 e500
1255 L: qemu-ppc@nongnu.org
1256 S: Orphan
1257 F: hw/ppc/e500*
1258 F: hw/gpio/mpc8xxx.c
1259 F: hw/i2c/mpc_i2c.c
1260 F: hw/net/fsl_etsec/
1261 F: hw/pci-host/ppce500.c
1262 F: include/hw/ppc/ppc_e500.h
1263 F: include/hw/pci-host/ppce500.h
1264 F: pc-bios/u-boot.e500
1265 F: hw/intc/openpic_kvm.h
1266 F: include/hw/ppc/openpic_kvm.h
1268 mpc8544ds
1269 L: qemu-ppc@nongnu.org
1270 S: Orphan
1271 F: hw/ppc/mpc8544ds.c
1272 F: hw/ppc/mpc8544_guts.c
1273 F: tests/acceptance/ppc_mpc8544ds.py
1275 New World (mac99)
1276 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1277 L: qemu-ppc@nongnu.org
1278 S: Odd Fixes
1279 F: hw/ppc/mac_newworld.c
1280 F: hw/pci-host/uninorth.c
1281 F: hw/pci-bridge/dec.[hc]
1282 F: hw/misc/macio/
1283 F: hw/misc/mos6522.c
1284 F: hw/nvram/mac_nvram.c
1285 F: hw/input/adb*
1286 F: include/hw/misc/macio/
1287 F: include/hw/misc/mos6522.h
1288 F: include/hw/ppc/mac_dbdma.h
1289 F: include/hw/pci-host/uninorth.h
1290 F: include/hw/input/adb*
1291 F: pc-bios/qemu_vga.ndrv
1293 Old World (g3beige)
1294 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1295 L: qemu-ppc@nongnu.org
1296 S: Odd Fixes
1297 F: hw/ppc/mac_oldworld.c
1298 F: hw/pci-host/grackle.c
1299 F: hw/misc/macio/
1300 F: hw/intc/heathrow_pic.c
1301 F: hw/input/adb*
1302 F: include/hw/intc/heathrow_pic.h
1303 F: include/hw/input/adb*
1304 F: pc-bios/qemu_vga.ndrv
1306 PReP
1307 M: Hervé Poussineau <hpoussin@reactos.org>
1308 L: qemu-ppc@nongnu.org
1309 S: Maintained
1310 F: hw/ppc/prep.c
1311 F: hw/ppc/prep_systemio.c
1312 F: hw/ppc/rs6000_mc.c
1313 F: hw/pci-host/raven.c
1314 F: hw/isa/i82378.c
1315 F: hw/isa/pc87312.c
1316 F: hw/dma/i82374.c
1317 F: hw/rtc/m48t59-isa.c
1318 F: include/hw/isa/pc87312.h
1319 F: include/hw/rtc/m48t59.h
1320 F: tests/acceptance/ppc_prep_40p.py
1322 sPAPR
1323 M: David Gibson <david@gibson.dropbear.id.au>
1324 M: Greg Kurz <groug@kaod.org>
1325 L: qemu-ppc@nongnu.org
1326 S: Maintained
1327 F: hw/*/spapr*
1328 F: include/hw/*/spapr*
1329 F: hw/*/xics*
1330 F: include/hw/*/xics*
1331 F: pc-bios/slof.bin
1332 F: docs/specs/ppc-spapr-hcalls.txt
1333 F: docs/specs/ppc-spapr-hotplug.txt
1334 F: tests/qtest/spapr*
1335 F: tests/qtest/libqos/*spapr*
1336 F: tests/qtest/rtas*
1337 F: tests/qtest/libqos/rtas*
1338 F: tests/acceptance/ppc_pseries.py
1340 PowerNV (Non-Virtualized)
1341 M: Cédric Le Goater <clg@kaod.org>
1342 L: qemu-ppc@nongnu.org
1343 S: Maintained
1344 F: hw/ppc/pnv*
1345 F: hw/intc/pnv*
1346 F: hw/intc/xics_pnv.c
1347 F: hw/pci-host/pnv*
1348 F: include/hw/ppc/pnv*
1349 F: include/hw/pci-host/pnv*
1350 F: pc-bios/skiboot.lid
1351 F: tests/qtest/pnv*
1353 virtex_ml507
1354 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1355 L: qemu-ppc@nongnu.org
1356 S: Odd Fixes
1357 F: hw/ppc/virtex_ml507.c
1358 F: tests/acceptance/ppc_virtex_ml507.py
1360 sam460ex
1361 M: BALATON Zoltan <balaton@eik.bme.hu>
1362 L: qemu-ppc@nongnu.org
1363 S: Maintained
1364 F: hw/ppc/sam460ex.c
1365 F: hw/ppc/ppc440_pcix.c
1366 F: hw/display/sm501*
1367 F: hw/ide/sii3112.c
1368 F: hw/rtc/m41t80.c
1369 F: pc-bios/canyonlands.dt[sb]
1370 F: pc-bios/u-boot-sam460ex-20100605.bin
1371 F: roms/u-boot-sam460ex
1373 pegasos2
1374 M: BALATON Zoltan <balaton@eik.bme.hu>
1375 L: qemu-ppc@nongnu.org
1376 S: Maintained
1377 F: hw/ppc/pegasos2.c
1378 F: hw/pci-host/mv64361.c
1379 F: hw/pci-host/mv643xx.h
1380 F: include/hw/pci-host/mv64361.h
1382 Virtual Open Firmware (VOF)
1383 M: Alexey Kardashevskiy <aik@ozlabs.ru>
1384 R: David Gibson <david@gibson.dropbear.id.au>
1385 R: Greg Kurz <groug@kaod.org>
1386 L: qemu-ppc@nongnu.org
1387 S: Maintained
1388 F: hw/ppc/spapr_vof*
1389 F: hw/ppc/vof*
1390 F: include/hw/ppc/vof*
1391 F: pc-bios/vof/*
1392 F: pc-bios/vof*
1394 RISC-V Machines
1395 ---------------
1396 OpenTitan
1397 M: Alistair Francis <Alistair.Francis@wdc.com>
1398 L: qemu-riscv@nongnu.org
1399 S: Supported
1400 F: hw/riscv/opentitan.c
1401 F: hw/*/ibex_*.c
1402 F: include/hw/riscv/opentitan.h
1403 F: include/hw/*/ibex_*.h
1405 Microchip PolarFire SoC Icicle Kit
1406 M: Bin Meng <bin.meng@windriver.com>
1407 L: qemu-riscv@nongnu.org
1408 S: Supported
1409 F: hw/riscv/microchip_pfsoc.c
1410 F: hw/char/mchp_pfsoc_mmuart.c
1411 F: hw/misc/mchp_pfsoc_dmc.c
1412 F: hw/misc/mchp_pfsoc_ioscb.c
1413 F: hw/misc/mchp_pfsoc_sysreg.c
1414 F: include/hw/riscv/microchip_pfsoc.h
1415 F: include/hw/char/mchp_pfsoc_mmuart.h
1416 F: include/hw/misc/mchp_pfsoc_dmc.h
1417 F: include/hw/misc/mchp_pfsoc_ioscb.h
1418 F: include/hw/misc/mchp_pfsoc_sysreg.h
1420 Shakti C class SoC
1421 M: Vijai Kumar K <vijai@behindbytes.com>
1422 L: qemu-riscv@nongnu.org
1423 S: Supported
1424 F: hw/riscv/shakti_c.c
1425 F: hw/char/shakti_uart.c
1426 F: include/hw/riscv/shakti_c.h
1427 F: include/hw/char/shakti_uart.h
1429 SiFive Machines
1430 M: Alistair Francis <Alistair.Francis@wdc.com>
1431 M: Bin Meng <bin.meng@windriver.com>
1432 M: Palmer Dabbelt <palmer@dabbelt.com>
1433 L: qemu-riscv@nongnu.org
1434 S: Supported
1435 F: hw/*/*sifive*.c
1436 F: include/hw/*/*sifive*.h
1438 RX Machines
1439 -----------
1440 rx-gdbsim
1441 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1442 S: Orphan
1443 F: docs/system/target-rx.rst
1444 F: hw/rx/rx-gdbsim.c
1445 F: tests/acceptance/machine_rx_gdbsim.py
1447 SH4 Machines
1448 ------------
1450 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1451 R: Magnus Damm <magnus.damm@gmail.com>
1452 S: Odd Fixes
1453 F: hw/char/sh_serial.c
1454 F: hw/sh4/r2d.c
1455 F: hw/intc/sh_intc.c
1456 F: hw/pci-host/sh_pci.c
1457 F: hw/timer/sh_timer.c
1458 F: include/hw/sh4/sh_intc.h
1460 Shix
1461 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1462 R: Magnus Damm <magnus.damm@gmail.com>
1463 S: Odd Fixes
1464 F: hw/block/tc58128.c
1465 F: hw/char/sh_serial.c
1466 F: hw/sh4/shix.c
1467 F: hw/intc/sh_intc.c
1468 F: hw/timer/sh_timer.c
1469 F: include/hw/sh4/sh_intc.h
1471 SPARC Machines
1472 --------------
1473 Sun4m
1474 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1475 S: Maintained
1476 F: hw/sparc/sun4m.c
1477 F: hw/sparc/sun4m_iommu.c
1478 F: hw/display/cg3.c
1479 F: hw/display/tcx.c
1480 F: hw/dma/sparc32_dma.c
1481 F: hw/misc/eccmemctl.c
1482 F: hw/*/slavio_*.c
1483 F: include/hw/nvram/sun_nvram.h
1484 F: include/hw/sparc/sparc32_dma.h
1485 F: include/hw/sparc/sun4m_iommu.h
1486 F: pc-bios/openbios-sparc32
1488 Sun4u
1489 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1490 S: Maintained
1491 F: hw/sparc64/sun4u.c
1492 F: hw/sparc64/sun4u_iommu.c
1493 F: include/hw/sparc/sun4u_iommu.h
1494 F: hw/pci-host/sabre.c
1495 F: include/hw/pci-host/sabre.h
1496 F: hw/pci-bridge/simba.c
1497 F: include/hw/pci-bridge/simba.h
1498 F: pc-bios/openbios-sparc64
1499 F: tests/acceptance/machine_sparc64_sun4u.py
1501 Sun4v
1502 M: Artyom Tarasenko <atar4qemu@gmail.com>
1503 S: Maintained
1504 F: hw/sparc64/niagara.c
1505 F: hw/rtc/sun4v-rtc.c
1506 F: include/hw/rtc/sun4v-rtc.h
1508 Leon3
1509 M: Fabien Chouteau <chouteau@adacore.com>
1510 M: KONRAD Frederic <frederic.konrad@adacore.com>
1511 S: Maintained
1512 F: hw/sparc/leon3.c
1513 F: hw/*/grlib*
1514 F: include/hw/*/grlib*
1515 F: tests/acceptance/machine_sparc_leon3.py
1517 S390 Machines
1518 -------------
1519 S390 Virtio-ccw
1520 M: Halil Pasic <pasic@linux.ibm.com>
1521 M: Christian Borntraeger <borntraeger@de.ibm.com>
1522 S: Supported
1523 F: hw/char/sclp*.[hc]
1524 F: hw/char/terminal3270.c
1525 F: hw/s390x/
1526 F: include/hw/s390x/
1527 F: hw/watchdog/wdt_diag288.c
1528 F: include/hw/watchdog/wdt_diag288.h
1529 F: configs/devices/s390x-softmmu/default.mak
1530 F: tests/acceptance/machine_s390_ccw_virtio.py
1531 T: git https://github.com/borntraeger/qemu.git s390-next
1532 L: qemu-s390x@nongnu.org
1534 S390-ccw boot
1535 M: Christian Borntraeger <borntraeger@de.ibm.com>
1536 M: Thomas Huth <thuth@redhat.com>
1537 S: Supported
1538 F: hw/s390x/ipl.*
1539 F: pc-bios/s390-ccw/
1540 F: pc-bios/s390-ccw.img
1541 F: docs/devel/s390-dasd-ipl.rst
1542 T: git https://github.com/borntraeger/qemu.git s390-next
1543 L: qemu-s390x@nongnu.org
1545 S390 PCI
1546 M: Matthew Rosato <mjrosato@linux.ibm.com>
1547 M: Eric Farman <farman@linux.ibm.com>
1548 S: Supported
1549 F: hw/s390x/s390-pci*
1550 F: include/hw/s390x/s390-pci*
1551 L: qemu-s390x@nongnu.org
1553 X86 Machines
1554 ------------
1556 M: Michael S. Tsirkin <mst@redhat.com>
1557 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1558 S: Supported
1559 F: include/hw/i386/
1560 F: hw/i386/
1561 F: hw/pci-host/i440fx.c
1562 F: hw/pci-host/q35.c
1563 F: hw/pci-host/pam.c
1564 F: include/hw/pci-host/i440fx.h
1565 F: include/hw/pci-host/q35.h
1566 F: include/hw/pci-host/pam.h
1567 F: hw/isa/piix3.c
1568 F: hw/isa/lpc_ich9.c
1569 F: hw/i2c/smbus_ich9.c
1570 F: hw/acpi/piix4.c
1571 F: hw/acpi/ich9.c
1572 F: include/hw/acpi/ich9.h
1573 F: include/hw/southbridge/piix.h
1574 F: hw/misc/sga.c
1575 F: hw/isa/apm.c
1576 F: include/hw/isa/apm.h
1577 F: tests/unit/test-x86-cpuid.c
1578 F: tests/qtest/test-x86-cpuid-compat.c
1580 PC Chipset
1581 M: Michael S. Tsirkin <mst@redhat.com>
1582 M: Paolo Bonzini <pbonzini@redhat.com>
1583 S: Supported
1584 F: hw/char/debugcon.c
1585 F: hw/char/parallel*
1586 F: hw/char/serial*
1587 F: hw/dma/i8257*
1588 F: hw/i2c/pm_smbus.c
1589 F: hw/input/pckbd.c
1590 F: hw/intc/apic*
1591 F: hw/intc/ioapic*
1592 F: hw/intc/i8259*
1593 F: hw/isa/isa-superio.c
1594 F: hw/misc/debugexit.c
1595 F: hw/misc/pc-testdev.c
1596 F: hw/timer/hpet*
1597 F: hw/timer/i8254*
1598 F: hw/rtc/mc146818rtc*
1599 F: hw/watchdog/wdt_ib700.c
1600 F: hw/watchdog/wdt_i6300esb.c
1601 F: include/hw/display/vga.h
1602 F: include/hw/char/parallel.h
1603 F: include/hw/dma/i8257.h
1604 F: include/hw/i2c/pm_smbus.h
1605 F: include/hw/input/i8042.h
1606 F: include/hw/isa/i8259_internal.h
1607 F: include/hw/isa/superio.h
1608 F: include/hw/timer/hpet.h
1609 F: include/hw/timer/i8254*
1610 F: include/hw/rtc/mc146818rtc*
1612 microvm
1613 M: Sergio Lopez <slp@redhat.com>
1614 M: Paolo Bonzini <pbonzini@redhat.com>
1615 S: Maintained
1616 F: docs/system/i386/microvm.rst
1617 F: hw/i386/microvm.c
1618 F: include/hw/i386/microvm.h
1619 F: pc-bios/bios-microvm.bin
1621 Machine core
1622 M: Eduardo Habkost <ehabkost@redhat.com>
1623 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1624 R: Philippe Mathieu-Daudé <philmd@redhat.com>
1625 S: Supported
1626 F: cpu.c
1627 F: hw/core/cpu.c
1628 F: hw/core/machine-qmp-cmds.c
1629 F: hw/core/machine.c
1630 F: hw/core/machine-smp.c
1631 F: hw/core/null-machine.c
1632 F: hw/core/numa.c
1633 F: hw/cpu/cluster.c
1634 F: qapi/machine.json
1635 F: qapi/machine-target.json
1636 F: include/hw/boards.h
1637 F: include/hw/core/cpu.h
1638 F: include/hw/cpu/cluster.h
1639 F: include/sysemu/numa.h
1640 F: tests/unit/test-smp-parse.c
1641 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1643 Xtensa Machines
1644 ---------------
1646 M: Max Filippov <jcmvbkbc@gmail.com>
1647 S: Maintained
1648 F: hw/xtensa/sim.c
1650 virt
1651 M: Max Filippov <jcmvbkbc@gmail.com>
1652 S: Maintained
1653 F: hw/xtensa/virt.c
1655 XTFPGA (LX60, LX200, ML605, KC705)
1656 M: Max Filippov <jcmvbkbc@gmail.com>
1657 S: Maintained
1658 F: hw/xtensa/xtfpga.c
1659 F: hw/net/opencores_eth.c
1661 Devices
1662 -------
1663 Overall Audio frontends
1664 M: Gerd Hoffmann <kraxel@redhat.com>
1665 S: Odd Fixes
1666 F: hw/audio/
1667 F: include/hw/audio/
1668 F: tests/qtest/ac97-test.c
1669 F: tests/qtest/es1370-test.c
1670 F: tests/qtest/intel-hda-test.c
1671 F: tests/qtest/fuzz-sb16-test.c
1673 Xilinx CAN
1674 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1675 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1676 S: Maintained
1677 F: hw/net/can/xlnx-*
1678 F: include/hw/net/xlnx-*
1679 F: tests/qtest/xlnx-can-test*
1682 M: Jiri Slaby <jslaby@suse.cz>
1683 S: Maintained
1684 F: hw/misc/edu.c
1687 M: John Snow <jsnow@redhat.com>
1688 L: qemu-block@nongnu.org
1689 S: Supported
1690 F: include/hw/ide.h
1691 F: include/hw/ide/
1692 F: hw/ide/
1693 F: hw/block/block.c
1694 F: hw/block/cdrom.c
1695 F: hw/block/hd-geometry.c
1696 F: tests/qtest/ide-test.c
1697 F: tests/qtest/ahci-test.c
1698 F: tests/qtest/cdrom-test.c
1699 F: tests/qtest/libqos/ahci*
1700 T: git https://gitlab.com/jsnow/qemu.git ide
1702 IPMI
1703 M: Corey Minyard <minyard@acm.org>
1704 S: Maintained
1705 F: include/hw/ipmi/*
1706 F: hw/ipmi/*
1707 F: hw/smbios/smbios_type_38.c
1708 F: tests/qtest/ipmi*
1709 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1711 Floppy
1712 M: John Snow <jsnow@redhat.com>
1713 L: qemu-block@nongnu.org
1714 S: Supported
1715 F: hw/block/fdc.c
1716 F: hw/block/fdc-internal.h
1717 F: hw/block/fdc-isa.c
1718 F: hw/block/fdc-sysbus.c
1719 F: include/hw/block/fdc.h
1720 F: tests/qtest/fdc-test.c
1721 T: git https://gitlab.com/jsnow/qemu.git ide
1723 OMAP
1724 M: Peter Maydell <peter.maydell@linaro.org>
1725 L: qemu-arm@nongnu.org
1726 S: Maintained
1727 F: hw/*/omap*
1728 F: include/hw/arm/omap.h
1729 F: docs/system/arm/sx1.rst
1731 IPack
1732 M: Alberto Garcia <berto@igalia.com>
1733 S: Odd Fixes
1734 F: hw/char/ipoctal232.c
1735 F: hw/ipack/
1738 M: Michael S. Tsirkin <mst@redhat.com>
1739 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1740 S: Supported
1741 F: include/hw/pci/*
1742 F: hw/misc/pci-testdev.c
1743 F: hw/pci/*
1744 F: hw/pci-bridge/*
1745 F: qapi/pci.json
1746 F: docs/pci*
1747 F: docs/specs/*pci*
1749 ACPI/SMBIOS
1750 M: Michael S. Tsirkin <mst@redhat.com>
1751 M: Igor Mammedov <imammedo@redhat.com>
1752 R: Ani Sinha <ani@anisinha.ca>
1753 S: Supported
1754 F: include/hw/acpi/*
1755 F: include/hw/firmware/smbios.h
1756 F: hw/mem/*
1757 F: hw/acpi/*
1758 F: hw/smbios/*
1759 F: hw/i386/acpi-build.[hc]
1760 F: hw/arm/virt-acpi-build.c
1761 F: qapi/acpi.json
1762 F: tests/qtest/bios-tables-test*
1763 F: tests/qtest/acpi-utils.[hc]
1764 F: tests/data/acpi/
1765 F: docs/specs/acpi_cpu_hotplug.rst
1766 F: docs/specs/acpi_mem_hotplug.rst
1767 F: docs/specs/acpi_pci_hotplug.rst
1768 F: docs/specs/acpi_hw_reduced_hotplug.rst
1770 ACPI/HEST/GHES
1771 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1772 L: qemu-arm@nongnu.org
1773 S: Maintained
1774 F: hw/acpi/ghes.c
1775 F: include/hw/acpi/ghes.h
1776 F: docs/specs/acpi_hest_ghes.rst
1778 ppc4xx
1779 L: qemu-ppc@nongnu.org
1780 S: Orphan
1781 F: hw/ppc/ppc4*.c
1782 F: hw/i2c/ppc4xx_i2c.c
1783 F: include/hw/ppc/ppc4xx.h
1784 F: include/hw/i2c/ppc4xx_i2c.h
1785 F: hw/intc/ppc-uic.c
1786 F: include/hw/intc/ppc-uic.h
1788 Character devices
1789 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1790 R: Paolo Bonzini <pbonzini@redhat.com>
1791 S: Odd Fixes
1792 F: hw/char/
1794 Network devices
1795 M: Jason Wang <jasowang@redhat.com>
1796 S: Odd Fixes
1797 F: hw/net/
1798 F: include/hw/net/
1799 F: tests/qtest/virtio-net-test.c
1800 F: docs/virtio-net-failover.rst
1801 T: git https://github.com/jasowang/qemu.git net
1803 Parallel NOR Flash devices
1804 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1805 T: git https://gitlab.com/philmd/qemu.git pflash-next
1806 S: Maintained
1807 F: hw/block/pflash_cfi*.c
1808 F: include/hw/block/flash.h
1810 SCSI
1811 M: Paolo Bonzini <pbonzini@redhat.com>
1812 R: Fam Zheng <fam@euphon.net>
1813 S: Supported
1814 F: include/hw/scsi/*
1815 F: hw/scsi/*
1816 F: tests/qtest/virtio-scsi-test.c
1817 F: tests/qtest/fuzz-virtio-scsi-test.c
1818 F: tests/qtest/am53c974-test.c
1819 T: git https://github.com/bonzini/qemu.git scsi-next
1822 M: Alistair Francis <alistair@alistair23.me>
1823 S: Maintained
1824 F: hw/ssi/*
1825 F: hw/block/m25p80.c
1826 F: include/hw/ssi/ssi.h
1827 X: hw/ssi/xilinx_*
1828 F: tests/qtest/m25p80-test.c
1830 Xilinx SPI
1831 M: Alistair Francis <alistair@alistair23.me>
1832 S: Maintained
1833 F: hw/ssi/xilinx_*
1835 SD (Secure Card)
1836 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1837 M: Bin Meng <bin.meng@windriver.com>
1838 L: qemu-block@nongnu.org
1839 S: Odd Fixes
1840 F: include/hw/sd/sd*
1841 F: hw/sd/core.c
1842 F: hw/sd/sd*
1843 F: hw/sd/ssi-sd.c
1844 F: tests/qtest/fuzz-sdcard-test.c
1845 F: tests/qtest/sdhci-test.c
1848 M: Gerd Hoffmann <kraxel@redhat.com>
1849 S: Odd Fixes
1850 F: hw/usb/*
1851 F: stubs/usb-dev-stub.c
1852 F: tests/qtest/usb-*-test.c
1853 F: docs/system/devices/usb.rst
1854 F: include/hw/usb.h
1855 F: include/hw/usb/
1857 USB (serial adapter)
1858 R: Gerd Hoffmann <kraxel@redhat.com>
1859 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1860 S: Maintained
1861 F: hw/usb/dev-serial.c
1863 VFIO
1864 M: Alex Williamson <alex.williamson@redhat.com>
1865 S: Supported
1866 F: hw/vfio/*
1867 F: include/hw/vfio/
1868 F: docs/igd-assign.txt
1869 F: docs/devel/vfio-migration.rst
1871 vfio-ccw
1872 M: Eric Farman <farman@linux.ibm.com>
1873 M: Matthew Rosato <mjrosato@linux.ibm.com>
1874 S: Supported
1875 F: hw/vfio/ccw.c
1876 F: hw/s390x/s390-ccw.c
1877 F: include/hw/s390x/s390-ccw.h
1878 F: include/hw/s390x/vfio-ccw.h
1879 L: qemu-s390x@nongnu.org
1881 vfio-ap
1882 M: Tony Krowiak <akrowiak@linux.ibm.com>
1883 M: Halil Pasic <pasic@linux.ibm.com>
1884 M: Jason Herne <jjherne@linux.ibm.com>
1885 S: Supported
1886 F: hw/s390x/ap-device.c
1887 F: hw/s390x/ap-bridge.c
1888 F: include/hw/s390x/ap-device.h
1889 F: include/hw/s390x/ap-bridge.h
1890 F: hw/vfio/ap.c
1891 F: docs/system/s390x/vfio-ap.rst
1892 L: qemu-s390x@nongnu.org
1894 vhost
1895 M: Michael S. Tsirkin <mst@redhat.com>
1896 S: Supported
1897 F: hw/*/*vhost*
1898 F: docs/interop/vhost-user.json
1899 F: docs/interop/vhost-user.rst
1900 F: contrib/vhost-user-*/
1901 F: backends/vhost-user.c
1902 F: include/sysemu/vhost-user-backend.h
1904 virtio
1905 M: Michael S. Tsirkin <mst@redhat.com>
1906 S: Supported
1907 F: hw/*/virtio*
1908 F: hw/virtio/Makefile.objs
1909 F: hw/virtio/trace-events
1910 F: net/vhost-user.c
1911 F: include/hw/virtio/
1913 virtio-balloon
1914 M: Michael S. Tsirkin <mst@redhat.com>
1915 M: David Hildenbrand <david@redhat.com>
1916 S: Maintained
1917 F: hw/virtio/virtio-balloon*.c
1918 F: include/hw/virtio/virtio-balloon.h
1919 F: softmmu/balloon.c
1920 F: include/sysemu/balloon.h
1922 virtio-9p
1923 M: Greg Kurz <groug@kaod.org>
1924 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1925 S: Odd Fixes
1926 W: https://wiki.qemu.org/Documentation/9p
1927 F: hw/9pfs/
1928 X: hw/9pfs/xen-9p*
1929 F: fsdev/
1930 F: docs/tools/virtfs-proxy-helper.rst
1931 F: tests/qtest/virtio-9p-test.c
1932 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1933 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1935 virtio-blk
1936 M: Stefan Hajnoczi <stefanha@redhat.com>
1937 L: qemu-block@nongnu.org
1938 S: Supported
1939 F: hw/block/virtio-blk.c
1940 F: hw/block/dataplane/*
1941 F: tests/qtest/virtio-blk-test.c
1942 T: git https://github.com/stefanha/qemu.git block
1944 virtio-ccw
1945 M: Cornelia Huck <cohuck@redhat.com>
1946 M: Halil Pasic <pasic@linux.ibm.com>
1947 S: Supported
1948 F: hw/s390x/virtio-ccw*.[hc]
1949 F: hw/s390x/vhost-vsock-ccw.c
1950 T: git https://gitlab.com/cohuck/qemu.git s390-next
1951 T: git https://github.com/borntraeger/qemu.git s390-next
1952 L: qemu-s390x@nongnu.org
1954 virtiofs
1955 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1956 M: Stefan Hajnoczi <stefanha@redhat.com>
1957 S: Supported
1958 F: tools/virtiofsd/*
1959 F: hw/virtio/vhost-user-fs*
1960 F: include/hw/virtio/vhost-user-fs.h
1961 F: docs/tools/virtiofsd.rst
1962 L: virtio-fs@redhat.com
1964 virtio-input
1965 M: Gerd Hoffmann <kraxel@redhat.com>
1966 S: Odd Fixes
1967 F: hw/input/vhost-user-input.c
1968 F: hw/input/virtio-input*.c
1969 F: include/hw/virtio/virtio-input.h
1970 F: contrib/vhost-user-input/*
1972 virtio-iommu
1973 M: Eric Auger <eric.auger@redhat.com>
1974 S: Maintained
1975 F: hw/virtio/virtio-iommu*.c
1976 F: include/hw/virtio/virtio-iommu.h
1978 virtio-serial
1979 M: Laurent Vivier <lvivier@redhat.com>
1980 R: Amit Shah <amit@kernel.org>
1981 S: Supported
1982 F: hw/char/virtio-serial-bus.c
1983 F: hw/char/virtio-console.c
1984 F: include/hw/virtio/virtio-serial.h
1985 F: tests/qtest/virtio-serial-test.c
1987 virtio-rng
1988 M: Laurent Vivier <lvivier@redhat.com>
1989 R: Amit Shah <amit@kernel.org>
1990 S: Supported
1991 F: hw/virtio/virtio-rng.c
1992 F: include/hw/virtio/virtio-rng.h
1993 F: include/sysemu/rng*.h
1994 F: backends/rng*.c
1995 F: tests/qtest/virtio-rng-test.c
1997 vhost-user-rng
1998 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1999 S: Supported
2000 F: docs/tools/vhost-user-rng.rst
2001 F: hw/virtio/vhost-user-rng.c
2002 F: hw/virtio/vhost-user-rng-pci.c
2003 F: include/hw/virtio/vhost-user-rng.h
2004 F: tools/vhost-user-rng/*
2006 virtio-crypto
2007 M: Gonglei <arei.gonglei@huawei.com>
2008 S: Supported
2009 F: hw/virtio/virtio-crypto.c
2010 F: hw/virtio/virtio-crypto-pci.c
2011 F: include/hw/virtio/virtio-crypto.h
2013 virtio-mem
2014 M: David Hildenbrand <david@redhat.com>
2015 S: Supported
2016 W: https://virtio-mem.gitlab.io/
2017 F: hw/virtio/virtio-mem.c
2018 F: hw/virtio/virtio-mem-pci.h
2019 F: hw/virtio/virtio-mem-pci.c
2020 F: include/hw/virtio/virtio-mem.h
2022 nvme
2023 M: Keith Busch <kbusch@kernel.org>
2024 M: Klaus Jensen <its@irrelevant.dk>
2025 L: qemu-block@nongnu.org
2026 S: Supported
2027 F: hw/nvme/*
2028 F: include/block/nvme.h
2029 F: tests/qtest/nvme-test.c
2030 F: docs/system/nvme.rst
2031 T: git git://git.infradead.org/qemu-nvme.git nvme-next
2033 megasas
2034 M: Hannes Reinecke <hare@suse.com>
2035 L: qemu-block@nongnu.org
2036 S: Supported
2037 F: hw/scsi/megasas.c
2038 F: hw/scsi/mfi.h
2039 F: tests/qtest/megasas-test.c
2040 F: tests/qtest/fuzz-megasas-test.c
2042 Network packet abstractions
2043 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2044 S: Maintained
2045 F: include/net/eth.h
2046 F: net/eth.c
2047 F: hw/net/net_rx_pkt*
2048 F: hw/net/net_tx_pkt*
2050 Vmware
2051 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2052 S: Maintained
2053 F: hw/net/vmxnet*
2054 F: hw/scsi/vmw_pvscsi*
2055 F: tests/qtest/vmxnet3-test.c
2057 Rocker
2058 M: Jiri Pirko <jiri@resnulli.us>
2059 S: Maintained
2060 F: hw/net/rocker/
2061 F: qapi/rocker.json
2062 F: tests/rocker/
2063 F: docs/specs/rocker.txt
2065 NVDIMM
2066 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2067 S: Maintained
2068 F: hw/acpi/nvdimm.c
2069 F: hw/mem/nvdimm.c
2070 F: include/hw/mem/nvdimm.h
2071 F: docs/nvdimm.txt
2072 F: docs/specs/acpi_nvdimm.rst
2074 e1000x
2075 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2076 S: Maintained
2077 F: hw/net/e1000x*
2079 e1000e
2080 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2081 S: Maintained
2082 F: hw/net/e1000e*
2083 F: tests/qtest/fuzz-e1000e-test.c
2085 eepro100
2086 M: Stefan Weil <sw@weilnetz.de>
2087 S: Maintained
2088 F: hw/net/eepro100.c
2090 tulip
2091 M: Sven Schnelle <svens@stackframe.org>
2092 S: Maintained
2093 F: hw/net/tulip.c
2094 F: hw/net/tulip.h
2096 pca954x
2097 M: Patrick Venture <venture@google.com>
2098 S: Maintained
2099 F: hw/i2c/i2c_mux_pca954x.c
2100 F: include/hw/i2c/i2c_mux_pca954x.h
2102 Generic Loader
2103 M: Alistair Francis <alistair@alistair23.me>
2104 S: Maintained
2105 F: hw/core/generic-loader.c
2106 F: include/hw/core/generic-loader.h
2107 F: docs/system/generic-loader.rst
2109 Guest Loader
2110 M: Alex Bennée <alex.bennee@linaro.org>
2111 S: Maintained
2112 F: hw/core/guest-loader.c
2113 F: docs/system/guest-loader.rst
2114 F: tests/acceptance/boot_xen.py
2116 Intel Hexadecimal Object File Loader
2117 M: Su Hang <suhang16@mails.ucas.ac.cn>
2118 S: Maintained
2119 F: tests/qtest/hexloader-test.c
2120 F: tests/data/hex-loader/test.hex
2122 CHRP NVRAM
2123 M: Thomas Huth <thuth@redhat.com>
2124 S: Maintained
2125 F: hw/nvram/chrp_nvram.c
2126 F: include/hw/nvram/chrp_nvram.h
2127 F: tests/qtest/prom-env-test.c
2129 VM Generation ID
2130 S: Orphan
2131 F: hw/acpi/vmgenid.c
2132 F: include/hw/acpi/vmgenid.h
2133 F: docs/specs/vmgenid.txt
2134 F: tests/qtest/vmgenid-test.c
2135 F: stubs/vmgenid.c
2138 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2139 S: Maintained
2140 F: include/hw/misc/led.h
2141 F: hw/misc/led.c
2143 Unimplemented device
2144 M: Peter Maydell <peter.maydell@linaro.org>
2145 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2146 S: Maintained
2147 F: include/hw/misc/unimp.h
2148 F: hw/misc/unimp.c
2150 Empty slot
2151 M: Artyom Tarasenko <atar4qemu@gmail.com>
2152 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2153 S: Maintained
2154 F: include/hw/misc/empty_slot.h
2155 F: hw/misc/empty_slot.c
2157 Standard VGA
2158 M: Gerd Hoffmann <kraxel@redhat.com>
2159 S: Maintained
2160 F: hw/display/vga*
2161 F: hw/display/bochs-display.c
2162 F: include/hw/display/vga.h
2163 F: include/hw/display/bochs-vbe.h
2165 ramfb
2166 M: Gerd Hoffmann <kraxel@redhat.com>
2167 S: Maintained
2168 F: hw/display/ramfb*.c
2169 F: include/hw/display/ramfb.h
2171 virtio-gpu
2172 M: Gerd Hoffmann <kraxel@redhat.com>
2173 S: Odd Fixes
2174 F: hw/display/virtio-gpu*
2175 F: hw/display/virtio-vga.*
2176 F: include/hw/virtio/virtio-gpu.h
2178 vhost-user-blk
2179 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2180 S: Maintained
2181 F: contrib/vhost-user-blk/
2182 F: contrib/vhost-user-scsi/
2183 F: hw/block/vhost-user-blk.c
2184 F: hw/scsi/vhost-user-scsi.c
2185 F: hw/virtio/vhost-user-blk-pci.c
2186 F: hw/virtio/vhost-user-scsi-pci.c
2187 F: include/hw/virtio/vhost-user-blk.h
2188 F: include/hw/virtio/vhost-user-scsi.h
2190 vhost-user-gpu
2191 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2192 R: Gerd Hoffmann <kraxel@redhat.com>
2193 S: Maintained
2194 F: docs/interop/vhost-user-gpu.rst
2195 F: contrib/vhost-user-gpu
2196 F: hw/display/vhost-user-*
2198 Cirrus VGA
2199 M: Gerd Hoffmann <kraxel@redhat.com>
2200 S: Odd Fixes
2201 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2202 F: hw/display/cirrus*
2204 EDID Generator
2205 M: Gerd Hoffmann <kraxel@redhat.com>
2206 S: Maintained
2207 F: hw/display/edid*
2208 F: include/hw/display/edid.h
2209 F: qemu-edid.c
2211 PIIX4 South Bridge (i82371AB)
2212 M: Hervé Poussineau <hpoussin@reactos.org>
2213 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2214 S: Maintained
2215 F: hw/isa/piix4.c
2216 F: include/hw/southbridge/piix.h
2218 Firmware configuration (fw_cfg)
2219 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2220 R: Gerd Hoffmann <kraxel@redhat.com>
2221 S: Supported
2222 F: docs/specs/fw_cfg.txt
2223 F: hw/nvram/fw_cfg*.c
2224 F: stubs/fw_cfg.c
2225 F: include/hw/nvram/fw_cfg.h
2226 F: include/standard-headers/linux/qemu_fw_cfg.h
2227 F: tests/qtest/libqos/fw_cfg.c
2228 F: tests/qtest/fw_cfg-test.c
2229 T: git https://github.com/philmd/qemu.git fw_cfg-next
2231 XIVE
2232 M: Cédric Le Goater <clg@kaod.org>
2233 L: qemu-ppc@nongnu.org
2234 S: Supported
2235 F: hw/*/*xive*
2236 F: include/hw/*/*xive*
2237 F: docs/*/*xive*
2239 Renesas peripherals
2240 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2241 R: Magnus Damm <magnus.damm@gmail.com>
2242 S: Odd Fixes
2243 F: hw/char/renesas_sci.c
2244 F: hw/char/sh_serial.c
2245 F: hw/timer/renesas_*.c
2246 F: hw/timer/sh_timer.c
2247 F: include/hw/char/renesas_sci.h
2248 F: include/hw/sh4/sh.h
2249 F: include/hw/timer/renesas_*.h
2251 Renesas RX peripherals
2252 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2253 S: Orphan
2254 F: hw/intc/rx_icu.c
2255 F: hw/rx/
2256 F: include/hw/intc/rx_icu.h
2257 F: include/hw/rx/
2259 CAN bus subsystem and hardware
2260 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2261 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2262 S: Maintained
2263 W: https://canbus.pages.fel.cvut.cz/
2264 F: net/can/*
2265 F: hw/net/can/*
2266 F: include/net/can_*.h
2268 OpenPIC interrupt controller
2269 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2270 S: Odd Fixes
2271 F: hw/intc/openpic.c
2272 F: include/hw/ppc/openpic.h
2274 MIPS CPS
2275 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2276 S: Odd Fixes
2277 F: hw/misc/mips_*
2278 F: include/hw/misc/mips_*
2280 MIPS GIC
2281 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2282 S: Odd Fixes
2283 F: hw/intc/mips_gic.c
2284 F: hw/timer/mips_gictimer.c
2285 F: include/hw/intc/mips_gic.h
2286 F: include/hw/timer/mips_gictimer.h
2288 Subsystems
2289 ----------
2290 Overall Audio backends
2291 M: Gerd Hoffmann <kraxel@redhat.com>
2292 S: Odd Fixes
2293 F: audio/
2294 X: audio/alsaaudio.c
2295 X: audio/coreaudio.c
2296 X: audio/dsound*
2297 X: audio/jackaudio.c
2298 X: audio/ossaudio.c
2299 X: audio/paaudio.c
2300 X: audio/sdlaudio.c
2301 X: audio/spiceaudio.c
2302 F: qapi/audio.json
2304 ALSA Audio backend
2305 M: Gerd Hoffmann <kraxel@redhat.com>
2306 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2307 S: Odd Fixes
2308 F: audio/alsaaudio.c
2310 Core Audio framework backend
2311 M: Gerd Hoffmann <kraxel@redhat.com>
2312 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2313 S: Odd Fixes
2314 F: audio/coreaudio.c
2316 DSound Audio backend
2317 M: Gerd Hoffmann <kraxel@redhat.com>
2318 S: Odd Fixes
2319 F: audio/dsound*
2321 JACK Audio Connection Kit backend
2322 M: Gerd Hoffmann <kraxel@redhat.com>
2323 R: Christian Schoenebeck <qemu_oss@crudebyte.com>
2324 S: Odd Fixes
2325 F: audio/jackaudio.c
2327 Open Sound System (OSS) Audio backend
2328 M: Gerd Hoffmann <kraxel@redhat.com>
2329 S: Odd Fixes
2330 F: audio/ossaudio.c
2332 PulseAudio backend
2333 M: Gerd Hoffmann <kraxel@redhat.com>
2334 S: Odd Fixes
2335 F: audio/paaudio.c
2337 SDL Audio backend
2338 M: Gerd Hoffmann <kraxel@redhat.com>
2339 R: Thomas Huth <huth@tuxfamily.org>
2340 S: Odd Fixes
2341 F: audio/sdlaudio.c
2343 Block layer core
2344 M: Kevin Wolf <kwolf@redhat.com>
2345 M: Hanna Reitz <hreitz@redhat.com>
2346 L: qemu-block@nongnu.org
2347 S: Supported
2348 F: block*
2349 F: block/
2350 F: hw/block/
2351 F: include/block/
2352 F: qemu-img*
2353 F: docs/tools/qemu-img.rst
2354 F: qemu-io*
2355 F: tests/qemu-iotests/
2356 F: util/qemu-progress.c
2357 F: qobject/block-qdict.c
2358 F: tests/unit/check-block-qdict.c
2359 T: git https://repo.or.cz/qemu/kevin.git block
2361 Storage daemon
2362 M: Kevin Wolf <kwolf@redhat.com>
2363 L: qemu-block@nongnu.org
2364 S: Supported
2365 F: storage-daemon/
2366 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2367 F: docs/tools/qemu-storage-daemon.rst
2368 T: git https://repo.or.cz/qemu/kevin.git block
2370 Block I/O path
2371 M: Stefan Hajnoczi <stefanha@redhat.com>
2372 M: Fam Zheng <fam@euphon.net>
2373 L: qemu-block@nongnu.org
2374 S: Supported
2375 F: util/async.c
2376 F: util/aio-*.c
2377 F: util/aio-*.h
2378 F: util/fdmon-*.c
2379 F: block/io.c
2380 F: migration/block*
2381 F: include/block/aio.h
2382 F: include/block/aio-wait.h
2383 F: scripts/qemugdb/aio.py
2384 F: tests/unit/test-fdmon-epoll.c
2385 T: git https://github.com/stefanha/qemu.git block
2387 Block SCSI subsystem
2388 M: Paolo Bonzini <pbonzini@redhat.com>
2389 R: Fam Zheng <fam@euphon.net>
2390 L: qemu-block@nongnu.org
2391 S: Supported
2392 F: include/scsi/*
2393 F: scsi/*
2395 Block Jobs
2396 M: John Snow <jsnow@redhat.com>
2397 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2398 L: qemu-block@nongnu.org
2399 S: Supported
2400 F: blockjob.c
2401 F: include/block/blockjob.h
2402 F: job.c
2403 F: job-qmp.c
2404 F: include/qemu/job.h
2405 F: block/backup.c
2406 F: block/commit.c
2407 F: block/stream.c
2408 F: block/mirror.c
2409 F: qapi/job.json
2410 F: block/block-copy.c
2411 F: include/block/block-copy.c
2412 F: block/copy-before-write.h
2413 F: block/copy-before-write.c
2414 F: include/block/aio_task.h
2415 F: block/aio_task.c
2416 F: util/qemu-co-shared-resource.c
2417 F: include/qemu/co-shared-resource.h
2418 T: git https://gitlab.com/jsnow/qemu.git jobs
2419 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2421 Block QAPI, monitor, command line
2422 M: Markus Armbruster <armbru@redhat.com>
2423 S: Supported
2424 F: blockdev.c
2425 F: blockdev-hmp-cmds.c
2426 F: block/qapi.c
2427 F: qapi/block*.json
2428 F: qapi/transaction.json
2429 T: git https://repo.or.cz/qemu/armbru.git block-next
2431 Dirty Bitmaps
2432 M: Eric Blake <eblake@redhat.com>
2433 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2434 R: John Snow <jsnow@redhat.com>
2435 L: qemu-block@nongnu.org
2436 S: Supported
2437 F: include/qemu/hbitmap.h
2438 F: include/block/dirty-bitmap.h
2439 F: block/monitor/bitmap-qmp-cmds.c
2440 F: block/dirty-bitmap.c
2441 F: block/qcow2-bitmap.c
2442 F: migration/block-dirty-bitmap.c
2443 F: util/hbitmap.c
2444 F: tests/unit/test-hbitmap.c
2445 F: docs/interop/bitmaps.rst
2446 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2448 Character device backends
2449 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2450 R: Paolo Bonzini <pbonzini@redhat.com>
2451 S: Maintained
2452 F: chardev/
2453 F: include/chardev/
2454 F: qapi/char.json
2456 Character Devices (Braille)
2457 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2458 S: Maintained
2459 F: chardev/baum.c
2461 Command line option argument parsing
2462 M: Markus Armbruster <armbru@redhat.com>
2463 S: Supported
2464 F: include/qemu/option.h
2465 F: tests/unit/test-keyval.c
2466 F: tests/unit/test-qemu-opts.c
2467 F: util/keyval.c
2468 F: util/qemu-option.c
2470 Coverity model
2471 M: Markus Armbruster <armbru@redhat.com>
2472 S: Supported
2473 F: scripts/coverity-model.c
2475 Coverity Scan integration
2476 M: Peter Maydell <peter.maydell@linaro.org>
2477 S: Maintained
2478 F: scripts/coverity-scan/
2480 Device Tree
2481 M: Alistair Francis <alistair.francis@wdc.com>
2482 R: David Gibson <david@gibson.dropbear.id.au>
2483 S: Maintained
2484 F: softmmu/device_tree.c
2485 F: include/sysemu/device_tree.h
2487 Dump
2488 S: Supported
2489 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2490 F: dump/
2491 F: hw/misc/vmcoreinfo.c
2492 F: include/hw/misc/vmcoreinfo.h
2493 F: include/qemu/win_dump_defs
2494 F: include/sysemu/dump-arch.h
2495 F: include/sysemu/dump.h
2496 F: qapi/dump.json
2497 F: scripts/dump-guest-memory.py
2498 F: stubs/dump.c
2500 Error reporting
2501 M: Markus Armbruster <armbru@redhat.com>
2502 S: Supported
2503 F: include/qapi/error.h
2504 F: include/qemu/error-report.h
2505 F: qapi/error.json
2506 F: util/error.c
2507 F: util/qemu-error.c
2508 F: scripts/coccinelle/err-bad-newline.cocci
2509 F: scripts/coccinelle/error-use-after-free.cocci
2510 F: scripts/coccinelle/error_propagate_null.cocci
2511 F: scripts/coccinelle/remove_local_err.cocci
2512 F: scripts/coccinelle/use-error_fatal.cocci
2513 F: scripts/coccinelle/errp-guard.cocci
2515 GDB stub
2516 M: Alex Bennée <alex.bennee@linaro.org>
2517 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2518 S: Maintained
2519 F: gdbstub*
2520 F: include/exec/gdbstub.h
2521 F: gdb-xml/
2522 F: tests/tcg/multiarch/gdbstub/
2524 Memory API
2525 M: Paolo Bonzini <pbonzini@redhat.com>
2526 M: Peter Xu <peterx@redhat.com>
2527 M: David Hildenbrand <david@redhat.com>
2528 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2529 S: Supported
2530 F: include/exec/ioport.h
2531 F: include/exec/memop.h
2532 F: include/exec/memory.h
2533 F: include/exec/ram_addr.h
2534 F: include/exec/ramblock.h
2535 F: include/sysemu/memory_mapping.h
2536 F: softmmu/dma-helpers.c
2537 F: softmmu/ioport.c
2538 F: softmmu/memory.c
2539 F: softmmu/memory_mapping.c
2540 F: softmmu/physmem.c
2541 F: include/exec/memory-internal.h
2542 F: scripts/coccinelle/memory-region-housekeeping.cocci
2544 SPICE
2545 M: Gerd Hoffmann <kraxel@redhat.com>
2546 S: Odd Fixes
2547 F: include/ui/qemu-spice.h
2548 F: include/ui/spice-display.h
2549 F: ui/spice-*.c
2550 F: audio/spiceaudio.c
2551 F: hw/display/qxl*
2552 F: qapi/ui.json
2553 F: docs/spice-port-fqdn.txt
2555 Graphics
2556 M: Gerd Hoffmann <kraxel@redhat.com>
2557 S: Odd Fixes
2558 F: ui/
2559 F: include/ui/
2560 F: qapi/ui.json
2561 F: util/drm.c
2563 Cocoa graphics
2564 M: Peter Maydell <peter.maydell@linaro.org>
2565 S: Odd Fixes
2566 F: ui/cocoa.m
2568 Main loop
2569 M: Paolo Bonzini <pbonzini@redhat.com>
2570 S: Maintained
2571 F: include/exec/gen-icount.h
2572 F: include/qemu/main-loop.h
2573 F: include/sysemu/runstate.h
2574 F: include/sysemu/runstate-action.h
2575 F: util/main-loop.c
2576 F: util/qemu-timer.c
2577 F: softmmu/vl.c
2578 F: softmmu/main.c
2579 F: softmmu/cpus.c
2580 F: softmmu/cpu-throttle.c
2581 F: softmmu/cpu-timers.c
2582 F: softmmu/icount.c
2583 F: softmmu/runstate-action.c
2584 F: qapi/run-state.json
2586 Read, Copy, Update (RCU)
2587 M: Paolo Bonzini <pbonzini@redhat.com>
2588 S: Maintained
2589 F: include/qemu/rcu*.h
2590 F: tests/unit/rcutorture.c
2591 F: tests/unit/test-rcu-*.c
2592 F: util/rcu.c
2594 Human Monitor (HMP)
2595 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2596 S: Maintained
2597 F: monitor/monitor-internal.h
2598 F: monitor/misc.c
2599 F: monitor/monitor.c
2600 F: monitor/hmp*
2601 F: hmp.h
2602 F: hmp-commands*.hx
2603 F: include/monitor/hmp-target.h
2604 F: tests/qtest/test-hmp.c
2605 F: include/qemu/qemu-print.h
2606 F: util/qemu-print.c
2608 Network device backends
2609 M: Jason Wang <jasowang@redhat.com>
2610 S: Maintained
2611 F: net/
2612 F: include/net/
2613 F: qemu-bridge-helper.c
2614 T: git https://github.com/jasowang/qemu.git net
2615 F: qapi/net.json
2617 Netmap network backend
2618 M: Luigi Rizzo <rizzo@iet.unipi.it>
2619 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2620 M: Vincenzo Maffione <v.maffione@gmail.com>
2621 W: http://info.iet.unipi.it/~luigi/netmap/
2622 S: Maintained
2623 F: net/netmap.c
2625 Host Memory Backends
2626 M: David Hildenbrand <david@redhat.com>
2627 M: Igor Mammedov <imammedo@redhat.com>
2628 S: Maintained
2629 F: backends/hostmem*.c
2630 F: include/sysemu/hostmem.h
2631 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2633 Cryptodev Backends
2634 M: Gonglei <arei.gonglei@huawei.com>
2635 S: Maintained
2636 F: include/sysemu/cryptodev*.h
2637 F: backends/cryptodev*.c
2639 Python library
2640 M: John Snow <jsnow@redhat.com>
2641 M: Cleber Rosa <crosa@redhat.com>
2642 R: Eduardo Habkost <ehabkost@redhat.com>
2643 S: Maintained
2644 F: python/
2645 T: git https://gitlab.com/jsnow/qemu.git python
2647 Python scripts
2648 M: Eduardo Habkost <ehabkost@redhat.com>
2649 M: Cleber Rosa <crosa@redhat.com>
2650 S: Odd Fixes
2651 F: scripts/*.py
2652 F: tests/*.py
2654 Benchmark util
2655 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2656 S: Maintained
2657 F: scripts/simplebench/
2658 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2660 Transactions helper
2661 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2662 S: Maintained
2663 F: include/qemu/transactions.h
2664 F: util/transactions.c
2666 QAPI
2667 M: Markus Armbruster <armbru@redhat.com>
2668 M: Michael Roth <michael.roth@amd.com>
2669 S: Supported
2670 F: qapi/
2671 X: qapi/*.json
2672 F: include/qapi/
2673 X: include/qapi/qmp/
2674 F: include/qapi/qmp/dispatch.h
2675 F: tests/qapi-schema/
2676 F: tests/unit/test-*-visitor.c
2677 F: tests/unit/test-qapi-*.c
2678 F: tests/unit/test-qmp-*.c
2679 F: tests/unit/test-visitor-serialization.c
2680 F: scripts/qapi-gen.py
2681 F: scripts/qapi/*
2682 F: docs/sphinx/qapidoc.py
2683 F: docs/devel/qapi*
2684 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2686 QAPI Schema
2687 M: Eric Blake <eblake@redhat.com>
2688 M: Markus Armbruster <armbru@redhat.com>
2689 S: Supported
2690 F: qapi/*.json
2691 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2693 QObject
2694 M: Markus Armbruster <armbru@redhat.com>
2695 S: Supported
2696 F: qobject/
2697 F: include/qapi/qmp/
2698 X: include/qapi/qmp/dispatch.h
2699 F: scripts/coccinelle/qobject.cocci
2700 F: tests/unit/check-qdict.c
2701 F: tests/unit/check-qjson.c
2702 F: tests/unit/check-qlist.c
2703 F: tests/unit/check-qlit.c
2704 F: tests/unit/check-qnull.c
2705 F: tests/unit/check-qnum.c
2706 F: tests/unit/check-qobject.c
2707 F: tests/unit/check-qstring.c
2708 F: tests/data/qobject/qdict.txt
2709 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2711 QEMU Guest Agent
2712 M: Michael Roth <michael.roth@amd.com>
2713 S: Maintained
2714 F: qga/
2715 F: docs/interop/qemu-ga.rst
2716 F: docs/interop/qemu-ga-ref.rst
2717 F: scripts/qemu-guest-agent/
2718 F: tests/unit/test-qga.c
2719 T: git https://github.com/mdroth/qemu.git qga
2722 M: Paolo Bonzini <pbonzini@redhat.com>
2723 R: Daniel P. Berrange <berrange@redhat.com>
2724 R: Eduardo Habkost <ehabkost@redhat.com>
2725 S: Supported
2726 F: docs/qdev-device-use.txt
2727 F: hw/core/qdev*
2728 F: hw/core/bus.c
2729 F: hw/core/sysbus.c
2730 F: include/hw/qdev*
2731 F: include/monitor/qdev.h
2732 F: include/qom/
2733 F: qapi/qom.json
2734 F: qapi/qdev.json
2735 F: scripts/coccinelle/qom-parent-type.cocci
2736 F: softmmu/qdev-monitor.c
2737 F: stubs/qdev.c
2738 F: qom/
2739 F: tests/unit/check-qom-interface.c
2740 F: tests/unit/check-qom-proplist.c
2741 F: tests/unit/test-qdev-global-props.c
2743 QOM boilerplate conversion script
2744 M: Eduardo Habkost <ehabkost@redhat.com>
2745 S: Maintained
2746 F: scripts/codeconverter/
2749 M: Markus Armbruster <armbru@redhat.com>
2750 S: Supported
2751 F: monitor/monitor-internal.h
2752 F: monitor/qmp*
2753 F: monitor/misc.c
2754 F: monitor/monitor.c
2755 F: qapi/control.json
2756 F: qapi/error.json
2757 F: qapi/introspect.json
2758 F: docs/devel/*qmp-*
2759 F: docs/interop/*qmp-*
2760 F: scripts/qmp/
2761 F: tests/qtest/qmp-test.c
2762 F: tests/qtest/qmp-cmd-test.c
2763 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2765 qtest
2766 M: Thomas Huth <thuth@redhat.com>
2767 M: Laurent Vivier <lvivier@redhat.com>
2768 R: Paolo Bonzini <pbonzini@redhat.com>
2769 S: Maintained
2770 F: softmmu/qtest.c
2771 F: accel/qtest/
2772 F: tests/qtest/
2773 F: docs/devel/qgraph.rst
2774 X: tests/qtest/bios-tables-test*
2776 Device Fuzzing
2777 M: Alexander Bulekov <alxndr@bu.edu>
2778 R: Paolo Bonzini <pbonzini@redhat.com>
2779 R: Bandan Das <bsd@redhat.com>
2780 R: Stefan Hajnoczi <stefanha@redhat.com>
2781 R: Thomas Huth <thuth@redhat.com>
2782 R: Darren Kenny <darren.kenny@oracle.com> 
2783 R: Qiuhao Li <Qiuhao.Li@outlook.com>
2784 S: Maintained
2785 F: tests/qtest/fuzz/
2786 F: tests/qtest/fuzz-*test.c
2787 F: scripts/oss-fuzz/
2788 F: hw/mem/sparse-mem.c
2789 F: docs/devel/fuzzing.rst
2791 Register API
2792 M: Alistair Francis <alistair@alistair23.me>
2793 S: Maintained
2794 F: hw/core/register.c
2795 F: include/hw/register.h
2796 F: include/hw/registerfields.h
2798 SLIRP
2799 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2800 S: Maintained
2801 F: slirp/
2802 F: net/slirp.c
2803 F: include/net/slirp.h
2804 T: git https://people.debian.org/~sthibault/qemu.git slirp
2806 Streams
2807 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2808 S: Maintained
2809 F: hw/core/stream.c
2810 F: include/hw/stream.h
2812 Stubs
2813 M: Paolo Bonzini <pbonzini@redhat.com>
2814 S: Maintained
2815 F: stubs/
2817 Tracing
2818 M: Stefan Hajnoczi <stefanha@redhat.com>
2819 S: Maintained
2820 F: trace/
2821 F: trace-events
2822 F: docs/qemu-option-trace.rst.inc
2823 F: qapi/trace.json
2824 F: scripts/tracetool.py
2825 F: scripts/tracetool/
2826 F: scripts/qemu-trace-stap*
2827 F: docs/tools/qemu-trace-stap.rst
2828 F: docs/devel/tracing.rst
2829 T: git https://github.com/stefanha/qemu.git tracing
2832 M: Stefan Berger <stefanb@linux.ibm.com>
2833 S: Maintained
2834 F: tpm.c
2835 F: hw/tpm/*
2836 F: include/hw/acpi/tpm.h
2837 F: include/sysemu/tpm*
2838 F: qapi/tpm.json
2839 F: backends/tpm/
2840 F: tests/qtest/*tpm*
2841 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2843 Checkpatch
2844 S: Odd Fixes
2845 F: scripts/checkpatch.pl
2847 Migration
2848 M: Juan Quintela <quintela@redhat.com>
2849 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2850 S: Maintained
2851 F: hw/core/vmstate-if.c
2852 F: include/hw/vmstate-if.h
2853 F: include/migration/
2854 F: migration/
2855 F: scripts/vmstate-static-checker.py
2856 F: tests/vmstate-static-checker-data/
2857 F: tests/qtest/migration-test.c
2858 F: docs/devel/migration.rst
2859 F: qapi/migration.json
2860 F: tests/migration/
2862 D-Bus
2863 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2864 S: Maintained
2865 F: backends/dbus-vmstate.c
2866 F: tests/dbus-vmstate*
2867 F: util/dbus.c
2868 F: include/qemu/dbus.h
2869 F: docs/interop/dbus.rst
2870 F: docs/interop/dbus-vmstate.rst
2872 Seccomp
2873 M: Eduardo Otubo <otubo@redhat.com>
2874 S: Supported
2875 F: softmmu/qemu-seccomp.c
2876 F: include/sysemu/seccomp.h
2878 Cryptography
2879 M: Daniel P. Berrange <berrange@redhat.com>
2880 S: Maintained
2881 F: crypto/
2882 F: include/crypto/
2883 F: qapi/crypto.json
2884 F: tests/unit/test-crypto-*
2885 F: tests/bench/benchmark-crypto-*
2886 F: tests/unit/crypto-tls-*
2887 F: tests/unit/pkix_asn1_tab.c
2888 F: qemu.sasl
2890 Coroutines
2891 M: Stefan Hajnoczi <stefanha@redhat.com>
2892 M: Kevin Wolf <kwolf@redhat.com>
2893 S: Maintained
2894 F: util/*coroutine*
2895 F: include/qemu/coroutine*
2896 F: tests/unit/test-coroutine.c
2898 Buffers
2899 M: Daniel P. Berrange <berrange@redhat.com>
2900 S: Odd Fixes
2901 F: util/buffer.c
2902 F: include/qemu/buffer.h
2904 I/O Channels
2905 M: Daniel P. Berrange <berrange@redhat.com>
2906 S: Maintained
2907 F: io/
2908 F: include/io/
2909 F: tests/unit/test-io-*
2911 User authorization
2912 M: Daniel P. Berrange <berrange@redhat.com>
2913 S: Maintained
2914 F: authz/
2915 F: qapi/authz.json
2916 F: include/authz/
2917 F: tests/unit/test-authz-*
2919 Sockets
2920 M: Daniel P. Berrange <berrange@redhat.com>
2921 S: Maintained
2922 F: include/qemu/sockets.h
2923 F: util/qemu-sockets.c
2924 F: qapi/sockets.json
2926 File monitor
2927 M: Daniel P. Berrange <berrange@redhat.com>
2928 S: Odd Fixes
2929 F: util/filemonitor*.c
2930 F: include/qemu/filemonitor.h
2931 F: tests/unit/test-util-filemonitor.c
2933 Throttling infrastructure
2934 M: Alberto Garcia <berto@igalia.com>
2935 S: Supported
2936 F: block/throttle-groups.c
2937 F: include/block/throttle-groups.h
2938 F: include/qemu/throttle*.h
2939 F: util/throttle.c
2940 F: docs/throttle.txt
2941 F: tests/unit/test-throttle.c
2942 L: qemu-block@nongnu.org
2944 UUID
2945 M: Fam Zheng <fam@euphon.net>
2946 S: Supported
2947 F: util/uuid.c
2948 F: include/qemu/uuid.h
2949 F: tests/unit/test-uuid.c
2951 Yank feature
2952 M: Lukas Straub <lukasstraub2@web.de>
2953 S: Odd fixes
2954 F: util/yank.c
2955 F: migration/yank_functions*
2956 F: tests/unit/test-yank.c
2957 F: include/qemu/yank.h
2958 F: qapi/yank.json
2960 COLO Framework
2961 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2962 S: Maintained
2963 F: migration/colo*
2964 F: include/migration/colo.h
2965 F: include/migration/failover.h
2966 F: docs/COLO-FT.txt
2968 COLO Proxy
2969 M: Zhang Chen <chen.zhang@intel.com>
2970 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2971 S: Supported
2972 F: docs/colo-proxy.txt
2973 F: net/colo*
2974 F: net/filter-rewriter.c
2975 F: net/filter-mirror.c
2977 Record/replay
2978 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2979 R: Paolo Bonzini <pbonzini@redhat.com>
2980 W: https://wiki.qemu.org/Features/record-replay
2981 S: Supported
2982 F: replay/*
2983 F: block/blkreplay.c
2984 F: net/filter-replay.c
2985 F: include/sysemu/replay.h
2986 F: docs/replay.txt
2987 F: stubs/replay.c
2988 F: tests/acceptance/replay_kernel.py
2989 F: tests/acceptance/replay_linux.py
2990 F: tests/acceptance/reverse_debugging.py
2991 F: qapi/replay.json
2993 IOVA Tree
2994 M: Peter Xu <peterx@redhat.com>
2995 S: Maintained
2996 F: include/qemu/iova-tree.h
2997 F: util/iova-tree.c
2999 elf2dmp
3000 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
3001 S: Maintained
3002 F: contrib/elf2dmp/
3004 I2C and SMBus
3005 M: Corey Minyard <cminyard@mvista.com>
3006 S: Maintained
3007 F: hw/i2c/core.c
3008 F: hw/i2c/smbus_slave.c
3009 F: hw/i2c/smbus_master.c
3010 F: hw/i2c/smbus_eeprom.c
3011 F: include/hw/i2c/i2c.h
3012 F: include/hw/i2c/smbus_master.h
3013 F: include/hw/i2c/smbus_slave.h
3014 F: include/hw/i2c/smbus_eeprom.h
3016 Firmware schema specifications
3017 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3018 R: Daniel P. Berrange <berrange@redhat.com>
3019 R: Kashyap Chamarthy <kchamart@redhat.com>
3020 S: Maintained
3021 F: docs/interop/firmware.json
3023 EDK2 Firmware
3024 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3025 R: Gerd Hoffmann <kraxel@redhat.com>
3026 S: Supported
3027 F: hw/i386/*ovmf*
3028 F: pc-bios/descriptors/??-edk2-*.json
3029 F: pc-bios/edk2-*
3030 F: roms/Makefile.edk2
3031 F: roms/edk2
3032 F: roms/edk2-*
3033 F: tests/data/uefi-boot-images/
3034 F: tests/uefi-test-tools/
3035 F: .gitlab-ci.d/edk2.yml
3036 F: .gitlab-ci.d/edk2/
3038 VT-d Emulation
3039 M: Michael S. Tsirkin <mst@redhat.com>
3040 M: Peter Xu <peterx@redhat.com>
3041 R: Jason Wang <jasowang@redhat.com>
3042 S: Supported
3043 F: hw/i386/intel_iommu.c
3044 F: hw/i386/intel_iommu_internal.h
3045 F: include/hw/i386/intel_iommu.h
3047 OpenSBI Firmware
3048 M: Bin Meng <bmeng.cn@gmail.com>
3049 S: Supported
3050 F: pc-bios/opensbi-*
3051 F: .gitlab-ci.d/opensbi.yml
3052 F: .gitlab-ci.d/opensbi/
3054 Clock framework
3055 M: Luc Michel <luc@lmichel.fr>
3056 R: Damien Hedde <damien.hedde@greensocs.com>
3057 S: Maintained
3058 F: include/hw/clock.h
3059 F: include/hw/qdev-clock.h
3060 F: hw/core/clock.c
3061 F: hw/core/clock-vmstate.c
3062 F: hw/core/qdev-clock.c
3063 F: docs/devel/clocks.rst
3065 Usermode Emulation
3066 ------------------
3067 Overall usermode emulation
3068 M: Riku Voipio <riku.voipio@iki.fi>
3069 S: Maintained
3070 F: thunk.c
3071 F: accel/tcg/user-exec*.c
3073 BSD user
3074 M: Warner Losh <imp@bsdimp.com>
3075 R: Kyle Evans <kevans@freebsd.org>
3076 S: Maintained
3077 F: bsd-user/
3078 F: configs/targets/*-bsd-user.mak
3079 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
3081 Linux user
3082 M: Laurent Vivier <laurent@vivier.eu>
3083 S: Maintained
3084 F: linux-user/
3085 F: configs/targets/*linux-user.mak
3086 F: scripts/qemu-binfmt-conf.sh
3087 F: scripts/update-syscalltbl.sh
3088 F: scripts/update-mips-syscall-args.sh
3089 F: scripts/gensyscalls.sh
3091 Tiny Code Generator (TCG)
3092 -------------------------
3093 Common TCG code
3094 M: Richard Henderson <richard.henderson@linaro.org>
3095 S: Maintained
3096 F: tcg/
3097 F: include/tcg/
3099 TCG Plugins
3100 M: Alex Bennée <alex.bennee@linaro.org>
3101 R: Alexandre Iooss <erdnaxe@crans.org>
3102 R: Mahmoud Mandour <ma.mandourr@gmail.com>
3103 S: Maintained
3104 F: docs/devel/tcg-plugins.rst
3105 F: plugins/
3106 F: tests/plugin/
3107 F: tests/acceptance/tcg_plugins.py
3108 F: contrib/plugins/
3110 AArch64 TCG target
3111 M: Richard Henderson <richard.henderson@linaro.org>
3112 S: Maintained
3113 L: qemu-arm@nongnu.org
3114 F: tcg/aarch64/
3115 F: disas/arm-a64.cc
3116 F: disas/libvixl/
3118 ARM TCG target
3119 M: Richard Henderson <richard.henderson@linaro.org>
3120 S: Maintained
3121 L: qemu-arm@nongnu.org
3122 F: tcg/arm/
3123 F: disas/arm.c
3125 i386 TCG target
3126 M: Richard Henderson <richard.henderson@linaro.org>
3127 S: Maintained
3128 F: tcg/i386/
3129 F: disas/i386.c
3131 MIPS TCG target
3132 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3133 R: Aurelien Jarno <aurelien@aurel32.net>
3134 R: Huacai Chen <chenhuacai@kernel.org>
3135 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3136 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3137 S: Odd Fixes
3138 F: tcg/mips/
3140 PPC TCG target
3141 M: Richard Henderson <richard.henderson@linaro.org>
3142 S: Odd Fixes
3143 F: tcg/ppc/
3144 F: disas/ppc.c
3146 RISC-V TCG target
3147 M: Palmer Dabbelt <palmer@dabbelt.com>
3148 M: Alistair Francis <Alistair.Francis@wdc.com>
3149 L: qemu-riscv@nongnu.org
3150 S: Maintained
3151 F: tcg/riscv/
3152 F: disas/riscv.c
3154 S390 TCG target
3155 M: Richard Henderson <richard.henderson@linaro.org>
3156 S: Maintained
3157 F: tcg/s390/
3158 F: disas/s390.c
3159 L: qemu-s390x@nongnu.org
3161 SPARC TCG target
3162 S: Odd Fixes
3163 F: tcg/sparc/
3164 F: disas/sparc.c
3166 TCI TCG target
3167 M: Stefan Weil <sw@weilnetz.de>
3168 S: Maintained
3169 F: tcg/tci/
3170 F: tcg/tci.c
3171 F: disas/tci.c
3173 Block drivers
3174 -------------
3175 VMDK
3176 M: Fam Zheng <fam@euphon.net>
3177 L: qemu-block@nongnu.org
3178 S: Supported
3179 F: block/vmdk.c
3182 M: Ilya Dryomov <idryomov@gmail.com>
3183 R: Peter Lieven <pl@kamp.de>
3184 L: qemu-block@nongnu.org
3185 S: Supported
3186 F: block/rbd.c
3188 VHDX
3189 M: Jeff Cody <codyprime@gmail.com>
3190 L: qemu-block@nongnu.org
3191 S: Supported
3192 F: block/vhdx*
3195 M: Stefan Weil <sw@weilnetz.de>
3196 L: qemu-block@nongnu.org
3197 S: Maintained
3198 F: block/vdi.c
3200 iSCSI
3201 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3202 M: Paolo Bonzini <pbonzini@redhat.com>
3203 M: Peter Lieven <pl@kamp.de>
3204 L: qemu-block@nongnu.org
3205 S: Odd Fixes
3206 F: block/iscsi.c
3207 F: block/iscsi-opts.c
3209 Network Block Device (NBD)
3210 M: Eric Blake <eblake@redhat.com>
3211 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3212 L: qemu-block@nongnu.org
3213 S: Maintained
3214 F: block/nbd*
3215 F: nbd/
3216 F: include/block/nbd*
3217 F: qemu-nbd.*
3218 F: blockdev-nbd.c
3219 F: docs/interop/nbd.txt
3220 F: docs/tools/qemu-nbd.rst
3221 T: git https://repo.or.cz/qemu/ericb.git nbd
3222 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3225 M: Peter Lieven <pl@kamp.de>
3226 L: qemu-block@nongnu.org
3227 S: Maintained
3228 F: block/nfs.c
3231 M: Richard W.M. Jones <rjones@redhat.com>
3232 L: qemu-block@nongnu.org
3233 S: Supported
3234 F: block/ssh.c
3236 CURL
3237 L: qemu-block@nongnu.org
3238 S: Odd Fixes
3239 F: block/curl.c
3241 GLUSTER
3242 L: qemu-block@nongnu.org
3243 L: integration@gluster.org
3244 S: Odd Fixes
3245 F: block/gluster.c
3247 Null Block Driver
3248 M: Fam Zheng <fam@euphon.net>
3249 L: qemu-block@nongnu.org
3250 S: Supported
3251 F: block/null.c
3253 NVMe Block Driver
3254 M: Stefan Hajnoczi <stefanha@redhat.com>
3255 R: Fam Zheng <fam@euphon.net>
3256 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3257 L: qemu-block@nongnu.org
3258 S: Supported
3259 F: block/nvme*
3260 F: include/block/nvme.h
3261 T: git https://github.com/stefanha/qemu.git block
3263 Bootdevice
3264 M: Gonglei <arei.gonglei@huawei.com>
3265 S: Maintained
3266 F: softmmu/bootdevice.c
3268 Quorum
3269 M: Alberto Garcia <berto@igalia.com>
3270 S: Supported
3271 F: block/quorum.c
3272 L: qemu-block@nongnu.org
3274 blklogwrites
3275 M: Ari Sundholm <ari@tuxera.com>
3276 L: qemu-block@nongnu.org
3277 S: Supported
3278 F: block/blklogwrites.c
3280 blkverify
3281 M: Stefan Hajnoczi <stefanha@redhat.com>
3282 L: qemu-block@nongnu.org
3283 S: Supported
3284 F: block/blkverify.c
3286 bochs
3287 M: Stefan Hajnoczi <stefanha@redhat.com>
3288 L: qemu-block@nongnu.org
3289 S: Supported
3290 F: block/bochs.c
3292 cloop
3293 M: Stefan Hajnoczi <stefanha@redhat.com>
3294 L: qemu-block@nongnu.org
3295 S: Supported
3296 F: block/cloop.c
3299 M: Stefan Hajnoczi <stefanha@redhat.com>
3300 L: qemu-block@nongnu.org
3301 S: Supported
3302 F: block/dmg.c
3304 parallels
3305 M: Stefan Hajnoczi <stefanha@redhat.com>
3306 M: Denis V. Lunev <den@openvz.org>
3307 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3308 L: qemu-block@nongnu.org
3309 S: Supported
3310 F: block/parallels.c
3311 F: block/parallels-ext.c
3312 F: docs/interop/parallels.txt
3313 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3316 M: Stefan Hajnoczi <stefanha@redhat.com>
3317 L: qemu-block@nongnu.org
3318 S: Supported
3319 F: block/qed.c
3322 M: Kevin Wolf <kwolf@redhat.com>
3323 L: qemu-block@nongnu.org
3324 S: Supported
3325 F: block/linux-aio.c
3326 F: include/block/raw-aio.h
3327 F: block/raw-format.c
3328 F: block/file-posix.c
3329 F: block/file-win32.c
3330 F: block/win32-aio.c
3332 Linux io_uring
3333 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3334 M: Julia Suvorova <jusual@redhat.com>
3335 M: Stefan Hajnoczi <stefanha@redhat.com>
3336 R: Stefano Garzarella <sgarzare@redhat.com>
3337 L: qemu-block@nongnu.org
3338 S: Maintained
3339 F: block/io_uring.c
3340 F: stubs/io_uring.c
3342 qcow2
3343 M: Kevin Wolf <kwolf@redhat.com>
3344 M: Hanna Reitz <hreitz@redhat.com>
3345 L: qemu-block@nongnu.org
3346 S: Supported
3347 F: block/qcow2*
3348 F: docs/interop/qcow2.txt
3350 qcow
3351 M: Kevin Wolf <kwolf@redhat.com>
3352 L: qemu-block@nongnu.org
3353 S: Supported
3354 F: block/qcow.c
3356 blkdebug
3357 M: Kevin Wolf <kwolf@redhat.com>
3358 M: Hanna Reitz <hreitz@redhat.com>
3359 L: qemu-block@nongnu.org
3360 S: Supported
3361 F: block/blkdebug.c
3364 M: Kevin Wolf <kwolf@redhat.com>
3365 L: qemu-block@nongnu.org
3366 S: Supported
3367 F: block/vpc.c
3369 vvfat
3370 M: Kevin Wolf <kwolf@redhat.com>
3371 L: qemu-block@nongnu.org
3372 S: Odd Fixes
3373 F: block/vvfat.c
3375 Image format fuzzer
3376 M: Stefan Hajnoczi <stefanha@redhat.com>
3377 L: qemu-block@nongnu.org
3378 S: Supported
3379 F: tests/image-fuzzer/
3381 Vhost-user block device backend server
3382 M: Coiby Xu <Coiby.Xu@gmail.com>
3383 S: Maintained
3384 F: block/export/vhost-user-blk-server.c
3385 F: block/export/vhost-user-blk-server.h
3386 F: include/qemu/vhost-user-server.h
3387 F: tests/qtest/libqos/vhost-user-blk.c
3388 F: tests/qtest/libqos/vhost-user-blk.h
3389 F: tests/qtest/vhost-user-blk-test.c
3390 F: util/vhost-user-server.c
3392 FUSE block device exports
3393 M: Hanna Reitz <hreitz@redhat.com>
3394 L: qemu-block@nongnu.org
3395 S: Supported
3396 F: block/export/fuse.c
3398 Replication
3399 M: Wen Congyang <wencongyang2@huawei.com>
3400 M: Xie Changlong <xiechanglong.d@gmail.com>
3401 S: Supported
3402 F: replication*
3403 F: block/replication.c
3404 F: tests/unit/test-replication.c
3405 F: docs/block-replication.txt
3407 PVRDMA
3408 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3409 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3410 S: Maintained
3411 F: hw/rdma/*
3412 F: hw/rdma/vmw/*
3413 F: docs/pvrdma.txt
3414 F: contrib/rdmacm-mux/*
3415 F: qapi/rdma.json
3417 Semihosting
3418 M: Alex Bennée <alex.bennee@linaro.org>
3419 S: Maintained
3420 F: semihosting/
3421 F: include/semihosting/
3422 F: tests/tcg/multiarch/arm-compat-semi/
3424 Multi-process QEMU
3425 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3426 M: Jagannathan Raman <jag.raman@oracle.com>
3427 M: John G Johnson <john.g.johnson@oracle.com>
3428 S: Maintained
3429 F: docs/devel/multi-process.rst
3430 F: docs/system/multi-process.rst
3431 F: hw/pci-host/remote.c
3432 F: include/hw/pci-host/remote.h
3433 F: hw/remote/machine.c
3434 F: include/hw/remote/machine.h
3435 F: hw/remote/mpqemu-link.c
3436 F: include/hw/remote/mpqemu-link.h
3437 F: hw/remote/message.c
3438 F: hw/remote/remote-obj.c
3439 F: include/hw/remote/memory.h
3440 F: hw/remote/memory.c
3441 F: hw/remote/proxy.c
3442 F: include/hw/remote/proxy.h
3443 F: hw/remote/proxy-memory-listener.c
3444 F: include/hw/remote/proxy-memory-listener.h
3445 F: hw/remote/iohub.c
3446 F: include/hw/remote/iohub.h
3448 EBPF:
3449 M: Jason Wang <jasowang@redhat.com>
3450 R: Andrew Melnychenko <andrew@daynix.com>
3451 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3452 S: Maintained
3453 F: ebpf/*
3454 F: tools/ebpf/*
3456 Build and test automation
3457 -------------------------
3458 Build and test automation, general continuous integration
3459 M: Alex Bennée <alex.bennee@linaro.org>
3460 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3461 M: Thomas Huth <thuth@redhat.com>
3462 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3463 R: Willian Rampazzo <willianr@redhat.com>
3464 S: Maintained
3465 F: .github/lockdown.yml
3466 F: .gitlab-ci.yml
3467 F: .gitlab-ci.d/
3468 F: .travis.yml
3469 F: scripts/ci/
3470 F: tests/docker/
3471 F: tests/vm/
3472 F: scripts/archive-source.sh
3473 W: https://gitlab.com/qemu-project/qemu/pipelines
3474 W: https://travis-ci.org/qemu/qemu
3476 FreeBSD Hosted Continuous Integration
3477 M: Ed Maste <emaste@freebsd.org>
3478 M: Li-Wen Hsu <lwhsu@freebsd.org>
3479 S: Maintained
3480 F: .cirrus.yml
3481 W: https://cirrus-ci.com/github/qemu/qemu
3483 Windows Hosted Continuous Integration
3484 M: Yonggang Luo <luoyonggang@gmail.com>
3485 S: Maintained
3486 F: .cirrus.yml
3487 W: https://cirrus-ci.com/github/qemu/qemu
3489 Guest Test Compilation Support
3490 M: Alex Bennée <alex.bennee@linaro.org>
3491 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3492 S: Maintained
3493 F: tests/tcg/Makefile
3494 F: tests/tcg/Makefile.include
3496 Acceptance (Integration) Testing with the Avocado framework
3497 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3498 R: Cleber Rosa <crosa@redhat.com>
3499 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3500 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3501 R: Willian Rampazzo <willianr@redhat.com>
3502 S: Odd Fixes
3503 F: tests/acceptance/
3505 Documentation
3506 -------------
3507 Build system architecture
3508 M: Daniel P. Berrange <berrange@redhat.com>
3509 S: Odd Fixes
3510 F: docs/devel/build-system.rst
3512 GIT Data Mining Config
3513 M: Alex Bennée <alex.bennee@linaro.org>
3514 S: Odd Fixes
3515 F: gitdm.config
3516 F: contrib/gitdm/*
3518 Incompatible changes
3519 R: libvir-list@redhat.com
3520 F: docs/about/deprecated.rst
3522 Build System
3523 ------------
3524 GIT submodules
3525 M: Daniel P. Berrange <berrange@redhat.com>
3526 S: Odd Fixes
3527 F: scripts/git-submodule.sh
3529 UI translations
3530 S: Orphan
3531 F: po/*.po
3533 Sphinx documentation configuration and build machinery
3534 M: Peter Maydell <peter.maydell@linaro.org>
3535 S: Maintained
3536 F: docs/conf.py
3537 F: docs/*/conf.py
3538 F: docs/sphinx/
3539 F: docs/_templates/
3541 Miscellaneous
3542 -------------
3543 Performance Tools and Tests
3544 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3545 S: Maintained
3546 F: scripts/performance/