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