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