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