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