fuzz: add oss-fuzz build-script
[qemu/ar7.git] / MAINTAINERS
blob9ec50e165d3d66b94a9e30fd23da8fc24edfb840
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: Aurelien Jarno <aurelien@aurel32.net>
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: hw/misc/arm_sysctl.c
846 F: docs/system/arm/versatile.rst
848 Virt
849 M: Peter Maydell <peter.maydell@linaro.org>
850 L: qemu-arm@nongnu.org
851 S: Maintained
852 F: hw/arm/virt*
853 F: include/hw/arm/virt.h
855 Xilinx Zynq
856 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
857 M: Alistair Francis <alistair@alistair23.me>
858 M: Peter Maydell <peter.maydell@linaro.org>
859 L: qemu-arm@nongnu.org
860 S: Maintained
861 F: hw/*/xilinx_*
862 F: hw/*/cadence_*
863 F: hw/misc/zynq*
864 F: include/hw/misc/zynq*
865 X: hw/ssi/xilinx_*
867 Xilinx ZynqMP
868 M: Alistair Francis <alistair@alistair23.me>
869 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
870 M: Peter Maydell <peter.maydell@linaro.org>
871 L: qemu-arm@nongnu.org
872 S: Maintained
873 F: hw/*/xlnx*.c
874 F: include/hw/*/xlnx*.h
875 F: include/hw/ssi/xilinx_spips.h
876 F: hw/display/dpcd.c
877 F: include/hw/display/dpcd.h
879 ARM ACPI Subsystem
880 M: Shannon Zhao <shannon.zhaosl@gmail.com>
881 L: qemu-arm@nongnu.org
882 S: Maintained
883 F: hw/arm/virt-acpi-build.c
885 STM32F205
886 M: Alistair Francis <alistair@alistair23.me>
887 M: Peter Maydell <peter.maydell@linaro.org>
888 L: qemu-arm@nongnu.org
889 S: Maintained
890 F: hw/arm/stm32f205_soc.c
891 F: hw/misc/stm32f2xx_syscfg.c
892 F: hw/char/stm32f2xx_usart.c
893 F: hw/timer/stm32f2xx_timer.c
894 F: hw/adc/*
895 F: hw/ssi/stm32f2xx_spi.c
896 F: include/hw/*/stm32*.h
898 STM32F405
899 M: Alistair Francis <alistair@alistair23.me>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
902 S: Maintained
903 F: hw/arm/stm32f405_soc.c
904 F: hw/misc/stm32f4xx_syscfg.c
905 F: hw/misc/stm32f4xx_exti.c
907 Netduino 2
908 M: Alistair Francis <alistair@alistair23.me>
909 M: Peter Maydell <peter.maydell@linaro.org>
910 L: qemu-arm@nongnu.org
911 S: Maintained
912 F: hw/arm/netduino2.c
914 Netduino Plus 2
915 M: Alistair Francis <alistair@alistair23.me>
916 M: Peter Maydell <peter.maydell@linaro.org>
917 L: qemu-arm@nongnu.org
918 S: Maintained
919 F: hw/arm/netduinoplus2.c
921 SmartFusion2
922 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
923 M: Peter Maydell <peter.maydell@linaro.org>
924 L: qemu-arm@nongnu.org
925 S: Maintained
926 F: hw/arm/msf2-soc.c
927 F: hw/misc/msf2-sysreg.c
928 F: hw/timer/mss-timer.c
929 F: hw/ssi/mss-spi.c
930 F: include/hw/arm/msf2-soc.h
931 F: include/hw/misc/msf2-sysreg.h
932 F: include/hw/timer/mss-timer.h
933 F: include/hw/ssi/mss-spi.h
934 F: hw/net/msf2-emac.c
935 F: include/hw/net/msf2-emac.h
937 Emcraft M2S-FG484
938 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
939 M: Peter Maydell <peter.maydell@linaro.org>
940 L: qemu-arm@nongnu.org
941 S: Maintained
942 F: hw/arm/msf2-som.c
944 ASPEED BMCs
945 M: Cédric Le Goater <clg@kaod.org>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 R: Andrew Jeffery <andrew@aj.id.au>
948 R: Joel Stanley <joel@jms.id.au>
949 L: qemu-arm@nongnu.org
950 S: Maintained
951 F: hw/*/*aspeed*
952 F: hw/misc/pca9552.c
953 F: include/hw/*/*aspeed*
954 F: include/hw/misc/pca9552*.h
955 F: hw/net/ftgmac100.c
956 F: include/hw/net/ftgmac100.h
958 NRF51
959 M: Joel Stanley <joel@jms.id.au>
960 M: Peter Maydell <peter.maydell@linaro.org>
961 L: qemu-arm@nongnu.org
962 S: Maintained
963 F: hw/*/nrf51*.c
964 F: hw/*/microbit*.c
965 F: include/hw/*/nrf51*.h
966 F: include/hw/*/microbit*.h
967 F: tests/qtest/microbit-test.c
969 CRIS Machines
970 -------------
971 Axis Dev88
972 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
973 S: Maintained
974 F: hw/cris/axis_dev88.c
975 F: hw/*/etraxfs_*.c
977 HP-PARISC Machines
978 ------------------
979 HP B160L
980 M: Richard Henderson <rth@twiddle.net>
981 R: Helge Deller <deller@gmx.de>
982 S: Odd Fixes
983 F: default-configs/hppa-softmmu.mak
984 F: hw/hppa/
985 F: pc-bios/hppa-firmware.img
987 LM32 Machines
988 -------------
989 EVR32 and uclinux BSP
990 R: Michael Walle <michael@walle.cc>
991 S: Orphan
992 F: hw/lm32/lm32_boards.c
994 milkymist
995 R: Michael Walle <michael@walle.cc>
996 S: Orphan
997 F: hw/lm32/milkymist.c
999 M68K Machines
1000 -------------
1001 an5206
1002 M: Thomas Huth <huth@tuxfamily.org>
1003 S: Odd Fixes
1004 F: hw/m68k/an5206.c
1005 F: hw/m68k/mcf5206.c
1007 mcf5208
1008 M: Thomas Huth <huth@tuxfamily.org>
1009 S: Odd Fixes
1010 F: hw/m68k/mcf5208.c
1011 F: hw/m68k/mcf_intc.c
1012 F: hw/char/mcf_uart.c
1013 F: hw/net/mcf_fec.c
1014 F: include/hw/m68k/mcf*.h
1016 NeXTcube
1017 M: Thomas Huth <huth@tuxfamily.org>
1018 S: Odd Fixes
1019 F: hw/m68k/next-*.c
1020 F: hw/display/next-fb.c
1021 F: include/hw/m68k/next-cube.h
1023 q800
1024 M: Laurent Vivier <laurent@vivier.eu>
1025 S: Maintained
1026 F: hw/m68k/q800.c
1027 F: hw/misc/mac_via.c
1028 F: hw/nubus/*
1029 F: hw/display/macfb.c
1030 F: hw/block/swim.c
1031 F: hw/m68k/bootinfo.h
1032 F: include/hw/misc/mac_via.h
1033 F: include/hw/nubus/*
1034 F: include/hw/display/macfb.h
1035 F: include/hw/block/swim.h
1037 MicroBlaze Machines
1038 -------------------
1039 petalogix_s3adsp1800
1040 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1041 S: Maintained
1042 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1043 F: include/hw/char/xilinx_uartlite.h
1045 petalogix_ml605
1046 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1047 S: Maintained
1048 F: hw/microblaze/petalogix_ml605_mmu.c
1050 MIPS Machines
1051 -------------
1052 Jazz
1053 M: Hervé Poussineau <hpoussin@reactos.org>
1054 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1055 S: Maintained
1056 F: hw/mips/jazz.c
1057 F: hw/display/jazz_led.c
1058 F: hw/dma/rc4030.c
1060 Malta
1061 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1062 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1063 R: Aurelien Jarno <aurelien@aurel32.net>
1064 S: Maintained
1065 F: hw/isa/piix4.c
1066 F: hw/acpi/piix4.c
1067 F: hw/mips/malta.c
1068 F: hw/mips/gt64xxx_pci.c
1069 F: include/hw/southbridge/piix.h
1070 F: tests/acceptance/linux_ssh_mips_malta.py
1071 F: tests/acceptance/machine_mips_malta.py
1073 Mipssim
1074 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1075 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1076 S: Odd Fixes
1077 F: hw/mips/mipssim.c
1078 F: hw/net/mipsnet.c
1080 R4000
1081 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1082 R: Aurelien Jarno <aurelien@aurel32.net>
1083 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1084 S: Obsolete
1085 F: hw/mips/r4k.c
1087 Fuloong 2E
1088 M: Huacai Chen <chenhc@lemote.com>
1089 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1090 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1091 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1092 S: Odd Fixes
1093 F: hw/mips/fuloong2e.c
1094 F: hw/isa/vt82c686.c
1095 F: hw/pci-host/bonito.c
1096 F: include/hw/isa/vt82c686.h
1098 Boston
1099 M: Paul Burton <pburton@wavecomp.com>
1100 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1101 S: Maintained
1102 F: hw/core/loader-fit.c
1103 F: hw/mips/boston.c
1104 F: hw/pci-host/xilinx-pcie.c
1105 F: include/hw/pci-host/xilinx-pcie.h
1107 OpenRISC Machines
1108 -----------------
1109 or1k-sim
1110 M: Jia Liu <proljc@gmail.com>
1111 S: Maintained
1112 F: hw/openrisc/openrisc_sim.c
1114 PowerPC Machines
1115 ----------------
1117 M: David Gibson <david@gibson.dropbear.id.au>
1118 L: qemu-ppc@nongnu.org
1119 S: Odd Fixes
1120 F: hw/ppc/ppc405_boards.c
1122 Bamboo
1123 M: David Gibson <david@gibson.dropbear.id.au>
1124 L: qemu-ppc@nongnu.org
1125 S: Odd Fixes
1126 F: hw/ppc/ppc440_bamboo.c
1128 e500
1129 M: David Gibson <david@gibson.dropbear.id.au>
1130 L: qemu-ppc@nongnu.org
1131 S: Odd Fixes
1132 F: hw/ppc/e500*
1133 F: hw/gpio/mpc8xxx.c
1134 F: hw/i2c/mpc_i2c.c
1135 F: hw/net/fsl_etsec/
1136 F: hw/pci-host/ppce500.c
1137 F: include/hw/ppc/ppc_e500.h
1138 F: include/hw/pci-host/ppce500.h
1139 F: pc-bios/u-boot.e500
1141 mpc8544ds
1142 M: David Gibson <david@gibson.dropbear.id.au>
1143 L: qemu-ppc@nongnu.org
1144 S: Odd Fixes
1145 F: hw/ppc/mpc8544ds.c
1146 F: hw/ppc/mpc8544_guts.c
1148 New World (mac99)
1149 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1150 R: David Gibson <david@gibson.dropbear.id.au>
1151 L: qemu-ppc@nongnu.org
1152 S: Odd Fixes
1153 F: hw/ppc/mac_newworld.c
1154 F: hw/pci-host/uninorth.c
1155 F: hw/pci-bridge/dec.[hc]
1156 F: hw/misc/macio/
1157 F: hw/misc/mos6522.c
1158 F: hw/nvram/mac_nvram.c
1159 F: hw/input/adb*
1160 F: include/hw/misc/macio/
1161 F: include/hw/misc/mos6522.h
1162 F: include/hw/ppc/mac_dbdma.h
1163 F: include/hw/pci-host/uninorth.h
1164 F: include/hw/input/adb*
1165 F: pc-bios/qemu_vga.ndrv
1167 Old World (g3beige)
1168 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1169 R: David Gibson <david@gibson.dropbear.id.au>
1170 L: qemu-ppc@nongnu.org
1171 S: Odd Fixes
1172 F: hw/ppc/mac_oldworld.c
1173 F: hw/pci-host/grackle.c
1174 F: hw/misc/macio/
1175 F: hw/intc/heathrow_pic.c
1176 F: hw/input/adb*
1177 F: include/hw/intc/heathrow_pic.h
1178 F: include/hw/input/adb*
1179 F: pc-bios/qemu_vga.ndrv
1181 PReP
1182 M: Hervé Poussineau <hpoussin@reactos.org>
1183 L: qemu-ppc@nongnu.org
1184 S: Maintained
1185 F: hw/ppc/prep.c
1186 F: hw/ppc/prep_systemio.c
1187 F: hw/ppc/rs6000_mc.c
1188 F: hw/pci-host/prep.[hc]
1189 F: hw/isa/i82378.c
1190 F: hw/isa/pc87312.c
1191 F: hw/dma/i82374.c
1192 F: hw/rtc/m48t59-isa.c
1193 F: include/hw/isa/pc87312.h
1194 F: include/hw/rtc/m48t59.h
1195 F: tests/acceptance/ppc_prep_40p.py
1197 sPAPR
1198 M: David Gibson <david@gibson.dropbear.id.au>
1199 L: qemu-ppc@nongnu.org
1200 S: Supported
1201 F: hw/*/spapr*
1202 F: include/hw/*/spapr*
1203 F: hw/*/xics*
1204 F: include/hw/*/xics*
1205 F: pc-bios/slof.bin
1206 F: docs/specs/ppc-spapr-hcalls.txt
1207 F: docs/specs/ppc-spapr-hotplug.txt
1208 F: tests/qtest/spapr*
1209 F: tests/qtest/libqos/*spapr*
1210 F: tests/qtest/rtas*
1211 F: tests/qtest/libqos/rtas*
1213 PowerNV (Non-Virtualized)
1214 M: Cédric Le Goater <clg@kaod.org>
1215 M: David Gibson <david@gibson.dropbear.id.au>
1216 L: qemu-ppc@nongnu.org
1217 S: Maintained
1218 F: hw/ppc/pnv*
1219 F: hw/intc/pnv*
1220 F: hw/intc/xics_pnv.c
1221 F: include/hw/ppc/pnv*
1222 F: pc-bios/skiboot.lid
1223 F: tests/qtest/pnv*
1225 virtex_ml507
1226 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1227 L: qemu-ppc@nongnu.org
1228 S: Odd Fixes
1229 F: hw/ppc/virtex_ml507.c
1231 sam460ex
1232 M: BALATON Zoltan <balaton@eik.bme.hu>
1233 L: qemu-ppc@nongnu.org
1234 S: Maintained
1235 F: hw/ppc/sam460ex.c
1236 F: hw/ppc/ppc440_pcix.c
1237 F: hw/display/sm501*
1238 F: hw/ide/sii3112.c
1239 F: hw/rtc/m41t80.c
1240 F: pc-bios/canyonlands.dt[sb]
1241 F: pc-bios/u-boot-sam460ex-20100605.bin
1242 F: roms/u-boot-sam460ex
1244 RISC-V Machines
1245 ---------------
1246 OpenTitan
1247 M: Alistair Francis <Alistair.Francis@wdc.com>
1248 L: qemu-riscv@nongnu.org
1249 S: Supported
1250 F: hw/riscv/opentitan.c
1251 F: include/hw/riscv/opentitan.h
1253 SH4 Machines
1254 ------------
1256 M: Magnus Damm <magnus.damm@gmail.com>
1257 S: Maintained
1258 F: hw/sh4/r2d.c
1259 F: hw/intc/sh_intc.c
1260 F: hw/timer/sh_timer.c
1262 Shix
1263 M: Magnus Damm <magnus.damm@gmail.com>
1264 S: Odd Fixes
1265 F: hw/sh4/shix.c
1267 SPARC Machines
1268 --------------
1269 Sun4m
1270 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1271 S: Maintained
1272 F: hw/sparc/sun4m.c
1273 F: hw/sparc/sun4m_iommu.c
1274 F: hw/display/cg3.c
1275 F: hw/display/tcx.c
1276 F: hw/dma/sparc32_dma.c
1277 F: hw/misc/eccmemctl.c
1278 F: hw/*/slavio_*.c
1279 F: include/hw/nvram/sun_nvram.h
1280 F: include/hw/sparc/sparc32_dma.h
1281 F: include/hw/sparc/sun4m_iommu.h
1282 F: pc-bios/openbios-sparc32
1284 Sun4u
1285 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1286 S: Maintained
1287 F: hw/sparc64/sun4u.c
1288 F: hw/sparc64/sun4u_iommu.c
1289 F: include/hw/sparc/sun4u_iommu.h
1290 F: hw/pci-host/sabre.c
1291 F: include/hw/pci-host/sabre.h
1292 F: hw/pci-bridge/simba.c
1293 F: include/hw/pci-bridge/simba.h
1294 F: pc-bios/openbios-sparc64
1296 Sun4v
1297 M: Artyom Tarasenko <atar4qemu@gmail.com>
1298 S: Maintained
1299 F: hw/sparc64/niagara.c
1300 F: hw/rtc/sun4v-rtc.c
1301 F: include/hw/rtc/sun4v-rtc.h
1303 Leon3
1304 M: Fabien Chouteau <chouteau@adacore.com>
1305 M: KONRAD Frederic <frederic.konrad@adacore.com>
1306 S: Maintained
1307 F: hw/sparc/leon3.c
1308 F: hw/*/grlib*
1309 F: include/hw/*/grlib*
1310 F: tests/acceptance/machine_sparc_leon3.py
1312 S390 Machines
1313 -------------
1314 S390 Virtio-ccw
1315 M: Cornelia Huck <cohuck@redhat.com>
1316 M: Halil Pasic <pasic@linux.ibm.com>
1317 M: Christian Borntraeger <borntraeger@de.ibm.com>
1318 S: Supported
1319 F: hw/char/sclp*.[hc]
1320 F: hw/char/terminal3270.c
1321 F: hw/s390x/
1322 F: include/hw/s390x/
1323 F: hw/watchdog/wdt_diag288.c
1324 F: include/hw/watchdog/wdt_diag288.h
1325 F: default-configs/s390x-softmmu.mak
1326 T: git https://github.com/cohuck/qemu.git s390-next
1327 T: git https://github.com/borntraeger/qemu.git s390-next
1328 L: qemu-s390x@nongnu.org
1330 S390-ccw boot
1331 M: Christian Borntraeger <borntraeger@de.ibm.com>
1332 M: Thomas Huth <thuth@redhat.com>
1333 S: Supported
1334 F: hw/s390x/ipl.*
1335 F: pc-bios/s390-ccw/
1336 F: pc-bios/s390-ccw.img
1337 F: docs/devel/s390-dasd-ipl.rst
1338 T: git https://github.com/borntraeger/qemu.git s390-next
1339 L: qemu-s390x@nongnu.org
1341 S390 PCI
1342 M: Matthew Rosato <mjrosato@linux.ibm.com>
1343 S: Supported
1344 F: hw/s390x/s390-pci*
1345 L: qemu-s390x@nongnu.org
1347 UniCore32 Machines
1348 ------------------
1349 PKUnity-3 SoC initramfs-with-busybox
1350 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1351 S: Maintained
1352 F: hw/*/puv3*
1353 F: hw/unicore32/
1355 X86 Machines
1356 ------------
1358 M: Michael S. Tsirkin <mst@redhat.com>
1359 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1360 S: Supported
1361 F: include/hw/i386/
1362 F: hw/i386/
1363 F: hw/pci-host/i440fx.c
1364 F: hw/pci-host/q35.c
1365 F: hw/pci-host/pam.c
1366 F: include/hw/pci-host/i440fx.h
1367 F: include/hw/pci-host/q35.h
1368 F: include/hw/pci-host/pam.h
1369 F: hw/isa/piix3.c
1370 F: hw/isa/lpc_ich9.c
1371 F: hw/i2c/smbus_ich9.c
1372 F: hw/acpi/piix4.c
1373 F: hw/acpi/ich9.c
1374 F: include/hw/acpi/ich9.h
1375 F: include/hw/southbridge/piix.h
1376 F: hw/misc/sga.c
1377 F: hw/isa/apm.c
1378 F: include/hw/isa/apm.h
1379 F: tests/test-x86-cpuid.c
1380 F: tests/qtest/test-x86-cpuid-compat.c
1382 PC Chipset
1383 M: Michael S. Tsirkin <mst@redhat.com>
1384 M: Paolo Bonzini <pbonzini@redhat.com>
1385 S: Supported
1386 F: hw/char/debugcon.c
1387 F: hw/char/parallel*
1388 F: hw/char/serial*
1389 F: hw/dma/i8257*
1390 F: hw/i2c/pm_smbus.c
1391 F: hw/input/pckbd.c
1392 F: hw/intc/apic*
1393 F: hw/intc/ioapic*
1394 F: hw/intc/i8259*
1395 F: hw/isa/isa-superio.c
1396 F: hw/misc/debugexit.c
1397 F: hw/misc/pc-testdev.c
1398 F: hw/timer/hpet*
1399 F: hw/timer/i8254*
1400 F: hw/rtc/mc146818rtc*
1401 F: hw/watchdog/wdt_ib700.c
1402 F: hw/watchdog/wdt_i6300esb.c
1403 F: include/hw/display/vga.h
1404 F: include/hw/char/parallel.h
1405 F: include/hw/dma/i8257.h
1406 F: include/hw/i2c/pm_smbus.h
1407 F: include/hw/input/i8042.h
1408 F: include/hw/isa/i8259_internal.h
1409 F: include/hw/isa/superio.h
1410 F: include/hw/timer/hpet.h
1411 F: include/hw/timer/i8254*
1412 F: include/hw/rtc/mc146818rtc*
1414 microvm
1415 M: Sergio Lopez <slp@redhat.com>
1416 M: Paolo Bonzini <pbonzini@redhat.com>
1417 S: Maintained
1418 F: docs/microvm.rst
1419 F: hw/i386/microvm.c
1420 F: include/hw/i386/microvm.h
1421 F: pc-bios/bios-microvm.bin
1423 Machine core
1424 M: Eduardo Habkost <ehabkost@redhat.com>
1425 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1426 S: Supported
1427 F: hw/core/cpu.c
1428 F: hw/core/machine-qmp-cmds.c
1429 F: hw/core/machine.c
1430 F: hw/core/null-machine.c
1431 F: hw/core/numa.c
1432 F: hw/cpu/cluster.c
1433 F: qapi/machine.json
1434 F: qapi/machine-target.json
1435 F: include/hw/boards.h
1436 F: include/hw/core/cpu.h
1437 F: include/hw/cpu/cluster.h
1438 F: include/sysemu/numa.h
1439 T: git https://github.com/ehabkost/qemu.git machine-next
1441 Xtensa Machines
1442 ---------------
1444 M: Max Filippov <jcmvbkbc@gmail.com>
1445 S: Maintained
1446 F: hw/xtensa/sim.c
1448 virt
1449 M: Max Filippov <jcmvbkbc@gmail.com>
1450 S: Maintained
1451 F: hw/xtensa/virt.c
1453 XTFPGA (LX60, LX200, ML605, KC705)
1454 M: Max Filippov <jcmvbkbc@gmail.com>
1455 S: Maintained
1456 F: hw/xtensa/xtfpga.c
1457 F: hw/net/opencores_eth.c
1459 Devices
1460 -------
1462 M: Jiri Slaby <jslaby@suse.cz>
1463 S: Maintained
1464 F: hw/misc/edu.c
1467 M: John Snow <jsnow@redhat.com>
1468 L: qemu-block@nongnu.org
1469 S: Supported
1470 F: include/hw/ide.h
1471 F: include/hw/ide/
1472 F: hw/ide/
1473 F: hw/block/block.c
1474 F: hw/block/cdrom.c
1475 F: hw/block/hd-geometry.c
1476 F: tests/qtest/ide-test.c
1477 F: tests/qtest/ahci-test.c
1478 F: tests/qtest/cdrom-test.c
1479 F: tests/qtest/libqos/ahci*
1480 T: git https://github.com/jnsnow/qemu.git ide
1482 IPMI
1483 M: Corey Minyard <minyard@acm.org>
1484 S: Maintained
1485 F: include/hw/ipmi/*
1486 F: hw/ipmi/*
1487 F: hw/smbios/smbios_type_38.c
1488 F: tests/qtest/ipmi*
1489 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1491 Floppy
1492 M: John Snow <jsnow@redhat.com>
1493 L: qemu-block@nongnu.org
1494 S: Supported
1495 F: hw/block/fdc.c
1496 F: include/hw/block/fdc.h
1497 F: tests/qtest/fdc-test.c
1498 T: git https://github.com/jnsnow/qemu.git ide
1500 OMAP
1501 M: Peter Maydell <peter.maydell@linaro.org>
1502 L: qemu-arm@nongnu.org
1503 S: Maintained
1504 F: hw/*/omap*
1505 F: include/hw/arm/omap.h
1507 IPack
1508 M: Alberto Garcia <berto@igalia.com>
1509 S: Odd Fixes
1510 F: hw/char/ipoctal232.c
1511 F: hw/ipack/
1514 M: Michael S. Tsirkin <mst@redhat.com>
1515 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1516 S: Supported
1517 F: include/hw/pci/*
1518 F: hw/misc/pci-testdev.c
1519 F: hw/pci/*
1520 F: hw/pci-bridge/*
1521 F: docs/pci*
1522 F: docs/specs/*pci*
1523 F: default-configs/pci.mak
1525 ACPI/SMBIOS
1526 M: Michael S. Tsirkin <mst@redhat.com>
1527 M: Igor Mammedov <imammedo@redhat.com>
1528 S: Supported
1529 F: include/hw/acpi/*
1530 F: include/hw/firmware/smbios.h
1531 F: hw/mem/*
1532 F: hw/acpi/*
1533 F: hw/smbios/*
1534 F: hw/i386/acpi-build.[hc]
1535 F: hw/arm/virt-acpi-build.c
1536 F: tests/qtest/bios-tables-test*
1537 F: tests/qtest/acpi-utils.[hc]
1538 F: tests/data/acpi/
1540 ACPI/HEST/GHES
1541 R: Dongjiu Geng <gengdongjiu@huawei.com>
1542 R: Xiang Zheng <zhengxiang9@huawei.com>
1543 L: qemu-arm@nongnu.org
1544 S: Maintained
1545 F: hw/acpi/ghes.c
1546 F: include/hw/acpi/ghes.h
1547 F: docs/specs/acpi_hest_ghes.rst
1549 ppc4xx
1550 M: David Gibson <david@gibson.dropbear.id.au>
1551 L: qemu-ppc@nongnu.org
1552 S: Odd Fixes
1553 F: hw/ppc/ppc4*.c
1554 F: hw/i2c/ppc4xx_i2c.c
1555 F: include/hw/ppc/ppc4xx.h
1556 F: include/hw/i2c/ppc4xx_i2c.h
1558 Character devices
1559 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1560 R: Paolo Bonzini <pbonzini@redhat.com>
1561 S: Odd Fixes
1562 F: hw/char/
1564 Network devices
1565 M: Jason Wang <jasowang@redhat.com>
1566 S: Odd Fixes
1567 F: hw/net/
1568 F: include/hw/net/
1569 F: tests/qtest/virtio-net-test.c
1570 F: docs/virtio-net-failover.rst
1571 T: git https://github.com/jasowang/qemu.git net
1573 Parallel NOR Flash devices
1574 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1575 T: git https://gitlab.com/philmd/qemu.git pflash-next
1576 S: Maintained
1577 F: hw/block/pflash_cfi*.c
1578 F: include/hw/block/flash.h
1580 SCSI
1581 M: Paolo Bonzini <pbonzini@redhat.com>
1582 R: Fam Zheng <fam@euphon.net>
1583 S: Supported
1584 F: include/hw/scsi/*
1585 F: hw/scsi/*
1586 F: tests/qtest/virtio-scsi-test.c
1587 T: git https://github.com/bonzini/qemu.git scsi-next
1590 M: Alistair Francis <alistair@alistair23.me>
1591 S: Maintained
1592 F: hw/ssi/*
1593 F: hw/block/m25p80.c
1594 F: include/hw/ssi/ssi.h
1595 X: hw/ssi/xilinx_*
1596 F: tests/qtest/m25p80-test.c
1598 Xilinx SPI
1599 M: Alistair Francis <alistair@alistair23.me>
1600 S: Maintained
1601 F: hw/ssi/xilinx_*
1603 SD (Secure Card)
1604 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1605 S: Odd Fixes
1606 F: include/hw/sd/sd*
1607 F: hw/sd/core.c
1608 F: hw/sd/sd*
1609 F: hw/sd/ssi-sd.c
1610 F: tests/qtest/sd*
1613 M: Gerd Hoffmann <kraxel@redhat.com>
1614 S: Maintained
1615 F: hw/usb/*
1616 F: tests/qtest/usb-*-test.c
1617 F: docs/usb2.txt
1618 F: docs/usb-storage.txt
1619 F: include/hw/usb.h
1620 F: include/hw/usb/
1621 F: default-configs/usb.mak
1623 USB (serial adapter)
1624 M: Gerd Hoffmann <kraxel@redhat.com>
1625 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1626 S: Maintained
1627 F: hw/usb/dev-serial.c
1629 VFIO
1630 M: Alex Williamson <alex.williamson@redhat.com>
1631 S: Supported
1632 F: hw/vfio/*
1633 F: include/hw/vfio/
1635 vfio-ccw
1636 M: Cornelia Huck <cohuck@redhat.com>
1637 M: Eric Farman <farman@linux.ibm.com>
1638 S: Supported
1639 F: hw/vfio/ccw.c
1640 F: hw/s390x/s390-ccw.c
1641 F: include/hw/s390x/s390-ccw.h
1642 F: include/hw/s390x/vfio-ccw.h
1643 T: git https://github.com/cohuck/qemu.git s390-next
1644 L: qemu-s390x@nongnu.org
1646 vfio-ap
1647 M: Christian Borntraeger <borntraeger@de.ibm.com>
1648 M: Tony Krowiak <akrowiak@linux.ibm.com>
1649 M: Halil Pasic <pasic@linux.ibm.com>
1650 M: Pierre Morel <pmorel@linux.ibm.com>
1651 S: Supported
1652 F: hw/s390x/ap-device.c
1653 F: hw/s390x/ap-bridge.c
1654 F: include/hw/s390x/ap-device.h
1655 F: include/hw/s390x/ap-bridge.h
1656 F: hw/vfio/ap.c
1657 F: docs/system/s390x/vfio-ap.rst
1658 L: qemu-s390x@nongnu.org
1660 vhost
1661 M: Michael S. Tsirkin <mst@redhat.com>
1662 S: Supported
1663 F: hw/*/*vhost*
1664 F: docs/interop/vhost-user.json
1665 F: docs/interop/vhost-user.rst
1666 F: contrib/vhost-user-*/
1667 F: backends/vhost-user.c
1668 F: include/sysemu/vhost-user-backend.h
1670 virtio
1671 M: Michael S. Tsirkin <mst@redhat.com>
1672 S: Supported
1673 F: hw/*/virtio*
1674 F: hw/virtio/Makefile.objs
1675 F: hw/virtio/trace-events
1676 F: net/vhost-user.c
1677 F: include/hw/virtio/
1679 virtio-balloon
1680 M: Michael S. Tsirkin <mst@redhat.com>
1681 M: David Hildenbrand <david@redhat.com>
1682 S: Maintained
1683 F: hw/virtio/virtio-balloon*.c
1684 F: include/hw/virtio/virtio-balloon.h
1685 F: balloon.c
1686 F: include/sysemu/balloon.h
1688 virtio-9p
1689 M: Greg Kurz <groug@kaod.org>
1690 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1691 S: Odd Fixes
1692 F: hw/9pfs/
1693 X: hw/9pfs/xen-9p*
1694 F: fsdev/
1695 F: docs/interop/virtfs-proxy-helper.rst
1696 F: tests/qtest/virtio-9p-test.c
1697 T: git https://github.com/gkurz/qemu.git 9p-next
1699 virtio-blk
1700 M: Stefan Hajnoczi <stefanha@redhat.com>
1701 L: qemu-block@nongnu.org
1702 S: Supported
1703 F: hw/block/virtio-blk.c
1704 F: hw/block/dataplane/*
1705 F: tests/qtest/virtio-blk-test.c
1706 T: git https://github.com/stefanha/qemu.git block
1708 virtio-ccw
1709 M: Cornelia Huck <cohuck@redhat.com>
1710 M: Halil Pasic <pasic@linux.ibm.com>
1711 S: Supported
1712 F: hw/s390x/virtio-ccw*.[hc]
1713 F: hw/s390x/vhost-vsock-ccw.c
1714 T: git https://github.com/cohuck/qemu.git s390-next
1715 T: git https://github.com/borntraeger/qemu.git s390-next
1716 L: qemu-s390x@nongnu.org
1718 virtiofs
1719 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1720 M: Stefan Hajnoczi <stefanha@redhat.com>
1721 S: Supported
1722 F: tools/virtiofsd/*
1723 F: hw/virtio/vhost-user-fs*
1724 F: include/hw/virtio/vhost-user-fs.h
1725 F: docs/interop/virtiofsd.rst
1727 virtio-input
1728 M: Gerd Hoffmann <kraxel@redhat.com>
1729 S: Maintained
1730 F: hw/input/vhost-user-input.c
1731 F: hw/input/virtio-input*.c
1732 F: include/hw/virtio/virtio-input.h
1733 F: contrib/vhost-user-input/*
1735 virtio-iommu
1736 M: Eric Auger <eric.auger@redhat.com>
1737 S: Maintained
1738 F: hw/virtio/virtio-iommu*.c
1739 F: include/hw/virtio/virtio-iommu.h
1741 virtio-serial
1742 M: Laurent Vivier <lvivier@redhat.com>
1743 R: Amit Shah <amit@kernel.org>
1744 S: Supported
1745 F: hw/char/virtio-serial-bus.c
1746 F: hw/char/virtio-console.c
1747 F: include/hw/virtio/virtio-serial.h
1748 F: tests/qtest/virtio-serial-test.c
1750 virtio-rng
1751 M: Laurent Vivier <lvivier@redhat.com>
1752 R: Amit Shah <amit@kernel.org>
1753 S: Supported
1754 F: hw/virtio/virtio-rng.c
1755 F: include/hw/virtio/virtio-rng.h
1756 F: include/sysemu/rng*.h
1757 F: backends/rng*.c
1758 F: tests/qtest/virtio-rng-test.c
1760 virtio-crypto
1761 M: Gonglei <arei.gonglei@huawei.com>
1762 S: Supported
1763 F: hw/virtio/virtio-crypto.c
1764 F: hw/virtio/virtio-crypto-pci.c
1765 F: include/hw/virtio/virtio-crypto.h
1767 nvme
1768 M: Keith Busch <kbusch@kernel.org>
1769 L: qemu-block@nongnu.org
1770 S: Supported
1771 F: hw/block/nvme*
1772 F: tests/qtest/nvme-test.c
1774 megasas
1775 M: Hannes Reinecke <hare@suse.com>
1776 L: qemu-block@nongnu.org
1777 S: Supported
1778 F: hw/scsi/megasas.c
1779 F: hw/scsi/mfi.h
1780 F: tests/qtest/megasas-test.c
1782 Network packet abstractions
1783 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1784 S: Maintained
1785 F: include/net/eth.h
1786 F: net/eth.c
1787 F: hw/net/net_rx_pkt*
1788 F: hw/net/net_tx_pkt*
1790 Vmware
1791 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1792 S: Maintained
1793 F: hw/net/vmxnet*
1794 F: hw/scsi/vmw_pvscsi*
1795 F: tests/qtest/vmxnet3-test.c
1797 Rocker
1798 M: Jiri Pirko <jiri@resnulli.us>
1799 S: Maintained
1800 F: hw/net/rocker/
1801 F: tests/rocker/
1802 F: docs/specs/rocker.txt
1804 NVDIMM
1805 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1806 S: Maintained
1807 F: hw/acpi/nvdimm.c
1808 F: hw/mem/nvdimm.c
1809 F: include/hw/mem/nvdimm.h
1810 F: docs/nvdimm.txt
1812 e1000x
1813 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1814 S: Maintained
1815 F: hw/net/e1000x*
1817 e1000e
1818 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1819 S: Maintained
1820 F: hw/net/e1000e*
1822 eepro100
1823 M: Stefan Weil <sw@weilnetz.de>
1824 S: Maintained
1825 F: hw/net/eepro100.c
1827 tulip
1828 M: Sven Schnelle <svens@stackframe.org>
1829 S: Maintained
1830 F: hw/net/tulip.c
1831 F: hw/net/tulip.h
1833 Generic Loader
1834 M: Alistair Francis <alistair@alistair23.me>
1835 S: Maintained
1836 F: hw/core/generic-loader.c
1837 F: include/hw/core/generic-loader.h
1838 F: docs/generic-loader.txt
1840 Intel Hexadecimal Object File Loader
1841 M: Su Hang <suhang16@mails.ucas.ac.cn>
1842 S: Maintained
1843 F: tests/qtest/hexloader-test.c
1844 F: tests/data/hex-loader/test.hex
1846 CHRP NVRAM
1847 M: Thomas Huth <thuth@redhat.com>
1848 S: Maintained
1849 F: hw/nvram/chrp_nvram.c
1850 F: include/hw/nvram/chrp_nvram.h
1851 F: tests/qtest/prom-env-test.c
1853 VM Generation ID
1854 M: Ben Warren <ben@skyportsystems.com>
1855 S: Maintained
1856 F: hw/acpi/vmgenid.c
1857 F: include/hw/acpi/vmgenid.h
1858 F: docs/specs/vmgenid.txt
1859 F: tests/qtest/vmgenid-test.c
1860 F: stubs/vmgenid.c
1862 Unimplemented device
1863 M: Peter Maydell <peter.maydell@linaro.org>
1864 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1865 S: Maintained
1866 F: include/hw/misc/unimp.h
1867 F: hw/misc/unimp.c
1869 Empty slot
1870 M: Artyom Tarasenko <atar4qemu@gmail.com>
1871 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1872 S: Maintained
1873 F: include/hw/misc/empty_slot.h
1874 F: hw/misc/empty_slot.c
1876 Standard VGA
1877 M: Gerd Hoffmann <kraxel@redhat.com>
1878 S: Maintained
1879 F: hw/display/vga*
1880 F: hw/display/bochs-display.c
1881 F: include/hw/display/vga.h
1882 F: include/hw/display/bochs-vbe.h
1884 ramfb
1885 M: Gerd Hoffmann <kraxel@redhat.com>
1886 S: Maintained
1887 F: hw/display/ramfb*.c
1888 F: include/hw/display/ramfb.h
1890 virtio-gpu
1891 M: Gerd Hoffmann <kraxel@redhat.com>
1892 S: Maintained
1893 F: hw/display/virtio-gpu*
1894 F: hw/display/virtio-vga.*
1895 F: include/hw/virtio/virtio-gpu.h
1897 vhost-user-blk
1898 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1899 S: Maintained
1900 F: contrib/vhost-user-blk/
1901 F: contrib/vhost-user-scsi/
1902 F: hw/block/vhost-user-blk.c
1903 F: hw/scsi/vhost-user-scsi.c
1904 F: hw/virtio/vhost-user-blk-pci.c
1905 F: hw/virtio/vhost-user-scsi-pci.c
1906 F: include/hw/virtio/vhost-user-blk.h
1907 F: include/hw/virtio/vhost-user-scsi.h
1909 vhost-user-gpu
1910 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1911 M: Gerd Hoffmann <kraxel@redhat.com>
1912 S: Maintained
1913 F: docs/interop/vhost-user-gpu.rst
1914 F: contrib/vhost-user-gpu
1915 F: hw/display/vhost-user-*
1917 Cirrus VGA
1918 M: Gerd Hoffmann <kraxel@redhat.com>
1919 S: Odd Fixes
1920 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1921 F: hw/display/cirrus*
1923 EDID Generator
1924 M: Gerd Hoffmann <kraxel@redhat.com>
1925 S: Maintained
1926 F: hw/display/edid*
1927 F: include/hw/display/edid.h
1928 F: qemu-edid.c
1930 PIIX4 South Bridge (i82371AB)
1931 M: Hervé Poussineau <hpoussin@reactos.org>
1932 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1933 S: Maintained
1934 F: hw/isa/piix4.c
1935 F: include/hw/southbridge/piix.h
1937 Firmware configuration (fw_cfg)
1938 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1939 R: Laszlo Ersek <lersek@redhat.com>
1940 R: Gerd Hoffmann <kraxel@redhat.com>
1941 S: Supported
1942 F: docs/specs/fw_cfg.txt
1943 F: hw/nvram/fw_cfg.c
1944 F: stubs/fw_cfg.c
1945 F: include/hw/nvram/fw_cfg.h
1946 F: include/standard-headers/linux/qemu_fw_cfg.h
1947 F: tests/qtest/libqos/fw_cfg.c
1948 F: tests/qtest/fw_cfg-test.c
1949 T: git https://github.com/philmd/qemu.git fw_cfg-next
1951 XIVE
1952 M: David Gibson <david@gibson.dropbear.id.au>
1953 M: Cédric Le Goater <clg@kaod.org>
1954 L: qemu-ppc@nongnu.org
1955 S: Supported
1956 F: hw/*/*xive*
1957 F: include/hw/*/*xive*
1958 F: docs/*/*xive*
1960 Subsystems
1961 ----------
1962 Audio
1963 M: Gerd Hoffmann <kraxel@redhat.com>
1964 S: Maintained
1965 F: audio/
1966 F: hw/audio/
1967 F: include/hw/audio/
1968 F: tests/qtest/ac97-test.c
1969 F: tests/qtest/es1370-test.c
1970 F: tests/qtest/intel-hda-test.c
1972 Block layer core
1973 M: Kevin Wolf <kwolf@redhat.com>
1974 M: Max Reitz <mreitz@redhat.com>
1975 L: qemu-block@nongnu.org
1976 S: Supported
1977 F: block*
1978 F: block/
1979 F: hw/block/
1980 F: include/block/
1981 F: qemu-img*
1982 F: docs/interop/qemu-img.rst
1983 F: qemu-io*
1984 F: tests/qemu-iotests/
1985 F: util/qemu-progress.c
1986 F: qobject/block-qdict.c
1987 F: tests/check-block-qdict.c
1988 T: git https://repo.or.cz/qemu/kevin.git block
1990 Block I/O path
1991 M: Stefan Hajnoczi <stefanha@redhat.com>
1992 M: Fam Zheng <fam@euphon.net>
1993 L: qemu-block@nongnu.org
1994 S: Supported
1995 F: util/async.c
1996 F: util/aio-*.c
1997 F: util/aio-*.h
1998 F: util/fdmon-*.c
1999 F: block/io.c
2000 F: migration/block*
2001 F: include/block/aio.h
2002 F: include/block/aio-wait.h
2003 F: scripts/qemugdb/aio.py
2004 T: git https://github.com/stefanha/qemu.git block
2006 Block SCSI subsystem
2007 M: Paolo Bonzini <pbonzini@redhat.com>
2008 R: Fam Zheng <fam@euphon.net>
2009 L: qemu-block@nongnu.org
2010 S: Supported
2011 F: include/scsi/*
2012 F: scsi/*
2014 Block Jobs
2015 M: John Snow <jsnow@redhat.com>
2016 L: qemu-block@nongnu.org
2017 S: Supported
2018 F: blockjob.c
2019 F: include/block/blockjob.h
2020 F: job.c
2021 F: job-qmp.c
2022 F: include/qemu/job.h
2023 F: block/backup.c
2024 F: block/commit.c
2025 F: block/stream.c
2026 F: block/mirror.c
2027 F: qapi/job.json
2028 T: git https://github.com/jnsnow/qemu.git jobs
2030 Block QAPI, monitor, command line
2031 M: Markus Armbruster <armbru@redhat.com>
2032 S: Supported
2033 F: blockdev.c
2034 F: blockdev-hmp-cmds.c
2035 F: block/qapi.c
2036 F: qapi/block*.json
2037 F: qapi/transaction.json
2038 T: git https://repo.or.cz/qemu/armbru.git block-next
2040 Dirty Bitmaps
2041 M: Eric Blake <eblake@redhat.com>
2042 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2043 R: John Snow <jsnow@redhat.com>
2044 L: qemu-block@nongnu.org
2045 S: Supported
2046 F: include/qemu/hbitmap.h
2047 F: include/block/dirty-bitmap.h
2048 F: block/monitor/bitmap-qmp-cmds.c
2049 F: block/dirty-bitmap.c
2050 F: block/qcow2-bitmap.c
2051 F: migration/block-dirty-bitmap.c
2052 F: util/hbitmap.c
2053 F: tests/test-hbitmap.c
2054 F: docs/interop/bitmaps.rst
2055 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2057 Character device backends
2058 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2059 R: Paolo Bonzini <pbonzini@redhat.com>
2060 S: Maintained
2061 F: chardev/
2062 F: include/chardev/
2063 F: qapi/char.json
2065 Character Devices (Braille)
2066 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2067 S: Maintained
2068 F: chardev/baum.c
2070 Command line option argument parsing
2071 M: Markus Armbruster <armbru@redhat.com>
2072 S: Supported
2073 F: include/qemu/option.h
2074 F: tests/test-keyval.c
2075 F: tests/test-qemu-opts.c
2076 F: util/keyval.c
2077 F: util/qemu-option.c
2079 Coverity model
2080 M: Markus Armbruster <armbru@redhat.com>
2081 S: Supported
2082 F: scripts/coverity-model.c
2084 Coverity Scan integration
2085 M: Peter Maydell <peter.maydell@linaro.org>
2086 S: Maintained
2087 F: scripts/coverity-scan/
2089 Device Tree
2090 M: Alistair Francis <alistair.francis@wdc.com>
2091 R: David Gibson <david@gibson.dropbear.id.au>
2092 S: Maintained
2093 F: device_tree.c
2094 F: include/sysemu/device_tree.h
2096 Dump
2097 S: Supported
2098 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2099 F: dump/
2100 F: hw/misc/vmcoreinfo.c
2101 F: include/hw/misc/vmcoreinfo.h
2102 F: include/qemu/win_dump_defs
2103 F: include/sysemu/dump-arch.h
2104 F: include/sysemu/dump.h
2105 F: qapi/dump.json
2106 F: scripts/dump-guest-memory.py
2107 F: stubs/dump.c
2109 Error reporting
2110 M: Markus Armbruster <armbru@redhat.com>
2111 S: Supported
2112 F: include/qapi/error.h
2113 F: include/qemu/error-report.h
2114 F: qapi/error.json
2115 F: util/error.c
2116 F: util/qemu-error.c
2117 F: scripts/coccinelle/err-bad-newline.cocci
2118 F: scripts/coccinelle/error-use-after-free.cocci
2119 F: scripts/coccinelle/error_propagate_null.cocci
2120 F: scripts/coccinelle/remove_local_err.cocci
2121 F: scripts/coccinelle/use-error_fatal.cocci
2123 GDB stub
2124 M: Alex Bennée <alex.bennee@linaro.org>
2125 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2126 S: Maintained
2127 F: gdbstub*
2128 F: gdb-xml/
2130 Memory API
2131 M: Paolo Bonzini <pbonzini@redhat.com>
2132 S: Supported
2133 F: include/exec/ioport.h
2134 F: ioport.c
2135 F: include/exec/memop.h
2136 F: include/exec/memory.h
2137 F: include/exec/ram_addr.h
2138 F: include/exec/ramblock.h
2139 F: memory.c
2140 F: include/exec/memory-internal.h
2141 F: exec.c
2142 F: scripts/coccinelle/memory-region-housekeeping.cocci
2144 SPICE
2145 M: Gerd Hoffmann <kraxel@redhat.com>
2146 S: Supported
2147 F: include/ui/qemu-spice.h
2148 F: include/ui/spice-display.h
2149 F: ui/spice-*.c
2150 F: audio/spiceaudio.c
2151 F: hw/display/qxl*
2152 F: qapi/ui.json
2153 F: docs/spice-port-fqdn.txt
2155 Graphics
2156 M: Gerd Hoffmann <kraxel@redhat.com>
2157 S: Odd Fixes
2158 F: ui/
2159 F: include/ui/
2160 F: qapi/ui.json
2161 F: util/drm.c
2163 Cocoa graphics
2164 M: Peter Maydell <peter.maydell@linaro.org>
2165 S: Odd Fixes
2166 F: ui/cocoa.m
2168 Main loop
2169 M: Paolo Bonzini <pbonzini@redhat.com>
2170 S: Maintained
2171 F: cpus.c
2172 F: include/qemu/main-loop.h
2173 F: include/sysemu/runstate.h
2174 F: util/main-loop.c
2175 F: util/qemu-timer.c
2176 F: softmmu/vl.c
2177 F: softmmu/main.c
2178 F: qapi/run-state.json
2180 Human Monitor (HMP)
2181 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2182 S: Maintained
2183 F: monitor/monitor-internal.h
2184 F: monitor/misc.c
2185 F: monitor/monitor.c
2186 F: monitor/hmp*
2187 F: hmp.h
2188 F: hmp-commands*.hx
2189 F: include/monitor/hmp-target.h
2190 F: tests/qtest/test-hmp.c
2191 F: include/qemu/qemu-print.h
2192 F: util/qemu-print.c
2194 Network device backends
2195 M: Jason Wang <jasowang@redhat.com>
2196 S: Maintained
2197 F: net/
2198 F: include/net/
2199 F: qemu-bridge-helper.c
2200 T: git https://github.com/jasowang/qemu.git net
2201 F: qapi/net.json
2203 Netmap network backend
2204 M: Luigi Rizzo <rizzo@iet.unipi.it>
2205 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2206 M: Vincenzo Maffione <v.maffione@gmail.com>
2207 W: http://info.iet.unipi.it/~luigi/netmap/
2208 S: Maintained
2209 F: net/netmap.c
2211 Host Memory Backends
2212 M: Eduardo Habkost <ehabkost@redhat.com>
2213 M: Igor Mammedov <imammedo@redhat.com>
2214 S: Maintained
2215 F: backends/hostmem*.c
2216 F: include/sysemu/hostmem.h
2217 T: git https://github.com/ehabkost/qemu.git machine-next
2219 Cryptodev Backends
2220 M: Gonglei <arei.gonglei@huawei.com>
2221 S: Maintained
2222 F: include/sysemu/cryptodev*.h
2223 F: backends/cryptodev*.c
2225 Python scripts
2226 M: Eduardo Habkost <ehabkost@redhat.com>
2227 M: Cleber Rosa <crosa@redhat.com>
2228 S: Odd fixes
2229 F: python/qemu/*py
2230 F: scripts/*.py
2231 F: tests/*.py
2233 Benchmark util
2234 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2235 S: Maintained
2236 F: scripts/simplebench/
2238 QAPI
2239 M: Markus Armbruster <armbru@redhat.com>
2240 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2241 S: Supported
2242 F: qapi/
2243 X: qapi/*.json
2244 F: include/qapi/
2245 X: include/qapi/qmp/
2246 F: include/qapi/qmp/dispatch.h
2247 F: tests/qapi-schema/
2248 F: tests/test-*-visitor.c
2249 F: tests/test-qapi-*.c
2250 F: tests/test-qmp-*.c
2251 F: tests/test-visitor-serialization.c
2252 F: scripts/qapi-gen.py
2253 F: scripts/qapi/*
2254 F: docs/devel/qapi*
2255 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2257 QAPI Schema
2258 M: Eric Blake <eblake@redhat.com>
2259 M: Markus Armbruster <armbru@redhat.com>
2260 S: Supported
2261 F: qapi/*.json
2262 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2264 QObject
2265 M: Markus Armbruster <armbru@redhat.com>
2266 S: Supported
2267 F: qobject/
2268 F: include/qapi/qmp/
2269 X: include/qapi/qmp/dispatch.h
2270 F: scripts/coccinelle/qobject.cocci
2271 F: tests/check-qdict.c
2272 F: tests/check-qjson.c
2273 F: tests/check-qlist.c
2274 F: tests/check-qlit.c
2275 F: tests/check-qnull.c
2276 F: tests/check-qnum.c
2277 F: tests/check-qobject.c
2278 F: tests/check-qstring.c
2279 F: tests/data/qobject/qdict.txt
2280 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2282 QEMU Guest Agent
2283 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2284 S: Maintained
2285 F: qga/
2286 F: docs/interop/qemu-ga.rst
2287 F: scripts/qemu-guest-agent/
2288 F: tests/test-qga.c
2289 F: docs/interop/qemu-ga-ref.texi
2290 T: git https://github.com/mdroth/qemu.git qga
2293 M: Paolo Bonzini <pbonzini@redhat.com>
2294 R: Daniel P. Berrange <berrange@redhat.com>
2295 R: Eduardo Habkost <ehabkost@redhat.com>
2296 S: Supported
2297 F: docs/qdev-device-use.txt
2298 F: hw/core/qdev*
2299 F: include/hw/qdev*
2300 F: include/monitor/qdev.h
2301 F: include/qom/
2302 F: qapi/qom.json
2303 F: qapi/qdev.json
2304 F: qdev-monitor.c
2305 F: qom/
2306 F: tests/check-qom-interface.c
2307 F: tests/check-qom-proplist.c
2308 F: tests/test-qdev-global-props.c
2311 M: Markus Armbruster <armbru@redhat.com>
2312 S: Supported
2313 F: monitor/monitor-internal.h
2314 F: monitor/qmp*
2315 F: monitor/misc.c
2316 F: monitor/monitor.c
2317 F: qapi/error.json
2318 F: docs/devel/*qmp-*
2319 F: docs/interop/*qmp-*
2320 F: scripts/qmp/
2321 F: tests/qtest/qmp-test.c
2322 F: tests/qtest/qmp-cmd-test.c
2323 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2325 qtest
2326 M: Thomas Huth <thuth@redhat.com>
2327 M: Laurent Vivier <lvivier@redhat.com>
2328 R: Paolo Bonzini <pbonzini@redhat.com>
2329 S: Maintained
2330 F: qtest.c
2331 F: accel/qtest.c
2332 F: tests/qtest/
2333 X: tests/qtest/bios-tables-test-allowed-diff.h
2335 Device Fuzzing
2336 M: Alexander Bulekov <alxndr@bu.edu>
2337 R: Paolo Bonzini <pbonzini@redhat.com>
2338 R: Bandan Das <bsd@redhat.com>
2339 R: Stefan Hajnoczi <stefanha@redhat.com>
2340 S: Maintained
2341 F: tests/qtest/fuzz/
2342 F: scripts/oss-fuzz/
2344 Register API
2345 M: Alistair Francis <alistair@alistair23.me>
2346 S: Maintained
2347 F: hw/core/register.c
2348 F: include/hw/register.h
2349 F: include/hw/registerfields.h
2351 SLIRP
2352 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2353 S: Maintained
2354 F: slirp/
2355 F: net/slirp.c
2356 F: include/net/slirp.h
2357 T: git https://people.debian.org/~sthibault/qemu.git slirp
2359 Streams
2360 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2361 S: Maintained
2362 F: hw/core/stream.c
2363 F: include/hw/stream.h
2365 Stubs
2366 M: Paolo Bonzini <pbonzini@redhat.com>
2367 S: Maintained
2368 F: stubs/
2370 Tracing
2371 M: Stefan Hajnoczi <stefanha@redhat.com>
2372 S: Maintained
2373 F: trace/
2374 F: trace-events
2375 F: docs/qemu-option-trace.rst.inc
2376 F: scripts/tracetool.py
2377 F: scripts/tracetool/
2378 F: scripts/qemu-trace-stap*
2379 F: docs/interop/qemu-trace-stap.rst
2380 F: docs/devel/tracing.txt
2381 T: git https://github.com/stefanha/qemu.git tracing
2384 M: Stefan Berger <stefanb@linux.ibm.com>
2385 S: Maintained
2386 F: tpm.c
2387 F: stubs/tpm.c
2388 F: hw/tpm/*
2389 F: include/hw/acpi/tpm.h
2390 F: include/sysemu/tpm*
2391 F: qapi/tpm.json
2392 F: backends/tpm.c
2393 F: tests/qtest/*tpm*
2394 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2396 Checkpatch
2397 S: Odd Fixes
2398 F: scripts/checkpatch.pl
2400 Migration
2401 M: Juan Quintela <quintela@redhat.com>
2402 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2403 S: Maintained
2404 F: hw/core/vmstate-if.c
2405 F: include/hw/vmstate-if.h
2406 F: include/migration/
2407 F: migration/
2408 F: scripts/vmstate-static-checker.py
2409 F: tests/vmstate-static-checker-data/
2410 F: tests/qtest/migration-test.c
2411 F: docs/devel/migration.rst
2412 F: qapi/migration.json
2414 D-Bus
2415 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2416 S: Maintained
2417 F: backends/dbus-vmstate.c
2418 F: tests/dbus-vmstate*
2419 F: util/dbus.c
2420 F: include/qemu/dbus.h
2421 F: docs/interop/dbus.rst
2422 F: docs/interop/dbus-vmstate.rst
2424 Seccomp
2425 M: Eduardo Otubo <otubo@redhat.com>
2426 S: Supported
2427 F: qemu-seccomp.c
2428 F: include/sysemu/seccomp.h
2430 Cryptography
2431 M: Daniel P. Berrange <berrange@redhat.com>
2432 S: Maintained
2433 F: crypto/
2434 F: include/crypto/
2435 F: tests/test-crypto-*
2436 F: tests/benchmark-crypto-*
2437 F: tests/crypto-tls-*
2438 F: tests/pkix_asn1_tab.c
2439 F: qemu.sasl
2441 Coroutines
2442 M: Stefan Hajnoczi <stefanha@redhat.com>
2443 M: Kevin Wolf <kwolf@redhat.com>
2444 S: Maintained
2445 F: util/*coroutine*
2446 F: include/qemu/coroutine*
2447 F: tests/test-coroutine.c
2449 Buffers
2450 M: Daniel P. Berrange <berrange@redhat.com>
2451 S: Odd fixes
2452 F: util/buffer.c
2453 F: include/qemu/buffer.h
2455 I/O Channels
2456 M: Daniel P. Berrange <berrange@redhat.com>
2457 S: Maintained
2458 F: io/
2459 F: include/io/
2460 F: tests/test-io-*
2462 User authorization
2463 M: Daniel P. Berrange <berrange@redhat.com>
2464 S: Maintained
2465 F: authz/
2466 F: qapi/authz.json
2467 F: include/authz/
2468 F: tests/test-authz-*
2470 Sockets
2471 M: Daniel P. Berrange <berrange@redhat.com>
2472 M: Gerd Hoffmann <kraxel@redhat.com>
2473 S: Maintained
2474 F: include/qemu/sockets.h
2475 F: util/qemu-sockets.c
2476 F: qapi/sockets.json
2478 File monitor
2479 M: Daniel P. Berrange <berrange@redhat.com>
2480 S: Odd fixes
2481 F: util/filemonitor*.c
2482 F: include/qemu/filemonitor.h
2483 F: tests/test-util-filemonitor.c
2485 Throttling infrastructure
2486 M: Alberto Garcia <berto@igalia.com>
2487 S: Supported
2488 F: block/throttle-groups.c
2489 F: include/block/throttle-groups.h
2490 F: include/qemu/throttle*.h
2491 F: util/throttle.c
2492 F: docs/throttle.txt
2493 F: tests/test-throttle.c
2494 L: qemu-block@nongnu.org
2496 UUID
2497 M: Fam Zheng <fam@euphon.net>
2498 S: Supported
2499 F: util/uuid.c
2500 F: include/qemu/uuid.h
2501 F: tests/test-uuid.c
2503 COLO Framework
2504 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2505 S: Maintained
2506 F: migration/colo*
2507 F: include/migration/colo.h
2508 F: include/migration/failover.h
2509 F: docs/COLO-FT.txt
2511 COLO Proxy
2512 M: Zhang Chen <chen.zhang@intel.com>
2513 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2514 S: Supported
2515 F: docs/colo-proxy.txt
2516 F: net/colo*
2517 F: net/filter-rewriter.c
2518 F: net/filter-mirror.c
2520 Record/replay
2521 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2522 R: Paolo Bonzini <pbonzini@redhat.com>
2523 W: https://wiki.qemu.org/Features/record-replay
2524 S: Supported
2525 F: replay/*
2526 F: block/blkreplay.c
2527 F: net/filter-replay.c
2528 F: include/sysemu/replay.h
2529 F: docs/replay.txt
2530 F: stubs/replay.c
2532 IOVA Tree
2533 M: Peter Xu <peterx@redhat.com>
2534 S: Maintained
2535 F: include/qemu/iova-tree.h
2536 F: util/iova-tree.c
2538 elf2dmp
2539 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2540 S: Maintained
2541 F: contrib/elf2dmp/
2543 I2C and SMBus
2544 M: Corey Minyard <cminyard@mvista.com>
2545 S: Maintained
2546 F: hw/i2c/core.c
2547 F: hw/i2c/smbus_slave.c
2548 F: hw/i2c/smbus_master.c
2549 F: hw/i2c/smbus_eeprom.c
2550 F: include/hw/i2c/i2c.h
2551 F: include/hw/i2c/smbus_master.h
2552 F: include/hw/i2c/smbus_slave.h
2553 F: include/hw/i2c/smbus_eeprom.h
2555 EDK2 Firmware
2556 M: Laszlo Ersek <lersek@redhat.com>
2557 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2558 S: Supported
2559 F: pc-bios/descriptors/??-edk2-*.json
2560 F: pc-bios/edk2-*
2561 F: roms/Makefile.edk2
2562 F: roms/edk2
2563 F: roms/edk2-*
2564 F: tests/data/uefi-boot-images/
2565 F: tests/uefi-test-tools/
2566 F: .gitlab-ci.d/edk2.yml
2567 F: .gitlab-ci.d/edk2/
2569 Usermode Emulation
2570 ------------------
2571 Overall usermode emulation
2572 M: Riku Voipio <riku.voipio@iki.fi>
2573 S: Maintained
2574 F: thunk.c
2575 F: accel/tcg/user-exec*.c
2577 BSD user
2578 S: Orphan
2579 F: bsd-user/
2580 F: default-configs/*-bsd-user.mak
2582 Linux user
2583 M: Riku Voipio <riku.voipio@iki.fi>
2584 R: Laurent Vivier <laurent@vivier.eu>
2585 S: Maintained
2586 F: linux-user/
2587 F: default-configs/*-linux-user.mak
2588 F: scripts/qemu-binfmt-conf.sh
2589 F: scripts/update-syscalltbl.sh
2590 F: scripts/update-mips-syscall-args.sh
2591 F: scripts/gensyscalls.sh
2593 Tiny Code Generator (TCG)
2594 -------------------------
2595 Common TCG code
2596 M: Richard Henderson <rth@twiddle.net>
2597 S: Maintained
2598 F: tcg/
2599 F: include/tcg/
2601 TCG Plugins
2602 M: Alex Bennée <alex.bennee@linaro.org>
2603 S: Maintained
2604 F: docs/devel/tcg-plugins.rst
2605 F: plugins/
2606 F: tests/plugin
2608 AArch64 TCG target
2609 M: Richard Henderson <richard.henderson@linaro.org>
2610 S: Maintained
2611 L: qemu-arm@nongnu.org
2612 F: tcg/aarch64/
2613 F: disas/arm-a64.cc
2614 F: disas/libvixl/
2616 ARM TCG target
2617 M: Andrzej Zaborowski <balrogg@gmail.com>
2618 S: Maintained
2619 L: qemu-arm@nongnu.org
2620 F: tcg/arm/
2621 F: disas/arm.c
2623 i386 TCG target
2624 M: Richard Henderson <rth@twiddle.net>
2625 S: Maintained
2626 F: tcg/i386/
2627 F: disas/i386.c
2629 MIPS TCG target
2630 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2631 R: Aurelien Jarno <aurelien@aurel32.net>
2632 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2633 S: Maintained
2634 F: tcg/mips/
2636 PPC TCG target
2637 M: Richard Henderson <rth@twiddle.net>
2638 S: Odd Fixes
2639 F: tcg/ppc/
2640 F: disas/ppc.c
2642 RISC-V TCG target
2643 M: Palmer Dabbelt <palmer@dabbelt.com>
2644 M: Alistair Francis <Alistair.Francis@wdc.com>
2645 L: qemu-riscv@nongnu.org
2646 S: Maintained
2647 F: tcg/riscv/
2648 F: disas/riscv.c
2650 S390 TCG target
2651 M: Richard Henderson <rth@twiddle.net>
2652 S: Maintained
2653 F: tcg/s390/
2654 F: disas/s390.c
2655 L: qemu-s390x@nongnu.org
2657 SPARC TCG target
2658 S: Odd Fixes
2659 F: tcg/sparc/
2660 F: disas/sparc.c
2662 TCI TCG target
2663 M: Stefan Weil <sw@weilnetz.de>
2664 S: Maintained
2665 F: tcg/tci/
2666 F: tcg/tci.c
2667 F: disas/tci.c
2669 Block drivers
2670 -------------
2671 VMDK
2672 M: Fam Zheng <fam@euphon.net>
2673 L: qemu-block@nongnu.org
2674 S: Supported
2675 F: block/vmdk.c
2678 M: Jason Dillaman <dillaman@redhat.com>
2679 L: qemu-block@nongnu.org
2680 S: Supported
2681 F: block/rbd.c
2683 Sheepdog
2684 M: Liu Yuan <namei.unix@gmail.com>
2685 L: qemu-block@nongnu.org
2686 L: sheepdog@lists.wpkg.org
2687 S: Odd Fixes
2688 F: block/sheepdog.c
2690 VHDX
2691 M: Jeff Cody <codyprime@gmail.com>
2692 L: qemu-block@nongnu.org
2693 S: Supported
2694 F: block/vhdx*
2697 M: Stefan Weil <sw@weilnetz.de>
2698 L: qemu-block@nongnu.org
2699 S: Maintained
2700 F: block/vdi.c
2702 iSCSI
2703 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2704 M: Paolo Bonzini <pbonzini@redhat.com>
2705 M: Peter Lieven <pl@kamp.de>
2706 L: qemu-block@nongnu.org
2707 S: Odd Fixes
2708 F: block/iscsi.c
2709 F: block/iscsi-opts.c
2711 Network Block Device (NBD)
2712 M: Eric Blake <eblake@redhat.com>
2713 L: qemu-block@nongnu.org
2714 S: Maintained
2715 F: block/nbd*
2716 F: nbd/
2717 F: include/block/nbd*
2718 F: qemu-nbd.*
2719 F: blockdev-nbd.c
2720 F: docs/interop/nbd.txt
2721 F: docs/interop/qemu-nbd.rst
2722 T: git https://repo.or.cz/qemu/ericb.git nbd
2725 M: Peter Lieven <pl@kamp.de>
2726 L: qemu-block@nongnu.org
2727 S: Maintained
2728 F: block/nfs.c
2731 M: Richard W.M. Jones <rjones@redhat.com>
2732 L: qemu-block@nongnu.org
2733 S: Supported
2734 F: block/ssh.c
2736 CURL
2737 L: qemu-block@nongnu.org
2738 S: Odd Fixes
2739 F: block/curl.c
2741 GLUSTER
2742 L: qemu-block@nongnu.org
2743 L: integration@gluster.org
2744 S: Odd Fixes
2745 F: block/gluster.c
2747 Null Block Driver
2748 M: Fam Zheng <fam@euphon.net>
2749 L: qemu-block@nongnu.org
2750 S: Supported
2751 F: block/null.c
2753 NVMe Block Driver
2754 M: Fam Zheng <fam@euphon.net>
2755 L: qemu-block@nongnu.org
2756 S: Supported
2757 F: block/nvme*
2759 Bootdevice
2760 M: Gonglei <arei.gonglei@huawei.com>
2761 S: Maintained
2762 F: bootdevice.c
2764 Quorum
2765 M: Alberto Garcia <berto@igalia.com>
2766 S: Supported
2767 F: block/quorum.c
2768 L: qemu-block@nongnu.org
2770 blklogwrites
2771 M: Ari Sundholm <ari@tuxera.com>
2772 L: qemu-block@nongnu.org
2773 S: Supported
2774 F: block/blklogwrites.c
2776 blkverify
2777 M: Stefan Hajnoczi <stefanha@redhat.com>
2778 L: qemu-block@nongnu.org
2779 S: Supported
2780 F: block/blkverify.c
2782 bochs
2783 M: Stefan Hajnoczi <stefanha@redhat.com>
2784 L: qemu-block@nongnu.org
2785 S: Supported
2786 F: block/bochs.c
2788 cloop
2789 M: Stefan Hajnoczi <stefanha@redhat.com>
2790 L: qemu-block@nongnu.org
2791 S: Supported
2792 F: block/cloop.c
2795 M: Stefan Hajnoczi <stefanha@redhat.com>
2796 L: qemu-block@nongnu.org
2797 S: Supported
2798 F: block/dmg.c
2800 parallels
2801 M: Stefan Hajnoczi <stefanha@redhat.com>
2802 M: Denis V. Lunev <den@openvz.org>
2803 L: qemu-block@nongnu.org
2804 S: Supported
2805 F: block/parallels.c
2806 F: docs/interop/parallels.txt
2809 M: Stefan Hajnoczi <stefanha@redhat.com>
2810 L: qemu-block@nongnu.org
2811 S: Supported
2812 F: block/qed.c
2815 M: Kevin Wolf <kwolf@redhat.com>
2816 L: qemu-block@nongnu.org
2817 S: Supported
2818 F: block/linux-aio.c
2819 F: include/block/raw-aio.h
2820 F: block/raw-format.c
2821 F: block/file-posix.c
2822 F: block/file-win32.c
2823 F: block/win32-aio.c
2825 Linux io_uring
2826 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2827 M: Julia Suvorova <jusual@redhat.com>
2828 M: Stefan Hajnoczi <stefanha@redhat.com>
2829 L: qemu-block@nongnu.org
2830 S: Maintained
2831 F: block/io_uring.c
2832 F: stubs/io_uring.c
2834 qcow2
2835 M: Kevin Wolf <kwolf@redhat.com>
2836 M: Max Reitz <mreitz@redhat.com>
2837 L: qemu-block@nongnu.org
2838 S: Supported
2839 F: block/qcow2*
2840 F: docs/interop/qcow2.txt
2842 qcow
2843 M: Kevin Wolf <kwolf@redhat.com>
2844 L: qemu-block@nongnu.org
2845 S: Supported
2846 F: block/qcow.c
2848 blkdebug
2849 M: Kevin Wolf <kwolf@redhat.com>
2850 M: Max Reitz <mreitz@redhat.com>
2851 L: qemu-block@nongnu.org
2852 S: Supported
2853 F: block/blkdebug.c
2856 M: Kevin Wolf <kwolf@redhat.com>
2857 L: qemu-block@nongnu.org
2858 S: Supported
2859 F: block/vpc.c
2861 vvfat
2862 M: Kevin Wolf <kwolf@redhat.com>
2863 L: qemu-block@nongnu.org
2864 S: Supported
2865 F: block/vvfat.c
2867 Image format fuzzer
2868 M: Stefan Hajnoczi <stefanha@redhat.com>
2869 L: qemu-block@nongnu.org
2870 S: Supported
2871 F: tests/image-fuzzer/
2873 Replication
2874 M: Wen Congyang <wencongyang2@huawei.com>
2875 M: Xie Changlong <xiechanglong.d@gmail.com>
2876 S: Supported
2877 F: replication*
2878 F: block/replication.c
2879 F: tests/test-replication.c
2880 F: docs/block-replication.txt
2882 PVRDMA
2883 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2884 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2885 S: Maintained
2886 F: hw/rdma/*
2887 F: hw/rdma/vmw/*
2888 F: docs/pvrdma.txt
2889 F: contrib/rdmacm-mux/*
2890 F: qapi/rdma.json
2892 Semihosting
2893 M: Alex Bennée <alex.bennee@linaro.org>
2894 S: Maintained
2895 F: hw/semihosting/
2896 F: include/hw/semihosting/
2898 Build and test automation
2899 -------------------------
2900 Build and test automation
2901 M: Alex Bennée <alex.bennee@linaro.org>
2902 M: Fam Zheng <fam@euphon.net>
2903 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2904 S: Maintained
2905 F: .github/lockdown.yml
2906 F: .travis.yml
2907 F: scripts/travis/
2908 F: .shippable.yml
2909 F: tests/docker/
2910 F: tests/vm/
2911 F: scripts/archive-source.sh
2912 W: https://travis-ci.org/qemu/qemu
2913 W: https://app.shippable.com/github/qemu/qemu
2914 W: http://patchew.org/QEMU/
2916 FreeBSD Hosted Continuous Integration
2917 M: Ed Maste <emaste@freebsd.org>
2918 M: Li-Wen Hsu <lwhsu@freebsd.org>
2919 S: Maintained
2920 F: .cirrus.yml
2921 W: https://cirrus-ci.com/github/qemu/qemu
2923 GitLab Continuous Integration
2924 M: Thomas Huth <thuth@redhat.com>
2925 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2926 M: Alex Bennée <alex.bennee@linaro.org>
2927 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2928 S: Maintained
2929 F: .gitlab-ci.yml
2931 Guest Test Compilation Support
2932 M: Alex Bennée <alex.bennee@linaro.org>
2933 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2934 S: Maintained
2935 F: tests/tcg/Makefile
2936 F: tests/tcg/Makefile.include
2938 Documentation
2939 -------------
2940 Build system architecture
2941 M: Daniel P. Berrange <berrange@redhat.com>
2942 S: Odd Fixes
2943 F: docs/devel/build-system.txt
2945 GIT Data Mining Config
2946 M: Alex Bennée <alex.bennee@linaro.org>
2947 S: Odd Fixes
2948 F: gitdm.config
2949 F: contrib/gitdm/*
2951 Incompatible changes
2952 R: libvir-list@redhat.com
2953 F: docs/system/deprecated.rst
2955 Build System
2956 ------------
2957 GIT submodules
2958 M: Daniel P. Berrange <berrange@redhat.com>
2959 S: Odd Fixes
2960 F: scripts/git-submodule.sh
2962 UI translations
2963 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2964 F: po/*.po
2966 Sphinx documentation configuration and build machinery
2967 M: Peter Maydell <peter.maydell@linaro.org>
2968 S: Maintained
2969 F: docs/conf.py
2970 F: docs/*/conf.py