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