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