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