qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict
[qemu/ar7.git] / MAINTAINERS
blobfcb2c03c2bd9e7572f65e78dec61165307263551
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 M: Thomas Huth <thuth@redhat.com>
89 S: Supported
90 F: default-configs/s390x-softmmu.mak
91 F: gdb-xml/s390*.xml
92 F: hw/char/sclp*.[hc]
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
96 F: hw/s390x/
97 F: hw/vfio/ap.c
98 F: hw/vfio/ccw.c
99 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/s390x/
101 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw/
103 F: pc-bios/s390-ccw.img
104 F: target/s390x/
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://github.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 Guest CPU cores (TCG)
113 ---------------------
114 Overall TCG CPUs
115 M: Richard Henderson <rth@twiddle.net>
116 R: Paolo Bonzini <pbonzini@redhat.com>
117 S: Maintained
118 F: softmmu/cpus.c
119 F: cpus-common.c
120 F: accel/tcg/
121 F: accel/stubs/tcg-stub.c
122 F: scripts/decodetree.py
123 F: docs/devel/decodetree.rst
124 F: include/exec/cpu*.h
125 F: include/exec/exec-all.h
126 F: include/exec/helper*.h
127 F: include/exec/tb-hash.h
128 F: include/sysemu/cpus.h
129 F: include/sysemu/tcg.h
131 FPU emulation
132 M: Aurelien Jarno <aurelien@aurel32.net>
133 M: Peter Maydell <peter.maydell@linaro.org>
134 M: Alex Bennée <alex.bennee@linaro.org>
135 S: Maintained
136 F: fpu/
137 F: include/fpu/
138 F: tests/fp/
140 Alpha TCG CPUs
141 M: Richard Henderson <rth@twiddle.net>
142 S: Maintained
143 F: target/alpha/
144 F: tests/tcg/alpha/
145 F: disas/alpha.c
147 ARM TCG CPUs
148 M: Peter Maydell <peter.maydell@linaro.org>
149 L: qemu-arm@nongnu.org
150 S: Maintained
151 F: target/arm/
152 F: tests/tcg/arm/
153 F: tests/tcg/aarch64/
154 F: hw/arm/
155 F: hw/cpu/a*mpcore.c
156 F: include/hw/cpu/a*mpcore.h
157 F: disas/arm.c
158 F: disas/arm-a64.cc
159 F: disas/libvixl/
160 F: docs/system/target-arm.rst
162 ARM SMMU
163 M: Eric Auger <eric.auger@redhat.com>
164 L: qemu-arm@nongnu.org
165 S: Maintained
166 F: hw/arm/smmu*
167 F: include/hw/arm/smmu*
169 AVR TCG CPUs
170 M: Michael Rolnik <mrolnik@gmail.com>
171 R: Sarah Harris <S.E.Harris@kent.ac.uk>
172 S: Maintained
173 F: docs/system/target-avr.rst
174 F: gdb-xml/avr-cpu.xml
175 F: target/avr/
176 F: tests/acceptance/machine_avr6.py
178 CRIS TCG CPUs
179 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
180 S: Maintained
181 F: target/cris/
182 F: hw/cris/
183 F: include/hw/cris/
184 F: tests/tcg/cris/
185 F: disas/cris.c
187 HPPA (PA-RISC) TCG CPUs
188 M: Richard Henderson <rth@twiddle.net>
189 S: Maintained
190 F: target/hppa/
191 F: hw/hppa/
192 F: disas/hppa.c
193 F: hw/net/*i82596*
194 F: include/hw/net/lasi_82596.h
196 LM32 TCG CPUs
197 R: Michael Walle <michael@walle.cc>
198 S: Orphan
199 F: target/lm32/
200 F: disas/lm32.c
201 F: hw/lm32/
202 F: hw/*/lm32_*
203 F: hw/*/milkymist-*
204 F: include/hw/display/milkymist_tmu2.h
205 F: include/hw/char/lm32_juart.h
206 F: include/hw/lm32/
207 F: tests/tcg/lm32/
209 M68K TCG CPUs
210 M: Laurent Vivier <laurent@vivier.eu>
211 S: Maintained
212 F: target/m68k/
213 F: disas/m68k.c
215 MicroBlaze TCG CPUs
216 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
217 S: Maintained
218 F: target/microblaze/
219 F: hw/microblaze/
220 F: disas/microblaze.c
222 MIPS TCG CPUs
223 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
224 R: Aurelien Jarno <aurelien@aurel32.net>
225 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
226 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
227 S: Maintained
228 F: target/mips/
229 F: default-configs/*mips*
230 F: disas/*mips*
231 F: docs/system/cpu-models-mips.rst.inc
232 F: hw/intc/mips_gic.c
233 F: hw/mips/
234 F: hw/misc/mips_*
235 F: hw/timer/mips_gictimer.c
236 F: include/hw/intc/mips_gic.h
237 F: include/hw/mips/
238 F: include/hw/misc/mips_*
239 F: include/hw/timer/mips_gictimer.h
240 F: tests/acceptance/linux_ssh_mips_malta.py
241 F: tests/acceptance/machine_mips_malta.py
242 F: tests/tcg/mips/
243 K: ^Subject:.*(?i)mips
245 Moxie TCG CPUs
246 M: Anthony Green <green@moxielogic.com>
247 S: Maintained
248 F: target/moxie/
249 F: disas/moxie.c
250 F: hw/moxie/
251 F: default-configs/moxie-softmmu.mak
253 NiosII TCG CPUs
254 M: Chris Wulff <crwulff@gmail.com>
255 M: Marek Vasut <marex@denx.de>
256 S: Maintained
257 F: target/nios2/
258 F: hw/nios2/
259 F: hw/intc/nios2_iic.c
260 F: disas/nios2.c
261 F: default-configs/nios2-softmmu.mak
263 OpenRISC TCG CPUs
264 M: Stafford Horne <shorne@gmail.com>
265 S: Odd Fixes
266 F: target/openrisc/
267 F: hw/openrisc/
268 F: tests/tcg/openrisc/
270 PowerPC TCG CPUs
271 M: David Gibson <david@gibson.dropbear.id.au>
272 L: qemu-ppc@nongnu.org
273 S: Maintained
274 F: target/ppc/
275 F: hw/ppc/
276 F: include/hw/ppc/
277 F: disas/ppc.c
279 RISC-V TCG CPUs
280 M: Palmer Dabbelt <palmer@dabbelt.com>
281 M: Alistair Francis <Alistair.Francis@wdc.com>
282 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
283 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
284 L: qemu-riscv@nongnu.org
285 S: Supported
286 F: target/riscv/
287 F: hw/riscv/
288 F: include/hw/riscv/
289 F: linux-user/host/riscv32/
290 F: linux-user/host/riscv64/
292 RENESAS RX CPUs
293 M: Yoshinori Sato <ysato@users.sourceforge.jp>
294 S: Maintained
295 F: target/rx/
297 S390 TCG CPUs
298 M: Richard Henderson <rth@twiddle.net>
299 M: David Hildenbrand <david@redhat.com>
300 S: Maintained
301 F: target/s390x/
302 F: hw/s390x/
303 F: disas/s390.c
304 F: tests/tcg/s390x/
305 L: qemu-s390x@nongnu.org
307 SH4 TCG CPUs
308 M: Yoshinori Sato <ysato@users.sourceforge.jp>
309 S: Odd Fixes
310 F: target/sh4/
311 F: hw/sh4/
312 F: disas/sh4.c
313 F: include/hw/sh4/
315 SPARC TCG CPUs
316 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
317 M: Artyom Tarasenko <atar4qemu@gmail.com>
318 S: Maintained
319 F: target/sparc/
320 F: hw/sparc/
321 F: hw/sparc64/
322 F: include/hw/sparc/sparc64.h
323 F: disas/sparc.c
325 UniCore32 TCG CPUs
326 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
327 S: Maintained
328 F: target/unicore32/
329 F: hw/unicore32/
330 F: include/hw/unicore32/
332 X86 TCG CPUs
333 M: Paolo Bonzini <pbonzini@redhat.com>
334 M: Richard Henderson <rth@twiddle.net>
335 M: Eduardo Habkost <ehabkost@redhat.com>
336 S: Maintained
337 F: target/i386/
338 F: tests/tcg/i386/
339 F: tests/tcg/x86_64/
340 F: hw/i386/
341 F: disas/i386.c
342 F: docs/system/cpu-models-x86.rst.inc
343 T: git https://github.com/ehabkost/qemu.git x86-next
345 Xtensa TCG CPUs
346 M: Max Filippov <jcmvbkbc@gmail.com>
347 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
348 S: Maintained
349 F: target/xtensa/
350 F: hw/xtensa/
351 F: tests/tcg/xtensa/
352 F: disas/xtensa.c
353 F: include/hw/xtensa/xtensa-isa.h
354 F: default-configs/xtensa*.mak
356 TriCore TCG CPUs
357 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
358 S: Maintained
359 F: target/tricore/
360 F: hw/tricore/
361 F: include/hw/tricore/
363 Multiarch Linux User Tests
364 M: Alex Bennée <alex.bennee@linaro.org>
365 S: Maintained
366 F: tests/tcg/multiarch/
368 Guest CPU Cores (KVM)
369 ---------------------
370 Overall KVM CPUs
371 M: Paolo Bonzini <pbonzini@redhat.com>
372 L: kvm@vger.kernel.org
373 S: Supported
374 F: */*/kvm*
375 F: accel/kvm/
376 F: accel/stubs/kvm-stub.c
377 F: include/hw/kvm/
378 F: include/sysemu/kvm*.h
379 F: scripts/kvm/kvm_flightrecorder
381 ARM KVM CPUs
382 M: Peter Maydell <peter.maydell@linaro.org>
383 L: qemu-arm@nongnu.org
384 S: Maintained
385 F: target/arm/kvm.c
387 MIPS KVM CPUs
388 M: Huacai Chen <chenhc@lemote.com>
389 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
390 S: Odd Fixes
391 F: target/mips/kvm.c
393 PPC KVM CPUs
394 M: David Gibson <david@gibson.dropbear.id.au>
395 S: Maintained
396 F: target/ppc/kvm.c
398 S390 KVM CPUs
399 M: Halil Pasic <pasic@linux.ibm.com>
400 M: Cornelia Huck <cohuck@redhat.com>
401 M: Christian Borntraeger <borntraeger@de.ibm.com>
402 S: Supported
403 F: target/s390x/kvm.c
404 F: target/s390x/kvm_s390x.h
405 F: target/s390x/kvm-stub.c
406 F: target/s390x/ioinst.[ch]
407 F: target/s390x/machine.c
408 F: target/s390x/sigp.c
409 F: target/s390x/cpu_features*.[ch]
410 F: target/s390x/cpu_models.[ch]
411 F: hw/s390x/pv.c
412 F: include/hw/s390x/pv.h
413 F: hw/intc/s390_flic.c
414 F: hw/intc/s390_flic_kvm.c
415 F: include/hw/s390x/s390_flic.h
416 F: gdb-xml/s390*.xml
417 T: git https://github.com/cohuck/qemu.git s390-next
418 T: git https://github.com/borntraeger/qemu.git s390-next
419 L: qemu-s390x@nongnu.org
421 X86 KVM CPUs
422 M: Paolo Bonzini <pbonzini@redhat.com>
423 M: Marcelo Tosatti <mtosatti@redhat.com>
424 L: kvm@vger.kernel.org
425 S: Supported
426 F: target/i386/kvm.c
427 F: scripts/kvm/vmxcap
429 Guest CPU Cores (other accelerators)
430 ------------------------------------
431 Overall
432 M: Richard Henderson <rth@twiddle.net>
433 R: Paolo Bonzini <pbonzini@redhat.com>
434 S: Maintained
435 F: include/sysemu/accel.h
436 F: accel/accel.c
437 F: accel/Makefile.objs
438 F: accel/stubs/Makefile.objs
440 X86 HVF CPUs
441 M: Cameron Esfahani <dirty@apple.com>
442 M: Roman Bolshakov <r.bolshakov@yadro.com>
443 W: https://wiki.qemu.org/Features/HVF
444 S: Maintained
445 F: accel/stubs/hvf-stub.c
446 F: target/i386/hvf/
447 F: include/sysemu/hvf.h
449 WHPX CPUs
450 M: Sunil Muthuswamy <sunilmut@microsoft.com>
451 S: Supported
452 F: target/i386/whpx-all.c
453 F: target/i386/whpx-cpus.c
454 F: target/i386/whp-dispatch.h
455 F: accel/stubs/whpx-stub.c
456 F: include/sysemu/whpx.h
458 Guest CPU Cores (Xen)
459 ---------------------
460 X86 Xen CPUs
461 M: Stefano Stabellini <sstabellini@kernel.org>
462 M: Anthony Perard <anthony.perard@citrix.com>
463 M: Paul Durrant <paul@xen.org>
464 L: xen-devel@lists.xenproject.org
465 S: Supported
466 F: */xen*
467 F: accel/xen/*
468 F: hw/9pfs/xen-9p*
469 F: hw/char/xen_console.c
470 F: hw/display/xenfb.c
471 F: hw/net/xen_nic.c
472 F: hw/usb/xen-usb.c
473 F: hw/block/xen*
474 F: hw/block/dataplane/xen*
475 F: hw/xen/
476 F: hw/xenpv/
477 F: hw/i386/xen/
478 F: hw/pci-host/xen_igd_pt.c
479 F: include/hw/block/dataplane/xen*
480 F: include/hw/xen/
481 F: include/sysemu/xen.h
482 F: include/sysemu/xen-mapcache.h
483 F: stubs/xen-hw-stub.c
485 Guest CPU Cores (HAXM)
486 ---------------------
487 X86 HAXM CPUs
488 M: Wenchao Wang <wenchao.wang@intel.com>
489 M: Colin Xu <colin.xu@intel.com>
490 L: haxm-team@intel.com
491 W: https://github.com/intel/haxm/issues
492 S: Maintained
493 F: accel/stubs/hax-stub.c
494 F: include/sysemu/hax.h
495 F: target/i386/hax-*
497 Hosts
498 -----
499 LINUX
500 M: Michael S. Tsirkin <mst@redhat.com>
501 M: Cornelia Huck <cohuck@redhat.com>
502 M: Paolo Bonzini <pbonzini@redhat.com>
503 S: Maintained
504 F: linux-headers/
505 F: scripts/update-linux-headers.sh
507 POSIX
508 M: Paolo Bonzini <pbonzini@redhat.com>
509 S: Maintained
510 F: os-posix.c
511 F: include/sysemu/os-posix.h
512 F: util/*posix*.c
513 F: include/qemu/*posix*.h
515 NETBSD
516 M: Kamil Rytarowski <kamil@netbsd.org>
517 S: Maintained
518 K: ^Subject:.*(?i)NetBSD
520 OPENBSD
521 M: Brad Smith <brad@comstyle.com>
522 S: Maintained
523 K: ^Subject:.*(?i)OpenBSD
525 W32, W64
526 M: Stefan Weil <sw@weilnetz.de>
527 S: Maintained
528 F: *win32*
529 F: */*win32*
530 F: include/*/*win32*
531 X: qga/*win32*
532 F: qemu.nsi
534 Alpha Machines
535 --------------
536 M: Richard Henderson <rth@twiddle.net>
537 S: Maintained
538 F: hw/alpha/
539 F: hw/isa/smc37c669-superio.c
540 F: tests/tcg/alpha/system/
542 ARM Machines
543 ------------
544 Allwinner-a10
545 M: Beniamino Galvani <b.galvani@gmail.com>
546 M: Peter Maydell <peter.maydell@linaro.org>
547 L: qemu-arm@nongnu.org
548 S: Odd Fixes
549 F: hw/*/allwinner*
550 F: include/hw/*/allwinner*
551 F: hw/arm/cubieboard.c
553 Allwinner-h3
554 M: Niek Linnenbank <nieklinnenbank@gmail.com>
555 L: qemu-arm@nongnu.org
556 S: Maintained
557 F: hw/*/allwinner-h3*
558 F: include/hw/*/allwinner-h3*
559 F: hw/arm/orangepi.c
560 F: docs/system/orangepi.rst
562 ARM PrimeCell and CMSDK devices
563 M: Peter Maydell <peter.maydell@linaro.org>
564 L: qemu-arm@nongnu.org
565 S: Maintained
566 F: hw/char/pl011.c
567 F: include/hw/char/pl011.h
568 F: hw/display/pl110*
569 F: hw/dma/pl080.c
570 F: include/hw/dma/pl080.h
571 F: hw/dma/pl330.c
572 F: hw/gpio/pl061.c
573 F: hw/input/pl050.c
574 F: hw/intc/pl190.c
575 F: hw/sd/pl181.c
576 F: hw/ssi/pl022.c
577 F: include/hw/ssi/pl022.h
578 F: hw/rtc/pl031.c
579 F: include/hw/rtc/pl031.h
580 F: include/hw/arm/primecell.h
581 F: hw/timer/cmsdk-apb-timer.c
582 F: include/hw/timer/cmsdk-apb-timer.h
583 F: hw/timer/cmsdk-apb-dualtimer.c
584 F: include/hw/timer/cmsdk-apb-dualtimer.h
585 F: hw/char/cmsdk-apb-uart.c
586 F: include/hw/char/cmsdk-apb-uart.h
587 F: hw/watchdog/cmsdk-apb-watchdog.c
588 F: include/hw/watchdog/cmsdk-apb-watchdog.h
589 F: hw/misc/tz-ppc.c
590 F: include/hw/misc/tz-ppc.h
591 F: hw/misc/tz-mpc.c
592 F: include/hw/misc/tz-mpc.h
593 F: hw/misc/tz-msc.c
594 F: include/hw/misc/tz-msc.h
596 ARM cores
597 M: Peter Maydell <peter.maydell@linaro.org>
598 L: qemu-arm@nongnu.org
599 S: Maintained
600 F: hw/intc/arm*
601 F: hw/intc/gic_internal.h
602 F: hw/misc/a9scu.c
603 F: hw/misc/arm11scu.c
604 F: hw/misc/arm_l2x0.c
605 F: hw/timer/a9gtimer*
606 F: hw/timer/arm*
607 F: include/hw/arm/arm*.h
608 F: include/hw/intc/arm*
609 F: include/hw/misc/a9scu.h
610 F: include/hw/misc/arm11scu.h
611 F: include/hw/timer/a9gtimer.h
612 F: include/hw/timer/arm_mptimer.h
613 F: include/hw/timer/armv7m_systick.h
614 F: tests/qtest/test-arm-mptimer.c
616 Exynos
617 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
618 M: Peter Maydell <peter.maydell@linaro.org>
619 L: qemu-arm@nongnu.org
620 S: Odd Fixes
621 F: hw/*/exynos*
622 F: include/hw/arm/exynos4210.h
624 Calxeda Highbank
625 M: Rob Herring <robh@kernel.org>
626 M: Peter Maydell <peter.maydell@linaro.org>
627 L: qemu-arm@nongnu.org
628 S: Odd Fixes
629 F: hw/arm/highbank.c
630 F: hw/net/xgmac.c
632 Canon DIGIC
633 M: Antony Pavlov <antonynpavlov@gmail.com>
634 M: Peter Maydell <peter.maydell@linaro.org>
635 L: qemu-arm@nongnu.org
636 S: Odd Fixes
637 F: include/hw/arm/digic.h
638 F: hw/*/digic*
639 F: include/hw/*/digic*
640 F: tests/acceptance/machine_arm_canona1100.py
641 F: docs/system/arm/digic.rst
643 Goldfish RTC
644 M: Anup Patel <anup.patel@wdc.com>
645 M: Alistair Francis <Alistair.Francis@wdc.com>
646 L: qemu-riscv@nongnu.org
647 S: Maintained
648 F: hw/rtc/goldfish_rtc.c
649 F: include/hw/rtc/goldfish_rtc.h
651 Gumstix
652 M: Peter Maydell <peter.maydell@linaro.org>
653 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
654 L: qemu-arm@nongnu.org
655 S: Odd Fixes
656 F: hw/arm/gumstix.c
657 F: docs/system/arm/gumstix.rst
659 i.MX25 PDK
660 M: Peter Maydell <peter.maydell@linaro.org>
661 R: Jean-Christophe Dubois <jcd@tribudubois.net>
662 L: qemu-arm@nongnu.org
663 S: Odd Fixes
664 F: hw/arm/fsl-imx25.c
665 F: hw/arm/imx25_pdk.c
666 F: hw/misc/imx25_ccm.c
667 F: hw/watchdog/wdt_imx2.c
668 F: include/hw/arm/fsl-imx25.h
669 F: include/hw/misc/imx25_ccm.h
670 F: include/hw/watchdog/wdt_imx2.h
672 i.MX31 (kzm)
673 M: Peter Chubb <peter.chubb@nicta.com.au>
674 M: Peter Maydell <peter.maydell@linaro.org>
675 L: qemu-arm@nongnu.org
676 S: Odd Fixes
677 F: hw/arm/kzm.c
678 F: hw/*/imx_*
679 F: hw/*/*imx31*
680 F: include/hw/*/imx_*
681 F: include/hw/*/*imx31*
683 Integrator CP
684 M: Peter Maydell <peter.maydell@linaro.org>
685 L: qemu-arm@nongnu.org
686 S: Maintained
687 F: hw/arm/integratorcp.c
688 F: hw/misc/arm_integrator_debug.c
689 F: include/hw/misc/arm_integrator_debug.h
690 F: tests/acceptance/machine_arm_integratorcp.py
691 F: docs/system/arm/integratorcp.rst
693 MCIMX6UL EVK / i.MX6ul
694 M: Peter Maydell <peter.maydell@linaro.org>
695 R: Jean-Christophe Dubois <jcd@tribudubois.net>
696 L: qemu-arm@nongnu.org
697 S: Odd Fixes
698 F: hw/arm/mcimx6ul-evk.c
699 F: hw/arm/fsl-imx6ul.c
700 F: hw/misc/imx6ul_ccm.c
701 F: include/hw/arm/fsl-imx6ul.h
702 F: include/hw/misc/imx6ul_ccm.h
704 MCIMX7D SABRE / i.MX7
705 M: Peter Maydell <peter.maydell@linaro.org>
706 R: Andrey Smirnov <andrew.smirnov@gmail.com>
707 L: qemu-arm@nongnu.org
708 S: Odd Fixes
709 F: hw/arm/mcimx7d-sabre.c
710 F: hw/arm/fsl-imx7.c
711 F: hw/misc/imx7_*.c
712 F: include/hw/arm/fsl-imx7.h
713 F: include/hw/misc/imx7_*.h
714 F: hw/pci-host/designware.c
715 F: include/hw/pci-host/designware.h
717 MPS2
718 M: Peter Maydell <peter.maydell@linaro.org>
719 L: qemu-arm@nongnu.org
720 S: Maintained
721 F: hw/arm/mps2.c
722 F: hw/arm/mps2-tz.c
723 F: hw/misc/mps2-*.c
724 F: include/hw/misc/mps2-*.h
725 F: hw/arm/armsse.c
726 F: include/hw/arm/armsse.h
727 F: hw/misc/iotkit-secctl.c
728 F: include/hw/misc/iotkit-secctl.h
729 F: hw/misc/iotkit-sysctl.c
730 F: include/hw/misc/iotkit-sysctl.h
731 F: hw/misc/iotkit-sysinfo.c
732 F: include/hw/misc/iotkit-sysinfo.h
733 F: hw/misc/armsse-cpuid.c
734 F: include/hw/misc/armsse-cpuid.h
735 F: hw/misc/armsse-mhu.c
736 F: include/hw/misc/armsse-mhu.h
737 F: docs/system/arm/mps2.rst
739 Musca
740 M: Peter Maydell <peter.maydell@linaro.org>
741 L: qemu-arm@nongnu.org
742 S: Maintained
743 F: hw/arm/musca.c
744 F: docs/system/arm/musca.rst
746 Musicpal
747 M: Jan Kiszka <jan.kiszka@web.de>
748 M: Peter Maydell <peter.maydell@linaro.org>
749 L: qemu-arm@nongnu.org
750 S: Odd Fixes
751 F: hw/arm/musicpal.c
752 F: docs/system/arm/musicpal.rst
754 Nuvoton NPCM7xx
755 M: Havard Skinnemoen <hskinnemoen@google.com>
756 M: Tyrone Ting <kfting@nuvoton.com>
757 L: qemu-arm@nongnu.org
758 S: Supported
759 F: hw/*/npcm7xx*
760 F: include/hw/*/npcm7xx*
761 F: pc-bios/npcm7xx_bootrom.bin
762 F: roms/vbootrom
764 nSeries
765 M: Andrzej Zaborowski <balrogg@gmail.com>
766 M: Peter Maydell <peter.maydell@linaro.org>
767 L: qemu-arm@nongnu.org
768 S: Odd Fixes
769 F: hw/arm/nseries.c
770 F: hw/display/blizzard.c
771 F: hw/input/lm832x.c
772 F: hw/input/tsc2005.c
773 F: hw/misc/cbus.c
774 F: hw/rtc/twl92230.c
775 F: include/hw/display/blizzard.h
776 F: include/hw/input/tsc2xxx.h
777 F: include/hw/misc/cbus.h
778 F: tests/acceptance/machine_arm_n8x0.py
779 F: docs/system/arm/nseries.rst
781 Palm
782 M: Andrzej Zaborowski <balrogg@gmail.com>
783 M: Peter Maydell <peter.maydell@linaro.org>
784 L: qemu-arm@nongnu.org
785 S: Odd Fixes
786 F: hw/arm/palm.c
787 F: hw/input/tsc210x.c
788 F: include/hw/input/tsc2xxx.h
789 F: docs/system/arm/palm.rst
791 Raspberry Pi
792 M: Peter Maydell <peter.maydell@linaro.org>
793 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
794 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
795 L: qemu-arm@nongnu.org
796 S: Odd Fixes
797 F: hw/arm/raspi.c
798 F: hw/arm/raspi_platform.h
799 F: hw/*/bcm283*
800 F: include/hw/arm/raspi*
801 F: include/hw/*/bcm283*
803 Real View
804 M: Peter Maydell <peter.maydell@linaro.org>
805 L: qemu-arm@nongnu.org
806 S: Maintained
807 F: hw/arm/realview*
808 F: hw/cpu/realview_mpcore.c
809 F: hw/intc/realview_gic.c
810 F: include/hw/intc/realview_gic.h
811 F: docs/system/arm/realview.rst
813 PXA2XX
814 M: Andrzej Zaborowski <balrogg@gmail.com>
815 M: Peter Maydell <peter.maydell@linaro.org>
816 L: qemu-arm@nongnu.org
817 S: Odd Fixes
818 F: hw/arm/mainstone.c
819 F: hw/arm/spitz.c
820 F: hw/arm/tosa.c
821 F: hw/arm/z2.c
822 F: hw/*/pxa2xx*
823 F: hw/display/tc6393xb.c
824 F: hw/gpio/max7310.c
825 F: hw/gpio/zaurus.c
826 F: hw/misc/mst_fpga.c
827 F: hw/misc/max111x.c
828 F: include/hw/misc/max111x.h
829 F: include/hw/arm/pxa.h
830 F: include/hw/arm/sharpsl.h
831 F: include/hw/display/tc6393xb.h
832 F: docs/system/arm/xscale.rst
834 SABRELITE / i.MX6
835 M: Peter Maydell <peter.maydell@linaro.org>
836 R: Jean-Christophe Dubois <jcd@tribudubois.net>
837 L: qemu-arm@nongnu.org
838 S: Odd Fixes
839 F: hw/arm/sabrelite.c
840 F: hw/arm/fsl-imx6.c
841 F: hw/misc/imx6_*.c
842 F: hw/ssi/imx_spi.c
843 F: hw/usb/imx-usb-phy.c
844 F: include/hw/usb/imx-usb-phy.h
845 F: include/hw/arm/fsl-imx6.h
846 F: include/hw/misc/imx6_*.h
847 F: include/hw/ssi/imx_spi.h
849 SBSA-REF
850 M: Radoslaw Biernacki <rad@semihalf.com>
851 M: Peter Maydell <peter.maydell@linaro.org>
852 R: Leif Lindholm <leif@nuviainc.com>
853 L: qemu-arm@nongnu.org
854 S: Maintained
855 F: hw/arm/sbsa-ref.c
857 Sharp SL-5500 (Collie) PDA
858 M: Peter Maydell <peter.maydell@linaro.org>
859 L: qemu-arm@nongnu.org
860 S: Odd Fixes
861 F: hw/arm/collie.c
862 F: hw/arm/strongarm*
863 F: docs/system/arm/collie.rst
865 Stellaris
866 M: Peter Maydell <peter.maydell@linaro.org>
867 L: qemu-arm@nongnu.org
868 S: Maintained
869 F: hw/*/stellaris*
870 F: include/hw/input/gamepad.h
871 F: docs/system/arm/stellaris.rst
873 Versatile Express
874 M: Peter Maydell <peter.maydell@linaro.org>
875 L: qemu-arm@nongnu.org
876 S: Maintained
877 F: hw/arm/vexpress.c
878 F: docs/system/arm/vexpress.rst
880 Versatile PB
881 M: Peter Maydell <peter.maydell@linaro.org>
882 L: qemu-arm@nongnu.org
883 S: Maintained
884 F: hw/*/versatile*
885 F: include/hw/i2c/arm_sbcon_i2c.h
886 F: hw/misc/arm_sysctl.c
887 F: docs/system/arm/versatile.rst
889 Virt
890 M: Peter Maydell <peter.maydell@linaro.org>
891 L: qemu-arm@nongnu.org
892 S: Maintained
893 F: hw/arm/virt*
894 F: include/hw/arm/virt.h
895 F: docs/system/arm/virt.rst
897 Xilinx Zynq
898 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
899 M: Alistair Francis <alistair@alistair23.me>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
902 S: Maintained
903 F: hw/*/xilinx_*
904 F: hw/*/cadence_*
905 F: hw/misc/zynq*
906 F: include/hw/misc/zynq*
907 X: hw/ssi/xilinx_*
909 Xilinx ZynqMP and Versal
910 M: Alistair Francis <alistair@alistair23.me>
911 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
912 M: Peter Maydell <peter.maydell@linaro.org>
913 L: qemu-arm@nongnu.org
914 S: Maintained
915 F: hw/*/xlnx*.c
916 F: include/hw/*/xlnx*.h
917 F: include/hw/ssi/xilinx_spips.h
918 F: hw/display/dpcd.c
919 F: include/hw/display/dpcd.h
920 F: docs/system/arm/xlnx-versal-virt.rst
922 ARM ACPI Subsystem
923 M: Shannon Zhao <shannon.zhaosl@gmail.com>
924 L: qemu-arm@nongnu.org
925 S: Maintained
926 F: hw/arm/virt-acpi-build.c
928 STM32F205
929 M: Alistair Francis <alistair@alistair23.me>
930 M: Peter Maydell <peter.maydell@linaro.org>
931 L: qemu-arm@nongnu.org
932 S: Maintained
933 F: hw/arm/stm32f205_soc.c
934 F: hw/misc/stm32f2xx_syscfg.c
935 F: hw/char/stm32f2xx_usart.c
936 F: hw/timer/stm32f2xx_timer.c
937 F: hw/adc/*
938 F: hw/ssi/stm32f2xx_spi.c
939 F: include/hw/*/stm32*.h
941 STM32F405
942 M: Alistair Francis <alistair@alistair23.me>
943 M: Peter Maydell <peter.maydell@linaro.org>
944 L: qemu-arm@nongnu.org
945 S: Maintained
946 F: hw/arm/stm32f405_soc.c
947 F: hw/misc/stm32f4xx_syscfg.c
948 F: hw/misc/stm32f4xx_exti.c
950 Netduino 2
951 M: Alistair Francis <alistair@alistair23.me>
952 M: Peter Maydell <peter.maydell@linaro.org>
953 L: qemu-arm@nongnu.org
954 S: Maintained
955 F: hw/arm/netduino2.c
957 Netduino Plus 2
958 M: Alistair Francis <alistair@alistair23.me>
959 M: Peter Maydell <peter.maydell@linaro.org>
960 L: qemu-arm@nongnu.org
961 S: Maintained
962 F: hw/arm/netduinoplus2.c
964 SmartFusion2
965 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
966 M: Peter Maydell <peter.maydell@linaro.org>
967 L: qemu-arm@nongnu.org
968 S: Maintained
969 F: hw/arm/msf2-soc.c
970 F: hw/misc/msf2-sysreg.c
971 F: hw/timer/mss-timer.c
972 F: hw/ssi/mss-spi.c
973 F: include/hw/arm/msf2-soc.h
974 F: include/hw/misc/msf2-sysreg.h
975 F: include/hw/timer/mss-timer.h
976 F: include/hw/ssi/mss-spi.h
977 F: hw/net/msf2-emac.c
978 F: include/hw/net/msf2-emac.h
980 Emcraft M2S-FG484
981 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
982 M: Peter Maydell <peter.maydell@linaro.org>
983 L: qemu-arm@nongnu.org
984 S: Maintained
985 F: hw/arm/msf2-som.c
987 ASPEED BMCs
988 M: Cédric Le Goater <clg@kaod.org>
989 M: Peter Maydell <peter.maydell@linaro.org>
990 R: Andrew Jeffery <andrew@aj.id.au>
991 R: Joel Stanley <joel@jms.id.au>
992 L: qemu-arm@nongnu.org
993 S: Maintained
994 F: hw/*/*aspeed*
995 F: hw/misc/pca9552.c
996 F: include/hw/*/*aspeed*
997 F: include/hw/misc/pca9552*.h
998 F: hw/net/ftgmac100.c
999 F: include/hw/net/ftgmac100.h
1001 NRF51
1002 M: Joel Stanley <joel@jms.id.au>
1003 M: Peter Maydell <peter.maydell@linaro.org>
1004 L: qemu-arm@nongnu.org
1005 S: Maintained
1006 F: hw/*/nrf51*.c
1007 F: hw/*/microbit*.c
1008 F: include/hw/*/nrf51*.h
1009 F: include/hw/*/microbit*.h
1010 F: tests/qtest/microbit-test.c
1012 AVR Machines
1013 -------------
1015 AVR MCUs
1016 M: Michael Rolnik <mrolnik@gmail.com>
1017 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1018 S: Maintained
1019 F: default-configs/avr-softmmu.mak
1020 F: hw/avr/
1021 F: include/hw/char/avr_usart.h
1022 F: hw/char/avr_usart.c
1023 F: include/hw/timer/avr_timer16.h
1024 F: hw/timer/avr_timer16.c
1025 F: include/hw/misc/avr_power.h
1026 F: hw/misc/avr_power.c
1028 Arduino
1029 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1030 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1031 S: Maintained
1032 F: hw/avr/arduino.c
1034 CRIS Machines
1035 -------------
1036 Axis Dev88
1037 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1038 S: Maintained
1039 F: hw/cris/axis_dev88.c
1040 F: hw/*/etraxfs_*.c
1042 HP-PARISC Machines
1043 ------------------
1044 HP B160L
1045 M: Richard Henderson <rth@twiddle.net>
1046 R: Helge Deller <deller@gmx.de>
1047 S: Odd Fixes
1048 F: default-configs/hppa-softmmu.mak
1049 F: hw/hppa/
1050 F: pc-bios/hppa-firmware.img
1052 LM32 Machines
1053 -------------
1054 EVR32 and uclinux BSP
1055 R: Michael Walle <michael@walle.cc>
1056 S: Orphan
1057 F: hw/lm32/lm32_boards.c
1059 milkymist
1060 R: Michael Walle <michael@walle.cc>
1061 S: Orphan
1062 F: hw/lm32/milkymist.c
1064 M68K Machines
1065 -------------
1066 an5206
1067 M: Thomas Huth <huth@tuxfamily.org>
1068 S: Odd Fixes
1069 F: hw/m68k/an5206.c
1070 F: hw/m68k/mcf5206.c
1072 mcf5208
1073 M: Thomas Huth <huth@tuxfamily.org>
1074 S: Odd Fixes
1075 F: hw/m68k/mcf5208.c
1076 F: hw/m68k/mcf_intc.c
1077 F: hw/char/mcf_uart.c
1078 F: hw/net/mcf_fec.c
1079 F: include/hw/m68k/mcf*.h
1081 NeXTcube
1082 M: Thomas Huth <huth@tuxfamily.org>
1083 S: Odd Fixes
1084 F: hw/m68k/next-*.c
1085 F: hw/display/next-fb.c
1086 F: include/hw/m68k/next-cube.h
1088 q800
1089 M: Laurent Vivier <laurent@vivier.eu>
1090 S: Maintained
1091 F: hw/m68k/q800.c
1092 F: hw/misc/mac_via.c
1093 F: hw/nubus/*
1094 F: hw/display/macfb.c
1095 F: hw/block/swim.c
1096 F: hw/m68k/bootinfo.h
1097 F: include/hw/misc/mac_via.h
1098 F: include/hw/nubus/*
1099 F: include/hw/display/macfb.h
1100 F: include/hw/block/swim.h
1102 MicroBlaze Machines
1103 -------------------
1104 petalogix_s3adsp1800
1105 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1106 S: Maintained
1107 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1108 F: include/hw/char/xilinx_uartlite.h
1110 petalogix_ml605
1111 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1112 S: Maintained
1113 F: hw/microblaze/petalogix_ml605_mmu.c
1115 MIPS Machines
1116 -------------
1117 Jazz
1118 M: Hervé Poussineau <hpoussin@reactos.org>
1119 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1120 S: Maintained
1121 F: hw/mips/jazz.c
1122 F: hw/display/jazz_led.c
1123 F: hw/dma/rc4030.c
1125 Malta
1126 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1127 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1128 R: Aurelien Jarno <aurelien@aurel32.net>
1129 S: Maintained
1130 F: hw/isa/piix4.c
1131 F: hw/acpi/piix4.c
1132 F: hw/mips/malta.c
1133 F: hw/mips/gt64xxx_pci.c
1134 F: include/hw/southbridge/piix.h
1135 F: tests/acceptance/linux_ssh_mips_malta.py
1136 F: tests/acceptance/machine_mips_malta.py
1138 Mipssim
1139 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1140 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1141 S: Odd Fixes
1142 F: hw/mips/mipssim.c
1143 F: hw/net/mipsnet.c
1145 R4000
1146 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1147 R: Aurelien Jarno <aurelien@aurel32.net>
1148 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1149 S: Obsolete
1150 F: hw/mips/r4k.c
1152 Fuloong 2E
1153 M: Huacai Chen <chenhc@lemote.com>
1154 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1155 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1156 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1157 S: Odd Fixes
1158 F: hw/mips/fuloong2e.c
1159 F: hw/isa/vt82c686.c
1160 F: hw/pci-host/bonito.c
1161 F: include/hw/isa/vt82c686.h
1163 Loongson-3 virtual platforms
1164 M: Huacai Chen <chenhc@lemote.com>
1165 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1166 S: Maintained
1167 F: hw/intc/loongson_liointc.c
1169 Boston
1170 M: Paul Burton <pburton@wavecomp.com>
1171 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1172 S: Maintained
1173 F: hw/core/loader-fit.c
1174 F: hw/mips/boston.c
1175 F: hw/pci-host/xilinx-pcie.c
1176 F: include/hw/pci-host/xilinx-pcie.h
1178 OpenRISC Machines
1179 -----------------
1180 or1k-sim
1181 M: Jia Liu <proljc@gmail.com>
1182 S: Maintained
1183 F: hw/openrisc/openrisc_sim.c
1185 PowerPC Machines
1186 ----------------
1188 M: David Gibson <david@gibson.dropbear.id.au>
1189 L: qemu-ppc@nongnu.org
1190 S: Odd Fixes
1191 F: hw/ppc/ppc405_boards.c
1193 Bamboo
1194 M: David Gibson <david@gibson.dropbear.id.au>
1195 L: qemu-ppc@nongnu.org
1196 S: Odd Fixes
1197 F: hw/ppc/ppc440_bamboo.c
1199 e500
1200 M: David Gibson <david@gibson.dropbear.id.au>
1201 L: qemu-ppc@nongnu.org
1202 S: Odd Fixes
1203 F: hw/ppc/e500*
1204 F: hw/gpio/mpc8xxx.c
1205 F: hw/i2c/mpc_i2c.c
1206 F: hw/net/fsl_etsec/
1207 F: hw/pci-host/ppce500.c
1208 F: include/hw/ppc/ppc_e500.h
1209 F: include/hw/pci-host/ppce500.h
1210 F: pc-bios/u-boot.e500
1212 mpc8544ds
1213 M: David Gibson <david@gibson.dropbear.id.au>
1214 L: qemu-ppc@nongnu.org
1215 S: Odd Fixes
1216 F: hw/ppc/mpc8544ds.c
1217 F: hw/ppc/mpc8544_guts.c
1219 New World (mac99)
1220 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1221 R: David Gibson <david@gibson.dropbear.id.au>
1222 L: qemu-ppc@nongnu.org
1223 S: Odd Fixes
1224 F: hw/ppc/mac_newworld.c
1225 F: hw/pci-host/uninorth.c
1226 F: hw/pci-bridge/dec.[hc]
1227 F: hw/misc/macio/
1228 F: hw/misc/mos6522.c
1229 F: hw/nvram/mac_nvram.c
1230 F: hw/input/adb*
1231 F: include/hw/misc/macio/
1232 F: include/hw/misc/mos6522.h
1233 F: include/hw/ppc/mac_dbdma.h
1234 F: include/hw/pci-host/uninorth.h
1235 F: include/hw/input/adb*
1236 F: pc-bios/qemu_vga.ndrv
1238 Old World (g3beige)
1239 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1240 R: David Gibson <david@gibson.dropbear.id.au>
1241 L: qemu-ppc@nongnu.org
1242 S: Odd Fixes
1243 F: hw/ppc/mac_oldworld.c
1244 F: hw/pci-host/grackle.c
1245 F: hw/misc/macio/
1246 F: hw/intc/heathrow_pic.c
1247 F: hw/input/adb*
1248 F: include/hw/intc/heathrow_pic.h
1249 F: include/hw/input/adb*
1250 F: pc-bios/qemu_vga.ndrv
1252 PReP
1253 M: Hervé Poussineau <hpoussin@reactos.org>
1254 L: qemu-ppc@nongnu.org
1255 S: Maintained
1256 F: hw/ppc/prep.c
1257 F: hw/ppc/prep_systemio.c
1258 F: hw/ppc/rs6000_mc.c
1259 F: hw/pci-host/prep.[hc]
1260 F: hw/isa/i82378.c
1261 F: hw/isa/pc87312.c
1262 F: hw/dma/i82374.c
1263 F: hw/rtc/m48t59-isa.c
1264 F: include/hw/isa/pc87312.h
1265 F: include/hw/rtc/m48t59.h
1266 F: tests/acceptance/ppc_prep_40p.py
1268 sPAPR
1269 M: David Gibson <david@gibson.dropbear.id.au>
1270 L: qemu-ppc@nongnu.org
1271 S: Supported
1272 F: hw/*/spapr*
1273 F: include/hw/*/spapr*
1274 F: hw/*/xics*
1275 F: include/hw/*/xics*
1276 F: pc-bios/slof.bin
1277 F: docs/specs/ppc-spapr-hcalls.txt
1278 F: docs/specs/ppc-spapr-hotplug.txt
1279 F: tests/qtest/spapr*
1280 F: tests/qtest/libqos/*spapr*
1281 F: tests/qtest/rtas*
1282 F: tests/qtest/libqos/rtas*
1284 PowerNV (Non-Virtualized)
1285 M: Cédric Le Goater <clg@kaod.org>
1286 M: David Gibson <david@gibson.dropbear.id.au>
1287 L: qemu-ppc@nongnu.org
1288 S: Maintained
1289 F: hw/ppc/pnv*
1290 F: hw/intc/pnv*
1291 F: hw/intc/xics_pnv.c
1292 F: hw/pci-host/pnv*
1293 F: include/hw/ppc/pnv*
1294 F: include/hw/pci-host/pnv*
1295 F: pc-bios/skiboot.lid
1296 F: tests/qtest/pnv*
1298 virtex_ml507
1299 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1300 L: qemu-ppc@nongnu.org
1301 S: Odd Fixes
1302 F: hw/ppc/virtex_ml507.c
1304 sam460ex
1305 M: BALATON Zoltan <balaton@eik.bme.hu>
1306 L: qemu-ppc@nongnu.org
1307 S: Maintained
1308 F: hw/ppc/sam460ex.c
1309 F: hw/ppc/ppc440_pcix.c
1310 F: hw/display/sm501*
1311 F: hw/ide/sii3112.c
1312 F: hw/rtc/m41t80.c
1313 F: pc-bios/canyonlands.dt[sb]
1314 F: pc-bios/u-boot-sam460ex-20100605.bin
1315 F: roms/u-boot-sam460ex
1317 RISC-V Machines
1318 ---------------
1319 OpenTitan
1320 M: Alistair Francis <Alistair.Francis@wdc.com>
1321 L: qemu-riscv@nongnu.org
1322 S: Supported
1323 F: hw/riscv/opentitan.c
1324 F: hw/char/ibex_uart.c
1325 F: hw/intc/ibex_plic.c
1326 F: include/hw/riscv/opentitan.h
1327 F: include/hw/char/ibex_uart.h
1328 F: include/hw/intc/ibex_plic.h
1330 Microchip PolarFire SoC Icicle Kit
1331 M: Bin Meng <bin.meng@windriver.com>
1332 L: qemu-riscv@nongnu.org
1333 S: Supported
1334 F: hw/riscv/microchip_pfsoc.c
1335 F: hw/char/mchp_pfsoc_mmuart.c
1336 F: include/hw/riscv/microchip_pfsoc.h
1337 F: include/hw/char/mchp_pfsoc_mmuart.h
1339 RX Machines
1340 -----------
1341 rx-gdbsim
1342 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1343 S: Maintained
1344 F: docs/system/target-rx.rst
1345 F: hw/rx/rx-gdbsim.c
1346 F: tests/acceptance/machine_rx_gdbsim.py
1348 SH4 Machines
1349 ------------
1351 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1352 R: Magnus Damm <magnus.damm@gmail.com>
1353 S: Maintained
1354 F: hw/sh4/r2d.c
1355 F: hw/intc/sh_intc.c
1356 F: include/hw/sh4/sh_intc.h
1358 Shix
1359 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1360 R: Magnus Damm <magnus.damm@gmail.com>
1361 S: Odd Fixes
1362 F: hw/sh4/shix.c
1363 F: hw/intc/sh_intc.c
1364 F: include/hw/sh4/sh_intc.h
1366 SPARC Machines
1367 --------------
1368 Sun4m
1369 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1370 S: Maintained
1371 F: hw/sparc/sun4m.c
1372 F: hw/sparc/sun4m_iommu.c
1373 F: hw/display/cg3.c
1374 F: hw/display/tcx.c
1375 F: hw/dma/sparc32_dma.c
1376 F: hw/misc/eccmemctl.c
1377 F: hw/*/slavio_*.c
1378 F: include/hw/nvram/sun_nvram.h
1379 F: include/hw/sparc/sparc32_dma.h
1380 F: include/hw/sparc/sun4m_iommu.h
1381 F: pc-bios/openbios-sparc32
1383 Sun4u
1384 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1385 S: Maintained
1386 F: hw/sparc64/sun4u.c
1387 F: hw/sparc64/sun4u_iommu.c
1388 F: include/hw/sparc/sun4u_iommu.h
1389 F: hw/pci-host/sabre.c
1390 F: include/hw/pci-host/sabre.h
1391 F: hw/pci-bridge/simba.c
1392 F: include/hw/pci-bridge/simba.h
1393 F: pc-bios/openbios-sparc64
1394 F: tests/acceptance/machine_sparc64_sun4u.py
1396 Sun4v
1397 M: Artyom Tarasenko <atar4qemu@gmail.com>
1398 S: Maintained
1399 F: hw/sparc64/niagara.c
1400 F: hw/rtc/sun4v-rtc.c
1401 F: include/hw/rtc/sun4v-rtc.h
1403 Leon3
1404 M: Fabien Chouteau <chouteau@adacore.com>
1405 M: KONRAD Frederic <frederic.konrad@adacore.com>
1406 S: Maintained
1407 F: hw/sparc/leon3.c
1408 F: hw/*/grlib*
1409 F: include/hw/*/grlib*
1410 F: tests/acceptance/machine_sparc_leon3.py
1412 S390 Machines
1413 -------------
1414 S390 Virtio-ccw
1415 M: Cornelia Huck <cohuck@redhat.com>
1416 M: Halil Pasic <pasic@linux.ibm.com>
1417 M: Christian Borntraeger <borntraeger@de.ibm.com>
1418 S: Supported
1419 F: hw/char/sclp*.[hc]
1420 F: hw/char/terminal3270.c
1421 F: hw/s390x/
1422 F: include/hw/s390x/
1423 F: hw/watchdog/wdt_diag288.c
1424 F: include/hw/watchdog/wdt_diag288.h
1425 F: default-configs/s390x-softmmu.mak
1426 T: git https://github.com/cohuck/qemu.git s390-next
1427 T: git https://github.com/borntraeger/qemu.git s390-next
1428 L: qemu-s390x@nongnu.org
1430 S390-ccw boot
1431 M: Christian Borntraeger <borntraeger@de.ibm.com>
1432 M: Thomas Huth <thuth@redhat.com>
1433 S: Supported
1434 F: hw/s390x/ipl.*
1435 F: pc-bios/s390-ccw/
1436 F: pc-bios/s390-ccw.img
1437 F: docs/devel/s390-dasd-ipl.rst
1438 T: git https://github.com/borntraeger/qemu.git s390-next
1439 L: qemu-s390x@nongnu.org
1441 S390 PCI
1442 M: Matthew Rosato <mjrosato@linux.ibm.com>
1443 S: Supported
1444 F: hw/s390x/s390-pci*
1445 L: qemu-s390x@nongnu.org
1447 UniCore32 Machines
1448 ------------------
1449 PKUnity-3 SoC initramfs-with-busybox
1450 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1451 S: Maintained
1452 F: hw/*/puv3*
1453 F: hw/unicore32/
1455 X86 Machines
1456 ------------
1458 M: Michael S. Tsirkin <mst@redhat.com>
1459 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1460 S: Supported
1461 F: include/hw/i386/
1462 F: hw/i386/
1463 F: hw/pci-host/i440fx.c
1464 F: hw/pci-host/q35.c
1465 F: hw/pci-host/pam.c
1466 F: include/hw/pci-host/i440fx.h
1467 F: include/hw/pci-host/q35.h
1468 F: include/hw/pci-host/pam.h
1469 F: hw/isa/piix3.c
1470 F: hw/isa/lpc_ich9.c
1471 F: hw/i2c/smbus_ich9.c
1472 F: hw/acpi/piix4.c
1473 F: hw/acpi/ich9.c
1474 F: include/hw/acpi/ich9.h
1475 F: include/hw/southbridge/piix.h
1476 F: hw/misc/sga.c
1477 F: hw/isa/apm.c
1478 F: include/hw/isa/apm.h
1479 F: tests/test-x86-cpuid.c
1480 F: tests/qtest/test-x86-cpuid-compat.c
1482 PC Chipset
1483 M: Michael S. Tsirkin <mst@redhat.com>
1484 M: Paolo Bonzini <pbonzini@redhat.com>
1485 S: Supported
1486 F: hw/char/debugcon.c
1487 F: hw/char/parallel*
1488 F: hw/char/serial*
1489 F: hw/dma/i8257*
1490 F: hw/i2c/pm_smbus.c
1491 F: hw/input/pckbd.c
1492 F: hw/intc/apic*
1493 F: hw/intc/ioapic*
1494 F: hw/intc/i8259*
1495 F: hw/isa/isa-superio.c
1496 F: hw/misc/debugexit.c
1497 F: hw/misc/pc-testdev.c
1498 F: hw/timer/hpet*
1499 F: hw/timer/i8254*
1500 F: hw/rtc/mc146818rtc*
1501 F: hw/watchdog/wdt_ib700.c
1502 F: hw/watchdog/wdt_i6300esb.c
1503 F: include/hw/display/vga.h
1504 F: include/hw/char/parallel.h
1505 F: include/hw/dma/i8257.h
1506 F: include/hw/i2c/pm_smbus.h
1507 F: include/hw/input/i8042.h
1508 F: include/hw/isa/i8259_internal.h
1509 F: include/hw/isa/superio.h
1510 F: include/hw/timer/hpet.h
1511 F: include/hw/timer/i8254*
1512 F: include/hw/rtc/mc146818rtc*
1514 microvm
1515 M: Sergio Lopez <slp@redhat.com>
1516 M: Paolo Bonzini <pbonzini@redhat.com>
1517 S: Maintained
1518 F: docs/microvm.rst
1519 F: hw/i386/microvm.c
1520 F: include/hw/i386/microvm.h
1521 F: pc-bios/bios-microvm.bin
1523 Machine core
1524 M: Eduardo Habkost <ehabkost@redhat.com>
1525 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1526 S: Supported
1527 F: cpu.c
1528 F: hw/core/cpu.c
1529 F: hw/core/machine-qmp-cmds.c
1530 F: hw/core/machine.c
1531 F: hw/core/null-machine.c
1532 F: hw/core/numa.c
1533 F: hw/cpu/cluster.c
1534 F: qapi/machine.json
1535 F: qapi/machine-target.json
1536 F: include/hw/boards.h
1537 F: include/hw/core/cpu.h
1538 F: include/hw/cpu/cluster.h
1539 F: include/sysemu/numa.h
1540 T: git https://github.com/ehabkost/qemu.git machine-next
1542 Xtensa Machines
1543 ---------------
1545 M: Max Filippov <jcmvbkbc@gmail.com>
1546 S: Maintained
1547 F: hw/xtensa/sim.c
1549 virt
1550 M: Max Filippov <jcmvbkbc@gmail.com>
1551 S: Maintained
1552 F: hw/xtensa/virt.c
1554 XTFPGA (LX60, LX200, ML605, KC705)
1555 M: Max Filippov <jcmvbkbc@gmail.com>
1556 S: Maintained
1557 F: hw/xtensa/xtfpga.c
1558 F: hw/net/opencores_eth.c
1560 Devices
1561 -------
1563 M: Jiri Slaby <jslaby@suse.cz>
1564 S: Maintained
1565 F: hw/misc/edu.c
1568 M: John Snow <jsnow@redhat.com>
1569 L: qemu-block@nongnu.org
1570 S: Supported
1571 F: include/hw/ide.h
1572 F: include/hw/ide/
1573 F: hw/ide/
1574 F: hw/block/block.c
1575 F: hw/block/cdrom.c
1576 F: hw/block/hd-geometry.c
1577 F: tests/qtest/ide-test.c
1578 F: tests/qtest/ahci-test.c
1579 F: tests/qtest/cdrom-test.c
1580 F: tests/qtest/libqos/ahci*
1581 T: git https://gitlab.com/jsnow/qemu.git ide
1583 IPMI
1584 M: Corey Minyard <minyard@acm.org>
1585 S: Maintained
1586 F: include/hw/ipmi/*
1587 F: hw/ipmi/*
1588 F: hw/smbios/smbios_type_38.c
1589 F: tests/qtest/ipmi*
1590 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1592 Floppy
1593 M: John Snow <jsnow@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: hw/block/fdc.c
1597 F: include/hw/block/fdc.h
1598 F: tests/qtest/fdc-test.c
1599 T: git https://gitlab.com/jsnow/qemu.git ide
1601 OMAP
1602 M: Peter Maydell <peter.maydell@linaro.org>
1603 L: qemu-arm@nongnu.org
1604 S: Maintained
1605 F: hw/*/omap*
1606 F: include/hw/arm/omap.h
1608 IPack
1609 M: Alberto Garcia <berto@igalia.com>
1610 S: Odd Fixes
1611 F: hw/char/ipoctal232.c
1612 F: hw/ipack/
1615 M: Michael S. Tsirkin <mst@redhat.com>
1616 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1617 S: Supported
1618 F: include/hw/pci/*
1619 F: hw/misc/pci-testdev.c
1620 F: hw/pci/*
1621 F: hw/pci-bridge/*
1622 F: qapi/pci.json
1623 F: docs/pci*
1624 F: docs/specs/*pci*
1625 F: default-configs/pci.mak
1627 ACPI/SMBIOS
1628 M: Michael S. Tsirkin <mst@redhat.com>
1629 M: Igor Mammedov <imammedo@redhat.com>
1630 S: Supported
1631 F: include/hw/acpi/*
1632 F: include/hw/firmware/smbios.h
1633 F: hw/mem/*
1634 F: hw/acpi/*
1635 F: hw/smbios/*
1636 F: hw/i386/acpi-build.[hc]
1637 F: hw/arm/virt-acpi-build.c
1638 F: qapi/acpi.json
1639 F: tests/qtest/bios-tables-test*
1640 F: tests/qtest/acpi-utils.[hc]
1641 F: tests/data/acpi/
1643 ACPI/HEST/GHES
1644 R: Dongjiu Geng <gengdongjiu@huawei.com>
1645 R: Xiang Zheng <zhengxiang9@huawei.com>
1646 L: qemu-arm@nongnu.org
1647 S: Maintained
1648 F: hw/acpi/ghes.c
1649 F: include/hw/acpi/ghes.h
1650 F: docs/specs/acpi_hest_ghes.rst
1652 ppc4xx
1653 M: David Gibson <david@gibson.dropbear.id.au>
1654 L: qemu-ppc@nongnu.org
1655 S: Odd Fixes
1656 F: hw/ppc/ppc4*.c
1657 F: hw/i2c/ppc4xx_i2c.c
1658 F: include/hw/ppc/ppc4xx.h
1659 F: include/hw/i2c/ppc4xx_i2c.h
1661 Character devices
1662 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1663 R: Paolo Bonzini <pbonzini@redhat.com>
1664 S: Odd Fixes
1665 F: hw/char/
1667 Network devices
1668 M: Jason Wang <jasowang@redhat.com>
1669 S: Odd Fixes
1670 F: hw/net/
1671 F: include/hw/net/
1672 F: tests/qtest/virtio-net-test.c
1673 F: docs/virtio-net-failover.rst
1674 T: git https://github.com/jasowang/qemu.git net
1676 Parallel NOR Flash devices
1677 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1678 T: git https://gitlab.com/philmd/qemu.git pflash-next
1679 S: Maintained
1680 F: hw/block/pflash_cfi*.c
1681 F: include/hw/block/flash.h
1683 SCSI
1684 M: Paolo Bonzini <pbonzini@redhat.com>
1685 R: Fam Zheng <fam@euphon.net>
1686 S: Supported
1687 F: include/hw/scsi/*
1688 F: hw/scsi/*
1689 F: tests/qtest/virtio-scsi-test.c
1690 T: git https://github.com/bonzini/qemu.git scsi-next
1693 M: Alistair Francis <alistair@alistair23.me>
1694 S: Maintained
1695 F: hw/ssi/*
1696 F: hw/block/m25p80.c
1697 F: include/hw/ssi/ssi.h
1698 X: hw/ssi/xilinx_*
1699 F: tests/qtest/m25p80-test.c
1701 Xilinx SPI
1702 M: Alistair Francis <alistair@alistair23.me>
1703 S: Maintained
1704 F: hw/ssi/xilinx_*
1706 SD (Secure Card)
1707 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1708 L: qemu-block@nongnu.org
1709 S: Odd Fixes
1710 F: include/hw/sd/sd*
1711 F: hw/sd/core.c
1712 F: hw/sd/sd*
1713 F: hw/sd/ssi-sd.c
1714 F: tests/qtest/sd*
1717 M: Gerd Hoffmann <kraxel@redhat.com>
1718 S: Maintained
1719 F: hw/usb/*
1720 F: tests/qtest/usb-*-test.c
1721 F: docs/usb2.txt
1722 F: docs/usb-storage.txt
1723 F: include/hw/usb.h
1724 F: include/hw/usb/
1725 F: default-configs/usb.mak
1727 USB (serial adapter)
1728 M: Gerd Hoffmann <kraxel@redhat.com>
1729 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1730 S: Maintained
1731 F: hw/usb/dev-serial.c
1733 VFIO
1734 M: Alex Williamson <alex.williamson@redhat.com>
1735 S: Supported
1736 F: hw/vfio/*
1737 F: include/hw/vfio/
1739 vfio-ccw
1740 M: Cornelia Huck <cohuck@redhat.com>
1741 M: Eric Farman <farman@linux.ibm.com>
1742 S: Supported
1743 F: hw/vfio/ccw.c
1744 F: hw/s390x/s390-ccw.c
1745 F: include/hw/s390x/s390-ccw.h
1746 F: include/hw/s390x/vfio-ccw.h
1747 T: git https://github.com/cohuck/qemu.git s390-next
1748 L: qemu-s390x@nongnu.org
1750 vfio-ap
1751 M: Christian Borntraeger <borntraeger@de.ibm.com>
1752 M: Tony Krowiak <akrowiak@linux.ibm.com>
1753 M: Halil Pasic <pasic@linux.ibm.com>
1754 M: Pierre Morel <pmorel@linux.ibm.com>
1755 S: Supported
1756 F: hw/s390x/ap-device.c
1757 F: hw/s390x/ap-bridge.c
1758 F: include/hw/s390x/ap-device.h
1759 F: include/hw/s390x/ap-bridge.h
1760 F: hw/vfio/ap.c
1761 F: docs/system/s390x/vfio-ap.rst
1762 L: qemu-s390x@nongnu.org
1764 vhost
1765 M: Michael S. Tsirkin <mst@redhat.com>
1766 S: Supported
1767 F: hw/*/*vhost*
1768 F: docs/interop/vhost-user.json
1769 F: docs/interop/vhost-user.rst
1770 F: contrib/vhost-user-*/
1771 F: backends/vhost-user.c
1772 F: include/sysemu/vhost-user-backend.h
1774 virtio
1775 M: Michael S. Tsirkin <mst@redhat.com>
1776 S: Supported
1777 F: hw/*/virtio*
1778 F: hw/virtio/Makefile.objs
1779 F: hw/virtio/trace-events
1780 F: net/vhost-user.c
1781 F: include/hw/virtio/
1783 virtio-balloon
1784 M: Michael S. Tsirkin <mst@redhat.com>
1785 M: David Hildenbrand <david@redhat.com>
1786 S: Maintained
1787 F: hw/virtio/virtio-balloon*.c
1788 F: include/hw/virtio/virtio-balloon.h
1789 F: softmmu/balloon.c
1790 F: include/sysemu/balloon.h
1792 virtio-9p
1793 M: Greg Kurz <groug@kaod.org>
1794 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1795 S: Odd Fixes
1796 F: hw/9pfs/
1797 X: hw/9pfs/xen-9p*
1798 F: fsdev/
1799 F: docs/interop/virtfs-proxy-helper.rst
1800 F: tests/qtest/virtio-9p-test.c
1801 T: git https://github.com/gkurz/qemu.git 9p-next
1803 virtio-blk
1804 M: Stefan Hajnoczi <stefanha@redhat.com>
1805 L: qemu-block@nongnu.org
1806 S: Supported
1807 F: hw/block/virtio-blk.c
1808 F: hw/block/dataplane/*
1809 F: tests/qtest/virtio-blk-test.c
1810 T: git https://github.com/stefanha/qemu.git block
1812 virtio-ccw
1813 M: Cornelia Huck <cohuck@redhat.com>
1814 M: Halil Pasic <pasic@linux.ibm.com>
1815 S: Supported
1816 F: hw/s390x/virtio-ccw*.[hc]
1817 F: hw/s390x/vhost-vsock-ccw.c
1818 T: git https://github.com/cohuck/qemu.git s390-next
1819 T: git https://github.com/borntraeger/qemu.git s390-next
1820 L: qemu-s390x@nongnu.org
1822 virtiofs
1823 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1824 M: Stefan Hajnoczi <stefanha@redhat.com>
1825 S: Supported
1826 F: tools/virtiofsd/*
1827 F: hw/virtio/vhost-user-fs*
1828 F: include/hw/virtio/vhost-user-fs.h
1829 F: docs/interop/virtiofsd.rst
1831 virtio-input
1832 M: Gerd Hoffmann <kraxel@redhat.com>
1833 S: Maintained
1834 F: hw/input/vhost-user-input.c
1835 F: hw/input/virtio-input*.c
1836 F: include/hw/virtio/virtio-input.h
1837 F: contrib/vhost-user-input/*
1839 virtio-iommu
1840 M: Eric Auger <eric.auger@redhat.com>
1841 S: Maintained
1842 F: hw/virtio/virtio-iommu*.c
1843 F: include/hw/virtio/virtio-iommu.h
1845 virtio-serial
1846 M: Laurent Vivier <lvivier@redhat.com>
1847 R: Amit Shah <amit@kernel.org>
1848 S: Supported
1849 F: hw/char/virtio-serial-bus.c
1850 F: hw/char/virtio-console.c
1851 F: include/hw/virtio/virtio-serial.h
1852 F: tests/qtest/virtio-serial-test.c
1854 virtio-rng
1855 M: Laurent Vivier <lvivier@redhat.com>
1856 R: Amit Shah <amit@kernel.org>
1857 S: Supported
1858 F: hw/virtio/virtio-rng.c
1859 F: include/hw/virtio/virtio-rng.h
1860 F: include/sysemu/rng*.h
1861 F: backends/rng*.c
1862 F: tests/qtest/virtio-rng-test.c
1864 virtio-crypto
1865 M: Gonglei <arei.gonglei@huawei.com>
1866 S: Supported
1867 F: hw/virtio/virtio-crypto.c
1868 F: hw/virtio/virtio-crypto-pci.c
1869 F: include/hw/virtio/virtio-crypto.h
1871 virtio-mem
1872 M: David Hildenbrand <david@redhat.com>
1873 S: Supported
1874 W: https://virtio-mem.gitlab.io/
1875 F: hw/virtio/virtio-mem.c
1876 F: hw/virtio/virtio-mem-pci.h
1877 F: hw/virtio/virtio-mem-pci.c
1878 F: include/hw/virtio/virtio-mem.h
1880 nvme
1881 M: Keith Busch <kbusch@kernel.org>
1882 M: Klaus Jensen <its@irrelevant.dk>
1883 L: qemu-block@nongnu.org
1884 S: Supported
1885 F: hw/block/nvme*
1886 F: tests/qtest/nvme-test.c
1887 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1889 megasas
1890 M: Hannes Reinecke <hare@suse.com>
1891 L: qemu-block@nongnu.org
1892 S: Supported
1893 F: hw/scsi/megasas.c
1894 F: hw/scsi/mfi.h
1895 F: tests/qtest/megasas-test.c
1897 Network packet abstractions
1898 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1899 S: Maintained
1900 F: include/net/eth.h
1901 F: net/eth.c
1902 F: hw/net/net_rx_pkt*
1903 F: hw/net/net_tx_pkt*
1905 Vmware
1906 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1907 S: Maintained
1908 F: hw/net/vmxnet*
1909 F: hw/scsi/vmw_pvscsi*
1910 F: tests/qtest/vmxnet3-test.c
1912 Rocker
1913 M: Jiri Pirko <jiri@resnulli.us>
1914 S: Maintained
1915 F: hw/net/rocker/
1916 F: tests/rocker/
1917 F: docs/specs/rocker.txt
1919 NVDIMM
1920 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1921 S: Maintained
1922 F: hw/acpi/nvdimm.c
1923 F: hw/mem/nvdimm.c
1924 F: include/hw/mem/nvdimm.h
1925 F: docs/nvdimm.txt
1927 e1000x
1928 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1929 S: Maintained
1930 F: hw/net/e1000x*
1932 e1000e
1933 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1934 S: Maintained
1935 F: hw/net/e1000e*
1937 eepro100
1938 M: Stefan Weil <sw@weilnetz.de>
1939 S: Maintained
1940 F: hw/net/eepro100.c
1942 tulip
1943 M: Sven Schnelle <svens@stackframe.org>
1944 S: Maintained
1945 F: hw/net/tulip.c
1946 F: hw/net/tulip.h
1948 Generic Loader
1949 M: Alistair Francis <alistair@alistair23.me>
1950 S: Maintained
1951 F: hw/core/generic-loader.c
1952 F: include/hw/core/generic-loader.h
1953 F: docs/generic-loader.txt
1955 Intel Hexadecimal Object File Loader
1956 M: Su Hang <suhang16@mails.ucas.ac.cn>
1957 S: Maintained
1958 F: tests/qtest/hexloader-test.c
1959 F: tests/data/hex-loader/test.hex
1961 CHRP NVRAM
1962 M: Thomas Huth <thuth@redhat.com>
1963 S: Maintained
1964 F: hw/nvram/chrp_nvram.c
1965 F: include/hw/nvram/chrp_nvram.h
1966 F: tests/qtest/prom-env-test.c
1968 VM Generation ID
1969 M: Ben Warren <ben@skyportsystems.com>
1970 S: Maintained
1971 F: hw/acpi/vmgenid.c
1972 F: include/hw/acpi/vmgenid.h
1973 F: docs/specs/vmgenid.txt
1974 F: tests/qtest/vmgenid-test.c
1975 F: stubs/vmgenid.c
1977 Unimplemented device
1978 M: Peter Maydell <peter.maydell@linaro.org>
1979 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1980 S: Maintained
1981 F: include/hw/misc/unimp.h
1982 F: hw/misc/unimp.c
1984 Empty slot
1985 M: Artyom Tarasenko <atar4qemu@gmail.com>
1986 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1987 S: Maintained
1988 F: include/hw/misc/empty_slot.h
1989 F: hw/misc/empty_slot.c
1991 Standard VGA
1992 M: Gerd Hoffmann <kraxel@redhat.com>
1993 S: Maintained
1994 F: hw/display/vga*
1995 F: hw/display/bochs-display.c
1996 F: include/hw/display/vga.h
1997 F: include/hw/display/bochs-vbe.h
1999 ramfb
2000 M: Gerd Hoffmann <kraxel@redhat.com>
2001 S: Maintained
2002 F: hw/display/ramfb*.c
2003 F: include/hw/display/ramfb.h
2005 virtio-gpu
2006 M: Gerd Hoffmann <kraxel@redhat.com>
2007 S: Maintained
2008 F: hw/display/virtio-gpu*
2009 F: hw/display/virtio-vga.*
2010 F: include/hw/virtio/virtio-gpu.h
2012 vhost-user-blk
2013 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2014 S: Maintained
2015 F: contrib/vhost-user-blk/
2016 F: contrib/vhost-user-scsi/
2017 F: hw/block/vhost-user-blk.c
2018 F: hw/scsi/vhost-user-scsi.c
2019 F: hw/virtio/vhost-user-blk-pci.c
2020 F: hw/virtio/vhost-user-scsi-pci.c
2021 F: include/hw/virtio/vhost-user-blk.h
2022 F: include/hw/virtio/vhost-user-scsi.h
2024 vhost-user-gpu
2025 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2026 M: Gerd Hoffmann <kraxel@redhat.com>
2027 S: Maintained
2028 F: docs/interop/vhost-user-gpu.rst
2029 F: contrib/vhost-user-gpu
2030 F: hw/display/vhost-user-*
2032 Cirrus VGA
2033 M: Gerd Hoffmann <kraxel@redhat.com>
2034 S: Odd Fixes
2035 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2036 F: hw/display/cirrus*
2038 EDID Generator
2039 M: Gerd Hoffmann <kraxel@redhat.com>
2040 S: Maintained
2041 F: hw/display/edid*
2042 F: include/hw/display/edid.h
2043 F: qemu-edid.c
2045 PIIX4 South Bridge (i82371AB)
2046 M: Hervé Poussineau <hpoussin@reactos.org>
2047 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2048 S: Maintained
2049 F: hw/isa/piix4.c
2050 F: include/hw/southbridge/piix.h
2052 Firmware configuration (fw_cfg)
2053 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2054 R: Laszlo Ersek <lersek@redhat.com>
2055 R: Gerd Hoffmann <kraxel@redhat.com>
2056 S: Supported
2057 F: docs/specs/fw_cfg.txt
2058 F: hw/nvram/fw_cfg*.c
2059 F: stubs/fw_cfg.c
2060 F: include/hw/nvram/fw_cfg.h
2061 F: include/standard-headers/linux/qemu_fw_cfg.h
2062 F: tests/qtest/libqos/fw_cfg.c
2063 F: tests/qtest/fw_cfg-test.c
2064 T: git https://github.com/philmd/qemu.git fw_cfg-next
2066 XIVE
2067 M: David Gibson <david@gibson.dropbear.id.au>
2068 M: Cédric Le Goater <clg@kaod.org>
2069 L: qemu-ppc@nongnu.org
2070 S: Supported
2071 F: hw/*/*xive*
2072 F: include/hw/*/*xive*
2073 F: docs/*/*xive*
2075 Renesas peripherals
2076 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2077 R: Magnus Damm <magnus.damm@gmail.com>
2078 S: Maintained
2079 F: hw/char/renesas_sci.c
2080 F: hw/char/sh_serial.c
2081 F: hw/timer/renesas_*.c
2082 F: hw/timer/sh_timer.c
2083 F: include/hw/char/renesas_sci.h
2084 F: include/hw/sh4/sh.h
2085 F: include/hw/timer/renesas_*.h
2087 Renesas RX peripherals
2088 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2089 S: Maintained
2090 F: hw/intc/rx_icu.c
2091 F: hw/rx/
2092 F: include/hw/intc/rx_icu.h
2093 F: include/hw/rx/
2095 CAN bus subsystem and hardware
2096 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2097 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2098 S: Maintained
2099 W: https://canbus.pages.fel.cvut.cz/
2100 F: net/can/*
2101 F: hw/net/can/*
2102 F: include/net/can_*.h
2104 Subsystems
2105 ----------
2106 Audio
2107 M: Gerd Hoffmann <kraxel@redhat.com>
2108 S: Maintained
2109 F: audio/
2110 F: hw/audio/
2111 F: include/hw/audio/
2112 F: tests/qtest/ac97-test.c
2113 F: tests/qtest/es1370-test.c
2114 F: tests/qtest/intel-hda-test.c
2116 Block layer core
2117 M: Kevin Wolf <kwolf@redhat.com>
2118 M: Max Reitz <mreitz@redhat.com>
2119 L: qemu-block@nongnu.org
2120 S: Supported
2121 F: block*
2122 F: block/
2123 F: hw/block/
2124 F: include/block/
2125 F: qemu-img*
2126 F: docs/interop/qemu-img.rst
2127 F: qemu-io*
2128 F: tests/qemu-iotests/
2129 F: util/qemu-progress.c
2130 F: qobject/block-qdict.c
2131 F: tests/check-block-qdict.c
2132 T: git https://repo.or.cz/qemu/kevin.git block
2134 Block I/O path
2135 M: Stefan Hajnoczi <stefanha@redhat.com>
2136 M: Fam Zheng <fam@euphon.net>
2137 L: qemu-block@nongnu.org
2138 S: Supported
2139 F: util/async.c
2140 F: util/aio-*.c
2141 F: util/aio-*.h
2142 F: util/fdmon-*.c
2143 F: block/io.c
2144 F: migration/block*
2145 F: include/block/aio.h
2146 F: include/block/aio-wait.h
2147 F: scripts/qemugdb/aio.py
2148 F: tests/test-fdmon-epoll.c
2149 T: git https://github.com/stefanha/qemu.git block
2151 Block SCSI subsystem
2152 M: Paolo Bonzini <pbonzini@redhat.com>
2153 R: Fam Zheng <fam@euphon.net>
2154 L: qemu-block@nongnu.org
2155 S: Supported
2156 F: include/scsi/*
2157 F: scsi/*
2159 Block Jobs
2160 M: John Snow <jsnow@redhat.com>
2161 L: qemu-block@nongnu.org
2162 S: Supported
2163 F: blockjob.c
2164 F: include/block/blockjob.h
2165 F: job.c
2166 F: job-qmp.c
2167 F: include/qemu/job.h
2168 F: block/backup.c
2169 F: block/commit.c
2170 F: block/stream.c
2171 F: block/mirror.c
2172 F: qapi/job.json
2173 T: git https://gitlab.com/jsnow/qemu.git jobs
2175 Block QAPI, monitor, command line
2176 M: Markus Armbruster <armbru@redhat.com>
2177 S: Supported
2178 F: blockdev.c
2179 F: blockdev-hmp-cmds.c
2180 F: block/qapi.c
2181 F: qapi/block*.json
2182 F: qapi/transaction.json
2183 T: git https://repo.or.cz/qemu/armbru.git block-next
2185 Dirty Bitmaps
2186 M: Eric Blake <eblake@redhat.com>
2187 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2188 R: John Snow <jsnow@redhat.com>
2189 L: qemu-block@nongnu.org
2190 S: Supported
2191 F: include/qemu/hbitmap.h
2192 F: include/block/dirty-bitmap.h
2193 F: block/monitor/bitmap-qmp-cmds.c
2194 F: block/dirty-bitmap.c
2195 F: block/qcow2-bitmap.c
2196 F: migration/block-dirty-bitmap.c
2197 F: util/hbitmap.c
2198 F: tests/test-hbitmap.c
2199 F: docs/interop/bitmaps.rst
2200 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2202 Character device backends
2203 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2204 R: Paolo Bonzini <pbonzini@redhat.com>
2205 S: Maintained
2206 F: chardev/
2207 F: include/chardev/
2208 F: qapi/char.json
2210 Character Devices (Braille)
2211 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2212 S: Maintained
2213 F: chardev/baum.c
2215 Command line option argument parsing
2216 M: Markus Armbruster <armbru@redhat.com>
2217 S: Supported
2218 F: include/qemu/option.h
2219 F: tests/test-keyval.c
2220 F: tests/test-qemu-opts.c
2221 F: util/keyval.c
2222 F: util/qemu-option.c
2224 Coverity model
2225 M: Markus Armbruster <armbru@redhat.com>
2226 S: Supported
2227 F: scripts/coverity-model.c
2229 Coverity Scan integration
2230 M: Peter Maydell <peter.maydell@linaro.org>
2231 S: Maintained
2232 F: scripts/coverity-scan/
2234 Device Tree
2235 M: Alistair Francis <alistair.francis@wdc.com>
2236 R: David Gibson <david@gibson.dropbear.id.au>
2237 S: Maintained
2238 F: softmmu/device_tree.c
2239 F: include/sysemu/device_tree.h
2241 Dump
2242 S: Supported
2243 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2244 F: dump/
2245 F: hw/misc/vmcoreinfo.c
2246 F: include/hw/misc/vmcoreinfo.h
2247 F: include/qemu/win_dump_defs
2248 F: include/sysemu/dump-arch.h
2249 F: include/sysemu/dump.h
2250 F: qapi/dump.json
2251 F: scripts/dump-guest-memory.py
2252 F: stubs/dump.c
2254 Error reporting
2255 M: Markus Armbruster <armbru@redhat.com>
2256 S: Supported
2257 F: include/qapi/error.h
2258 F: include/qemu/error-report.h
2259 F: qapi/error.json
2260 F: util/error.c
2261 F: util/qemu-error.c
2262 F: scripts/coccinelle/err-bad-newline.cocci
2263 F: scripts/coccinelle/error-use-after-free.cocci
2264 F: scripts/coccinelle/error_propagate_null.cocci
2265 F: scripts/coccinelle/remove_local_err.cocci
2266 F: scripts/coccinelle/use-error_fatal.cocci
2267 F: scripts/coccinelle/errp-guard.cocci
2269 GDB stub
2270 M: Alex Bennée <alex.bennee@linaro.org>
2271 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2272 S: Maintained
2273 F: gdbstub*
2274 F: gdb-xml/
2276 Memory API
2277 M: Paolo Bonzini <pbonzini@redhat.com>
2278 S: Supported
2279 F: include/exec/ioport.h
2280 F: include/exec/memop.h
2281 F: include/exec/memory.h
2282 F: include/exec/ram_addr.h
2283 F: include/exec/ramblock.h
2284 F: softmmu/dma-helpers.c
2285 F: softmmu/ioport.c
2286 F: softmmu/memory.c
2287 F: softmmu/physmem.c
2288 F: include/exec/memory-internal.h
2289 F: scripts/coccinelle/memory-region-housekeeping.cocci
2291 SPICE
2292 M: Gerd Hoffmann <kraxel@redhat.com>
2293 S: Supported
2294 F: include/ui/qemu-spice.h
2295 F: include/ui/spice-display.h
2296 F: ui/spice-*.c
2297 F: audio/spiceaudio.c
2298 F: hw/display/qxl*
2299 F: qapi/ui.json
2300 F: docs/spice-port-fqdn.txt
2302 Graphics
2303 M: Gerd Hoffmann <kraxel@redhat.com>
2304 S: Odd Fixes
2305 F: ui/
2306 F: include/ui/
2307 F: qapi/ui.json
2308 F: util/drm.c
2310 Cocoa graphics
2311 M: Peter Maydell <peter.maydell@linaro.org>
2312 S: Odd Fixes
2313 F: ui/cocoa.m
2315 Main loop
2316 M: Paolo Bonzini <pbonzini@redhat.com>
2317 S: Maintained
2318 F: include/qemu/main-loop.h
2319 F: include/sysemu/runstate.h
2320 F: util/main-loop.c
2321 F: util/qemu-timer.c
2322 F: softmmu/vl.c
2323 F: softmmu/main.c
2324 F: softmmu/cpus.c
2325 F: softmmu/cpu-throttle.c
2326 F: softmmu/cpu-timers.c
2327 F: softmmu/icount.c
2328 F: qapi/run-state.json
2330 Read, Copy, Update (RCU)
2331 M: Paolo Bonzini <pbonzini@redhat.com>
2332 S: Maintained
2333 F: include/qemu/rcu*.h
2334 F: tests/rcutorture.c
2335 F: tests/test-rcu-*.c
2336 F: util/rcu.c
2338 Human Monitor (HMP)
2339 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2340 S: Maintained
2341 F: monitor/monitor-internal.h
2342 F: monitor/misc.c
2343 F: monitor/monitor.c
2344 F: monitor/hmp*
2345 F: hmp.h
2346 F: hmp-commands*.hx
2347 F: include/monitor/hmp-target.h
2348 F: tests/qtest/test-hmp.c
2349 F: include/qemu/qemu-print.h
2350 F: util/qemu-print.c
2352 Network device backends
2353 M: Jason Wang <jasowang@redhat.com>
2354 S: Maintained
2355 F: net/
2356 F: include/net/
2357 F: qemu-bridge-helper.c
2358 T: git https://github.com/jasowang/qemu.git net
2359 F: qapi/net.json
2361 Netmap network backend
2362 M: Luigi Rizzo <rizzo@iet.unipi.it>
2363 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2364 M: Vincenzo Maffione <v.maffione@gmail.com>
2365 W: http://info.iet.unipi.it/~luigi/netmap/
2366 S: Maintained
2367 F: net/netmap.c
2369 Host Memory Backends
2370 M: Eduardo Habkost <ehabkost@redhat.com>
2371 M: Igor Mammedov <imammedo@redhat.com>
2372 S: Maintained
2373 F: backends/hostmem*.c
2374 F: include/sysemu/hostmem.h
2375 T: git https://github.com/ehabkost/qemu.git machine-next
2377 Cryptodev Backends
2378 M: Gonglei <arei.gonglei@huawei.com>
2379 S: Maintained
2380 F: include/sysemu/cryptodev*.h
2381 F: backends/cryptodev*.c
2383 Python scripts
2384 M: Eduardo Habkost <ehabkost@redhat.com>
2385 M: Cleber Rosa <crosa@redhat.com>
2386 S: Odd fixes
2387 F: python/qemu/*py
2388 F: scripts/*.py
2389 F: tests/*.py
2391 Benchmark util
2392 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2393 S: Maintained
2394 F: scripts/simplebench/
2396 QAPI
2397 M: Markus Armbruster <armbru@redhat.com>
2398 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2399 S: Supported
2400 F: qapi/
2401 X: qapi/*.json
2402 F: include/qapi/
2403 X: include/qapi/qmp/
2404 F: include/qapi/qmp/dispatch.h
2405 F: tests/qapi-schema/
2406 F: tests/test-*-visitor.c
2407 F: tests/test-qapi-*.c
2408 F: tests/test-qmp-*.c
2409 F: tests/test-visitor-serialization.c
2410 F: scripts/qapi-gen.py
2411 F: scripts/qapi/*
2412 F: docs/sphinx/qapidoc.py
2413 F: docs/devel/qapi*
2414 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2416 QAPI Schema
2417 M: Eric Blake <eblake@redhat.com>
2418 M: Markus Armbruster <armbru@redhat.com>
2419 S: Supported
2420 F: qapi/*.json
2421 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2423 QObject
2424 M: Markus Armbruster <armbru@redhat.com>
2425 S: Supported
2426 F: qobject/
2427 F: include/qapi/qmp/
2428 X: include/qapi/qmp/dispatch.h
2429 F: scripts/coccinelle/qobject.cocci
2430 F: tests/check-qdict.c
2431 F: tests/check-qjson.c
2432 F: tests/check-qlist.c
2433 F: tests/check-qlit.c
2434 F: tests/check-qnull.c
2435 F: tests/check-qnum.c
2436 F: tests/check-qobject.c
2437 F: tests/check-qstring.c
2438 F: tests/data/qobject/qdict.txt
2439 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2441 QEMU Guest Agent
2442 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2443 S: Maintained
2444 F: qga/
2445 F: docs/interop/qemu-ga.rst
2446 F: docs/interop/qemu-ga-ref.rst
2447 F: scripts/qemu-guest-agent/
2448 F: tests/test-qga.c
2449 T: git https://github.com/mdroth/qemu.git qga
2452 M: Paolo Bonzini <pbonzini@redhat.com>
2453 R: Daniel P. Berrange <berrange@redhat.com>
2454 R: Eduardo Habkost <ehabkost@redhat.com>
2455 S: Supported
2456 F: docs/qdev-device-use.txt
2457 F: hw/core/qdev*
2458 F: hw/core/bus.c
2459 F: hw/core/sysbus.c
2460 F: include/hw/qdev*
2461 F: include/monitor/qdev.h
2462 F: include/qom/
2463 F: qapi/qom.json
2464 F: qapi/qdev.json
2465 F: scripts/coccinelle/qom-parent-type.cocci
2466 F: softmmu/qdev-monitor.c
2467 F: qom/
2468 F: tests/check-qom-interface.c
2469 F: tests/check-qom-proplist.c
2470 F: tests/test-qdev-global-props.c
2472 QOM boilerplate conversion script
2473 M: Eduardo Habkost <ehabkost@redhat.com>
2474 S: Maintained
2475 F: scripts/codeconverter/
2478 M: Markus Armbruster <armbru@redhat.com>
2479 S: Supported
2480 F: monitor/monitor-internal.h
2481 F: monitor/qmp*
2482 F: monitor/misc.c
2483 F: monitor/monitor.c
2484 F: qapi/error.json
2485 F: docs/devel/*qmp-*
2486 F: docs/interop/*qmp-*
2487 F: scripts/qmp/
2488 F: tests/qtest/qmp-test.c
2489 F: tests/qtest/qmp-cmd-test.c
2490 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2492 qtest
2493 M: Thomas Huth <thuth@redhat.com>
2494 M: Laurent Vivier <lvivier@redhat.com>
2495 R: Paolo Bonzini <pbonzini@redhat.com>
2496 S: Maintained
2497 F: softmmu/qtest.c
2498 F: accel/qtest/
2499 F: tests/qtest/
2500 X: tests/qtest/bios-tables-test-allowed-diff.h
2502 Device Fuzzing
2503 M: Alexander Bulekov <alxndr@bu.edu>
2504 R: Paolo Bonzini <pbonzini@redhat.com>
2505 R: Bandan Das <bsd@redhat.com>
2506 R: Stefan Hajnoczi <stefanha@redhat.com>
2507 R: Thomas Huth <thuth@redhat.com>
2508 S: Maintained
2509 F: tests/qtest/fuzz/
2510 F: scripts/oss-fuzz/
2511 F: docs/devel/fuzzing.txt
2513 Register API
2514 M: Alistair Francis <alistair@alistair23.me>
2515 S: Maintained
2516 F: hw/core/register.c
2517 F: include/hw/register.h
2518 F: include/hw/registerfields.h
2520 SLIRP
2521 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2522 S: Maintained
2523 F: slirp/
2524 F: net/slirp.c
2525 F: include/net/slirp.h
2526 T: git https://people.debian.org/~sthibault/qemu.git slirp
2528 Streams
2529 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2530 S: Maintained
2531 F: hw/core/stream.c
2532 F: include/hw/stream.h
2534 Stubs
2535 M: Paolo Bonzini <pbonzini@redhat.com>
2536 S: Maintained
2537 F: stubs/
2539 Tracing
2540 M: Stefan Hajnoczi <stefanha@redhat.com>
2541 S: Maintained
2542 F: trace/
2543 F: trace-events
2544 F: docs/qemu-option-trace.rst.inc
2545 F: scripts/tracetool.py
2546 F: scripts/tracetool/
2547 F: scripts/qemu-trace-stap*
2548 F: docs/interop/qemu-trace-stap.rst
2549 F: docs/devel/tracing.txt
2550 T: git https://github.com/stefanha/qemu.git tracing
2553 M: Stefan Berger <stefanb@linux.ibm.com>
2554 S: Maintained
2555 F: tpm.c
2556 F: stubs/tpm.c
2557 F: hw/tpm/*
2558 F: include/hw/acpi/tpm.h
2559 F: include/sysemu/tpm*
2560 F: qapi/tpm.json
2561 F: backends/tpm/
2562 F: tests/qtest/*tpm*
2563 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2565 Checkpatch
2566 S: Odd Fixes
2567 F: scripts/checkpatch.pl
2569 Migration
2570 M: Juan Quintela <quintela@redhat.com>
2571 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2572 S: Maintained
2573 F: hw/core/vmstate-if.c
2574 F: include/hw/vmstate-if.h
2575 F: include/migration/
2576 F: migration/
2577 F: scripts/vmstate-static-checker.py
2578 F: tests/vmstate-static-checker-data/
2579 F: tests/qtest/migration-test.c
2580 F: docs/devel/migration.rst
2581 F: qapi/migration.json
2583 D-Bus
2584 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2585 S: Maintained
2586 F: backends/dbus-vmstate.c
2587 F: tests/dbus-vmstate*
2588 F: util/dbus.c
2589 F: include/qemu/dbus.h
2590 F: docs/interop/dbus.rst
2591 F: docs/interop/dbus-vmstate.rst
2593 Seccomp
2594 M: Eduardo Otubo <otubo@redhat.com>
2595 S: Supported
2596 F: softmmu/qemu-seccomp.c
2597 F: include/sysemu/seccomp.h
2599 Cryptography
2600 M: Daniel P. Berrange <berrange@redhat.com>
2601 S: Maintained
2602 F: crypto/
2603 F: include/crypto/
2604 F: tests/test-crypto-*
2605 F: tests/benchmark-crypto-*
2606 F: tests/crypto-tls-*
2607 F: tests/pkix_asn1_tab.c
2608 F: qemu.sasl
2610 Coroutines
2611 M: Stefan Hajnoczi <stefanha@redhat.com>
2612 M: Kevin Wolf <kwolf@redhat.com>
2613 S: Maintained
2614 F: util/*coroutine*
2615 F: include/qemu/coroutine*
2616 F: tests/test-coroutine.c
2618 Buffers
2619 M: Daniel P. Berrange <berrange@redhat.com>
2620 S: Odd fixes
2621 F: util/buffer.c
2622 F: include/qemu/buffer.h
2624 I/O Channels
2625 M: Daniel P. Berrange <berrange@redhat.com>
2626 S: Maintained
2627 F: io/
2628 F: include/io/
2629 F: tests/test-io-*
2631 User authorization
2632 M: Daniel P. Berrange <berrange@redhat.com>
2633 S: Maintained
2634 F: authz/
2635 F: qapi/authz.json
2636 F: include/authz/
2637 F: tests/test-authz-*
2639 Sockets
2640 M: Daniel P. Berrange <berrange@redhat.com>
2641 M: Gerd Hoffmann <kraxel@redhat.com>
2642 S: Maintained
2643 F: include/qemu/sockets.h
2644 F: util/qemu-sockets.c
2645 F: qapi/sockets.json
2647 File monitor
2648 M: Daniel P. Berrange <berrange@redhat.com>
2649 S: Odd fixes
2650 F: util/filemonitor*.c
2651 F: include/qemu/filemonitor.h
2652 F: tests/test-util-filemonitor.c
2654 Throttling infrastructure
2655 M: Alberto Garcia <berto@igalia.com>
2656 S: Supported
2657 F: block/throttle-groups.c
2658 F: include/block/throttle-groups.h
2659 F: include/qemu/throttle*.h
2660 F: util/throttle.c
2661 F: docs/throttle.txt
2662 F: tests/test-throttle.c
2663 L: qemu-block@nongnu.org
2665 UUID
2666 M: Fam Zheng <fam@euphon.net>
2667 S: Supported
2668 F: util/uuid.c
2669 F: include/qemu/uuid.h
2670 F: tests/test-uuid.c
2672 COLO Framework
2673 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2674 S: Maintained
2675 F: migration/colo*
2676 F: include/migration/colo.h
2677 F: include/migration/failover.h
2678 F: docs/COLO-FT.txt
2680 COLO Proxy
2681 M: Zhang Chen <chen.zhang@intel.com>
2682 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2683 S: Supported
2684 F: docs/colo-proxy.txt
2685 F: net/colo*
2686 F: net/filter-rewriter.c
2687 F: net/filter-mirror.c
2689 Record/replay
2690 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2691 R: Paolo Bonzini <pbonzini@redhat.com>
2692 W: https://wiki.qemu.org/Features/record-replay
2693 S: Supported
2694 F: replay/*
2695 F: block/blkreplay.c
2696 F: net/filter-replay.c
2697 F: include/sysemu/replay.h
2698 F: docs/replay.txt
2699 F: stubs/replay.c
2700 F: tests/acceptance/replay_kernel.py
2701 F: tests/acceptance/reverse_debugging.py
2702 F: qapi/replay.json
2704 IOVA Tree
2705 M: Peter Xu <peterx@redhat.com>
2706 S: Maintained
2707 F: include/qemu/iova-tree.h
2708 F: util/iova-tree.c
2710 elf2dmp
2711 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2712 S: Maintained
2713 F: contrib/elf2dmp/
2715 I2C and SMBus
2716 M: Corey Minyard <cminyard@mvista.com>
2717 S: Maintained
2718 F: hw/i2c/core.c
2719 F: hw/i2c/smbus_slave.c
2720 F: hw/i2c/smbus_master.c
2721 F: hw/i2c/smbus_eeprom.c
2722 F: include/hw/i2c/i2c.h
2723 F: include/hw/i2c/smbus_master.h
2724 F: include/hw/i2c/smbus_slave.h
2725 F: include/hw/i2c/smbus_eeprom.h
2727 Firmware schema specifications
2728 M: Laszlo Ersek <lersek@redhat.com>
2729 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2730 R: Daniel P. Berrange <berrange@redhat.com>
2731 R: Kashyap Chamarthy <kchamart@redhat.com>
2732 S: Maintained
2733 F: docs/interop/firmware.json
2735 EDK2 Firmware
2736 M: Laszlo Ersek <lersek@redhat.com>
2737 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2738 S: Supported
2739 F: pc-bios/descriptors/??-edk2-*.json
2740 F: pc-bios/edk2-*
2741 F: roms/Makefile.edk2
2742 F: roms/edk2
2743 F: roms/edk2-*
2744 F: tests/data/uefi-boot-images/
2745 F: tests/uefi-test-tools/
2746 F: .gitlab-ci.d/edk2.yml
2747 F: .gitlab-ci.d/edk2/
2749 VT-d Emulation
2750 M: Michael S. Tsirkin <mst@redhat.com>
2751 M: Peter Xu <peterx@redhat.com>
2752 R: Jason Wang <jasowang@redhat.com>
2753 S: Supported
2754 F: hw/i386/intel_iommu.c
2755 F: hw/i386/intel_iommu_internal.h
2756 F: include/hw/i386/intel_iommu.h
2758 OpenSBI Firmware
2759 M: Bin Meng <bmeng.cn@gmail.com>
2760 S: Supported
2761 F: pc-bios/opensbi-*
2762 F: .gitlab-ci.d/opensbi.yml
2763 F: .gitlab-ci.d/opensbi/
2765 Usermode Emulation
2766 ------------------
2767 Overall usermode emulation
2768 M: Riku Voipio <riku.voipio@iki.fi>
2769 S: Maintained
2770 F: thunk.c
2771 F: accel/tcg/user-exec*.c
2773 BSD user
2774 S: Orphan
2775 F: bsd-user/
2776 F: default-configs/*-bsd-user.mak
2778 Linux user
2779 M: Laurent Vivier <laurent@vivier.eu>
2780 S: Maintained
2781 F: linux-user/
2782 F: default-configs/*-linux-user.mak
2783 F: scripts/qemu-binfmt-conf.sh
2784 F: scripts/update-syscalltbl.sh
2785 F: scripts/update-mips-syscall-args.sh
2786 F: scripts/gensyscalls.sh
2788 Tiny Code Generator (TCG)
2789 -------------------------
2790 Common TCG code
2791 M: Richard Henderson <rth@twiddle.net>
2792 S: Maintained
2793 F: tcg/
2794 F: include/tcg/
2796 TCG Plugins
2797 M: Alex Bennée <alex.bennee@linaro.org>
2798 S: Maintained
2799 F: docs/devel/tcg-plugins.rst
2800 F: plugins/
2801 F: tests/plugin/
2802 F: contrib/plugins/
2804 AArch64 TCG target
2805 M: Richard Henderson <richard.henderson@linaro.org>
2806 S: Maintained
2807 L: qemu-arm@nongnu.org
2808 F: tcg/aarch64/
2809 F: disas/arm-a64.cc
2810 F: disas/libvixl/
2812 ARM TCG target
2813 M: Andrzej Zaborowski <balrogg@gmail.com>
2814 S: Maintained
2815 L: qemu-arm@nongnu.org
2816 F: tcg/arm/
2817 F: disas/arm.c
2819 i386 TCG target
2820 M: Richard Henderson <rth@twiddle.net>
2821 S: Maintained
2822 F: tcg/i386/
2823 F: disas/i386.c
2825 MIPS TCG target
2826 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2827 R: Aurelien Jarno <aurelien@aurel32.net>
2828 R: Huacai Chen <chenhc@lemote.com>
2829 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2830 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2831 S: Maintained
2832 F: tcg/mips/
2834 PPC TCG target
2835 M: Richard Henderson <rth@twiddle.net>
2836 S: Odd Fixes
2837 F: tcg/ppc/
2838 F: disas/ppc.c
2840 RISC-V TCG target
2841 M: Palmer Dabbelt <palmer@dabbelt.com>
2842 M: Alistair Francis <Alistair.Francis@wdc.com>
2843 L: qemu-riscv@nongnu.org
2844 S: Maintained
2845 F: tcg/riscv/
2846 F: disas/riscv.c
2848 S390 TCG target
2849 M: Richard Henderson <rth@twiddle.net>
2850 S: Maintained
2851 F: tcg/s390/
2852 F: disas/s390.c
2853 L: qemu-s390x@nongnu.org
2855 SPARC TCG target
2856 S: Odd Fixes
2857 F: tcg/sparc/
2858 F: disas/sparc.c
2860 TCI TCG target
2861 M: Stefan Weil <sw@weilnetz.de>
2862 S: Maintained
2863 F: tcg/tci/
2864 F: tcg/tci.c
2865 F: disas/tci.c
2867 Block drivers
2868 -------------
2869 VMDK
2870 M: Fam Zheng <fam@euphon.net>
2871 L: qemu-block@nongnu.org
2872 S: Supported
2873 F: block/vmdk.c
2876 M: Jason Dillaman <dillaman@redhat.com>
2877 L: qemu-block@nongnu.org
2878 S: Supported
2879 F: block/rbd.c
2881 Sheepdog
2882 M: Liu Yuan <namei.unix@gmail.com>
2883 L: qemu-block@nongnu.org
2884 L: sheepdog@lists.wpkg.org
2885 S: Odd Fixes
2886 F: block/sheepdog.c
2888 VHDX
2889 M: Jeff Cody <codyprime@gmail.com>
2890 L: qemu-block@nongnu.org
2891 S: Supported
2892 F: block/vhdx*
2895 M: Stefan Weil <sw@weilnetz.de>
2896 L: qemu-block@nongnu.org
2897 S: Maintained
2898 F: block/vdi.c
2900 iSCSI
2901 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2902 M: Paolo Bonzini <pbonzini@redhat.com>
2903 M: Peter Lieven <pl@kamp.de>
2904 L: qemu-block@nongnu.org
2905 S: Odd Fixes
2906 F: block/iscsi.c
2907 F: block/iscsi-opts.c
2909 Network Block Device (NBD)
2910 M: Eric Blake <eblake@redhat.com>
2911 L: qemu-block@nongnu.org
2912 S: Maintained
2913 F: block/nbd*
2914 F: nbd/
2915 F: include/block/nbd*
2916 F: qemu-nbd.*
2917 F: blockdev-nbd.c
2918 F: docs/interop/nbd.txt
2919 F: docs/interop/qemu-nbd.rst
2920 T: git https://repo.or.cz/qemu/ericb.git nbd
2923 M: Peter Lieven <pl@kamp.de>
2924 L: qemu-block@nongnu.org
2925 S: Maintained
2926 F: block/nfs.c
2929 M: Richard W.M. Jones <rjones@redhat.com>
2930 L: qemu-block@nongnu.org
2931 S: Supported
2932 F: block/ssh.c
2934 CURL
2935 L: qemu-block@nongnu.org
2936 S: Odd Fixes
2937 F: block/curl.c
2939 GLUSTER
2940 L: qemu-block@nongnu.org
2941 L: integration@gluster.org
2942 S: Odd Fixes
2943 F: block/gluster.c
2945 Null Block Driver
2946 M: Fam Zheng <fam@euphon.net>
2947 L: qemu-block@nongnu.org
2948 S: Supported
2949 F: block/null.c
2951 NVMe Block Driver
2952 M: Stefan Hajnoczi <stefanha@redhat.com>
2953 R: Fam Zheng <fam@euphon.net>
2954 L: qemu-block@nongnu.org
2955 S: Supported
2956 F: block/nvme*
2957 T: git https://github.com/stefanha/qemu.git block
2959 Bootdevice
2960 M: Gonglei <arei.gonglei@huawei.com>
2961 S: Maintained
2962 F: softmmu/bootdevice.c
2964 Quorum
2965 M: Alberto Garcia <berto@igalia.com>
2966 S: Supported
2967 F: block/quorum.c
2968 L: qemu-block@nongnu.org
2970 blklogwrites
2971 M: Ari Sundholm <ari@tuxera.com>
2972 L: qemu-block@nongnu.org
2973 S: Supported
2974 F: block/blklogwrites.c
2976 blkverify
2977 M: Stefan Hajnoczi <stefanha@redhat.com>
2978 L: qemu-block@nongnu.org
2979 S: Supported
2980 F: block/blkverify.c
2982 bochs
2983 M: Stefan Hajnoczi <stefanha@redhat.com>
2984 L: qemu-block@nongnu.org
2985 S: Supported
2986 F: block/bochs.c
2988 cloop
2989 M: Stefan Hajnoczi <stefanha@redhat.com>
2990 L: qemu-block@nongnu.org
2991 S: Supported
2992 F: block/cloop.c
2995 M: Stefan Hajnoczi <stefanha@redhat.com>
2996 L: qemu-block@nongnu.org
2997 S: Supported
2998 F: block/dmg.c
3000 parallels
3001 M: Stefan Hajnoczi <stefanha@redhat.com>
3002 M: Denis V. Lunev <den@openvz.org>
3003 L: qemu-block@nongnu.org
3004 S: Supported
3005 F: block/parallels.c
3006 F: docs/interop/parallels.txt
3009 M: Stefan Hajnoczi <stefanha@redhat.com>
3010 L: qemu-block@nongnu.org
3011 S: Supported
3012 F: block/qed.c
3015 M: Kevin Wolf <kwolf@redhat.com>
3016 L: qemu-block@nongnu.org
3017 S: Supported
3018 F: block/linux-aio.c
3019 F: include/block/raw-aio.h
3020 F: block/raw-format.c
3021 F: block/file-posix.c
3022 F: block/file-win32.c
3023 F: block/win32-aio.c
3025 Linux io_uring
3026 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3027 M: Julia Suvorova <jusual@redhat.com>
3028 M: Stefan Hajnoczi <stefanha@redhat.com>
3029 L: qemu-block@nongnu.org
3030 S: Maintained
3031 F: block/io_uring.c
3032 F: stubs/io_uring.c
3034 qcow2
3035 M: Kevin Wolf <kwolf@redhat.com>
3036 M: Max Reitz <mreitz@redhat.com>
3037 L: qemu-block@nongnu.org
3038 S: Supported
3039 F: block/qcow2*
3040 F: docs/interop/qcow2.txt
3042 qcow
3043 M: Kevin Wolf <kwolf@redhat.com>
3044 L: qemu-block@nongnu.org
3045 S: Supported
3046 F: block/qcow.c
3048 blkdebug
3049 M: Kevin Wolf <kwolf@redhat.com>
3050 M: Max Reitz <mreitz@redhat.com>
3051 L: qemu-block@nongnu.org
3052 S: Supported
3053 F: block/blkdebug.c
3056 M: Kevin Wolf <kwolf@redhat.com>
3057 L: qemu-block@nongnu.org
3058 S: Supported
3059 F: block/vpc.c
3061 vvfat
3062 M: Kevin Wolf <kwolf@redhat.com>
3063 L: qemu-block@nongnu.org
3064 S: Odd Fixes
3065 F: block/vvfat.c
3067 Image format fuzzer
3068 M: Stefan Hajnoczi <stefanha@redhat.com>
3069 L: qemu-block@nongnu.org
3070 S: Supported
3071 F: tests/image-fuzzer/
3073 Replication
3074 M: Wen Congyang <wencongyang2@huawei.com>
3075 M: Xie Changlong <xiechanglong.d@gmail.com>
3076 S: Supported
3077 F: replication*
3078 F: block/replication.c
3079 F: tests/test-replication.c
3080 F: docs/block-replication.txt
3082 PVRDMA
3083 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3084 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3085 S: Maintained
3086 F: hw/rdma/*
3087 F: hw/rdma/vmw/*
3088 F: docs/pvrdma.txt
3089 F: contrib/rdmacm-mux/*
3090 F: qapi/rdma.json
3092 Semihosting
3093 M: Alex Bennée <alex.bennee@linaro.org>
3094 S: Maintained
3095 F: hw/semihosting/
3096 F: include/hw/semihosting/
3098 Build and test automation
3099 -------------------------
3100 Build and test automation
3101 M: Alex Bennée <alex.bennee@linaro.org>
3102 M: Fam Zheng <fam@euphon.net>
3103 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3104 S: Maintained
3105 F: .github/lockdown.yml
3106 F: .travis.yml
3107 F: scripts/travis/
3108 F: .shippable.yml
3109 F: tests/docker/
3110 F: tests/vm/
3111 F: scripts/archive-source.sh
3112 W: https://travis-ci.org/qemu/qemu
3113 W: https://app.shippable.com/github/qemu/qemu
3114 W: http://patchew.org/QEMU/
3116 FreeBSD Hosted Continuous Integration
3117 M: Ed Maste <emaste@freebsd.org>
3118 M: Li-Wen Hsu <lwhsu@freebsd.org>
3119 S: Maintained
3120 F: .cirrus.yml
3121 W: https://cirrus-ci.com/github/qemu/qemu
3123 GitLab Continuous Integration
3124 M: Thomas Huth <thuth@redhat.com>
3125 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3126 M: Alex Bennée <alex.bennee@linaro.org>
3127 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3128 S: Maintained
3129 F: .gitlab-ci.yml
3130 F: .gitlab-ci.d/crossbuilds.yml
3132 Guest Test Compilation Support
3133 M: Alex Bennée <alex.bennee@linaro.org>
3134 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3135 S: Maintained
3136 F: tests/tcg/Makefile
3137 F: tests/tcg/Makefile.include
3139 Acceptance (Integration) Testing with the Avocado framework
3140 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3141 R: Cleber Rosa <crosa@redhat.com>
3142 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3143 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3144 S: Odd Fixes
3145 F: tests/acceptance/
3147 Documentation
3148 -------------
3149 Build system architecture
3150 M: Daniel P. Berrange <berrange@redhat.com>
3151 S: Odd Fixes
3152 F: docs/devel/build-system.txt
3154 GIT Data Mining Config
3155 M: Alex Bennée <alex.bennee@linaro.org>
3156 S: Odd Fixes
3157 F: gitdm.config
3158 F: contrib/gitdm/*
3160 Incompatible changes
3161 R: libvir-list@redhat.com
3162 F: docs/system/deprecated.rst
3164 Build System
3165 ------------
3166 GIT submodules
3167 M: Daniel P. Berrange <berrange@redhat.com>
3168 S: Odd Fixes
3169 F: scripts/git-submodule.sh
3171 UI translations
3172 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3173 F: po/*.po
3175 Sphinx documentation configuration and build machinery
3176 M: Peter Maydell <peter.maydell@linaro.org>
3177 S: Maintained
3178 F: docs/conf.py
3179 F: docs/*/conf.py
3180 F: docs/sphinx/
3182 Miscellaneous
3183 -------------
3184 Performance Tools and Tests
3185 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3186 S: Maintained
3187 F: scripts/performance/