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