arm: Update infocenter.arm.com URLs
[qemu/ar7.git] / MAINTAINERS
blobe6f1eca30fb7667572cc40030d79632d253bfdab
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
1122 F: tests/acceptance/machine_microblaze.py
1124 petalogix_ml605
1125 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1126 S: Maintained
1127 F: hw/microblaze/petalogix_ml605_mmu.c
1129 MIPS Machines
1130 -------------
1131 Jazz
1132 M: Hervé Poussineau <hpoussin@reactos.org>
1133 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1134 S: Maintained
1135 F: hw/mips/jazz.c
1136 F: hw/display/jazz_led.c
1137 F: hw/dma/rc4030.c
1139 Malta
1140 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1141 R: Aurelien Jarno <aurelien@aurel32.net>
1142 S: Odd Fixes
1143 F: hw/isa/piix4.c
1144 F: hw/acpi/piix4.c
1145 F: hw/mips/malta.c
1146 F: hw/mips/gt64xxx_pci.c
1147 F: include/hw/southbridge/piix.h
1148 F: tests/acceptance/linux_ssh_mips_malta.py
1149 F: tests/acceptance/machine_mips_malta.py
1151 Mipssim
1152 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1153 S: Orphan
1154 F: hw/mips/mipssim.c
1155 F: hw/net/mipsnet.c
1157 Fuloong 2E
1158 M: Huacai Chen <chenhuacai@kernel.org>
1159 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1160 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1161 S: Odd Fixes
1162 F: hw/mips/fuloong2e.c
1163 F: hw/isa/vt82c686.c
1164 F: hw/pci-host/bonito.c
1165 F: include/hw/isa/vt82c686.h
1167 Loongson-3 virtual platforms
1168 M: Huacai Chen <chenhuacai@kernel.org>
1169 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1170 S: Maintained
1171 F: hw/intc/loongson_liointc.c
1172 F: hw/mips/loongson3_bootp.c
1173 F: hw/mips/loongson3_bootp.h
1174 F: hw/mips/loongson3_virt.c
1176 Boston
1177 M: Paul Burton <paulburton@kernel.org>
1178 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1179 S: Odd Fixes
1180 F: hw/core/loader-fit.c
1181 F: hw/mips/boston.c
1182 F: hw/pci-host/xilinx-pcie.c
1183 F: include/hw/pci-host/xilinx-pcie.h
1185 OpenRISC Machines
1186 -----------------
1187 or1k-sim
1188 M: Jia Liu <proljc@gmail.com>
1189 S: Maintained
1190 F: hw/openrisc/openrisc_sim.c
1192 PowerPC Machines
1193 ----------------
1195 M: David Gibson <david@gibson.dropbear.id.au>
1196 M: Greg Kurz <groug@kaod.org>
1197 L: qemu-ppc@nongnu.org
1198 S: Odd Fixes
1199 F: hw/ppc/ppc405_boards.c
1201 Bamboo
1202 M: David Gibson <david@gibson.dropbear.id.au>
1203 M: Greg Kurz <groug@kaod.org>
1204 L: qemu-ppc@nongnu.org
1205 S: Odd Fixes
1206 F: hw/ppc/ppc440_bamboo.c
1208 e500
1209 M: David Gibson <david@gibson.dropbear.id.au>
1210 M: Greg Kurz <groug@kaod.org>
1211 L: qemu-ppc@nongnu.org
1212 S: Odd Fixes
1213 F: hw/ppc/e500*
1214 F: hw/gpio/mpc8xxx.c
1215 F: hw/i2c/mpc_i2c.c
1216 F: hw/net/fsl_etsec/
1217 F: hw/pci-host/ppce500.c
1218 F: include/hw/ppc/ppc_e500.h
1219 F: include/hw/pci-host/ppce500.h
1220 F: pc-bios/u-boot.e500
1222 mpc8544ds
1223 M: David Gibson <david@gibson.dropbear.id.au>
1224 M: Greg Kurz <groug@kaod.org>
1225 L: qemu-ppc@nongnu.org
1226 S: Odd Fixes
1227 F: hw/ppc/mpc8544ds.c
1228 F: hw/ppc/mpc8544_guts.c
1230 New World (mac99)
1231 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1232 R: David Gibson <david@gibson.dropbear.id.au>
1233 R: Greg Kurz <groug@kaod.org>
1234 L: qemu-ppc@nongnu.org
1235 S: Odd Fixes
1236 F: hw/ppc/mac_newworld.c
1237 F: hw/pci-host/uninorth.c
1238 F: hw/pci-bridge/dec.[hc]
1239 F: hw/misc/macio/
1240 F: hw/misc/mos6522.c
1241 F: hw/nvram/mac_nvram.c
1242 F: hw/input/adb*
1243 F: include/hw/misc/macio/
1244 F: include/hw/misc/mos6522.h
1245 F: include/hw/ppc/mac_dbdma.h
1246 F: include/hw/pci-host/uninorth.h
1247 F: include/hw/input/adb*
1248 F: pc-bios/qemu_vga.ndrv
1250 Old World (g3beige)
1251 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1252 R: David Gibson <david@gibson.dropbear.id.au>
1253 R: Greg Kurz <groug@kaod.org>
1254 L: qemu-ppc@nongnu.org
1255 S: Odd Fixes
1256 F: hw/ppc/mac_oldworld.c
1257 F: hw/pci-host/grackle.c
1258 F: hw/misc/macio/
1259 F: hw/intc/heathrow_pic.c
1260 F: hw/input/adb*
1261 F: include/hw/intc/heathrow_pic.h
1262 F: include/hw/input/adb*
1263 F: pc-bios/qemu_vga.ndrv
1265 PReP
1266 M: Hervé Poussineau <hpoussin@reactos.org>
1267 R: David Gibson <david@gibson.dropbear.id.au>
1268 R: Greg Kurz <groug@kaod.org>
1269 L: qemu-ppc@nongnu.org
1270 S: Maintained
1271 F: hw/ppc/prep.c
1272 F: hw/ppc/prep_systemio.c
1273 F: hw/ppc/rs6000_mc.c
1274 F: hw/pci-host/prep.[hc]
1275 F: hw/isa/i82378.c
1276 F: hw/isa/pc87312.c
1277 F: hw/dma/i82374.c
1278 F: hw/rtc/m48t59-isa.c
1279 F: include/hw/isa/pc87312.h
1280 F: include/hw/rtc/m48t59.h
1281 F: tests/acceptance/ppc_prep_40p.py
1283 sPAPR
1284 M: David Gibson <david@gibson.dropbear.id.au>
1285 M: Greg Kurz <groug@kaod.org>
1286 L: qemu-ppc@nongnu.org
1287 S: Supported
1288 F: hw/*/spapr*
1289 F: include/hw/*/spapr*
1290 F: hw/*/xics*
1291 F: include/hw/*/xics*
1292 F: pc-bios/slof.bin
1293 F: docs/specs/ppc-spapr-hcalls.txt
1294 F: docs/specs/ppc-spapr-hotplug.txt
1295 F: tests/qtest/spapr*
1296 F: tests/qtest/libqos/*spapr*
1297 F: tests/qtest/rtas*
1298 F: tests/qtest/libqos/rtas*
1300 PowerNV (Non-Virtualized)
1301 M: Cédric Le Goater <clg@kaod.org>
1302 M: David Gibson <david@gibson.dropbear.id.au>
1303 M: Greg Kurz <groug@kaod.org>
1304 L: qemu-ppc@nongnu.org
1305 S: Maintained
1306 F: hw/ppc/pnv*
1307 F: hw/intc/pnv*
1308 F: hw/intc/xics_pnv.c
1309 F: hw/pci-host/pnv*
1310 F: include/hw/ppc/pnv*
1311 F: include/hw/pci-host/pnv*
1312 F: pc-bios/skiboot.lid
1313 F: tests/qtest/pnv*
1315 virtex_ml507
1316 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1317 L: qemu-ppc@nongnu.org
1318 S: Odd Fixes
1319 F: hw/ppc/virtex_ml507.c
1321 sam460ex
1322 M: BALATON Zoltan <balaton@eik.bme.hu>
1323 R: David Gibson <david@gibson.dropbear.id.au>
1324 R: Greg Kurz <groug@kaod.org>
1325 L: qemu-ppc@nongnu.org
1326 S: Maintained
1327 F: hw/ppc/sam460ex.c
1328 F: hw/ppc/ppc440_pcix.c
1329 F: hw/display/sm501*
1330 F: hw/ide/sii3112.c
1331 F: hw/rtc/m41t80.c
1332 F: pc-bios/canyonlands.dt[sb]
1333 F: pc-bios/u-boot-sam460ex-20100605.bin
1334 F: roms/u-boot-sam460ex
1336 RISC-V Machines
1337 ---------------
1338 OpenTitan
1339 M: Alistair Francis <Alistair.Francis@wdc.com>
1340 L: qemu-riscv@nongnu.org
1341 S: Supported
1342 F: hw/riscv/opentitan.c
1343 F: hw/char/ibex_uart.c
1344 F: hw/intc/ibex_plic.c
1345 F: include/hw/riscv/opentitan.h
1346 F: include/hw/char/ibex_uart.h
1347 F: include/hw/intc/ibex_plic.h
1349 Microchip PolarFire SoC Icicle Kit
1350 M: Bin Meng <bin.meng@windriver.com>
1351 L: qemu-riscv@nongnu.org
1352 S: Supported
1353 F: hw/riscv/microchip_pfsoc.c
1354 F: hw/char/mchp_pfsoc_mmuart.c
1355 F: hw/misc/mchp_pfsoc_dmc.c
1356 F: hw/misc/mchp_pfsoc_ioscb.c
1357 F: hw/misc/mchp_pfsoc_sysreg.c
1358 F: include/hw/riscv/microchip_pfsoc.h
1359 F: include/hw/char/mchp_pfsoc_mmuart.h
1360 F: include/hw/misc/mchp_pfsoc_dmc.h
1361 F: include/hw/misc/mchp_pfsoc_ioscb.h
1362 F: include/hw/misc/mchp_pfsoc_sysreg.h
1364 RX Machines
1365 -----------
1366 rx-gdbsim
1367 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1368 S: Odd Fixes
1369 F: docs/system/target-rx.rst
1370 F: hw/rx/rx-gdbsim.c
1371 F: tests/acceptance/machine_rx_gdbsim.py
1373 SH4 Machines
1374 ------------
1376 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1377 R: Magnus Damm <magnus.damm@gmail.com>
1378 S: Odd Fixes
1379 F: hw/sh4/r2d.c
1380 F: hw/intc/sh_intc.c
1381 F: include/hw/sh4/sh_intc.h
1383 Shix
1384 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1385 R: Magnus Damm <magnus.damm@gmail.com>
1386 S: Odd Fixes
1387 F: hw/sh4/shix.c
1388 F: hw/intc/sh_intc.c
1389 F: include/hw/sh4/sh_intc.h
1391 SPARC Machines
1392 --------------
1393 Sun4m
1394 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1395 S: Maintained
1396 F: hw/sparc/sun4m.c
1397 F: hw/sparc/sun4m_iommu.c
1398 F: hw/display/cg3.c
1399 F: hw/display/tcx.c
1400 F: hw/dma/sparc32_dma.c
1401 F: hw/misc/eccmemctl.c
1402 F: hw/*/slavio_*.c
1403 F: include/hw/nvram/sun_nvram.h
1404 F: include/hw/sparc/sparc32_dma.h
1405 F: include/hw/sparc/sun4m_iommu.h
1406 F: pc-bios/openbios-sparc32
1408 Sun4u
1409 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1410 S: Maintained
1411 F: hw/sparc64/sun4u.c
1412 F: hw/sparc64/sun4u_iommu.c
1413 F: include/hw/sparc/sun4u_iommu.h
1414 F: hw/pci-host/sabre.c
1415 F: include/hw/pci-host/sabre.h
1416 F: hw/pci-bridge/simba.c
1417 F: include/hw/pci-bridge/simba.h
1418 F: pc-bios/openbios-sparc64
1419 F: tests/acceptance/machine_sparc64_sun4u.py
1421 Sun4v
1422 M: Artyom Tarasenko <atar4qemu@gmail.com>
1423 S: Maintained
1424 F: hw/sparc64/niagara.c
1425 F: hw/rtc/sun4v-rtc.c
1426 F: include/hw/rtc/sun4v-rtc.h
1428 Leon3
1429 M: Fabien Chouteau <chouteau@adacore.com>
1430 M: KONRAD Frederic <frederic.konrad@adacore.com>
1431 S: Maintained
1432 F: hw/sparc/leon3.c
1433 F: hw/*/grlib*
1434 F: include/hw/*/grlib*
1435 F: tests/acceptance/machine_sparc_leon3.py
1437 S390 Machines
1438 -------------
1439 S390 Virtio-ccw
1440 M: Cornelia Huck <cohuck@redhat.com>
1441 M: Halil Pasic <pasic@linux.ibm.com>
1442 M: Christian Borntraeger <borntraeger@de.ibm.com>
1443 S: Supported
1444 F: hw/char/sclp*.[hc]
1445 F: hw/char/terminal3270.c
1446 F: hw/s390x/
1447 F: include/hw/s390x/
1448 F: hw/watchdog/wdt_diag288.c
1449 F: include/hw/watchdog/wdt_diag288.h
1450 F: default-configs/s390x-softmmu.mak
1451 F: tests/acceptance/machine_s390_ccw_virtio.py
1452 T: git https://gitlab.com/cohuck/qemu.git s390-next
1453 T: git https://github.com/borntraeger/qemu.git s390-next
1454 L: qemu-s390x@nongnu.org
1456 S390-ccw boot
1457 M: Christian Borntraeger <borntraeger@de.ibm.com>
1458 M: Thomas Huth <thuth@redhat.com>
1459 S: Supported
1460 F: hw/s390x/ipl.*
1461 F: pc-bios/s390-ccw/
1462 F: pc-bios/s390-ccw.img
1463 F: docs/devel/s390-dasd-ipl.rst
1464 T: git https://github.com/borntraeger/qemu.git s390-next
1465 L: qemu-s390x@nongnu.org
1467 S390 PCI
1468 M: Matthew Rosato <mjrosato@linux.ibm.com>
1469 S: Supported
1470 F: hw/s390x/s390-pci*
1471 F: include/hw/s390x/s390-pci*
1472 L: qemu-s390x@nongnu.org
1474 UniCore32 Machines
1475 ------------------
1476 PKUnity-3 SoC initramfs-with-busybox
1477 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1478 S: Maintained
1479 F: hw/*/puv3*
1480 F: hw/unicore32/
1482 X86 Machines
1483 ------------
1485 M: Michael S. Tsirkin <mst@redhat.com>
1486 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1487 S: Supported
1488 F: include/hw/i386/
1489 F: hw/i386/
1490 F: hw/pci-host/i440fx.c
1491 F: hw/pci-host/q35.c
1492 F: hw/pci-host/pam.c
1493 F: include/hw/pci-host/i440fx.h
1494 F: include/hw/pci-host/q35.h
1495 F: include/hw/pci-host/pam.h
1496 F: hw/isa/piix3.c
1497 F: hw/isa/lpc_ich9.c
1498 F: hw/i2c/smbus_ich9.c
1499 F: hw/acpi/piix4.c
1500 F: hw/acpi/ich9.c
1501 F: include/hw/acpi/ich9.h
1502 F: include/hw/southbridge/piix.h
1503 F: hw/misc/sga.c
1504 F: hw/isa/apm.c
1505 F: include/hw/isa/apm.h
1506 F: tests/test-x86-cpuid.c
1507 F: tests/qtest/test-x86-cpuid-compat.c
1509 PC Chipset
1510 M: Michael S. Tsirkin <mst@redhat.com>
1511 M: Paolo Bonzini <pbonzini@redhat.com>
1512 S: Supported
1513 F: hw/char/debugcon.c
1514 F: hw/char/parallel*
1515 F: hw/char/serial*
1516 F: hw/dma/i8257*
1517 F: hw/i2c/pm_smbus.c
1518 F: hw/input/pckbd.c
1519 F: hw/intc/apic*
1520 F: hw/intc/ioapic*
1521 F: hw/intc/i8259*
1522 F: hw/isa/isa-superio.c
1523 F: hw/misc/debugexit.c
1524 F: hw/misc/pc-testdev.c
1525 F: hw/timer/hpet*
1526 F: hw/timer/i8254*
1527 F: hw/rtc/mc146818rtc*
1528 F: hw/watchdog/wdt_ib700.c
1529 F: hw/watchdog/wdt_i6300esb.c
1530 F: include/hw/display/vga.h
1531 F: include/hw/char/parallel.h
1532 F: include/hw/dma/i8257.h
1533 F: include/hw/i2c/pm_smbus.h
1534 F: include/hw/input/i8042.h
1535 F: include/hw/isa/i8259_internal.h
1536 F: include/hw/isa/superio.h
1537 F: include/hw/timer/hpet.h
1538 F: include/hw/timer/i8254*
1539 F: include/hw/rtc/mc146818rtc*
1541 microvm
1542 M: Sergio Lopez <slp@redhat.com>
1543 M: Paolo Bonzini <pbonzini@redhat.com>
1544 S: Maintained
1545 F: docs/microvm.rst
1546 F: hw/i386/microvm.c
1547 F: include/hw/i386/microvm.h
1548 F: pc-bios/bios-microvm.bin
1550 Machine core
1551 M: Eduardo Habkost <ehabkost@redhat.com>
1552 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1553 S: Supported
1554 F: cpu.c
1555 F: hw/core/cpu.c
1556 F: hw/core/machine-qmp-cmds.c
1557 F: hw/core/machine.c
1558 F: hw/core/null-machine.c
1559 F: hw/core/numa.c
1560 F: hw/cpu/cluster.c
1561 F: qapi/machine.json
1562 F: qapi/machine-target.json
1563 F: include/hw/boards.h
1564 F: include/hw/core/cpu.h
1565 F: include/hw/cpu/cluster.h
1566 F: include/sysemu/numa.h
1567 T: git https://gitlab.com/ehabkost/qemu.git machine-next
1569 Xtensa Machines
1570 ---------------
1572 M: Max Filippov <jcmvbkbc@gmail.com>
1573 S: Maintained
1574 F: hw/xtensa/sim.c
1576 virt
1577 M: Max Filippov <jcmvbkbc@gmail.com>
1578 S: Maintained
1579 F: hw/xtensa/virt.c
1581 XTFPGA (LX60, LX200, ML605, KC705)
1582 M: Max Filippov <jcmvbkbc@gmail.com>
1583 S: Maintained
1584 F: hw/xtensa/xtfpga.c
1585 F: hw/net/opencores_eth.c
1587 Devices
1588 -------
1589 Xilinx CAN
1590 M: Vikram Garhwal <fnu.vikram@xilinx.com>
1591 M: Francisco Iglesias <francisco.iglesias@xilinx.com>
1592 S: Maintained
1593 F: hw/net/can/xlnx-*
1594 F: include/hw/net/xlnx-*
1595 F: tests/qtest/xlnx-can-test*
1598 M: Jiri Slaby <jslaby@suse.cz>
1599 S: Maintained
1600 F: hw/misc/edu.c
1603 M: John Snow <jsnow@redhat.com>
1604 L: qemu-block@nongnu.org
1605 S: Supported
1606 F: include/hw/ide.h
1607 F: include/hw/ide/
1608 F: hw/ide/
1609 F: hw/block/block.c
1610 F: hw/block/cdrom.c
1611 F: hw/block/hd-geometry.c
1612 F: tests/qtest/ide-test.c
1613 F: tests/qtest/ahci-test.c
1614 F: tests/qtest/cdrom-test.c
1615 F: tests/qtest/libqos/ahci*
1616 T: git https://gitlab.com/jsnow/qemu.git ide
1618 IPMI
1619 M: Corey Minyard <minyard@acm.org>
1620 S: Maintained
1621 F: include/hw/ipmi/*
1622 F: hw/ipmi/*
1623 F: hw/smbios/smbios_type_38.c
1624 F: tests/qtest/ipmi*
1625 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1627 Floppy
1628 M: John Snow <jsnow@redhat.com>
1629 L: qemu-block@nongnu.org
1630 S: Supported
1631 F: hw/block/fdc.c
1632 F: include/hw/block/fdc.h
1633 F: tests/qtest/fdc-test.c
1634 T: git https://gitlab.com/jsnow/qemu.git ide
1636 OMAP
1637 M: Peter Maydell <peter.maydell@linaro.org>
1638 L: qemu-arm@nongnu.org
1639 S: Maintained
1640 F: hw/*/omap*
1641 F: include/hw/arm/omap.h
1642 F: docs/system/arm/sx1.rst
1644 IPack
1645 M: Alberto Garcia <berto@igalia.com>
1646 S: Odd Fixes
1647 F: hw/char/ipoctal232.c
1648 F: hw/ipack/
1651 M: Michael S. Tsirkin <mst@redhat.com>
1652 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1653 S: Supported
1654 F: include/hw/pci/*
1655 F: hw/misc/pci-testdev.c
1656 F: hw/pci/*
1657 F: hw/pci-bridge/*
1658 F: qapi/pci.json
1659 F: docs/pci*
1660 F: docs/specs/*pci*
1661 F: default-configs/pci.mak
1663 ACPI/SMBIOS
1664 M: Michael S. Tsirkin <mst@redhat.com>
1665 M: Igor Mammedov <imammedo@redhat.com>
1666 S: Supported
1667 F: include/hw/acpi/*
1668 F: include/hw/firmware/smbios.h
1669 F: hw/mem/*
1670 F: hw/acpi/*
1671 F: hw/smbios/*
1672 F: hw/i386/acpi-build.[hc]
1673 F: hw/arm/virt-acpi-build.c
1674 F: qapi/acpi.json
1675 F: tests/qtest/bios-tables-test*
1676 F: tests/qtest/acpi-utils.[hc]
1677 F: tests/data/acpi/
1679 ACPI/HEST/GHES
1680 R: Dongjiu Geng <gengdongjiu@huawei.com>
1681 R: Xiang Zheng <zhengxiang9@huawei.com>
1682 L: qemu-arm@nongnu.org
1683 S: Maintained
1684 F: hw/acpi/ghes.c
1685 F: include/hw/acpi/ghes.h
1686 F: docs/specs/acpi_hest_ghes.rst
1688 ppc4xx
1689 M: David Gibson <david@gibson.dropbear.id.au>
1690 L: qemu-ppc@nongnu.org
1691 S: Odd Fixes
1692 F: hw/ppc/ppc4*.c
1693 F: hw/i2c/ppc4xx_i2c.c
1694 F: include/hw/ppc/ppc4xx.h
1695 F: include/hw/i2c/ppc4xx_i2c.h
1696 F: hw/intc/ppc-uic.c
1697 F: include/hw/intc/ppc-uic.h
1699 Character devices
1700 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1701 R: Paolo Bonzini <pbonzini@redhat.com>
1702 S: Odd Fixes
1703 F: hw/char/
1705 Network devices
1706 M: Jason Wang <jasowang@redhat.com>
1707 S: Odd Fixes
1708 F: hw/net/
1709 F: include/hw/net/
1710 F: tests/qtest/virtio-net-test.c
1711 F: docs/virtio-net-failover.rst
1712 T: git https://github.com/jasowang/qemu.git net
1714 Parallel NOR Flash devices
1715 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1716 T: git https://gitlab.com/philmd/qemu.git pflash-next
1717 S: Maintained
1718 F: hw/block/pflash_cfi*.c
1719 F: include/hw/block/flash.h
1721 SCSI
1722 M: Paolo Bonzini <pbonzini@redhat.com>
1723 R: Fam Zheng <fam@euphon.net>
1724 S: Supported
1725 F: include/hw/scsi/*
1726 F: hw/scsi/*
1727 F: tests/qtest/virtio-scsi-test.c
1728 T: git https://github.com/bonzini/qemu.git scsi-next
1731 M: Alistair Francis <alistair@alistair23.me>
1732 S: Maintained
1733 F: hw/ssi/*
1734 F: hw/block/m25p80.c
1735 F: include/hw/ssi/ssi.h
1736 X: hw/ssi/xilinx_*
1737 F: tests/qtest/m25p80-test.c
1739 Xilinx SPI
1740 M: Alistair Francis <alistair@alistair23.me>
1741 S: Maintained
1742 F: hw/ssi/xilinx_*
1744 SD (Secure Card)
1745 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1746 L: qemu-block@nongnu.org
1747 S: Odd Fixes
1748 F: include/hw/sd/sd*
1749 F: hw/sd/core.c
1750 F: hw/sd/sd*
1751 F: hw/sd/ssi-sd.c
1752 F: tests/qtest/sd*
1755 M: Gerd Hoffmann <kraxel@redhat.com>
1756 S: Maintained
1757 F: hw/usb/*
1758 F: tests/qtest/usb-*-test.c
1759 F: docs/usb2.txt
1760 F: docs/usb-storage.txt
1761 F: include/hw/usb.h
1762 F: include/hw/usb/
1763 F: default-configs/usb.mak
1765 USB (serial adapter)
1766 M: Gerd Hoffmann <kraxel@redhat.com>
1767 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1768 S: Maintained
1769 F: hw/usb/dev-serial.c
1771 VFIO
1772 M: Alex Williamson <alex.williamson@redhat.com>
1773 S: Supported
1774 F: hw/vfio/*
1775 F: include/hw/vfio/
1777 vfio-ccw
1778 M: Cornelia Huck <cohuck@redhat.com>
1779 M: Eric Farman <farman@linux.ibm.com>
1780 S: Supported
1781 F: hw/vfio/ccw.c
1782 F: hw/s390x/s390-ccw.c
1783 F: include/hw/s390x/s390-ccw.h
1784 F: include/hw/s390x/vfio-ccw.h
1785 T: git https://gitlab.com/cohuck/qemu.git s390-next
1786 L: qemu-s390x@nongnu.org
1788 vfio-ap
1789 M: Christian Borntraeger <borntraeger@de.ibm.com>
1790 M: Tony Krowiak <akrowiak@linux.ibm.com>
1791 M: Halil Pasic <pasic@linux.ibm.com>
1792 M: Pierre Morel <pmorel@linux.ibm.com>
1793 S: Supported
1794 F: hw/s390x/ap-device.c
1795 F: hw/s390x/ap-bridge.c
1796 F: include/hw/s390x/ap-device.h
1797 F: include/hw/s390x/ap-bridge.h
1798 F: hw/vfio/ap.c
1799 F: docs/system/s390x/vfio-ap.rst
1800 L: qemu-s390x@nongnu.org
1802 vhost
1803 M: Michael S. Tsirkin <mst@redhat.com>
1804 S: Supported
1805 F: hw/*/*vhost*
1806 F: docs/interop/vhost-user.json
1807 F: docs/interop/vhost-user.rst
1808 F: contrib/vhost-user-*/
1809 F: backends/vhost-user.c
1810 F: include/sysemu/vhost-user-backend.h
1812 virtio
1813 M: Michael S. Tsirkin <mst@redhat.com>
1814 S: Supported
1815 F: hw/*/virtio*
1816 F: hw/virtio/Makefile.objs
1817 F: hw/virtio/trace-events
1818 F: net/vhost-user.c
1819 F: include/hw/virtio/
1821 virtio-balloon
1822 M: Michael S. Tsirkin <mst@redhat.com>
1823 M: David Hildenbrand <david@redhat.com>
1824 S: Maintained
1825 F: hw/virtio/virtio-balloon*.c
1826 F: include/hw/virtio/virtio-balloon.h
1827 F: softmmu/balloon.c
1828 F: include/sysemu/balloon.h
1830 virtio-9p
1831 M: Greg Kurz <groug@kaod.org>
1832 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1833 S: Odd Fixes
1834 F: hw/9pfs/
1835 X: hw/9pfs/xen-9p*
1836 F: fsdev/
1837 F: docs/interop/virtfs-proxy-helper.rst
1838 F: tests/qtest/virtio-9p-test.c
1839 T: git https://gitlab.com/gkurz/qemu.git 9p-next
1841 virtio-blk
1842 M: Stefan Hajnoczi <stefanha@redhat.com>
1843 L: qemu-block@nongnu.org
1844 S: Supported
1845 F: hw/block/virtio-blk.c
1846 F: hw/block/dataplane/*
1847 F: tests/qtest/virtio-blk-test.c
1848 T: git https://github.com/stefanha/qemu.git block
1850 virtio-ccw
1851 M: Cornelia Huck <cohuck@redhat.com>
1852 M: Halil Pasic <pasic@linux.ibm.com>
1853 S: Supported
1854 F: hw/s390x/virtio-ccw*.[hc]
1855 F: hw/s390x/vhost-vsock-ccw.c
1856 T: git https://gitlab.com/cohuck/qemu.git s390-next
1857 T: git https://github.com/borntraeger/qemu.git s390-next
1858 L: qemu-s390x@nongnu.org
1860 virtiofs
1861 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1862 M: Stefan Hajnoczi <stefanha@redhat.com>
1863 S: Supported
1864 F: tools/virtiofsd/*
1865 F: hw/virtio/vhost-user-fs*
1866 F: include/hw/virtio/vhost-user-fs.h
1867 F: docs/interop/virtiofsd.rst
1869 virtio-input
1870 M: Gerd Hoffmann <kraxel@redhat.com>
1871 S: Maintained
1872 F: hw/input/vhost-user-input.c
1873 F: hw/input/virtio-input*.c
1874 F: include/hw/virtio/virtio-input.h
1875 F: contrib/vhost-user-input/*
1877 virtio-iommu
1878 M: Eric Auger <eric.auger@redhat.com>
1879 S: Maintained
1880 F: hw/virtio/virtio-iommu*.c
1881 F: include/hw/virtio/virtio-iommu.h
1883 virtio-serial
1884 M: Laurent Vivier <lvivier@redhat.com>
1885 R: Amit Shah <amit@kernel.org>
1886 S: Supported
1887 F: hw/char/virtio-serial-bus.c
1888 F: hw/char/virtio-console.c
1889 F: include/hw/virtio/virtio-serial.h
1890 F: tests/qtest/virtio-serial-test.c
1892 virtio-rng
1893 M: Laurent Vivier <lvivier@redhat.com>
1894 R: Amit Shah <amit@kernel.org>
1895 S: Supported
1896 F: hw/virtio/virtio-rng.c
1897 F: include/hw/virtio/virtio-rng.h
1898 F: include/sysemu/rng*.h
1899 F: backends/rng*.c
1900 F: tests/qtest/virtio-rng-test.c
1902 virtio-crypto
1903 M: Gonglei <arei.gonglei@huawei.com>
1904 S: Supported
1905 F: hw/virtio/virtio-crypto.c
1906 F: hw/virtio/virtio-crypto-pci.c
1907 F: include/hw/virtio/virtio-crypto.h
1909 virtio-mem
1910 M: David Hildenbrand <david@redhat.com>
1911 S: Supported
1912 W: https://virtio-mem.gitlab.io/
1913 F: hw/virtio/virtio-mem.c
1914 F: hw/virtio/virtio-mem-pci.h
1915 F: hw/virtio/virtio-mem-pci.c
1916 F: include/hw/virtio/virtio-mem.h
1918 nvme
1919 M: Keith Busch <kbusch@kernel.org>
1920 M: Klaus Jensen <its@irrelevant.dk>
1921 L: qemu-block@nongnu.org
1922 S: Supported
1923 F: hw/block/nvme*
1924 F: include/block/nvme.h
1925 F: tests/qtest/nvme-test.c
1926 F: docs/specs/nvme.txt
1927 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1929 megasas
1930 M: Hannes Reinecke <hare@suse.com>
1931 L: qemu-block@nongnu.org
1932 S: Supported
1933 F: hw/scsi/megasas.c
1934 F: hw/scsi/mfi.h
1935 F: tests/qtest/megasas-test.c
1937 Network packet abstractions
1938 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1939 S: Maintained
1940 F: include/net/eth.h
1941 F: net/eth.c
1942 F: hw/net/net_rx_pkt*
1943 F: hw/net/net_tx_pkt*
1945 Vmware
1946 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1947 S: Maintained
1948 F: hw/net/vmxnet*
1949 F: hw/scsi/vmw_pvscsi*
1950 F: tests/qtest/vmxnet3-test.c
1952 Rocker
1953 M: Jiri Pirko <jiri@resnulli.us>
1954 S: Maintained
1955 F: hw/net/rocker/
1956 F: qapi/rocker.json
1957 F: tests/rocker/
1958 F: docs/specs/rocker.txt
1960 NVDIMM
1961 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1962 S: Maintained
1963 F: hw/acpi/nvdimm.c
1964 F: hw/mem/nvdimm.c
1965 F: include/hw/mem/nvdimm.h
1966 F: docs/nvdimm.txt
1968 e1000x
1969 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1970 S: Maintained
1971 F: hw/net/e1000x*
1973 e1000e
1974 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1975 S: Maintained
1976 F: hw/net/e1000e*
1978 eepro100
1979 M: Stefan Weil <sw@weilnetz.de>
1980 S: Maintained
1981 F: hw/net/eepro100.c
1983 tulip
1984 M: Sven Schnelle <svens@stackframe.org>
1985 S: Maintained
1986 F: hw/net/tulip.c
1987 F: hw/net/tulip.h
1989 Generic Loader
1990 M: Alistair Francis <alistair@alistair23.me>
1991 S: Maintained
1992 F: hw/core/generic-loader.c
1993 F: include/hw/core/generic-loader.h
1994 F: docs/generic-loader.txt
1996 Intel Hexadecimal Object File Loader
1997 M: Su Hang <suhang16@mails.ucas.ac.cn>
1998 S: Maintained
1999 F: tests/qtest/hexloader-test.c
2000 F: tests/data/hex-loader/test.hex
2002 CHRP NVRAM
2003 M: Thomas Huth <thuth@redhat.com>
2004 S: Maintained
2005 F: hw/nvram/chrp_nvram.c
2006 F: include/hw/nvram/chrp_nvram.h
2007 F: tests/qtest/prom-env-test.c
2009 VM Generation ID
2010 S: Orphan
2011 F: hw/acpi/vmgenid.c
2012 F: include/hw/acpi/vmgenid.h
2013 F: docs/specs/vmgenid.txt
2014 F: tests/qtest/vmgenid-test.c
2015 F: stubs/vmgenid.c
2018 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2019 S: Maintained
2020 F: include/hw/misc/led.h
2021 F: hw/misc/led.c
2023 Unimplemented device
2024 M: Peter Maydell <peter.maydell@linaro.org>
2025 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2026 S: Maintained
2027 F: include/hw/misc/unimp.h
2028 F: hw/misc/unimp.c
2030 Empty slot
2031 M: Artyom Tarasenko <atar4qemu@gmail.com>
2032 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2033 S: Maintained
2034 F: include/hw/misc/empty_slot.h
2035 F: hw/misc/empty_slot.c
2037 Standard VGA
2038 M: Gerd Hoffmann <kraxel@redhat.com>
2039 S: Maintained
2040 F: hw/display/vga*
2041 F: hw/display/bochs-display.c
2042 F: include/hw/display/vga.h
2043 F: include/hw/display/bochs-vbe.h
2045 ramfb
2046 M: Gerd Hoffmann <kraxel@redhat.com>
2047 S: Maintained
2048 F: hw/display/ramfb*.c
2049 F: include/hw/display/ramfb.h
2051 virtio-gpu
2052 M: Gerd Hoffmann <kraxel@redhat.com>
2053 S: Maintained
2054 F: hw/display/virtio-gpu*
2055 F: hw/display/virtio-vga.*
2056 F: include/hw/virtio/virtio-gpu.h
2058 vhost-user-blk
2059 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2060 S: Maintained
2061 F: contrib/vhost-user-blk/
2062 F: contrib/vhost-user-scsi/
2063 F: hw/block/vhost-user-blk.c
2064 F: hw/scsi/vhost-user-scsi.c
2065 F: hw/virtio/vhost-user-blk-pci.c
2066 F: hw/virtio/vhost-user-scsi-pci.c
2067 F: include/hw/virtio/vhost-user-blk.h
2068 F: include/hw/virtio/vhost-user-scsi.h
2070 vhost-user-gpu
2071 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2072 M: Gerd Hoffmann <kraxel@redhat.com>
2073 S: Maintained
2074 F: docs/interop/vhost-user-gpu.rst
2075 F: contrib/vhost-user-gpu
2076 F: hw/display/vhost-user-*
2078 Cirrus VGA
2079 M: Gerd Hoffmann <kraxel@redhat.com>
2080 S: Odd Fixes
2081 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2082 F: hw/display/cirrus*
2084 EDID Generator
2085 M: Gerd Hoffmann <kraxel@redhat.com>
2086 S: Maintained
2087 F: hw/display/edid*
2088 F: include/hw/display/edid.h
2089 F: qemu-edid.c
2091 PIIX4 South Bridge (i82371AB)
2092 M: Hervé Poussineau <hpoussin@reactos.org>
2093 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2094 S: Maintained
2095 F: hw/isa/piix4.c
2096 F: include/hw/southbridge/piix.h
2098 Firmware configuration (fw_cfg)
2099 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2100 R: Laszlo Ersek <lersek@redhat.com>
2101 R: Gerd Hoffmann <kraxel@redhat.com>
2102 S: Supported
2103 F: docs/specs/fw_cfg.txt
2104 F: hw/nvram/fw_cfg*.c
2105 F: stubs/fw_cfg.c
2106 F: include/hw/nvram/fw_cfg.h
2107 F: include/standard-headers/linux/qemu_fw_cfg.h
2108 F: tests/qtest/libqos/fw_cfg.c
2109 F: tests/qtest/fw_cfg-test.c
2110 T: git https://github.com/philmd/qemu.git fw_cfg-next
2112 XIVE
2113 M: Cédric Le Goater <clg@kaod.org>
2114 R: David Gibson <david@gibson.dropbear.id.au>
2115 R: Greg Kurz <groug@kaod.org>
2116 L: qemu-ppc@nongnu.org
2117 S: Supported
2118 F: hw/*/*xive*
2119 F: include/hw/*/*xive*
2120 F: docs/*/*xive*
2122 Renesas peripherals
2123 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2124 R: Magnus Damm <magnus.damm@gmail.com>
2125 S: Odd Fixes
2126 F: hw/char/renesas_sci.c
2127 F: hw/char/sh_serial.c
2128 F: hw/timer/renesas_*.c
2129 F: hw/timer/sh_timer.c
2130 F: include/hw/char/renesas_sci.h
2131 F: include/hw/sh4/sh.h
2132 F: include/hw/timer/renesas_*.h
2134 Renesas RX peripherals
2135 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2136 S: Odd Fixes
2137 F: hw/intc/rx_icu.c
2138 F: hw/rx/
2139 F: include/hw/intc/rx_icu.h
2140 F: include/hw/rx/
2142 CAN bus subsystem and hardware
2143 M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2144 M: Vikram Garhwal <fnu.vikram@xilinx.com>
2145 S: Maintained
2146 W: https://canbus.pages.fel.cvut.cz/
2147 F: net/can/*
2148 F: hw/net/can/*
2149 F: include/net/can_*.h
2151 Subsystems
2152 ----------
2153 Audio
2154 M: Gerd Hoffmann <kraxel@redhat.com>
2155 S: Maintained
2156 F: audio/
2157 F: hw/audio/
2158 F: include/hw/audio/
2159 F: qapi/audio.json
2160 F: tests/qtest/ac97-test.c
2161 F: tests/qtest/es1370-test.c
2162 F: tests/qtest/intel-hda-test.c
2164 Block layer core
2165 M: Kevin Wolf <kwolf@redhat.com>
2166 M: Max Reitz <mreitz@redhat.com>
2167 L: qemu-block@nongnu.org
2168 S: Supported
2169 F: block*
2170 F: block/
2171 F: hw/block/
2172 F: include/block/
2173 F: qemu-img*
2174 F: docs/interop/qemu-img.rst
2175 F: qemu-io*
2176 F: tests/qemu-iotests/
2177 F: util/qemu-progress.c
2178 F: qobject/block-qdict.c
2179 F: tests/check-block-qdict.c
2180 T: git https://repo.or.cz/qemu/kevin.git block
2182 Storage daemon
2183 M: Kevin Wolf <kwolf@redhat.com>
2184 L: qemu-block@nongnu.org
2185 S: Supported
2186 F: storage-daemon/
2187 F: docs/interop/qemu-storage-daemon-qmp-ref.rst
2188 F: docs/tools/qemu-storage-daemon.rst
2189 T: git https://repo.or.cz/qemu/kevin.git block
2191 Block I/O path
2192 M: Stefan Hajnoczi <stefanha@redhat.com>
2193 M: Fam Zheng <fam@euphon.net>
2194 L: qemu-block@nongnu.org
2195 S: Supported
2196 F: util/async.c
2197 F: util/aio-*.c
2198 F: util/aio-*.h
2199 F: util/fdmon-*.c
2200 F: block/io.c
2201 F: migration/block*
2202 F: include/block/aio.h
2203 F: include/block/aio-wait.h
2204 F: scripts/qemugdb/aio.py
2205 F: tests/test-fdmon-epoll.c
2206 T: git https://github.com/stefanha/qemu.git block
2208 Block SCSI subsystem
2209 M: Paolo Bonzini <pbonzini@redhat.com>
2210 R: Fam Zheng <fam@euphon.net>
2211 L: qemu-block@nongnu.org
2212 S: Supported
2213 F: include/scsi/*
2214 F: scsi/*
2216 Block Jobs
2217 M: John Snow <jsnow@redhat.com>
2218 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2219 L: qemu-block@nongnu.org
2220 S: Supported
2221 F: blockjob.c
2222 F: include/block/blockjob.h
2223 F: job.c
2224 F: job-qmp.c
2225 F: include/qemu/job.h
2226 F: block/backup.c
2227 F: block/commit.c
2228 F: block/stream.c
2229 F: block/mirror.c
2230 F: qapi/job.json
2231 F: block/block-copy.c
2232 F: include/block/block-copy.c
2233 F: block/backup-top.h
2234 F: block/backup-top.c
2235 F: include/block/aio_task.h
2236 F: block/aio_task.c
2237 F: util/qemu-co-shared-resource.c
2238 F: include/qemu/co-shared-resource.h
2239 T: git https://gitlab.com/jsnow/qemu.git jobs
2240 T: git https://src.openvz.org/scm/~vsementsov/qemu.git jobs
2242 Block QAPI, monitor, command line
2243 M: Markus Armbruster <armbru@redhat.com>
2244 S: Supported
2245 F: blockdev.c
2246 F: blockdev-hmp-cmds.c
2247 F: block/qapi.c
2248 F: qapi/block*.json
2249 F: qapi/transaction.json
2250 T: git https://repo.or.cz/qemu/armbru.git block-next
2252 Dirty Bitmaps
2253 M: Eric Blake <eblake@redhat.com>
2254 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2255 R: John Snow <jsnow@redhat.com>
2256 L: qemu-block@nongnu.org
2257 S: Supported
2258 F: include/qemu/hbitmap.h
2259 F: include/block/dirty-bitmap.h
2260 F: block/monitor/bitmap-qmp-cmds.c
2261 F: block/dirty-bitmap.c
2262 F: block/qcow2-bitmap.c
2263 F: migration/block-dirty-bitmap.c
2264 F: util/hbitmap.c
2265 F: tests/test-hbitmap.c
2266 F: docs/interop/bitmaps.rst
2267 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2269 Character device backends
2270 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2271 R: Paolo Bonzini <pbonzini@redhat.com>
2272 S: Maintained
2273 F: chardev/
2274 F: include/chardev/
2275 F: qapi/char.json
2277 Character Devices (Braille)
2278 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2279 S: Maintained
2280 F: chardev/baum.c
2282 Command line option argument parsing
2283 M: Markus Armbruster <armbru@redhat.com>
2284 S: Supported
2285 F: include/qemu/option.h
2286 F: tests/test-keyval.c
2287 F: tests/test-qemu-opts.c
2288 F: util/keyval.c
2289 F: util/qemu-option.c
2291 Coverity model
2292 M: Markus Armbruster <armbru@redhat.com>
2293 S: Supported
2294 F: scripts/coverity-model.c
2296 Coverity Scan integration
2297 M: Peter Maydell <peter.maydell@linaro.org>
2298 S: Maintained
2299 F: scripts/coverity-scan/
2301 Device Tree
2302 M: Alistair Francis <alistair.francis@wdc.com>
2303 R: David Gibson <david@gibson.dropbear.id.au>
2304 S: Maintained
2305 F: softmmu/device_tree.c
2306 F: include/sysemu/device_tree.h
2308 Dump
2309 S: Supported
2310 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2311 F: dump/
2312 F: hw/misc/vmcoreinfo.c
2313 F: include/hw/misc/vmcoreinfo.h
2314 F: include/qemu/win_dump_defs
2315 F: include/sysemu/dump-arch.h
2316 F: include/sysemu/dump.h
2317 F: qapi/dump.json
2318 F: scripts/dump-guest-memory.py
2319 F: stubs/dump.c
2321 Error reporting
2322 M: Markus Armbruster <armbru@redhat.com>
2323 S: Supported
2324 F: include/qapi/error.h
2325 F: include/qemu/error-report.h
2326 F: qapi/error.json
2327 F: util/error.c
2328 F: util/qemu-error.c
2329 F: scripts/coccinelle/err-bad-newline.cocci
2330 F: scripts/coccinelle/error-use-after-free.cocci
2331 F: scripts/coccinelle/error_propagate_null.cocci
2332 F: scripts/coccinelle/remove_local_err.cocci
2333 F: scripts/coccinelle/use-error_fatal.cocci
2334 F: scripts/coccinelle/errp-guard.cocci
2336 GDB stub
2337 M: Alex Bennée <alex.bennee@linaro.org>
2338 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2339 S: Maintained
2340 F: gdbstub*
2341 F: gdb-xml/
2342 F: tests/tcg/multiarch/gdbstub/
2344 Memory API
2345 M: Paolo Bonzini <pbonzini@redhat.com>
2346 S: Supported
2347 F: include/exec/ioport.h
2348 F: include/exec/memop.h
2349 F: include/exec/memory.h
2350 F: include/exec/ram_addr.h
2351 F: include/exec/ramblock.h
2352 F: softmmu/dma-helpers.c
2353 F: softmmu/ioport.c
2354 F: softmmu/memory.c
2355 F: softmmu/physmem.c
2356 F: include/exec/memory-internal.h
2357 F: scripts/coccinelle/memory-region-housekeeping.cocci
2359 SPICE
2360 M: Gerd Hoffmann <kraxel@redhat.com>
2361 S: Supported
2362 F: include/ui/qemu-spice.h
2363 F: include/ui/spice-display.h
2364 F: ui/spice-*.c
2365 F: audio/spiceaudio.c
2366 F: hw/display/qxl*
2367 F: qapi/ui.json
2368 F: docs/spice-port-fqdn.txt
2370 Graphics
2371 M: Gerd Hoffmann <kraxel@redhat.com>
2372 S: Odd Fixes
2373 F: ui/
2374 F: include/ui/
2375 F: qapi/ui.json
2376 F: util/drm.c
2378 Cocoa graphics
2379 M: Peter Maydell <peter.maydell@linaro.org>
2380 S: Odd Fixes
2381 F: ui/cocoa.m
2383 Main loop
2384 M: Paolo Bonzini <pbonzini@redhat.com>
2385 S: Maintained
2386 F: include/qemu/main-loop.h
2387 F: include/sysemu/runstate.h
2388 F: include/sysemu/runstate-action.h
2389 F: util/main-loop.c
2390 F: util/qemu-timer.c
2391 F: softmmu/vl.c
2392 F: softmmu/main.c
2393 F: softmmu/cpus.c
2394 F: softmmu/cpu-throttle.c
2395 F: softmmu/cpu-timers.c
2396 F: softmmu/icount.c
2397 F: softmmu/runstate-action.c
2398 F: qapi/run-state.json
2400 Read, Copy, Update (RCU)
2401 M: Paolo Bonzini <pbonzini@redhat.com>
2402 S: Maintained
2403 F: include/qemu/rcu*.h
2404 F: tests/rcutorture.c
2405 F: tests/test-rcu-*.c
2406 F: util/rcu.c
2408 Human Monitor (HMP)
2409 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2410 S: Maintained
2411 F: monitor/monitor-internal.h
2412 F: monitor/misc.c
2413 F: monitor/monitor.c
2414 F: monitor/hmp*
2415 F: hmp.h
2416 F: hmp-commands*.hx
2417 F: include/monitor/hmp-target.h
2418 F: tests/qtest/test-hmp.c
2419 F: include/qemu/qemu-print.h
2420 F: util/qemu-print.c
2422 Network device backends
2423 M: Jason Wang <jasowang@redhat.com>
2424 S: Maintained
2425 F: net/
2426 F: include/net/
2427 F: qemu-bridge-helper.c
2428 T: git https://github.com/jasowang/qemu.git net
2429 F: qapi/net.json
2431 Netmap network backend
2432 M: Luigi Rizzo <rizzo@iet.unipi.it>
2433 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2434 M: Vincenzo Maffione <v.maffione@gmail.com>
2435 W: http://info.iet.unipi.it/~luigi/netmap/
2436 S: Maintained
2437 F: net/netmap.c
2439 Host Memory Backends
2440 M: Eduardo Habkost <ehabkost@redhat.com>
2441 M: Igor Mammedov <imammedo@redhat.com>
2442 S: Maintained
2443 F: backends/hostmem*.c
2444 F: include/sysemu/hostmem.h
2445 T: git https://gitlab.com/ehabkost/qemu.git machine-next
2447 Cryptodev Backends
2448 M: Gonglei <arei.gonglei@huawei.com>
2449 S: Maintained
2450 F: include/sysemu/cryptodev*.h
2451 F: backends/cryptodev*.c
2453 Python library
2454 M: John Snow <jsnow@redhat.com>
2455 M: Cleber Rosa <crosa@redhat.com>
2456 R: Eduardo Habkost <ehabkost@redhat.com>
2457 S: Maintained
2458 F: python/
2459 T: git https://gitlab.com/jsnow/qemu.git python
2461 Python scripts
2462 M: Eduardo Habkost <ehabkost@redhat.com>
2463 M: Cleber Rosa <crosa@redhat.com>
2464 S: Odd Fixes
2465 F: scripts/*.py
2466 F: tests/*.py
2468 Benchmark util
2469 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2470 S: Maintained
2471 F: scripts/simplebench/
2473 QAPI
2474 M: Markus Armbruster <armbru@redhat.com>
2475 M: Michael Roth <michael.roth@amd.com>
2476 S: Supported
2477 F: qapi/
2478 X: qapi/*.json
2479 F: include/qapi/
2480 X: include/qapi/qmp/
2481 F: include/qapi/qmp/dispatch.h
2482 F: tests/qapi-schema/
2483 F: tests/test-*-visitor.c
2484 F: tests/test-qapi-*.c
2485 F: tests/test-qmp-*.c
2486 F: tests/test-visitor-serialization.c
2487 F: scripts/qapi-gen.py
2488 F: scripts/qapi/*
2489 F: docs/sphinx/qapidoc.py
2490 F: docs/devel/qapi*
2491 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2493 QAPI Schema
2494 M: Eric Blake <eblake@redhat.com>
2495 M: Markus Armbruster <armbru@redhat.com>
2496 S: Supported
2497 F: qapi/*.json
2498 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2500 QObject
2501 M: Markus Armbruster <armbru@redhat.com>
2502 S: Supported
2503 F: qobject/
2504 F: include/qapi/qmp/
2505 X: include/qapi/qmp/dispatch.h
2506 F: scripts/coccinelle/qobject.cocci
2507 F: tests/check-qdict.c
2508 F: tests/check-qjson.c
2509 F: tests/check-qlist.c
2510 F: tests/check-qlit.c
2511 F: tests/check-qnull.c
2512 F: tests/check-qnum.c
2513 F: tests/check-qobject.c
2514 F: tests/check-qstring.c
2515 F: tests/data/qobject/qdict.txt
2516 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2518 QEMU Guest Agent
2519 M: Michael Roth <michael.roth@amd.com>
2520 S: Maintained
2521 F: qga/
2522 F: docs/interop/qemu-ga.rst
2523 F: docs/interop/qemu-ga-ref.rst
2524 F: scripts/qemu-guest-agent/
2525 F: tests/test-qga.c
2526 T: git https://github.com/mdroth/qemu.git qga
2529 M: Paolo Bonzini <pbonzini@redhat.com>
2530 R: Daniel P. Berrange <berrange@redhat.com>
2531 R: Eduardo Habkost <ehabkost@redhat.com>
2532 S: Supported
2533 F: docs/qdev-device-use.txt
2534 F: hw/core/qdev*
2535 F: hw/core/bus.c
2536 F: hw/core/sysbus.c
2537 F: include/hw/qdev*
2538 F: include/monitor/qdev.h
2539 F: include/qom/
2540 F: qapi/qom.json
2541 F: qapi/qdev.json
2542 F: scripts/coccinelle/qom-parent-type.cocci
2543 F: softmmu/qdev-monitor.c
2544 F: stubs/qdev.c
2545 F: qom/
2546 F: tests/check-qom-interface.c
2547 F: tests/check-qom-proplist.c
2548 F: tests/test-qdev-global-props.c
2550 QOM boilerplate conversion script
2551 M: Eduardo Habkost <ehabkost@redhat.com>
2552 S: Maintained
2553 F: scripts/codeconverter/
2556 M: Markus Armbruster <armbru@redhat.com>
2557 S: Supported
2558 F: monitor/monitor-internal.h
2559 F: monitor/qmp*
2560 F: monitor/misc.c
2561 F: monitor/monitor.c
2562 F: qapi/control.json
2563 F: qapi/error.json
2564 F: qapi/introspect.json
2565 F: docs/devel/*qmp-*
2566 F: docs/interop/*qmp-*
2567 F: scripts/qmp/
2568 F: tests/qtest/qmp-test.c
2569 F: tests/qtest/qmp-cmd-test.c
2570 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2572 qtest
2573 M: Thomas Huth <thuth@redhat.com>
2574 M: Laurent Vivier <lvivier@redhat.com>
2575 R: Paolo Bonzini <pbonzini@redhat.com>
2576 S: Maintained
2577 F: softmmu/qtest.c
2578 F: accel/qtest/
2579 F: tests/qtest/
2580 X: tests/qtest/bios-tables-test*
2582 Device Fuzzing
2583 M: Alexander Bulekov <alxndr@bu.edu>
2584 R: Paolo Bonzini <pbonzini@redhat.com>
2585 R: Bandan Das <bsd@redhat.com>
2586 R: Stefan Hajnoczi <stefanha@redhat.com>
2587 R: Thomas Huth <thuth@redhat.com>
2588 S: Maintained
2589 F: tests/qtest/fuzz/
2590 F: scripts/oss-fuzz/
2591 F: docs/devel/fuzzing.rst
2593 Register API
2594 M: Alistair Francis <alistair@alistair23.me>
2595 S: Maintained
2596 F: hw/core/register.c
2597 F: include/hw/register.h
2598 F: include/hw/registerfields.h
2600 SLIRP
2601 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2602 S: Maintained
2603 F: slirp/
2604 F: net/slirp.c
2605 F: include/net/slirp.h
2606 T: git https://people.debian.org/~sthibault/qemu.git slirp
2608 Streams
2609 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2610 S: Maintained
2611 F: hw/core/stream.c
2612 F: include/hw/stream.h
2614 Stubs
2615 M: Paolo Bonzini <pbonzini@redhat.com>
2616 S: Maintained
2617 F: stubs/
2619 Tracing
2620 M: Stefan Hajnoczi <stefanha@redhat.com>
2621 S: Maintained
2622 F: trace/
2623 F: trace-events
2624 F: docs/qemu-option-trace.rst.inc
2625 F: qapi/trace.json
2626 F: scripts/tracetool.py
2627 F: scripts/tracetool/
2628 F: scripts/qemu-trace-stap*
2629 F: docs/interop/qemu-trace-stap.rst
2630 F: docs/devel/tracing.txt
2631 T: git https://github.com/stefanha/qemu.git tracing
2634 M: Stefan Berger <stefanb@linux.ibm.com>
2635 S: Maintained
2636 F: tpm.c
2637 F: stubs/tpm.c
2638 F: hw/tpm/*
2639 F: include/hw/acpi/tpm.h
2640 F: include/sysemu/tpm*
2641 F: qapi/tpm.json
2642 F: backends/tpm/
2643 F: tests/qtest/*tpm*
2644 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2646 Checkpatch
2647 S: Odd Fixes
2648 F: scripts/checkpatch.pl
2650 Migration
2651 M: Juan Quintela <quintela@redhat.com>
2652 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2653 S: Maintained
2654 F: hw/core/vmstate-if.c
2655 F: include/hw/vmstate-if.h
2656 F: include/migration/
2657 F: migration/
2658 F: scripts/vmstate-static-checker.py
2659 F: tests/vmstate-static-checker-data/
2660 F: tests/qtest/migration-test.c
2661 F: docs/devel/migration.rst
2662 F: qapi/migration.json
2664 D-Bus
2665 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2666 S: Maintained
2667 F: backends/dbus-vmstate.c
2668 F: tests/dbus-vmstate*
2669 F: util/dbus.c
2670 F: include/qemu/dbus.h
2671 F: docs/interop/dbus.rst
2672 F: docs/interop/dbus-vmstate.rst
2674 Seccomp
2675 M: Eduardo Otubo <otubo@redhat.com>
2676 S: Supported
2677 F: softmmu/qemu-seccomp.c
2678 F: include/sysemu/seccomp.h
2680 Cryptography
2681 M: Daniel P. Berrange <berrange@redhat.com>
2682 S: Maintained
2683 F: crypto/
2684 F: include/crypto/
2685 F: qapi/crypto.json
2686 F: tests/test-crypto-*
2687 F: tests/benchmark-crypto-*
2688 F: tests/crypto-tls-*
2689 F: tests/pkix_asn1_tab.c
2690 F: qemu.sasl
2692 Coroutines
2693 M: Stefan Hajnoczi <stefanha@redhat.com>
2694 M: Kevin Wolf <kwolf@redhat.com>
2695 S: Maintained
2696 F: util/*coroutine*
2697 F: include/qemu/coroutine*
2698 F: tests/test-coroutine.c
2700 Buffers
2701 M: Daniel P. Berrange <berrange@redhat.com>
2702 S: Odd Fixes
2703 F: util/buffer.c
2704 F: include/qemu/buffer.h
2706 I/O Channels
2707 M: Daniel P. Berrange <berrange@redhat.com>
2708 S: Maintained
2709 F: io/
2710 F: include/io/
2711 F: tests/test-io-*
2713 User authorization
2714 M: Daniel P. Berrange <berrange@redhat.com>
2715 S: Maintained
2716 F: authz/
2717 F: qapi/authz.json
2718 F: include/authz/
2719 F: tests/test-authz-*
2721 Sockets
2722 M: Daniel P. Berrange <berrange@redhat.com>
2723 M: Gerd Hoffmann <kraxel@redhat.com>
2724 S: Maintained
2725 F: include/qemu/sockets.h
2726 F: util/qemu-sockets.c
2727 F: qapi/sockets.json
2729 File monitor
2730 M: Daniel P. Berrange <berrange@redhat.com>
2731 S: Odd Fixes
2732 F: util/filemonitor*.c
2733 F: include/qemu/filemonitor.h
2734 F: tests/test-util-filemonitor.c
2736 Throttling infrastructure
2737 M: Alberto Garcia <berto@igalia.com>
2738 S: Supported
2739 F: block/throttle-groups.c
2740 F: include/block/throttle-groups.h
2741 F: include/qemu/throttle*.h
2742 F: util/throttle.c
2743 F: docs/throttle.txt
2744 F: tests/test-throttle.c
2745 L: qemu-block@nongnu.org
2747 UUID
2748 M: Fam Zheng <fam@euphon.net>
2749 S: Supported
2750 F: util/uuid.c
2751 F: include/qemu/uuid.h
2752 F: tests/test-uuid.c
2754 Yank feature
2755 M: Lukas Straub <lukasstraub2@web.de>
2756 S: Odd fixes
2757 F: util/yank.c
2758 F: stubs/yank.c
2759 F: include/qemu/yank.h
2760 F: qapi/yank.json
2762 COLO Framework
2763 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2764 S: Maintained
2765 F: migration/colo*
2766 F: include/migration/colo.h
2767 F: include/migration/failover.h
2768 F: docs/COLO-FT.txt
2770 COLO Proxy
2771 M: Zhang Chen <chen.zhang@intel.com>
2772 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2773 S: Supported
2774 F: docs/colo-proxy.txt
2775 F: net/colo*
2776 F: net/filter-rewriter.c
2777 F: net/filter-mirror.c
2779 Record/replay
2780 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2781 R: Paolo Bonzini <pbonzini@redhat.com>
2782 W: https://wiki.qemu.org/Features/record-replay
2783 S: Supported
2784 F: replay/*
2785 F: block/blkreplay.c
2786 F: net/filter-replay.c
2787 F: include/sysemu/replay.h
2788 F: docs/replay.txt
2789 F: stubs/replay.c
2790 F: tests/acceptance/replay_kernel.py
2791 F: tests/acceptance/reverse_debugging.py
2792 F: qapi/replay.json
2794 IOVA Tree
2795 M: Peter Xu <peterx@redhat.com>
2796 S: Maintained
2797 F: include/qemu/iova-tree.h
2798 F: util/iova-tree.c
2800 elf2dmp
2801 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2802 S: Maintained
2803 F: contrib/elf2dmp/
2805 I2C and SMBus
2806 M: Corey Minyard <cminyard@mvista.com>
2807 S: Maintained
2808 F: hw/i2c/core.c
2809 F: hw/i2c/smbus_slave.c
2810 F: hw/i2c/smbus_master.c
2811 F: hw/i2c/smbus_eeprom.c
2812 F: include/hw/i2c/i2c.h
2813 F: include/hw/i2c/smbus_master.h
2814 F: include/hw/i2c/smbus_slave.h
2815 F: include/hw/i2c/smbus_eeprom.h
2817 Firmware schema specifications
2818 M: Laszlo Ersek <lersek@redhat.com>
2819 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2820 R: Daniel P. Berrange <berrange@redhat.com>
2821 R: Kashyap Chamarthy <kchamart@redhat.com>
2822 S: Maintained
2823 F: docs/interop/firmware.json
2825 EDK2 Firmware
2826 M: Laszlo Ersek <lersek@redhat.com>
2827 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2828 S: Supported
2829 F: pc-bios/descriptors/??-edk2-*.json
2830 F: pc-bios/edk2-*
2831 F: roms/Makefile.edk2
2832 F: roms/edk2
2833 F: roms/edk2-*
2834 F: tests/data/uefi-boot-images/
2835 F: tests/uefi-test-tools/
2836 F: .gitlab-ci.d/edk2.yml
2837 F: .gitlab-ci.d/edk2/
2839 VT-d Emulation
2840 M: Michael S. Tsirkin <mst@redhat.com>
2841 M: Peter Xu <peterx@redhat.com>
2842 R: Jason Wang <jasowang@redhat.com>
2843 S: Supported
2844 F: hw/i386/intel_iommu.c
2845 F: hw/i386/intel_iommu_internal.h
2846 F: include/hw/i386/intel_iommu.h
2848 OpenSBI Firmware
2849 M: Bin Meng <bmeng.cn@gmail.com>
2850 S: Supported
2851 F: pc-bios/opensbi-*
2852 F: .gitlab-ci.d/opensbi.yml
2853 F: .gitlab-ci.d/opensbi/
2855 Usermode Emulation
2856 ------------------
2857 Overall usermode emulation
2858 M: Riku Voipio <riku.voipio@iki.fi>
2859 S: Maintained
2860 F: thunk.c
2861 F: accel/tcg/user-exec*.c
2863 BSD user
2864 S: Orphan
2865 F: bsd-user/
2866 F: default-configs/*-bsd-user.mak
2868 Linux user
2869 M: Laurent Vivier <laurent@vivier.eu>
2870 S: Maintained
2871 F: linux-user/
2872 F: default-configs/*-linux-user.mak
2873 F: scripts/qemu-binfmt-conf.sh
2874 F: scripts/update-syscalltbl.sh
2875 F: scripts/update-mips-syscall-args.sh
2876 F: scripts/gensyscalls.sh
2878 Tiny Code Generator (TCG)
2879 -------------------------
2880 Common TCG code
2881 M: Richard Henderson <richard.henderson@linaro.org>
2882 S: Maintained
2883 F: tcg/
2884 F: include/tcg/
2886 TCG Plugins
2887 M: Alex Bennée <alex.bennee@linaro.org>
2888 S: Maintained
2889 F: docs/devel/tcg-plugins.rst
2890 F: plugins/
2891 F: tests/plugin/
2892 F: contrib/plugins/
2894 AArch64 TCG target
2895 M: Richard Henderson <richard.henderson@linaro.org>
2896 S: Maintained
2897 L: qemu-arm@nongnu.org
2898 F: tcg/aarch64/
2899 F: disas/arm-a64.cc
2900 F: disas/libvixl/
2902 ARM TCG target
2903 M: Andrzej Zaborowski <balrogg@gmail.com>
2904 S: Maintained
2905 L: qemu-arm@nongnu.org
2906 F: tcg/arm/
2907 F: disas/arm.c
2909 i386 TCG target
2910 M: Richard Henderson <richard.henderson@linaro.org>
2911 S: Maintained
2912 F: tcg/i386/
2913 F: disas/i386.c
2915 MIPS TCG target
2916 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2917 R: Aurelien Jarno <aurelien@aurel32.net>
2918 R: Huacai Chen <chenhuacai@kernel.org>
2919 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2920 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2921 S: Odd Fixes
2922 F: tcg/mips/
2924 PPC TCG target
2925 M: Richard Henderson <richard.henderson@linaro.org>
2926 S: Odd Fixes
2927 F: tcg/ppc/
2928 F: disas/ppc.c
2930 RISC-V TCG target
2931 M: Palmer Dabbelt <palmer@dabbelt.com>
2932 M: Alistair Francis <Alistair.Francis@wdc.com>
2933 L: qemu-riscv@nongnu.org
2934 S: Maintained
2935 F: tcg/riscv/
2936 F: disas/riscv.c
2938 S390 TCG target
2939 M: Richard Henderson <richard.henderson@linaro.org>
2940 S: Maintained
2941 F: tcg/s390/
2942 F: disas/s390.c
2943 L: qemu-s390x@nongnu.org
2945 SPARC TCG target
2946 S: Odd Fixes
2947 F: tcg/sparc/
2948 F: disas/sparc.c
2950 TCI TCG target
2951 M: Stefan Weil <sw@weilnetz.de>
2952 S: Maintained
2953 F: tcg/tci/
2954 F: tcg/tci.c
2955 F: disas/tci.c
2957 Block drivers
2958 -------------
2959 VMDK
2960 M: Fam Zheng <fam@euphon.net>
2961 L: qemu-block@nongnu.org
2962 S: Supported
2963 F: block/vmdk.c
2966 M: Jason Dillaman <dillaman@redhat.com>
2967 L: qemu-block@nongnu.org
2968 S: Supported
2969 F: block/rbd.c
2971 Sheepdog
2972 M: Liu Yuan <namei.unix@gmail.com>
2973 L: qemu-block@nongnu.org
2974 S: Odd Fixes
2975 F: block/sheepdog.c
2977 VHDX
2978 M: Jeff Cody <codyprime@gmail.com>
2979 L: qemu-block@nongnu.org
2980 S: Supported
2981 F: block/vhdx*
2984 M: Stefan Weil <sw@weilnetz.de>
2985 L: qemu-block@nongnu.org
2986 S: Maintained
2987 F: block/vdi.c
2989 iSCSI
2990 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2991 M: Paolo Bonzini <pbonzini@redhat.com>
2992 M: Peter Lieven <pl@kamp.de>
2993 L: qemu-block@nongnu.org
2994 S: Odd Fixes
2995 F: block/iscsi.c
2996 F: block/iscsi-opts.c
2998 Network Block Device (NBD)
2999 M: Eric Blake <eblake@redhat.com>
3000 L: qemu-block@nongnu.org
3001 S: Maintained
3002 F: block/nbd*
3003 F: nbd/
3004 F: include/block/nbd*
3005 F: qemu-nbd.*
3006 F: blockdev-nbd.c
3007 F: docs/interop/nbd.txt
3008 F: docs/interop/qemu-nbd.rst
3009 T: git https://repo.or.cz/qemu/ericb.git nbd
3012 M: Peter Lieven <pl@kamp.de>
3013 L: qemu-block@nongnu.org
3014 S: Maintained
3015 F: block/nfs.c
3018 M: Richard W.M. Jones <rjones@redhat.com>
3019 L: qemu-block@nongnu.org
3020 S: Supported
3021 F: block/ssh.c
3023 CURL
3024 L: qemu-block@nongnu.org
3025 S: Odd Fixes
3026 F: block/curl.c
3028 GLUSTER
3029 L: qemu-block@nongnu.org
3030 L: integration@gluster.org
3031 S: Odd Fixes
3032 F: block/gluster.c
3034 Null Block Driver
3035 M: Fam Zheng <fam@euphon.net>
3036 L: qemu-block@nongnu.org
3037 S: Supported
3038 F: block/null.c
3040 NVMe Block Driver
3041 M: Stefan Hajnoczi <stefanha@redhat.com>
3042 R: Fam Zheng <fam@euphon.net>
3043 L: qemu-block@nongnu.org
3044 S: Supported
3045 F: block/nvme*
3046 F: include/block/nvme.h
3047 T: git https://github.com/stefanha/qemu.git block
3049 Bootdevice
3050 M: Gonglei <arei.gonglei@huawei.com>
3051 S: Maintained
3052 F: softmmu/bootdevice.c
3054 Quorum
3055 M: Alberto Garcia <berto@igalia.com>
3056 S: Supported
3057 F: block/quorum.c
3058 L: qemu-block@nongnu.org
3060 blklogwrites
3061 M: Ari Sundholm <ari@tuxera.com>
3062 L: qemu-block@nongnu.org
3063 S: Supported
3064 F: block/blklogwrites.c
3066 blkverify
3067 M: Stefan Hajnoczi <stefanha@redhat.com>
3068 L: qemu-block@nongnu.org
3069 S: Supported
3070 F: block/blkverify.c
3072 bochs
3073 M: Stefan Hajnoczi <stefanha@redhat.com>
3074 L: qemu-block@nongnu.org
3075 S: Supported
3076 F: block/bochs.c
3078 cloop
3079 M: Stefan Hajnoczi <stefanha@redhat.com>
3080 L: qemu-block@nongnu.org
3081 S: Supported
3082 F: block/cloop.c
3085 M: Stefan Hajnoczi <stefanha@redhat.com>
3086 L: qemu-block@nongnu.org
3087 S: Supported
3088 F: block/dmg.c
3090 parallels
3091 M: Stefan Hajnoczi <stefanha@redhat.com>
3092 M: Denis V. Lunev <den@openvz.org>
3093 L: qemu-block@nongnu.org
3094 S: Supported
3095 F: block/parallels.c
3096 F: docs/interop/parallels.txt
3099 M: Stefan Hajnoczi <stefanha@redhat.com>
3100 L: qemu-block@nongnu.org
3101 S: Supported
3102 F: block/qed.c
3105 M: Kevin Wolf <kwolf@redhat.com>
3106 L: qemu-block@nongnu.org
3107 S: Supported
3108 F: block/linux-aio.c
3109 F: include/block/raw-aio.h
3110 F: block/raw-format.c
3111 F: block/file-posix.c
3112 F: block/file-win32.c
3113 F: block/win32-aio.c
3115 Linux io_uring
3116 M: Aarushi Mehta <mehta.aaru20@gmail.com>
3117 M: Julia Suvorova <jusual@redhat.com>
3118 M: Stefan Hajnoczi <stefanha@redhat.com>
3119 L: qemu-block@nongnu.org
3120 S: Maintained
3121 F: block/io_uring.c
3122 F: stubs/io_uring.c
3124 qcow2
3125 M: Kevin Wolf <kwolf@redhat.com>
3126 M: Max Reitz <mreitz@redhat.com>
3127 L: qemu-block@nongnu.org
3128 S: Supported
3129 F: block/qcow2*
3130 F: docs/interop/qcow2.txt
3132 qcow
3133 M: Kevin Wolf <kwolf@redhat.com>
3134 L: qemu-block@nongnu.org
3135 S: Supported
3136 F: block/qcow.c
3138 blkdebug
3139 M: Kevin Wolf <kwolf@redhat.com>
3140 M: Max Reitz <mreitz@redhat.com>
3141 L: qemu-block@nongnu.org
3142 S: Supported
3143 F: block/blkdebug.c
3146 M: Kevin Wolf <kwolf@redhat.com>
3147 L: qemu-block@nongnu.org
3148 S: Supported
3149 F: block/vpc.c
3151 vvfat
3152 M: Kevin Wolf <kwolf@redhat.com>
3153 L: qemu-block@nongnu.org
3154 S: Odd Fixes
3155 F: block/vvfat.c
3157 Image format fuzzer
3158 M: Stefan Hajnoczi <stefanha@redhat.com>
3159 L: qemu-block@nongnu.org
3160 S: Supported
3161 F: tests/image-fuzzer/
3163 Vhost-user block device backend server
3164 M: Coiby Xu <Coiby.Xu@gmail.com>
3165 S: Maintained
3166 F: block/export/vhost-user-blk-server.c
3167 F: block/export/vhost-user-blk-server.h
3168 F: include/qemu/vhost-user-server.h
3169 F: tests/qtest/libqos/vhost-user-blk.c
3170 F: util/vhost-user-server.c
3172 FUSE block device exports
3173 M: Max Reitz <mreitz@redhat.com>
3174 L: qemu-block@nongnu.org
3175 S: Supported
3176 F: block/export/fuse.c
3178 Replication
3179 M: Wen Congyang <wencongyang2@huawei.com>
3180 M: Xie Changlong <xiechanglong.d@gmail.com>
3181 S: Supported
3182 F: replication*
3183 F: block/replication.c
3184 F: tests/test-replication.c
3185 F: docs/block-replication.txt
3187 PVRDMA
3188 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3189 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3190 S: Maintained
3191 F: hw/rdma/*
3192 F: hw/rdma/vmw/*
3193 F: docs/pvrdma.txt
3194 F: contrib/rdmacm-mux/*
3195 F: qapi/rdma.json
3197 Semihosting
3198 M: Alex Bennée <alex.bennee@linaro.org>
3199 S: Maintained
3200 F: hw/semihosting/
3201 F: include/hw/semihosting/
3203 Multi-process QEMU
3204 M: Elena Ufimtseva <elena.ufimtseva@oracle.com>
3205 M: Jagannathan Raman <jag.raman@oracle.com>
3206 M: John G Johnson <john.g.johnson@oracle.com>
3207 S: Maintained
3208 F: docs/devel/multi-process.rst
3209 F: docs/system/multi-process.rst
3210 F: hw/pci-host/remote.c
3211 F: include/hw/pci-host/remote.h
3212 F: hw/remote/machine.c
3213 F: include/hw/remote/machine.h
3214 F: hw/remote/mpqemu-link.c
3215 F: include/hw/remote/mpqemu-link.h
3216 F: hw/remote/message.c
3217 F: hw/remote/remote-obj.c
3218 F: include/hw/remote/memory.h
3219 F: hw/remote/memory.c
3220 F: hw/remote/proxy.c
3221 F: include/hw/remote/proxy.h
3222 F: hw/remote/proxy-memory-listener.c
3223 F: include/hw/remote/proxy-memory-listener.h
3224 F: hw/remote/iohub.c
3225 F: include/hw/remote/iohub.h
3227 Build and test automation
3228 -------------------------
3229 Build and test automation
3230 M: Alex Bennée <alex.bennee@linaro.org>
3231 M: Fam Zheng <fam@euphon.net>
3232 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3233 S: Maintained
3234 F: .github/lockdown.yml
3235 F: .travis.yml
3236 F: scripts/travis/
3237 F: .shippable.yml
3238 F: tests/docker/
3239 F: tests/vm/
3240 F: scripts/archive-source.sh
3241 W: https://travis-ci.org/qemu/qemu
3242 W: https://app.shippable.com/github/qemu/qemu
3243 W: http://patchew.org/QEMU/
3245 FreeBSD Hosted Continuous Integration
3246 M: Ed Maste <emaste@freebsd.org>
3247 M: Li-Wen Hsu <lwhsu@freebsd.org>
3248 S: Maintained
3249 F: .cirrus.yml
3250 W: https://cirrus-ci.com/github/qemu/qemu
3252 Windows Hosted Continuous Integration
3253 M: Yonggang Luo <luoyonggang@gmail.com>
3254 S: Maintained
3255 F: .cirrus.yml
3256 W: https://cirrus-ci.com/github/qemu/qemu
3258 GitLab Continuous Integration
3259 M: Thomas Huth <thuth@redhat.com>
3260 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3261 M: Alex Bennée <alex.bennee@linaro.org>
3262 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3263 S: Maintained
3264 F: .gitlab-ci.yml
3265 F: .gitlab-ci.d/crossbuilds.yml
3266 F: .gitlab-ci.d/*py
3267 F: scripts/ci/gitlab-pipeline-status
3269 Guest Test Compilation Support
3270 M: Alex Bennée <alex.bennee@linaro.org>
3271 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3272 S: Maintained
3273 F: tests/tcg/Makefile
3274 F: tests/tcg/Makefile.include
3276 Acceptance (Integration) Testing with the Avocado framework
3277 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3278 R: Cleber Rosa <crosa@redhat.com>
3279 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3280 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3281 S: Odd Fixes
3282 F: tests/acceptance/
3284 Documentation
3285 -------------
3286 Build system architecture
3287 M: Daniel P. Berrange <berrange@redhat.com>
3288 S: Odd Fixes
3289 F: docs/devel/build-system.txt
3291 GIT Data Mining Config
3292 M: Alex Bennée <alex.bennee@linaro.org>
3293 S: Odd Fixes
3294 F: gitdm.config
3295 F: contrib/gitdm/*
3297 Incompatible changes
3298 R: libvir-list@redhat.com
3299 F: docs/system/deprecated.rst
3301 Build System
3302 ------------
3303 GIT submodules
3304 M: Daniel P. Berrange <berrange@redhat.com>
3305 S: Odd Fixes
3306 F: scripts/git-submodule.sh
3308 UI translations
3309 S: Orphan
3310 F: po/*.po
3312 Sphinx documentation configuration and build machinery
3313 M: Peter Maydell <peter.maydell@linaro.org>
3314 S: Maintained
3315 F: docs/conf.py
3316 F: docs/*/conf.py
3317 F: docs/sphinx/
3319 Miscellaneous
3320 -------------
3321 Performance Tools and Tests
3322 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3323 S: Maintained
3324 F: scripts/performance/