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