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