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