hw/ide/pci.c: Coding style update to fix checkpatch errors
[qemu/ar7.git] / MAINTAINERS
blob36d0c6887a9962824bbcf304bae7ee2994d7aaa1
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: block/qapi.c
1924 F: qapi/block*.json
1925 F: qapi/transaction.json
1926 T: git https://repo.or.cz/qemu/armbru.git block-next
1928 Dirty Bitmaps
1929 M: John Snow <jsnow@redhat.com>
1930 R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1931 L: qemu-block@nongnu.org
1932 S: Supported
1933 F: include/qemu/hbitmap.h
1934 F: include/block/dirty-bitmap.h
1935 F: block/dirty-bitmap.c
1936 F: block/qcow2-bitmap.c
1937 F: migration/block-dirty-bitmap.c
1938 F: util/hbitmap.c
1939 F: tests/test-hbitmap.c
1940 F: docs/interop/bitmaps.rst
1941 T: git https://github.com/jnsnow/qemu.git bitmaps
1943 Character device backends
1944 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1945 R: Paolo Bonzini <pbonzini@redhat.com>
1946 S: Maintained
1947 F: chardev/
1948 F: include/chardev/
1949 F: qapi/char.json
1951 Character Devices (Braille)
1952 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1953 S: Maintained
1954 F: chardev/baum.c
1956 Command line option argument parsing
1957 M: Markus Armbruster <armbru@redhat.com>
1958 S: Supported
1959 F: include/qemu/option.h
1960 F: tests/test-keyval.c
1961 F: tests/test-qemu-opts.c
1962 F: util/keyval.c
1963 F: util/qemu-option.c
1965 Coverity model
1966 M: Markus Armbruster <armbru@redhat.com>
1967 S: Supported
1968 F: scripts/coverity-model.c
1970 Device Tree
1971 M: Alistair Francis <alistair.francis@wdc.com>
1972 R: David Gibson <david@gibson.dropbear.id.au>
1973 S: Maintained
1974 F: device_tree.c
1975 F: include/sysemu/device_tree.h
1977 Dump
1978 S: Supported
1979 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1980 F: dump/
1981 F: hw/misc/vmcoreinfo.c
1982 F: include/hw/misc/vmcoreinfo.h
1983 F: include/qemu/win_dump_defs
1984 F: include/sysemu/dump-arch.h
1985 F: include/sysemu/dump.h
1986 F: qapi/dump.json
1987 F: scripts/dump-guest-memory.py
1988 F: stubs/dump.c
1990 Error reporting
1991 M: Markus Armbruster <armbru@redhat.com>
1992 S: Supported
1993 F: include/qapi/error.h
1994 F: include/qemu/error-report.h
1995 F: qapi/error.json
1996 F: util/error.c
1997 F: util/qemu-error.c
1999 GDB stub
2000 M: Alex Bennée <alex.bennee@linaro.org>
2001 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2002 S: Maintained
2003 F: gdbstub*
2004 F: gdb-xml/
2006 Memory API
2007 M: Paolo Bonzini <pbonzini@redhat.com>
2008 S: Supported
2009 F: include/exec/ioport.h
2010 F: ioport.c
2011 F: include/exec/memop.h
2012 F: include/exec/memory.h
2013 F: include/exec/ram_addr.h
2014 F: include/exec/ramblock.h
2015 F: memory.c
2016 F: include/exec/memory-internal.h
2017 F: exec.c
2019 SPICE
2020 M: Gerd Hoffmann <kraxel@redhat.com>
2021 S: Supported
2022 F: include/ui/qemu-spice.h
2023 F: include/ui/spice-display.h
2024 F: ui/spice-*.c
2025 F: audio/spiceaudio.c
2026 F: hw/display/qxl*
2027 F: qapi/ui.json
2028 F: docs/spice-port-fqdn.txt
2030 Graphics
2031 M: Gerd Hoffmann <kraxel@redhat.com>
2032 S: Odd Fixes
2033 F: ui/
2034 F: include/ui/
2035 F: qapi/ui.json
2036 F: util/drm.c
2038 Cocoa graphics
2039 M: Peter Maydell <peter.maydell@linaro.org>
2040 S: Odd Fixes
2041 F: ui/cocoa.m
2043 Main loop
2044 M: Paolo Bonzini <pbonzini@redhat.com>
2045 S: Maintained
2046 F: cpus.c
2047 F: include/qemu/main-loop.h
2048 F: include/sysemu/runstate.h
2049 F: util/main-loop.c
2050 F: util/qemu-timer.c
2051 F: softmmu/vl.c
2052 F: softmmu/main.c
2053 F: qapi/run-state.json
2055 Human Monitor (HMP)
2056 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2057 S: Maintained
2058 F: monitor/monitor-internal.h
2059 F: monitor/misc.c
2060 F: monitor/monitor.c
2061 F: monitor/hmp*
2062 F: hmp.h
2063 F: hmp-commands*.hx
2064 F: include/monitor/hmp-target.h
2065 F: tests/qtest/test-hmp.c
2066 F: include/qemu/qemu-print.h
2067 F: util/qemu-print.c
2069 Network device backends
2070 M: Jason Wang <jasowang@redhat.com>
2071 S: Maintained
2072 F: net/
2073 F: include/net/
2074 F: qemu-bridge-helper.c
2075 T: git https://github.com/jasowang/qemu.git net
2076 F: qapi/net.json
2078 Netmap network backend
2079 M: Luigi Rizzo <rizzo@iet.unipi.it>
2080 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2081 M: Vincenzo Maffione <v.maffione@gmail.com>
2082 W: http://info.iet.unipi.it/~luigi/netmap/
2083 S: Maintained
2084 F: net/netmap.c
2086 Host Memory Backends
2087 M: Eduardo Habkost <ehabkost@redhat.com>
2088 M: Igor Mammedov <imammedo@redhat.com>
2089 S: Maintained
2090 F: backends/hostmem*.c
2091 F: include/sysemu/hostmem.h
2092 T: git https://github.com/ehabkost/qemu.git machine-next
2094 Cryptodev Backends
2095 M: Gonglei <arei.gonglei@huawei.com>
2096 S: Maintained
2097 F: include/sysemu/cryptodev*.h
2098 F: backends/cryptodev*.c
2100 Python scripts
2101 M: Eduardo Habkost <ehabkost@redhat.com>
2102 M: Cleber Rosa <crosa@redhat.com>
2103 S: Odd fixes
2104 F: python/qemu/*py
2105 F: scripts/*.py
2106 F: tests/*.py
2108 QAPI
2109 M: Markus Armbruster <armbru@redhat.com>
2110 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2111 S: Supported
2112 F: qapi/
2113 X: qapi/*.json
2114 F: include/qapi/
2115 X: include/qapi/qmp/
2116 F: include/qapi/qmp/dispatch.h
2117 F: tests/qapi-schema/
2118 F: tests/test-*-visitor.c
2119 F: tests/test-qapi-*.c
2120 F: tests/test-qmp-*.c
2121 F: tests/test-visitor-serialization.c
2122 F: scripts/qapi-gen.py
2123 F: scripts/qapi/*
2124 F: docs/devel/qapi*
2125 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2127 QAPI Schema
2128 M: Eric Blake <eblake@redhat.com>
2129 M: Markus Armbruster <armbru@redhat.com>
2130 S: Supported
2131 F: qapi/*.json
2132 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2134 QObject
2135 M: Markus Armbruster <armbru@redhat.com>
2136 S: Supported
2137 F: qobject/
2138 F: include/qapi/qmp/
2139 X: include/qapi/qmp/dispatch.h
2140 F: scripts/coccinelle/qobject.cocci
2141 F: tests/check-qdict.c
2142 F: tests/check-qjson.c
2143 F: tests/check-qlist.c
2144 F: tests/check-qlit.c
2145 F: tests/check-qnull.c
2146 F: tests/check-qnum.c
2147 F: tests/check-qobject.c
2148 F: tests/check-qstring.c
2149 F: tests/data/qobject/qdict.txt
2150 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2152 QEMU Guest Agent
2153 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2154 S: Maintained
2155 F: qga/
2156 F: docs/interop/qemu-ga.rst
2157 F: scripts/qemu-guest-agent/
2158 F: tests/test-qga.c
2159 F: docs/interop/qemu-ga-ref.texi
2160 T: git https://github.com/mdroth/qemu.git qga
2163 M: Paolo Bonzini <pbonzini@redhat.com>
2164 R: Daniel P. Berrange <berrange@redhat.com>
2165 R: Eduardo Habkost <ehabkost@redhat.com>
2166 S: Supported
2167 F: docs/qdev-device-use.txt
2168 F: hw/core/qdev*
2169 F: include/hw/qdev*
2170 F: include/monitor/qdev.h
2171 F: include/qom/
2172 F: qapi/qom.json
2173 F: qapi/qdev.json
2174 F: qdev-monitor.c
2175 F: qom/
2176 F: tests/check-qom-interface.c
2177 F: tests/check-qom-proplist.c
2178 F: tests/test-qdev-global-props.c
2181 M: Markus Armbruster <armbru@redhat.com>
2182 S: Supported
2183 F: monitor/monitor-internal.h
2184 F: monitor/qmp*
2185 F: monitor/misc.c
2186 F: monitor/monitor.c
2187 F: qapi/error.json
2188 F: docs/devel/*qmp-*
2189 F: docs/interop/*qmp-*
2190 F: scripts/qmp/
2191 F: tests/qtest/qmp-test.c
2192 F: tests/qtest/qmp-cmd-test.c
2193 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2195 qtest
2196 M: Thomas Huth <thuth@redhat.com>
2197 M: Laurent Vivier <lvivier@redhat.com>
2198 R: Paolo Bonzini <pbonzini@redhat.com>
2199 S: Maintained
2200 F: qtest.c
2201 F: accel/qtest.c
2202 F: tests/qtest/
2204 Device Fuzzing
2205 M: Alexander Bulekov <alxndr@bu.edu>
2206 R: Paolo Bonzini <pbonzini@redhat.com>
2207 R: Bandan Das <bsd@redhat.com>
2208 R: Stefan Hajnoczi <stefanha@redhat.com>
2209 S: Maintained
2210 F: tests/qtest/fuzz/
2212 Register API
2213 M: Alistair Francis <alistair@alistair23.me>
2214 S: Maintained
2215 F: hw/core/register.c
2216 F: include/hw/register.h
2217 F: include/hw/registerfields.h
2219 SLIRP
2220 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2221 S: Maintained
2222 F: slirp/
2223 F: net/slirp.c
2224 F: include/net/slirp.h
2225 T: git https://people.debian.org/~sthibault/qemu.git slirp
2227 Stubs
2228 M: Paolo Bonzini <pbonzini@redhat.com>
2229 S: Maintained
2230 F: stubs/
2232 Tracing
2233 M: Stefan Hajnoczi <stefanha@redhat.com>
2234 S: Maintained
2235 F: trace/
2236 F: trace-events
2237 F: docs/qemu-option-trace.rst.inc
2238 F: scripts/tracetool.py
2239 F: scripts/tracetool/
2240 F: scripts/qemu-trace-stap*
2241 F: docs/interop/qemu-trace-stap.rst
2242 F: docs/devel/tracing.txt
2243 T: git https://github.com/stefanha/qemu.git tracing
2246 M: Stefan Berger <stefanb@linux.ibm.com>
2247 S: Maintained
2248 F: tpm.c
2249 F: stubs/tpm.c
2250 F: hw/tpm/*
2251 F: include/hw/acpi/tpm.h
2252 F: include/sysemu/tpm*
2253 F: qapi/tpm.json
2254 F: backends/tpm.c
2255 F: tests/qtest/*tpm*
2256 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2258 Checkpatch
2259 S: Odd Fixes
2260 F: scripts/checkpatch.pl
2262 Migration
2263 M: Juan Quintela <quintela@redhat.com>
2264 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2265 S: Maintained
2266 F: hw/core/vmstate-if.c
2267 F: include/hw/vmstate-if.h
2268 F: include/migration/
2269 F: migration/
2270 F: scripts/vmstate-static-checker.py
2271 F: tests/vmstate-static-checker-data/
2272 F: tests/qtest/migration-test.c
2273 F: docs/devel/migration.rst
2274 F: qapi/migration.json
2276 D-Bus
2277 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2278 S: Maintained
2279 F: backends/dbus-vmstate.c
2280 F: tests/dbus-vmstate*
2281 F: util/dbus.c
2282 F: include/qemu/dbus.h
2283 F: docs/interop/dbus.rst
2284 F: docs/interop/dbus-vmstate.rst
2286 Seccomp
2287 M: Eduardo Otubo <otubo@redhat.com>
2288 S: Supported
2289 F: qemu-seccomp.c
2290 F: include/sysemu/seccomp.h
2292 Cryptography
2293 M: Daniel P. Berrange <berrange@redhat.com>
2294 S: Maintained
2295 F: crypto/
2296 F: include/crypto/
2297 F: tests/test-crypto-*
2298 F: tests/benchmark-crypto-*
2299 F: tests/crypto-tls-*
2300 F: tests/pkix_asn1_tab.c
2301 F: qemu.sasl
2303 Coroutines
2304 M: Stefan Hajnoczi <stefanha@redhat.com>
2305 M: Kevin Wolf <kwolf@redhat.com>
2306 S: Maintained
2307 F: util/*coroutine*
2308 F: include/qemu/coroutine*
2309 F: tests/test-coroutine.c
2311 Buffers
2312 M: Daniel P. Berrange <berrange@redhat.com>
2313 S: Odd fixes
2314 F: util/buffer.c
2315 F: include/qemu/buffer.h
2317 I/O Channels
2318 M: Daniel P. Berrange <berrange@redhat.com>
2319 S: Maintained
2320 F: io/
2321 F: include/io/
2322 F: tests/test-io-*
2324 User authorization
2325 M: Daniel P. Berrange <berrange@redhat.com>
2326 S: Maintained
2327 F: authz/
2328 F: qapi/authz.json
2329 F: include/authz/
2330 F: tests/test-authz-*
2332 Sockets
2333 M: Daniel P. Berrange <berrange@redhat.com>
2334 M: Gerd Hoffmann <kraxel@redhat.com>
2335 S: Maintained
2336 F: include/qemu/sockets.h
2337 F: util/qemu-sockets.c
2338 F: qapi/sockets.json
2340 File monitor
2341 M: Daniel P. Berrange <berrange@redhat.com>
2342 S: Odd fixes
2343 F: util/filemonitor*.c
2344 F: include/qemu/filemonitor.h
2345 F: tests/test-util-filemonitor.c
2347 Throttling infrastructure
2348 M: Alberto Garcia <berto@igalia.com>
2349 S: Supported
2350 F: block/throttle-groups.c
2351 F: include/block/throttle-groups.h
2352 F: include/qemu/throttle*.h
2353 F: util/throttle.c
2354 F: docs/throttle.txt
2355 F: tests/test-throttle.c
2356 L: qemu-block@nongnu.org
2358 UUID
2359 M: Fam Zheng <fam@euphon.net>
2360 S: Supported
2361 F: util/uuid.c
2362 F: include/qemu/uuid.h
2363 F: tests/test-uuid.c
2365 COLO Framework
2366 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2367 S: Maintained
2368 F: migration/colo*
2369 F: include/migration/colo.h
2370 F: include/migration/failover.h
2371 F: docs/COLO-FT.txt
2373 COLO Proxy
2374 M: Zhang Chen <chen.zhang@intel.com>
2375 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2376 S: Supported
2377 F: docs/colo-proxy.txt
2378 F: net/colo*
2379 F: net/filter-rewriter.c
2380 F: net/filter-mirror.c
2382 Record/replay
2383 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2384 R: Paolo Bonzini <pbonzini@redhat.com>
2385 W: https://wiki.qemu.org/Features/record-replay
2386 S: Supported
2387 F: replay/*
2388 F: block/blkreplay.c
2389 F: net/filter-replay.c
2390 F: include/sysemu/replay.h
2391 F: docs/replay.txt
2392 F: stubs/replay.c
2394 IOVA Tree
2395 M: Peter Xu <peterx@redhat.com>
2396 S: Maintained
2397 F: include/qemu/iova-tree.h
2398 F: util/iova-tree.c
2400 elf2dmp
2401 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2402 S: Maintained
2403 F: contrib/elf2dmp/
2405 I2C and SMBus
2406 M: Corey Minyard <cminyard@mvista.com>
2407 S: Maintained
2408 F: hw/i2c/core.c
2409 F: hw/i2c/smbus_slave.c
2410 F: hw/i2c/smbus_master.c
2411 F: hw/i2c/smbus_eeprom.c
2412 F: include/hw/i2c/i2c.h
2413 F: include/hw/i2c/smbus_master.h
2414 F: include/hw/i2c/smbus_slave.h
2415 F: include/hw/i2c/smbus_eeprom.h
2417 EDK2 Firmware
2418 M: Laszlo Ersek <lersek@redhat.com>
2419 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2420 S: Supported
2421 F: pc-bios/descriptors/??-edk2-*.json
2422 F: pc-bios/edk2-*
2423 F: roms/Makefile.edk2
2424 F: roms/edk2
2425 F: roms/edk2-*
2426 F: tests/data/uefi-boot-images/
2427 F: tests/uefi-test-tools/
2428 F: .gitlab-ci-edk2.yml
2429 F: .gitlab-ci.d/edk2/
2431 Usermode Emulation
2432 ------------------
2433 Overall usermode emulation
2434 M: Riku Voipio <riku.voipio@iki.fi>
2435 S: Maintained
2436 F: thunk.c
2437 F: accel/tcg/user-exec*.c
2439 BSD user
2440 S: Orphan
2441 F: bsd-user/
2442 F: default-configs/*-bsd-user.mak
2444 Linux user
2445 M: Riku Voipio <riku.voipio@iki.fi>
2446 R: Laurent Vivier <laurent@vivier.eu>
2447 S: Maintained
2448 F: linux-user/
2449 F: default-configs/*-linux-user.mak
2450 F: scripts/qemu-binfmt-conf.sh
2452 Tiny Code Generator (TCG)
2453 -------------------------
2454 Common TCG code
2455 M: Richard Henderson <rth@twiddle.net>
2456 S: Maintained
2457 F: tcg/
2458 F: include/tcg/
2460 TCG Plugins
2461 M: Alex Bennée <alex.bennee@linaro.org>
2462 S: Maintained
2463 F: docs/devel/tcg-plugins.rst
2464 F: plugins/
2465 F: tests/plugin
2467 AArch64 TCG target
2468 M: Richard Henderson <richard.henderson@linaro.org>
2469 S: Maintained
2470 L: qemu-arm@nongnu.org
2471 F: tcg/aarch64/
2472 F: disas/arm-a64.cc
2473 F: disas/libvixl/
2475 ARM TCG target
2476 M: Andrzej Zaborowski <balrogg@gmail.com>
2477 S: Maintained
2478 L: qemu-arm@nongnu.org
2479 F: tcg/arm/
2480 F: disas/arm.c
2482 i386 TCG target
2483 M: Richard Henderson <rth@twiddle.net>
2484 S: Maintained
2485 F: tcg/i386/
2486 F: disas/i386.c
2488 MIPS TCG target
2489 M: Aurelien Jarno <aurelien@aurel32.net>
2490 R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2491 S: Maintained
2492 F: tcg/mips/
2494 PPC TCG target
2495 M: Richard Henderson <rth@twiddle.net>
2496 S: Odd Fixes
2497 F: tcg/ppc/
2498 F: disas/ppc.c
2500 RISC-V TCG target
2501 M: Palmer Dabbelt <palmer@dabbelt.com>
2502 M: Alistair Francis <Alistair.Francis@wdc.com>
2503 L: qemu-riscv@nongnu.org
2504 S: Maintained
2505 F: tcg/riscv/
2506 F: disas/riscv.c
2508 S390 TCG target
2509 M: Richard Henderson <rth@twiddle.net>
2510 S: Maintained
2511 F: tcg/s390/
2512 F: disas/s390.c
2513 L: qemu-s390x@nongnu.org
2515 SPARC TCG target
2516 S: Odd Fixes
2517 F: tcg/sparc/
2518 F: disas/sparc.c
2520 TCI TCG target
2521 M: Stefan Weil <sw@weilnetz.de>
2522 S: Maintained
2523 F: tcg/tci/
2524 F: tcg/tci.c
2525 F: disas/tci.c
2527 Block drivers
2528 -------------
2529 VMDK
2530 M: Fam Zheng <fam@euphon.net>
2531 L: qemu-block@nongnu.org
2532 S: Supported
2533 F: block/vmdk.c
2536 M: Jason Dillaman <dillaman@redhat.com>
2537 L: qemu-block@nongnu.org
2538 S: Supported
2539 F: block/rbd.c
2541 Sheepdog
2542 M: Liu Yuan <namei.unix@gmail.com>
2543 L: qemu-block@nongnu.org
2544 L: sheepdog@lists.wpkg.org
2545 S: Odd Fixes
2546 F: block/sheepdog.c
2548 VHDX
2549 M: Jeff Cody <codyprime@gmail.com>
2550 L: qemu-block@nongnu.org
2551 S: Supported
2552 F: block/vhdx*
2555 M: Stefan Weil <sw@weilnetz.de>
2556 L: qemu-block@nongnu.org
2557 S: Maintained
2558 F: block/vdi.c
2560 iSCSI
2561 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2562 M: Paolo Bonzini <pbonzini@redhat.com>
2563 M: Peter Lieven <pl@kamp.de>
2564 L: qemu-block@nongnu.org
2565 S: Odd Fixes
2566 F: block/iscsi.c
2567 F: block/iscsi-opts.c
2569 Network Block Device (NBD)
2570 M: Eric Blake <eblake@redhat.com>
2571 L: qemu-block@nongnu.org
2572 S: Maintained
2573 F: block/nbd*
2574 F: nbd/
2575 F: include/block/nbd*
2576 F: qemu-nbd.*
2577 F: blockdev-nbd.c
2578 F: docs/interop/nbd.txt
2579 F: docs/interop/qemu-nbd.rst
2580 T: git https://repo.or.cz/qemu/ericb.git nbd
2583 M: Peter Lieven <pl@kamp.de>
2584 L: qemu-block@nongnu.org
2585 S: Maintained
2586 F: block/nfs.c
2589 M: Richard W.M. Jones <rjones@redhat.com>
2590 L: qemu-block@nongnu.org
2591 S: Supported
2592 F: block/ssh.c
2594 CURL
2595 L: qemu-block@nongnu.org
2596 S: Odd Fixes
2597 F: block/curl.c
2599 GLUSTER
2600 L: qemu-block@nongnu.org
2601 L: integration@gluster.org
2602 S: Odd Fixes
2603 F: block/gluster.c
2605 Null Block Driver
2606 M: Fam Zheng <fam@euphon.net>
2607 L: qemu-block@nongnu.org
2608 S: Supported
2609 F: block/null.c
2611 NVMe Block Driver
2612 M: Fam Zheng <fam@euphon.net>
2613 L: qemu-block@nongnu.org
2614 S: Supported
2615 F: block/nvme*
2617 Bootdevice
2618 M: Gonglei <arei.gonglei@huawei.com>
2619 S: Maintained
2620 F: bootdevice.c
2622 Quorum
2623 M: Alberto Garcia <berto@igalia.com>
2624 S: Supported
2625 F: block/quorum.c
2626 L: qemu-block@nongnu.org
2628 blklogwrites
2629 M: Ari Sundholm <ari@tuxera.com>
2630 L: qemu-block@nongnu.org
2631 S: Supported
2632 F: block/blklogwrites.c
2634 blkverify
2635 M: Stefan Hajnoczi <stefanha@redhat.com>
2636 L: qemu-block@nongnu.org
2637 S: Supported
2638 F: block/blkverify.c
2640 bochs
2641 M: Stefan Hajnoczi <stefanha@redhat.com>
2642 L: qemu-block@nongnu.org
2643 S: Supported
2644 F: block/bochs.c
2646 cloop
2647 M: Stefan Hajnoczi <stefanha@redhat.com>
2648 L: qemu-block@nongnu.org
2649 S: Supported
2650 F: block/cloop.c
2653 M: Stefan Hajnoczi <stefanha@redhat.com>
2654 L: qemu-block@nongnu.org
2655 S: Supported
2656 F: block/dmg.c
2658 parallels
2659 M: Stefan Hajnoczi <stefanha@redhat.com>
2660 M: Denis V. Lunev <den@openvz.org>
2661 L: qemu-block@nongnu.org
2662 S: Supported
2663 F: block/parallels.c
2664 F: docs/interop/parallels.txt
2667 M: Stefan Hajnoczi <stefanha@redhat.com>
2668 L: qemu-block@nongnu.org
2669 S: Supported
2670 F: block/qed.c
2673 M: Kevin Wolf <kwolf@redhat.com>
2674 L: qemu-block@nongnu.org
2675 S: Supported
2676 F: block/linux-aio.c
2677 F: include/block/raw-aio.h
2678 F: block/raw-format.c
2679 F: block/file-posix.c
2680 F: block/file-win32.c
2681 F: block/win32-aio.c
2683 Linux io_uring
2684 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2685 M: Julia Suvorova <jusual@redhat.com>
2686 M: Stefan Hajnoczi <stefanha@redhat.com>
2687 L: qemu-block@nongnu.org
2688 S: Maintained
2689 F: block/io_uring.c
2690 F: stubs/io_uring.c
2692 qcow2
2693 M: Kevin Wolf <kwolf@redhat.com>
2694 M: Max Reitz <mreitz@redhat.com>
2695 L: qemu-block@nongnu.org
2696 S: Supported
2697 F: block/qcow2*
2698 F: docs/interop/qcow2.txt
2700 qcow
2701 M: Kevin Wolf <kwolf@redhat.com>
2702 L: qemu-block@nongnu.org
2703 S: Supported
2704 F: block/qcow.c
2706 blkdebug
2707 M: Kevin Wolf <kwolf@redhat.com>
2708 M: Max Reitz <mreitz@redhat.com>
2709 L: qemu-block@nongnu.org
2710 S: Supported
2711 F: block/blkdebug.c
2714 M: Kevin Wolf <kwolf@redhat.com>
2715 L: qemu-block@nongnu.org
2716 S: Supported
2717 F: block/vpc.c
2719 vvfat
2720 M: Kevin Wolf <kwolf@redhat.com>
2721 L: qemu-block@nongnu.org
2722 S: Supported
2723 F: block/vvfat.c
2725 Image format fuzzer
2726 M: Stefan Hajnoczi <stefanha@redhat.com>
2727 L: qemu-block@nongnu.org
2728 S: Supported
2729 F: tests/image-fuzzer/
2731 Replication
2732 M: Wen Congyang <wencongyang2@huawei.com>
2733 M: Xie Changlong <xiechanglong.d@gmail.com>
2734 S: Supported
2735 F: replication*
2736 F: block/replication.c
2737 F: tests/test-replication.c
2738 F: docs/block-replication.txt
2740 PVRDMA
2741 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2742 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2743 S: Maintained
2744 F: hw/rdma/*
2745 F: hw/rdma/vmw/*
2746 F: docs/pvrdma.txt
2747 F: contrib/rdmacm-mux/*
2748 F: qapi/rdma.json
2750 Semihosting
2751 M: Alex Bennée <alex.bennee@linaro.org>
2752 S: Maintained
2753 F: hw/semihosting/
2754 F: include/hw/semihosting/
2756 Build and test automation
2757 -------------------------
2758 Build and test automation
2759 M: Alex Bennée <alex.bennee@linaro.org>
2760 M: Fam Zheng <fam@euphon.net>
2761 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2762 S: Maintained
2763 F: .travis.yml
2764 F: scripts/travis/
2765 F: .shippable.yml
2766 F: tests/docker/
2767 F: tests/vm/
2768 F: scripts/archive-source.sh
2769 W: https://travis-ci.org/qemu/qemu
2770 W: https://app.shippable.com/github/qemu/qemu
2771 W: http://patchew.org/QEMU/
2773 FreeBSD Hosted Continuous Integration
2774 M: Ed Maste <emaste@freebsd.org>
2775 M: Li-Wen Hsu <lwhsu@freebsd.org>
2776 S: Maintained
2777 F: .cirrus.yml
2778 W: https://cirrus-ci.com/github/qemu/qemu
2780 GitLab Continuous Integration
2781 M: Thomas Huth <thuth@redhat.com>
2782 S: Maintained
2783 F: .gitlab-ci.yml
2785 Guest Test Compilation Support
2786 M: Alex Bennée <alex.bennee@linaro.org>
2787 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2788 S: Maintained
2789 F: tests/tcg/Makefile
2790 F: tests/tcg/Makefile.include
2792 Documentation
2793 -------------
2794 Build system architecture
2795 M: Daniel P. Berrange <berrange@redhat.com>
2796 S: Odd Fixes
2797 F: docs/devel/build-system.txt
2799 GIT Data Mining Config
2800 M: Alex Bennée <alex.bennee@linaro.org>
2801 S: Odd Fixes
2802 F: gitdm.config
2803 F: contrib/gitdm/*
2805 Incompatible changes
2806 R: libvir-list@redhat.com
2807 F: docs/system/deprecated.rst
2809 Build System
2810 ------------
2811 GIT submodules
2812 M: Daniel P. Berrange <berrange@redhat.com>
2813 S: Odd Fixes
2814 F: scripts/git-submodule.sh
2816 UI translations
2817 M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2818 F: po/*.po
2820 Sphinx documentation configuration and build machinery
2821 M: Peter Maydell <peter.maydell@linaro.org>
2822 S: Maintained
2823 F: docs/conf.py
2824 F: docs/*/conf.py