linux-user/sparc: Handle tstate in sparc64_get/set_context()
[qemu/ar7.git] / MAINTAINERS
blobd5ea7fbb8ff2e9e6f7a0309d3ae928384848ed22
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: disas/nios2.c
263 F: default-configs/nios2-softmmu.mak
265 OpenRISC TCG CPUs
266 M: Stafford Horne <shorne@gmail.com>
267 S: Odd Fixes
268 F: target/openrisc/
269 F: hw/openrisc/
270 F: tests/tcg/openrisc/
272 PowerPC TCG CPUs
273 M: David Gibson <david@gibson.dropbear.id.au>
274 M: Greg Kurz <groug@kaod.org>
275 L: qemu-ppc@nongnu.org
276 S: Maintained
277 F: target/ppc/
278 F: hw/ppc/
279 F: include/hw/ppc/
280 F: disas/ppc.c
282 RISC-V TCG CPUs
283 M: Palmer Dabbelt <palmer@dabbelt.com>
284 M: Alistair Francis <Alistair.Francis@wdc.com>
285 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
286 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
287 L: qemu-riscv@nongnu.org
288 S: Supported
289 F: target/riscv/
290 F: hw/riscv/
291 F: include/hw/riscv/
292 F: linux-user/host/riscv32/
293 F: linux-user/host/riscv64/
295 RENESAS RX CPUs
296 M: Yoshinori Sato <ysato@users.sourceforge.jp>
297 S: Odd Fixes
298 F: target/rx/
300 S390 TCG CPUs
301 M: Richard Henderson <richard.henderson@linaro.org>
302 M: David Hildenbrand <david@redhat.com>
303 S: Maintained
304 F: target/s390x/
305 F: hw/s390x/
306 F: disas/s390.c
307 F: tests/tcg/s390x/
308 L: qemu-s390x@nongnu.org
310 SH4 TCG CPUs
311 M: Yoshinori Sato <ysato@users.sourceforge.jp>
312 S: Odd Fixes
313 F: target/sh4/
314 F: hw/sh4/
315 F: disas/sh4.c
316 F: include/hw/sh4/
318 SPARC TCG CPUs
319 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
320 M: Artyom Tarasenko <atar4qemu@gmail.com>
321 S: Maintained
322 F: target/sparc/
323 F: hw/sparc/
324 F: hw/sparc64/
325 F: include/hw/sparc/sparc64.h
326 F: disas/sparc.c
328 UniCore32 TCG CPUs
329 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
330 S: Maintained
331 F: target/unicore32/
332 F: hw/unicore32/
333 F: include/hw/unicore32/
335 X86 TCG CPUs
336 M: Paolo Bonzini <pbonzini@redhat.com>
337 M: Richard Henderson <richard.henderson@linaro.org>
338 M: Eduardo Habkost <ehabkost@redhat.com>
339 S: Maintained
340 F: target/i386/
341 F: tests/tcg/i386/
342 F: tests/tcg/x86_64/
343 F: hw/i386/
344 F: disas/i386.c
345 F: docs/system/cpu-models-x86.rst.inc
346 T: git https://gitlab.com/ehabkost/qemu.git x86-next
348 Xtensa TCG CPUs
349 M: Max Filippov <jcmvbkbc@gmail.com>
350 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
351 S: Maintained
352 F: target/xtensa/
353 F: hw/xtensa/
354 F: tests/tcg/xtensa/
355 F: disas/xtensa.c
356 F: include/hw/xtensa/xtensa-isa.h
357 F: default-configs/xtensa*.mak
359 TriCore TCG CPUs
360 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
361 S: Maintained
362 F: target/tricore/
363 F: hw/tricore/
364 F: include/hw/tricore/
366 Multiarch Linux User Tests
367 M: Alex Bennée <alex.bennee@linaro.org>
368 S: Maintained
369 F: tests/tcg/multiarch/
371 Guest CPU Cores (KVM)
372 ---------------------
373 Overall KVM CPUs
374 M: Paolo Bonzini <pbonzini@redhat.com>
375 L: kvm@vger.kernel.org
376 S: Supported
377 F: */*/kvm*
378 F: accel/kvm/
379 F: accel/stubs/kvm-stub.c
380 F: include/hw/kvm/
381 F: include/sysemu/kvm*.h
382 F: scripts/kvm/kvm_flightrecorder
384 ARM KVM CPUs
385 M: Peter Maydell <peter.maydell@linaro.org>
386 L: qemu-arm@nongnu.org
387 S: Maintained
388 F: target/arm/kvm.c
390 MIPS KVM CPUs
391 M: Huacai Chen <chenhuacai@kernel.org>
392 S: Odd Fixes
393 F: target/mips/kvm.c
395 PPC KVM CPUs
396 M: David Gibson <david@gibson.dropbear.id.au>
397 M: Greg Kurz <groug@kaod.org>
398 S: Maintained
399 F: target/ppc/kvm.c
401 S390 KVM CPUs
402 M: Halil Pasic <pasic@linux.ibm.com>
403 M: Cornelia Huck <cohuck@redhat.com>
404 M: Christian Borntraeger <borntraeger@de.ibm.com>
405 S: Supported
406 F: target/s390x/kvm.c
407 F: target/s390x/kvm_s390x.h
408 F: target/s390x/kvm-stub.c
409 F: target/s390x/ioinst.[ch]
410 F: target/s390x/machine.c
411 F: target/s390x/sigp.c
412 F: target/s390x/cpu_features*.[ch]
413 F: target/s390x/cpu_models.[ch]
414 F: hw/s390x/pv.c
415 F: include/hw/s390x/pv.h
416 F: hw/intc/s390_flic.c
417 F: hw/intc/s390_flic_kvm.c
418 F: include/hw/s390x/s390_flic.h
419 F: gdb-xml/s390*.xml
420 T: git https://github.com/cohuck/qemu.git s390-next
421 T: git https://github.com/borntraeger/qemu.git s390-next
422 L: qemu-s390x@nongnu.org
424 X86 KVM CPUs
425 M: Paolo Bonzini <pbonzini@redhat.com>
426 M: Marcelo Tosatti <mtosatti@redhat.com>
427 L: kvm@vger.kernel.org
428 S: Supported
429 F: target/i386/kvm.c
430 F: scripts/kvm/vmxcap
432 Guest CPU Cores (other accelerators)
433 ------------------------------------
434 Overall
435 M: Richard Henderson <richard.henderson@linaro.org>
436 R: Paolo Bonzini <pbonzini@redhat.com>
437 S: Maintained
438 F: include/sysemu/accel.h
439 F: accel/accel.c
440 F: accel/Makefile.objs
441 F: accel/stubs/Makefile.objs
443 X86 HVF CPUs
444 M: Cameron Esfahani <dirty@apple.com>
445 M: Roman Bolshakov <r.bolshakov@yadro.com>
446 W: https://wiki.qemu.org/Features/HVF
447 S: Maintained
448 F: accel/stubs/hvf-stub.c
449 F: target/i386/hvf/
450 F: include/sysemu/hvf.h
452 WHPX CPUs
453 M: Sunil Muthuswamy <sunilmut@microsoft.com>
454 S: Supported
455 F: target/i386/whpx-all.c
456 F: target/i386/whpx-apic.c
457 F: target/i386/whpx-cpus.c
458 F: target/i386/whp-dispatch.h
459 F: accel/stubs/whpx-stub.c
460 F: include/sysemu/whpx.h
462 Guest CPU Cores (Xen)
463 ---------------------
464 X86 Xen CPUs
465 M: Stefano Stabellini <sstabellini@kernel.org>
466 M: Anthony Perard <anthony.perard@citrix.com>
467 M: Paul Durrant <paul@xen.org>
468 L: xen-devel@lists.xenproject.org
469 S: Supported
470 F: */xen*
471 F: accel/xen/*
472 F: hw/9pfs/xen-9p*
473 F: hw/char/xen_console.c
474 F: hw/display/xenfb.c
475 F: hw/net/xen_nic.c
476 F: hw/usb/xen-usb.c
477 F: hw/block/xen*
478 F: hw/block/dataplane/xen*
479 F: hw/xen/
480 F: hw/xenpv/
481 F: hw/i386/xen/
482 F: hw/pci-host/xen_igd_pt.c
483 F: include/hw/block/dataplane/xen*
484 F: include/hw/xen/
485 F: include/sysemu/xen.h
486 F: include/sysemu/xen-mapcache.h
487 F: stubs/xen-hw-stub.c
489 Guest CPU Cores (HAXM)
490 ---------------------
491 X86 HAXM CPUs
492 M: Wenchao Wang <wenchao.wang@intel.com>
493 M: Colin Xu <colin.xu@intel.com>
494 L: haxm-team@intel.com
495 W: https://github.com/intel/haxm/issues
496 S: Maintained
497 F: accel/stubs/hax-stub.c
498 F: include/sysemu/hax.h
499 F: target/i386/hax-*
501 Hosts
502 -----
503 LINUX
504 M: Michael S. Tsirkin <mst@redhat.com>
505 M: Cornelia Huck <cohuck@redhat.com>
506 M: Paolo Bonzini <pbonzini@redhat.com>
507 S: Maintained
508 F: linux-headers/
509 F: scripts/update-linux-headers.sh
511 POSIX
512 M: Paolo Bonzini <pbonzini@redhat.com>
513 S: Maintained
514 F: os-posix.c
515 F: include/sysemu/os-posix.h
516 F: util/*posix*.c
517 F: include/qemu/*posix*.h
519 NETBSD
520 M: Kamil Rytarowski <kamil@netbsd.org>
521 S: Maintained
522 K: ^Subject:.*(?i)NetBSD
524 OPENBSD
525 M: Brad Smith <brad@comstyle.com>
526 S: Maintained
527 K: ^Subject:.*(?i)OpenBSD
529 W32, W64
530 M: Stefan Weil <sw@weilnetz.de>
531 S: Maintained
532 F: *win32*
533 F: */*win32*
534 F: include/*/*win32*
535 X: qga/*win32*
536 F: qemu.nsi
538 Alpha Machines
539 --------------
540 M: Richard Henderson <richard.henderson@linaro.org>
541 S: Maintained
542 F: hw/alpha/
543 F: hw/isa/smc37c669-superio.c
544 F: tests/tcg/alpha/system/
546 ARM Machines
547 ------------
548 Allwinner-a10
549 M: Beniamino Galvani <b.galvani@gmail.com>
550 M: Peter Maydell <peter.maydell@linaro.org>
551 L: qemu-arm@nongnu.org
552 S: Odd Fixes
553 F: hw/*/allwinner*
554 F: include/hw/*/allwinner*
555 F: hw/arm/cubieboard.c
557 Allwinner-h3
558 M: Niek Linnenbank <nieklinnenbank@gmail.com>
559 L: qemu-arm@nongnu.org
560 S: Maintained
561 F: hw/*/allwinner-h3*
562 F: include/hw/*/allwinner-h3*
563 F: hw/arm/orangepi.c
564 F: docs/system/arm/orangepi.rst
566 ARM PrimeCell and CMSDK devices
567 M: Peter Maydell <peter.maydell@linaro.org>
568 L: qemu-arm@nongnu.org
569 S: Maintained
570 F: hw/char/pl011.c
571 F: include/hw/char/pl011.h
572 F: hw/display/pl110*
573 F: hw/dma/pl080.c
574 F: include/hw/dma/pl080.h
575 F: hw/dma/pl330.c
576 F: hw/gpio/pl061.c
577 F: hw/input/pl050.c
578 F: hw/intc/pl190.c
579 F: hw/sd/pl181.c
580 F: hw/ssi/pl022.c
581 F: include/hw/ssi/pl022.h
582 F: hw/rtc/pl031.c
583 F: include/hw/rtc/pl031.h
584 F: include/hw/arm/primecell.h
585 F: hw/timer/cmsdk-apb-timer.c
586 F: include/hw/timer/cmsdk-apb-timer.h
587 F: hw/timer/cmsdk-apb-dualtimer.c
588 F: include/hw/timer/cmsdk-apb-dualtimer.h
589 F: hw/char/cmsdk-apb-uart.c
590 F: include/hw/char/cmsdk-apb-uart.h
591 F: hw/watchdog/cmsdk-apb-watchdog.c
592 F: include/hw/watchdog/cmsdk-apb-watchdog.h
593 F: hw/misc/tz-ppc.c
594 F: include/hw/misc/tz-ppc.h
595 F: hw/misc/tz-mpc.c
596 F: include/hw/misc/tz-mpc.h
597 F: hw/misc/tz-msc.c
598 F: include/hw/misc/tz-msc.h
600 ARM cores
601 M: Peter Maydell <peter.maydell@linaro.org>
602 L: qemu-arm@nongnu.org
603 S: Maintained
604 F: hw/intc/arm*
605 F: hw/intc/gic_internal.h
606 F: hw/misc/a9scu.c
607 F: hw/misc/arm11scu.c
608 F: hw/misc/arm_l2x0.c
609 F: hw/timer/a9gtimer*
610 F: hw/timer/arm*
611 F: include/hw/arm/arm*.h
612 F: include/hw/intc/arm*
613 F: include/hw/misc/a9scu.h
614 F: include/hw/misc/arm11scu.h
615 F: include/hw/timer/a9gtimer.h
616 F: include/hw/timer/arm_mptimer.h
617 F: include/hw/timer/armv7m_systick.h
618 F: tests/qtest/test-arm-mptimer.c
620 Exynos
621 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
622 M: Peter Maydell <peter.maydell@linaro.org>
623 L: qemu-arm@nongnu.org
624 S: Odd Fixes
625 F: hw/*/exynos*
626 F: include/hw/arm/exynos4210.h
628 Calxeda Highbank
629 M: Rob Herring <robh@kernel.org>
630 M: Peter Maydell <peter.maydell@linaro.org>
631 L: qemu-arm@nongnu.org
632 S: Odd Fixes
633 F: hw/arm/highbank.c
634 F: hw/net/xgmac.c
636 Canon DIGIC
637 M: Antony Pavlov <antonynpavlov@gmail.com>
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Odd Fixes
641 F: include/hw/arm/digic.h
642 F: hw/*/digic*
643 F: include/hw/*/digic*
644 F: tests/acceptance/machine_arm_canona1100.py
645 F: docs/system/arm/digic.rst
647 Goldfish RTC
648 M: Anup Patel <anup.patel@wdc.com>
649 M: Alistair Francis <Alistair.Francis@wdc.com>
650 L: qemu-riscv@nongnu.org
651 S: Maintained
652 F: hw/rtc/goldfish_rtc.c
653 F: include/hw/rtc/goldfish_rtc.h
655 Gumstix
656 M: Peter Maydell <peter.maydell@linaro.org>
657 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
658 L: qemu-arm@nongnu.org
659 S: Odd Fixes
660 F: hw/arm/gumstix.c
661 F: docs/system/arm/gumstix.rst
663 i.MX25 PDK
664 M: Peter Maydell <peter.maydell@linaro.org>
665 R: Jean-Christophe Dubois <jcd@tribudubois.net>
666 L: qemu-arm@nongnu.org
667 S: Odd Fixes
668 F: hw/arm/fsl-imx25.c
669 F: hw/arm/imx25_pdk.c
670 F: hw/misc/imx25_ccm.c
671 F: hw/watchdog/wdt_imx2.c
672 F: include/hw/arm/fsl-imx25.h
673 F: include/hw/misc/imx25_ccm.h
674 F: include/hw/watchdog/wdt_imx2.h
676 i.MX31 (kzm)
677 M: Peter Chubb <peter.chubb@nicta.com.au>
678 M: Peter Maydell <peter.maydell@linaro.org>
679 L: qemu-arm@nongnu.org
680 S: Odd Fixes
681 F: hw/arm/kzm.c
682 F: hw/*/imx_*
683 F: hw/*/*imx31*
684 F: include/hw/*/imx_*
685 F: include/hw/*/*imx31*
687 Integrator CP
688 M: Peter Maydell <peter.maydell@linaro.org>
689 L: qemu-arm@nongnu.org
690 S: Maintained
691 F: hw/arm/integratorcp.c
692 F: hw/misc/arm_integrator_debug.c
693 F: include/hw/misc/arm_integrator_debug.h
694 F: tests/acceptance/machine_arm_integratorcp.py
695 F: docs/system/arm/integratorcp.rst
697 MCIMX6UL EVK / i.MX6ul
698 M: Peter Maydell <peter.maydell@linaro.org>
699 R: Jean-Christophe Dubois <jcd@tribudubois.net>
700 L: qemu-arm@nongnu.org
701 S: Odd Fixes
702 F: hw/arm/mcimx6ul-evk.c
703 F: hw/arm/fsl-imx6ul.c
704 F: hw/misc/imx6ul_ccm.c
705 F: include/hw/arm/fsl-imx6ul.h
706 F: include/hw/misc/imx6ul_ccm.h
708 MCIMX7D SABRE / i.MX7
709 M: Peter Maydell <peter.maydell@linaro.org>
710 R: Andrey Smirnov <andrew.smirnov@gmail.com>
711 L: qemu-arm@nongnu.org
712 S: Odd Fixes
713 F: hw/arm/mcimx7d-sabre.c
714 F: hw/arm/fsl-imx7.c
715 F: hw/misc/imx7_*.c
716 F: include/hw/arm/fsl-imx7.h
717 F: include/hw/misc/imx7_*.h
718 F: hw/pci-host/designware.c
719 F: include/hw/pci-host/designware.h
721 MPS2
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
724 S: Maintained
725 F: hw/arm/mps2.c
726 F: hw/arm/mps2-tz.c
727 F: hw/misc/mps2-*.c
728 F: include/hw/misc/mps2-*.h
729 F: hw/arm/armsse.c
730 F: include/hw/arm/armsse.h
731 F: hw/misc/iotkit-secctl.c
732 F: include/hw/misc/iotkit-secctl.h
733 F: hw/misc/iotkit-sysctl.c
734 F: include/hw/misc/iotkit-sysctl.h
735 F: hw/misc/iotkit-sysinfo.c
736 F: include/hw/misc/iotkit-sysinfo.h
737 F: hw/misc/armsse-cpuid.c
738 F: include/hw/misc/armsse-cpuid.h
739 F: hw/misc/armsse-mhu.c
740 F: include/hw/misc/armsse-mhu.h
741 F: docs/system/arm/mps2.rst
743 Musca
744 M: Peter Maydell <peter.maydell@linaro.org>
745 L: qemu-arm@nongnu.org
746 S: Maintained
747 F: hw/arm/musca.c
748 F: docs/system/arm/musca.rst
750 Musicpal
751 M: Jan Kiszka <jan.kiszka@web.de>
752 M: Peter Maydell <peter.maydell@linaro.org>
753 L: qemu-arm@nongnu.org
754 S: Odd Fixes
755 F: hw/arm/musicpal.c
756 F: docs/system/arm/musicpal.rst
758 Nuvoton NPCM7xx
759 M: Havard Skinnemoen <hskinnemoen@google.com>
760 M: Tyrone Ting <kfting@nuvoton.com>
761 L: qemu-arm@nongnu.org
762 S: Supported
763 F: hw/*/npcm7xx*
764 F: include/hw/*/npcm7xx*
765 F: tests/qtest/npcm7xx*
766 F: pc-bios/npcm7xx_bootrom.bin
767 F: roms/vbootrom
768 F: docs/system/arm/nuvoton.rst
770 nSeries
771 M: Andrzej Zaborowski <balrogg@gmail.com>
772 M: Peter Maydell <peter.maydell@linaro.org>
773 L: qemu-arm@nongnu.org
774 S: Odd Fixes
775 F: hw/arm/nseries.c
776 F: hw/display/blizzard.c
777 F: hw/input/lm832x.c
778 F: hw/input/tsc2005.c
779 F: hw/misc/cbus.c
780 F: hw/rtc/twl92230.c
781 F: include/hw/display/blizzard.h
782 F: include/hw/input/tsc2xxx.h
783 F: include/hw/misc/cbus.h
784 F: tests/acceptance/machine_arm_n8x0.py
785 F: docs/system/arm/nseries.rst
787 Palm
788 M: Andrzej Zaborowski <balrogg@gmail.com>
789 M: Peter Maydell <peter.maydell@linaro.org>
790 L: qemu-arm@nongnu.org
791 S: Odd Fixes
792 F: hw/arm/palm.c
793 F: hw/input/tsc210x.c
794 F: include/hw/input/tsc2xxx.h
795 F: docs/system/arm/palm.rst
797 Raspberry Pi
798 M: Peter Maydell <peter.maydell@linaro.org>
799 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
800 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
801 L: qemu-arm@nongnu.org
802 S: Odd Fixes
803 F: hw/arm/raspi.c
804 F: hw/arm/raspi_platform.h
805 F: hw/*/bcm283*
806 F: include/hw/arm/raspi*
807 F: include/hw/*/bcm283*
808 F: docs/system/arm/raspi.rst
810 Real View
811 M: Peter Maydell <peter.maydell@linaro.org>
812 L: qemu-arm@nongnu.org
813 S: Maintained
814 F: hw/arm/realview*
815 F: hw/cpu/realview_mpcore.c
816 F: hw/intc/realview_gic.c
817 F: include/hw/intc/realview_gic.h
818 F: docs/system/arm/realview.rst
820 PXA2XX
821 M: Andrzej Zaborowski <balrogg@gmail.com>
822 M: Peter Maydell <peter.maydell@linaro.org>
823 L: qemu-arm@nongnu.org
824 S: Odd Fixes
825 F: hw/arm/mainstone.c
826 F: hw/arm/spitz.c
827 F: hw/arm/tosa.c
828 F: hw/arm/z2.c
829 F: hw/*/pxa2xx*
830 F: hw/display/tc6393xb.c
831 F: hw/gpio/max7310.c
832 F: hw/gpio/zaurus.c
833 F: hw/misc/mst_fpga.c
834 F: hw/misc/max111x.c
835 F: include/hw/misc/max111x.h
836 F: include/hw/arm/pxa.h
837 F: include/hw/arm/sharpsl.h
838 F: include/hw/display/tc6393xb.h
839 F: docs/system/arm/xscale.rst
841 SABRELITE / i.MX6
842 M: Peter Maydell <peter.maydell@linaro.org>
843 R: Jean-Christophe Dubois <jcd@tribudubois.net>
844 L: qemu-arm@nongnu.org
845 S: Odd Fixes
846 F: hw/arm/sabrelite.c
847 F: hw/arm/fsl-imx6.c
848 F: hw/misc/imx6_*.c
849 F: hw/ssi/imx_spi.c
850 F: hw/usb/imx-usb-phy.c
851 F: include/hw/usb/imx-usb-phy.h
852 F: include/hw/arm/fsl-imx6.h
853 F: include/hw/misc/imx6_*.h
854 F: include/hw/ssi/imx_spi.h
856 SBSA-REF
857 M: Radoslaw Biernacki <rad@semihalf.com>
858 M: Peter Maydell <peter.maydell@linaro.org>
859 R: Leif Lindholm <leif@nuviainc.com>
860 L: qemu-arm@nongnu.org
861 S: Maintained
862 F: hw/arm/sbsa-ref.c
863 F: docs/system/arm/sbsa.rst
865 Sharp SL-5500 (Collie) PDA
866 M: Peter Maydell <peter.maydell@linaro.org>
867 L: qemu-arm@nongnu.org
868 S: Odd Fixes
869 F: hw/arm/collie.c
870 F: hw/arm/strongarm*
871 F: docs/system/arm/collie.rst
873 Stellaris
874 M: Peter Maydell <peter.maydell@linaro.org>
875 L: qemu-arm@nongnu.org
876 S: Maintained
877 F: hw/*/stellaris*
878 F: include/hw/input/gamepad.h
879 F: docs/system/arm/stellaris.rst
881 Versatile Express
882 M: Peter Maydell <peter.maydell@linaro.org>
883 L: qemu-arm@nongnu.org
884 S: Maintained
885 F: hw/arm/vexpress.c
886 F: docs/system/arm/vexpress.rst
888 Versatile PB
889 M: Peter Maydell <peter.maydell@linaro.org>
890 L: qemu-arm@nongnu.org
891 S: Maintained
892 F: hw/*/versatile*
893 F: include/hw/i2c/arm_sbcon_i2c.h
894 F: hw/misc/arm_sysctl.c
895 F: docs/system/arm/versatile.rst
897 Virt
898 M: Peter Maydell <peter.maydell@linaro.org>
899 L: qemu-arm@nongnu.org
900 S: Maintained
901 F: hw/arm/virt*
902 F: include/hw/arm/virt.h
903 F: docs/system/arm/virt.rst
905 Xilinx Zynq
906 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
907 M: Alistair Francis <alistair@alistair23.me>
908 M: Peter Maydell <peter.maydell@linaro.org>
909 L: qemu-arm@nongnu.org
910 S: Maintained
911 F: hw/*/xilinx_*
912 F: hw/*/cadence_*
913 F: hw/misc/zynq*
914 F: include/hw/misc/zynq*
915 X: hw/ssi/xilinx_*
917 Xilinx ZynqMP and Versal
918 M: Alistair Francis <alistair@alistair23.me>
919 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
920 M: Peter Maydell <peter.maydell@linaro.org>
921 L: qemu-arm@nongnu.org
922 S: Maintained
923 F: hw/*/xlnx*.c
924 F: include/hw/*/xlnx*.h
925 F: include/hw/ssi/xilinx_spips.h
926 F: hw/display/dpcd.c
927 F: include/hw/display/dpcd.h
928 F: docs/system/arm/xlnx-versal-virt.rst
930 ARM ACPI Subsystem
931 M: Shannon Zhao <shannon.zhaosl@gmail.com>
932 L: qemu-arm@nongnu.org
933 S: Maintained
934 F: hw/arm/virt-acpi-build.c
936 STM32F205
937 M: Alistair Francis <alistair@alistair23.me>
938 M: Peter Maydell <peter.maydell@linaro.org>
939 L: qemu-arm@nongnu.org
940 S: Maintained
941 F: hw/arm/stm32f205_soc.c
942 F: hw/misc/stm32f2xx_syscfg.c
943 F: hw/char/stm32f2xx_usart.c
944 F: hw/timer/stm32f2xx_timer.c
945 F: hw/adc/*
946 F: hw/ssi/stm32f2xx_spi.c
947 F: include/hw/*/stm32*.h
949 STM32F405
950 M: Alistair Francis <alistair@alistair23.me>
951 M: Peter Maydell <peter.maydell@linaro.org>
952 L: qemu-arm@nongnu.org
953 S: Maintained
954 F: hw/arm/stm32f405_soc.c
955 F: hw/misc/stm32f4xx_syscfg.c
956 F: hw/misc/stm32f4xx_exti.c
958 Netduino 2
959 M: Alistair Francis <alistair@alistair23.me>
960 M: Peter Maydell <peter.maydell@linaro.org>
961 L: qemu-arm@nongnu.org
962 S: Maintained
963 F: hw/arm/netduino2.c
965 Netduino Plus 2
966 M: Alistair Francis <alistair@alistair23.me>
967 M: Peter Maydell <peter.maydell@linaro.org>
968 L: qemu-arm@nongnu.org
969 S: Maintained
970 F: hw/arm/netduinoplus2.c
972 SmartFusion2
973 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
974 M: Peter Maydell <peter.maydell@linaro.org>
975 L: qemu-arm@nongnu.org
976 S: Maintained
977 F: hw/arm/msf2-soc.c
978 F: hw/misc/msf2-sysreg.c
979 F: hw/timer/mss-timer.c
980 F: hw/ssi/mss-spi.c
981 F: include/hw/arm/msf2-soc.h
982 F: include/hw/misc/msf2-sysreg.h
983 F: include/hw/timer/mss-timer.h
984 F: include/hw/ssi/mss-spi.h
985 F: hw/net/msf2-emac.c
986 F: include/hw/net/msf2-emac.h
988 Emcraft M2S-FG484
989 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
990 M: Peter Maydell <peter.maydell@linaro.org>
991 L: qemu-arm@nongnu.org
992 S: Maintained
993 F: hw/arm/msf2-som.c
995 ASPEED BMCs
996 M: Cédric Le Goater <clg@kaod.org>
997 M: Peter Maydell <peter.maydell@linaro.org>
998 R: Andrew Jeffery <andrew@aj.id.au>
999 R: Joel Stanley <joel@jms.id.au>
1000 L: qemu-arm@nongnu.org
1001 S: Maintained
1002 F: hw/*/*aspeed*
1003 F: hw/misc/pca9552.c
1004 F: include/hw/*/*aspeed*
1005 F: include/hw/misc/pca9552*.h
1006 F: hw/net/ftgmac100.c
1007 F: include/hw/net/ftgmac100.h
1008 F: docs/system/arm/aspeed.rst
1010 NRF51
1011 M: Joel Stanley <joel@jms.id.au>
1012 M: Peter Maydell <peter.maydell@linaro.org>
1013 L: qemu-arm@nongnu.org
1014 S: Maintained
1015 F: hw/*/nrf51*.c
1016 F: hw/*/microbit*.c
1017 F: include/hw/*/nrf51*.h
1018 F: include/hw/*/microbit*.h
1019 F: tests/qtest/microbit-test.c
1021 AVR Machines
1022 -------------
1024 AVR MCUs
1025 M: Michael Rolnik <mrolnik@gmail.com>
1026 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1027 S: Maintained
1028 F: default-configs/avr-softmmu.mak
1029 F: hw/avr/
1030 F: include/hw/char/avr_usart.h
1031 F: hw/char/avr_usart.c
1032 F: include/hw/timer/avr_timer16.h
1033 F: hw/timer/avr_timer16.c
1034 F: include/hw/misc/avr_power.h
1035 F: hw/misc/avr_power.c
1037 Arduino
1038 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1039 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1040 S: Maintained
1041 F: hw/avr/arduino.c
1043 CRIS Machines
1044 -------------
1045 Axis Dev88
1046 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1047 S: Maintained
1048 F: hw/cris/axis_dev88.c
1049 F: hw/*/etraxfs_*.c
1051 HP-PARISC Machines
1052 ------------------
1053 HP B160L
1054 M: Richard Henderson <richard.henderson@linaro.org>
1055 R: Helge Deller <deller@gmx.de>
1056 S: Odd Fixes
1057 F: default-configs/hppa-softmmu.mak
1058 F: hw/hppa/
1059 F: pc-bios/hppa-firmware.img
1061 LM32 Machines
1062 -------------
1063 EVR32 and uclinux BSP
1064 R: Michael Walle <michael@walle.cc>
1065 S: Orphan
1066 F: hw/lm32/lm32_boards.c
1068 milkymist
1069 R: Michael Walle <michael@walle.cc>
1070 S: Orphan
1071 F: hw/lm32/milkymist.c
1073 M68K Machines
1074 -------------
1075 an5206
1076 M: Thomas Huth <huth@tuxfamily.org>
1077 S: Odd Fixes
1078 F: hw/m68k/an5206.c
1079 F: hw/m68k/mcf5206.c
1081 mcf5208
1082 M: Thomas Huth <huth@tuxfamily.org>
1083 S: Odd Fixes
1084 F: hw/m68k/mcf5208.c
1085 F: hw/m68k/mcf_intc.c
1086 F: hw/char/mcf_uart.c
1087 F: hw/net/mcf_fec.c
1088 F: include/hw/m68k/mcf*.h
1090 NeXTcube
1091 M: Thomas Huth <huth@tuxfamily.org>
1092 S: Odd Fixes
1093 F: hw/m68k/next-*.c
1094 F: hw/display/next-fb.c
1095 F: include/hw/m68k/next-cube.h
1097 q800
1098 M: Laurent Vivier <laurent@vivier.eu>
1099 S: Maintained
1100 F: hw/m68k/q800.c
1101 F: hw/misc/mac_via.c
1102 F: hw/nubus/*
1103 F: hw/display/macfb.c
1104 F: hw/block/swim.c
1105 F: hw/m68k/bootinfo.h
1106 F: include/hw/misc/mac_via.h
1107 F: include/hw/nubus/*
1108 F: include/hw/display/macfb.h
1109 F: include/hw/block/swim.h
1111 MicroBlaze Machines
1112 -------------------
1113 petalogix_s3adsp1800
1114 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1115 S: Maintained
1116 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1117 F: include/hw/char/xilinx_uartlite.h
1119 petalogix_ml605
1120 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1121 S: Maintained
1122 F: hw/microblaze/petalogix_ml605_mmu.c
1124 MIPS Machines
1125 -------------
1126 Jazz
1127 M: Hervé Poussineau <hpoussin@reactos.org>
1128 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1129 S: Maintained
1130 F: hw/mips/jazz.c
1131 F: hw/display/jazz_led.c
1132 F: hw/dma/rc4030.c
1134 Malta
1135 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1136 R: Aurelien Jarno <aurelien@aurel32.net>
1137 S: Odd Fixes
1138 F: hw/isa/piix4.c
1139 F: hw/acpi/piix4.c
1140 F: hw/mips/malta.c
1141 F: hw/mips/gt64xxx_pci.c
1142 F: include/hw/southbridge/piix.h
1143 F: tests/acceptance/linux_ssh_mips_malta.py
1144 F: tests/acceptance/machine_mips_malta.py
1146 Mipssim
1147 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1148 S: Orphaned
1149 F: hw/mips/mipssim.c
1150 F: hw/net/mipsnet.c
1152 Fuloong 2E
1153 M: Huacai Chen <chenhuacai@kernel.org>
1154 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1155 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1156 S: Odd Fixes
1157 F: hw/mips/fuloong2e.c
1158 F: hw/isa/vt82c686.c
1159 F: hw/pci-host/bonito.c
1160 F: include/hw/isa/vt82c686.h
1162 Loongson-3 virtual platforms
1163 M: Huacai Chen <chenhuacai@kernel.org>
1164 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1165 S: Maintained
1166 F: hw/intc/loongson_liointc.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://github.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
1689 Character devices
1690 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1691 R: Paolo Bonzini <pbonzini@redhat.com>
1692 S: Odd Fixes
1693 F: hw/char/
1695 Network devices
1696 M: Jason Wang <jasowang@redhat.com>
1697 S: Odd Fixes
1698 F: hw/net/
1699 F: include/hw/net/
1700 F: tests/qtest/virtio-net-test.c
1701 F: docs/virtio-net-failover.rst
1702 T: git https://github.com/jasowang/qemu.git net
1704 Parallel NOR Flash devices
1705 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1706 T: git https://gitlab.com/philmd/qemu.git pflash-next
1707 S: Maintained
1708 F: hw/block/pflash_cfi*.c
1709 F: include/hw/block/flash.h
1711 SCSI
1712 M: Paolo Bonzini <pbonzini@redhat.com>
1713 R: Fam Zheng <fam@euphon.net>
1714 S: Supported
1715 F: include/hw/scsi/*
1716 F: hw/scsi/*
1717 F: tests/qtest/virtio-scsi-test.c
1718 T: git https://github.com/bonzini/qemu.git scsi-next
1721 M: Alistair Francis <alistair@alistair23.me>
1722 S: Maintained
1723 F: hw/ssi/*
1724 F: hw/block/m25p80.c
1725 F: include/hw/ssi/ssi.h
1726 X: hw/ssi/xilinx_*
1727 F: tests/qtest/m25p80-test.c
1729 Xilinx SPI
1730 M: Alistair Francis <alistair@alistair23.me>
1731 S: Maintained
1732 F: hw/ssi/xilinx_*
1734 SD (Secure Card)
1735 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1736 L: qemu-block@nongnu.org
1737 S: Odd Fixes
1738 F: include/hw/sd/sd*
1739 F: hw/sd/core.c
1740 F: hw/sd/sd*
1741 F: hw/sd/ssi-sd.c
1742 F: tests/qtest/sd*
1745 M: Gerd Hoffmann <kraxel@redhat.com>
1746 S: Maintained
1747 F: hw/usb/*
1748 F: tests/qtest/usb-*-test.c
1749 F: docs/usb2.txt
1750 F: docs/usb-storage.txt
1751 F: include/hw/usb.h
1752 F: include/hw/usb/
1753 F: default-configs/usb.mak
1755 USB (serial adapter)
1756 M: Gerd Hoffmann <kraxel@redhat.com>
1757 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1758 S: Maintained
1759 F: hw/usb/dev-serial.c
1761 VFIO
1762 M: Alex Williamson <alex.williamson@redhat.com>
1763 S: Supported
1764 F: hw/vfio/*
1765 F: include/hw/vfio/
1767 vfio-ccw
1768 M: Cornelia Huck <cohuck@redhat.com>
1769 M: Eric Farman <farman@linux.ibm.com>
1770 S: Supported
1771 F: hw/vfio/ccw.c
1772 F: hw/s390x/s390-ccw.c
1773 F: include/hw/s390x/s390-ccw.h
1774 F: include/hw/s390x/vfio-ccw.h
1775 T: git https://github.com/cohuck/qemu.git s390-next
1776 L: qemu-s390x@nongnu.org
1778 vfio-ap
1779 M: Christian Borntraeger <borntraeger@de.ibm.com>
1780 M: Tony Krowiak <akrowiak@linux.ibm.com>
1781 M: Halil Pasic <pasic@linux.ibm.com>
1782 M: Pierre Morel <pmorel@linux.ibm.com>
1783 S: Supported
1784 F: hw/s390x/ap-device.c
1785 F: hw/s390x/ap-bridge.c
1786 F: include/hw/s390x/ap-device.h
1787 F: include/hw/s390x/ap-bridge.h
1788 F: hw/vfio/ap.c
1789 F: docs/system/s390x/vfio-ap.rst
1790 L: qemu-s390x@nongnu.org
1792 vhost
1793 M: Michael S. Tsirkin <mst@redhat.com>
1794 S: Supported
1795 F: hw/*/*vhost*
1796 F: docs/interop/vhost-user.json
1797 F: docs/interop/vhost-user.rst
1798 F: contrib/vhost-user-*/
1799 F: backends/vhost-user.c
1800 F: include/sysemu/vhost-user-backend.h
1802 virtio
1803 M: Michael S. Tsirkin <mst@redhat.com>
1804 S: Supported
1805 F: hw/*/virtio*
1806 F: hw/virtio/Makefile.objs
1807 F: hw/virtio/trace-events
1808 F: net/vhost-user.c
1809 F: include/hw/virtio/
1811 virtio-balloon
1812 M: Michael S. Tsirkin <mst@redhat.com>
1813 M: David Hildenbrand <david@redhat.com>
1814 S: Maintained
1815 F: hw/virtio/virtio-balloon*.c
1816 F: include/hw/virtio/virtio-balloon.h
1817 F: softmmu/balloon.c
1818 F: include/sysemu/balloon.h
1820 virtio-9p
1821 M: Greg Kurz <groug@kaod.org>
1822 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1823 S: Odd Fixes
1824 F: hw/9pfs/
1825 X: hw/9pfs/xen-9p*
1826 F: fsdev/
1827 F: docs/interop/virtfs-proxy-helper.rst
1828 F: tests/qtest/virtio-9p-test.c
1829 T: git https://github.com/gkurz/qemu.git 9p-next
1831 virtio-blk
1832 M: Stefan Hajnoczi <stefanha@redhat.com>
1833 L: qemu-block@nongnu.org
1834 S: Supported
1835 F: hw/block/virtio-blk.c
1836 F: hw/block/dataplane/*
1837 F: tests/qtest/virtio-blk-test.c
1838 T: git https://github.com/stefanha/qemu.git block
1840 virtio-ccw
1841 M: Cornelia Huck <cohuck@redhat.com>
1842 M: Halil Pasic <pasic@linux.ibm.com>
1843 S: Supported
1844 F: hw/s390x/virtio-ccw*.[hc]
1845 F: hw/s390x/vhost-vsock-ccw.c
1846 T: git https://github.com/cohuck/qemu.git s390-next
1847 T: git https://github.com/borntraeger/qemu.git s390-next
1848 L: qemu-s390x@nongnu.org
1850 virtiofs
1851 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1852 M: Stefan Hajnoczi <stefanha@redhat.com>
1853 S: Supported
1854 F: tools/virtiofsd/*
1855 F: hw/virtio/vhost-user-fs*
1856 F: include/hw/virtio/vhost-user-fs.h
1857 F: docs/interop/virtiofsd.rst
1859 virtio-input
1860 M: Gerd Hoffmann <kraxel@redhat.com>
1861 S: Maintained
1862 F: hw/input/vhost-user-input.c
1863 F: hw/input/virtio-input*.c
1864 F: include/hw/virtio/virtio-input.h
1865 F: contrib/vhost-user-input/*
1867 virtio-iommu
1868 M: Eric Auger <eric.auger@redhat.com>
1869 S: Maintained
1870 F: hw/virtio/virtio-iommu*.c
1871 F: include/hw/virtio/virtio-iommu.h
1873 virtio-serial
1874 M: Laurent Vivier <lvivier@redhat.com>
1875 R: Amit Shah <amit@kernel.org>
1876 S: Supported
1877 F: hw/char/virtio-serial-bus.c
1878 F: hw/char/virtio-console.c
1879 F: include/hw/virtio/virtio-serial.h
1880 F: tests/qtest/virtio-serial-test.c
1882 virtio-rng
1883 M: Laurent Vivier <lvivier@redhat.com>
1884 R: Amit Shah <amit@kernel.org>
1885 S: Supported
1886 F: hw/virtio/virtio-rng.c
1887 F: include/hw/virtio/virtio-rng.h
1888 F: include/sysemu/rng*.h
1889 F: backends/rng*.c
1890 F: tests/qtest/virtio-rng-test.c
1892 virtio-crypto
1893 M: Gonglei <arei.gonglei@huawei.com>
1894 S: Supported
1895 F: hw/virtio/virtio-crypto.c
1896 F: hw/virtio/virtio-crypto-pci.c
1897 F: include/hw/virtio/virtio-crypto.h
1899 virtio-mem
1900 M: David Hildenbrand <david@redhat.com>
1901 S: Supported
1902 W: https://virtio-mem.gitlab.io/
1903 F: hw/virtio/virtio-mem.c
1904 F: hw/virtio/virtio-mem-pci.h
1905 F: hw/virtio/virtio-mem-pci.c
1906 F: include/hw/virtio/virtio-mem.h
1908 nvme
1909 M: Keith Busch <kbusch@kernel.org>
1910 M: Klaus Jensen <its@irrelevant.dk>
1911 L: qemu-block@nongnu.org
1912 S: Supported
1913 F: hw/block/nvme*
1914 F: include/block/nvme.h
1915 F: tests/qtest/nvme-test.c
1916 F: docs/specs/nvme.txt
1917 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1919 megasas
1920 M: Hannes Reinecke <hare@suse.com>
1921 L: qemu-block@nongnu.org
1922 S: Supported
1923 F: hw/scsi/megasas.c
1924 F: hw/scsi/mfi.h
1925 F: tests/qtest/megasas-test.c
1927 Network packet abstractions
1928 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1929 S: Maintained
1930 F: include/net/eth.h
1931 F: net/eth.c
1932 F: hw/net/net_rx_pkt*
1933 F: hw/net/net_tx_pkt*
1935 Vmware
1936 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1937 S: Maintained
1938 F: hw/net/vmxnet*
1939 F: hw/scsi/vmw_pvscsi*
1940 F: tests/qtest/vmxnet3-test.c
1942 Rocker
1943 M: Jiri Pirko <jiri@resnulli.us>
1944 S: Maintained
1945 F: hw/net/rocker/
1946 F: qapi/rocker.json
1947 F: tests/rocker/
1948 F: docs/specs/rocker.txt
1950 NVDIMM
1951 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1952 S: Maintained
1953 F: hw/acpi/nvdimm.c
1954 F: hw/mem/nvdimm.c
1955 F: include/hw/mem/nvdimm.h
1956 F: docs/nvdimm.txt
1958 e1000x
1959 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1960 S: Maintained
1961 F: hw/net/e1000x*
1963 e1000e
1964 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1965 S: Maintained
1966 F: hw/net/e1000e*
1968 eepro100
1969 M: Stefan Weil <sw@weilnetz.de>
1970 S: Maintained
1971 F: hw/net/eepro100.c
1973 tulip
1974 M: Sven Schnelle <svens@stackframe.org>
1975 S: Maintained
1976 F: hw/net/tulip.c
1977 F: hw/net/tulip.h
1979 Generic Loader
1980 M: Alistair Francis <alistair@alistair23.me>
1981 S: Maintained
1982 F: hw/core/generic-loader.c
1983 F: include/hw/core/generic-loader.h
1984 F: docs/generic-loader.txt
1986 Intel Hexadecimal Object File Loader
1987 M: Su Hang <suhang16@mails.ucas.ac.cn>
1988 S: Maintained
1989 F: tests/qtest/hexloader-test.c
1990 F: tests/data/hex-loader/test.hex
1992 CHRP NVRAM
1993 M: Thomas Huth <thuth@redhat.com>
1994 S: Maintained
1995 F: hw/nvram/chrp_nvram.c
1996 F: include/hw/nvram/chrp_nvram.h
1997 F: tests/qtest/prom-env-test.c
1999 VM Generation ID
2000 M: Ben Warren <ben@skyportsystems.com>
2001 S: Maintained
2002 F: hw/acpi/vmgenid.c
2003 F: include/hw/acpi/vmgenid.h
2004 F: docs/specs/vmgenid.txt
2005 F: tests/qtest/vmgenid-test.c
2006 F: stubs/vmgenid.c
2009 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2010 S: Maintained
2011 F: include/hw/misc/led.h
2012 F: hw/misc/led.c
2014 Unimplemented device
2015 M: Peter Maydell <peter.maydell@linaro.org>
2016 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2017 S: Maintained
2018 F: include/hw/misc/unimp.h
2019 F: hw/misc/unimp.c
2021 Empty slot
2022 M: Artyom Tarasenko <atar4qemu@gmail.com>
2023 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2024 S: Maintained
2025 F: include/hw/misc/empty_slot.h
2026 F: hw/misc/empty_slot.c
2028 Standard VGA
2029 M: Gerd Hoffmann <kraxel@redhat.com>
2030 S: Maintained
2031 F: hw/display/vga*
2032 F: hw/display/bochs-display.c
2033 F: include/hw/display/vga.h
2034 F: include/hw/display/bochs-vbe.h
2036 ramfb
2037 M: Gerd Hoffmann <kraxel@redhat.com>
2038 S: Maintained
2039 F: hw/display/ramfb*.c
2040 F: include/hw/display/ramfb.h
2042 virtio-gpu
2043 M: Gerd Hoffmann <kraxel@redhat.com>
2044 S: Maintained
2045 F: hw/display/virtio-gpu*
2046 F: hw/display/virtio-vga.*
2047 F: include/hw/virtio/virtio-gpu.h
2049 vhost-user-blk
2050 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2051 S: Maintained
2052 F: contrib/vhost-user-blk/
2053 F: contrib/vhost-user-scsi/
2054 F: hw/block/vhost-user-blk.c
2055 F: hw/scsi/vhost-user-scsi.c
2056 F: hw/virtio/vhost-user-blk-pci.c
2057 F: hw/virtio/vhost-user-scsi-pci.c
2058 F: include/hw/virtio/vhost-user-blk.h
2059 F: include/hw/virtio/vhost-user-scsi.h
2061 vhost-user-gpu
2062 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2063 M: Gerd Hoffmann <kraxel@redhat.com>
2064 S: Maintained
2065 F: docs/interop/vhost-user-gpu.rst
2066 F: contrib/vhost-user-gpu
2067 F: hw/display/vhost-user-*
2069 Cirrus VGA
2070 M: Gerd Hoffmann <kraxel@redhat.com>
2071 S: Odd Fixes
2072 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2073 F: hw/display/cirrus*
2075 EDID Generator
2076 M: Gerd Hoffmann <kraxel@redhat.com>
2077 S: Maintained
2078 F: hw/display/edid*
2079 F: include/hw/display/edid.h
2080 F: qemu-edid.c
2082 PIIX4 South Bridge (i82371AB)
2083 M: Hervé Poussineau <hpoussin@reactos.org>
2084 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2085 S: Maintained
2086 F: hw/isa/piix4.c
2087 F: include/hw/southbridge/piix.h
2089 Firmware configuration (fw_cfg)
2090 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2091 R: Laszlo Ersek <lersek@redhat.com>
2092 R: Gerd Hoffmann <kraxel@redhat.com>
2093 S: Supported
2094 F: docs/specs/fw_cfg.txt
2095 F: hw/nvram/fw_cfg*.c
2096 F: stubs/fw_cfg.c
2097 F: include/hw/nvram/fw_cfg.h
2098 F: include/standard-headers/linux/qemu_fw_cfg.h
2099 F: tests/qtest/libqos/fw_cfg.c
2100 F: tests/qtest/fw_cfg-test.c
2101 T: git https://github.com/philmd/qemu.git fw_cfg-next
2103 XIVE
2104 M: Cédric Le Goater <clg@kaod.org>
2105 R: David Gibson <david@gibson.dropbear.id.au>
2106 R: Greg Kurz <groug@kaod.org>
2107 L: qemu-ppc@nongnu.org
2108 S: Supported
2109 F: hw/*/*xive*
2110 F: include/hw/*/*xive*
2111 F: docs/*/*xive*
2113 Renesas peripherals
2114 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2115 R: Magnus Damm <magnus.damm@gmail.com>
2116 S: Odd Fixes
2117 F: hw/char/renesas_sci.c
2118 F: hw/char/sh_serial.c
2119 F: hw/timer/renesas_*.c
2120 F: hw/timer/sh_timer.c
2121 F: include/hw/char/renesas_sci.h
2122 F: include/hw/sh4/sh.h
2123 F: include/hw/timer/renesas_*.h
2125 Renesas RX peripherals
2126 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2127 S: Odd Fixes
2128 F: hw/intc/rx_icu.c
2129 F: hw/rx/
2130 F: include/hw/intc/rx_icu.h
2131 F: include/hw/rx/
2133 CAN bus subsystem and hardware
2134 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2135 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2136 S: Maintained
2137 W: https://canbus.pages.fel.cvut.cz/
2138 F: net/can/*
2139 F: hw/net/can/*
2140 F: include/net/can_*.h
2142 Subsystems
2143 ----------
2144 Audio
2145 M: Gerd Hoffmann <kraxel@redhat.com>
2146 S: Maintained
2147 F: audio/
2148 F: hw/audio/
2149 F: include/hw/audio/
2150 F: qapi/audio.json
2151 F: tests/qtest/ac97-test.c
2152 F: tests/qtest/es1370-test.c
2153 F: tests/qtest/intel-hda-test.c
2155 Block layer core
2156 M: Kevin Wolf <kwolf@redhat.com>
2157 M: Max Reitz <mreitz@redhat.com>
2158 L: qemu-block@nongnu.org
2159 S: Supported
2160 F: block*
2161 F: block/
2162 F: hw/block/
2163 F: include/block/
2164 F: qemu-img*
2165 F: docs/interop/qemu-img.rst
2166 F: qemu-io*
2167 F: tests/qemu-iotests/
2168 F: util/qemu-progress.c
2169 F: qobject/block-qdict.c
2170 F: tests/check-block-qdict.c
2171 T: git https://repo.or.cz/qemu/kevin.git block
2173 Block I/O path
2174 M: Stefan Hajnoczi <stefanha@redhat.com>
2175 M: Fam Zheng <fam@euphon.net>
2176 L: qemu-block@nongnu.org
2177 S: Supported
2178 F: util/async.c
2179 F: util/aio-*.c
2180 F: util/aio-*.h
2181 F: util/fdmon-*.c
2182 F: block/io.c
2183 F: migration/block*
2184 F: include/block/aio.h
2185 F: include/block/aio-wait.h
2186 F: scripts/qemugdb/aio.py
2187 F: tests/test-fdmon-epoll.c
2188 T: git https://github.com/stefanha/qemu.git block
2190 Block SCSI subsystem
2191 M: Paolo Bonzini <pbonzini@redhat.com>
2192 R: Fam Zheng <fam@euphon.net>
2193 L: qemu-block@nongnu.org
2194 S: Supported
2195 F: include/scsi/*
2196 F: scsi/*
2198 Block Jobs
2199 M: John Snow <jsnow@redhat.com>
2200 L: qemu-block@nongnu.org
2201 S: Supported
2202 F: blockjob.c
2203 F: include/block/blockjob.h
2204 F: job.c
2205 F: job-qmp.c
2206 F: include/qemu/job.h
2207 F: block/backup.c
2208 F: block/commit.c
2209 F: block/stream.c
2210 F: block/mirror.c
2211 F: qapi/job.json
2212 T: git https://gitlab.com/jsnow/qemu.git jobs
2214 Block QAPI, monitor, command line
2215 M: Markus Armbruster <armbru@redhat.com>
2216 S: Supported
2217 F: blockdev.c
2218 F: blockdev-hmp-cmds.c
2219 F: block/qapi.c
2220 F: qapi/block*.json
2221 F: qapi/transaction.json
2222 T: git https://repo.or.cz/qemu/armbru.git block-next
2224 Dirty Bitmaps
2225 M: Eric Blake <eblake@redhat.com>
2226 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2227 R: John Snow <jsnow@redhat.com>
2228 L: qemu-block@nongnu.org
2229 S: Supported
2230 F: include/qemu/hbitmap.h
2231 F: include/block/dirty-bitmap.h
2232 F: block/monitor/bitmap-qmp-cmds.c
2233 F: block/dirty-bitmap.c
2234 F: block/qcow2-bitmap.c
2235 F: migration/block-dirty-bitmap.c
2236 F: util/hbitmap.c
2237 F: tests/test-hbitmap.c
2238 F: docs/interop/bitmaps.rst
2239 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2241 Character device backends
2242 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2243 R: Paolo Bonzini <pbonzini@redhat.com>
2244 S: Maintained
2245 F: chardev/
2246 F: include/chardev/
2247 F: qapi/char.json
2249 Character Devices (Braille)
2250 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2251 S: Maintained
2252 F: chardev/baum.c
2254 Command line option argument parsing
2255 M: Markus Armbruster <armbru@redhat.com>
2256 S: Supported
2257 F: include/qemu/option.h
2258 F: tests/test-keyval.c
2259 F: tests/test-qemu-opts.c
2260 F: util/keyval.c
2261 F: util/qemu-option.c
2263 Coverity model
2264 M: Markus Armbruster <armbru@redhat.com>
2265 S: Supported
2266 F: scripts/coverity-model.c
2268 Coverity Scan integration
2269 M: Peter Maydell <peter.maydell@linaro.org>
2270 S: Maintained
2271 F: scripts/coverity-scan/
2273 Device Tree
2274 M: Alistair Francis <alistair.francis@wdc.com>
2275 R: David Gibson <david@gibson.dropbear.id.au>
2276 S: Maintained
2277 F: softmmu/device_tree.c
2278 F: include/sysemu/device_tree.h
2280 Dump
2281 S: Supported
2282 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2283 F: dump/
2284 F: hw/misc/vmcoreinfo.c
2285 F: include/hw/misc/vmcoreinfo.h
2286 F: include/qemu/win_dump_defs
2287 F: include/sysemu/dump-arch.h
2288 F: include/sysemu/dump.h
2289 F: qapi/dump.json
2290 F: scripts/dump-guest-memory.py
2291 F: stubs/dump.c
2293 Error reporting
2294 M: Markus Armbruster <armbru@redhat.com>
2295 S: Supported
2296 F: include/qapi/error.h
2297 F: include/qemu/error-report.h
2298 F: qapi/error.json
2299 F: util/error.c
2300 F: util/qemu-error.c
2301 F: scripts/coccinelle/err-bad-newline.cocci
2302 F: scripts/coccinelle/error-use-after-free.cocci
2303 F: scripts/coccinelle/error_propagate_null.cocci
2304 F: scripts/coccinelle/remove_local_err.cocci
2305 F: scripts/coccinelle/use-error_fatal.cocci
2306 F: scripts/coccinelle/errp-guard.cocci
2308 GDB stub
2309 M: Alex Bennée <alex.bennee@linaro.org>
2310 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2311 S: Maintained
2312 F: gdbstub*
2313 F: gdb-xml/
2315 Memory API
2316 M: Paolo Bonzini <pbonzini@redhat.com>
2317 S: Supported
2318 F: include/exec/ioport.h
2319 F: include/exec/memop.h
2320 F: include/exec/memory.h
2321 F: include/exec/ram_addr.h
2322 F: include/exec/ramblock.h
2323 F: softmmu/dma-helpers.c
2324 F: softmmu/ioport.c
2325 F: softmmu/memory.c
2326 F: softmmu/physmem.c
2327 F: include/exec/memory-internal.h
2328 F: scripts/coccinelle/memory-region-housekeeping.cocci
2330 SPICE
2331 M: Gerd Hoffmann <kraxel@redhat.com>
2332 S: Supported
2333 F: include/ui/qemu-spice.h
2334 F: include/ui/spice-display.h
2335 F: ui/spice-*.c
2336 F: audio/spiceaudio.c
2337 F: hw/display/qxl*
2338 F: qapi/ui.json
2339 F: docs/spice-port-fqdn.txt
2341 Graphics
2342 M: Gerd Hoffmann <kraxel@redhat.com>
2343 S: Odd Fixes
2344 F: ui/
2345 F: include/ui/
2346 F: qapi/ui.json
2347 F: util/drm.c
2349 Cocoa graphics
2350 M: Peter Maydell <peter.maydell@linaro.org>
2351 S: Odd Fixes
2352 F: ui/cocoa.m
2354 Main loop
2355 M: Paolo Bonzini <pbonzini@redhat.com>
2356 S: Maintained
2357 F: include/qemu/main-loop.h
2358 F: include/sysemu/runstate.h
2359 F: include/sysemu/runstate-action.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: softmmu/runstate-action.c
2369 F: qapi/run-state.json
2371 Read, Copy, Update (RCU)
2372 M: Paolo Bonzini <pbonzini@redhat.com>
2373 S: Maintained
2374 F: include/qemu/rcu*.h
2375 F: tests/rcutorture.c
2376 F: tests/test-rcu-*.c
2377 F: util/rcu.c
2379 Human Monitor (HMP)
2380 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2381 S: Maintained
2382 F: monitor/monitor-internal.h
2383 F: monitor/misc.c
2384 F: monitor/monitor.c
2385 F: monitor/hmp*
2386 F: hmp.h
2387 F: hmp-commands*.hx
2388 F: include/monitor/hmp-target.h
2389 F: tests/qtest/test-hmp.c
2390 F: include/qemu/qemu-print.h
2391 F: util/qemu-print.c
2393 Network device backends
2394 M: Jason Wang <jasowang@redhat.com>
2395 S: Maintained
2396 F: net/
2397 F: include/net/
2398 F: qemu-bridge-helper.c
2399 T: git https://github.com/jasowang/qemu.git net
2400 F: qapi/net.json
2402 Netmap network backend
2403 M: Luigi Rizzo <rizzo@iet.unipi.it>
2404 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2405 M: Vincenzo Maffione <v.maffione@gmail.com>
2406 W: http://info.iet.unipi.it/~luigi/netmap/
2407 S: Maintained
2408 F: net/netmap.c
2410 Host Memory Backends
2411 M: Eduardo Habkost <ehabkost@redhat.com>
2412 M: Igor Mammedov <imammedo@redhat.com>
2413 S: Maintained
2414 F: backends/hostmem*.c
2415 F: include/sysemu/hostmem.h
2416 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2418 Cryptodev Backends
2419 M: Gonglei <arei.gonglei@huawei.com>
2420 S: Maintained
2421 F: include/sysemu/cryptodev*.h
2422 F: backends/cryptodev*.c
2424 Python library
2425 M: John Snow <jsnow@redhat.com>
2426 M: Cleber Rosa <crosa@redhat.com>
2427 R: Eduardo Habkost <ehabkost@redhat.com>
2428 S: Maintained
2429 F: python/
2430 T: git https://gitlab.com/jsnow/qemu.git python
2432 Python scripts
2433 M: Eduardo Habkost <ehabkost@redhat.com>
2434 M: Cleber Rosa <crosa@redhat.com>
2435 S: Odd fixes
2436 F: scripts/*.py
2437 F: tests/*.py
2439 Benchmark util
2440 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2441 S: Maintained
2442 F: scripts/simplebench/
2444 QAPI
2445 M: Markus Armbruster <armbru@redhat.com>
2446 M: Michael Roth <michael.roth@amd.com>
2447 S: Supported
2448 F: qapi/
2449 X: qapi/*.json
2450 F: include/qapi/
2451 X: include/qapi/qmp/
2452 F: include/qapi/qmp/dispatch.h
2453 F: tests/qapi-schema/
2454 F: tests/test-*-visitor.c
2455 F: tests/test-qapi-*.c
2456 F: tests/test-qmp-*.c
2457 F: tests/test-visitor-serialization.c
2458 F: scripts/qapi-gen.py
2459 F: scripts/qapi/*
2460 F: docs/sphinx/qapidoc.py
2461 F: docs/devel/qapi*
2462 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2464 QAPI Schema
2465 M: Eric Blake <eblake@redhat.com>
2466 M: Markus Armbruster <armbru@redhat.com>
2467 S: Supported
2468 F: qapi/*.json
2469 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2471 QObject
2472 M: Markus Armbruster <armbru@redhat.com>
2473 S: Supported
2474 F: qobject/
2475 F: include/qapi/qmp/
2476 X: include/qapi/qmp/dispatch.h
2477 F: scripts/coccinelle/qobject.cocci
2478 F: tests/check-qdict.c
2479 F: tests/check-qjson.c
2480 F: tests/check-qlist.c
2481 F: tests/check-qlit.c
2482 F: tests/check-qnull.c
2483 F: tests/check-qnum.c
2484 F: tests/check-qobject.c
2485 F: tests/check-qstring.c
2486 F: tests/data/qobject/qdict.txt
2487 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2489 QEMU Guest Agent
2490 M: Michael Roth <michael.roth@amd.com>
2491 S: Maintained
2492 F: qga/
2493 F: docs/interop/qemu-ga.rst
2494 F: docs/interop/qemu-ga-ref.rst
2495 F: scripts/qemu-guest-agent/
2496 F: tests/test-qga.c
2497 T: git https://github.com/mdroth/qemu.git qga
2500 M: Paolo Bonzini <pbonzini@redhat.com>
2501 R: Daniel P. Berrange <berrange@redhat.com>
2502 R: Eduardo Habkost <ehabkost@redhat.com>
2503 S: Supported
2504 F: docs/qdev-device-use.txt
2505 F: hw/core/qdev*
2506 F: hw/core/bus.c
2507 F: hw/core/sysbus.c
2508 F: include/hw/qdev*
2509 F: include/monitor/qdev.h
2510 F: include/qom/
2511 F: qapi/qom.json
2512 F: qapi/qdev.json
2513 F: scripts/coccinelle/qom-parent-type.cocci
2514 F: softmmu/qdev-monitor.c
2515 F: qom/
2516 F: tests/check-qom-interface.c
2517 F: tests/check-qom-proplist.c
2518 F: tests/test-qdev-global-props.c
2520 QOM boilerplate conversion script
2521 M: Eduardo Habkost <ehabkost@redhat.com>
2522 S: Maintained
2523 F: scripts/codeconverter/
2526 M: Markus Armbruster <armbru@redhat.com>
2527 S: Supported
2528 F: monitor/monitor-internal.h
2529 F: monitor/qmp*
2530 F: monitor/misc.c
2531 F: monitor/monitor.c
2532 F: qapi/control.json
2533 F: qapi/error.json
2534 F: qapi/introspect.json
2535 F: docs/devel/*qmp-*
2536 F: docs/interop/*qmp-*
2537 F: scripts/qmp/
2538 F: tests/qtest/qmp-test.c
2539 F: tests/qtest/qmp-cmd-test.c
2540 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2542 qtest
2543 M: Thomas Huth <thuth@redhat.com>
2544 M: Laurent Vivier <lvivier@redhat.com>
2545 R: Paolo Bonzini <pbonzini@redhat.com>
2546 S: Maintained
2547 F: softmmu/qtest.c
2548 F: accel/qtest/
2549 F: tests/qtest/
2550 X: tests/qtest/bios-tables-test*
2552 Device Fuzzing
2553 M: Alexander Bulekov <alxndr@bu.edu>
2554 R: Paolo Bonzini <pbonzini@redhat.com>
2555 R: Bandan Das <bsd@redhat.com>
2556 R: Stefan Hajnoczi <stefanha@redhat.com>
2557 R: Thomas Huth <thuth@redhat.com>
2558 S: Maintained
2559 F: tests/qtest/fuzz/
2560 F: scripts/oss-fuzz/
2561 F: docs/devel/fuzzing.rst
2563 Register API
2564 M: Alistair Francis <alistair@alistair23.me>
2565 S: Maintained
2566 F: hw/core/register.c
2567 F: include/hw/register.h
2568 F: include/hw/registerfields.h
2570 SLIRP
2571 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2572 S: Maintained
2573 F: slirp/
2574 F: net/slirp.c
2575 F: include/net/slirp.h
2576 T: git https://people.debian.org/~sthibault/qemu.git slirp
2578 Streams
2579 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2580 S: Maintained
2581 F: hw/core/stream.c
2582 F: include/hw/stream.h
2584 Stubs
2585 M: Paolo Bonzini <pbonzini@redhat.com>
2586 S: Maintained
2587 F: stubs/
2589 Tracing
2590 M: Stefan Hajnoczi <stefanha@redhat.com>
2591 S: Maintained
2592 F: trace/
2593 F: trace-events
2594 F: docs/qemu-option-trace.rst.inc
2595 F: qapi/trace.json
2596 F: scripts/tracetool.py
2597 F: scripts/tracetool/
2598 F: scripts/qemu-trace-stap*
2599 F: docs/interop/qemu-trace-stap.rst
2600 F: docs/devel/tracing.txt
2601 T: git https://github.com/stefanha/qemu.git tracing
2604 M: Stefan Berger <stefanb@linux.ibm.com>
2605 S: Maintained
2606 F: tpm.c
2607 F: stubs/tpm.c
2608 F: hw/tpm/*
2609 F: include/hw/acpi/tpm.h
2610 F: include/sysemu/tpm*
2611 F: qapi/tpm.json
2612 F: backends/tpm/
2613 F: tests/qtest/*tpm*
2614 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2616 Checkpatch
2617 S: Odd Fixes
2618 F: scripts/checkpatch.pl
2620 Migration
2621 M: Juan Quintela <quintela@redhat.com>
2622 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2623 S: Maintained
2624 F: hw/core/vmstate-if.c
2625 F: include/hw/vmstate-if.h
2626 F: include/migration/
2627 F: migration/
2628 F: scripts/vmstate-static-checker.py
2629 F: tests/vmstate-static-checker-data/
2630 F: tests/qtest/migration-test.c
2631 F: docs/devel/migration.rst
2632 F: qapi/migration.json
2634 D-Bus
2635 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2636 S: Maintained
2637 F: backends/dbus-vmstate.c
2638 F: tests/dbus-vmstate*
2639 F: util/dbus.c
2640 F: include/qemu/dbus.h
2641 F: docs/interop/dbus.rst
2642 F: docs/interop/dbus-vmstate.rst
2644 Seccomp
2645 M: Eduardo Otubo <otubo@redhat.com>
2646 S: Supported
2647 F: softmmu/qemu-seccomp.c
2648 F: include/sysemu/seccomp.h
2650 Cryptography
2651 M: Daniel P. Berrange <berrange@redhat.com>
2652 S: Maintained
2653 F: crypto/
2654 F: include/crypto/
2655 F: qapi/crypto.json
2656 F: tests/test-crypto-*
2657 F: tests/benchmark-crypto-*
2658 F: tests/crypto-tls-*
2659 F: tests/pkix_asn1_tab.c
2660 F: qemu.sasl
2662 Coroutines
2663 M: Stefan Hajnoczi <stefanha@redhat.com>
2664 M: Kevin Wolf <kwolf@redhat.com>
2665 S: Maintained
2666 F: util/*coroutine*
2667 F: include/qemu/coroutine*
2668 F: tests/test-coroutine.c
2670 Buffers
2671 M: Daniel P. Berrange <berrange@redhat.com>
2672 S: Odd fixes
2673 F: util/buffer.c
2674 F: include/qemu/buffer.h
2676 I/O Channels
2677 M: Daniel P. Berrange <berrange@redhat.com>
2678 S: Maintained
2679 F: io/
2680 F: include/io/
2681 F: tests/test-io-*
2683 User authorization
2684 M: Daniel P. Berrange <berrange@redhat.com>
2685 S: Maintained
2686 F: authz/
2687 F: qapi/authz.json
2688 F: include/authz/
2689 F: tests/test-authz-*
2691 Sockets
2692 M: Daniel P. Berrange <berrange@redhat.com>
2693 M: Gerd Hoffmann <kraxel@redhat.com>
2694 S: Maintained
2695 F: include/qemu/sockets.h
2696 F: util/qemu-sockets.c
2697 F: qapi/sockets.json
2699 File monitor
2700 M: Daniel P. Berrange <berrange@redhat.com>
2701 S: Odd fixes
2702 F: util/filemonitor*.c
2703 F: include/qemu/filemonitor.h
2704 F: tests/test-util-filemonitor.c
2706 Throttling infrastructure
2707 M: Alberto Garcia <berto@igalia.com>
2708 S: Supported
2709 F: block/throttle-groups.c
2710 F: include/block/throttle-groups.h
2711 F: include/qemu/throttle*.h
2712 F: util/throttle.c
2713 F: docs/throttle.txt
2714 F: tests/test-throttle.c
2715 L: qemu-block@nongnu.org
2717 UUID
2718 M: Fam Zheng <fam@euphon.net>
2719 S: Supported
2720 F: util/uuid.c
2721 F: include/qemu/uuid.h
2722 F: tests/test-uuid.c
2724 COLO Framework
2725 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2726 S: Maintained
2727 F: migration/colo*
2728 F: include/migration/colo.h
2729 F: include/migration/failover.h
2730 F: docs/COLO-FT.txt
2732 COLO Proxy
2733 M: Zhang Chen <chen.zhang@intel.com>
2734 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2735 S: Supported
2736 F: docs/colo-proxy.txt
2737 F: net/colo*
2738 F: net/filter-rewriter.c
2739 F: net/filter-mirror.c
2741 Record/replay
2742 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2743 R: Paolo Bonzini <pbonzini@redhat.com>
2744 W: https://wiki.qemu.org/Features/record-replay
2745 S: Supported
2746 F: replay/*
2747 F: block/blkreplay.c
2748 F: net/filter-replay.c
2749 F: include/sysemu/replay.h
2750 F: docs/replay.txt
2751 F: stubs/replay.c
2752 F: tests/acceptance/replay_kernel.py
2753 F: tests/acceptance/reverse_debugging.py
2754 F: qapi/replay.json
2756 IOVA Tree
2757 M: Peter Xu <peterx@redhat.com>
2758 S: Maintained
2759 F: include/qemu/iova-tree.h
2760 F: util/iova-tree.c
2762 elf2dmp
2763 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2764 S: Maintained
2765 F: contrib/elf2dmp/
2767 I2C and SMBus
2768 M: Corey Minyard <cminyard@mvista.com>
2769 S: Maintained
2770 F: hw/i2c/core.c
2771 F: hw/i2c/smbus_slave.c
2772 F: hw/i2c/smbus_master.c
2773 F: hw/i2c/smbus_eeprom.c
2774 F: include/hw/i2c/i2c.h
2775 F: include/hw/i2c/smbus_master.h
2776 F: include/hw/i2c/smbus_slave.h
2777 F: include/hw/i2c/smbus_eeprom.h
2779 Firmware schema specifications
2780 M: Laszlo Ersek <lersek@redhat.com>
2781 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2782 R: Daniel P. Berrange <berrange@redhat.com>
2783 R: Kashyap Chamarthy <kchamart@redhat.com>
2784 S: Maintained
2785 F: docs/interop/firmware.json
2787 EDK2 Firmware
2788 M: Laszlo Ersek <lersek@redhat.com>
2789 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2790 S: Supported
2791 F: pc-bios/descriptors/??-edk2-*.json
2792 F: pc-bios/edk2-*
2793 F: roms/Makefile.edk2
2794 F: roms/edk2
2795 F: roms/edk2-*
2796 F: tests/data/uefi-boot-images/
2797 F: tests/uefi-test-tools/
2798 F: .gitlab-ci.d/edk2.yml
2799 F: .gitlab-ci.d/edk2/
2801 VT-d Emulation
2802 M: Michael S. Tsirkin <mst@redhat.com>
2803 M: Peter Xu <peterx@redhat.com>
2804 R: Jason Wang <jasowang@redhat.com>
2805 S: Supported
2806 F: hw/i386/intel_iommu.c
2807 F: hw/i386/intel_iommu_internal.h
2808 F: include/hw/i386/intel_iommu.h
2810 OpenSBI Firmware
2811 M: Bin Meng <bmeng.cn@gmail.com>
2812 S: Supported
2813 F: pc-bios/opensbi-*
2814 F: .gitlab-ci.d/opensbi.yml
2815 F: .gitlab-ci.d/opensbi/
2817 Usermode Emulation
2818 ------------------
2819 Overall usermode emulation
2820 M: Riku Voipio <riku.voipio@iki.fi>
2821 S: Maintained
2822 F: thunk.c
2823 F: accel/tcg/user-exec*.c
2825 BSD user
2826 S: Orphan
2827 F: bsd-user/
2828 F: default-configs/*-bsd-user.mak
2830 Linux user
2831 M: Laurent Vivier <laurent@vivier.eu>
2832 S: Maintained
2833 F: linux-user/
2834 F: default-configs/*-linux-user.mak
2835 F: scripts/qemu-binfmt-conf.sh
2836 F: scripts/update-syscalltbl.sh
2837 F: scripts/update-mips-syscall-args.sh
2838 F: scripts/gensyscalls.sh
2840 Tiny Code Generator (TCG)
2841 -------------------------
2842 Common TCG code
2843 M: Richard Henderson <richard.henderson@linaro.org>
2844 S: Maintained
2845 F: tcg/
2846 F: include/tcg/
2848 TCG Plugins
2849 M: Alex Bennée <alex.bennee@linaro.org>
2850 S: Maintained
2851 F: docs/devel/tcg-plugins.rst
2852 F: plugins/
2853 F: tests/plugin/
2854 F: contrib/plugins/
2856 AArch64 TCG target
2857 M: Richard Henderson <richard.henderson@linaro.org>
2858 S: Maintained
2859 L: qemu-arm@nongnu.org
2860 F: tcg/aarch64/
2861 F: disas/arm-a64.cc
2862 F: disas/libvixl/
2864 ARM TCG target
2865 M: Andrzej Zaborowski <balrogg@gmail.com>
2866 S: Maintained
2867 L: qemu-arm@nongnu.org
2868 F: tcg/arm/
2869 F: disas/arm.c
2871 i386 TCG target
2872 M: Richard Henderson <richard.henderson@linaro.org>
2873 S: Maintained
2874 F: tcg/i386/
2875 F: disas/i386.c
2877 MIPS TCG target
2878 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2879 R: Aurelien Jarno <aurelien@aurel32.net>
2880 R: Huacai Chen <chenhuacai@kernel.org>
2881 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2882 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2883 S: Odd Fixes
2884 F: tcg/mips/
2886 PPC TCG target
2887 M: Richard Henderson <richard.henderson@linaro.org>
2888 S: Odd Fixes
2889 F: tcg/ppc/
2890 F: disas/ppc.c
2892 RISC-V TCG target
2893 M: Palmer Dabbelt <palmer@dabbelt.com>
2894 M: Alistair Francis <Alistair.Francis@wdc.com>
2895 L: qemu-riscv@nongnu.org
2896 S: Maintained
2897 F: tcg/riscv/
2898 F: disas/riscv.c
2900 S390 TCG target
2901 M: Richard Henderson <richard.henderson@linaro.org>
2902 S: Maintained
2903 F: tcg/s390/
2904 F: disas/s390.c
2905 L: qemu-s390x@nongnu.org
2907 SPARC TCG target
2908 S: Odd Fixes
2909 F: tcg/sparc/
2910 F: disas/sparc.c
2912 TCI TCG target
2913 M: Stefan Weil <sw@weilnetz.de>
2914 S: Maintained
2915 F: tcg/tci/
2916 F: tcg/tci.c
2917 F: disas/tci.c
2919 Block drivers
2920 -------------
2921 VMDK
2922 M: Fam Zheng <fam@euphon.net>
2923 L: qemu-block@nongnu.org
2924 S: Supported
2925 F: block/vmdk.c
2928 M: Jason Dillaman <dillaman@redhat.com>
2929 L: qemu-block@nongnu.org
2930 S: Supported
2931 F: block/rbd.c
2933 Sheepdog
2934 M: Liu Yuan <namei.unix@gmail.com>
2935 L: qemu-block@nongnu.org
2936 S: Odd Fixes
2937 F: block/sheepdog.c
2939 VHDX
2940 M: Jeff Cody <codyprime@gmail.com>
2941 L: qemu-block@nongnu.org
2942 S: Supported
2943 F: block/vhdx*
2946 M: Stefan Weil <sw@weilnetz.de>
2947 L: qemu-block@nongnu.org
2948 S: Maintained
2949 F: block/vdi.c
2951 iSCSI
2952 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2953 M: Paolo Bonzini <pbonzini@redhat.com>
2954 M: Peter Lieven <pl@kamp.de>
2955 L: qemu-block@nongnu.org
2956 S: Odd Fixes
2957 F: block/iscsi.c
2958 F: block/iscsi-opts.c
2960 Network Block Device (NBD)
2961 M: Eric Blake <eblake@redhat.com>
2962 L: qemu-block@nongnu.org
2963 S: Maintained
2964 F: block/nbd*
2965 F: nbd/
2966 F: include/block/nbd*
2967 F: qemu-nbd.*
2968 F: blockdev-nbd.c
2969 F: docs/interop/nbd.txt
2970 F: docs/interop/qemu-nbd.rst
2971 T: git https://repo.or.cz/qemu/ericb.git nbd
2974 M: Peter Lieven <pl@kamp.de>
2975 L: qemu-block@nongnu.org
2976 S: Maintained
2977 F: block/nfs.c
2980 M: Richard W.M. Jones <rjones@redhat.com>
2981 L: qemu-block@nongnu.org
2982 S: Supported
2983 F: block/ssh.c
2985 CURL
2986 L: qemu-block@nongnu.org
2987 S: Odd Fixes
2988 F: block/curl.c
2990 GLUSTER
2991 L: qemu-block@nongnu.org
2992 L: integration@gluster.org
2993 S: Odd Fixes
2994 F: block/gluster.c
2996 Null Block Driver
2997 M: Fam Zheng <fam@euphon.net>
2998 L: qemu-block@nongnu.org
2999 S: Supported
3000 F: block/null.c
3002 NVMe Block Driver
3003 M: Stefan Hajnoczi <stefanha@redhat.com>
3004 R: Fam Zheng <fam@euphon.net>
3005 L: qemu-block@nongnu.org
3006 S: Supported
3007 F: block/nvme*
3008 F: include/block/nvme.h
3009 T: git https://github.com/stefanha/qemu.git block
3011 Bootdevice
3012 M: Gonglei <arei.gonglei@huawei.com>
3013 S: Maintained
3014 F: softmmu/bootdevice.c
3016 Quorum
3017 M: Alberto Garcia <berto@igalia.com>
3018 S: Supported
3019 F: block/quorum.c
3020 L: qemu-block@nongnu.org
3022 blklogwrites
3023 M: Ari Sundholm <ari@tuxera.com>
3024 L: qemu-block@nongnu.org
3025 S: Supported
3026 F: block/blklogwrites.c
3028 blkverify
3029 M: Stefan Hajnoczi <stefanha@redhat.com>
3030 L: qemu-block@nongnu.org
3031 S: Supported
3032 F: block/blkverify.c
3034 bochs
3035 M: Stefan Hajnoczi <stefanha@redhat.com>
3036 L: qemu-block@nongnu.org
3037 S: Supported
3038 F: block/bochs.c
3040 cloop
3041 M: Stefan Hajnoczi <stefanha@redhat.com>
3042 L: qemu-block@nongnu.org
3043 S: Supported
3044 F: block/cloop.c
3047 M: Stefan Hajnoczi <stefanha@redhat.com>
3048 L: qemu-block@nongnu.org
3049 S: Supported
3050 F: block/dmg.c
3052 parallels
3053 M: Stefan Hajnoczi <stefanha@redhat.com>
3054 M: Denis V. Lunev <den@openvz.org>
3055 L: qemu-block@nongnu.org
3056 S: Supported
3057 F: block/parallels.c
3058 F: docs/interop/parallels.txt
3061 M: Stefan Hajnoczi <stefanha@redhat.com>
3062 L: qemu-block@nongnu.org
3063 S: Supported
3064 F: block/qed.c
3067 M: Kevin Wolf <kwolf@redhat.com>
3068 L: qemu-block@nongnu.org
3069 S: Supported
3070 F: block/linux-aio.c
3071 F: include/block/raw-aio.h
3072 F: block/raw-format.c
3073 F: block/file-posix.c
3074 F: block/file-win32.c
3075 F: block/win32-aio.c
3077 Linux io_uring
3078 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3079 M: Julia Suvorova <jusual@redhat.com>
3080 M: Stefan Hajnoczi <stefanha@redhat.com>
3081 L: qemu-block@nongnu.org
3082 S: Maintained
3083 F: block/io_uring.c
3084 F: stubs/io_uring.c
3086 qcow2
3087 M: Kevin Wolf <kwolf@redhat.com>
3088 M: Max Reitz <mreitz@redhat.com>
3089 L: qemu-block@nongnu.org
3090 S: Supported
3091 F: block/qcow2*
3092 F: docs/interop/qcow2.txt
3094 qcow
3095 M: Kevin Wolf <kwolf@redhat.com>
3096 L: qemu-block@nongnu.org
3097 S: Supported
3098 F: block/qcow.c
3100 blkdebug
3101 M: Kevin Wolf <kwolf@redhat.com>
3102 M: Max Reitz <mreitz@redhat.com>
3103 L: qemu-block@nongnu.org
3104 S: Supported
3105 F: block/blkdebug.c
3108 M: Kevin Wolf <kwolf@redhat.com>
3109 L: qemu-block@nongnu.org
3110 S: Supported
3111 F: block/vpc.c
3113 vvfat
3114 M: Kevin Wolf <kwolf@redhat.com>
3115 L: qemu-block@nongnu.org
3116 S: Odd Fixes
3117 F: block/vvfat.c
3119 Image format fuzzer
3120 M: Stefan Hajnoczi <stefanha@redhat.com>
3121 L: qemu-block@nongnu.org
3122 S: Supported
3123 F: tests/image-fuzzer/
3125 Vhost-user block device backend server
3126 M: Coiby Xu <Coiby.Xu@gmail.com>
3127 S: Maintained
3128 F: block/export/vhost-user-blk-server.c
3129 F: block/export/vhost-user-blk-server.h
3130 F: include/qemu/vhost-user-server.h
3131 F: tests/qtest/libqos/vhost-user-blk.c
3132 F: util/vhost-user-server.c
3134 FUSE block device exports
3135 M: Max Reitz <mreitz@redhat.com>
3136 L: qemu-block@nongnu.org
3137 S: Supported
3138 F: block/export/fuse.c
3140 Replication
3141 M: Wen Congyang <wencongyang2@huawei.com>
3142 M: Xie Changlong <xiechanglong.d@gmail.com>
3143 S: Supported
3144 F: replication*
3145 F: block/replication.c
3146 F: tests/test-replication.c
3147 F: docs/block-replication.txt
3149 PVRDMA
3150 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3151 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3152 S: Maintained
3153 F: hw/rdma/*
3154 F: hw/rdma/vmw/*
3155 F: docs/pvrdma.txt
3156 F: contrib/rdmacm-mux/*
3157 F: qapi/rdma.json
3159 Semihosting
3160 M: Alex Bennée <alex.bennee@linaro.org>
3161 S: Maintained
3162 F: hw/semihosting/
3163 F: include/hw/semihosting/
3165 Build and test automation
3166 -------------------------
3167 Build and test automation
3168 M: Alex Bennée <alex.bennee@linaro.org>
3169 M: Fam Zheng <fam@euphon.net>
3170 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3171 S: Maintained
3172 F: .github/lockdown.yml
3173 F: .travis.yml
3174 F: scripts/travis/
3175 F: .shippable.yml
3176 F: tests/docker/
3177 F: tests/vm/
3178 F: scripts/archive-source.sh
3179 W: https://travis-ci.org/qemu/qemu
3180 W: https://app.shippable.com/github/qemu/qemu
3181 W: http://patchew.org/QEMU/
3183 FreeBSD Hosted Continuous Integration
3184 M: Ed Maste <emaste@freebsd.org>
3185 M: Li-Wen Hsu <lwhsu@freebsd.org>
3186 S: Maintained
3187 F: .cirrus.yml
3188 W: https://cirrus-ci.com/github/qemu/qemu
3190 GitLab Continuous Integration
3191 M: Thomas Huth <thuth@redhat.com>
3192 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3193 M: Alex Bennée <alex.bennee@linaro.org>
3194 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3195 S: Maintained
3196 F: .gitlab-ci.yml
3197 F: .gitlab-ci.d/crossbuilds.yml
3198 F: .gitlab-ci.d/*py
3199 F: scripts/ci/gitlab-pipeline-status
3201 Guest Test Compilation Support
3202 M: Alex Bennée <alex.bennee@linaro.org>
3203 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3204 S: Maintained
3205 F: tests/tcg/Makefile
3206 F: tests/tcg/Makefile.include
3208 Acceptance (Integration) Testing with the Avocado framework
3209 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3210 R: Cleber Rosa <crosa@redhat.com>
3211 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3212 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3213 S: Odd Fixes
3214 F: tests/acceptance/
3216 Documentation
3217 -------------
3218 Build system architecture
3219 M: Daniel P. Berrange <berrange@redhat.com>
3220 S: Odd Fixes
3221 F: docs/devel/build-system.txt
3223 GIT Data Mining Config
3224 M: Alex Bennée <alex.bennee@linaro.org>
3225 S: Odd Fixes
3226 F: gitdm.config
3227 F: contrib/gitdm/*
3229 Incompatible changes
3230 R: libvir-list@redhat.com
3231 F: docs/system/deprecated.rst
3233 Build System
3234 ------------
3235 GIT submodules
3236 M: Daniel P. Berrange <berrange@redhat.com>
3237 S: Odd Fixes
3238 F: scripts/git-submodule.sh
3240 UI translations
3241 S: Orphaned
3242 F: po/*.po
3244 Sphinx documentation configuration and build machinery
3245 M: Peter Maydell <peter.maydell@linaro.org>
3246 S: Maintained
3247 F: docs/conf.py
3248 F: docs/*/conf.py
3249 F: docs/sphinx/
3251 Miscellaneous
3252 -------------
3253 Performance Tools and Tests
3254 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3255 S: Maintained
3256 F: scripts/performance/