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