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