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