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