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