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