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