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