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