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