configure / meson: Move check for sys/kcov.h to meson.build
[qemu/ar7.git] / MAINTAINERS
blobf9d14078bc085edb9b8bfa057c62e0c0f94f3b9d
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 F: tests/acceptance/machine_s390_ccw_virtio.py
1431 T: git https://github.com/cohuck/qemu.git s390-next
1432 T: git https://github.com/borntraeger/qemu.git s390-next
1433 L: qemu-s390x@nongnu.org
1435 S390-ccw boot
1436 M: Christian Borntraeger <borntraeger@de.ibm.com>
1437 M: Thomas Huth <thuth@redhat.com>
1438 S: Supported
1439 F: hw/s390x/ipl.*
1440 F: pc-bios/s390-ccw/
1441 F: pc-bios/s390-ccw.img
1442 F: docs/devel/s390-dasd-ipl.rst
1443 T: git https://github.com/borntraeger/qemu.git s390-next
1444 L: qemu-s390x@nongnu.org
1446 S390 PCI
1447 M: Matthew Rosato <mjrosato@linux.ibm.com>
1448 S: Supported
1449 F: hw/s390x/s390-pci*
1450 F: include/hw/s390x/s390-pci*
1451 L: qemu-s390x@nongnu.org
1453 UniCore32 Machines
1454 ------------------
1455 PKUnity-3 SoC initramfs-with-busybox
1456 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1457 S: Maintained
1458 F: hw/*/puv3*
1459 F: hw/unicore32/
1461 X86 Machines
1462 ------------
1464 M: Michael S. Tsirkin <mst@redhat.com>
1465 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1466 S: Supported
1467 F: include/hw/i386/
1468 F: hw/i386/
1469 F: hw/pci-host/i440fx.c
1470 F: hw/pci-host/q35.c
1471 F: hw/pci-host/pam.c
1472 F: include/hw/pci-host/i440fx.h
1473 F: include/hw/pci-host/q35.h
1474 F: include/hw/pci-host/pam.h
1475 F: hw/isa/piix3.c
1476 F: hw/isa/lpc_ich9.c
1477 F: hw/i2c/smbus_ich9.c
1478 F: hw/acpi/piix4.c
1479 F: hw/acpi/ich9.c
1480 F: include/hw/acpi/ich9.h
1481 F: include/hw/southbridge/piix.h
1482 F: hw/misc/sga.c
1483 F: hw/isa/apm.c
1484 F: include/hw/isa/apm.h
1485 F: tests/test-x86-cpuid.c
1486 F: tests/qtest/test-x86-cpuid-compat.c
1488 PC Chipset
1489 M: Michael S. Tsirkin <mst@redhat.com>
1490 M: Paolo Bonzini <pbonzini@redhat.com>
1491 S: Supported
1492 F: hw/char/debugcon.c
1493 F: hw/char/parallel*
1494 F: hw/char/serial*
1495 F: hw/dma/i8257*
1496 F: hw/i2c/pm_smbus.c
1497 F: hw/input/pckbd.c
1498 F: hw/intc/apic*
1499 F: hw/intc/ioapic*
1500 F: hw/intc/i8259*
1501 F: hw/isa/isa-superio.c
1502 F: hw/misc/debugexit.c
1503 F: hw/misc/pc-testdev.c
1504 F: hw/timer/hpet*
1505 F: hw/timer/i8254*
1506 F: hw/rtc/mc146818rtc*
1507 F: hw/watchdog/wdt_ib700.c
1508 F: hw/watchdog/wdt_i6300esb.c
1509 F: include/hw/display/vga.h
1510 F: include/hw/char/parallel.h
1511 F: include/hw/dma/i8257.h
1512 F: include/hw/i2c/pm_smbus.h
1513 F: include/hw/input/i8042.h
1514 F: include/hw/isa/i8259_internal.h
1515 F: include/hw/isa/superio.h
1516 F: include/hw/timer/hpet.h
1517 F: include/hw/timer/i8254*
1518 F: include/hw/rtc/mc146818rtc*
1520 microvm
1521 M: Sergio Lopez <slp@redhat.com>
1522 M: Paolo Bonzini <pbonzini@redhat.com>
1523 S: Maintained
1524 F: docs/microvm.rst
1525 F: hw/i386/microvm.c
1526 F: include/hw/i386/microvm.h
1527 F: pc-bios/bios-microvm.bin
1529 Machine core
1530 M: Eduardo Habkost <ehabkost@redhat.com>
1531 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1532 S: Supported
1533 F: cpu.c
1534 F: hw/core/cpu.c
1535 F: hw/core/machine-qmp-cmds.c
1536 F: hw/core/machine.c
1537 F: hw/core/null-machine.c
1538 F: hw/core/numa.c
1539 F: hw/cpu/cluster.c
1540 F: qapi/machine.json
1541 F: qapi/machine-target.json
1542 F: include/hw/boards.h
1543 F: include/hw/core/cpu.h
1544 F: include/hw/cpu/cluster.h
1545 F: include/sysemu/numa.h
1546 T: git https://github.com/ehabkost/qemu.git machine-next
1548 Xtensa Machines
1549 ---------------
1551 M: Max Filippov <jcmvbkbc@gmail.com>
1552 S: Maintained
1553 F: hw/xtensa/sim.c
1555 virt
1556 M: Max Filippov <jcmvbkbc@gmail.com>
1557 S: Maintained
1558 F: hw/xtensa/virt.c
1560 XTFPGA (LX60, LX200, ML605, KC705)
1561 M: Max Filippov <jcmvbkbc@gmail.com>
1562 S: Maintained
1563 F: hw/xtensa/xtfpga.c
1564 F: hw/net/opencores_eth.c
1566 Devices
1567 -------
1568 Xilinx CAN
1569 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1570 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1571 S: Maintained
1572 F: hw/net/can/xlnx-*
1573 F: include/hw/net/xlnx-*
1574 F: tests/qtest/xlnx-can-test*
1577 M: Jiri Slaby <jslaby@suse.cz>
1578 S: Maintained
1579 F: hw/misc/edu.c
1582 M: John Snow <jsnow@redhat.com>
1583 L: qemu-block@nongnu.org
1584 S: Supported
1585 F: include/hw/ide.h
1586 F: include/hw/ide/
1587 F: hw/ide/
1588 F: hw/block/block.c
1589 F: hw/block/cdrom.c
1590 F: hw/block/hd-geometry.c
1591 F: tests/qtest/ide-test.c
1592 F: tests/qtest/ahci-test.c
1593 F: tests/qtest/cdrom-test.c
1594 F: tests/qtest/libqos/ahci*
1595 T: git https://gitlab.com/jsnow/qemu.git ide
1597 IPMI
1598 M: Corey Minyard <minyard@acm.org>
1599 S: Maintained
1600 F: include/hw/ipmi/*
1601 F: hw/ipmi/*
1602 F: hw/smbios/smbios_type_38.c
1603 F: tests/qtest/ipmi*
1604 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1606 Floppy
1607 M: John Snow <jsnow@redhat.com>
1608 L: qemu-block@nongnu.org
1609 S: Supported
1610 F: hw/block/fdc.c
1611 F: include/hw/block/fdc.h
1612 F: tests/qtest/fdc-test.c
1613 T: git https://gitlab.com/jsnow/qemu.git ide
1615 OMAP
1616 M: Peter Maydell <peter.maydell@linaro.org>
1617 L: qemu-arm@nongnu.org
1618 S: Maintained
1619 F: hw/*/omap*
1620 F: include/hw/arm/omap.h
1621 F: docs/system/arm/sx1.rst
1623 IPack
1624 M: Alberto Garcia <berto@igalia.com>
1625 S: Odd Fixes
1626 F: hw/char/ipoctal232.c
1627 F: hw/ipack/
1630 M: Michael S. Tsirkin <mst@redhat.com>
1631 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1632 S: Supported
1633 F: include/hw/pci/*
1634 F: hw/misc/pci-testdev.c
1635 F: hw/pci/*
1636 F: hw/pci-bridge/*
1637 F: qapi/pci.json
1638 F: docs/pci*
1639 F: docs/specs/*pci*
1640 F: default-configs/pci.mak
1642 ACPI/SMBIOS
1643 M: Michael S. Tsirkin <mst@redhat.com>
1644 M: Igor Mammedov <imammedo@redhat.com>
1645 S: Supported
1646 F: include/hw/acpi/*
1647 F: include/hw/firmware/smbios.h
1648 F: hw/mem/*
1649 F: hw/acpi/*
1650 F: hw/smbios/*
1651 F: hw/i386/acpi-build.[hc]
1652 F: hw/arm/virt-acpi-build.c
1653 F: qapi/acpi.json
1654 F: tests/qtest/bios-tables-test*
1655 F: tests/qtest/acpi-utils.[hc]
1656 F: tests/data/acpi/
1658 ACPI/HEST/GHES
1659 R: Dongjiu Geng <gengdongjiu@huawei.com>
1660 R: Xiang Zheng <zhengxiang9@huawei.com>
1661 L: qemu-arm@nongnu.org
1662 S: Maintained
1663 F: hw/acpi/ghes.c
1664 F: include/hw/acpi/ghes.h
1665 F: docs/specs/acpi_hest_ghes.rst
1667 ppc4xx
1668 M: David Gibson <david@gibson.dropbear.id.au>
1669 L: qemu-ppc@nongnu.org
1670 S: Odd Fixes
1671 F: hw/ppc/ppc4*.c
1672 F: hw/i2c/ppc4xx_i2c.c
1673 F: include/hw/ppc/ppc4xx.h
1674 F: include/hw/i2c/ppc4xx_i2c.h
1676 Character devices
1677 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1678 R: Paolo Bonzini <pbonzini@redhat.com>
1679 S: Odd Fixes
1680 F: hw/char/
1682 Network devices
1683 M: Jason Wang <jasowang@redhat.com>
1684 S: Odd Fixes
1685 F: hw/net/
1686 F: include/hw/net/
1687 F: tests/qtest/virtio-net-test.c
1688 F: docs/virtio-net-failover.rst
1689 T: git https://github.com/jasowang/qemu.git net
1691 Parallel NOR Flash devices
1692 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1693 T: git https://gitlab.com/philmd/qemu.git pflash-next
1694 S: Maintained
1695 F: hw/block/pflash_cfi*.c
1696 F: include/hw/block/flash.h
1698 SCSI
1699 M: Paolo Bonzini <pbonzini@redhat.com>
1700 R: Fam Zheng <fam@euphon.net>
1701 S: Supported
1702 F: include/hw/scsi/*
1703 F: hw/scsi/*
1704 F: tests/qtest/virtio-scsi-test.c
1705 T: git https://github.com/bonzini/qemu.git scsi-next
1708 M: Alistair Francis <alistair@alistair23.me>
1709 S: Maintained
1710 F: hw/ssi/*
1711 F: hw/block/m25p80.c
1712 F: include/hw/ssi/ssi.h
1713 X: hw/ssi/xilinx_*
1714 F: tests/qtest/m25p80-test.c
1716 Xilinx SPI
1717 M: Alistair Francis <alistair@alistair23.me>
1718 S: Maintained
1719 F: hw/ssi/xilinx_*
1721 SD (Secure Card)
1722 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1723 L: qemu-block@nongnu.org
1724 S: Odd Fixes
1725 F: include/hw/sd/sd*
1726 F: hw/sd/core.c
1727 F: hw/sd/sd*
1728 F: hw/sd/ssi-sd.c
1729 F: tests/qtest/sd*
1732 M: Gerd Hoffmann <kraxel@redhat.com>
1733 S: Maintained
1734 F: hw/usb/*
1735 F: tests/qtest/usb-*-test.c
1736 F: docs/usb2.txt
1737 F: docs/usb-storage.txt
1738 F: include/hw/usb.h
1739 F: include/hw/usb/
1740 F: default-configs/usb.mak
1742 USB (serial adapter)
1743 M: Gerd Hoffmann <kraxel@redhat.com>
1744 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1745 S: Maintained
1746 F: hw/usb/dev-serial.c
1748 VFIO
1749 M: Alex Williamson <alex.williamson@redhat.com>
1750 S: Supported
1751 F: hw/vfio/*
1752 F: include/hw/vfio/
1754 vfio-ccw
1755 M: Cornelia Huck <cohuck@redhat.com>
1756 M: Eric Farman <farman@linux.ibm.com>
1757 S: Supported
1758 F: hw/vfio/ccw.c
1759 F: hw/s390x/s390-ccw.c
1760 F: include/hw/s390x/s390-ccw.h
1761 F: include/hw/s390x/vfio-ccw.h
1762 T: git https://github.com/cohuck/qemu.git s390-next
1763 L: qemu-s390x@nongnu.org
1765 vfio-ap
1766 M: Christian Borntraeger <borntraeger@de.ibm.com>
1767 M: Tony Krowiak <akrowiak@linux.ibm.com>
1768 M: Halil Pasic <pasic@linux.ibm.com>
1769 M: Pierre Morel <pmorel@linux.ibm.com>
1770 S: Supported
1771 F: hw/s390x/ap-device.c
1772 F: hw/s390x/ap-bridge.c
1773 F: include/hw/s390x/ap-device.h
1774 F: include/hw/s390x/ap-bridge.h
1775 F: hw/vfio/ap.c
1776 F: docs/system/s390x/vfio-ap.rst
1777 L: qemu-s390x@nongnu.org
1779 vhost
1780 M: Michael S. Tsirkin <mst@redhat.com>
1781 S: Supported
1782 F: hw/*/*vhost*
1783 F: docs/interop/vhost-user.json
1784 F: docs/interop/vhost-user.rst
1785 F: contrib/vhost-user-*/
1786 F: backends/vhost-user.c
1787 F: include/sysemu/vhost-user-backend.h
1789 virtio
1790 M: Michael S. Tsirkin <mst@redhat.com>
1791 S: Supported
1792 F: hw/*/virtio*
1793 F: hw/virtio/Makefile.objs
1794 F: hw/virtio/trace-events
1795 F: net/vhost-user.c
1796 F: include/hw/virtio/
1798 virtio-balloon
1799 M: Michael S. Tsirkin <mst@redhat.com>
1800 M: David Hildenbrand <david@redhat.com>
1801 S: Maintained
1802 F: hw/virtio/virtio-balloon*.c
1803 F: include/hw/virtio/virtio-balloon.h
1804 F: softmmu/balloon.c
1805 F: include/sysemu/balloon.h
1807 virtio-9p
1808 M: Greg Kurz <groug@kaod.org>
1809 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1810 S: Odd Fixes
1811 F: hw/9pfs/
1812 X: hw/9pfs/xen-9p*
1813 F: fsdev/
1814 F: docs/interop/virtfs-proxy-helper.rst
1815 F: tests/qtest/virtio-9p-test.c
1816 T: git https://github.com/gkurz/qemu.git 9p-next
1818 virtio-blk
1819 M: Stefan Hajnoczi <stefanha@redhat.com>
1820 L: qemu-block@nongnu.org
1821 S: Supported
1822 F: hw/block/virtio-blk.c
1823 F: hw/block/dataplane/*
1824 F: tests/qtest/virtio-blk-test.c
1825 T: git https://github.com/stefanha/qemu.git block
1827 virtio-ccw
1828 M: Cornelia Huck <cohuck@redhat.com>
1829 M: Halil Pasic <pasic@linux.ibm.com>
1830 S: Supported
1831 F: hw/s390x/virtio-ccw*.[hc]
1832 F: hw/s390x/vhost-vsock-ccw.c
1833 T: git https://github.com/cohuck/qemu.git s390-next
1834 T: git https://github.com/borntraeger/qemu.git s390-next
1835 L: qemu-s390x@nongnu.org
1837 virtiofs
1838 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1839 M: Stefan Hajnoczi <stefanha@redhat.com>
1840 S: Supported
1841 F: tools/virtiofsd/*
1842 F: hw/virtio/vhost-user-fs*
1843 F: include/hw/virtio/vhost-user-fs.h
1844 F: docs/interop/virtiofsd.rst
1846 virtio-input
1847 M: Gerd Hoffmann <kraxel@redhat.com>
1848 S: Maintained
1849 F: hw/input/vhost-user-input.c
1850 F: hw/input/virtio-input*.c
1851 F: include/hw/virtio/virtio-input.h
1852 F: contrib/vhost-user-input/*
1854 virtio-iommu
1855 M: Eric Auger <eric.auger@redhat.com>
1856 S: Maintained
1857 F: hw/virtio/virtio-iommu*.c
1858 F: include/hw/virtio/virtio-iommu.h
1860 virtio-serial
1861 M: Laurent Vivier <lvivier@redhat.com>
1862 R: Amit Shah <amit@kernel.org>
1863 S: Supported
1864 F: hw/char/virtio-serial-bus.c
1865 F: hw/char/virtio-console.c
1866 F: include/hw/virtio/virtio-serial.h
1867 F: tests/qtest/virtio-serial-test.c
1869 virtio-rng
1870 M: Laurent Vivier <lvivier@redhat.com>
1871 R: Amit Shah <amit@kernel.org>
1872 S: Supported
1873 F: hw/virtio/virtio-rng.c
1874 F: include/hw/virtio/virtio-rng.h
1875 F: include/sysemu/rng*.h
1876 F: backends/rng*.c
1877 F: tests/qtest/virtio-rng-test.c
1879 virtio-crypto
1880 M: Gonglei <arei.gonglei@huawei.com>
1881 S: Supported
1882 F: hw/virtio/virtio-crypto.c
1883 F: hw/virtio/virtio-crypto-pci.c
1884 F: include/hw/virtio/virtio-crypto.h
1886 virtio-mem
1887 M: David Hildenbrand <david@redhat.com>
1888 S: Supported
1889 W: https://virtio-mem.gitlab.io/
1890 F: hw/virtio/virtio-mem.c
1891 F: hw/virtio/virtio-mem-pci.h
1892 F: hw/virtio/virtio-mem-pci.c
1893 F: include/hw/virtio/virtio-mem.h
1895 nvme
1896 M: Keith Busch <kbusch@kernel.org>
1897 M: Klaus Jensen <its@irrelevant.dk>
1898 L: qemu-block@nongnu.org
1899 S: Supported
1900 F: hw/block/nvme*
1901 F: include/block/nvme.h
1902 F: tests/qtest/nvme-test.c
1903 F: docs/specs/nvme.txt
1904 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1906 megasas
1907 M: Hannes Reinecke <hare@suse.com>
1908 L: qemu-block@nongnu.org
1909 S: Supported
1910 F: hw/scsi/megasas.c
1911 F: hw/scsi/mfi.h
1912 F: tests/qtest/megasas-test.c
1914 Network packet abstractions
1915 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1916 S: Maintained
1917 F: include/net/eth.h
1918 F: net/eth.c
1919 F: hw/net/net_rx_pkt*
1920 F: hw/net/net_tx_pkt*
1922 Vmware
1923 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1924 S: Maintained
1925 F: hw/net/vmxnet*
1926 F: hw/scsi/vmw_pvscsi*
1927 F: tests/qtest/vmxnet3-test.c
1929 Rocker
1930 M: Jiri Pirko <jiri@resnulli.us>
1931 S: Maintained
1932 F: hw/net/rocker/
1933 F: qapi/rocker.json
1934 F: tests/rocker/
1935 F: docs/specs/rocker.txt
1937 NVDIMM
1938 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1939 S: Maintained
1940 F: hw/acpi/nvdimm.c
1941 F: hw/mem/nvdimm.c
1942 F: include/hw/mem/nvdimm.h
1943 F: docs/nvdimm.txt
1945 e1000x
1946 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1947 S: Maintained
1948 F: hw/net/e1000x*
1950 e1000e
1951 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1952 S: Maintained
1953 F: hw/net/e1000e*
1955 eepro100
1956 M: Stefan Weil <sw@weilnetz.de>
1957 S: Maintained
1958 F: hw/net/eepro100.c
1960 tulip
1961 M: Sven Schnelle <svens@stackframe.org>
1962 S: Maintained
1963 F: hw/net/tulip.c
1964 F: hw/net/tulip.h
1966 Generic Loader
1967 M: Alistair Francis <alistair@alistair23.me>
1968 S: Maintained
1969 F: hw/core/generic-loader.c
1970 F: include/hw/core/generic-loader.h
1971 F: docs/generic-loader.txt
1973 Intel Hexadecimal Object File Loader
1974 M: Su Hang <suhang16@mails.ucas.ac.cn>
1975 S: Maintained
1976 F: tests/qtest/hexloader-test.c
1977 F: tests/data/hex-loader/test.hex
1979 CHRP NVRAM
1980 M: Thomas Huth <thuth@redhat.com>
1981 S: Maintained
1982 F: hw/nvram/chrp_nvram.c
1983 F: include/hw/nvram/chrp_nvram.h
1984 F: tests/qtest/prom-env-test.c
1986 VM Generation ID
1987 M: Ben Warren <ben@skyportsystems.com>
1988 S: Maintained
1989 F: hw/acpi/vmgenid.c
1990 F: include/hw/acpi/vmgenid.h
1991 F: docs/specs/vmgenid.txt
1992 F: tests/qtest/vmgenid-test.c
1993 F: stubs/vmgenid.c
1996 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1997 S: Maintained
1998 F: include/hw/misc/led.h
1999 F: hw/misc/led.c
2001 Unimplemented device
2002 M: Peter Maydell <peter.maydell@linaro.org>
2003 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2004 S: Maintained
2005 F: include/hw/misc/unimp.h
2006 F: hw/misc/unimp.c
2008 Empty slot
2009 M: Artyom Tarasenko <atar4qemu@gmail.com>
2010 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2011 S: Maintained
2012 F: include/hw/misc/empty_slot.h
2013 F: hw/misc/empty_slot.c
2015 Standard VGA
2016 M: Gerd Hoffmann <kraxel@redhat.com>
2017 S: Maintained
2018 F: hw/display/vga*
2019 F: hw/display/bochs-display.c
2020 F: include/hw/display/vga.h
2021 F: include/hw/display/bochs-vbe.h
2023 ramfb
2024 M: Gerd Hoffmann <kraxel@redhat.com>
2025 S: Maintained
2026 F: hw/display/ramfb*.c
2027 F: include/hw/display/ramfb.h
2029 virtio-gpu
2030 M: Gerd Hoffmann <kraxel@redhat.com>
2031 S: Maintained
2032 F: hw/display/virtio-gpu*
2033 F: hw/display/virtio-vga.*
2034 F: include/hw/virtio/virtio-gpu.h
2036 vhost-user-blk
2037 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2038 S: Maintained
2039 F: contrib/vhost-user-blk/
2040 F: contrib/vhost-user-scsi/
2041 F: hw/block/vhost-user-blk.c
2042 F: hw/scsi/vhost-user-scsi.c
2043 F: hw/virtio/vhost-user-blk-pci.c
2044 F: hw/virtio/vhost-user-scsi-pci.c
2045 F: include/hw/virtio/vhost-user-blk.h
2046 F: include/hw/virtio/vhost-user-scsi.h
2048 vhost-user-gpu
2049 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2050 M: Gerd Hoffmann <kraxel@redhat.com>
2051 S: Maintained
2052 F: docs/interop/vhost-user-gpu.rst
2053 F: contrib/vhost-user-gpu
2054 F: hw/display/vhost-user-*
2056 Cirrus VGA
2057 M: Gerd Hoffmann <kraxel@redhat.com>
2058 S: Odd Fixes
2059 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2060 F: hw/display/cirrus*
2062 EDID Generator
2063 M: Gerd Hoffmann <kraxel@redhat.com>
2064 S: Maintained
2065 F: hw/display/edid*
2066 F: include/hw/display/edid.h
2067 F: qemu-edid.c
2069 PIIX4 South Bridge (i82371AB)
2070 M: Hervé Poussineau <hpoussin@reactos.org>
2071 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2072 S: Maintained
2073 F: hw/isa/piix4.c
2074 F: include/hw/southbridge/piix.h
2076 Firmware configuration (fw_cfg)
2077 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2078 R: Laszlo Ersek <lersek@redhat.com>
2079 R: Gerd Hoffmann <kraxel@redhat.com>
2080 S: Supported
2081 F: docs/specs/fw_cfg.txt
2082 F: hw/nvram/fw_cfg*.c
2083 F: stubs/fw_cfg.c
2084 F: include/hw/nvram/fw_cfg.h
2085 F: include/standard-headers/linux/qemu_fw_cfg.h
2086 F: tests/qtest/libqos/fw_cfg.c
2087 F: tests/qtest/fw_cfg-test.c
2088 T: git https://github.com/philmd/qemu.git fw_cfg-next
2090 XIVE
2091 M: David Gibson <david@gibson.dropbear.id.au>
2092 M: Cédric Le Goater <clg@kaod.org>
2093 L: qemu-ppc@nongnu.org
2094 S: Supported
2095 F: hw/*/*xive*
2096 F: include/hw/*/*xive*
2097 F: docs/*/*xive*
2099 Renesas peripherals
2100 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2101 R: Magnus Damm <magnus.damm@gmail.com>
2102 S: Odd Fixes
2103 F: hw/char/renesas_sci.c
2104 F: hw/char/sh_serial.c
2105 F: hw/timer/renesas_*.c
2106 F: hw/timer/sh_timer.c
2107 F: include/hw/char/renesas_sci.h
2108 F: include/hw/sh4/sh.h
2109 F: include/hw/timer/renesas_*.h
2111 Renesas RX peripherals
2112 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2113 S: Odd Fixes
2114 F: hw/intc/rx_icu.c
2115 F: hw/rx/
2116 F: include/hw/intc/rx_icu.h
2117 F: include/hw/rx/
2119 CAN bus subsystem and hardware
2120 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2121 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2122 S: Maintained
2123 W: https://canbus.pages.fel.cvut.cz/
2124 F: net/can/*
2125 F: hw/net/can/*
2126 F: include/net/can_*.h
2128 Subsystems
2129 ----------
2130 Audio
2131 M: Gerd Hoffmann <kraxel@redhat.com>
2132 S: Maintained
2133 F: audio/
2134 F: hw/audio/
2135 F: include/hw/audio/
2136 F: qapi/audio.json
2137 F: tests/qtest/ac97-test.c
2138 F: tests/qtest/es1370-test.c
2139 F: tests/qtest/intel-hda-test.c
2141 Block layer core
2142 M: Kevin Wolf <kwolf@redhat.com>
2143 M: Max Reitz <mreitz@redhat.com>
2144 L: qemu-block@nongnu.org
2145 S: Supported
2146 F: block*
2147 F: block/
2148 F: hw/block/
2149 F: include/block/
2150 F: qemu-img*
2151 F: docs/interop/qemu-img.rst
2152 F: qemu-io*
2153 F: tests/qemu-iotests/
2154 F: util/qemu-progress.c
2155 F: qobject/block-qdict.c
2156 F: tests/check-block-qdict.c
2157 T: git https://repo.or.cz/qemu/kevin.git block
2159 Block I/O path
2160 M: Stefan Hajnoczi <stefanha@redhat.com>
2161 M: Fam Zheng <fam@euphon.net>
2162 L: qemu-block@nongnu.org
2163 S: Supported
2164 F: util/async.c
2165 F: util/aio-*.c
2166 F: util/aio-*.h
2167 F: util/fdmon-*.c
2168 F: block/io.c
2169 F: migration/block*
2170 F: include/block/aio.h
2171 F: include/block/aio-wait.h
2172 F: scripts/qemugdb/aio.py
2173 F: tests/test-fdmon-epoll.c
2174 T: git https://github.com/stefanha/qemu.git block
2176 Block SCSI subsystem
2177 M: Paolo Bonzini <pbonzini@redhat.com>
2178 R: Fam Zheng <fam@euphon.net>
2179 L: qemu-block@nongnu.org
2180 S: Supported
2181 F: include/scsi/*
2182 F: scsi/*
2184 Block Jobs
2185 M: John Snow <jsnow@redhat.com>
2186 L: qemu-block@nongnu.org
2187 S: Supported
2188 F: blockjob.c
2189 F: include/block/blockjob.h
2190 F: job.c
2191 F: job-qmp.c
2192 F: include/qemu/job.h
2193 F: block/backup.c
2194 F: block/commit.c
2195 F: block/stream.c
2196 F: block/mirror.c
2197 F: qapi/job.json
2198 T: git https://gitlab.com/jsnow/qemu.git jobs
2200 Block QAPI, monitor, command line
2201 M: Markus Armbruster <armbru@redhat.com>
2202 S: Supported
2203 F: blockdev.c
2204 F: blockdev-hmp-cmds.c
2205 F: block/qapi.c
2206 F: qapi/block*.json
2207 F: qapi/transaction.json
2208 T: git https://repo.or.cz/qemu/armbru.git block-next
2210 Dirty Bitmaps
2211 M: Eric Blake <eblake@redhat.com>
2212 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2213 R: John Snow <jsnow@redhat.com>
2214 L: qemu-block@nongnu.org
2215 S: Supported
2216 F: include/qemu/hbitmap.h
2217 F: include/block/dirty-bitmap.h
2218 F: block/monitor/bitmap-qmp-cmds.c
2219 F: block/dirty-bitmap.c
2220 F: block/qcow2-bitmap.c
2221 F: migration/block-dirty-bitmap.c
2222 F: util/hbitmap.c
2223 F: tests/test-hbitmap.c
2224 F: docs/interop/bitmaps.rst
2225 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2227 Character device backends
2228 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2229 R: Paolo Bonzini <pbonzini@redhat.com>
2230 S: Maintained
2231 F: chardev/
2232 F: include/chardev/
2233 F: qapi/char.json
2235 Character Devices (Braille)
2236 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2237 S: Maintained
2238 F: chardev/baum.c
2240 Command line option argument parsing
2241 M: Markus Armbruster <armbru@redhat.com>
2242 S: Supported
2243 F: include/qemu/option.h
2244 F: tests/test-keyval.c
2245 F: tests/test-qemu-opts.c
2246 F: util/keyval.c
2247 F: util/qemu-option.c
2249 Coverity model
2250 M: Markus Armbruster <armbru@redhat.com>
2251 S: Supported
2252 F: scripts/coverity-model.c
2254 Coverity Scan integration
2255 M: Peter Maydell <peter.maydell@linaro.org>
2256 S: Maintained
2257 F: scripts/coverity-scan/
2259 Device Tree
2260 M: Alistair Francis <alistair.francis@wdc.com>
2261 R: David Gibson <david@gibson.dropbear.id.au>
2262 S: Maintained
2263 F: softmmu/device_tree.c
2264 F: include/sysemu/device_tree.h
2266 Dump
2267 S: Supported
2268 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2269 F: dump/
2270 F: hw/misc/vmcoreinfo.c
2271 F: include/hw/misc/vmcoreinfo.h
2272 F: include/qemu/win_dump_defs
2273 F: include/sysemu/dump-arch.h
2274 F: include/sysemu/dump.h
2275 F: qapi/dump.json
2276 F: scripts/dump-guest-memory.py
2277 F: stubs/dump.c
2279 Error reporting
2280 M: Markus Armbruster <armbru@redhat.com>
2281 S: Supported
2282 F: include/qapi/error.h
2283 F: include/qemu/error-report.h
2284 F: qapi/error.json
2285 F: util/error.c
2286 F: util/qemu-error.c
2287 F: scripts/coccinelle/err-bad-newline.cocci
2288 F: scripts/coccinelle/error-use-after-free.cocci
2289 F: scripts/coccinelle/error_propagate_null.cocci
2290 F: scripts/coccinelle/remove_local_err.cocci
2291 F: scripts/coccinelle/use-error_fatal.cocci
2292 F: scripts/coccinelle/errp-guard.cocci
2294 GDB stub
2295 M: Alex Bennée <alex.bennee@linaro.org>
2296 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2297 S: Maintained
2298 F: gdbstub*
2299 F: gdb-xml/
2301 Memory API
2302 M: Paolo Bonzini <pbonzini@redhat.com>
2303 S: Supported
2304 F: include/exec/ioport.h
2305 F: include/exec/memop.h
2306 F: include/exec/memory.h
2307 F: include/exec/ram_addr.h
2308 F: include/exec/ramblock.h
2309 F: softmmu/dma-helpers.c
2310 F: softmmu/ioport.c
2311 F: softmmu/memory.c
2312 F: softmmu/physmem.c
2313 F: include/exec/memory-internal.h
2314 F: scripts/coccinelle/memory-region-housekeeping.cocci
2316 SPICE
2317 M: Gerd Hoffmann <kraxel@redhat.com>
2318 S: Supported
2319 F: include/ui/qemu-spice.h
2320 F: include/ui/spice-display.h
2321 F: ui/spice-*.c
2322 F: audio/spiceaudio.c
2323 F: hw/display/qxl*
2324 F: qapi/ui.json
2325 F: docs/spice-port-fqdn.txt
2327 Graphics
2328 M: Gerd Hoffmann <kraxel@redhat.com>
2329 S: Odd Fixes
2330 F: ui/
2331 F: include/ui/
2332 F: qapi/ui.json
2333 F: util/drm.c
2335 Cocoa graphics
2336 M: Peter Maydell <peter.maydell@linaro.org>
2337 S: Odd Fixes
2338 F: ui/cocoa.m
2340 Main loop
2341 M: Paolo Bonzini <pbonzini@redhat.com>
2342 S: Maintained
2343 F: include/qemu/main-loop.h
2344 F: include/sysemu/runstate.h
2345 F: util/main-loop.c
2346 F: util/qemu-timer.c
2347 F: softmmu/vl.c
2348 F: softmmu/main.c
2349 F: softmmu/cpus.c
2350 F: softmmu/cpu-throttle.c
2351 F: softmmu/cpu-timers.c
2352 F: softmmu/icount.c
2353 F: qapi/run-state.json
2355 Read, Copy, Update (RCU)
2356 M: Paolo Bonzini <pbonzini@redhat.com>
2357 S: Maintained
2358 F: include/qemu/rcu*.h
2359 F: tests/rcutorture.c
2360 F: tests/test-rcu-*.c
2361 F: util/rcu.c
2363 Human Monitor (HMP)
2364 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2365 S: Maintained
2366 F: monitor/monitor-internal.h
2367 F: monitor/misc.c
2368 F: monitor/monitor.c
2369 F: monitor/hmp*
2370 F: hmp.h
2371 F: hmp-commands*.hx
2372 F: include/monitor/hmp-target.h
2373 F: tests/qtest/test-hmp.c
2374 F: include/qemu/qemu-print.h
2375 F: util/qemu-print.c
2377 Network device backends
2378 M: Jason Wang <jasowang@redhat.com>
2379 S: Maintained
2380 F: net/
2381 F: include/net/
2382 F: qemu-bridge-helper.c
2383 T: git https://github.com/jasowang/qemu.git net
2384 F: qapi/net.json
2386 Netmap network backend
2387 M: Luigi Rizzo <rizzo@iet.unipi.it>
2388 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2389 M: Vincenzo Maffione <v.maffione@gmail.com>
2390 W: http://info.iet.unipi.it/~luigi/netmap/
2391 S: Maintained
2392 F: net/netmap.c
2394 Host Memory Backends
2395 M: Eduardo Habkost <ehabkost@redhat.com>
2396 M: Igor Mammedov <imammedo@redhat.com>
2397 S: Maintained
2398 F: backends/hostmem*.c
2399 F: include/sysemu/hostmem.h
2400 T: git https://github.com/ehabkost/qemu.git machine-next
2402 Cryptodev Backends
2403 M: Gonglei <arei.gonglei@huawei.com>
2404 S: Maintained
2405 F: include/sysemu/cryptodev*.h
2406 F: backends/cryptodev*.c
2408 Python library
2409 M: John Snow <jsnow@redhat.com>
2410 M: Cleber Rosa <crosa@redhat.com>
2411 R: Eduardo Habkost <ehabkost@redhat.com>
2412 S: Maintained
2413 F: python/
2414 T: git https://gitlab.com/jsnow/qemu.git python
2416 Python scripts
2417 M: Eduardo Habkost <ehabkost@redhat.com>
2418 M: Cleber Rosa <crosa@redhat.com>
2419 S: Odd fixes
2420 F: scripts/*.py
2421 F: tests/*.py
2423 Benchmark util
2424 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2425 S: Maintained
2426 F: scripts/simplebench/
2428 QAPI
2429 M: Markus Armbruster <armbru@redhat.com>
2430 M: Michael Roth <michael.roth@amd.com>
2431 S: Supported
2432 F: qapi/
2433 X: qapi/*.json
2434 F: include/qapi/
2435 X: include/qapi/qmp/
2436 F: include/qapi/qmp/dispatch.h
2437 F: tests/qapi-schema/
2438 F: tests/test-*-visitor.c
2439 F: tests/test-qapi-*.c
2440 F: tests/test-qmp-*.c
2441 F: tests/test-visitor-serialization.c
2442 F: scripts/qapi-gen.py
2443 F: scripts/qapi/*
2444 F: docs/sphinx/qapidoc.py
2445 F: docs/devel/qapi*
2446 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2448 QAPI Schema
2449 M: Eric Blake <eblake@redhat.com>
2450 M: Markus Armbruster <armbru@redhat.com>
2451 S: Supported
2452 F: qapi/*.json
2453 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2455 QObject
2456 M: Markus Armbruster <armbru@redhat.com>
2457 S: Supported
2458 F: qobject/
2459 F: include/qapi/qmp/
2460 X: include/qapi/qmp/dispatch.h
2461 F: scripts/coccinelle/qobject.cocci
2462 F: tests/check-qdict.c
2463 F: tests/check-qjson.c
2464 F: tests/check-qlist.c
2465 F: tests/check-qlit.c
2466 F: tests/check-qnull.c
2467 F: tests/check-qnum.c
2468 F: tests/check-qobject.c
2469 F: tests/check-qstring.c
2470 F: tests/data/qobject/qdict.txt
2471 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2473 QEMU Guest Agent
2474 M: Michael Roth <michael.roth@amd.com>
2475 S: Maintained
2476 F: qga/
2477 F: docs/interop/qemu-ga.rst
2478 F: docs/interop/qemu-ga-ref.rst
2479 F: scripts/qemu-guest-agent/
2480 F: tests/test-qga.c
2481 T: git https://github.com/mdroth/qemu.git qga
2484 M: Paolo Bonzini <pbonzini@redhat.com>
2485 R: Daniel P. Berrange <berrange@redhat.com>
2486 R: Eduardo Habkost <ehabkost@redhat.com>
2487 S: Supported
2488 F: docs/qdev-device-use.txt
2489 F: hw/core/qdev*
2490 F: hw/core/bus.c
2491 F: hw/core/sysbus.c
2492 F: include/hw/qdev*
2493 F: include/monitor/qdev.h
2494 F: include/qom/
2495 F: qapi/qom.json
2496 F: qapi/qdev.json
2497 F: scripts/coccinelle/qom-parent-type.cocci
2498 F: softmmu/qdev-monitor.c
2499 F: qom/
2500 F: tests/check-qom-interface.c
2501 F: tests/check-qom-proplist.c
2502 F: tests/test-qdev-global-props.c
2504 QOM boilerplate conversion script
2505 M: Eduardo Habkost <ehabkost@redhat.com>
2506 S: Maintained
2507 F: scripts/codeconverter/
2510 M: Markus Armbruster <armbru@redhat.com>
2511 S: Supported
2512 F: monitor/monitor-internal.h
2513 F: monitor/qmp*
2514 F: monitor/misc.c
2515 F: monitor/monitor.c
2516 F: qapi/control.json
2517 F: qapi/error.json
2518 F: qapi/introspect.json
2519 F: docs/devel/*qmp-*
2520 F: docs/interop/*qmp-*
2521 F: scripts/qmp/
2522 F: tests/qtest/qmp-test.c
2523 F: tests/qtest/qmp-cmd-test.c
2524 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2526 qtest
2527 M: Thomas Huth <thuth@redhat.com>
2528 M: Laurent Vivier <lvivier@redhat.com>
2529 R: Paolo Bonzini <pbonzini@redhat.com>
2530 S: Maintained
2531 F: softmmu/qtest.c
2532 F: accel/qtest/
2533 F: tests/qtest/
2534 X: tests/qtest/bios-tables-test*
2536 Device Fuzzing
2537 M: Alexander Bulekov <alxndr@bu.edu>
2538 R: Paolo Bonzini <pbonzini@redhat.com>
2539 R: Bandan Das <bsd@redhat.com>
2540 R: Stefan Hajnoczi <stefanha@redhat.com>
2541 R: Thomas Huth <thuth@redhat.com>
2542 S: Maintained
2543 F: tests/qtest/fuzz/
2544 F: scripts/oss-fuzz/
2545 F: docs/devel/fuzzing.rst
2547 Register API
2548 M: Alistair Francis <alistair@alistair23.me>
2549 S: Maintained
2550 F: hw/core/register.c
2551 F: include/hw/register.h
2552 F: include/hw/registerfields.h
2554 SLIRP
2555 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2556 S: Maintained
2557 F: slirp/
2558 F: net/slirp.c
2559 F: include/net/slirp.h
2560 T: git https://people.debian.org/~sthibault/qemu.git slirp
2562 Streams
2563 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2564 S: Maintained
2565 F: hw/core/stream.c
2566 F: include/hw/stream.h
2568 Stubs
2569 M: Paolo Bonzini <pbonzini@redhat.com>
2570 S: Maintained
2571 F: stubs/
2573 Tracing
2574 M: Stefan Hajnoczi <stefanha@redhat.com>
2575 S: Maintained
2576 F: trace/
2577 F: trace-events
2578 F: docs/qemu-option-trace.rst.inc
2579 F: qapi/trace.json
2580 F: scripts/tracetool.py
2581 F: scripts/tracetool/
2582 F: scripts/qemu-trace-stap*
2583 F: docs/interop/qemu-trace-stap.rst
2584 F: docs/devel/tracing.txt
2585 T: git https://github.com/stefanha/qemu.git tracing
2588 M: Stefan Berger <stefanb@linux.ibm.com>
2589 S: Maintained
2590 F: tpm.c
2591 F: stubs/tpm.c
2592 F: hw/tpm/*
2593 F: include/hw/acpi/tpm.h
2594 F: include/sysemu/tpm*
2595 F: qapi/tpm.json
2596 F: backends/tpm/
2597 F: tests/qtest/*tpm*
2598 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2600 Checkpatch
2601 S: Odd Fixes
2602 F: scripts/checkpatch.pl
2604 Migration
2605 M: Juan Quintela <quintela@redhat.com>
2606 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2607 S: Maintained
2608 F: hw/core/vmstate-if.c
2609 F: include/hw/vmstate-if.h
2610 F: include/migration/
2611 F: migration/
2612 F: scripts/vmstate-static-checker.py
2613 F: tests/vmstate-static-checker-data/
2614 F: tests/qtest/migration-test.c
2615 F: docs/devel/migration.rst
2616 F: qapi/migration.json
2618 D-Bus
2619 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2620 S: Maintained
2621 F: backends/dbus-vmstate.c
2622 F: tests/dbus-vmstate*
2623 F: util/dbus.c
2624 F: include/qemu/dbus.h
2625 F: docs/interop/dbus.rst
2626 F: docs/interop/dbus-vmstate.rst
2628 Seccomp
2629 M: Eduardo Otubo <otubo@redhat.com>
2630 S: Supported
2631 F: softmmu/qemu-seccomp.c
2632 F: include/sysemu/seccomp.h
2634 Cryptography
2635 M: Daniel P. Berrange <berrange@redhat.com>
2636 S: Maintained
2637 F: crypto/
2638 F: include/crypto/
2639 F: qapi/crypto.json
2640 F: tests/test-crypto-*
2641 F: tests/benchmark-crypto-*
2642 F: tests/crypto-tls-*
2643 F: tests/pkix_asn1_tab.c
2644 F: qemu.sasl
2646 Coroutines
2647 M: Stefan Hajnoczi <stefanha@redhat.com>
2648 M: Kevin Wolf <kwolf@redhat.com>
2649 S: Maintained
2650 F: util/*coroutine*
2651 F: include/qemu/coroutine*
2652 F: tests/test-coroutine.c
2654 Buffers
2655 M: Daniel P. Berrange <berrange@redhat.com>
2656 S: Odd fixes
2657 F: util/buffer.c
2658 F: include/qemu/buffer.h
2660 I/O Channels
2661 M: Daniel P. Berrange <berrange@redhat.com>
2662 S: Maintained
2663 F: io/
2664 F: include/io/
2665 F: tests/test-io-*
2667 User authorization
2668 M: Daniel P. Berrange <berrange@redhat.com>
2669 S: Maintained
2670 F: authz/
2671 F: qapi/authz.json
2672 F: include/authz/
2673 F: tests/test-authz-*
2675 Sockets
2676 M: Daniel P. Berrange <berrange@redhat.com>
2677 M: Gerd Hoffmann <kraxel@redhat.com>
2678 S: Maintained
2679 F: include/qemu/sockets.h
2680 F: util/qemu-sockets.c
2681 F: qapi/sockets.json
2683 File monitor
2684 M: Daniel P. Berrange <berrange@redhat.com>
2685 S: Odd fixes
2686 F: util/filemonitor*.c
2687 F: include/qemu/filemonitor.h
2688 F: tests/test-util-filemonitor.c
2690 Throttling infrastructure
2691 M: Alberto Garcia <berto@igalia.com>
2692 S: Supported
2693 F: block/throttle-groups.c
2694 F: include/block/throttle-groups.h
2695 F: include/qemu/throttle*.h
2696 F: util/throttle.c
2697 F: docs/throttle.txt
2698 F: tests/test-throttle.c
2699 L: qemu-block@nongnu.org
2701 UUID
2702 M: Fam Zheng <fam@euphon.net>
2703 S: Supported
2704 F: util/uuid.c
2705 F: include/qemu/uuid.h
2706 F: tests/test-uuid.c
2708 COLO Framework
2709 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2710 S: Maintained
2711 F: migration/colo*
2712 F: include/migration/colo.h
2713 F: include/migration/failover.h
2714 F: docs/COLO-FT.txt
2716 COLO Proxy
2717 M: Zhang Chen <chen.zhang@intel.com>
2718 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2719 S: Supported
2720 F: docs/colo-proxy.txt
2721 F: net/colo*
2722 F: net/filter-rewriter.c
2723 F: net/filter-mirror.c
2725 Record/replay
2726 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2727 R: Paolo Bonzini <pbonzini@redhat.com>
2728 W: https://wiki.qemu.org/Features/record-replay
2729 S: Supported
2730 F: replay/*
2731 F: block/blkreplay.c
2732 F: net/filter-replay.c
2733 F: include/sysemu/replay.h
2734 F: docs/replay.txt
2735 F: stubs/replay.c
2736 F: tests/acceptance/replay_kernel.py
2737 F: tests/acceptance/reverse_debugging.py
2738 F: qapi/replay.json
2740 IOVA Tree
2741 M: Peter Xu <peterx@redhat.com>
2742 S: Maintained
2743 F: include/qemu/iova-tree.h
2744 F: util/iova-tree.c
2746 elf2dmp
2747 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2748 S: Maintained
2749 F: contrib/elf2dmp/
2751 I2C and SMBus
2752 M: Corey Minyard <cminyard@mvista.com>
2753 S: Maintained
2754 F: hw/i2c/core.c
2755 F: hw/i2c/smbus_slave.c
2756 F: hw/i2c/smbus_master.c
2757 F: hw/i2c/smbus_eeprom.c
2758 F: include/hw/i2c/i2c.h
2759 F: include/hw/i2c/smbus_master.h
2760 F: include/hw/i2c/smbus_slave.h
2761 F: include/hw/i2c/smbus_eeprom.h
2763 Firmware schema specifications
2764 M: Laszlo Ersek <lersek@redhat.com>
2765 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2766 R: Daniel P. Berrange <berrange@redhat.com>
2767 R: Kashyap Chamarthy <kchamart@redhat.com>
2768 S: Maintained
2769 F: docs/interop/firmware.json
2771 EDK2 Firmware
2772 M: Laszlo Ersek <lersek@redhat.com>
2773 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2774 S: Supported
2775 F: pc-bios/descriptors/??-edk2-*.json
2776 F: pc-bios/edk2-*
2777 F: roms/Makefile.edk2
2778 F: roms/edk2
2779 F: roms/edk2-*
2780 F: tests/data/uefi-boot-images/
2781 F: tests/uefi-test-tools/
2782 F: .gitlab-ci.d/edk2.yml
2783 F: .gitlab-ci.d/edk2/
2785 VT-d Emulation
2786 M: Michael S. Tsirkin <mst@redhat.com>
2787 M: Peter Xu <peterx@redhat.com>
2788 R: Jason Wang <jasowang@redhat.com>
2789 S: Supported
2790 F: hw/i386/intel_iommu.c
2791 F: hw/i386/intel_iommu_internal.h
2792 F: include/hw/i386/intel_iommu.h
2794 OpenSBI Firmware
2795 M: Bin Meng <bmeng.cn@gmail.com>
2796 S: Supported
2797 F: pc-bios/opensbi-*
2798 F: .gitlab-ci.d/opensbi.yml
2799 F: .gitlab-ci.d/opensbi/
2801 Usermode Emulation
2802 ------------------
2803 Overall usermode emulation
2804 M: Riku Voipio <riku.voipio@iki.fi>
2805 S: Maintained
2806 F: thunk.c
2807 F: accel/tcg/user-exec*.c
2809 BSD user
2810 S: Orphan
2811 F: bsd-user/
2812 F: default-configs/*-bsd-user.mak
2814 Linux user
2815 M: Laurent Vivier <laurent@vivier.eu>
2816 S: Maintained
2817 F: linux-user/
2818 F: default-configs/*-linux-user.mak
2819 F: scripts/qemu-binfmt-conf.sh
2820 F: scripts/update-syscalltbl.sh
2821 F: scripts/update-mips-syscall-args.sh
2822 F: scripts/gensyscalls.sh
2824 Tiny Code Generator (TCG)
2825 -------------------------
2826 Common TCG code
2827 M: Richard Henderson <richard.henderson@linaro.org>
2828 S: Maintained
2829 F: tcg/
2830 F: include/tcg/
2832 TCG Plugins
2833 M: Alex Bennée <alex.bennee@linaro.org>
2834 S: Maintained
2835 F: docs/devel/tcg-plugins.rst
2836 F: plugins/
2837 F: tests/plugin/
2838 F: contrib/plugins/
2840 AArch64 TCG target
2841 M: Richard Henderson <richard.henderson@linaro.org>
2842 S: Maintained
2843 L: qemu-arm@nongnu.org
2844 F: tcg/aarch64/
2845 F: disas/arm-a64.cc
2846 F: disas/libvixl/
2848 ARM TCG target
2849 M: Andrzej Zaborowski <balrogg@gmail.com>
2850 S: Maintained
2851 L: qemu-arm@nongnu.org
2852 F: tcg/arm/
2853 F: disas/arm.c
2855 i386 TCG target
2856 M: Richard Henderson <richard.henderson@linaro.org>
2857 S: Maintained
2858 F: tcg/i386/
2859 F: disas/i386.c
2861 MIPS TCG target
2862 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2863 R: Aurelien Jarno <aurelien@aurel32.net>
2864 R: Huacai Chen <chenhc@lemote.com>
2865 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2866 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2867 S: Odd Fixes
2868 F: tcg/mips/
2870 PPC TCG target
2871 M: Richard Henderson <richard.henderson@linaro.org>
2872 S: Odd Fixes
2873 F: tcg/ppc/
2874 F: disas/ppc.c
2876 RISC-V TCG target
2877 M: Palmer Dabbelt <palmer@dabbelt.com>
2878 M: Alistair Francis <Alistair.Francis@wdc.com>
2879 L: qemu-riscv@nongnu.org
2880 S: Maintained
2881 F: tcg/riscv/
2882 F: disas/riscv.c
2884 S390 TCG target
2885 M: Richard Henderson <richard.henderson@linaro.org>
2886 S: Maintained
2887 F: tcg/s390/
2888 F: disas/s390.c
2889 L: qemu-s390x@nongnu.org
2891 SPARC TCG target
2892 S: Odd Fixes
2893 F: tcg/sparc/
2894 F: disas/sparc.c
2896 TCI TCG target
2897 M: Stefan Weil <sw@weilnetz.de>
2898 S: Maintained
2899 F: tcg/tci/
2900 F: tcg/tci.c
2901 F: disas/tci.c
2903 Block drivers
2904 -------------
2905 VMDK
2906 M: Fam Zheng <fam@euphon.net>
2907 L: qemu-block@nongnu.org
2908 S: Supported
2909 F: block/vmdk.c
2912 M: Jason Dillaman <dillaman@redhat.com>
2913 L: qemu-block@nongnu.org
2914 S: Supported
2915 F: block/rbd.c
2917 Sheepdog
2918 M: Liu Yuan <namei.unix@gmail.com>
2919 L: qemu-block@nongnu.org
2920 S: Odd Fixes
2921 F: block/sheepdog.c
2923 VHDX
2924 M: Jeff Cody <codyprime@gmail.com>
2925 L: qemu-block@nongnu.org
2926 S: Supported
2927 F: block/vhdx*
2930 M: Stefan Weil <sw@weilnetz.de>
2931 L: qemu-block@nongnu.org
2932 S: Maintained
2933 F: block/vdi.c
2935 iSCSI
2936 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2937 M: Paolo Bonzini <pbonzini@redhat.com>
2938 M: Peter Lieven <pl@kamp.de>
2939 L: qemu-block@nongnu.org
2940 S: Odd Fixes
2941 F: block/iscsi.c
2942 F: block/iscsi-opts.c
2944 Network Block Device (NBD)
2945 M: Eric Blake <eblake@redhat.com>
2946 L: qemu-block@nongnu.org
2947 S: Maintained
2948 F: block/nbd*
2949 F: nbd/
2950 F: include/block/nbd*
2951 F: qemu-nbd.*
2952 F: blockdev-nbd.c
2953 F: docs/interop/nbd.txt
2954 F: docs/interop/qemu-nbd.rst
2955 T: git https://repo.or.cz/qemu/ericb.git nbd
2958 M: Peter Lieven <pl@kamp.de>
2959 L: qemu-block@nongnu.org
2960 S: Maintained
2961 F: block/nfs.c
2964 M: Richard W.M. Jones <rjones@redhat.com>
2965 L: qemu-block@nongnu.org
2966 S: Supported
2967 F: block/ssh.c
2969 CURL
2970 L: qemu-block@nongnu.org
2971 S: Odd Fixes
2972 F: block/curl.c
2974 GLUSTER
2975 L: qemu-block@nongnu.org
2976 L: integration@gluster.org
2977 S: Odd Fixes
2978 F: block/gluster.c
2980 Null Block Driver
2981 M: Fam Zheng <fam@euphon.net>
2982 L: qemu-block@nongnu.org
2983 S: Supported
2984 F: block/null.c
2986 NVMe Block Driver
2987 M: Stefan Hajnoczi <stefanha@redhat.com>
2988 R: Fam Zheng <fam@euphon.net>
2989 L: qemu-block@nongnu.org
2990 S: Supported
2991 F: block/nvme*
2992 F: include/block/nvme.h
2993 T: git https://github.com/stefanha/qemu.git block
2995 Bootdevice
2996 M: Gonglei <arei.gonglei@huawei.com>
2997 S: Maintained
2998 F: softmmu/bootdevice.c
3000 Quorum
3001 M: Alberto Garcia <berto@igalia.com>
3002 S: Supported
3003 F: block/quorum.c
3004 L: qemu-block@nongnu.org
3006 blklogwrites
3007 M: Ari Sundholm <ari@tuxera.com>
3008 L: qemu-block@nongnu.org
3009 S: Supported
3010 F: block/blklogwrites.c
3012 blkverify
3013 M: Stefan Hajnoczi <stefanha@redhat.com>
3014 L: qemu-block@nongnu.org
3015 S: Supported
3016 F: block/blkverify.c
3018 bochs
3019 M: Stefan Hajnoczi <stefanha@redhat.com>
3020 L: qemu-block@nongnu.org
3021 S: Supported
3022 F: block/bochs.c
3024 cloop
3025 M: Stefan Hajnoczi <stefanha@redhat.com>
3026 L: qemu-block@nongnu.org
3027 S: Supported
3028 F: block/cloop.c
3031 M: Stefan Hajnoczi <stefanha@redhat.com>
3032 L: qemu-block@nongnu.org
3033 S: Supported
3034 F: block/dmg.c
3036 parallels
3037 M: Stefan Hajnoczi <stefanha@redhat.com>
3038 M: Denis V. Lunev <den@openvz.org>
3039 L: qemu-block@nongnu.org
3040 S: Supported
3041 F: block/parallels.c
3042 F: docs/interop/parallels.txt
3045 M: Stefan Hajnoczi <stefanha@redhat.com>
3046 L: qemu-block@nongnu.org
3047 S: Supported
3048 F: block/qed.c
3051 M: Kevin Wolf <kwolf@redhat.com>
3052 L: qemu-block@nongnu.org
3053 S: Supported
3054 F: block/linux-aio.c
3055 F: include/block/raw-aio.h
3056 F: block/raw-format.c
3057 F: block/file-posix.c
3058 F: block/file-win32.c
3059 F: block/win32-aio.c
3061 Linux io_uring
3062 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3063 M: Julia Suvorova <jusual@redhat.com>
3064 M: Stefan Hajnoczi <stefanha@redhat.com>
3065 L: qemu-block@nongnu.org
3066 S: Maintained
3067 F: block/io_uring.c
3068 F: stubs/io_uring.c
3070 qcow2
3071 M: Kevin Wolf <kwolf@redhat.com>
3072 M: Max Reitz <mreitz@redhat.com>
3073 L: qemu-block@nongnu.org
3074 S: Supported
3075 F: block/qcow2*
3076 F: docs/interop/qcow2.txt
3078 qcow
3079 M: Kevin Wolf <kwolf@redhat.com>
3080 L: qemu-block@nongnu.org
3081 S: Supported
3082 F: block/qcow.c
3084 blkdebug
3085 M: Kevin Wolf <kwolf@redhat.com>
3086 M: Max Reitz <mreitz@redhat.com>
3087 L: qemu-block@nongnu.org
3088 S: Supported
3089 F: block/blkdebug.c
3092 M: Kevin Wolf <kwolf@redhat.com>
3093 L: qemu-block@nongnu.org
3094 S: Supported
3095 F: block/vpc.c
3097 vvfat
3098 M: Kevin Wolf <kwolf@redhat.com>
3099 L: qemu-block@nongnu.org
3100 S: Odd Fixes
3101 F: block/vvfat.c
3103 Image format fuzzer
3104 M: Stefan Hajnoczi <stefanha@redhat.com>
3105 L: qemu-block@nongnu.org
3106 S: Supported
3107 F: tests/image-fuzzer/
3109 Vhost-user block device backend server
3110 M: Coiby Xu <Coiby.Xu@gmail.com>
3111 S: Maintained
3112 F: block/export/vhost-user-blk-server.c
3113 F: block/export/vhost-user-blk-server.h
3114 F: include/qemu/vhost-user-server.h
3115 F: tests/qtest/libqos/vhost-user-blk.c
3116 F: util/vhost-user-server.c
3118 FUSE block device exports
3119 M: Max Reitz <mreitz@redhat.com>
3120 L: qemu-block@nongnu.org
3121 S: Supported
3122 F: block/export/fuse.c
3124 Replication
3125 M: Wen Congyang <wencongyang2@huawei.com>
3126 M: Xie Changlong <xiechanglong.d@gmail.com>
3127 S: Supported
3128 F: replication*
3129 F: block/replication.c
3130 F: tests/test-replication.c
3131 F: docs/block-replication.txt
3133 PVRDMA
3134 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3135 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3136 S: Maintained
3137 F: hw/rdma/*
3138 F: hw/rdma/vmw/*
3139 F: docs/pvrdma.txt
3140 F: contrib/rdmacm-mux/*
3141 F: qapi/rdma.json
3143 Semihosting
3144 M: Alex Bennée <alex.bennee@linaro.org>
3145 S: Maintained
3146 F: hw/semihosting/
3147 F: include/hw/semihosting/
3149 Build and test automation
3150 -------------------------
3151 Build and test automation
3152 M: Alex Bennée <alex.bennee@linaro.org>
3153 M: Fam Zheng <fam@euphon.net>
3154 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3155 S: Maintained
3156 F: .github/lockdown.yml
3157 F: .travis.yml
3158 F: scripts/travis/
3159 F: .shippable.yml
3160 F: tests/docker/
3161 F: tests/vm/
3162 F: scripts/archive-source.sh
3163 W: https://travis-ci.org/qemu/qemu
3164 W: https://app.shippable.com/github/qemu/qemu
3165 W: http://patchew.org/QEMU/
3167 FreeBSD Hosted Continuous Integration
3168 M: Ed Maste <emaste@freebsd.org>
3169 M: Li-Wen Hsu <lwhsu@freebsd.org>
3170 S: Maintained
3171 F: .cirrus.yml
3172 W: https://cirrus-ci.com/github/qemu/qemu
3174 GitLab Continuous Integration
3175 M: Thomas Huth <thuth@redhat.com>
3176 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3177 M: Alex Bennée <alex.bennee@linaro.org>
3178 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3179 S: Maintained
3180 F: .gitlab-ci.yml
3181 F: .gitlab-ci.d/crossbuilds.yml
3182 F: .gitlab-ci.d/*py
3183 F: scripts/ci/gitlab-pipeline-status
3185 Guest Test Compilation Support
3186 M: Alex Bennée <alex.bennee@linaro.org>
3187 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3188 S: Maintained
3189 F: tests/tcg/Makefile
3190 F: tests/tcg/Makefile.include
3192 Acceptance (Integration) Testing with the Avocado framework
3193 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3194 R: Cleber Rosa <crosa@redhat.com>
3195 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3196 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3197 S: Odd Fixes
3198 F: tests/acceptance/
3200 Documentation
3201 -------------
3202 Build system architecture
3203 M: Daniel P. Berrange <berrange@redhat.com>
3204 S: Odd Fixes
3205 F: docs/devel/build-system.txt
3207 GIT Data Mining Config
3208 M: Alex Bennée <alex.bennee@linaro.org>
3209 S: Odd Fixes
3210 F: gitdm.config
3211 F: contrib/gitdm/*
3213 Incompatible changes
3214 R: libvir-list@redhat.com
3215 F: docs/system/deprecated.rst
3217 Build System
3218 ------------
3219 GIT submodules
3220 M: Daniel P. Berrange <berrange@redhat.com>
3221 S: Odd Fixes
3222 F: scripts/git-submodule.sh
3224 UI translations
3225 S: Orphaned
3226 F: po/*.po
3228 Sphinx documentation configuration and build machinery
3229 M: Peter Maydell <peter.maydell@linaro.org>
3230 S: Maintained
3231 F: docs/conf.py
3232 F: docs/*/conf.py
3233 F: docs/sphinx/
3235 Miscellaneous
3236 -------------
3237 Performance Tools and Tests
3238 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3239 S: Maintained
3240 F: scripts/performance/