Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu/ar7.git] / MAINTAINERS
blob00626941f1a069592e6d120a848f52495ffb047e
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 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2214 L: qemu-block@nongnu.org
2215 S: Supported
2216 F: blockjob.c
2217 F: include/block/blockjob.h
2218 F: job.c
2219 F: job-qmp.c
2220 F: include/qemu/job.h
2221 F: block/backup.c
2222 F: block/commit.c
2223 F: block/stream.c
2224 F: block/mirror.c
2225 F: qapi/job.json
2226 F: block/block-copy.c
2227 F: include/block/block-copy.c
2228 F: block/backup-top.h
2229 F: block/backup-top.c
2230 F: include/block/aio_task.h
2231 F: block/aio_task.c
2232 F: util/qemu-co-shared-resource.c
2233 F: include/qemu/co-shared-resource.h
2234 T: git https://gitlab.com/jsnow/qemu.git jobs
2235 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2237 Block QAPI, monitor, command line
2238 M: Markus Armbruster <armbru@redhat.com>
2239 S: Supported
2240 F: blockdev.c
2241 F: blockdev-hmp-cmds.c
2242 F: block/qapi.c
2243 F: qapi/block*.json
2244 F: qapi/transaction.json
2245 T: git https://repo.or.cz/qemu/armbru.git block-next
2247 Dirty Bitmaps
2248 M: Eric Blake <eblake@redhat.com>
2249 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2250 R: John Snow <jsnow@redhat.com>
2251 L: qemu-block@nongnu.org
2252 S: Supported
2253 F: include/qemu/hbitmap.h
2254 F: include/block/dirty-bitmap.h
2255 F: block/monitor/bitmap-qmp-cmds.c
2256 F: block/dirty-bitmap.c
2257 F: block/qcow2-bitmap.c
2258 F: migration/block-dirty-bitmap.c
2259 F: util/hbitmap.c
2260 F: tests/test-hbitmap.c
2261 F: docs/interop/bitmaps.rst
2262 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2264 Character device backends
2265 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2266 R: Paolo Bonzini <pbonzini@redhat.com>
2267 S: Maintained
2268 F: chardev/
2269 F: include/chardev/
2270 F: qapi/char.json
2272 Character Devices (Braille)
2273 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2274 S: Maintained
2275 F: chardev/baum.c
2277 Command line option argument parsing
2278 M: Markus Armbruster <armbru@redhat.com>
2279 S: Supported
2280 F: include/qemu/option.h
2281 F: tests/test-keyval.c
2282 F: tests/test-qemu-opts.c
2283 F: util/keyval.c
2284 F: util/qemu-option.c
2286 Coverity model
2287 M: Markus Armbruster <armbru@redhat.com>
2288 S: Supported
2289 F: scripts/coverity-model.c
2291 Coverity Scan integration
2292 M: Peter Maydell <peter.maydell@linaro.org>
2293 S: Maintained
2294 F: scripts/coverity-scan/
2296 Device Tree
2297 M: Alistair Francis <alistair.francis@wdc.com>
2298 R: David Gibson <david@gibson.dropbear.id.au>
2299 S: Maintained
2300 F: softmmu/device_tree.c
2301 F: include/sysemu/device_tree.h
2303 Dump
2304 S: Supported
2305 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2306 F: dump/
2307 F: hw/misc/vmcoreinfo.c
2308 F: include/hw/misc/vmcoreinfo.h
2309 F: include/qemu/win_dump_defs
2310 F: include/sysemu/dump-arch.h
2311 F: include/sysemu/dump.h
2312 F: qapi/dump.json
2313 F: scripts/dump-guest-memory.py
2314 F: stubs/dump.c
2316 Error reporting
2317 M: Markus Armbruster <armbru@redhat.com>
2318 S: Supported
2319 F: include/qapi/error.h
2320 F: include/qemu/error-report.h
2321 F: qapi/error.json
2322 F: util/error.c
2323 F: util/qemu-error.c
2324 F: scripts/coccinelle/err-bad-newline.cocci
2325 F: scripts/coccinelle/error-use-after-free.cocci
2326 F: scripts/coccinelle/error_propagate_null.cocci
2327 F: scripts/coccinelle/remove_local_err.cocci
2328 F: scripts/coccinelle/use-error_fatal.cocci
2329 F: scripts/coccinelle/errp-guard.cocci
2331 GDB stub
2332 M: Alex Bennée <alex.bennee@linaro.org>
2333 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2334 S: Maintained
2335 F: gdbstub*
2336 F: gdb-xml/
2337 F: tests/tcg/multiarch/gdbstub/
2339 Memory API
2340 M: Paolo Bonzini <pbonzini@redhat.com>
2341 S: Supported
2342 F: include/exec/ioport.h
2343 F: include/exec/memop.h
2344 F: include/exec/memory.h
2345 F: include/exec/ram_addr.h
2346 F: include/exec/ramblock.h
2347 F: softmmu/dma-helpers.c
2348 F: softmmu/ioport.c
2349 F: softmmu/memory.c
2350 F: softmmu/physmem.c
2351 F: include/exec/memory-internal.h
2352 F: scripts/coccinelle/memory-region-housekeeping.cocci
2354 SPICE
2355 M: Gerd Hoffmann <kraxel@redhat.com>
2356 S: Supported
2357 F: include/ui/qemu-spice.h
2358 F: include/ui/spice-display.h
2359 F: ui/spice-*.c
2360 F: audio/spiceaudio.c
2361 F: hw/display/qxl*
2362 F: qapi/ui.json
2363 F: docs/spice-port-fqdn.txt
2365 Graphics
2366 M: Gerd Hoffmann <kraxel@redhat.com>
2367 S: Odd Fixes
2368 F: ui/
2369 F: include/ui/
2370 F: qapi/ui.json
2371 F: util/drm.c
2373 Cocoa graphics
2374 M: Peter Maydell <peter.maydell@linaro.org>
2375 S: Odd Fixes
2376 F: ui/cocoa.m
2378 Main loop
2379 M: Paolo Bonzini <pbonzini@redhat.com>
2380 S: Maintained
2381 F: include/qemu/main-loop.h
2382 F: include/sysemu/runstate.h
2383 F: include/sysemu/runstate-action.h
2384 F: util/main-loop.c
2385 F: util/qemu-timer.c
2386 F: softmmu/vl.c
2387 F: softmmu/main.c
2388 F: softmmu/cpus.c
2389 F: softmmu/cpu-throttle.c
2390 F: softmmu/cpu-timers.c
2391 F: softmmu/icount.c
2392 F: softmmu/runstate-action.c
2393 F: qapi/run-state.json
2395 Read, Copy, Update (RCU)
2396 M: Paolo Bonzini <pbonzini@redhat.com>
2397 S: Maintained
2398 F: include/qemu/rcu*.h
2399 F: tests/rcutorture.c
2400 F: tests/test-rcu-*.c
2401 F: util/rcu.c
2403 Human Monitor (HMP)
2404 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2405 S: Maintained
2406 F: monitor/monitor-internal.h
2407 F: monitor/misc.c
2408 F: monitor/monitor.c
2409 F: monitor/hmp*
2410 F: hmp.h
2411 F: hmp-commands*.hx
2412 F: include/monitor/hmp-target.h
2413 F: tests/qtest/test-hmp.c
2414 F: include/qemu/qemu-print.h
2415 F: util/qemu-print.c
2417 Network device backends
2418 M: Jason Wang <jasowang@redhat.com>
2419 S: Maintained
2420 F: net/
2421 F: include/net/
2422 F: qemu-bridge-helper.c
2423 T: git https://github.com/jasowang/qemu.git net
2424 F: qapi/net.json
2426 Netmap network backend
2427 M: Luigi Rizzo <rizzo@iet.unipi.it>
2428 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2429 M: Vincenzo Maffione <v.maffione@gmail.com>
2430 W: http://info.iet.unipi.it/~luigi/netmap/
2431 S: Maintained
2432 F: net/netmap.c
2434 Host Memory Backends
2435 M: Eduardo Habkost <ehabkost@redhat.com>
2436 M: Igor Mammedov <imammedo@redhat.com>
2437 S: Maintained
2438 F: backends/hostmem*.c
2439 F: include/sysemu/hostmem.h
2440 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2442 Cryptodev Backends
2443 M: Gonglei <arei.gonglei@huawei.com>
2444 S: Maintained
2445 F: include/sysemu/cryptodev*.h
2446 F: backends/cryptodev*.c
2448 Python library
2449 M: John Snow <jsnow@redhat.com>
2450 M: Cleber Rosa <crosa@redhat.com>
2451 R: Eduardo Habkost <ehabkost@redhat.com>
2452 S: Maintained
2453 F: python/
2454 T: git https://gitlab.com/jsnow/qemu.git python
2456 Python scripts
2457 M: Eduardo Habkost <ehabkost@redhat.com>
2458 M: Cleber Rosa <crosa@redhat.com>
2459 S: Odd Fixes
2460 F: scripts/*.py
2461 F: tests/*.py
2463 Benchmark util
2464 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2465 S: Maintained
2466 F: scripts/simplebench/
2468 QAPI
2469 M: Markus Armbruster <armbru@redhat.com>
2470 M: Michael Roth <michael.roth@amd.com>
2471 S: Supported
2472 F: qapi/
2473 X: qapi/*.json
2474 F: include/qapi/
2475 X: include/qapi/qmp/
2476 F: include/qapi/qmp/dispatch.h
2477 F: tests/qapi-schema/
2478 F: tests/test-*-visitor.c
2479 F: tests/test-qapi-*.c
2480 F: tests/test-qmp-*.c
2481 F: tests/test-visitor-serialization.c
2482 F: scripts/qapi-gen.py
2483 F: scripts/qapi/*
2484 F: docs/sphinx/qapidoc.py
2485 F: docs/devel/qapi*
2486 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2488 QAPI Schema
2489 M: Eric Blake <eblake@redhat.com>
2490 M: Markus Armbruster <armbru@redhat.com>
2491 S: Supported
2492 F: qapi/*.json
2493 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2495 QObject
2496 M: Markus Armbruster <armbru@redhat.com>
2497 S: Supported
2498 F: qobject/
2499 F: include/qapi/qmp/
2500 X: include/qapi/qmp/dispatch.h
2501 F: scripts/coccinelle/qobject.cocci
2502 F: tests/check-qdict.c
2503 F: tests/check-qjson.c
2504 F: tests/check-qlist.c
2505 F: tests/check-qlit.c
2506 F: tests/check-qnull.c
2507 F: tests/check-qnum.c
2508 F: tests/check-qobject.c
2509 F: tests/check-qstring.c
2510 F: tests/data/qobject/qdict.txt
2511 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2513 QEMU Guest Agent
2514 M: Michael Roth <michael.roth@amd.com>
2515 S: Maintained
2516 F: qga/
2517 F: docs/interop/qemu-ga.rst
2518 F: docs/interop/qemu-ga-ref.rst
2519 F: scripts/qemu-guest-agent/
2520 F: tests/test-qga.c
2521 T: git https://github.com/mdroth/qemu.git qga
2524 M: Paolo Bonzini <pbonzini@redhat.com>
2525 R: Daniel P. Berrange <berrange@redhat.com>
2526 R: Eduardo Habkost <ehabkost@redhat.com>
2527 S: Supported
2528 F: docs/qdev-device-use.txt
2529 F: hw/core/qdev*
2530 F: hw/core/bus.c
2531 F: hw/core/sysbus.c
2532 F: include/hw/qdev*
2533 F: include/monitor/qdev.h
2534 F: include/qom/
2535 F: qapi/qom.json
2536 F: qapi/qdev.json
2537 F: scripts/coccinelle/qom-parent-type.cocci
2538 F: softmmu/qdev-monitor.c
2539 F: qom/
2540 F: tests/check-qom-interface.c
2541 F: tests/check-qom-proplist.c
2542 F: tests/test-qdev-global-props.c
2544 QOM boilerplate conversion script
2545 M: Eduardo Habkost <ehabkost@redhat.com>
2546 S: Maintained
2547 F: scripts/codeconverter/
2550 M: Markus Armbruster <armbru@redhat.com>
2551 S: Supported
2552 F: monitor/monitor-internal.h
2553 F: monitor/qmp*
2554 F: monitor/misc.c
2555 F: monitor/monitor.c
2556 F: qapi/control.json
2557 F: qapi/error.json
2558 F: qapi/introspect.json
2559 F: docs/devel/*qmp-*
2560 F: docs/interop/*qmp-*
2561 F: scripts/qmp/
2562 F: tests/qtest/qmp-test.c
2563 F: tests/qtest/qmp-cmd-test.c
2564 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2566 qtest
2567 M: Thomas Huth <thuth@redhat.com>
2568 M: Laurent Vivier <lvivier@redhat.com>
2569 R: Paolo Bonzini <pbonzini@redhat.com>
2570 S: Maintained
2571 F: softmmu/qtest.c
2572 F: accel/qtest/
2573 F: tests/qtest/
2574 X: tests/qtest/bios-tables-test*
2576 Device Fuzzing
2577 M: Alexander Bulekov <alxndr@bu.edu>
2578 R: Paolo Bonzini <pbonzini@redhat.com>
2579 R: Bandan Das <bsd@redhat.com>
2580 R: Stefan Hajnoczi <stefanha@redhat.com>
2581 R: Thomas Huth <thuth@redhat.com>
2582 S: Maintained
2583 F: tests/qtest/fuzz/
2584 F: scripts/oss-fuzz/
2585 F: docs/devel/fuzzing.rst
2587 Register API
2588 M: Alistair Francis <alistair@alistair23.me>
2589 S: Maintained
2590 F: hw/core/register.c
2591 F: include/hw/register.h
2592 F: include/hw/registerfields.h
2594 SLIRP
2595 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2596 S: Maintained
2597 F: slirp/
2598 F: net/slirp.c
2599 F: include/net/slirp.h
2600 T: git https://people.debian.org/~sthibault/qemu.git slirp
2602 Streams
2603 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2604 S: Maintained
2605 F: hw/core/stream.c
2606 F: include/hw/stream.h
2608 Stubs
2609 M: Paolo Bonzini <pbonzini@redhat.com>
2610 S: Maintained
2611 F: stubs/
2613 Tracing
2614 M: Stefan Hajnoczi <stefanha@redhat.com>
2615 S: Maintained
2616 F: trace/
2617 F: trace-events
2618 F: docs/qemu-option-trace.rst.inc
2619 F: qapi/trace.json
2620 F: scripts/tracetool.py
2621 F: scripts/tracetool/
2622 F: scripts/qemu-trace-stap*
2623 F: docs/interop/qemu-trace-stap.rst
2624 F: docs/devel/tracing.txt
2625 T: git https://github.com/stefanha/qemu.git tracing
2628 M: Stefan Berger <stefanb@linux.ibm.com>
2629 S: Maintained
2630 F: tpm.c
2631 F: stubs/tpm.c
2632 F: hw/tpm/*
2633 F: include/hw/acpi/tpm.h
2634 F: include/sysemu/tpm*
2635 F: qapi/tpm.json
2636 F: backends/tpm/
2637 F: tests/qtest/*tpm*
2638 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2640 Checkpatch
2641 S: Odd Fixes
2642 F: scripts/checkpatch.pl
2644 Migration
2645 M: Juan Quintela <quintela@redhat.com>
2646 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2647 S: Maintained
2648 F: hw/core/vmstate-if.c
2649 F: include/hw/vmstate-if.h
2650 F: include/migration/
2651 F: migration/
2652 F: scripts/vmstate-static-checker.py
2653 F: tests/vmstate-static-checker-data/
2654 F: tests/qtest/migration-test.c
2655 F: docs/devel/migration.rst
2656 F: qapi/migration.json
2658 D-Bus
2659 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2660 S: Maintained
2661 F: backends/dbus-vmstate.c
2662 F: tests/dbus-vmstate*
2663 F: util/dbus.c
2664 F: include/qemu/dbus.h
2665 F: docs/interop/dbus.rst
2666 F: docs/interop/dbus-vmstate.rst
2668 Seccomp
2669 M: Eduardo Otubo <otubo@redhat.com>
2670 S: Supported
2671 F: softmmu/qemu-seccomp.c
2672 F: include/sysemu/seccomp.h
2674 Cryptography
2675 M: Daniel P. Berrange <berrange@redhat.com>
2676 S: Maintained
2677 F: crypto/
2678 F: include/crypto/
2679 F: qapi/crypto.json
2680 F: tests/test-crypto-*
2681 F: tests/benchmark-crypto-*
2682 F: tests/crypto-tls-*
2683 F: tests/pkix_asn1_tab.c
2684 F: qemu.sasl
2686 Coroutines
2687 M: Stefan Hajnoczi <stefanha@redhat.com>
2688 M: Kevin Wolf <kwolf@redhat.com>
2689 S: Maintained
2690 F: util/*coroutine*
2691 F: include/qemu/coroutine*
2692 F: tests/test-coroutine.c
2694 Buffers
2695 M: Daniel P. Berrange <berrange@redhat.com>
2696 S: Odd Fixes
2697 F: util/buffer.c
2698 F: include/qemu/buffer.h
2700 I/O Channels
2701 M: Daniel P. Berrange <berrange@redhat.com>
2702 S: Maintained
2703 F: io/
2704 F: include/io/
2705 F: tests/test-io-*
2707 User authorization
2708 M: Daniel P. Berrange <berrange@redhat.com>
2709 S: Maintained
2710 F: authz/
2711 F: qapi/authz.json
2712 F: include/authz/
2713 F: tests/test-authz-*
2715 Sockets
2716 M: Daniel P. Berrange <berrange@redhat.com>
2717 M: Gerd Hoffmann <kraxel@redhat.com>
2718 S: Maintained
2719 F: include/qemu/sockets.h
2720 F: util/qemu-sockets.c
2721 F: qapi/sockets.json
2723 File monitor
2724 M: Daniel P. Berrange <berrange@redhat.com>
2725 S: Odd Fixes
2726 F: util/filemonitor*.c
2727 F: include/qemu/filemonitor.h
2728 F: tests/test-util-filemonitor.c
2730 Throttling infrastructure
2731 M: Alberto Garcia <berto@igalia.com>
2732 S: Supported
2733 F: block/throttle-groups.c
2734 F: include/block/throttle-groups.h
2735 F: include/qemu/throttle*.h
2736 F: util/throttle.c
2737 F: docs/throttle.txt
2738 F: tests/test-throttle.c
2739 L: qemu-block@nongnu.org
2741 UUID
2742 M: Fam Zheng <fam@euphon.net>
2743 S: Supported
2744 F: util/uuid.c
2745 F: include/qemu/uuid.h
2746 F: tests/test-uuid.c
2748 Yank feature
2749 M: Lukas Straub <lukasstraub2@web.de>
2750 S: Odd fixes
2751 F: util/yank.c
2752 F: stubs/yank.c
2753 F: include/qemu/yank.h
2754 F: qapi/yank.json
2756 COLO Framework
2757 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2758 S: Maintained
2759 F: migration/colo*
2760 F: include/migration/colo.h
2761 F: include/migration/failover.h
2762 F: docs/COLO-FT.txt
2764 COLO Proxy
2765 M: Zhang Chen <chen.zhang@intel.com>
2766 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2767 S: Supported
2768 F: docs/colo-proxy.txt
2769 F: net/colo*
2770 F: net/filter-rewriter.c
2771 F: net/filter-mirror.c
2773 Record/replay
2774 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2775 R: Paolo Bonzini <pbonzini@redhat.com>
2776 W: https://wiki.qemu.org/Features/record-replay
2777 S: Supported
2778 F: replay/*
2779 F: block/blkreplay.c
2780 F: net/filter-replay.c
2781 F: include/sysemu/replay.h
2782 F: docs/replay.txt
2783 F: stubs/replay.c
2784 F: tests/acceptance/replay_kernel.py
2785 F: tests/acceptance/reverse_debugging.py
2786 F: qapi/replay.json
2788 IOVA Tree
2789 M: Peter Xu <peterx@redhat.com>
2790 S: Maintained
2791 F: include/qemu/iova-tree.h
2792 F: util/iova-tree.c
2794 elf2dmp
2795 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2796 S: Maintained
2797 F: contrib/elf2dmp/
2799 I2C and SMBus
2800 M: Corey Minyard <cminyard@mvista.com>
2801 S: Maintained
2802 F: hw/i2c/core.c
2803 F: hw/i2c/smbus_slave.c
2804 F: hw/i2c/smbus_master.c
2805 F: hw/i2c/smbus_eeprom.c
2806 F: include/hw/i2c/i2c.h
2807 F: include/hw/i2c/smbus_master.h
2808 F: include/hw/i2c/smbus_slave.h
2809 F: include/hw/i2c/smbus_eeprom.h
2811 Firmware schema specifications
2812 M: Laszlo Ersek <lersek@redhat.com>
2813 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2814 R: Daniel P. Berrange <berrange@redhat.com>
2815 R: Kashyap Chamarthy <kchamart@redhat.com>
2816 S: Maintained
2817 F: docs/interop/firmware.json
2819 EDK2 Firmware
2820 M: Laszlo Ersek <lersek@redhat.com>
2821 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2822 S: Supported
2823 F: pc-bios/descriptors/??-edk2-*.json
2824 F: pc-bios/edk2-*
2825 F: roms/Makefile.edk2
2826 F: roms/edk2
2827 F: roms/edk2-*
2828 F: tests/data/uefi-boot-images/
2829 F: tests/uefi-test-tools/
2830 F: .gitlab-ci.d/edk2.yml
2831 F: .gitlab-ci.d/edk2/
2833 VT-d Emulation
2834 M: Michael S. Tsirkin <mst@redhat.com>
2835 M: Peter Xu <peterx@redhat.com>
2836 R: Jason Wang <jasowang@redhat.com>
2837 S: Supported
2838 F: hw/i386/intel_iommu.c
2839 F: hw/i386/intel_iommu_internal.h
2840 F: include/hw/i386/intel_iommu.h
2842 OpenSBI Firmware
2843 M: Bin Meng <bmeng.cn@gmail.com>
2844 S: Supported
2845 F: pc-bios/opensbi-*
2846 F: .gitlab-ci.d/opensbi.yml
2847 F: .gitlab-ci.d/opensbi/
2849 Usermode Emulation
2850 ------------------
2851 Overall usermode emulation
2852 M: Riku Voipio <riku.voipio@iki.fi>
2853 S: Maintained
2854 F: thunk.c
2855 F: accel/tcg/user-exec*.c
2857 BSD user
2858 S: Orphan
2859 F: bsd-user/
2860 F: default-configs/*-bsd-user.mak
2862 Linux user
2863 M: Laurent Vivier <laurent@vivier.eu>
2864 S: Maintained
2865 F: linux-user/
2866 F: default-configs/*-linux-user.mak
2867 F: scripts/qemu-binfmt-conf.sh
2868 F: scripts/update-syscalltbl.sh
2869 F: scripts/update-mips-syscall-args.sh
2870 F: scripts/gensyscalls.sh
2872 Tiny Code Generator (TCG)
2873 -------------------------
2874 Common TCG code
2875 M: Richard Henderson <richard.henderson@linaro.org>
2876 S: Maintained
2877 F: tcg/
2878 F: include/tcg/
2880 TCG Plugins
2881 M: Alex Bennée <alex.bennee@linaro.org>
2882 S: Maintained
2883 F: docs/devel/tcg-plugins.rst
2884 F: plugins/
2885 F: tests/plugin/
2886 F: contrib/plugins/
2888 AArch64 TCG target
2889 M: Richard Henderson <richard.henderson@linaro.org>
2890 S: Maintained
2891 L: qemu-arm@nongnu.org
2892 F: tcg/aarch64/
2893 F: disas/arm-a64.cc
2894 F: disas/libvixl/
2896 ARM TCG target
2897 M: Andrzej Zaborowski <balrogg@gmail.com>
2898 S: Maintained
2899 L: qemu-arm@nongnu.org
2900 F: tcg/arm/
2901 F: disas/arm.c
2903 i386 TCG target
2904 M: Richard Henderson <richard.henderson@linaro.org>
2905 S: Maintained
2906 F: tcg/i386/
2907 F: disas/i386.c
2909 MIPS TCG target
2910 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2911 R: Aurelien Jarno <aurelien@aurel32.net>
2912 R: Huacai Chen <chenhuacai@kernel.org>
2913 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2914 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2915 S: Odd Fixes
2916 F: tcg/mips/
2918 PPC TCG target
2919 M: Richard Henderson <richard.henderson@linaro.org>
2920 S: Odd Fixes
2921 F: tcg/ppc/
2922 F: disas/ppc.c
2924 RISC-V TCG target
2925 M: Palmer Dabbelt <palmer@dabbelt.com>
2926 M: Alistair Francis <Alistair.Francis@wdc.com>
2927 L: qemu-riscv@nongnu.org
2928 S: Maintained
2929 F: tcg/riscv/
2930 F: disas/riscv.c
2932 S390 TCG target
2933 M: Richard Henderson <richard.henderson@linaro.org>
2934 S: Maintained
2935 F: tcg/s390/
2936 F: disas/s390.c
2937 L: qemu-s390x@nongnu.org
2939 SPARC TCG target
2940 S: Odd Fixes
2941 F: tcg/sparc/
2942 F: disas/sparc.c
2944 TCI TCG target
2945 M: Stefan Weil <sw@weilnetz.de>
2946 S: Maintained
2947 F: tcg/tci/
2948 F: tcg/tci.c
2949 F: disas/tci.c
2951 Block drivers
2952 -------------
2953 VMDK
2954 M: Fam Zheng <fam@euphon.net>
2955 L: qemu-block@nongnu.org
2956 S: Supported
2957 F: block/vmdk.c
2960 M: Jason Dillaman <dillaman@redhat.com>
2961 L: qemu-block@nongnu.org
2962 S: Supported
2963 F: block/rbd.c
2965 Sheepdog
2966 M: Liu Yuan <namei.unix@gmail.com>
2967 L: qemu-block@nongnu.org
2968 S: Odd Fixes
2969 F: block/sheepdog.c
2971 VHDX
2972 M: Jeff Cody <codyprime@gmail.com>
2973 L: qemu-block@nongnu.org
2974 S: Supported
2975 F: block/vhdx*
2978 M: Stefan Weil <sw@weilnetz.de>
2979 L: qemu-block@nongnu.org
2980 S: Maintained
2981 F: block/vdi.c
2983 iSCSI
2984 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2985 M: Paolo Bonzini <pbonzini@redhat.com>
2986 M: Peter Lieven <pl@kamp.de>
2987 L: qemu-block@nongnu.org
2988 S: Odd Fixes
2989 F: block/iscsi.c
2990 F: block/iscsi-opts.c
2992 Network Block Device (NBD)
2993 M: Eric Blake <eblake@redhat.com>
2994 L: qemu-block@nongnu.org
2995 S: Maintained
2996 F: block/nbd*
2997 F: nbd/
2998 F: include/block/nbd*
2999 F: qemu-nbd.*
3000 F: blockdev-nbd.c
3001 F: docs/interop/nbd.txt
3002 F: docs/interop/qemu-nbd.rst
3003 T: git https://repo.or.cz/qemu/ericb.git nbd
3006 M: Peter Lieven <pl@kamp.de>
3007 L: qemu-block@nongnu.org
3008 S: Maintained
3009 F: block/nfs.c
3012 M: Richard W.M. Jones <rjones@redhat.com>
3013 L: qemu-block@nongnu.org
3014 S: Supported
3015 F: block/ssh.c
3017 CURL
3018 L: qemu-block@nongnu.org
3019 S: Odd Fixes
3020 F: block/curl.c
3022 GLUSTER
3023 L: qemu-block@nongnu.org
3024 L: integration@gluster.org
3025 S: Odd Fixes
3026 F: block/gluster.c
3028 Null Block Driver
3029 M: Fam Zheng <fam@euphon.net>
3030 L: qemu-block@nongnu.org
3031 S: Supported
3032 F: block/null.c
3034 NVMe Block Driver
3035 M: Stefan Hajnoczi <stefanha@redhat.com>
3036 R: Fam Zheng <fam@euphon.net>
3037 L: qemu-block@nongnu.org
3038 S: Supported
3039 F: block/nvme*
3040 F: include/block/nvme.h
3041 T: git https://github.com/stefanha/qemu.git block
3043 Bootdevice
3044 M: Gonglei <arei.gonglei@huawei.com>
3045 S: Maintained
3046 F: softmmu/bootdevice.c
3048 Quorum
3049 M: Alberto Garcia <berto@igalia.com>
3050 S: Supported
3051 F: block/quorum.c
3052 L: qemu-block@nongnu.org
3054 blklogwrites
3055 M: Ari Sundholm <ari@tuxera.com>
3056 L: qemu-block@nongnu.org
3057 S: Supported
3058 F: block/blklogwrites.c
3060 blkverify
3061 M: Stefan Hajnoczi <stefanha@redhat.com>
3062 L: qemu-block@nongnu.org
3063 S: Supported
3064 F: block/blkverify.c
3066 bochs
3067 M: Stefan Hajnoczi <stefanha@redhat.com>
3068 L: qemu-block@nongnu.org
3069 S: Supported
3070 F: block/bochs.c
3072 cloop
3073 M: Stefan Hajnoczi <stefanha@redhat.com>
3074 L: qemu-block@nongnu.org
3075 S: Supported
3076 F: block/cloop.c
3079 M: Stefan Hajnoczi <stefanha@redhat.com>
3080 L: qemu-block@nongnu.org
3081 S: Supported
3082 F: block/dmg.c
3084 parallels
3085 M: Stefan Hajnoczi <stefanha@redhat.com>
3086 M: Denis V. Lunev <den@openvz.org>
3087 L: qemu-block@nongnu.org
3088 S: Supported
3089 F: block/parallels.c
3090 F: docs/interop/parallels.txt
3093 M: Stefan Hajnoczi <stefanha@redhat.com>
3094 L: qemu-block@nongnu.org
3095 S: Supported
3096 F: block/qed.c
3099 M: Kevin Wolf <kwolf@redhat.com>
3100 L: qemu-block@nongnu.org
3101 S: Supported
3102 F: block/linux-aio.c
3103 F: include/block/raw-aio.h
3104 F: block/raw-format.c
3105 F: block/file-posix.c
3106 F: block/file-win32.c
3107 F: block/win32-aio.c
3109 Linux io_uring
3110 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3111 M: Julia Suvorova <jusual@redhat.com>
3112 M: Stefan Hajnoczi <stefanha@redhat.com>
3113 L: qemu-block@nongnu.org
3114 S: Maintained
3115 F: block/io_uring.c
3116 F: stubs/io_uring.c
3118 qcow2
3119 M: Kevin Wolf <kwolf@redhat.com>
3120 M: Max Reitz <mreitz@redhat.com>
3121 L: qemu-block@nongnu.org
3122 S: Supported
3123 F: block/qcow2*
3124 F: docs/interop/qcow2.txt
3126 qcow
3127 M: Kevin Wolf <kwolf@redhat.com>
3128 L: qemu-block@nongnu.org
3129 S: Supported
3130 F: block/qcow.c
3132 blkdebug
3133 M: Kevin Wolf <kwolf@redhat.com>
3134 M: Max Reitz <mreitz@redhat.com>
3135 L: qemu-block@nongnu.org
3136 S: Supported
3137 F: block/blkdebug.c
3140 M: Kevin Wolf <kwolf@redhat.com>
3141 L: qemu-block@nongnu.org
3142 S: Supported
3143 F: block/vpc.c
3145 vvfat
3146 M: Kevin Wolf <kwolf@redhat.com>
3147 L: qemu-block@nongnu.org
3148 S: Odd Fixes
3149 F: block/vvfat.c
3151 Image format fuzzer
3152 M: Stefan Hajnoczi <stefanha@redhat.com>
3153 L: qemu-block@nongnu.org
3154 S: Supported
3155 F: tests/image-fuzzer/
3157 Vhost-user block device backend server
3158 M: Coiby Xu <Coiby.Xu@gmail.com>
3159 S: Maintained
3160 F: block/export/vhost-user-blk-server.c
3161 F: block/export/vhost-user-blk-server.h
3162 F: include/qemu/vhost-user-server.h
3163 F: tests/qtest/libqos/vhost-user-blk.c
3164 F: util/vhost-user-server.c
3166 FUSE block device exports
3167 M: Max Reitz <mreitz@redhat.com>
3168 L: qemu-block@nongnu.org
3169 S: Supported
3170 F: block/export/fuse.c
3172 Replication
3173 M: Wen Congyang <wencongyang2@huawei.com>
3174 M: Xie Changlong <xiechanglong.d@gmail.com>
3175 S: Supported
3176 F: replication*
3177 F: block/replication.c
3178 F: tests/test-replication.c
3179 F: docs/block-replication.txt
3181 PVRDMA
3182 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3183 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3184 S: Maintained
3185 F: hw/rdma/*
3186 F: hw/rdma/vmw/*
3187 F: docs/pvrdma.txt
3188 F: contrib/rdmacm-mux/*
3189 F: qapi/rdma.json
3191 Semihosting
3192 M: Alex Bennée <alex.bennee@linaro.org>
3193 S: Maintained
3194 F: hw/semihosting/
3195 F: include/hw/semihosting/
3197 Build and test automation
3198 -------------------------
3199 Build and test automation
3200 M: Alex Bennée <alex.bennee@linaro.org>
3201 M: Fam Zheng <fam@euphon.net>
3202 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3203 S: Maintained
3204 F: .github/lockdown.yml
3205 F: .travis.yml
3206 F: scripts/travis/
3207 F: .shippable.yml
3208 F: tests/docker/
3209 F: tests/vm/
3210 F: scripts/archive-source.sh
3211 W: https://travis-ci.org/qemu/qemu
3212 W: https://app.shippable.com/github/qemu/qemu
3213 W: http://patchew.org/QEMU/
3215 FreeBSD Hosted Continuous Integration
3216 M: Ed Maste <emaste@freebsd.org>
3217 M: Li-Wen Hsu <lwhsu@freebsd.org>
3218 S: Maintained
3219 F: .cirrus.yml
3220 W: https://cirrus-ci.com/github/qemu/qemu
3222 Windows Hosted Continuous Integration
3223 M: Yonggang Luo <luoyonggang@gmail.com>
3224 S: Maintained
3225 F: .cirrus.yml
3226 W: https://cirrus-ci.com/github/qemu/qemu
3228 GitLab Continuous Integration
3229 M: Thomas Huth <thuth@redhat.com>
3230 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3231 M: Alex Bennée <alex.bennee@linaro.org>
3232 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3233 S: Maintained
3234 F: .gitlab-ci.yml
3235 F: .gitlab-ci.d/crossbuilds.yml
3236 F: .gitlab-ci.d/*py
3237 F: scripts/ci/gitlab-pipeline-status
3239 Guest Test Compilation Support
3240 M: Alex Bennée <alex.bennee@linaro.org>
3241 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3242 S: Maintained
3243 F: tests/tcg/Makefile
3244 F: tests/tcg/Makefile.include
3246 Acceptance (Integration) Testing with the Avocado framework
3247 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3248 R: Cleber Rosa <crosa@redhat.com>
3249 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3250 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3251 S: Odd Fixes
3252 F: tests/acceptance/
3254 Documentation
3255 -------------
3256 Build system architecture
3257 M: Daniel P. Berrange <berrange@redhat.com>
3258 S: Odd Fixes
3259 F: docs/devel/build-system.txt
3261 GIT Data Mining Config
3262 M: Alex Bennée <alex.bennee@linaro.org>
3263 S: Odd Fixes
3264 F: gitdm.config
3265 F: contrib/gitdm/*
3267 Incompatible changes
3268 R: libvir-list@redhat.com
3269 F: docs/system/deprecated.rst
3271 Build System
3272 ------------
3273 GIT submodules
3274 M: Daniel P. Berrange <berrange@redhat.com>
3275 S: Odd Fixes
3276 F: scripts/git-submodule.sh
3278 UI translations
3279 S: Orphan
3280 F: po/*.po
3282 Sphinx documentation configuration and build machinery
3283 M: Peter Maydell <peter.maydell@linaro.org>
3284 S: Maintained
3285 F: docs/conf.py
3286 F: docs/*/conf.py
3287 F: docs/sphinx/
3289 Miscellaneous
3290 -------------
3291 Performance Tools and Tests
3292 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3293 S: Maintained
3294 F: scripts/performance/