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