target/avr: Introduce enumeration AVRFeature
[qemu/ar7.git] / MAINTAINERS
blob7833db3abeda88e67b465960d29498fd0325d84a
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 CRIS Machines
979 -------------
980 Axis Dev88
981 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
982 S: Maintained
983 F: hw/cris/axis_dev88.c
984 F: hw/*/etraxfs_*.c
986 HP-PARISC Machines
987 ------------------
988 HP B160L
989 M: Richard Henderson <rth@twiddle.net>
990 R: Helge Deller <deller@gmx.de>
991 S: Odd Fixes
992 F: default-configs/hppa-softmmu.mak
993 F: hw/hppa/
994 F: pc-bios/hppa-firmware.img
996 LM32 Machines
997 -------------
998 EVR32 and uclinux BSP
999 R: Michael Walle <michael@walle.cc>
1000 S: Orphan
1001 F: hw/lm32/lm32_boards.c
1003 milkymist
1004 R: Michael Walle <michael@walle.cc>
1005 S: Orphan
1006 F: hw/lm32/milkymist.c
1008 M68K Machines
1009 -------------
1010 an5206
1011 M: Thomas Huth <huth@tuxfamily.org>
1012 S: Odd Fixes
1013 F: hw/m68k/an5206.c
1014 F: hw/m68k/mcf5206.c
1016 mcf5208
1017 M: Thomas Huth <huth@tuxfamily.org>
1018 S: Odd Fixes
1019 F: hw/m68k/mcf5208.c
1020 F: hw/m68k/mcf_intc.c
1021 F: hw/char/mcf_uart.c
1022 F: hw/net/mcf_fec.c
1023 F: include/hw/m68k/mcf*.h
1025 NeXTcube
1026 M: Thomas Huth <huth@tuxfamily.org>
1027 S: Odd Fixes
1028 F: hw/m68k/next-*.c
1029 F: hw/display/next-fb.c
1030 F: include/hw/m68k/next-cube.h
1032 q800
1033 M: Laurent Vivier <laurent@vivier.eu>
1034 S: Maintained
1035 F: hw/m68k/q800.c
1036 F: hw/misc/mac_via.c
1037 F: hw/nubus/*
1038 F: hw/display/macfb.c
1039 F: hw/block/swim.c
1040 F: hw/m68k/bootinfo.h
1041 F: include/hw/misc/mac_via.h
1042 F: include/hw/nubus/*
1043 F: include/hw/display/macfb.h
1044 F: include/hw/block/swim.h
1046 MicroBlaze Machines
1047 -------------------
1048 petalogix_s3adsp1800
1049 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1050 S: Maintained
1051 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
1052 F: include/hw/char/xilinx_uartlite.h
1054 petalogix_ml605
1055 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1056 S: Maintained
1057 F: hw/microblaze/petalogix_ml605_mmu.c
1059 MIPS Machines
1060 -------------
1061 Jazz
1062 M: Hervé Poussineau <hpoussin@reactos.org>
1063 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1064 S: Maintained
1065 F: hw/mips/jazz.c
1066 F: hw/display/jazz_led.c
1067 F: hw/dma/rc4030.c
1069 Malta
1070 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1071 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1072 R: Aurelien Jarno <aurelien@aurel32.net>
1073 S: Maintained
1074 F: hw/isa/piix4.c
1075 F: hw/acpi/piix4.c
1076 F: hw/mips/malta.c
1077 F: hw/mips/gt64xxx_pci.c
1078 F: include/hw/southbridge/piix.h
1079 F: tests/acceptance/linux_ssh_mips_malta.py
1080 F: tests/acceptance/machine_mips_malta.py
1082 Mipssim
1083 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1084 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1085 S: Odd Fixes
1086 F: hw/mips/mipssim.c
1087 F: hw/net/mipsnet.c
1089 R4000
1090 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1091 R: Aurelien Jarno <aurelien@aurel32.net>
1092 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1093 S: Obsolete
1094 F: hw/mips/r4k.c
1096 Fuloong 2E
1097 M: Huacai Chen <chenhc@lemote.com>
1098 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1099 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
1100 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1101 S: Odd Fixes
1102 F: hw/mips/fuloong2e.c
1103 F: hw/isa/vt82c686.c
1104 F: hw/pci-host/bonito.c
1105 F: include/hw/isa/vt82c686.h
1107 Loongson-3 virtual platforms
1108 M: Huacai Chen <chenhc@lemote.com>
1109 R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1110 S: Maintained
1111 F: hw/intc/loongson_liointc.c
1113 Boston
1114 M: Paul Burton <pburton@wavecomp.com>
1115 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
1116 S: Maintained
1117 F: hw/core/loader-fit.c
1118 F: hw/mips/boston.c
1119 F: hw/pci-host/xilinx-pcie.c
1120 F: include/hw/pci-host/xilinx-pcie.h
1122 OpenRISC Machines
1123 -----------------
1124 or1k-sim
1125 M: Jia Liu <proljc@gmail.com>
1126 S: Maintained
1127 F: hw/openrisc/openrisc_sim.c
1129 PowerPC Machines
1130 ----------------
1132 M: David Gibson <david@gibson.dropbear.id.au>
1133 L: qemu-ppc@nongnu.org
1134 S: Odd Fixes
1135 F: hw/ppc/ppc405_boards.c
1137 Bamboo
1138 M: David Gibson <david@gibson.dropbear.id.au>
1139 L: qemu-ppc@nongnu.org
1140 S: Odd Fixes
1141 F: hw/ppc/ppc440_bamboo.c
1143 e500
1144 M: David Gibson <david@gibson.dropbear.id.au>
1145 L: qemu-ppc@nongnu.org
1146 S: Odd Fixes
1147 F: hw/ppc/e500*
1148 F: hw/gpio/mpc8xxx.c
1149 F: hw/i2c/mpc_i2c.c
1150 F: hw/net/fsl_etsec/
1151 F: hw/pci-host/ppce500.c
1152 F: include/hw/ppc/ppc_e500.h
1153 F: include/hw/pci-host/ppce500.h
1154 F: pc-bios/u-boot.e500
1156 mpc8544ds
1157 M: David Gibson <david@gibson.dropbear.id.au>
1158 L: qemu-ppc@nongnu.org
1159 S: Odd Fixes
1160 F: hw/ppc/mpc8544ds.c
1161 F: hw/ppc/mpc8544_guts.c
1163 New World (mac99)
1164 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1165 R: David Gibson <david@gibson.dropbear.id.au>
1166 L: qemu-ppc@nongnu.org
1167 S: Odd Fixes
1168 F: hw/ppc/mac_newworld.c
1169 F: hw/pci-host/uninorth.c
1170 F: hw/pci-bridge/dec.[hc]
1171 F: hw/misc/macio/
1172 F: hw/misc/mos6522.c
1173 F: hw/nvram/mac_nvram.c
1174 F: hw/input/adb*
1175 F: include/hw/misc/macio/
1176 F: include/hw/misc/mos6522.h
1177 F: include/hw/ppc/mac_dbdma.h
1178 F: include/hw/pci-host/uninorth.h
1179 F: include/hw/input/adb*
1180 F: pc-bios/qemu_vga.ndrv
1182 Old World (g3beige)
1183 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1184 R: David Gibson <david@gibson.dropbear.id.au>
1185 L: qemu-ppc@nongnu.org
1186 S: Odd Fixes
1187 F: hw/ppc/mac_oldworld.c
1188 F: hw/pci-host/grackle.c
1189 F: hw/misc/macio/
1190 F: hw/intc/heathrow_pic.c
1191 F: hw/input/adb*
1192 F: include/hw/intc/heathrow_pic.h
1193 F: include/hw/input/adb*
1194 F: pc-bios/qemu_vga.ndrv
1196 PReP
1197 M: Hervé Poussineau <hpoussin@reactos.org>
1198 L: qemu-ppc@nongnu.org
1199 S: Maintained
1200 F: hw/ppc/prep.c
1201 F: hw/ppc/prep_systemio.c
1202 F: hw/ppc/rs6000_mc.c
1203 F: hw/pci-host/prep.[hc]
1204 F: hw/isa/i82378.c
1205 F: hw/isa/pc87312.c
1206 F: hw/dma/i82374.c
1207 F: hw/rtc/m48t59-isa.c
1208 F: include/hw/isa/pc87312.h
1209 F: include/hw/rtc/m48t59.h
1210 F: tests/acceptance/ppc_prep_40p.py
1212 sPAPR
1213 M: David Gibson <david@gibson.dropbear.id.au>
1214 L: qemu-ppc@nongnu.org
1215 S: Supported
1216 F: hw/*/spapr*
1217 F: include/hw/*/spapr*
1218 F: hw/*/xics*
1219 F: include/hw/*/xics*
1220 F: pc-bios/slof.bin
1221 F: docs/specs/ppc-spapr-hcalls.txt
1222 F: docs/specs/ppc-spapr-hotplug.txt
1223 F: tests/qtest/spapr*
1224 F: tests/qtest/libqos/*spapr*
1225 F: tests/qtest/rtas*
1226 F: tests/qtest/libqos/rtas*
1228 PowerNV (Non-Virtualized)
1229 M: Cédric Le Goater <clg@kaod.org>
1230 M: David Gibson <david@gibson.dropbear.id.au>
1231 L: qemu-ppc@nongnu.org
1232 S: Maintained
1233 F: hw/ppc/pnv*
1234 F: hw/intc/pnv*
1235 F: hw/intc/xics_pnv.c
1236 F: hw/pci-host/pnv*
1237 F: include/hw/ppc/pnv*
1238 F: include/hw/pci-host/pnv*
1239 F: pc-bios/skiboot.lid
1240 F: tests/qtest/pnv*
1242 virtex_ml507
1243 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1244 L: qemu-ppc@nongnu.org
1245 S: Odd Fixes
1246 F: hw/ppc/virtex_ml507.c
1248 sam460ex
1249 M: BALATON Zoltan <balaton@eik.bme.hu>
1250 L: qemu-ppc@nongnu.org
1251 S: Maintained
1252 F: hw/ppc/sam460ex.c
1253 F: hw/ppc/ppc440_pcix.c
1254 F: hw/display/sm501*
1255 F: hw/ide/sii3112.c
1256 F: hw/rtc/m41t80.c
1257 F: pc-bios/canyonlands.dt[sb]
1258 F: pc-bios/u-boot-sam460ex-20100605.bin
1259 F: roms/u-boot-sam460ex
1261 RISC-V Machines
1262 ---------------
1263 OpenTitan
1264 M: Alistair Francis <Alistair.Francis@wdc.com>
1265 L: qemu-riscv@nongnu.org
1266 S: Supported
1267 F: hw/riscv/opentitan.c
1268 F: hw/char/ibex_uart.c
1269 F: hw/intc/ibex_plic.c
1270 F: include/hw/riscv/opentitan.h
1271 F: include/hw/char/ibex_uart.h
1272 F: include/hw/intc/ibex_plic.h
1274 RX Machines
1275 -----------
1276 rx-gdbsim
1277 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1278 S: Maintained
1279 F: docs/system/target-rx.rst
1280 F: hw/rx/rx-gdbsim.c
1281 F: tests/acceptance/machine_rx_gdbsim.py
1283 SH4 Machines
1284 ------------
1286 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1287 R: Magnus Damm <magnus.damm@gmail.com>
1288 S: Maintained
1289 F: hw/sh4/r2d.c
1290 F: hw/intc/sh_intc.c
1291 F: include/hw/sh4/sh_intc.h
1293 Shix
1294 M: Yoshinori Sato <ysato@users.sourceforge.jp>
1295 R: Magnus Damm <magnus.damm@gmail.com>
1296 S: Odd Fixes
1297 F: hw/sh4/shix.c
1298 F: hw/intc/sh_intc.c
1299 F: include/hw/sh4/sh_intc.h
1301 SPARC Machines
1302 --------------
1303 Sun4m
1304 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1305 S: Maintained
1306 F: hw/sparc/sun4m.c
1307 F: hw/sparc/sun4m_iommu.c
1308 F: hw/display/cg3.c
1309 F: hw/display/tcx.c
1310 F: hw/dma/sparc32_dma.c
1311 F: hw/misc/eccmemctl.c
1312 F: hw/*/slavio_*.c
1313 F: include/hw/nvram/sun_nvram.h
1314 F: include/hw/sparc/sparc32_dma.h
1315 F: include/hw/sparc/sun4m_iommu.h
1316 F: pc-bios/openbios-sparc32
1318 Sun4u
1319 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1320 S: Maintained
1321 F: hw/sparc64/sun4u.c
1322 F: hw/sparc64/sun4u_iommu.c
1323 F: include/hw/sparc/sun4u_iommu.h
1324 F: hw/pci-host/sabre.c
1325 F: include/hw/pci-host/sabre.h
1326 F: hw/pci-bridge/simba.c
1327 F: include/hw/pci-bridge/simba.h
1328 F: pc-bios/openbios-sparc64
1329 F: tests/acceptance/machine_sparc64_sun4u.py
1331 Sun4v
1332 M: Artyom Tarasenko <atar4qemu@gmail.com>
1333 S: Maintained
1334 F: hw/sparc64/niagara.c
1335 F: hw/rtc/sun4v-rtc.c
1336 F: include/hw/rtc/sun4v-rtc.h
1338 Leon3
1339 M: Fabien Chouteau <chouteau@adacore.com>
1340 M: KONRAD Frederic <frederic.konrad@adacore.com>
1341 S: Maintained
1342 F: hw/sparc/leon3.c
1343 F: hw/*/grlib*
1344 F: include/hw/*/grlib*
1345 F: tests/acceptance/machine_sparc_leon3.py
1347 S390 Machines
1348 -------------
1349 S390 Virtio-ccw
1350 M: Cornelia Huck <cohuck@redhat.com>
1351 M: Halil Pasic <pasic@linux.ibm.com>
1352 M: Christian Borntraeger <borntraeger@de.ibm.com>
1353 S: Supported
1354 F: hw/char/sclp*.[hc]
1355 F: hw/char/terminal3270.c
1356 F: hw/s390x/
1357 F: include/hw/s390x/
1358 F: hw/watchdog/wdt_diag288.c
1359 F: include/hw/watchdog/wdt_diag288.h
1360 F: default-configs/s390x-softmmu.mak
1361 T: git https://github.com/cohuck/qemu.git s390-next
1362 T: git https://github.com/borntraeger/qemu.git s390-next
1363 L: qemu-s390x@nongnu.org
1365 S390-ccw boot
1366 M: Christian Borntraeger <borntraeger@de.ibm.com>
1367 M: Thomas Huth <thuth@redhat.com>
1368 S: Supported
1369 F: hw/s390x/ipl.*
1370 F: pc-bios/s390-ccw/
1371 F: pc-bios/s390-ccw.img
1372 F: docs/devel/s390-dasd-ipl.rst
1373 T: git https://github.com/borntraeger/qemu.git s390-next
1374 L: qemu-s390x@nongnu.org
1376 S390 PCI
1377 M: Matthew Rosato <mjrosato@linux.ibm.com>
1378 S: Supported
1379 F: hw/s390x/s390-pci*
1380 L: qemu-s390x@nongnu.org
1382 UniCore32 Machines
1383 ------------------
1384 PKUnity-3 SoC initramfs-with-busybox
1385 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1386 S: Maintained
1387 F: hw/*/puv3*
1388 F: hw/unicore32/
1390 X86 Machines
1391 ------------
1393 M: Michael S. Tsirkin <mst@redhat.com>
1394 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1395 S: Supported
1396 F: include/hw/i386/
1397 F: hw/i386/
1398 F: hw/pci-host/i440fx.c
1399 F: hw/pci-host/q35.c
1400 F: hw/pci-host/pam.c
1401 F: include/hw/pci-host/i440fx.h
1402 F: include/hw/pci-host/q35.h
1403 F: include/hw/pci-host/pam.h
1404 F: hw/isa/piix3.c
1405 F: hw/isa/lpc_ich9.c
1406 F: hw/i2c/smbus_ich9.c
1407 F: hw/acpi/piix4.c
1408 F: hw/acpi/ich9.c
1409 F: include/hw/acpi/ich9.h
1410 F: include/hw/southbridge/piix.h
1411 F: hw/misc/sga.c
1412 F: hw/isa/apm.c
1413 F: include/hw/isa/apm.h
1414 F: tests/test-x86-cpuid.c
1415 F: tests/qtest/test-x86-cpuid-compat.c
1417 PC Chipset
1418 M: Michael S. Tsirkin <mst@redhat.com>
1419 M: Paolo Bonzini <pbonzini@redhat.com>
1420 S: Supported
1421 F: hw/char/debugcon.c
1422 F: hw/char/parallel*
1423 F: hw/char/serial*
1424 F: hw/dma/i8257*
1425 F: hw/i2c/pm_smbus.c
1426 F: hw/input/pckbd.c
1427 F: hw/intc/apic*
1428 F: hw/intc/ioapic*
1429 F: hw/intc/i8259*
1430 F: hw/isa/isa-superio.c
1431 F: hw/misc/debugexit.c
1432 F: hw/misc/pc-testdev.c
1433 F: hw/timer/hpet*
1434 F: hw/timer/i8254*
1435 F: hw/rtc/mc146818rtc*
1436 F: hw/watchdog/wdt_ib700.c
1437 F: hw/watchdog/wdt_i6300esb.c
1438 F: include/hw/display/vga.h
1439 F: include/hw/char/parallel.h
1440 F: include/hw/dma/i8257.h
1441 F: include/hw/i2c/pm_smbus.h
1442 F: include/hw/input/i8042.h
1443 F: include/hw/isa/i8259_internal.h
1444 F: include/hw/isa/superio.h
1445 F: include/hw/timer/hpet.h
1446 F: include/hw/timer/i8254*
1447 F: include/hw/rtc/mc146818rtc*
1449 microvm
1450 M: Sergio Lopez <slp@redhat.com>
1451 M: Paolo Bonzini <pbonzini@redhat.com>
1452 S: Maintained
1453 F: docs/microvm.rst
1454 F: hw/i386/microvm.c
1455 F: include/hw/i386/microvm.h
1456 F: pc-bios/bios-microvm.bin
1458 Machine core
1459 M: Eduardo Habkost <ehabkost@redhat.com>
1460 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1461 S: Supported
1462 F: hw/core/cpu.c
1463 F: hw/core/machine-qmp-cmds.c
1464 F: hw/core/machine.c
1465 F: hw/core/null-machine.c
1466 F: hw/core/numa.c
1467 F: hw/cpu/cluster.c
1468 F: qapi/machine.json
1469 F: qapi/machine-target.json
1470 F: include/hw/boards.h
1471 F: include/hw/core/cpu.h
1472 F: include/hw/cpu/cluster.h
1473 F: include/sysemu/numa.h
1474 T: git https://github.com/ehabkost/qemu.git machine-next
1476 Xtensa Machines
1477 ---------------
1479 M: Max Filippov <jcmvbkbc@gmail.com>
1480 S: Maintained
1481 F: hw/xtensa/sim.c
1483 virt
1484 M: Max Filippov <jcmvbkbc@gmail.com>
1485 S: Maintained
1486 F: hw/xtensa/virt.c
1488 XTFPGA (LX60, LX200, ML605, KC705)
1489 M: Max Filippov <jcmvbkbc@gmail.com>
1490 S: Maintained
1491 F: hw/xtensa/xtfpga.c
1492 F: hw/net/opencores_eth.c
1494 Devices
1495 -------
1497 M: Jiri Slaby <jslaby@suse.cz>
1498 S: Maintained
1499 F: hw/misc/edu.c
1502 M: John Snow <jsnow@redhat.com>
1503 L: qemu-block@nongnu.org
1504 S: Supported
1505 F: include/hw/ide.h
1506 F: include/hw/ide/
1507 F: hw/ide/
1508 F: hw/block/block.c
1509 F: hw/block/cdrom.c
1510 F: hw/block/hd-geometry.c
1511 F: tests/qtest/ide-test.c
1512 F: tests/qtest/ahci-test.c
1513 F: tests/qtest/cdrom-test.c
1514 F: tests/qtest/libqos/ahci*
1515 T: git https://github.com/jnsnow/qemu.git ide
1517 IPMI
1518 M: Corey Minyard <minyard@acm.org>
1519 S: Maintained
1520 F: include/hw/ipmi/*
1521 F: hw/ipmi/*
1522 F: hw/smbios/smbios_type_38.c
1523 F: tests/qtest/ipmi*
1524 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1526 Floppy
1527 M: John Snow <jsnow@redhat.com>
1528 L: qemu-block@nongnu.org
1529 S: Supported
1530 F: hw/block/fdc.c
1531 F: include/hw/block/fdc.h
1532 F: tests/qtest/fdc-test.c
1533 T: git https://github.com/jnsnow/qemu.git ide
1535 OMAP
1536 M: Peter Maydell <peter.maydell@linaro.org>
1537 L: qemu-arm@nongnu.org
1538 S: Maintained
1539 F: hw/*/omap*
1540 F: include/hw/arm/omap.h
1542 IPack
1543 M: Alberto Garcia <berto@igalia.com>
1544 S: Odd Fixes
1545 F: hw/char/ipoctal232.c
1546 F: hw/ipack/
1549 M: Michael S. Tsirkin <mst@redhat.com>
1550 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1551 S: Supported
1552 F: include/hw/pci/*
1553 F: hw/misc/pci-testdev.c
1554 F: hw/pci/*
1555 F: hw/pci-bridge/*
1556 F: docs/pci*
1557 F: docs/specs/*pci*
1558 F: default-configs/pci.mak
1560 ACPI/SMBIOS
1561 M: Michael S. Tsirkin <mst@redhat.com>
1562 M: Igor Mammedov <imammedo@redhat.com>
1563 S: Supported
1564 F: include/hw/acpi/*
1565 F: include/hw/firmware/smbios.h
1566 F: hw/mem/*
1567 F: hw/acpi/*
1568 F: hw/smbios/*
1569 F: hw/i386/acpi-build.[hc]
1570 F: hw/arm/virt-acpi-build.c
1571 F: tests/qtest/bios-tables-test*
1572 F: tests/qtest/acpi-utils.[hc]
1573 F: tests/data/acpi/
1575 ACPI/HEST/GHES
1576 R: Dongjiu Geng <gengdongjiu@huawei.com>
1577 R: Xiang Zheng <zhengxiang9@huawei.com>
1578 L: qemu-arm@nongnu.org
1579 S: Maintained
1580 F: hw/acpi/ghes.c
1581 F: include/hw/acpi/ghes.h
1582 F: docs/specs/acpi_hest_ghes.rst
1584 ppc4xx
1585 M: David Gibson <david@gibson.dropbear.id.au>
1586 L: qemu-ppc@nongnu.org
1587 S: Odd Fixes
1588 F: hw/ppc/ppc4*.c
1589 F: hw/i2c/ppc4xx_i2c.c
1590 F: include/hw/ppc/ppc4xx.h
1591 F: include/hw/i2c/ppc4xx_i2c.h
1593 Character devices
1594 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1595 R: Paolo Bonzini <pbonzini@redhat.com>
1596 S: Odd Fixes
1597 F: hw/char/
1599 Network devices
1600 M: Jason Wang <jasowang@redhat.com>
1601 S: Odd Fixes
1602 F: hw/net/
1603 F: include/hw/net/
1604 F: tests/qtest/virtio-net-test.c
1605 F: docs/virtio-net-failover.rst
1606 T: git https://github.com/jasowang/qemu.git net
1608 Parallel NOR Flash devices
1609 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1610 T: git https://gitlab.com/philmd/qemu.git pflash-next
1611 S: Maintained
1612 F: hw/block/pflash_cfi*.c
1613 F: include/hw/block/flash.h
1615 SCSI
1616 M: Paolo Bonzini <pbonzini@redhat.com>
1617 R: Fam Zheng <fam@euphon.net>
1618 S: Supported
1619 F: include/hw/scsi/*
1620 F: hw/scsi/*
1621 F: tests/qtest/virtio-scsi-test.c
1622 T: git https://github.com/bonzini/qemu.git scsi-next
1625 M: Alistair Francis <alistair@alistair23.me>
1626 S: Maintained
1627 F: hw/ssi/*
1628 F: hw/block/m25p80.c
1629 F: include/hw/ssi/ssi.h
1630 X: hw/ssi/xilinx_*
1631 F: tests/qtest/m25p80-test.c
1633 Xilinx SPI
1634 M: Alistair Francis <alistair@alistair23.me>
1635 S: Maintained
1636 F: hw/ssi/xilinx_*
1638 SD (Secure Card)
1639 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1640 S: Odd Fixes
1641 F: include/hw/sd/sd*
1642 F: hw/sd/core.c
1643 F: hw/sd/sd*
1644 F: hw/sd/ssi-sd.c
1645 F: tests/qtest/sd*
1648 M: Gerd Hoffmann <kraxel@redhat.com>
1649 S: Maintained
1650 F: hw/usb/*
1651 F: tests/qtest/usb-*-test.c
1652 F: docs/usb2.txt
1653 F: docs/usb-storage.txt
1654 F: include/hw/usb.h
1655 F: include/hw/usb/
1656 F: default-configs/usb.mak
1658 USB (serial adapter)
1659 M: Gerd Hoffmann <kraxel@redhat.com>
1660 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1661 S: Maintained
1662 F: hw/usb/dev-serial.c
1664 VFIO
1665 M: Alex Williamson <alex.williamson@redhat.com>
1666 S: Supported
1667 F: hw/vfio/*
1668 F: include/hw/vfio/
1670 vfio-ccw
1671 M: Cornelia Huck <cohuck@redhat.com>
1672 M: Eric Farman <farman@linux.ibm.com>
1673 S: Supported
1674 F: hw/vfio/ccw.c
1675 F: hw/s390x/s390-ccw.c
1676 F: include/hw/s390x/s390-ccw.h
1677 F: include/hw/s390x/vfio-ccw.h
1678 T: git https://github.com/cohuck/qemu.git s390-next
1679 L: qemu-s390x@nongnu.org
1681 vfio-ap
1682 M: Christian Borntraeger <borntraeger@de.ibm.com>
1683 M: Tony Krowiak <akrowiak@linux.ibm.com>
1684 M: Halil Pasic <pasic@linux.ibm.com>
1685 M: Pierre Morel <pmorel@linux.ibm.com>
1686 S: Supported
1687 F: hw/s390x/ap-device.c
1688 F: hw/s390x/ap-bridge.c
1689 F: include/hw/s390x/ap-device.h
1690 F: include/hw/s390x/ap-bridge.h
1691 F: hw/vfio/ap.c
1692 F: docs/system/s390x/vfio-ap.rst
1693 L: qemu-s390x@nongnu.org
1695 vhost
1696 M: Michael S. Tsirkin <mst@redhat.com>
1697 S: Supported
1698 F: hw/*/*vhost*
1699 F: docs/interop/vhost-user.json
1700 F: docs/interop/vhost-user.rst
1701 F: contrib/vhost-user-*/
1702 F: backends/vhost-user.c
1703 F: include/sysemu/vhost-user-backend.h
1705 virtio
1706 M: Michael S. Tsirkin <mst@redhat.com>
1707 S: Supported
1708 F: hw/*/virtio*
1709 F: hw/virtio/Makefile.objs
1710 F: hw/virtio/trace-events
1711 F: net/vhost-user.c
1712 F: include/hw/virtio/
1714 virtio-balloon
1715 M: Michael S. Tsirkin <mst@redhat.com>
1716 M: David Hildenbrand <david@redhat.com>
1717 S: Maintained
1718 F: hw/virtio/virtio-balloon*.c
1719 F: include/hw/virtio/virtio-balloon.h
1720 F: balloon.c
1721 F: include/sysemu/balloon.h
1723 virtio-9p
1724 M: Greg Kurz <groug@kaod.org>
1725 M: Christian Schoenebeck <qemu_oss@crudebyte.com>
1726 S: Odd Fixes
1727 F: hw/9pfs/
1728 X: hw/9pfs/xen-9p*
1729 F: fsdev/
1730 F: docs/interop/virtfs-proxy-helper.rst
1731 F: tests/qtest/virtio-9p-test.c
1732 T: git https://github.com/gkurz/qemu.git 9p-next
1734 virtio-blk
1735 M: Stefan Hajnoczi <stefanha@redhat.com>
1736 L: qemu-block@nongnu.org
1737 S: Supported
1738 F: hw/block/virtio-blk.c
1739 F: hw/block/dataplane/*
1740 F: tests/qtest/virtio-blk-test.c
1741 T: git https://github.com/stefanha/qemu.git block
1743 virtio-ccw
1744 M: Cornelia Huck <cohuck@redhat.com>
1745 M: Halil Pasic <pasic@linux.ibm.com>
1746 S: Supported
1747 F: hw/s390x/virtio-ccw*.[hc]
1748 F: hw/s390x/vhost-vsock-ccw.c
1749 T: git https://github.com/cohuck/qemu.git s390-next
1750 T: git https://github.com/borntraeger/qemu.git s390-next
1751 L: qemu-s390x@nongnu.org
1753 virtiofs
1754 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1755 M: Stefan Hajnoczi <stefanha@redhat.com>
1756 S: Supported
1757 F: tools/virtiofsd/*
1758 F: hw/virtio/vhost-user-fs*
1759 F: include/hw/virtio/vhost-user-fs.h
1760 F: docs/interop/virtiofsd.rst
1762 virtio-input
1763 M: Gerd Hoffmann <kraxel@redhat.com>
1764 S: Maintained
1765 F: hw/input/vhost-user-input.c
1766 F: hw/input/virtio-input*.c
1767 F: include/hw/virtio/virtio-input.h
1768 F: contrib/vhost-user-input/*
1770 virtio-iommu
1771 M: Eric Auger <eric.auger@redhat.com>
1772 S: Maintained
1773 F: hw/virtio/virtio-iommu*.c
1774 F: include/hw/virtio/virtio-iommu.h
1776 virtio-serial
1777 M: Laurent Vivier <lvivier@redhat.com>
1778 R: Amit Shah <amit@kernel.org>
1779 S: Supported
1780 F: hw/char/virtio-serial-bus.c
1781 F: hw/char/virtio-console.c
1782 F: include/hw/virtio/virtio-serial.h
1783 F: tests/qtest/virtio-serial-test.c
1785 virtio-rng
1786 M: Laurent Vivier <lvivier@redhat.com>
1787 R: Amit Shah <amit@kernel.org>
1788 S: Supported
1789 F: hw/virtio/virtio-rng.c
1790 F: include/hw/virtio/virtio-rng.h
1791 F: include/sysemu/rng*.h
1792 F: backends/rng*.c
1793 F: tests/qtest/virtio-rng-test.c
1795 virtio-crypto
1796 M: Gonglei <arei.gonglei@huawei.com>
1797 S: Supported
1798 F: hw/virtio/virtio-crypto.c
1799 F: hw/virtio/virtio-crypto-pci.c
1800 F: include/hw/virtio/virtio-crypto.h
1802 virtio-mem
1803 M: David Hildenbrand <david@redhat.com>
1804 S: Supported
1805 W: https://virtio-mem.gitlab.io/
1806 F: hw/virtio/virtio-mem.c
1807 F: hw/virtio/virtio-mem-pci.h
1808 F: hw/virtio/virtio-mem-pci.c
1809 F: include/hw/virtio/virtio-mem.h
1811 nvme
1812 M: Keith Busch <kbusch@kernel.org>
1813 L: qemu-block@nongnu.org
1814 S: Supported
1815 F: hw/block/nvme*
1816 F: tests/qtest/nvme-test.c
1818 megasas
1819 M: Hannes Reinecke <hare@suse.com>
1820 L: qemu-block@nongnu.org
1821 S: Supported
1822 F: hw/scsi/megasas.c
1823 F: hw/scsi/mfi.h
1824 F: tests/qtest/megasas-test.c
1826 Network packet abstractions
1827 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1828 S: Maintained
1829 F: include/net/eth.h
1830 F: net/eth.c
1831 F: hw/net/net_rx_pkt*
1832 F: hw/net/net_tx_pkt*
1834 Vmware
1835 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1836 S: Maintained
1837 F: hw/net/vmxnet*
1838 F: hw/scsi/vmw_pvscsi*
1839 F: tests/qtest/vmxnet3-test.c
1841 Rocker
1842 M: Jiri Pirko <jiri@resnulli.us>
1843 S: Maintained
1844 F: hw/net/rocker/
1845 F: tests/rocker/
1846 F: docs/specs/rocker.txt
1848 NVDIMM
1849 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1850 S: Maintained
1851 F: hw/acpi/nvdimm.c
1852 F: hw/mem/nvdimm.c
1853 F: include/hw/mem/nvdimm.h
1854 F: docs/nvdimm.txt
1856 e1000x
1857 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1858 S: Maintained
1859 F: hw/net/e1000x*
1861 e1000e
1862 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1863 S: Maintained
1864 F: hw/net/e1000e*
1866 eepro100
1867 M: Stefan Weil <sw@weilnetz.de>
1868 S: Maintained
1869 F: hw/net/eepro100.c
1871 tulip
1872 M: Sven Schnelle <svens@stackframe.org>
1873 S: Maintained
1874 F: hw/net/tulip.c
1875 F: hw/net/tulip.h
1877 Generic Loader
1878 M: Alistair Francis <alistair@alistair23.me>
1879 S: Maintained
1880 F: hw/core/generic-loader.c
1881 F: include/hw/core/generic-loader.h
1882 F: docs/generic-loader.txt
1884 Intel Hexadecimal Object File Loader
1885 M: Su Hang <suhang16@mails.ucas.ac.cn>
1886 S: Maintained
1887 F: tests/qtest/hexloader-test.c
1888 F: tests/data/hex-loader/test.hex
1890 CHRP NVRAM
1891 M: Thomas Huth <thuth@redhat.com>
1892 S: Maintained
1893 F: hw/nvram/chrp_nvram.c
1894 F: include/hw/nvram/chrp_nvram.h
1895 F: tests/qtest/prom-env-test.c
1897 VM Generation ID
1898 M: Ben Warren <ben@skyportsystems.com>
1899 S: Maintained
1900 F: hw/acpi/vmgenid.c
1901 F: include/hw/acpi/vmgenid.h
1902 F: docs/specs/vmgenid.txt
1903 F: tests/qtest/vmgenid-test.c
1904 F: stubs/vmgenid.c
1906 Unimplemented device
1907 M: Peter Maydell <peter.maydell@linaro.org>
1908 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1909 S: Maintained
1910 F: include/hw/misc/unimp.h
1911 F: hw/misc/unimp.c
1913 Empty slot
1914 M: Artyom Tarasenko <atar4qemu@gmail.com>
1915 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1916 S: Maintained
1917 F: include/hw/misc/empty_slot.h
1918 F: hw/misc/empty_slot.c
1920 Standard VGA
1921 M: Gerd Hoffmann <kraxel@redhat.com>
1922 S: Maintained
1923 F: hw/display/vga*
1924 F: hw/display/bochs-display.c
1925 F: include/hw/display/vga.h
1926 F: include/hw/display/bochs-vbe.h
1928 ramfb
1929 M: Gerd Hoffmann <kraxel@redhat.com>
1930 S: Maintained
1931 F: hw/display/ramfb*.c
1932 F: include/hw/display/ramfb.h
1934 virtio-gpu
1935 M: Gerd Hoffmann <kraxel@redhat.com>
1936 S: Maintained
1937 F: hw/display/virtio-gpu*
1938 F: hw/display/virtio-vga.*
1939 F: include/hw/virtio/virtio-gpu.h
1941 vhost-user-blk
1942 M: Raphael Norwitz <raphael.norwitz@nutanix.com>
1943 S: Maintained
1944 F: contrib/vhost-user-blk/
1945 F: contrib/vhost-user-scsi/
1946 F: hw/block/vhost-user-blk.c
1947 F: hw/scsi/vhost-user-scsi.c
1948 F: hw/virtio/vhost-user-blk-pci.c
1949 F: hw/virtio/vhost-user-scsi-pci.c
1950 F: include/hw/virtio/vhost-user-blk.h
1951 F: include/hw/virtio/vhost-user-scsi.h
1953 vhost-user-gpu
1954 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1955 M: Gerd Hoffmann <kraxel@redhat.com>
1956 S: Maintained
1957 F: docs/interop/vhost-user-gpu.rst
1958 F: contrib/vhost-user-gpu
1959 F: hw/display/vhost-user-*
1961 Cirrus VGA
1962 M: Gerd Hoffmann <kraxel@redhat.com>
1963 S: Odd Fixes
1964 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1965 F: hw/display/cirrus*
1967 EDID Generator
1968 M: Gerd Hoffmann <kraxel@redhat.com>
1969 S: Maintained
1970 F: hw/display/edid*
1971 F: include/hw/display/edid.h
1972 F: qemu-edid.c
1974 PIIX4 South Bridge (i82371AB)
1975 M: Hervé Poussineau <hpoussin@reactos.org>
1976 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1977 S: Maintained
1978 F: hw/isa/piix4.c
1979 F: include/hw/southbridge/piix.h
1981 Firmware configuration (fw_cfg)
1982 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1983 R: Laszlo Ersek <lersek@redhat.com>
1984 R: Gerd Hoffmann <kraxel@redhat.com>
1985 S: Supported
1986 F: docs/specs/fw_cfg.txt
1987 F: hw/nvram/fw_cfg.c
1988 F: stubs/fw_cfg.c
1989 F: include/hw/nvram/fw_cfg.h
1990 F: include/standard-headers/linux/qemu_fw_cfg.h
1991 F: tests/qtest/libqos/fw_cfg.c
1992 F: tests/qtest/fw_cfg-test.c
1993 T: git https://github.com/philmd/qemu.git fw_cfg-next
1995 XIVE
1996 M: David Gibson <david@gibson.dropbear.id.au>
1997 M: Cédric Le Goater <clg@kaod.org>
1998 L: qemu-ppc@nongnu.org
1999 S: Supported
2000 F: hw/*/*xive*
2001 F: include/hw/*/*xive*
2002 F: docs/*/*xive*
2004 Renesas peripherals
2005 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2006 R: Magnus Damm <magnus.damm@gmail.com>
2007 S: Maintained
2008 F: hw/char/renesas_sci.c
2009 F: hw/char/sh_serial.c
2010 F: hw/timer/renesas_*.c
2011 F: hw/timer/sh_timer.c
2012 F: include/hw/char/renesas_sci.h
2013 F: include/hw/sh4/sh.h
2014 F: include/hw/timer/renesas_*.h
2016 Renesas RX peripherals
2017 M: Yoshinori Sato <ysato@users.sourceforge.jp>
2018 S: Maintained
2019 F: hw/intc/rx_icu.c
2020 F: hw/rx/
2021 F: include/hw/intc/rx_icu.h
2022 F: include/hw/rx/
2024 Subsystems
2025 ----------
2026 Audio
2027 M: Gerd Hoffmann <kraxel@redhat.com>
2028 S: Maintained
2029 F: audio/
2030 F: hw/audio/
2031 F: include/hw/audio/
2032 F: tests/qtest/ac97-test.c
2033 F: tests/qtest/es1370-test.c
2034 F: tests/qtest/intel-hda-test.c
2036 Block layer core
2037 M: Kevin Wolf <kwolf@redhat.com>
2038 M: Max Reitz <mreitz@redhat.com>
2039 L: qemu-block@nongnu.org
2040 S: Supported
2041 F: block*
2042 F: block/
2043 F: hw/block/
2044 F: include/block/
2045 F: qemu-img*
2046 F: docs/interop/qemu-img.rst
2047 F: qemu-io*
2048 F: tests/qemu-iotests/
2049 F: util/qemu-progress.c
2050 F: qobject/block-qdict.c
2051 F: tests/check-block-qdict.c
2052 T: git https://repo.or.cz/qemu/kevin.git block
2054 Block I/O path
2055 M: Stefan Hajnoczi <stefanha@redhat.com>
2056 M: Fam Zheng <fam@euphon.net>
2057 L: qemu-block@nongnu.org
2058 S: Supported
2059 F: util/async.c
2060 F: util/aio-*.c
2061 F: util/aio-*.h
2062 F: util/fdmon-*.c
2063 F: block/io.c
2064 F: migration/block*
2065 F: include/block/aio.h
2066 F: include/block/aio-wait.h
2067 F: scripts/qemugdb/aio.py
2068 T: git https://github.com/stefanha/qemu.git block
2070 Block SCSI subsystem
2071 M: Paolo Bonzini <pbonzini@redhat.com>
2072 R: Fam Zheng <fam@euphon.net>
2073 L: qemu-block@nongnu.org
2074 S: Supported
2075 F: include/scsi/*
2076 F: scsi/*
2078 Block Jobs
2079 M: John Snow <jsnow@redhat.com>
2080 L: qemu-block@nongnu.org
2081 S: Supported
2082 F: blockjob.c
2083 F: include/block/blockjob.h
2084 F: job.c
2085 F: job-qmp.c
2086 F: include/qemu/job.h
2087 F: block/backup.c
2088 F: block/commit.c
2089 F: block/stream.c
2090 F: block/mirror.c
2091 F: qapi/job.json
2092 T: git https://github.com/jnsnow/qemu.git jobs
2094 Block QAPI, monitor, command line
2095 M: Markus Armbruster <armbru@redhat.com>
2096 S: Supported
2097 F: blockdev.c
2098 F: blockdev-hmp-cmds.c
2099 F: block/qapi.c
2100 F: qapi/block*.json
2101 F: qapi/transaction.json
2102 T: git https://repo.or.cz/qemu/armbru.git block-next
2104 Dirty Bitmaps
2105 M: Eric Blake <eblake@redhat.com>
2106 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2107 R: John Snow <jsnow@redhat.com>
2108 L: qemu-block@nongnu.org
2109 S: Supported
2110 F: include/qemu/hbitmap.h
2111 F: include/block/dirty-bitmap.h
2112 F: block/monitor/bitmap-qmp-cmds.c
2113 F: block/dirty-bitmap.c
2114 F: block/qcow2-bitmap.c
2115 F: migration/block-dirty-bitmap.c
2116 F: util/hbitmap.c
2117 F: tests/test-hbitmap.c
2118 F: docs/interop/bitmaps.rst
2119 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2121 Character device backends
2122 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2123 R: Paolo Bonzini <pbonzini@redhat.com>
2124 S: Maintained
2125 F: chardev/
2126 F: include/chardev/
2127 F: qapi/char.json
2129 Character Devices (Braille)
2130 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2131 S: Maintained
2132 F: chardev/baum.c
2134 Command line option argument parsing
2135 M: Markus Armbruster <armbru@redhat.com>
2136 S: Supported
2137 F: include/qemu/option.h
2138 F: tests/test-keyval.c
2139 F: tests/test-qemu-opts.c
2140 F: util/keyval.c
2141 F: util/qemu-option.c
2143 Coverity model
2144 M: Markus Armbruster <armbru@redhat.com>
2145 S: Supported
2146 F: scripts/coverity-model.c
2148 Coverity Scan integration
2149 M: Peter Maydell <peter.maydell@linaro.org>
2150 S: Maintained
2151 F: scripts/coverity-scan/
2153 Device Tree
2154 M: Alistair Francis <alistair.francis@wdc.com>
2155 R: David Gibson <david@gibson.dropbear.id.au>
2156 S: Maintained
2157 F: device_tree.c
2158 F: include/sysemu/device_tree.h
2160 Dump
2161 S: Supported
2162 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2163 F: dump/
2164 F: hw/misc/vmcoreinfo.c
2165 F: include/hw/misc/vmcoreinfo.h
2166 F: include/qemu/win_dump_defs
2167 F: include/sysemu/dump-arch.h
2168 F: include/sysemu/dump.h
2169 F: qapi/dump.json
2170 F: scripts/dump-guest-memory.py
2171 F: stubs/dump.c
2173 Error reporting
2174 M: Markus Armbruster <armbru@redhat.com>
2175 S: Supported
2176 F: include/qapi/error.h
2177 F: include/qemu/error-report.h
2178 F: qapi/error.json
2179 F: util/error.c
2180 F: util/qemu-error.c
2181 F: scripts/coccinelle/err-bad-newline.cocci
2182 F: scripts/coccinelle/error-use-after-free.cocci
2183 F: scripts/coccinelle/error_propagate_null.cocci
2184 F: scripts/coccinelle/remove_local_err.cocci
2185 F: scripts/coccinelle/use-error_fatal.cocci
2186 F: scripts/coccinelle/errp-guard.cocci
2188 GDB stub
2189 M: Alex Bennée <alex.bennee@linaro.org>
2190 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2191 S: Maintained
2192 F: gdbstub*
2193 F: gdb-xml/
2195 Memory API
2196 M: Paolo Bonzini <pbonzini@redhat.com>
2197 S: Supported
2198 F: include/exec/ioport.h
2199 F: ioport.c
2200 F: include/exec/memop.h
2201 F: include/exec/memory.h
2202 F: include/exec/ram_addr.h
2203 F: include/exec/ramblock.h
2204 F: memory.c
2205 F: include/exec/memory-internal.h
2206 F: exec.c
2207 F: scripts/coccinelle/memory-region-housekeeping.cocci
2209 SPICE
2210 M: Gerd Hoffmann <kraxel@redhat.com>
2211 S: Supported
2212 F: include/ui/qemu-spice.h
2213 F: include/ui/spice-display.h
2214 F: ui/spice-*.c
2215 F: audio/spiceaudio.c
2216 F: hw/display/qxl*
2217 F: qapi/ui.json
2218 F: docs/spice-port-fqdn.txt
2220 Graphics
2221 M: Gerd Hoffmann <kraxel@redhat.com>
2222 S: Odd Fixes
2223 F: ui/
2224 F: include/ui/
2225 F: qapi/ui.json
2226 F: util/drm.c
2228 Cocoa graphics
2229 M: Peter Maydell <peter.maydell@linaro.org>
2230 S: Odd Fixes
2231 F: ui/cocoa.m
2233 Main loop
2234 M: Paolo Bonzini <pbonzini@redhat.com>
2235 S: Maintained
2236 F: cpus.c
2237 F: include/qemu/main-loop.h
2238 F: include/sysemu/runstate.h
2239 F: util/main-loop.c
2240 F: util/qemu-timer.c
2241 F: softmmu/vl.c
2242 F: softmmu/main.c
2243 F: qapi/run-state.json
2245 Human Monitor (HMP)
2246 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2247 S: Maintained
2248 F: monitor/monitor-internal.h
2249 F: monitor/misc.c
2250 F: monitor/monitor.c
2251 F: monitor/hmp*
2252 F: hmp.h
2253 F: hmp-commands*.hx
2254 F: include/monitor/hmp-target.h
2255 F: tests/qtest/test-hmp.c
2256 F: include/qemu/qemu-print.h
2257 F: util/qemu-print.c
2259 Network device backends
2260 M: Jason Wang <jasowang@redhat.com>
2261 S: Maintained
2262 F: net/
2263 F: include/net/
2264 F: qemu-bridge-helper.c
2265 T: git https://github.com/jasowang/qemu.git net
2266 F: qapi/net.json
2268 Netmap network backend
2269 M: Luigi Rizzo <rizzo@iet.unipi.it>
2270 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2271 M: Vincenzo Maffione <v.maffione@gmail.com>
2272 W: http://info.iet.unipi.it/~luigi/netmap/
2273 S: Maintained
2274 F: net/netmap.c
2276 Host Memory Backends
2277 M: Eduardo Habkost <ehabkost@redhat.com>
2278 M: Igor Mammedov <imammedo@redhat.com>
2279 S: Maintained
2280 F: backends/hostmem*.c
2281 F: include/sysemu/hostmem.h
2282 T: git https://github.com/ehabkost/qemu.git machine-next
2284 Cryptodev Backends
2285 M: Gonglei <arei.gonglei@huawei.com>
2286 S: Maintained
2287 F: include/sysemu/cryptodev*.h
2288 F: backends/cryptodev*.c
2290 Python scripts
2291 M: Eduardo Habkost <ehabkost@redhat.com>
2292 M: Cleber Rosa <crosa@redhat.com>
2293 S: Odd fixes
2294 F: python/qemu/*py
2295 F: scripts/*.py
2296 F: tests/*.py
2298 Benchmark util
2299 M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2300 S: Maintained
2301 F: scripts/simplebench/
2303 QAPI
2304 M: Markus Armbruster <armbru@redhat.com>
2305 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2306 S: Supported
2307 F: qapi/
2308 X: qapi/*.json
2309 F: include/qapi/
2310 X: include/qapi/qmp/
2311 F: include/qapi/qmp/dispatch.h
2312 F: tests/qapi-schema/
2313 F: tests/test-*-visitor.c
2314 F: tests/test-qapi-*.c
2315 F: tests/test-qmp-*.c
2316 F: tests/test-visitor-serialization.c
2317 F: scripts/qapi-gen.py
2318 F: scripts/qapi/*
2319 F: docs/devel/qapi*
2320 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2322 QAPI Schema
2323 M: Eric Blake <eblake@redhat.com>
2324 M: Markus Armbruster <armbru@redhat.com>
2325 S: Supported
2326 F: qapi/*.json
2327 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2329 QObject
2330 M: Markus Armbruster <armbru@redhat.com>
2331 S: Supported
2332 F: qobject/
2333 F: include/qapi/qmp/
2334 X: include/qapi/qmp/dispatch.h
2335 F: scripts/coccinelle/qobject.cocci
2336 F: tests/check-qdict.c
2337 F: tests/check-qjson.c
2338 F: tests/check-qlist.c
2339 F: tests/check-qlit.c
2340 F: tests/check-qnull.c
2341 F: tests/check-qnum.c
2342 F: tests/check-qobject.c
2343 F: tests/check-qstring.c
2344 F: tests/data/qobject/qdict.txt
2345 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2347 QEMU Guest Agent
2348 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2349 S: Maintained
2350 F: qga/
2351 F: docs/interop/qemu-ga.rst
2352 F: scripts/qemu-guest-agent/
2353 F: tests/test-qga.c
2354 F: docs/interop/qemu-ga-ref.texi
2355 T: git https://github.com/mdroth/qemu.git qga
2358 M: Paolo Bonzini <pbonzini@redhat.com>
2359 R: Daniel P. Berrange <berrange@redhat.com>
2360 R: Eduardo Habkost <ehabkost@redhat.com>
2361 S: Supported
2362 F: docs/qdev-device-use.txt
2363 F: hw/core/qdev*
2364 F: hw/core/bus.c
2365 F: hw/core/sysbus.c
2366 F: include/hw/qdev*
2367 F: include/monitor/qdev.h
2368 F: include/qom/
2369 F: qapi/qom.json
2370 F: qapi/qdev.json
2371 F: qdev-monitor.c
2372 F: qom/
2373 F: tests/check-qom-interface.c
2374 F: tests/check-qom-proplist.c
2375 F: tests/test-qdev-global-props.c
2378 M: Markus Armbruster <armbru@redhat.com>
2379 S: Supported
2380 F: monitor/monitor-internal.h
2381 F: monitor/qmp*
2382 F: monitor/misc.c
2383 F: monitor/monitor.c
2384 F: qapi/error.json
2385 F: docs/devel/*qmp-*
2386 F: docs/interop/*qmp-*
2387 F: scripts/qmp/
2388 F: tests/qtest/qmp-test.c
2389 F: tests/qtest/qmp-cmd-test.c
2390 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2392 qtest
2393 M: Thomas Huth <thuth@redhat.com>
2394 M: Laurent Vivier <lvivier@redhat.com>
2395 R: Paolo Bonzini <pbonzini@redhat.com>
2396 S: Maintained
2397 F: qtest.c
2398 F: accel/qtest.c
2399 F: tests/qtest/
2400 X: tests/qtest/bios-tables-test-allowed-diff.h
2402 Device Fuzzing
2403 M: Alexander Bulekov <alxndr@bu.edu>
2404 R: Paolo Bonzini <pbonzini@redhat.com>
2405 R: Bandan Das <bsd@redhat.com>
2406 R: Stefan Hajnoczi <stefanha@redhat.com>
2407 S: Maintained
2408 F: tests/qtest/fuzz/
2409 F: scripts/oss-fuzz/
2411 Register API
2412 M: Alistair Francis <alistair@alistair23.me>
2413 S: Maintained
2414 F: hw/core/register.c
2415 F: include/hw/register.h
2416 F: include/hw/registerfields.h
2418 SLIRP
2419 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2420 S: Maintained
2421 F: slirp/
2422 F: net/slirp.c
2423 F: include/net/slirp.h
2424 T: git https://people.debian.org/~sthibault/qemu.git slirp
2426 Streams
2427 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2428 S: Maintained
2429 F: hw/core/stream.c
2430 F: include/hw/stream.h
2432 Stubs
2433 M: Paolo Bonzini <pbonzini@redhat.com>
2434 S: Maintained
2435 F: stubs/
2437 Tracing
2438 M: Stefan Hajnoczi <stefanha@redhat.com>
2439 S: Maintained
2440 F: trace/
2441 F: trace-events
2442 F: docs/qemu-option-trace.rst.inc
2443 F: scripts/tracetool.py
2444 F: scripts/tracetool/
2445 F: scripts/qemu-trace-stap*
2446 F: docs/interop/qemu-trace-stap.rst
2447 F: docs/devel/tracing.txt
2448 T: git https://github.com/stefanha/qemu.git tracing
2451 M: Stefan Berger <stefanb@linux.ibm.com>
2452 S: Maintained
2453 F: tpm.c
2454 F: stubs/tpm.c
2455 F: hw/tpm/*
2456 F: include/hw/acpi/tpm.h
2457 F: include/sysemu/tpm*
2458 F: qapi/tpm.json
2459 F: backends/tpm/
2460 F: tests/qtest/*tpm*
2461 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2463 Checkpatch
2464 S: Odd Fixes
2465 F: scripts/checkpatch.pl
2467 Migration
2468 M: Juan Quintela <quintela@redhat.com>
2469 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2470 S: Maintained
2471 F: hw/core/vmstate-if.c
2472 F: include/hw/vmstate-if.h
2473 F: include/migration/
2474 F: migration/
2475 F: scripts/vmstate-static-checker.py
2476 F: tests/vmstate-static-checker-data/
2477 F: tests/qtest/migration-test.c
2478 F: docs/devel/migration.rst
2479 F: qapi/migration.json
2481 D-Bus
2482 M: Marc-André Lureau <marcandre.lureau@redhat.com>
2483 S: Maintained
2484 F: backends/dbus-vmstate.c
2485 F: tests/dbus-vmstate*
2486 F: util/dbus.c
2487 F: include/qemu/dbus.h
2488 F: docs/interop/dbus.rst
2489 F: docs/interop/dbus-vmstate.rst
2491 Seccomp
2492 M: Eduardo Otubo <otubo@redhat.com>
2493 S: Supported
2494 F: qemu-seccomp.c
2495 F: include/sysemu/seccomp.h
2497 Cryptography
2498 M: Daniel P. Berrange <berrange@redhat.com>
2499 S: Maintained
2500 F: crypto/
2501 F: include/crypto/
2502 F: tests/test-crypto-*
2503 F: tests/benchmark-crypto-*
2504 F: tests/crypto-tls-*
2505 F: tests/pkix_asn1_tab.c
2506 F: qemu.sasl
2508 Coroutines
2509 M: Stefan Hajnoczi <stefanha@redhat.com>
2510 M: Kevin Wolf <kwolf@redhat.com>
2511 S: Maintained
2512 F: util/*coroutine*
2513 F: include/qemu/coroutine*
2514 F: tests/test-coroutine.c
2516 Buffers
2517 M: Daniel P. Berrange <berrange@redhat.com>
2518 S: Odd fixes
2519 F: util/buffer.c
2520 F: include/qemu/buffer.h
2522 I/O Channels
2523 M: Daniel P. Berrange <berrange@redhat.com>
2524 S: Maintained
2525 F: io/
2526 F: include/io/
2527 F: tests/test-io-*
2529 User authorization
2530 M: Daniel P. Berrange <berrange@redhat.com>
2531 S: Maintained
2532 F: authz/
2533 F: qapi/authz.json
2534 F: include/authz/
2535 F: tests/test-authz-*
2537 Sockets
2538 M: Daniel P. Berrange <berrange@redhat.com>
2539 M: Gerd Hoffmann <kraxel@redhat.com>
2540 S: Maintained
2541 F: include/qemu/sockets.h
2542 F: util/qemu-sockets.c
2543 F: qapi/sockets.json
2545 File monitor
2546 M: Daniel P. Berrange <berrange@redhat.com>
2547 S: Odd fixes
2548 F: util/filemonitor*.c
2549 F: include/qemu/filemonitor.h
2550 F: tests/test-util-filemonitor.c
2552 Throttling infrastructure
2553 M: Alberto Garcia <berto@igalia.com>
2554 S: Supported
2555 F: block/throttle-groups.c
2556 F: include/block/throttle-groups.h
2557 F: include/qemu/throttle*.h
2558 F: util/throttle.c
2559 F: docs/throttle.txt
2560 F: tests/test-throttle.c
2561 L: qemu-block@nongnu.org
2563 UUID
2564 M: Fam Zheng <fam@euphon.net>
2565 S: Supported
2566 F: util/uuid.c
2567 F: include/qemu/uuid.h
2568 F: tests/test-uuid.c
2570 COLO Framework
2571 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2572 S: Maintained
2573 F: migration/colo*
2574 F: include/migration/colo.h
2575 F: include/migration/failover.h
2576 F: docs/COLO-FT.txt
2578 COLO Proxy
2579 M: Zhang Chen <chen.zhang@intel.com>
2580 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2581 S: Supported
2582 F: docs/colo-proxy.txt
2583 F: net/colo*
2584 F: net/filter-rewriter.c
2585 F: net/filter-mirror.c
2587 Record/replay
2588 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2589 R: Paolo Bonzini <pbonzini@redhat.com>
2590 W: https://wiki.qemu.org/Features/record-replay
2591 S: Supported
2592 F: replay/*
2593 F: block/blkreplay.c
2594 F: net/filter-replay.c
2595 F: include/sysemu/replay.h
2596 F: docs/replay.txt
2597 F: stubs/replay.c
2598 F: tests/acceptance/replay_kernel.py
2600 IOVA Tree
2601 M: Peter Xu <peterx@redhat.com>
2602 S: Maintained
2603 F: include/qemu/iova-tree.h
2604 F: util/iova-tree.c
2606 elf2dmp
2607 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2608 S: Maintained
2609 F: contrib/elf2dmp/
2611 I2C and SMBus
2612 M: Corey Minyard <cminyard@mvista.com>
2613 S: Maintained
2614 F: hw/i2c/core.c
2615 F: hw/i2c/smbus_slave.c
2616 F: hw/i2c/smbus_master.c
2617 F: hw/i2c/smbus_eeprom.c
2618 F: include/hw/i2c/i2c.h
2619 F: include/hw/i2c/smbus_master.h
2620 F: include/hw/i2c/smbus_slave.h
2621 F: include/hw/i2c/smbus_eeprom.h
2623 EDK2 Firmware
2624 M: Laszlo Ersek <lersek@redhat.com>
2625 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2626 S: Supported
2627 F: pc-bios/descriptors/??-edk2-*.json
2628 F: pc-bios/edk2-*
2629 F: roms/Makefile.edk2
2630 F: roms/edk2
2631 F: roms/edk2-*
2632 F: tests/data/uefi-boot-images/
2633 F: tests/uefi-test-tools/
2634 F: .gitlab-ci.d/edk2.yml
2635 F: .gitlab-ci.d/edk2/
2637 VT-d Emulation
2638 M: Michael S. Tsirkin <mst@redhat.com>
2639 M: Peter Xu <peterx@redhat.com>
2640 R: Jason Wang <jasowang@redhat.com>
2641 S: Supported
2642 F: hw/i386/intel_iommu.c
2643 F: hw/i386/intel_iommu_internal.h
2644 F: include/hw/i386/intel_iommu.h
2646 Usermode Emulation
2647 ------------------
2648 Overall usermode emulation
2649 M: Riku Voipio <riku.voipio@iki.fi>
2650 S: Maintained
2651 F: thunk.c
2652 F: accel/tcg/user-exec*.c
2654 BSD user
2655 S: Orphan
2656 F: bsd-user/
2657 F: default-configs/*-bsd-user.mak
2659 Linux user
2660 M: Laurent Vivier <laurent@vivier.eu>
2661 S: Maintained
2662 F: linux-user/
2663 F: default-configs/*-linux-user.mak
2664 F: scripts/qemu-binfmt-conf.sh
2665 F: scripts/update-syscalltbl.sh
2666 F: scripts/update-mips-syscall-args.sh
2667 F: scripts/gensyscalls.sh
2669 Tiny Code Generator (TCG)
2670 -------------------------
2671 Common TCG code
2672 M: Richard Henderson <rth@twiddle.net>
2673 S: Maintained
2674 F: tcg/
2675 F: include/tcg/
2677 TCG Plugins
2678 M: Alex Bennée <alex.bennee@linaro.org>
2679 S: Maintained
2680 F: docs/devel/tcg-plugins.rst
2681 F: plugins/
2682 F: tests/plugin
2684 AArch64 TCG target
2685 M: Richard Henderson <richard.henderson@linaro.org>
2686 S: Maintained
2687 L: qemu-arm@nongnu.org
2688 F: tcg/aarch64/
2689 F: disas/arm-a64.cc
2690 F: disas/libvixl/
2692 ARM TCG target
2693 M: Andrzej Zaborowski <balrogg@gmail.com>
2694 S: Maintained
2695 L: qemu-arm@nongnu.org
2696 F: tcg/arm/
2697 F: disas/arm.c
2699 i386 TCG target
2700 M: Richard Henderson <rth@twiddle.net>
2701 S: Maintained
2702 F: tcg/i386/
2703 F: disas/i386.c
2705 MIPS TCG target
2706 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
2707 R: Aurelien Jarno <aurelien@aurel32.net>
2708 R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
2709 S: Maintained
2710 F: tcg/mips/
2712 PPC TCG target
2713 M: Richard Henderson <rth@twiddle.net>
2714 S: Odd Fixes
2715 F: tcg/ppc/
2716 F: disas/ppc.c
2718 RISC-V TCG target
2719 M: Palmer Dabbelt <palmer@dabbelt.com>
2720 M: Alistair Francis <Alistair.Francis@wdc.com>
2721 L: qemu-riscv@nongnu.org
2722 S: Maintained
2723 F: tcg/riscv/
2724 F: disas/riscv.c
2726 S390 TCG target
2727 M: Richard Henderson <rth@twiddle.net>
2728 S: Maintained
2729 F: tcg/s390/
2730 F: disas/s390.c
2731 L: qemu-s390x@nongnu.org
2733 SPARC TCG target
2734 S: Odd Fixes
2735 F: tcg/sparc/
2736 F: disas/sparc.c
2738 TCI TCG target
2739 M: Stefan Weil <sw@weilnetz.de>
2740 S: Maintained
2741 F: tcg/tci/
2742 F: tcg/tci.c
2743 F: disas/tci.c
2745 Block drivers
2746 -------------
2747 VMDK
2748 M: Fam Zheng <fam@euphon.net>
2749 L: qemu-block@nongnu.org
2750 S: Supported
2751 F: block/vmdk.c
2754 M: Jason Dillaman <dillaman@redhat.com>
2755 L: qemu-block@nongnu.org
2756 S: Supported
2757 F: block/rbd.c
2759 Sheepdog
2760 M: Liu Yuan <namei.unix@gmail.com>
2761 L: qemu-block@nongnu.org
2762 L: sheepdog@lists.wpkg.org
2763 S: Odd Fixes
2764 F: block/sheepdog.c
2766 VHDX
2767 M: Jeff Cody <codyprime@gmail.com>
2768 L: qemu-block@nongnu.org
2769 S: Supported
2770 F: block/vhdx*
2773 M: Stefan Weil <sw@weilnetz.de>
2774 L: qemu-block@nongnu.org
2775 S: Maintained
2776 F: block/vdi.c
2778 iSCSI
2779 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2780 M: Paolo Bonzini <pbonzini@redhat.com>
2781 M: Peter Lieven <pl@kamp.de>
2782 L: qemu-block@nongnu.org
2783 S: Odd Fixes
2784 F: block/iscsi.c
2785 F: block/iscsi-opts.c
2787 Network Block Device (NBD)
2788 M: Eric Blake <eblake@redhat.com>
2789 L: qemu-block@nongnu.org
2790 S: Maintained
2791 F: block/nbd*
2792 F: nbd/
2793 F: include/block/nbd*
2794 F: qemu-nbd.*
2795 F: blockdev-nbd.c
2796 F: docs/interop/nbd.txt
2797 F: docs/interop/qemu-nbd.rst
2798 T: git https://repo.or.cz/qemu/ericb.git nbd
2801 M: Peter Lieven <pl@kamp.de>
2802 L: qemu-block@nongnu.org
2803 S: Maintained
2804 F: block/nfs.c
2807 M: Richard W.M. Jones <rjones@redhat.com>
2808 L: qemu-block@nongnu.org
2809 S: Supported
2810 F: block/ssh.c
2812 CURL
2813 L: qemu-block@nongnu.org
2814 S: Odd Fixes
2815 F: block/curl.c
2817 GLUSTER
2818 L: qemu-block@nongnu.org
2819 L: integration@gluster.org
2820 S: Odd Fixes
2821 F: block/gluster.c
2823 Null Block Driver
2824 M: Fam Zheng <fam@euphon.net>
2825 L: qemu-block@nongnu.org
2826 S: Supported
2827 F: block/null.c
2829 NVMe Block Driver
2830 M: Fam Zheng <fam@euphon.net>
2831 L: qemu-block@nongnu.org
2832 S: Supported
2833 F: block/nvme*
2835 Bootdevice
2836 M: Gonglei <arei.gonglei@huawei.com>
2837 S: Maintained
2838 F: bootdevice.c
2840 Quorum
2841 M: Alberto Garcia <berto@igalia.com>
2842 S: Supported
2843 F: block/quorum.c
2844 L: qemu-block@nongnu.org
2846 blklogwrites
2847 M: Ari Sundholm <ari@tuxera.com>
2848 L: qemu-block@nongnu.org
2849 S: Supported
2850 F: block/blklogwrites.c
2852 blkverify
2853 M: Stefan Hajnoczi <stefanha@redhat.com>
2854 L: qemu-block@nongnu.org
2855 S: Supported
2856 F: block/blkverify.c
2858 bochs
2859 M: Stefan Hajnoczi <stefanha@redhat.com>
2860 L: qemu-block@nongnu.org
2861 S: Supported
2862 F: block/bochs.c
2864 cloop
2865 M: Stefan Hajnoczi <stefanha@redhat.com>
2866 L: qemu-block@nongnu.org
2867 S: Supported
2868 F: block/cloop.c
2871 M: Stefan Hajnoczi <stefanha@redhat.com>
2872 L: qemu-block@nongnu.org
2873 S: Supported
2874 F: block/dmg.c
2876 parallels
2877 M: Stefan Hajnoczi <stefanha@redhat.com>
2878 M: Denis V. Lunev <den@openvz.org>
2879 L: qemu-block@nongnu.org
2880 S: Supported
2881 F: block/parallels.c
2882 F: docs/interop/parallels.txt
2885 M: Stefan Hajnoczi <stefanha@redhat.com>
2886 L: qemu-block@nongnu.org
2887 S: Supported
2888 F: block/qed.c
2891 M: Kevin Wolf <kwolf@redhat.com>
2892 L: qemu-block@nongnu.org
2893 S: Supported
2894 F: block/linux-aio.c
2895 F: include/block/raw-aio.h
2896 F: block/raw-format.c
2897 F: block/file-posix.c
2898 F: block/file-win32.c
2899 F: block/win32-aio.c
2901 Linux io_uring
2902 M: Aarushi Mehta <mehta.aaru20@gmail.com>
2903 M: Julia Suvorova <jusual@redhat.com>
2904 M: Stefan Hajnoczi <stefanha@redhat.com>
2905 L: qemu-block@nongnu.org
2906 S: Maintained
2907 F: block/io_uring.c
2908 F: stubs/io_uring.c
2910 qcow2
2911 M: Kevin Wolf <kwolf@redhat.com>
2912 M: Max Reitz <mreitz@redhat.com>
2913 L: qemu-block@nongnu.org
2914 S: Supported
2915 F: block/qcow2*
2916 F: docs/interop/qcow2.txt
2918 qcow
2919 M: Kevin Wolf <kwolf@redhat.com>
2920 L: qemu-block@nongnu.org
2921 S: Supported
2922 F: block/qcow.c
2924 blkdebug
2925 M: Kevin Wolf <kwolf@redhat.com>
2926 M: Max Reitz <mreitz@redhat.com>
2927 L: qemu-block@nongnu.org
2928 S: Supported
2929 F: block/blkdebug.c
2932 M: Kevin Wolf <kwolf@redhat.com>
2933 L: qemu-block@nongnu.org
2934 S: Supported
2935 F: block/vpc.c
2937 vvfat
2938 M: Kevin Wolf <kwolf@redhat.com>
2939 L: qemu-block@nongnu.org
2940 S: Supported
2941 F: block/vvfat.c
2943 Image format fuzzer
2944 M: Stefan Hajnoczi <stefanha@redhat.com>
2945 L: qemu-block@nongnu.org
2946 S: Supported
2947 F: tests/image-fuzzer/
2949 Replication
2950 M: Wen Congyang <wencongyang2@huawei.com>
2951 M: Xie Changlong <xiechanglong.d@gmail.com>
2952 S: Supported
2953 F: replication*
2954 F: block/replication.c
2955 F: tests/test-replication.c
2956 F: docs/block-replication.txt
2958 PVRDMA
2959 M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2960 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2961 S: Maintained
2962 F: hw/rdma/*
2963 F: hw/rdma/vmw/*
2964 F: docs/pvrdma.txt
2965 F: contrib/rdmacm-mux/*
2966 F: qapi/rdma.json
2968 Semihosting
2969 M: Alex Bennée <alex.bennee@linaro.org>
2970 S: Maintained
2971 F: hw/semihosting/
2972 F: include/hw/semihosting/
2974 Build and test automation
2975 -------------------------
2976 Build and test automation
2977 M: Alex Bennée <alex.bennee@linaro.org>
2978 M: Fam Zheng <fam@euphon.net>
2979 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2980 S: Maintained
2981 F: .github/lockdown.yml
2982 F: .travis.yml
2983 F: scripts/travis/
2984 F: .shippable.yml
2985 F: tests/docker/
2986 F: tests/vm/
2987 F: scripts/archive-source.sh
2988 W: https://travis-ci.org/qemu/qemu
2989 W: https://app.shippable.com/github/qemu/qemu
2990 W: http://patchew.org/QEMU/
2992 FreeBSD Hosted Continuous Integration
2993 M: Ed Maste <emaste@freebsd.org>
2994 M: Li-Wen Hsu <lwhsu@freebsd.org>
2995 S: Maintained
2996 F: .cirrus.yml
2997 W: https://cirrus-ci.com/github/qemu/qemu
2999 GitLab Continuous Integration
3000 M: Thomas Huth <thuth@redhat.com>
3001 M: Philippe Mathieu-Daudé <philmd@redhat.com>
3002 M: Alex Bennée <alex.bennee@linaro.org>
3003 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3004 S: Maintained
3005 F: .gitlab-ci.yml
3007 Guest Test Compilation Support
3008 M: Alex Bennée <alex.bennee@linaro.org>
3009 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
3010 S: Maintained
3011 F: tests/tcg/Makefile
3012 F: tests/tcg/Makefile.include
3014 Acceptance (Integration) Testing with the Avocado framework
3015 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3016 R: Cleber Rosa <crosa@redhat.com>
3017 R: Philippe Mathieu-Daudé <philmd@redhat.com>
3018 R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3019 S: Odd Fixes
3020 F: tests/acceptance/
3022 Documentation
3023 -------------
3024 Build system architecture
3025 M: Daniel P. Berrange <berrange@redhat.com>
3026 S: Odd Fixes
3027 F: docs/devel/build-system.txt
3029 GIT Data Mining Config
3030 M: Alex Bennée <alex.bennee@linaro.org>
3031 S: Odd Fixes
3032 F: gitdm.config
3033 F: contrib/gitdm/*
3035 Incompatible changes
3036 R: libvir-list@redhat.com
3037 F: docs/system/deprecated.rst
3039 Build System
3040 ------------
3041 GIT submodules
3042 M: Daniel P. Berrange <berrange@redhat.com>
3043 S: Odd Fixes
3044 F: scripts/git-submodule.sh
3046 UI translations
3047 M: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
3048 F: po/*.po
3050 Sphinx documentation configuration and build machinery
3051 M: Peter Maydell <peter.maydell@linaro.org>
3052 S: Maintained
3053 F: docs/conf.py
3054 F: docs/*/conf.py
3056 Miscellaneous
3057 -------------
3058 Performance Tools and Tests
3059 M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3060 S: Maintained
3061 F: scripts/performance/