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