vvfat: set status to odd fixes
[qemu/ar7.git] / MAINTAINERS
blob5d9c56e441dd51f5f7e7d73ea009fc1e21f33710
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 L: qemu-block@nongnu.org
1680 S: Odd Fixes
1681 F: include/hw/sd/sd*
1682 F: hw/sd/core.c
1683 F: hw/sd/sd*
1684 F: hw/sd/ssi-sd.c
1685 F: tests/qtest/sd*
1688 M: Gerd Hoffmann <kraxel@redhat.com>
1689 S: Maintained
1690 F: hw/usb/*
1691 F: tests/qtest/usb-*-test.c
1692 F: docs/usb2.txt
1693 F: docs/usb-storage.txt
1694 F: include/hw/usb.h
1695 F: include/hw/usb/
1696 F: default-configs/usb.mak
1698 USB (serial adapter)
1699 M: Gerd Hoffmann <kraxel@redhat.com>
1700 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1701 S: Maintained
1702 F: hw/usb/dev-serial.c
1704 VFIO
1705 M: Alex Williamson <alex.williamson@redhat.com>
1706 S: Supported
1707 F: hw/vfio/*
1708 F: include/hw/vfio/
1710 vfio-ccw
1711 M: Cornelia Huck <cohuck@redhat.com>
1712 M: Eric Farman <farman@linux.ibm.com>
1713 S: Supported
1714 F: hw/vfio/ccw.c
1715 F: hw/s390x/s390-ccw.c
1716 F: include/hw/s390x/s390-ccw.h
1717 F: include/hw/s390x/vfio-ccw.h
1718 T: git https://github.com/cohuck/qemu.git s390-next
1719 L: qemu-s390x@nongnu.org
1721 vfio-ap
1722 M: Christian Borntraeger <borntraeger@de.ibm.com>
1723 M: Tony Krowiak <akrowiak@linux.ibm.com>
1724 M: Halil Pasic <pasic@linux.ibm.com>
1725 M: Pierre Morel <pmorel@linux.ibm.com>
1726 S: Supported
1727 F: hw/s390x/ap-device.c
1728 F: hw/s390x/ap-bridge.c
1729 F: include/hw/s390x/ap-device.h
1730 F: include/hw/s390x/ap-bridge.h
1731 F: hw/vfio/ap.c
1732 F: docs/system/s390x/vfio-ap.rst
1733 L: qemu-s390x@nongnu.org
1735 vhost
1736 M: Michael S. Tsirkin <mst@redhat.com>
1737 S: Supported
1738 F: hw/*/*vhost*
1739 F: docs/interop/vhost-user.json
1740 F: docs/interop/vhost-user.rst
1741 F: contrib/vhost-user-*/
1742 F: backends/vhost-user.c
1743 F: include/sysemu/vhost-user-backend.h
1745 virtio
1746 M: Michael S. Tsirkin <mst@redhat.com>
1747 S: Supported
1748 F: hw/*/virtio*
1749 F: hw/virtio/Makefile.objs
1750 F: hw/virtio/trace-events
1751 F: net/vhost-user.c
1752 F: include/hw/virtio/
1754 virtio-balloon
1755 M: Michael S. Tsirkin <mst@redhat.com>
1756 M: David Hildenbrand <david@redhat.com>
1757 S: Maintained
1758 F: hw/virtio/virtio-balloon*.c
1759 F: include/hw/virtio/virtio-balloon.h
1760 F: softmmu/balloon.c
1761 F: include/sysemu/balloon.h
1763 virtio-9p
1764 M: Greg Kurz <groug@kaod.org>
1765 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1766 S: Odd Fixes
1767 F: hw/9pfs/
1768 X: hw/9pfs/xen-9p*
1769 F: fsdev/
1770 F: docs/interop/virtfs-proxy-helper.rst
1771 F: tests/qtest/virtio-9p-test.c
1772 T: git https://github.com/gkurz/qemu.git 9p-next
1774 virtio-blk
1775 M: Stefan Hajnoczi <stefanha@redhat.com>
1776 L: qemu-block@nongnu.org
1777 S: Supported
1778 F: hw/block/virtio-blk.c
1779 F: hw/block/dataplane/*
1780 F: tests/qtest/virtio-blk-test.c
1781 T: git https://github.com/stefanha/qemu.git block
1783 virtio-ccw
1784 M: Cornelia Huck <cohuck@redhat.com>
1785 M: Halil Pasic <pasic@linux.ibm.com>
1786 S: Supported
1787 F: hw/s390x/virtio-ccw*.[hc]
1788 F: hw/s390x/vhost-vsock-ccw.c
1789 T: git https://github.com/cohuck/qemu.git s390-next
1790 T: git https://github.com/borntraeger/qemu.git s390-next
1791 L: qemu-s390x@nongnu.org
1793 virtiofs
1794 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1795 M: Stefan Hajnoczi <stefanha@redhat.com>
1796 S: Supported
1797 F: tools/virtiofsd/*
1798 F: hw/virtio/vhost-user-fs*
1799 F: include/hw/virtio/vhost-user-fs.h
1800 F: docs/interop/virtiofsd.rst
1802 virtio-input
1803 M: Gerd Hoffmann <kraxel@redhat.com>
1804 S: Maintained
1805 F: hw/input/vhost-user-input.c
1806 F: hw/input/virtio-input*.c
1807 F: include/hw/virtio/virtio-input.h
1808 F: contrib/vhost-user-input/*
1810 virtio-iommu
1811 M: Eric Auger <eric.auger@redhat.com>
1812 S: Maintained
1813 F: hw/virtio/virtio-iommu*.c
1814 F: include/hw/virtio/virtio-iommu.h
1816 virtio-serial
1817 M: Laurent Vivier <lvivier@redhat.com>
1818 R: Amit Shah <amit@kernel.org>
1819 S: Supported
1820 F: hw/char/virtio-serial-bus.c
1821 F: hw/char/virtio-console.c
1822 F: include/hw/virtio/virtio-serial.h
1823 F: tests/qtest/virtio-serial-test.c
1825 virtio-rng
1826 M: Laurent Vivier <lvivier@redhat.com>
1827 R: Amit Shah <amit@kernel.org>
1828 S: Supported
1829 F: hw/virtio/virtio-rng.c
1830 F: include/hw/virtio/virtio-rng.h
1831 F: include/sysemu/rng*.h
1832 F: backends/rng*.c
1833 F: tests/qtest/virtio-rng-test.c
1835 virtio-crypto
1836 M: Gonglei <arei.gonglei@huawei.com>
1837 S: Supported
1838 F: hw/virtio/virtio-crypto.c
1839 F: hw/virtio/virtio-crypto-pci.c
1840 F: include/hw/virtio/virtio-crypto.h
1842 virtio-mem
1843 M: David Hildenbrand <david@redhat.com>
1844 S: Supported
1845 W: https://virtio-mem.gitlab.io/
1846 F: hw/virtio/virtio-mem.c
1847 F: hw/virtio/virtio-mem-pci.h
1848 F: hw/virtio/virtio-mem-pci.c
1849 F: include/hw/virtio/virtio-mem.h
1851 nvme
1852 M: Keith Busch <kbusch@kernel.org>
1853 L: qemu-block@nongnu.org
1854 S: Supported
1855 F: hw/block/nvme*
1856 F: tests/qtest/nvme-test.c
1858 megasas
1859 M: Hannes Reinecke <hare@suse.com>
1860 L: qemu-block@nongnu.org
1861 S: Supported
1862 F: hw/scsi/megasas.c
1863 F: hw/scsi/mfi.h
1864 F: tests/qtest/megasas-test.c
1866 Network packet abstractions
1867 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1868 S: Maintained
1869 F: include/net/eth.h
1870 F: net/eth.c
1871 F: hw/net/net_rx_pkt*
1872 F: hw/net/net_tx_pkt*
1874 Vmware
1875 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1876 S: Maintained
1877 F: hw/net/vmxnet*
1878 F: hw/scsi/vmw_pvscsi*
1879 F: tests/qtest/vmxnet3-test.c
1881 Rocker
1882 M: Jiri Pirko <jiri@resnulli.us>
1883 S: Maintained
1884 F: hw/net/rocker/
1885 F: tests/rocker/
1886 F: docs/specs/rocker.txt
1888 NVDIMM
1889 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1890 S: Maintained
1891 F: hw/acpi/nvdimm.c
1892 F: hw/mem/nvdimm.c
1893 F: include/hw/mem/nvdimm.h
1894 F: docs/nvdimm.txt
1896 e1000x
1897 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1898 S: Maintained
1899 F: hw/net/e1000x*
1901 e1000e
1902 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1903 S: Maintained
1904 F: hw/net/e1000e*
1906 eepro100
1907 M: Stefan Weil <sw@weilnetz.de>
1908 S: Maintained
1909 F: hw/net/eepro100.c
1911 tulip
1912 M: Sven Schnelle <svens@stackframe.org>
1913 S: Maintained
1914 F: hw/net/tulip.c
1915 F: hw/net/tulip.h
1917 Generic Loader
1918 M: Alistair Francis <alistair@alistair23.me>
1919 S: Maintained
1920 F: hw/core/generic-loader.c
1921 F: include/hw/core/generic-loader.h
1922 F: docs/generic-loader.txt
1924 Intel Hexadecimal Object File Loader
1925 M: Su Hang <suhang16@mails.ucas.ac.cn>
1926 S: Maintained
1927 F: tests/qtest/hexloader-test.c
1928 F: tests/data/hex-loader/test.hex
1930 CHRP NVRAM
1931 M: Thomas Huth <thuth@redhat.com>
1932 S: Maintained
1933 F: hw/nvram/chrp_nvram.c
1934 F: include/hw/nvram/chrp_nvram.h
1935 F: tests/qtest/prom-env-test.c
1937 VM Generation ID
1938 M: Ben Warren <ben@skyportsystems.com>
1939 S: Maintained
1940 F: hw/acpi/vmgenid.c
1941 F: include/hw/acpi/vmgenid.h
1942 F: docs/specs/vmgenid.txt
1943 F: tests/qtest/vmgenid-test.c
1944 F: stubs/vmgenid.c
1946 Unimplemented device
1947 M: Peter Maydell <peter.maydell@linaro.org>
1948 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1949 S: Maintained
1950 F: include/hw/misc/unimp.h
1951 F: hw/misc/unimp.c
1953 Empty slot
1954 M: Artyom Tarasenko <atar4qemu@gmail.com>
1955 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1956 S: Maintained
1957 F: include/hw/misc/empty_slot.h
1958 F: hw/misc/empty_slot.c
1960 Standard VGA
1961 M: Gerd Hoffmann <kraxel@redhat.com>
1962 S: Maintained
1963 F: hw/display/vga*
1964 F: hw/display/bochs-display.c
1965 F: include/hw/display/vga.h
1966 F: include/hw/display/bochs-vbe.h
1968 ramfb
1969 M: Gerd Hoffmann <kraxel@redhat.com>
1970 S: Maintained
1971 F: hw/display/ramfb*.c
1972 F: include/hw/display/ramfb.h
1974 virtio-gpu
1975 M: Gerd Hoffmann <kraxel@redhat.com>
1976 S: Maintained
1977 F: hw/display/virtio-gpu*
1978 F: hw/display/virtio-vga.*
1979 F: include/hw/virtio/virtio-gpu.h
1981 vhost-user-blk
1982 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1983 S: Maintained
1984 F: contrib/vhost-user-blk/
1985 F: contrib/vhost-user-scsi/
1986 F: hw/block/vhost-user-blk.c
1987 F: hw/scsi/vhost-user-scsi.c
1988 F: hw/virtio/vhost-user-blk-pci.c
1989 F: hw/virtio/vhost-user-scsi-pci.c
1990 F: include/hw/virtio/vhost-user-blk.h
1991 F: include/hw/virtio/vhost-user-scsi.h
1993 vhost-user-gpu
1994 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1995 M: Gerd Hoffmann <kraxel@redhat.com>
1996 S: Maintained
1997 F: docs/interop/vhost-user-gpu.rst
1998 F: contrib/vhost-user-gpu
1999 F: hw/display/vhost-user-*
2001 Cirrus VGA
2002 M: Gerd Hoffmann <kraxel@redhat.com>
2003 S: Odd Fixes
2004 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2005 F: hw/display/cirrus*
2007 EDID Generator
2008 M: Gerd Hoffmann <kraxel@redhat.com>
2009 S: Maintained
2010 F: hw/display/edid*
2011 F: include/hw/display/edid.h
2012 F: qemu-edid.c
2014 PIIX4 South Bridge (i82371AB)
2015 M: Hervé Poussineau <hpoussin@reactos.org>
2016 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2017 S: Maintained
2018 F: hw/isa/piix4.c
2019 F: include/hw/southbridge/piix.h
2021 Firmware configuration (fw_cfg)
2022 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2023 R: Laszlo Ersek <lersek@redhat.com>
2024 R: Gerd Hoffmann <kraxel@redhat.com>
2025 S: Supported
2026 F: docs/specs/fw_cfg.txt
2027 F: hw/nvram/fw_cfg.c
2028 F: stubs/fw_cfg.c
2029 F: include/hw/nvram/fw_cfg.h
2030 F: include/standard-headers/linux/qemu_fw_cfg.h
2031 F: tests/qtest/libqos/fw_cfg.c
2032 F: tests/qtest/fw_cfg-test.c
2033 T: git https://github.com/philmd/qemu.git fw_cfg-next
2035 XIVE
2036 M: David Gibson <david@gibson.dropbear.id.au>
2037 M: Cédric Le Goater <clg@kaod.org>
2038 L: qemu-ppc@nongnu.org
2039 S: Supported
2040 F: hw/*/*xive*
2041 F: include/hw/*/*xive*
2042 F: docs/*/*xive*
2044 Renesas peripherals
2045 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2046 R: Magnus Damm <magnus.damm@gmail.com>
2047 S: Maintained
2048 F: hw/char/renesas_sci.c
2049 F: hw/char/sh_serial.c
2050 F: hw/timer/renesas_*.c
2051 F: hw/timer/sh_timer.c
2052 F: include/hw/char/renesas_sci.h
2053 F: include/hw/sh4/sh.h
2054 F: include/hw/timer/renesas_*.h
2056 Renesas RX peripherals
2057 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2058 S: Maintained
2059 F: hw/intc/rx_icu.c
2060 F: hw/rx/
2061 F: include/hw/intc/rx_icu.h
2062 F: include/hw/rx/
2064 Subsystems
2065 ----------
2066 Audio
2067 M: Gerd Hoffmann <kraxel@redhat.com>
2068 S: Maintained
2069 F: audio/
2070 F: hw/audio/
2071 F: include/hw/audio/
2072 F: tests/qtest/ac97-test.c
2073 F: tests/qtest/es1370-test.c
2074 F: tests/qtest/intel-hda-test.c
2076 Block layer core
2077 M: Kevin Wolf <kwolf@redhat.com>
2078 M: Max Reitz <mreitz@redhat.com>
2079 L: qemu-block@nongnu.org
2080 S: Supported
2081 F: block*
2082 F: block/
2083 F: hw/block/
2084 F: include/block/
2085 F: qemu-img*
2086 F: docs/interop/qemu-img.rst
2087 F: qemu-io*
2088 F: tests/qemu-iotests/
2089 F: util/qemu-progress.c
2090 F: qobject/block-qdict.c
2091 F: tests/check-block-qdict.c
2092 T: git https://repo.or.cz/qemu/kevin.git block
2094 Block I/O path
2095 M: Stefan Hajnoczi <stefanha@redhat.com>
2096 M: Fam Zheng <fam@euphon.net>
2097 L: qemu-block@nongnu.org
2098 S: Supported
2099 F: util/async.c
2100 F: util/aio-*.c
2101 F: util/aio-*.h
2102 F: util/fdmon-*.c
2103 F: block/io.c
2104 F: migration/block*
2105 F: include/block/aio.h
2106 F: include/block/aio-wait.h
2107 F: scripts/qemugdb/aio.py
2108 T: git https://github.com/stefanha/qemu.git block
2110 Block SCSI subsystem
2111 M: Paolo Bonzini <pbonzini@redhat.com>
2112 R: Fam Zheng <fam@euphon.net>
2113 L: qemu-block@nongnu.org
2114 S: Supported
2115 F: include/scsi/*
2116 F: scsi/*
2118 Block Jobs
2119 M: John Snow <jsnow@redhat.com>
2120 L: qemu-block@nongnu.org
2121 S: Supported
2122 F: blockjob.c
2123 F: include/block/blockjob.h
2124 F: job.c
2125 F: job-qmp.c
2126 F: include/qemu/job.h
2127 F: block/backup.c
2128 F: block/commit.c
2129 F: block/stream.c
2130 F: block/mirror.c
2131 F: qapi/job.json
2132 T: git https://github.com/jnsnow/qemu.git jobs
2134 Block QAPI, monitor, command line
2135 M: Markus Armbruster <armbru@redhat.com>
2136 S: Supported
2137 F: blockdev.c
2138 F: blockdev-hmp-cmds.c
2139 F: block/qapi.c
2140 F: qapi/block*.json
2141 F: qapi/transaction.json
2142 T: git https://repo.or.cz/qemu/armbru.git block-next
2144 Dirty Bitmaps
2145 M: Eric Blake <eblake@redhat.com>
2146 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2147 R: John Snow <jsnow@redhat.com>
2148 L: qemu-block@nongnu.org
2149 S: Supported
2150 F: include/qemu/hbitmap.h
2151 F: include/block/dirty-bitmap.h
2152 F: block/monitor/bitmap-qmp-cmds.c
2153 F: block/dirty-bitmap.c
2154 F: block/qcow2-bitmap.c
2155 F: migration/block-dirty-bitmap.c
2156 F: util/hbitmap.c
2157 F: tests/test-hbitmap.c
2158 F: docs/interop/bitmaps.rst
2159 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2161 Character device backends
2162 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2163 R: Paolo Bonzini <pbonzini@redhat.com>
2164 S: Maintained
2165 F: chardev/
2166 F: include/chardev/
2167 F: qapi/char.json
2169 Character Devices (Braille)
2170 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2171 S: Maintained
2172 F: chardev/baum.c
2174 Command line option argument parsing
2175 M: Markus Armbruster <armbru@redhat.com>
2176 S: Supported
2177 F: include/qemu/option.h
2178 F: tests/test-keyval.c
2179 F: tests/test-qemu-opts.c
2180 F: util/keyval.c
2181 F: util/qemu-option.c
2183 Coverity model
2184 M: Markus Armbruster <armbru@redhat.com>
2185 S: Supported
2186 F: scripts/coverity-model.c
2188 Coverity Scan integration
2189 M: Peter Maydell <peter.maydell@linaro.org>
2190 S: Maintained
2191 F: scripts/coverity-scan/
2193 Device Tree
2194 M: Alistair Francis <alistair.francis@wdc.com>
2195 R: David Gibson <david@gibson.dropbear.id.au>
2196 S: Maintained
2197 F: device_tree.c
2198 F: include/sysemu/device_tree.h
2200 Dump
2201 S: Supported
2202 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2203 F: dump/
2204 F: hw/misc/vmcoreinfo.c
2205 F: include/hw/misc/vmcoreinfo.h
2206 F: include/qemu/win_dump_defs
2207 F: include/sysemu/dump-arch.h
2208 F: include/sysemu/dump.h
2209 F: qapi/dump.json
2210 F: scripts/dump-guest-memory.py
2211 F: stubs/dump.c
2213 Error reporting
2214 M: Markus Armbruster <armbru@redhat.com>
2215 S: Supported
2216 F: include/qapi/error.h
2217 F: include/qemu/error-report.h
2218 F: qapi/error.json
2219 F: util/error.c
2220 F: util/qemu-error.c
2221 F: scripts/coccinelle/err-bad-newline.cocci
2222 F: scripts/coccinelle/error-use-after-free.cocci
2223 F: scripts/coccinelle/error_propagate_null.cocci
2224 F: scripts/coccinelle/remove_local_err.cocci
2225 F: scripts/coccinelle/use-error_fatal.cocci
2226 F: scripts/coccinelle/errp-guard.cocci
2228 GDB stub
2229 M: Alex Bennée <alex.bennee@linaro.org>
2230 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2231 S: Maintained
2232 F: gdbstub*
2233 F: gdb-xml/
2235 Memory API
2236 M: Paolo Bonzini <pbonzini@redhat.com>
2237 S: Supported
2238 F: include/exec/ioport.h
2239 F: include/exec/memop.h
2240 F: include/exec/memory.h
2241 F: include/exec/ram_addr.h
2242 F: include/exec/ramblock.h
2243 F: softmmu/ioport.c
2244 F: softmmu/memory.c
2245 F: include/exec/memory-internal.h
2246 F: exec.c
2247 F: scripts/coccinelle/memory-region-housekeeping.cocci
2249 SPICE
2250 M: Gerd Hoffmann <kraxel@redhat.com>
2251 S: Supported
2252 F: include/ui/qemu-spice.h
2253 F: include/ui/spice-display.h
2254 F: ui/spice-*.c
2255 F: audio/spiceaudio.c
2256 F: hw/display/qxl*
2257 F: qapi/ui.json
2258 F: docs/spice-port-fqdn.txt
2260 Graphics
2261 M: Gerd Hoffmann <kraxel@redhat.com>
2262 S: Odd Fixes
2263 F: ui/
2264 F: include/ui/
2265 F: qapi/ui.json
2266 F: util/drm.c
2268 Cocoa graphics
2269 M: Peter Maydell <peter.maydell@linaro.org>
2270 S: Odd Fixes
2271 F: ui/cocoa.m
2273 Main loop
2274 M: Paolo Bonzini <pbonzini@redhat.com>
2275 S: Maintained
2276 F: include/qemu/main-loop.h
2277 F: include/sysemu/runstate.h
2278 F: util/main-loop.c
2279 F: util/qemu-timer.c
2280 F: softmmu/vl.c
2281 F: softmmu/main.c
2282 F: softmmu/cpus.c
2283 F: softmmu/cpu-throttle.c
2284 F: qapi/run-state.json
2286 Human Monitor (HMP)
2287 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2288 S: Maintained
2289 F: monitor/monitor-internal.h
2290 F: monitor/misc.c
2291 F: monitor/monitor.c
2292 F: monitor/hmp*
2293 F: hmp.h
2294 F: hmp-commands*.hx
2295 F: include/monitor/hmp-target.h
2296 F: tests/qtest/test-hmp.c
2297 F: include/qemu/qemu-print.h
2298 F: util/qemu-print.c
2300 Network device backends
2301 M: Jason Wang <jasowang@redhat.com>
2302 S: Maintained
2303 F: net/
2304 F: include/net/
2305 F: qemu-bridge-helper.c
2306 T: git https://github.com/jasowang/qemu.git net
2307 F: qapi/net.json
2309 Netmap network backend
2310 M: Luigi Rizzo <rizzo@iet.unipi.it>
2311 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2312 M: Vincenzo Maffione <v.maffione@gmail.com>
2313 W: http://info.iet.unipi.it/~luigi/netmap/
2314 S: Maintained
2315 F: net/netmap.c
2317 Host Memory Backends
2318 M: Eduardo Habkost <ehabkost@redhat.com>
2319 M: Igor Mammedov <imammedo@redhat.com>
2320 S: Maintained
2321 F: backends/hostmem*.c
2322 F: include/sysemu/hostmem.h
2323 T: git https://github.com/ehabkost/qemu.git machine-next
2325 Cryptodev Backends
2326 M: Gonglei <arei.gonglei@huawei.com>
2327 S: Maintained
2328 F: include/sysemu/cryptodev*.h
2329 F: backends/cryptodev*.c
2331 Python scripts
2332 M: Eduardo Habkost <ehabkost@redhat.com>
2333 M: Cleber Rosa <crosa@redhat.com>
2334 S: Odd fixes
2335 F: python/qemu/*py
2336 F: scripts/*.py
2337 F: tests/*.py
2339 Benchmark util
2340 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2341 S: Maintained
2342 F: scripts/simplebench/
2344 QAPI
2345 M: Markus Armbruster <armbru@redhat.com>
2346 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2347 S: Supported
2348 F: qapi/
2349 X: qapi/*.json
2350 F: include/qapi/
2351 X: include/qapi/qmp/
2352 F: include/qapi/qmp/dispatch.h
2353 F: tests/qapi-schema/
2354 F: tests/test-*-visitor.c
2355 F: tests/test-qapi-*.c
2356 F: tests/test-qmp-*.c
2357 F: tests/test-visitor-serialization.c
2358 F: scripts/qapi-gen.py
2359 F: scripts/qapi/*
2360 F: docs/devel/qapi*
2361 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2363 QAPI Schema
2364 M: Eric Blake <eblake@redhat.com>
2365 M: Markus Armbruster <armbru@redhat.com>
2366 S: Supported
2367 F: qapi/*.json
2368 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2370 QObject
2371 M: Markus Armbruster <armbru@redhat.com>
2372 S: Supported
2373 F: qobject/
2374 F: include/qapi/qmp/
2375 X: include/qapi/qmp/dispatch.h
2376 F: scripts/coccinelle/qobject.cocci
2377 F: tests/check-qdict.c
2378 F: tests/check-qjson.c
2379 F: tests/check-qlist.c
2380 F: tests/check-qlit.c
2381 F: tests/check-qnull.c
2382 F: tests/check-qnum.c
2383 F: tests/check-qobject.c
2384 F: tests/check-qstring.c
2385 F: tests/data/qobject/qdict.txt
2386 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2388 QEMU Guest Agent
2389 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2390 S: Maintained
2391 F: qga/
2392 F: docs/interop/qemu-ga.rst
2393 F: scripts/qemu-guest-agent/
2394 F: tests/test-qga.c
2395 F: docs/interop/qemu-ga-ref.texi
2396 T: git https://github.com/mdroth/qemu.git qga
2399 M: Paolo Bonzini <pbonzini@redhat.com>
2400 R: Daniel P. Berrange <berrange@redhat.com>
2401 R: Eduardo Habkost <ehabkost@redhat.com>
2402 S: Supported
2403 F: docs/qdev-device-use.txt
2404 F: hw/core/qdev*
2405 F: hw/core/bus.c
2406 F: hw/core/sysbus.c
2407 F: include/hw/qdev*
2408 F: include/monitor/qdev.h
2409 F: include/qom/
2410 F: qapi/qom.json
2411 F: qapi/qdev.json
2412 F: qdev-monitor.c
2413 F: qom/
2414 F: tests/check-qom-interface.c
2415 F: tests/check-qom-proplist.c
2416 F: tests/test-qdev-global-props.c
2419 M: Markus Armbruster <armbru@redhat.com>
2420 S: Supported
2421 F: monitor/monitor-internal.h
2422 F: monitor/qmp*
2423 F: monitor/misc.c
2424 F: monitor/monitor.c
2425 F: qapi/error.json
2426 F: docs/devel/*qmp-*
2427 F: docs/interop/*qmp-*
2428 F: scripts/qmp/
2429 F: tests/qtest/qmp-test.c
2430 F: tests/qtest/qmp-cmd-test.c
2431 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2433 qtest
2434 M: Thomas Huth <thuth@redhat.com>
2435 M: Laurent Vivier <lvivier@redhat.com>
2436 R: Paolo Bonzini <pbonzini@redhat.com>
2437 S: Maintained
2438 F: softmmu/qtest.c
2439 F: accel/qtest.c
2440 F: tests/qtest/
2441 X: tests/qtest/bios-tables-test-allowed-diff.h
2443 Device Fuzzing
2444 M: Alexander Bulekov <alxndr@bu.edu>
2445 R: Paolo Bonzini <pbonzini@redhat.com>
2446 R: Bandan Das <bsd@redhat.com>
2447 R: Stefan Hajnoczi <stefanha@redhat.com>
2448 S: Maintained
2449 F: tests/qtest/fuzz/
2450 F: scripts/oss-fuzz/
2452 Register API
2453 M: Alistair Francis <alistair@alistair23.me>
2454 S: Maintained
2455 F: hw/core/register.c
2456 F: include/hw/register.h
2457 F: include/hw/registerfields.h
2459 SLIRP
2460 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2461 S: Maintained
2462 F: slirp/
2463 F: net/slirp.c
2464 F: include/net/slirp.h
2465 T: git https://people.debian.org/~sthibault/qemu.git slirp
2467 Streams
2468 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2469 S: Maintained
2470 F: hw/core/stream.c
2471 F: include/hw/stream.h
2473 Stubs
2474 M: Paolo Bonzini <pbonzini@redhat.com>
2475 S: Maintained
2476 F: stubs/
2478 Tracing
2479 M: Stefan Hajnoczi <stefanha@redhat.com>
2480 S: Maintained
2481 F: trace/
2482 F: trace-events
2483 F: docs/qemu-option-trace.rst.inc
2484 F: scripts/tracetool.py
2485 F: scripts/tracetool/
2486 F: scripts/qemu-trace-stap*
2487 F: docs/interop/qemu-trace-stap.rst
2488 F: docs/devel/tracing.txt
2489 T: git https://github.com/stefanha/qemu.git tracing
2492 M: Stefan Berger <stefanb@linux.ibm.com>
2493 S: Maintained
2494 F: tpm.c
2495 F: stubs/tpm.c
2496 F: hw/tpm/*
2497 F: include/hw/acpi/tpm.h
2498 F: include/sysemu/tpm*
2499 F: qapi/tpm.json
2500 F: backends/tpm/
2501 F: tests/qtest/*tpm*
2502 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2504 Checkpatch
2505 S: Odd Fixes
2506 F: scripts/checkpatch.pl
2508 Migration
2509 M: Juan Quintela <quintela@redhat.com>
2510 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2511 S: Maintained
2512 F: hw/core/vmstate-if.c
2513 F: include/hw/vmstate-if.h
2514 F: include/migration/
2515 F: migration/
2516 F: scripts/vmstate-static-checker.py
2517 F: tests/vmstate-static-checker-data/
2518 F: tests/qtest/migration-test.c
2519 F: docs/devel/migration.rst
2520 F: qapi/migration.json
2522 D-Bus
2523 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2524 S: Maintained
2525 F: backends/dbus-vmstate.c
2526 F: tests/dbus-vmstate*
2527 F: util/dbus.c
2528 F: include/qemu/dbus.h
2529 F: docs/interop/dbus.rst
2530 F: docs/interop/dbus-vmstate.rst
2532 Seccomp
2533 M: Eduardo Otubo <otubo@redhat.com>
2534 S: Supported
2535 F: qemu-seccomp.c
2536 F: include/sysemu/seccomp.h
2538 Cryptography
2539 M: Daniel P. Berrange <berrange@redhat.com>
2540 S: Maintained
2541 F: crypto/
2542 F: include/crypto/
2543 F: tests/test-crypto-*
2544 F: tests/benchmark-crypto-*
2545 F: tests/crypto-tls-*
2546 F: tests/pkix_asn1_tab.c
2547 F: qemu.sasl
2549 Coroutines
2550 M: Stefan Hajnoczi <stefanha@redhat.com>
2551 M: Kevin Wolf <kwolf@redhat.com>
2552 S: Maintained
2553 F: util/*coroutine*
2554 F: include/qemu/coroutine*
2555 F: tests/test-coroutine.c
2557 Buffers
2558 M: Daniel P. Berrange <berrange@redhat.com>
2559 S: Odd fixes
2560 F: util/buffer.c
2561 F: include/qemu/buffer.h
2563 I/O Channels
2564 M: Daniel P. Berrange <berrange@redhat.com>
2565 S: Maintained
2566 F: io/
2567 F: include/io/
2568 F: tests/test-io-*
2570 User authorization
2571 M: Daniel P. Berrange <berrange@redhat.com>
2572 S: Maintained
2573 F: authz/
2574 F: qapi/authz.json
2575 F: include/authz/
2576 F: tests/test-authz-*
2578 Sockets
2579 M: Daniel P. Berrange <berrange@redhat.com>
2580 M: Gerd Hoffmann <kraxel@redhat.com>
2581 S: Maintained
2582 F: include/qemu/sockets.h
2583 F: util/qemu-sockets.c
2584 F: qapi/sockets.json
2586 File monitor
2587 M: Daniel P. Berrange <berrange@redhat.com>
2588 S: Odd fixes
2589 F: util/filemonitor*.c
2590 F: include/qemu/filemonitor.h
2591 F: tests/test-util-filemonitor.c
2593 Throttling infrastructure
2594 M: Alberto Garcia <berto@igalia.com>
2595 S: Supported
2596 F: block/throttle-groups.c
2597 F: include/block/throttle-groups.h
2598 F: include/qemu/throttle*.h
2599 F: util/throttle.c
2600 F: docs/throttle.txt
2601 F: tests/test-throttle.c
2602 L: qemu-block@nongnu.org
2604 UUID
2605 M: Fam Zheng <fam@euphon.net>
2606 S: Supported
2607 F: util/uuid.c
2608 F: include/qemu/uuid.h
2609 F: tests/test-uuid.c
2611 COLO Framework
2612 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2613 S: Maintained
2614 F: migration/colo*
2615 F: include/migration/colo.h
2616 F: include/migration/failover.h
2617 F: docs/COLO-FT.txt
2619 COLO Proxy
2620 M: Zhang Chen <chen.zhang@intel.com>
2621 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2622 S: Supported
2623 F: docs/colo-proxy.txt
2624 F: net/colo*
2625 F: net/filter-rewriter.c
2626 F: net/filter-mirror.c
2628 Record/replay
2629 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2630 R: Paolo Bonzini <pbonzini@redhat.com>
2631 W: https://wiki.qemu.org/Features/record-replay
2632 S: Supported
2633 F: replay/*
2634 F: block/blkreplay.c
2635 F: net/filter-replay.c
2636 F: include/sysemu/replay.h
2637 F: docs/replay.txt
2638 F: stubs/replay.c
2639 F: tests/acceptance/replay_kernel.py
2641 IOVA Tree
2642 M: Peter Xu <peterx@redhat.com>
2643 S: Maintained
2644 F: include/qemu/iova-tree.h
2645 F: util/iova-tree.c
2647 elf2dmp
2648 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2649 S: Maintained
2650 F: contrib/elf2dmp/
2652 I2C and SMBus
2653 M: Corey Minyard <cminyard@mvista.com>
2654 S: Maintained
2655 F: hw/i2c/core.c
2656 F: hw/i2c/smbus_slave.c
2657 F: hw/i2c/smbus_master.c
2658 F: hw/i2c/smbus_eeprom.c
2659 F: include/hw/i2c/i2c.h
2660 F: include/hw/i2c/smbus_master.h
2661 F: include/hw/i2c/smbus_slave.h
2662 F: include/hw/i2c/smbus_eeprom.h
2664 EDK2 Firmware
2665 M: Laszlo Ersek <lersek@redhat.com>
2666 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2667 S: Supported
2668 F: pc-bios/descriptors/??-edk2-*.json
2669 F: pc-bios/edk2-*
2670 F: roms/Makefile.edk2
2671 F: roms/edk2
2672 F: roms/edk2-*
2673 F: tests/data/uefi-boot-images/
2674 F: tests/uefi-test-tools/
2675 F: .gitlab-ci.d/edk2.yml
2676 F: .gitlab-ci.d/edk2/
2678 VT-d Emulation
2679 M: Michael S. Tsirkin <mst@redhat.com>
2680 M: Peter Xu <peterx@redhat.com>
2681 R: Jason Wang <jasowang@redhat.com>
2682 S: Supported
2683 F: hw/i386/intel_iommu.c
2684 F: hw/i386/intel_iommu_internal.h
2685 F: include/hw/i386/intel_iommu.h
2687 OpenSBI Firmware
2688 M: Bin Meng <bmeng.cn@gmail.com>
2689 S: Supported
2690 F: pc-bios/opensbi-*
2691 F: .gitlab-ci.d/opensbi.yml
2692 F: .gitlab-ci.d/opensbi/
2694 Usermode Emulation
2695 ------------------
2696 Overall usermode emulation
2697 M: Riku Voipio <riku.voipio@iki.fi>
2698 S: Maintained
2699 F: thunk.c
2700 F: accel/tcg/user-exec*.c
2702 BSD user
2703 S: Orphan
2704 F: bsd-user/
2705 F: default-configs/*-bsd-user.mak
2707 Linux user
2708 M: Laurent Vivier <laurent@vivier.eu>
2709 S: Maintained
2710 F: linux-user/
2711 F: default-configs/*-linux-user.mak
2712 F: scripts/qemu-binfmt-conf.sh
2713 F: scripts/update-syscalltbl.sh
2714 F: scripts/update-mips-syscall-args.sh
2715 F: scripts/gensyscalls.sh
2717 Tiny Code Generator (TCG)
2718 -------------------------
2719 Common TCG code
2720 M: Richard Henderson <rth@twiddle.net>
2721 S: Maintained
2722 F: tcg/
2723 F: include/tcg/
2725 TCG Plugins
2726 M: Alex Bennée <alex.bennee@linaro.org>
2727 S: Maintained
2728 F: docs/devel/tcg-plugins.rst
2729 F: plugins/
2730 F: tests/plugin
2732 AArch64 TCG target
2733 M: Richard Henderson <richard.henderson@linaro.org>
2734 S: Maintained
2735 L: qemu-arm@nongnu.org
2736 F: tcg/aarch64/
2737 F: disas/arm-a64.cc
2738 F: disas/libvixl/
2740 ARM TCG target
2741 M: Andrzej Zaborowski <balrogg@gmail.com>
2742 S: Maintained
2743 L: qemu-arm@nongnu.org
2744 F: tcg/arm/
2745 F: disas/arm.c
2747 i386 TCG target
2748 M: Richard Henderson <rth@twiddle.net>
2749 S: Maintained
2750 F: tcg/i386/
2751 F: disas/i386.c
2753 MIPS TCG target
2754 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2755 R: Aurelien Jarno <aurelien@aurel32.net>
2756 R: Huacai Chen <chenhc@lemote.com>
2757 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
2758 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2759 S: Maintained
2760 F: tcg/mips/
2762 PPC TCG target
2763 M: Richard Henderson <rth@twiddle.net>
2764 S: Odd Fixes
2765 F: tcg/ppc/
2766 F: disas/ppc.c
2768 RISC-V TCG target
2769 M: Palmer Dabbelt <palmer@dabbelt.com>
2770 M: Alistair Francis <Alistair.Francis@wdc.com>
2771 L: qemu-riscv@nongnu.org
2772 S: Maintained
2773 F: tcg/riscv/
2774 F: disas/riscv.c
2776 S390 TCG target
2777 M: Richard Henderson <rth@twiddle.net>
2778 S: Maintained
2779 F: tcg/s390/
2780 F: disas/s390.c
2781 L: qemu-s390x@nongnu.org
2783 SPARC TCG target
2784 S: Odd Fixes
2785 F: tcg/sparc/
2786 F: disas/sparc.c
2788 TCI TCG target
2789 M: Stefan Weil <sw@weilnetz.de>
2790 S: Maintained
2791 F: tcg/tci/
2792 F: tcg/tci.c
2793 F: disas/tci.c
2795 Block drivers
2796 -------------
2797 VMDK
2798 M: Fam Zheng <fam@euphon.net>
2799 L: qemu-block@nongnu.org
2800 S: Supported
2801 F: block/vmdk.c
2804 M: Jason Dillaman <dillaman@redhat.com>
2805 L: qemu-block@nongnu.org
2806 S: Supported
2807 F: block/rbd.c
2809 Sheepdog
2810 M: Liu Yuan <namei.unix@gmail.com>
2811 L: qemu-block@nongnu.org
2812 L: sheepdog@lists.wpkg.org
2813 S: Odd Fixes
2814 F: block/sheepdog.c
2816 VHDX
2817 M: Jeff Cody <codyprime@gmail.com>
2818 L: qemu-block@nongnu.org
2819 S: Supported
2820 F: block/vhdx*
2823 M: Stefan Weil <sw@weilnetz.de>
2824 L: qemu-block@nongnu.org
2825 S: Maintained
2826 F: block/vdi.c
2828 iSCSI
2829 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2830 M: Paolo Bonzini <pbonzini@redhat.com>
2831 M: Peter Lieven <pl@kamp.de>
2832 L: qemu-block@nongnu.org
2833 S: Odd Fixes
2834 F: block/iscsi.c
2835 F: block/iscsi-opts.c
2837 Network Block Device (NBD)
2838 M: Eric Blake <eblake@redhat.com>
2839 L: qemu-block@nongnu.org
2840 S: Maintained
2841 F: block/nbd*
2842 F: nbd/
2843 F: include/block/nbd*
2844 F: qemu-nbd.*
2845 F: blockdev-nbd.c
2846 F: docs/interop/nbd.txt
2847 F: docs/interop/qemu-nbd.rst
2848 T: git https://repo.or.cz/qemu/ericb.git nbd
2851 M: Peter Lieven <pl@kamp.de>
2852 L: qemu-block@nongnu.org
2853 S: Maintained
2854 F: block/nfs.c
2857 M: Richard W.M. Jones <rjones@redhat.com>
2858 L: qemu-block@nongnu.org
2859 S: Supported
2860 F: block/ssh.c
2862 CURL
2863 L: qemu-block@nongnu.org
2864 S: Odd Fixes
2865 F: block/curl.c
2867 GLUSTER
2868 L: qemu-block@nongnu.org
2869 L: integration@gluster.org
2870 S: Odd Fixes
2871 F: block/gluster.c
2873 Null Block Driver
2874 M: Fam Zheng <fam@euphon.net>
2875 L: qemu-block@nongnu.org
2876 S: Supported
2877 F: block/null.c
2879 NVMe Block Driver
2880 M: Fam Zheng <fam@euphon.net>
2881 L: qemu-block@nongnu.org
2882 S: Supported
2883 F: block/nvme*
2885 Bootdevice
2886 M: Gonglei <arei.gonglei@huawei.com>
2887 S: Maintained
2888 F: bootdevice.c
2890 Quorum
2891 M: Alberto Garcia <berto@igalia.com>
2892 S: Supported
2893 F: block/quorum.c
2894 L: qemu-block@nongnu.org
2896 blklogwrites
2897 M: Ari Sundholm <ari@tuxera.com>
2898 L: qemu-block@nongnu.org
2899 S: Supported
2900 F: block/blklogwrites.c
2902 blkverify
2903 M: Stefan Hajnoczi <stefanha@redhat.com>
2904 L: qemu-block@nongnu.org
2905 S: Supported
2906 F: block/blkverify.c
2908 bochs
2909 M: Stefan Hajnoczi <stefanha@redhat.com>
2910 L: qemu-block@nongnu.org
2911 S: Supported
2912 F: block/bochs.c
2914 cloop
2915 M: Stefan Hajnoczi <stefanha@redhat.com>
2916 L: qemu-block@nongnu.org
2917 S: Supported
2918 F: block/cloop.c
2921 M: Stefan Hajnoczi <stefanha@redhat.com>
2922 L: qemu-block@nongnu.org
2923 S: Supported
2924 F: block/dmg.c
2926 parallels
2927 M: Stefan Hajnoczi <stefanha@redhat.com>
2928 M: Denis V. Lunev <den@openvz.org>
2929 L: qemu-block@nongnu.org
2930 S: Supported
2931 F: block/parallels.c
2932 F: docs/interop/parallels.txt
2935 M: Stefan Hajnoczi <stefanha@redhat.com>
2936 L: qemu-block@nongnu.org
2937 S: Supported
2938 F: block/qed.c
2941 M: Kevin Wolf <kwolf@redhat.com>
2942 L: qemu-block@nongnu.org
2943 S: Supported
2944 F: block/linux-aio.c
2945 F: include/block/raw-aio.h
2946 F: block/raw-format.c
2947 F: block/file-posix.c
2948 F: block/file-win32.c
2949 F: block/win32-aio.c
2951 Linux io_uring
2952 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2953 M: Julia Suvorova <jusual@redhat.com>
2954 M: Stefan Hajnoczi <stefanha@redhat.com>
2955 L: qemu-block@nongnu.org
2956 S: Maintained
2957 F: block/io_uring.c
2958 F: stubs/io_uring.c
2960 qcow2
2961 M: Kevin Wolf <kwolf@redhat.com>
2962 M: Max Reitz <mreitz@redhat.com>
2963 L: qemu-block@nongnu.org
2964 S: Supported
2965 F: block/qcow2*
2966 F: docs/interop/qcow2.txt
2968 qcow
2969 M: Kevin Wolf <kwolf@redhat.com>
2970 L: qemu-block@nongnu.org
2971 S: Supported
2972 F: block/qcow.c
2974 blkdebug
2975 M: Kevin Wolf <kwolf@redhat.com>
2976 M: Max Reitz <mreitz@redhat.com>
2977 L: qemu-block@nongnu.org
2978 S: Supported
2979 F: block/blkdebug.c
2982 M: Kevin Wolf <kwolf@redhat.com>
2983 L: qemu-block@nongnu.org
2984 S: Supported
2985 F: block/vpc.c
2987 vvfat
2988 M: Kevin Wolf <kwolf@redhat.com>
2989 L: qemu-block@nongnu.org
2990 S: Odd Fixes
2991 F: block/vvfat.c
2993 Image format fuzzer
2994 M: Stefan Hajnoczi <stefanha@redhat.com>
2995 L: qemu-block@nongnu.org
2996 S: Supported
2997 F: tests/image-fuzzer/
2999 Replication
3000 M: Wen Congyang <wencongyang2@huawei.com>
3001 M: Xie Changlong <xiechanglong.d@gmail.com>
3002 S: Supported
3003 F: replication*
3004 F: block/replication.c
3005 F: tests/test-replication.c
3006 F: docs/block-replication.txt
3008 PVRDMA
3009 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
3010 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
3011 S: Maintained
3012 F: hw/rdma/*
3013 F: hw/rdma/vmw/*
3014 F: docs/pvrdma.txt
3015 F: contrib/rdmacm-mux/*
3016 F: qapi/rdma.json
3018 Semihosting
3019 M: Alex Bennée <alex.bennee@linaro.org>
3020 S: Maintained
3021 F: hw/semihosting/
3022 F: include/hw/semihosting/
3024 Build and test automation
3025 -------------------------
3026 Build and test automation
3027 M: Alex Bennée <alex.bennee@linaro.org>
3028 M: Fam Zheng <fam@euphon.net>
3029 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3030 S: Maintained
3031 F: .github/lockdown.yml
3032 F: .travis.yml
3033 F: scripts/travis/
3034 F: .shippable.yml
3035 F: tests/docker/
3036 F: tests/vm/
3037 F: scripts/archive-source.sh
3038 W: https://travis-ci.org/qemu/qemu
3039 W: https://app.shippable.com/github/qemu/qemu
3040 W: http://patchew.org/QEMU/
3042 FreeBSD Hosted Continuous Integration
3043 M: Ed Maste <emaste@freebsd.org>
3044 M: Li-Wen Hsu <lwhsu@freebsd.org>
3045 S: Maintained
3046 F: .cirrus.yml
3047 W: https://cirrus-ci.com/github/qemu/qemu
3049 GitLab Continuous Integration
3050 M: Thomas Huth <thuth@redhat.com>
3051 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3052 M: Alex Bennée <alex.bennee@linaro.org>
3053 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3054 S: Maintained
3055 F: .gitlab-ci.yml
3057 Guest Test Compilation Support
3058 M: Alex Bennée <alex.bennee@linaro.org>
3059 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3060 S: Maintained
3061 F: tests/tcg/Makefile
3062 F: tests/tcg/Makefile.include
3064 Acceptance (Integration) Testing with the Avocado framework
3065 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3066 R: Cleber Rosa <crosa@redhat.com>
3067 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3068 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3069 S: Odd Fixes
3070 F: tests/acceptance/
3072 Documentation
3073 -------------
3074 Build system architecture
3075 M: Daniel P. Berrange <berrange@redhat.com>
3076 S: Odd Fixes
3077 F: docs/devel/build-system.txt
3079 GIT Data Mining Config
3080 M: Alex Bennée <alex.bennee@linaro.org>
3081 S: Odd Fixes
3082 F: gitdm.config
3083 F: contrib/gitdm/*
3085 Incompatible changes
3086 R: libvir-list@redhat.com
3087 F: docs/system/deprecated.rst
3089 Build System
3090 ------------
3091 GIT submodules
3092 M: Daniel P. Berrange <berrange@redhat.com>
3093 S: Odd Fixes
3094 F: scripts/git-submodule.sh
3096 UI translations
3097 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3098 F: po/*.po
3100 Sphinx documentation configuration and build machinery
3101 M: Peter Maydell <peter.maydell@linaro.org>
3102 S: Maintained
3103 F: docs/conf.py
3104 F: docs/*/conf.py
3106 Miscellaneous
3107 -------------
3108 Performance Tools and Tests
3109 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3110 S: Maintained
3111 F: scripts/performance/