.travis.yml: allow failure for unreliable hosts
[qemu/ar7.git] / MAINTAINERS
blob6e7890ce8222e688ccaad2e8f20d3b5d0b0c9079
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: hw/9pfs/xen-9p*
444 F: hw/char/xen_console.c
445 F: hw/display/xenfb.c
446 F: hw/net/xen_nic.c
447 F: hw/usb/xen-usb.c
448 F: hw/block/xen*
449 F: hw/block/dataplane/xen*
450 F: hw/xen/
451 F: hw/xenpv/
452 F: hw/i386/xen/
453 F: hw/pci-host/xen_igd_pt.c
454 F: include/hw/block/dataplane/xen*
455 F: include/hw/xen/
456 F: include/sysemu/xen-mapcache.h
458 Guest CPU Cores (HAXM)
459 ---------------------
460 X86 HAXM CPUs
461 M: Wenchao Wang <wenchao.wang@intel.com>
462 M: Colin Xu <colin.xu@intel.com>
463 L: haxm-team@intel.com
464 W: https://github.com/intel/haxm/issues
465 S: Maintained
466 F: include/sysemu/hax.h
467 F: target/i386/hax-*
469 Hosts
470 -----
471 LINUX
472 M: Michael S. Tsirkin <mst@redhat.com>
473 M: Cornelia Huck <cohuck@redhat.com>
474 M: Paolo Bonzini <pbonzini@redhat.com>
475 S: Maintained
476 F: linux-headers/
477 F: scripts/update-linux-headers.sh
479 POSIX
480 M: Paolo Bonzini <pbonzini@redhat.com>
481 S: Maintained
482 F: os-posix.c
483 F: include/sysemu/os-posix.h
484 F: util/*posix*.c
485 F: include/qemu/*posix*.h
487 NETBSD
488 M: Kamil Rytarowski <kamil@netbsd.org>
489 S: Maintained
490 K: ^Subject:.*(?i)NetBSD
492 OPENBSD
493 M: Brad Smith <brad@comstyle.com>
494 S: Maintained
495 K: ^Subject:.*(?i)OpenBSD
497 W32, W64
498 M: Stefan Weil <sw@weilnetz.de>
499 S: Maintained
500 F: *win32*
501 F: */*win32*
502 F: include/*/*win32*
503 X: qga/*win32*
504 F: qemu.nsi
506 Alpha Machines
507 --------------
508 M: Richard Henderson <rth@twiddle.net>
509 S: Maintained
510 F: hw/alpha/
511 F: hw/isa/smc37c669-superio.c
512 F: tests/tcg/alpha/system/
514 ARM Machines
515 ------------
516 Allwinner-a10
517 M: Beniamino Galvani <b.galvani@gmail.com>
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
520 S: Odd Fixes
521 F: hw/*/allwinner*
522 F: include/hw/*/allwinner*
523 F: hw/arm/cubieboard.c
525 Allwinner-h3
526 M: Niek Linnenbank <nieklinnenbank@gmail.com>
527 L: qemu-arm@nongnu.org
528 S: Maintained
529 F: hw/*/allwinner-h3*
530 F: include/hw/*/allwinner-h3*
531 F: hw/arm/orangepi.c
532 F: docs/system/orangepi.rst
534 ARM PrimeCell and CMSDK devices
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/char/pl011.c
539 F: include/hw/char/pl011.h
540 F: hw/display/pl110*
541 F: hw/dma/pl080.c
542 F: include/hw/dma/pl080.h
543 F: hw/dma/pl330.c
544 F: hw/gpio/pl061.c
545 F: hw/input/pl050.c
546 F: hw/intc/pl190.c
547 F: hw/sd/pl181.c
548 F: hw/ssi/pl022.c
549 F: include/hw/ssi/pl022.h
550 F: hw/rtc/pl031.c
551 F: include/hw/rtc/pl031.h
552 F: include/hw/arm/primecell.h
553 F: hw/timer/cmsdk-apb-timer.c
554 F: include/hw/timer/cmsdk-apb-timer.h
555 F: hw/timer/cmsdk-apb-dualtimer.c
556 F: include/hw/timer/cmsdk-apb-dualtimer.h
557 F: hw/char/cmsdk-apb-uart.c
558 F: include/hw/char/cmsdk-apb-uart.h
559 F: hw/watchdog/cmsdk-apb-watchdog.c
560 F: include/hw/watchdog/cmsdk-apb-watchdog.h
561 F: hw/misc/tz-ppc.c
562 F: include/hw/misc/tz-ppc.h
563 F: hw/misc/tz-mpc.c
564 F: include/hw/misc/tz-mpc.h
565 F: hw/misc/tz-msc.c
566 F: include/hw/misc/tz-msc.h
568 ARM cores
569 M: Peter Maydell <peter.maydell@linaro.org>
570 L: qemu-arm@nongnu.org
571 S: Maintained
572 F: hw/intc/arm*
573 F: hw/intc/gic_internal.h
574 F: hw/misc/a9scu.c
575 F: hw/misc/arm11scu.c
576 F: hw/misc/arm_l2x0.c
577 F: hw/timer/a9gtimer*
578 F: hw/timer/arm*
579 F: include/hw/arm/arm*.h
580 F: include/hw/intc/arm*
581 F: include/hw/misc/a9scu.h
582 F: include/hw/misc/arm11scu.h
583 F: include/hw/timer/a9gtimer.h
584 F: include/hw/timer/arm_mptimer.h
585 F: include/hw/timer/armv7m_systick.h
586 F: tests/qtest/test-arm-mptimer.c
588 Exynos
589 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
590 M: Peter Maydell <peter.maydell@linaro.org>
591 L: qemu-arm@nongnu.org
592 S: Odd Fixes
593 F: hw/*/exynos*
594 F: include/hw/arm/exynos4210.h
596 Calxeda Highbank
597 M: Rob Herring <robh@kernel.org>
598 M: Peter Maydell <peter.maydell@linaro.org>
599 L: qemu-arm@nongnu.org
600 S: Odd Fixes
601 F: hw/arm/highbank.c
602 F: hw/net/xgmac.c
604 Canon DIGIC
605 M: Antony Pavlov <antonynpavlov@gmail.com>
606 M: Peter Maydell <peter.maydell@linaro.org>
607 L: qemu-arm@nongnu.org
608 S: Odd Fixes
609 F: include/hw/arm/digic.h
610 F: hw/*/digic*
611 F: include/hw/*/digic*
612 F: tests/acceptance/machine_arm_canona1100.py
614 Goldfish RTC
615 M: Anup Patel <anup.patel@wdc.com>
616 M: Alistair Francis <Alistair.Francis@wdc.com>
617 L: qemu-riscv@nongnu.org
618 S: Maintained
619 F: hw/rtc/goldfish_rtc.c
620 F: include/hw/rtc/goldfish_rtc.h
622 Gumstix
623 M: Peter Maydell <peter.maydell@linaro.org>
624 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
625 L: qemu-arm@nongnu.org
626 S: Odd Fixes
627 F: hw/arm/gumstix.c
629 i.MX25 PDK
630 M: Peter Maydell <peter.maydell@linaro.org>
631 R: Jean-Christophe Dubois <jcd@tribudubois.net>
632 L: qemu-arm@nongnu.org
633 S: Odd Fixes
634 F: hw/arm/fsl-imx25.c
635 F: hw/arm/imx25_pdk.c
636 F: hw/misc/imx25_ccm.c
637 F: hw/watchdog/wdt_imx2.c
638 F: include/hw/arm/fsl-imx25.h
639 F: include/hw/misc/imx25_ccm.h
640 F: include/hw/watchdog/wdt_imx2.h
642 i.MX31 (kzm)
643 M: Peter Chubb <peter.chubb@nicta.com.au>
644 M: Peter Maydell <peter.maydell@linaro.org>
645 L: qemu-arm@nongnu.org
646 S: Odd Fixes
647 F: hw/arm/kzm.c
648 F: hw/*/imx_*
649 F: hw/*/*imx31*
650 F: include/hw/*/imx_*
651 F: include/hw/*/*imx31*
653 Integrator CP
654 M: Peter Maydell <peter.maydell@linaro.org>
655 L: qemu-arm@nongnu.org
656 S: Maintained
657 F: hw/arm/integratorcp.c
658 F: hw/misc/arm_integrator_debug.c
659 F: include/hw/misc/arm_integrator_debug.h
660 F: tests/acceptance/machine_arm_integratorcp.py
661 F: docs/system/arm/integratorcp.rst
663 MCIMX6UL EVK / i.MX6ul
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Jean-Christophe Dubois <jcd@tribudubois.net>
666 L: qemu-arm@nongnu.org
667 S: Odd Fixes
668 F: hw/arm/mcimx6ul-evk.c
669 F: hw/arm/fsl-imx6ul.c
670 F: hw/misc/imx6ul_ccm.c
671 F: include/hw/arm/fsl-imx6ul.h
672 F: include/hw/misc/imx6ul_ccm.h
674 MCIMX7D SABRE / i.MX7
675 M: Peter Maydell <peter.maydell@linaro.org>
676 R: Andrey Smirnov <andrew.smirnov@gmail.com>
677 L: qemu-arm@nongnu.org
678 S: Odd Fixes
679 F: hw/arm/mcimx7d-sabre.c
680 F: hw/arm/fsl-imx7.c
681 F: hw/misc/imx7_*.c
682 F: include/hw/arm/fsl-imx7.h
683 F: include/hw/misc/imx7_*.h
684 F: hw/pci-host/designware.c
685 F: include/hw/pci-host/designware.h
687 MPS2
688 M: Peter Maydell <peter.maydell@linaro.org>
689 L: qemu-arm@nongnu.org
690 S: Maintained
691 F: hw/arm/mps2.c
692 F: hw/arm/mps2-tz.c
693 F: hw/misc/mps2-*.c
694 F: include/hw/misc/mps2-*.h
695 F: hw/arm/armsse.c
696 F: include/hw/arm/armsse.h
697 F: hw/misc/iotkit-secctl.c
698 F: include/hw/misc/iotkit-secctl.h
699 F: hw/misc/iotkit-sysctl.c
700 F: include/hw/misc/iotkit-sysctl.h
701 F: hw/misc/iotkit-sysinfo.c
702 F: include/hw/misc/iotkit-sysinfo.h
703 F: hw/misc/armsse-cpuid.c
704 F: include/hw/misc/armsse-cpuid.h
705 F: hw/misc/armsse-mhu.c
706 F: include/hw/misc/armsse-mhu.h
707 F: docs/system/arm/mps2.rst
709 Musca
710 M: Peter Maydell <peter.maydell@linaro.org>
711 L: qemu-arm@nongnu.org
712 S: Maintained
713 F: hw/arm/musca.c
714 F: docs/system/arm/musca.rst
716 Musicpal
717 M: Jan Kiszka <jan.kiszka@web.de>
718 M: Peter Maydell <peter.maydell@linaro.org>
719 L: qemu-arm@nongnu.org
720 S: Odd Fixes
721 F: hw/arm/musicpal.c
722 F: docs/system/arm/musicpal.rst
724 nSeries
725 M: Andrzej Zaborowski <balrogg@gmail.com>
726 M: Peter Maydell <peter.maydell@linaro.org>
727 L: qemu-arm@nongnu.org
728 S: Odd Fixes
729 F: hw/arm/nseries.c
730 F: hw/display/blizzard.c
731 F: hw/input/lm832x.c
732 F: hw/input/tsc2005.c
733 F: hw/misc/cbus.c
734 F: hw/rtc/twl92230.c
735 F: include/hw/display/blizzard.h
736 F: include/hw/input/tsc2xxx.h
737 F: include/hw/misc/cbus.h
738 F: tests/acceptance/machine_arm_n8x0.py
739 F: docs/system/arm/nseries.rst
741 Palm
742 M: Andrzej Zaborowski <balrogg@gmail.com>
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
745 S: Odd Fixes
746 F: hw/arm/palm.c
747 F: hw/input/tsc210x.c
748 F: include/hw/input/tsc2xxx.h
749 F: docs/system/arm/palm.rst
751 Raspberry Pi
752 M: Peter Maydell <peter.maydell@linaro.org>
753 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
754 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
755 L: qemu-arm@nongnu.org
756 S: Odd Fixes
757 F: hw/arm/raspi.c
758 F: hw/arm/raspi_platform.h
759 F: hw/*/bcm283*
760 F: include/hw/arm/raspi*
761 F: include/hw/*/bcm283*
763 Real View
764 M: Peter Maydell <peter.maydell@linaro.org>
765 L: qemu-arm@nongnu.org
766 S: Maintained
767 F: hw/arm/realview*
768 F: hw/cpu/realview_mpcore.c
769 F: hw/intc/realview_gic.c
770 F: include/hw/intc/realview_gic.h
771 F: docs/system/arm/realview.rst
773 PXA2XX
774 M: Andrzej Zaborowski <balrogg@gmail.com>
775 M: Peter Maydell <peter.maydell@linaro.org>
776 L: qemu-arm@nongnu.org
777 S: Odd Fixes
778 F: hw/arm/mainstone.c
779 F: hw/arm/spitz.c
780 F: hw/arm/tosa.c
781 F: hw/arm/z2.c
782 F: hw/*/pxa2xx*
783 F: hw/display/tc6393xb.c
784 F: hw/gpio/max7310.c
785 F: hw/gpio/zaurus.c
786 F: hw/misc/mst_fpga.c
787 F: hw/misc/max111x.c
788 F: include/hw/arm/pxa.h
789 F: include/hw/arm/sharpsl.h
790 F: include/hw/display/tc6393xb.h
791 F: docs/system/arm/xscale.rst
793 SABRELITE / i.MX6
794 M: Peter Maydell <peter.maydell@linaro.org>
795 R: Jean-Christophe Dubois <jcd@tribudubois.net>
796 L: qemu-arm@nongnu.org
797 S: Odd Fixes
798 F: hw/arm/sabrelite.c
799 F: hw/arm/fsl-imx6.c
800 F: hw/misc/imx6_*.c
801 F: hw/ssi/imx_spi.c
802 F: hw/usb/imx-usb-phy.c
803 F: include/hw/usb/imx-usb-phy.h
804 F: include/hw/arm/fsl-imx6.h
805 F: include/hw/misc/imx6_*.h
806 F: include/hw/ssi/imx_spi.h
808 SBSA-REF
809 M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
810 M: Peter Maydell <peter.maydell@linaro.org>
811 R: Leif Lindholm <leif@nuviainc.com>
812 L: qemu-arm@nongnu.org
813 S: Maintained
814 F: hw/arm/sbsa-ref.c
816 Sharp SL-5500 (Collie) PDA
817 M: Peter Maydell <peter.maydell@linaro.org>
818 L: qemu-arm@nongnu.org
819 S: Odd Fixes
820 F: hw/arm/collie.c
821 F: hw/arm/strongarm*
823 Stellaris
824 M: Peter Maydell <peter.maydell@linaro.org>
825 L: qemu-arm@nongnu.org
826 S: Maintained
827 F: hw/*/stellaris*
828 F: include/hw/input/gamepad.h
829 F: docs/system/arm/stellaris.rst
831 Versatile Express
832 M: Peter Maydell <peter.maydell@linaro.org>
833 L: qemu-arm@nongnu.org
834 S: Maintained
835 F: hw/arm/vexpress.c
836 F: docs/system/arm/vexpress.rst
838 Versatile PB
839 M: Peter Maydell <peter.maydell@linaro.org>
840 L: qemu-arm@nongnu.org
841 S: Maintained
842 F: hw/*/versatile*
843 F: hw/misc/arm_sysctl.c
844 F: docs/system/arm/versatile.rst
846 Virt
847 M: Peter Maydell <peter.maydell@linaro.org>
848 L: qemu-arm@nongnu.org
849 S: Maintained
850 F: hw/arm/virt*
851 F: include/hw/arm/virt.h
853 Xilinx Zynq
854 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
855 M: Alistair Francis <alistair@alistair23.me>
856 M: Peter Maydell <peter.maydell@linaro.org>
857 L: qemu-arm@nongnu.org
858 S: Maintained
859 F: hw/*/xilinx_*
860 F: hw/*/cadence_*
861 F: hw/misc/zynq*
862 F: include/hw/misc/zynq*
863 X: hw/ssi/xilinx_*
865 Xilinx ZynqMP
866 M: Alistair Francis <alistair@alistair23.me>
867 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
868 M: Peter Maydell <peter.maydell@linaro.org>
869 L: qemu-arm@nongnu.org
870 S: Maintained
871 F: hw/*/xlnx*.c
872 F: include/hw/*/xlnx*.h
873 F: include/hw/ssi/xilinx_spips.h
874 F: hw/display/dpcd.c
875 F: include/hw/display/dpcd.h
877 ARM ACPI Subsystem
878 M: Shannon Zhao <shannon.zhaosl@gmail.com>
879 L: qemu-arm@nongnu.org
880 S: Maintained
881 F: hw/arm/virt-acpi-build.c
883 STM32F205
884 M: Alistair Francis <alistair@alistair23.me>
885 M: Peter Maydell <peter.maydell@linaro.org>
886 L: qemu-arm@nongnu.org
887 S: Maintained
888 F: hw/arm/stm32f205_soc.c
889 F: hw/misc/stm32f2xx_syscfg.c
890 F: hw/char/stm32f2xx_usart.c
891 F: hw/timer/stm32f2xx_timer.c
892 F: hw/adc/*
893 F: hw/ssi/stm32f2xx_spi.c
894 F: include/hw/*/stm32*.h
896 STM32F405
897 M: Alistair Francis <alistair@alistair23.me>
898 M: Peter Maydell <peter.maydell@linaro.org>
899 L: qemu-arm@nongnu.org
900 S: Maintained
901 F: hw/arm/stm32f405_soc.c
902 F: hw/misc/stm32f4xx_syscfg.c
903 F: hw/misc/stm32f4xx_exti.c
905 Netduino 2
906 M: Alistair Francis <alistair@alistair23.me>
907 M: Peter Maydell <peter.maydell@linaro.org>
908 L: qemu-arm@nongnu.org
909 S: Maintained
910 F: hw/arm/netduino2.c
912 Netduino Plus 2
913 M: Alistair Francis <alistair@alistair23.me>
914 M: Peter Maydell <peter.maydell@linaro.org>
915 L: qemu-arm@nongnu.org
916 S: Maintained
917 F: hw/arm/netduinoplus2.c
919 SmartFusion2
920 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
921 M: Peter Maydell <peter.maydell@linaro.org>
922 L: qemu-arm@nongnu.org
923 S: Maintained
924 F: hw/arm/msf2-soc.c
925 F: hw/misc/msf2-sysreg.c
926 F: hw/timer/mss-timer.c
927 F: hw/ssi/mss-spi.c
928 F: include/hw/arm/msf2-soc.h
929 F: include/hw/misc/msf2-sysreg.h
930 F: include/hw/timer/mss-timer.h
931 F: include/hw/ssi/mss-spi.h
932 F: hw/net/msf2-emac.c
933 F: include/hw/net/msf2-emac.h
935 Emcraft M2S-FG484
936 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
937 M: Peter Maydell <peter.maydell@linaro.org>
938 L: qemu-arm@nongnu.org
939 S: Maintained
940 F: hw/arm/msf2-som.c
942 ASPEED BMCs
943 M: Cédric Le Goater <clg@kaod.org>
944 M: Peter Maydell <peter.maydell@linaro.org>
945 R: Andrew Jeffery <andrew@aj.id.au>
946 R: Joel Stanley <joel@jms.id.au>
947 L: qemu-arm@nongnu.org
948 S: Maintained
949 F: hw/*/*aspeed*
950 F: hw/misc/pca9552.c
951 F: include/hw/*/*aspeed*
952 F: include/hw/misc/pca9552*.h
953 F: hw/net/ftgmac100.c
954 F: include/hw/net/ftgmac100.h
956 NRF51
957 M: Joel Stanley <joel@jms.id.au>
958 M: Peter Maydell <peter.maydell@linaro.org>
959 L: qemu-arm@nongnu.org
960 S: Maintained
961 F: hw/*/nrf51*.c
962 F: hw/*/microbit*.c
963 F: include/hw/*/nrf51*.h
964 F: include/hw/*/microbit*.h
965 F: tests/qtest/microbit-test.c
967 CRIS Machines
968 -------------
969 Axis Dev88
970 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
971 S: Maintained
972 F: hw/cris/axis_dev88.c
973 F: hw/*/etraxfs_*.c
975 HP-PARISC Machines
976 ------------------
977 HP B160L
978 M: Richard Henderson <rth@twiddle.net>
979 R: Helge Deller <deller@gmx.de>
980 S: Odd Fixes
981 F: default-configs/hppa-softmmu.mak
982 F: hw/hppa/
983 F: pc-bios/hppa-firmware.img
985 LM32 Machines
986 -------------
987 EVR32 and uclinux BSP
988 R: Michael Walle <michael@walle.cc>
989 S: Orphan
990 F: hw/lm32/lm32_boards.c
992 milkymist
993 R: Michael Walle <michael@walle.cc>
994 S: Orphan
995 F: hw/lm32/milkymist.c
997 M68K Machines
998 -------------
999 an5206
1000 M: Thomas Huth <huth@tuxfamily.org>
1001 S: Odd Fixes
1002 F: hw/m68k/an5206.c
1003 F: hw/m68k/mcf5206.c
1005 mcf5208
1006 M: Thomas Huth <huth@tuxfamily.org>
1007 S: Odd Fixes
1008 F: hw/m68k/mcf5208.c
1009 F: hw/m68k/mcf_intc.c
1010 F: hw/char/mcf_uart.c
1011 F: hw/net/mcf_fec.c
1012 F: include/hw/m68k/mcf*.h
1014 NeXTcube
1015 M: Thomas Huth <huth@tuxfamily.org>
1016 S: Odd Fixes
1017 F: hw/m68k/next-*.c
1018 F: hw/display/next-fb.c
1019 F: include/hw/m68k/next-cube.h
1021 q800
1022 M: Laurent Vivier <laurent@vivier.eu>
1023 S: Maintained
1024 F: hw/m68k/q800.c
1025 F: hw/misc/mac_via.c
1026 F: hw/nubus/*
1027 F: hw/display/macfb.c
1028 F: hw/block/swim.c
1029 F: hw/m68k/bootinfo.h
1030 F: include/hw/misc/mac_via.h
1031 F: include/hw/nubus/*
1032 F: include/hw/display/macfb.h
1033 F: include/hw/block/swim.h
1035 MicroBlaze Machines
1036 -------------------
1037 petalogix_s3adsp1800
1038 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1039 S: Maintained
1040 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1041 F: include/hw/char/xilinx_uartlite.h
1043 petalogix_ml605
1044 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1045 S: Maintained
1046 F: hw/microblaze/petalogix_ml605_mmu.c
1048 MIPS Machines
1049 -------------
1050 Jazz
1051 M: Hervé Poussineau <hpoussin@reactos.org>
1052 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1053 S: Maintained
1054 F: hw/mips/jazz.c
1055 F: hw/display/jazz_led.c
1056 F: hw/dma/rc4030.c
1058 Malta
1059 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1060 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1061 R: Aurelien Jarno <aurelien@aurel32.net>
1062 S: Maintained
1063 F: hw/isa/piix4.c
1064 F: hw/acpi/piix4.c
1065 F: hw/mips/malta.c
1066 F: hw/mips/gt64xxx_pci.c
1067 F: include/hw/southbridge/piix.h
1068 F: tests/acceptance/linux_ssh_mips_malta.py
1069 F: tests/acceptance/machine_mips_malta.py
1071 Mipssim
1072 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1073 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1074 S: Odd Fixes
1075 F: hw/mips/mipssim.c
1076 F: hw/net/mipsnet.c
1078 R4000
1079 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1080 R: Aurelien Jarno <aurelien@aurel32.net>
1081 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1082 S: Obsolete
1083 F: hw/mips/r4k.c
1085 Fuloong 2E
1086 M: Huacai Chen <chenhc@lemote.com>
1087 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1088 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1089 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1090 S: Odd Fixes
1091 F: hw/mips/fuloong2e.c
1092 F: hw/isa/vt82c686.c
1093 F: hw/pci-host/bonito.c
1094 F: include/hw/isa/vt82c686.h
1096 Boston
1097 M: Paul Burton <pburton@wavecomp.com>
1098 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1099 S: Maintained
1100 F: hw/core/loader-fit.c
1101 F: hw/mips/boston.c
1102 F: hw/pci-host/xilinx-pcie.c
1103 F: include/hw/pci-host/xilinx-pcie.h
1105 OpenRISC Machines
1106 -----------------
1107 or1k-sim
1108 M: Jia Liu <proljc@gmail.com>
1109 S: Maintained
1110 F: hw/openrisc/openrisc_sim.c
1112 PowerPC Machines
1113 ----------------
1115 M: David Gibson <david@gibson.dropbear.id.au>
1116 L: qemu-ppc@nongnu.org
1117 S: Odd Fixes
1118 F: hw/ppc/ppc405_boards.c
1120 Bamboo
1121 M: David Gibson <david@gibson.dropbear.id.au>
1122 L: qemu-ppc@nongnu.org
1123 S: Odd Fixes
1124 F: hw/ppc/ppc440_bamboo.c
1126 e500
1127 M: David Gibson <david@gibson.dropbear.id.au>
1128 L: qemu-ppc@nongnu.org
1129 S: Odd Fixes
1130 F: hw/ppc/e500*
1131 F: hw/gpio/mpc8xxx.c
1132 F: hw/i2c/mpc_i2c.c
1133 F: hw/net/fsl_etsec/
1134 F: hw/pci-host/ppce500.c
1135 F: include/hw/ppc/ppc_e500.h
1136 F: include/hw/pci-host/ppce500.h
1137 F: pc-bios/u-boot.e500
1139 mpc8544ds
1140 M: David Gibson <david@gibson.dropbear.id.au>
1141 L: qemu-ppc@nongnu.org
1142 S: Odd Fixes
1143 F: hw/ppc/mpc8544ds.c
1144 F: hw/ppc/mpc8544_guts.c
1146 New World (mac99)
1147 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1148 R: David Gibson <david@gibson.dropbear.id.au>
1149 L: qemu-ppc@nongnu.org
1150 S: Odd Fixes
1151 F: hw/ppc/mac_newworld.c
1152 F: hw/pci-host/uninorth.c
1153 F: hw/pci-bridge/dec.[hc]
1154 F: hw/misc/macio/
1155 F: hw/misc/mos6522.c
1156 F: hw/nvram/mac_nvram.c
1157 F: hw/input/adb*
1158 F: include/hw/misc/macio/
1159 F: include/hw/misc/mos6522.h
1160 F: include/hw/ppc/mac_dbdma.h
1161 F: include/hw/pci-host/uninorth.h
1162 F: include/hw/input/adb*
1163 F: pc-bios/qemu_vga.ndrv
1165 Old World (g3beige)
1166 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1167 R: David Gibson <david@gibson.dropbear.id.au>
1168 L: qemu-ppc@nongnu.org
1169 S: Odd Fixes
1170 F: hw/ppc/mac_oldworld.c
1171 F: hw/pci-host/grackle.c
1172 F: hw/misc/macio/
1173 F: hw/intc/heathrow_pic.c
1174 F: hw/input/adb*
1175 F: include/hw/intc/heathrow_pic.h
1176 F: include/hw/input/adb*
1177 F: pc-bios/qemu_vga.ndrv
1179 PReP
1180 M: Hervé Poussineau <hpoussin@reactos.org>
1181 L: qemu-ppc@nongnu.org
1182 S: Maintained
1183 F: hw/ppc/prep.c
1184 F: hw/ppc/prep_systemio.c
1185 F: hw/ppc/rs6000_mc.c
1186 F: hw/pci-host/prep.[hc]
1187 F: hw/isa/i82378.c
1188 F: hw/isa/pc87312.c
1189 F: hw/dma/i82374.c
1190 F: hw/rtc/m48t59-isa.c
1191 F: include/hw/isa/pc87312.h
1192 F: include/hw/rtc/m48t59.h
1193 F: tests/acceptance/ppc_prep_40p.py
1195 sPAPR
1196 M: David Gibson <david@gibson.dropbear.id.au>
1197 L: qemu-ppc@nongnu.org
1198 S: Supported
1199 F: hw/*/spapr*
1200 F: include/hw/*/spapr*
1201 F: hw/*/xics*
1202 F: include/hw/*/xics*
1203 F: pc-bios/slof.bin
1204 F: docs/specs/ppc-spapr-hcalls.txt
1205 F: docs/specs/ppc-spapr-hotplug.txt
1206 F: tests/qtest/spapr*
1207 F: tests/qtest/libqos/*spapr*
1208 F: tests/qtest/rtas*
1209 F: tests/qtest/libqos/rtas*
1211 PowerNV (Non-Virtualized)
1212 M: Cédric Le Goater <clg@kaod.org>
1213 M: David Gibson <david@gibson.dropbear.id.au>
1214 L: qemu-ppc@nongnu.org
1215 S: Maintained
1216 F: hw/ppc/pnv*
1217 F: hw/intc/pnv*
1218 F: hw/intc/xics_pnv.c
1219 F: include/hw/ppc/pnv*
1220 F: pc-bios/skiboot.lid
1221 F: tests/qtest/pnv*
1223 virtex_ml507
1224 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1225 L: qemu-ppc@nongnu.org
1226 S: Odd Fixes
1227 F: hw/ppc/virtex_ml507.c
1229 sam460ex
1230 M: BALATON Zoltan <balaton@eik.bme.hu>
1231 L: qemu-ppc@nongnu.org
1232 S: Maintained
1233 F: hw/ppc/sam460ex.c
1234 F: hw/ppc/ppc440_pcix.c
1235 F: hw/display/sm501*
1236 F: hw/ide/sii3112.c
1237 F: hw/rtc/m41t80.c
1238 F: pc-bios/canyonlands.dt[sb]
1239 F: pc-bios/u-boot-sam460ex-20100605.bin
1240 F: roms/u-boot-sam460ex
1242 RISC-V Machines
1243 ---------------
1244 OpenTitan
1245 M: Alistair Francis <Alistair.Francis@wdc.com>
1246 L: qemu-riscv@nongnu.org
1247 S: Supported
1248 F: hw/riscv/opentitan.c
1249 F: include/hw/riscv/opentitan.h
1251 SH4 Machines
1252 ------------
1254 M: Magnus Damm <magnus.damm@gmail.com>
1255 S: Maintained
1256 F: hw/sh4/r2d.c
1257 F: hw/intc/sh_intc.c
1258 F: hw/timer/sh_timer.c
1260 Shix
1261 M: Magnus Damm <magnus.damm@gmail.com>
1262 S: Odd Fixes
1263 F: hw/sh4/shix.c
1265 SPARC Machines
1266 --------------
1267 Sun4m
1268 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1269 S: Maintained
1270 F: hw/sparc/sun4m.c
1271 F: hw/sparc/sun4m_iommu.c
1272 F: hw/display/cg3.c
1273 F: hw/display/tcx.c
1274 F: hw/dma/sparc32_dma.c
1275 F: hw/misc/eccmemctl.c
1276 F: hw/*/slavio_*.c
1277 F: include/hw/nvram/sun_nvram.h
1278 F: include/hw/sparc/sparc32_dma.h
1279 F: include/hw/sparc/sun4m_iommu.h
1280 F: pc-bios/openbios-sparc32
1282 Sun4u
1283 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1284 S: Maintained
1285 F: hw/sparc64/sun4u.c
1286 F: hw/sparc64/sun4u_iommu.c
1287 F: include/hw/sparc/sun4u_iommu.h
1288 F: hw/pci-host/sabre.c
1289 F: include/hw/pci-host/sabre.h
1290 F: hw/pci-bridge/simba.c
1291 F: include/hw/pci-bridge/simba.h
1292 F: pc-bios/openbios-sparc64
1294 Sun4v
1295 M: Artyom Tarasenko <atar4qemu@gmail.com>
1296 S: Maintained
1297 F: hw/sparc64/niagara.c
1298 F: hw/rtc/sun4v-rtc.c
1299 F: include/hw/rtc/sun4v-rtc.h
1301 Leon3
1302 M: Fabien Chouteau <chouteau@adacore.com>
1303 M: KONRAD Frederic <frederic.konrad@adacore.com>
1304 S: Maintained
1305 F: hw/sparc/leon3.c
1306 F: hw/*/grlib*
1307 F: include/hw/*/grlib*
1308 F: tests/acceptance/machine_sparc_leon3.py
1310 S390 Machines
1311 -------------
1312 S390 Virtio-ccw
1313 M: Cornelia Huck <cohuck@redhat.com>
1314 M: Halil Pasic <pasic@linux.ibm.com>
1315 M: Christian Borntraeger <borntraeger@de.ibm.com>
1316 S: Supported
1317 F: hw/char/sclp*.[hc]
1318 F: hw/char/terminal3270.c
1319 F: hw/s390x/
1320 F: include/hw/s390x/
1321 F: hw/watchdog/wdt_diag288.c
1322 F: include/hw/watchdog/wdt_diag288.h
1323 F: default-configs/s390x-softmmu.mak
1324 T: git https://github.com/cohuck/qemu.git s390-next
1325 T: git https://github.com/borntraeger/qemu.git s390-next
1326 L: qemu-s390x@nongnu.org
1328 S390-ccw boot
1329 M: Christian Borntraeger <borntraeger@de.ibm.com>
1330 M: Thomas Huth <thuth@redhat.com>
1331 S: Supported
1332 F: hw/s390x/ipl.*
1333 F: pc-bios/s390-ccw/
1334 F: pc-bios/s390-ccw.img
1335 F: docs/devel/s390-dasd-ipl.rst
1336 T: git https://github.com/borntraeger/qemu.git s390-next
1337 L: qemu-s390x@nongnu.org
1339 S390 PCI
1340 M: Matthew Rosato <mjrosato@linux.ibm.com>
1341 S: Supported
1342 F: hw/s390x/s390-pci*
1343 L: qemu-s390x@nongnu.org
1345 UniCore32 Machines
1346 ------------------
1347 PKUnity-3 SoC initramfs-with-busybox
1348 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1349 S: Maintained
1350 F: hw/*/puv3*
1351 F: hw/unicore32/
1353 X86 Machines
1354 ------------
1356 M: Michael S. Tsirkin <mst@redhat.com>
1357 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1358 S: Supported
1359 F: include/hw/i386/
1360 F: hw/i386/
1361 F: hw/pci-host/i440fx.c
1362 F: hw/pci-host/q35.c
1363 F: hw/pci-host/pam.c
1364 F: include/hw/pci-host/i440fx.h
1365 F: include/hw/pci-host/q35.h
1366 F: include/hw/pci-host/pam.h
1367 F: hw/isa/piix3.c
1368 F: hw/isa/lpc_ich9.c
1369 F: hw/i2c/smbus_ich9.c
1370 F: hw/acpi/piix4.c
1371 F: hw/acpi/ich9.c
1372 F: include/hw/acpi/ich9.h
1373 F: include/hw/southbridge/piix.h
1374 F: hw/misc/sga.c
1375 F: hw/isa/apm.c
1376 F: include/hw/isa/apm.h
1377 F: tests/test-x86-cpuid.c
1378 F: tests/qtest/test-x86-cpuid-compat.c
1380 PC Chipset
1381 M: Michael S. Tsirkin <mst@redhat.com>
1382 M: Paolo Bonzini <pbonzini@redhat.com>
1383 S: Supported
1384 F: hw/char/debugcon.c
1385 F: hw/char/parallel*
1386 F: hw/char/serial*
1387 F: hw/dma/i8257*
1388 F: hw/i2c/pm_smbus.c
1389 F: hw/input/pckbd.c
1390 F: hw/intc/apic*
1391 F: hw/intc/ioapic*
1392 F: hw/intc/i8259*
1393 F: hw/isa/isa-superio.c
1394 F: hw/misc/debugexit.c
1395 F: hw/misc/pc-testdev.c
1396 F: hw/timer/hpet*
1397 F: hw/timer/i8254*
1398 F: hw/rtc/mc146818rtc*
1399 F: hw/watchdog/wdt_ib700.c
1400 F: hw/watchdog/wdt_i6300esb.c
1401 F: include/hw/display/vga.h
1402 F: include/hw/char/parallel.h
1403 F: include/hw/dma/i8257.h
1404 F: include/hw/i2c/pm_smbus.h
1405 F: include/hw/input/i8042.h
1406 F: include/hw/isa/i8259_internal.h
1407 F: include/hw/isa/superio.h
1408 F: include/hw/timer/hpet.h
1409 F: include/hw/timer/i8254*
1410 F: include/hw/rtc/mc146818rtc*
1412 microvm
1413 M: Sergio Lopez <slp@redhat.com>
1414 M: Paolo Bonzini <pbonzini@redhat.com>
1415 S: Maintained
1416 F: docs/microvm.rst
1417 F: hw/i386/microvm.c
1418 F: include/hw/i386/microvm.h
1419 F: pc-bios/bios-microvm.bin
1421 Machine core
1422 M: Eduardo Habkost <ehabkost@redhat.com>
1423 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1424 S: Supported
1425 F: hw/core/cpu.c
1426 F: hw/core/machine-qmp-cmds.c
1427 F: hw/core/machine.c
1428 F: hw/core/null-machine.c
1429 F: hw/core/numa.c
1430 F: hw/cpu/cluster.c
1431 F: qapi/machine.json
1432 F: qapi/machine-target.json
1433 F: include/hw/boards.h
1434 F: include/hw/core/cpu.h
1435 F: include/hw/cpu/cluster.h
1436 F: include/sysemu/numa.h
1437 T: git https://github.com/ehabkost/qemu.git machine-next
1439 Xtensa Machines
1440 ---------------
1442 M: Max Filippov <jcmvbkbc@gmail.com>
1443 S: Maintained
1444 F: hw/xtensa/sim.c
1446 virt
1447 M: Max Filippov <jcmvbkbc@gmail.com>
1448 S: Maintained
1449 F: hw/xtensa/virt.c
1451 XTFPGA (LX60, LX200, ML605, KC705)
1452 M: Max Filippov <jcmvbkbc@gmail.com>
1453 S: Maintained
1454 F: hw/xtensa/xtfpga.c
1455 F: hw/net/opencores_eth.c
1457 Devices
1458 -------
1460 M: Jiri Slaby <jslaby@suse.cz>
1461 S: Maintained
1462 F: hw/misc/edu.c
1465 M: John Snow <jsnow@redhat.com>
1466 L: qemu-block@nongnu.org
1467 S: Supported
1468 F: include/hw/ide.h
1469 F: include/hw/ide/
1470 F: hw/ide/
1471 F: hw/block/block.c
1472 F: hw/block/cdrom.c
1473 F: hw/block/hd-geometry.c
1474 F: tests/qtest/ide-test.c
1475 F: tests/qtest/ahci-test.c
1476 F: tests/qtest/cdrom-test.c
1477 F: tests/qtest/libqos/ahci*
1478 T: git https://github.com/jnsnow/qemu.git ide
1480 IPMI
1481 M: Corey Minyard <minyard@acm.org>
1482 S: Maintained
1483 F: include/hw/ipmi/*
1484 F: hw/ipmi/*
1485 F: hw/smbios/smbios_type_38.c
1486 F: tests/qtest/ipmi*
1487 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1489 Floppy
1490 M: John Snow <jsnow@redhat.com>
1491 L: qemu-block@nongnu.org
1492 S: Supported
1493 F: hw/block/fdc.c
1494 F: include/hw/block/fdc.h
1495 F: tests/qtest/fdc-test.c
1496 T: git https://github.com/jnsnow/qemu.git ide
1498 OMAP
1499 M: Peter Maydell <peter.maydell@linaro.org>
1500 L: qemu-arm@nongnu.org
1501 S: Maintained
1502 F: hw/*/omap*
1503 F: include/hw/arm/omap.h
1505 IPack
1506 M: Alberto Garcia <berto@igalia.com>
1507 S: Odd Fixes
1508 F: hw/char/ipoctal232.c
1509 F: hw/ipack/
1512 M: Michael S. Tsirkin <mst@redhat.com>
1513 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1514 S: Supported
1515 F: include/hw/pci/*
1516 F: hw/misc/pci-testdev.c
1517 F: hw/pci/*
1518 F: hw/pci-bridge/*
1519 F: docs/pci*
1520 F: docs/specs/*pci*
1521 F: default-configs/pci.mak
1523 ACPI/SMBIOS
1524 M: Michael S. Tsirkin <mst@redhat.com>
1525 M: Igor Mammedov <imammedo@redhat.com>
1526 S: Supported
1527 F: include/hw/acpi/*
1528 F: include/hw/firmware/smbios.h
1529 F: hw/mem/*
1530 F: hw/acpi/*
1531 F: hw/smbios/*
1532 F: hw/i386/acpi-build.[hc]
1533 F: hw/arm/virt-acpi-build.c
1534 F: tests/qtest/bios-tables-test.c
1535 F: tests/qtest/acpi-utils.[hc]
1536 F: tests/data/acpi/
1538 ACPI/HEST/GHES
1539 R: Dongjiu Geng <gengdongjiu@huawei.com>
1540 R: Xiang Zheng <zhengxiang9@huawei.com>
1541 L: qemu-arm@nongnu.org
1542 S: Maintained
1543 F: hw/acpi/ghes.c
1544 F: include/hw/acpi/ghes.h
1545 F: docs/specs/acpi_hest_ghes.rst
1547 ppc4xx
1548 M: David Gibson <david@gibson.dropbear.id.au>
1549 L: qemu-ppc@nongnu.org
1550 S: Odd Fixes
1551 F: hw/ppc/ppc4*.c
1552 F: hw/i2c/ppc4xx_i2c.c
1553 F: include/hw/ppc/ppc4xx.h
1554 F: include/hw/i2c/ppc4xx_i2c.h
1556 Character devices
1557 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1558 R: Paolo Bonzini <pbonzini@redhat.com>
1559 S: Odd Fixes
1560 F: hw/char/
1562 Network devices
1563 M: Jason Wang <jasowang@redhat.com>
1564 S: Odd Fixes
1565 F: hw/net/
1566 F: include/hw/net/
1567 F: tests/qtest/virtio-net-test.c
1568 F: docs/virtio-net-failover.rst
1569 T: git https://github.com/jasowang/qemu.git net
1571 Parallel NOR Flash devices
1572 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1573 T: git https://gitlab.com/philmd/qemu.git pflash-next
1574 S: Maintained
1575 F: hw/block/pflash_cfi*.c
1576 F: include/hw/block/flash.h
1578 SCSI
1579 M: Paolo Bonzini <pbonzini@redhat.com>
1580 R: Fam Zheng <fam@euphon.net>
1581 S: Supported
1582 F: include/hw/scsi/*
1583 F: hw/scsi/*
1584 F: tests/qtest/virtio-scsi-test.c
1585 T: git https://github.com/bonzini/qemu.git scsi-next
1588 M: Alistair Francis <alistair@alistair23.me>
1589 S: Maintained
1590 F: hw/ssi/*
1591 F: hw/block/m25p80.c
1592 F: include/hw/ssi/ssi.h
1593 X: hw/ssi/xilinx_*
1594 F: tests/qtest/m25p80-test.c
1596 Xilinx SPI
1597 M: Alistair Francis <alistair@alistair23.me>
1598 S: Maintained
1599 F: hw/ssi/xilinx_*
1601 SD (Secure Card)
1602 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1603 S: Odd Fixes
1604 F: include/hw/sd/sd*
1605 F: hw/sd/core.c
1606 F: hw/sd/sd*
1607 F: hw/sd/ssi-sd.c
1608 F: tests/qtest/sd*
1611 M: Gerd Hoffmann <kraxel@redhat.com>
1612 S: Maintained
1613 F: hw/usb/*
1614 F: tests/qtest/usb-*-test.c
1615 F: docs/usb2.txt
1616 F: docs/usb-storage.txt
1617 F: include/hw/usb.h
1618 F: include/hw/usb/
1619 F: default-configs/usb.mak
1621 USB (serial adapter)
1622 M: Gerd Hoffmann <kraxel@redhat.com>
1623 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1624 S: Maintained
1625 F: hw/usb/dev-serial.c
1627 VFIO
1628 M: Alex Williamson <alex.williamson@redhat.com>
1629 S: Supported
1630 F: hw/vfio/*
1631 F: include/hw/vfio/
1633 vfio-ccw
1634 M: Cornelia Huck <cohuck@redhat.com>
1635 M: Eric Farman <farman@linux.ibm.com>
1636 S: Supported
1637 F: hw/vfio/ccw.c
1638 F: hw/s390x/s390-ccw.c
1639 F: include/hw/s390x/s390-ccw.h
1640 F: include/hw/s390x/vfio-ccw.h
1641 T: git https://github.com/cohuck/qemu.git s390-next
1642 L: qemu-s390x@nongnu.org
1644 vfio-ap
1645 M: Christian Borntraeger <borntraeger@de.ibm.com>
1646 M: Tony Krowiak <akrowiak@linux.ibm.com>
1647 M: Halil Pasic <pasic@linux.ibm.com>
1648 M: Pierre Morel <pmorel@linux.ibm.com>
1649 S: Supported
1650 F: hw/s390x/ap-device.c
1651 F: hw/s390x/ap-bridge.c
1652 F: include/hw/s390x/ap-device.h
1653 F: include/hw/s390x/ap-bridge.h
1654 F: hw/vfio/ap.c
1655 F: docs/system/s390x/vfio-ap.rst
1656 L: qemu-s390x@nongnu.org
1658 vhost
1659 M: Michael S. Tsirkin <mst@redhat.com>
1660 S: Supported
1661 F: hw/*/*vhost*
1662 F: docs/interop/vhost-user.json
1663 F: docs/interop/vhost-user.rst
1664 F: contrib/vhost-user-*/
1665 F: backends/vhost-user.c
1666 F: include/sysemu/vhost-user-backend.h
1668 virtio
1669 M: Michael S. Tsirkin <mst@redhat.com>
1670 S: Supported
1671 F: hw/*/virtio*
1672 F: hw/virtio/Makefile.objs
1673 F: hw/virtio/trace-events
1674 F: net/vhost-user.c
1675 F: include/hw/virtio/
1677 virtio-balloon
1678 M: Michael S. Tsirkin <mst@redhat.com>
1679 M: David Hildenbrand <david@redhat.com>
1680 S: Maintained
1681 F: hw/virtio/virtio-balloon*.c
1682 F: include/hw/virtio/virtio-balloon.h
1683 F: balloon.c
1684 F: include/sysemu/balloon.h
1686 virtio-9p
1687 M: Greg Kurz <groug@kaod.org>
1688 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1689 S: Odd Fixes
1690 F: hw/9pfs/
1691 X: hw/9pfs/xen-9p*
1692 F: fsdev/
1693 F: docs/interop/virtfs-proxy-helper.rst
1694 F: tests/qtest/virtio-9p-test.c
1695 T: git https://github.com/gkurz/qemu.git 9p-next
1697 virtio-blk
1698 M: Stefan Hajnoczi <stefanha@redhat.com>
1699 L: qemu-block@nongnu.org
1700 S: Supported
1701 F: hw/block/virtio-blk.c
1702 F: hw/block/dataplane/*
1703 F: tests/qtest/virtio-blk-test.c
1704 T: git https://github.com/stefanha/qemu.git block
1706 virtio-ccw
1707 M: Cornelia Huck <cohuck@redhat.com>
1708 M: Halil Pasic <pasic@linux.ibm.com>
1709 S: Supported
1710 F: hw/s390x/virtio-ccw*.[hc]
1711 F: hw/s390x/vhost-vsock-ccw.c
1712 T: git https://github.com/cohuck/qemu.git s390-next
1713 T: git https://github.com/borntraeger/qemu.git s390-next
1714 L: qemu-s390x@nongnu.org
1716 virtiofs
1717 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1718 M: Stefan Hajnoczi <stefanha@redhat.com>
1719 S: Supported
1720 F: tools/virtiofsd/*
1721 F: hw/virtio/vhost-user-fs*
1722 F: include/hw/virtio/vhost-user-fs.h
1723 F: docs/interop/virtiofsd.rst
1725 virtio-input
1726 M: Gerd Hoffmann <kraxel@redhat.com>
1727 S: Maintained
1728 F: hw/input/vhost-user-input.c
1729 F: hw/input/virtio-input*.c
1730 F: include/hw/virtio/virtio-input.h
1731 F: contrib/vhost-user-input/*
1733 virtio-iommu
1734 M: Eric Auger <eric.auger@redhat.com>
1735 S: Maintained
1736 F: hw/virtio/virtio-iommu*.c
1737 F: include/hw/virtio/virtio-iommu.h
1739 virtio-serial
1740 M: Laurent Vivier <lvivier@redhat.com>
1741 R: Amit Shah <amit@kernel.org>
1742 S: Supported
1743 F: hw/char/virtio-serial-bus.c
1744 F: hw/char/virtio-console.c
1745 F: include/hw/virtio/virtio-serial.h
1746 F: tests/qtest/virtio-serial-test.c
1748 virtio-rng
1749 M: Laurent Vivier <lvivier@redhat.com>
1750 R: Amit Shah <amit@kernel.org>
1751 S: Supported
1752 F: hw/virtio/virtio-rng.c
1753 F: include/hw/virtio/virtio-rng.h
1754 F: include/sysemu/rng*.h
1755 F: backends/rng*.c
1756 F: tests/qtest/virtio-rng-test.c
1758 virtio-crypto
1759 M: Gonglei <arei.gonglei@huawei.com>
1760 S: Supported
1761 F: hw/virtio/virtio-crypto.c
1762 F: hw/virtio/virtio-crypto-pci.c
1763 F: include/hw/virtio/virtio-crypto.h
1765 nvme
1766 M: Keith Busch <kbusch@kernel.org>
1767 L: qemu-block@nongnu.org
1768 S: Supported
1769 F: hw/block/nvme*
1770 F: tests/qtest/nvme-test.c
1772 megasas
1773 M: Hannes Reinecke <hare@suse.com>
1774 L: qemu-block@nongnu.org
1775 S: Supported
1776 F: hw/scsi/megasas.c
1777 F: hw/scsi/mfi.h
1778 F: tests/qtest/megasas-test.c
1780 Network packet abstractions
1781 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1782 S: Maintained
1783 F: include/net/eth.h
1784 F: net/eth.c
1785 F: hw/net/net_rx_pkt*
1786 F: hw/net/net_tx_pkt*
1788 Vmware
1789 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1790 S: Maintained
1791 F: hw/net/vmxnet*
1792 F: hw/scsi/vmw_pvscsi*
1793 F: tests/qtest/vmxnet3-test.c
1795 Rocker
1796 M: Jiri Pirko <jiri@resnulli.us>
1797 S: Maintained
1798 F: hw/net/rocker/
1799 F: tests/rocker/
1800 F: docs/specs/rocker.txt
1802 NVDIMM
1803 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1804 S: Maintained
1805 F: hw/acpi/nvdimm.c
1806 F: hw/mem/nvdimm.c
1807 F: include/hw/mem/nvdimm.h
1808 F: docs/nvdimm.txt
1810 e1000x
1811 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1812 S: Maintained
1813 F: hw/net/e1000x*
1815 e1000e
1816 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1817 S: Maintained
1818 F: hw/net/e1000e*
1820 eepro100
1821 M: Stefan Weil <sw@weilnetz.de>
1822 S: Maintained
1823 F: hw/net/eepro100.c
1825 tulip
1826 M: Sven Schnelle <svens@stackframe.org>
1827 S: Maintained
1828 F: hw/net/tulip.c
1829 F: hw/net/tulip.h
1831 Generic Loader
1832 M: Alistair Francis <alistair@alistair23.me>
1833 S: Maintained
1834 F: hw/core/generic-loader.c
1835 F: include/hw/core/generic-loader.h
1836 F: docs/generic-loader.txt
1838 Intel Hexadecimal Object File Loader
1839 M: Su Hang <suhang16@mails.ucas.ac.cn>
1840 S: Maintained
1841 F: tests/qtest/hexloader-test.c
1842 F: tests/data/hex-loader/test.hex
1844 CHRP NVRAM
1845 M: Thomas Huth <thuth@redhat.com>
1846 S: Maintained
1847 F: hw/nvram/chrp_nvram.c
1848 F: include/hw/nvram/chrp_nvram.h
1849 F: tests/qtest/prom-env-test.c
1851 VM Generation ID
1852 M: Ben Warren <ben@skyportsystems.com>
1853 S: Maintained
1854 F: hw/acpi/vmgenid.c
1855 F: include/hw/acpi/vmgenid.h
1856 F: docs/specs/vmgenid.txt
1857 F: tests/qtest/vmgenid-test.c
1858 F: stubs/vmgenid.c
1860 Unimplemented device
1861 M: Peter Maydell <peter.maydell@linaro.org>
1862 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1863 S: Maintained
1864 F: include/hw/misc/unimp.h
1865 F: hw/misc/unimp.c
1867 Standard VGA
1868 M: Gerd Hoffmann <kraxel@redhat.com>
1869 S: Maintained
1870 F: hw/display/vga*
1871 F: hw/display/bochs-display.c
1872 F: include/hw/display/vga.h
1873 F: include/hw/display/bochs-vbe.h
1875 ramfb
1876 M: Gerd Hoffmann <kraxel@redhat.com>
1877 S: Maintained
1878 F: hw/display/ramfb*.c
1879 F: include/hw/display/ramfb.h
1881 virtio-gpu
1882 M: Gerd Hoffmann <kraxel@redhat.com>
1883 S: Maintained
1884 F: hw/display/virtio-gpu*
1885 F: hw/display/virtio-vga.*
1886 F: include/hw/virtio/virtio-gpu.h
1888 vhost-user-blk
1889 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1890 S: Maintained
1891 F: contrib/vhost-user-blk/
1892 F: contrib/vhost-user-scsi/
1893 F: hw/block/vhost-user-blk.c
1894 F: hw/scsi/vhost-user-scsi.c
1895 F: hw/virtio/vhost-user-blk-pci.c
1896 F: hw/virtio/vhost-user-scsi-pci.c
1897 F: include/hw/virtio/vhost-user-blk.h
1898 F: include/hw/virtio/vhost-user-scsi.h
1900 vhost-user-gpu
1901 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1902 M: Gerd Hoffmann <kraxel@redhat.com>
1903 S: Maintained
1904 F: docs/interop/vhost-user-gpu.rst
1905 F: contrib/vhost-user-gpu
1906 F: hw/display/vhost-user-*
1908 Cirrus VGA
1909 M: Gerd Hoffmann <kraxel@redhat.com>
1910 S: Odd Fixes
1911 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1912 F: hw/display/cirrus*
1914 EDID Generator
1915 M: Gerd Hoffmann <kraxel@redhat.com>
1916 S: Maintained
1917 F: hw/display/edid*
1918 F: include/hw/display/edid.h
1919 F: qemu-edid.c
1921 PIIX4 South Bridge (i82371AB)
1922 M: Hervé Poussineau <hpoussin@reactos.org>
1923 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1924 S: Maintained
1925 F: hw/isa/piix4.c
1926 F: include/hw/southbridge/piix.h
1928 Firmware configuration (fw_cfg)
1929 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1930 R: Laszlo Ersek <lersek@redhat.com>
1931 R: Gerd Hoffmann <kraxel@redhat.com>
1932 S: Supported
1933 F: docs/specs/fw_cfg.txt
1934 F: hw/nvram/fw_cfg.c
1935 F: stubs/fw_cfg.c
1936 F: include/hw/nvram/fw_cfg.h
1937 F: include/standard-headers/linux/qemu_fw_cfg.h
1938 F: tests/qtest/libqos/fw_cfg.c
1939 F: tests/qtest/fw_cfg-test.c
1940 T: git https://github.com/philmd/qemu.git fw_cfg-next
1942 XIVE
1943 M: David Gibson <david@gibson.dropbear.id.au>
1944 M: Cédric Le Goater <clg@kaod.org>
1945 L: qemu-ppc@nongnu.org
1946 S: Supported
1947 F: hw/*/*xive*
1948 F: include/hw/*/*xive*
1949 F: docs/*/*xive*
1951 Subsystems
1952 ----------
1953 Audio
1954 M: Gerd Hoffmann <kraxel@redhat.com>
1955 S: Maintained
1956 F: audio/
1957 F: hw/audio/
1958 F: include/hw/audio/
1959 F: tests/qtest/ac97-test.c
1960 F: tests/qtest/es1370-test.c
1961 F: tests/qtest/intel-hda-test.c
1963 Block layer core
1964 M: Kevin Wolf <kwolf@redhat.com>
1965 M: Max Reitz <mreitz@redhat.com>
1966 L: qemu-block@nongnu.org
1967 S: Supported
1968 F: block*
1969 F: block/
1970 F: hw/block/
1971 F: include/block/
1972 F: qemu-img*
1973 F: docs/interop/qemu-img.rst
1974 F: qemu-io*
1975 F: tests/qemu-iotests/
1976 F: util/qemu-progress.c
1977 F: qobject/block-qdict.c
1978 F: tests/check-block-qdict.c
1979 T: git https://repo.or.cz/qemu/kevin.git block
1981 Block I/O path
1982 M: Stefan Hajnoczi <stefanha@redhat.com>
1983 M: Fam Zheng <fam@euphon.net>
1984 L: qemu-block@nongnu.org
1985 S: Supported
1986 F: util/async.c
1987 F: util/aio-*.c
1988 F: util/aio-*.h
1989 F: util/fdmon-*.c
1990 F: block/io.c
1991 F: migration/block*
1992 F: include/block/aio.h
1993 F: include/block/aio-wait.h
1994 F: scripts/qemugdb/aio.py
1995 T: git https://github.com/stefanha/qemu.git block
1997 Block SCSI subsystem
1998 M: Paolo Bonzini <pbonzini@redhat.com>
1999 R: Fam Zheng <fam@euphon.net>
2000 L: qemu-block@nongnu.org
2001 S: Supported
2002 F: include/scsi/*
2003 F: scsi/*
2005 Block Jobs
2006 M: John Snow <jsnow@redhat.com>
2007 L: qemu-block@nongnu.org
2008 S: Supported
2009 F: blockjob.c
2010 F: include/block/blockjob.h
2011 F: job.c
2012 F: job-qmp.c
2013 F: include/qemu/job.h
2014 F: block/backup.c
2015 F: block/commit.c
2016 F: block/stream.c
2017 F: block/mirror.c
2018 F: qapi/job.json
2019 T: git https://github.com/jnsnow/qemu.git jobs
2021 Block QAPI, monitor, command line
2022 M: Markus Armbruster <armbru@redhat.com>
2023 S: Supported
2024 F: blockdev.c
2025 F: blockdev-hmp-cmds.c
2026 F: block/qapi.c
2027 F: qapi/block*.json
2028 F: qapi/transaction.json
2029 T: git https://repo.or.cz/qemu/armbru.git block-next
2031 Dirty Bitmaps
2032 M: Eric Blake <eblake@redhat.com>
2033 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2034 R: John Snow <jsnow@redhat.com>
2035 L: qemu-block@nongnu.org
2036 S: Supported
2037 F: include/qemu/hbitmap.h
2038 F: include/block/dirty-bitmap.h
2039 F: block/monitor/bitmap-qmp-cmds.c
2040 F: block/dirty-bitmap.c
2041 F: block/qcow2-bitmap.c
2042 F: migration/block-dirty-bitmap.c
2043 F: util/hbitmap.c
2044 F: tests/test-hbitmap.c
2045 F: docs/interop/bitmaps.rst
2046 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2048 Character device backends
2049 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2050 R: Paolo Bonzini <pbonzini@redhat.com>
2051 S: Maintained
2052 F: chardev/
2053 F: include/chardev/
2054 F: qapi/char.json
2056 Character Devices (Braille)
2057 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2058 S: Maintained
2059 F: chardev/baum.c
2061 Command line option argument parsing
2062 M: Markus Armbruster <armbru@redhat.com>
2063 S: Supported
2064 F: include/qemu/option.h
2065 F: tests/test-keyval.c
2066 F: tests/test-qemu-opts.c
2067 F: util/keyval.c
2068 F: util/qemu-option.c
2070 Coverity model
2071 M: Markus Armbruster <armbru@redhat.com>
2072 S: Supported
2073 F: scripts/coverity-model.c
2075 Coverity Scan integration
2076 M: Peter Maydell <peter.maydell@linaro.org>
2077 S: Maintained
2078 F: scripts/coverity-scan/
2080 Device Tree
2081 M: Alistair Francis <alistair.francis@wdc.com>
2082 R: David Gibson <david@gibson.dropbear.id.au>
2083 S: Maintained
2084 F: device_tree.c
2085 F: include/sysemu/device_tree.h
2087 Dump
2088 S: Supported
2089 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2090 F: dump/
2091 F: hw/misc/vmcoreinfo.c
2092 F: include/hw/misc/vmcoreinfo.h
2093 F: include/qemu/win_dump_defs
2094 F: include/sysemu/dump-arch.h
2095 F: include/sysemu/dump.h
2096 F: qapi/dump.json
2097 F: scripts/dump-guest-memory.py
2098 F: stubs/dump.c
2100 Error reporting
2101 M: Markus Armbruster <armbru@redhat.com>
2102 S: Supported
2103 F: include/qapi/error.h
2104 F: include/qemu/error-report.h
2105 F: qapi/error.json
2106 F: util/error.c
2107 F: util/qemu-error.c
2108 F: scripts/coccinelle/err-bad-newline.cocci
2109 F: scripts/coccinelle/error-use-after-free.cocci
2110 F: scripts/coccinelle/error_propagate_null.cocci
2111 F: scripts/coccinelle/remove_local_err.cocci
2112 F: scripts/coccinelle/use-error_fatal.cocci
2114 GDB stub
2115 M: Alex Bennée <alex.bennee@linaro.org>
2116 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2117 S: Maintained
2118 F: gdbstub*
2119 F: gdb-xml/
2121 Memory API
2122 M: Paolo Bonzini <pbonzini@redhat.com>
2123 S: Supported
2124 F: include/exec/ioport.h
2125 F: ioport.c
2126 F: include/exec/memop.h
2127 F: include/exec/memory.h
2128 F: include/exec/ram_addr.h
2129 F: include/exec/ramblock.h
2130 F: memory.c
2131 F: include/exec/memory-internal.h
2132 F: exec.c
2133 F: scripts/coccinelle/memory-region-housekeeping.cocci
2135 SPICE
2136 M: Gerd Hoffmann <kraxel@redhat.com>
2137 S: Supported
2138 F: include/ui/qemu-spice.h
2139 F: include/ui/spice-display.h
2140 F: ui/spice-*.c
2141 F: audio/spiceaudio.c
2142 F: hw/display/qxl*
2143 F: qapi/ui.json
2144 F: docs/spice-port-fqdn.txt
2146 Graphics
2147 M: Gerd Hoffmann <kraxel@redhat.com>
2148 S: Odd Fixes
2149 F: ui/
2150 F: include/ui/
2151 F: qapi/ui.json
2152 F: util/drm.c
2154 Cocoa graphics
2155 M: Peter Maydell <peter.maydell@linaro.org>
2156 S: Odd Fixes
2157 F: ui/cocoa.m
2159 Main loop
2160 M: Paolo Bonzini <pbonzini@redhat.com>
2161 S: Maintained
2162 F: cpus.c
2163 F: include/qemu/main-loop.h
2164 F: include/sysemu/runstate.h
2165 F: util/main-loop.c
2166 F: util/qemu-timer.c
2167 F: softmmu/vl.c
2168 F: softmmu/main.c
2169 F: qapi/run-state.json
2171 Human Monitor (HMP)
2172 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2173 S: Maintained
2174 F: monitor/monitor-internal.h
2175 F: monitor/misc.c
2176 F: monitor/monitor.c
2177 F: monitor/hmp*
2178 F: hmp.h
2179 F: hmp-commands*.hx
2180 F: include/monitor/hmp-target.h
2181 F: tests/qtest/test-hmp.c
2182 F: include/qemu/qemu-print.h
2183 F: util/qemu-print.c
2185 Network device backends
2186 M: Jason Wang <jasowang@redhat.com>
2187 S: Maintained
2188 F: net/
2189 F: include/net/
2190 F: qemu-bridge-helper.c
2191 T: git https://github.com/jasowang/qemu.git net
2192 F: qapi/net.json
2194 Netmap network backend
2195 M: Luigi Rizzo <rizzo@iet.unipi.it>
2196 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2197 M: Vincenzo Maffione <v.maffione@gmail.com>
2198 W: http://info.iet.unipi.it/~luigi/netmap/
2199 S: Maintained
2200 F: net/netmap.c
2202 Host Memory Backends
2203 M: Eduardo Habkost <ehabkost@redhat.com>
2204 M: Igor Mammedov <imammedo@redhat.com>
2205 S: Maintained
2206 F: backends/hostmem*.c
2207 F: include/sysemu/hostmem.h
2208 T: git https://github.com/ehabkost/qemu.git machine-next
2210 Cryptodev Backends
2211 M: Gonglei <arei.gonglei@huawei.com>
2212 S: Maintained
2213 F: include/sysemu/cryptodev*.h
2214 F: backends/cryptodev*.c
2216 Python scripts
2217 M: Eduardo Habkost <ehabkost@redhat.com>
2218 M: Cleber Rosa <crosa@redhat.com>
2219 S: Odd fixes
2220 F: python/qemu/*py
2221 F: scripts/*.py
2222 F: tests/*.py
2224 Benchmark util
2225 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2226 S: Maintained
2227 F: scripts/simplebench/
2229 QAPI
2230 M: Markus Armbruster <armbru@redhat.com>
2231 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2232 S: Supported
2233 F: qapi/
2234 X: qapi/*.json
2235 F: include/qapi/
2236 X: include/qapi/qmp/
2237 F: include/qapi/qmp/dispatch.h
2238 F: tests/qapi-schema/
2239 F: tests/test-*-visitor.c
2240 F: tests/test-qapi-*.c
2241 F: tests/test-qmp-*.c
2242 F: tests/test-visitor-serialization.c
2243 F: scripts/qapi-gen.py
2244 F: scripts/qapi/*
2245 F: docs/devel/qapi*
2246 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2248 QAPI Schema
2249 M: Eric Blake <eblake@redhat.com>
2250 M: Markus Armbruster <armbru@redhat.com>
2251 S: Supported
2252 F: qapi/*.json
2253 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2255 QObject
2256 M: Markus Armbruster <armbru@redhat.com>
2257 S: Supported
2258 F: qobject/
2259 F: include/qapi/qmp/
2260 X: include/qapi/qmp/dispatch.h
2261 F: scripts/coccinelle/qobject.cocci
2262 F: tests/check-qdict.c
2263 F: tests/check-qjson.c
2264 F: tests/check-qlist.c
2265 F: tests/check-qlit.c
2266 F: tests/check-qnull.c
2267 F: tests/check-qnum.c
2268 F: tests/check-qobject.c
2269 F: tests/check-qstring.c
2270 F: tests/data/qobject/qdict.txt
2271 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2273 QEMU Guest Agent
2274 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2275 S: Maintained
2276 F: qga/
2277 F: docs/interop/qemu-ga.rst
2278 F: scripts/qemu-guest-agent/
2279 F: tests/test-qga.c
2280 F: docs/interop/qemu-ga-ref.texi
2281 T: git https://github.com/mdroth/qemu.git qga
2284 M: Paolo Bonzini <pbonzini@redhat.com>
2285 R: Daniel P. Berrange <berrange@redhat.com>
2286 R: Eduardo Habkost <ehabkost@redhat.com>
2287 S: Supported
2288 F: docs/qdev-device-use.txt
2289 F: hw/core/qdev*
2290 F: include/hw/qdev*
2291 F: include/monitor/qdev.h
2292 F: include/qom/
2293 F: qapi/qom.json
2294 F: qapi/qdev.json
2295 F: qdev-monitor.c
2296 F: qom/
2297 F: tests/check-qom-interface.c
2298 F: tests/check-qom-proplist.c
2299 F: tests/test-qdev-global-props.c
2302 M: Markus Armbruster <armbru@redhat.com>
2303 S: Supported
2304 F: monitor/monitor-internal.h
2305 F: monitor/qmp*
2306 F: monitor/misc.c
2307 F: monitor/monitor.c
2308 F: qapi/error.json
2309 F: docs/devel/*qmp-*
2310 F: docs/interop/*qmp-*
2311 F: scripts/qmp/
2312 F: tests/qtest/qmp-test.c
2313 F: tests/qtest/qmp-cmd-test.c
2314 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2316 qtest
2317 M: Thomas Huth <thuth@redhat.com>
2318 M: Laurent Vivier <lvivier@redhat.com>
2319 R: Paolo Bonzini <pbonzini@redhat.com>
2320 S: Maintained
2321 F: qtest.c
2322 F: accel/qtest.c
2323 F: tests/qtest/
2325 Device Fuzzing
2326 M: Alexander Bulekov <alxndr@bu.edu>
2327 R: Paolo Bonzini <pbonzini@redhat.com>
2328 R: Bandan Das <bsd@redhat.com>
2329 R: Stefan Hajnoczi <stefanha@redhat.com>
2330 S: Maintained
2331 F: tests/qtest/fuzz/
2333 Register API
2334 M: Alistair Francis <alistair@alistair23.me>
2335 S: Maintained
2336 F: hw/core/register.c
2337 F: include/hw/register.h
2338 F: include/hw/registerfields.h
2340 SLIRP
2341 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2342 S: Maintained
2343 F: slirp/
2344 F: net/slirp.c
2345 F: include/net/slirp.h
2346 T: git https://people.debian.org/~sthibault/qemu.git slirp
2348 Streams
2349 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2350 S: Maintained
2351 F: hw/core/stream.c
2352 F: include/hw/stream.h
2354 Stubs
2355 M: Paolo Bonzini <pbonzini@redhat.com>
2356 S: Maintained
2357 F: stubs/
2359 Tracing
2360 M: Stefan Hajnoczi <stefanha@redhat.com>
2361 S: Maintained
2362 F: trace/
2363 F: trace-events
2364 F: docs/qemu-option-trace.rst.inc
2365 F: scripts/tracetool.py
2366 F: scripts/tracetool/
2367 F: scripts/qemu-trace-stap*
2368 F: docs/interop/qemu-trace-stap.rst
2369 F: docs/devel/tracing.txt
2370 T: git https://github.com/stefanha/qemu.git tracing
2373 M: Stefan Berger <stefanb@linux.ibm.com>
2374 S: Maintained
2375 F: tpm.c
2376 F: stubs/tpm.c
2377 F: hw/tpm/*
2378 F: include/hw/acpi/tpm.h
2379 F: include/sysemu/tpm*
2380 F: qapi/tpm.json
2381 F: backends/tpm.c
2382 F: tests/qtest/*tpm*
2383 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2385 Checkpatch
2386 S: Odd Fixes
2387 F: scripts/checkpatch.pl
2389 Migration
2390 M: Juan Quintela <quintela@redhat.com>
2391 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2392 S: Maintained
2393 F: hw/core/vmstate-if.c
2394 F: include/hw/vmstate-if.h
2395 F: include/migration/
2396 F: migration/
2397 F: scripts/vmstate-static-checker.py
2398 F: tests/vmstate-static-checker-data/
2399 F: tests/qtest/migration-test.c
2400 F: docs/devel/migration.rst
2401 F: qapi/migration.json
2403 D-Bus
2404 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2405 S: Maintained
2406 F: backends/dbus-vmstate.c
2407 F: tests/dbus-vmstate*
2408 F: util/dbus.c
2409 F: include/qemu/dbus.h
2410 F: docs/interop/dbus.rst
2411 F: docs/interop/dbus-vmstate.rst
2413 Seccomp
2414 M: Eduardo Otubo <otubo@redhat.com>
2415 S: Supported
2416 F: qemu-seccomp.c
2417 F: include/sysemu/seccomp.h
2419 Cryptography
2420 M: Daniel P. Berrange <berrange@redhat.com>
2421 S: Maintained
2422 F: crypto/
2423 F: include/crypto/
2424 F: tests/test-crypto-*
2425 F: tests/benchmark-crypto-*
2426 F: tests/crypto-tls-*
2427 F: tests/pkix_asn1_tab.c
2428 F: qemu.sasl
2430 Coroutines
2431 M: Stefan Hajnoczi <stefanha@redhat.com>
2432 M: Kevin Wolf <kwolf@redhat.com>
2433 S: Maintained
2434 F: util/*coroutine*
2435 F: include/qemu/coroutine*
2436 F: tests/test-coroutine.c
2438 Buffers
2439 M: Daniel P. Berrange <berrange@redhat.com>
2440 S: Odd fixes
2441 F: util/buffer.c
2442 F: include/qemu/buffer.h
2444 I/O Channels
2445 M: Daniel P. Berrange <berrange@redhat.com>
2446 S: Maintained
2447 F: io/
2448 F: include/io/
2449 F: tests/test-io-*
2451 User authorization
2452 M: Daniel P. Berrange <berrange@redhat.com>
2453 S: Maintained
2454 F: authz/
2455 F: qapi/authz.json
2456 F: include/authz/
2457 F: tests/test-authz-*
2459 Sockets
2460 M: Daniel P. Berrange <berrange@redhat.com>
2461 M: Gerd Hoffmann <kraxel@redhat.com>
2462 S: Maintained
2463 F: include/qemu/sockets.h
2464 F: util/qemu-sockets.c
2465 F: qapi/sockets.json
2467 File monitor
2468 M: Daniel P. Berrange <berrange@redhat.com>
2469 S: Odd fixes
2470 F: util/filemonitor*.c
2471 F: include/qemu/filemonitor.h
2472 F: tests/test-util-filemonitor.c
2474 Throttling infrastructure
2475 M: Alberto Garcia <berto@igalia.com>
2476 S: Supported
2477 F: block/throttle-groups.c
2478 F: include/block/throttle-groups.h
2479 F: include/qemu/throttle*.h
2480 F: util/throttle.c
2481 F: docs/throttle.txt
2482 F: tests/test-throttle.c
2483 L: qemu-block@nongnu.org
2485 UUID
2486 M: Fam Zheng <fam@euphon.net>
2487 S: Supported
2488 F: util/uuid.c
2489 F: include/qemu/uuid.h
2490 F: tests/test-uuid.c
2492 COLO Framework
2493 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2494 S: Maintained
2495 F: migration/colo*
2496 F: include/migration/colo.h
2497 F: include/migration/failover.h
2498 F: docs/COLO-FT.txt
2500 COLO Proxy
2501 M: Zhang Chen <chen.zhang@intel.com>
2502 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2503 S: Supported
2504 F: docs/colo-proxy.txt
2505 F: net/colo*
2506 F: net/filter-rewriter.c
2507 F: net/filter-mirror.c
2509 Record/replay
2510 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2511 R: Paolo Bonzini <pbonzini@redhat.com>
2512 W: https://wiki.qemu.org/Features/record-replay
2513 S: Supported
2514 F: replay/*
2515 F: block/blkreplay.c
2516 F: net/filter-replay.c
2517 F: include/sysemu/replay.h
2518 F: docs/replay.txt
2519 F: stubs/replay.c
2521 IOVA Tree
2522 M: Peter Xu <peterx@redhat.com>
2523 S: Maintained
2524 F: include/qemu/iova-tree.h
2525 F: util/iova-tree.c
2527 elf2dmp
2528 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2529 S: Maintained
2530 F: contrib/elf2dmp/
2532 I2C and SMBus
2533 M: Corey Minyard <cminyard@mvista.com>
2534 S: Maintained
2535 F: hw/i2c/core.c
2536 F: hw/i2c/smbus_slave.c
2537 F: hw/i2c/smbus_master.c
2538 F: hw/i2c/smbus_eeprom.c
2539 F: include/hw/i2c/i2c.h
2540 F: include/hw/i2c/smbus_master.h
2541 F: include/hw/i2c/smbus_slave.h
2542 F: include/hw/i2c/smbus_eeprom.h
2544 EDK2 Firmware
2545 M: Laszlo Ersek <lersek@redhat.com>
2546 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2547 S: Supported
2548 F: pc-bios/descriptors/??-edk2-*.json
2549 F: pc-bios/edk2-*
2550 F: roms/Makefile.edk2
2551 F: roms/edk2
2552 F: roms/edk2-*
2553 F: tests/data/uefi-boot-images/
2554 F: tests/uefi-test-tools/
2555 F: .gitlab-ci.d/edk2.yml
2556 F: .gitlab-ci.d/edk2/
2558 Usermode Emulation
2559 ------------------
2560 Overall usermode emulation
2561 M: Riku Voipio <riku.voipio@iki.fi>
2562 S: Maintained
2563 F: thunk.c
2564 F: accel/tcg/user-exec*.c
2566 BSD user
2567 S: Orphan
2568 F: bsd-user/
2569 F: default-configs/*-bsd-user.mak
2571 Linux user
2572 M: Riku Voipio <riku.voipio@iki.fi>
2573 R: Laurent Vivier <laurent@vivier.eu>
2574 S: Maintained
2575 F: linux-user/
2576 F: default-configs/*-linux-user.mak
2577 F: scripts/qemu-binfmt-conf.sh
2578 F: scripts/update-syscalltbl.sh
2579 F: scripts/update-mips-syscall-args.sh
2580 F: scripts/gensyscalls.sh
2582 Tiny Code Generator (TCG)
2583 -------------------------
2584 Common TCG code
2585 M: Richard Henderson <rth@twiddle.net>
2586 S: Maintained
2587 F: tcg/
2588 F: include/tcg/
2590 TCG Plugins
2591 M: Alex Bennée <alex.bennee@linaro.org>
2592 S: Maintained
2593 F: docs/devel/tcg-plugins.rst
2594 F: plugins/
2595 F: tests/plugin
2597 AArch64 TCG target
2598 M: Richard Henderson <richard.henderson@linaro.org>
2599 S: Maintained
2600 L: qemu-arm@nongnu.org
2601 F: tcg/aarch64/
2602 F: disas/arm-a64.cc
2603 F: disas/libvixl/
2605 ARM TCG target
2606 M: Andrzej Zaborowski <balrogg@gmail.com>
2607 S: Maintained
2608 L: qemu-arm@nongnu.org
2609 F: tcg/arm/
2610 F: disas/arm.c
2612 i386 TCG target
2613 M: Richard Henderson <rth@twiddle.net>
2614 S: Maintained
2615 F: tcg/i386/
2616 F: disas/i386.c
2618 MIPS TCG target
2619 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2620 R: Aurelien Jarno <aurelien@aurel32.net>
2621 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2622 S: Maintained
2623 F: tcg/mips/
2625 PPC TCG target
2626 M: Richard Henderson <rth@twiddle.net>
2627 S: Odd Fixes
2628 F: tcg/ppc/
2629 F: disas/ppc.c
2631 RISC-V TCG target
2632 M: Palmer Dabbelt <palmer@dabbelt.com>
2633 M: Alistair Francis <Alistair.Francis@wdc.com>
2634 L: qemu-riscv@nongnu.org
2635 S: Maintained
2636 F: tcg/riscv/
2637 F: disas/riscv.c
2639 S390 TCG target
2640 M: Richard Henderson <rth@twiddle.net>
2641 S: Maintained
2642 F: tcg/s390/
2643 F: disas/s390.c
2644 L: qemu-s390x@nongnu.org
2646 SPARC TCG target
2647 S: Odd Fixes
2648 F: tcg/sparc/
2649 F: disas/sparc.c
2651 TCI TCG target
2652 M: Stefan Weil <sw@weilnetz.de>
2653 S: Maintained
2654 F: tcg/tci/
2655 F: tcg/tci.c
2656 F: disas/tci.c
2658 Block drivers
2659 -------------
2660 VMDK
2661 M: Fam Zheng <fam@euphon.net>
2662 L: qemu-block@nongnu.org
2663 S: Supported
2664 F: block/vmdk.c
2667 M: Jason Dillaman <dillaman@redhat.com>
2668 L: qemu-block@nongnu.org
2669 S: Supported
2670 F: block/rbd.c
2672 Sheepdog
2673 M: Liu Yuan <namei.unix@gmail.com>
2674 L: qemu-block@nongnu.org
2675 L: sheepdog@lists.wpkg.org
2676 S: Odd Fixes
2677 F: block/sheepdog.c
2679 VHDX
2680 M: Jeff Cody <codyprime@gmail.com>
2681 L: qemu-block@nongnu.org
2682 S: Supported
2683 F: block/vhdx*
2686 M: Stefan Weil <sw@weilnetz.de>
2687 L: qemu-block@nongnu.org
2688 S: Maintained
2689 F: block/vdi.c
2691 iSCSI
2692 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2693 M: Paolo Bonzini <pbonzini@redhat.com>
2694 M: Peter Lieven <pl@kamp.de>
2695 L: qemu-block@nongnu.org
2696 S: Odd Fixes
2697 F: block/iscsi.c
2698 F: block/iscsi-opts.c
2700 Network Block Device (NBD)
2701 M: Eric Blake <eblake@redhat.com>
2702 L: qemu-block@nongnu.org
2703 S: Maintained
2704 F: block/nbd*
2705 F: nbd/
2706 F: include/block/nbd*
2707 F: qemu-nbd.*
2708 F: blockdev-nbd.c
2709 F: docs/interop/nbd.txt
2710 F: docs/interop/qemu-nbd.rst
2711 T: git https://repo.or.cz/qemu/ericb.git nbd
2714 M: Peter Lieven <pl@kamp.de>
2715 L: qemu-block@nongnu.org
2716 S: Maintained
2717 F: block/nfs.c
2720 M: Richard W.M. Jones <rjones@redhat.com>
2721 L: qemu-block@nongnu.org
2722 S: Supported
2723 F: block/ssh.c
2725 CURL
2726 L: qemu-block@nongnu.org
2727 S: Odd Fixes
2728 F: block/curl.c
2730 GLUSTER
2731 L: qemu-block@nongnu.org
2732 L: integration@gluster.org
2733 S: Odd Fixes
2734 F: block/gluster.c
2736 Null Block Driver
2737 M: Fam Zheng <fam@euphon.net>
2738 L: qemu-block@nongnu.org
2739 S: Supported
2740 F: block/null.c
2742 NVMe Block Driver
2743 M: Fam Zheng <fam@euphon.net>
2744 L: qemu-block@nongnu.org
2745 S: Supported
2746 F: block/nvme*
2748 Bootdevice
2749 M: Gonglei <arei.gonglei@huawei.com>
2750 S: Maintained
2751 F: bootdevice.c
2753 Quorum
2754 M: Alberto Garcia <berto@igalia.com>
2755 S: Supported
2756 F: block/quorum.c
2757 L: qemu-block@nongnu.org
2759 blklogwrites
2760 M: Ari Sundholm <ari@tuxera.com>
2761 L: qemu-block@nongnu.org
2762 S: Supported
2763 F: block/blklogwrites.c
2765 blkverify
2766 M: Stefan Hajnoczi <stefanha@redhat.com>
2767 L: qemu-block@nongnu.org
2768 S: Supported
2769 F: block/blkverify.c
2771 bochs
2772 M: Stefan Hajnoczi <stefanha@redhat.com>
2773 L: qemu-block@nongnu.org
2774 S: Supported
2775 F: block/bochs.c
2777 cloop
2778 M: Stefan Hajnoczi <stefanha@redhat.com>
2779 L: qemu-block@nongnu.org
2780 S: Supported
2781 F: block/cloop.c
2784 M: Stefan Hajnoczi <stefanha@redhat.com>
2785 L: qemu-block@nongnu.org
2786 S: Supported
2787 F: block/dmg.c
2789 parallels
2790 M: Stefan Hajnoczi <stefanha@redhat.com>
2791 M: Denis V. Lunev <den@openvz.org>
2792 L: qemu-block@nongnu.org
2793 S: Supported
2794 F: block/parallels.c
2795 F: docs/interop/parallels.txt
2798 M: Stefan Hajnoczi <stefanha@redhat.com>
2799 L: qemu-block@nongnu.org
2800 S: Supported
2801 F: block/qed.c
2804 M: Kevin Wolf <kwolf@redhat.com>
2805 L: qemu-block@nongnu.org
2806 S: Supported
2807 F: block/linux-aio.c
2808 F: include/block/raw-aio.h
2809 F: block/raw-format.c
2810 F: block/file-posix.c
2811 F: block/file-win32.c
2812 F: block/win32-aio.c
2814 Linux io_uring
2815 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2816 M: Julia Suvorova <jusual@redhat.com>
2817 M: Stefan Hajnoczi <stefanha@redhat.com>
2818 L: qemu-block@nongnu.org
2819 S: Maintained
2820 F: block/io_uring.c
2821 F: stubs/io_uring.c
2823 qcow2
2824 M: Kevin Wolf <kwolf@redhat.com>
2825 M: Max Reitz <mreitz@redhat.com>
2826 L: qemu-block@nongnu.org
2827 S: Supported
2828 F: block/qcow2*
2829 F: docs/interop/qcow2.txt
2831 qcow
2832 M: Kevin Wolf <kwolf@redhat.com>
2833 L: qemu-block@nongnu.org
2834 S: Supported
2835 F: block/qcow.c
2837 blkdebug
2838 M: Kevin Wolf <kwolf@redhat.com>
2839 M: Max Reitz <mreitz@redhat.com>
2840 L: qemu-block@nongnu.org
2841 S: Supported
2842 F: block/blkdebug.c
2845 M: Kevin Wolf <kwolf@redhat.com>
2846 L: qemu-block@nongnu.org
2847 S: Supported
2848 F: block/vpc.c
2850 vvfat
2851 M: Kevin Wolf <kwolf@redhat.com>
2852 L: qemu-block@nongnu.org
2853 S: Supported
2854 F: block/vvfat.c
2856 Image format fuzzer
2857 M: Stefan Hajnoczi <stefanha@redhat.com>
2858 L: qemu-block@nongnu.org
2859 S: Supported
2860 F: tests/image-fuzzer/
2862 Replication
2863 M: Wen Congyang <wencongyang2@huawei.com>
2864 M: Xie Changlong <xiechanglong.d@gmail.com>
2865 S: Supported
2866 F: replication*
2867 F: block/replication.c
2868 F: tests/test-replication.c
2869 F: docs/block-replication.txt
2871 PVRDMA
2872 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2873 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2874 S: Maintained
2875 F: hw/rdma/*
2876 F: hw/rdma/vmw/*
2877 F: docs/pvrdma.txt
2878 F: contrib/rdmacm-mux/*
2879 F: qapi/rdma.json
2881 Semihosting
2882 M: Alex Bennée <alex.bennee@linaro.org>
2883 S: Maintained
2884 F: hw/semihosting/
2885 F: include/hw/semihosting/
2887 Build and test automation
2888 -------------------------
2889 Build and test automation
2890 M: Alex Bennée <alex.bennee@linaro.org>
2891 M: Fam Zheng <fam@euphon.net>
2892 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2893 S: Maintained
2894 F: .github/lockdown.yml
2895 F: .travis.yml
2896 F: scripts/travis/
2897 F: .shippable.yml
2898 F: tests/docker/
2899 F: tests/vm/
2900 F: scripts/archive-source.sh
2901 W: https://travis-ci.org/qemu/qemu
2902 W: https://app.shippable.com/github/qemu/qemu
2903 W: http://patchew.org/QEMU/
2905 FreeBSD Hosted Continuous Integration
2906 M: Ed Maste <emaste@freebsd.org>
2907 M: Li-Wen Hsu <lwhsu@freebsd.org>
2908 S: Maintained
2909 F: .cirrus.yml
2910 W: https://cirrus-ci.com/github/qemu/qemu
2912 GitLab Continuous Integration
2913 M: Thomas Huth <thuth@redhat.com>
2914 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2915 M: Alex Bennée <alex.bennee@linaro.org>
2916 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
2917 S: Maintained
2918 F: .gitlab-ci.yml
2920 Guest Test Compilation Support
2921 M: Alex Bennée <alex.bennee@linaro.org>
2922 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2923 S: Maintained
2924 F: tests/tcg/Makefile
2925 F: tests/tcg/Makefile.include
2927 Documentation
2928 -------------
2929 Build system architecture
2930 M: Daniel P. Berrange <berrange@redhat.com>
2931 S: Odd Fixes
2932 F: docs/devel/build-system.txt
2934 GIT Data Mining Config
2935 M: Alex Bennée <alex.bennee@linaro.org>
2936 S: Odd Fixes
2937 F: gitdm.config
2938 F: contrib/gitdm/*
2940 Incompatible changes
2941 R: libvir-list@redhat.com
2942 F: docs/system/deprecated.rst
2944 Build System
2945 ------------
2946 GIT submodules
2947 M: Daniel P. Berrange <berrange@redhat.com>
2948 S: Odd Fixes
2949 F: scripts/git-submodule.sh
2951 UI translations
2952 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2953 F: po/*.po
2955 Sphinx documentation configuration and build machinery
2956 M: Peter Maydell <peter.maydell@linaro.org>
2957 S: Maintained
2958 F: docs/conf.py
2959 F: docs/*/conf.py