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