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