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