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