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