spapr: Forbid nested KVM-HV in pre-power9 compat mode
[qemu/ar7.git] / MAINTAINERS
blob0886eb3d2b5898777100398b302d7b9fe7fd10b0
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: exec.c
121 F: accel/tcg/
122 F: accel/stubs/tcg-stub.c
123 F: scripts/decodetree.py
124 F: docs/devel/decodetree.rst
125 F: include/exec/cpu*.h
126 F: include/exec/exec-all.h
127 F: include/exec/helper*.h
128 F: include/exec/tb-hash.h
129 F: include/sysemu/cpus.h
130 F: include/sysemu/tcg.h
132 FPU emulation
133 M: Aurelien Jarno <aurelien@aurel32.net>
134 M: Peter Maydell <peter.maydell@linaro.org>
135 M: Alex Bennée <alex.bennee@linaro.org>
136 S: Maintained
137 F: fpu/
138 F: include/fpu/
139 F: tests/fp/
141 Alpha TCG CPUs
142 M: Richard Henderson <rth@twiddle.net>
143 S: Maintained
144 F: target/alpha/
145 F: tests/tcg/alpha/
146 F: disas/alpha.c
148 ARM TCG CPUs
149 M: Peter Maydell <peter.maydell@linaro.org>
150 L: qemu-arm@nongnu.org
151 S: Maintained
152 F: target/arm/
153 F: tests/tcg/arm/
154 F: tests/tcg/aarch64/
155 F: hw/arm/
156 F: hw/cpu/a*mpcore.c
157 F: include/hw/cpu/a*mpcore.h
158 F: disas/arm.c
159 F: disas/arm-a64.cc
160 F: disas/libvixl/
161 F: docs/system/target-arm.rst
163 ARM SMMU
164 M: Eric Auger <eric.auger@redhat.com>
165 L: qemu-arm@nongnu.org
166 S: Maintained
167 F: hw/arm/smmu*
168 F: include/hw/arm/smmu*
170 AVR TCG CPUs
171 M: Michael Rolnik <mrolnik@gmail.com>
172 R: Sarah Harris <S.E.Harris@kent.ac.uk>
173 S: Maintained
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/whp-dispatch.h
454 F: accel/stubs/whpx-stub.c
455 F: include/sysemu/whpx.h
457 Guest CPU Cores (Xen)
458 ---------------------
459 X86 Xen CPUs
460 M: Stefano Stabellini <sstabellini@kernel.org>
461 M: Anthony Perard <anthony.perard@citrix.com>
462 M: Paul Durrant <paul@xen.org>
463 L: xen-devel@lists.xenproject.org
464 S: Supported
465 F: */xen*
466 F: accel/xen/*
467 F: hw/9pfs/xen-9p*
468 F: hw/char/xen_console.c
469 F: hw/display/xenfb.c
470 F: hw/net/xen_nic.c
471 F: hw/usb/xen-usb.c
472 F: hw/block/xen*
473 F: hw/block/dataplane/xen*
474 F: hw/xen/
475 F: hw/xenpv/
476 F: hw/i386/xen/
477 F: hw/pci-host/xen_igd_pt.c
478 F: include/hw/block/dataplane/xen*
479 F: include/hw/xen/
480 F: include/sysemu/xen.h
481 F: include/sysemu/xen-mapcache.h
483 Guest CPU Cores (HAXM)
484 ---------------------
485 X86 HAXM CPUs
486 M: Wenchao Wang <wenchao.wang@intel.com>
487 M: Colin Xu <colin.xu@intel.com>
488 L: haxm-team@intel.com
489 W: https://github.com/intel/haxm/issues
490 S: Maintained
491 F: accel/stubs/hax-stub.c
492 F: include/sysemu/hax.h
493 F: target/i386/hax-*
495 Hosts
496 -----
497 LINUX
498 M: Michael S. Tsirkin <mst@redhat.com>
499 M: Cornelia Huck <cohuck@redhat.com>
500 M: Paolo Bonzini <pbonzini@redhat.com>
501 S: Maintained
502 F: linux-headers/
503 F: scripts/update-linux-headers.sh
505 POSIX
506 M: Paolo Bonzini <pbonzini@redhat.com>
507 S: Maintained
508 F: os-posix.c
509 F: include/sysemu/os-posix.h
510 F: util/*posix*.c
511 F: include/qemu/*posix*.h
513 NETBSD
514 M: Kamil Rytarowski <kamil@netbsd.org>
515 S: Maintained
516 K: ^Subject:.*(?i)NetBSD
518 OPENBSD
519 M: Brad Smith <brad@comstyle.com>
520 S: Maintained
521 K: ^Subject:.*(?i)OpenBSD
523 W32, W64
524 M: Stefan Weil <sw@weilnetz.de>
525 S: Maintained
526 F: *win32*
527 F: */*win32*
528 F: include/*/*win32*
529 X: qga/*win32*
530 F: qemu.nsi
532 Alpha Machines
533 --------------
534 M: Richard Henderson <rth@twiddle.net>
535 S: Maintained
536 F: hw/alpha/
537 F: hw/isa/smc37c669-superio.c
538 F: tests/tcg/alpha/system/
540 ARM Machines
541 ------------
542 Allwinner-a10
543 M: Beniamino Galvani <b.galvani@gmail.com>
544 M: Peter Maydell <peter.maydell@linaro.org>
545 L: qemu-arm@nongnu.org
546 S: Odd Fixes
547 F: hw/*/allwinner*
548 F: include/hw/*/allwinner*
549 F: hw/arm/cubieboard.c
551 Allwinner-h3
552 M: Niek Linnenbank <nieklinnenbank@gmail.com>
553 L: qemu-arm@nongnu.org
554 S: Maintained
555 F: hw/*/allwinner-h3*
556 F: include/hw/*/allwinner-h3*
557 F: hw/arm/orangepi.c
558 F: docs/system/orangepi.rst
560 ARM PrimeCell and CMSDK devices
561 M: Peter Maydell <peter.maydell@linaro.org>
562 L: qemu-arm@nongnu.org
563 S: Maintained
564 F: hw/char/pl011.c
565 F: include/hw/char/pl011.h
566 F: hw/display/pl110*
567 F: hw/dma/pl080.c
568 F: include/hw/dma/pl080.h
569 F: hw/dma/pl330.c
570 F: hw/gpio/pl061.c
571 F: hw/input/pl050.c
572 F: hw/intc/pl190.c
573 F: hw/sd/pl181.c
574 F: hw/ssi/pl022.c
575 F: include/hw/ssi/pl022.h
576 F: hw/rtc/pl031.c
577 F: include/hw/rtc/pl031.h
578 F: include/hw/arm/primecell.h
579 F: hw/timer/cmsdk-apb-timer.c
580 F: include/hw/timer/cmsdk-apb-timer.h
581 F: hw/timer/cmsdk-apb-dualtimer.c
582 F: include/hw/timer/cmsdk-apb-dualtimer.h
583 F: hw/char/cmsdk-apb-uart.c
584 F: include/hw/char/cmsdk-apb-uart.h
585 F: hw/watchdog/cmsdk-apb-watchdog.c
586 F: include/hw/watchdog/cmsdk-apb-watchdog.h
587 F: hw/misc/tz-ppc.c
588 F: include/hw/misc/tz-ppc.h
589 F: hw/misc/tz-mpc.c
590 F: include/hw/misc/tz-mpc.h
591 F: hw/misc/tz-msc.c
592 F: include/hw/misc/tz-msc.h
594 ARM cores
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
597 S: Maintained
598 F: hw/intc/arm*
599 F: hw/intc/gic_internal.h
600 F: hw/misc/a9scu.c
601 F: hw/misc/arm11scu.c
602 F: hw/misc/arm_l2x0.c
603 F: hw/timer/a9gtimer*
604 F: hw/timer/arm*
605 F: include/hw/arm/arm*.h
606 F: include/hw/intc/arm*
607 F: include/hw/misc/a9scu.h
608 F: include/hw/misc/arm11scu.h
609 F: include/hw/timer/a9gtimer.h
610 F: include/hw/timer/arm_mptimer.h
611 F: include/hw/timer/armv7m_systick.h
612 F: tests/qtest/test-arm-mptimer.c
614 Exynos
615 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
616 M: Peter Maydell <peter.maydell@linaro.org>
617 L: qemu-arm@nongnu.org
618 S: Odd Fixes
619 F: hw/*/exynos*
620 F: include/hw/arm/exynos4210.h
622 Calxeda Highbank
623 M: Rob Herring <robh@kernel.org>
624 M: Peter Maydell <peter.maydell@linaro.org>
625 L: qemu-arm@nongnu.org
626 S: Odd Fixes
627 F: hw/arm/highbank.c
628 F: hw/net/xgmac.c
630 Canon DIGIC
631 M: Antony Pavlov <antonynpavlov@gmail.com>
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
634 S: Odd Fixes
635 F: include/hw/arm/digic.h
636 F: hw/*/digic*
637 F: include/hw/*/digic*
638 F: tests/acceptance/machine_arm_canona1100.py
639 F: docs/system/arm/digic.rst
641 Goldfish RTC
642 M: Anup Patel <anup.patel@wdc.com>
643 M: Alistair Francis <Alistair.Francis@wdc.com>
644 L: qemu-riscv@nongnu.org
645 S: Maintained
646 F: hw/rtc/goldfish_rtc.c
647 F: include/hw/rtc/goldfish_rtc.h
649 Gumstix
650 M: Peter Maydell <peter.maydell@linaro.org>
651 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
652 L: qemu-arm@nongnu.org
653 S: Odd Fixes
654 F: hw/arm/gumstix.c
655 F: docs/system/arm/gumstix.rst
657 i.MX25 PDK
658 M: Peter Maydell <peter.maydell@linaro.org>
659 R: Jean-Christophe Dubois <jcd@tribudubois.net>
660 L: qemu-arm@nongnu.org
661 S: Odd Fixes
662 F: hw/arm/fsl-imx25.c
663 F: hw/arm/imx25_pdk.c
664 F: hw/misc/imx25_ccm.c
665 F: hw/watchdog/wdt_imx2.c
666 F: include/hw/arm/fsl-imx25.h
667 F: include/hw/misc/imx25_ccm.h
668 F: include/hw/watchdog/wdt_imx2.h
670 i.MX31 (kzm)
671 M: Peter Chubb <peter.chubb@nicta.com.au>
672 M: Peter Maydell <peter.maydell@linaro.org>
673 L: qemu-arm@nongnu.org
674 S: Odd Fixes
675 F: hw/arm/kzm.c
676 F: hw/*/imx_*
677 F: hw/*/*imx31*
678 F: include/hw/*/imx_*
679 F: include/hw/*/*imx31*
681 Integrator CP
682 M: Peter Maydell <peter.maydell@linaro.org>
683 L: qemu-arm@nongnu.org
684 S: Maintained
685 F: hw/arm/integratorcp.c
686 F: hw/misc/arm_integrator_debug.c
687 F: include/hw/misc/arm_integrator_debug.h
688 F: tests/acceptance/machine_arm_integratorcp.py
689 F: docs/system/arm/integratorcp.rst
691 MCIMX6UL EVK / i.MX6ul
692 M: Peter Maydell <peter.maydell@linaro.org>
693 R: Jean-Christophe Dubois <jcd@tribudubois.net>
694 L: qemu-arm@nongnu.org
695 S: Odd Fixes
696 F: hw/arm/mcimx6ul-evk.c
697 F: hw/arm/fsl-imx6ul.c
698 F: hw/misc/imx6ul_ccm.c
699 F: include/hw/arm/fsl-imx6ul.h
700 F: include/hw/misc/imx6ul_ccm.h
702 MCIMX7D SABRE / i.MX7
703 M: Peter Maydell <peter.maydell@linaro.org>
704 R: Andrey Smirnov <andrew.smirnov@gmail.com>
705 L: qemu-arm@nongnu.org
706 S: Odd Fixes
707 F: hw/arm/mcimx7d-sabre.c
708 F: hw/arm/fsl-imx7.c
709 F: hw/misc/imx7_*.c
710 F: include/hw/arm/fsl-imx7.h
711 F: include/hw/misc/imx7_*.h
712 F: hw/pci-host/designware.c
713 F: include/hw/pci-host/designware.h
715 MPS2
716 M: Peter Maydell <peter.maydell@linaro.org>
717 L: qemu-arm@nongnu.org
718 S: Maintained
719 F: hw/arm/mps2.c
720 F: hw/arm/mps2-tz.c
721 F: hw/misc/mps2-*.c
722 F: include/hw/misc/mps2-*.h
723 F: hw/arm/armsse.c
724 F: include/hw/arm/armsse.h
725 F: hw/misc/iotkit-secctl.c
726 F: include/hw/misc/iotkit-secctl.h
727 F: hw/misc/iotkit-sysctl.c
728 F: include/hw/misc/iotkit-sysctl.h
729 F: hw/misc/iotkit-sysinfo.c
730 F: include/hw/misc/iotkit-sysinfo.h
731 F: hw/misc/armsse-cpuid.c
732 F: include/hw/misc/armsse-cpuid.h
733 F: hw/misc/armsse-mhu.c
734 F: include/hw/misc/armsse-mhu.h
735 F: docs/system/arm/mps2.rst
737 Musca
738 M: Peter Maydell <peter.maydell@linaro.org>
739 L: qemu-arm@nongnu.org
740 S: Maintained
741 F: hw/arm/musca.c
742 F: docs/system/arm/musca.rst
744 Musicpal
745 M: Jan Kiszka <jan.kiszka@web.de>
746 M: Peter Maydell <peter.maydell@linaro.org>
747 L: qemu-arm@nongnu.org
748 S: Odd Fixes
749 F: hw/arm/musicpal.c
750 F: docs/system/arm/musicpal.rst
752 nSeries
753 M: Andrzej Zaborowski <balrogg@gmail.com>
754 M: Peter Maydell <peter.maydell@linaro.org>
755 L: qemu-arm@nongnu.org
756 S: Odd Fixes
757 F: hw/arm/nseries.c
758 F: hw/display/blizzard.c
759 F: hw/input/lm832x.c
760 F: hw/input/tsc2005.c
761 F: hw/misc/cbus.c
762 F: hw/rtc/twl92230.c
763 F: include/hw/display/blizzard.h
764 F: include/hw/input/tsc2xxx.h
765 F: include/hw/misc/cbus.h
766 F: tests/acceptance/machine_arm_n8x0.py
767 F: docs/system/arm/nseries.rst
769 Palm
770 M: Andrzej Zaborowski <balrogg@gmail.com>
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
773 S: Odd Fixes
774 F: hw/arm/palm.c
775 F: hw/input/tsc210x.c
776 F: include/hw/input/tsc2xxx.h
777 F: docs/system/arm/palm.rst
779 Raspberry Pi
780 M: Peter Maydell <peter.maydell@linaro.org>
781 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
782 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
783 L: qemu-arm@nongnu.org
784 S: Odd Fixes
785 F: hw/arm/raspi.c
786 F: hw/arm/raspi_platform.h
787 F: hw/*/bcm283*
788 F: include/hw/arm/raspi*
789 F: include/hw/*/bcm283*
791 Real View
792 M: Peter Maydell <peter.maydell@linaro.org>
793 L: qemu-arm@nongnu.org
794 S: Maintained
795 F: hw/arm/realview*
796 F: hw/cpu/realview_mpcore.c
797 F: hw/intc/realview_gic.c
798 F: include/hw/intc/realview_gic.h
799 F: docs/system/arm/realview.rst
801 PXA2XX
802 M: Andrzej Zaborowski <balrogg@gmail.com>
803 M: Peter Maydell <peter.maydell@linaro.org>
804 L: qemu-arm@nongnu.org
805 S: Odd Fixes
806 F: hw/arm/mainstone.c
807 F: hw/arm/spitz.c
808 F: hw/arm/tosa.c
809 F: hw/arm/z2.c
810 F: hw/*/pxa2xx*
811 F: hw/display/tc6393xb.c
812 F: hw/gpio/max7310.c
813 F: hw/gpio/zaurus.c
814 F: hw/misc/mst_fpga.c
815 F: hw/misc/max111x.c
816 F: include/hw/misc/max111x.h
817 F: include/hw/arm/pxa.h
818 F: include/hw/arm/sharpsl.h
819 F: include/hw/display/tc6393xb.h
820 F: docs/system/arm/xscale.rst
822 SABRELITE / i.MX6
823 M: Peter Maydell <peter.maydell@linaro.org>
824 R: Jean-Christophe Dubois <jcd@tribudubois.net>
825 L: qemu-arm@nongnu.org
826 S: Odd Fixes
827 F: hw/arm/sabrelite.c
828 F: hw/arm/fsl-imx6.c
829 F: hw/misc/imx6_*.c
830 F: hw/ssi/imx_spi.c
831 F: hw/usb/imx-usb-phy.c
832 F: include/hw/usb/imx-usb-phy.h
833 F: include/hw/arm/fsl-imx6.h
834 F: include/hw/misc/imx6_*.h
835 F: include/hw/ssi/imx_spi.h
837 SBSA-REF
838 M: Radoslaw Biernacki <rad@semihalf.com>
839 M: Peter Maydell <peter.maydell@linaro.org>
840 R: Leif Lindholm <leif@nuviainc.com>
841 L: qemu-arm@nongnu.org
842 S: Maintained
843 F: hw/arm/sbsa-ref.c
845 Sharp SL-5500 (Collie) PDA
846 M: Peter Maydell <peter.maydell@linaro.org>
847 L: qemu-arm@nongnu.org
848 S: Odd Fixes
849 F: hw/arm/collie.c
850 F: hw/arm/strongarm*
851 F: docs/system/arm/collie.rst
853 Stellaris
854 M: Peter Maydell <peter.maydell@linaro.org>
855 L: qemu-arm@nongnu.org
856 S: Maintained
857 F: hw/*/stellaris*
858 F: include/hw/input/gamepad.h
859 F: docs/system/arm/stellaris.rst
861 Versatile Express
862 M: Peter Maydell <peter.maydell@linaro.org>
863 L: qemu-arm@nongnu.org
864 S: Maintained
865 F: hw/arm/vexpress.c
866 F: docs/system/arm/vexpress.rst
868 Versatile PB
869 M: Peter Maydell <peter.maydell@linaro.org>
870 L: qemu-arm@nongnu.org
871 S: Maintained
872 F: hw/*/versatile*
873 F: include/hw/i2c/arm_sbcon_i2c.h
874 F: hw/misc/arm_sysctl.c
875 F: docs/system/arm/versatile.rst
877 Virt
878 M: Peter Maydell <peter.maydell@linaro.org>
879 L: qemu-arm@nongnu.org
880 S: Maintained
881 F: hw/arm/virt*
882 F: include/hw/arm/virt.h
883 F: docs/system/arm/virt.rst
885 Xilinx Zynq
886 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 M: Alistair Francis <alistair@alistair23.me>
888 M: Peter Maydell <peter.maydell@linaro.org>
889 L: qemu-arm@nongnu.org
890 S: Maintained
891 F: hw/*/xilinx_*
892 F: hw/*/cadence_*
893 F: hw/misc/zynq*
894 F: include/hw/misc/zynq*
895 X: hw/ssi/xilinx_*
897 Xilinx ZynqMP
898 M: Alistair Francis <alistair@alistair23.me>
899 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
900 M: Peter Maydell <peter.maydell@linaro.org>
901 L: qemu-arm@nongnu.org
902 S: Maintained
903 F: hw/*/xlnx*.c
904 F: include/hw/*/xlnx*.h
905 F: include/hw/ssi/xilinx_spips.h
906 F: hw/display/dpcd.c
907 F: include/hw/display/dpcd.h
909 ARM ACPI Subsystem
910 M: Shannon Zhao <shannon.zhaosl@gmail.com>
911 L: qemu-arm@nongnu.org
912 S: Maintained
913 F: hw/arm/virt-acpi-build.c
915 STM32F205
916 M: Alistair Francis <alistair@alistair23.me>
917 M: Peter Maydell <peter.maydell@linaro.org>
918 L: qemu-arm@nongnu.org
919 S: Maintained
920 F: hw/arm/stm32f205_soc.c
921 F: hw/misc/stm32f2xx_syscfg.c
922 F: hw/char/stm32f2xx_usart.c
923 F: hw/timer/stm32f2xx_timer.c
924 F: hw/adc/*
925 F: hw/ssi/stm32f2xx_spi.c
926 F: include/hw/*/stm32*.h
928 STM32F405
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/stm32f405_soc.c
934 F: hw/misc/stm32f4xx_syscfg.c
935 F: hw/misc/stm32f4xx_exti.c
937 Netduino 2
938 M: Alistair Francis <alistair@alistair23.me>
939 M: Peter Maydell <peter.maydell@linaro.org>
940 L: qemu-arm@nongnu.org
941 S: Maintained
942 F: hw/arm/netduino2.c
944 Netduino Plus 2
945 M: Alistair Francis <alistair@alistair23.me>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 L: qemu-arm@nongnu.org
948 S: Maintained
949 F: hw/arm/netduinoplus2.c
951 SmartFusion2
952 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
953 M: Peter Maydell <peter.maydell@linaro.org>
954 L: qemu-arm@nongnu.org
955 S: Maintained
956 F: hw/arm/msf2-soc.c
957 F: hw/misc/msf2-sysreg.c
958 F: hw/timer/mss-timer.c
959 F: hw/ssi/mss-spi.c
960 F: include/hw/arm/msf2-soc.h
961 F: include/hw/misc/msf2-sysreg.h
962 F: include/hw/timer/mss-timer.h
963 F: include/hw/ssi/mss-spi.h
964 F: hw/net/msf2-emac.c
965 F: include/hw/net/msf2-emac.h
967 Emcraft M2S-FG484
968 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
969 M: Peter Maydell <peter.maydell@linaro.org>
970 L: qemu-arm@nongnu.org
971 S: Maintained
972 F: hw/arm/msf2-som.c
974 ASPEED BMCs
975 M: Cédric Le Goater <clg@kaod.org>
976 M: Peter Maydell <peter.maydell@linaro.org>
977 R: Andrew Jeffery <andrew@aj.id.au>
978 R: Joel Stanley <joel@jms.id.au>
979 L: qemu-arm@nongnu.org
980 S: Maintained
981 F: hw/*/*aspeed*
982 F: hw/misc/pca9552.c
983 F: include/hw/*/*aspeed*
984 F: include/hw/misc/pca9552*.h
985 F: hw/net/ftgmac100.c
986 F: include/hw/net/ftgmac100.h
988 NRF51
989 M: Joel Stanley <joel@jms.id.au>
990 M: Peter Maydell <peter.maydell@linaro.org>
991 L: qemu-arm@nongnu.org
992 S: Maintained
993 F: hw/*/nrf51*.c
994 F: hw/*/microbit*.c
995 F: include/hw/*/nrf51*.h
996 F: include/hw/*/microbit*.h
997 F: tests/qtest/microbit-test.c
999 AVR Machines
1000 -------------
1002 AVR MCUs
1003 M: Michael Rolnik <mrolnik@gmail.com>
1004 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1005 S: Maintained
1006 F: default-configs/avr-softmmu.mak
1007 F: hw/avr/
1008 F: include/hw/char/avr_usart.h
1009 F: hw/char/avr_usart.c
1010 F: include/hw/timer/avr_timer16.h
1011 F: hw/timer/avr_timer16.c
1012 F: include/hw/misc/avr_power.h
1013 F: hw/misc/avr_power.c
1015 Arduino
1016 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1017 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1018 S: Maintained
1019 F: hw/avr/arduino.c
1021 CRIS Machines
1022 -------------
1023 Axis Dev88
1024 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1025 S: Maintained
1026 F: hw/cris/axis_dev88.c
1027 F: hw/*/etraxfs_*.c
1029 HP-PARISC Machines
1030 ------------------
1031 HP B160L
1032 M: Richard Henderson <rth@twiddle.net>
1033 R: Helge Deller <deller@gmx.de>
1034 S: Odd Fixes
1035 F: default-configs/hppa-softmmu.mak
1036 F: hw/hppa/
1037 F: pc-bios/hppa-firmware.img
1039 LM32 Machines
1040 -------------
1041 EVR32 and uclinux BSP
1042 R: Michael Walle <michael@walle.cc>
1043 S: Orphan
1044 F: hw/lm32/lm32_boards.c
1046 milkymist
1047 R: Michael Walle <michael@walle.cc>
1048 S: Orphan
1049 F: hw/lm32/milkymist.c
1051 M68K Machines
1052 -------------
1053 an5206
1054 M: Thomas Huth <huth@tuxfamily.org>
1055 S: Odd Fixes
1056 F: hw/m68k/an5206.c
1057 F: hw/m68k/mcf5206.c
1059 mcf5208
1060 M: Thomas Huth <huth@tuxfamily.org>
1061 S: Odd Fixes
1062 F: hw/m68k/mcf5208.c
1063 F: hw/m68k/mcf_intc.c
1064 F: hw/char/mcf_uart.c
1065 F: hw/net/mcf_fec.c
1066 F: include/hw/m68k/mcf*.h
1068 NeXTcube
1069 M: Thomas Huth <huth@tuxfamily.org>
1070 S: Odd Fixes
1071 F: hw/m68k/next-*.c
1072 F: hw/display/next-fb.c
1073 F: include/hw/m68k/next-cube.h
1075 q800
1076 M: Laurent Vivier <laurent@vivier.eu>
1077 S: Maintained
1078 F: hw/m68k/q800.c
1079 F: hw/misc/mac_via.c
1080 F: hw/nubus/*
1081 F: hw/display/macfb.c
1082 F: hw/block/swim.c
1083 F: hw/m68k/bootinfo.h
1084 F: include/hw/misc/mac_via.h
1085 F: include/hw/nubus/*
1086 F: include/hw/display/macfb.h
1087 F: include/hw/block/swim.h
1089 MicroBlaze Machines
1090 -------------------
1091 petalogix_s3adsp1800
1092 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1093 S: Maintained
1094 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1095 F: include/hw/char/xilinx_uartlite.h
1097 petalogix_ml605
1098 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1099 S: Maintained
1100 F: hw/microblaze/petalogix_ml605_mmu.c
1102 MIPS Machines
1103 -------------
1104 Jazz
1105 M: Hervé Poussineau <hpoussin@reactos.org>
1106 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1107 S: Maintained
1108 F: hw/mips/jazz.c
1109 F: hw/display/jazz_led.c
1110 F: hw/dma/rc4030.c
1112 Malta
1113 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1114 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1115 R: Aurelien Jarno <aurelien@aurel32.net>
1116 S: Maintained
1117 F: hw/isa/piix4.c
1118 F: hw/acpi/piix4.c
1119 F: hw/mips/malta.c
1120 F: hw/mips/gt64xxx_pci.c
1121 F: include/hw/southbridge/piix.h
1122 F: tests/acceptance/linux_ssh_mips_malta.py
1123 F: tests/acceptance/machine_mips_malta.py
1125 Mipssim
1126 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1127 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1128 S: Odd Fixes
1129 F: hw/mips/mipssim.c
1130 F: hw/net/mipsnet.c
1132 R4000
1133 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1134 R: Aurelien Jarno <aurelien@aurel32.net>
1135 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1136 S: Obsolete
1137 F: hw/mips/r4k.c
1139 Fuloong 2E
1140 M: Huacai Chen <chenhc@lemote.com>
1141 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1142 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1143 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1144 S: Odd Fixes
1145 F: hw/mips/fuloong2e.c
1146 F: hw/isa/vt82c686.c
1147 F: hw/pci-host/bonito.c
1148 F: include/hw/isa/vt82c686.h
1150 Loongson-3 virtual platforms
1151 M: Huacai Chen <chenhc@lemote.com>
1152 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1153 S: Maintained
1154 F: hw/intc/loongson_liointc.c
1156 Boston
1157 M: Paul Burton <pburton@wavecomp.com>
1158 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1159 S: Maintained
1160 F: hw/core/loader-fit.c
1161 F: hw/mips/boston.c
1162 F: hw/pci-host/xilinx-pcie.c
1163 F: include/hw/pci-host/xilinx-pcie.h
1165 OpenRISC Machines
1166 -----------------
1167 or1k-sim
1168 M: Jia Liu <proljc@gmail.com>
1169 S: Maintained
1170 F: hw/openrisc/openrisc_sim.c
1172 PowerPC Machines
1173 ----------------
1175 M: David Gibson <david@gibson.dropbear.id.au>
1176 L: qemu-ppc@nongnu.org
1177 S: Odd Fixes
1178 F: hw/ppc/ppc405_boards.c
1180 Bamboo
1181 M: David Gibson <david@gibson.dropbear.id.au>
1182 L: qemu-ppc@nongnu.org
1183 S: Odd Fixes
1184 F: hw/ppc/ppc440_bamboo.c
1186 e500
1187 M: David Gibson <david@gibson.dropbear.id.au>
1188 L: qemu-ppc@nongnu.org
1189 S: Odd Fixes
1190 F: hw/ppc/e500*
1191 F: hw/gpio/mpc8xxx.c
1192 F: hw/i2c/mpc_i2c.c
1193 F: hw/net/fsl_etsec/
1194 F: hw/pci-host/ppce500.c
1195 F: include/hw/ppc/ppc_e500.h
1196 F: include/hw/pci-host/ppce500.h
1197 F: pc-bios/u-boot.e500
1199 mpc8544ds
1200 M: David Gibson <david@gibson.dropbear.id.au>
1201 L: qemu-ppc@nongnu.org
1202 S: Odd Fixes
1203 F: hw/ppc/mpc8544ds.c
1204 F: hw/ppc/mpc8544_guts.c
1206 New World (mac99)
1207 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1208 R: David Gibson <david@gibson.dropbear.id.au>
1209 L: qemu-ppc@nongnu.org
1210 S: Odd Fixes
1211 F: hw/ppc/mac_newworld.c
1212 F: hw/pci-host/uninorth.c
1213 F: hw/pci-bridge/dec.[hc]
1214 F: hw/misc/macio/
1215 F: hw/misc/mos6522.c
1216 F: hw/nvram/mac_nvram.c
1217 F: hw/input/adb*
1218 F: include/hw/misc/macio/
1219 F: include/hw/misc/mos6522.h
1220 F: include/hw/ppc/mac_dbdma.h
1221 F: include/hw/pci-host/uninorth.h
1222 F: include/hw/input/adb*
1223 F: pc-bios/qemu_vga.ndrv
1225 Old World (g3beige)
1226 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1227 R: David Gibson <david@gibson.dropbear.id.au>
1228 L: qemu-ppc@nongnu.org
1229 S: Odd Fixes
1230 F: hw/ppc/mac_oldworld.c
1231 F: hw/pci-host/grackle.c
1232 F: hw/misc/macio/
1233 F: hw/intc/heathrow_pic.c
1234 F: hw/input/adb*
1235 F: include/hw/intc/heathrow_pic.h
1236 F: include/hw/input/adb*
1237 F: pc-bios/qemu_vga.ndrv
1239 PReP
1240 M: Hervé Poussineau <hpoussin@reactos.org>
1241 L: qemu-ppc@nongnu.org
1242 S: Maintained
1243 F: hw/ppc/prep.c
1244 F: hw/ppc/prep_systemio.c
1245 F: hw/ppc/rs6000_mc.c
1246 F: hw/pci-host/prep.[hc]
1247 F: hw/isa/i82378.c
1248 F: hw/isa/pc87312.c
1249 F: hw/dma/i82374.c
1250 F: hw/rtc/m48t59-isa.c
1251 F: include/hw/isa/pc87312.h
1252 F: include/hw/rtc/m48t59.h
1253 F: tests/acceptance/ppc_prep_40p.py
1255 sPAPR
1256 M: David Gibson <david@gibson.dropbear.id.au>
1257 L: qemu-ppc@nongnu.org
1258 S: Supported
1259 F: hw/*/spapr*
1260 F: include/hw/*/spapr*
1261 F: hw/*/xics*
1262 F: include/hw/*/xics*
1263 F: pc-bios/slof.bin
1264 F: docs/specs/ppc-spapr-hcalls.txt
1265 F: docs/specs/ppc-spapr-hotplug.txt
1266 F: tests/qtest/spapr*
1267 F: tests/qtest/libqos/*spapr*
1268 F: tests/qtest/rtas*
1269 F: tests/qtest/libqos/rtas*
1271 PowerNV (Non-Virtualized)
1272 M: Cédric Le Goater <clg@kaod.org>
1273 M: David Gibson <david@gibson.dropbear.id.au>
1274 L: qemu-ppc@nongnu.org
1275 S: Maintained
1276 F: hw/ppc/pnv*
1277 F: hw/intc/pnv*
1278 F: hw/intc/xics_pnv.c
1279 F: hw/pci-host/pnv*
1280 F: include/hw/ppc/pnv*
1281 F: include/hw/pci-host/pnv*
1282 F: pc-bios/skiboot.lid
1283 F: tests/qtest/pnv*
1285 virtex_ml507
1286 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1287 L: qemu-ppc@nongnu.org
1288 S: Odd Fixes
1289 F: hw/ppc/virtex_ml507.c
1291 sam460ex
1292 M: BALATON Zoltan <balaton@eik.bme.hu>
1293 L: qemu-ppc@nongnu.org
1294 S: Maintained
1295 F: hw/ppc/sam460ex.c
1296 F: hw/ppc/ppc440_pcix.c
1297 F: hw/display/sm501*
1298 F: hw/ide/sii3112.c
1299 F: hw/rtc/m41t80.c
1300 F: pc-bios/canyonlands.dt[sb]
1301 F: pc-bios/u-boot-sam460ex-20100605.bin
1302 F: roms/u-boot-sam460ex
1304 RISC-V Machines
1305 ---------------
1306 OpenTitan
1307 M: Alistair Francis <Alistair.Francis@wdc.com>
1308 L: qemu-riscv@nongnu.org
1309 S: Supported
1310 F: hw/riscv/opentitan.c
1311 F: hw/char/ibex_uart.c
1312 F: hw/intc/ibex_plic.c
1313 F: include/hw/riscv/opentitan.h
1314 F: include/hw/char/ibex_uart.h
1315 F: include/hw/intc/ibex_plic.h
1317 RX Machines
1318 -----------
1319 rx-gdbsim
1320 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1321 S: Maintained
1322 F: docs/system/target-rx.rst
1323 F: hw/rx/rx-gdbsim.c
1324 F: tests/acceptance/machine_rx_gdbsim.py
1326 SH4 Machines
1327 ------------
1329 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1330 R: Magnus Damm <magnus.damm@gmail.com>
1331 S: Maintained
1332 F: hw/sh4/r2d.c
1333 F: hw/intc/sh_intc.c
1334 F: include/hw/sh4/sh_intc.h
1336 Shix
1337 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1338 R: Magnus Damm <magnus.damm@gmail.com>
1339 S: Odd Fixes
1340 F: hw/sh4/shix.c
1341 F: hw/intc/sh_intc.c
1342 F: include/hw/sh4/sh_intc.h
1344 SPARC Machines
1345 --------------
1346 Sun4m
1347 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1348 S: Maintained
1349 F: hw/sparc/sun4m.c
1350 F: hw/sparc/sun4m_iommu.c
1351 F: hw/display/cg3.c
1352 F: hw/display/tcx.c
1353 F: hw/dma/sparc32_dma.c
1354 F: hw/misc/eccmemctl.c
1355 F: hw/*/slavio_*.c
1356 F: include/hw/nvram/sun_nvram.h
1357 F: include/hw/sparc/sparc32_dma.h
1358 F: include/hw/sparc/sun4m_iommu.h
1359 F: pc-bios/openbios-sparc32
1361 Sun4u
1362 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1363 S: Maintained
1364 F: hw/sparc64/sun4u.c
1365 F: hw/sparc64/sun4u_iommu.c
1366 F: include/hw/sparc/sun4u_iommu.h
1367 F: hw/pci-host/sabre.c
1368 F: include/hw/pci-host/sabre.h
1369 F: hw/pci-bridge/simba.c
1370 F: include/hw/pci-bridge/simba.h
1371 F: pc-bios/openbios-sparc64
1372 F: tests/acceptance/machine_sparc64_sun4u.py
1374 Sun4v
1375 M: Artyom Tarasenko <atar4qemu@gmail.com>
1376 S: Maintained
1377 F: hw/sparc64/niagara.c
1378 F: hw/rtc/sun4v-rtc.c
1379 F: include/hw/rtc/sun4v-rtc.h
1381 Leon3
1382 M: Fabien Chouteau <chouteau@adacore.com>
1383 M: KONRAD Frederic <frederic.konrad@adacore.com>
1384 S: Maintained
1385 F: hw/sparc/leon3.c
1386 F: hw/*/grlib*
1387 F: include/hw/*/grlib*
1388 F: tests/acceptance/machine_sparc_leon3.py
1390 S390 Machines
1391 -------------
1392 S390 Virtio-ccw
1393 M: Cornelia Huck <cohuck@redhat.com>
1394 M: Halil Pasic <pasic@linux.ibm.com>
1395 M: Christian Borntraeger <borntraeger@de.ibm.com>
1396 S: Supported
1397 F: hw/char/sclp*.[hc]
1398 F: hw/char/terminal3270.c
1399 F: hw/s390x/
1400 F: include/hw/s390x/
1401 F: hw/watchdog/wdt_diag288.c
1402 F: include/hw/watchdog/wdt_diag288.h
1403 F: default-configs/s390x-softmmu.mak
1404 T: git https://github.com/cohuck/qemu.git s390-next
1405 T: git https://github.com/borntraeger/qemu.git s390-next
1406 L: qemu-s390x@nongnu.org
1408 S390-ccw boot
1409 M: Christian Borntraeger <borntraeger@de.ibm.com>
1410 M: Thomas Huth <thuth@redhat.com>
1411 S: Supported
1412 F: hw/s390x/ipl.*
1413 F: pc-bios/s390-ccw/
1414 F: pc-bios/s390-ccw.img
1415 F: docs/devel/s390-dasd-ipl.rst
1416 T: git https://github.com/borntraeger/qemu.git s390-next
1417 L: qemu-s390x@nongnu.org
1419 S390 PCI
1420 M: Matthew Rosato <mjrosato@linux.ibm.com>
1421 S: Supported
1422 F: hw/s390x/s390-pci*
1423 L: qemu-s390x@nongnu.org
1425 UniCore32 Machines
1426 ------------------
1427 PKUnity-3 SoC initramfs-with-busybox
1428 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1429 S: Maintained
1430 F: hw/*/puv3*
1431 F: hw/unicore32/
1433 X86 Machines
1434 ------------
1436 M: Michael S. Tsirkin <mst@redhat.com>
1437 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1438 S: Supported
1439 F: include/hw/i386/
1440 F: hw/i386/
1441 F: hw/pci-host/i440fx.c
1442 F: hw/pci-host/q35.c
1443 F: hw/pci-host/pam.c
1444 F: include/hw/pci-host/i440fx.h
1445 F: include/hw/pci-host/q35.h
1446 F: include/hw/pci-host/pam.h
1447 F: hw/isa/piix3.c
1448 F: hw/isa/lpc_ich9.c
1449 F: hw/i2c/smbus_ich9.c
1450 F: hw/acpi/piix4.c
1451 F: hw/acpi/ich9.c
1452 F: include/hw/acpi/ich9.h
1453 F: include/hw/southbridge/piix.h
1454 F: hw/misc/sga.c
1455 F: hw/isa/apm.c
1456 F: include/hw/isa/apm.h
1457 F: tests/test-x86-cpuid.c
1458 F: tests/qtest/test-x86-cpuid-compat.c
1460 PC Chipset
1461 M: Michael S. Tsirkin <mst@redhat.com>
1462 M: Paolo Bonzini <pbonzini@redhat.com>
1463 S: Supported
1464 F: hw/char/debugcon.c
1465 F: hw/char/parallel*
1466 F: hw/char/serial*
1467 F: hw/dma/i8257*
1468 F: hw/i2c/pm_smbus.c
1469 F: hw/input/pckbd.c
1470 F: hw/intc/apic*
1471 F: hw/intc/ioapic*
1472 F: hw/intc/i8259*
1473 F: hw/isa/isa-superio.c
1474 F: hw/misc/debugexit.c
1475 F: hw/misc/pc-testdev.c
1476 F: hw/timer/hpet*
1477 F: hw/timer/i8254*
1478 F: hw/rtc/mc146818rtc*
1479 F: hw/watchdog/wdt_ib700.c
1480 F: hw/watchdog/wdt_i6300esb.c
1481 F: include/hw/display/vga.h
1482 F: include/hw/char/parallel.h
1483 F: include/hw/dma/i8257.h
1484 F: include/hw/i2c/pm_smbus.h
1485 F: include/hw/input/i8042.h
1486 F: include/hw/isa/i8259_internal.h
1487 F: include/hw/isa/superio.h
1488 F: include/hw/timer/hpet.h
1489 F: include/hw/timer/i8254*
1490 F: include/hw/rtc/mc146818rtc*
1492 microvm
1493 M: Sergio Lopez <slp@redhat.com>
1494 M: Paolo Bonzini <pbonzini@redhat.com>
1495 S: Maintained
1496 F: docs/microvm.rst
1497 F: hw/i386/microvm.c
1498 F: include/hw/i386/microvm.h
1499 F: pc-bios/bios-microvm.bin
1501 Machine core
1502 M: Eduardo Habkost <ehabkost@redhat.com>
1503 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1504 S: Supported
1505 F: hw/core/cpu.c
1506 F: hw/core/machine-qmp-cmds.c
1507 F: hw/core/machine.c
1508 F: hw/core/null-machine.c
1509 F: hw/core/numa.c
1510 F: hw/cpu/cluster.c
1511 F: qapi/machine.json
1512 F: qapi/machine-target.json
1513 F: include/hw/boards.h
1514 F: include/hw/core/cpu.h
1515 F: include/hw/cpu/cluster.h
1516 F: include/sysemu/numa.h
1517 T: git https://github.com/ehabkost/qemu.git machine-next
1519 Xtensa Machines
1520 ---------------
1522 M: Max Filippov <jcmvbkbc@gmail.com>
1523 S: Maintained
1524 F: hw/xtensa/sim.c
1526 virt
1527 M: Max Filippov <jcmvbkbc@gmail.com>
1528 S: Maintained
1529 F: hw/xtensa/virt.c
1531 XTFPGA (LX60, LX200, ML605, KC705)
1532 M: Max Filippov <jcmvbkbc@gmail.com>
1533 S: Maintained
1534 F: hw/xtensa/xtfpga.c
1535 F: hw/net/opencores_eth.c
1537 Devices
1538 -------
1540 M: Jiri Slaby <jslaby@suse.cz>
1541 S: Maintained
1542 F: hw/misc/edu.c
1545 M: John Snow <jsnow@redhat.com>
1546 L: qemu-block@nongnu.org
1547 S: Supported
1548 F: include/hw/ide.h
1549 F: include/hw/ide/
1550 F: hw/ide/
1551 F: hw/block/block.c
1552 F: hw/block/cdrom.c
1553 F: hw/block/hd-geometry.c
1554 F: tests/qtest/ide-test.c
1555 F: tests/qtest/ahci-test.c
1556 F: tests/qtest/cdrom-test.c
1557 F: tests/qtest/libqos/ahci*
1558 T: git https://github.com/jnsnow/qemu.git ide
1560 IPMI
1561 M: Corey Minyard <minyard@acm.org>
1562 S: Maintained
1563 F: include/hw/ipmi/*
1564 F: hw/ipmi/*
1565 F: hw/smbios/smbios_type_38.c
1566 F: tests/qtest/ipmi*
1567 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1569 Floppy
1570 M: John Snow <jsnow@redhat.com>
1571 L: qemu-block@nongnu.org
1572 S: Supported
1573 F: hw/block/fdc.c
1574 F: include/hw/block/fdc.h
1575 F: tests/qtest/fdc-test.c
1576 T: git https://github.com/jnsnow/qemu.git ide
1578 OMAP
1579 M: Peter Maydell <peter.maydell@linaro.org>
1580 L: qemu-arm@nongnu.org
1581 S: Maintained
1582 F: hw/*/omap*
1583 F: include/hw/arm/omap.h
1585 IPack
1586 M: Alberto Garcia <berto@igalia.com>
1587 S: Odd Fixes
1588 F: hw/char/ipoctal232.c
1589 F: hw/ipack/
1592 M: Michael S. Tsirkin <mst@redhat.com>
1593 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1594 S: Supported
1595 F: include/hw/pci/*
1596 F: hw/misc/pci-testdev.c
1597 F: hw/pci/*
1598 F: hw/pci-bridge/*
1599 F: docs/pci*
1600 F: docs/specs/*pci*
1601 F: default-configs/pci.mak
1603 ACPI/SMBIOS
1604 M: Michael S. Tsirkin <mst@redhat.com>
1605 M: Igor Mammedov <imammedo@redhat.com>
1606 S: Supported
1607 F: include/hw/acpi/*
1608 F: include/hw/firmware/smbios.h
1609 F: hw/mem/*
1610 F: hw/acpi/*
1611 F: hw/smbios/*
1612 F: hw/i386/acpi-build.[hc]
1613 F: hw/arm/virt-acpi-build.c
1614 F: tests/qtest/bios-tables-test*
1615 F: tests/qtest/acpi-utils.[hc]
1616 F: tests/data/acpi/
1618 ACPI/HEST/GHES
1619 R: Dongjiu Geng <gengdongjiu@huawei.com>
1620 R: Xiang Zheng <zhengxiang9@huawei.com>
1621 L: qemu-arm@nongnu.org
1622 S: Maintained
1623 F: hw/acpi/ghes.c
1624 F: include/hw/acpi/ghes.h
1625 F: docs/specs/acpi_hest_ghes.rst
1627 ppc4xx
1628 M: David Gibson <david@gibson.dropbear.id.au>
1629 L: qemu-ppc@nongnu.org
1630 S: Odd Fixes
1631 F: hw/ppc/ppc4*.c
1632 F: hw/i2c/ppc4xx_i2c.c
1633 F: include/hw/ppc/ppc4xx.h
1634 F: include/hw/i2c/ppc4xx_i2c.h
1636 Character devices
1637 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1638 R: Paolo Bonzini <pbonzini@redhat.com>
1639 S: Odd Fixes
1640 F: hw/char/
1642 Network devices
1643 M: Jason Wang <jasowang@redhat.com>
1644 S: Odd Fixes
1645 F: hw/net/
1646 F: include/hw/net/
1647 F: tests/qtest/virtio-net-test.c
1648 F: docs/virtio-net-failover.rst
1649 T: git https://github.com/jasowang/qemu.git net
1651 Parallel NOR Flash devices
1652 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1653 T: git https://gitlab.com/philmd/qemu.git pflash-next
1654 S: Maintained
1655 F: hw/block/pflash_cfi*.c
1656 F: include/hw/block/flash.h
1658 SCSI
1659 M: Paolo Bonzini <pbonzini@redhat.com>
1660 R: Fam Zheng <fam@euphon.net>
1661 S: Supported
1662 F: include/hw/scsi/*
1663 F: hw/scsi/*
1664 F: tests/qtest/virtio-scsi-test.c
1665 T: git https://github.com/bonzini/qemu.git scsi-next
1668 M: Alistair Francis <alistair@alistair23.me>
1669 S: Maintained
1670 F: hw/ssi/*
1671 F: hw/block/m25p80.c
1672 F: include/hw/ssi/ssi.h
1673 X: hw/ssi/xilinx_*
1674 F: tests/qtest/m25p80-test.c
1676 Xilinx SPI
1677 M: Alistair Francis <alistair@alistair23.me>
1678 S: Maintained
1679 F: hw/ssi/xilinx_*
1681 SD (Secure Card)
1682 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1683 L: qemu-block@nongnu.org
1684 S: Odd Fixes
1685 F: include/hw/sd/sd*
1686 F: hw/sd/core.c
1687 F: hw/sd/sd*
1688 F: hw/sd/ssi-sd.c
1689 F: tests/qtest/sd*
1692 M: Gerd Hoffmann <kraxel@redhat.com>
1693 S: Maintained
1694 F: hw/usb/*
1695 F: tests/qtest/usb-*-test.c
1696 F: docs/usb2.txt
1697 F: docs/usb-storage.txt
1698 F: include/hw/usb.h
1699 F: include/hw/usb/
1700 F: default-configs/usb.mak
1702 USB (serial adapter)
1703 M: Gerd Hoffmann <kraxel@redhat.com>
1704 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1705 S: Maintained
1706 F: hw/usb/dev-serial.c
1708 VFIO
1709 M: Alex Williamson <alex.williamson@redhat.com>
1710 S: Supported
1711 F: hw/vfio/*
1712 F: include/hw/vfio/
1714 vfio-ccw
1715 M: Cornelia Huck <cohuck@redhat.com>
1716 M: Eric Farman <farman@linux.ibm.com>
1717 S: Supported
1718 F: hw/vfio/ccw.c
1719 F: hw/s390x/s390-ccw.c
1720 F: include/hw/s390x/s390-ccw.h
1721 F: include/hw/s390x/vfio-ccw.h
1722 T: git https://github.com/cohuck/qemu.git s390-next
1723 L: qemu-s390x@nongnu.org
1725 vfio-ap
1726 M: Christian Borntraeger <borntraeger@de.ibm.com>
1727 M: Tony Krowiak <akrowiak@linux.ibm.com>
1728 M: Halil Pasic <pasic@linux.ibm.com>
1729 M: Pierre Morel <pmorel@linux.ibm.com>
1730 S: Supported
1731 F: hw/s390x/ap-device.c
1732 F: hw/s390x/ap-bridge.c
1733 F: include/hw/s390x/ap-device.h
1734 F: include/hw/s390x/ap-bridge.h
1735 F: hw/vfio/ap.c
1736 F: docs/system/s390x/vfio-ap.rst
1737 L: qemu-s390x@nongnu.org
1739 vhost
1740 M: Michael S. Tsirkin <mst@redhat.com>
1741 S: Supported
1742 F: hw/*/*vhost*
1743 F: docs/interop/vhost-user.json
1744 F: docs/interop/vhost-user.rst
1745 F: contrib/vhost-user-*/
1746 F: backends/vhost-user.c
1747 F: include/sysemu/vhost-user-backend.h
1749 virtio
1750 M: Michael S. Tsirkin <mst@redhat.com>
1751 S: Supported
1752 F: hw/*/virtio*
1753 F: hw/virtio/Makefile.objs
1754 F: hw/virtio/trace-events
1755 F: net/vhost-user.c
1756 F: include/hw/virtio/
1758 virtio-balloon
1759 M: Michael S. Tsirkin <mst@redhat.com>
1760 M: David Hildenbrand <david@redhat.com>
1761 S: Maintained
1762 F: hw/virtio/virtio-balloon*.c
1763 F: include/hw/virtio/virtio-balloon.h
1764 F: softmmu/balloon.c
1765 F: include/sysemu/balloon.h
1767 virtio-9p
1768 M: Greg Kurz <groug@kaod.org>
1769 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1770 S: Odd Fixes
1771 F: hw/9pfs/
1772 X: hw/9pfs/xen-9p*
1773 F: fsdev/
1774 F: docs/interop/virtfs-proxy-helper.rst
1775 F: tests/qtest/virtio-9p-test.c
1776 T: git https://github.com/gkurz/qemu.git 9p-next
1778 virtio-blk
1779 M: Stefan Hajnoczi <stefanha@redhat.com>
1780 L: qemu-block@nongnu.org
1781 S: Supported
1782 F: hw/block/virtio-blk.c
1783 F: hw/block/dataplane/*
1784 F: tests/qtest/virtio-blk-test.c
1785 T: git https://github.com/stefanha/qemu.git block
1787 virtio-ccw
1788 M: Cornelia Huck <cohuck@redhat.com>
1789 M: Halil Pasic <pasic@linux.ibm.com>
1790 S: Supported
1791 F: hw/s390x/virtio-ccw*.[hc]
1792 F: hw/s390x/vhost-vsock-ccw.c
1793 T: git https://github.com/cohuck/qemu.git s390-next
1794 T: git https://github.com/borntraeger/qemu.git s390-next
1795 L: qemu-s390x@nongnu.org
1797 virtiofs
1798 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1799 M: Stefan Hajnoczi <stefanha@redhat.com>
1800 S: Supported
1801 F: tools/virtiofsd/*
1802 F: hw/virtio/vhost-user-fs*
1803 F: include/hw/virtio/vhost-user-fs.h
1804 F: docs/interop/virtiofsd.rst
1806 virtio-input
1807 M: Gerd Hoffmann <kraxel@redhat.com>
1808 S: Maintained
1809 F: hw/input/vhost-user-input.c
1810 F: hw/input/virtio-input*.c
1811 F: include/hw/virtio/virtio-input.h
1812 F: contrib/vhost-user-input/*
1814 virtio-iommu
1815 M: Eric Auger <eric.auger@redhat.com>
1816 S: Maintained
1817 F: hw/virtio/virtio-iommu*.c
1818 F: include/hw/virtio/virtio-iommu.h
1820 virtio-serial
1821 M: Laurent Vivier <lvivier@redhat.com>
1822 R: Amit Shah <amit@kernel.org>
1823 S: Supported
1824 F: hw/char/virtio-serial-bus.c
1825 F: hw/char/virtio-console.c
1826 F: include/hw/virtio/virtio-serial.h
1827 F: tests/qtest/virtio-serial-test.c
1829 virtio-rng
1830 M: Laurent Vivier <lvivier@redhat.com>
1831 R: Amit Shah <amit@kernel.org>
1832 S: Supported
1833 F: hw/virtio/virtio-rng.c
1834 F: include/hw/virtio/virtio-rng.h
1835 F: include/sysemu/rng*.h
1836 F: backends/rng*.c
1837 F: tests/qtest/virtio-rng-test.c
1839 virtio-crypto
1840 M: Gonglei <arei.gonglei@huawei.com>
1841 S: Supported
1842 F: hw/virtio/virtio-crypto.c
1843 F: hw/virtio/virtio-crypto-pci.c
1844 F: include/hw/virtio/virtio-crypto.h
1846 virtio-mem
1847 M: David Hildenbrand <david@redhat.com>
1848 S: Supported
1849 W: https://virtio-mem.gitlab.io/
1850 F: hw/virtio/virtio-mem.c
1851 F: hw/virtio/virtio-mem-pci.h
1852 F: hw/virtio/virtio-mem-pci.c
1853 F: include/hw/virtio/virtio-mem.h
1855 nvme
1856 M: Keith Busch <kbusch@kernel.org>
1857 L: qemu-block@nongnu.org
1858 S: Supported
1859 F: hw/block/nvme*
1860 F: tests/qtest/nvme-test.c
1862 megasas
1863 M: Hannes Reinecke <hare@suse.com>
1864 L: qemu-block@nongnu.org
1865 S: Supported
1866 F: hw/scsi/megasas.c
1867 F: hw/scsi/mfi.h
1868 F: tests/qtest/megasas-test.c
1870 Network packet abstractions
1871 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1872 S: Maintained
1873 F: include/net/eth.h
1874 F: net/eth.c
1875 F: hw/net/net_rx_pkt*
1876 F: hw/net/net_tx_pkt*
1878 Vmware
1879 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1880 S: Maintained
1881 F: hw/net/vmxnet*
1882 F: hw/scsi/vmw_pvscsi*
1883 F: tests/qtest/vmxnet3-test.c
1885 Rocker
1886 M: Jiri Pirko <jiri@resnulli.us>
1887 S: Maintained
1888 F: hw/net/rocker/
1889 F: tests/rocker/
1890 F: docs/specs/rocker.txt
1892 NVDIMM
1893 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1894 S: Maintained
1895 F: hw/acpi/nvdimm.c
1896 F: hw/mem/nvdimm.c
1897 F: include/hw/mem/nvdimm.h
1898 F: docs/nvdimm.txt
1900 e1000x
1901 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1902 S: Maintained
1903 F: hw/net/e1000x*
1905 e1000e
1906 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1907 S: Maintained
1908 F: hw/net/e1000e*
1910 eepro100
1911 M: Stefan Weil <sw@weilnetz.de>
1912 S: Maintained
1913 F: hw/net/eepro100.c
1915 tulip
1916 M: Sven Schnelle <svens@stackframe.org>
1917 S: Maintained
1918 F: hw/net/tulip.c
1919 F: hw/net/tulip.h
1921 Generic Loader
1922 M: Alistair Francis <alistair@alistair23.me>
1923 S: Maintained
1924 F: hw/core/generic-loader.c
1925 F: include/hw/core/generic-loader.h
1926 F: docs/generic-loader.txt
1928 Intel Hexadecimal Object File Loader
1929 M: Su Hang <suhang16@mails.ucas.ac.cn>
1930 S: Maintained
1931 F: tests/qtest/hexloader-test.c
1932 F: tests/data/hex-loader/test.hex
1934 CHRP NVRAM
1935 M: Thomas Huth <thuth@redhat.com>
1936 S: Maintained
1937 F: hw/nvram/chrp_nvram.c
1938 F: include/hw/nvram/chrp_nvram.h
1939 F: tests/qtest/prom-env-test.c
1941 VM Generation ID
1942 M: Ben Warren <ben@skyportsystems.com>
1943 S: Maintained
1944 F: hw/acpi/vmgenid.c
1945 F: include/hw/acpi/vmgenid.h
1946 F: docs/specs/vmgenid.txt
1947 F: tests/qtest/vmgenid-test.c
1948 F: stubs/vmgenid.c
1950 Unimplemented device
1951 M: Peter Maydell <peter.maydell@linaro.org>
1952 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1953 S: Maintained
1954 F: include/hw/misc/unimp.h
1955 F: hw/misc/unimp.c
1957 Empty slot
1958 M: Artyom Tarasenko <atar4qemu@gmail.com>
1959 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1960 S: Maintained
1961 F: include/hw/misc/empty_slot.h
1962 F: hw/misc/empty_slot.c
1964 Standard VGA
1965 M: Gerd Hoffmann <kraxel@redhat.com>
1966 S: Maintained
1967 F: hw/display/vga*
1968 F: hw/display/bochs-display.c
1969 F: include/hw/display/vga.h
1970 F: include/hw/display/bochs-vbe.h
1972 ramfb
1973 M: Gerd Hoffmann <kraxel@redhat.com>
1974 S: Maintained
1975 F: hw/display/ramfb*.c
1976 F: include/hw/display/ramfb.h
1978 virtio-gpu
1979 M: Gerd Hoffmann <kraxel@redhat.com>
1980 S: Maintained
1981 F: hw/display/virtio-gpu*
1982 F: hw/display/virtio-vga.*
1983 F: include/hw/virtio/virtio-gpu.h
1985 vhost-user-blk
1986 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1987 S: Maintained
1988 F: contrib/vhost-user-blk/
1989 F: contrib/vhost-user-scsi/
1990 F: hw/block/vhost-user-blk.c
1991 F: hw/scsi/vhost-user-scsi.c
1992 F: hw/virtio/vhost-user-blk-pci.c
1993 F: hw/virtio/vhost-user-scsi-pci.c
1994 F: include/hw/virtio/vhost-user-blk.h
1995 F: include/hw/virtio/vhost-user-scsi.h
1997 vhost-user-gpu
1998 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1999 M: Gerd Hoffmann <kraxel@redhat.com>
2000 S: Maintained
2001 F: docs/interop/vhost-user-gpu.rst
2002 F: contrib/vhost-user-gpu
2003 F: hw/display/vhost-user-*
2005 Cirrus VGA
2006 M: Gerd Hoffmann <kraxel@redhat.com>
2007 S: Odd Fixes
2008 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2009 F: hw/display/cirrus*
2011 EDID Generator
2012 M: Gerd Hoffmann <kraxel@redhat.com>
2013 S: Maintained
2014 F: hw/display/edid*
2015 F: include/hw/display/edid.h
2016 F: qemu-edid.c
2018 PIIX4 South Bridge (i82371AB)
2019 M: Hervé Poussineau <hpoussin@reactos.org>
2020 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2021 S: Maintained
2022 F: hw/isa/piix4.c
2023 F: include/hw/southbridge/piix.h
2025 Firmware configuration (fw_cfg)
2026 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2027 R: Laszlo Ersek <lersek@redhat.com>
2028 R: Gerd Hoffmann <kraxel@redhat.com>
2029 S: Supported
2030 F: docs/specs/fw_cfg.txt
2031 F: hw/nvram/fw_cfg.c
2032 F: stubs/fw_cfg.c
2033 F: include/hw/nvram/fw_cfg.h
2034 F: include/standard-headers/linux/qemu_fw_cfg.h
2035 F: tests/qtest/libqos/fw_cfg.c
2036 F: tests/qtest/fw_cfg-test.c
2037 T: git https://github.com/philmd/qemu.git fw_cfg-next
2039 XIVE
2040 M: David Gibson <david@gibson.dropbear.id.au>
2041 M: Cédric Le Goater <clg@kaod.org>
2042 L: qemu-ppc@nongnu.org
2043 S: Supported
2044 F: hw/*/*xive*
2045 F: include/hw/*/*xive*
2046 F: docs/*/*xive*
2048 Renesas peripherals
2049 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2050 R: Magnus Damm <magnus.damm@gmail.com>
2051 S: Maintained
2052 F: hw/char/renesas_sci.c
2053 F: hw/char/sh_serial.c
2054 F: hw/timer/renesas_*.c
2055 F: hw/timer/sh_timer.c
2056 F: include/hw/char/renesas_sci.h
2057 F: include/hw/sh4/sh.h
2058 F: include/hw/timer/renesas_*.h
2060 Renesas RX peripherals
2061 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2062 S: Maintained
2063 F: hw/intc/rx_icu.c
2064 F: hw/rx/
2065 F: include/hw/intc/rx_icu.h
2066 F: include/hw/rx/
2068 Subsystems
2069 ----------
2070 Audio
2071 M: Gerd Hoffmann <kraxel@redhat.com>
2072 S: Maintained
2073 F: audio/
2074 F: hw/audio/
2075 F: include/hw/audio/
2076 F: tests/qtest/ac97-test.c
2077 F: tests/qtest/es1370-test.c
2078 F: tests/qtest/intel-hda-test.c
2080 Block layer core
2081 M: Kevin Wolf <kwolf@redhat.com>
2082 M: Max Reitz <mreitz@redhat.com>
2083 L: qemu-block@nongnu.org
2084 S: Supported
2085 F: block*
2086 F: block/
2087 F: hw/block/
2088 F: include/block/
2089 F: qemu-img*
2090 F: docs/interop/qemu-img.rst
2091 F: qemu-io*
2092 F: tests/qemu-iotests/
2093 F: util/qemu-progress.c
2094 F: qobject/block-qdict.c
2095 F: tests/check-block-qdict.c
2096 T: git https://repo.or.cz/qemu/kevin.git block
2098 Block I/O path
2099 M: Stefan Hajnoczi <stefanha@redhat.com>
2100 M: Fam Zheng <fam@euphon.net>
2101 L: qemu-block@nongnu.org
2102 S: Supported
2103 F: util/async.c
2104 F: util/aio-*.c
2105 F: util/aio-*.h
2106 F: util/fdmon-*.c
2107 F: block/io.c
2108 F: migration/block*
2109 F: include/block/aio.h
2110 F: include/block/aio-wait.h
2111 F: scripts/qemugdb/aio.py
2112 T: git https://github.com/stefanha/qemu.git block
2114 Block SCSI subsystem
2115 M: Paolo Bonzini <pbonzini@redhat.com>
2116 R: Fam Zheng <fam@euphon.net>
2117 L: qemu-block@nongnu.org
2118 S: Supported
2119 F: include/scsi/*
2120 F: scsi/*
2122 Block Jobs
2123 M: John Snow <jsnow@redhat.com>
2124 L: qemu-block@nongnu.org
2125 S: Supported
2126 F: blockjob.c
2127 F: include/block/blockjob.h
2128 F: job.c
2129 F: job-qmp.c
2130 F: include/qemu/job.h
2131 F: block/backup.c
2132 F: block/commit.c
2133 F: block/stream.c
2134 F: block/mirror.c
2135 F: qapi/job.json
2136 T: git https://github.com/jnsnow/qemu.git jobs
2138 Block QAPI, monitor, command line
2139 M: Markus Armbruster <armbru@redhat.com>
2140 S: Supported
2141 F: blockdev.c
2142 F: blockdev-hmp-cmds.c
2143 F: block/qapi.c
2144 F: qapi/block*.json
2145 F: qapi/transaction.json
2146 T: git https://repo.or.cz/qemu/armbru.git block-next
2148 Dirty Bitmaps
2149 M: Eric Blake <eblake@redhat.com>
2150 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2151 R: John Snow <jsnow@redhat.com>
2152 L: qemu-block@nongnu.org
2153 S: Supported
2154 F: include/qemu/hbitmap.h
2155 F: include/block/dirty-bitmap.h
2156 F: block/monitor/bitmap-qmp-cmds.c
2157 F: block/dirty-bitmap.c
2158 F: block/qcow2-bitmap.c
2159 F: migration/block-dirty-bitmap.c
2160 F: util/hbitmap.c
2161 F: tests/test-hbitmap.c
2162 F: docs/interop/bitmaps.rst
2163 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2165 Character device backends
2166 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2167 R: Paolo Bonzini <pbonzini@redhat.com>
2168 S: Maintained
2169 F: chardev/
2170 F: include/chardev/
2171 F: qapi/char.json
2173 Character Devices (Braille)
2174 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2175 S: Maintained
2176 F: chardev/baum.c
2178 Command line option argument parsing
2179 M: Markus Armbruster <armbru@redhat.com>
2180 S: Supported
2181 F: include/qemu/option.h
2182 F: tests/test-keyval.c
2183 F: tests/test-qemu-opts.c
2184 F: util/keyval.c
2185 F: util/qemu-option.c
2187 Coverity model
2188 M: Markus Armbruster <armbru@redhat.com>
2189 S: Supported
2190 F: scripts/coverity-model.c
2192 Coverity Scan integration
2193 M: Peter Maydell <peter.maydell@linaro.org>
2194 S: Maintained
2195 F: scripts/coverity-scan/
2197 Device Tree
2198 M: Alistair Francis <alistair.francis@wdc.com>
2199 R: David Gibson <david@gibson.dropbear.id.au>
2200 S: Maintained
2201 F: device_tree.c
2202 F: include/sysemu/device_tree.h
2204 Dump
2205 S: Supported
2206 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2207 F: dump/
2208 F: hw/misc/vmcoreinfo.c
2209 F: include/hw/misc/vmcoreinfo.h
2210 F: include/qemu/win_dump_defs
2211 F: include/sysemu/dump-arch.h
2212 F: include/sysemu/dump.h
2213 F: qapi/dump.json
2214 F: scripts/dump-guest-memory.py
2215 F: stubs/dump.c
2217 Error reporting
2218 M: Markus Armbruster <armbru@redhat.com>
2219 S: Supported
2220 F: include/qapi/error.h
2221 F: include/qemu/error-report.h
2222 F: qapi/error.json
2223 F: util/error.c
2224 F: util/qemu-error.c
2225 F: scripts/coccinelle/err-bad-newline.cocci
2226 F: scripts/coccinelle/error-use-after-free.cocci
2227 F: scripts/coccinelle/error_propagate_null.cocci
2228 F: scripts/coccinelle/remove_local_err.cocci
2229 F: scripts/coccinelle/use-error_fatal.cocci
2230 F: scripts/coccinelle/errp-guard.cocci
2232 GDB stub
2233 M: Alex Bennée <alex.bennee@linaro.org>
2234 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2235 S: Maintained
2236 F: gdbstub*
2237 F: gdb-xml/
2239 Memory API
2240 M: Paolo Bonzini <pbonzini@redhat.com>
2241 S: Supported
2242 F: include/exec/ioport.h
2243 F: include/exec/memop.h
2244 F: include/exec/memory.h
2245 F: include/exec/ram_addr.h
2246 F: include/exec/ramblock.h
2247 F: softmmu/ioport.c
2248 F: softmmu/memory.c
2249 F: include/exec/memory-internal.h
2250 F: exec.c
2251 F: scripts/coccinelle/memory-region-housekeeping.cocci
2253 SPICE
2254 M: Gerd Hoffmann <kraxel@redhat.com>
2255 S: Supported
2256 F: include/ui/qemu-spice.h
2257 F: include/ui/spice-display.h
2258 F: ui/spice-*.c
2259 F: audio/spiceaudio.c
2260 F: hw/display/qxl*
2261 F: qapi/ui.json
2262 F: docs/spice-port-fqdn.txt
2264 Graphics
2265 M: Gerd Hoffmann <kraxel@redhat.com>
2266 S: Odd Fixes
2267 F: ui/
2268 F: include/ui/
2269 F: qapi/ui.json
2270 F: util/drm.c
2272 Cocoa graphics
2273 M: Peter Maydell <peter.maydell@linaro.org>
2274 S: Odd Fixes
2275 F: ui/cocoa.m
2277 Main loop
2278 M: Paolo Bonzini <pbonzini@redhat.com>
2279 S: Maintained
2280 F: include/qemu/main-loop.h
2281 F: include/sysemu/runstate.h
2282 F: util/main-loop.c
2283 F: util/qemu-timer.c
2284 F: softmmu/vl.c
2285 F: softmmu/main.c
2286 F: softmmu/cpus.c
2287 F: softmmu/cpu-throttle.c
2288 F: qapi/run-state.json
2290 Human Monitor (HMP)
2291 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2292 S: Maintained
2293 F: monitor/monitor-internal.h
2294 F: monitor/misc.c
2295 F: monitor/monitor.c
2296 F: monitor/hmp*
2297 F: hmp.h
2298 F: hmp-commands*.hx
2299 F: include/monitor/hmp-target.h
2300 F: tests/qtest/test-hmp.c
2301 F: include/qemu/qemu-print.h
2302 F: util/qemu-print.c
2304 Network device backends
2305 M: Jason Wang <jasowang@redhat.com>
2306 S: Maintained
2307 F: net/
2308 F: include/net/
2309 F: qemu-bridge-helper.c
2310 T: git https://github.com/jasowang/qemu.git net
2311 F: qapi/net.json
2313 Netmap network backend
2314 M: Luigi Rizzo <rizzo@iet.unipi.it>
2315 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2316 M: Vincenzo Maffione <v.maffione@gmail.com>
2317 W: http://info.iet.unipi.it/~luigi/netmap/
2318 S: Maintained
2319 F: net/netmap.c
2321 Host Memory Backends
2322 M: Eduardo Habkost <ehabkost@redhat.com>
2323 M: Igor Mammedov <imammedo@redhat.com>
2324 S: Maintained
2325 F: backends/hostmem*.c
2326 F: include/sysemu/hostmem.h
2327 T: git https://github.com/ehabkost/qemu.git machine-next
2329 Cryptodev Backends
2330 M: Gonglei <arei.gonglei@huawei.com>
2331 S: Maintained
2332 F: include/sysemu/cryptodev*.h
2333 F: backends/cryptodev*.c
2335 Python scripts
2336 M: Eduardo Habkost <ehabkost@redhat.com>
2337 M: Cleber Rosa <crosa@redhat.com>
2338 S: Odd fixes
2339 F: python/qemu/*py
2340 F: scripts/*.py
2341 F: tests/*.py
2343 Benchmark util
2344 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2345 S: Maintained
2346 F: scripts/simplebench/
2348 QAPI
2349 M: Markus Armbruster <armbru@redhat.com>
2350 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2351 S: Supported
2352 F: qapi/
2353 X: qapi/*.json
2354 F: include/qapi/
2355 X: include/qapi/qmp/
2356 F: include/qapi/qmp/dispatch.h
2357 F: tests/qapi-schema/
2358 F: tests/test-*-visitor.c
2359 F: tests/test-qapi-*.c
2360 F: tests/test-qmp-*.c
2361 F: tests/test-visitor-serialization.c
2362 F: scripts/qapi-gen.py
2363 F: scripts/qapi/*
2364 F: docs/devel/qapi*
2365 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2367 QAPI Schema
2368 M: Eric Blake <eblake@redhat.com>
2369 M: Markus Armbruster <armbru@redhat.com>
2370 S: Supported
2371 F: qapi/*.json
2372 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2374 QObject
2375 M: Markus Armbruster <armbru@redhat.com>
2376 S: Supported
2377 F: qobject/
2378 F: include/qapi/qmp/
2379 X: include/qapi/qmp/dispatch.h
2380 F: scripts/coccinelle/qobject.cocci
2381 F: tests/check-qdict.c
2382 F: tests/check-qjson.c
2383 F: tests/check-qlist.c
2384 F: tests/check-qlit.c
2385 F: tests/check-qnull.c
2386 F: tests/check-qnum.c
2387 F: tests/check-qobject.c
2388 F: tests/check-qstring.c
2389 F: tests/data/qobject/qdict.txt
2390 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2392 QEMU Guest Agent
2393 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2394 S: Maintained
2395 F: qga/
2396 F: docs/interop/qemu-ga.rst
2397 F: scripts/qemu-guest-agent/
2398 F: tests/test-qga.c
2399 F: docs/interop/qemu-ga-ref.texi
2400 T: git https://github.com/mdroth/qemu.git qga
2403 M: Paolo Bonzini <pbonzini@redhat.com>
2404 R: Daniel P. Berrange <berrange@redhat.com>
2405 R: Eduardo Habkost <ehabkost@redhat.com>
2406 S: Supported
2407 F: docs/qdev-device-use.txt
2408 F: hw/core/qdev*
2409 F: hw/core/bus.c
2410 F: hw/core/sysbus.c
2411 F: include/hw/qdev*
2412 F: include/monitor/qdev.h
2413 F: include/qom/
2414 F: qapi/qom.json
2415 F: qapi/qdev.json
2416 F: qdev-monitor.c
2417 F: qom/
2418 F: tests/check-qom-interface.c
2419 F: tests/check-qom-proplist.c
2420 F: tests/test-qdev-global-props.c
2423 M: Markus Armbruster <armbru@redhat.com>
2424 S: Supported
2425 F: monitor/monitor-internal.h
2426 F: monitor/qmp*
2427 F: monitor/misc.c
2428 F: monitor/monitor.c
2429 F: qapi/error.json
2430 F: docs/devel/*qmp-*
2431 F: docs/interop/*qmp-*
2432 F: scripts/qmp/
2433 F: tests/qtest/qmp-test.c
2434 F: tests/qtest/qmp-cmd-test.c
2435 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2437 qtest
2438 M: Thomas Huth <thuth@redhat.com>
2439 M: Laurent Vivier <lvivier@redhat.com>
2440 R: Paolo Bonzini <pbonzini@redhat.com>
2441 S: Maintained
2442 F: softmmu/qtest.c
2443 F: accel/qtest.c
2444 F: tests/qtest/
2445 X: tests/qtest/bios-tables-test-allowed-diff.h
2447 Device Fuzzing
2448 M: Alexander Bulekov <alxndr@bu.edu>
2449 R: Paolo Bonzini <pbonzini@redhat.com>
2450 R: Bandan Das <bsd@redhat.com>
2451 R: Stefan Hajnoczi <stefanha@redhat.com>
2452 R: Thomas Huth <thuth@redhat.com>
2453 S: Maintained
2454 F: tests/qtest/fuzz/
2455 F: scripts/oss-fuzz/
2456 F: docs/devel/fuzzing.txt
2458 Register API
2459 M: Alistair Francis <alistair@alistair23.me>
2460 S: Maintained
2461 F: hw/core/register.c
2462 F: include/hw/register.h
2463 F: include/hw/registerfields.h
2465 SLIRP
2466 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2467 S: Maintained
2468 F: slirp/
2469 F: net/slirp.c
2470 F: include/net/slirp.h
2471 T: git https://people.debian.org/~sthibault/qemu.git slirp
2473 Streams
2474 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2475 S: Maintained
2476 F: hw/core/stream.c
2477 F: include/hw/stream.h
2479 Stubs
2480 M: Paolo Bonzini <pbonzini@redhat.com>
2481 S: Maintained
2482 F: stubs/
2484 Tracing
2485 M: Stefan Hajnoczi <stefanha@redhat.com>
2486 S: Maintained
2487 F: trace/
2488 F: trace-events
2489 F: docs/qemu-option-trace.rst.inc
2490 F: scripts/tracetool.py
2491 F: scripts/tracetool/
2492 F: scripts/qemu-trace-stap*
2493 F: docs/interop/qemu-trace-stap.rst
2494 F: docs/devel/tracing.txt
2495 T: git https://github.com/stefanha/qemu.git tracing
2498 M: Stefan Berger <stefanb@linux.ibm.com>
2499 S: Maintained
2500 F: tpm.c
2501 F: stubs/tpm.c
2502 F: hw/tpm/*
2503 F: include/hw/acpi/tpm.h
2504 F: include/sysemu/tpm*
2505 F: qapi/tpm.json
2506 F: backends/tpm/
2507 F: tests/qtest/*tpm*
2508 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2510 Checkpatch
2511 S: Odd Fixes
2512 F: scripts/checkpatch.pl
2514 Migration
2515 M: Juan Quintela <quintela@redhat.com>
2516 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2517 S: Maintained
2518 F: hw/core/vmstate-if.c
2519 F: include/hw/vmstate-if.h
2520 F: include/migration/
2521 F: migration/
2522 F: scripts/vmstate-static-checker.py
2523 F: tests/vmstate-static-checker-data/
2524 F: tests/qtest/migration-test.c
2525 F: docs/devel/migration.rst
2526 F: qapi/migration.json
2528 D-Bus
2529 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2530 S: Maintained
2531 F: backends/dbus-vmstate.c
2532 F: tests/dbus-vmstate*
2533 F: util/dbus.c
2534 F: include/qemu/dbus.h
2535 F: docs/interop/dbus.rst
2536 F: docs/interop/dbus-vmstate.rst
2538 Seccomp
2539 M: Eduardo Otubo <otubo@redhat.com>
2540 S: Supported
2541 F: qemu-seccomp.c
2542 F: include/sysemu/seccomp.h
2544 Cryptography
2545 M: Daniel P. Berrange <berrange@redhat.com>
2546 S: Maintained
2547 F: crypto/
2548 F: include/crypto/
2549 F: tests/test-crypto-*
2550 F: tests/benchmark-crypto-*
2551 F: tests/crypto-tls-*
2552 F: tests/pkix_asn1_tab.c
2553 F: qemu.sasl
2555 Coroutines
2556 M: Stefan Hajnoczi <stefanha@redhat.com>
2557 M: Kevin Wolf <kwolf@redhat.com>
2558 S: Maintained
2559 F: util/*coroutine*
2560 F: include/qemu/coroutine*
2561 F: tests/test-coroutine.c
2563 Buffers
2564 M: Daniel P. Berrange <berrange@redhat.com>
2565 S: Odd fixes
2566 F: util/buffer.c
2567 F: include/qemu/buffer.h
2569 I/O Channels
2570 M: Daniel P. Berrange <berrange@redhat.com>
2571 S: Maintained
2572 F: io/
2573 F: include/io/
2574 F: tests/test-io-*
2576 User authorization
2577 M: Daniel P. Berrange <berrange@redhat.com>
2578 S: Maintained
2579 F: authz/
2580 F: qapi/authz.json
2581 F: include/authz/
2582 F: tests/test-authz-*
2584 Sockets
2585 M: Daniel P. Berrange <berrange@redhat.com>
2586 M: Gerd Hoffmann <kraxel@redhat.com>
2587 S: Maintained
2588 F: include/qemu/sockets.h
2589 F: util/qemu-sockets.c
2590 F: qapi/sockets.json
2592 File monitor
2593 M: Daniel P. Berrange <berrange@redhat.com>
2594 S: Odd fixes
2595 F: util/filemonitor*.c
2596 F: include/qemu/filemonitor.h
2597 F: tests/test-util-filemonitor.c
2599 Throttling infrastructure
2600 M: Alberto Garcia <berto@igalia.com>
2601 S: Supported
2602 F: block/throttle-groups.c
2603 F: include/block/throttle-groups.h
2604 F: include/qemu/throttle*.h
2605 F: util/throttle.c
2606 F: docs/throttle.txt
2607 F: tests/test-throttle.c
2608 L: qemu-block@nongnu.org
2610 UUID
2611 M: Fam Zheng <fam@euphon.net>
2612 S: Supported
2613 F: util/uuid.c
2614 F: include/qemu/uuid.h
2615 F: tests/test-uuid.c
2617 COLO Framework
2618 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2619 S: Maintained
2620 F: migration/colo*
2621 F: include/migration/colo.h
2622 F: include/migration/failover.h
2623 F: docs/COLO-FT.txt
2625 COLO Proxy
2626 M: Zhang Chen <chen.zhang@intel.com>
2627 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2628 S: Supported
2629 F: docs/colo-proxy.txt
2630 F: net/colo*
2631 F: net/filter-rewriter.c
2632 F: net/filter-mirror.c
2634 Record/replay
2635 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2636 R: Paolo Bonzini <pbonzini@redhat.com>
2637 W: https://wiki.qemu.org/Features/record-replay
2638 S: Supported
2639 F: replay/*
2640 F: block/blkreplay.c
2641 F: net/filter-replay.c
2642 F: include/sysemu/replay.h
2643 F: docs/replay.txt
2644 F: stubs/replay.c
2645 F: tests/acceptance/replay_kernel.py
2647 IOVA Tree
2648 M: Peter Xu <peterx@redhat.com>
2649 S: Maintained
2650 F: include/qemu/iova-tree.h
2651 F: util/iova-tree.c
2653 elf2dmp
2654 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2655 S: Maintained
2656 F: contrib/elf2dmp/
2658 I2C and SMBus
2659 M: Corey Minyard <cminyard@mvista.com>
2660 S: Maintained
2661 F: hw/i2c/core.c
2662 F: hw/i2c/smbus_slave.c
2663 F: hw/i2c/smbus_master.c
2664 F: hw/i2c/smbus_eeprom.c
2665 F: include/hw/i2c/i2c.h
2666 F: include/hw/i2c/smbus_master.h
2667 F: include/hw/i2c/smbus_slave.h
2668 F: include/hw/i2c/smbus_eeprom.h
2670 Firmware schema specifications
2671 M: Laszlo Ersek <lersek@redhat.com>
2672 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2673 R: Daniel P. Berrange <berrange@redhat.com>
2674 R: Kashyap Chamarthy <kchamart@redhat.com>
2675 S: Maintained
2676 F: docs/interop/firmware.json
2678 EDK2 Firmware
2679 M: Laszlo Ersek <lersek@redhat.com>
2680 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2681 S: Supported
2682 F: pc-bios/descriptors/??-edk2-*.json
2683 F: pc-bios/edk2-*
2684 F: roms/Makefile.edk2
2685 F: roms/edk2
2686 F: roms/edk2-*
2687 F: tests/data/uefi-boot-images/
2688 F: tests/uefi-test-tools/
2689 F: .gitlab-ci.d/edk2.yml
2690 F: .gitlab-ci.d/edk2/
2692 VT-d Emulation
2693 M: Michael S. Tsirkin <mst@redhat.com>
2694 M: Peter Xu <peterx@redhat.com>
2695 R: Jason Wang <jasowang@redhat.com>
2696 S: Supported
2697 F: hw/i386/intel_iommu.c
2698 F: hw/i386/intel_iommu_internal.h
2699 F: include/hw/i386/intel_iommu.h
2701 OpenSBI Firmware
2702 M: Bin Meng <bmeng.cn@gmail.com>
2703 S: Supported
2704 F: pc-bios/opensbi-*
2705 F: .gitlab-ci.d/opensbi.yml
2706 F: .gitlab-ci.d/opensbi/
2708 Usermode Emulation
2709 ------------------
2710 Overall usermode emulation
2711 M: Riku Voipio <riku.voipio@iki.fi>
2712 S: Maintained
2713 F: thunk.c
2714 F: accel/tcg/user-exec*.c
2716 BSD user
2717 S: Orphan
2718 F: bsd-user/
2719 F: default-configs/*-bsd-user.mak
2721 Linux user
2722 M: Laurent Vivier <laurent@vivier.eu>
2723 S: Maintained
2724 F: linux-user/
2725 F: default-configs/*-linux-user.mak
2726 F: scripts/qemu-binfmt-conf.sh
2727 F: scripts/update-syscalltbl.sh
2728 F: scripts/update-mips-syscall-args.sh
2729 F: scripts/gensyscalls.sh
2731 Tiny Code Generator (TCG)
2732 -------------------------
2733 Common TCG code
2734 M: Richard Henderson <rth@twiddle.net>
2735 S: Maintained
2736 F: tcg/
2737 F: include/tcg/
2739 TCG Plugins
2740 M: Alex Bennée <alex.bennee@linaro.org>
2741 S: Maintained
2742 F: docs/devel/tcg-plugins.rst
2743 F: plugins/
2744 F: tests/plugin
2746 AArch64 TCG target
2747 M: Richard Henderson <richard.henderson@linaro.org>
2748 S: Maintained
2749 L: qemu-arm@nongnu.org
2750 F: tcg/aarch64/
2751 F: disas/arm-a64.cc
2752 F: disas/libvixl/
2754 ARM TCG target
2755 M: Andrzej Zaborowski <balrogg@gmail.com>
2756 S: Maintained
2757 L: qemu-arm@nongnu.org
2758 F: tcg/arm/
2759 F: disas/arm.c
2761 i386 TCG target
2762 M: Richard Henderson <rth@twiddle.net>
2763 S: Maintained
2764 F: tcg/i386/
2765 F: disas/i386.c
2767 MIPS TCG target
2768 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2769 R: Aurelien Jarno <aurelien@aurel32.net>
2770 R: Huacai Chen <chenhc@lemote.com>
2771 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2772 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2773 S: Maintained
2774 F: tcg/mips/
2776 PPC TCG target
2777 M: Richard Henderson <rth@twiddle.net>
2778 S: Odd Fixes
2779 F: tcg/ppc/
2780 F: disas/ppc.c
2782 RISC-V TCG target
2783 M: Palmer Dabbelt <palmer@dabbelt.com>
2784 M: Alistair Francis <Alistair.Francis@wdc.com>
2785 L: qemu-riscv@nongnu.org
2786 S: Maintained
2787 F: tcg/riscv/
2788 F: disas/riscv.c
2790 S390 TCG target
2791 M: Richard Henderson <rth@twiddle.net>
2792 S: Maintained
2793 F: tcg/s390/
2794 F: disas/s390.c
2795 L: qemu-s390x@nongnu.org
2797 SPARC TCG target
2798 S: Odd Fixes
2799 F: tcg/sparc/
2800 F: disas/sparc.c
2802 TCI TCG target
2803 M: Stefan Weil <sw@weilnetz.de>
2804 S: Maintained
2805 F: tcg/tci/
2806 F: tcg/tci.c
2807 F: disas/tci.c
2809 Block drivers
2810 -------------
2811 VMDK
2812 M: Fam Zheng <fam@euphon.net>
2813 L: qemu-block@nongnu.org
2814 S: Supported
2815 F: block/vmdk.c
2818 M: Jason Dillaman <dillaman@redhat.com>
2819 L: qemu-block@nongnu.org
2820 S: Supported
2821 F: block/rbd.c
2823 Sheepdog
2824 M: Liu Yuan <namei.unix@gmail.com>
2825 L: qemu-block@nongnu.org
2826 L: sheepdog@lists.wpkg.org
2827 S: Odd Fixes
2828 F: block/sheepdog.c
2830 VHDX
2831 M: Jeff Cody <codyprime@gmail.com>
2832 L: qemu-block@nongnu.org
2833 S: Supported
2834 F: block/vhdx*
2837 M: Stefan Weil <sw@weilnetz.de>
2838 L: qemu-block@nongnu.org
2839 S: Maintained
2840 F: block/vdi.c
2842 iSCSI
2843 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2844 M: Paolo Bonzini <pbonzini@redhat.com>
2845 M: Peter Lieven <pl@kamp.de>
2846 L: qemu-block@nongnu.org
2847 S: Odd Fixes
2848 F: block/iscsi.c
2849 F: block/iscsi-opts.c
2851 Network Block Device (NBD)
2852 M: Eric Blake <eblake@redhat.com>
2853 L: qemu-block@nongnu.org
2854 S: Maintained
2855 F: block/nbd*
2856 F: nbd/
2857 F: include/block/nbd*
2858 F: qemu-nbd.*
2859 F: blockdev-nbd.c
2860 F: docs/interop/nbd.txt
2861 F: docs/interop/qemu-nbd.rst
2862 T: git https://repo.or.cz/qemu/ericb.git nbd
2865 M: Peter Lieven <pl@kamp.de>
2866 L: qemu-block@nongnu.org
2867 S: Maintained
2868 F: block/nfs.c
2871 M: Richard W.M. Jones <rjones@redhat.com>
2872 L: qemu-block@nongnu.org
2873 S: Supported
2874 F: block/ssh.c
2876 CURL
2877 L: qemu-block@nongnu.org
2878 S: Odd Fixes
2879 F: block/curl.c
2881 GLUSTER
2882 L: qemu-block@nongnu.org
2883 L: integration@gluster.org
2884 S: Odd Fixes
2885 F: block/gluster.c
2887 Null Block Driver
2888 M: Fam Zheng <fam@euphon.net>
2889 L: qemu-block@nongnu.org
2890 S: Supported
2891 F: block/null.c
2893 NVMe Block Driver
2894 M: Fam Zheng <fam@euphon.net>
2895 L: qemu-block@nongnu.org
2896 S: Supported
2897 F: block/nvme*
2899 Bootdevice
2900 M: Gonglei <arei.gonglei@huawei.com>
2901 S: Maintained
2902 F: bootdevice.c
2904 Quorum
2905 M: Alberto Garcia <berto@igalia.com>
2906 S: Supported
2907 F: block/quorum.c
2908 L: qemu-block@nongnu.org
2910 blklogwrites
2911 M: Ari Sundholm <ari@tuxera.com>
2912 L: qemu-block@nongnu.org
2913 S: Supported
2914 F: block/blklogwrites.c
2916 blkverify
2917 M: Stefan Hajnoczi <stefanha@redhat.com>
2918 L: qemu-block@nongnu.org
2919 S: Supported
2920 F: block/blkverify.c
2922 bochs
2923 M: Stefan Hajnoczi <stefanha@redhat.com>
2924 L: qemu-block@nongnu.org
2925 S: Supported
2926 F: block/bochs.c
2928 cloop
2929 M: Stefan Hajnoczi <stefanha@redhat.com>
2930 L: qemu-block@nongnu.org
2931 S: Supported
2932 F: block/cloop.c
2935 M: Stefan Hajnoczi <stefanha@redhat.com>
2936 L: qemu-block@nongnu.org
2937 S: Supported
2938 F: block/dmg.c
2940 parallels
2941 M: Stefan Hajnoczi <stefanha@redhat.com>
2942 M: Denis V. Lunev <den@openvz.org>
2943 L: qemu-block@nongnu.org
2944 S: Supported
2945 F: block/parallels.c
2946 F: docs/interop/parallels.txt
2949 M: Stefan Hajnoczi <stefanha@redhat.com>
2950 L: qemu-block@nongnu.org
2951 S: Supported
2952 F: block/qed.c
2955 M: Kevin Wolf <kwolf@redhat.com>
2956 L: qemu-block@nongnu.org
2957 S: Supported
2958 F: block/linux-aio.c
2959 F: include/block/raw-aio.h
2960 F: block/raw-format.c
2961 F: block/file-posix.c
2962 F: block/file-win32.c
2963 F: block/win32-aio.c
2965 Linux io_uring
2966 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2967 M: Julia Suvorova <jusual@redhat.com>
2968 M: Stefan Hajnoczi <stefanha@redhat.com>
2969 L: qemu-block@nongnu.org
2970 S: Maintained
2971 F: block/io_uring.c
2972 F: stubs/io_uring.c
2974 qcow2
2975 M: Kevin Wolf <kwolf@redhat.com>
2976 M: Max Reitz <mreitz@redhat.com>
2977 L: qemu-block@nongnu.org
2978 S: Supported
2979 F: block/qcow2*
2980 F: docs/interop/qcow2.txt
2982 qcow
2983 M: Kevin Wolf <kwolf@redhat.com>
2984 L: qemu-block@nongnu.org
2985 S: Supported
2986 F: block/qcow.c
2988 blkdebug
2989 M: Kevin Wolf <kwolf@redhat.com>
2990 M: Max Reitz <mreitz@redhat.com>
2991 L: qemu-block@nongnu.org
2992 S: Supported
2993 F: block/blkdebug.c
2996 M: Kevin Wolf <kwolf@redhat.com>
2997 L: qemu-block@nongnu.org
2998 S: Supported
2999 F: block/vpc.c
3001 vvfat
3002 M: Kevin Wolf <kwolf@redhat.com>
3003 L: qemu-block@nongnu.org
3004 S: Odd Fixes
3005 F: block/vvfat.c
3007 Image format fuzzer
3008 M: Stefan Hajnoczi <stefanha@redhat.com>
3009 L: qemu-block@nongnu.org
3010 S: Supported
3011 F: tests/image-fuzzer/
3013 Replication
3014 M: Wen Congyang <wencongyang2@huawei.com>
3015 M: Xie Changlong <xiechanglong.d@gmail.com>
3016 S: Supported
3017 F: replication*
3018 F: block/replication.c
3019 F: tests/test-replication.c
3020 F: docs/block-replication.txt
3022 PVRDMA
3023 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3024 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3025 S: Maintained
3026 F: hw/rdma/*
3027 F: hw/rdma/vmw/*
3028 F: docs/pvrdma.txt
3029 F: contrib/rdmacm-mux/*
3030 F: qapi/rdma.json
3032 Semihosting
3033 M: Alex Bennée <alex.bennee@linaro.org>
3034 S: Maintained
3035 F: hw/semihosting/
3036 F: include/hw/semihosting/
3038 Build and test automation
3039 -------------------------
3040 Build and test automation
3041 M: Alex Bennée <alex.bennee@linaro.org>
3042 M: Fam Zheng <fam@euphon.net>
3043 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3044 S: Maintained
3045 F: .github/lockdown.yml
3046 F: .travis.yml
3047 F: scripts/travis/
3048 F: .shippable.yml
3049 F: tests/docker/
3050 F: tests/vm/
3051 F: scripts/archive-source.sh
3052 W: https://travis-ci.org/qemu/qemu
3053 W: https://app.shippable.com/github/qemu/qemu
3054 W: http://patchew.org/QEMU/
3056 FreeBSD Hosted Continuous Integration
3057 M: Ed Maste <emaste@freebsd.org>
3058 M: Li-Wen Hsu <lwhsu@freebsd.org>
3059 S: Maintained
3060 F: .cirrus.yml
3061 W: https://cirrus-ci.com/github/qemu/qemu
3063 GitLab Continuous Integration
3064 M: Thomas Huth <thuth@redhat.com>
3065 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3066 M: Alex Bennée <alex.bennee@linaro.org>
3067 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3068 S: Maintained
3069 F: .gitlab-ci.yml
3071 Guest Test Compilation Support
3072 M: Alex Bennée <alex.bennee@linaro.org>
3073 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3074 S: Maintained
3075 F: tests/tcg/Makefile
3076 F: tests/tcg/Makefile.include
3078 Acceptance (Integration) Testing with the Avocado framework
3079 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3080 R: Cleber Rosa <crosa@redhat.com>
3081 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3082 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3083 S: Odd Fixes
3084 F: tests/acceptance/
3086 Documentation
3087 -------------
3088 Build system architecture
3089 M: Daniel P. Berrange <berrange@redhat.com>
3090 S: Odd Fixes
3091 F: docs/devel/build-system.txt
3093 GIT Data Mining Config
3094 M: Alex Bennée <alex.bennee@linaro.org>
3095 S: Odd Fixes
3096 F: gitdm.config
3097 F: contrib/gitdm/*
3099 Incompatible changes
3100 R: libvir-list@redhat.com
3101 F: docs/system/deprecated.rst
3103 Build System
3104 ------------
3105 GIT submodules
3106 M: Daniel P. Berrange <berrange@redhat.com>
3107 S: Odd Fixes
3108 F: scripts/git-submodule.sh
3110 UI translations
3111 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3112 F: po/*.po
3114 Sphinx documentation configuration and build machinery
3115 M: Peter Maydell <peter.maydell@linaro.org>
3116 S: Maintained
3117 F: docs/conf.py
3118 F: docs/*/conf.py
3120 Miscellaneous
3121 -------------
3122 Performance Tools and Tests
3123 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3124 S: Maintained
3125 F: scripts/performance/