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