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