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