virtio-ccw-input: fix description
[qemu/ar7.git] / MAINTAINERS
blob5a22c8be429680a5d7cdf7cc27e5d39f41f6f08c
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 and Versal
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
908 F: docs/system/arm/xlnx-versal-virt.rst
910 ARM ACPI Subsystem
911 M: Shannon Zhao <shannon.zhaosl@gmail.com>
912 L: qemu-arm@nongnu.org
913 S: Maintained
914 F: hw/arm/virt-acpi-build.c
916 STM32F205
917 M: Alistair Francis <alistair@alistair23.me>
918 M: Peter Maydell <peter.maydell@linaro.org>
919 L: qemu-arm@nongnu.org
920 S: Maintained
921 F: hw/arm/stm32f205_soc.c
922 F: hw/misc/stm32f2xx_syscfg.c
923 F: hw/char/stm32f2xx_usart.c
924 F: hw/timer/stm32f2xx_timer.c
925 F: hw/adc/*
926 F: hw/ssi/stm32f2xx_spi.c
927 F: include/hw/*/stm32*.h
929 STM32F405
930 M: Alistair Francis <alistair@alistair23.me>
931 M: Peter Maydell <peter.maydell@linaro.org>
932 L: qemu-arm@nongnu.org
933 S: Maintained
934 F: hw/arm/stm32f405_soc.c
935 F: hw/misc/stm32f4xx_syscfg.c
936 F: hw/misc/stm32f4xx_exti.c
938 Netduino 2
939 M: Alistair Francis <alistair@alistair23.me>
940 M: Peter Maydell <peter.maydell@linaro.org>
941 L: qemu-arm@nongnu.org
942 S: Maintained
943 F: hw/arm/netduino2.c
945 Netduino Plus 2
946 M: Alistair Francis <alistair@alistair23.me>
947 M: Peter Maydell <peter.maydell@linaro.org>
948 L: qemu-arm@nongnu.org
949 S: Maintained
950 F: hw/arm/netduinoplus2.c
952 SmartFusion2
953 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
954 M: Peter Maydell <peter.maydell@linaro.org>
955 L: qemu-arm@nongnu.org
956 S: Maintained
957 F: hw/arm/msf2-soc.c
958 F: hw/misc/msf2-sysreg.c
959 F: hw/timer/mss-timer.c
960 F: hw/ssi/mss-spi.c
961 F: include/hw/arm/msf2-soc.h
962 F: include/hw/misc/msf2-sysreg.h
963 F: include/hw/timer/mss-timer.h
964 F: include/hw/ssi/mss-spi.h
965 F: hw/net/msf2-emac.c
966 F: include/hw/net/msf2-emac.h
968 Emcraft M2S-FG484
969 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
970 M: Peter Maydell <peter.maydell@linaro.org>
971 L: qemu-arm@nongnu.org
972 S: Maintained
973 F: hw/arm/msf2-som.c
975 ASPEED BMCs
976 M: Cédric Le Goater <clg@kaod.org>
977 M: Peter Maydell <peter.maydell@linaro.org>
978 R: Andrew Jeffery <andrew@aj.id.au>
979 R: Joel Stanley <joel@jms.id.au>
980 L: qemu-arm@nongnu.org
981 S: Maintained
982 F: hw/*/*aspeed*
983 F: hw/misc/pca9552.c
984 F: include/hw/*/*aspeed*
985 F: include/hw/misc/pca9552*.h
986 F: hw/net/ftgmac100.c
987 F: include/hw/net/ftgmac100.h
989 NRF51
990 M: Joel Stanley <joel@jms.id.au>
991 M: Peter Maydell <peter.maydell@linaro.org>
992 L: qemu-arm@nongnu.org
993 S: Maintained
994 F: hw/*/nrf51*.c
995 F: hw/*/microbit*.c
996 F: include/hw/*/nrf51*.h
997 F: include/hw/*/microbit*.h
998 F: tests/qtest/microbit-test.c
1000 AVR Machines
1001 -------------
1003 AVR MCUs
1004 M: Michael Rolnik <mrolnik@gmail.com>
1005 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1006 S: Maintained
1007 F: default-configs/avr-softmmu.mak
1008 F: hw/avr/
1009 F: include/hw/char/avr_usart.h
1010 F: hw/char/avr_usart.c
1011 F: include/hw/timer/avr_timer16.h
1012 F: hw/timer/avr_timer16.c
1013 F: include/hw/misc/avr_power.h
1014 F: hw/misc/avr_power.c
1016 Arduino
1017 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1018 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1019 S: Maintained
1020 F: hw/avr/arduino.c
1022 CRIS Machines
1023 -------------
1024 Axis Dev88
1025 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1026 S: Maintained
1027 F: hw/cris/axis_dev88.c
1028 F: hw/*/etraxfs_*.c
1030 HP-PARISC Machines
1031 ------------------
1032 HP B160L
1033 M: Richard Henderson <rth@twiddle.net>
1034 R: Helge Deller <deller@gmx.de>
1035 S: Odd Fixes
1036 F: default-configs/hppa-softmmu.mak
1037 F: hw/hppa/
1038 F: pc-bios/hppa-firmware.img
1040 LM32 Machines
1041 -------------
1042 EVR32 and uclinux BSP
1043 R: Michael Walle <michael@walle.cc>
1044 S: Orphan
1045 F: hw/lm32/lm32_boards.c
1047 milkymist
1048 R: Michael Walle <michael@walle.cc>
1049 S: Orphan
1050 F: hw/lm32/milkymist.c
1052 M68K Machines
1053 -------------
1054 an5206
1055 M: Thomas Huth <huth@tuxfamily.org>
1056 S: Odd Fixes
1057 F: hw/m68k/an5206.c
1058 F: hw/m68k/mcf5206.c
1060 mcf5208
1061 M: Thomas Huth <huth@tuxfamily.org>
1062 S: Odd Fixes
1063 F: hw/m68k/mcf5208.c
1064 F: hw/m68k/mcf_intc.c
1065 F: hw/char/mcf_uart.c
1066 F: hw/net/mcf_fec.c
1067 F: include/hw/m68k/mcf*.h
1069 NeXTcube
1070 M: Thomas Huth <huth@tuxfamily.org>
1071 S: Odd Fixes
1072 F: hw/m68k/next-*.c
1073 F: hw/display/next-fb.c
1074 F: include/hw/m68k/next-cube.h
1076 q800
1077 M: Laurent Vivier <laurent@vivier.eu>
1078 S: Maintained
1079 F: hw/m68k/q800.c
1080 F: hw/misc/mac_via.c
1081 F: hw/nubus/*
1082 F: hw/display/macfb.c
1083 F: hw/block/swim.c
1084 F: hw/m68k/bootinfo.h
1085 F: include/hw/misc/mac_via.h
1086 F: include/hw/nubus/*
1087 F: include/hw/display/macfb.h
1088 F: include/hw/block/swim.h
1090 MicroBlaze Machines
1091 -------------------
1092 petalogix_s3adsp1800
1093 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1094 S: Maintained
1095 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1096 F: include/hw/char/xilinx_uartlite.h
1098 petalogix_ml605
1099 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1100 S: Maintained
1101 F: hw/microblaze/petalogix_ml605_mmu.c
1103 MIPS Machines
1104 -------------
1105 Jazz
1106 M: Hervé Poussineau <hpoussin@reactos.org>
1107 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1108 S: Maintained
1109 F: hw/mips/jazz.c
1110 F: hw/display/jazz_led.c
1111 F: hw/dma/rc4030.c
1113 Malta
1114 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1115 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1116 R: Aurelien Jarno <aurelien@aurel32.net>
1117 S: Maintained
1118 F: hw/isa/piix4.c
1119 F: hw/acpi/piix4.c
1120 F: hw/mips/malta.c
1121 F: hw/mips/gt64xxx_pci.c
1122 F: include/hw/southbridge/piix.h
1123 F: tests/acceptance/linux_ssh_mips_malta.py
1124 F: tests/acceptance/machine_mips_malta.py
1126 Mipssim
1127 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1128 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1129 S: Odd Fixes
1130 F: hw/mips/mipssim.c
1131 F: hw/net/mipsnet.c
1133 R4000
1134 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1135 R: Aurelien Jarno <aurelien@aurel32.net>
1136 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1137 S: Obsolete
1138 F: hw/mips/r4k.c
1140 Fuloong 2E
1141 M: Huacai Chen <chenhc@lemote.com>
1142 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1143 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1144 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1145 S: Odd Fixes
1146 F: hw/mips/fuloong2e.c
1147 F: hw/isa/vt82c686.c
1148 F: hw/pci-host/bonito.c
1149 F: include/hw/isa/vt82c686.h
1151 Loongson-3 virtual platforms
1152 M: Huacai Chen <chenhc@lemote.com>
1153 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1154 S: Maintained
1155 F: hw/intc/loongson_liointc.c
1157 Boston
1158 M: Paul Burton <pburton@wavecomp.com>
1159 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1160 S: Maintained
1161 F: hw/core/loader-fit.c
1162 F: hw/mips/boston.c
1163 F: hw/pci-host/xilinx-pcie.c
1164 F: include/hw/pci-host/xilinx-pcie.h
1166 OpenRISC Machines
1167 -----------------
1168 or1k-sim
1169 M: Jia Liu <proljc@gmail.com>
1170 S: Maintained
1171 F: hw/openrisc/openrisc_sim.c
1173 PowerPC Machines
1174 ----------------
1176 M: David Gibson <david@gibson.dropbear.id.au>
1177 L: qemu-ppc@nongnu.org
1178 S: Odd Fixes
1179 F: hw/ppc/ppc405_boards.c
1181 Bamboo
1182 M: David Gibson <david@gibson.dropbear.id.au>
1183 L: qemu-ppc@nongnu.org
1184 S: Odd Fixes
1185 F: hw/ppc/ppc440_bamboo.c
1187 e500
1188 M: David Gibson <david@gibson.dropbear.id.au>
1189 L: qemu-ppc@nongnu.org
1190 S: Odd Fixes
1191 F: hw/ppc/e500*
1192 F: hw/gpio/mpc8xxx.c
1193 F: hw/i2c/mpc_i2c.c
1194 F: hw/net/fsl_etsec/
1195 F: hw/pci-host/ppce500.c
1196 F: include/hw/ppc/ppc_e500.h
1197 F: include/hw/pci-host/ppce500.h
1198 F: pc-bios/u-boot.e500
1200 mpc8544ds
1201 M: David Gibson <david@gibson.dropbear.id.au>
1202 L: qemu-ppc@nongnu.org
1203 S: Odd Fixes
1204 F: hw/ppc/mpc8544ds.c
1205 F: hw/ppc/mpc8544_guts.c
1207 New World (mac99)
1208 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1209 R: David Gibson <david@gibson.dropbear.id.au>
1210 L: qemu-ppc@nongnu.org
1211 S: Odd Fixes
1212 F: hw/ppc/mac_newworld.c
1213 F: hw/pci-host/uninorth.c
1214 F: hw/pci-bridge/dec.[hc]
1215 F: hw/misc/macio/
1216 F: hw/misc/mos6522.c
1217 F: hw/nvram/mac_nvram.c
1218 F: hw/input/adb*
1219 F: include/hw/misc/macio/
1220 F: include/hw/misc/mos6522.h
1221 F: include/hw/ppc/mac_dbdma.h
1222 F: include/hw/pci-host/uninorth.h
1223 F: include/hw/input/adb*
1224 F: pc-bios/qemu_vga.ndrv
1226 Old World (g3beige)
1227 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1228 R: David Gibson <david@gibson.dropbear.id.au>
1229 L: qemu-ppc@nongnu.org
1230 S: Odd Fixes
1231 F: hw/ppc/mac_oldworld.c
1232 F: hw/pci-host/grackle.c
1233 F: hw/misc/macio/
1234 F: hw/intc/heathrow_pic.c
1235 F: hw/input/adb*
1236 F: include/hw/intc/heathrow_pic.h
1237 F: include/hw/input/adb*
1238 F: pc-bios/qemu_vga.ndrv
1240 PReP
1241 M: Hervé Poussineau <hpoussin@reactos.org>
1242 L: qemu-ppc@nongnu.org
1243 S: Maintained
1244 F: hw/ppc/prep.c
1245 F: hw/ppc/prep_systemio.c
1246 F: hw/ppc/rs6000_mc.c
1247 F: hw/pci-host/prep.[hc]
1248 F: hw/isa/i82378.c
1249 F: hw/isa/pc87312.c
1250 F: hw/dma/i82374.c
1251 F: hw/rtc/m48t59-isa.c
1252 F: include/hw/isa/pc87312.h
1253 F: include/hw/rtc/m48t59.h
1254 F: tests/acceptance/ppc_prep_40p.py
1256 sPAPR
1257 M: David Gibson <david@gibson.dropbear.id.au>
1258 L: qemu-ppc@nongnu.org
1259 S: Supported
1260 F: hw/*/spapr*
1261 F: include/hw/*/spapr*
1262 F: hw/*/xics*
1263 F: include/hw/*/xics*
1264 F: pc-bios/slof.bin
1265 F: docs/specs/ppc-spapr-hcalls.txt
1266 F: docs/specs/ppc-spapr-hotplug.txt
1267 F: tests/qtest/spapr*
1268 F: tests/qtest/libqos/*spapr*
1269 F: tests/qtest/rtas*
1270 F: tests/qtest/libqos/rtas*
1272 PowerNV (Non-Virtualized)
1273 M: Cédric Le Goater <clg@kaod.org>
1274 M: David Gibson <david@gibson.dropbear.id.au>
1275 L: qemu-ppc@nongnu.org
1276 S: Maintained
1277 F: hw/ppc/pnv*
1278 F: hw/intc/pnv*
1279 F: hw/intc/xics_pnv.c
1280 F: hw/pci-host/pnv*
1281 F: include/hw/ppc/pnv*
1282 F: include/hw/pci-host/pnv*
1283 F: pc-bios/skiboot.lid
1284 F: tests/qtest/pnv*
1286 virtex_ml507
1287 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1288 L: qemu-ppc@nongnu.org
1289 S: Odd Fixes
1290 F: hw/ppc/virtex_ml507.c
1292 sam460ex
1293 M: BALATON Zoltan <balaton@eik.bme.hu>
1294 L: qemu-ppc@nongnu.org
1295 S: Maintained
1296 F: hw/ppc/sam460ex.c
1297 F: hw/ppc/ppc440_pcix.c
1298 F: hw/display/sm501*
1299 F: hw/ide/sii3112.c
1300 F: hw/rtc/m41t80.c
1301 F: pc-bios/canyonlands.dt[sb]
1302 F: pc-bios/u-boot-sam460ex-20100605.bin
1303 F: roms/u-boot-sam460ex
1305 RISC-V Machines
1306 ---------------
1307 OpenTitan
1308 M: Alistair Francis <Alistair.Francis@wdc.com>
1309 L: qemu-riscv@nongnu.org
1310 S: Supported
1311 F: hw/riscv/opentitan.c
1312 F: hw/char/ibex_uart.c
1313 F: hw/intc/ibex_plic.c
1314 F: include/hw/riscv/opentitan.h
1315 F: include/hw/char/ibex_uart.h
1316 F: include/hw/intc/ibex_plic.h
1318 RX Machines
1319 -----------
1320 rx-gdbsim
1321 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1322 S: Maintained
1323 F: docs/system/target-rx.rst
1324 F: hw/rx/rx-gdbsim.c
1325 F: tests/acceptance/machine_rx_gdbsim.py
1327 SH4 Machines
1328 ------------
1330 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1331 R: Magnus Damm <magnus.damm@gmail.com>
1332 S: Maintained
1333 F: hw/sh4/r2d.c
1334 F: hw/intc/sh_intc.c
1335 F: include/hw/sh4/sh_intc.h
1337 Shix
1338 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1339 R: Magnus Damm <magnus.damm@gmail.com>
1340 S: Odd Fixes
1341 F: hw/sh4/shix.c
1342 F: hw/intc/sh_intc.c
1343 F: include/hw/sh4/sh_intc.h
1345 SPARC Machines
1346 --------------
1347 Sun4m
1348 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1349 S: Maintained
1350 F: hw/sparc/sun4m.c
1351 F: hw/sparc/sun4m_iommu.c
1352 F: hw/display/cg3.c
1353 F: hw/display/tcx.c
1354 F: hw/dma/sparc32_dma.c
1355 F: hw/misc/eccmemctl.c
1356 F: hw/*/slavio_*.c
1357 F: include/hw/nvram/sun_nvram.h
1358 F: include/hw/sparc/sparc32_dma.h
1359 F: include/hw/sparc/sun4m_iommu.h
1360 F: pc-bios/openbios-sparc32
1362 Sun4u
1363 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1364 S: Maintained
1365 F: hw/sparc64/sun4u.c
1366 F: hw/sparc64/sun4u_iommu.c
1367 F: include/hw/sparc/sun4u_iommu.h
1368 F: hw/pci-host/sabre.c
1369 F: include/hw/pci-host/sabre.h
1370 F: hw/pci-bridge/simba.c
1371 F: include/hw/pci-bridge/simba.h
1372 F: pc-bios/openbios-sparc64
1373 F: tests/acceptance/machine_sparc64_sun4u.py
1375 Sun4v
1376 M: Artyom Tarasenko <atar4qemu@gmail.com>
1377 S: Maintained
1378 F: hw/sparc64/niagara.c
1379 F: hw/rtc/sun4v-rtc.c
1380 F: include/hw/rtc/sun4v-rtc.h
1382 Leon3
1383 M: Fabien Chouteau <chouteau@adacore.com>
1384 M: KONRAD Frederic <frederic.konrad@adacore.com>
1385 S: Maintained
1386 F: hw/sparc/leon3.c
1387 F: hw/*/grlib*
1388 F: include/hw/*/grlib*
1389 F: tests/acceptance/machine_sparc_leon3.py
1391 S390 Machines
1392 -------------
1393 S390 Virtio-ccw
1394 M: Cornelia Huck <cohuck@redhat.com>
1395 M: Halil Pasic <pasic@linux.ibm.com>
1396 M: Christian Borntraeger <borntraeger@de.ibm.com>
1397 S: Supported
1398 F: hw/char/sclp*.[hc]
1399 F: hw/char/terminal3270.c
1400 F: hw/s390x/
1401 F: include/hw/s390x/
1402 F: hw/watchdog/wdt_diag288.c
1403 F: include/hw/watchdog/wdt_diag288.h
1404 F: default-configs/s390x-softmmu.mak
1405 T: git https://github.com/cohuck/qemu.git s390-next
1406 T: git https://github.com/borntraeger/qemu.git s390-next
1407 L: qemu-s390x@nongnu.org
1409 S390-ccw boot
1410 M: Christian Borntraeger <borntraeger@de.ibm.com>
1411 M: Thomas Huth <thuth@redhat.com>
1412 S: Supported
1413 F: hw/s390x/ipl.*
1414 F: pc-bios/s390-ccw/
1415 F: pc-bios/s390-ccw.img
1416 F: docs/devel/s390-dasd-ipl.rst
1417 T: git https://github.com/borntraeger/qemu.git s390-next
1418 L: qemu-s390x@nongnu.org
1420 S390 PCI
1421 M: Matthew Rosato <mjrosato@linux.ibm.com>
1422 S: Supported
1423 F: hw/s390x/s390-pci*
1424 L: qemu-s390x@nongnu.org
1426 UniCore32 Machines
1427 ------------------
1428 PKUnity-3 SoC initramfs-with-busybox
1429 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1430 S: Maintained
1431 F: hw/*/puv3*
1432 F: hw/unicore32/
1434 X86 Machines
1435 ------------
1437 M: Michael S. Tsirkin <mst@redhat.com>
1438 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1439 S: Supported
1440 F: include/hw/i386/
1441 F: hw/i386/
1442 F: hw/pci-host/i440fx.c
1443 F: hw/pci-host/q35.c
1444 F: hw/pci-host/pam.c
1445 F: include/hw/pci-host/i440fx.h
1446 F: include/hw/pci-host/q35.h
1447 F: include/hw/pci-host/pam.h
1448 F: hw/isa/piix3.c
1449 F: hw/isa/lpc_ich9.c
1450 F: hw/i2c/smbus_ich9.c
1451 F: hw/acpi/piix4.c
1452 F: hw/acpi/ich9.c
1453 F: include/hw/acpi/ich9.h
1454 F: include/hw/southbridge/piix.h
1455 F: hw/misc/sga.c
1456 F: hw/isa/apm.c
1457 F: include/hw/isa/apm.h
1458 F: tests/test-x86-cpuid.c
1459 F: tests/qtest/test-x86-cpuid-compat.c
1461 PC Chipset
1462 M: Michael S. Tsirkin <mst@redhat.com>
1463 M: Paolo Bonzini <pbonzini@redhat.com>
1464 S: Supported
1465 F: hw/char/debugcon.c
1466 F: hw/char/parallel*
1467 F: hw/char/serial*
1468 F: hw/dma/i8257*
1469 F: hw/i2c/pm_smbus.c
1470 F: hw/input/pckbd.c
1471 F: hw/intc/apic*
1472 F: hw/intc/ioapic*
1473 F: hw/intc/i8259*
1474 F: hw/isa/isa-superio.c
1475 F: hw/misc/debugexit.c
1476 F: hw/misc/pc-testdev.c
1477 F: hw/timer/hpet*
1478 F: hw/timer/i8254*
1479 F: hw/rtc/mc146818rtc*
1480 F: hw/watchdog/wdt_ib700.c
1481 F: hw/watchdog/wdt_i6300esb.c
1482 F: include/hw/display/vga.h
1483 F: include/hw/char/parallel.h
1484 F: include/hw/dma/i8257.h
1485 F: include/hw/i2c/pm_smbus.h
1486 F: include/hw/input/i8042.h
1487 F: include/hw/isa/i8259_internal.h
1488 F: include/hw/isa/superio.h
1489 F: include/hw/timer/hpet.h
1490 F: include/hw/timer/i8254*
1491 F: include/hw/rtc/mc146818rtc*
1493 microvm
1494 M: Sergio Lopez <slp@redhat.com>
1495 M: Paolo Bonzini <pbonzini@redhat.com>
1496 S: Maintained
1497 F: docs/microvm.rst
1498 F: hw/i386/microvm.c
1499 F: include/hw/i386/microvm.h
1500 F: pc-bios/bios-microvm.bin
1502 Machine core
1503 M: Eduardo Habkost <ehabkost@redhat.com>
1504 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1505 S: Supported
1506 F: hw/core/cpu.c
1507 F: hw/core/machine-qmp-cmds.c
1508 F: hw/core/machine.c
1509 F: hw/core/null-machine.c
1510 F: hw/core/numa.c
1511 F: hw/cpu/cluster.c
1512 F: qapi/machine.json
1513 F: qapi/machine-target.json
1514 F: include/hw/boards.h
1515 F: include/hw/core/cpu.h
1516 F: include/hw/cpu/cluster.h
1517 F: include/sysemu/numa.h
1518 T: git https://github.com/ehabkost/qemu.git machine-next
1520 Xtensa Machines
1521 ---------------
1523 M: Max Filippov <jcmvbkbc@gmail.com>
1524 S: Maintained
1525 F: hw/xtensa/sim.c
1527 virt
1528 M: Max Filippov <jcmvbkbc@gmail.com>
1529 S: Maintained
1530 F: hw/xtensa/virt.c
1532 XTFPGA (LX60, LX200, ML605, KC705)
1533 M: Max Filippov <jcmvbkbc@gmail.com>
1534 S: Maintained
1535 F: hw/xtensa/xtfpga.c
1536 F: hw/net/opencores_eth.c
1538 Devices
1539 -------
1541 M: Jiri Slaby <jslaby@suse.cz>
1542 S: Maintained
1543 F: hw/misc/edu.c
1546 M: John Snow <jsnow@redhat.com>
1547 L: qemu-block@nongnu.org
1548 S: Supported
1549 F: include/hw/ide.h
1550 F: include/hw/ide/
1551 F: hw/ide/
1552 F: hw/block/block.c
1553 F: hw/block/cdrom.c
1554 F: hw/block/hd-geometry.c
1555 F: tests/qtest/ide-test.c
1556 F: tests/qtest/ahci-test.c
1557 F: tests/qtest/cdrom-test.c
1558 F: tests/qtest/libqos/ahci*
1559 T: git https://github.com/jnsnow/qemu.git ide
1561 IPMI
1562 M: Corey Minyard <minyard@acm.org>
1563 S: Maintained
1564 F: include/hw/ipmi/*
1565 F: hw/ipmi/*
1566 F: hw/smbios/smbios_type_38.c
1567 F: tests/qtest/ipmi*
1568 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1570 Floppy
1571 M: John Snow <jsnow@redhat.com>
1572 L: qemu-block@nongnu.org
1573 S: Supported
1574 F: hw/block/fdc.c
1575 F: include/hw/block/fdc.h
1576 F: tests/qtest/fdc-test.c
1577 T: git https://github.com/jnsnow/qemu.git ide
1579 OMAP
1580 M: Peter Maydell <peter.maydell@linaro.org>
1581 L: qemu-arm@nongnu.org
1582 S: Maintained
1583 F: hw/*/omap*
1584 F: include/hw/arm/omap.h
1586 IPack
1587 M: Alberto Garcia <berto@igalia.com>
1588 S: Odd Fixes
1589 F: hw/char/ipoctal232.c
1590 F: hw/ipack/
1593 M: Michael S. Tsirkin <mst@redhat.com>
1594 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1595 S: Supported
1596 F: include/hw/pci/*
1597 F: hw/misc/pci-testdev.c
1598 F: hw/pci/*
1599 F: hw/pci-bridge/*
1600 F: docs/pci*
1601 F: docs/specs/*pci*
1602 F: default-configs/pci.mak
1604 ACPI/SMBIOS
1605 M: Michael S. Tsirkin <mst@redhat.com>
1606 M: Igor Mammedov <imammedo@redhat.com>
1607 S: Supported
1608 F: include/hw/acpi/*
1609 F: include/hw/firmware/smbios.h
1610 F: hw/mem/*
1611 F: hw/acpi/*
1612 F: hw/smbios/*
1613 F: hw/i386/acpi-build.[hc]
1614 F: hw/arm/virt-acpi-build.c
1615 F: tests/qtest/bios-tables-test*
1616 F: tests/qtest/acpi-utils.[hc]
1617 F: tests/data/acpi/
1619 ACPI/HEST/GHES
1620 R: Dongjiu Geng <gengdongjiu@huawei.com>
1621 R: Xiang Zheng <zhengxiang9@huawei.com>
1622 L: qemu-arm@nongnu.org
1623 S: Maintained
1624 F: hw/acpi/ghes.c
1625 F: include/hw/acpi/ghes.h
1626 F: docs/specs/acpi_hest_ghes.rst
1628 ppc4xx
1629 M: David Gibson <david@gibson.dropbear.id.au>
1630 L: qemu-ppc@nongnu.org
1631 S: Odd Fixes
1632 F: hw/ppc/ppc4*.c
1633 F: hw/i2c/ppc4xx_i2c.c
1634 F: include/hw/ppc/ppc4xx.h
1635 F: include/hw/i2c/ppc4xx_i2c.h
1637 Character devices
1638 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1639 R: Paolo Bonzini <pbonzini@redhat.com>
1640 S: Odd Fixes
1641 F: hw/char/
1643 Network devices
1644 M: Jason Wang <jasowang@redhat.com>
1645 S: Odd Fixes
1646 F: hw/net/
1647 F: include/hw/net/
1648 F: tests/qtest/virtio-net-test.c
1649 F: docs/virtio-net-failover.rst
1650 T: git https://github.com/jasowang/qemu.git net
1652 Parallel NOR Flash devices
1653 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1654 T: git https://gitlab.com/philmd/qemu.git pflash-next
1655 S: Maintained
1656 F: hw/block/pflash_cfi*.c
1657 F: include/hw/block/flash.h
1659 SCSI
1660 M: Paolo Bonzini <pbonzini@redhat.com>
1661 R: Fam Zheng <fam@euphon.net>
1662 S: Supported
1663 F: include/hw/scsi/*
1664 F: hw/scsi/*
1665 F: tests/qtest/virtio-scsi-test.c
1666 T: git https://github.com/bonzini/qemu.git scsi-next
1669 M: Alistair Francis <alistair@alistair23.me>
1670 S: Maintained
1671 F: hw/ssi/*
1672 F: hw/block/m25p80.c
1673 F: include/hw/ssi/ssi.h
1674 X: hw/ssi/xilinx_*
1675 F: tests/qtest/m25p80-test.c
1677 Xilinx SPI
1678 M: Alistair Francis <alistair@alistair23.me>
1679 S: Maintained
1680 F: hw/ssi/xilinx_*
1682 SD (Secure Card)
1683 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1684 L: qemu-block@nongnu.org
1685 S: Odd Fixes
1686 F: include/hw/sd/sd*
1687 F: hw/sd/core.c
1688 F: hw/sd/sd*
1689 F: hw/sd/ssi-sd.c
1690 F: tests/qtest/sd*
1693 M: Gerd Hoffmann <kraxel@redhat.com>
1694 S: Maintained
1695 F: hw/usb/*
1696 F: tests/qtest/usb-*-test.c
1697 F: docs/usb2.txt
1698 F: docs/usb-storage.txt
1699 F: include/hw/usb.h
1700 F: include/hw/usb/
1701 F: default-configs/usb.mak
1703 USB (serial adapter)
1704 M: Gerd Hoffmann <kraxel@redhat.com>
1705 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1706 S: Maintained
1707 F: hw/usb/dev-serial.c
1709 VFIO
1710 M: Alex Williamson <alex.williamson@redhat.com>
1711 S: Supported
1712 F: hw/vfio/*
1713 F: include/hw/vfio/
1715 vfio-ccw
1716 M: Cornelia Huck <cohuck@redhat.com>
1717 M: Eric Farman <farman@linux.ibm.com>
1718 S: Supported
1719 F: hw/vfio/ccw.c
1720 F: hw/s390x/s390-ccw.c
1721 F: include/hw/s390x/s390-ccw.h
1722 F: include/hw/s390x/vfio-ccw.h
1723 T: git https://github.com/cohuck/qemu.git s390-next
1724 L: qemu-s390x@nongnu.org
1726 vfio-ap
1727 M: Christian Borntraeger <borntraeger@de.ibm.com>
1728 M: Tony Krowiak <akrowiak@linux.ibm.com>
1729 M: Halil Pasic <pasic@linux.ibm.com>
1730 M: Pierre Morel <pmorel@linux.ibm.com>
1731 S: Supported
1732 F: hw/s390x/ap-device.c
1733 F: hw/s390x/ap-bridge.c
1734 F: include/hw/s390x/ap-device.h
1735 F: include/hw/s390x/ap-bridge.h
1736 F: hw/vfio/ap.c
1737 F: docs/system/s390x/vfio-ap.rst
1738 L: qemu-s390x@nongnu.org
1740 vhost
1741 M: Michael S. Tsirkin <mst@redhat.com>
1742 S: Supported
1743 F: hw/*/*vhost*
1744 F: docs/interop/vhost-user.json
1745 F: docs/interop/vhost-user.rst
1746 F: contrib/vhost-user-*/
1747 F: backends/vhost-user.c
1748 F: include/sysemu/vhost-user-backend.h
1750 virtio
1751 M: Michael S. Tsirkin <mst@redhat.com>
1752 S: Supported
1753 F: hw/*/virtio*
1754 F: hw/virtio/Makefile.objs
1755 F: hw/virtio/trace-events
1756 F: net/vhost-user.c
1757 F: include/hw/virtio/
1759 virtio-balloon
1760 M: Michael S. Tsirkin <mst@redhat.com>
1761 M: David Hildenbrand <david@redhat.com>
1762 S: Maintained
1763 F: hw/virtio/virtio-balloon*.c
1764 F: include/hw/virtio/virtio-balloon.h
1765 F: softmmu/balloon.c
1766 F: include/sysemu/balloon.h
1768 virtio-9p
1769 M: Greg Kurz <groug@kaod.org>
1770 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1771 S: Odd Fixes
1772 F: hw/9pfs/
1773 X: hw/9pfs/xen-9p*
1774 F: fsdev/
1775 F: docs/interop/virtfs-proxy-helper.rst
1776 F: tests/qtest/virtio-9p-test.c
1777 T: git https://github.com/gkurz/qemu.git 9p-next
1779 virtio-blk
1780 M: Stefan Hajnoczi <stefanha@redhat.com>
1781 L: qemu-block@nongnu.org
1782 S: Supported
1783 F: hw/block/virtio-blk.c
1784 F: hw/block/dataplane/*
1785 F: tests/qtest/virtio-blk-test.c
1786 T: git https://github.com/stefanha/qemu.git block
1788 virtio-ccw
1789 M: Cornelia Huck <cohuck@redhat.com>
1790 M: Halil Pasic <pasic@linux.ibm.com>
1791 S: Supported
1792 F: hw/s390x/virtio-ccw*.[hc]
1793 F: hw/s390x/vhost-vsock-ccw.c
1794 T: git https://github.com/cohuck/qemu.git s390-next
1795 T: git https://github.com/borntraeger/qemu.git s390-next
1796 L: qemu-s390x@nongnu.org
1798 virtiofs
1799 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1800 M: Stefan Hajnoczi <stefanha@redhat.com>
1801 S: Supported
1802 F: tools/virtiofsd/*
1803 F: hw/virtio/vhost-user-fs*
1804 F: include/hw/virtio/vhost-user-fs.h
1805 F: docs/interop/virtiofsd.rst
1807 virtio-input
1808 M: Gerd Hoffmann <kraxel@redhat.com>
1809 S: Maintained
1810 F: hw/input/vhost-user-input.c
1811 F: hw/input/virtio-input*.c
1812 F: include/hw/virtio/virtio-input.h
1813 F: contrib/vhost-user-input/*
1815 virtio-iommu
1816 M: Eric Auger <eric.auger@redhat.com>
1817 S: Maintained
1818 F: hw/virtio/virtio-iommu*.c
1819 F: include/hw/virtio/virtio-iommu.h
1821 virtio-serial
1822 M: Laurent Vivier <lvivier@redhat.com>
1823 R: Amit Shah <amit@kernel.org>
1824 S: Supported
1825 F: hw/char/virtio-serial-bus.c
1826 F: hw/char/virtio-console.c
1827 F: include/hw/virtio/virtio-serial.h
1828 F: tests/qtest/virtio-serial-test.c
1830 virtio-rng
1831 M: Laurent Vivier <lvivier@redhat.com>
1832 R: Amit Shah <amit@kernel.org>
1833 S: Supported
1834 F: hw/virtio/virtio-rng.c
1835 F: include/hw/virtio/virtio-rng.h
1836 F: include/sysemu/rng*.h
1837 F: backends/rng*.c
1838 F: tests/qtest/virtio-rng-test.c
1840 virtio-crypto
1841 M: Gonglei <arei.gonglei@huawei.com>
1842 S: Supported
1843 F: hw/virtio/virtio-crypto.c
1844 F: hw/virtio/virtio-crypto-pci.c
1845 F: include/hw/virtio/virtio-crypto.h
1847 virtio-mem
1848 M: David Hildenbrand <david@redhat.com>
1849 S: Supported
1850 W: https://virtio-mem.gitlab.io/
1851 F: hw/virtio/virtio-mem.c
1852 F: hw/virtio/virtio-mem-pci.h
1853 F: hw/virtio/virtio-mem-pci.c
1854 F: include/hw/virtio/virtio-mem.h
1856 nvme
1857 M: Keith Busch <kbusch@kernel.org>
1858 L: qemu-block@nongnu.org
1859 S: Supported
1860 F: hw/block/nvme*
1861 F: tests/qtest/nvme-test.c
1863 megasas
1864 M: Hannes Reinecke <hare@suse.com>
1865 L: qemu-block@nongnu.org
1866 S: Supported
1867 F: hw/scsi/megasas.c
1868 F: hw/scsi/mfi.h
1869 F: tests/qtest/megasas-test.c
1871 Network packet abstractions
1872 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1873 S: Maintained
1874 F: include/net/eth.h
1875 F: net/eth.c
1876 F: hw/net/net_rx_pkt*
1877 F: hw/net/net_tx_pkt*
1879 Vmware
1880 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1881 S: Maintained
1882 F: hw/net/vmxnet*
1883 F: hw/scsi/vmw_pvscsi*
1884 F: tests/qtest/vmxnet3-test.c
1886 Rocker
1887 M: Jiri Pirko <jiri@resnulli.us>
1888 S: Maintained
1889 F: hw/net/rocker/
1890 F: tests/rocker/
1891 F: docs/specs/rocker.txt
1893 NVDIMM
1894 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1895 S: Maintained
1896 F: hw/acpi/nvdimm.c
1897 F: hw/mem/nvdimm.c
1898 F: include/hw/mem/nvdimm.h
1899 F: docs/nvdimm.txt
1901 e1000x
1902 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1903 S: Maintained
1904 F: hw/net/e1000x*
1906 e1000e
1907 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1908 S: Maintained
1909 F: hw/net/e1000e*
1911 eepro100
1912 M: Stefan Weil <sw@weilnetz.de>
1913 S: Maintained
1914 F: hw/net/eepro100.c
1916 tulip
1917 M: Sven Schnelle <svens@stackframe.org>
1918 S: Maintained
1919 F: hw/net/tulip.c
1920 F: hw/net/tulip.h
1922 Generic Loader
1923 M: Alistair Francis <alistair@alistair23.me>
1924 S: Maintained
1925 F: hw/core/generic-loader.c
1926 F: include/hw/core/generic-loader.h
1927 F: docs/generic-loader.txt
1929 Intel Hexadecimal Object File Loader
1930 M: Su Hang <suhang16@mails.ucas.ac.cn>
1931 S: Maintained
1932 F: tests/qtest/hexloader-test.c
1933 F: tests/data/hex-loader/test.hex
1935 CHRP NVRAM
1936 M: Thomas Huth <thuth@redhat.com>
1937 S: Maintained
1938 F: hw/nvram/chrp_nvram.c
1939 F: include/hw/nvram/chrp_nvram.h
1940 F: tests/qtest/prom-env-test.c
1942 VM Generation ID
1943 M: Ben Warren <ben@skyportsystems.com>
1944 S: Maintained
1945 F: hw/acpi/vmgenid.c
1946 F: include/hw/acpi/vmgenid.h
1947 F: docs/specs/vmgenid.txt
1948 F: tests/qtest/vmgenid-test.c
1949 F: stubs/vmgenid.c
1951 Unimplemented device
1952 M: Peter Maydell <peter.maydell@linaro.org>
1953 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1954 S: Maintained
1955 F: include/hw/misc/unimp.h
1956 F: hw/misc/unimp.c
1958 Empty slot
1959 M: Artyom Tarasenko <atar4qemu@gmail.com>
1960 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1961 S: Maintained
1962 F: include/hw/misc/empty_slot.h
1963 F: hw/misc/empty_slot.c
1965 Standard VGA
1966 M: Gerd Hoffmann <kraxel@redhat.com>
1967 S: Maintained
1968 F: hw/display/vga*
1969 F: hw/display/bochs-display.c
1970 F: include/hw/display/vga.h
1971 F: include/hw/display/bochs-vbe.h
1973 ramfb
1974 M: Gerd Hoffmann <kraxel@redhat.com>
1975 S: Maintained
1976 F: hw/display/ramfb*.c
1977 F: include/hw/display/ramfb.h
1979 virtio-gpu
1980 M: Gerd Hoffmann <kraxel@redhat.com>
1981 S: Maintained
1982 F: hw/display/virtio-gpu*
1983 F: hw/display/virtio-vga.*
1984 F: include/hw/virtio/virtio-gpu.h
1986 vhost-user-blk
1987 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1988 S: Maintained
1989 F: contrib/vhost-user-blk/
1990 F: contrib/vhost-user-scsi/
1991 F: hw/block/vhost-user-blk.c
1992 F: hw/scsi/vhost-user-scsi.c
1993 F: hw/virtio/vhost-user-blk-pci.c
1994 F: hw/virtio/vhost-user-scsi-pci.c
1995 F: include/hw/virtio/vhost-user-blk.h
1996 F: include/hw/virtio/vhost-user-scsi.h
1998 vhost-user-gpu
1999 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2000 M: Gerd Hoffmann <kraxel@redhat.com>
2001 S: Maintained
2002 F: docs/interop/vhost-user-gpu.rst
2003 F: contrib/vhost-user-gpu
2004 F: hw/display/vhost-user-*
2006 Cirrus VGA
2007 M: Gerd Hoffmann <kraxel@redhat.com>
2008 S: Odd Fixes
2009 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2010 F: hw/display/cirrus*
2012 EDID Generator
2013 M: Gerd Hoffmann <kraxel@redhat.com>
2014 S: Maintained
2015 F: hw/display/edid*
2016 F: include/hw/display/edid.h
2017 F: qemu-edid.c
2019 PIIX4 South Bridge (i82371AB)
2020 M: Hervé Poussineau <hpoussin@reactos.org>
2021 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2022 S: Maintained
2023 F: hw/isa/piix4.c
2024 F: include/hw/southbridge/piix.h
2026 Firmware configuration (fw_cfg)
2027 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2028 R: Laszlo Ersek <lersek@redhat.com>
2029 R: Gerd Hoffmann <kraxel@redhat.com>
2030 S: Supported
2031 F: docs/specs/fw_cfg.txt
2032 F: hw/nvram/fw_cfg.c
2033 F: stubs/fw_cfg.c
2034 F: include/hw/nvram/fw_cfg.h
2035 F: include/standard-headers/linux/qemu_fw_cfg.h
2036 F: tests/qtest/libqos/fw_cfg.c
2037 F: tests/qtest/fw_cfg-test.c
2038 T: git https://github.com/philmd/qemu.git fw_cfg-next
2040 XIVE
2041 M: David Gibson <david@gibson.dropbear.id.au>
2042 M: Cédric Le Goater <clg@kaod.org>
2043 L: qemu-ppc@nongnu.org
2044 S: Supported
2045 F: hw/*/*xive*
2046 F: include/hw/*/*xive*
2047 F: docs/*/*xive*
2049 Renesas peripherals
2050 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2051 R: Magnus Damm <magnus.damm@gmail.com>
2052 S: Maintained
2053 F: hw/char/renesas_sci.c
2054 F: hw/char/sh_serial.c
2055 F: hw/timer/renesas_*.c
2056 F: hw/timer/sh_timer.c
2057 F: include/hw/char/renesas_sci.h
2058 F: include/hw/sh4/sh.h
2059 F: include/hw/timer/renesas_*.h
2061 Renesas RX peripherals
2062 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2063 S: Maintained
2064 F: hw/intc/rx_icu.c
2065 F: hw/rx/
2066 F: include/hw/intc/rx_icu.h
2067 F: include/hw/rx/
2069 Subsystems
2070 ----------
2071 Audio
2072 M: Gerd Hoffmann <kraxel@redhat.com>
2073 S: Maintained
2074 F: audio/
2075 F: hw/audio/
2076 F: include/hw/audio/
2077 F: tests/qtest/ac97-test.c
2078 F: tests/qtest/es1370-test.c
2079 F: tests/qtest/intel-hda-test.c
2081 Block layer core
2082 M: Kevin Wolf <kwolf@redhat.com>
2083 M: Max Reitz <mreitz@redhat.com>
2084 L: qemu-block@nongnu.org
2085 S: Supported
2086 F: block*
2087 F: block/
2088 F: hw/block/
2089 F: include/block/
2090 F: qemu-img*
2091 F: docs/interop/qemu-img.rst
2092 F: qemu-io*
2093 F: tests/qemu-iotests/
2094 F: util/qemu-progress.c
2095 F: qobject/block-qdict.c
2096 F: tests/check-block-qdict.c
2097 T: git https://repo.or.cz/qemu/kevin.git block
2099 Block I/O path
2100 M: Stefan Hajnoczi <stefanha@redhat.com>
2101 M: Fam Zheng <fam@euphon.net>
2102 L: qemu-block@nongnu.org
2103 S: Supported
2104 F: util/async.c
2105 F: util/aio-*.c
2106 F: util/aio-*.h
2107 F: util/fdmon-*.c
2108 F: block/io.c
2109 F: migration/block*
2110 F: include/block/aio.h
2111 F: include/block/aio-wait.h
2112 F: scripts/qemugdb/aio.py
2113 T: git https://github.com/stefanha/qemu.git block
2115 Block SCSI subsystem
2116 M: Paolo Bonzini <pbonzini@redhat.com>
2117 R: Fam Zheng <fam@euphon.net>
2118 L: qemu-block@nongnu.org
2119 S: Supported
2120 F: include/scsi/*
2121 F: scsi/*
2123 Block Jobs
2124 M: John Snow <jsnow@redhat.com>
2125 L: qemu-block@nongnu.org
2126 S: Supported
2127 F: blockjob.c
2128 F: include/block/blockjob.h
2129 F: job.c
2130 F: job-qmp.c
2131 F: include/qemu/job.h
2132 F: block/backup.c
2133 F: block/commit.c
2134 F: block/stream.c
2135 F: block/mirror.c
2136 F: qapi/job.json
2137 T: git https://github.com/jnsnow/qemu.git jobs
2139 Block QAPI, monitor, command line
2140 M: Markus Armbruster <armbru@redhat.com>
2141 S: Supported
2142 F: blockdev.c
2143 F: blockdev-hmp-cmds.c
2144 F: block/qapi.c
2145 F: qapi/block*.json
2146 F: qapi/transaction.json
2147 T: git https://repo.or.cz/qemu/armbru.git block-next
2149 Dirty Bitmaps
2150 M: Eric Blake <eblake@redhat.com>
2151 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2152 R: John Snow <jsnow@redhat.com>
2153 L: qemu-block@nongnu.org
2154 S: Supported
2155 F: include/qemu/hbitmap.h
2156 F: include/block/dirty-bitmap.h
2157 F: block/monitor/bitmap-qmp-cmds.c
2158 F: block/dirty-bitmap.c
2159 F: block/qcow2-bitmap.c
2160 F: migration/block-dirty-bitmap.c
2161 F: util/hbitmap.c
2162 F: tests/test-hbitmap.c
2163 F: docs/interop/bitmaps.rst
2164 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2166 Character device backends
2167 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2168 R: Paolo Bonzini <pbonzini@redhat.com>
2169 S: Maintained
2170 F: chardev/
2171 F: include/chardev/
2172 F: qapi/char.json
2174 Character Devices (Braille)
2175 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2176 S: Maintained
2177 F: chardev/baum.c
2179 Command line option argument parsing
2180 M: Markus Armbruster <armbru@redhat.com>
2181 S: Supported
2182 F: include/qemu/option.h
2183 F: tests/test-keyval.c
2184 F: tests/test-qemu-opts.c
2185 F: util/keyval.c
2186 F: util/qemu-option.c
2188 Coverity model
2189 M: Markus Armbruster <armbru@redhat.com>
2190 S: Supported
2191 F: scripts/coverity-model.c
2193 Coverity Scan integration
2194 M: Peter Maydell <peter.maydell@linaro.org>
2195 S: Maintained
2196 F: scripts/coverity-scan/
2198 Device Tree
2199 M: Alistair Francis <alistair.francis@wdc.com>
2200 R: David Gibson <david@gibson.dropbear.id.au>
2201 S: Maintained
2202 F: device_tree.c
2203 F: include/sysemu/device_tree.h
2205 Dump
2206 S: Supported
2207 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2208 F: dump/
2209 F: hw/misc/vmcoreinfo.c
2210 F: include/hw/misc/vmcoreinfo.h
2211 F: include/qemu/win_dump_defs
2212 F: include/sysemu/dump-arch.h
2213 F: include/sysemu/dump.h
2214 F: qapi/dump.json
2215 F: scripts/dump-guest-memory.py
2216 F: stubs/dump.c
2218 Error reporting
2219 M: Markus Armbruster <armbru@redhat.com>
2220 S: Supported
2221 F: include/qapi/error.h
2222 F: include/qemu/error-report.h
2223 F: qapi/error.json
2224 F: util/error.c
2225 F: util/qemu-error.c
2226 F: scripts/coccinelle/err-bad-newline.cocci
2227 F: scripts/coccinelle/error-use-after-free.cocci
2228 F: scripts/coccinelle/error_propagate_null.cocci
2229 F: scripts/coccinelle/remove_local_err.cocci
2230 F: scripts/coccinelle/use-error_fatal.cocci
2231 F: scripts/coccinelle/errp-guard.cocci
2233 GDB stub
2234 M: Alex Bennée <alex.bennee@linaro.org>
2235 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2236 S: Maintained
2237 F: gdbstub*
2238 F: gdb-xml/
2240 Memory API
2241 M: Paolo Bonzini <pbonzini@redhat.com>
2242 S: Supported
2243 F: include/exec/ioport.h
2244 F: include/exec/memop.h
2245 F: include/exec/memory.h
2246 F: include/exec/ram_addr.h
2247 F: include/exec/ramblock.h
2248 F: softmmu/ioport.c
2249 F: softmmu/memory.c
2250 F: include/exec/memory-internal.h
2251 F: exec.c
2252 F: scripts/coccinelle/memory-region-housekeeping.cocci
2254 SPICE
2255 M: Gerd Hoffmann <kraxel@redhat.com>
2256 S: Supported
2257 F: include/ui/qemu-spice.h
2258 F: include/ui/spice-display.h
2259 F: ui/spice-*.c
2260 F: audio/spiceaudio.c
2261 F: hw/display/qxl*
2262 F: qapi/ui.json
2263 F: docs/spice-port-fqdn.txt
2265 Graphics
2266 M: Gerd Hoffmann <kraxel@redhat.com>
2267 S: Odd Fixes
2268 F: ui/
2269 F: include/ui/
2270 F: qapi/ui.json
2271 F: util/drm.c
2273 Cocoa graphics
2274 M: Peter Maydell <peter.maydell@linaro.org>
2275 S: Odd Fixes
2276 F: ui/cocoa.m
2278 Main loop
2279 M: Paolo Bonzini <pbonzini@redhat.com>
2280 S: Maintained
2281 F: include/qemu/main-loop.h
2282 F: include/sysemu/runstate.h
2283 F: util/main-loop.c
2284 F: util/qemu-timer.c
2285 F: softmmu/vl.c
2286 F: softmmu/main.c
2287 F: softmmu/cpus.c
2288 F: softmmu/cpu-throttle.c
2289 F: qapi/run-state.json
2291 Human Monitor (HMP)
2292 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2293 S: Maintained
2294 F: monitor/monitor-internal.h
2295 F: monitor/misc.c
2296 F: monitor/monitor.c
2297 F: monitor/hmp*
2298 F: hmp.h
2299 F: hmp-commands*.hx
2300 F: include/monitor/hmp-target.h
2301 F: tests/qtest/test-hmp.c
2302 F: include/qemu/qemu-print.h
2303 F: util/qemu-print.c
2305 Network device backends
2306 M: Jason Wang <jasowang@redhat.com>
2307 S: Maintained
2308 F: net/
2309 F: include/net/
2310 F: qemu-bridge-helper.c
2311 T: git https://github.com/jasowang/qemu.git net
2312 F: qapi/net.json
2314 Netmap network backend
2315 M: Luigi Rizzo <rizzo@iet.unipi.it>
2316 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2317 M: Vincenzo Maffione <v.maffione@gmail.com>
2318 W: http://info.iet.unipi.it/~luigi/netmap/
2319 S: Maintained
2320 F: net/netmap.c
2322 Host Memory Backends
2323 M: Eduardo Habkost <ehabkost@redhat.com>
2324 M: Igor Mammedov <imammedo@redhat.com>
2325 S: Maintained
2326 F: backends/hostmem*.c
2327 F: include/sysemu/hostmem.h
2328 T: git https://github.com/ehabkost/qemu.git machine-next
2330 Cryptodev Backends
2331 M: Gonglei <arei.gonglei@huawei.com>
2332 S: Maintained
2333 F: include/sysemu/cryptodev*.h
2334 F: backends/cryptodev*.c
2336 Python scripts
2337 M: Eduardo Habkost <ehabkost@redhat.com>
2338 M: Cleber Rosa <crosa@redhat.com>
2339 S: Odd fixes
2340 F: python/qemu/*py
2341 F: scripts/*.py
2342 F: tests/*.py
2344 Benchmark util
2345 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2346 S: Maintained
2347 F: scripts/simplebench/
2349 QAPI
2350 M: Markus Armbruster <armbru@redhat.com>
2351 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2352 S: Supported
2353 F: qapi/
2354 X: qapi/*.json
2355 F: include/qapi/
2356 X: include/qapi/qmp/
2357 F: include/qapi/qmp/dispatch.h
2358 F: tests/qapi-schema/
2359 F: tests/test-*-visitor.c
2360 F: tests/test-qapi-*.c
2361 F: tests/test-qmp-*.c
2362 F: tests/test-visitor-serialization.c
2363 F: scripts/qapi-gen.py
2364 F: scripts/qapi/*
2365 F: docs/devel/qapi*
2366 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2368 QAPI Schema
2369 M: Eric Blake <eblake@redhat.com>
2370 M: Markus Armbruster <armbru@redhat.com>
2371 S: Supported
2372 F: qapi/*.json
2373 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2375 QObject
2376 M: Markus Armbruster <armbru@redhat.com>
2377 S: Supported
2378 F: qobject/
2379 F: include/qapi/qmp/
2380 X: include/qapi/qmp/dispatch.h
2381 F: scripts/coccinelle/qobject.cocci
2382 F: tests/check-qdict.c
2383 F: tests/check-qjson.c
2384 F: tests/check-qlist.c
2385 F: tests/check-qlit.c
2386 F: tests/check-qnull.c
2387 F: tests/check-qnum.c
2388 F: tests/check-qobject.c
2389 F: tests/check-qstring.c
2390 F: tests/data/qobject/qdict.txt
2391 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2393 QEMU Guest Agent
2394 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2395 S: Maintained
2396 F: qga/
2397 F: docs/interop/qemu-ga.rst
2398 F: scripts/qemu-guest-agent/
2399 F: tests/test-qga.c
2400 F: docs/interop/qemu-ga-ref.texi
2401 T: git https://github.com/mdroth/qemu.git qga
2404 M: Paolo Bonzini <pbonzini@redhat.com>
2405 R: Daniel P. Berrange <berrange@redhat.com>
2406 R: Eduardo Habkost <ehabkost@redhat.com>
2407 S: Supported
2408 F: docs/qdev-device-use.txt
2409 F: hw/core/qdev*
2410 F: hw/core/bus.c
2411 F: hw/core/sysbus.c
2412 F: include/hw/qdev*
2413 F: include/monitor/qdev.h
2414 F: include/qom/
2415 F: qapi/qom.json
2416 F: qapi/qdev.json
2417 F: qdev-monitor.c
2418 F: qom/
2419 F: tests/check-qom-interface.c
2420 F: tests/check-qom-proplist.c
2421 F: tests/test-qdev-global-props.c
2424 M: Markus Armbruster <armbru@redhat.com>
2425 S: Supported
2426 F: monitor/monitor-internal.h
2427 F: monitor/qmp*
2428 F: monitor/misc.c
2429 F: monitor/monitor.c
2430 F: qapi/error.json
2431 F: docs/devel/*qmp-*
2432 F: docs/interop/*qmp-*
2433 F: scripts/qmp/
2434 F: tests/qtest/qmp-test.c
2435 F: tests/qtest/qmp-cmd-test.c
2436 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2438 qtest
2439 M: Thomas Huth <thuth@redhat.com>
2440 M: Laurent Vivier <lvivier@redhat.com>
2441 R: Paolo Bonzini <pbonzini@redhat.com>
2442 S: Maintained
2443 F: softmmu/qtest.c
2444 F: accel/qtest.c
2445 F: tests/qtest/
2446 X: tests/qtest/bios-tables-test-allowed-diff.h
2448 Device Fuzzing
2449 M: Alexander Bulekov <alxndr@bu.edu>
2450 R: Paolo Bonzini <pbonzini@redhat.com>
2451 R: Bandan Das <bsd@redhat.com>
2452 R: Stefan Hajnoczi <stefanha@redhat.com>
2453 R: Thomas Huth <thuth@redhat.com>
2454 S: Maintained
2455 F: tests/qtest/fuzz/
2456 F: scripts/oss-fuzz/
2457 F: docs/devel/fuzzing.txt
2459 Register API
2460 M: Alistair Francis <alistair@alistair23.me>
2461 S: Maintained
2462 F: hw/core/register.c
2463 F: include/hw/register.h
2464 F: include/hw/registerfields.h
2466 SLIRP
2467 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2468 S: Maintained
2469 F: slirp/
2470 F: net/slirp.c
2471 F: include/net/slirp.h
2472 T: git https://people.debian.org/~sthibault/qemu.git slirp
2474 Streams
2475 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2476 S: Maintained
2477 F: hw/core/stream.c
2478 F: include/hw/stream.h
2480 Stubs
2481 M: Paolo Bonzini <pbonzini@redhat.com>
2482 S: Maintained
2483 F: stubs/
2485 Tracing
2486 M: Stefan Hajnoczi <stefanha@redhat.com>
2487 S: Maintained
2488 F: trace/
2489 F: trace-events
2490 F: docs/qemu-option-trace.rst.inc
2491 F: scripts/tracetool.py
2492 F: scripts/tracetool/
2493 F: scripts/qemu-trace-stap*
2494 F: docs/interop/qemu-trace-stap.rst
2495 F: docs/devel/tracing.txt
2496 T: git https://github.com/stefanha/qemu.git tracing
2499 M: Stefan Berger <stefanb@linux.ibm.com>
2500 S: Maintained
2501 F: tpm.c
2502 F: stubs/tpm.c
2503 F: hw/tpm/*
2504 F: include/hw/acpi/tpm.h
2505 F: include/sysemu/tpm*
2506 F: qapi/tpm.json
2507 F: backends/tpm/
2508 F: tests/qtest/*tpm*
2509 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2511 Checkpatch
2512 S: Odd Fixes
2513 F: scripts/checkpatch.pl
2515 Migration
2516 M: Juan Quintela <quintela@redhat.com>
2517 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2518 S: Maintained
2519 F: hw/core/vmstate-if.c
2520 F: include/hw/vmstate-if.h
2521 F: include/migration/
2522 F: migration/
2523 F: scripts/vmstate-static-checker.py
2524 F: tests/vmstate-static-checker-data/
2525 F: tests/qtest/migration-test.c
2526 F: docs/devel/migration.rst
2527 F: qapi/migration.json
2529 D-Bus
2530 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2531 S: Maintained
2532 F: backends/dbus-vmstate.c
2533 F: tests/dbus-vmstate*
2534 F: util/dbus.c
2535 F: include/qemu/dbus.h
2536 F: docs/interop/dbus.rst
2537 F: docs/interop/dbus-vmstate.rst
2539 Seccomp
2540 M: Eduardo Otubo <otubo@redhat.com>
2541 S: Supported
2542 F: qemu-seccomp.c
2543 F: include/sysemu/seccomp.h
2545 Cryptography
2546 M: Daniel P. Berrange <berrange@redhat.com>
2547 S: Maintained
2548 F: crypto/
2549 F: include/crypto/
2550 F: tests/test-crypto-*
2551 F: tests/benchmark-crypto-*
2552 F: tests/crypto-tls-*
2553 F: tests/pkix_asn1_tab.c
2554 F: qemu.sasl
2556 Coroutines
2557 M: Stefan Hajnoczi <stefanha@redhat.com>
2558 M: Kevin Wolf <kwolf@redhat.com>
2559 S: Maintained
2560 F: util/*coroutine*
2561 F: include/qemu/coroutine*
2562 F: tests/test-coroutine.c
2564 Buffers
2565 M: Daniel P. Berrange <berrange@redhat.com>
2566 S: Odd fixes
2567 F: util/buffer.c
2568 F: include/qemu/buffer.h
2570 I/O Channels
2571 M: Daniel P. Berrange <berrange@redhat.com>
2572 S: Maintained
2573 F: io/
2574 F: include/io/
2575 F: tests/test-io-*
2577 User authorization
2578 M: Daniel P. Berrange <berrange@redhat.com>
2579 S: Maintained
2580 F: authz/
2581 F: qapi/authz.json
2582 F: include/authz/
2583 F: tests/test-authz-*
2585 Sockets
2586 M: Daniel P. Berrange <berrange@redhat.com>
2587 M: Gerd Hoffmann <kraxel@redhat.com>
2588 S: Maintained
2589 F: include/qemu/sockets.h
2590 F: util/qemu-sockets.c
2591 F: qapi/sockets.json
2593 File monitor
2594 M: Daniel P. Berrange <berrange@redhat.com>
2595 S: Odd fixes
2596 F: util/filemonitor*.c
2597 F: include/qemu/filemonitor.h
2598 F: tests/test-util-filemonitor.c
2600 Throttling infrastructure
2601 M: Alberto Garcia <berto@igalia.com>
2602 S: Supported
2603 F: block/throttle-groups.c
2604 F: include/block/throttle-groups.h
2605 F: include/qemu/throttle*.h
2606 F: util/throttle.c
2607 F: docs/throttle.txt
2608 F: tests/test-throttle.c
2609 L: qemu-block@nongnu.org
2611 UUID
2612 M: Fam Zheng <fam@euphon.net>
2613 S: Supported
2614 F: util/uuid.c
2615 F: include/qemu/uuid.h
2616 F: tests/test-uuid.c
2618 COLO Framework
2619 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2620 S: Maintained
2621 F: migration/colo*
2622 F: include/migration/colo.h
2623 F: include/migration/failover.h
2624 F: docs/COLO-FT.txt
2626 COLO Proxy
2627 M: Zhang Chen <chen.zhang@intel.com>
2628 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2629 S: Supported
2630 F: docs/colo-proxy.txt
2631 F: net/colo*
2632 F: net/filter-rewriter.c
2633 F: net/filter-mirror.c
2635 Record/replay
2636 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2637 R: Paolo Bonzini <pbonzini@redhat.com>
2638 W: https://wiki.qemu.org/Features/record-replay
2639 S: Supported
2640 F: replay/*
2641 F: block/blkreplay.c
2642 F: net/filter-replay.c
2643 F: include/sysemu/replay.h
2644 F: docs/replay.txt
2645 F: stubs/replay.c
2646 F: tests/acceptance/replay_kernel.py
2648 IOVA Tree
2649 M: Peter Xu <peterx@redhat.com>
2650 S: Maintained
2651 F: include/qemu/iova-tree.h
2652 F: util/iova-tree.c
2654 elf2dmp
2655 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2656 S: Maintained
2657 F: contrib/elf2dmp/
2659 I2C and SMBus
2660 M: Corey Minyard <cminyard@mvista.com>
2661 S: Maintained
2662 F: hw/i2c/core.c
2663 F: hw/i2c/smbus_slave.c
2664 F: hw/i2c/smbus_master.c
2665 F: hw/i2c/smbus_eeprom.c
2666 F: include/hw/i2c/i2c.h
2667 F: include/hw/i2c/smbus_master.h
2668 F: include/hw/i2c/smbus_slave.h
2669 F: include/hw/i2c/smbus_eeprom.h
2671 Firmware schema specifications
2672 M: Laszlo Ersek <lersek@redhat.com>
2673 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2674 R: Daniel P. Berrange <berrange@redhat.com>
2675 R: Kashyap Chamarthy <kchamart@redhat.com>
2676 S: Maintained
2677 F: docs/interop/firmware.json
2679 EDK2 Firmware
2680 M: Laszlo Ersek <lersek@redhat.com>
2681 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2682 S: Supported
2683 F: pc-bios/descriptors/??-edk2-*.json
2684 F: pc-bios/edk2-*
2685 F: roms/Makefile.edk2
2686 F: roms/edk2
2687 F: roms/edk2-*
2688 F: tests/data/uefi-boot-images/
2689 F: tests/uefi-test-tools/
2690 F: .gitlab-ci.d/edk2.yml
2691 F: .gitlab-ci.d/edk2/
2693 VT-d Emulation
2694 M: Michael S. Tsirkin <mst@redhat.com>
2695 M: Peter Xu <peterx@redhat.com>
2696 R: Jason Wang <jasowang@redhat.com>
2697 S: Supported
2698 F: hw/i386/intel_iommu.c
2699 F: hw/i386/intel_iommu_internal.h
2700 F: include/hw/i386/intel_iommu.h
2702 OpenSBI Firmware
2703 M: Bin Meng <bmeng.cn@gmail.com>
2704 S: Supported
2705 F: pc-bios/opensbi-*
2706 F: .gitlab-ci.d/opensbi.yml
2707 F: .gitlab-ci.d/opensbi/
2709 Usermode Emulation
2710 ------------------
2711 Overall usermode emulation
2712 M: Riku Voipio <riku.voipio@iki.fi>
2713 S: Maintained
2714 F: thunk.c
2715 F: accel/tcg/user-exec*.c
2717 BSD user
2718 S: Orphan
2719 F: bsd-user/
2720 F: default-configs/*-bsd-user.mak
2722 Linux user
2723 M: Laurent Vivier <laurent@vivier.eu>
2724 S: Maintained
2725 F: linux-user/
2726 F: default-configs/*-linux-user.mak
2727 F: scripts/qemu-binfmt-conf.sh
2728 F: scripts/update-syscalltbl.sh
2729 F: scripts/update-mips-syscall-args.sh
2730 F: scripts/gensyscalls.sh
2732 Tiny Code Generator (TCG)
2733 -------------------------
2734 Common TCG code
2735 M: Richard Henderson <rth@twiddle.net>
2736 S: Maintained
2737 F: tcg/
2738 F: include/tcg/
2740 TCG Plugins
2741 M: Alex Bennée <alex.bennee@linaro.org>
2742 S: Maintained
2743 F: docs/devel/tcg-plugins.rst
2744 F: plugins/
2745 F: tests/plugin
2747 AArch64 TCG target
2748 M: Richard Henderson <richard.henderson@linaro.org>
2749 S: Maintained
2750 L: qemu-arm@nongnu.org
2751 F: tcg/aarch64/
2752 F: disas/arm-a64.cc
2753 F: disas/libvixl/
2755 ARM TCG target
2756 M: Andrzej Zaborowski <balrogg@gmail.com>
2757 S: Maintained
2758 L: qemu-arm@nongnu.org
2759 F: tcg/arm/
2760 F: disas/arm.c
2762 i386 TCG target
2763 M: Richard Henderson <rth@twiddle.net>
2764 S: Maintained
2765 F: tcg/i386/
2766 F: disas/i386.c
2768 MIPS TCG target
2769 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2770 R: Aurelien Jarno <aurelien@aurel32.net>
2771 R: Huacai Chen <chenhc@lemote.com>
2772 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2773 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2774 S: Maintained
2775 F: tcg/mips/
2777 PPC TCG target
2778 M: Richard Henderson <rth@twiddle.net>
2779 S: Odd Fixes
2780 F: tcg/ppc/
2781 F: disas/ppc.c
2783 RISC-V TCG target
2784 M: Palmer Dabbelt <palmer@dabbelt.com>
2785 M: Alistair Francis <Alistair.Francis@wdc.com>
2786 L: qemu-riscv@nongnu.org
2787 S: Maintained
2788 F: tcg/riscv/
2789 F: disas/riscv.c
2791 S390 TCG target
2792 M: Richard Henderson <rth@twiddle.net>
2793 S: Maintained
2794 F: tcg/s390/
2795 F: disas/s390.c
2796 L: qemu-s390x@nongnu.org
2798 SPARC TCG target
2799 S: Odd Fixes
2800 F: tcg/sparc/
2801 F: disas/sparc.c
2803 TCI TCG target
2804 M: Stefan Weil <sw@weilnetz.de>
2805 S: Maintained
2806 F: tcg/tci/
2807 F: tcg/tci.c
2808 F: disas/tci.c
2810 Block drivers
2811 -------------
2812 VMDK
2813 M: Fam Zheng <fam@euphon.net>
2814 L: qemu-block@nongnu.org
2815 S: Supported
2816 F: block/vmdk.c
2819 M: Jason Dillaman <dillaman@redhat.com>
2820 L: qemu-block@nongnu.org
2821 S: Supported
2822 F: block/rbd.c
2824 Sheepdog
2825 M: Liu Yuan <namei.unix@gmail.com>
2826 L: qemu-block@nongnu.org
2827 L: sheepdog@lists.wpkg.org
2828 S: Odd Fixes
2829 F: block/sheepdog.c
2831 VHDX
2832 M: Jeff Cody <codyprime@gmail.com>
2833 L: qemu-block@nongnu.org
2834 S: Supported
2835 F: block/vhdx*
2838 M: Stefan Weil <sw@weilnetz.de>
2839 L: qemu-block@nongnu.org
2840 S: Maintained
2841 F: block/vdi.c
2843 iSCSI
2844 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2845 M: Paolo Bonzini <pbonzini@redhat.com>
2846 M: Peter Lieven <pl@kamp.de>
2847 L: qemu-block@nongnu.org
2848 S: Odd Fixes
2849 F: block/iscsi.c
2850 F: block/iscsi-opts.c
2852 Network Block Device (NBD)
2853 M: Eric Blake <eblake@redhat.com>
2854 L: qemu-block@nongnu.org
2855 S: Maintained
2856 F: block/nbd*
2857 F: nbd/
2858 F: include/block/nbd*
2859 F: qemu-nbd.*
2860 F: blockdev-nbd.c
2861 F: docs/interop/nbd.txt
2862 F: docs/interop/qemu-nbd.rst
2863 T: git https://repo.or.cz/qemu/ericb.git nbd
2866 M: Peter Lieven <pl@kamp.de>
2867 L: qemu-block@nongnu.org
2868 S: Maintained
2869 F: block/nfs.c
2872 M: Richard W.M. Jones <rjones@redhat.com>
2873 L: qemu-block@nongnu.org
2874 S: Supported
2875 F: block/ssh.c
2877 CURL
2878 L: qemu-block@nongnu.org
2879 S: Odd Fixes
2880 F: block/curl.c
2882 GLUSTER
2883 L: qemu-block@nongnu.org
2884 L: integration@gluster.org
2885 S: Odd Fixes
2886 F: block/gluster.c
2888 Null Block Driver
2889 M: Fam Zheng <fam@euphon.net>
2890 L: qemu-block@nongnu.org
2891 S: Supported
2892 F: block/null.c
2894 NVMe Block Driver
2895 M: Fam Zheng <fam@euphon.net>
2896 L: qemu-block@nongnu.org
2897 S: Supported
2898 F: block/nvme*
2900 Bootdevice
2901 M: Gonglei <arei.gonglei@huawei.com>
2902 S: Maintained
2903 F: bootdevice.c
2905 Quorum
2906 M: Alberto Garcia <berto@igalia.com>
2907 S: Supported
2908 F: block/quorum.c
2909 L: qemu-block@nongnu.org
2911 blklogwrites
2912 M: Ari Sundholm <ari@tuxera.com>
2913 L: qemu-block@nongnu.org
2914 S: Supported
2915 F: block/blklogwrites.c
2917 blkverify
2918 M: Stefan Hajnoczi <stefanha@redhat.com>
2919 L: qemu-block@nongnu.org
2920 S: Supported
2921 F: block/blkverify.c
2923 bochs
2924 M: Stefan Hajnoczi <stefanha@redhat.com>
2925 L: qemu-block@nongnu.org
2926 S: Supported
2927 F: block/bochs.c
2929 cloop
2930 M: Stefan Hajnoczi <stefanha@redhat.com>
2931 L: qemu-block@nongnu.org
2932 S: Supported
2933 F: block/cloop.c
2936 M: Stefan Hajnoczi <stefanha@redhat.com>
2937 L: qemu-block@nongnu.org
2938 S: Supported
2939 F: block/dmg.c
2941 parallels
2942 M: Stefan Hajnoczi <stefanha@redhat.com>
2943 M: Denis V. Lunev <den@openvz.org>
2944 L: qemu-block@nongnu.org
2945 S: Supported
2946 F: block/parallels.c
2947 F: docs/interop/parallels.txt
2950 M: Stefan Hajnoczi <stefanha@redhat.com>
2951 L: qemu-block@nongnu.org
2952 S: Supported
2953 F: block/qed.c
2956 M: Kevin Wolf <kwolf@redhat.com>
2957 L: qemu-block@nongnu.org
2958 S: Supported
2959 F: block/linux-aio.c
2960 F: include/block/raw-aio.h
2961 F: block/raw-format.c
2962 F: block/file-posix.c
2963 F: block/file-win32.c
2964 F: block/win32-aio.c
2966 Linux io_uring
2967 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2968 M: Julia Suvorova <jusual@redhat.com>
2969 M: Stefan Hajnoczi <stefanha@redhat.com>
2970 L: qemu-block@nongnu.org
2971 S: Maintained
2972 F: block/io_uring.c
2973 F: stubs/io_uring.c
2975 qcow2
2976 M: Kevin Wolf <kwolf@redhat.com>
2977 M: Max Reitz <mreitz@redhat.com>
2978 L: qemu-block@nongnu.org
2979 S: Supported
2980 F: block/qcow2*
2981 F: docs/interop/qcow2.txt
2983 qcow
2984 M: Kevin Wolf <kwolf@redhat.com>
2985 L: qemu-block@nongnu.org
2986 S: Supported
2987 F: block/qcow.c
2989 blkdebug
2990 M: Kevin Wolf <kwolf@redhat.com>
2991 M: Max Reitz <mreitz@redhat.com>
2992 L: qemu-block@nongnu.org
2993 S: Supported
2994 F: block/blkdebug.c
2997 M: Kevin Wolf <kwolf@redhat.com>
2998 L: qemu-block@nongnu.org
2999 S: Supported
3000 F: block/vpc.c
3002 vvfat
3003 M: Kevin Wolf <kwolf@redhat.com>
3004 L: qemu-block@nongnu.org
3005 S: Odd Fixes
3006 F: block/vvfat.c
3008 Image format fuzzer
3009 M: Stefan Hajnoczi <stefanha@redhat.com>
3010 L: qemu-block@nongnu.org
3011 S: Supported
3012 F: tests/image-fuzzer/
3014 Replication
3015 M: Wen Congyang <wencongyang2@huawei.com>
3016 M: Xie Changlong <xiechanglong.d@gmail.com>
3017 S: Supported
3018 F: replication*
3019 F: block/replication.c
3020 F: tests/test-replication.c
3021 F: docs/block-replication.txt
3023 PVRDMA
3024 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3025 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3026 S: Maintained
3027 F: hw/rdma/*
3028 F: hw/rdma/vmw/*
3029 F: docs/pvrdma.txt
3030 F: contrib/rdmacm-mux/*
3031 F: qapi/rdma.json
3033 Semihosting
3034 M: Alex Bennée <alex.bennee@linaro.org>
3035 S: Maintained
3036 F: hw/semihosting/
3037 F: include/hw/semihosting/
3039 Build and test automation
3040 -------------------------
3041 Build and test automation
3042 M: Alex Bennée <alex.bennee@linaro.org>
3043 M: Fam Zheng <fam@euphon.net>
3044 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3045 S: Maintained
3046 F: .github/lockdown.yml
3047 F: .travis.yml
3048 F: scripts/travis/
3049 F: .shippable.yml
3050 F: tests/docker/
3051 F: tests/vm/
3052 F: scripts/archive-source.sh
3053 W: https://travis-ci.org/qemu/qemu
3054 W: https://app.shippable.com/github/qemu/qemu
3055 W: http://patchew.org/QEMU/
3057 FreeBSD Hosted Continuous Integration
3058 M: Ed Maste <emaste@freebsd.org>
3059 M: Li-Wen Hsu <lwhsu@freebsd.org>
3060 S: Maintained
3061 F: .cirrus.yml
3062 W: https://cirrus-ci.com/github/qemu/qemu
3064 GitLab Continuous Integration
3065 M: Thomas Huth <thuth@redhat.com>
3066 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3067 M: Alex Bennée <alex.bennee@linaro.org>
3068 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3069 S: Maintained
3070 F: .gitlab-ci.yml
3072 Guest Test Compilation Support
3073 M: Alex Bennée <alex.bennee@linaro.org>
3074 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3075 S: Maintained
3076 F: tests/tcg/Makefile
3077 F: tests/tcg/Makefile.include
3079 Acceptance (Integration) Testing with the Avocado framework
3080 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3081 R: Cleber Rosa <crosa@redhat.com>
3082 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3083 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3084 S: Odd Fixes
3085 F: tests/acceptance/
3087 Documentation
3088 -------------
3089 Build system architecture
3090 M: Daniel P. Berrange <berrange@redhat.com>
3091 S: Odd Fixes
3092 F: docs/devel/build-system.txt
3094 GIT Data Mining Config
3095 M: Alex Bennée <alex.bennee@linaro.org>
3096 S: Odd Fixes
3097 F: gitdm.config
3098 F: contrib/gitdm/*
3100 Incompatible changes
3101 R: libvir-list@redhat.com
3102 F: docs/system/deprecated.rst
3104 Build System
3105 ------------
3106 GIT submodules
3107 M: Daniel P. Berrange <berrange@redhat.com>
3108 S: Odd Fixes
3109 F: scripts/git-submodule.sh
3111 UI translations
3112 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3113 F: po/*.po
3115 Sphinx documentation configuration and build machinery
3116 M: Peter Maydell <peter.maydell@linaro.org>
3117 S: Maintained
3118 F: docs/conf.py
3119 F: docs/*/conf.py
3121 Miscellaneous
3122 -------------
3123 Performance Tools and Tests
3124 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3125 S: Maintained
3126 F: scripts/performance/