MAINTAINERS: Add maintainer for vhost-user RNG implementation
[qemu/kevin.git] / MAINTAINERS
blob517f22b2e7466ccf265c6bb979d08d247c980845
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: default-configs/*/s390x-softmmu.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 Guest CPU cores (TCG)
113 ---------------------
114 Overall TCG CPUs
115 M: Richard Henderson <richard.henderson@linaro.org>
116 R: Paolo Bonzini <pbonzini@redhat.com>
117 S: Maintained
118 F: softmmu/cpus.c
119 F: cpus-common.c
120 F: page-vary.c
121 F: page-vary-common.c
122 F: accel/tcg/
123 F: accel/stubs/tcg-stub.c
124 F: util/cacheinfo.c
125 F: util/cacheflush.c
126 F: scripts/decodetree.py
127 F: docs/devel/decodetree.rst
128 F: include/exec/cpu*.h
129 F: include/exec/exec-all.h
130 F: include/exec/helper*.h
131 F: include/sysemu/cpus.h
132 F: include/sysemu/tcg.h
133 F: include/hw/core/tcg-cpu-ops.h
135 FPU emulation
136 M: Aurelien Jarno <aurelien@aurel32.net>
137 M: Peter Maydell <peter.maydell@linaro.org>
138 M: Alex Bennée <alex.bennee@linaro.org>
139 S: Maintained
140 F: fpu/
141 F: include/fpu/
142 F: tests/fp/
144 Alpha TCG CPUs
145 M: Richard Henderson <richard.henderson@linaro.org>
146 S: Maintained
147 F: target/alpha/
148 F: tests/tcg/alpha/
149 F: disas/alpha.c
151 ARM TCG CPUs
152 M: Peter Maydell <peter.maydell@linaro.org>
153 L: qemu-arm@nongnu.org
154 S: Maintained
155 F: target/arm/
156 F: tests/tcg/arm/
157 F: tests/tcg/aarch64/
158 F: tests/qtest/arm-cpu-features.c
159 F: hw/arm/
160 F: hw/cpu/a*mpcore.c
161 F: include/hw/cpu/a*mpcore.h
162 F: disas/arm.c
163 F: disas/arm-a64.cc
164 F: disas/libvixl/
165 F: docs/system/target-arm.rst
166 F: docs/system/arm/cpu-features.rst
168 ARM SMMU
169 M: Eric Auger <eric.auger@redhat.com>
170 L: qemu-arm@nongnu.org
171 S: Maintained
172 F: hw/arm/smmu*
173 F: include/hw/arm/smmu*
175 AVR TCG CPUs
176 M: Michael Rolnik <mrolnik@gmail.com>
177 S: Maintained
178 F: docs/system/target-avr.rst
179 F: gdb-xml/avr-cpu.xml
180 F: target/avr/
181 F: tests/acceptance/machine_avr6.py
183 CRIS TCG CPUs
184 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185 S: Maintained
186 F: target/cris/
187 F: hw/cris/
188 F: include/hw/cris/
189 F: tests/tcg/cris/
190 F: disas/cris.c
192 Hexagon TCG CPUs
193 M: Taylor Simpson <tsimpson@quicinc.com>
194 S: Supported
195 F: target/hexagon/
196 F: linux-user/hexagon/
197 F: tests/tcg/hexagon/
198 F: disas/hexagon.c
199 F: default-configs/targets/hexagon-linux-user.mak
200 F: docker/dockerfiles/debian-hexagon-cross.docker
201 F: docker/dockerfiles/debian-hexagon-cross.docker.d/build-toolchain.sh
203 HPPA (PA-RISC) TCG CPUs
204 M: Richard Henderson <richard.henderson@linaro.org>
205 S: Maintained
206 F: target/hppa/
207 F: hw/hppa/
208 F: disas/hppa.c
209 F: hw/net/*i82596*
210 F: include/hw/net/lasi_82596.h
212 M68K TCG CPUs
213 M: Laurent Vivier <laurent@vivier.eu>
214 S: Maintained
215 F: target/m68k/
216 F: disas/m68k.c
218 MicroBlaze TCG CPUs
219 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
220 S: Maintained
221 F: target/microblaze/
222 F: hw/microblaze/
223 F: disas/microblaze.c
225 MIPS TCG CPUs
226 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
227 R: Aurelien Jarno <aurelien@aurel32.net>
228 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
229 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
230 S: Odd Fixes
231 F: target/mips/
232 F: default-configs/*/*mips*
233 F: disas/mips.c
234 F: docs/system/cpu-models-mips.rst.inc
235 F: hw/intc/mips_gic.c
236 F: hw/mips/
237 F: hw/misc/mips_*
238 F: hw/timer/mips_gictimer.c
239 F: include/hw/intc/mips_gic.h
240 F: include/hw/mips/
241 F: include/hw/misc/mips_*
242 F: include/hw/timer/mips_gictimer.h
243 F: tests/tcg/mips/
244 K: ^Subject:.*(?i)mips
246 MIPS TCG CPUs (nanoMIPS ISA)
247 S: Orphan
248 F: disas/nanomips.*
250 NiosII TCG CPUs
251 M: Chris Wulff <crwulff@gmail.com>
252 M: Marek Vasut <marex@denx.de>
253 S: Maintained
254 F: target/nios2/
255 F: hw/nios2/
256 F: disas/nios2.c
257 F: default-configs/*/nios2-softmmu.mak
259 OpenRISC TCG CPUs
260 M: Stafford Horne <shorne@gmail.com>
261 S: Odd Fixes
262 F: target/openrisc/
263 F: hw/openrisc/
264 F: tests/tcg/openrisc/
266 PowerPC TCG CPUs
267 M: David Gibson <david@gibson.dropbear.id.au>
268 M: Greg Kurz <groug@kaod.org>
269 L: qemu-ppc@nongnu.org
270 S: Maintained
271 F: target/ppc/
272 F: hw/ppc/
273 F: include/hw/ppc/
274 F: disas/ppc.c
275 F: tests/acceptance/machine_ppc.py
277 RISC-V TCG CPUs
278 M: Palmer Dabbelt <palmer@dabbelt.com>
279 M: Alistair Francis <alistair.francis@wdc.com>
280 M: Bin Meng <bin.meng@windriver.com>
281 L: qemu-riscv@nongnu.org
282 S: Supported
283 F: target/riscv/
284 F: hw/riscv/
285 F: include/hw/riscv/
286 F: linux-user/host/riscv32/
287 F: linux-user/host/riscv64/
289 RENESAS RX CPUs
290 R: Yoshinori Sato <ysato@users.sourceforge.jp>
291 S: Orphan
292 F: target/rx/
294 S390 TCG CPUs
295 M: Richard Henderson <richard.henderson@linaro.org>
296 M: David Hildenbrand <david@redhat.com>
297 S: Maintained
298 F: target/s390x/
299 F: hw/s390x/
300 F: disas/s390.c
301 F: tests/tcg/s390x/
302 L: qemu-s390x@nongnu.org
304 SH4 TCG CPUs
305 R: Yoshinori Sato <ysato@users.sourceforge.jp>
306 S: Orphan
307 F: target/sh4/
308 F: hw/sh4/
309 F: disas/sh4.c
310 F: include/hw/sh4/
312 SPARC TCG CPUs
313 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
314 M: Artyom Tarasenko <atar4qemu@gmail.com>
315 S: Maintained
316 F: target/sparc/
317 F: hw/sparc/
318 F: hw/sparc64/
319 F: include/hw/sparc/sparc64.h
320 F: disas/sparc.c
322 X86 TCG CPUs
323 M: Paolo Bonzini <pbonzini@redhat.com>
324 M: Richard Henderson <richard.henderson@linaro.org>
325 M: Eduardo Habkost <ehabkost@redhat.com>
326 S: Maintained
327 F: target/i386/tcg/
328 F: tests/tcg/i386/
329 F: tests/tcg/x86_64/
330 F: hw/i386/
331 F: disas/i386.c
332 F: docs/system/cpu-models-x86*
333 T: git https://gitlab.com/ehabkost/qemu.git x86-next
335 Xtensa TCG CPUs
336 M: Max Filippov <jcmvbkbc@gmail.com>
337 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
338 S: Maintained
339 F: target/xtensa/
340 F: hw/xtensa/
341 F: tests/tcg/xtensa/
342 F: disas/xtensa.c
343 F: include/hw/xtensa/xtensa-isa.h
344 F: default-configs/*/xtensa*.mak
346 TriCore TCG CPUs
347 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
348 S: Maintained
349 F: target/tricore/
350 F: hw/tricore/
351 F: include/hw/tricore/
352 F: tests/tcg/tricore/
354 Multiarch Linux User Tests
355 M: Alex Bennée <alex.bennee@linaro.org>
356 S: Maintained
357 F: tests/tcg/multiarch/
359 Guest CPU Cores (KVM)
360 ---------------------
361 Overall KVM CPUs
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 L: kvm@vger.kernel.org
364 S: Supported
365 F: */*/kvm*
366 F: accel/kvm/
367 F: accel/stubs/kvm-stub.c
368 F: include/hw/kvm/
369 F: include/sysemu/kvm*.h
370 F: scripts/kvm/kvm_flightrecorder
372 ARM KVM CPUs
373 M: Peter Maydell <peter.maydell@linaro.org>
374 L: qemu-arm@nongnu.org
375 S: Maintained
376 F: target/arm/kvm.c
378 MIPS KVM CPUs
379 M: Huacai Chen <chenhuacai@kernel.org>
380 S: Odd Fixes
381 F: target/mips/kvm*
382 F: target/mips/sysemu/
384 PPC KVM CPUs
385 M: David Gibson <david@gibson.dropbear.id.au>
386 M: Greg Kurz <groug@kaod.org>
387 S: Maintained
388 F: target/ppc/kvm.c
390 S390 KVM CPUs
391 M: Halil Pasic <pasic@linux.ibm.com>
392 M: Cornelia Huck <cohuck@redhat.com>
393 M: Christian Borntraeger <borntraeger@de.ibm.com>
394 S: Supported
395 F: target/s390x/kvm.c
396 F: target/s390x/kvm_s390x.h
397 F: target/s390x/kvm-stub.c
398 F: target/s390x/ioinst.[ch]
399 F: target/s390x/machine.c
400 F: target/s390x/sigp.c
401 F: target/s390x/cpu_features*.[ch]
402 F: target/s390x/cpu_models.[ch]
403 F: hw/s390x/pv.c
404 F: include/hw/s390x/pv.h
405 F: hw/intc/s390_flic.c
406 F: hw/intc/s390_flic_kvm.c
407 F: include/hw/s390x/s390_flic.h
408 F: gdb-xml/s390*.xml
409 T: git https://gitlab.com/cohuck/qemu.git s390-next
410 T: git https://github.com/borntraeger/qemu.git s390-next
411 L: qemu-s390x@nongnu.org
413 X86 KVM CPUs
414 M: Paolo Bonzini <pbonzini@redhat.com>
415 M: Marcelo Tosatti <mtosatti@redhat.com>
416 L: kvm@vger.kernel.org
417 S: Supported
418 F: target/i386/kvm/
419 F: scripts/kvm/vmxcap
421 Guest CPU Cores (other accelerators)
422 ------------------------------------
423 Overall
424 M: Richard Henderson <richard.henderson@linaro.org>
425 R: Paolo Bonzini <pbonzini@redhat.com>
426 S: Maintained
427 F: include/qemu/accel.h
428 F: include/sysemu/accel-ops.h
429 F: include/hw/core/accel-cpu.h
430 F: accel/accel-*.c
431 F: accel/Makefile.objs
432 F: accel/stubs/Makefile.objs
434 X86 HVF CPUs
435 M: Cameron Esfahani <dirty@apple.com>
436 M: Roman Bolshakov <r.bolshakov@yadro.com>
437 W: https://wiki.qemu.org/Features/HVF
438 S: Maintained
439 F: target/i386/hvf/
442 M: Cameron Esfahani <dirty@apple.com>
443 M: Roman Bolshakov <r.bolshakov@yadro.com>
444 W: https://wiki.qemu.org/Features/HVF
445 S: Maintained
446 F: accel/hvf/
447 F: include/sysemu/hvf.h
448 F: include/sysemu/hvf_int.h
450 WHPX CPUs
451 M: Sunil Muthuswamy <sunilmut@microsoft.com>
452 S: Supported
453 F: target/i386/whpx/
454 F: include/sysemu/whpx.h
456 Guest CPU Cores (Xen)
457 ---------------------
458 X86 Xen CPUs
459 M: Stefano Stabellini <sstabellini@kernel.org>
460 M: Anthony Perard <anthony.perard@citrix.com>
461 M: Paul Durrant <paul@xen.org>
462 L: xen-devel@lists.xenproject.org
463 S: Supported
464 F: */xen*
465 F: accel/xen/*
466 F: hw/9pfs/xen-9p*
467 F: hw/char/xen_console.c
468 F: hw/display/xenfb.c
469 F: hw/net/xen_nic.c
470 F: hw/usb/xen-usb.c
471 F: hw/block/xen*
472 F: hw/block/dataplane/xen*
473 F: hw/xen/
474 F: hw/xenpv/
475 F: hw/i386/xen/
476 F: hw/pci-host/xen_igd_pt.c
477 F: include/hw/block/dataplane/xen*
478 F: include/hw/xen/
479 F: include/sysemu/xen.h
480 F: include/sysemu/xen-mapcache.h
481 F: stubs/xen-hw-stub.c
483 Guest CPU Cores (HAXM)
484 ---------------------
485 X86 HAXM CPUs
486 M: Wenchao Wang <wenchao.wang@intel.com>
487 M: Colin Xu <colin.xu@intel.com>
488 L: haxm-team@intel.com
489 W: https://github.com/intel/haxm/issues
490 S: Maintained
491 F: accel/stubs/hax-stub.c
492 F: include/sysemu/hax.h
493 F: target/i386/hax/
495 Guest CPU Cores (NVMM)
496 ----------------------
497 NetBSD Virtual Machine Monitor (NVMM) CPU support
498 M: Kamil Rytarowski <kamil@netbsd.org>
499 M: Reinoud Zandijk <reinoud@netbsd.org>
500 S: Maintained
501 F: include/sysemu/nvmm.h
502 F: target/i386/nvmm/
504 Hosts
505 -----
506 LINUX
507 M: Michael S. Tsirkin <mst@redhat.com>
508 M: Cornelia Huck <cohuck@redhat.com>
509 M: Paolo Bonzini <pbonzini@redhat.com>
510 S: Maintained
511 F: linux-headers/
512 F: scripts/update-linux-headers.sh
514 POSIX
515 M: Paolo Bonzini <pbonzini@redhat.com>
516 S: Maintained
517 F: os-posix.c
518 F: include/sysemu/os-posix.h
519 F: util/*posix*.c
520 F: include/qemu/*posix*.h
522 NETBSD
523 M: Kamil Rytarowski <kamil@netbsd.org>
524 M: Reinoud Zandijk <reinoud@netbsd.org>
525 M: Ryo ONODERA <ryoon@netbsd.org>
526 S: Maintained
527 K: ^Subject:.*(?i)NetBSD
529 OPENBSD
530 M: Brad Smith <brad@comstyle.com>
531 S: Maintained
532 K: ^Subject:.*(?i)OpenBSD
534 W32, W64
535 M: Stefan Weil <sw@weilnetz.de>
536 S: Maintained
537 F: *win32*
538 F: */*win32*
539 F: include/*/*win32*
540 X: qga/*win32*
541 F: qemu.nsi
543 Alpha Machines
544 --------------
545 M: Richard Henderson <richard.henderson@linaro.org>
546 S: Maintained
547 F: hw/alpha/
548 F: hw/isa/smc37c669-superio.c
549 F: tests/tcg/alpha/system/
551 ARM Machines
552 ------------
553 Allwinner-a10
554 M: Beniamino Galvani <b.galvani@gmail.com>
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
557 S: Odd Fixes
558 F: hw/*/allwinner*
559 F: include/hw/*/allwinner*
560 F: hw/arm/cubieboard.c
562 Allwinner-h3
563 M: Niek Linnenbank <nieklinnenbank@gmail.com>
564 L: qemu-arm@nongnu.org
565 S: Maintained
566 F: hw/*/allwinner-h3*
567 F: include/hw/*/allwinner-h3*
568 F: hw/arm/orangepi.c
569 F: docs/system/arm/orangepi.rst
571 ARM PrimeCell and CMSDK devices
572 M: Peter Maydell <peter.maydell@linaro.org>
573 L: qemu-arm@nongnu.org
574 S: Maintained
575 F: hw/char/pl011.c
576 F: include/hw/char/pl011.h
577 F: hw/display/pl110*
578 F: hw/dma/pl080.c
579 F: include/hw/dma/pl080.h
580 F: hw/dma/pl330.c
581 F: hw/gpio/pl061.c
582 F: hw/input/pl050.c
583 F: hw/intc/pl190.c
584 F: hw/sd/pl181.c
585 F: hw/ssi/pl022.c
586 F: include/hw/ssi/pl022.h
587 F: hw/rtc/pl031.c
588 F: include/hw/rtc/pl031.h
589 F: include/hw/arm/primecell.h
590 F: hw/timer/cmsdk-apb-timer.c
591 F: include/hw/timer/cmsdk-apb-timer.h
592 F: tests/qtest/cmsdk-apb-timer-test.c
593 F: hw/timer/cmsdk-apb-dualtimer.c
594 F: include/hw/timer/cmsdk-apb-dualtimer.h
595 F: tests/qtest/cmsdk-apb-dualtimer-test.c
596 F: hw/char/cmsdk-apb-uart.c
597 F: include/hw/char/cmsdk-apb-uart.h
598 F: hw/watchdog/cmsdk-apb-watchdog.c
599 F: include/hw/watchdog/cmsdk-apb-watchdog.h
600 F: tests/qtest/cmsdk-apb-watchdog-test.c
601 F: hw/misc/tz-ppc.c
602 F: include/hw/misc/tz-ppc.h
603 F: hw/misc/tz-mpc.c
604 F: include/hw/misc/tz-mpc.h
605 F: hw/misc/tz-msc.c
606 F: include/hw/misc/tz-msc.h
608 ARM cores
609 M: Peter Maydell <peter.maydell@linaro.org>
610 L: qemu-arm@nongnu.org
611 S: Maintained
612 F: hw/intc/arm*
613 F: hw/intc/gic_internal.h
614 F: hw/misc/a9scu.c
615 F: hw/misc/arm11scu.c
616 F: hw/misc/arm_l2x0.c
617 F: hw/timer/a9gtimer*
618 F: hw/timer/arm*
619 F: include/hw/arm/arm*.h
620 F: include/hw/intc/arm*
621 F: include/hw/misc/a9scu.h
622 F: include/hw/misc/arm11scu.h
623 F: include/hw/timer/a9gtimer.h
624 F: include/hw/timer/arm_mptimer.h
625 F: include/hw/timer/armv7m_systick.h
626 F: tests/qtest/test-arm-mptimer.c
628 Exynos
629 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
630 M: Peter Maydell <peter.maydell@linaro.org>
631 L: qemu-arm@nongnu.org
632 S: Odd Fixes
633 F: hw/*/exynos*
634 F: include/hw/arm/exynos4210.h
636 Calxeda Highbank
637 M: Rob Herring <robh@kernel.org>
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Odd Fixes
641 F: hw/arm/highbank.c
642 F: hw/net/xgmac.c
644 Canon DIGIC
645 M: Antony Pavlov <antonynpavlov@gmail.com>
646 M: Peter Maydell <peter.maydell@linaro.org>
647 L: qemu-arm@nongnu.org
648 S: Odd Fixes
649 F: include/hw/arm/digic.h
650 F: hw/*/digic*
651 F: include/hw/*/digic*
652 F: tests/acceptance/machine_arm_canona1100.py
653 F: docs/system/arm/digic.rst
655 Goldfish RTC
656 M: Anup Patel <anup.patel@wdc.com>
657 M: Alistair Francis <Alistair.Francis@wdc.com>
658 L: qemu-riscv@nongnu.org
659 S: Maintained
660 F: hw/rtc/goldfish_rtc.c
661 F: include/hw/rtc/goldfish_rtc.h
663 Gumstix
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
666 L: qemu-arm@nongnu.org
667 S: Odd Fixes
668 F: hw/arm/gumstix.c
669 F: docs/system/arm/gumstix.rst
671 i.MX25 PDK
672 M: Peter Maydell <peter.maydell@linaro.org>
673 R: Jean-Christophe Dubois <jcd@tribudubois.net>
674 L: qemu-arm@nongnu.org
675 S: Odd Fixes
676 F: hw/arm/fsl-imx25.c
677 F: hw/arm/imx25_pdk.c
678 F: hw/misc/imx25_ccm.c
679 F: hw/watchdog/wdt_imx2.c
680 F: include/hw/arm/fsl-imx25.h
681 F: include/hw/misc/imx25_ccm.h
682 F: include/hw/watchdog/wdt_imx2.h
684 i.MX31 (kzm)
685 M: Peter Maydell <peter.maydell@linaro.org>
686 L: qemu-arm@nongnu.org
687 S: Odd Fixes
688 F: hw/arm/kzm.c
689 F: hw/*/imx_*
690 F: hw/*/*imx31*
691 F: include/hw/*/imx_*
692 F: include/hw/*/*imx31*
694 Integrator CP
695 M: Peter Maydell <peter.maydell@linaro.org>
696 L: qemu-arm@nongnu.org
697 S: Maintained
698 F: hw/arm/integratorcp.c
699 F: hw/misc/arm_integrator_debug.c
700 F: include/hw/misc/arm_integrator_debug.h
701 F: tests/acceptance/machine_arm_integratorcp.py
702 F: docs/system/arm/integratorcp.rst
704 MCIMX6UL EVK / i.MX6ul
705 M: Peter Maydell <peter.maydell@linaro.org>
706 R: Jean-Christophe Dubois <jcd@tribudubois.net>
707 L: qemu-arm@nongnu.org
708 S: Odd Fixes
709 F: hw/arm/mcimx6ul-evk.c
710 F: hw/arm/fsl-imx6ul.c
711 F: hw/misc/imx6ul_ccm.c
712 F: include/hw/arm/fsl-imx6ul.h
713 F: include/hw/misc/imx6ul_ccm.h
715 MCIMX7D SABRE / i.MX7
716 M: Peter Maydell <peter.maydell@linaro.org>
717 R: Andrey Smirnov <andrew.smirnov@gmail.com>
718 L: qemu-arm@nongnu.org
719 S: Odd Fixes
720 F: hw/arm/mcimx7d-sabre.c
721 F: hw/arm/fsl-imx7.c
722 F: hw/misc/imx7_*.c
723 F: include/hw/arm/fsl-imx7.h
724 F: include/hw/misc/imx7_*.h
725 F: hw/pci-host/designware.c
726 F: include/hw/pci-host/designware.h
728 MPS2
729 M: Peter Maydell <peter.maydell@linaro.org>
730 L: qemu-arm@nongnu.org
731 S: Maintained
732 F: hw/arm/mps2.c
733 F: hw/arm/mps2-tz.c
734 F: hw/misc/mps2-*.c
735 F: include/hw/misc/mps2-*.h
736 F: hw/arm/armsse.c
737 F: include/hw/arm/armsse.h
738 F: hw/misc/iotkit-secctl.c
739 F: include/hw/misc/iotkit-secctl.h
740 F: hw/misc/iotkit-sysctl.c
741 F: include/hw/misc/iotkit-sysctl.h
742 F: hw/misc/iotkit-sysinfo.c
743 F: include/hw/misc/iotkit-sysinfo.h
744 F: hw/misc/armsse-cpu-pwrctrl.c
745 F: include/hw/misc/armsse-cpu-pwrctrl.h
746 F: hw/misc/armsse-cpuid.c
747 F: include/hw/misc/armsse-cpuid.h
748 F: hw/misc/armsse-mhu.c
749 F: include/hw/misc/armsse-mhu.h
750 F: hw/timer/sse-counter.c
751 F: include/hw/timer/sse-counter.h
752 F: hw/timer/sse-timer.c
753 F: include/hw/timer/sse-timer.h
754 F: tests/qtest/sse-timer-test.c
755 F: docs/system/arm/mps2.rst
757 Musca
758 M: Peter Maydell <peter.maydell@linaro.org>
759 L: qemu-arm@nongnu.org
760 S: Maintained
761 F: hw/arm/musca.c
762 F: docs/system/arm/musca.rst
764 Musicpal
765 M: Jan Kiszka <jan.kiszka@web.de>
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
768 S: Odd Fixes
769 F: hw/arm/musicpal.c
770 F: docs/system/arm/musicpal.rst
772 Nuvoton NPCM7xx
773 M: Havard Skinnemoen <hskinnemoen@google.com>
774 M: Tyrone Ting <kfting@nuvoton.com>
775 L: qemu-arm@nongnu.org
776 S: Supported
777 F: hw/*/npcm7xx*
778 F: include/hw/*/npcm7xx*
779 F: tests/qtest/npcm7xx*
780 F: pc-bios/npcm7xx_bootrom.bin
781 F: roms/vbootrom
782 F: docs/system/arm/nuvoton.rst
784 nSeries
785 M: Andrzej Zaborowski <balrogg@gmail.com>
786 M: Peter Maydell <peter.maydell@linaro.org>
787 L: qemu-arm@nongnu.org
788 S: Odd Fixes
789 F: hw/arm/nseries.c
790 F: hw/display/blizzard.c
791 F: hw/input/lm832x.c
792 F: hw/input/tsc2005.c
793 F: hw/misc/cbus.c
794 F: hw/rtc/twl92230.c
795 F: include/hw/display/blizzard.h
796 F: include/hw/input/tsc2xxx.h
797 F: include/hw/misc/cbus.h
798 F: tests/acceptance/machine_arm_n8x0.py
799 F: docs/system/arm/nseries.rst
801 Palm
802 M: Andrzej Zaborowski <balrogg@gmail.com>
803 M: Peter Maydell <peter.maydell@linaro.org>
804 L: qemu-arm@nongnu.org
805 S: Odd Fixes
806 F: hw/arm/palm.c
807 F: hw/input/tsc210x.c
808 F: include/hw/input/tsc2xxx.h
809 F: docs/system/arm/palm.rst
811 Raspberry Pi
812 M: Peter Maydell <peter.maydell@linaro.org>
813 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
814 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
815 L: qemu-arm@nongnu.org
816 S: Odd Fixes
817 F: hw/arm/raspi.c
818 F: hw/arm/raspi_platform.h
819 F: hw/*/bcm283*
820 F: include/hw/arm/raspi*
821 F: include/hw/*/bcm283*
822 F: docs/system/arm/raspi.rst
824 Real View
825 M: Peter Maydell <peter.maydell@linaro.org>
826 L: qemu-arm@nongnu.org
827 S: Maintained
828 F: hw/arm/realview*
829 F: hw/cpu/realview_mpcore.c
830 F: hw/intc/realview_gic.c
831 F: include/hw/intc/realview_gic.h
832 F: docs/system/arm/realview.rst
834 PXA2XX
835 M: Andrzej Zaborowski <balrogg@gmail.com>
836 M: Peter Maydell <peter.maydell@linaro.org>
837 L: qemu-arm@nongnu.org
838 S: Odd Fixes
839 F: hw/arm/mainstone.c
840 F: hw/arm/spitz.c
841 F: hw/arm/tosa.c
842 F: hw/arm/z2.c
843 F: hw/*/pxa2xx*
844 F: hw/display/tc6393xb.c
845 F: hw/gpio/max7310.c
846 F: hw/gpio/zaurus.c
847 F: hw/misc/mst_fpga.c
848 F: hw/misc/max111x.c
849 F: include/hw/misc/max111x.h
850 F: include/hw/arm/pxa.h
851 F: include/hw/arm/sharpsl.h
852 F: include/hw/display/tc6393xb.h
853 F: docs/system/arm/xscale.rst
855 SABRELITE / i.MX6
856 M: Peter Maydell <peter.maydell@linaro.org>
857 R: Jean-Christophe Dubois <jcd@tribudubois.net>
858 L: qemu-arm@nongnu.org
859 S: Odd Fixes
860 F: hw/arm/sabrelite.c
861 F: hw/arm/fsl-imx6.c
862 F: hw/misc/imx6_*.c
863 F: hw/ssi/imx_spi.c
864 F: hw/usb/imx-usb-phy.c
865 F: include/hw/usb/imx-usb-phy.h
866 F: include/hw/arm/fsl-imx6.h
867 F: include/hw/misc/imx6_*.h
868 F: include/hw/ssi/imx_spi.h
870 SBSA-REF
871 M: Radoslaw Biernacki <rad@semihalf.com>
872 M: Peter Maydell <peter.maydell@linaro.org>
873 R: Leif Lindholm <leif@nuviainc.com>
874 L: qemu-arm@nongnu.org
875 S: Maintained
876 F: hw/arm/sbsa-ref.c
877 F: docs/system/arm/sbsa.rst
879 Sharp SL-5500 (Collie) PDA
880 M: Peter Maydell <peter.maydell@linaro.org>
881 L: qemu-arm@nongnu.org
882 S: Odd Fixes
883 F: hw/arm/collie.c
884 F: hw/arm/strongarm*
885 F: docs/system/arm/collie.rst
887 Stellaris
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
890 S: Maintained
891 F: hw/*/stellaris*
892 F: include/hw/input/gamepad.h
893 F: docs/system/arm/stellaris.rst
895 Versatile Express
896 M: Peter Maydell <peter.maydell@linaro.org>
897 L: qemu-arm@nongnu.org
898 S: Maintained
899 F: hw/arm/vexpress.c
900 F: docs/system/arm/vexpress.rst
902 Versatile PB
903 M: Peter Maydell <peter.maydell@linaro.org>
904 L: qemu-arm@nongnu.org
905 S: Maintained
906 F: hw/*/versatile*
907 F: include/hw/i2c/arm_sbcon_i2c.h
908 F: hw/misc/arm_sysctl.c
909 F: docs/system/arm/versatile.rst
911 Virt
912 M: Peter Maydell <peter.maydell@linaro.org>
913 L: qemu-arm@nongnu.org
914 S: Maintained
915 F: hw/arm/virt*
916 F: include/hw/arm/virt.h
917 F: docs/system/arm/virt.rst
919 Xilinx Zynq
920 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
921 M: Alistair Francis <alistair@alistair23.me>
922 M: Peter Maydell <peter.maydell@linaro.org>
923 L: qemu-arm@nongnu.org
924 S: Maintained
925 F: hw/*/xilinx_*
926 F: hw/*/cadence_*
927 F: hw/misc/zynq*
928 F: include/hw/misc/zynq*
929 X: hw/ssi/xilinx_*
931 Xilinx ZynqMP and Versal
932 M: Alistair Francis <alistair@alistair23.me>
933 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
934 M: Peter Maydell <peter.maydell@linaro.org>
935 L: qemu-arm@nongnu.org
936 S: Maintained
937 F: hw/*/xlnx*.c
938 F: include/hw/*/xlnx*.h
939 F: include/hw/ssi/xilinx_spips.h
940 F: hw/display/dpcd.c
941 F: include/hw/display/dpcd.h
942 F: docs/system/arm/xlnx-versal-virt.rst
944 ARM ACPI Subsystem
945 M: Shannon Zhao <shannon.zhaosl@gmail.com>
946 L: qemu-arm@nongnu.org
947 S: Maintained
948 F: hw/arm/virt-acpi-build.c
950 STM32F205
951 M: Alistair Francis <alistair@alistair23.me>
952 M: Peter Maydell <peter.maydell@linaro.org>
953 L: qemu-arm@nongnu.org
954 S: Maintained
955 F: hw/arm/stm32f205_soc.c
956 F: hw/misc/stm32f2xx_syscfg.c
957 F: hw/char/stm32f2xx_usart.c
958 F: hw/timer/stm32f2xx_timer.c
959 F: hw/adc/*
960 F: hw/ssi/stm32f2xx_spi.c
961 F: include/hw/*/stm32*.h
963 STM32F405
964 M: Alistair Francis <alistair@alistair23.me>
965 M: Peter Maydell <peter.maydell@linaro.org>
966 L: qemu-arm@nongnu.org
967 S: Maintained
968 F: hw/arm/stm32f405_soc.c
969 F: hw/misc/stm32f4xx_syscfg.c
970 F: hw/misc/stm32f4xx_exti.c
972 Netduino 2
973 M: Alistair Francis <alistair@alistair23.me>
974 M: Peter Maydell <peter.maydell@linaro.org>
975 L: qemu-arm@nongnu.org
976 S: Maintained
977 F: hw/arm/netduino2.c
979 Netduino Plus 2
980 M: Alistair Francis <alistair@alistair23.me>
981 M: Peter Maydell <peter.maydell@linaro.org>
982 L: qemu-arm@nongnu.org
983 S: Maintained
984 F: hw/arm/netduinoplus2.c
986 SmartFusion2
987 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
988 M: Peter Maydell <peter.maydell@linaro.org>
989 L: qemu-arm@nongnu.org
990 S: Maintained
991 F: hw/arm/msf2-soc.c
992 F: hw/misc/msf2-sysreg.c
993 F: hw/timer/mss-timer.c
994 F: hw/ssi/mss-spi.c
995 F: include/hw/arm/msf2-soc.h
996 F: include/hw/misc/msf2-sysreg.h
997 F: include/hw/timer/mss-timer.h
998 F: include/hw/ssi/mss-spi.h
999 F: hw/net/msf2-emac.c
1000 F: include/hw/net/msf2-emac.h
1002 Emcraft M2S-FG484
1003 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
1004 M: Peter Maydell <peter.maydell@linaro.org>
1005 L: qemu-arm@nongnu.org
1006 S: Maintained
1007 F: hw/arm/msf2-som.c
1009 ASPEED BMCs
1010 M: Cédric Le Goater <clg@kaod.org>
1011 M: Peter Maydell <peter.maydell@linaro.org>
1012 R: Andrew Jeffery <andrew@aj.id.au>
1013 R: Joel Stanley <joel@jms.id.au>
1014 L: qemu-arm@nongnu.org
1015 S: Maintained
1016 F: hw/*/*aspeed*
1017 F: hw/misc/pca9552.c
1018 F: include/hw/*/*aspeed*
1019 F: include/hw/misc/pca9552*.h
1020 F: hw/net/ftgmac100.c
1021 F: include/hw/net/ftgmac100.h
1022 F: docs/system/arm/aspeed.rst
1023 F: tests/qtest/*aspeed*
1025 NRF51
1026 M: Joel Stanley <joel@jms.id.au>
1027 M: Peter Maydell <peter.maydell@linaro.org>
1028 L: qemu-arm@nongnu.org
1029 S: Maintained
1030 F: hw/*/nrf51*.c
1031 F: hw/*/microbit*.c
1032 F: include/hw/*/nrf51*.h
1033 F: include/hw/*/microbit*.h
1034 F: tests/qtest/microbit-test.c
1035 F: docs/system/arm/nrf.rst
1037 AVR Machines
1038 -------------
1040 AVR MCUs
1041 M: Michael Rolnik <mrolnik@gmail.com>
1042 S: Maintained
1043 F: default-configs/*/avr-softmmu.mak
1044 F: hw/avr/
1045 F: include/hw/char/avr_usart.h
1046 F: hw/char/avr_usart.c
1047 F: include/hw/timer/avr_timer16.h
1048 F: hw/timer/avr_timer16.c
1049 F: include/hw/misc/avr_power.h
1050 F: hw/misc/avr_power.c
1052 Arduino
1053 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1054 S: Maintained
1055 F: hw/avr/arduino.c
1057 CRIS Machines
1058 -------------
1059 Axis Dev88
1060 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1061 S: Maintained
1062 F: hw/cris/axis_dev88.c
1063 F: hw/*/etraxfs_*.c
1065 HP-PARISC Machines
1066 ------------------
1067 HP B160L
1068 M: Richard Henderson <richard.henderson@linaro.org>
1069 R: Helge Deller <deller@gmx.de>
1070 S: Odd Fixes
1071 F: default-configs/*/hppa-softmmu.mak
1072 F: hw/hppa/
1073 F: pc-bios/hppa-firmware.img
1075 M68K Machines
1076 -------------
1077 an5206
1078 M: Thomas Huth <huth@tuxfamily.org>
1079 S: Odd Fixes
1080 F: hw/m68k/an5206.c
1081 F: hw/m68k/mcf5206.c
1083 mcf5208
1084 M: Thomas Huth <huth@tuxfamily.org>
1085 S: Odd Fixes
1086 F: hw/m68k/mcf5208.c
1087 F: hw/m68k/mcf_intc.c
1088 F: hw/char/mcf_uart.c
1089 F: hw/net/mcf_fec.c
1090 F: include/hw/m68k/mcf*.h
1092 NeXTcube
1093 M: Thomas Huth <huth@tuxfamily.org>
1094 S: Odd Fixes
1095 F: hw/m68k/next-*.c
1096 F: hw/display/next-fb.c
1097 F: include/hw/m68k/next-cube.h
1099 q800
1100 M: Laurent Vivier <laurent@vivier.eu>
1101 S: Maintained
1102 F: hw/m68k/q800.c
1103 F: hw/misc/mac_via.c
1104 F: hw/nubus/*
1105 F: hw/display/macfb.c
1106 F: hw/block/swim.c
1107 F: hw/m68k/bootinfo.h
1108 F: include/standard-headers/asm-m68k/bootinfo.h
1109 F: include/standard-headers/asm-m68k/bootinfo-mac.h
1110 F: include/hw/misc/mac_via.h
1111 F: include/hw/nubus/*
1112 F: include/hw/display/macfb.h
1113 F: include/hw/block/swim.h
1115 virt
1116 M: Laurent Vivier <laurent@vivier.eu>
1117 S: Maintained
1118 F: hw/m68k/virt.c
1119 F: hw/char/goldfish_tty.c
1120 F: hw/intc/goldfish_pic.c
1121 F: hw/intc/m68k_irqc.c
1122 F: hw/misc/virt_ctrl.c
1123 F: include/hw/char/goldfish_tty.h
1124 F: include/hw/intc/goldfish_pic.h
1125 F: include/hw/intc/m68k_irqc.h
1126 F: include/hw/misc/virt_ctrl.h
1128 MicroBlaze Machines
1129 -------------------
1130 petalogix_s3adsp1800
1131 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1132 S: Maintained
1133 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1134 F: include/hw/char/xilinx_uartlite.h
1135 F: tests/acceptance/machine_microblaze.py
1137 petalogix_ml605
1138 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1139 S: Maintained
1140 F: hw/microblaze/petalogix_ml605_mmu.c
1142 MIPS Machines
1143 -------------
1144 Jazz
1145 M: Hervé Poussineau <hpoussin@reactos.org>
1146 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1147 S: Maintained
1148 F: hw/mips/jazz.c
1149 F: hw/display/jazz_led.c
1150 F: hw/dma/rc4030.c
1152 Malta
1153 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1154 R: Aurelien Jarno <aurelien@aurel32.net>
1155 S: Odd Fixes
1156 F: hw/isa/piix4.c
1157 F: hw/acpi/piix4.c
1158 F: hw/mips/malta.c
1159 F: hw/mips/gt64xxx_pci.c
1160 F: include/hw/southbridge/piix.h
1161 F: tests/acceptance/linux_ssh_mips_malta.py
1162 F: tests/acceptance/machine_mips_malta.py
1164 Mipssim
1165 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1166 S: Orphan
1167 F: hw/mips/mipssim.c
1168 F: hw/net/mipsnet.c
1170 Fuloong 2E
1171 M: Huacai Chen <chenhuacai@kernel.org>
1172 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1173 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1174 S: Odd Fixes
1175 F: hw/mips/fuloong2e.c
1176 F: hw/isa/vt82c686.c
1177 F: hw/pci-host/bonito.c
1178 F: hw/usb/vt82c686-uhci-pci.c
1179 F: include/hw/isa/vt82c686.h
1181 Loongson-3 virtual platforms
1182 M: Huacai Chen <chenhuacai@kernel.org>
1183 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1184 S: Maintained
1185 F: hw/intc/loongson_liointc.c
1186 F: hw/mips/loongson3_bootp.c
1187 F: hw/mips/loongson3_bootp.h
1188 F: hw/mips/loongson3_virt.c
1189 F: tests/acceptance/machine_mips_loongson3v.py
1191 Boston
1192 M: Paul Burton <paulburton@kernel.org>
1193 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1194 S: Odd Fixes
1195 F: hw/core/loader-fit.c
1196 F: hw/mips/boston.c
1197 F: hw/pci-host/xilinx-pcie.c
1198 F: include/hw/pci-host/xilinx-pcie.h
1200 OpenRISC Machines
1201 -----------------
1202 or1k-sim
1203 M: Jia Liu <proljc@gmail.com>
1204 S: Maintained
1205 F: hw/openrisc/openrisc_sim.c
1207 PowerPC Machines
1208 ----------------
1210 M: David Gibson <david@gibson.dropbear.id.au>
1211 M: Greg Kurz <groug@kaod.org>
1212 L: qemu-ppc@nongnu.org
1213 S: Odd Fixes
1214 F: hw/ppc/ppc405_boards.c
1216 Bamboo
1217 M: David Gibson <david@gibson.dropbear.id.au>
1218 M: Greg Kurz <groug@kaod.org>
1219 L: qemu-ppc@nongnu.org
1220 S: Odd Fixes
1221 F: hw/ppc/ppc440_bamboo.c
1223 e500
1224 M: David Gibson <david@gibson.dropbear.id.au>
1225 M: Greg Kurz <groug@kaod.org>
1226 L: qemu-ppc@nongnu.org
1227 S: Odd Fixes
1228 F: hw/ppc/e500*
1229 F: hw/gpio/mpc8xxx.c
1230 F: hw/i2c/mpc_i2c.c
1231 F: hw/net/fsl_etsec/
1232 F: hw/pci-host/ppce500.c
1233 F: include/hw/ppc/ppc_e500.h
1234 F: include/hw/pci-host/ppce500.h
1235 F: pc-bios/u-boot.e500
1237 mpc8544ds
1238 M: David Gibson <david@gibson.dropbear.id.au>
1239 M: Greg Kurz <groug@kaod.org>
1240 L: qemu-ppc@nongnu.org
1241 S: Odd Fixes
1242 F: hw/ppc/mpc8544ds.c
1243 F: hw/ppc/mpc8544_guts.c
1245 New World (mac99)
1246 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1247 R: David Gibson <david@gibson.dropbear.id.au>
1248 R: Greg Kurz <groug@kaod.org>
1249 L: qemu-ppc@nongnu.org
1250 S: Odd Fixes
1251 F: hw/ppc/mac_newworld.c
1252 F: hw/pci-host/uninorth.c
1253 F: hw/pci-bridge/dec.[hc]
1254 F: hw/misc/macio/
1255 F: hw/misc/mos6522.c
1256 F: hw/nvram/mac_nvram.c
1257 F: hw/input/adb*
1258 F: include/hw/misc/macio/
1259 F: include/hw/misc/mos6522.h
1260 F: include/hw/ppc/mac_dbdma.h
1261 F: include/hw/pci-host/uninorth.h
1262 F: include/hw/input/adb*
1263 F: pc-bios/qemu_vga.ndrv
1265 Old World (g3beige)
1266 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1267 R: David Gibson <david@gibson.dropbear.id.au>
1268 R: Greg Kurz <groug@kaod.org>
1269 L: qemu-ppc@nongnu.org
1270 S: Odd Fixes
1271 F: hw/ppc/mac_oldworld.c
1272 F: hw/pci-host/grackle.c
1273 F: hw/misc/macio/
1274 F: hw/intc/heathrow_pic.c
1275 F: hw/input/adb*
1276 F: include/hw/intc/heathrow_pic.h
1277 F: include/hw/input/adb*
1278 F: pc-bios/qemu_vga.ndrv
1280 PReP
1281 M: Hervé Poussineau <hpoussin@reactos.org>
1282 R: David Gibson <david@gibson.dropbear.id.au>
1283 R: Greg Kurz <groug@kaod.org>
1284 L: qemu-ppc@nongnu.org
1285 S: Maintained
1286 F: hw/ppc/prep.c
1287 F: hw/ppc/prep_systemio.c
1288 F: hw/ppc/rs6000_mc.c
1289 F: hw/pci-host/prep.[hc]
1290 F: hw/isa/i82378.c
1291 F: hw/isa/pc87312.c
1292 F: hw/dma/i82374.c
1293 F: hw/rtc/m48t59-isa.c
1294 F: include/hw/isa/pc87312.h
1295 F: include/hw/rtc/m48t59.h
1296 F: tests/acceptance/ppc_prep_40p.py
1298 sPAPR
1299 M: David Gibson <david@gibson.dropbear.id.au>
1300 M: Greg Kurz <groug@kaod.org>
1301 L: qemu-ppc@nongnu.org
1302 S: Supported
1303 F: hw/*/spapr*
1304 F: include/hw/*/spapr*
1305 F: hw/*/xics*
1306 F: include/hw/*/xics*
1307 F: pc-bios/slof.bin
1308 F: docs/specs/ppc-spapr-hcalls.txt
1309 F: docs/specs/ppc-spapr-hotplug.txt
1310 F: tests/qtest/spapr*
1311 F: tests/qtest/libqos/*spapr*
1312 F: tests/qtest/rtas*
1313 F: tests/qtest/libqos/rtas*
1315 PowerNV (Non-Virtualized)
1316 M: Cédric Le Goater <clg@kaod.org>
1317 M: David Gibson <david@gibson.dropbear.id.au>
1318 M: Greg Kurz <groug@kaod.org>
1319 L: qemu-ppc@nongnu.org
1320 S: Maintained
1321 F: hw/ppc/pnv*
1322 F: hw/intc/pnv*
1323 F: hw/intc/xics_pnv.c
1324 F: hw/pci-host/pnv*
1325 F: include/hw/ppc/pnv*
1326 F: include/hw/pci-host/pnv*
1327 F: pc-bios/skiboot.lid
1328 F: tests/qtest/pnv*
1330 virtex_ml507
1331 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1332 L: qemu-ppc@nongnu.org
1333 S: Odd Fixes
1334 F: hw/ppc/virtex_ml507.c
1336 sam460ex
1337 M: BALATON Zoltan <balaton@eik.bme.hu>
1338 R: David Gibson <david@gibson.dropbear.id.au>
1339 R: Greg Kurz <groug@kaod.org>
1340 L: qemu-ppc@nongnu.org
1341 S: Maintained
1342 F: hw/ppc/sam460ex.c
1343 F: hw/ppc/ppc440_pcix.c
1344 F: hw/display/sm501*
1345 F: hw/ide/sii3112.c
1346 F: hw/rtc/m41t80.c
1347 F: pc-bios/canyonlands.dt[sb]
1348 F: pc-bios/u-boot-sam460ex-20100605.bin
1349 F: roms/u-boot-sam460ex
1351 pegasos2
1352 M: BALATON Zoltan <balaton@eik.bme.hu>
1353 R: David Gibson <david@gibson.dropbear.id.au>
1354 L: qemu-ppc@nongnu.org
1355 S: Maintained
1356 F: hw/ppc/pegasos2.c
1357 F: hw/pci-host/mv64361.c
1358 F: hw/pci-host/mv643xx.h
1359 F: include/hw/pci-host/mv64361.h
1361 RISC-V Machines
1362 ---------------
1363 OpenTitan
1364 M: Alistair Francis <Alistair.Francis@wdc.com>
1365 L: qemu-riscv@nongnu.org
1366 S: Supported
1367 F: hw/riscv/opentitan.c
1368 F: hw/*/ibex_*.c
1369 F: include/hw/riscv/opentitan.h
1370 F: include/hw/*/ibex_*.h
1372 Microchip PolarFire SoC Icicle Kit
1373 M: Bin Meng <bin.meng@windriver.com>
1374 L: qemu-riscv@nongnu.org
1375 S: Supported
1376 F: hw/riscv/microchip_pfsoc.c
1377 F: hw/char/mchp_pfsoc_mmuart.c
1378 F: hw/misc/mchp_pfsoc_dmc.c
1379 F: hw/misc/mchp_pfsoc_ioscb.c
1380 F: hw/misc/mchp_pfsoc_sysreg.c
1381 F: include/hw/riscv/microchip_pfsoc.h
1382 F: include/hw/char/mchp_pfsoc_mmuart.h
1383 F: include/hw/misc/mchp_pfsoc_dmc.h
1384 F: include/hw/misc/mchp_pfsoc_ioscb.h
1385 F: include/hw/misc/mchp_pfsoc_sysreg.h
1387 Shakti C class SoC
1388 M: Vijai Kumar K <vijai@behindbytes.com>
1389 L: qemu-riscv@nongnu.org
1390 S: Supported
1391 F: hw/riscv/shakti_c.c
1392 F: hw/char/shakti_uart.c
1393 F: include/hw/riscv/shakti_c.h
1394 F: include/hw/char/shakti_uart.h
1396 SiFive Machines
1397 M: Alistair Francis <Alistair.Francis@wdc.com>
1398 M: Bin Meng <bin.meng@windriver.com>
1399 M: Palmer Dabbelt <palmer@dabbelt.com>
1400 L: qemu-riscv@nongnu.org
1401 S: Supported
1402 F: hw/*/*sifive*.c
1403 F: include/hw/*/*sifive*.h
1405 RX Machines
1406 -----------
1407 rx-gdbsim
1408 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1409 S: Orphan
1410 F: docs/system/target-rx.rst
1411 F: hw/rx/rx-gdbsim.c
1412 F: tests/acceptance/machine_rx_gdbsim.py
1414 SH4 Machines
1415 ------------
1417 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1418 R: Magnus Damm <magnus.damm@gmail.com>
1419 S: Odd Fixes
1420 F: hw/char/sh_serial.c
1421 F: hw/sh4/r2d.c
1422 F: hw/intc/sh_intc.c
1423 F: hw/pci-host/sh_pci.c
1424 F: hw/timer/sh_timer.c
1425 F: include/hw/sh4/sh_intc.h
1427 Shix
1428 R: Yoshinori Sato <ysato@users.sourceforge.jp>
1429 R: Magnus Damm <magnus.damm@gmail.com>
1430 S: Odd Fixes
1431 F: hw/block/tc58128.c
1432 F: hw/char/sh_serial.c
1433 F: hw/sh4/shix.c
1434 F: hw/intc/sh_intc.c
1435 F: hw/timer/sh_timer.c
1436 F: include/hw/sh4/sh_intc.h
1438 SPARC Machines
1439 --------------
1440 Sun4m
1441 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1442 S: Maintained
1443 F: hw/sparc/sun4m.c
1444 F: hw/sparc/sun4m_iommu.c
1445 F: hw/display/cg3.c
1446 F: hw/display/tcx.c
1447 F: hw/dma/sparc32_dma.c
1448 F: hw/misc/eccmemctl.c
1449 F: hw/*/slavio_*.c
1450 F: include/hw/nvram/sun_nvram.h
1451 F: include/hw/sparc/sparc32_dma.h
1452 F: include/hw/sparc/sun4m_iommu.h
1453 F: pc-bios/openbios-sparc32
1455 Sun4u
1456 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1457 S: Maintained
1458 F: hw/sparc64/sun4u.c
1459 F: hw/sparc64/sun4u_iommu.c
1460 F: include/hw/sparc/sun4u_iommu.h
1461 F: hw/pci-host/sabre.c
1462 F: include/hw/pci-host/sabre.h
1463 F: hw/pci-bridge/simba.c
1464 F: include/hw/pci-bridge/simba.h
1465 F: pc-bios/openbios-sparc64
1466 F: tests/acceptance/machine_sparc64_sun4u.py
1468 Sun4v
1469 M: Artyom Tarasenko <atar4qemu@gmail.com>
1470 S: Maintained
1471 F: hw/sparc64/niagara.c
1472 F: hw/rtc/sun4v-rtc.c
1473 F: include/hw/rtc/sun4v-rtc.h
1475 Leon3
1476 M: Fabien Chouteau <chouteau@adacore.com>
1477 M: KONRAD Frederic <frederic.konrad@adacore.com>
1478 S: Maintained
1479 F: hw/sparc/leon3.c
1480 F: hw/*/grlib*
1481 F: include/hw/*/grlib*
1482 F: tests/acceptance/machine_sparc_leon3.py
1484 S390 Machines
1485 -------------
1486 S390 Virtio-ccw
1487 M: Cornelia Huck <cohuck@redhat.com>
1488 M: Halil Pasic <pasic@linux.ibm.com>
1489 M: Christian Borntraeger <borntraeger@de.ibm.com>
1490 S: Supported
1491 F: hw/char/sclp*.[hc]
1492 F: hw/char/terminal3270.c
1493 F: hw/s390x/
1494 F: include/hw/s390x/
1495 F: hw/watchdog/wdt_diag288.c
1496 F: include/hw/watchdog/wdt_diag288.h
1497 F: default-configs/*/s390x-softmmu.mak
1498 F: tests/acceptance/machine_s390_ccw_virtio.py
1499 T: git https://gitlab.com/cohuck/qemu.git s390-next
1500 T: git https://github.com/borntraeger/qemu.git s390-next
1501 L: qemu-s390x@nongnu.org
1503 S390-ccw boot
1504 M: Christian Borntraeger <borntraeger@de.ibm.com>
1505 M: Thomas Huth <thuth@redhat.com>
1506 S: Supported
1507 F: hw/s390x/ipl.*
1508 F: pc-bios/s390-ccw/
1509 F: pc-bios/s390-ccw.img
1510 F: docs/devel/s390-dasd-ipl.rst
1511 T: git https://github.com/borntraeger/qemu.git s390-next
1512 L: qemu-s390x@nongnu.org
1514 S390 PCI
1515 M: Matthew Rosato <mjrosato@linux.ibm.com>
1516 M: Eric Farman <farman@linux.ibm.com>
1517 S: Supported
1518 F: hw/s390x/s390-pci*
1519 F: include/hw/s390x/s390-pci*
1520 L: qemu-s390x@nongnu.org
1522 X86 Machines
1523 ------------
1525 M: Michael S. Tsirkin <mst@redhat.com>
1526 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1527 S: Supported
1528 F: include/hw/i386/
1529 F: hw/i386/
1530 F: hw/pci-host/i440fx.c
1531 F: hw/pci-host/q35.c
1532 F: hw/pci-host/pam.c
1533 F: include/hw/pci-host/i440fx.h
1534 F: include/hw/pci-host/q35.h
1535 F: include/hw/pci-host/pam.h
1536 F: hw/isa/piix3.c
1537 F: hw/isa/lpc_ich9.c
1538 F: hw/i2c/smbus_ich9.c
1539 F: hw/acpi/piix4.c
1540 F: hw/acpi/ich9.c
1541 F: include/hw/acpi/ich9.h
1542 F: include/hw/southbridge/piix.h
1543 F: hw/misc/sga.c
1544 F: hw/isa/apm.c
1545 F: include/hw/isa/apm.h
1546 F: tests/unit/test-x86-cpuid.c
1547 F: tests/qtest/test-x86-cpuid-compat.c
1549 PC Chipset
1550 M: Michael S. Tsirkin <mst@redhat.com>
1551 M: Paolo Bonzini <pbonzini@redhat.com>
1552 S: Supported
1553 F: hw/char/debugcon.c
1554 F: hw/char/parallel*
1555 F: hw/char/serial*
1556 F: hw/dma/i8257*
1557 F: hw/i2c/pm_smbus.c
1558 F: hw/input/pckbd.c
1559 F: hw/intc/apic*
1560 F: hw/intc/ioapic*
1561 F: hw/intc/i8259*
1562 F: hw/isa/isa-superio.c
1563 F: hw/misc/debugexit.c
1564 F: hw/misc/pc-testdev.c
1565 F: hw/timer/hpet*
1566 F: hw/timer/i8254*
1567 F: hw/rtc/mc146818rtc*
1568 F: hw/watchdog/wdt_ib700.c
1569 F: hw/watchdog/wdt_i6300esb.c
1570 F: include/hw/display/vga.h
1571 F: include/hw/char/parallel.h
1572 F: include/hw/dma/i8257.h
1573 F: include/hw/i2c/pm_smbus.h
1574 F: include/hw/input/i8042.h
1575 F: include/hw/isa/i8259_internal.h
1576 F: include/hw/isa/superio.h
1577 F: include/hw/timer/hpet.h
1578 F: include/hw/timer/i8254*
1579 F: include/hw/rtc/mc146818rtc*
1581 microvm
1582 M: Sergio Lopez <slp@redhat.com>
1583 M: Paolo Bonzini <pbonzini@redhat.com>
1584 S: Maintained
1585 F: docs/microvm.rst
1586 F: hw/i386/microvm.c
1587 F: include/hw/i386/microvm.h
1588 F: pc-bios/bios-microvm.bin
1590 Machine core
1591 M: Eduardo Habkost <ehabkost@redhat.com>
1592 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1593 S: Supported
1594 F: cpu.c
1595 F: hw/core/cpu.c
1596 F: hw/core/machine-qmp-cmds.c
1597 F: hw/core/machine.c
1598 F: hw/core/null-machine.c
1599 F: hw/core/numa.c
1600 F: hw/cpu/cluster.c
1601 F: qapi/machine.json
1602 F: qapi/machine-target.json
1603 F: include/hw/boards.h
1604 F: include/hw/core/cpu.h
1605 F: include/hw/cpu/cluster.h
1606 F: include/sysemu/numa.h
1607 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1609 Xtensa Machines
1610 ---------------
1612 M: Max Filippov <jcmvbkbc@gmail.com>
1613 S: Maintained
1614 F: hw/xtensa/sim.c
1616 virt
1617 M: Max Filippov <jcmvbkbc@gmail.com>
1618 S: Maintained
1619 F: hw/xtensa/virt.c
1621 XTFPGA (LX60, LX200, ML605, KC705)
1622 M: Max Filippov <jcmvbkbc@gmail.com>
1623 S: Maintained
1624 F: hw/xtensa/xtfpga.c
1625 F: hw/net/opencores_eth.c
1627 Devices
1628 -------
1629 Xilinx CAN
1630 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1631 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1632 S: Maintained
1633 F: hw/net/can/xlnx-*
1634 F: include/hw/net/xlnx-*
1635 F: tests/qtest/xlnx-can-test*
1638 M: Jiri Slaby <jslaby@suse.cz>
1639 S: Maintained
1640 F: hw/misc/edu.c
1643 M: John Snow <jsnow@redhat.com>
1644 L: qemu-block@nongnu.org
1645 S: Supported
1646 F: include/hw/ide.h
1647 F: include/hw/ide/
1648 F: hw/ide/
1649 F: hw/block/block.c
1650 F: hw/block/cdrom.c
1651 F: hw/block/hd-geometry.c
1652 F: tests/qtest/ide-test.c
1653 F: tests/qtest/ahci-test.c
1654 F: tests/qtest/cdrom-test.c
1655 F: tests/qtest/libqos/ahci*
1656 T: git https://gitlab.com/jsnow/qemu.git ide
1658 IPMI
1659 M: Corey Minyard <minyard@acm.org>
1660 S: Maintained
1661 F: include/hw/ipmi/*
1662 F: hw/ipmi/*
1663 F: hw/smbios/smbios_type_38.c
1664 F: tests/qtest/ipmi*
1665 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1667 Floppy
1668 M: John Snow <jsnow@redhat.com>
1669 L: qemu-block@nongnu.org
1670 S: Supported
1671 F: hw/block/fdc.c
1672 F: hw/block/fdc-internal.h
1673 F: hw/block/fdc-isa.c
1674 F: hw/block/fdc-sysbus.c
1675 F: include/hw/block/fdc.h
1676 F: tests/qtest/fdc-test.c
1677 T: git https://gitlab.com/jsnow/qemu.git ide
1679 OMAP
1680 M: Peter Maydell <peter.maydell@linaro.org>
1681 L: qemu-arm@nongnu.org
1682 S: Maintained
1683 F: hw/*/omap*
1684 F: include/hw/arm/omap.h
1685 F: docs/system/arm/sx1.rst
1687 IPack
1688 M: Alberto Garcia <berto@igalia.com>
1689 S: Odd Fixes
1690 F: hw/char/ipoctal232.c
1691 F: hw/ipack/
1694 M: Michael S. Tsirkin <mst@redhat.com>
1695 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1696 S: Supported
1697 F: include/hw/pci/*
1698 F: hw/misc/pci-testdev.c
1699 F: hw/pci/*
1700 F: hw/pci-bridge/*
1701 F: qapi/pci.json
1702 F: docs/pci*
1703 F: docs/specs/*pci*
1704 F: default-configs/pci.mak
1706 ACPI/SMBIOS
1707 M: Michael S. Tsirkin <mst@redhat.com>
1708 M: Igor Mammedov <imammedo@redhat.com>
1709 S: Supported
1710 F: include/hw/acpi/*
1711 F: include/hw/firmware/smbios.h
1712 F: hw/mem/*
1713 F: hw/acpi/*
1714 F: hw/smbios/*
1715 F: hw/i386/acpi-build.[hc]
1716 F: hw/arm/virt-acpi-build.c
1717 F: qapi/acpi.json
1718 F: tests/qtest/bios-tables-test*
1719 F: tests/qtest/acpi-utils.[hc]
1720 F: tests/data/acpi/
1722 ACPI/HEST/GHES
1723 R: Dongjiu Geng <gengdongjiu1@gmail.com>
1724 L: qemu-arm@nongnu.org
1725 S: Maintained
1726 F: hw/acpi/ghes.c
1727 F: include/hw/acpi/ghes.h
1728 F: docs/specs/acpi_hest_ghes.rst
1730 ppc4xx
1731 M: David Gibson <david@gibson.dropbear.id.au>
1732 L: qemu-ppc@nongnu.org
1733 S: Odd Fixes
1734 F: hw/ppc/ppc4*.c
1735 F: hw/i2c/ppc4xx_i2c.c
1736 F: include/hw/ppc/ppc4xx.h
1737 F: include/hw/i2c/ppc4xx_i2c.h
1738 F: hw/intc/ppc-uic.c
1739 F: include/hw/intc/ppc-uic.h
1741 Character devices
1742 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1743 R: Paolo Bonzini <pbonzini@redhat.com>
1744 S: Odd Fixes
1745 F: hw/char/
1747 Network devices
1748 M: Jason Wang <jasowang@redhat.com>
1749 S: Odd Fixes
1750 F: hw/net/
1751 F: include/hw/net/
1752 F: tests/qtest/virtio-net-test.c
1753 F: docs/virtio-net-failover.rst
1754 T: git https://github.com/jasowang/qemu.git net
1756 Parallel NOR Flash devices
1757 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1758 T: git https://gitlab.com/philmd/qemu.git pflash-next
1759 S: Maintained
1760 F: hw/block/pflash_cfi*.c
1761 F: include/hw/block/flash.h
1763 SCSI
1764 M: Paolo Bonzini <pbonzini@redhat.com>
1765 R: Fam Zheng <fam@euphon.net>
1766 S: Supported
1767 F: include/hw/scsi/*
1768 F: hw/scsi/*
1769 F: tests/qtest/virtio-scsi-test.c
1770 F: tests/qtest/fuzz-virtio-scsi-test.c
1771 F: tests/qtest/am53c974-test.c
1772 T: git https://github.com/bonzini/qemu.git scsi-next
1775 M: Alistair Francis <alistair@alistair23.me>
1776 S: Maintained
1777 F: hw/ssi/*
1778 F: hw/block/m25p80.c
1779 F: include/hw/ssi/ssi.h
1780 X: hw/ssi/xilinx_*
1781 F: tests/qtest/m25p80-test.c
1783 Xilinx SPI
1784 M: Alistair Francis <alistair@alistair23.me>
1785 S: Maintained
1786 F: hw/ssi/xilinx_*
1788 SD (Secure Card)
1789 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1790 M: Bin Meng <bin.meng@windriver.com>
1791 L: qemu-block@nongnu.org
1792 S: Odd Fixes
1793 F: include/hw/sd/sd*
1794 F: hw/sd/core.c
1795 F: hw/sd/sd*
1796 F: hw/sd/ssi-sd.c
1797 F: tests/qtest/sd*
1800 M: Gerd Hoffmann <kraxel@redhat.com>
1801 S: Maintained
1802 F: hw/usb/*
1803 F: stubs/usb-dev-stub.c
1804 F: tests/qtest/usb-*-test.c
1805 F: docs/usb2.txt
1806 F: docs/usb-storage.txt
1807 F: include/hw/usb.h
1808 F: include/hw/usb/
1809 F: default-configs/usb.mak
1811 USB (serial adapter)
1812 M: Gerd Hoffmann <kraxel@redhat.com>
1813 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1814 S: Maintained
1815 F: hw/usb/dev-serial.c
1817 VFIO
1818 M: Alex Williamson <alex.williamson@redhat.com>
1819 S: Supported
1820 F: hw/vfio/*
1821 F: include/hw/vfio/
1822 F: docs/igd-assign.txt
1823 F: docs/devel/vfio-migration.rst
1825 vfio-ccw
1826 M: Cornelia Huck <cohuck@redhat.com>
1827 M: Eric Farman <farman@linux.ibm.com>
1828 M: Matthew Rosato <mjrosato@linux.ibm.com>
1829 S: Supported
1830 F: hw/vfio/ccw.c
1831 F: hw/s390x/s390-ccw.c
1832 F: include/hw/s390x/s390-ccw.h
1833 F: include/hw/s390x/vfio-ccw.h
1834 T: git https://gitlab.com/cohuck/qemu.git s390-next
1835 L: qemu-s390x@nongnu.org
1837 vfio-ap
1838 M: Tony Krowiak <akrowiak@linux.ibm.com>
1839 M: Halil Pasic <pasic@linux.ibm.com>
1840 M: Jason Herne <jjherne@linux.ibm.com>
1841 S: Supported
1842 F: hw/s390x/ap-device.c
1843 F: hw/s390x/ap-bridge.c
1844 F: include/hw/s390x/ap-device.h
1845 F: include/hw/s390x/ap-bridge.h
1846 F: hw/vfio/ap.c
1847 F: docs/system/s390x/vfio-ap.rst
1848 L: qemu-s390x@nongnu.org
1850 vhost
1851 M: Michael S. Tsirkin <mst@redhat.com>
1852 S: Supported
1853 F: hw/*/*vhost*
1854 F: docs/interop/vhost-user.json
1855 F: docs/interop/vhost-user.rst
1856 F: contrib/vhost-user-*/
1857 F: backends/vhost-user.c
1858 F: include/sysemu/vhost-user-backend.h
1860 virtio
1861 M: Michael S. Tsirkin <mst@redhat.com>
1862 S: Supported
1863 F: hw/*/virtio*
1864 F: hw/virtio/Makefile.objs
1865 F: hw/virtio/trace-events
1866 F: net/vhost-user.c
1867 F: include/hw/virtio/
1869 virtio-balloon
1870 M: Michael S. Tsirkin <mst@redhat.com>
1871 M: David Hildenbrand <david@redhat.com>
1872 S: Maintained
1873 F: hw/virtio/virtio-balloon*.c
1874 F: include/hw/virtio/virtio-balloon.h
1875 F: softmmu/balloon.c
1876 F: include/sysemu/balloon.h
1878 virtio-9p
1879 M: Greg Kurz <groug@kaod.org>
1880 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1881 S: Odd Fixes
1882 F: hw/9pfs/
1883 X: hw/9pfs/xen-9p*
1884 F: fsdev/
1885 F: docs/tools/virtfs-proxy-helper.rst
1886 F: tests/qtest/virtio-9p-test.c
1887 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1888 T: git https://github.com/cschoenebeck/qemu.git 9p.next
1890 virtio-blk
1891 M: Stefan Hajnoczi <stefanha@redhat.com>
1892 L: qemu-block@nongnu.org
1893 S: Supported
1894 F: hw/block/virtio-blk.c
1895 F: hw/block/dataplane/*
1896 F: tests/qtest/virtio-blk-test.c
1897 T: git https://github.com/stefanha/qemu.git block
1899 virtio-ccw
1900 M: Cornelia Huck <cohuck@redhat.com>
1901 M: Halil Pasic <pasic@linux.ibm.com>
1902 S: Supported
1903 F: hw/s390x/virtio-ccw*.[hc]
1904 F: hw/s390x/vhost-vsock-ccw.c
1905 T: git https://gitlab.com/cohuck/qemu.git s390-next
1906 T: git https://github.com/borntraeger/qemu.git s390-next
1907 L: qemu-s390x@nongnu.org
1909 virtiofs
1910 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1911 M: Stefan Hajnoczi <stefanha@redhat.com>
1912 S: Supported
1913 F: tools/virtiofsd/*
1914 F: hw/virtio/vhost-user-fs*
1915 F: include/hw/virtio/vhost-user-fs.h
1916 F: docs/tools/virtiofsd.rst
1917 L: virtio-fs@redhat.com
1919 virtio-input
1920 M: Gerd Hoffmann <kraxel@redhat.com>
1921 S: Maintained
1922 F: hw/input/vhost-user-input.c
1923 F: hw/input/virtio-input*.c
1924 F: include/hw/virtio/virtio-input.h
1925 F: contrib/vhost-user-input/*
1927 virtio-iommu
1928 M: Eric Auger <eric.auger@redhat.com>
1929 S: Maintained
1930 F: hw/virtio/virtio-iommu*.c
1931 F: include/hw/virtio/virtio-iommu.h
1933 virtio-serial
1934 M: Laurent Vivier <lvivier@redhat.com>
1935 R: Amit Shah <amit@kernel.org>
1936 S: Supported
1937 F: hw/char/virtio-serial-bus.c
1938 F: hw/char/virtio-console.c
1939 F: include/hw/virtio/virtio-serial.h
1940 F: tests/qtest/virtio-serial-test.c
1942 virtio-rng
1943 M: Laurent Vivier <lvivier@redhat.com>
1944 R: Amit Shah <amit@kernel.org>
1945 S: Supported
1946 F: hw/virtio/virtio-rng.c
1947 F: include/hw/virtio/virtio-rng.h
1948 F: include/sysemu/rng*.h
1949 F: backends/rng*.c
1950 F: tests/qtest/virtio-rng-test.c
1952 vhost-user-rng
1953 M: Mathieu Poirier <mathieu.poirier@linaro.org>
1954 S: Supported
1955 F: docs/tools/vhost-user-rng.rst
1956 F: hw/virtio/vhost-user-rng.c
1957 F: hw/virtio/vhost-user-rng-pci.c
1958 F: include/hw/virtio/vhost-user-rng.h
1959 F: tools/vhost-user-rng/*
1961 virtio-crypto
1962 M: Gonglei <arei.gonglei@huawei.com>
1963 S: Supported
1964 F: hw/virtio/virtio-crypto.c
1965 F: hw/virtio/virtio-crypto-pci.c
1966 F: include/hw/virtio/virtio-crypto.h
1968 virtio-mem
1969 M: David Hildenbrand <david@redhat.com>
1970 S: Supported
1971 W: https://virtio-mem.gitlab.io/
1972 F: hw/virtio/virtio-mem.c
1973 F: hw/virtio/virtio-mem-pci.h
1974 F: hw/virtio/virtio-mem-pci.c
1975 F: include/hw/virtio/virtio-mem.h
1977 nvme
1978 M: Keith Busch <kbusch@kernel.org>
1979 M: Klaus Jensen <its@irrelevant.dk>
1980 L: qemu-block@nongnu.org
1981 S: Supported
1982 F: hw/nvme/*
1983 F: include/block/nvme.h
1984 F: tests/qtest/nvme-test.c
1985 F: docs/system/nvme.rst
1986 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1988 megasas
1989 M: Hannes Reinecke <hare@suse.com>
1990 L: qemu-block@nongnu.org
1991 S: Supported
1992 F: hw/scsi/megasas.c
1993 F: hw/scsi/mfi.h
1994 F: tests/qtest/megasas-test.c
1995 F: tests/qtest/fuzz-megasas-test.c
1997 Network packet abstractions
1998 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1999 S: Maintained
2000 F: include/net/eth.h
2001 F: net/eth.c
2002 F: hw/net/net_rx_pkt*
2003 F: hw/net/net_tx_pkt*
2005 Vmware
2006 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2007 S: Maintained
2008 F: hw/net/vmxnet*
2009 F: hw/scsi/vmw_pvscsi*
2010 F: tests/qtest/vmxnet3-test.c
2012 Rocker
2013 M: Jiri Pirko <jiri@resnulli.us>
2014 S: Maintained
2015 F: hw/net/rocker/
2016 F: qapi/rocker.json
2017 F: tests/rocker/
2018 F: docs/specs/rocker.txt
2020 NVDIMM
2021 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
2022 S: Maintained
2023 F: hw/acpi/nvdimm.c
2024 F: hw/mem/nvdimm.c
2025 F: include/hw/mem/nvdimm.h
2026 F: docs/nvdimm.txt
2028 e1000x
2029 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2030 S: Maintained
2031 F: hw/net/e1000x*
2033 e1000e
2034 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
2035 S: Maintained
2036 F: hw/net/e1000e*
2037 F: tests/qtest/fuzz-e1000e-test.c
2039 eepro100
2040 M: Stefan Weil <sw@weilnetz.de>
2041 S: Maintained
2042 F: hw/net/eepro100.c
2044 tulip
2045 M: Sven Schnelle <svens@stackframe.org>
2046 S: Maintained
2047 F: hw/net/tulip.c
2048 F: hw/net/tulip.h
2050 pca954x
2051 M: Patrick Venture <venture@google.com>
2052 S: Maintained
2053 F: hw/i2c/i2c_mux_pca954x.c
2054 F: include/hw/i2c/i2c_mux_pca954x.h
2056 Generic Loader
2057 M: Alistair Francis <alistair@alistair23.me>
2058 S: Maintained
2059 F: hw/core/generic-loader.c
2060 F: include/hw/core/generic-loader.h
2061 F: docs/system/generic-loader.rst
2063 Guest Loader
2064 M: Alex Bennée <alex.bennee@linaro.org>
2065 S: Maintained
2066 F: hw/core/guest-loader.c
2067 F: docs/system/guest-loader.rst
2068 F: tests/acceptance/boot_xen.py
2070 Intel Hexadecimal Object File Loader
2071 M: Su Hang <suhang16@mails.ucas.ac.cn>
2072 S: Maintained
2073 F: tests/qtest/hexloader-test.c
2074 F: tests/data/hex-loader/test.hex
2076 CHRP NVRAM
2077 M: Thomas Huth <thuth@redhat.com>
2078 S: Maintained
2079 F: hw/nvram/chrp_nvram.c
2080 F: include/hw/nvram/chrp_nvram.h
2081 F: tests/qtest/prom-env-test.c
2083 VM Generation ID
2084 S: Orphan
2085 F: hw/acpi/vmgenid.c
2086 F: include/hw/acpi/vmgenid.h
2087 F: docs/specs/vmgenid.txt
2088 F: tests/qtest/vmgenid-test.c
2089 F: stubs/vmgenid.c
2092 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2093 S: Maintained
2094 F: include/hw/misc/led.h
2095 F: hw/misc/led.c
2097 Unimplemented device
2098 M: Peter Maydell <peter.maydell@linaro.org>
2099 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2100 S: Maintained
2101 F: include/hw/misc/unimp.h
2102 F: hw/misc/unimp.c
2104 Empty slot
2105 M: Artyom Tarasenko <atar4qemu@gmail.com>
2106 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2107 S: Maintained
2108 F: include/hw/misc/empty_slot.h
2109 F: hw/misc/empty_slot.c
2111 Standard VGA
2112 M: Gerd Hoffmann <kraxel@redhat.com>
2113 S: Maintained
2114 F: hw/display/vga*
2115 F: hw/display/bochs-display.c
2116 F: include/hw/display/vga.h
2117 F: include/hw/display/bochs-vbe.h
2119 ramfb
2120 M: Gerd Hoffmann <kraxel@redhat.com>
2121 S: Maintained
2122 F: hw/display/ramfb*.c
2123 F: include/hw/display/ramfb.h
2125 virtio-gpu
2126 M: Gerd Hoffmann <kraxel@redhat.com>
2127 S: Maintained
2128 F: hw/display/virtio-gpu*
2129 F: hw/display/virtio-vga.*
2130 F: include/hw/virtio/virtio-gpu.h
2132 vhost-user-blk
2133 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2134 S: Maintained
2135 F: contrib/vhost-user-blk/
2136 F: contrib/vhost-user-scsi/
2137 F: hw/block/vhost-user-blk.c
2138 F: hw/scsi/vhost-user-scsi.c
2139 F: hw/virtio/vhost-user-blk-pci.c
2140 F: hw/virtio/vhost-user-scsi-pci.c
2141 F: include/hw/virtio/vhost-user-blk.h
2142 F: include/hw/virtio/vhost-user-scsi.h
2144 vhost-user-gpu
2145 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2146 M: Gerd Hoffmann <kraxel@redhat.com>
2147 S: Maintained
2148 F: docs/interop/vhost-user-gpu.rst
2149 F: contrib/vhost-user-gpu
2150 F: hw/display/vhost-user-*
2152 Cirrus VGA
2153 M: Gerd Hoffmann <kraxel@redhat.com>
2154 S: Odd Fixes
2155 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2156 F: hw/display/cirrus*
2158 EDID Generator
2159 M: Gerd Hoffmann <kraxel@redhat.com>
2160 S: Maintained
2161 F: hw/display/edid*
2162 F: include/hw/display/edid.h
2163 F: qemu-edid.c
2165 PIIX4 South Bridge (i82371AB)
2166 M: Hervé Poussineau <hpoussin@reactos.org>
2167 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2168 S: Maintained
2169 F: hw/isa/piix4.c
2170 F: include/hw/southbridge/piix.h
2172 Firmware configuration (fw_cfg)
2173 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2174 R: Laszlo Ersek <lersek@redhat.com>
2175 R: Gerd Hoffmann <kraxel@redhat.com>
2176 S: Supported
2177 F: docs/specs/fw_cfg.txt
2178 F: hw/nvram/fw_cfg*.c
2179 F: stubs/fw_cfg.c
2180 F: include/hw/nvram/fw_cfg.h
2181 F: include/standard-headers/linux/qemu_fw_cfg.h
2182 F: tests/qtest/libqos/fw_cfg.c
2183 F: tests/qtest/fw_cfg-test.c
2184 T: git https://github.com/philmd/qemu.git fw_cfg-next
2186 XIVE
2187 M: Cédric Le Goater <clg@kaod.org>
2188 R: David Gibson <david@gibson.dropbear.id.au>
2189 R: Greg Kurz <groug@kaod.org>
2190 L: qemu-ppc@nongnu.org
2191 S: Supported
2192 F: hw/*/*xive*
2193 F: include/hw/*/*xive*
2194 F: docs/*/*xive*
2196 Renesas peripherals
2197 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2198 R: Magnus Damm <magnus.damm@gmail.com>
2199 S: Odd Fixes
2200 F: hw/char/renesas_sci.c
2201 F: hw/char/sh_serial.c
2202 F: hw/timer/renesas_*.c
2203 F: hw/timer/sh_timer.c
2204 F: include/hw/char/renesas_sci.h
2205 F: include/hw/sh4/sh.h
2206 F: include/hw/timer/renesas_*.h
2208 Renesas RX peripherals
2209 R: Yoshinori Sato <ysato@users.sourceforge.jp>
2210 S: Orphan
2211 F: hw/intc/rx_icu.c
2212 F: hw/rx/
2213 F: include/hw/intc/rx_icu.h
2214 F: include/hw/rx/
2216 CAN bus subsystem and hardware
2217 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2218 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2219 S: Maintained
2220 W: https://canbus.pages.fel.cvut.cz/
2221 F: net/can/*
2222 F: hw/net/can/*
2223 F: include/net/can_*.h
2225 Subsystems
2226 ----------
2227 Audio
2228 M: Gerd Hoffmann <kraxel@redhat.com>
2229 S: Maintained
2230 F: audio/
2231 F: hw/audio/
2232 F: include/hw/audio/
2233 F: qapi/audio.json
2234 F: tests/qtest/ac97-test.c
2235 F: tests/qtest/es1370-test.c
2236 F: tests/qtest/intel-hda-test.c
2237 F: tests/qtest/fuzz-sb16-test.c
2239 Block layer core
2240 M: Kevin Wolf <kwolf@redhat.com>
2241 M: Max Reitz <mreitz@redhat.com>
2242 L: qemu-block@nongnu.org
2243 S: Supported
2244 F: block*
2245 F: block/
2246 F: hw/block/
2247 F: include/block/
2248 F: qemu-img*
2249 F: docs/tools/qemu-img.rst
2250 F: qemu-io*
2251 F: tests/qemu-iotests/
2252 F: util/qemu-progress.c
2253 F: qobject/block-qdict.c
2254 F: tests/unit/check-block-qdict.c
2255 T: git https://repo.or.cz/qemu/kevin.git block
2257 Storage daemon
2258 M: Kevin Wolf <kwolf@redhat.com>
2259 L: qemu-block@nongnu.org
2260 S: Supported
2261 F: storage-daemon/
2262 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2263 F: docs/tools/qemu-storage-daemon.rst
2264 T: git https://repo.or.cz/qemu/kevin.git block
2266 Block I/O path
2267 M: Stefan Hajnoczi <stefanha@redhat.com>
2268 M: Fam Zheng <fam@euphon.net>
2269 L: qemu-block@nongnu.org
2270 S: Supported
2271 F: util/async.c
2272 F: util/aio-*.c
2273 F: util/aio-*.h
2274 F: util/fdmon-*.c
2275 F: block/io.c
2276 F: migration/block*
2277 F: include/block/aio.h
2278 F: include/block/aio-wait.h
2279 F: scripts/qemugdb/aio.py
2280 F: tests/unit/test-fdmon-epoll.c
2281 T: git https://github.com/stefanha/qemu.git block
2283 Block SCSI subsystem
2284 M: Paolo Bonzini <pbonzini@redhat.com>
2285 R: Fam Zheng <fam@euphon.net>
2286 L: qemu-block@nongnu.org
2287 S: Supported
2288 F: include/scsi/*
2289 F: scsi/*
2291 Block Jobs
2292 M: John Snow <jsnow@redhat.com>
2293 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2294 L: qemu-block@nongnu.org
2295 S: Supported
2296 F: blockjob.c
2297 F: include/block/blockjob.h
2298 F: job.c
2299 F: job-qmp.c
2300 F: include/qemu/job.h
2301 F: block/backup.c
2302 F: block/commit.c
2303 F: block/stream.c
2304 F: block/mirror.c
2305 F: qapi/job.json
2306 F: block/block-copy.c
2307 F: include/block/block-copy.c
2308 F: block/backup-top.h
2309 F: block/backup-top.c
2310 F: include/block/aio_task.h
2311 F: block/aio_task.c
2312 F: util/qemu-co-shared-resource.c
2313 F: include/qemu/co-shared-resource.h
2314 T: git https://gitlab.com/jsnow/qemu.git jobs
2315 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2317 Block QAPI, monitor, command line
2318 M: Markus Armbruster <armbru@redhat.com>
2319 S: Supported
2320 F: blockdev.c
2321 F: blockdev-hmp-cmds.c
2322 F: block/qapi.c
2323 F: qapi/block*.json
2324 F: qapi/transaction.json
2325 T: git https://repo.or.cz/qemu/armbru.git block-next
2327 Dirty Bitmaps
2328 M: Eric Blake <eblake@redhat.com>
2329 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2330 R: John Snow <jsnow@redhat.com>
2331 L: qemu-block@nongnu.org
2332 S: Supported
2333 F: include/qemu/hbitmap.h
2334 F: include/block/dirty-bitmap.h
2335 F: block/monitor/bitmap-qmp-cmds.c
2336 F: block/dirty-bitmap.c
2337 F: block/qcow2-bitmap.c
2338 F: migration/block-dirty-bitmap.c
2339 F: util/hbitmap.c
2340 F: tests/unit/test-hbitmap.c
2341 F: docs/interop/bitmaps.rst
2342 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2344 Character device backends
2345 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2346 R: Paolo Bonzini <pbonzini@redhat.com>
2347 S: Maintained
2348 F: chardev/
2349 F: include/chardev/
2350 F: qapi/char.json
2352 Character Devices (Braille)
2353 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2354 S: Maintained
2355 F: chardev/baum.c
2357 Command line option argument parsing
2358 M: Markus Armbruster <armbru@redhat.com>
2359 S: Supported
2360 F: include/qemu/option.h
2361 F: tests/unit/test-keyval.c
2362 F: tests/unit/test-qemu-opts.c
2363 F: util/keyval.c
2364 F: util/qemu-option.c
2366 Coverity model
2367 M: Markus Armbruster <armbru@redhat.com>
2368 S: Supported
2369 F: scripts/coverity-model.c
2371 Coverity Scan integration
2372 M: Peter Maydell <peter.maydell@linaro.org>
2373 S: Maintained
2374 F: scripts/coverity-scan/
2376 Device Tree
2377 M: Alistair Francis <alistair.francis@wdc.com>
2378 R: David Gibson <david@gibson.dropbear.id.au>
2379 S: Maintained
2380 F: softmmu/device_tree.c
2381 F: include/sysemu/device_tree.h
2383 Dump
2384 S: Supported
2385 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2386 F: dump/
2387 F: hw/misc/vmcoreinfo.c
2388 F: include/hw/misc/vmcoreinfo.h
2389 F: include/qemu/win_dump_defs
2390 F: include/sysemu/dump-arch.h
2391 F: include/sysemu/dump.h
2392 F: qapi/dump.json
2393 F: scripts/dump-guest-memory.py
2394 F: stubs/dump.c
2396 Error reporting
2397 M: Markus Armbruster <armbru@redhat.com>
2398 S: Supported
2399 F: include/qapi/error.h
2400 F: include/qemu/error-report.h
2401 F: qapi/error.json
2402 F: util/error.c
2403 F: util/qemu-error.c
2404 F: scripts/coccinelle/err-bad-newline.cocci
2405 F: scripts/coccinelle/error-use-after-free.cocci
2406 F: scripts/coccinelle/error_propagate_null.cocci
2407 F: scripts/coccinelle/remove_local_err.cocci
2408 F: scripts/coccinelle/use-error_fatal.cocci
2409 F: scripts/coccinelle/errp-guard.cocci
2411 GDB stub
2412 M: Alex Bennée <alex.bennee@linaro.org>
2413 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2414 S: Maintained
2415 F: gdbstub*
2416 F: include/exec/gdbstub.h
2417 F: gdb-xml/
2418 F: tests/tcg/multiarch/gdbstub/
2420 Memory API
2421 M: Paolo Bonzini <pbonzini@redhat.com>
2422 S: Supported
2423 F: include/exec/ioport.h
2424 F: include/exec/memop.h
2425 F: include/exec/memory.h
2426 F: include/exec/ram_addr.h
2427 F: include/exec/ramblock.h
2428 F: softmmu/dma-helpers.c
2429 F: softmmu/ioport.c
2430 F: softmmu/memory.c
2431 F: softmmu/physmem.c
2432 F: include/exec/memory-internal.h
2433 F: scripts/coccinelle/memory-region-housekeeping.cocci
2435 SPICE
2436 M: Gerd Hoffmann <kraxel@redhat.com>
2437 S: Supported
2438 F: include/ui/qemu-spice.h
2439 F: include/ui/spice-display.h
2440 F: ui/spice-*.c
2441 F: audio/spiceaudio.c
2442 F: hw/display/qxl*
2443 F: qapi/ui.json
2444 F: docs/spice-port-fqdn.txt
2446 Graphics
2447 M: Gerd Hoffmann <kraxel@redhat.com>
2448 S: Odd Fixes
2449 F: ui/
2450 F: include/ui/
2451 F: qapi/ui.json
2452 F: util/drm.c
2454 Cocoa graphics
2455 M: Peter Maydell <peter.maydell@linaro.org>
2456 S: Odd Fixes
2457 F: ui/cocoa.m
2459 Main loop
2460 M: Paolo Bonzini <pbonzini@redhat.com>
2461 S: Maintained
2462 F: include/exec/gen-icount.h
2463 F: include/qemu/main-loop.h
2464 F: include/sysemu/runstate.h
2465 F: include/sysemu/runstate-action.h
2466 F: util/main-loop.c
2467 F: util/qemu-timer.c
2468 F: softmmu/vl.c
2469 F: softmmu/main.c
2470 F: softmmu/cpus.c
2471 F: softmmu/cpu-throttle.c
2472 F: softmmu/cpu-timers.c
2473 F: softmmu/icount.c
2474 F: softmmu/runstate-action.c
2475 F: qapi/run-state.json
2477 Read, Copy, Update (RCU)
2478 M: Paolo Bonzini <pbonzini@redhat.com>
2479 S: Maintained
2480 F: include/qemu/rcu*.h
2481 F: tests/unit/rcutorture.c
2482 F: tests/unit/test-rcu-*.c
2483 F: util/rcu.c
2485 Human Monitor (HMP)
2486 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2487 S: Maintained
2488 F: monitor/monitor-internal.h
2489 F: monitor/misc.c
2490 F: monitor/monitor.c
2491 F: monitor/hmp*
2492 F: hmp.h
2493 F: hmp-commands*.hx
2494 F: include/monitor/hmp-target.h
2495 F: tests/qtest/test-hmp.c
2496 F: include/qemu/qemu-print.h
2497 F: util/qemu-print.c
2499 Network device backends
2500 M: Jason Wang <jasowang@redhat.com>
2501 S: Maintained
2502 F: net/
2503 F: include/net/
2504 F: qemu-bridge-helper.c
2505 T: git https://github.com/jasowang/qemu.git net
2506 F: qapi/net.json
2508 Netmap network backend
2509 M: Luigi Rizzo <rizzo@iet.unipi.it>
2510 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2511 M: Vincenzo Maffione <v.maffione@gmail.com>
2512 W: http://info.iet.unipi.it/~luigi/netmap/
2513 S: Maintained
2514 F: net/netmap.c
2516 Host Memory Backends
2517 M: Eduardo Habkost <ehabkost@redhat.com>
2518 M: Igor Mammedov <imammedo@redhat.com>
2519 S: Maintained
2520 F: backends/hostmem*.c
2521 F: include/sysemu/hostmem.h
2522 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2524 Cryptodev Backends
2525 M: Gonglei <arei.gonglei@huawei.com>
2526 S: Maintained
2527 F: include/sysemu/cryptodev*.h
2528 F: backends/cryptodev*.c
2530 Python library
2531 M: John Snow <jsnow@redhat.com>
2532 M: Cleber Rosa <crosa@redhat.com>
2533 R: Eduardo Habkost <ehabkost@redhat.com>
2534 S: Maintained
2535 F: python/
2536 T: git https://gitlab.com/jsnow/qemu.git python
2538 Python scripts
2539 M: Eduardo Habkost <ehabkost@redhat.com>
2540 M: Cleber Rosa <crosa@redhat.com>
2541 S: Odd Fixes
2542 F: scripts/*.py
2543 F: tests/*.py
2545 Benchmark util
2546 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2547 S: Maintained
2548 F: scripts/simplebench/
2549 T: git https://src.openvz.org/scm/~vsementsov/qemu.git simplebench
2551 Transactions helper
2552 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2553 S: Maintained
2554 F: include/qemu/transactions.h
2555 F: util/transactions.c
2557 QAPI
2558 M: Markus Armbruster <armbru@redhat.com>
2559 M: Michael Roth <michael.roth@amd.com>
2560 S: Supported
2561 F: qapi/
2562 X: qapi/*.json
2563 F: include/qapi/
2564 X: include/qapi/qmp/
2565 F: include/qapi/qmp/dispatch.h
2566 F: tests/qapi-schema/
2567 F: tests/unit/test-*-visitor.c
2568 F: tests/unit/test-qapi-*.c
2569 F: tests/unit/test-qmp-*.c
2570 F: tests/unit/test-visitor-serialization.c
2571 F: scripts/qapi-gen.py
2572 F: scripts/qapi/*
2573 F: docs/sphinx/qapidoc.py
2574 F: docs/devel/qapi*
2575 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2577 QAPI Schema
2578 M: Eric Blake <eblake@redhat.com>
2579 M: Markus Armbruster <armbru@redhat.com>
2580 S: Supported
2581 F: qapi/*.json
2582 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2584 QObject
2585 M: Markus Armbruster <armbru@redhat.com>
2586 S: Supported
2587 F: qobject/
2588 F: include/qapi/qmp/
2589 X: include/qapi/qmp/dispatch.h
2590 F: scripts/coccinelle/qobject.cocci
2591 F: tests/unit/check-qdict.c
2592 F: tests/unit/check-qjson.c
2593 F: tests/unit/check-qlist.c
2594 F: tests/unit/check-qlit.c
2595 F: tests/unit/check-qnull.c
2596 F: tests/unit/check-qnum.c
2597 F: tests/unit/check-qobject.c
2598 F: tests/unit/check-qstring.c
2599 F: tests/data/qobject/qdict.txt
2600 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2602 QEMU Guest Agent
2603 M: Michael Roth <michael.roth@amd.com>
2604 S: Maintained
2605 F: qga/
2606 F: docs/interop/qemu-ga.rst
2607 F: docs/interop/qemu-ga-ref.rst
2608 F: scripts/qemu-guest-agent/
2609 F: tests/unit/test-qga.c
2610 T: git https://github.com/mdroth/qemu.git qga
2613 M: Paolo Bonzini <pbonzini@redhat.com>
2614 R: Daniel P. Berrange <berrange@redhat.com>
2615 R: Eduardo Habkost <ehabkost@redhat.com>
2616 S: Supported
2617 F: docs/qdev-device-use.txt
2618 F: hw/core/qdev*
2619 F: hw/core/bus.c
2620 F: hw/core/sysbus.c
2621 F: include/hw/qdev*
2622 F: include/monitor/qdev.h
2623 F: include/qom/
2624 F: qapi/qom.json
2625 F: qapi/qdev.json
2626 F: scripts/coccinelle/qom-parent-type.cocci
2627 F: softmmu/qdev-monitor.c
2628 F: stubs/qdev.c
2629 F: qom/
2630 F: tests/unit/check-qom-interface.c
2631 F: tests/unit/check-qom-proplist.c
2632 F: tests/unit/test-qdev-global-props.c
2634 QOM boilerplate conversion script
2635 M: Eduardo Habkost <ehabkost@redhat.com>
2636 S: Maintained
2637 F: scripts/codeconverter/
2640 M: Markus Armbruster <armbru@redhat.com>
2641 S: Supported
2642 F: monitor/monitor-internal.h
2643 F: monitor/qmp*
2644 F: monitor/misc.c
2645 F: monitor/monitor.c
2646 F: qapi/control.json
2647 F: qapi/error.json
2648 F: qapi/introspect.json
2649 F: docs/devel/*qmp-*
2650 F: docs/interop/*qmp-*
2651 F: scripts/qmp/
2652 F: tests/qtest/qmp-test.c
2653 F: tests/qtest/qmp-cmd-test.c
2654 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2656 qtest
2657 M: Thomas Huth <thuth@redhat.com>
2658 M: Laurent Vivier <lvivier@redhat.com>
2659 R: Paolo Bonzini <pbonzini@redhat.com>
2660 S: Maintained
2661 F: softmmu/qtest.c
2662 F: accel/qtest/
2663 F: tests/qtest/
2664 F: docs/devel/qgraph.rst
2665 X: tests/qtest/bios-tables-test*
2667 Device Fuzzing
2668 M: Alexander Bulekov <alxndr@bu.edu>
2669 R: Paolo Bonzini <pbonzini@redhat.com>
2670 R: Bandan Das <bsd@redhat.com>
2671 R: Stefan Hajnoczi <stefanha@redhat.com>
2672 R: Thomas Huth <thuth@redhat.com>
2673 S: Maintained
2674 F: tests/qtest/fuzz/
2675 F: tests/qtest/fuzz-*test.c
2676 F: scripts/oss-fuzz/
2677 F: hw/mem/sparse-mem.c
2678 F: docs/devel/fuzzing.rst
2680 Register API
2681 M: Alistair Francis <alistair@alistair23.me>
2682 S: Maintained
2683 F: hw/core/register.c
2684 F: include/hw/register.h
2685 F: include/hw/registerfields.h
2687 SLIRP
2688 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2689 S: Maintained
2690 F: slirp/
2691 F: net/slirp.c
2692 F: include/net/slirp.h
2693 T: git https://people.debian.org/~sthibault/qemu.git slirp
2695 Streams
2696 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2697 S: Maintained
2698 F: hw/core/stream.c
2699 F: include/hw/stream.h
2701 Stubs
2702 M: Paolo Bonzini <pbonzini@redhat.com>
2703 S: Maintained
2704 F: stubs/
2706 Tracing
2707 M: Stefan Hajnoczi <stefanha@redhat.com>
2708 S: Maintained
2709 F: trace/
2710 F: trace-events
2711 F: docs/qemu-option-trace.rst.inc
2712 F: qapi/trace.json
2713 F: scripts/tracetool.py
2714 F: scripts/tracetool/
2715 F: scripts/qemu-trace-stap*
2716 F: docs/tools/qemu-trace-stap.rst
2717 F: docs/devel/tracing.rst
2718 T: git https://github.com/stefanha/qemu.git tracing
2721 M: Stefan Berger <stefanb@linux.ibm.com>
2722 S: Maintained
2723 F: tpm.c
2724 F: hw/tpm/*
2725 F: include/hw/acpi/tpm.h
2726 F: include/sysemu/tpm*
2727 F: qapi/tpm.json
2728 F: backends/tpm/
2729 F: tests/qtest/*tpm*
2730 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2732 Checkpatch
2733 S: Odd Fixes
2734 F: scripts/checkpatch.pl
2736 Migration
2737 M: Juan Quintela <quintela@redhat.com>
2738 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2739 S: Maintained
2740 F: hw/core/vmstate-if.c
2741 F: include/hw/vmstate-if.h
2742 F: include/migration/
2743 F: migration/
2744 F: scripts/vmstate-static-checker.py
2745 F: tests/vmstate-static-checker-data/
2746 F: tests/qtest/migration-test.c
2747 F: docs/devel/migration.rst
2748 F: qapi/migration.json
2749 F: tests/migration/
2751 D-Bus
2752 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2753 S: Maintained
2754 F: backends/dbus-vmstate.c
2755 F: tests/dbus-vmstate*
2756 F: util/dbus.c
2757 F: include/qemu/dbus.h
2758 F: docs/interop/dbus.rst
2759 F: docs/interop/dbus-vmstate.rst
2761 Seccomp
2762 M: Eduardo Otubo <otubo@redhat.com>
2763 S: Supported
2764 F: softmmu/qemu-seccomp.c
2765 F: include/sysemu/seccomp.h
2767 Cryptography
2768 M: Daniel P. Berrange <berrange@redhat.com>
2769 S: Maintained
2770 F: crypto/
2771 F: include/crypto/
2772 F: qapi/crypto.json
2773 F: tests/unit/test-crypto-*
2774 F: tests/bench/benchmark-crypto-*
2775 F: tests/unit/crypto-tls-*
2776 F: tests/unit/pkix_asn1_tab.c
2777 F: qemu.sasl
2779 Coroutines
2780 M: Stefan Hajnoczi <stefanha@redhat.com>
2781 M: Kevin Wolf <kwolf@redhat.com>
2782 S: Maintained
2783 F: util/*coroutine*
2784 F: include/qemu/coroutine*
2785 F: tests/unit/test-coroutine.c
2787 Buffers
2788 M: Daniel P. Berrange <berrange@redhat.com>
2789 S: Odd Fixes
2790 F: util/buffer.c
2791 F: include/qemu/buffer.h
2793 I/O Channels
2794 M: Daniel P. Berrange <berrange@redhat.com>
2795 S: Maintained
2796 F: io/
2797 F: include/io/
2798 F: tests/unit/test-io-*
2800 User authorization
2801 M: Daniel P. Berrange <berrange@redhat.com>
2802 S: Maintained
2803 F: authz/
2804 F: qapi/authz.json
2805 F: include/authz/
2806 F: tests/unit/test-authz-*
2808 Sockets
2809 M: Daniel P. Berrange <berrange@redhat.com>
2810 M: Gerd Hoffmann <kraxel@redhat.com>
2811 S: Maintained
2812 F: include/qemu/sockets.h
2813 F: util/qemu-sockets.c
2814 F: qapi/sockets.json
2816 File monitor
2817 M: Daniel P. Berrange <berrange@redhat.com>
2818 S: Odd Fixes
2819 F: util/filemonitor*.c
2820 F: include/qemu/filemonitor.h
2821 F: tests/unit/test-util-filemonitor.c
2823 Throttling infrastructure
2824 M: Alberto Garcia <berto@igalia.com>
2825 S: Supported
2826 F: block/throttle-groups.c
2827 F: include/block/throttle-groups.h
2828 F: include/qemu/throttle*.h
2829 F: util/throttle.c
2830 F: docs/throttle.txt
2831 F: tests/unit/test-throttle.c
2832 L: qemu-block@nongnu.org
2834 UUID
2835 M: Fam Zheng <fam@euphon.net>
2836 S: Supported
2837 F: util/uuid.c
2838 F: include/qemu/uuid.h
2839 F: tests/unit/test-uuid.c
2841 Yank feature
2842 M: Lukas Straub <lukasstraub2@web.de>
2843 S: Odd fixes
2844 F: util/yank.c
2845 F: migration/yank_functions*
2846 F: tests/unit/test-yank.c
2847 F: include/qemu/yank.h
2848 F: qapi/yank.json
2850 COLO Framework
2851 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2852 S: Maintained
2853 F: migration/colo*
2854 F: include/migration/colo.h
2855 F: include/migration/failover.h
2856 F: docs/COLO-FT.txt
2858 COLO Proxy
2859 M: Zhang Chen <chen.zhang@intel.com>
2860 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2861 S: Supported
2862 F: docs/colo-proxy.txt
2863 F: net/colo*
2864 F: net/filter-rewriter.c
2865 F: net/filter-mirror.c
2867 Record/replay
2868 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2869 R: Paolo Bonzini <pbonzini@redhat.com>
2870 W: https://wiki.qemu.org/Features/record-replay
2871 S: Supported
2872 F: replay/*
2873 F: block/blkreplay.c
2874 F: net/filter-replay.c
2875 F: include/sysemu/replay.h
2876 F: docs/replay.txt
2877 F: stubs/replay.c
2878 F: tests/acceptance/replay_kernel.py
2879 F: tests/acceptance/reverse_debugging.py
2880 F: qapi/replay.json
2882 IOVA Tree
2883 M: Peter Xu <peterx@redhat.com>
2884 S: Maintained
2885 F: include/qemu/iova-tree.h
2886 F: util/iova-tree.c
2888 elf2dmp
2889 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2890 S: Maintained
2891 F: contrib/elf2dmp/
2893 I2C and SMBus
2894 M: Corey Minyard <cminyard@mvista.com>
2895 S: Maintained
2896 F: hw/i2c/core.c
2897 F: hw/i2c/smbus_slave.c
2898 F: hw/i2c/smbus_master.c
2899 F: hw/i2c/smbus_eeprom.c
2900 F: include/hw/i2c/i2c.h
2901 F: include/hw/i2c/smbus_master.h
2902 F: include/hw/i2c/smbus_slave.h
2903 F: include/hw/i2c/smbus_eeprom.h
2905 Firmware schema specifications
2906 M: Laszlo Ersek <lersek@redhat.com>
2907 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2908 R: Daniel P. Berrange <berrange@redhat.com>
2909 R: Kashyap Chamarthy <kchamart@redhat.com>
2910 S: Maintained
2911 F: docs/interop/firmware.json
2913 EDK2 Firmware
2914 M: Laszlo Ersek <lersek@redhat.com>
2915 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2916 S: Supported
2917 F: pc-bios/descriptors/??-edk2-*.json
2918 F: pc-bios/edk2-*
2919 F: roms/Makefile.edk2
2920 F: roms/edk2
2921 F: roms/edk2-*
2922 F: tests/data/uefi-boot-images/
2923 F: tests/uefi-test-tools/
2924 F: .gitlab-ci.d/edk2.yml
2925 F: .gitlab-ci.d/edk2/
2927 VT-d Emulation
2928 M: Michael S. Tsirkin <mst@redhat.com>
2929 M: Peter Xu <peterx@redhat.com>
2930 R: Jason Wang <jasowang@redhat.com>
2931 S: Supported
2932 F: hw/i386/intel_iommu.c
2933 F: hw/i386/intel_iommu_internal.h
2934 F: include/hw/i386/intel_iommu.h
2936 OpenSBI Firmware
2937 M: Bin Meng <bmeng.cn@gmail.com>
2938 S: Supported
2939 F: pc-bios/opensbi-*
2940 F: .gitlab-ci.d/opensbi.yml
2941 F: .gitlab-ci.d/opensbi/
2943 Clock framework
2944 M: Luc Michel <luc@lmichel.fr>
2945 R: Damien Hedde <damien.hedde@greensocs.com>
2946 S: Maintained
2947 F: include/hw/clock.h
2948 F: include/hw/qdev-clock.h
2949 F: hw/core/clock.c
2950 F: hw/core/clock-vmstate.c
2951 F: hw/core/qdev-clock.c
2952 F: docs/devel/clocks.rst
2954 Usermode Emulation
2955 ------------------
2956 Overall usermode emulation
2957 M: Riku Voipio <riku.voipio@iki.fi>
2958 S: Maintained
2959 F: thunk.c
2960 F: accel/tcg/user-exec*.c
2962 BSD user
2963 M: Warner Losh <imp@bsdimp.com>
2964 R: Kyle Evans <kevans@freebsd.org>
2965 S: Maintained
2966 F: bsd-user/
2967 F: default-configs/targets/*-bsd-user.mak
2968 T: git https://github.com/qemu-bsd-user/qemu-bsd-user bsd-user-rebase-3.1
2970 Linux user
2971 M: Laurent Vivier <laurent@vivier.eu>
2972 S: Maintained
2973 F: linux-user/
2974 F: default-configs/targets/*linux-user.mak
2975 F: scripts/qemu-binfmt-conf.sh
2976 F: scripts/update-syscalltbl.sh
2977 F: scripts/update-mips-syscall-args.sh
2978 F: scripts/gensyscalls.sh
2980 Tiny Code Generator (TCG)
2981 -------------------------
2982 Common TCG code
2983 M: Richard Henderson <richard.henderson@linaro.org>
2984 S: Maintained
2985 F: tcg/
2986 F: include/tcg/
2988 TCG Plugins
2989 M: Alex Bennée <alex.bennee@linaro.org>
2990 S: Maintained
2991 F: docs/devel/tcg-plugins.rst
2992 F: plugins/
2993 F: tests/plugin/
2994 F: tests/acceptance/tcg_plugins.py
2995 F: contrib/plugins/
2997 AArch64 TCG target
2998 M: Richard Henderson <richard.henderson@linaro.org>
2999 S: Maintained
3000 L: qemu-arm@nongnu.org
3001 F: tcg/aarch64/
3002 F: disas/arm-a64.cc
3003 F: disas/libvixl/
3005 ARM TCG target
3006 M: Andrzej Zaborowski <balrogg@gmail.com>
3007 S: Maintained
3008 L: qemu-arm@nongnu.org
3009 F: tcg/arm/
3010 F: disas/arm.c
3012 i386 TCG target
3013 M: Richard Henderson <richard.henderson@linaro.org>
3014 S: Maintained
3015 F: tcg/i386/
3016 F: disas/i386.c
3018 MIPS TCG target
3019 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3020 R: Aurelien Jarno <aurelien@aurel32.net>
3021 R: Huacai Chen <chenhuacai@kernel.org>
3022 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
3023 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
3024 S: Odd Fixes
3025 F: tcg/mips/
3027 PPC TCG target
3028 M: Richard Henderson <richard.henderson@linaro.org>
3029 S: Odd Fixes
3030 F: tcg/ppc/
3031 F: disas/ppc.c
3033 RISC-V TCG target
3034 M: Palmer Dabbelt <palmer@dabbelt.com>
3035 M: Alistair Francis <Alistair.Francis@wdc.com>
3036 L: qemu-riscv@nongnu.org
3037 S: Maintained
3038 F: tcg/riscv/
3039 F: disas/riscv.c
3041 S390 TCG target
3042 M: Richard Henderson <richard.henderson@linaro.org>
3043 S: Maintained
3044 F: tcg/s390/
3045 F: disas/s390.c
3046 L: qemu-s390x@nongnu.org
3048 SPARC TCG target
3049 S: Odd Fixes
3050 F: tcg/sparc/
3051 F: disas/sparc.c
3053 TCI TCG target
3054 M: Stefan Weil <sw@weilnetz.de>
3055 S: Maintained
3056 F: tcg/tci/
3057 F: tcg/tci.c
3058 F: disas/tci.c
3060 Block drivers
3061 -------------
3062 VMDK
3063 M: Fam Zheng <fam@euphon.net>
3064 L: qemu-block@nongnu.org
3065 S: Supported
3066 F: block/vmdk.c
3069 M: Jason Dillaman <dillaman@redhat.com>
3070 L: qemu-block@nongnu.org
3071 S: Supported
3072 F: block/rbd.c
3074 VHDX
3075 M: Jeff Cody <codyprime@gmail.com>
3076 L: qemu-block@nongnu.org
3077 S: Supported
3078 F: block/vhdx*
3081 M: Stefan Weil <sw@weilnetz.de>
3082 L: qemu-block@nongnu.org
3083 S: Maintained
3084 F: block/vdi.c
3086 iSCSI
3087 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
3088 M: Paolo Bonzini <pbonzini@redhat.com>
3089 M: Peter Lieven <pl@kamp.de>
3090 L: qemu-block@nongnu.org
3091 S: Odd Fixes
3092 F: block/iscsi.c
3093 F: block/iscsi-opts.c
3095 Network Block Device (NBD)
3096 M: Eric Blake <eblake@redhat.com>
3097 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3098 L: qemu-block@nongnu.org
3099 S: Maintained
3100 F: block/nbd*
3101 F: nbd/
3102 F: include/block/nbd*
3103 F: qemu-nbd.*
3104 F: blockdev-nbd.c
3105 F: docs/interop/nbd.txt
3106 F: docs/tools/qemu-nbd.rst
3107 T: git https://repo.or.cz/qemu/ericb.git nbd
3108 T: git https://src.openvz.org/scm/~vsementsov/qemu.git nbd
3111 M: Peter Lieven <pl@kamp.de>
3112 L: qemu-block@nongnu.org
3113 S: Maintained
3114 F: block/nfs.c
3117 M: Richard W.M. Jones <rjones@redhat.com>
3118 L: qemu-block@nongnu.org
3119 S: Supported
3120 F: block/ssh.c
3122 CURL
3123 L: qemu-block@nongnu.org
3124 S: Odd Fixes
3125 F: block/curl.c
3127 GLUSTER
3128 L: qemu-block@nongnu.org
3129 L: integration@gluster.org
3130 S: Odd Fixes
3131 F: block/gluster.c
3133 Null Block Driver
3134 M: Fam Zheng <fam@euphon.net>
3135 L: qemu-block@nongnu.org
3136 S: Supported
3137 F: block/null.c
3139 NVMe Block Driver
3140 M: Stefan Hajnoczi <stefanha@redhat.com>
3141 R: Fam Zheng <fam@euphon.net>
3142 L: qemu-block@nongnu.org
3143 S: Supported
3144 F: block/nvme*
3145 F: include/block/nvme.h
3146 T: git https://github.com/stefanha/qemu.git block
3148 Bootdevice
3149 M: Gonglei <arei.gonglei@huawei.com>
3150 S: Maintained
3151 F: softmmu/bootdevice.c
3153 Quorum
3154 M: Alberto Garcia <berto@igalia.com>
3155 S: Supported
3156 F: block/quorum.c
3157 L: qemu-block@nongnu.org
3159 blklogwrites
3160 M: Ari Sundholm <ari@tuxera.com>
3161 L: qemu-block@nongnu.org
3162 S: Supported
3163 F: block/blklogwrites.c
3165 blkverify
3166 M: Stefan Hajnoczi <stefanha@redhat.com>
3167 L: qemu-block@nongnu.org
3168 S: Supported
3169 F: block/blkverify.c
3171 bochs
3172 M: Stefan Hajnoczi <stefanha@redhat.com>
3173 L: qemu-block@nongnu.org
3174 S: Supported
3175 F: block/bochs.c
3177 cloop
3178 M: Stefan Hajnoczi <stefanha@redhat.com>
3179 L: qemu-block@nongnu.org
3180 S: Supported
3181 F: block/cloop.c
3184 M: Stefan Hajnoczi <stefanha@redhat.com>
3185 L: qemu-block@nongnu.org
3186 S: Supported
3187 F: block/dmg.c
3189 parallels
3190 M: Stefan Hajnoczi <stefanha@redhat.com>
3191 M: Denis V. Lunev <den@openvz.org>
3192 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
3193 L: qemu-block@nongnu.org
3194 S: Supported
3195 F: block/parallels.c
3196 F: block/parallels-ext.c
3197 F: docs/interop/parallels.txt
3198 T: git https://src.openvz.org/scm/~vsementsov/qemu.git parallels
3201 M: Stefan Hajnoczi <stefanha@redhat.com>
3202 L: qemu-block@nongnu.org
3203 S: Supported
3204 F: block/qed.c
3207 M: Kevin Wolf <kwolf@redhat.com>
3208 L: qemu-block@nongnu.org
3209 S: Supported
3210 F: block/linux-aio.c
3211 F: include/block/raw-aio.h
3212 F: block/raw-format.c
3213 F: block/file-posix.c
3214 F: block/file-win32.c
3215 F: block/win32-aio.c
3217 Linux io_uring
3218 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3219 M: Julia Suvorova <jusual@redhat.com>
3220 M: Stefan Hajnoczi <stefanha@redhat.com>
3221 L: qemu-block@nongnu.org
3222 S: Maintained
3223 F: block/io_uring.c
3224 F: stubs/io_uring.c
3226 qcow2
3227 M: Kevin Wolf <kwolf@redhat.com>
3228 M: Max Reitz <mreitz@redhat.com>
3229 L: qemu-block@nongnu.org
3230 S: Supported
3231 F: block/qcow2*
3232 F: docs/interop/qcow2.txt
3234 qcow
3235 M: Kevin Wolf <kwolf@redhat.com>
3236 L: qemu-block@nongnu.org
3237 S: Supported
3238 F: block/qcow.c
3240 blkdebug
3241 M: Kevin Wolf <kwolf@redhat.com>
3242 M: Max Reitz <mreitz@redhat.com>
3243 L: qemu-block@nongnu.org
3244 S: Supported
3245 F: block/blkdebug.c
3248 M: Kevin Wolf <kwolf@redhat.com>
3249 L: qemu-block@nongnu.org
3250 S: Supported
3251 F: block/vpc.c
3253 vvfat
3254 M: Kevin Wolf <kwolf@redhat.com>
3255 L: qemu-block@nongnu.org
3256 S: Odd Fixes
3257 F: block/vvfat.c
3259 Image format fuzzer
3260 M: Stefan Hajnoczi <stefanha@redhat.com>
3261 L: qemu-block@nongnu.org
3262 S: Supported
3263 F: tests/image-fuzzer/
3265 Vhost-user block device backend server
3266 M: Coiby Xu <Coiby.Xu@gmail.com>
3267 S: Maintained
3268 F: block/export/vhost-user-blk-server.c
3269 F: block/export/vhost-user-blk-server.h
3270 F: include/qemu/vhost-user-server.h
3271 F: tests/qtest/libqos/vhost-user-blk.c
3272 F: tests/qtest/libqos/vhost-user-blk.h
3273 F: tests/qtest/vhost-user-blk-test.c
3274 F: util/vhost-user-server.c
3276 FUSE block device exports
3277 M: Max Reitz <mreitz@redhat.com>
3278 L: qemu-block@nongnu.org
3279 S: Supported
3280 F: block/export/fuse.c
3282 Replication
3283 M: Wen Congyang <wencongyang2@huawei.com>
3284 M: Xie Changlong <xiechanglong.d@gmail.com>
3285 S: Supported
3286 F: replication*
3287 F: block/replication.c
3288 F: tests/unit/test-replication.c
3289 F: docs/block-replication.txt
3291 PVRDMA
3292 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3293 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3294 S: Maintained
3295 F: hw/rdma/*
3296 F: hw/rdma/vmw/*
3297 F: docs/pvrdma.txt
3298 F: contrib/rdmacm-mux/*
3299 F: qapi/rdma.json
3301 Semihosting
3302 M: Alex Bennée <alex.bennee@linaro.org>
3303 S: Maintained
3304 F: semihosting/
3305 F: include/semihosting/
3306 F: tests/tcg/multiarch/arm-compat-semi/
3308 Multi-process QEMU
3309 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3310 M: Jagannathan Raman <jag.raman@oracle.com>
3311 M: John G Johnson <john.g.johnson@oracle.com>
3312 S: Maintained
3313 F: docs/devel/multi-process.rst
3314 F: docs/system/multi-process.rst
3315 F: hw/pci-host/remote.c
3316 F: include/hw/pci-host/remote.h
3317 F: hw/remote/machine.c
3318 F: include/hw/remote/machine.h
3319 F: hw/remote/mpqemu-link.c
3320 F: include/hw/remote/mpqemu-link.h
3321 F: hw/remote/message.c
3322 F: hw/remote/remote-obj.c
3323 F: include/hw/remote/memory.h
3324 F: hw/remote/memory.c
3325 F: hw/remote/proxy.c
3326 F: include/hw/remote/proxy.h
3327 F: hw/remote/proxy-memory-listener.c
3328 F: include/hw/remote/proxy-memory-listener.h
3329 F: hw/remote/iohub.c
3330 F: include/hw/remote/iohub.h
3332 EBPF:
3333 M: Jason Wang <jasowang@redhat.com>
3334 R: Andrew Melnychenko <andrew@daynix.com>
3335 R: Yuri Benditovich <yuri.benditovich@daynix.com>
3336 S: Maintained
3337 F: ebpf/*
3338 F: tools/ebpf/*
3340 Build and test automation
3341 -------------------------
3342 Build and test automation, general continuous integration
3343 M: Alex Bennée <alex.bennee@linaro.org>
3344 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
3345 M: Thomas Huth <thuth@redhat.com>
3346 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3347 R: Willian Rampazzo <willianr@redhat.com>
3348 S: Maintained
3349 F: .github/lockdown.yml
3350 F: .gitlab-ci.yml
3351 F: .gitlab-ci.d/
3352 F: .travis.yml
3353 F: scripts/ci/
3354 F: tests/docker/
3355 F: tests/vm/
3356 F: scripts/archive-source.sh
3357 W: https://gitlab.com/qemu-project/qemu/pipelines
3358 W: https://travis-ci.org/qemu/qemu
3360 FreeBSD Hosted Continuous Integration
3361 M: Ed Maste <emaste@freebsd.org>
3362 M: Li-Wen Hsu <lwhsu@freebsd.org>
3363 S: Maintained
3364 F: .cirrus.yml
3365 W: https://cirrus-ci.com/github/qemu/qemu
3367 Windows Hosted Continuous Integration
3368 M: Yonggang Luo <luoyonggang@gmail.com>
3369 S: Maintained
3370 F: .cirrus.yml
3371 W: https://cirrus-ci.com/github/qemu/qemu
3373 Guest Test Compilation Support
3374 M: Alex Bennée <alex.bennee@linaro.org>
3375 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3376 S: Maintained
3377 F: tests/tcg/Makefile
3378 F: tests/tcg/Makefile.include
3380 Acceptance (Integration) Testing with the Avocado framework
3381 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3382 R: Cleber Rosa <crosa@redhat.com>
3383 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3384 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3385 S: Odd Fixes
3386 F: tests/acceptance/
3388 Documentation
3389 -------------
3390 Build system architecture
3391 M: Daniel P. Berrange <berrange@redhat.com>
3392 S: Odd Fixes
3393 F: docs/devel/build-system.rst
3395 GIT Data Mining Config
3396 M: Alex Bennée <alex.bennee@linaro.org>
3397 S: Odd Fixes
3398 F: gitdm.config
3399 F: contrib/gitdm/*
3401 Incompatible changes
3402 R: libvir-list@redhat.com
3403 F: docs/system/deprecated.rst
3405 Build System
3406 ------------
3407 GIT submodules
3408 M: Daniel P. Berrange <berrange@redhat.com>
3409 S: Odd Fixes
3410 F: scripts/git-submodule.sh
3412 UI translations
3413 S: Orphan
3414 F: po/*.po
3416 Sphinx documentation configuration and build machinery
3417 M: Peter Maydell <peter.maydell@linaro.org>
3418 S: Maintained
3419 F: docs/conf.py
3420 F: docs/*/conf.py
3421 F: docs/sphinx/
3423 Miscellaneous
3424 -------------
3425 Performance Tools and Tests
3426 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3427 S: Maintained
3428 F: scripts/performance/