include/hw/sparc/grlib.h: Remove unused set_pil_in_fn typedef
[qemu/ar7.git] / MAINTAINERS
blobda3bd3f752a2a170d00a2cf6347495d7d2a49f16
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: 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://gitlab.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/
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: target/i386/hvf/
449 F: include/sysemu/hvf.h
451 WHPX CPUs
452 M: Sunil Muthuswamy <sunilmut@microsoft.com>
453 S: Supported
454 F: target/i386/whpx/
455 F: include/sysemu/whpx.h
457 Guest CPU Cores (Xen)
458 ---------------------
459 X86 Xen CPUs
460 M: Stefano Stabellini <sstabellini@kernel.org>
461 M: Anthony Perard <anthony.perard@citrix.com>
462 M: Paul Durrant <paul@xen.org>
463 L: xen-devel@lists.xenproject.org
464 S: Supported
465 F: */xen*
466 F: accel/xen/*
467 F: hw/9pfs/xen-9p*
468 F: hw/char/xen_console.c
469 F: hw/display/xenfb.c
470 F: hw/net/xen_nic.c
471 F: hw/usb/xen-usb.c
472 F: hw/block/xen*
473 F: hw/block/dataplane/xen*
474 F: hw/xen/
475 F: hw/xenpv/
476 F: hw/i386/xen/
477 F: hw/pci-host/xen_igd_pt.c
478 F: include/hw/block/dataplane/xen*
479 F: include/hw/xen/
480 F: include/sysemu/xen.h
481 F: include/sysemu/xen-mapcache.h
482 F: stubs/xen-hw-stub.c
484 Guest CPU Cores (HAXM)
485 ---------------------
486 X86 HAXM CPUs
487 M: Wenchao Wang <wenchao.wang@intel.com>
488 M: Colin Xu <colin.xu@intel.com>
489 L: haxm-team@intel.com
490 W: https://github.com/intel/haxm/issues
491 S: Maintained
492 F: accel/stubs/hax-stub.c
493 F: include/sysemu/hax.h
494 F: target/i386/hax/
496 Hosts
497 -----
498 LINUX
499 M: Michael S. Tsirkin <mst@redhat.com>
500 M: Cornelia Huck <cohuck@redhat.com>
501 M: Paolo Bonzini <pbonzini@redhat.com>
502 S: Maintained
503 F: linux-headers/
504 F: scripts/update-linux-headers.sh
506 POSIX
507 M: Paolo Bonzini <pbonzini@redhat.com>
508 S: Maintained
509 F: os-posix.c
510 F: include/sysemu/os-posix.h
511 F: util/*posix*.c
512 F: include/qemu/*posix*.h
514 NETBSD
515 M: Kamil Rytarowski <kamil@netbsd.org>
516 S: Maintained
517 K: ^Subject:.*(?i)NetBSD
519 OPENBSD
520 M: Brad Smith <brad@comstyle.com>
521 S: Maintained
522 K: ^Subject:.*(?i)OpenBSD
524 W32, W64
525 M: Stefan Weil <sw@weilnetz.de>
526 S: Maintained
527 F: *win32*
528 F: */*win32*
529 F: include/*/*win32*
530 X: qga/*win32*
531 F: qemu.nsi
533 Alpha Machines
534 --------------
535 M: Richard Henderson <richard.henderson@linaro.org>
536 S: Maintained
537 F: hw/alpha/
538 F: hw/isa/smc37c669-superio.c
539 F: tests/tcg/alpha/system/
541 ARM Machines
542 ------------
543 Allwinner-a10
544 M: Beniamino Galvani <b.galvani@gmail.com>
545 M: Peter Maydell <peter.maydell@linaro.org>
546 L: qemu-arm@nongnu.org
547 S: Odd Fixes
548 F: hw/*/allwinner*
549 F: include/hw/*/allwinner*
550 F: hw/arm/cubieboard.c
552 Allwinner-h3
553 M: Niek Linnenbank <nieklinnenbank@gmail.com>
554 L: qemu-arm@nongnu.org
555 S: Maintained
556 F: hw/*/allwinner-h3*
557 F: include/hw/*/allwinner-h3*
558 F: hw/arm/orangepi.c
559 F: docs/system/arm/orangepi.rst
561 ARM PrimeCell and CMSDK devices
562 M: Peter Maydell <peter.maydell@linaro.org>
563 L: qemu-arm@nongnu.org
564 S: Maintained
565 F: hw/char/pl011.c
566 F: include/hw/char/pl011.h
567 F: hw/display/pl110*
568 F: hw/dma/pl080.c
569 F: include/hw/dma/pl080.h
570 F: hw/dma/pl330.c
571 F: hw/gpio/pl061.c
572 F: hw/input/pl050.c
573 F: hw/intc/pl190.c
574 F: hw/sd/pl181.c
575 F: hw/ssi/pl022.c
576 F: include/hw/ssi/pl022.h
577 F: hw/rtc/pl031.c
578 F: include/hw/rtc/pl031.h
579 F: include/hw/arm/primecell.h
580 F: hw/timer/cmsdk-apb-timer.c
581 F: include/hw/timer/cmsdk-apb-timer.h
582 F: hw/timer/cmsdk-apb-dualtimer.c
583 F: include/hw/timer/cmsdk-apb-dualtimer.h
584 F: hw/char/cmsdk-apb-uart.c
585 F: include/hw/char/cmsdk-apb-uart.h
586 F: hw/watchdog/cmsdk-apb-watchdog.c
587 F: include/hw/watchdog/cmsdk-apb-watchdog.h
588 F: hw/misc/tz-ppc.c
589 F: include/hw/misc/tz-ppc.h
590 F: hw/misc/tz-mpc.c
591 F: include/hw/misc/tz-mpc.h
592 F: hw/misc/tz-msc.c
593 F: include/hw/misc/tz-msc.h
595 ARM cores
596 M: Peter Maydell <peter.maydell@linaro.org>
597 L: qemu-arm@nongnu.org
598 S: Maintained
599 F: hw/intc/arm*
600 F: hw/intc/gic_internal.h
601 F: hw/misc/a9scu.c
602 F: hw/misc/arm11scu.c
603 F: hw/misc/arm_l2x0.c
604 F: hw/timer/a9gtimer*
605 F: hw/timer/arm*
606 F: include/hw/arm/arm*.h
607 F: include/hw/intc/arm*
608 F: include/hw/misc/a9scu.h
609 F: include/hw/misc/arm11scu.h
610 F: include/hw/timer/a9gtimer.h
611 F: include/hw/timer/arm_mptimer.h
612 F: include/hw/timer/armv7m_systick.h
613 F: tests/qtest/test-arm-mptimer.c
615 Exynos
616 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
617 M: Peter Maydell <peter.maydell@linaro.org>
618 L: qemu-arm@nongnu.org
619 S: Odd Fixes
620 F: hw/*/exynos*
621 F: include/hw/arm/exynos4210.h
623 Calxeda Highbank
624 M: Rob Herring <robh@kernel.org>
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
627 S: Odd Fixes
628 F: hw/arm/highbank.c
629 F: hw/net/xgmac.c
631 Canon DIGIC
632 M: Antony Pavlov <antonynpavlov@gmail.com>
633 M: Peter Maydell <peter.maydell@linaro.org>
634 L: qemu-arm@nongnu.org
635 S: Odd Fixes
636 F: include/hw/arm/digic.h
637 F: hw/*/digic*
638 F: include/hw/*/digic*
639 F: tests/acceptance/machine_arm_canona1100.py
640 F: docs/system/arm/digic.rst
642 Goldfish RTC
643 M: Anup Patel <anup.patel@wdc.com>
644 M: Alistair Francis <Alistair.Francis@wdc.com>
645 L: qemu-riscv@nongnu.org
646 S: Maintained
647 F: hw/rtc/goldfish_rtc.c
648 F: include/hw/rtc/goldfish_rtc.h
650 Gumstix
651 M: Peter Maydell <peter.maydell@linaro.org>
652 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
653 L: qemu-arm@nongnu.org
654 S: Odd Fixes
655 F: hw/arm/gumstix.c
656 F: docs/system/arm/gumstix.rst
658 i.MX25 PDK
659 M: Peter Maydell <peter.maydell@linaro.org>
660 R: Jean-Christophe Dubois <jcd@tribudubois.net>
661 L: qemu-arm@nongnu.org
662 S: Odd Fixes
663 F: hw/arm/fsl-imx25.c
664 F: hw/arm/imx25_pdk.c
665 F: hw/misc/imx25_ccm.c
666 F: hw/watchdog/wdt_imx2.c
667 F: include/hw/arm/fsl-imx25.h
668 F: include/hw/misc/imx25_ccm.h
669 F: include/hw/watchdog/wdt_imx2.h
671 i.MX31 (kzm)
672 M: Peter Chubb <peter.chubb@nicta.com.au>
673 M: Peter Maydell <peter.maydell@linaro.org>
674 L: qemu-arm@nongnu.org
675 S: Odd Fixes
676 F: hw/arm/kzm.c
677 F: hw/*/imx_*
678 F: hw/*/*imx31*
679 F: include/hw/*/imx_*
680 F: include/hw/*/*imx31*
682 Integrator CP
683 M: Peter Maydell <peter.maydell@linaro.org>
684 L: qemu-arm@nongnu.org
685 S: Maintained
686 F: hw/arm/integratorcp.c
687 F: hw/misc/arm_integrator_debug.c
688 F: include/hw/misc/arm_integrator_debug.h
689 F: tests/acceptance/machine_arm_integratorcp.py
690 F: docs/system/arm/integratorcp.rst
692 MCIMX6UL EVK / i.MX6ul
693 M: Peter Maydell <peter.maydell@linaro.org>
694 R: Jean-Christophe Dubois <jcd@tribudubois.net>
695 L: qemu-arm@nongnu.org
696 S: Odd Fixes
697 F: hw/arm/mcimx6ul-evk.c
698 F: hw/arm/fsl-imx6ul.c
699 F: hw/misc/imx6ul_ccm.c
700 F: include/hw/arm/fsl-imx6ul.h
701 F: include/hw/misc/imx6ul_ccm.h
703 MCIMX7D SABRE / i.MX7
704 M: Peter Maydell <peter.maydell@linaro.org>
705 R: Andrey Smirnov <andrew.smirnov@gmail.com>
706 L: qemu-arm@nongnu.org
707 S: Odd Fixes
708 F: hw/arm/mcimx7d-sabre.c
709 F: hw/arm/fsl-imx7.c
710 F: hw/misc/imx7_*.c
711 F: include/hw/arm/fsl-imx7.h
712 F: include/hw/misc/imx7_*.h
713 F: hw/pci-host/designware.c
714 F: include/hw/pci-host/designware.h
716 MPS2
717 M: Peter Maydell <peter.maydell@linaro.org>
718 L: qemu-arm@nongnu.org
719 S: Maintained
720 F: hw/arm/mps2.c
721 F: hw/arm/mps2-tz.c
722 F: hw/misc/mps2-*.c
723 F: include/hw/misc/mps2-*.h
724 F: hw/arm/armsse.c
725 F: include/hw/arm/armsse.h
726 F: hw/misc/iotkit-secctl.c
727 F: include/hw/misc/iotkit-secctl.h
728 F: hw/misc/iotkit-sysctl.c
729 F: include/hw/misc/iotkit-sysctl.h
730 F: hw/misc/iotkit-sysinfo.c
731 F: include/hw/misc/iotkit-sysinfo.h
732 F: hw/misc/armsse-cpuid.c
733 F: include/hw/misc/armsse-cpuid.h
734 F: hw/misc/armsse-mhu.c
735 F: include/hw/misc/armsse-mhu.h
736 F: docs/system/arm/mps2.rst
738 Musca
739 M: Peter Maydell <peter.maydell@linaro.org>
740 L: qemu-arm@nongnu.org
741 S: Maintained
742 F: hw/arm/musca.c
743 F: docs/system/arm/musca.rst
745 Musicpal
746 M: Jan Kiszka <jan.kiszka@web.de>
747 M: Peter Maydell <peter.maydell@linaro.org>
748 L: qemu-arm@nongnu.org
749 S: Odd Fixes
750 F: hw/arm/musicpal.c
751 F: docs/system/arm/musicpal.rst
753 Nuvoton NPCM7xx
754 M: Havard Skinnemoen <hskinnemoen@google.com>
755 M: Tyrone Ting <kfting@nuvoton.com>
756 L: qemu-arm@nongnu.org
757 S: Supported
758 F: hw/*/npcm7xx*
759 F: include/hw/*/npcm7xx*
760 F: tests/qtest/npcm7xx*
761 F: pc-bios/npcm7xx_bootrom.bin
762 F: roms/vbootrom
763 F: docs/system/arm/nuvoton.rst
765 nSeries
766 M: Andrzej Zaborowski <balrogg@gmail.com>
767 M: Peter Maydell <peter.maydell@linaro.org>
768 L: qemu-arm@nongnu.org
769 S: Odd Fixes
770 F: hw/arm/nseries.c
771 F: hw/display/blizzard.c
772 F: hw/input/lm832x.c
773 F: hw/input/tsc2005.c
774 F: hw/misc/cbus.c
775 F: hw/rtc/twl92230.c
776 F: include/hw/display/blizzard.h
777 F: include/hw/input/tsc2xxx.h
778 F: include/hw/misc/cbus.h
779 F: tests/acceptance/machine_arm_n8x0.py
780 F: docs/system/arm/nseries.rst
782 Palm
783 M: Andrzej Zaborowski <balrogg@gmail.com>
784 M: Peter Maydell <peter.maydell@linaro.org>
785 L: qemu-arm@nongnu.org
786 S: Odd Fixes
787 F: hw/arm/palm.c
788 F: hw/input/tsc210x.c
789 F: include/hw/input/tsc2xxx.h
790 F: docs/system/arm/palm.rst
792 Raspberry Pi
793 M: Peter Maydell <peter.maydell@linaro.org>
794 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
795 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
796 L: qemu-arm@nongnu.org
797 S: Odd Fixes
798 F: hw/arm/raspi.c
799 F: hw/arm/raspi_platform.h
800 F: hw/*/bcm283*
801 F: include/hw/arm/raspi*
802 F: include/hw/*/bcm283*
803 F: docs/system/arm/raspi.rst
805 Real View
806 M: Peter Maydell <peter.maydell@linaro.org>
807 L: qemu-arm@nongnu.org
808 S: Maintained
809 F: hw/arm/realview*
810 F: hw/cpu/realview_mpcore.c
811 F: hw/intc/realview_gic.c
812 F: include/hw/intc/realview_gic.h
813 F: docs/system/arm/realview.rst
815 PXA2XX
816 M: Andrzej Zaborowski <balrogg@gmail.com>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 L: qemu-arm@nongnu.org
819 S: Odd Fixes
820 F: hw/arm/mainstone.c
821 F: hw/arm/spitz.c
822 F: hw/arm/tosa.c
823 F: hw/arm/z2.c
824 F: hw/*/pxa2xx*
825 F: hw/display/tc6393xb.c
826 F: hw/gpio/max7310.c
827 F: hw/gpio/zaurus.c
828 F: hw/misc/mst_fpga.c
829 F: hw/misc/max111x.c
830 F: include/hw/misc/max111x.h
831 F: include/hw/arm/pxa.h
832 F: include/hw/arm/sharpsl.h
833 F: include/hw/display/tc6393xb.h
834 F: docs/system/arm/xscale.rst
836 SABRELITE / i.MX6
837 M: Peter Maydell <peter.maydell@linaro.org>
838 R: Jean-Christophe Dubois <jcd@tribudubois.net>
839 L: qemu-arm@nongnu.org
840 S: Odd Fixes
841 F: hw/arm/sabrelite.c
842 F: hw/arm/fsl-imx6.c
843 F: hw/misc/imx6_*.c
844 F: hw/ssi/imx_spi.c
845 F: hw/usb/imx-usb-phy.c
846 F: include/hw/usb/imx-usb-phy.h
847 F: include/hw/arm/fsl-imx6.h
848 F: include/hw/misc/imx6_*.h
849 F: include/hw/ssi/imx_spi.h
851 SBSA-REF
852 M: Radoslaw Biernacki <rad@semihalf.com>
853 M: Peter Maydell <peter.maydell@linaro.org>
854 R: Leif Lindholm <leif@nuviainc.com>
855 L: qemu-arm@nongnu.org
856 S: Maintained
857 F: hw/arm/sbsa-ref.c
858 F: docs/system/arm/sbsa.rst
860 Sharp SL-5500 (Collie) PDA
861 M: Peter Maydell <peter.maydell@linaro.org>
862 L: qemu-arm@nongnu.org
863 S: Odd Fixes
864 F: hw/arm/collie.c
865 F: hw/arm/strongarm*
866 F: docs/system/arm/collie.rst
868 Stellaris
869 M: Peter Maydell <peter.maydell@linaro.org>
870 L: qemu-arm@nongnu.org
871 S: Maintained
872 F: hw/*/stellaris*
873 F: include/hw/input/gamepad.h
874 F: docs/system/arm/stellaris.rst
876 Versatile Express
877 M: Peter Maydell <peter.maydell@linaro.org>
878 L: qemu-arm@nongnu.org
879 S: Maintained
880 F: hw/arm/vexpress.c
881 F: docs/system/arm/vexpress.rst
883 Versatile PB
884 M: Peter Maydell <peter.maydell@linaro.org>
885 L: qemu-arm@nongnu.org
886 S: Maintained
887 F: hw/*/versatile*
888 F: include/hw/i2c/arm_sbcon_i2c.h
889 F: hw/misc/arm_sysctl.c
890 F: docs/system/arm/versatile.rst
892 Virt
893 M: Peter Maydell <peter.maydell@linaro.org>
894 L: qemu-arm@nongnu.org
895 S: Maintained
896 F: hw/arm/virt*
897 F: include/hw/arm/virt.h
898 F: docs/system/arm/virt.rst
900 Xilinx Zynq
901 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
902 M: Alistair Francis <alistair@alistair23.me>
903 M: Peter Maydell <peter.maydell@linaro.org>
904 L: qemu-arm@nongnu.org
905 S: Maintained
906 F: hw/*/xilinx_*
907 F: hw/*/cadence_*
908 F: hw/misc/zynq*
909 F: include/hw/misc/zynq*
910 X: hw/ssi/xilinx_*
912 Xilinx ZynqMP and Versal
913 M: Alistair Francis <alistair@alistair23.me>
914 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
915 M: Peter Maydell <peter.maydell@linaro.org>
916 L: qemu-arm@nongnu.org
917 S: Maintained
918 F: hw/*/xlnx*.c
919 F: include/hw/*/xlnx*.h
920 F: include/hw/ssi/xilinx_spips.h
921 F: hw/display/dpcd.c
922 F: include/hw/display/dpcd.h
923 F: docs/system/arm/xlnx-versal-virt.rst
925 ARM ACPI Subsystem
926 M: Shannon Zhao <shannon.zhaosl@gmail.com>
927 L: qemu-arm@nongnu.org
928 S: Maintained
929 F: hw/arm/virt-acpi-build.c
931 STM32F205
932 M: Alistair Francis <alistair@alistair23.me>
933 M: Peter Maydell <peter.maydell@linaro.org>
934 L: qemu-arm@nongnu.org
935 S: Maintained
936 F: hw/arm/stm32f205_soc.c
937 F: hw/misc/stm32f2xx_syscfg.c
938 F: hw/char/stm32f2xx_usart.c
939 F: hw/timer/stm32f2xx_timer.c
940 F: hw/adc/*
941 F: hw/ssi/stm32f2xx_spi.c
942 F: include/hw/*/stm32*.h
944 STM32F405
945 M: Alistair Francis <alistair@alistair23.me>
946 M: Peter Maydell <peter.maydell@linaro.org>
947 L: qemu-arm@nongnu.org
948 S: Maintained
949 F: hw/arm/stm32f405_soc.c
950 F: hw/misc/stm32f4xx_syscfg.c
951 F: hw/misc/stm32f4xx_exti.c
953 Netduino 2
954 M: Alistair Francis <alistair@alistair23.me>
955 M: Peter Maydell <peter.maydell@linaro.org>
956 L: qemu-arm@nongnu.org
957 S: Maintained
958 F: hw/arm/netduino2.c
960 Netduino Plus 2
961 M: Alistair Francis <alistair@alistair23.me>
962 M: Peter Maydell <peter.maydell@linaro.org>
963 L: qemu-arm@nongnu.org
964 S: Maintained
965 F: hw/arm/netduinoplus2.c
967 SmartFusion2
968 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
969 M: Peter Maydell <peter.maydell@linaro.org>
970 L: qemu-arm@nongnu.org
971 S: Maintained
972 F: hw/arm/msf2-soc.c
973 F: hw/misc/msf2-sysreg.c
974 F: hw/timer/mss-timer.c
975 F: hw/ssi/mss-spi.c
976 F: include/hw/arm/msf2-soc.h
977 F: include/hw/misc/msf2-sysreg.h
978 F: include/hw/timer/mss-timer.h
979 F: include/hw/ssi/mss-spi.h
980 F: hw/net/msf2-emac.c
981 F: include/hw/net/msf2-emac.h
983 Emcraft M2S-FG484
984 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
985 M: Peter Maydell <peter.maydell@linaro.org>
986 L: qemu-arm@nongnu.org
987 S: Maintained
988 F: hw/arm/msf2-som.c
990 ASPEED BMCs
991 M: Cédric Le Goater <clg@kaod.org>
992 M: Peter Maydell <peter.maydell@linaro.org>
993 R: Andrew Jeffery <andrew@aj.id.au>
994 R: Joel Stanley <joel@jms.id.au>
995 L: qemu-arm@nongnu.org
996 S: Maintained
997 F: hw/*/*aspeed*
998 F: hw/misc/pca9552.c
999 F: include/hw/*/*aspeed*
1000 F: include/hw/misc/pca9552*.h
1001 F: hw/net/ftgmac100.c
1002 F: include/hw/net/ftgmac100.h
1003 F: docs/system/arm/aspeed.rst
1005 NRF51
1006 M: Joel Stanley <joel@jms.id.au>
1007 M: Peter Maydell <peter.maydell@linaro.org>
1008 L: qemu-arm@nongnu.org
1009 S: Maintained
1010 F: hw/*/nrf51*.c
1011 F: hw/*/microbit*.c
1012 F: include/hw/*/nrf51*.h
1013 F: include/hw/*/microbit*.h
1014 F: tests/qtest/microbit-test.c
1016 AVR Machines
1017 -------------
1019 AVR MCUs
1020 M: Michael Rolnik <mrolnik@gmail.com>
1021 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1022 S: Maintained
1023 F: default-configs/avr-softmmu.mak
1024 F: hw/avr/
1025 F: include/hw/char/avr_usart.h
1026 F: hw/char/avr_usart.c
1027 F: include/hw/timer/avr_timer16.h
1028 F: hw/timer/avr_timer16.c
1029 F: include/hw/misc/avr_power.h
1030 F: hw/misc/avr_power.c
1032 Arduino
1033 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1034 R: Sarah Harris <S.E.Harris@kent.ac.uk>
1035 S: Maintained
1036 F: hw/avr/arduino.c
1038 CRIS Machines
1039 -------------
1040 Axis Dev88
1041 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1042 S: Maintained
1043 F: hw/cris/axis_dev88.c
1044 F: hw/*/etraxfs_*.c
1046 HP-PARISC Machines
1047 ------------------
1048 HP B160L
1049 M: Richard Henderson <richard.henderson@linaro.org>
1050 R: Helge Deller <deller@gmx.de>
1051 S: Odd Fixes
1052 F: default-configs/hppa-softmmu.mak
1053 F: hw/hppa/
1054 F: pc-bios/hppa-firmware.img
1056 LM32 Machines
1057 -------------
1058 EVR32 and uclinux BSP
1059 R: Michael Walle <michael@walle.cc>
1060 S: Orphan
1061 F: hw/lm32/lm32_boards.c
1063 milkymist
1064 R: Michael Walle <michael@walle.cc>
1065 S: Orphan
1066 F: hw/lm32/milkymist.c
1068 M68K Machines
1069 -------------
1070 an5206
1071 M: Thomas Huth <huth@tuxfamily.org>
1072 S: Odd Fixes
1073 F: hw/m68k/an5206.c
1074 F: hw/m68k/mcf5206.c
1076 mcf5208
1077 M: Thomas Huth <huth@tuxfamily.org>
1078 S: Odd Fixes
1079 F: hw/m68k/mcf5208.c
1080 F: hw/m68k/mcf_intc.c
1081 F: hw/char/mcf_uart.c
1082 F: hw/net/mcf_fec.c
1083 F: include/hw/m68k/mcf*.h
1085 NeXTcube
1086 M: Thomas Huth <huth@tuxfamily.org>
1087 S: Odd Fixes
1088 F: hw/m68k/next-*.c
1089 F: hw/display/next-fb.c
1090 F: include/hw/m68k/next-cube.h
1092 q800
1093 M: Laurent Vivier <laurent@vivier.eu>
1094 S: Maintained
1095 F: hw/m68k/q800.c
1096 F: hw/misc/mac_via.c
1097 F: hw/nubus/*
1098 F: hw/display/macfb.c
1099 F: hw/block/swim.c
1100 F: hw/m68k/bootinfo.h
1101 F: include/hw/misc/mac_via.h
1102 F: include/hw/nubus/*
1103 F: include/hw/display/macfb.h
1104 F: include/hw/block/swim.h
1106 MicroBlaze Machines
1107 -------------------
1108 petalogix_s3adsp1800
1109 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1110 S: Maintained
1111 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1112 F: include/hw/char/xilinx_uartlite.h
1114 petalogix_ml605
1115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1116 S: Maintained
1117 F: hw/microblaze/petalogix_ml605_mmu.c
1119 MIPS Machines
1120 -------------
1121 Jazz
1122 M: Hervé Poussineau <hpoussin@reactos.org>
1123 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1124 S: Maintained
1125 F: hw/mips/jazz.c
1126 F: hw/display/jazz_led.c
1127 F: hw/dma/rc4030.c
1129 Malta
1130 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1131 R: Aurelien Jarno <aurelien@aurel32.net>
1132 S: Odd Fixes
1133 F: hw/isa/piix4.c
1134 F: hw/acpi/piix4.c
1135 F: hw/mips/malta.c
1136 F: hw/mips/gt64xxx_pci.c
1137 F: include/hw/southbridge/piix.h
1138 F: tests/acceptance/linux_ssh_mips_malta.py
1139 F: tests/acceptance/machine_mips_malta.py
1141 Mipssim
1142 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1143 S: Orphaned
1144 F: hw/mips/mipssim.c
1145 F: hw/net/mipsnet.c
1147 Fuloong 2E
1148 M: Huacai Chen <chenhuacai@kernel.org>
1149 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1150 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1151 S: Odd Fixes
1152 F: hw/mips/fuloong2e.c
1153 F: hw/isa/vt82c686.c
1154 F: hw/pci-host/bonito.c
1155 F: include/hw/isa/vt82c686.h
1157 Loongson-3 virtual platforms
1158 M: Huacai Chen <chenhuacai@kernel.org>
1159 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1160 S: Maintained
1161 F: hw/intc/loongson_liointc.c
1162 F: hw/mips/loongson3_bootp.c
1163 F: hw/mips/loongson3_bootp.h
1164 F: hw/mips/loongson3_virt.c
1166 Boston
1167 M: Paul Burton <paulburton@kernel.org>
1168 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1169 S: Odd Fixes
1170 F: hw/core/loader-fit.c
1171 F: hw/mips/boston.c
1172 F: hw/pci-host/xilinx-pcie.c
1173 F: include/hw/pci-host/xilinx-pcie.h
1175 OpenRISC Machines
1176 -----------------
1177 or1k-sim
1178 M: Jia Liu <proljc@gmail.com>
1179 S: Maintained
1180 F: hw/openrisc/openrisc_sim.c
1182 PowerPC Machines
1183 ----------------
1185 M: David Gibson <david@gibson.dropbear.id.au>
1186 M: Greg Kurz <groug@kaod.org>
1187 L: qemu-ppc@nongnu.org
1188 S: Odd Fixes
1189 F: hw/ppc/ppc405_boards.c
1191 Bamboo
1192 M: David Gibson <david@gibson.dropbear.id.au>
1193 M: Greg Kurz <groug@kaod.org>
1194 L: qemu-ppc@nongnu.org
1195 S: Odd Fixes
1196 F: hw/ppc/ppc440_bamboo.c
1198 e500
1199 M: David Gibson <david@gibson.dropbear.id.au>
1200 M: Greg Kurz <groug@kaod.org>
1201 L: qemu-ppc@nongnu.org
1202 S: Odd Fixes
1203 F: hw/ppc/e500*
1204 F: hw/gpio/mpc8xxx.c
1205 F: hw/i2c/mpc_i2c.c
1206 F: hw/net/fsl_etsec/
1207 F: hw/pci-host/ppce500.c
1208 F: include/hw/ppc/ppc_e500.h
1209 F: include/hw/pci-host/ppce500.h
1210 F: pc-bios/u-boot.e500
1212 mpc8544ds
1213 M: David Gibson <david@gibson.dropbear.id.au>
1214 M: Greg Kurz <groug@kaod.org>
1215 L: qemu-ppc@nongnu.org
1216 S: Odd Fixes
1217 F: hw/ppc/mpc8544ds.c
1218 F: hw/ppc/mpc8544_guts.c
1220 New World (mac99)
1221 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1222 R: David Gibson <david@gibson.dropbear.id.au>
1223 R: Greg Kurz <groug@kaod.org>
1224 L: qemu-ppc@nongnu.org
1225 S: Odd Fixes
1226 F: hw/ppc/mac_newworld.c
1227 F: hw/pci-host/uninorth.c
1228 F: hw/pci-bridge/dec.[hc]
1229 F: hw/misc/macio/
1230 F: hw/misc/mos6522.c
1231 F: hw/nvram/mac_nvram.c
1232 F: hw/input/adb*
1233 F: include/hw/misc/macio/
1234 F: include/hw/misc/mos6522.h
1235 F: include/hw/ppc/mac_dbdma.h
1236 F: include/hw/pci-host/uninorth.h
1237 F: include/hw/input/adb*
1238 F: pc-bios/qemu_vga.ndrv
1240 Old World (g3beige)
1241 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1242 R: David Gibson <david@gibson.dropbear.id.au>
1243 R: Greg Kurz <groug@kaod.org>
1244 L: qemu-ppc@nongnu.org
1245 S: Odd Fixes
1246 F: hw/ppc/mac_oldworld.c
1247 F: hw/pci-host/grackle.c
1248 F: hw/misc/macio/
1249 F: hw/intc/heathrow_pic.c
1250 F: hw/input/adb*
1251 F: include/hw/intc/heathrow_pic.h
1252 F: include/hw/input/adb*
1253 F: pc-bios/qemu_vga.ndrv
1255 PReP
1256 M: Hervé Poussineau <hpoussin@reactos.org>
1257 R: David Gibson <david@gibson.dropbear.id.au>
1258 R: Greg Kurz <groug@kaod.org>
1259 L: qemu-ppc@nongnu.org
1260 S: Maintained
1261 F: hw/ppc/prep.c
1262 F: hw/ppc/prep_systemio.c
1263 F: hw/ppc/rs6000_mc.c
1264 F: hw/pci-host/prep.[hc]
1265 F: hw/isa/i82378.c
1266 F: hw/isa/pc87312.c
1267 F: hw/dma/i82374.c
1268 F: hw/rtc/m48t59-isa.c
1269 F: include/hw/isa/pc87312.h
1270 F: include/hw/rtc/m48t59.h
1271 F: tests/acceptance/ppc_prep_40p.py
1273 sPAPR
1274 M: David Gibson <david@gibson.dropbear.id.au>
1275 M: Greg Kurz <groug@kaod.org>
1276 L: qemu-ppc@nongnu.org
1277 S: Supported
1278 F: hw/*/spapr*
1279 F: include/hw/*/spapr*
1280 F: hw/*/xics*
1281 F: include/hw/*/xics*
1282 F: pc-bios/slof.bin
1283 F: docs/specs/ppc-spapr-hcalls.txt
1284 F: docs/specs/ppc-spapr-hotplug.txt
1285 F: tests/qtest/spapr*
1286 F: tests/qtest/libqos/*spapr*
1287 F: tests/qtest/rtas*
1288 F: tests/qtest/libqos/rtas*
1290 PowerNV (Non-Virtualized)
1291 M: Cédric Le Goater <clg@kaod.org>
1292 M: David Gibson <david@gibson.dropbear.id.au>
1293 M: Greg Kurz <groug@kaod.org>
1294 L: qemu-ppc@nongnu.org
1295 S: Maintained
1296 F: hw/ppc/pnv*
1297 F: hw/intc/pnv*
1298 F: hw/intc/xics_pnv.c
1299 F: hw/pci-host/pnv*
1300 F: include/hw/ppc/pnv*
1301 F: include/hw/pci-host/pnv*
1302 F: pc-bios/skiboot.lid
1303 F: tests/qtest/pnv*
1305 virtex_ml507
1306 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1307 L: qemu-ppc@nongnu.org
1308 S: Odd Fixes
1309 F: hw/ppc/virtex_ml507.c
1311 sam460ex
1312 M: BALATON Zoltan <balaton@eik.bme.hu>
1313 R: David Gibson <david@gibson.dropbear.id.au>
1314 R: Greg Kurz <groug@kaod.org>
1315 L: qemu-ppc@nongnu.org
1316 S: Maintained
1317 F: hw/ppc/sam460ex.c
1318 F: hw/ppc/ppc440_pcix.c
1319 F: hw/display/sm501*
1320 F: hw/ide/sii3112.c
1321 F: hw/rtc/m41t80.c
1322 F: pc-bios/canyonlands.dt[sb]
1323 F: pc-bios/u-boot-sam460ex-20100605.bin
1324 F: roms/u-boot-sam460ex
1326 RISC-V Machines
1327 ---------------
1328 OpenTitan
1329 M: Alistair Francis <Alistair.Francis@wdc.com>
1330 L: qemu-riscv@nongnu.org
1331 S: Supported
1332 F: hw/riscv/opentitan.c
1333 F: hw/char/ibex_uart.c
1334 F: hw/intc/ibex_plic.c
1335 F: include/hw/riscv/opentitan.h
1336 F: include/hw/char/ibex_uart.h
1337 F: include/hw/intc/ibex_plic.h
1339 Microchip PolarFire SoC Icicle Kit
1340 M: Bin Meng <bin.meng@windriver.com>
1341 L: qemu-riscv@nongnu.org
1342 S: Supported
1343 F: hw/riscv/microchip_pfsoc.c
1344 F: hw/char/mchp_pfsoc_mmuart.c
1345 F: hw/misc/mchp_pfsoc_dmc.c
1346 F: hw/misc/mchp_pfsoc_ioscb.c
1347 F: hw/misc/mchp_pfsoc_sysreg.c
1348 F: include/hw/riscv/microchip_pfsoc.h
1349 F: include/hw/char/mchp_pfsoc_mmuart.h
1350 F: include/hw/misc/mchp_pfsoc_dmc.h
1351 F: include/hw/misc/mchp_pfsoc_ioscb.h
1352 F: include/hw/misc/mchp_pfsoc_sysreg.h
1354 RX Machines
1355 -----------
1356 rx-gdbsim
1357 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1358 S: Odd Fixes
1359 F: docs/system/target-rx.rst
1360 F: hw/rx/rx-gdbsim.c
1361 F: tests/acceptance/machine_rx_gdbsim.py
1363 SH4 Machines
1364 ------------
1366 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1367 R: Magnus Damm <magnus.damm@gmail.com>
1368 S: Odd Fixes
1369 F: hw/sh4/r2d.c
1370 F: hw/intc/sh_intc.c
1371 F: include/hw/sh4/sh_intc.h
1373 Shix
1374 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1375 R: Magnus Damm <magnus.damm@gmail.com>
1376 S: Odd Fixes
1377 F: hw/sh4/shix.c
1378 F: hw/intc/sh_intc.c
1379 F: include/hw/sh4/sh_intc.h
1381 SPARC Machines
1382 --------------
1383 Sun4m
1384 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1385 S: Maintained
1386 F: hw/sparc/sun4m.c
1387 F: hw/sparc/sun4m_iommu.c
1388 F: hw/display/cg3.c
1389 F: hw/display/tcx.c
1390 F: hw/dma/sparc32_dma.c
1391 F: hw/misc/eccmemctl.c
1392 F: hw/*/slavio_*.c
1393 F: include/hw/nvram/sun_nvram.h
1394 F: include/hw/sparc/sparc32_dma.h
1395 F: include/hw/sparc/sun4m_iommu.h
1396 F: pc-bios/openbios-sparc32
1398 Sun4u
1399 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1400 S: Maintained
1401 F: hw/sparc64/sun4u.c
1402 F: hw/sparc64/sun4u_iommu.c
1403 F: include/hw/sparc/sun4u_iommu.h
1404 F: hw/pci-host/sabre.c
1405 F: include/hw/pci-host/sabre.h
1406 F: hw/pci-bridge/simba.c
1407 F: include/hw/pci-bridge/simba.h
1408 F: pc-bios/openbios-sparc64
1409 F: tests/acceptance/machine_sparc64_sun4u.py
1411 Sun4v
1412 M: Artyom Tarasenko <atar4qemu@gmail.com>
1413 S: Maintained
1414 F: hw/sparc64/niagara.c
1415 F: hw/rtc/sun4v-rtc.c
1416 F: include/hw/rtc/sun4v-rtc.h
1418 Leon3
1419 M: Fabien Chouteau <chouteau@adacore.com>
1420 M: KONRAD Frederic <frederic.konrad@adacore.com>
1421 S: Maintained
1422 F: hw/sparc/leon3.c
1423 F: hw/*/grlib*
1424 F: include/hw/*/grlib*
1425 F: tests/acceptance/machine_sparc_leon3.py
1427 S390 Machines
1428 -------------
1429 S390 Virtio-ccw
1430 M: Cornelia Huck <cohuck@redhat.com>
1431 M: Halil Pasic <pasic@linux.ibm.com>
1432 M: Christian Borntraeger <borntraeger@de.ibm.com>
1433 S: Supported
1434 F: hw/char/sclp*.[hc]
1435 F: hw/char/terminal3270.c
1436 F: hw/s390x/
1437 F: include/hw/s390x/
1438 F: hw/watchdog/wdt_diag288.c
1439 F: include/hw/watchdog/wdt_diag288.h
1440 F: default-configs/s390x-softmmu.mak
1441 F: tests/acceptance/machine_s390_ccw_virtio.py
1442 T: git https://gitlab.com/cohuck/qemu.git s390-next
1443 T: git https://github.com/borntraeger/qemu.git s390-next
1444 L: qemu-s390x@nongnu.org
1446 S390-ccw boot
1447 M: Christian Borntraeger <borntraeger@de.ibm.com>
1448 M: Thomas Huth <thuth@redhat.com>
1449 S: Supported
1450 F: hw/s390x/ipl.*
1451 F: pc-bios/s390-ccw/
1452 F: pc-bios/s390-ccw.img
1453 F: docs/devel/s390-dasd-ipl.rst
1454 T: git https://github.com/borntraeger/qemu.git s390-next
1455 L: qemu-s390x@nongnu.org
1457 S390 PCI
1458 M: Matthew Rosato <mjrosato@linux.ibm.com>
1459 S: Supported
1460 F: hw/s390x/s390-pci*
1461 F: include/hw/s390x/s390-pci*
1462 L: qemu-s390x@nongnu.org
1464 UniCore32 Machines
1465 ------------------
1466 PKUnity-3 SoC initramfs-with-busybox
1467 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1468 S: Maintained
1469 F: hw/*/puv3*
1470 F: hw/unicore32/
1472 X86 Machines
1473 ------------
1475 M: Michael S. Tsirkin <mst@redhat.com>
1476 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1477 S: Supported
1478 F: include/hw/i386/
1479 F: hw/i386/
1480 F: hw/pci-host/i440fx.c
1481 F: hw/pci-host/q35.c
1482 F: hw/pci-host/pam.c
1483 F: include/hw/pci-host/i440fx.h
1484 F: include/hw/pci-host/q35.h
1485 F: include/hw/pci-host/pam.h
1486 F: hw/isa/piix3.c
1487 F: hw/isa/lpc_ich9.c
1488 F: hw/i2c/smbus_ich9.c
1489 F: hw/acpi/piix4.c
1490 F: hw/acpi/ich9.c
1491 F: include/hw/acpi/ich9.h
1492 F: include/hw/southbridge/piix.h
1493 F: hw/misc/sga.c
1494 F: hw/isa/apm.c
1495 F: include/hw/isa/apm.h
1496 F: tests/test-x86-cpuid.c
1497 F: tests/qtest/test-x86-cpuid-compat.c
1499 PC Chipset
1500 M: Michael S. Tsirkin <mst@redhat.com>
1501 M: Paolo Bonzini <pbonzini@redhat.com>
1502 S: Supported
1503 F: hw/char/debugcon.c
1504 F: hw/char/parallel*
1505 F: hw/char/serial*
1506 F: hw/dma/i8257*
1507 F: hw/i2c/pm_smbus.c
1508 F: hw/input/pckbd.c
1509 F: hw/intc/apic*
1510 F: hw/intc/ioapic*
1511 F: hw/intc/i8259*
1512 F: hw/isa/isa-superio.c
1513 F: hw/misc/debugexit.c
1514 F: hw/misc/pc-testdev.c
1515 F: hw/timer/hpet*
1516 F: hw/timer/i8254*
1517 F: hw/rtc/mc146818rtc*
1518 F: hw/watchdog/wdt_ib700.c
1519 F: hw/watchdog/wdt_i6300esb.c
1520 F: include/hw/display/vga.h
1521 F: include/hw/char/parallel.h
1522 F: include/hw/dma/i8257.h
1523 F: include/hw/i2c/pm_smbus.h
1524 F: include/hw/input/i8042.h
1525 F: include/hw/isa/i8259_internal.h
1526 F: include/hw/isa/superio.h
1527 F: include/hw/timer/hpet.h
1528 F: include/hw/timer/i8254*
1529 F: include/hw/rtc/mc146818rtc*
1531 microvm
1532 M: Sergio Lopez <slp@redhat.com>
1533 M: Paolo Bonzini <pbonzini@redhat.com>
1534 S: Maintained
1535 F: docs/microvm.rst
1536 F: hw/i386/microvm.c
1537 F: include/hw/i386/microvm.h
1538 F: pc-bios/bios-microvm.bin
1540 Machine core
1541 M: Eduardo Habkost <ehabkost@redhat.com>
1542 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1543 S: Supported
1544 F: cpu.c
1545 F: hw/core/cpu.c
1546 F: hw/core/machine-qmp-cmds.c
1547 F: hw/core/machine.c
1548 F: hw/core/null-machine.c
1549 F: hw/core/numa.c
1550 F: hw/cpu/cluster.c
1551 F: qapi/machine.json
1552 F: qapi/machine-target.json
1553 F: include/hw/boards.h
1554 F: include/hw/core/cpu.h
1555 F: include/hw/cpu/cluster.h
1556 F: include/sysemu/numa.h
1557 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1559 Xtensa Machines
1560 ---------------
1562 M: Max Filippov <jcmvbkbc@gmail.com>
1563 S: Maintained
1564 F: hw/xtensa/sim.c
1566 virt
1567 M: Max Filippov <jcmvbkbc@gmail.com>
1568 S: Maintained
1569 F: hw/xtensa/virt.c
1571 XTFPGA (LX60, LX200, ML605, KC705)
1572 M: Max Filippov <jcmvbkbc@gmail.com>
1573 S: Maintained
1574 F: hw/xtensa/xtfpga.c
1575 F: hw/net/opencores_eth.c
1577 Devices
1578 -------
1579 Xilinx CAN
1580 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1581 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1582 S: Maintained
1583 F: hw/net/can/xlnx-*
1584 F: include/hw/net/xlnx-*
1585 F: tests/qtest/xlnx-can-test*
1588 M: Jiri Slaby <jslaby@suse.cz>
1589 S: Maintained
1590 F: hw/misc/edu.c
1593 M: John Snow <jsnow@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: include/hw/ide.h
1597 F: include/hw/ide/
1598 F: hw/ide/
1599 F: hw/block/block.c
1600 F: hw/block/cdrom.c
1601 F: hw/block/hd-geometry.c
1602 F: tests/qtest/ide-test.c
1603 F: tests/qtest/ahci-test.c
1604 F: tests/qtest/cdrom-test.c
1605 F: tests/qtest/libqos/ahci*
1606 T: git https://gitlab.com/jsnow/qemu.git ide
1608 IPMI
1609 M: Corey Minyard <minyard@acm.org>
1610 S: Maintained
1611 F: include/hw/ipmi/*
1612 F: hw/ipmi/*
1613 F: hw/smbios/smbios_type_38.c
1614 F: tests/qtest/ipmi*
1615 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1617 Floppy
1618 M: John Snow <jsnow@redhat.com>
1619 L: qemu-block@nongnu.org
1620 S: Supported
1621 F: hw/block/fdc.c
1622 F: include/hw/block/fdc.h
1623 F: tests/qtest/fdc-test.c
1624 T: git https://gitlab.com/jsnow/qemu.git ide
1626 OMAP
1627 M: Peter Maydell <peter.maydell@linaro.org>
1628 L: qemu-arm@nongnu.org
1629 S: Maintained
1630 F: hw/*/omap*
1631 F: include/hw/arm/omap.h
1632 F: docs/system/arm/sx1.rst
1634 IPack
1635 M: Alberto Garcia <berto@igalia.com>
1636 S: Odd Fixes
1637 F: hw/char/ipoctal232.c
1638 F: hw/ipack/
1641 M: Michael S. Tsirkin <mst@redhat.com>
1642 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1643 S: Supported
1644 F: include/hw/pci/*
1645 F: hw/misc/pci-testdev.c
1646 F: hw/pci/*
1647 F: hw/pci-bridge/*
1648 F: qapi/pci.json
1649 F: docs/pci*
1650 F: docs/specs/*pci*
1651 F: default-configs/pci.mak
1653 ACPI/SMBIOS
1654 M: Michael S. Tsirkin <mst@redhat.com>
1655 M: Igor Mammedov <imammedo@redhat.com>
1656 S: Supported
1657 F: include/hw/acpi/*
1658 F: include/hw/firmware/smbios.h
1659 F: hw/mem/*
1660 F: hw/acpi/*
1661 F: hw/smbios/*
1662 F: hw/i386/acpi-build.[hc]
1663 F: hw/arm/virt-acpi-build.c
1664 F: qapi/acpi.json
1665 F: tests/qtest/bios-tables-test*
1666 F: tests/qtest/acpi-utils.[hc]
1667 F: tests/data/acpi/
1669 ACPI/HEST/GHES
1670 R: Dongjiu Geng <gengdongjiu@huawei.com>
1671 R: Xiang Zheng <zhengxiang9@huawei.com>
1672 L: qemu-arm@nongnu.org
1673 S: Maintained
1674 F: hw/acpi/ghes.c
1675 F: include/hw/acpi/ghes.h
1676 F: docs/specs/acpi_hest_ghes.rst
1678 ppc4xx
1679 M: David Gibson <david@gibson.dropbear.id.au>
1680 L: qemu-ppc@nongnu.org
1681 S: Odd Fixes
1682 F: hw/ppc/ppc4*.c
1683 F: hw/i2c/ppc4xx_i2c.c
1684 F: include/hw/ppc/ppc4xx.h
1685 F: include/hw/i2c/ppc4xx_i2c.h
1687 Character devices
1688 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1689 R: Paolo Bonzini <pbonzini@redhat.com>
1690 S: Odd Fixes
1691 F: hw/char/
1693 Network devices
1694 M: Jason Wang <jasowang@redhat.com>
1695 S: Odd Fixes
1696 F: hw/net/
1697 F: include/hw/net/
1698 F: tests/qtest/virtio-net-test.c
1699 F: docs/virtio-net-failover.rst
1700 T: git https://github.com/jasowang/qemu.git net
1702 Parallel NOR Flash devices
1703 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1704 T: git https://gitlab.com/philmd/qemu.git pflash-next
1705 S: Maintained
1706 F: hw/block/pflash_cfi*.c
1707 F: include/hw/block/flash.h
1709 SCSI
1710 M: Paolo Bonzini <pbonzini@redhat.com>
1711 R: Fam Zheng <fam@euphon.net>
1712 S: Supported
1713 F: include/hw/scsi/*
1714 F: hw/scsi/*
1715 F: tests/qtest/virtio-scsi-test.c
1716 T: git https://github.com/bonzini/qemu.git scsi-next
1719 M: Alistair Francis <alistair@alistair23.me>
1720 S: Maintained
1721 F: hw/ssi/*
1722 F: hw/block/m25p80.c
1723 F: include/hw/ssi/ssi.h
1724 X: hw/ssi/xilinx_*
1725 F: tests/qtest/m25p80-test.c
1727 Xilinx SPI
1728 M: Alistair Francis <alistair@alistair23.me>
1729 S: Maintained
1730 F: hw/ssi/xilinx_*
1732 SD (Secure Card)
1733 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1734 L: qemu-block@nongnu.org
1735 S: Odd Fixes
1736 F: include/hw/sd/sd*
1737 F: hw/sd/core.c
1738 F: hw/sd/sd*
1739 F: hw/sd/ssi-sd.c
1740 F: tests/qtest/sd*
1743 M: Gerd Hoffmann <kraxel@redhat.com>
1744 S: Maintained
1745 F: hw/usb/*
1746 F: tests/qtest/usb-*-test.c
1747 F: docs/usb2.txt
1748 F: docs/usb-storage.txt
1749 F: include/hw/usb.h
1750 F: include/hw/usb/
1751 F: default-configs/usb.mak
1753 USB (serial adapter)
1754 M: Gerd Hoffmann <kraxel@redhat.com>
1755 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1756 S: Maintained
1757 F: hw/usb/dev-serial.c
1759 VFIO
1760 M: Alex Williamson <alex.williamson@redhat.com>
1761 S: Supported
1762 F: hw/vfio/*
1763 F: include/hw/vfio/
1765 vfio-ccw
1766 M: Cornelia Huck <cohuck@redhat.com>
1767 M: Eric Farman <farman@linux.ibm.com>
1768 S: Supported
1769 F: hw/vfio/ccw.c
1770 F: hw/s390x/s390-ccw.c
1771 F: include/hw/s390x/s390-ccw.h
1772 F: include/hw/s390x/vfio-ccw.h
1773 T: git https://gitlab.com/cohuck/qemu.git s390-next
1774 L: qemu-s390x@nongnu.org
1776 vfio-ap
1777 M: Christian Borntraeger <borntraeger@de.ibm.com>
1778 M: Tony Krowiak <akrowiak@linux.ibm.com>
1779 M: Halil Pasic <pasic@linux.ibm.com>
1780 M: Pierre Morel <pmorel@linux.ibm.com>
1781 S: Supported
1782 F: hw/s390x/ap-device.c
1783 F: hw/s390x/ap-bridge.c
1784 F: include/hw/s390x/ap-device.h
1785 F: include/hw/s390x/ap-bridge.h
1786 F: hw/vfio/ap.c
1787 F: docs/system/s390x/vfio-ap.rst
1788 L: qemu-s390x@nongnu.org
1790 vhost
1791 M: Michael S. Tsirkin <mst@redhat.com>
1792 S: Supported
1793 F: hw/*/*vhost*
1794 F: docs/interop/vhost-user.json
1795 F: docs/interop/vhost-user.rst
1796 F: contrib/vhost-user-*/
1797 F: backends/vhost-user.c
1798 F: include/sysemu/vhost-user-backend.h
1800 virtio
1801 M: Michael S. Tsirkin <mst@redhat.com>
1802 S: Supported
1803 F: hw/*/virtio*
1804 F: hw/virtio/Makefile.objs
1805 F: hw/virtio/trace-events
1806 F: net/vhost-user.c
1807 F: include/hw/virtio/
1809 virtio-balloon
1810 M: Michael S. Tsirkin <mst@redhat.com>
1811 M: David Hildenbrand <david@redhat.com>
1812 S: Maintained
1813 F: hw/virtio/virtio-balloon*.c
1814 F: include/hw/virtio/virtio-balloon.h
1815 F: softmmu/balloon.c
1816 F: include/sysemu/balloon.h
1818 virtio-9p
1819 M: Greg Kurz <groug@kaod.org>
1820 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1821 S: Odd Fixes
1822 F: hw/9pfs/
1823 X: hw/9pfs/xen-9p*
1824 F: fsdev/
1825 F: docs/interop/virtfs-proxy-helper.rst
1826 F: tests/qtest/virtio-9p-test.c
1827 T: git https://github.com/gkurz/qemu.git 9p-next
1829 virtio-blk
1830 M: Stefan Hajnoczi <stefanha@redhat.com>
1831 L: qemu-block@nongnu.org
1832 S: Supported
1833 F: hw/block/virtio-blk.c
1834 F: hw/block/dataplane/*
1835 F: tests/qtest/virtio-blk-test.c
1836 T: git https://github.com/stefanha/qemu.git block
1838 virtio-ccw
1839 M: Cornelia Huck <cohuck@redhat.com>
1840 M: Halil Pasic <pasic@linux.ibm.com>
1841 S: Supported
1842 F: hw/s390x/virtio-ccw*.[hc]
1843 F: hw/s390x/vhost-vsock-ccw.c
1844 T: git https://gitlab.com/cohuck/qemu.git s390-next
1845 T: git https://github.com/borntraeger/qemu.git s390-next
1846 L: qemu-s390x@nongnu.org
1848 virtiofs
1849 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1850 M: Stefan Hajnoczi <stefanha@redhat.com>
1851 S: Supported
1852 F: tools/virtiofsd/*
1853 F: hw/virtio/vhost-user-fs*
1854 F: include/hw/virtio/vhost-user-fs.h
1855 F: docs/interop/virtiofsd.rst
1857 virtio-input
1858 M: Gerd Hoffmann <kraxel@redhat.com>
1859 S: Maintained
1860 F: hw/input/vhost-user-input.c
1861 F: hw/input/virtio-input*.c
1862 F: include/hw/virtio/virtio-input.h
1863 F: contrib/vhost-user-input/*
1865 virtio-iommu
1866 M: Eric Auger <eric.auger@redhat.com>
1867 S: Maintained
1868 F: hw/virtio/virtio-iommu*.c
1869 F: include/hw/virtio/virtio-iommu.h
1871 virtio-serial
1872 M: Laurent Vivier <lvivier@redhat.com>
1873 R: Amit Shah <amit@kernel.org>
1874 S: Supported
1875 F: hw/char/virtio-serial-bus.c
1876 F: hw/char/virtio-console.c
1877 F: include/hw/virtio/virtio-serial.h
1878 F: tests/qtest/virtio-serial-test.c
1880 virtio-rng
1881 M: Laurent Vivier <lvivier@redhat.com>
1882 R: Amit Shah <amit@kernel.org>
1883 S: Supported
1884 F: hw/virtio/virtio-rng.c
1885 F: include/hw/virtio/virtio-rng.h
1886 F: include/sysemu/rng*.h
1887 F: backends/rng*.c
1888 F: tests/qtest/virtio-rng-test.c
1890 virtio-crypto
1891 M: Gonglei <arei.gonglei@huawei.com>
1892 S: Supported
1893 F: hw/virtio/virtio-crypto.c
1894 F: hw/virtio/virtio-crypto-pci.c
1895 F: include/hw/virtio/virtio-crypto.h
1897 virtio-mem
1898 M: David Hildenbrand <david@redhat.com>
1899 S: Supported
1900 W: https://virtio-mem.gitlab.io/
1901 F: hw/virtio/virtio-mem.c
1902 F: hw/virtio/virtio-mem-pci.h
1903 F: hw/virtio/virtio-mem-pci.c
1904 F: include/hw/virtio/virtio-mem.h
1906 nvme
1907 M: Keith Busch <kbusch@kernel.org>
1908 M: Klaus Jensen <its@irrelevant.dk>
1909 L: qemu-block@nongnu.org
1910 S: Supported
1911 F: hw/block/nvme*
1912 F: include/block/nvme.h
1913 F: tests/qtest/nvme-test.c
1914 F: docs/specs/nvme.txt
1915 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1917 megasas
1918 M: Hannes Reinecke <hare@suse.com>
1919 L: qemu-block@nongnu.org
1920 S: Supported
1921 F: hw/scsi/megasas.c
1922 F: hw/scsi/mfi.h
1923 F: tests/qtest/megasas-test.c
1925 Network packet abstractions
1926 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1927 S: Maintained
1928 F: include/net/eth.h
1929 F: net/eth.c
1930 F: hw/net/net_rx_pkt*
1931 F: hw/net/net_tx_pkt*
1933 Vmware
1934 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1935 S: Maintained
1936 F: hw/net/vmxnet*
1937 F: hw/scsi/vmw_pvscsi*
1938 F: tests/qtest/vmxnet3-test.c
1940 Rocker
1941 M: Jiri Pirko <jiri@resnulli.us>
1942 S: Maintained
1943 F: hw/net/rocker/
1944 F: qapi/rocker.json
1945 F: tests/rocker/
1946 F: docs/specs/rocker.txt
1948 NVDIMM
1949 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1950 S: Maintained
1951 F: hw/acpi/nvdimm.c
1952 F: hw/mem/nvdimm.c
1953 F: include/hw/mem/nvdimm.h
1954 F: docs/nvdimm.txt
1956 e1000x
1957 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1958 S: Maintained
1959 F: hw/net/e1000x*
1961 e1000e
1962 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1963 S: Maintained
1964 F: hw/net/e1000e*
1966 eepro100
1967 M: Stefan Weil <sw@weilnetz.de>
1968 S: Maintained
1969 F: hw/net/eepro100.c
1971 tulip
1972 M: Sven Schnelle <svens@stackframe.org>
1973 S: Maintained
1974 F: hw/net/tulip.c
1975 F: hw/net/tulip.h
1977 Generic Loader
1978 M: Alistair Francis <alistair@alistair23.me>
1979 S: Maintained
1980 F: hw/core/generic-loader.c
1981 F: include/hw/core/generic-loader.h
1982 F: docs/generic-loader.txt
1984 Intel Hexadecimal Object File Loader
1985 M: Su Hang <suhang16@mails.ucas.ac.cn>
1986 S: Maintained
1987 F: tests/qtest/hexloader-test.c
1988 F: tests/data/hex-loader/test.hex
1990 CHRP NVRAM
1991 M: Thomas Huth <thuth@redhat.com>
1992 S: Maintained
1993 F: hw/nvram/chrp_nvram.c
1994 F: include/hw/nvram/chrp_nvram.h
1995 F: tests/qtest/prom-env-test.c
1997 VM Generation ID
1998 M: Ben Warren <ben@skyportsystems.com>
1999 S: Maintained
2000 F: hw/acpi/vmgenid.c
2001 F: include/hw/acpi/vmgenid.h
2002 F: docs/specs/vmgenid.txt
2003 F: tests/qtest/vmgenid-test.c
2004 F: stubs/vmgenid.c
2007 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2008 S: Maintained
2009 F: include/hw/misc/led.h
2010 F: hw/misc/led.c
2012 Unimplemented device
2013 M: Peter Maydell <peter.maydell@linaro.org>
2014 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2015 S: Maintained
2016 F: include/hw/misc/unimp.h
2017 F: hw/misc/unimp.c
2019 Empty slot
2020 M: Artyom Tarasenko <atar4qemu@gmail.com>
2021 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2022 S: Maintained
2023 F: include/hw/misc/empty_slot.h
2024 F: hw/misc/empty_slot.c
2026 Standard VGA
2027 M: Gerd Hoffmann <kraxel@redhat.com>
2028 S: Maintained
2029 F: hw/display/vga*
2030 F: hw/display/bochs-display.c
2031 F: include/hw/display/vga.h
2032 F: include/hw/display/bochs-vbe.h
2034 ramfb
2035 M: Gerd Hoffmann <kraxel@redhat.com>
2036 S: Maintained
2037 F: hw/display/ramfb*.c
2038 F: include/hw/display/ramfb.h
2040 virtio-gpu
2041 M: Gerd Hoffmann <kraxel@redhat.com>
2042 S: Maintained
2043 F: hw/display/virtio-gpu*
2044 F: hw/display/virtio-vga.*
2045 F: include/hw/virtio/virtio-gpu.h
2047 vhost-user-blk
2048 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2049 S: Maintained
2050 F: contrib/vhost-user-blk/
2051 F: contrib/vhost-user-scsi/
2052 F: hw/block/vhost-user-blk.c
2053 F: hw/scsi/vhost-user-scsi.c
2054 F: hw/virtio/vhost-user-blk-pci.c
2055 F: hw/virtio/vhost-user-scsi-pci.c
2056 F: include/hw/virtio/vhost-user-blk.h
2057 F: include/hw/virtio/vhost-user-scsi.h
2059 vhost-user-gpu
2060 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2061 M: Gerd Hoffmann <kraxel@redhat.com>
2062 S: Maintained
2063 F: docs/interop/vhost-user-gpu.rst
2064 F: contrib/vhost-user-gpu
2065 F: hw/display/vhost-user-*
2067 Cirrus VGA
2068 M: Gerd Hoffmann <kraxel@redhat.com>
2069 S: Odd Fixes
2070 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2071 F: hw/display/cirrus*
2073 EDID Generator
2074 M: Gerd Hoffmann <kraxel@redhat.com>
2075 S: Maintained
2076 F: hw/display/edid*
2077 F: include/hw/display/edid.h
2078 F: qemu-edid.c
2080 PIIX4 South Bridge (i82371AB)
2081 M: Hervé Poussineau <hpoussin@reactos.org>
2082 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2083 S: Maintained
2084 F: hw/isa/piix4.c
2085 F: include/hw/southbridge/piix.h
2087 Firmware configuration (fw_cfg)
2088 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2089 R: Laszlo Ersek <lersek@redhat.com>
2090 R: Gerd Hoffmann <kraxel@redhat.com>
2091 S: Supported
2092 F: docs/specs/fw_cfg.txt
2093 F: hw/nvram/fw_cfg*.c
2094 F: stubs/fw_cfg.c
2095 F: include/hw/nvram/fw_cfg.h
2096 F: include/standard-headers/linux/qemu_fw_cfg.h
2097 F: tests/qtest/libqos/fw_cfg.c
2098 F: tests/qtest/fw_cfg-test.c
2099 T: git https://github.com/philmd/qemu.git fw_cfg-next
2101 XIVE
2102 M: Cédric Le Goater <clg@kaod.org>
2103 R: David Gibson <david@gibson.dropbear.id.au>
2104 R: Greg Kurz <groug@kaod.org>
2105 L: qemu-ppc@nongnu.org
2106 S: Supported
2107 F: hw/*/*xive*
2108 F: include/hw/*/*xive*
2109 F: docs/*/*xive*
2111 Renesas peripherals
2112 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2113 R: Magnus Damm <magnus.damm@gmail.com>
2114 S: Odd Fixes
2115 F: hw/char/renesas_sci.c
2116 F: hw/char/sh_serial.c
2117 F: hw/timer/renesas_*.c
2118 F: hw/timer/sh_timer.c
2119 F: include/hw/char/renesas_sci.h
2120 F: include/hw/sh4/sh.h
2121 F: include/hw/timer/renesas_*.h
2123 Renesas RX peripherals
2124 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2125 S: Odd Fixes
2126 F: hw/intc/rx_icu.c
2127 F: hw/rx/
2128 F: include/hw/intc/rx_icu.h
2129 F: include/hw/rx/
2131 CAN bus subsystem and hardware
2132 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2133 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2134 S: Maintained
2135 W: https://canbus.pages.fel.cvut.cz/
2136 F: net/can/*
2137 F: hw/net/can/*
2138 F: include/net/can_*.h
2140 Subsystems
2141 ----------
2142 Audio
2143 M: Gerd Hoffmann <kraxel@redhat.com>
2144 S: Maintained
2145 F: audio/
2146 F: hw/audio/
2147 F: include/hw/audio/
2148 F: qapi/audio.json
2149 F: tests/qtest/ac97-test.c
2150 F: tests/qtest/es1370-test.c
2151 F: tests/qtest/intel-hda-test.c
2153 Block layer core
2154 M: Kevin Wolf <kwolf@redhat.com>
2155 M: Max Reitz <mreitz@redhat.com>
2156 L: qemu-block@nongnu.org
2157 S: Supported
2158 F: block*
2159 F: block/
2160 F: hw/block/
2161 F: include/block/
2162 F: qemu-img*
2163 F: docs/interop/qemu-img.rst
2164 F: qemu-io*
2165 F: tests/qemu-iotests/
2166 F: util/qemu-progress.c
2167 F: qobject/block-qdict.c
2168 F: tests/check-block-qdict.c
2169 T: git https://repo.or.cz/qemu/kevin.git block
2171 Storage daemon
2172 M: Kevin Wolf <kwolf@redhat.com>
2173 L: qemu-block@nongnu.org
2174 S: Supported
2175 F: storage-daemon/
2176 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2177 F: docs/tools/qemu-storage-daemon.rst
2178 T: git https://repo.or.cz/qemu/kevin.git block
2180 Block I/O path
2181 M: Stefan Hajnoczi <stefanha@redhat.com>
2182 M: Fam Zheng <fam@euphon.net>
2183 L: qemu-block@nongnu.org
2184 S: Supported
2185 F: util/async.c
2186 F: util/aio-*.c
2187 F: util/aio-*.h
2188 F: util/fdmon-*.c
2189 F: block/io.c
2190 F: migration/block*
2191 F: include/block/aio.h
2192 F: include/block/aio-wait.h
2193 F: scripts/qemugdb/aio.py
2194 F: tests/test-fdmon-epoll.c
2195 T: git https://github.com/stefanha/qemu.git block
2197 Block SCSI subsystem
2198 M: Paolo Bonzini <pbonzini@redhat.com>
2199 R: Fam Zheng <fam@euphon.net>
2200 L: qemu-block@nongnu.org
2201 S: Supported
2202 F: include/scsi/*
2203 F: scsi/*
2205 Block Jobs
2206 M: John Snow <jsnow@redhat.com>
2207 L: qemu-block@nongnu.org
2208 S: Supported
2209 F: blockjob.c
2210 F: include/block/blockjob.h
2211 F: job.c
2212 F: job-qmp.c
2213 F: include/qemu/job.h
2214 F: block/backup.c
2215 F: block/commit.c
2216 F: block/stream.c
2217 F: block/mirror.c
2218 F: qapi/job.json
2219 T: git https://gitlab.com/jsnow/qemu.git jobs
2221 Block QAPI, monitor, command line
2222 M: Markus Armbruster <armbru@redhat.com>
2223 S: Supported
2224 F: blockdev.c
2225 F: blockdev-hmp-cmds.c
2226 F: block/qapi.c
2227 F: qapi/block*.json
2228 F: qapi/transaction.json
2229 T: git https://repo.or.cz/qemu/armbru.git block-next
2231 Dirty Bitmaps
2232 M: Eric Blake <eblake@redhat.com>
2233 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2234 R: John Snow <jsnow@redhat.com>
2235 L: qemu-block@nongnu.org
2236 S: Supported
2237 F: include/qemu/hbitmap.h
2238 F: include/block/dirty-bitmap.h
2239 F: block/monitor/bitmap-qmp-cmds.c
2240 F: block/dirty-bitmap.c
2241 F: block/qcow2-bitmap.c
2242 F: migration/block-dirty-bitmap.c
2243 F: util/hbitmap.c
2244 F: tests/test-hbitmap.c
2245 F: docs/interop/bitmaps.rst
2246 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2248 Character device backends
2249 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2250 R: Paolo Bonzini <pbonzini@redhat.com>
2251 S: Maintained
2252 F: chardev/
2253 F: include/chardev/
2254 F: qapi/char.json
2256 Character Devices (Braille)
2257 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2258 S: Maintained
2259 F: chardev/baum.c
2261 Command line option argument parsing
2262 M: Markus Armbruster <armbru@redhat.com>
2263 S: Supported
2264 F: include/qemu/option.h
2265 F: tests/test-keyval.c
2266 F: tests/test-qemu-opts.c
2267 F: util/keyval.c
2268 F: util/qemu-option.c
2270 Coverity model
2271 M: Markus Armbruster <armbru@redhat.com>
2272 S: Supported
2273 F: scripts/coverity-model.c
2275 Coverity Scan integration
2276 M: Peter Maydell <peter.maydell@linaro.org>
2277 S: Maintained
2278 F: scripts/coverity-scan/
2280 Device Tree
2281 M: Alistair Francis <alistair.francis@wdc.com>
2282 R: David Gibson <david@gibson.dropbear.id.au>
2283 S: Maintained
2284 F: softmmu/device_tree.c
2285 F: include/sysemu/device_tree.h
2287 Dump
2288 S: Supported
2289 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2290 F: dump/
2291 F: hw/misc/vmcoreinfo.c
2292 F: include/hw/misc/vmcoreinfo.h
2293 F: include/qemu/win_dump_defs
2294 F: include/sysemu/dump-arch.h
2295 F: include/sysemu/dump.h
2296 F: qapi/dump.json
2297 F: scripts/dump-guest-memory.py
2298 F: stubs/dump.c
2300 Error reporting
2301 M: Markus Armbruster <armbru@redhat.com>
2302 S: Supported
2303 F: include/qapi/error.h
2304 F: include/qemu/error-report.h
2305 F: qapi/error.json
2306 F: util/error.c
2307 F: util/qemu-error.c
2308 F: scripts/coccinelle/err-bad-newline.cocci
2309 F: scripts/coccinelle/error-use-after-free.cocci
2310 F: scripts/coccinelle/error_propagate_null.cocci
2311 F: scripts/coccinelle/remove_local_err.cocci
2312 F: scripts/coccinelle/use-error_fatal.cocci
2313 F: scripts/coccinelle/errp-guard.cocci
2315 GDB stub
2316 M: Alex Bennée <alex.bennee@linaro.org>
2317 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2318 S: Maintained
2319 F: gdbstub*
2320 F: gdb-xml/
2322 Memory API
2323 M: Paolo Bonzini <pbonzini@redhat.com>
2324 S: Supported
2325 F: include/exec/ioport.h
2326 F: include/exec/memop.h
2327 F: include/exec/memory.h
2328 F: include/exec/ram_addr.h
2329 F: include/exec/ramblock.h
2330 F: softmmu/dma-helpers.c
2331 F: softmmu/ioport.c
2332 F: softmmu/memory.c
2333 F: softmmu/physmem.c
2334 F: include/exec/memory-internal.h
2335 F: scripts/coccinelle/memory-region-housekeeping.cocci
2337 SPICE
2338 M: Gerd Hoffmann <kraxel@redhat.com>
2339 S: Supported
2340 F: include/ui/qemu-spice.h
2341 F: include/ui/spice-display.h
2342 F: ui/spice-*.c
2343 F: audio/spiceaudio.c
2344 F: hw/display/qxl*
2345 F: qapi/ui.json
2346 F: docs/spice-port-fqdn.txt
2348 Graphics
2349 M: Gerd Hoffmann <kraxel@redhat.com>
2350 S: Odd Fixes
2351 F: ui/
2352 F: include/ui/
2353 F: qapi/ui.json
2354 F: util/drm.c
2356 Cocoa graphics
2357 M: Peter Maydell <peter.maydell@linaro.org>
2358 S: Odd Fixes
2359 F: ui/cocoa.m
2361 Main loop
2362 M: Paolo Bonzini <pbonzini@redhat.com>
2363 S: Maintained
2364 F: include/qemu/main-loop.h
2365 F: include/sysemu/runstate.h
2366 F: include/sysemu/runstate-action.h
2367 F: util/main-loop.c
2368 F: util/qemu-timer.c
2369 F: softmmu/vl.c
2370 F: softmmu/main.c
2371 F: softmmu/cpus.c
2372 F: softmmu/cpu-throttle.c
2373 F: softmmu/cpu-timers.c
2374 F: softmmu/icount.c
2375 F: softmmu/runstate-action.c
2376 F: qapi/run-state.json
2378 Read, Copy, Update (RCU)
2379 M: Paolo Bonzini <pbonzini@redhat.com>
2380 S: Maintained
2381 F: include/qemu/rcu*.h
2382 F: tests/rcutorture.c
2383 F: tests/test-rcu-*.c
2384 F: util/rcu.c
2386 Human Monitor (HMP)
2387 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2388 S: Maintained
2389 F: monitor/monitor-internal.h
2390 F: monitor/misc.c
2391 F: monitor/monitor.c
2392 F: monitor/hmp*
2393 F: hmp.h
2394 F: hmp-commands*.hx
2395 F: include/monitor/hmp-target.h
2396 F: tests/qtest/test-hmp.c
2397 F: include/qemu/qemu-print.h
2398 F: util/qemu-print.c
2400 Network device backends
2401 M: Jason Wang <jasowang@redhat.com>
2402 S: Maintained
2403 F: net/
2404 F: include/net/
2405 F: qemu-bridge-helper.c
2406 T: git https://github.com/jasowang/qemu.git net
2407 F: qapi/net.json
2409 Netmap network backend
2410 M: Luigi Rizzo <rizzo@iet.unipi.it>
2411 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2412 M: Vincenzo Maffione <v.maffione@gmail.com>
2413 W: http://info.iet.unipi.it/~luigi/netmap/
2414 S: Maintained
2415 F: net/netmap.c
2417 Host Memory Backends
2418 M: Eduardo Habkost <ehabkost@redhat.com>
2419 M: Igor Mammedov <imammedo@redhat.com>
2420 S: Maintained
2421 F: backends/hostmem*.c
2422 F: include/sysemu/hostmem.h
2423 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2425 Cryptodev Backends
2426 M: Gonglei <arei.gonglei@huawei.com>
2427 S: Maintained
2428 F: include/sysemu/cryptodev*.h
2429 F: backends/cryptodev*.c
2431 Python library
2432 M: John Snow <jsnow@redhat.com>
2433 M: Cleber Rosa <crosa@redhat.com>
2434 R: Eduardo Habkost <ehabkost@redhat.com>
2435 S: Maintained
2436 F: python/
2437 T: git https://gitlab.com/jsnow/qemu.git python
2439 Python scripts
2440 M: Eduardo Habkost <ehabkost@redhat.com>
2441 M: Cleber Rosa <crosa@redhat.com>
2442 S: Odd fixes
2443 F: scripts/*.py
2444 F: tests/*.py
2446 Benchmark util
2447 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2448 S: Maintained
2449 F: scripts/simplebench/
2451 QAPI
2452 M: Markus Armbruster <armbru@redhat.com>
2453 M: Michael Roth <michael.roth@amd.com>
2454 S: Supported
2455 F: qapi/
2456 X: qapi/*.json
2457 F: include/qapi/
2458 X: include/qapi/qmp/
2459 F: include/qapi/qmp/dispatch.h
2460 F: tests/qapi-schema/
2461 F: tests/test-*-visitor.c
2462 F: tests/test-qapi-*.c
2463 F: tests/test-qmp-*.c
2464 F: tests/test-visitor-serialization.c
2465 F: scripts/qapi-gen.py
2466 F: scripts/qapi/*
2467 F: docs/sphinx/qapidoc.py
2468 F: docs/devel/qapi*
2469 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2471 QAPI Schema
2472 M: Eric Blake <eblake@redhat.com>
2473 M: Markus Armbruster <armbru@redhat.com>
2474 S: Supported
2475 F: qapi/*.json
2476 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2478 QObject
2479 M: Markus Armbruster <armbru@redhat.com>
2480 S: Supported
2481 F: qobject/
2482 F: include/qapi/qmp/
2483 X: include/qapi/qmp/dispatch.h
2484 F: scripts/coccinelle/qobject.cocci
2485 F: tests/check-qdict.c
2486 F: tests/check-qjson.c
2487 F: tests/check-qlist.c
2488 F: tests/check-qlit.c
2489 F: tests/check-qnull.c
2490 F: tests/check-qnum.c
2491 F: tests/check-qobject.c
2492 F: tests/check-qstring.c
2493 F: tests/data/qobject/qdict.txt
2494 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2496 QEMU Guest Agent
2497 M: Michael Roth <michael.roth@amd.com>
2498 S: Maintained
2499 F: qga/
2500 F: docs/interop/qemu-ga.rst
2501 F: docs/interop/qemu-ga-ref.rst
2502 F: scripts/qemu-guest-agent/
2503 F: tests/test-qga.c
2504 T: git https://github.com/mdroth/qemu.git qga
2507 M: Paolo Bonzini <pbonzini@redhat.com>
2508 R: Daniel P. Berrange <berrange@redhat.com>
2509 R: Eduardo Habkost <ehabkost@redhat.com>
2510 S: Supported
2511 F: docs/qdev-device-use.txt
2512 F: hw/core/qdev*
2513 F: hw/core/bus.c
2514 F: hw/core/sysbus.c
2515 F: include/hw/qdev*
2516 F: include/monitor/qdev.h
2517 F: include/qom/
2518 F: qapi/qom.json
2519 F: qapi/qdev.json
2520 F: scripts/coccinelle/qom-parent-type.cocci
2521 F: softmmu/qdev-monitor.c
2522 F: qom/
2523 F: tests/check-qom-interface.c
2524 F: tests/check-qom-proplist.c
2525 F: tests/test-qdev-global-props.c
2527 QOM boilerplate conversion script
2528 M: Eduardo Habkost <ehabkost@redhat.com>
2529 S: Maintained
2530 F: scripts/codeconverter/
2533 M: Markus Armbruster <armbru@redhat.com>
2534 S: Supported
2535 F: monitor/monitor-internal.h
2536 F: monitor/qmp*
2537 F: monitor/misc.c
2538 F: monitor/monitor.c
2539 F: qapi/control.json
2540 F: qapi/error.json
2541 F: qapi/introspect.json
2542 F: docs/devel/*qmp-*
2543 F: docs/interop/*qmp-*
2544 F: scripts/qmp/
2545 F: tests/qtest/qmp-test.c
2546 F: tests/qtest/qmp-cmd-test.c
2547 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2549 qtest
2550 M: Thomas Huth <thuth@redhat.com>
2551 M: Laurent Vivier <lvivier@redhat.com>
2552 R: Paolo Bonzini <pbonzini@redhat.com>
2553 S: Maintained
2554 F: softmmu/qtest.c
2555 F: accel/qtest/
2556 F: tests/qtest/
2557 X: tests/qtest/bios-tables-test*
2559 Device Fuzzing
2560 M: Alexander Bulekov <alxndr@bu.edu>
2561 R: Paolo Bonzini <pbonzini@redhat.com>
2562 R: Bandan Das <bsd@redhat.com>
2563 R: Stefan Hajnoczi <stefanha@redhat.com>
2564 R: Thomas Huth <thuth@redhat.com>
2565 S: Maintained
2566 F: tests/qtest/fuzz/
2567 F: scripts/oss-fuzz/
2568 F: docs/devel/fuzzing.rst
2570 Register API
2571 M: Alistair Francis <alistair@alistair23.me>
2572 S: Maintained
2573 F: hw/core/register.c
2574 F: include/hw/register.h
2575 F: include/hw/registerfields.h
2577 SLIRP
2578 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2579 S: Maintained
2580 F: slirp/
2581 F: net/slirp.c
2582 F: include/net/slirp.h
2583 T: git https://people.debian.org/~sthibault/qemu.git slirp
2585 Streams
2586 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2587 S: Maintained
2588 F: hw/core/stream.c
2589 F: include/hw/stream.h
2591 Stubs
2592 M: Paolo Bonzini <pbonzini@redhat.com>
2593 S: Maintained
2594 F: stubs/
2596 Tracing
2597 M: Stefan Hajnoczi <stefanha@redhat.com>
2598 S: Maintained
2599 F: trace/
2600 F: trace-events
2601 F: docs/qemu-option-trace.rst.inc
2602 F: qapi/trace.json
2603 F: scripts/tracetool.py
2604 F: scripts/tracetool/
2605 F: scripts/qemu-trace-stap*
2606 F: docs/interop/qemu-trace-stap.rst
2607 F: docs/devel/tracing.txt
2608 T: git https://github.com/stefanha/qemu.git tracing
2611 M: Stefan Berger <stefanb@linux.ibm.com>
2612 S: Maintained
2613 F: tpm.c
2614 F: stubs/tpm.c
2615 F: hw/tpm/*
2616 F: include/hw/acpi/tpm.h
2617 F: include/sysemu/tpm*
2618 F: qapi/tpm.json
2619 F: backends/tpm/
2620 F: tests/qtest/*tpm*
2621 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2623 Checkpatch
2624 S: Odd Fixes
2625 F: scripts/checkpatch.pl
2627 Migration
2628 M: Juan Quintela <quintela@redhat.com>
2629 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2630 S: Maintained
2631 F: hw/core/vmstate-if.c
2632 F: include/hw/vmstate-if.h
2633 F: include/migration/
2634 F: migration/
2635 F: scripts/vmstate-static-checker.py
2636 F: tests/vmstate-static-checker-data/
2637 F: tests/qtest/migration-test.c
2638 F: docs/devel/migration.rst
2639 F: qapi/migration.json
2641 D-Bus
2642 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2643 S: Maintained
2644 F: backends/dbus-vmstate.c
2645 F: tests/dbus-vmstate*
2646 F: util/dbus.c
2647 F: include/qemu/dbus.h
2648 F: docs/interop/dbus.rst
2649 F: docs/interop/dbus-vmstate.rst
2651 Seccomp
2652 M: Eduardo Otubo <otubo@redhat.com>
2653 S: Supported
2654 F: softmmu/qemu-seccomp.c
2655 F: include/sysemu/seccomp.h
2657 Cryptography
2658 M: Daniel P. Berrange <berrange@redhat.com>
2659 S: Maintained
2660 F: crypto/
2661 F: include/crypto/
2662 F: qapi/crypto.json
2663 F: tests/test-crypto-*
2664 F: tests/benchmark-crypto-*
2665 F: tests/crypto-tls-*
2666 F: tests/pkix_asn1_tab.c
2667 F: qemu.sasl
2669 Coroutines
2670 M: Stefan Hajnoczi <stefanha@redhat.com>
2671 M: Kevin Wolf <kwolf@redhat.com>
2672 S: Maintained
2673 F: util/*coroutine*
2674 F: include/qemu/coroutine*
2675 F: tests/test-coroutine.c
2677 Buffers
2678 M: Daniel P. Berrange <berrange@redhat.com>
2679 S: Odd fixes
2680 F: util/buffer.c
2681 F: include/qemu/buffer.h
2683 I/O Channels
2684 M: Daniel P. Berrange <berrange@redhat.com>
2685 S: Maintained
2686 F: io/
2687 F: include/io/
2688 F: tests/test-io-*
2690 User authorization
2691 M: Daniel P. Berrange <berrange@redhat.com>
2692 S: Maintained
2693 F: authz/
2694 F: qapi/authz.json
2695 F: include/authz/
2696 F: tests/test-authz-*
2698 Sockets
2699 M: Daniel P. Berrange <berrange@redhat.com>
2700 M: Gerd Hoffmann <kraxel@redhat.com>
2701 S: Maintained
2702 F: include/qemu/sockets.h
2703 F: util/qemu-sockets.c
2704 F: qapi/sockets.json
2706 File monitor
2707 M: Daniel P. Berrange <berrange@redhat.com>
2708 S: Odd fixes
2709 F: util/filemonitor*.c
2710 F: include/qemu/filemonitor.h
2711 F: tests/test-util-filemonitor.c
2713 Throttling infrastructure
2714 M: Alberto Garcia <berto@igalia.com>
2715 S: Supported
2716 F: block/throttle-groups.c
2717 F: include/block/throttle-groups.h
2718 F: include/qemu/throttle*.h
2719 F: util/throttle.c
2720 F: docs/throttle.txt
2721 F: tests/test-throttle.c
2722 L: qemu-block@nongnu.org
2724 UUID
2725 M: Fam Zheng <fam@euphon.net>
2726 S: Supported
2727 F: util/uuid.c
2728 F: include/qemu/uuid.h
2729 F: tests/test-uuid.c
2731 COLO Framework
2732 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2733 S: Maintained
2734 F: migration/colo*
2735 F: include/migration/colo.h
2736 F: include/migration/failover.h
2737 F: docs/COLO-FT.txt
2739 COLO Proxy
2740 M: Zhang Chen <chen.zhang@intel.com>
2741 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2742 S: Supported
2743 F: docs/colo-proxy.txt
2744 F: net/colo*
2745 F: net/filter-rewriter.c
2746 F: net/filter-mirror.c
2748 Record/replay
2749 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2750 R: Paolo Bonzini <pbonzini@redhat.com>
2751 W: https://wiki.qemu.org/Features/record-replay
2752 S: Supported
2753 F: replay/*
2754 F: block/blkreplay.c
2755 F: net/filter-replay.c
2756 F: include/sysemu/replay.h
2757 F: docs/replay.txt
2758 F: stubs/replay.c
2759 F: tests/acceptance/replay_kernel.py
2760 F: tests/acceptance/reverse_debugging.py
2761 F: qapi/replay.json
2763 IOVA Tree
2764 M: Peter Xu <peterx@redhat.com>
2765 S: Maintained
2766 F: include/qemu/iova-tree.h
2767 F: util/iova-tree.c
2769 elf2dmp
2770 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2771 S: Maintained
2772 F: contrib/elf2dmp/
2774 I2C and SMBus
2775 M: Corey Minyard <cminyard@mvista.com>
2776 S: Maintained
2777 F: hw/i2c/core.c
2778 F: hw/i2c/smbus_slave.c
2779 F: hw/i2c/smbus_master.c
2780 F: hw/i2c/smbus_eeprom.c
2781 F: include/hw/i2c/i2c.h
2782 F: include/hw/i2c/smbus_master.h
2783 F: include/hw/i2c/smbus_slave.h
2784 F: include/hw/i2c/smbus_eeprom.h
2786 Firmware schema specifications
2787 M: Laszlo Ersek <lersek@redhat.com>
2788 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2789 R: Daniel P. Berrange <berrange@redhat.com>
2790 R: Kashyap Chamarthy <kchamart@redhat.com>
2791 S: Maintained
2792 F: docs/interop/firmware.json
2794 EDK2 Firmware
2795 M: Laszlo Ersek <lersek@redhat.com>
2796 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2797 S: Supported
2798 F: pc-bios/descriptors/??-edk2-*.json
2799 F: pc-bios/edk2-*
2800 F: roms/Makefile.edk2
2801 F: roms/edk2
2802 F: roms/edk2-*
2803 F: tests/data/uefi-boot-images/
2804 F: tests/uefi-test-tools/
2805 F: .gitlab-ci.d/edk2.yml
2806 F: .gitlab-ci.d/edk2/
2808 VT-d Emulation
2809 M: Michael S. Tsirkin <mst@redhat.com>
2810 M: Peter Xu <peterx@redhat.com>
2811 R: Jason Wang <jasowang@redhat.com>
2812 S: Supported
2813 F: hw/i386/intel_iommu.c
2814 F: hw/i386/intel_iommu_internal.h
2815 F: include/hw/i386/intel_iommu.h
2817 OpenSBI Firmware
2818 M: Bin Meng <bmeng.cn@gmail.com>
2819 S: Supported
2820 F: pc-bios/opensbi-*
2821 F: .gitlab-ci.d/opensbi.yml
2822 F: .gitlab-ci.d/opensbi/
2824 Usermode Emulation
2825 ------------------
2826 Overall usermode emulation
2827 M: Riku Voipio <riku.voipio@iki.fi>
2828 S: Maintained
2829 F: thunk.c
2830 F: accel/tcg/user-exec*.c
2832 BSD user
2833 S: Orphan
2834 F: bsd-user/
2835 F: default-configs/*-bsd-user.mak
2837 Linux user
2838 M: Laurent Vivier <laurent@vivier.eu>
2839 S: Maintained
2840 F: linux-user/
2841 F: default-configs/*-linux-user.mak
2842 F: scripts/qemu-binfmt-conf.sh
2843 F: scripts/update-syscalltbl.sh
2844 F: scripts/update-mips-syscall-args.sh
2845 F: scripts/gensyscalls.sh
2847 Tiny Code Generator (TCG)
2848 -------------------------
2849 Common TCG code
2850 M: Richard Henderson <richard.henderson@linaro.org>
2851 S: Maintained
2852 F: tcg/
2853 F: include/tcg/
2855 TCG Plugins
2856 M: Alex Bennée <alex.bennee@linaro.org>
2857 S: Maintained
2858 F: docs/devel/tcg-plugins.rst
2859 F: plugins/
2860 F: tests/plugin/
2861 F: contrib/plugins/
2863 AArch64 TCG target
2864 M: Richard Henderson <richard.henderson@linaro.org>
2865 S: Maintained
2866 L: qemu-arm@nongnu.org
2867 F: tcg/aarch64/
2868 F: disas/arm-a64.cc
2869 F: disas/libvixl/
2871 ARM TCG target
2872 M: Andrzej Zaborowski <balrogg@gmail.com>
2873 S: Maintained
2874 L: qemu-arm@nongnu.org
2875 F: tcg/arm/
2876 F: disas/arm.c
2878 i386 TCG target
2879 M: Richard Henderson <richard.henderson@linaro.org>
2880 S: Maintained
2881 F: tcg/i386/
2882 F: disas/i386.c
2884 MIPS TCG target
2885 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2886 R: Aurelien Jarno <aurelien@aurel32.net>
2887 R: Huacai Chen <chenhuacai@kernel.org>
2888 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2889 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2890 S: Odd Fixes
2891 F: tcg/mips/
2893 PPC TCG target
2894 M: Richard Henderson <richard.henderson@linaro.org>
2895 S: Odd Fixes
2896 F: tcg/ppc/
2897 F: disas/ppc.c
2899 RISC-V TCG target
2900 M: Palmer Dabbelt <palmer@dabbelt.com>
2901 M: Alistair Francis <Alistair.Francis@wdc.com>
2902 L: qemu-riscv@nongnu.org
2903 S: Maintained
2904 F: tcg/riscv/
2905 F: disas/riscv.c
2907 S390 TCG target
2908 M: Richard Henderson <richard.henderson@linaro.org>
2909 S: Maintained
2910 F: tcg/s390/
2911 F: disas/s390.c
2912 L: qemu-s390x@nongnu.org
2914 SPARC TCG target
2915 S: Odd Fixes
2916 F: tcg/sparc/
2917 F: disas/sparc.c
2919 TCI TCG target
2920 M: Stefan Weil <sw@weilnetz.de>
2921 S: Maintained
2922 F: tcg/tci/
2923 F: tcg/tci.c
2924 F: disas/tci.c
2926 Block drivers
2927 -------------
2928 VMDK
2929 M: Fam Zheng <fam@euphon.net>
2930 L: qemu-block@nongnu.org
2931 S: Supported
2932 F: block/vmdk.c
2935 M: Jason Dillaman <dillaman@redhat.com>
2936 L: qemu-block@nongnu.org
2937 S: Supported
2938 F: block/rbd.c
2940 Sheepdog
2941 M: Liu Yuan <namei.unix@gmail.com>
2942 L: qemu-block@nongnu.org
2943 S: Odd Fixes
2944 F: block/sheepdog.c
2946 VHDX
2947 M: Jeff Cody <codyprime@gmail.com>
2948 L: qemu-block@nongnu.org
2949 S: Supported
2950 F: block/vhdx*
2953 M: Stefan Weil <sw@weilnetz.de>
2954 L: qemu-block@nongnu.org
2955 S: Maintained
2956 F: block/vdi.c
2958 iSCSI
2959 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2960 M: Paolo Bonzini <pbonzini@redhat.com>
2961 M: Peter Lieven <pl@kamp.de>
2962 L: qemu-block@nongnu.org
2963 S: Odd Fixes
2964 F: block/iscsi.c
2965 F: block/iscsi-opts.c
2967 Network Block Device (NBD)
2968 M: Eric Blake <eblake@redhat.com>
2969 L: qemu-block@nongnu.org
2970 S: Maintained
2971 F: block/nbd*
2972 F: nbd/
2973 F: include/block/nbd*
2974 F: qemu-nbd.*
2975 F: blockdev-nbd.c
2976 F: docs/interop/nbd.txt
2977 F: docs/interop/qemu-nbd.rst
2978 T: git https://repo.or.cz/qemu/ericb.git nbd
2981 M: Peter Lieven <pl@kamp.de>
2982 L: qemu-block@nongnu.org
2983 S: Maintained
2984 F: block/nfs.c
2987 M: Richard W.M. Jones <rjones@redhat.com>
2988 L: qemu-block@nongnu.org
2989 S: Supported
2990 F: block/ssh.c
2992 CURL
2993 L: qemu-block@nongnu.org
2994 S: Odd Fixes
2995 F: block/curl.c
2997 GLUSTER
2998 L: qemu-block@nongnu.org
2999 L: integration@gluster.org
3000 S: Odd Fixes
3001 F: block/gluster.c
3003 Null Block Driver
3004 M: Fam Zheng <fam@euphon.net>
3005 L: qemu-block@nongnu.org
3006 S: Supported
3007 F: block/null.c
3009 NVMe Block Driver
3010 M: Stefan Hajnoczi <stefanha@redhat.com>
3011 R: Fam Zheng <fam@euphon.net>
3012 L: qemu-block@nongnu.org
3013 S: Supported
3014 F: block/nvme*
3015 F: include/block/nvme.h
3016 T: git https://github.com/stefanha/qemu.git block
3018 Bootdevice
3019 M: Gonglei <arei.gonglei@huawei.com>
3020 S: Maintained
3021 F: softmmu/bootdevice.c
3023 Quorum
3024 M: Alberto Garcia <berto@igalia.com>
3025 S: Supported
3026 F: block/quorum.c
3027 L: qemu-block@nongnu.org
3029 blklogwrites
3030 M: Ari Sundholm <ari@tuxera.com>
3031 L: qemu-block@nongnu.org
3032 S: Supported
3033 F: block/blklogwrites.c
3035 blkverify
3036 M: Stefan Hajnoczi <stefanha@redhat.com>
3037 L: qemu-block@nongnu.org
3038 S: Supported
3039 F: block/blkverify.c
3041 bochs
3042 M: Stefan Hajnoczi <stefanha@redhat.com>
3043 L: qemu-block@nongnu.org
3044 S: Supported
3045 F: block/bochs.c
3047 cloop
3048 M: Stefan Hajnoczi <stefanha@redhat.com>
3049 L: qemu-block@nongnu.org
3050 S: Supported
3051 F: block/cloop.c
3054 M: Stefan Hajnoczi <stefanha@redhat.com>
3055 L: qemu-block@nongnu.org
3056 S: Supported
3057 F: block/dmg.c
3059 parallels
3060 M: Stefan Hajnoczi <stefanha@redhat.com>
3061 M: Denis V. Lunev <den@openvz.org>
3062 L: qemu-block@nongnu.org
3063 S: Supported
3064 F: block/parallels.c
3065 F: docs/interop/parallels.txt
3068 M: Stefan Hajnoczi <stefanha@redhat.com>
3069 L: qemu-block@nongnu.org
3070 S: Supported
3071 F: block/qed.c
3074 M: Kevin Wolf <kwolf@redhat.com>
3075 L: qemu-block@nongnu.org
3076 S: Supported
3077 F: block/linux-aio.c
3078 F: include/block/raw-aio.h
3079 F: block/raw-format.c
3080 F: block/file-posix.c
3081 F: block/file-win32.c
3082 F: block/win32-aio.c
3084 Linux io_uring
3085 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3086 M: Julia Suvorova <jusual@redhat.com>
3087 M: Stefan Hajnoczi <stefanha@redhat.com>
3088 L: qemu-block@nongnu.org
3089 S: Maintained
3090 F: block/io_uring.c
3091 F: stubs/io_uring.c
3093 qcow2
3094 M: Kevin Wolf <kwolf@redhat.com>
3095 M: Max Reitz <mreitz@redhat.com>
3096 L: qemu-block@nongnu.org
3097 S: Supported
3098 F: block/qcow2*
3099 F: docs/interop/qcow2.txt
3101 qcow
3102 M: Kevin Wolf <kwolf@redhat.com>
3103 L: qemu-block@nongnu.org
3104 S: Supported
3105 F: block/qcow.c
3107 blkdebug
3108 M: Kevin Wolf <kwolf@redhat.com>
3109 M: Max Reitz <mreitz@redhat.com>
3110 L: qemu-block@nongnu.org
3111 S: Supported
3112 F: block/blkdebug.c
3115 M: Kevin Wolf <kwolf@redhat.com>
3116 L: qemu-block@nongnu.org
3117 S: Supported
3118 F: block/vpc.c
3120 vvfat
3121 M: Kevin Wolf <kwolf@redhat.com>
3122 L: qemu-block@nongnu.org
3123 S: Odd Fixes
3124 F: block/vvfat.c
3126 Image format fuzzer
3127 M: Stefan Hajnoczi <stefanha@redhat.com>
3128 L: qemu-block@nongnu.org
3129 S: Supported
3130 F: tests/image-fuzzer/
3132 Vhost-user block device backend server
3133 M: Coiby Xu <Coiby.Xu@gmail.com>
3134 S: Maintained
3135 F: block/export/vhost-user-blk-server.c
3136 F: block/export/vhost-user-blk-server.h
3137 F: include/qemu/vhost-user-server.h
3138 F: tests/qtest/libqos/vhost-user-blk.c
3139 F: util/vhost-user-server.c
3141 FUSE block device exports
3142 M: Max Reitz <mreitz@redhat.com>
3143 L: qemu-block@nongnu.org
3144 S: Supported
3145 F: block/export/fuse.c
3147 Replication
3148 M: Wen Congyang <wencongyang2@huawei.com>
3149 M: Xie Changlong <xiechanglong.d@gmail.com>
3150 S: Supported
3151 F: replication*
3152 F: block/replication.c
3153 F: tests/test-replication.c
3154 F: docs/block-replication.txt
3156 PVRDMA
3157 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3158 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3159 S: Maintained
3160 F: hw/rdma/*
3161 F: hw/rdma/vmw/*
3162 F: docs/pvrdma.txt
3163 F: contrib/rdmacm-mux/*
3164 F: qapi/rdma.json
3166 Semihosting
3167 M: Alex Bennée <alex.bennee@linaro.org>
3168 S: Maintained
3169 F: hw/semihosting/
3170 F: include/hw/semihosting/
3172 Build and test automation
3173 -------------------------
3174 Build and test automation
3175 M: Alex Bennée <alex.bennee@linaro.org>
3176 M: Fam Zheng <fam@euphon.net>
3177 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3178 S: Maintained
3179 F: .github/lockdown.yml
3180 F: .travis.yml
3181 F: scripts/travis/
3182 F: .shippable.yml
3183 F: tests/docker/
3184 F: tests/vm/
3185 F: scripts/archive-source.sh
3186 W: https://travis-ci.org/qemu/qemu
3187 W: https://app.shippable.com/github/qemu/qemu
3188 W: http://patchew.org/QEMU/
3190 FreeBSD Hosted Continuous Integration
3191 M: Ed Maste <emaste@freebsd.org>
3192 M: Li-Wen Hsu <lwhsu@freebsd.org>
3193 S: Maintained
3194 F: .cirrus.yml
3195 W: https://cirrus-ci.com/github/qemu/qemu
3197 GitLab Continuous Integration
3198 M: Thomas Huth <thuth@redhat.com>
3199 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3200 M: Alex Bennée <alex.bennee@linaro.org>
3201 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3202 S: Maintained
3203 F: .gitlab-ci.yml
3204 F: .gitlab-ci.d/crossbuilds.yml
3205 F: .gitlab-ci.d/*py
3206 F: scripts/ci/gitlab-pipeline-status
3208 Guest Test Compilation Support
3209 M: Alex Bennée <alex.bennee@linaro.org>
3210 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3211 S: Maintained
3212 F: tests/tcg/Makefile
3213 F: tests/tcg/Makefile.include
3215 Acceptance (Integration) Testing with the Avocado framework
3216 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3217 R: Cleber Rosa <crosa@redhat.com>
3218 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3219 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3220 S: Odd Fixes
3221 F: tests/acceptance/
3223 Documentation
3224 -------------
3225 Build system architecture
3226 M: Daniel P. Berrange <berrange@redhat.com>
3227 S: Odd Fixes
3228 F: docs/devel/build-system.txt
3230 GIT Data Mining Config
3231 M: Alex Bennée <alex.bennee@linaro.org>
3232 S: Odd Fixes
3233 F: gitdm.config
3234 F: contrib/gitdm/*
3236 Incompatible changes
3237 R: libvir-list@redhat.com
3238 F: docs/system/deprecated.rst
3240 Build System
3241 ------------
3242 GIT submodules
3243 M: Daniel P. Berrange <berrange@redhat.com>
3244 S: Odd Fixes
3245 F: scripts/git-submodule.sh
3247 UI translations
3248 S: Orphaned
3249 F: po/*.po
3251 Sphinx documentation configuration and build machinery
3252 M: Peter Maydell <peter.maydell@linaro.org>
3253 S: Maintained
3254 F: docs/conf.py
3255 F: docs/*/conf.py
3256 F: docs/sphinx/
3258 Miscellaneous
3259 -------------
3260 Performance Tools and Tests
3261 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3262 S: Maintained
3263 F: scripts/performance/