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