vhost: implement vhost_force_iommu method
[qemu/ar7.git] / MAINTAINERS
blob49a0d837d770c90fbacd8422b1e930337a3e869d
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 Loongson-3 virtual platforms
1100 M: Huacai Chen <chenhc@lemote.com>
1101 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1102 S: Maintained
1103 F: hw/intc/loongson_liointc.c
1105 Boston
1106 M: Paul Burton <pburton@wavecomp.com>
1107 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1108 S: Maintained
1109 F: hw/core/loader-fit.c
1110 F: hw/mips/boston.c
1111 F: hw/pci-host/xilinx-pcie.c
1112 F: include/hw/pci-host/xilinx-pcie.h
1114 OpenRISC Machines
1115 -----------------
1116 or1k-sim
1117 M: Jia Liu <proljc@gmail.com>
1118 S: Maintained
1119 F: hw/openrisc/openrisc_sim.c
1121 PowerPC Machines
1122 ----------------
1124 M: David Gibson <david@gibson.dropbear.id.au>
1125 L: qemu-ppc@nongnu.org
1126 S: Odd Fixes
1127 F: hw/ppc/ppc405_boards.c
1129 Bamboo
1130 M: David Gibson <david@gibson.dropbear.id.au>
1131 L: qemu-ppc@nongnu.org
1132 S: Odd Fixes
1133 F: hw/ppc/ppc440_bamboo.c
1135 e500
1136 M: David Gibson <david@gibson.dropbear.id.au>
1137 L: qemu-ppc@nongnu.org
1138 S: Odd Fixes
1139 F: hw/ppc/e500*
1140 F: hw/gpio/mpc8xxx.c
1141 F: hw/i2c/mpc_i2c.c
1142 F: hw/net/fsl_etsec/
1143 F: hw/pci-host/ppce500.c
1144 F: include/hw/ppc/ppc_e500.h
1145 F: include/hw/pci-host/ppce500.h
1146 F: pc-bios/u-boot.e500
1148 mpc8544ds
1149 M: David Gibson <david@gibson.dropbear.id.au>
1150 L: qemu-ppc@nongnu.org
1151 S: Odd Fixes
1152 F: hw/ppc/mpc8544ds.c
1153 F: hw/ppc/mpc8544_guts.c
1155 New World (mac99)
1156 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1157 R: David Gibson <david@gibson.dropbear.id.au>
1158 L: qemu-ppc@nongnu.org
1159 S: Odd Fixes
1160 F: hw/ppc/mac_newworld.c
1161 F: hw/pci-host/uninorth.c
1162 F: hw/pci-bridge/dec.[hc]
1163 F: hw/misc/macio/
1164 F: hw/misc/mos6522.c
1165 F: hw/nvram/mac_nvram.c
1166 F: hw/input/adb*
1167 F: include/hw/misc/macio/
1168 F: include/hw/misc/mos6522.h
1169 F: include/hw/ppc/mac_dbdma.h
1170 F: include/hw/pci-host/uninorth.h
1171 F: include/hw/input/adb*
1172 F: pc-bios/qemu_vga.ndrv
1174 Old World (g3beige)
1175 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1176 R: David Gibson <david@gibson.dropbear.id.au>
1177 L: qemu-ppc@nongnu.org
1178 S: Odd Fixes
1179 F: hw/ppc/mac_oldworld.c
1180 F: hw/pci-host/grackle.c
1181 F: hw/misc/macio/
1182 F: hw/intc/heathrow_pic.c
1183 F: hw/input/adb*
1184 F: include/hw/intc/heathrow_pic.h
1185 F: include/hw/input/adb*
1186 F: pc-bios/qemu_vga.ndrv
1188 PReP
1189 M: Hervé Poussineau <hpoussin@reactos.org>
1190 L: qemu-ppc@nongnu.org
1191 S: Maintained
1192 F: hw/ppc/prep.c
1193 F: hw/ppc/prep_systemio.c
1194 F: hw/ppc/rs6000_mc.c
1195 F: hw/pci-host/prep.[hc]
1196 F: hw/isa/i82378.c
1197 F: hw/isa/pc87312.c
1198 F: hw/dma/i82374.c
1199 F: hw/rtc/m48t59-isa.c
1200 F: include/hw/isa/pc87312.h
1201 F: include/hw/rtc/m48t59.h
1202 F: tests/acceptance/ppc_prep_40p.py
1204 sPAPR
1205 M: David Gibson <david@gibson.dropbear.id.au>
1206 L: qemu-ppc@nongnu.org
1207 S: Supported
1208 F: hw/*/spapr*
1209 F: include/hw/*/spapr*
1210 F: hw/*/xics*
1211 F: include/hw/*/xics*
1212 F: pc-bios/slof.bin
1213 F: docs/specs/ppc-spapr-hcalls.txt
1214 F: docs/specs/ppc-spapr-hotplug.txt
1215 F: tests/qtest/spapr*
1216 F: tests/qtest/libqos/*spapr*
1217 F: tests/qtest/rtas*
1218 F: tests/qtest/libqos/rtas*
1220 PowerNV (Non-Virtualized)
1221 M: Cédric Le Goater <clg@kaod.org>
1222 M: David Gibson <david@gibson.dropbear.id.au>
1223 L: qemu-ppc@nongnu.org
1224 S: Maintained
1225 F: hw/ppc/pnv*
1226 F: hw/intc/pnv*
1227 F: hw/intc/xics_pnv.c
1228 F: hw/pci-host/pnv*
1229 F: include/hw/ppc/pnv*
1230 F: include/hw/pci-host/pnv*
1231 F: pc-bios/skiboot.lid
1232 F: tests/qtest/pnv*
1234 virtex_ml507
1235 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1236 L: qemu-ppc@nongnu.org
1237 S: Odd Fixes
1238 F: hw/ppc/virtex_ml507.c
1240 sam460ex
1241 M: BALATON Zoltan <balaton@eik.bme.hu>
1242 L: qemu-ppc@nongnu.org
1243 S: Maintained
1244 F: hw/ppc/sam460ex.c
1245 F: hw/ppc/ppc440_pcix.c
1246 F: hw/display/sm501*
1247 F: hw/ide/sii3112.c
1248 F: hw/rtc/m41t80.c
1249 F: pc-bios/canyonlands.dt[sb]
1250 F: pc-bios/u-boot-sam460ex-20100605.bin
1251 F: roms/u-boot-sam460ex
1253 RISC-V Machines
1254 ---------------
1255 OpenTitan
1256 M: Alistair Francis <Alistair.Francis@wdc.com>
1257 L: qemu-riscv@nongnu.org
1258 S: Supported
1259 F: hw/riscv/opentitan.c
1260 F: hw/char/ibex_uart.c
1261 F: hw/intc/ibex_plic.c
1262 F: include/hw/riscv/opentitan.h
1263 F: include/hw/char/ibex_uart.h
1264 F: include/hw/intc/ibex_plic.h
1266 RX Machines
1267 -----------
1268 rx-gdbsim
1269 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1270 S: Maintained
1271 F: docs/system/target-rx.rst
1272 F: hw/rx/rx-gdbsim.c
1273 F: tests/acceptance/machine_rx_gdbsim.py
1275 SH4 Machines
1276 ------------
1278 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1279 R: Magnus Damm <magnus.damm@gmail.com>
1280 S: Maintained
1281 F: hw/sh4/r2d.c
1282 F: hw/intc/sh_intc.c
1283 F: include/hw/sh4/sh_intc.h
1285 Shix
1286 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1287 R: Magnus Damm <magnus.damm@gmail.com>
1288 S: Odd Fixes
1289 F: hw/sh4/shix.c
1290 F: hw/intc/sh_intc.c
1291 F: include/hw/sh4/sh_intc.h
1293 SPARC Machines
1294 --------------
1295 Sun4m
1296 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1297 S: Maintained
1298 F: hw/sparc/sun4m.c
1299 F: hw/sparc/sun4m_iommu.c
1300 F: hw/display/cg3.c
1301 F: hw/display/tcx.c
1302 F: hw/dma/sparc32_dma.c
1303 F: hw/misc/eccmemctl.c
1304 F: hw/*/slavio_*.c
1305 F: include/hw/nvram/sun_nvram.h
1306 F: include/hw/sparc/sparc32_dma.h
1307 F: include/hw/sparc/sun4m_iommu.h
1308 F: pc-bios/openbios-sparc32
1310 Sun4u
1311 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1312 S: Maintained
1313 F: hw/sparc64/sun4u.c
1314 F: hw/sparc64/sun4u_iommu.c
1315 F: include/hw/sparc/sun4u_iommu.h
1316 F: hw/pci-host/sabre.c
1317 F: include/hw/pci-host/sabre.h
1318 F: hw/pci-bridge/simba.c
1319 F: include/hw/pci-bridge/simba.h
1320 F: pc-bios/openbios-sparc64
1322 Sun4v
1323 M: Artyom Tarasenko <atar4qemu@gmail.com>
1324 S: Maintained
1325 F: hw/sparc64/niagara.c
1326 F: hw/rtc/sun4v-rtc.c
1327 F: include/hw/rtc/sun4v-rtc.h
1329 Leon3
1330 M: Fabien Chouteau <chouteau@adacore.com>
1331 M: KONRAD Frederic <frederic.konrad@adacore.com>
1332 S: Maintained
1333 F: hw/sparc/leon3.c
1334 F: hw/*/grlib*
1335 F: include/hw/*/grlib*
1336 F: tests/acceptance/machine_sparc_leon3.py
1338 S390 Machines
1339 -------------
1340 S390 Virtio-ccw
1341 M: Cornelia Huck <cohuck@redhat.com>
1342 M: Halil Pasic <pasic@linux.ibm.com>
1343 M: Christian Borntraeger <borntraeger@de.ibm.com>
1344 S: Supported
1345 F: hw/char/sclp*.[hc]
1346 F: hw/char/terminal3270.c
1347 F: hw/s390x/
1348 F: include/hw/s390x/
1349 F: hw/watchdog/wdt_diag288.c
1350 F: include/hw/watchdog/wdt_diag288.h
1351 F: default-configs/s390x-softmmu.mak
1352 T: git https://github.com/cohuck/qemu.git s390-next
1353 T: git https://github.com/borntraeger/qemu.git s390-next
1354 L: qemu-s390x@nongnu.org
1356 S390-ccw boot
1357 M: Christian Borntraeger <borntraeger@de.ibm.com>
1358 M: Thomas Huth <thuth@redhat.com>
1359 S: Supported
1360 F: hw/s390x/ipl.*
1361 F: pc-bios/s390-ccw/
1362 F: pc-bios/s390-ccw.img
1363 F: docs/devel/s390-dasd-ipl.rst
1364 T: git https://github.com/borntraeger/qemu.git s390-next
1365 L: qemu-s390x@nongnu.org
1367 S390 PCI
1368 M: Matthew Rosato <mjrosato@linux.ibm.com>
1369 S: Supported
1370 F: hw/s390x/s390-pci*
1371 L: qemu-s390x@nongnu.org
1373 UniCore32 Machines
1374 ------------------
1375 PKUnity-3 SoC initramfs-with-busybox
1376 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1377 S: Maintained
1378 F: hw/*/puv3*
1379 F: hw/unicore32/
1381 X86 Machines
1382 ------------
1384 M: Michael S. Tsirkin <mst@redhat.com>
1385 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1386 S: Supported
1387 F: include/hw/i386/
1388 F: hw/i386/
1389 F: hw/pci-host/i440fx.c
1390 F: hw/pci-host/q35.c
1391 F: hw/pci-host/pam.c
1392 F: include/hw/pci-host/i440fx.h
1393 F: include/hw/pci-host/q35.h
1394 F: include/hw/pci-host/pam.h
1395 F: hw/isa/piix3.c
1396 F: hw/isa/lpc_ich9.c
1397 F: hw/i2c/smbus_ich9.c
1398 F: hw/acpi/piix4.c
1399 F: hw/acpi/ich9.c
1400 F: include/hw/acpi/ich9.h
1401 F: include/hw/southbridge/piix.h
1402 F: hw/misc/sga.c
1403 F: hw/isa/apm.c
1404 F: include/hw/isa/apm.h
1405 F: tests/test-x86-cpuid.c
1406 F: tests/qtest/test-x86-cpuid-compat.c
1408 PC Chipset
1409 M: Michael S. Tsirkin <mst@redhat.com>
1410 M: Paolo Bonzini <pbonzini@redhat.com>
1411 S: Supported
1412 F: hw/char/debugcon.c
1413 F: hw/char/parallel*
1414 F: hw/char/serial*
1415 F: hw/dma/i8257*
1416 F: hw/i2c/pm_smbus.c
1417 F: hw/input/pckbd.c
1418 F: hw/intc/apic*
1419 F: hw/intc/ioapic*
1420 F: hw/intc/i8259*
1421 F: hw/isa/isa-superio.c
1422 F: hw/misc/debugexit.c
1423 F: hw/misc/pc-testdev.c
1424 F: hw/timer/hpet*
1425 F: hw/timer/i8254*
1426 F: hw/rtc/mc146818rtc*
1427 F: hw/watchdog/wdt_ib700.c
1428 F: hw/watchdog/wdt_i6300esb.c
1429 F: include/hw/display/vga.h
1430 F: include/hw/char/parallel.h
1431 F: include/hw/dma/i8257.h
1432 F: include/hw/i2c/pm_smbus.h
1433 F: include/hw/input/i8042.h
1434 F: include/hw/isa/i8259_internal.h
1435 F: include/hw/isa/superio.h
1436 F: include/hw/timer/hpet.h
1437 F: include/hw/timer/i8254*
1438 F: include/hw/rtc/mc146818rtc*
1440 microvm
1441 M: Sergio Lopez <slp@redhat.com>
1442 M: Paolo Bonzini <pbonzini@redhat.com>
1443 S: Maintained
1444 F: docs/microvm.rst
1445 F: hw/i386/microvm.c
1446 F: include/hw/i386/microvm.h
1447 F: pc-bios/bios-microvm.bin
1449 Machine core
1450 M: Eduardo Habkost <ehabkost@redhat.com>
1451 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1452 S: Supported
1453 F: hw/core/cpu.c
1454 F: hw/core/machine-qmp-cmds.c
1455 F: hw/core/machine.c
1456 F: hw/core/null-machine.c
1457 F: hw/core/numa.c
1458 F: hw/cpu/cluster.c
1459 F: qapi/machine.json
1460 F: qapi/machine-target.json
1461 F: include/hw/boards.h
1462 F: include/hw/core/cpu.h
1463 F: include/hw/cpu/cluster.h
1464 F: include/sysemu/numa.h
1465 T: git https://github.com/ehabkost/qemu.git machine-next
1467 Xtensa Machines
1468 ---------------
1470 M: Max Filippov <jcmvbkbc@gmail.com>
1471 S: Maintained
1472 F: hw/xtensa/sim.c
1474 virt
1475 M: Max Filippov <jcmvbkbc@gmail.com>
1476 S: Maintained
1477 F: hw/xtensa/virt.c
1479 XTFPGA (LX60, LX200, ML605, KC705)
1480 M: Max Filippov <jcmvbkbc@gmail.com>
1481 S: Maintained
1482 F: hw/xtensa/xtfpga.c
1483 F: hw/net/opencores_eth.c
1485 Devices
1486 -------
1488 M: Jiri Slaby <jslaby@suse.cz>
1489 S: Maintained
1490 F: hw/misc/edu.c
1493 M: John Snow <jsnow@redhat.com>
1494 L: qemu-block@nongnu.org
1495 S: Supported
1496 F: include/hw/ide.h
1497 F: include/hw/ide/
1498 F: hw/ide/
1499 F: hw/block/block.c
1500 F: hw/block/cdrom.c
1501 F: hw/block/hd-geometry.c
1502 F: tests/qtest/ide-test.c
1503 F: tests/qtest/ahci-test.c
1504 F: tests/qtest/cdrom-test.c
1505 F: tests/qtest/libqos/ahci*
1506 T: git https://github.com/jnsnow/qemu.git ide
1508 IPMI
1509 M: Corey Minyard <minyard@acm.org>
1510 S: Maintained
1511 F: include/hw/ipmi/*
1512 F: hw/ipmi/*
1513 F: hw/smbios/smbios_type_38.c
1514 F: tests/qtest/ipmi*
1515 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1517 Floppy
1518 M: John Snow <jsnow@redhat.com>
1519 L: qemu-block@nongnu.org
1520 S: Supported
1521 F: hw/block/fdc.c
1522 F: include/hw/block/fdc.h
1523 F: tests/qtest/fdc-test.c
1524 T: git https://github.com/jnsnow/qemu.git ide
1526 OMAP
1527 M: Peter Maydell <peter.maydell@linaro.org>
1528 L: qemu-arm@nongnu.org
1529 S: Maintained
1530 F: hw/*/omap*
1531 F: include/hw/arm/omap.h
1533 IPack
1534 M: Alberto Garcia <berto@igalia.com>
1535 S: Odd Fixes
1536 F: hw/char/ipoctal232.c
1537 F: hw/ipack/
1540 M: Michael S. Tsirkin <mst@redhat.com>
1541 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1542 S: Supported
1543 F: include/hw/pci/*
1544 F: hw/misc/pci-testdev.c
1545 F: hw/pci/*
1546 F: hw/pci-bridge/*
1547 F: docs/pci*
1548 F: docs/specs/*pci*
1549 F: default-configs/pci.mak
1551 ACPI/SMBIOS
1552 M: Michael S. Tsirkin <mst@redhat.com>
1553 M: Igor Mammedov <imammedo@redhat.com>
1554 S: Supported
1555 F: include/hw/acpi/*
1556 F: include/hw/firmware/smbios.h
1557 F: hw/mem/*
1558 F: hw/acpi/*
1559 F: hw/smbios/*
1560 F: hw/i386/acpi-build.[hc]
1561 F: hw/arm/virt-acpi-build.c
1562 F: tests/qtest/bios-tables-test*
1563 F: tests/qtest/acpi-utils.[hc]
1564 F: tests/data/acpi/
1566 ACPI/HEST/GHES
1567 R: Dongjiu Geng <gengdongjiu@huawei.com>
1568 R: Xiang Zheng <zhengxiang9@huawei.com>
1569 L: qemu-arm@nongnu.org
1570 S: Maintained
1571 F: hw/acpi/ghes.c
1572 F: include/hw/acpi/ghes.h
1573 F: docs/specs/acpi_hest_ghes.rst
1575 ppc4xx
1576 M: David Gibson <david@gibson.dropbear.id.au>
1577 L: qemu-ppc@nongnu.org
1578 S: Odd Fixes
1579 F: hw/ppc/ppc4*.c
1580 F: hw/i2c/ppc4xx_i2c.c
1581 F: include/hw/ppc/ppc4xx.h
1582 F: include/hw/i2c/ppc4xx_i2c.h
1584 Character devices
1585 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1586 R: Paolo Bonzini <pbonzini@redhat.com>
1587 S: Odd Fixes
1588 F: hw/char/
1590 Network devices
1591 M: Jason Wang <jasowang@redhat.com>
1592 S: Odd Fixes
1593 F: hw/net/
1594 F: include/hw/net/
1595 F: tests/qtest/virtio-net-test.c
1596 F: docs/virtio-net-failover.rst
1597 T: git https://github.com/jasowang/qemu.git net
1599 Parallel NOR Flash devices
1600 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1601 T: git https://gitlab.com/philmd/qemu.git pflash-next
1602 S: Maintained
1603 F: hw/block/pflash_cfi*.c
1604 F: include/hw/block/flash.h
1606 SCSI
1607 M: Paolo Bonzini <pbonzini@redhat.com>
1608 R: Fam Zheng <fam@euphon.net>
1609 S: Supported
1610 F: include/hw/scsi/*
1611 F: hw/scsi/*
1612 F: tests/qtest/virtio-scsi-test.c
1613 T: git https://github.com/bonzini/qemu.git scsi-next
1616 M: Alistair Francis <alistair@alistair23.me>
1617 S: Maintained
1618 F: hw/ssi/*
1619 F: hw/block/m25p80.c
1620 F: include/hw/ssi/ssi.h
1621 X: hw/ssi/xilinx_*
1622 F: tests/qtest/m25p80-test.c
1624 Xilinx SPI
1625 M: Alistair Francis <alistair@alistair23.me>
1626 S: Maintained
1627 F: hw/ssi/xilinx_*
1629 SD (Secure Card)
1630 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1631 S: Odd Fixes
1632 F: include/hw/sd/sd*
1633 F: hw/sd/core.c
1634 F: hw/sd/sd*
1635 F: hw/sd/ssi-sd.c
1636 F: tests/qtest/sd*
1639 M: Gerd Hoffmann <kraxel@redhat.com>
1640 S: Maintained
1641 F: hw/usb/*
1642 F: tests/qtest/usb-*-test.c
1643 F: docs/usb2.txt
1644 F: docs/usb-storage.txt
1645 F: include/hw/usb.h
1646 F: include/hw/usb/
1647 F: default-configs/usb.mak
1649 USB (serial adapter)
1650 M: Gerd Hoffmann <kraxel@redhat.com>
1651 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1652 S: Maintained
1653 F: hw/usb/dev-serial.c
1655 VFIO
1656 M: Alex Williamson <alex.williamson@redhat.com>
1657 S: Supported
1658 F: hw/vfio/*
1659 F: include/hw/vfio/
1661 vfio-ccw
1662 M: Cornelia Huck <cohuck@redhat.com>
1663 M: Eric Farman <farman@linux.ibm.com>
1664 S: Supported
1665 F: hw/vfio/ccw.c
1666 F: hw/s390x/s390-ccw.c
1667 F: include/hw/s390x/s390-ccw.h
1668 F: include/hw/s390x/vfio-ccw.h
1669 T: git https://github.com/cohuck/qemu.git s390-next
1670 L: qemu-s390x@nongnu.org
1672 vfio-ap
1673 M: Christian Borntraeger <borntraeger@de.ibm.com>
1674 M: Tony Krowiak <akrowiak@linux.ibm.com>
1675 M: Halil Pasic <pasic@linux.ibm.com>
1676 M: Pierre Morel <pmorel@linux.ibm.com>
1677 S: Supported
1678 F: hw/s390x/ap-device.c
1679 F: hw/s390x/ap-bridge.c
1680 F: include/hw/s390x/ap-device.h
1681 F: include/hw/s390x/ap-bridge.h
1682 F: hw/vfio/ap.c
1683 F: docs/system/s390x/vfio-ap.rst
1684 L: qemu-s390x@nongnu.org
1686 vhost
1687 M: Michael S. Tsirkin <mst@redhat.com>
1688 S: Supported
1689 F: hw/*/*vhost*
1690 F: docs/interop/vhost-user.json
1691 F: docs/interop/vhost-user.rst
1692 F: contrib/vhost-user-*/
1693 F: backends/vhost-user.c
1694 F: include/sysemu/vhost-user-backend.h
1696 virtio
1697 M: Michael S. Tsirkin <mst@redhat.com>
1698 S: Supported
1699 F: hw/*/virtio*
1700 F: hw/virtio/Makefile.objs
1701 F: hw/virtio/trace-events
1702 F: net/vhost-user.c
1703 F: include/hw/virtio/
1705 virtio-balloon
1706 M: Michael S. Tsirkin <mst@redhat.com>
1707 M: David Hildenbrand <david@redhat.com>
1708 S: Maintained
1709 F: hw/virtio/virtio-balloon*.c
1710 F: include/hw/virtio/virtio-balloon.h
1711 F: balloon.c
1712 F: include/sysemu/balloon.h
1714 virtio-9p
1715 M: Greg Kurz <groug@kaod.org>
1716 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1717 S: Odd Fixes
1718 F: hw/9pfs/
1719 X: hw/9pfs/xen-9p*
1720 F: fsdev/
1721 F: docs/interop/virtfs-proxy-helper.rst
1722 F: tests/qtest/virtio-9p-test.c
1723 T: git https://github.com/gkurz/qemu.git 9p-next
1725 virtio-blk
1726 M: Stefan Hajnoczi <stefanha@redhat.com>
1727 L: qemu-block@nongnu.org
1728 S: Supported
1729 F: hw/block/virtio-blk.c
1730 F: hw/block/dataplane/*
1731 F: tests/qtest/virtio-blk-test.c
1732 T: git https://github.com/stefanha/qemu.git block
1734 virtio-ccw
1735 M: Cornelia Huck <cohuck@redhat.com>
1736 M: Halil Pasic <pasic@linux.ibm.com>
1737 S: Supported
1738 F: hw/s390x/virtio-ccw*.[hc]
1739 F: hw/s390x/vhost-vsock-ccw.c
1740 T: git https://github.com/cohuck/qemu.git s390-next
1741 T: git https://github.com/borntraeger/qemu.git s390-next
1742 L: qemu-s390x@nongnu.org
1744 virtiofs
1745 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1746 M: Stefan Hajnoczi <stefanha@redhat.com>
1747 S: Supported
1748 F: tools/virtiofsd/*
1749 F: hw/virtio/vhost-user-fs*
1750 F: include/hw/virtio/vhost-user-fs.h
1751 F: docs/interop/virtiofsd.rst
1753 virtio-input
1754 M: Gerd Hoffmann <kraxel@redhat.com>
1755 S: Maintained
1756 F: hw/input/vhost-user-input.c
1757 F: hw/input/virtio-input*.c
1758 F: include/hw/virtio/virtio-input.h
1759 F: contrib/vhost-user-input/*
1761 virtio-iommu
1762 M: Eric Auger <eric.auger@redhat.com>
1763 S: Maintained
1764 F: hw/virtio/virtio-iommu*.c
1765 F: include/hw/virtio/virtio-iommu.h
1767 virtio-serial
1768 M: Laurent Vivier <lvivier@redhat.com>
1769 R: Amit Shah <amit@kernel.org>
1770 S: Supported
1771 F: hw/char/virtio-serial-bus.c
1772 F: hw/char/virtio-console.c
1773 F: include/hw/virtio/virtio-serial.h
1774 F: tests/qtest/virtio-serial-test.c
1776 virtio-rng
1777 M: Laurent Vivier <lvivier@redhat.com>
1778 R: Amit Shah <amit@kernel.org>
1779 S: Supported
1780 F: hw/virtio/virtio-rng.c
1781 F: include/hw/virtio/virtio-rng.h
1782 F: include/sysemu/rng*.h
1783 F: backends/rng*.c
1784 F: tests/qtest/virtio-rng-test.c
1786 virtio-crypto
1787 M: Gonglei <arei.gonglei@huawei.com>
1788 S: Supported
1789 F: hw/virtio/virtio-crypto.c
1790 F: hw/virtio/virtio-crypto-pci.c
1791 F: include/hw/virtio/virtio-crypto.h
1793 virtio-mem
1794 M: David Hildenbrand <david@redhat.com>
1795 S: Supported
1796 W: https://virtio-mem.gitlab.io/
1797 F: hw/virtio/virtio-mem.c
1798 F: hw/virtio/virtio-mem-pci.h
1799 F: hw/virtio/virtio-mem-pci.c
1800 F: include/hw/virtio/virtio-mem.h
1802 nvme
1803 M: Keith Busch <kbusch@kernel.org>
1804 L: qemu-block@nongnu.org
1805 S: Supported
1806 F: hw/block/nvme*
1807 F: tests/qtest/nvme-test.c
1809 megasas
1810 M: Hannes Reinecke <hare@suse.com>
1811 L: qemu-block@nongnu.org
1812 S: Supported
1813 F: hw/scsi/megasas.c
1814 F: hw/scsi/mfi.h
1815 F: tests/qtest/megasas-test.c
1817 Network packet abstractions
1818 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1819 S: Maintained
1820 F: include/net/eth.h
1821 F: net/eth.c
1822 F: hw/net/net_rx_pkt*
1823 F: hw/net/net_tx_pkt*
1825 Vmware
1826 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1827 S: Maintained
1828 F: hw/net/vmxnet*
1829 F: hw/scsi/vmw_pvscsi*
1830 F: tests/qtest/vmxnet3-test.c
1832 Rocker
1833 M: Jiri Pirko <jiri@resnulli.us>
1834 S: Maintained
1835 F: hw/net/rocker/
1836 F: tests/rocker/
1837 F: docs/specs/rocker.txt
1839 NVDIMM
1840 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1841 S: Maintained
1842 F: hw/acpi/nvdimm.c
1843 F: hw/mem/nvdimm.c
1844 F: include/hw/mem/nvdimm.h
1845 F: docs/nvdimm.txt
1847 e1000x
1848 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1849 S: Maintained
1850 F: hw/net/e1000x*
1852 e1000e
1853 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1854 S: Maintained
1855 F: hw/net/e1000e*
1857 eepro100
1858 M: Stefan Weil <sw@weilnetz.de>
1859 S: Maintained
1860 F: hw/net/eepro100.c
1862 tulip
1863 M: Sven Schnelle <svens@stackframe.org>
1864 S: Maintained
1865 F: hw/net/tulip.c
1866 F: hw/net/tulip.h
1868 Generic Loader
1869 M: Alistair Francis <alistair@alistair23.me>
1870 S: Maintained
1871 F: hw/core/generic-loader.c
1872 F: include/hw/core/generic-loader.h
1873 F: docs/generic-loader.txt
1875 Intel Hexadecimal Object File Loader
1876 M: Su Hang <suhang16@mails.ucas.ac.cn>
1877 S: Maintained
1878 F: tests/qtest/hexloader-test.c
1879 F: tests/data/hex-loader/test.hex
1881 CHRP NVRAM
1882 M: Thomas Huth <thuth@redhat.com>
1883 S: Maintained
1884 F: hw/nvram/chrp_nvram.c
1885 F: include/hw/nvram/chrp_nvram.h
1886 F: tests/qtest/prom-env-test.c
1888 VM Generation ID
1889 M: Ben Warren <ben@skyportsystems.com>
1890 S: Maintained
1891 F: hw/acpi/vmgenid.c
1892 F: include/hw/acpi/vmgenid.h
1893 F: docs/specs/vmgenid.txt
1894 F: tests/qtest/vmgenid-test.c
1895 F: stubs/vmgenid.c
1897 Unimplemented device
1898 M: Peter Maydell <peter.maydell@linaro.org>
1899 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1900 S: Maintained
1901 F: include/hw/misc/unimp.h
1902 F: hw/misc/unimp.c
1904 Empty slot
1905 M: Artyom Tarasenko <atar4qemu@gmail.com>
1906 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1907 S: Maintained
1908 F: include/hw/misc/empty_slot.h
1909 F: hw/misc/empty_slot.c
1911 Standard VGA
1912 M: Gerd Hoffmann <kraxel@redhat.com>
1913 S: Maintained
1914 F: hw/display/vga*
1915 F: hw/display/bochs-display.c
1916 F: include/hw/display/vga.h
1917 F: include/hw/display/bochs-vbe.h
1919 ramfb
1920 M: Gerd Hoffmann <kraxel@redhat.com>
1921 S: Maintained
1922 F: hw/display/ramfb*.c
1923 F: include/hw/display/ramfb.h
1925 virtio-gpu
1926 M: Gerd Hoffmann <kraxel@redhat.com>
1927 S: Maintained
1928 F: hw/display/virtio-gpu*
1929 F: hw/display/virtio-vga.*
1930 F: include/hw/virtio/virtio-gpu.h
1932 vhost-user-blk
1933 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1934 S: Maintained
1935 F: contrib/vhost-user-blk/
1936 F: contrib/vhost-user-scsi/
1937 F: hw/block/vhost-user-blk.c
1938 F: hw/scsi/vhost-user-scsi.c
1939 F: hw/virtio/vhost-user-blk-pci.c
1940 F: hw/virtio/vhost-user-scsi-pci.c
1941 F: include/hw/virtio/vhost-user-blk.h
1942 F: include/hw/virtio/vhost-user-scsi.h
1944 vhost-user-gpu
1945 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1946 M: Gerd Hoffmann <kraxel@redhat.com>
1947 S: Maintained
1948 F: docs/interop/vhost-user-gpu.rst
1949 F: contrib/vhost-user-gpu
1950 F: hw/display/vhost-user-*
1952 Cirrus VGA
1953 M: Gerd Hoffmann <kraxel@redhat.com>
1954 S: Odd Fixes
1955 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1956 F: hw/display/cirrus*
1958 EDID Generator
1959 M: Gerd Hoffmann <kraxel@redhat.com>
1960 S: Maintained
1961 F: hw/display/edid*
1962 F: include/hw/display/edid.h
1963 F: qemu-edid.c
1965 PIIX4 South Bridge (i82371AB)
1966 M: Hervé Poussineau <hpoussin@reactos.org>
1967 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1968 S: Maintained
1969 F: hw/isa/piix4.c
1970 F: include/hw/southbridge/piix.h
1972 Firmware configuration (fw_cfg)
1973 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1974 R: Laszlo Ersek <lersek@redhat.com>
1975 R: Gerd Hoffmann <kraxel@redhat.com>
1976 S: Supported
1977 F: docs/specs/fw_cfg.txt
1978 F: hw/nvram/fw_cfg.c
1979 F: stubs/fw_cfg.c
1980 F: include/hw/nvram/fw_cfg.h
1981 F: include/standard-headers/linux/qemu_fw_cfg.h
1982 F: tests/qtest/libqos/fw_cfg.c
1983 F: tests/qtest/fw_cfg-test.c
1984 T: git https://github.com/philmd/qemu.git fw_cfg-next
1986 XIVE
1987 M: David Gibson <david@gibson.dropbear.id.au>
1988 M: Cédric Le Goater <clg@kaod.org>
1989 L: qemu-ppc@nongnu.org
1990 S: Supported
1991 F: hw/*/*xive*
1992 F: include/hw/*/*xive*
1993 F: docs/*/*xive*
1995 Renesas peripherals
1996 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1997 R: Magnus Damm <magnus.damm@gmail.com>
1998 S: Maintained
1999 F: hw/char/renesas_sci.c
2000 F: hw/char/sh_serial.c
2001 F: hw/timer/renesas_*.c
2002 F: hw/timer/sh_timer.c
2003 F: include/hw/char/renesas_sci.h
2004 F: include/hw/sh4/sh.h
2005 F: include/hw/timer/renesas_*.h
2007 Renesas RX peripherals
2008 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2009 S: Maintained
2010 F: hw/intc/rx_icu.c
2011 F: hw/rx/
2012 F: include/hw/intc/rx_icu.h
2013 F: include/hw/rx/
2015 Subsystems
2016 ----------
2017 Audio
2018 M: Gerd Hoffmann <kraxel@redhat.com>
2019 S: Maintained
2020 F: audio/
2021 F: hw/audio/
2022 F: include/hw/audio/
2023 F: tests/qtest/ac97-test.c
2024 F: tests/qtest/es1370-test.c
2025 F: tests/qtest/intel-hda-test.c
2027 Block layer core
2028 M: Kevin Wolf <kwolf@redhat.com>
2029 M: Max Reitz <mreitz@redhat.com>
2030 L: qemu-block@nongnu.org
2031 S: Supported
2032 F: block*
2033 F: block/
2034 F: hw/block/
2035 F: include/block/
2036 F: qemu-img*
2037 F: docs/interop/qemu-img.rst
2038 F: qemu-io*
2039 F: tests/qemu-iotests/
2040 F: util/qemu-progress.c
2041 F: qobject/block-qdict.c
2042 F: tests/check-block-qdict.c
2043 T: git https://repo.or.cz/qemu/kevin.git block
2045 Block I/O path
2046 M: Stefan Hajnoczi <stefanha@redhat.com>
2047 M: Fam Zheng <fam@euphon.net>
2048 L: qemu-block@nongnu.org
2049 S: Supported
2050 F: util/async.c
2051 F: util/aio-*.c
2052 F: util/aio-*.h
2053 F: util/fdmon-*.c
2054 F: block/io.c
2055 F: migration/block*
2056 F: include/block/aio.h
2057 F: include/block/aio-wait.h
2058 F: scripts/qemugdb/aio.py
2059 T: git https://github.com/stefanha/qemu.git block
2061 Block SCSI subsystem
2062 M: Paolo Bonzini <pbonzini@redhat.com>
2063 R: Fam Zheng <fam@euphon.net>
2064 L: qemu-block@nongnu.org
2065 S: Supported
2066 F: include/scsi/*
2067 F: scsi/*
2069 Block Jobs
2070 M: John Snow <jsnow@redhat.com>
2071 L: qemu-block@nongnu.org
2072 S: Supported
2073 F: blockjob.c
2074 F: include/block/blockjob.h
2075 F: job.c
2076 F: job-qmp.c
2077 F: include/qemu/job.h
2078 F: block/backup.c
2079 F: block/commit.c
2080 F: block/stream.c
2081 F: block/mirror.c
2082 F: qapi/job.json
2083 T: git https://github.com/jnsnow/qemu.git jobs
2085 Block QAPI, monitor, command line
2086 M: Markus Armbruster <armbru@redhat.com>
2087 S: Supported
2088 F: blockdev.c
2089 F: blockdev-hmp-cmds.c
2090 F: block/qapi.c
2091 F: qapi/block*.json
2092 F: qapi/transaction.json
2093 T: git https://repo.or.cz/qemu/armbru.git block-next
2095 Dirty Bitmaps
2096 M: Eric Blake <eblake@redhat.com>
2097 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2098 R: John Snow <jsnow@redhat.com>
2099 L: qemu-block@nongnu.org
2100 S: Supported
2101 F: include/qemu/hbitmap.h
2102 F: include/block/dirty-bitmap.h
2103 F: block/monitor/bitmap-qmp-cmds.c
2104 F: block/dirty-bitmap.c
2105 F: block/qcow2-bitmap.c
2106 F: migration/block-dirty-bitmap.c
2107 F: util/hbitmap.c
2108 F: tests/test-hbitmap.c
2109 F: docs/interop/bitmaps.rst
2110 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2112 Character device backends
2113 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2114 R: Paolo Bonzini <pbonzini@redhat.com>
2115 S: Maintained
2116 F: chardev/
2117 F: include/chardev/
2118 F: qapi/char.json
2120 Character Devices (Braille)
2121 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2122 S: Maintained
2123 F: chardev/baum.c
2125 Command line option argument parsing
2126 M: Markus Armbruster <armbru@redhat.com>
2127 S: Supported
2128 F: include/qemu/option.h
2129 F: tests/test-keyval.c
2130 F: tests/test-qemu-opts.c
2131 F: util/keyval.c
2132 F: util/qemu-option.c
2134 Coverity model
2135 M: Markus Armbruster <armbru@redhat.com>
2136 S: Supported
2137 F: scripts/coverity-model.c
2139 Coverity Scan integration
2140 M: Peter Maydell <peter.maydell@linaro.org>
2141 S: Maintained
2142 F: scripts/coverity-scan/
2144 Device Tree
2145 M: Alistair Francis <alistair.francis@wdc.com>
2146 R: David Gibson <david@gibson.dropbear.id.au>
2147 S: Maintained
2148 F: device_tree.c
2149 F: include/sysemu/device_tree.h
2151 Dump
2152 S: Supported
2153 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2154 F: dump/
2155 F: hw/misc/vmcoreinfo.c
2156 F: include/hw/misc/vmcoreinfo.h
2157 F: include/qemu/win_dump_defs
2158 F: include/sysemu/dump-arch.h
2159 F: include/sysemu/dump.h
2160 F: qapi/dump.json
2161 F: scripts/dump-guest-memory.py
2162 F: stubs/dump.c
2164 Error reporting
2165 M: Markus Armbruster <armbru@redhat.com>
2166 S: Supported
2167 F: include/qapi/error.h
2168 F: include/qemu/error-report.h
2169 F: qapi/error.json
2170 F: util/error.c
2171 F: util/qemu-error.c
2172 F: scripts/coccinelle/err-bad-newline.cocci
2173 F: scripts/coccinelle/error-use-after-free.cocci
2174 F: scripts/coccinelle/error_propagate_null.cocci
2175 F: scripts/coccinelle/remove_local_err.cocci
2176 F: scripts/coccinelle/use-error_fatal.cocci
2178 GDB stub
2179 M: Alex Bennée <alex.bennee@linaro.org>
2180 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2181 S: Maintained
2182 F: gdbstub*
2183 F: gdb-xml/
2185 Memory API
2186 M: Paolo Bonzini <pbonzini@redhat.com>
2187 S: Supported
2188 F: include/exec/ioport.h
2189 F: ioport.c
2190 F: include/exec/memop.h
2191 F: include/exec/memory.h
2192 F: include/exec/ram_addr.h
2193 F: include/exec/ramblock.h
2194 F: memory.c
2195 F: include/exec/memory-internal.h
2196 F: exec.c
2197 F: scripts/coccinelle/memory-region-housekeeping.cocci
2199 SPICE
2200 M: Gerd Hoffmann <kraxel@redhat.com>
2201 S: Supported
2202 F: include/ui/qemu-spice.h
2203 F: include/ui/spice-display.h
2204 F: ui/spice-*.c
2205 F: audio/spiceaudio.c
2206 F: hw/display/qxl*
2207 F: qapi/ui.json
2208 F: docs/spice-port-fqdn.txt
2210 Graphics
2211 M: Gerd Hoffmann <kraxel@redhat.com>
2212 S: Odd Fixes
2213 F: ui/
2214 F: include/ui/
2215 F: qapi/ui.json
2216 F: util/drm.c
2218 Cocoa graphics
2219 M: Peter Maydell <peter.maydell@linaro.org>
2220 S: Odd Fixes
2221 F: ui/cocoa.m
2223 Main loop
2224 M: Paolo Bonzini <pbonzini@redhat.com>
2225 S: Maintained
2226 F: cpus.c
2227 F: include/qemu/main-loop.h
2228 F: include/sysemu/runstate.h
2229 F: util/main-loop.c
2230 F: util/qemu-timer.c
2231 F: softmmu/vl.c
2232 F: softmmu/main.c
2233 F: qapi/run-state.json
2235 Human Monitor (HMP)
2236 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2237 S: Maintained
2238 F: monitor/monitor-internal.h
2239 F: monitor/misc.c
2240 F: monitor/monitor.c
2241 F: monitor/hmp*
2242 F: hmp.h
2243 F: hmp-commands*.hx
2244 F: include/monitor/hmp-target.h
2245 F: tests/qtest/test-hmp.c
2246 F: include/qemu/qemu-print.h
2247 F: util/qemu-print.c
2249 Network device backends
2250 M: Jason Wang <jasowang@redhat.com>
2251 S: Maintained
2252 F: net/
2253 F: include/net/
2254 F: qemu-bridge-helper.c
2255 T: git https://github.com/jasowang/qemu.git net
2256 F: qapi/net.json
2258 Netmap network backend
2259 M: Luigi Rizzo <rizzo@iet.unipi.it>
2260 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2261 M: Vincenzo Maffione <v.maffione@gmail.com>
2262 W: http://info.iet.unipi.it/~luigi/netmap/
2263 S: Maintained
2264 F: net/netmap.c
2266 Host Memory Backends
2267 M: Eduardo Habkost <ehabkost@redhat.com>
2268 M: Igor Mammedov <imammedo@redhat.com>
2269 S: Maintained
2270 F: backends/hostmem*.c
2271 F: include/sysemu/hostmem.h
2272 T: git https://github.com/ehabkost/qemu.git machine-next
2274 Cryptodev Backends
2275 M: Gonglei <arei.gonglei@huawei.com>
2276 S: Maintained
2277 F: include/sysemu/cryptodev*.h
2278 F: backends/cryptodev*.c
2280 Python scripts
2281 M: Eduardo Habkost <ehabkost@redhat.com>
2282 M: Cleber Rosa <crosa@redhat.com>
2283 S: Odd fixes
2284 F: python/qemu/*py
2285 F: scripts/*.py
2286 F: tests/*.py
2288 Benchmark util
2289 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2290 S: Maintained
2291 F: scripts/simplebench/
2293 QAPI
2294 M: Markus Armbruster <armbru@redhat.com>
2295 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2296 S: Supported
2297 F: qapi/
2298 X: qapi/*.json
2299 F: include/qapi/
2300 X: include/qapi/qmp/
2301 F: include/qapi/qmp/dispatch.h
2302 F: tests/qapi-schema/
2303 F: tests/test-*-visitor.c
2304 F: tests/test-qapi-*.c
2305 F: tests/test-qmp-*.c
2306 F: tests/test-visitor-serialization.c
2307 F: scripts/qapi-gen.py
2308 F: scripts/qapi/*
2309 F: docs/devel/qapi*
2310 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2312 QAPI Schema
2313 M: Eric Blake <eblake@redhat.com>
2314 M: Markus Armbruster <armbru@redhat.com>
2315 S: Supported
2316 F: qapi/*.json
2317 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2319 QObject
2320 M: Markus Armbruster <armbru@redhat.com>
2321 S: Supported
2322 F: qobject/
2323 F: include/qapi/qmp/
2324 X: include/qapi/qmp/dispatch.h
2325 F: scripts/coccinelle/qobject.cocci
2326 F: tests/check-qdict.c
2327 F: tests/check-qjson.c
2328 F: tests/check-qlist.c
2329 F: tests/check-qlit.c
2330 F: tests/check-qnull.c
2331 F: tests/check-qnum.c
2332 F: tests/check-qobject.c
2333 F: tests/check-qstring.c
2334 F: tests/data/qobject/qdict.txt
2335 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2337 QEMU Guest Agent
2338 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2339 S: Maintained
2340 F: qga/
2341 F: docs/interop/qemu-ga.rst
2342 F: scripts/qemu-guest-agent/
2343 F: tests/test-qga.c
2344 F: docs/interop/qemu-ga-ref.texi
2345 T: git https://github.com/mdroth/qemu.git qga
2348 M: Paolo Bonzini <pbonzini@redhat.com>
2349 R: Daniel P. Berrange <berrange@redhat.com>
2350 R: Eduardo Habkost <ehabkost@redhat.com>
2351 S: Supported
2352 F: docs/qdev-device-use.txt
2353 F: hw/core/qdev*
2354 F: hw/core/bus.c
2355 F: hw/core/sysbus.c
2356 F: include/hw/qdev*
2357 F: include/monitor/qdev.h
2358 F: include/qom/
2359 F: qapi/qom.json
2360 F: qapi/qdev.json
2361 F: qdev-monitor.c
2362 F: qom/
2363 F: tests/check-qom-interface.c
2364 F: tests/check-qom-proplist.c
2365 F: tests/test-qdev-global-props.c
2368 M: Markus Armbruster <armbru@redhat.com>
2369 S: Supported
2370 F: monitor/monitor-internal.h
2371 F: monitor/qmp*
2372 F: monitor/misc.c
2373 F: monitor/monitor.c
2374 F: qapi/error.json
2375 F: docs/devel/*qmp-*
2376 F: docs/interop/*qmp-*
2377 F: scripts/qmp/
2378 F: tests/qtest/qmp-test.c
2379 F: tests/qtest/qmp-cmd-test.c
2380 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2382 qtest
2383 M: Thomas Huth <thuth@redhat.com>
2384 M: Laurent Vivier <lvivier@redhat.com>
2385 R: Paolo Bonzini <pbonzini@redhat.com>
2386 S: Maintained
2387 F: qtest.c
2388 F: accel/qtest.c
2389 F: tests/qtest/
2390 X: tests/qtest/bios-tables-test-allowed-diff.h
2392 Device Fuzzing
2393 M: Alexander Bulekov <alxndr@bu.edu>
2394 R: Paolo Bonzini <pbonzini@redhat.com>
2395 R: Bandan Das <bsd@redhat.com>
2396 R: Stefan Hajnoczi <stefanha@redhat.com>
2397 S: Maintained
2398 F: tests/qtest/fuzz/
2399 F: scripts/oss-fuzz/
2401 Register API
2402 M: Alistair Francis <alistair@alistair23.me>
2403 S: Maintained
2404 F: hw/core/register.c
2405 F: include/hw/register.h
2406 F: include/hw/registerfields.h
2408 SLIRP
2409 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2410 S: Maintained
2411 F: slirp/
2412 F: net/slirp.c
2413 F: include/net/slirp.h
2414 T: git https://people.debian.org/~sthibault/qemu.git slirp
2416 Streams
2417 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2418 S: Maintained
2419 F: hw/core/stream.c
2420 F: include/hw/stream.h
2422 Stubs
2423 M: Paolo Bonzini <pbonzini@redhat.com>
2424 S: Maintained
2425 F: stubs/
2427 Tracing
2428 M: Stefan Hajnoczi <stefanha@redhat.com>
2429 S: Maintained
2430 F: trace/
2431 F: trace-events
2432 F: docs/qemu-option-trace.rst.inc
2433 F: scripts/tracetool.py
2434 F: scripts/tracetool/
2435 F: scripts/qemu-trace-stap*
2436 F: docs/interop/qemu-trace-stap.rst
2437 F: docs/devel/tracing.txt
2438 T: git https://github.com/stefanha/qemu.git tracing
2441 M: Stefan Berger <stefanb@linux.ibm.com>
2442 S: Maintained
2443 F: tpm.c
2444 F: stubs/tpm.c
2445 F: hw/tpm/*
2446 F: include/hw/acpi/tpm.h
2447 F: include/sysemu/tpm*
2448 F: qapi/tpm.json
2449 F: backends/tpm/
2450 F: tests/qtest/*tpm*
2451 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2453 Checkpatch
2454 S: Odd Fixes
2455 F: scripts/checkpatch.pl
2457 Migration
2458 M: Juan Quintela <quintela@redhat.com>
2459 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2460 S: Maintained
2461 F: hw/core/vmstate-if.c
2462 F: include/hw/vmstate-if.h
2463 F: include/migration/
2464 F: migration/
2465 F: scripts/vmstate-static-checker.py
2466 F: tests/vmstate-static-checker-data/
2467 F: tests/qtest/migration-test.c
2468 F: docs/devel/migration.rst
2469 F: qapi/migration.json
2471 D-Bus
2472 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2473 S: Maintained
2474 F: backends/dbus-vmstate.c
2475 F: tests/dbus-vmstate*
2476 F: util/dbus.c
2477 F: include/qemu/dbus.h
2478 F: docs/interop/dbus.rst
2479 F: docs/interop/dbus-vmstate.rst
2481 Seccomp
2482 M: Eduardo Otubo <otubo@redhat.com>
2483 S: Supported
2484 F: qemu-seccomp.c
2485 F: include/sysemu/seccomp.h
2487 Cryptography
2488 M: Daniel P. Berrange <berrange@redhat.com>
2489 S: Maintained
2490 F: crypto/
2491 F: include/crypto/
2492 F: tests/test-crypto-*
2493 F: tests/benchmark-crypto-*
2494 F: tests/crypto-tls-*
2495 F: tests/pkix_asn1_tab.c
2496 F: qemu.sasl
2498 Coroutines
2499 M: Stefan Hajnoczi <stefanha@redhat.com>
2500 M: Kevin Wolf <kwolf@redhat.com>
2501 S: Maintained
2502 F: util/*coroutine*
2503 F: include/qemu/coroutine*
2504 F: tests/test-coroutine.c
2506 Buffers
2507 M: Daniel P. Berrange <berrange@redhat.com>
2508 S: Odd fixes
2509 F: util/buffer.c
2510 F: include/qemu/buffer.h
2512 I/O Channels
2513 M: Daniel P. Berrange <berrange@redhat.com>
2514 S: Maintained
2515 F: io/
2516 F: include/io/
2517 F: tests/test-io-*
2519 User authorization
2520 M: Daniel P. Berrange <berrange@redhat.com>
2521 S: Maintained
2522 F: authz/
2523 F: qapi/authz.json
2524 F: include/authz/
2525 F: tests/test-authz-*
2527 Sockets
2528 M: Daniel P. Berrange <berrange@redhat.com>
2529 M: Gerd Hoffmann <kraxel@redhat.com>
2530 S: Maintained
2531 F: include/qemu/sockets.h
2532 F: util/qemu-sockets.c
2533 F: qapi/sockets.json
2535 File monitor
2536 M: Daniel P. Berrange <berrange@redhat.com>
2537 S: Odd fixes
2538 F: util/filemonitor*.c
2539 F: include/qemu/filemonitor.h
2540 F: tests/test-util-filemonitor.c
2542 Throttling infrastructure
2543 M: Alberto Garcia <berto@igalia.com>
2544 S: Supported
2545 F: block/throttle-groups.c
2546 F: include/block/throttle-groups.h
2547 F: include/qemu/throttle*.h
2548 F: util/throttle.c
2549 F: docs/throttle.txt
2550 F: tests/test-throttle.c
2551 L: qemu-block@nongnu.org
2553 UUID
2554 M: Fam Zheng <fam@euphon.net>
2555 S: Supported
2556 F: util/uuid.c
2557 F: include/qemu/uuid.h
2558 F: tests/test-uuid.c
2560 COLO Framework
2561 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2562 S: Maintained
2563 F: migration/colo*
2564 F: include/migration/colo.h
2565 F: include/migration/failover.h
2566 F: docs/COLO-FT.txt
2568 COLO Proxy
2569 M: Zhang Chen <chen.zhang@intel.com>
2570 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2571 S: Supported
2572 F: docs/colo-proxy.txt
2573 F: net/colo*
2574 F: net/filter-rewriter.c
2575 F: net/filter-mirror.c
2577 Record/replay
2578 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2579 R: Paolo Bonzini <pbonzini@redhat.com>
2580 W: https://wiki.qemu.org/Features/record-replay
2581 S: Supported
2582 F: replay/*
2583 F: block/blkreplay.c
2584 F: net/filter-replay.c
2585 F: include/sysemu/replay.h
2586 F: docs/replay.txt
2587 F: stubs/replay.c
2588 F: tests/acceptance/replay_kernel.py
2590 IOVA Tree
2591 M: Peter Xu <peterx@redhat.com>
2592 S: Maintained
2593 F: include/qemu/iova-tree.h
2594 F: util/iova-tree.c
2596 elf2dmp
2597 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2598 S: Maintained
2599 F: contrib/elf2dmp/
2601 I2C and SMBus
2602 M: Corey Minyard <cminyard@mvista.com>
2603 S: Maintained
2604 F: hw/i2c/core.c
2605 F: hw/i2c/smbus_slave.c
2606 F: hw/i2c/smbus_master.c
2607 F: hw/i2c/smbus_eeprom.c
2608 F: include/hw/i2c/i2c.h
2609 F: include/hw/i2c/smbus_master.h
2610 F: include/hw/i2c/smbus_slave.h
2611 F: include/hw/i2c/smbus_eeprom.h
2613 EDK2 Firmware
2614 M: Laszlo Ersek <lersek@redhat.com>
2615 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2616 S: Supported
2617 F: pc-bios/descriptors/??-edk2-*.json
2618 F: pc-bios/edk2-*
2619 F: roms/Makefile.edk2
2620 F: roms/edk2
2621 F: roms/edk2-*
2622 F: tests/data/uefi-boot-images/
2623 F: tests/uefi-test-tools/
2624 F: .gitlab-ci.d/edk2.yml
2625 F: .gitlab-ci.d/edk2/
2627 VT-d Emulation
2628 M: Michael S. Tsirkin <mst@redhat.com>
2629 M: Peter Xu <peterx@redhat.com>
2630 R: Jason Wang <jasowang@redhat.com>
2631 S: Supported
2632 F: hw/i386/intel_iommu.c
2633 F: hw/i386/intel_iommu_internal.h
2634 F: include/hw/i386/intel_iommu.h
2636 Usermode Emulation
2637 ------------------
2638 Overall usermode emulation
2639 M: Riku Voipio <riku.voipio@iki.fi>
2640 S: Maintained
2641 F: thunk.c
2642 F: accel/tcg/user-exec*.c
2644 BSD user
2645 S: Orphan
2646 F: bsd-user/
2647 F: default-configs/*-bsd-user.mak
2649 Linux user
2650 M: Riku Voipio <riku.voipio@iki.fi>
2651 R: Laurent Vivier <laurent@vivier.eu>
2652 S: Maintained
2653 F: linux-user/
2654 F: default-configs/*-linux-user.mak
2655 F: scripts/qemu-binfmt-conf.sh
2656 F: scripts/update-syscalltbl.sh
2657 F: scripts/update-mips-syscall-args.sh
2658 F: scripts/gensyscalls.sh
2660 Tiny Code Generator (TCG)
2661 -------------------------
2662 Common TCG code
2663 M: Richard Henderson <rth@twiddle.net>
2664 S: Maintained
2665 F: tcg/
2666 F: include/tcg/
2668 TCG Plugins
2669 M: Alex Bennée <alex.bennee@linaro.org>
2670 S: Maintained
2671 F: docs/devel/tcg-plugins.rst
2672 F: plugins/
2673 F: tests/plugin
2675 AArch64 TCG target
2676 M: Richard Henderson <richard.henderson@linaro.org>
2677 S: Maintained
2678 L: qemu-arm@nongnu.org
2679 F: tcg/aarch64/
2680 F: disas/arm-a64.cc
2681 F: disas/libvixl/
2683 ARM TCG target
2684 M: Andrzej Zaborowski <balrogg@gmail.com>
2685 S: Maintained
2686 L: qemu-arm@nongnu.org
2687 F: tcg/arm/
2688 F: disas/arm.c
2690 i386 TCG target
2691 M: Richard Henderson <rth@twiddle.net>
2692 S: Maintained
2693 F: tcg/i386/
2694 F: disas/i386.c
2696 MIPS TCG target
2697 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2698 R: Aurelien Jarno <aurelien@aurel32.net>
2699 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2700 S: Maintained
2701 F: tcg/mips/
2703 PPC TCG target
2704 M: Richard Henderson <rth@twiddle.net>
2705 S: Odd Fixes
2706 F: tcg/ppc/
2707 F: disas/ppc.c
2709 RISC-V TCG target
2710 M: Palmer Dabbelt <palmer@dabbelt.com>
2711 M: Alistair Francis <Alistair.Francis@wdc.com>
2712 L: qemu-riscv@nongnu.org
2713 S: Maintained
2714 F: tcg/riscv/
2715 F: disas/riscv.c
2717 S390 TCG target
2718 M: Richard Henderson <rth@twiddle.net>
2719 S: Maintained
2720 F: tcg/s390/
2721 F: disas/s390.c
2722 L: qemu-s390x@nongnu.org
2724 SPARC TCG target
2725 S: Odd Fixes
2726 F: tcg/sparc/
2727 F: disas/sparc.c
2729 TCI TCG target
2730 M: Stefan Weil <sw@weilnetz.de>
2731 S: Maintained
2732 F: tcg/tci/
2733 F: tcg/tci.c
2734 F: disas/tci.c
2736 Block drivers
2737 -------------
2738 VMDK
2739 M: Fam Zheng <fam@euphon.net>
2740 L: qemu-block@nongnu.org
2741 S: Supported
2742 F: block/vmdk.c
2745 M: Jason Dillaman <dillaman@redhat.com>
2746 L: qemu-block@nongnu.org
2747 S: Supported
2748 F: block/rbd.c
2750 Sheepdog
2751 M: Liu Yuan <namei.unix@gmail.com>
2752 L: qemu-block@nongnu.org
2753 L: sheepdog@lists.wpkg.org
2754 S: Odd Fixes
2755 F: block/sheepdog.c
2757 VHDX
2758 M: Jeff Cody <codyprime@gmail.com>
2759 L: qemu-block@nongnu.org
2760 S: Supported
2761 F: block/vhdx*
2764 M: Stefan Weil <sw@weilnetz.de>
2765 L: qemu-block@nongnu.org
2766 S: Maintained
2767 F: block/vdi.c
2769 iSCSI
2770 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2771 M: Paolo Bonzini <pbonzini@redhat.com>
2772 M: Peter Lieven <pl@kamp.de>
2773 L: qemu-block@nongnu.org
2774 S: Odd Fixes
2775 F: block/iscsi.c
2776 F: block/iscsi-opts.c
2778 Network Block Device (NBD)
2779 M: Eric Blake <eblake@redhat.com>
2780 L: qemu-block@nongnu.org
2781 S: Maintained
2782 F: block/nbd*
2783 F: nbd/
2784 F: include/block/nbd*
2785 F: qemu-nbd.*
2786 F: blockdev-nbd.c
2787 F: docs/interop/nbd.txt
2788 F: docs/interop/qemu-nbd.rst
2789 T: git https://repo.or.cz/qemu/ericb.git nbd
2792 M: Peter Lieven <pl@kamp.de>
2793 L: qemu-block@nongnu.org
2794 S: Maintained
2795 F: block/nfs.c
2798 M: Richard W.M. Jones <rjones@redhat.com>
2799 L: qemu-block@nongnu.org
2800 S: Supported
2801 F: block/ssh.c
2803 CURL
2804 L: qemu-block@nongnu.org
2805 S: Odd Fixes
2806 F: block/curl.c
2808 GLUSTER
2809 L: qemu-block@nongnu.org
2810 L: integration@gluster.org
2811 S: Odd Fixes
2812 F: block/gluster.c
2814 Null Block Driver
2815 M: Fam Zheng <fam@euphon.net>
2816 L: qemu-block@nongnu.org
2817 S: Supported
2818 F: block/null.c
2820 NVMe Block Driver
2821 M: Fam Zheng <fam@euphon.net>
2822 L: qemu-block@nongnu.org
2823 S: Supported
2824 F: block/nvme*
2826 Bootdevice
2827 M: Gonglei <arei.gonglei@huawei.com>
2828 S: Maintained
2829 F: bootdevice.c
2831 Quorum
2832 M: Alberto Garcia <berto@igalia.com>
2833 S: Supported
2834 F: block/quorum.c
2835 L: qemu-block@nongnu.org
2837 blklogwrites
2838 M: Ari Sundholm <ari@tuxera.com>
2839 L: qemu-block@nongnu.org
2840 S: Supported
2841 F: block/blklogwrites.c
2843 blkverify
2844 M: Stefan Hajnoczi <stefanha@redhat.com>
2845 L: qemu-block@nongnu.org
2846 S: Supported
2847 F: block/blkverify.c
2849 bochs
2850 M: Stefan Hajnoczi <stefanha@redhat.com>
2851 L: qemu-block@nongnu.org
2852 S: Supported
2853 F: block/bochs.c
2855 cloop
2856 M: Stefan Hajnoczi <stefanha@redhat.com>
2857 L: qemu-block@nongnu.org
2858 S: Supported
2859 F: block/cloop.c
2862 M: Stefan Hajnoczi <stefanha@redhat.com>
2863 L: qemu-block@nongnu.org
2864 S: Supported
2865 F: block/dmg.c
2867 parallels
2868 M: Stefan Hajnoczi <stefanha@redhat.com>
2869 M: Denis V. Lunev <den@openvz.org>
2870 L: qemu-block@nongnu.org
2871 S: Supported
2872 F: block/parallels.c
2873 F: docs/interop/parallels.txt
2876 M: Stefan Hajnoczi <stefanha@redhat.com>
2877 L: qemu-block@nongnu.org
2878 S: Supported
2879 F: block/qed.c
2882 M: Kevin Wolf <kwolf@redhat.com>
2883 L: qemu-block@nongnu.org
2884 S: Supported
2885 F: block/linux-aio.c
2886 F: include/block/raw-aio.h
2887 F: block/raw-format.c
2888 F: block/file-posix.c
2889 F: block/file-win32.c
2890 F: block/win32-aio.c
2892 Linux io_uring
2893 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2894 M: Julia Suvorova <jusual@redhat.com>
2895 M: Stefan Hajnoczi <stefanha@redhat.com>
2896 L: qemu-block@nongnu.org
2897 S: Maintained
2898 F: block/io_uring.c
2899 F: stubs/io_uring.c
2901 qcow2
2902 M: Kevin Wolf <kwolf@redhat.com>
2903 M: Max Reitz <mreitz@redhat.com>
2904 L: qemu-block@nongnu.org
2905 S: Supported
2906 F: block/qcow2*
2907 F: docs/interop/qcow2.txt
2909 qcow
2910 M: Kevin Wolf <kwolf@redhat.com>
2911 L: qemu-block@nongnu.org
2912 S: Supported
2913 F: block/qcow.c
2915 blkdebug
2916 M: Kevin Wolf <kwolf@redhat.com>
2917 M: Max Reitz <mreitz@redhat.com>
2918 L: qemu-block@nongnu.org
2919 S: Supported
2920 F: block/blkdebug.c
2923 M: Kevin Wolf <kwolf@redhat.com>
2924 L: qemu-block@nongnu.org
2925 S: Supported
2926 F: block/vpc.c
2928 vvfat
2929 M: Kevin Wolf <kwolf@redhat.com>
2930 L: qemu-block@nongnu.org
2931 S: Supported
2932 F: block/vvfat.c
2934 Image format fuzzer
2935 M: Stefan Hajnoczi <stefanha@redhat.com>
2936 L: qemu-block@nongnu.org
2937 S: Supported
2938 F: tests/image-fuzzer/
2940 Replication
2941 M: Wen Congyang <wencongyang2@huawei.com>
2942 M: Xie Changlong <xiechanglong.d@gmail.com>
2943 S: Supported
2944 F: replication*
2945 F: block/replication.c
2946 F: tests/test-replication.c
2947 F: docs/block-replication.txt
2949 PVRDMA
2950 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2951 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2952 S: Maintained
2953 F: hw/rdma/*
2954 F: hw/rdma/vmw/*
2955 F: docs/pvrdma.txt
2956 F: contrib/rdmacm-mux/*
2957 F: qapi/rdma.json
2959 Semihosting
2960 M: Alex Bennée <alex.bennee@linaro.org>
2961 S: Maintained
2962 F: hw/semihosting/
2963 F: include/hw/semihosting/
2965 Build and test automation
2966 -------------------------
2967 Build and test automation
2968 M: Alex Bennée <alex.bennee@linaro.org>
2969 M: Fam Zheng <fam@euphon.net>
2970 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2971 S: Maintained
2972 F: .github/lockdown.yml
2973 F: .travis.yml
2974 F: scripts/travis/
2975 F: .shippable.yml
2976 F: tests/docker/
2977 F: tests/vm/
2978 F: scripts/archive-source.sh
2979 W: https://travis-ci.org/qemu/qemu
2980 W: https://app.shippable.com/github/qemu/qemu
2981 W: http://patchew.org/QEMU/
2983 FreeBSD Hosted Continuous Integration
2984 M: Ed Maste <emaste@freebsd.org>
2985 M: Li-Wen Hsu <lwhsu@freebsd.org>
2986 S: Maintained
2987 F: .cirrus.yml
2988 W: https://cirrus-ci.com/github/qemu/qemu
2990 GitLab Continuous Integration
2991 M: Thomas Huth <thuth@redhat.com>
2992 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2993 M: Alex Bennée <alex.bennee@linaro.org>
2994 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2995 S: Maintained
2996 F: .gitlab-ci.yml
2998 Guest Test Compilation Support
2999 M: Alex Bennée <alex.bennee@linaro.org>
3000 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3001 S: Maintained
3002 F: tests/tcg/Makefile
3003 F: tests/tcg/Makefile.include
3005 Acceptance (Integration) Testing with the Avocado framework
3006 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3007 R: Cleber Rosa <crosa@redhat.com>
3008 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3009 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3010 S: Odd Fixes
3011 F: tests/acceptance/
3013 Documentation
3014 -------------
3015 Build system architecture
3016 M: Daniel P. Berrange <berrange@redhat.com>
3017 S: Odd Fixes
3018 F: docs/devel/build-system.txt
3020 GIT Data Mining Config
3021 M: Alex Bennée <alex.bennee@linaro.org>
3022 S: Odd Fixes
3023 F: gitdm.config
3024 F: contrib/gitdm/*
3026 Incompatible changes
3027 R: libvir-list@redhat.com
3028 F: docs/system/deprecated.rst
3030 Build System
3031 ------------
3032 GIT submodules
3033 M: Daniel P. Berrange <berrange@redhat.com>
3034 S: Odd Fixes
3035 F: scripts/git-submodule.sh
3037 UI translations
3038 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3039 F: po/*.po
3041 Sphinx documentation configuration and build machinery
3042 M: Peter Maydell <peter.maydell@linaro.org>
3043 S: Maintained
3044 F: docs/conf.py
3045 F: docs/*/conf.py
3047 Miscellaneous
3048 -------------
3049 Performance Tools and Tests
3050 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3051 S: Maintained
3052 F: scripts/performance/