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