bsd-user: Silence warnings about missing fallthrough statement
[qemu/ar7.git] / MAINTAINERS
blob1e7c8f04885dd23f5f4f48e9a9514475430749e3
1 QEMU Maintainers
2 ================
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14         M: Mail patches to: FullName <address@domain>
15            Maintainers are looking after a certain area and must be CCed on
16            patches. They are considered the main contact point.
17         R: Designated reviewer: FullName <address@domain>
18            These reviewers should be CCed on patches.
19            Reviewers are familiar with the subject matter and provide feedback
20            even though they are not maintainers.
21         L: Mailing list that is relevant to this area
22            These lists should be CCed on patches.
23         W: Web-page with status/info
24         Q: Patchwork web based patch tracking system site
25         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26         S: Status, one of the following:
27            Supported:   Someone is actually paid to look after this.
28            Maintained:  Someone actually looks after it.
29            Odd Fixes:   It has a maintainer but they don't have time to do
30                         much other than throw the odd patch in. See below.
31            Orphan:      No current maintainer [but maybe you could take the
32                         role as you write your new code].
33            Obsolete:    Old code. Something tagged obsolete generally means
34                         it has been replaced by a better system and you
35                         should be using that.
36         F: Files and directories with wildcard patterns.
37            A trailing slash includes all files and subdirectory files.
38            F:   drivers/net/    all files in and below drivers/net
39            F:   drivers/net/*   all files in drivers/net, but not below
40            F:   */net/*         all files in "any top level directory"/net
41            One pattern per line.  Multiple F: lines acceptable.
42         X: Files and directories that are NOT maintained, same rules as F:
43            Files exclusions are tested before file matches.
44            Can be useful for excluding a specific subdirectory, for instance:
45            F:   net/
46            X:   net/ipv6/
47            matches all files in and below net excluding net/ipv6/
48         K: Keyword perl extended regex pattern to match content in a
49            patch or file.  For instance:
50            K: of_get_profile
51               matches patches or files that contain "of_get_profile"
52            K: \b(printk|pr_(info|err))\b
53               matches patches or files that contain one or more of the words
54               printk, pr_info or pr_err
55            One regex pattern per line.  Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
84 Architecture support
85 --------------------
86 S390 general architecture support
87 M: Cornelia Huck <cohuck@redhat.com>
88 M: Thomas Huth <thuth@redhat.com>
89 S: Supported
90 F: default-configs/s390x-softmmu.mak
91 F: gdb-xml/s390*.xml
92 F: hw/char/sclp*.[hc]
93 F: hw/char/terminal3270.c
94 F: hw/intc/s390_flic.c
95 F: hw/intc/s390_flic_kvm.c
96 F: hw/s390x/
97 F: hw/vfio/ap.c
98 F: hw/vfio/ccw.c
99 F: hw/watchdog/wdt_diag288.c
100 F: include/hw/s390x/
101 F: include/hw/watchdog/wdt_diag288.h
102 F: pc-bios/s390-ccw/
103 F: pc-bios/s390-ccw.img
104 F: target/s390x/
105 F: docs/system/target-s390x.rst
106 F: docs/system/s390x/
107 F: tests/migration/s390x/
108 K: ^Subject:.*(?i)s390x?
109 T: git https://github.com/cohuck/qemu.git s390-next
110 L: qemu-s390x@nongnu.org
112 Guest CPU cores (TCG)
113 ---------------------
114 Overall TCG CPUs
115 M: Richard Henderson <richard.henderson@linaro.org>
116 R: Paolo Bonzini <pbonzini@redhat.com>
117 S: Maintained
118 F: softmmu/cpus.c
119 F: cpus-common.c
120 F: accel/tcg/
121 F: accel/stubs/tcg-stub.c
122 F: scripts/decodetree.py
123 F: docs/devel/decodetree.rst
124 F: include/exec/cpu*.h
125 F: include/exec/exec-all.h
126 F: include/exec/helper*.h
127 F: include/exec/tb-hash.h
128 F: include/sysemu/cpus.h
129 F: include/sysemu/tcg.h
131 FPU emulation
132 M: Aurelien Jarno <aurelien@aurel32.net>
133 M: Peter Maydell <peter.maydell@linaro.org>
134 M: Alex Bennée <alex.bennee@linaro.org>
135 S: Maintained
136 F: fpu/
137 F: include/fpu/
138 F: tests/fp/
140 Alpha TCG CPUs
141 M: Richard Henderson <richard.henderson@linaro.org>
142 S: Maintained
143 F: target/alpha/
144 F: tests/tcg/alpha/
145 F: disas/alpha.c
147 ARM TCG CPUs
148 M: Peter Maydell <peter.maydell@linaro.org>
149 L: qemu-arm@nongnu.org
150 S: Maintained
151 F: target/arm/
152 F: tests/tcg/arm/
153 F: tests/tcg/aarch64/
154 F: hw/arm/
155 F: hw/cpu/a*mpcore.c
156 F: include/hw/cpu/a*mpcore.h
157 F: disas/arm.c
158 F: disas/arm-a64.cc
159 F: disas/libvixl/
160 F: docs/system/target-arm.rst
161 F: docs/system/arm/cpu-features.rst
163 ARM SMMU
164 M: Eric Auger <eric.auger@redhat.com>
165 L: qemu-arm@nongnu.org
166 S: Maintained
167 F: hw/arm/smmu*
168 F: include/hw/arm/smmu*
170 AVR TCG CPUs
171 M: Michael Rolnik <mrolnik@gmail.com>
172 R: Sarah Harris <S.E.Harris@kent.ac.uk>
173 S: Maintained
174 F: docs/system/target-avr.rst
175 F: gdb-xml/avr-cpu.xml
176 F: target/avr/
177 F: tests/acceptance/machine_avr6.py
179 CRIS TCG CPUs
180 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
181 S: Maintained
182 F: target/cris/
183 F: hw/cris/
184 F: include/hw/cris/
185 F: tests/tcg/cris/
186 F: disas/cris.c
188 HPPA (PA-RISC) TCG CPUs
189 M: Richard Henderson <richard.henderson@linaro.org>
190 S: Maintained
191 F: target/hppa/
192 F: hw/hppa/
193 F: disas/hppa.c
194 F: hw/net/*i82596*
195 F: include/hw/net/lasi_82596.h
197 LM32 TCG CPUs
198 R: Michael Walle <michael@walle.cc>
199 S: Orphan
200 F: target/lm32/
201 F: disas/lm32.c
202 F: hw/lm32/
203 F: hw/*/lm32_*
204 F: hw/*/milkymist-*
205 F: include/hw/display/milkymist_tmu2.h
206 F: include/hw/char/lm32_juart.h
207 F: include/hw/lm32/
208 F: tests/tcg/lm32/
210 M68K TCG CPUs
211 M: Laurent Vivier <laurent@vivier.eu>
212 S: Maintained
213 F: target/m68k/
214 F: disas/m68k.c
216 MicroBlaze TCG CPUs
217 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218 S: Maintained
219 F: target/microblaze/
220 F: hw/microblaze/
221 F: disas/microblaze.c
223 MIPS TCG CPUs
224 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
225 R: Aurelien Jarno <aurelien@aurel32.net>
226 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
227 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
228 S: Odd Fixes
229 F: target/mips/
230 F: default-configs/*mips*
231 F: disas/mips.c
232 F: docs/system/cpu-models-mips.rst.inc
233 F: hw/intc/mips_gic.c
234 F: hw/mips/
235 F: hw/misc/mips_*
236 F: hw/timer/mips_gictimer.c
237 F: include/hw/intc/mips_gic.h
238 F: include/hw/mips/
239 F: include/hw/misc/mips_*
240 F: include/hw/timer/mips_gictimer.h
241 F: tests/tcg/mips/
242 K: ^Subject:.*(?i)mips
244 MIPS TCG CPUs (nanoMIPS ISA)
245 S: Orphan
246 F: disas/nanomips.*
248 Moxie TCG CPUs
249 M: Anthony Green <green@moxielogic.com>
250 S: Maintained
251 F: target/moxie/
252 F: disas/moxie.c
253 F: hw/moxie/
254 F: default-configs/moxie-softmmu.mak
256 NiosII TCG CPUs
257 M: Chris Wulff <crwulff@gmail.com>
258 M: Marek Vasut <marex@denx.de>
259 S: Maintained
260 F: target/nios2/
261 F: hw/nios2/
262 F: disas/nios2.c
263 F: default-configs/nios2-softmmu.mak
265 OpenRISC TCG CPUs
266 M: Stafford Horne <shorne@gmail.com>
267 S: Odd Fixes
268 F: target/openrisc/
269 F: hw/openrisc/
270 F: tests/tcg/openrisc/
272 PowerPC TCG CPUs
273 M: David Gibson <david@gibson.dropbear.id.au>
274 M: Greg Kurz <groug@kaod.org>
275 L: qemu-ppc@nongnu.org
276 S: Maintained
277 F: target/ppc/
278 F: hw/ppc/
279 F: include/hw/ppc/
280 F: disas/ppc.c
282 RISC-V TCG CPUs
283 M: Palmer Dabbelt <palmer@dabbelt.com>
284 M: Alistair Francis <Alistair.Francis@wdc.com>
285 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
286 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
287 L: qemu-riscv@nongnu.org
288 S: Supported
289 F: target/riscv/
290 F: hw/riscv/
291 F: include/hw/riscv/
292 F: linux-user/host/riscv32/
293 F: linux-user/host/riscv64/
295 RENESAS RX CPUs
296 M: Yoshinori Sato <ysato@users.sourceforge.jp>
297 S: Odd Fixes
298 F: target/rx/
300 S390 TCG CPUs
301 M: Richard Henderson <richard.henderson@linaro.org>
302 M: David Hildenbrand <david@redhat.com>
303 S: Maintained
304 F: target/s390x/
305 F: hw/s390x/
306 F: disas/s390.c
307 F: tests/tcg/s390x/
308 L: qemu-s390x@nongnu.org
310 SH4 TCG CPUs
311 M: Yoshinori Sato <ysato@users.sourceforge.jp>
312 S: Odd Fixes
313 F: target/sh4/
314 F: hw/sh4/
315 F: disas/sh4.c
316 F: include/hw/sh4/
318 SPARC TCG CPUs
319 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
320 M: Artyom Tarasenko <atar4qemu@gmail.com>
321 S: Maintained
322 F: target/sparc/
323 F: hw/sparc/
324 F: hw/sparc64/
325 F: include/hw/sparc/sparc64.h
326 F: disas/sparc.c
328 UniCore32 TCG CPUs
329 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
330 S: Maintained
331 F: target/unicore32/
332 F: hw/unicore32/
333 F: include/hw/unicore32/
335 X86 TCG CPUs
336 M: Paolo Bonzini <pbonzini@redhat.com>
337 M: Richard Henderson <richard.henderson@linaro.org>
338 M: Eduardo Habkost <ehabkost@redhat.com>
339 S: Maintained
340 F: target/i386/
341 F: tests/tcg/i386/
342 F: tests/tcg/x86_64/
343 F: hw/i386/
344 F: disas/i386.c
345 F: docs/system/cpu-models-x86.rst.inc
346 T: git https://gitlab.com/ehabkost/qemu.git x86-next
348 Xtensa TCG CPUs
349 M: Max Filippov <jcmvbkbc@gmail.com>
350 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
351 S: Maintained
352 F: target/xtensa/
353 F: hw/xtensa/
354 F: tests/tcg/xtensa/
355 F: disas/xtensa.c
356 F: include/hw/xtensa/xtensa-isa.h
357 F: default-configs/xtensa*.mak
359 TriCore TCG CPUs
360 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
361 S: Maintained
362 F: target/tricore/
363 F: hw/tricore/
364 F: include/hw/tricore/
366 Multiarch Linux User Tests
367 M: Alex Bennée <alex.bennee@linaro.org>
368 S: Maintained
369 F: tests/tcg/multiarch/
371 Guest CPU Cores (KVM)
372 ---------------------
373 Overall KVM CPUs
374 M: Paolo Bonzini <pbonzini@redhat.com>
375 L: kvm@vger.kernel.org
376 S: Supported
377 F: */*/kvm*
378 F: accel/kvm/
379 F: accel/stubs/kvm-stub.c
380 F: include/hw/kvm/
381 F: include/sysemu/kvm*.h
382 F: scripts/kvm/kvm_flightrecorder
384 ARM KVM CPUs
385 M: Peter Maydell <peter.maydell@linaro.org>
386 L: qemu-arm@nongnu.org
387 S: Maintained
388 F: target/arm/kvm.c
390 MIPS KVM CPUs
391 M: Huacai Chen <chenhuacai@kernel.org>
392 S: Odd Fixes
393 F: target/mips/kvm.c
395 PPC KVM CPUs
396 M: David Gibson <david@gibson.dropbear.id.au>
397 M: Greg Kurz <groug@kaod.org>
398 S: Maintained
399 F: target/ppc/kvm.c
401 S390 KVM CPUs
402 M: Halil Pasic <pasic@linux.ibm.com>
403 M: Cornelia Huck <cohuck@redhat.com>
404 M: Christian Borntraeger <borntraeger@de.ibm.com>
405 S: Supported
406 F: target/s390x/kvm.c
407 F: target/s390x/kvm_s390x.h
408 F: target/s390x/kvm-stub.c
409 F: target/s390x/ioinst.[ch]
410 F: target/s390x/machine.c
411 F: target/s390x/sigp.c
412 F: target/s390x/cpu_features*.[ch]
413 F: target/s390x/cpu_models.[ch]
414 F: hw/s390x/pv.c
415 F: include/hw/s390x/pv.h
416 F: hw/intc/s390_flic.c
417 F: hw/intc/s390_flic_kvm.c
418 F: include/hw/s390x/s390_flic.h
419 F: gdb-xml/s390*.xml
420 T: git https://github.com/cohuck/qemu.git s390-next
421 T: git https://github.com/borntraeger/qemu.git s390-next
422 L: qemu-s390x@nongnu.org
424 X86 KVM CPUs
425 M: Paolo Bonzini <pbonzini@redhat.com>
426 M: Marcelo Tosatti <mtosatti@redhat.com>
427 L: kvm@vger.kernel.org
428 S: Supported
429 F: target/i386/kvm/
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
1163 Boston
1164 M: Paul Burton <paulburton@kernel.org>
1165 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1166 S: Odd Fixes
1167 F: hw/core/loader-fit.c
1168 F: hw/mips/boston.c
1169 F: hw/pci-host/xilinx-pcie.c
1170 F: include/hw/pci-host/xilinx-pcie.h
1172 OpenRISC Machines
1173 -----------------
1174 or1k-sim
1175 M: Jia Liu <proljc@gmail.com>
1176 S: Maintained
1177 F: hw/openrisc/openrisc_sim.c
1179 PowerPC Machines
1180 ----------------
1182 M: David Gibson <david@gibson.dropbear.id.au>
1183 M: Greg Kurz <groug@kaod.org>
1184 L: qemu-ppc@nongnu.org
1185 S: Odd Fixes
1186 F: hw/ppc/ppc405_boards.c
1188 Bamboo
1189 M: David Gibson <david@gibson.dropbear.id.au>
1190 M: Greg Kurz <groug@kaod.org>
1191 L: qemu-ppc@nongnu.org
1192 S: Odd Fixes
1193 F: hw/ppc/ppc440_bamboo.c
1195 e500
1196 M: David Gibson <david@gibson.dropbear.id.au>
1197 M: Greg Kurz <groug@kaod.org>
1198 L: qemu-ppc@nongnu.org
1199 S: Odd Fixes
1200 F: hw/ppc/e500*
1201 F: hw/gpio/mpc8xxx.c
1202 F: hw/i2c/mpc_i2c.c
1203 F: hw/net/fsl_etsec/
1204 F: hw/pci-host/ppce500.c
1205 F: include/hw/ppc/ppc_e500.h
1206 F: include/hw/pci-host/ppce500.h
1207 F: pc-bios/u-boot.e500
1209 mpc8544ds
1210 M: David Gibson <david@gibson.dropbear.id.au>
1211 M: Greg Kurz <groug@kaod.org>
1212 L: qemu-ppc@nongnu.org
1213 S: Odd Fixes
1214 F: hw/ppc/mpc8544ds.c
1215 F: hw/ppc/mpc8544_guts.c
1217 New World (mac99)
1218 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1219 R: David Gibson <david@gibson.dropbear.id.au>
1220 R: Greg Kurz <groug@kaod.org>
1221 L: qemu-ppc@nongnu.org
1222 S: Odd Fixes
1223 F: hw/ppc/mac_newworld.c
1224 F: hw/pci-host/uninorth.c
1225 F: hw/pci-bridge/dec.[hc]
1226 F: hw/misc/macio/
1227 F: hw/misc/mos6522.c
1228 F: hw/nvram/mac_nvram.c
1229 F: hw/input/adb*
1230 F: include/hw/misc/macio/
1231 F: include/hw/misc/mos6522.h
1232 F: include/hw/ppc/mac_dbdma.h
1233 F: include/hw/pci-host/uninorth.h
1234 F: include/hw/input/adb*
1235 F: pc-bios/qemu_vga.ndrv
1237 Old World (g3beige)
1238 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1239 R: David Gibson <david@gibson.dropbear.id.au>
1240 R: Greg Kurz <groug@kaod.org>
1241 L: qemu-ppc@nongnu.org
1242 S: Odd Fixes
1243 F: hw/ppc/mac_oldworld.c
1244 F: hw/pci-host/grackle.c
1245 F: hw/misc/macio/
1246 F: hw/intc/heathrow_pic.c
1247 F: hw/input/adb*
1248 F: include/hw/intc/heathrow_pic.h
1249 F: include/hw/input/adb*
1250 F: pc-bios/qemu_vga.ndrv
1252 PReP
1253 M: Hervé Poussineau <hpoussin@reactos.org>
1254 R: David Gibson <david@gibson.dropbear.id.au>
1255 R: Greg Kurz <groug@kaod.org>
1256 L: qemu-ppc@nongnu.org
1257 S: Maintained
1258 F: hw/ppc/prep.c
1259 F: hw/ppc/prep_systemio.c
1260 F: hw/ppc/rs6000_mc.c
1261 F: hw/pci-host/prep.[hc]
1262 F: hw/isa/i82378.c
1263 F: hw/isa/pc87312.c
1264 F: hw/dma/i82374.c
1265 F: hw/rtc/m48t59-isa.c
1266 F: include/hw/isa/pc87312.h
1267 F: include/hw/rtc/m48t59.h
1268 F: tests/acceptance/ppc_prep_40p.py
1270 sPAPR
1271 M: David Gibson <david@gibson.dropbear.id.au>
1272 M: Greg Kurz <groug@kaod.org>
1273 L: qemu-ppc@nongnu.org
1274 S: Supported
1275 F: hw/*/spapr*
1276 F: include/hw/*/spapr*
1277 F: hw/*/xics*
1278 F: include/hw/*/xics*
1279 F: pc-bios/slof.bin
1280 F: docs/specs/ppc-spapr-hcalls.txt
1281 F: docs/specs/ppc-spapr-hotplug.txt
1282 F: tests/qtest/spapr*
1283 F: tests/qtest/libqos/*spapr*
1284 F: tests/qtest/rtas*
1285 F: tests/qtest/libqos/rtas*
1287 PowerNV (Non-Virtualized)
1288 M: Cédric Le Goater <clg@kaod.org>
1289 M: David Gibson <david@gibson.dropbear.id.au>
1290 M: Greg Kurz <groug@kaod.org>
1291 L: qemu-ppc@nongnu.org
1292 S: Maintained
1293 F: hw/ppc/pnv*
1294 F: hw/intc/pnv*
1295 F: hw/intc/xics_pnv.c
1296 F: hw/pci-host/pnv*
1297 F: include/hw/ppc/pnv*
1298 F: include/hw/pci-host/pnv*
1299 F: pc-bios/skiboot.lid
1300 F: tests/qtest/pnv*
1302 virtex_ml507
1303 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1304 L: qemu-ppc@nongnu.org
1305 S: Odd Fixes
1306 F: hw/ppc/virtex_ml507.c
1308 sam460ex
1309 M: BALATON Zoltan <balaton@eik.bme.hu>
1310 R: David Gibson <david@gibson.dropbear.id.au>
1311 R: Greg Kurz <groug@kaod.org>
1312 L: qemu-ppc@nongnu.org
1313 S: Maintained
1314 F: hw/ppc/sam460ex.c
1315 F: hw/ppc/ppc440_pcix.c
1316 F: hw/display/sm501*
1317 F: hw/ide/sii3112.c
1318 F: hw/rtc/m41t80.c
1319 F: pc-bios/canyonlands.dt[sb]
1320 F: pc-bios/u-boot-sam460ex-20100605.bin
1321 F: roms/u-boot-sam460ex
1323 RISC-V Machines
1324 ---------------
1325 OpenTitan
1326 M: Alistair Francis <Alistair.Francis@wdc.com>
1327 L: qemu-riscv@nongnu.org
1328 S: Supported
1329 F: hw/riscv/opentitan.c
1330 F: hw/char/ibex_uart.c
1331 F: hw/intc/ibex_plic.c
1332 F: include/hw/riscv/opentitan.h
1333 F: include/hw/char/ibex_uart.h
1334 F: include/hw/intc/ibex_plic.h
1336 Microchip PolarFire SoC Icicle Kit
1337 M: Bin Meng <bin.meng@windriver.com>
1338 L: qemu-riscv@nongnu.org
1339 S: Supported
1340 F: hw/riscv/microchip_pfsoc.c
1341 F: hw/char/mchp_pfsoc_mmuart.c
1342 F: hw/misc/mchp_pfsoc_dmc.c
1343 F: hw/misc/mchp_pfsoc_ioscb.c
1344 F: hw/misc/mchp_pfsoc_sysreg.c
1345 F: include/hw/riscv/microchip_pfsoc.h
1346 F: include/hw/char/mchp_pfsoc_mmuart.h
1347 F: include/hw/misc/mchp_pfsoc_dmc.h
1348 F: include/hw/misc/mchp_pfsoc_ioscb.h
1349 F: include/hw/misc/mchp_pfsoc_sysreg.h
1351 RX Machines
1352 -----------
1353 rx-gdbsim
1354 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1355 S: Odd Fixes
1356 F: docs/system/target-rx.rst
1357 F: hw/rx/rx-gdbsim.c
1358 F: tests/acceptance/machine_rx_gdbsim.py
1360 SH4 Machines
1361 ------------
1363 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1364 R: Magnus Damm <magnus.damm@gmail.com>
1365 S: Odd Fixes
1366 F: hw/sh4/r2d.c
1367 F: hw/intc/sh_intc.c
1368 F: include/hw/sh4/sh_intc.h
1370 Shix
1371 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1372 R: Magnus Damm <magnus.damm@gmail.com>
1373 S: Odd Fixes
1374 F: hw/sh4/shix.c
1375 F: hw/intc/sh_intc.c
1376 F: include/hw/sh4/sh_intc.h
1378 SPARC Machines
1379 --------------
1380 Sun4m
1381 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1382 S: Maintained
1383 F: hw/sparc/sun4m.c
1384 F: hw/sparc/sun4m_iommu.c
1385 F: hw/display/cg3.c
1386 F: hw/display/tcx.c
1387 F: hw/dma/sparc32_dma.c
1388 F: hw/misc/eccmemctl.c
1389 F: hw/*/slavio_*.c
1390 F: include/hw/nvram/sun_nvram.h
1391 F: include/hw/sparc/sparc32_dma.h
1392 F: include/hw/sparc/sun4m_iommu.h
1393 F: pc-bios/openbios-sparc32
1395 Sun4u
1396 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1397 S: Maintained
1398 F: hw/sparc64/sun4u.c
1399 F: hw/sparc64/sun4u_iommu.c
1400 F: include/hw/sparc/sun4u_iommu.h
1401 F: hw/pci-host/sabre.c
1402 F: include/hw/pci-host/sabre.h
1403 F: hw/pci-bridge/simba.c
1404 F: include/hw/pci-bridge/simba.h
1405 F: pc-bios/openbios-sparc64
1406 F: tests/acceptance/machine_sparc64_sun4u.py
1408 Sun4v
1409 M: Artyom Tarasenko <atar4qemu@gmail.com>
1410 S: Maintained
1411 F: hw/sparc64/niagara.c
1412 F: hw/rtc/sun4v-rtc.c
1413 F: include/hw/rtc/sun4v-rtc.h
1415 Leon3
1416 M: Fabien Chouteau <chouteau@adacore.com>
1417 M: KONRAD Frederic <frederic.konrad@adacore.com>
1418 S: Maintained
1419 F: hw/sparc/leon3.c
1420 F: hw/*/grlib*
1421 F: include/hw/*/grlib*
1422 F: tests/acceptance/machine_sparc_leon3.py
1424 S390 Machines
1425 -------------
1426 S390 Virtio-ccw
1427 M: Cornelia Huck <cohuck@redhat.com>
1428 M: Halil Pasic <pasic@linux.ibm.com>
1429 M: Christian Borntraeger <borntraeger@de.ibm.com>
1430 S: Supported
1431 F: hw/char/sclp*.[hc]
1432 F: hw/char/terminal3270.c
1433 F: hw/s390x/
1434 F: include/hw/s390x/
1435 F: hw/watchdog/wdt_diag288.c
1436 F: include/hw/watchdog/wdt_diag288.h
1437 F: default-configs/s390x-softmmu.mak
1438 F: tests/acceptance/machine_s390_ccw_virtio.py
1439 T: git https://github.com/cohuck/qemu.git s390-next
1440 T: git https://github.com/borntraeger/qemu.git s390-next
1441 L: qemu-s390x@nongnu.org
1443 S390-ccw boot
1444 M: Christian Borntraeger <borntraeger@de.ibm.com>
1445 M: Thomas Huth <thuth@redhat.com>
1446 S: Supported
1447 F: hw/s390x/ipl.*
1448 F: pc-bios/s390-ccw/
1449 F: pc-bios/s390-ccw.img
1450 F: docs/devel/s390-dasd-ipl.rst
1451 T: git https://github.com/borntraeger/qemu.git s390-next
1452 L: qemu-s390x@nongnu.org
1454 S390 PCI
1455 M: Matthew Rosato <mjrosato@linux.ibm.com>
1456 S: Supported
1457 F: hw/s390x/s390-pci*
1458 F: include/hw/s390x/s390-pci*
1459 L: qemu-s390x@nongnu.org
1461 UniCore32 Machines
1462 ------------------
1463 PKUnity-3 SoC initramfs-with-busybox
1464 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1465 S: Maintained
1466 F: hw/*/puv3*
1467 F: hw/unicore32/
1469 X86 Machines
1470 ------------
1472 M: Michael S. Tsirkin <mst@redhat.com>
1473 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1474 S: Supported
1475 F: include/hw/i386/
1476 F: hw/i386/
1477 F: hw/pci-host/i440fx.c
1478 F: hw/pci-host/q35.c
1479 F: hw/pci-host/pam.c
1480 F: include/hw/pci-host/i440fx.h
1481 F: include/hw/pci-host/q35.h
1482 F: include/hw/pci-host/pam.h
1483 F: hw/isa/piix3.c
1484 F: hw/isa/lpc_ich9.c
1485 F: hw/i2c/smbus_ich9.c
1486 F: hw/acpi/piix4.c
1487 F: hw/acpi/ich9.c
1488 F: include/hw/acpi/ich9.h
1489 F: include/hw/southbridge/piix.h
1490 F: hw/misc/sga.c
1491 F: hw/isa/apm.c
1492 F: include/hw/isa/apm.h
1493 F: tests/test-x86-cpuid.c
1494 F: tests/qtest/test-x86-cpuid-compat.c
1496 PC Chipset
1497 M: Michael S. Tsirkin <mst@redhat.com>
1498 M: Paolo Bonzini <pbonzini@redhat.com>
1499 S: Supported
1500 F: hw/char/debugcon.c
1501 F: hw/char/parallel*
1502 F: hw/char/serial*
1503 F: hw/dma/i8257*
1504 F: hw/i2c/pm_smbus.c
1505 F: hw/input/pckbd.c
1506 F: hw/intc/apic*
1507 F: hw/intc/ioapic*
1508 F: hw/intc/i8259*
1509 F: hw/isa/isa-superio.c
1510 F: hw/misc/debugexit.c
1511 F: hw/misc/pc-testdev.c
1512 F: hw/timer/hpet*
1513 F: hw/timer/i8254*
1514 F: hw/rtc/mc146818rtc*
1515 F: hw/watchdog/wdt_ib700.c
1516 F: hw/watchdog/wdt_i6300esb.c
1517 F: include/hw/display/vga.h
1518 F: include/hw/char/parallel.h
1519 F: include/hw/dma/i8257.h
1520 F: include/hw/i2c/pm_smbus.h
1521 F: include/hw/input/i8042.h
1522 F: include/hw/isa/i8259_internal.h
1523 F: include/hw/isa/superio.h
1524 F: include/hw/timer/hpet.h
1525 F: include/hw/timer/i8254*
1526 F: include/hw/rtc/mc146818rtc*
1528 microvm
1529 M: Sergio Lopez <slp@redhat.com>
1530 M: Paolo Bonzini <pbonzini@redhat.com>
1531 S: Maintained
1532 F: docs/microvm.rst
1533 F: hw/i386/microvm.c
1534 F: include/hw/i386/microvm.h
1535 F: pc-bios/bios-microvm.bin
1537 Machine core
1538 M: Eduardo Habkost <ehabkost@redhat.com>
1539 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1540 S: Supported
1541 F: cpu.c
1542 F: hw/core/cpu.c
1543 F: hw/core/machine-qmp-cmds.c
1544 F: hw/core/machine.c
1545 F: hw/core/null-machine.c
1546 F: hw/core/numa.c
1547 F: hw/cpu/cluster.c
1548 F: qapi/machine.json
1549 F: qapi/machine-target.json
1550 F: include/hw/boards.h
1551 F: include/hw/core/cpu.h
1552 F: include/hw/cpu/cluster.h
1553 F: include/sysemu/numa.h
1554 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1556 Xtensa Machines
1557 ---------------
1559 M: Max Filippov <jcmvbkbc@gmail.com>
1560 S: Maintained
1561 F: hw/xtensa/sim.c
1563 virt
1564 M: Max Filippov <jcmvbkbc@gmail.com>
1565 S: Maintained
1566 F: hw/xtensa/virt.c
1568 XTFPGA (LX60, LX200, ML605, KC705)
1569 M: Max Filippov <jcmvbkbc@gmail.com>
1570 S: Maintained
1571 F: hw/xtensa/xtfpga.c
1572 F: hw/net/opencores_eth.c
1574 Devices
1575 -------
1576 Xilinx CAN
1577 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1578 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1579 S: Maintained
1580 F: hw/net/can/xlnx-*
1581 F: include/hw/net/xlnx-*
1582 F: tests/qtest/xlnx-can-test*
1585 M: Jiri Slaby <jslaby@suse.cz>
1586 S: Maintained
1587 F: hw/misc/edu.c
1590 M: John Snow <jsnow@redhat.com>
1591 L: qemu-block@nongnu.org
1592 S: Supported
1593 F: include/hw/ide.h
1594 F: include/hw/ide/
1595 F: hw/ide/
1596 F: hw/block/block.c
1597 F: hw/block/cdrom.c
1598 F: hw/block/hd-geometry.c
1599 F: tests/qtest/ide-test.c
1600 F: tests/qtest/ahci-test.c
1601 F: tests/qtest/cdrom-test.c
1602 F: tests/qtest/libqos/ahci*
1603 T: git https://gitlab.com/jsnow/qemu.git ide
1605 IPMI
1606 M: Corey Minyard <minyard@acm.org>
1607 S: Maintained
1608 F: include/hw/ipmi/*
1609 F: hw/ipmi/*
1610 F: hw/smbios/smbios_type_38.c
1611 F: tests/qtest/ipmi*
1612 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1614 Floppy
1615 M: John Snow <jsnow@redhat.com>
1616 L: qemu-block@nongnu.org
1617 S: Supported
1618 F: hw/block/fdc.c
1619 F: include/hw/block/fdc.h
1620 F: tests/qtest/fdc-test.c
1621 T: git https://gitlab.com/jsnow/qemu.git ide
1623 OMAP
1624 M: Peter Maydell <peter.maydell@linaro.org>
1625 L: qemu-arm@nongnu.org
1626 S: Maintained
1627 F: hw/*/omap*
1628 F: include/hw/arm/omap.h
1629 F: docs/system/arm/sx1.rst
1631 IPack
1632 M: Alberto Garcia <berto@igalia.com>
1633 S: Odd Fixes
1634 F: hw/char/ipoctal232.c
1635 F: hw/ipack/
1638 M: Michael S. Tsirkin <mst@redhat.com>
1639 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1640 S: Supported
1641 F: include/hw/pci/*
1642 F: hw/misc/pci-testdev.c
1643 F: hw/pci/*
1644 F: hw/pci-bridge/*
1645 F: qapi/pci.json
1646 F: docs/pci*
1647 F: docs/specs/*pci*
1648 F: default-configs/pci.mak
1650 ACPI/SMBIOS
1651 M: Michael S. Tsirkin <mst@redhat.com>
1652 M: Igor Mammedov <imammedo@redhat.com>
1653 S: Supported
1654 F: include/hw/acpi/*
1655 F: include/hw/firmware/smbios.h
1656 F: hw/mem/*
1657 F: hw/acpi/*
1658 F: hw/smbios/*
1659 F: hw/i386/acpi-build.[hc]
1660 F: hw/arm/virt-acpi-build.c
1661 F: qapi/acpi.json
1662 F: tests/qtest/bios-tables-test*
1663 F: tests/qtest/acpi-utils.[hc]
1664 F: tests/data/acpi/
1666 ACPI/HEST/GHES
1667 R: Dongjiu Geng <gengdongjiu@huawei.com>
1668 R: Xiang Zheng <zhengxiang9@huawei.com>
1669 L: qemu-arm@nongnu.org
1670 S: Maintained
1671 F: hw/acpi/ghes.c
1672 F: include/hw/acpi/ghes.h
1673 F: docs/specs/acpi_hest_ghes.rst
1675 ppc4xx
1676 M: David Gibson <david@gibson.dropbear.id.au>
1677 L: qemu-ppc@nongnu.org
1678 S: Odd Fixes
1679 F: hw/ppc/ppc4*.c
1680 F: hw/i2c/ppc4xx_i2c.c
1681 F: include/hw/ppc/ppc4xx.h
1682 F: include/hw/i2c/ppc4xx_i2c.h
1684 Character devices
1685 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1686 R: Paolo Bonzini <pbonzini@redhat.com>
1687 S: Odd Fixes
1688 F: hw/char/
1690 Network devices
1691 M: Jason Wang <jasowang@redhat.com>
1692 S: Odd Fixes
1693 F: hw/net/
1694 F: include/hw/net/
1695 F: tests/qtest/virtio-net-test.c
1696 F: docs/virtio-net-failover.rst
1697 T: git https://github.com/jasowang/qemu.git net
1699 Parallel NOR Flash devices
1700 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1701 T: git https://gitlab.com/philmd/qemu.git pflash-next
1702 S: Maintained
1703 F: hw/block/pflash_cfi*.c
1704 F: include/hw/block/flash.h
1706 SCSI
1707 M: Paolo Bonzini <pbonzini@redhat.com>
1708 R: Fam Zheng <fam@euphon.net>
1709 S: Supported
1710 F: include/hw/scsi/*
1711 F: hw/scsi/*
1712 F: tests/qtest/virtio-scsi-test.c
1713 T: git https://github.com/bonzini/qemu.git scsi-next
1716 M: Alistair Francis <alistair@alistair23.me>
1717 S: Maintained
1718 F: hw/ssi/*
1719 F: hw/block/m25p80.c
1720 F: include/hw/ssi/ssi.h
1721 X: hw/ssi/xilinx_*
1722 F: tests/qtest/m25p80-test.c
1724 Xilinx SPI
1725 M: Alistair Francis <alistair@alistair23.me>
1726 S: Maintained
1727 F: hw/ssi/xilinx_*
1729 SD (Secure Card)
1730 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1731 L: qemu-block@nongnu.org
1732 S: Odd Fixes
1733 F: include/hw/sd/sd*
1734 F: hw/sd/core.c
1735 F: hw/sd/sd*
1736 F: hw/sd/ssi-sd.c
1737 F: tests/qtest/sd*
1740 M: Gerd Hoffmann <kraxel@redhat.com>
1741 S: Maintained
1742 F: hw/usb/*
1743 F: tests/qtest/usb-*-test.c
1744 F: docs/usb2.txt
1745 F: docs/usb-storage.txt
1746 F: include/hw/usb.h
1747 F: include/hw/usb/
1748 F: default-configs/usb.mak
1750 USB (serial adapter)
1751 M: Gerd Hoffmann <kraxel@redhat.com>
1752 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1753 S: Maintained
1754 F: hw/usb/dev-serial.c
1756 VFIO
1757 M: Alex Williamson <alex.williamson@redhat.com>
1758 S: Supported
1759 F: hw/vfio/*
1760 F: include/hw/vfio/
1762 vfio-ccw
1763 M: Cornelia Huck <cohuck@redhat.com>
1764 M: Eric Farman <farman@linux.ibm.com>
1765 S: Supported
1766 F: hw/vfio/ccw.c
1767 F: hw/s390x/s390-ccw.c
1768 F: include/hw/s390x/s390-ccw.h
1769 F: include/hw/s390x/vfio-ccw.h
1770 T: git https://github.com/cohuck/qemu.git s390-next
1771 L: qemu-s390x@nongnu.org
1773 vfio-ap
1774 M: Christian Borntraeger <borntraeger@de.ibm.com>
1775 M: Tony Krowiak <akrowiak@linux.ibm.com>
1776 M: Halil Pasic <pasic@linux.ibm.com>
1777 M: Pierre Morel <pmorel@linux.ibm.com>
1778 S: Supported
1779 F: hw/s390x/ap-device.c
1780 F: hw/s390x/ap-bridge.c
1781 F: include/hw/s390x/ap-device.h
1782 F: include/hw/s390x/ap-bridge.h
1783 F: hw/vfio/ap.c
1784 F: docs/system/s390x/vfio-ap.rst
1785 L: qemu-s390x@nongnu.org
1787 vhost
1788 M: Michael S. Tsirkin <mst@redhat.com>
1789 S: Supported
1790 F: hw/*/*vhost*
1791 F: docs/interop/vhost-user.json
1792 F: docs/interop/vhost-user.rst
1793 F: contrib/vhost-user-*/
1794 F: backends/vhost-user.c
1795 F: include/sysemu/vhost-user-backend.h
1797 virtio
1798 M: Michael S. Tsirkin <mst@redhat.com>
1799 S: Supported
1800 F: hw/*/virtio*
1801 F: hw/virtio/Makefile.objs
1802 F: hw/virtio/trace-events
1803 F: net/vhost-user.c
1804 F: include/hw/virtio/
1806 virtio-balloon
1807 M: Michael S. Tsirkin <mst@redhat.com>
1808 M: David Hildenbrand <david@redhat.com>
1809 S: Maintained
1810 F: hw/virtio/virtio-balloon*.c
1811 F: include/hw/virtio/virtio-balloon.h
1812 F: softmmu/balloon.c
1813 F: include/sysemu/balloon.h
1815 virtio-9p
1816 M: Greg Kurz <groug@kaod.org>
1817 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1818 S: Odd Fixes
1819 F: hw/9pfs/
1820 X: hw/9pfs/xen-9p*
1821 F: fsdev/
1822 F: docs/interop/virtfs-proxy-helper.rst
1823 F: tests/qtest/virtio-9p-test.c
1824 T: git https://github.com/gkurz/qemu.git 9p-next
1826 virtio-blk
1827 M: Stefan Hajnoczi <stefanha@redhat.com>
1828 L: qemu-block@nongnu.org
1829 S: Supported
1830 F: hw/block/virtio-blk.c
1831 F: hw/block/dataplane/*
1832 F: tests/qtest/virtio-blk-test.c
1833 T: git https://github.com/stefanha/qemu.git block
1835 virtio-ccw
1836 M: Cornelia Huck <cohuck@redhat.com>
1837 M: Halil Pasic <pasic@linux.ibm.com>
1838 S: Supported
1839 F: hw/s390x/virtio-ccw*.[hc]
1840 F: hw/s390x/vhost-vsock-ccw.c
1841 T: git https://github.com/cohuck/qemu.git s390-next
1842 T: git https://github.com/borntraeger/qemu.git s390-next
1843 L: qemu-s390x@nongnu.org
1845 virtiofs
1846 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1847 M: Stefan Hajnoczi <stefanha@redhat.com>
1848 S: Supported
1849 F: tools/virtiofsd/*
1850 F: hw/virtio/vhost-user-fs*
1851 F: include/hw/virtio/vhost-user-fs.h
1852 F: docs/interop/virtiofsd.rst
1854 virtio-input
1855 M: Gerd Hoffmann <kraxel@redhat.com>
1856 S: Maintained
1857 F: hw/input/vhost-user-input.c
1858 F: hw/input/virtio-input*.c
1859 F: include/hw/virtio/virtio-input.h
1860 F: contrib/vhost-user-input/*
1862 virtio-iommu
1863 M: Eric Auger <eric.auger@redhat.com>
1864 S: Maintained
1865 F: hw/virtio/virtio-iommu*.c
1866 F: include/hw/virtio/virtio-iommu.h
1868 virtio-serial
1869 M: Laurent Vivier <lvivier@redhat.com>
1870 R: Amit Shah <amit@kernel.org>
1871 S: Supported
1872 F: hw/char/virtio-serial-bus.c
1873 F: hw/char/virtio-console.c
1874 F: include/hw/virtio/virtio-serial.h
1875 F: tests/qtest/virtio-serial-test.c
1877 virtio-rng
1878 M: Laurent Vivier <lvivier@redhat.com>
1879 R: Amit Shah <amit@kernel.org>
1880 S: Supported
1881 F: hw/virtio/virtio-rng.c
1882 F: include/hw/virtio/virtio-rng.h
1883 F: include/sysemu/rng*.h
1884 F: backends/rng*.c
1885 F: tests/qtest/virtio-rng-test.c
1887 virtio-crypto
1888 M: Gonglei <arei.gonglei@huawei.com>
1889 S: Supported
1890 F: hw/virtio/virtio-crypto.c
1891 F: hw/virtio/virtio-crypto-pci.c
1892 F: include/hw/virtio/virtio-crypto.h
1894 virtio-mem
1895 M: David Hildenbrand <david@redhat.com>
1896 S: Supported
1897 W: https://virtio-mem.gitlab.io/
1898 F: hw/virtio/virtio-mem.c
1899 F: hw/virtio/virtio-mem-pci.h
1900 F: hw/virtio/virtio-mem-pci.c
1901 F: include/hw/virtio/virtio-mem.h
1903 nvme
1904 M: Keith Busch <kbusch@kernel.org>
1905 M: Klaus Jensen <its@irrelevant.dk>
1906 L: qemu-block@nongnu.org
1907 S: Supported
1908 F: hw/block/nvme*
1909 F: include/block/nvme.h
1910 F: tests/qtest/nvme-test.c
1911 F: docs/specs/nvme.txt
1912 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1914 megasas
1915 M: Hannes Reinecke <hare@suse.com>
1916 L: qemu-block@nongnu.org
1917 S: Supported
1918 F: hw/scsi/megasas.c
1919 F: hw/scsi/mfi.h
1920 F: tests/qtest/megasas-test.c
1922 Network packet abstractions
1923 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1924 S: Maintained
1925 F: include/net/eth.h
1926 F: net/eth.c
1927 F: hw/net/net_rx_pkt*
1928 F: hw/net/net_tx_pkt*
1930 Vmware
1931 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1932 S: Maintained
1933 F: hw/net/vmxnet*
1934 F: hw/scsi/vmw_pvscsi*
1935 F: tests/qtest/vmxnet3-test.c
1937 Rocker
1938 M: Jiri Pirko <jiri@resnulli.us>
1939 S: Maintained
1940 F: hw/net/rocker/
1941 F: qapi/rocker.json
1942 F: tests/rocker/
1943 F: docs/specs/rocker.txt
1945 NVDIMM
1946 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1947 S: Maintained
1948 F: hw/acpi/nvdimm.c
1949 F: hw/mem/nvdimm.c
1950 F: include/hw/mem/nvdimm.h
1951 F: docs/nvdimm.txt
1953 e1000x
1954 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1955 S: Maintained
1956 F: hw/net/e1000x*
1958 e1000e
1959 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1960 S: Maintained
1961 F: hw/net/e1000e*
1963 eepro100
1964 M: Stefan Weil <sw@weilnetz.de>
1965 S: Maintained
1966 F: hw/net/eepro100.c
1968 tulip
1969 M: Sven Schnelle <svens@stackframe.org>
1970 S: Maintained
1971 F: hw/net/tulip.c
1972 F: hw/net/tulip.h
1974 Generic Loader
1975 M: Alistair Francis <alistair@alistair23.me>
1976 S: Maintained
1977 F: hw/core/generic-loader.c
1978 F: include/hw/core/generic-loader.h
1979 F: docs/generic-loader.txt
1981 Intel Hexadecimal Object File Loader
1982 M: Su Hang <suhang16@mails.ucas.ac.cn>
1983 S: Maintained
1984 F: tests/qtest/hexloader-test.c
1985 F: tests/data/hex-loader/test.hex
1987 CHRP NVRAM
1988 M: Thomas Huth <thuth@redhat.com>
1989 S: Maintained
1990 F: hw/nvram/chrp_nvram.c
1991 F: include/hw/nvram/chrp_nvram.h
1992 F: tests/qtest/prom-env-test.c
1994 VM Generation ID
1995 M: Ben Warren <ben@skyportsystems.com>
1996 S: Maintained
1997 F: hw/acpi/vmgenid.c
1998 F: include/hw/acpi/vmgenid.h
1999 F: docs/specs/vmgenid.txt
2000 F: tests/qtest/vmgenid-test.c
2001 F: stubs/vmgenid.c
2004 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2005 S: Maintained
2006 F: include/hw/misc/led.h
2007 F: hw/misc/led.c
2009 Unimplemented device
2010 M: Peter Maydell <peter.maydell@linaro.org>
2011 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2012 S: Maintained
2013 F: include/hw/misc/unimp.h
2014 F: hw/misc/unimp.c
2016 Empty slot
2017 M: Artyom Tarasenko <atar4qemu@gmail.com>
2018 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2019 S: Maintained
2020 F: include/hw/misc/empty_slot.h
2021 F: hw/misc/empty_slot.c
2023 Standard VGA
2024 M: Gerd Hoffmann <kraxel@redhat.com>
2025 S: Maintained
2026 F: hw/display/vga*
2027 F: hw/display/bochs-display.c
2028 F: include/hw/display/vga.h
2029 F: include/hw/display/bochs-vbe.h
2031 ramfb
2032 M: Gerd Hoffmann <kraxel@redhat.com>
2033 S: Maintained
2034 F: hw/display/ramfb*.c
2035 F: include/hw/display/ramfb.h
2037 virtio-gpu
2038 M: Gerd Hoffmann <kraxel@redhat.com>
2039 S: Maintained
2040 F: hw/display/virtio-gpu*
2041 F: hw/display/virtio-vga.*
2042 F: include/hw/virtio/virtio-gpu.h
2044 vhost-user-blk
2045 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2046 S: Maintained
2047 F: contrib/vhost-user-blk/
2048 F: contrib/vhost-user-scsi/
2049 F: hw/block/vhost-user-blk.c
2050 F: hw/scsi/vhost-user-scsi.c
2051 F: hw/virtio/vhost-user-blk-pci.c
2052 F: hw/virtio/vhost-user-scsi-pci.c
2053 F: include/hw/virtio/vhost-user-blk.h
2054 F: include/hw/virtio/vhost-user-scsi.h
2056 vhost-user-gpu
2057 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2058 M: Gerd Hoffmann <kraxel@redhat.com>
2059 S: Maintained
2060 F: docs/interop/vhost-user-gpu.rst
2061 F: contrib/vhost-user-gpu
2062 F: hw/display/vhost-user-*
2064 Cirrus VGA
2065 M: Gerd Hoffmann <kraxel@redhat.com>
2066 S: Odd Fixes
2067 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2068 F: hw/display/cirrus*
2070 EDID Generator
2071 M: Gerd Hoffmann <kraxel@redhat.com>
2072 S: Maintained
2073 F: hw/display/edid*
2074 F: include/hw/display/edid.h
2075 F: qemu-edid.c
2077 PIIX4 South Bridge (i82371AB)
2078 M: Hervé Poussineau <hpoussin@reactos.org>
2079 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2080 S: Maintained
2081 F: hw/isa/piix4.c
2082 F: include/hw/southbridge/piix.h
2084 Firmware configuration (fw_cfg)
2085 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2086 R: Laszlo Ersek <lersek@redhat.com>
2087 R: Gerd Hoffmann <kraxel@redhat.com>
2088 S: Supported
2089 F: docs/specs/fw_cfg.txt
2090 F: hw/nvram/fw_cfg*.c
2091 F: stubs/fw_cfg.c
2092 F: include/hw/nvram/fw_cfg.h
2093 F: include/standard-headers/linux/qemu_fw_cfg.h
2094 F: tests/qtest/libqos/fw_cfg.c
2095 F: tests/qtest/fw_cfg-test.c
2096 T: git https://github.com/philmd/qemu.git fw_cfg-next
2098 XIVE
2099 M: Cédric Le Goater <clg@kaod.org>
2100 R: David Gibson <david@gibson.dropbear.id.au>
2101 R: Greg Kurz <groug@kaod.org>
2102 L: qemu-ppc@nongnu.org
2103 S: Supported
2104 F: hw/*/*xive*
2105 F: include/hw/*/*xive*
2106 F: docs/*/*xive*
2108 Renesas peripherals
2109 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2110 R: Magnus Damm <magnus.damm@gmail.com>
2111 S: Odd Fixes
2112 F: hw/char/renesas_sci.c
2113 F: hw/char/sh_serial.c
2114 F: hw/timer/renesas_*.c
2115 F: hw/timer/sh_timer.c
2116 F: include/hw/char/renesas_sci.h
2117 F: include/hw/sh4/sh.h
2118 F: include/hw/timer/renesas_*.h
2120 Renesas RX peripherals
2121 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2122 S: Odd Fixes
2123 F: hw/intc/rx_icu.c
2124 F: hw/rx/
2125 F: include/hw/intc/rx_icu.h
2126 F: include/hw/rx/
2128 CAN bus subsystem and hardware
2129 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2130 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2131 S: Maintained
2132 W: https://canbus.pages.fel.cvut.cz/
2133 F: net/can/*
2134 F: hw/net/can/*
2135 F: include/net/can_*.h
2137 Subsystems
2138 ----------
2139 Audio
2140 M: Gerd Hoffmann <kraxel@redhat.com>
2141 S: Maintained
2142 F: audio/
2143 F: hw/audio/
2144 F: include/hw/audio/
2145 F: qapi/audio.json
2146 F: tests/qtest/ac97-test.c
2147 F: tests/qtest/es1370-test.c
2148 F: tests/qtest/intel-hda-test.c
2150 Block layer core
2151 M: Kevin Wolf <kwolf@redhat.com>
2152 M: Max Reitz <mreitz@redhat.com>
2153 L: qemu-block@nongnu.org
2154 S: Supported
2155 F: block*
2156 F: block/
2157 F: hw/block/
2158 F: include/block/
2159 F: qemu-img*
2160 F: docs/interop/qemu-img.rst
2161 F: qemu-io*
2162 F: tests/qemu-iotests/
2163 F: util/qemu-progress.c
2164 F: qobject/block-qdict.c
2165 F: tests/check-block-qdict.c
2166 T: git https://repo.or.cz/qemu/kevin.git block
2168 Block I/O path
2169 M: Stefan Hajnoczi <stefanha@redhat.com>
2170 M: Fam Zheng <fam@euphon.net>
2171 L: qemu-block@nongnu.org
2172 S: Supported
2173 F: util/async.c
2174 F: util/aio-*.c
2175 F: util/aio-*.h
2176 F: util/fdmon-*.c
2177 F: block/io.c
2178 F: migration/block*
2179 F: include/block/aio.h
2180 F: include/block/aio-wait.h
2181 F: scripts/qemugdb/aio.py
2182 F: tests/test-fdmon-epoll.c
2183 T: git https://github.com/stefanha/qemu.git block
2185 Block SCSI subsystem
2186 M: Paolo Bonzini <pbonzini@redhat.com>
2187 R: Fam Zheng <fam@euphon.net>
2188 L: qemu-block@nongnu.org
2189 S: Supported
2190 F: include/scsi/*
2191 F: scsi/*
2193 Block Jobs
2194 M: John Snow <jsnow@redhat.com>
2195 L: qemu-block@nongnu.org
2196 S: Supported
2197 F: blockjob.c
2198 F: include/block/blockjob.h
2199 F: job.c
2200 F: job-qmp.c
2201 F: include/qemu/job.h
2202 F: block/backup.c
2203 F: block/commit.c
2204 F: block/stream.c
2205 F: block/mirror.c
2206 F: qapi/job.json
2207 T: git https://gitlab.com/jsnow/qemu.git jobs
2209 Block QAPI, monitor, command line
2210 M: Markus Armbruster <armbru@redhat.com>
2211 S: Supported
2212 F: blockdev.c
2213 F: blockdev-hmp-cmds.c
2214 F: block/qapi.c
2215 F: qapi/block*.json
2216 F: qapi/transaction.json
2217 T: git https://repo.or.cz/qemu/armbru.git block-next
2219 Dirty Bitmaps
2220 M: Eric Blake <eblake@redhat.com>
2221 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2222 R: John Snow <jsnow@redhat.com>
2223 L: qemu-block@nongnu.org
2224 S: Supported
2225 F: include/qemu/hbitmap.h
2226 F: include/block/dirty-bitmap.h
2227 F: block/monitor/bitmap-qmp-cmds.c
2228 F: block/dirty-bitmap.c
2229 F: block/qcow2-bitmap.c
2230 F: migration/block-dirty-bitmap.c
2231 F: util/hbitmap.c
2232 F: tests/test-hbitmap.c
2233 F: docs/interop/bitmaps.rst
2234 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2236 Character device backends
2237 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2238 R: Paolo Bonzini <pbonzini@redhat.com>
2239 S: Maintained
2240 F: chardev/
2241 F: include/chardev/
2242 F: qapi/char.json
2244 Character Devices (Braille)
2245 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2246 S: Maintained
2247 F: chardev/baum.c
2249 Command line option argument parsing
2250 M: Markus Armbruster <armbru@redhat.com>
2251 S: Supported
2252 F: include/qemu/option.h
2253 F: tests/test-keyval.c
2254 F: tests/test-qemu-opts.c
2255 F: util/keyval.c
2256 F: util/qemu-option.c
2258 Coverity model
2259 M: Markus Armbruster <armbru@redhat.com>
2260 S: Supported
2261 F: scripts/coverity-model.c
2263 Coverity Scan integration
2264 M: Peter Maydell <peter.maydell@linaro.org>
2265 S: Maintained
2266 F: scripts/coverity-scan/
2268 Device Tree
2269 M: Alistair Francis <alistair.francis@wdc.com>
2270 R: David Gibson <david@gibson.dropbear.id.au>
2271 S: Maintained
2272 F: softmmu/device_tree.c
2273 F: include/sysemu/device_tree.h
2275 Dump
2276 S: Supported
2277 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2278 F: dump/
2279 F: hw/misc/vmcoreinfo.c
2280 F: include/hw/misc/vmcoreinfo.h
2281 F: include/qemu/win_dump_defs
2282 F: include/sysemu/dump-arch.h
2283 F: include/sysemu/dump.h
2284 F: qapi/dump.json
2285 F: scripts/dump-guest-memory.py
2286 F: stubs/dump.c
2288 Error reporting
2289 M: Markus Armbruster <armbru@redhat.com>
2290 S: Supported
2291 F: include/qapi/error.h
2292 F: include/qemu/error-report.h
2293 F: qapi/error.json
2294 F: util/error.c
2295 F: util/qemu-error.c
2296 F: scripts/coccinelle/err-bad-newline.cocci
2297 F: scripts/coccinelle/error-use-after-free.cocci
2298 F: scripts/coccinelle/error_propagate_null.cocci
2299 F: scripts/coccinelle/remove_local_err.cocci
2300 F: scripts/coccinelle/use-error_fatal.cocci
2301 F: scripts/coccinelle/errp-guard.cocci
2303 GDB stub
2304 M: Alex Bennée <alex.bennee@linaro.org>
2305 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2306 S: Maintained
2307 F: gdbstub*
2308 F: gdb-xml/
2310 Memory API
2311 M: Paolo Bonzini <pbonzini@redhat.com>
2312 S: Supported
2313 F: include/exec/ioport.h
2314 F: include/exec/memop.h
2315 F: include/exec/memory.h
2316 F: include/exec/ram_addr.h
2317 F: include/exec/ramblock.h
2318 F: softmmu/dma-helpers.c
2319 F: softmmu/ioport.c
2320 F: softmmu/memory.c
2321 F: softmmu/physmem.c
2322 F: include/exec/memory-internal.h
2323 F: scripts/coccinelle/memory-region-housekeeping.cocci
2325 SPICE
2326 M: Gerd Hoffmann <kraxel@redhat.com>
2327 S: Supported
2328 F: include/ui/qemu-spice.h
2329 F: include/ui/spice-display.h
2330 F: ui/spice-*.c
2331 F: audio/spiceaudio.c
2332 F: hw/display/qxl*
2333 F: qapi/ui.json
2334 F: docs/spice-port-fqdn.txt
2336 Graphics
2337 M: Gerd Hoffmann <kraxel@redhat.com>
2338 S: Odd Fixes
2339 F: ui/
2340 F: include/ui/
2341 F: qapi/ui.json
2342 F: util/drm.c
2344 Cocoa graphics
2345 M: Peter Maydell <peter.maydell@linaro.org>
2346 S: Odd Fixes
2347 F: ui/cocoa.m
2349 Main loop
2350 M: Paolo Bonzini <pbonzini@redhat.com>
2351 S: Maintained
2352 F: include/qemu/main-loop.h
2353 F: include/sysemu/runstate.h
2354 F: include/sysemu/runstate-action.h
2355 F: util/main-loop.c
2356 F: util/qemu-timer.c
2357 F: softmmu/vl.c
2358 F: softmmu/main.c
2359 F: softmmu/cpus.c
2360 F: softmmu/cpu-throttle.c
2361 F: softmmu/cpu-timers.c
2362 F: softmmu/icount.c
2363 F: softmmu/runstate-action.c
2364 F: qapi/run-state.json
2366 Read, Copy, Update (RCU)
2367 M: Paolo Bonzini <pbonzini@redhat.com>
2368 S: Maintained
2369 F: include/qemu/rcu*.h
2370 F: tests/rcutorture.c
2371 F: tests/test-rcu-*.c
2372 F: util/rcu.c
2374 Human Monitor (HMP)
2375 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2376 S: Maintained
2377 F: monitor/monitor-internal.h
2378 F: monitor/misc.c
2379 F: monitor/monitor.c
2380 F: monitor/hmp*
2381 F: hmp.h
2382 F: hmp-commands*.hx
2383 F: include/monitor/hmp-target.h
2384 F: tests/qtest/test-hmp.c
2385 F: include/qemu/qemu-print.h
2386 F: util/qemu-print.c
2388 Network device backends
2389 M: Jason Wang <jasowang@redhat.com>
2390 S: Maintained
2391 F: net/
2392 F: include/net/
2393 F: qemu-bridge-helper.c
2394 T: git https://github.com/jasowang/qemu.git net
2395 F: qapi/net.json
2397 Netmap network backend
2398 M: Luigi Rizzo <rizzo@iet.unipi.it>
2399 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2400 M: Vincenzo Maffione <v.maffione@gmail.com>
2401 W: http://info.iet.unipi.it/~luigi/netmap/
2402 S: Maintained
2403 F: net/netmap.c
2405 Host Memory Backends
2406 M: Eduardo Habkost <ehabkost@redhat.com>
2407 M: Igor Mammedov <imammedo@redhat.com>
2408 S: Maintained
2409 F: backends/hostmem*.c
2410 F: include/sysemu/hostmem.h
2411 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2413 Cryptodev Backends
2414 M: Gonglei <arei.gonglei@huawei.com>
2415 S: Maintained
2416 F: include/sysemu/cryptodev*.h
2417 F: backends/cryptodev*.c
2419 Python library
2420 M: John Snow <jsnow@redhat.com>
2421 M: Cleber Rosa <crosa@redhat.com>
2422 R: Eduardo Habkost <ehabkost@redhat.com>
2423 S: Maintained
2424 F: python/
2425 T: git https://gitlab.com/jsnow/qemu.git python
2427 Python scripts
2428 M: Eduardo Habkost <ehabkost@redhat.com>
2429 M: Cleber Rosa <crosa@redhat.com>
2430 S: Odd fixes
2431 F: scripts/*.py
2432 F: tests/*.py
2434 Benchmark util
2435 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2436 S: Maintained
2437 F: scripts/simplebench/
2439 QAPI
2440 M: Markus Armbruster <armbru@redhat.com>
2441 M: Michael Roth <michael.roth@amd.com>
2442 S: Supported
2443 F: qapi/
2444 X: qapi/*.json
2445 F: include/qapi/
2446 X: include/qapi/qmp/
2447 F: include/qapi/qmp/dispatch.h
2448 F: tests/qapi-schema/
2449 F: tests/test-*-visitor.c
2450 F: tests/test-qapi-*.c
2451 F: tests/test-qmp-*.c
2452 F: tests/test-visitor-serialization.c
2453 F: scripts/qapi-gen.py
2454 F: scripts/qapi/*
2455 F: docs/sphinx/qapidoc.py
2456 F: docs/devel/qapi*
2457 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2459 QAPI Schema
2460 M: Eric Blake <eblake@redhat.com>
2461 M: Markus Armbruster <armbru@redhat.com>
2462 S: Supported
2463 F: qapi/*.json
2464 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2466 QObject
2467 M: Markus Armbruster <armbru@redhat.com>
2468 S: Supported
2469 F: qobject/
2470 F: include/qapi/qmp/
2471 X: include/qapi/qmp/dispatch.h
2472 F: scripts/coccinelle/qobject.cocci
2473 F: tests/check-qdict.c
2474 F: tests/check-qjson.c
2475 F: tests/check-qlist.c
2476 F: tests/check-qlit.c
2477 F: tests/check-qnull.c
2478 F: tests/check-qnum.c
2479 F: tests/check-qobject.c
2480 F: tests/check-qstring.c
2481 F: tests/data/qobject/qdict.txt
2482 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2484 QEMU Guest Agent
2485 M: Michael Roth <michael.roth@amd.com>
2486 S: Maintained
2487 F: qga/
2488 F: docs/interop/qemu-ga.rst
2489 F: docs/interop/qemu-ga-ref.rst
2490 F: scripts/qemu-guest-agent/
2491 F: tests/test-qga.c
2492 T: git https://github.com/mdroth/qemu.git qga
2495 M: Paolo Bonzini <pbonzini@redhat.com>
2496 R: Daniel P. Berrange <berrange@redhat.com>
2497 R: Eduardo Habkost <ehabkost@redhat.com>
2498 S: Supported
2499 F: docs/qdev-device-use.txt
2500 F: hw/core/qdev*
2501 F: hw/core/bus.c
2502 F: hw/core/sysbus.c
2503 F: include/hw/qdev*
2504 F: include/monitor/qdev.h
2505 F: include/qom/
2506 F: qapi/qom.json
2507 F: qapi/qdev.json
2508 F: scripts/coccinelle/qom-parent-type.cocci
2509 F: softmmu/qdev-monitor.c
2510 F: qom/
2511 F: tests/check-qom-interface.c
2512 F: tests/check-qom-proplist.c
2513 F: tests/test-qdev-global-props.c
2515 QOM boilerplate conversion script
2516 M: Eduardo Habkost <ehabkost@redhat.com>
2517 S: Maintained
2518 F: scripts/codeconverter/
2521 M: Markus Armbruster <armbru@redhat.com>
2522 S: Supported
2523 F: monitor/monitor-internal.h
2524 F: monitor/qmp*
2525 F: monitor/misc.c
2526 F: monitor/monitor.c
2527 F: qapi/control.json
2528 F: qapi/error.json
2529 F: qapi/introspect.json
2530 F: docs/devel/*qmp-*
2531 F: docs/interop/*qmp-*
2532 F: scripts/qmp/
2533 F: tests/qtest/qmp-test.c
2534 F: tests/qtest/qmp-cmd-test.c
2535 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2537 qtest
2538 M: Thomas Huth <thuth@redhat.com>
2539 M: Laurent Vivier <lvivier@redhat.com>
2540 R: Paolo Bonzini <pbonzini@redhat.com>
2541 S: Maintained
2542 F: softmmu/qtest.c
2543 F: accel/qtest/
2544 F: tests/qtest/
2545 X: tests/qtest/bios-tables-test*
2547 Device Fuzzing
2548 M: Alexander Bulekov <alxndr@bu.edu>
2549 R: Paolo Bonzini <pbonzini@redhat.com>
2550 R: Bandan Das <bsd@redhat.com>
2551 R: Stefan Hajnoczi <stefanha@redhat.com>
2552 R: Thomas Huth <thuth@redhat.com>
2553 S: Maintained
2554 F: tests/qtest/fuzz/
2555 F: scripts/oss-fuzz/
2556 F: docs/devel/fuzzing.rst
2558 Register API
2559 M: Alistair Francis <alistair@alistair23.me>
2560 S: Maintained
2561 F: hw/core/register.c
2562 F: include/hw/register.h
2563 F: include/hw/registerfields.h
2565 SLIRP
2566 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2567 S: Maintained
2568 F: slirp/
2569 F: net/slirp.c
2570 F: include/net/slirp.h
2571 T: git https://people.debian.org/~sthibault/qemu.git slirp
2573 Streams
2574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2575 S: Maintained
2576 F: hw/core/stream.c
2577 F: include/hw/stream.h
2579 Stubs
2580 M: Paolo Bonzini <pbonzini@redhat.com>
2581 S: Maintained
2582 F: stubs/
2584 Tracing
2585 M: Stefan Hajnoczi <stefanha@redhat.com>
2586 S: Maintained
2587 F: trace/
2588 F: trace-events
2589 F: docs/qemu-option-trace.rst.inc
2590 F: qapi/trace.json
2591 F: scripts/tracetool.py
2592 F: scripts/tracetool/
2593 F: scripts/qemu-trace-stap*
2594 F: docs/interop/qemu-trace-stap.rst
2595 F: docs/devel/tracing.txt
2596 T: git https://github.com/stefanha/qemu.git tracing
2599 M: Stefan Berger <stefanb@linux.ibm.com>
2600 S: Maintained
2601 F: tpm.c
2602 F: stubs/tpm.c
2603 F: hw/tpm/*
2604 F: include/hw/acpi/tpm.h
2605 F: include/sysemu/tpm*
2606 F: qapi/tpm.json
2607 F: backends/tpm/
2608 F: tests/qtest/*tpm*
2609 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2611 Checkpatch
2612 S: Odd Fixes
2613 F: scripts/checkpatch.pl
2615 Migration
2616 M: Juan Quintela <quintela@redhat.com>
2617 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2618 S: Maintained
2619 F: hw/core/vmstate-if.c
2620 F: include/hw/vmstate-if.h
2621 F: include/migration/
2622 F: migration/
2623 F: scripts/vmstate-static-checker.py
2624 F: tests/vmstate-static-checker-data/
2625 F: tests/qtest/migration-test.c
2626 F: docs/devel/migration.rst
2627 F: qapi/migration.json
2629 D-Bus
2630 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2631 S: Maintained
2632 F: backends/dbus-vmstate.c
2633 F: tests/dbus-vmstate*
2634 F: util/dbus.c
2635 F: include/qemu/dbus.h
2636 F: docs/interop/dbus.rst
2637 F: docs/interop/dbus-vmstate.rst
2639 Seccomp
2640 M: Eduardo Otubo <otubo@redhat.com>
2641 S: Supported
2642 F: softmmu/qemu-seccomp.c
2643 F: include/sysemu/seccomp.h
2645 Cryptography
2646 M: Daniel P. Berrange <berrange@redhat.com>
2647 S: Maintained
2648 F: crypto/
2649 F: include/crypto/
2650 F: qapi/crypto.json
2651 F: tests/test-crypto-*
2652 F: tests/benchmark-crypto-*
2653 F: tests/crypto-tls-*
2654 F: tests/pkix_asn1_tab.c
2655 F: qemu.sasl
2657 Coroutines
2658 M: Stefan Hajnoczi <stefanha@redhat.com>
2659 M: Kevin Wolf <kwolf@redhat.com>
2660 S: Maintained
2661 F: util/*coroutine*
2662 F: include/qemu/coroutine*
2663 F: tests/test-coroutine.c
2665 Buffers
2666 M: Daniel P. Berrange <berrange@redhat.com>
2667 S: Odd fixes
2668 F: util/buffer.c
2669 F: include/qemu/buffer.h
2671 I/O Channels
2672 M: Daniel P. Berrange <berrange@redhat.com>
2673 S: Maintained
2674 F: io/
2675 F: include/io/
2676 F: tests/test-io-*
2678 User authorization
2679 M: Daniel P. Berrange <berrange@redhat.com>
2680 S: Maintained
2681 F: authz/
2682 F: qapi/authz.json
2683 F: include/authz/
2684 F: tests/test-authz-*
2686 Sockets
2687 M: Daniel P. Berrange <berrange@redhat.com>
2688 M: Gerd Hoffmann <kraxel@redhat.com>
2689 S: Maintained
2690 F: include/qemu/sockets.h
2691 F: util/qemu-sockets.c
2692 F: qapi/sockets.json
2694 File monitor
2695 M: Daniel P. Berrange <berrange@redhat.com>
2696 S: Odd fixes
2697 F: util/filemonitor*.c
2698 F: include/qemu/filemonitor.h
2699 F: tests/test-util-filemonitor.c
2701 Throttling infrastructure
2702 M: Alberto Garcia <berto@igalia.com>
2703 S: Supported
2704 F: block/throttle-groups.c
2705 F: include/block/throttle-groups.h
2706 F: include/qemu/throttle*.h
2707 F: util/throttle.c
2708 F: docs/throttle.txt
2709 F: tests/test-throttle.c
2710 L: qemu-block@nongnu.org
2712 UUID
2713 M: Fam Zheng <fam@euphon.net>
2714 S: Supported
2715 F: util/uuid.c
2716 F: include/qemu/uuid.h
2717 F: tests/test-uuid.c
2719 COLO Framework
2720 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2721 S: Maintained
2722 F: migration/colo*
2723 F: include/migration/colo.h
2724 F: include/migration/failover.h
2725 F: docs/COLO-FT.txt
2727 COLO Proxy
2728 M: Zhang Chen <chen.zhang@intel.com>
2729 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2730 S: Supported
2731 F: docs/colo-proxy.txt
2732 F: net/colo*
2733 F: net/filter-rewriter.c
2734 F: net/filter-mirror.c
2736 Record/replay
2737 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2738 R: Paolo Bonzini <pbonzini@redhat.com>
2739 W: https://wiki.qemu.org/Features/record-replay
2740 S: Supported
2741 F: replay/*
2742 F: block/blkreplay.c
2743 F: net/filter-replay.c
2744 F: include/sysemu/replay.h
2745 F: docs/replay.txt
2746 F: stubs/replay.c
2747 F: tests/acceptance/replay_kernel.py
2748 F: tests/acceptance/reverse_debugging.py
2749 F: qapi/replay.json
2751 IOVA Tree
2752 M: Peter Xu <peterx@redhat.com>
2753 S: Maintained
2754 F: include/qemu/iova-tree.h
2755 F: util/iova-tree.c
2757 elf2dmp
2758 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2759 S: Maintained
2760 F: contrib/elf2dmp/
2762 I2C and SMBus
2763 M: Corey Minyard <cminyard@mvista.com>
2764 S: Maintained
2765 F: hw/i2c/core.c
2766 F: hw/i2c/smbus_slave.c
2767 F: hw/i2c/smbus_master.c
2768 F: hw/i2c/smbus_eeprom.c
2769 F: include/hw/i2c/i2c.h
2770 F: include/hw/i2c/smbus_master.h
2771 F: include/hw/i2c/smbus_slave.h
2772 F: include/hw/i2c/smbus_eeprom.h
2774 Firmware schema specifications
2775 M: Laszlo Ersek <lersek@redhat.com>
2776 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2777 R: Daniel P. Berrange <berrange@redhat.com>
2778 R: Kashyap Chamarthy <kchamart@redhat.com>
2779 S: Maintained
2780 F: docs/interop/firmware.json
2782 EDK2 Firmware
2783 M: Laszlo Ersek <lersek@redhat.com>
2784 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2785 S: Supported
2786 F: pc-bios/descriptors/??-edk2-*.json
2787 F: pc-bios/edk2-*
2788 F: roms/Makefile.edk2
2789 F: roms/edk2
2790 F: roms/edk2-*
2791 F: tests/data/uefi-boot-images/
2792 F: tests/uefi-test-tools/
2793 F: .gitlab-ci.d/edk2.yml
2794 F: .gitlab-ci.d/edk2/
2796 VT-d Emulation
2797 M: Michael S. Tsirkin <mst@redhat.com>
2798 M: Peter Xu <peterx@redhat.com>
2799 R: Jason Wang <jasowang@redhat.com>
2800 S: Supported
2801 F: hw/i386/intel_iommu.c
2802 F: hw/i386/intel_iommu_internal.h
2803 F: include/hw/i386/intel_iommu.h
2805 OpenSBI Firmware
2806 M: Bin Meng <bmeng.cn@gmail.com>
2807 S: Supported
2808 F: pc-bios/opensbi-*
2809 F: .gitlab-ci.d/opensbi.yml
2810 F: .gitlab-ci.d/opensbi/
2812 Usermode Emulation
2813 ------------------
2814 Overall usermode emulation
2815 M: Riku Voipio <riku.voipio@iki.fi>
2816 S: Maintained
2817 F: thunk.c
2818 F: accel/tcg/user-exec*.c
2820 BSD user
2821 S: Orphan
2822 F: bsd-user/
2823 F: default-configs/*-bsd-user.mak
2825 Linux user
2826 M: Laurent Vivier <laurent@vivier.eu>
2827 S: Maintained
2828 F: linux-user/
2829 F: default-configs/*-linux-user.mak
2830 F: scripts/qemu-binfmt-conf.sh
2831 F: scripts/update-syscalltbl.sh
2832 F: scripts/update-mips-syscall-args.sh
2833 F: scripts/gensyscalls.sh
2835 Tiny Code Generator (TCG)
2836 -------------------------
2837 Common TCG code
2838 M: Richard Henderson <richard.henderson@linaro.org>
2839 S: Maintained
2840 F: tcg/
2841 F: include/tcg/
2843 TCG Plugins
2844 M: Alex Bennée <alex.bennee@linaro.org>
2845 S: Maintained
2846 F: docs/devel/tcg-plugins.rst
2847 F: plugins/
2848 F: tests/plugin/
2849 F: contrib/plugins/
2851 AArch64 TCG target
2852 M: Richard Henderson <richard.henderson@linaro.org>
2853 S: Maintained
2854 L: qemu-arm@nongnu.org
2855 F: tcg/aarch64/
2856 F: disas/arm-a64.cc
2857 F: disas/libvixl/
2859 ARM TCG target
2860 M: Andrzej Zaborowski <balrogg@gmail.com>
2861 S: Maintained
2862 L: qemu-arm@nongnu.org
2863 F: tcg/arm/
2864 F: disas/arm.c
2866 i386 TCG target
2867 M: Richard Henderson <richard.henderson@linaro.org>
2868 S: Maintained
2869 F: tcg/i386/
2870 F: disas/i386.c
2872 MIPS TCG target
2873 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2874 R: Aurelien Jarno <aurelien@aurel32.net>
2875 R: Huacai Chen <chenhuacai@kernel.org>
2876 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2877 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2878 S: Odd Fixes
2879 F: tcg/mips/
2881 PPC TCG target
2882 M: Richard Henderson <richard.henderson@linaro.org>
2883 S: Odd Fixes
2884 F: tcg/ppc/
2885 F: disas/ppc.c
2887 RISC-V TCG target
2888 M: Palmer Dabbelt <palmer@dabbelt.com>
2889 M: Alistair Francis <Alistair.Francis@wdc.com>
2890 L: qemu-riscv@nongnu.org
2891 S: Maintained
2892 F: tcg/riscv/
2893 F: disas/riscv.c
2895 S390 TCG target
2896 M: Richard Henderson <richard.henderson@linaro.org>
2897 S: Maintained
2898 F: tcg/s390/
2899 F: disas/s390.c
2900 L: qemu-s390x@nongnu.org
2902 SPARC TCG target
2903 S: Odd Fixes
2904 F: tcg/sparc/
2905 F: disas/sparc.c
2907 TCI TCG target
2908 M: Stefan Weil <sw@weilnetz.de>
2909 S: Maintained
2910 F: tcg/tci/
2911 F: tcg/tci.c
2912 F: disas/tci.c
2914 Block drivers
2915 -------------
2916 VMDK
2917 M: Fam Zheng <fam@euphon.net>
2918 L: qemu-block@nongnu.org
2919 S: Supported
2920 F: block/vmdk.c
2923 M: Jason Dillaman <dillaman@redhat.com>
2924 L: qemu-block@nongnu.org
2925 S: Supported
2926 F: block/rbd.c
2928 Sheepdog
2929 M: Liu Yuan <namei.unix@gmail.com>
2930 L: qemu-block@nongnu.org
2931 S: Odd Fixes
2932 F: block/sheepdog.c
2934 VHDX
2935 M: Jeff Cody <codyprime@gmail.com>
2936 L: qemu-block@nongnu.org
2937 S: Supported
2938 F: block/vhdx*
2941 M: Stefan Weil <sw@weilnetz.de>
2942 L: qemu-block@nongnu.org
2943 S: Maintained
2944 F: block/vdi.c
2946 iSCSI
2947 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2948 M: Paolo Bonzini <pbonzini@redhat.com>
2949 M: Peter Lieven <pl@kamp.de>
2950 L: qemu-block@nongnu.org
2951 S: Odd Fixes
2952 F: block/iscsi.c
2953 F: block/iscsi-opts.c
2955 Network Block Device (NBD)
2956 M: Eric Blake <eblake@redhat.com>
2957 L: qemu-block@nongnu.org
2958 S: Maintained
2959 F: block/nbd*
2960 F: nbd/
2961 F: include/block/nbd*
2962 F: qemu-nbd.*
2963 F: blockdev-nbd.c
2964 F: docs/interop/nbd.txt
2965 F: docs/interop/qemu-nbd.rst
2966 T: git https://repo.or.cz/qemu/ericb.git nbd
2969 M: Peter Lieven <pl@kamp.de>
2970 L: qemu-block@nongnu.org
2971 S: Maintained
2972 F: block/nfs.c
2975 M: Richard W.M. Jones <rjones@redhat.com>
2976 L: qemu-block@nongnu.org
2977 S: Supported
2978 F: block/ssh.c
2980 CURL
2981 L: qemu-block@nongnu.org
2982 S: Odd Fixes
2983 F: block/curl.c
2985 GLUSTER
2986 L: qemu-block@nongnu.org
2987 L: integration@gluster.org
2988 S: Odd Fixes
2989 F: block/gluster.c
2991 Null Block Driver
2992 M: Fam Zheng <fam@euphon.net>
2993 L: qemu-block@nongnu.org
2994 S: Supported
2995 F: block/null.c
2997 NVMe Block Driver
2998 M: Stefan Hajnoczi <stefanha@redhat.com>
2999 R: Fam Zheng <fam@euphon.net>
3000 L: qemu-block@nongnu.org
3001 S: Supported
3002 F: block/nvme*
3003 F: include/block/nvme.h
3004 T: git https://github.com/stefanha/qemu.git block
3006 Bootdevice
3007 M: Gonglei <arei.gonglei@huawei.com>
3008 S: Maintained
3009 F: softmmu/bootdevice.c
3011 Quorum
3012 M: Alberto Garcia <berto@igalia.com>
3013 S: Supported
3014 F: block/quorum.c
3015 L: qemu-block@nongnu.org
3017 blklogwrites
3018 M: Ari Sundholm <ari@tuxera.com>
3019 L: qemu-block@nongnu.org
3020 S: Supported
3021 F: block/blklogwrites.c
3023 blkverify
3024 M: Stefan Hajnoczi <stefanha@redhat.com>
3025 L: qemu-block@nongnu.org
3026 S: Supported
3027 F: block/blkverify.c
3029 bochs
3030 M: Stefan Hajnoczi <stefanha@redhat.com>
3031 L: qemu-block@nongnu.org
3032 S: Supported
3033 F: block/bochs.c
3035 cloop
3036 M: Stefan Hajnoczi <stefanha@redhat.com>
3037 L: qemu-block@nongnu.org
3038 S: Supported
3039 F: block/cloop.c
3042 M: Stefan Hajnoczi <stefanha@redhat.com>
3043 L: qemu-block@nongnu.org
3044 S: Supported
3045 F: block/dmg.c
3047 parallels
3048 M: Stefan Hajnoczi <stefanha@redhat.com>
3049 M: Denis V. Lunev <den@openvz.org>
3050 L: qemu-block@nongnu.org
3051 S: Supported
3052 F: block/parallels.c
3053 F: docs/interop/parallels.txt
3056 M: Stefan Hajnoczi <stefanha@redhat.com>
3057 L: qemu-block@nongnu.org
3058 S: Supported
3059 F: block/qed.c
3062 M: Kevin Wolf <kwolf@redhat.com>
3063 L: qemu-block@nongnu.org
3064 S: Supported
3065 F: block/linux-aio.c
3066 F: include/block/raw-aio.h
3067 F: block/raw-format.c
3068 F: block/file-posix.c
3069 F: block/file-win32.c
3070 F: block/win32-aio.c
3072 Linux io_uring
3073 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3074 M: Julia Suvorova <jusual@redhat.com>
3075 M: Stefan Hajnoczi <stefanha@redhat.com>
3076 L: qemu-block@nongnu.org
3077 S: Maintained
3078 F: block/io_uring.c
3079 F: stubs/io_uring.c
3081 qcow2
3082 M: Kevin Wolf <kwolf@redhat.com>
3083 M: Max Reitz <mreitz@redhat.com>
3084 L: qemu-block@nongnu.org
3085 S: Supported
3086 F: block/qcow2*
3087 F: docs/interop/qcow2.txt
3089 qcow
3090 M: Kevin Wolf <kwolf@redhat.com>
3091 L: qemu-block@nongnu.org
3092 S: Supported
3093 F: block/qcow.c
3095 blkdebug
3096 M: Kevin Wolf <kwolf@redhat.com>
3097 M: Max Reitz <mreitz@redhat.com>
3098 L: qemu-block@nongnu.org
3099 S: Supported
3100 F: block/blkdebug.c
3103 M: Kevin Wolf <kwolf@redhat.com>
3104 L: qemu-block@nongnu.org
3105 S: Supported
3106 F: block/vpc.c
3108 vvfat
3109 M: Kevin Wolf <kwolf@redhat.com>
3110 L: qemu-block@nongnu.org
3111 S: Odd Fixes
3112 F: block/vvfat.c
3114 Image format fuzzer
3115 M: Stefan Hajnoczi <stefanha@redhat.com>
3116 L: qemu-block@nongnu.org
3117 S: Supported
3118 F: tests/image-fuzzer/
3120 Vhost-user block device backend server
3121 M: Coiby Xu <Coiby.Xu@gmail.com>
3122 S: Maintained
3123 F: block/export/vhost-user-blk-server.c
3124 F: block/export/vhost-user-blk-server.h
3125 F: include/qemu/vhost-user-server.h
3126 F: tests/qtest/libqos/vhost-user-blk.c
3127 F: util/vhost-user-server.c
3129 FUSE block device exports
3130 M: Max Reitz <mreitz@redhat.com>
3131 L: qemu-block@nongnu.org
3132 S: Supported
3133 F: block/export/fuse.c
3135 Replication
3136 M: Wen Congyang <wencongyang2@huawei.com>
3137 M: Xie Changlong <xiechanglong.d@gmail.com>
3138 S: Supported
3139 F: replication*
3140 F: block/replication.c
3141 F: tests/test-replication.c
3142 F: docs/block-replication.txt
3144 PVRDMA
3145 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3146 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3147 S: Maintained
3148 F: hw/rdma/*
3149 F: hw/rdma/vmw/*
3150 F: docs/pvrdma.txt
3151 F: contrib/rdmacm-mux/*
3152 F: qapi/rdma.json
3154 Semihosting
3155 M: Alex Bennée <alex.bennee@linaro.org>
3156 S: Maintained
3157 F: hw/semihosting/
3158 F: include/hw/semihosting/
3160 Build and test automation
3161 -------------------------
3162 Build and test automation
3163 M: Alex Bennée <alex.bennee@linaro.org>
3164 M: Fam Zheng <fam@euphon.net>
3165 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3166 S: Maintained
3167 F: .github/lockdown.yml
3168 F: .travis.yml
3169 F: scripts/travis/
3170 F: .shippable.yml
3171 F: tests/docker/
3172 F: tests/vm/
3173 F: scripts/archive-source.sh
3174 W: https://travis-ci.org/qemu/qemu
3175 W: https://app.shippable.com/github/qemu/qemu
3176 W: http://patchew.org/QEMU/
3178 FreeBSD Hosted Continuous Integration
3179 M: Ed Maste <emaste@freebsd.org>
3180 M: Li-Wen Hsu <lwhsu@freebsd.org>
3181 S: Maintained
3182 F: .cirrus.yml
3183 W: https://cirrus-ci.com/github/qemu/qemu
3185 GitLab Continuous Integration
3186 M: Thomas Huth <thuth@redhat.com>
3187 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3188 M: Alex Bennée <alex.bennee@linaro.org>
3189 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3190 S: Maintained
3191 F: .gitlab-ci.yml
3192 F: .gitlab-ci.d/crossbuilds.yml
3193 F: .gitlab-ci.d/*py
3194 F: scripts/ci/gitlab-pipeline-status
3196 Guest Test Compilation Support
3197 M: Alex Bennée <alex.bennee@linaro.org>
3198 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3199 S: Maintained
3200 F: tests/tcg/Makefile
3201 F: tests/tcg/Makefile.include
3203 Acceptance (Integration) Testing with the Avocado framework
3204 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3205 R: Cleber Rosa <crosa@redhat.com>
3206 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3207 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3208 S: Odd Fixes
3209 F: tests/acceptance/
3211 Documentation
3212 -------------
3213 Build system architecture
3214 M: Daniel P. Berrange <berrange@redhat.com>
3215 S: Odd Fixes
3216 F: docs/devel/build-system.txt
3218 GIT Data Mining Config
3219 M: Alex Bennée <alex.bennee@linaro.org>
3220 S: Odd Fixes
3221 F: gitdm.config
3222 F: contrib/gitdm/*
3224 Incompatible changes
3225 R: libvir-list@redhat.com
3226 F: docs/system/deprecated.rst
3228 Build System
3229 ------------
3230 GIT submodules
3231 M: Daniel P. Berrange <berrange@redhat.com>
3232 S: Odd Fixes
3233 F: scripts/git-submodule.sh
3235 UI translations
3236 S: Orphaned
3237 F: po/*.po
3239 Sphinx documentation configuration and build machinery
3240 M: Peter Maydell <peter.maydell@linaro.org>
3241 S: Maintained
3242 F: docs/conf.py
3243 F: docs/*/conf.py
3244 F: docs/sphinx/
3246 Miscellaneous
3247 -------------
3248 Performance Tools and Tests
3249 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3250 S: Maintained
3251 F: scripts/performance/