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