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