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