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