Merge tag 'v3.1.0'
[qemu/ar7.git] / MAINTAINERS
blob63effdc47397dbf01e50f82a6fb4b0cfbd221084
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
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
116 S: Maintained
117 F: cpus.c
118 F: exec.c
119 F: accel/tcg/
120 F: accel/stubs/tcg-stub.c
121 F: include/exec/cpu*.h
122 F: include/exec/exec-all.h
123 F: include/exec/helper*.h
124 F: include/exec/tb-hash.h
125 F: include/sysemu/cpus.h
127 FPU emulation
128 M: Aurelien Jarno <aurelien@aurel32.net>
129 M: Peter Maydell <peter.maydell@linaro.org>
130 S: Odd Fixes
131 F: fpu/
132 F: include/fpu/
134 Alpha
135 M: Richard Henderson <rth@twiddle.net>
136 S: Maintained
137 F: target/alpha/
138 F: tests/tcg/alpha/
139 F: disas/alpha.c
142 M: Peter Maydell <peter.maydell@linaro.org>
143 L: qemu-arm@nongnu.org
144 S: Maintained
145 F: target/arm/
146 F: tests/tcg/arm/
147 F: tests/tcg/aarch64/
148 F: hw/arm/
149 F: hw/cpu/a*mpcore.c
150 F: include/hw/cpu/a*mpcore.h
151 F: disas/arm.c
152 F: disas/arm-a64.cc
153 F: disas/libvixl/
155 ARM SMMU
156 M: Eric Auger <eric.auger@redhat.com>
157 L: qemu-arm@nongnu.org
158 S: Maintained
159 F: hw/arm/smmu*
160 F: include/hw/arm/smmu*
162 CRIS
163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
164 S: Maintained
165 F: target/cris/
166 F: hw/cris/
167 F: include/hw/cris/
168 F: tests/tcg/cris/
169 F: disas/cris.c
171 HPPA (PA-RISC)
172 M: Richard Henderson <rth@twiddle.net>
173 S: Maintained
174 F: target/hppa/
175 F: hw/hppa/
176 F: disas/hppa.c
178 LM32
179 M: Michael Walle <michael@walle.cc>
180 S: Maintained
181 F: target/lm32/
182 F: disas/lm32.c
183 F: hw/lm32/
184 F: hw/*/lm32_*
185 F: hw/*/milkymist-*
186 F: include/hw/char/lm32_juart.h
187 F: include/hw/lm32/
188 F: tests/tcg/lm32/
190 M68K
191 M: Laurent Vivier <laurent@vivier.eu>
192 S: Maintained
193 F: target/m68k/
194 F: disas/m68k.c
196 MicroBlaze
197 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
198 S: Maintained
199 F: target/microblaze/
200 F: hw/microblaze/
201 F: disas/microblaze.c
203 MIPS
204 M: Aurelien Jarno <aurelien@aurel32.net>
205 M: Aleksandar Markovic <amarkovic@wavecomp.com>
206 R: Stefan Markovic <smarkovic@wavecomp.com>
207 S: Maintained
208 F: target/mips/
209 F: hw/mips/
210 F: hw/misc/mips_*
211 F: hw/intc/mips_gic.c
212 F: hw/timer/mips_gictimer.c
213 F: include/hw/mips/
214 F: include/hw/misc/mips_*
215 F: include/hw/intc/mips_gic.h
216 F: include/hw/timer/mips_gictimer.h
217 F: tests/tcg/mips/
218 F: disas/mips.c
219 F: disas/nanomips.h
220 F: disas/nanomips.cpp
222 Moxie
223 M: Anthony Green <green@moxielogic.com>
224 S: Maintained
225 F: target/moxie/
226 F: disas/moxie.c
227 F: hw/moxie/
228 F: default-configs/moxie-softmmu.mak
230 NiosII
231 M: Chris Wulff <crwulff@gmail.com>
232 M: Marek Vasut <marex@denx.de>
233 S: Maintained
234 F: target/nios2/
235 F: hw/nios2/
236 F: disas/nios2.c
238 OpenRISC
239 M: Stafford Horne <shorne@gmail.com>
240 S: Odd Fixes
241 F: target/openrisc/
242 F: hw/openrisc/
243 F: tests/tcg/openrisc/
245 PowerPC
246 M: David Gibson <david@gibson.dropbear.id.au>
247 L: qemu-ppc@nongnu.org
248 S: Maintained
249 F: target/ppc/
250 F: hw/ppc/
251 F: include/hw/ppc/
252 F: disas/ppc.c
254 RISC-V
255 M: Michael Clark <mjc@sifive.com>
256 M: Palmer Dabbelt <palmer@sifive.com>
257 M: Alistair Francis <Alistair.Francis@wdc.com>
258 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
259 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
260 L: qemu-riscv@nongnu.org
261 S: Maintained
262 F: target/riscv/
263 F: hw/riscv/
264 F: include/hw/riscv/
265 F: disas/riscv.c
267 S390
268 M: Richard Henderson <rth@twiddle.net>
269 M: David Hildenbrand <david@redhat.com>
270 S: Maintained
271 F: target/s390x/
272 F: hw/s390x/
273 F: disas/s390.c
274 F: tests/tcg/s390x/
275 L: qemu-s390x@nongnu.org
278 M: Aurelien Jarno <aurelien@aurel32.net>
279 S: Odd Fixes
280 F: target/sh4/
281 F: hw/sh4/
282 F: disas/sh4.c
283 F: include/hw/sh4/
285 SPARC
286 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
287 M: Artyom Tarasenko <atar4qemu@gmail.com>
288 S: Maintained
289 F: target/sparc/
290 F: hw/sparc/
291 F: hw/sparc64/
292 F: disas/sparc.c
294 UniCore32
295 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
296 S: Maintained
297 F: target/unicore32/
298 F: hw/unicore32/
299 F: include/hw/unicore32/
302 M: Paolo Bonzini <pbonzini@redhat.com>
303 M: Richard Henderson <rth@twiddle.net>
304 M: Eduardo Habkost <ehabkost@redhat.com>
305 S: Maintained
306 F: target/i386/
307 F: tests/tcg/i386/
308 F: tests/tcg/x86_64/
309 F: hw/i386/
310 F: disas/i386.c
311 F: docs/qemu-cpu-models.texi
312 T: git https://github.com/ehabkost/qemu.git x86-next
314 Xtensa
315 M: Max Filippov <jcmvbkbc@gmail.com>
316 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
317 S: Maintained
318 F: target/xtensa/
319 F: hw/xtensa/
320 F: tests/tcg/xtensa/
321 F: disas/xtensa.c
322 F: include/hw/xtensa/xtensa-isa.h
323 F: default-configs/xtensa*.mak
325 TriCore
326 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
327 S: Maintained
328 F: target/tricore/
329 F: hw/tricore/
330 F: include/hw/tricore/
332 Multiarch Linux User Tests
333 M: Alex Bennée <alex.bennee@linaro.org>
334 F: tests/tcg/multiarch/
336 Guest CPU Cores (KVM):
337 ----------------------
339 Overall
340 M: Paolo Bonzini <pbonzini@redhat.com>
341 L: kvm@vger.kernel.org
342 S: Supported
343 F: */kvm.*
344 F: accel/kvm/
345 F: accel/stubs/kvm-stub.c
346 F: include/hw/kvm/
347 F: include/sysemu/kvm*.h
348 F: scripts/kvm/kvm_flightrecorder
351 M: Peter Maydell <peter.maydell@linaro.org>
352 L: qemu-arm@nongnu.org
353 S: Maintained
354 F: target/arm/kvm.c
356 MIPS
357 M: James Hogan <jhogan@kernel.org>
358 R: Stefan Markovic <smarkovic@wavecomp.com>
359 S: Maintained
360 F: target/mips/kvm.c
363 M: David Gibson <david@gibson.dropbear.id.au>
364 S: Maintained
365 F: target/ppc/kvm.c
367 S390
368 M: Christian Borntraeger <borntraeger@de.ibm.com>
369 M: Cornelia Huck <cohuck@redhat.com>
370 S: Maintained
371 F: target/s390x/kvm.c
372 F: target/s390x/kvm_s390x.h
373 F: target/s390x/kvm-stub.c
374 F: target/s390x/ioinst.[ch]
375 F: target/s390x/machine.c
376 F: target/s390x/sigp.c
377 F: hw/intc/s390_flic.c
378 F: hw/intc/s390_flic_kvm.c
379 F: include/hw/s390x/s390_flic.h
380 F: gdb-xml/s390*.xml
381 T: git https://github.com/cohuck/qemu.git s390-next
382 T: git https://github.com/borntraeger/qemu.git s390-next
383 L: qemu-s390x@nongnu.org
386 M: Paolo Bonzini <pbonzini@redhat.com>
387 M: Marcelo Tosatti <mtosatti@redhat.com>
388 L: kvm@vger.kernel.org
389 S: Supported
390 F: target/i386/kvm.c
391 F: scripts/kvm/vmxcap
393 Guest CPU Cores (Xen):
394 ----------------------
397 M: Stefano Stabellini <sstabellini@kernel.org>
398 M: Anthony Perard <anthony.perard@citrix.com>
399 L: xen-devel@lists.xenproject.org
400 S: Supported
401 F: */xen*
402 F: hw/9pfs/xen-9p-backend.c
403 F: hw/char/xen_console.c
404 F: hw/display/xenfb.c
405 F: hw/net/xen_nic.c
406 F: hw/block/xen_*
407 F: hw/xen/
408 F: hw/xenpv/
409 F: hw/i386/xen/
410 F: include/hw/xen/
411 F: include/sysemu/xen-mapcache.h
413 Hosts:
414 ------
416 LINUX
417 L: qemu-devel@nongnu.org
418 S: Maintained
419 F: linux-*
420 F: linux-headers/
422 POSIX
423 L: qemu-devel@nongnu.org
424 S: Maintained
425 F: *posix*
427 NETBSD
428 L: qemu-devel@nongnu.org
429 M: Kamil Rytarowski <kamil@netbsd.org>
430 S: Maintained
431 K: ^Subject:.*(?i)NetBSD
433 OPENBSD
434 L: qemu-devel@nongnu.org
435 M: Brad Smith <brad@comstyle.com>
436 S: Maintained
437 K: ^Subject:.*(?i)OpenBSD
439 W32, W64
440 L: qemu-devel@nongnu.org
441 M: Stefan Weil <sw@weilnetz.de>
442 S: Maintained
443 F: *win32*
444 F: */*win32*
445 F: include/*/*win32*
446 X: qga/*win32*
447 F: qemu.nsi
449 Alpha Machines
450 M: Richard Henderson <rth@twiddle.net>
451 S: Maintained
452 F: hw/alpha/
453 F: hw/isa/smc37c669-superio.c
455 ARM Machines
456 ------------
457 Allwinner-a10
458 M: Beniamino Galvani <b.galvani@gmail.com>
459 M: Peter Maydell <peter.maydell@linaro.org>
460 L: qemu-arm@nongnu.org
461 S: Odd Fixes
462 F: hw/*/allwinner*
463 F: include/hw/*/allwinner*
464 F: hw/arm/cubieboard.c
466 ARM PrimeCell and CMSDK devices
467 M: Peter Maydell <peter.maydell@linaro.org>
468 L: qemu-arm@nongnu.org
469 S: Maintained
470 F: hw/char/pl011.c
471 F: include/hw/char/pl011.h
472 F: hw/display/pl110*
473 F: hw/dma/pl080.c
474 F: include/hw/dma/pl080.h
475 F: hw/dma/pl330.c
476 F: hw/gpio/pl061.c
477 F: hw/input/pl050.c
478 F: hw/intc/pl190.c
479 F: hw/sd/pl181.c
480 F: hw/ssi/pl022.c
481 F: include/hw/ssi/pl022.h
482 F: hw/timer/pl031.c
483 F: include/hw/arm/primecell.h
484 F: hw/timer/cmsdk-apb-timer.c
485 F: include/hw/timer/cmsdk-apb-timer.h
486 F: hw/timer/cmsdk-apb-dualtimer.c
487 F: include/hw/timer/cmsdk-apb-dualtimer.h
488 F: hw/char/cmsdk-apb-uart.c
489 F: include/hw/char/cmsdk-apb-uart.h
490 F: hw/watchdog/cmsdk-apb-watchdog.c
491 F: include/hw/watchdog/cmsdk-apb-watchdog.h
492 F: hw/misc/tz-ppc.c
493 F: include/hw/misc/tz-ppc.h
494 F: hw/misc/tz-mpc.c
495 F: include/hw/misc/tz-mpc.h
496 F: hw/misc/tz-msc.c
497 F: include/hw/misc/tz-msc.h
499 ARM cores
500 M: Peter Maydell <peter.maydell@linaro.org>
501 L: qemu-arm@nongnu.org
502 S: Maintained
503 F: hw/intc/arm*
504 F: hw/intc/gic_internal.h
505 F: hw/misc/a9scu.c
506 F: hw/misc/arm11scu.c
507 F: hw/timer/a9gtimer*
508 F: hw/timer/arm*
509 F: include/hw/arm/arm*.h
510 F: include/hw/intc/arm*
511 F: include/hw/misc/a9scu.h
512 F: include/hw/misc/arm11scu.h
513 F: include/hw/timer/a9gtimer.h
514 F: include/hw/timer/arm_mptimer.h
515 F: include/hw/timer/armv7m_systick.h
516 F: tests/test-arm-mptimer.c
518 Exynos
519 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
520 M: Peter Maydell <peter.maydell@linaro.org>
521 L: qemu-arm@nongnu.org
522 S: Odd Fixes
523 F: hw/*/exynos*
524 F: include/hw/arm/exynos4210.h
526 Calxeda Highbank
527 M: Rob Herring <robh@kernel.org>
528 M: Peter Maydell <peter.maydell@linaro.org>
529 L: qemu-arm@nongnu.org
530 S: Odd Fixes
531 F: hw/arm/highbank.c
532 F: hw/net/xgmac.c
534 Canon DIGIC
535 M: Antony Pavlov <antonynpavlov@gmail.com>
536 M: Peter Maydell <peter.maydell@linaro.org>
537 L: qemu-arm@nongnu.org
538 S: Odd Fixes
539 F: include/hw/arm/digic.h
540 F: hw/*/digic*
542 Gumstix
543 M: Peter Maydell <peter.maydell@linaro.org>
544 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
545 L: qemu-devel@nongnu.org
546 L: qemu-arm@nongnu.org
547 S: Odd Fixes
548 F: hw/arm/gumstix.c
550 i.MX25 PDK
551 M: Peter Maydell <peter.maydell@linaro.org>
552 R: Jean-Christophe Dubois <jcd@tribudubois.net>
553 L: qemu-arm@nongnu.org
554 S: Odd Fixes
555 F: hw/arm/fsl-imx25.c
556 F: hw/arm/imx25_pdk.c
557 F: hw/misc/imx25_ccm.c
558 F: include/hw/arm/fsl-imx25.h
559 F: include/hw/misc/imx25_ccm.h
561 i.MX31 (kzm)
562 M: Peter Chubb <peter.chubb@nicta.com.au>
563 M: Peter Maydell <peter.maydell@linaro.org>
564 L: qemu-arm@nongnu.org
565 S: Odd Fixes
566 F: hw/arm/kzm.c
567 F: hw/*/imx_*
568 F: hw/*/*imx31*
569 F: include/hw/*/imx_*
570 F: include/hw/*/*imx31*
572 Integrator CP
573 M: Peter Maydell <peter.maydell@linaro.org>
574 L: qemu-arm@nongnu.org
575 S: Maintained
576 F: hw/arm/integratorcp.c
577 F: hw/misc/arm_integrator_debug.c
579 MCIMX6UL EVK / i.MX6ul
580 M: Peter Maydell <peter.maydell@linaro.org>
581 R: Jean-Christophe Dubois <jcd@tribudubois.net>
582 L: qemu-arm@nongnu.org
583 S: Odd Fixes
584 F: hw/arm/mcimx6ul-evk.c
585 F: hw/arm/fsl-imx6ul.c
586 F: hw/misc/imx6ul_ccm.c
587 F: include/hw/arm/fsl-imx6ul.h
588 F: include/hw/misc/imx6ul_ccm.h
590 MCIMX7D SABRE / i.MX7
591 M: Peter Maydell <peter.maydell@linaro.org>
592 R: Andrey Smirnov <andrew.smirnov@gmail.com>
593 L: qemu-arm@nongnu.org
594 S: Odd Fixes
595 F: hw/arm/mcimx7d-sabre.c
596 F: hw/arm/fsl-imx7.c
597 F: include/hw/arm/fsl-imx7.h
598 F: hw/pci-host/designware.c
599 F: include/hw/pci-host/designware.h
601 MPS2
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
604 S: Maintained
605 F: hw/arm/mps2.c
606 F: hw/arm/mps2-tz.c
607 F: hw/misc/mps2-*.c
608 F: include/hw/misc/mps2-*.h
609 F: hw/arm/iotkit.c
610 F: include/hw/arm/iotkit.h
611 F: hw/misc/iotkit-sysctl.c
612 F: include/hw/misc/iotkit-sysctl.h
613 F: hw/misc/iotkit-sysinfo.c
614 F: include/hw/misc/iotkit-sysinfo.h
616 Musicpal
617 M: Jan Kiszka <jan.kiszka@web.de>
618 M: Peter Maydell <peter.maydell@linaro.org>
619 L: qemu-arm@nongnu.org
620 S: Odd Fixes
621 F: hw/arm/musicpal.c
623 nSeries
624 M: Andrzej Zaborowski <balrogg@gmail.com>
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
627 S: Odd Fixes
628 F: hw/arm/nseries.c
630 Palm
631 M: Andrzej Zaborowski <balrogg@gmail.com>
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
634 S: Odd Fixes
635 F: hw/arm/palm.c
637 Raspberry Pi
638 M: Peter Maydell <peter.maydell@linaro.org>
639 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
640 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
641 L: qemu-arm@nongnu.org
642 S: Odd Fixes
643 F: hw/arm/raspi.c
644 F: hw/arm/raspi_platform.h
645 F: hw/*/bcm283*
646 F: include/hw/arm/raspi*
647 F: include/hw/*/bcm283*
649 Real View
650 M: Peter Maydell <peter.maydell@linaro.org>
651 L: qemu-arm@nongnu.org
652 S: Maintained
653 F: hw/arm/realview*
654 F: hw/cpu/realview_mpcore.c
655 F: hw/intc/realview_gic.c
656 F: include/hw/intc/realview_gic.h
658 PXA2XX
659 M: Andrzej Zaborowski <balrogg@gmail.com>
660 M: Peter Maydell <peter.maydell@linaro.org>
661 L: qemu-arm@nongnu.org
662 S: Odd Fixes
663 F: hw/arm/mainstone.c
664 F: hw/arm/spitz.c
665 F: hw/arm/tosa.c
666 F: hw/arm/z2.c
667 F: hw/*/pxa2xx*
668 F: hw/display/tc6393xb.c
669 F: hw/gpio/max7310.c
670 F: hw/gpio/zaurus.c
671 F: hw/misc/mst_fpga.c
672 F: include/hw/arm/pxa.h
673 F: include/hw/arm/sharpsl.h
675 SABRELITE / i.MX6
676 M: Peter Maydell <peter.maydell@linaro.org>
677 R: Jean-Christophe Dubois <jcd@tribudubois.net>
678 L: qemu-arm@nongnu.org
679 S: Odd Fixes
680 F: hw/arm/sabrelite.c
681 F: hw/arm/fsl-imx6.c
682 F: hw/misc/imx6_src.c
683 F: hw/ssi/imx_spi.c
684 F: include/hw/arm/fsl-imx6.h
685 F: include/hw/misc/imx6_src.h
686 F: include/hw/ssi/imx_spi.h
688 Sharp SL-5500 (Collie) PDA
689 M: Peter Maydell <peter.maydell@linaro.org>
690 L: qemu-arm@nongnu.org
691 S: Odd Fixes
692 F: hw/arm/collie.c
693 F: hw/arm/strongarm*
695 Stellaris
696 M: Peter Maydell <peter.maydell@linaro.org>
697 L: qemu-arm@nongnu.org
698 S: Maintained
699 F: hw/*/stellaris*
701 Versatile Express
702 M: Peter Maydell <peter.maydell@linaro.org>
703 L: qemu-arm@nongnu.org
704 S: Maintained
705 F: hw/arm/vexpress.c
707 Versatile PB
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
710 S: Maintained
711 F: hw/*/versatile*
712 F: hw/misc/arm_sysctl.c
714 Virt
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
717 S: Maintained
718 F: hw/arm/virt*
719 F: include/hw/arm/virt.h
721 Xilinx Zynq
722 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
723 M: Alistair Francis <alistair@alistair23.me>
724 M: Peter Maydell <peter.maydell@linaro.org>
725 L: qemu-arm@nongnu.org
726 S: Maintained
727 F: hw/*/xilinx_*
728 F: hw/*/cadence_*
729 F: hw/misc/zynq*
730 F: include/hw/misc/zynq*
731 X: hw/ssi/xilinx_*
733 Xilinx ZynqMP
734 M: Alistair Francis <alistair@alistair23.me>
735 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
736 M: Peter Maydell <peter.maydell@linaro.org>
737 L: qemu-arm@nongnu.org
738 S: Maintained
739 F: hw/*/xlnx*.c
740 F: include/hw/*/xlnx*.h
742 ARM ACPI Subsystem
743 M: Shannon Zhao <shannon.zhaosl@gmail.com>
744 L: qemu-arm@nongnu.org
745 S: Maintained
746 F: hw/arm/virt-acpi-build.c
748 STM32F205
749 M: Alistair Francis <alistair@alistair23.me>
750 M: Peter Maydell <peter.maydell@linaro.org>
751 S: Maintained
752 F: hw/arm/stm32f205_soc.c
753 F: hw/misc/stm32f2xx_syscfg.c
754 F: hw/char/stm32f2xx_usart.c
755 F: hw/timer/stm32f2xx_timer.c
756 F: hw/adc/*
757 F: hw/ssi/stm32f2xx_spi.c
758 F: include/hw/*/stm32*.h
760 Netduino 2
761 M: Alistair Francis <alistair@alistair23.me>
762 M: Peter Maydell <peter.maydell@linaro.org>
763 S: Maintained
764 F: hw/arm/netduino2.c
766 SmartFusion2
767 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
768 M: Peter Maydell <peter.maydell@linaro.org>
769 S: Maintained
770 F: hw/arm/msf2-soc.c
771 F: hw/misc/msf2-sysreg.c
772 F: hw/timer/mss-timer.c
773 F: hw/ssi/mss-spi.c
774 F: include/hw/arm/msf2-soc.h
775 F: include/hw/misc/msf2-sysreg.h
776 F: include/hw/timer/mss-timer.h
777 F: include/hw/ssi/mss-spi.h
779 Emcraft M2S-FG484
780 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
781 M: Peter Maydell <peter.maydell@linaro.org>
782 S: Maintained
783 F: hw/arm/msf2-som.c
785 ASPEED BMCs
786 M: Cédric Le Goater <clg@kaod.org>
787 M: Peter Maydell <peter.maydell@linaro.org>
788 R: Andrew Jeffery <andrew@aj.id.au>
789 R: Joel Stanley <joel@jms.id.au>
790 L: qemu-arm@nongnu.org
791 S: Maintained
792 F: hw/*/*aspeed*
793 F: include/hw/*/*aspeed*
794 F: hw/net/ftgmac100.c
795 F: include/hw/net/ftgmac100.h
797 NRF51
798 M: Joel Stanley <joel@jms.id.au>
799 M: Peter Maydell <peter.maydell@linaro.org>
800 L: qemu-arm@nongnu.org
801 S: Maintained
802 F: hw/arm/nrf51_soc.c
803 F: hw/arm/microbit.c
804 F: include/hw/arm/nrf51_soc.h
806 CRIS Machines
807 -------------
808 Axis Dev88
809 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
810 S: Maintained
811 F: hw/cris/axis_dev88.c
812 F: hw/*/etraxfs_*.c
814 LM32 Machines
815 -------------
816 EVR32 and uclinux BSP
817 M: Michael Walle <michael@walle.cc>
818 S: Maintained
819 F: hw/lm32/lm32_boards.c
821 milkymist
822 M: Michael Walle <michael@walle.cc>
823 S: Maintained
824 F: hw/lm32/milkymist.c
826 M68K Machines
827 -------------
828 an5206
829 M: Thomas Huth <huth@tuxfamily.org>
830 S: Odd Fixes
831 F: hw/m68k/an5206.c
832 F: hw/m68k/mcf5206.c
834 mcf5208
835 M: Thomas Huth <huth@tuxfamily.org>
836 S: Odd Fixes
837 F: hw/m68k/mcf5208.c
838 F: hw/m68k/mcf_intc.c
839 F: hw/char/mcf_uart.c
840 F: hw/net/mcf_fec.c
841 F: include/hw/m68k/mcf*.h
843 MicroBlaze Machines
844 -------------------
845 petalogix_s3adsp1800
846 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
847 S: Maintained
848 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
850 petalogix_ml605
851 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
852 S: Maintained
853 F: hw/microblaze/petalogix_ml605_mmu.c
855 MIPS Machines
856 -------------
857 Jazz
858 M: Hervé Poussineau <hpoussin@reactos.org>
859 R: Stefan Markovic <smarkovic@wavecomp.com>
860 S: Maintained
861 F: hw/mips/mips_jazz.c
863 Malta
864 M: Aurelien Jarno <aurelien@aurel32.net>
865 R: Stefan Markovic <smarkovic@wavecomp.com>
866 S: Maintained
867 F: hw/mips/mips_malta.c
869 Mipssim
870 M: Aleksandar Markovic <amarkovic@wavecomp.com>
871 R: Stefan Markovic <smarkovic@wavecomp.com>
872 S: Odd Fixes
873 F: hw/mips/mips_mipssim.c
874 F: hw/net/mipsnet.c
876 R4000
877 M: Aurelien Jarno <aurelien@aurel32.net>
878 R: Stefan Markovic <smarkovic@wavecomp.com>
879 S: Maintained
880 F: hw/mips/mips_r4k.c
882 Fulong 2E
883 M: Aleksandar Markovic <amarkovic@wavecomp.com>
884 R: Stefan Markovic <smarkovic@wavecomp.com>
885 S: Odd Fixes
886 F: hw/mips/mips_fulong2e.c
887 F: hw/isa/vt82c686.c
889 F: include/hw/isa/vt82c686.h
891 Boston
892 M: Paul Burton <pburton@wavecomp.com>
893 R: Stefan Markovic <smarkovic@wavecomp.com>
894 S: Maintained
895 F: hw/core/loader-fit.c
896 F: hw/mips/boston.c
897 F: hw/pci-host/xilinx-pcie.c
899 OpenRISC Machines
900 -----------------
901 or1k-sim
902 M: Jia Liu <proljc@gmail.com>
903 S: Maintained
904 F: hw/openrisc/openrisc_sim.c
906 PowerPC Machines
907 ----------------
909 M: David Gibson <david@gibson.dropbear.id.au>
910 L: qemu-ppc@nongnu.org
911 S: Odd Fixes
912 F: hw/ppc/ppc405_boards.c
914 Bamboo
915 M: David Gibson <david@gibson.dropbear.id.au>
916 L: qemu-ppc@nongnu.org
917 S: Odd Fixes
918 F: hw/ppc/ppc440_bamboo.c
920 e500
921 M: David Gibson <david@gibson.dropbear.id.au>
922 L: qemu-ppc@nongnu.org
923 S: Odd Fixes
924 F: hw/ppc/e500.[hc]
925 F: hw/ppc/e500plat.c
926 F: include/hw/ppc/ppc_e500.h
927 F: include/hw/pci-host/ppce500.h
928 F: pc-bios/u-boot.e500
930 mpc8544ds
931 M: David Gibson <david@gibson.dropbear.id.au>
932 L: qemu-ppc@nongnu.org
933 S: Odd Fixes
934 F: hw/ppc/mpc8544ds.c
935 F: hw/ppc/mpc8544_guts.c
937 New World
938 M: David Gibson <david@gibson.dropbear.id.au>
939 L: qemu-ppc@nongnu.org
940 S: Odd Fixes
941 F: hw/ppc/mac_newworld.c
942 F: hw/pci-host/uninorth.c
943 F: hw/pci-bridge/dec.[hc]
944 F: hw/misc/macio/
945 F: hw/misc/mos6522.c
946 F: hw/nvram/mac_nvram.c
947 F: include/hw/misc/macio/
948 F: include/hw/misc/mos6522.h
949 F: include/hw/ppc/mac_dbdma.h
951 Old World
952 M: David Gibson <david@gibson.dropbear.id.au>
953 L: qemu-ppc@nongnu.org
954 S: Odd Fixes
955 F: hw/ppc/mac_oldworld.c
956 F: hw/pci-host/grackle.c
957 F: hw/misc/macio/
958 F: hw/intc/heathrow_pic.c
960 PReP
961 M: Hervé Poussineau <hpoussin@reactos.org>
962 L: qemu-devel@nongnu.org
963 L: qemu-ppc@nongnu.org
964 S: Maintained
965 F: hw/ppc/prep.c
966 F: hw/ppc/prep_systemio.c
967 F: hw/ppc/rs6000_mc.c
968 F: hw/pci-host/prep.[hc]
969 F: hw/isa/i82378.c
970 F: hw/isa/pc87312.c
971 F: hw/dma/i82374.c
972 F: hw/timer/m48t59-isa.c
973 F: include/hw/isa/pc87312.h
974 F: include/hw/timer/m48t59.h
975 F: pc-bios/ppc_rom.bin
977 sPAPR
978 M: David Gibson <david@gibson.dropbear.id.au>
979 L: qemu-ppc@nongnu.org
980 S: Supported
981 F: hw/*/spapr*
982 F: include/hw/*/spapr*
983 F: hw/*/xics*
984 F: include/hw/*/xics*
985 F: pc-bios/spapr-rtas/*
986 F: pc-bios/spapr-rtas.bin
987 F: pc-bios/slof.bin
988 F: pc-bios/skiboot.lid
989 F: docs/specs/ppc-spapr-hcalls.txt
990 F: docs/specs/ppc-spapr-hotplug.txt
991 F: tests/spapr*
992 F: tests/libqos/*spapr*
993 F: tests/rtas*
994 F: tests/libqos/rtas*
996 virtex_ml507
997 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
998 L: qemu-ppc@nongnu.org
999 S: Odd Fixes
1000 F: hw/ppc/virtex_ml507.c
1002 sam460ex
1003 M: BALATON Zoltan <balaton@eik.bme.hu>
1004 L: qemu-ppc@nongnu.org
1005 S: Maintained
1006 F: hw/ide/sii3112.c
1007 F: hw/timer/m41t80.c
1009 SH4 Machines
1010 ------------
1012 M: Magnus Damm <magnus.damm@gmail.com>
1013 S: Maintained
1014 F: hw/sh4/r2d.c
1015 F: hw/intc/sh_intc.c
1016 F: hw/timer/sh_timer.c
1018 Shix
1019 M: Magnus Damm <magnus.damm@gmail.com>
1020 S: Odd Fixes
1021 F: hw/sh4/shix.c
1023 SPARC Machines
1024 --------------
1025 Sun4m
1026 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1027 S: Maintained
1028 F: hw/sparc/sun4m.c
1029 F: hw/sparc/sun4m_iommu.c
1030 F: hw/dma/sparc32_dma.c
1031 F: hw/misc/eccmemctl.c
1032 F: hw/misc/slavio_misc.c
1033 F: include/hw/sparc/sparc32_dma.h
1034 F: pc-bios/openbios-sparc32
1036 Sun4u
1037 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1038 S: Maintained
1039 F: hw/sparc64/sun4u.c
1040 F: pc-bios/openbios-sparc64
1042 Sun4v
1043 M: Artyom Tarasenko <atar4qemu@gmail.com>
1044 S: Maintained
1045 F: hw/sparc64/niagara.c
1046 F: hw/timer/sun4v-rtc.c
1047 F: include/hw/timer/sun4v-rtc.h
1049 Leon3
1050 M: Fabien Chouteau <chouteau@adacore.com>
1051 S: Maintained
1052 F: hw/sparc/leon3.c
1053 F: hw/*/grlib*
1054 F: include/hw/sparc/grlib.h
1056 S390 Machines
1057 -------------
1058 S390 Virtio-ccw
1059 M: Cornelia Huck <cohuck@redhat.com>
1060 M: Christian Borntraeger <borntraeger@de.ibm.com>
1061 S: Supported
1062 F: hw/char/sclp*.[hc]
1063 F: hw/char/terminal3270.c
1064 F: hw/s390x/
1065 F: include/hw/s390x/
1066 F: hw/watchdog/wdt_diag288.c
1067 F: include/hw/watchdog/wdt_diag288.h
1068 F: default-configs/s390x-softmmu.mak
1069 T: git https://github.com/cohuck/qemu.git s390-next
1070 T: git https://github.com/borntraeger/qemu.git s390-next
1071 L: qemu-s390x@nongnu.org
1073 S390-ccw boot
1074 M: Christian Borntraeger <borntraeger@de.ibm.com>
1075 M: Thomas Huth <thuth@redhat.com>
1076 S: Supported
1077 F: hw/s390x/ipl.*
1078 F: pc-bios/s390-ccw/
1079 F: pc-bios/s390-ccw.img
1080 T: git https://github.com/borntraeger/qemu.git s390-next
1081 L: qemu-s390x@nongnu.org
1083 S390 PCI
1084 M: Collin Walling <walling@linux.ibm.com>
1085 S: Supported
1086 F: hw/s390x/s390-pci*
1087 L: qemu-s390x@nongnu.org
1089 UniCore32 Machines
1090 -------------
1091 PKUnity-3 SoC initramfs-with-busybox
1092 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1093 S: Maintained
1094 F: hw/*/puv3*
1095 F: hw/unicore32/
1097 X86 Machines
1098 ------------
1100 M: Michael S. Tsirkin <mst@redhat.com>
1101 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1102 S: Supported
1103 F: include/hw/i386/
1104 F: hw/i386/
1105 F: hw/pci-host/piix.c
1106 F: hw/pci-host/q35.c
1107 F: hw/pci-host/pam.c
1108 F: include/hw/pci-host/q35.h
1109 F: include/hw/pci-host/pam.h
1110 F: hw/isa/piix4.c
1111 F: hw/isa/lpc_ich9.c
1112 F: hw/i2c/smbus_ich9.c
1113 F: hw/acpi/piix4.c
1114 F: hw/acpi/ich9.c
1115 F: include/hw/acpi/ich9.h
1116 F: include/hw/acpi/piix4.h
1117 F: hw/misc/sga.c
1119 PC Chipset
1120 M: Michael S. Tsirkin <mst@redhat.com>
1121 M: Paolo Bonzini <pbonzini@redhat.com>
1122 S: Supported
1123 F: hw/char/debugcon.c
1124 F: hw/char/parallel*
1125 F: hw/char/serial*
1126 F: hw/dma/i8257*
1127 F: hw/i2c/pm_smbus.c
1128 F: hw/input/pckbd.c
1129 F: hw/intc/apic*
1130 F: hw/intc/ioapic*
1131 F: hw/intc/i8259*
1132 F: hw/isa/isa-superio.c
1133 F: hw/misc/debugexit.c
1134 F: hw/misc/pc-testdev.c
1135 F: hw/timer/hpet*
1136 F: hw/timer/i8254*
1137 F: hw/timer/mc146818rtc*
1138 F: hw/watchdog/wdt_ib700.c
1139 F: include/hw/display/vga.h
1140 F: include/hw/char/parallel.h
1141 F: include/hw/dma/i8257.h
1142 F: include/hw/i2c/pm_smbus.h
1143 F: include/hw/input/i8042.h
1144 F: include/hw/isa/superio.h
1145 F: include/hw/timer/hpet.h
1146 F: include/hw/timer/i8254*
1147 F: include/hw/timer/mc146818rtc*
1149 Machine core
1150 M: Eduardo Habkost <ehabkost@redhat.com>
1151 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1152 S: Supported
1153 F: hw/core/machine.c
1154 F: hw/core/null-machine.c
1155 F: include/hw/boards.h
1156 T: git https://github.com/ehabkost/qemu.git machine-next
1158 Xtensa Machines
1159 ---------------
1161 M: Max Filippov <jcmvbkbc@gmail.com>
1162 S: Maintained
1163 F: hw/xtensa/sim.c
1165 XTFPGA (LX60, LX200, ML605, KC705)
1166 M: Max Filippov <jcmvbkbc@gmail.com>
1167 S: Maintained
1168 F: hw/xtensa/xtfpga.c
1169 F: hw/net/opencores_eth.c
1171 Devices
1172 -------
1174 M: Jiri Slaby <jslaby@suse.cz>
1175 S: Maintained
1176 F: hw/misc/edu.c
1179 M: John Snow <jsnow@redhat.com>
1180 L: qemu-block@nongnu.org
1181 S: Supported
1182 F: include/hw/ide.h
1183 F: include/hw/ide/
1184 F: hw/ide/
1185 F: hw/block/block.c
1186 F: hw/block/cdrom.c
1187 F: hw/block/hd-geometry.c
1188 F: tests/ide-test.c
1189 F: tests/ahci-test.c
1190 F: tests/cdrom-test.c
1191 F: tests/libqos/ahci*
1192 T: git https://github.com/jnsnow/qemu.git ide
1194 IPMI
1195 M: Corey Minyard <minyard@acm.org>
1196 S: Maintained
1197 F: include/hw/ipmi/*
1198 F: hw/ipmi/*
1199 F: hw/smbios/smbios_type_38.c
1200 F: tests/ipmi*
1201 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1203 Floppy
1204 M: John Snow <jsnow@redhat.com>
1205 L: qemu-block@nongnu.org
1206 S: Supported
1207 F: hw/block/fdc.c
1208 F: include/hw/block/fdc.h
1209 F: tests/fdc-test.c
1210 T: git https://github.com/jnsnow/qemu.git ide
1212 OMAP
1213 M: Peter Maydell <peter.maydell@linaro.org>
1214 S: Maintained
1215 F: hw/*/omap*
1216 F: include/hw/arm/omap.h
1218 IPack
1219 M: Alberto Garcia <berto@igalia.com>
1220 S: Odd Fixes
1221 F: hw/char/ipoctal232.c
1222 F: hw/ipack/
1225 M: Michael S. Tsirkin <mst@redhat.com>
1226 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1227 S: Supported
1228 F: include/hw/pci/*
1229 F: hw/misc/pci-testdev.c
1230 F: hw/pci/*
1231 F: hw/pci-bridge/*
1232 F: docs/pci*
1233 F: docs/specs/*pci*
1234 F: default-configs/pci.mak
1236 ACPI/SMBIOS
1237 M: Michael S. Tsirkin <mst@redhat.com>
1238 M: Igor Mammedov <imammedo@redhat.com>
1239 S: Supported
1240 F: include/hw/acpi/*
1241 F: include/hw/smbios/*
1242 F: hw/mem/*
1243 F: hw/acpi/*
1244 F: hw/smbios/*
1245 F: hw/i386/acpi-build.[hc]
1246 F: hw/arm/virt-acpi-build.c
1247 F: tests/bios-tables-test.c
1248 F: tests/acpi-utils.[hc]
1249 F: tests/acpi-test-data/*
1250 F: tests/acpi-test-data/*/*
1252 ppc4xx
1253 M: David Gibson <david@gibson.dropbear.id.au>
1254 L: qemu-ppc@nongnu.org
1255 S: Odd Fixes
1256 F: hw/ppc/ppc4*.c
1257 F: hw/i2c/ppc4xx_i2c.c
1258 F: include/hw/ppc/ppc4xx.h
1259 F: include/hw/i2c/ppc4xx_i2c.h
1261 ppce500
1262 M: David Gibson <david@gibson.dropbear.id.au>
1263 L: qemu-ppc@nongnu.org
1264 S: Odd Fixes
1265 F: hw/ppc/e500*
1266 F: hw/pci-host/ppce500.c
1267 F: hw/net/fsl_etsec/
1269 Character devices
1270 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1271 R: Paolo Bonzini <pbonzini@redhat.com>
1272 S: Odd Fixes
1273 F: hw/char/
1275 Network devices
1276 M: Jason Wang <jasowang@redhat.com>
1277 S: Odd Fixes
1278 F: hw/net/
1279 F: include/hw/net/
1280 F: tests/virtio-net-test.c
1281 T: git https://github.com/jasowang/qemu.git net
1283 SCSI
1284 M: Paolo Bonzini <pbonzini@redhat.com>
1285 R: Fam Zheng <famz@redhat.com>
1286 S: Supported
1287 F: include/hw/scsi/*
1288 F: hw/scsi/*
1289 F: tests/virtio-scsi-test.c
1290 T: git https://github.com/bonzini/qemu.git scsi-next
1293 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1294 M: Alistair Francis <alistair@alistair23.me>
1295 S: Maintained
1296 F: hw/ssi/*
1297 F: hw/block/m25p80.c
1298 F: include/hw/ssi/ssi.h
1299 X: hw/ssi/xilinx_*
1300 F: tests/m25p80-test.c
1302 Xilinx SPI
1303 M: Alistair Francis <alistair@alistair23.me>
1304 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1305 S: Maintained
1306 F: hw/ssi/xilinx_*
1308 SD (Secure Card)
1309 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1310 S: Odd Fixes
1311 F: include/hw/sd/sd*
1312 F: hw/sd/core.c
1313 F: hw/sd/sd*
1314 F: tests/sd*
1317 M: Gerd Hoffmann <kraxel@redhat.com>
1318 S: Maintained
1319 F: hw/usb/*
1320 F: tests/usb-*-test.c
1321 F: docs/usb2.txt
1322 F: docs/usb-storage.txt
1323 F: include/hw/usb.h
1324 F: include/hw/usb/
1325 F: default-configs/usb.mak
1327 USB (serial adapter)
1328 M: Gerd Hoffmann <kraxel@redhat.com>
1329 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1330 S: Maintained
1331 F: hw/usb/dev-serial.c
1333 VFIO
1334 M: Alex Williamson <alex.williamson@redhat.com>
1335 S: Supported
1336 F: hw/vfio/*
1337 F: include/hw/vfio/
1339 vfio-ccw
1340 M: Cornelia Huck <cohuck@redhat.com>
1341 M: Eric Farman <farman@linux.ibm.com>
1342 M: Farhan Ali <alifm@linux.ibm.com>
1343 S: Supported
1344 F: hw/vfio/ccw.c
1345 F: hw/s390x/s390-ccw.c
1346 F: include/hw/s390x/s390-ccw.h
1347 T: git https://github.com/cohuck/qemu.git s390-next
1348 L: qemu-s390x@nongnu.org
1350 vfio-ap
1351 M: Christian Borntraeger <borntraeger@de.ibm.com>
1352 M: Tony Krowiak <akrowiak@linux.ibm.com>
1353 M: Halil Pasic <pasic@linux.ibm.com>
1354 M: Pierre Morel <pmorel@linux.ibm.com>
1355 S: Supported
1356 F: hw/s390x/ap-device.c
1357 F: hw/s390x/ap-bridge.c
1358 F: include/hw/s390x/ap-device.h
1359 F: include/hw/s390x/ap-bridge.h
1360 F: hw/vfio/ap.c
1361 F: docs/vfio-ap.txt
1362 L: qemu-s390x@nongnu.org
1364 vhost
1365 M: Michael S. Tsirkin <mst@redhat.com>
1366 S: Supported
1367 F: hw/*/*vhost*
1368 F: docs/interop/vhost-user.txt
1370 virtio
1371 M: Michael S. Tsirkin <mst@redhat.com>
1372 S: Supported
1373 F: hw/*/virtio*
1374 F: hw/virtio/Makefile.objs
1375 F: hw/virtio/trace-events
1376 F: net/vhost-user.c
1377 F: include/hw/virtio/
1378 F: tests/virtio-balloon-test.c
1380 virtio-9p
1381 M: Greg Kurz <groug@kaod.org>
1382 S: Supported
1383 F: hw/9pfs/
1384 F: fsdev/
1385 F: tests/virtio-9p-test.c
1386 T: git https://github.com/gkurz/qemu.git 9p-next
1388 virtio-blk
1389 M: Stefan Hajnoczi <stefanha@redhat.com>
1390 L: qemu-block@nongnu.org
1391 S: Supported
1392 F: hw/block/virtio-blk.c
1393 F: hw/block/dataplane/*
1394 F: tests/virtio-blk-test.c
1395 T: git https://github.com/stefanha/qemu.git block
1397 virtio-ccw
1398 M: Cornelia Huck <cohuck@redhat.com>
1399 M: Halil Pasic <pasic@linux.ibm.com>
1400 S: Supported
1401 F: hw/s390x/virtio-ccw*.[hc]
1402 F: hw/s390x/vhost-vsock-ccw.c
1403 T: git https://github.com/cohuck/qemu.git s390-next
1404 T: git https://github.com/borntraeger/qemu.git s390-next
1405 L: qemu-s390x@nongnu.org
1407 virtio-input
1408 M: Gerd Hoffmann <kraxel@redhat.com>
1409 S: Maintained
1410 F: hw/input/virtio-input*.c
1411 F: include/hw/virtio/virtio-input.h
1413 virtio-serial
1414 M: Amit Shah <amit@kernel.org>
1415 S: Supported
1416 F: hw/char/virtio-serial-bus.c
1417 F: hw/char/virtio-console.c
1418 F: include/hw/virtio/virtio-serial.h
1419 F: tests/virtio-console-test.c
1420 F: tests/virtio-serial-test.c
1422 virtio-rng
1423 M: Amit Shah <amit@kernel.org>
1424 S: Supported
1425 F: hw/virtio/virtio-rng.c
1426 F: include/hw/virtio/virtio-rng.h
1427 F: include/sysemu/rng*.h
1428 F: backends/rng*.c
1429 F: tests/virtio-rng-test.c
1431 virtio-crypto
1432 M: Gonglei <arei.gonglei@huawei.com>
1433 S: Supported
1434 F: hw/virtio/virtio-crypto.c
1435 F: hw/virtio/virtio-crypto-pci.c
1436 F: include/hw/virtio/virtio-crypto.h
1438 nvme
1439 M: Keith Busch <keith.busch@intel.com>
1440 L: qemu-block@nongnu.org
1441 S: Supported
1442 F: hw/block/nvme*
1443 F: tests/nvme-test.c
1445 megasas
1446 M: Hannes Reinecke <hare@suse.com>
1447 L: qemu-block@nongnu.org
1448 S: Supported
1449 F: hw/scsi/megasas.c
1450 F: hw/scsi/mfi.h
1451 F: tests/megasas-test.c
1453 Network packet abstractions
1454 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1455 S: Maintained
1456 F: include/net/eth.h
1457 F: net/eth.c
1458 F: hw/net/net_rx_pkt*
1459 F: hw/net/net_tx_pkt*
1461 Vmware
1462 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1463 S: Maintained
1464 F: hw/net/vmxnet*
1465 F: hw/scsi/vmw_pvscsi*
1466 F: tests/vmxnet3-test.c
1468 Rocker
1469 M: Jiri Pirko <jiri@resnulli.us>
1470 S: Maintained
1471 F: hw/net/rocker/
1472 F: tests/rocker/
1473 F: docs/specs/rocker.txt
1475 NVDIMM
1476 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1477 S: Maintained
1478 F: hw/acpi/nvdimm.c
1479 F: hw/mem/nvdimm.c
1480 F: include/hw/mem/nvdimm.h
1482 e1000x
1483 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1484 S: Maintained
1485 F: hw/net/e1000x*
1487 e1000e
1488 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1489 S: Maintained
1490 F: hw/net/e1000e*
1492 eepro100
1493 M: Stefan Weil <sw@weilnetz.de>
1494 S: Maintained
1495 F: hw/net/eepro100.c
1497 Generic Loader
1498 M: Alistair Francis <alistair@alistair23.me>
1499 S: Maintained
1500 F: hw/core/generic-loader.c
1501 F: include/hw/core/generic-loader.h
1502 F: docs/generic-loader.txt
1504 Intel Hexadecimal Object File Loader
1505 M: Su Hang <suhang16@mails.ucas.ac.cn>
1506 S: Maintained
1507 F: tests/hexloader-test.c
1508 F: tests/data/hex-loader/test.hex
1510 CHRP NVRAM
1511 M: Thomas Huth <thuth@redhat.com>
1512 S: Maintained
1513 F: hw/nvram/chrp_nvram.c
1514 F: include/hw/nvram/chrp_nvram.h
1515 F: tests/prom-env-test.c
1517 VM Generation ID
1518 M: Ben Warren <ben@skyportsystems.com>
1519 S: Maintained
1520 F: hw/acpi/vmgenid.c
1521 F: include/hw/acpi/vmgenid.h
1522 F: docs/specs/vmgenid.txt
1523 F: tests/vmgenid-test.c
1524 F: stubs/vmgenid.c
1526 Unimplemented device
1527 M: Peter Maydell <peter.maydell@linaro.org>
1528 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1529 S: Maintained
1530 F: include/hw/misc/unimp.h
1531 F: hw/misc/unimp.c
1533 Standard VGA
1534 M: Gerd Hoffmann <kraxel@redhat.com>
1535 S: Maintained
1536 F: hw/display/vga*
1537 F: hw/display/bochs-display.c
1538 F: include/hw/display/vga.h
1539 F: include/hw/display/bochs-vbe.h
1541 ramfb
1542 M: Gerd Hoffmann <kraxel@redhat.com>
1543 S: Maintained
1544 F: hw/display/ramfb*.c
1545 F: include/hw/display/ramfb.h
1547 virtio-gpu
1548 M: Gerd Hoffmann <kraxel@redhat.com>
1549 S: Maintained
1550 F: hw/display/virtio-gpu*
1551 F: hw/display/virtio-vga.c
1552 F: include/hw/virtio/virtio-gpu.h
1554 Cirrus VGA
1555 M: Gerd Hoffmann <kraxel@redhat.com>
1556 S: Odd Fixes
1557 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1558 F: hw/display/cirrus*
1560 EDID Generator
1561 M: Gerd Hoffmann <kraxel@redhat.com>
1562 S: Maintained
1563 F: hw/display/edid*
1564 F: include/hw/display/edid.h
1565 F: qemu-edid.c
1567 Firmware configuration (fw_cfg)
1568 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1569 R: Laszlo Ersek <lersek@redhat.com>
1570 R: Gerd Hoffmann <kraxel@redhat.com>
1571 S: Supported
1572 F: docs/specs/fw_cfg.txt
1573 F: hw/nvram/fw_cfg.c
1574 F: include/hw/nvram/fw_cfg.h
1575 F: include/standard-headers/linux/qemu_fw_cfg.h
1576 F: tests/libqos/fw_cfg.c
1577 F: tests/fw_cfg-test.c
1578 T: git https://github.com/philmd/qemu.git fw_cfg-next
1580 Subsystems
1581 ----------
1582 Audio
1583 M: Gerd Hoffmann <kraxel@redhat.com>
1584 S: Maintained
1585 F: audio/
1586 F: hw/audio/
1587 F: include/hw/audio/
1588 F: tests/ac97-test.c
1589 F: tests/es1370-test.c
1590 F: tests/intel-hda-test.c
1592 Block layer core
1593 M: Kevin Wolf <kwolf@redhat.com>
1594 M: Max Reitz <mreitz@redhat.com>
1595 L: qemu-block@nongnu.org
1596 S: Supported
1597 F: block*
1598 F: block/
1599 F: hw/block/
1600 F: include/block/
1601 F: qemu-img*
1602 F: qemu-io*
1603 F: tests/qemu-iotests/
1604 F: util/qemu-progress.c
1605 F: qobject/block-qdict.c
1606 F: tests/check-block-qdict.c
1607 T: git https://repo.or.cz/qemu/kevin.git block
1609 Block I/O path
1610 M: Stefan Hajnoczi <stefanha@redhat.com>
1611 M: Fam Zheng <famz@redhat.com>
1612 L: qemu-block@nongnu.org
1613 S: Supported
1614 F: util/async.c
1615 F: util/aio-*.c
1616 F: block/io.c
1617 F: migration/block*
1618 F: include/block/aio.h
1619 F: include/block/aio-wait.h
1620 F: scripts/qemugdb/aio.py
1621 T: git https://github.com/stefanha/qemu.git block
1623 Block SCSI subsystem
1624 M: Paolo Bonzini <pbonzini@redhat.com>
1625 R: Fam Zheng <famz@redhat.com>
1626 L: qemu-block@nongnu.org
1627 S: Supported
1628 F: include/scsi/*
1629 F: scsi/*
1631 Block Jobs
1632 M: Jeff Cody <jcody@redhat.com>
1633 L: qemu-block@nongnu.org
1634 S: Supported
1635 F: blockjob.c
1636 F: include/block/blockjob.h
1637 F: job.c
1638 F: job-qmp.c
1639 F: include/qemu/job.h
1640 F: block/backup.c
1641 F: block/commit.c
1642 F: block/stream.c
1643 F: block/mirror.c
1644 F: qapi/job.json
1645 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1647 Block QAPI, monitor, command line
1648 M: Markus Armbruster <armbru@redhat.com>
1649 S: Supported
1650 F: blockdev.c
1651 F: block/qapi.c
1652 F: qapi/block*.json
1653 F: qapi/transaction.json
1654 T: git https://repo.or.cz/qemu/armbru.git block-next
1656 Dirty Bitmaps
1657 M: Fam Zheng <famz@redhat.com>
1658 M: John Snow <jsnow@redhat.com>
1659 L: qemu-block@nongnu.org
1660 S: Supported
1661 F: util/hbitmap.c
1662 F: block/dirty-bitmap.c
1663 F: include/qemu/hbitmap.h
1664 F: include/block/dirty-bitmap.h
1665 F: tests/test-hbitmap.c
1666 F: docs/interop/bitmaps.rst
1667 T: git https://github.com/famz/qemu.git bitmaps
1668 T: git https://github.com/jnsnow/qemu.git bitmaps
1670 Character device backends
1671 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1672 R: Paolo Bonzini <pbonzini@redhat.com>
1673 S: Maintained
1674 F: chardev/
1675 F: include/chardev/
1676 F: qapi/char.json
1678 Character Devices (Braille)
1679 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1680 S: Maintained
1681 F: chardev/baum.c
1683 Command line option argument parsing
1684 M: Markus Armbruster <armbru@redhat.com>
1685 S: Supported
1686 F: include/qemu/option.h
1687 F: tests/test-keyval.c
1688 F: tests/test-qemu-opts.c
1689 F: util/keyval.c
1690 F: util/qemu-option.c
1692 Coverity model
1693 M: Markus Armbruster <armbru@redhat.com>
1694 S: Supported
1695 F: scripts/coverity-model.c
1698 L: qemu-devel@nongnu.org
1699 S: Supported
1700 F: qom/cpu.c
1701 F: include/qom/cpu.h
1703 Device Tree
1704 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1705 M: Alexander Graf <agraf@suse.de>
1706 S: Maintained
1707 F: device_tree.c
1708 F: include/sysemu/device_tree.h
1710 Dump
1711 S: Supported
1712 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1713 F: dump.c
1714 F: hw/misc/vmcoreinfo.c
1715 F: include/hw/misc/vmcoreinfo.h
1716 F: include/sysemu/dump-arch.h
1717 F: include/sysemu/dump.h
1718 F: scripts/dump-guest-memory.py
1719 F: stubs/dump.c
1721 Error reporting
1722 M: Markus Armbruster <armbru@redhat.com>
1723 S: Supported
1724 F: include/qapi/error.h
1725 F: include/qemu/error-report.h
1726 F: util/error.c
1727 F: util/qemu-error.c
1729 GDB stub
1730 L: qemu-devel@nongnu.org
1731 S: Odd Fixes
1732 F: gdbstub*
1733 F: gdb-xml/
1735 Memory API
1736 M: Paolo Bonzini <pbonzini@redhat.com>
1737 S: Supported
1738 F: include/exec/ioport.h
1739 F: ioport.c
1740 F: include/exec/memory.h
1741 F: include/exec/ram_addr.h
1742 F: memory.c
1743 F: include/exec/memory-internal.h
1744 F: exec.c
1746 SPICE
1747 M: Gerd Hoffmann <kraxel@redhat.com>
1748 S: Supported
1749 F: include/ui/qemu-spice.h
1750 F: include/ui/spice-display.h
1751 F: ui/spice-*.c
1752 F: audio/spiceaudio.c
1753 F: hw/display/qxl*
1754 F: qapi/ui.json
1756 Graphics
1757 M: Gerd Hoffmann <kraxel@redhat.com>
1758 S: Odd Fixes
1759 F: ui/
1760 F: include/ui/
1761 F: qapi/ui.json
1762 F: util/drm.c
1764 Cocoa graphics
1765 M: Peter Maydell <peter.maydell@linaro.org>
1766 S: Odd Fixes
1767 F: ui/cocoa.m
1769 Main loop
1770 M: Paolo Bonzini <pbonzini@redhat.com>
1771 S: Maintained
1772 F: cpus.c
1773 F: util/main-loop.c
1774 F: util/qemu-timer.c
1775 F: vl.c
1776 F: qapi/run-state.json
1778 Human Monitor (HMP)
1779 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1780 S: Maintained
1781 F: monitor.c
1782 F: hmp.[ch]
1783 F: hmp-commands*.hx
1784 F: include/monitor/hmp-target.h
1785 F: tests/test-hmp.c
1787 Network device backends
1788 M: Jason Wang <jasowang@redhat.com>
1789 S: Maintained
1790 F: net/
1791 F: include/net/
1792 T: git https://github.com/jasowang/qemu.git net
1793 F: qapi/net.json
1795 Netmap network backend
1796 M: Luigi Rizzo <rizzo@iet.unipi.it>
1797 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1798 M: Vincenzo Maffione <v.maffione@gmail.com>
1799 W: http://info.iet.unipi.it/~luigi/netmap/
1800 S: Maintained
1801 F: net/netmap.c
1803 NUMA
1804 M: Eduardo Habkost <ehabkost@redhat.com>
1805 S: Maintained
1806 F: numa.c
1807 F: include/sysemu/numa.h
1808 T: git https://github.com/ehabkost/qemu.git machine-next
1810 Host Memory Backends
1811 M: Eduardo Habkost <ehabkost@redhat.com>
1812 M: Igor Mammedov <imammedo@redhat.com>
1813 S: Maintained
1814 F: backends/hostmem*.c
1815 F: include/sysemu/hostmem.h
1816 T: git https://github.com/ehabkost/qemu.git machine-next
1818 Cryptodev Backends
1819 M: Gonglei <arei.gonglei@huawei.com>
1820 S: Maintained
1821 F: include/sysemu/cryptodev*.h
1822 F: backends/cryptodev*.c
1824 Python scripts
1825 M: Eduardo Habkost <ehabkost@redhat.com>
1826 M: Cleber Rosa <crosa@redhat.com>
1827 S: Odd fixes
1828 F: scripts/qmp/*
1829 F: scripts/*.py
1830 F: tests/*.py
1832 QAPI
1833 M: Markus Armbruster <armbru@redhat.com>
1834 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1835 S: Supported
1836 F: qapi/
1837 X: qapi/*.json
1838 F: include/qapi/
1839 X: include/qapi/qmp/
1840 F: include/qapi/qmp/dispatch.h
1841 F: tests/qapi-schema/
1842 F: tests/test-*-visitor.c
1843 F: tests/test-qapi-*.c
1844 F: tests/test-qmp-*.c
1845 F: tests/test-visitor-serialization.c
1846 F: scripts/qapi-gen.py
1847 F: scripts/qapi/*
1848 F: docs/devel/qapi*
1849 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1851 QAPI Schema
1852 M: Eric Blake <eblake@redhat.com>
1853 M: Markus Armbruster <armbru@redhat.com>
1854 S: Supported
1855 F: qapi/*.json
1856 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1858 QObject
1859 M: Markus Armbruster <armbru@redhat.com>
1860 S: Supported
1861 F: qobject/
1862 F: include/qapi/qmp/
1863 X: include/qapi/qmp/dispatch.h
1864 F: scripts/coccinelle/qobject.cocci
1865 F: tests/check-qdict.c
1866 F: tests/check-qnum.c
1867 F: tests/check-qjson.c
1868 F: tests/check-qlist.c
1869 F: tests/check-qstring.c
1870 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1872 QEMU Guest Agent
1873 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1874 S: Maintained
1875 F: qga/
1876 F: qemu-ga.texi
1877 F: scripts/qemu-guest-agent/
1878 F: tests/test-qga.c
1879 F: docs/interop/qemu-ga-ref.texi
1880 T: git https://github.com/mdroth/qemu.git qga
1883 M: Andreas Färber <afaerber@suse.de>
1884 S: Supported
1885 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1886 F: include/qom/
1887 X: include/qom/cpu.h
1888 F: qom/
1889 X: qom/cpu.c
1890 F: tests/check-qom-interface.c
1891 F: tests/check-qom-proplist.c
1894 M: Markus Armbruster <armbru@redhat.com>
1895 S: Supported
1896 F: qmp.c
1897 F: monitor.c
1898 F: docs/devel/*qmp-*
1899 F: scripts/qmp/
1900 F: tests/qmp-test.c
1901 F: tests/qmp-cmd-test.c
1902 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1904 qtest
1905 M: Thomas Huth <thuth@redhat.com>
1906 M: Laurent Vivier <lvivier@redhat.com>
1907 R: Paolo Bonzini <pbonzini@redhat.com>
1908 S: Maintained
1909 F: qtest.c
1910 F: tests/libqtest.*
1911 F: tests/libqos/
1912 F: tests/*-test.c
1914 Register API
1915 M: Alistair Francis <alistair@alistair23.me>
1916 S: Maintained
1917 F: hw/core/register.c
1918 F: include/hw/register.h
1919 F: include/hw/registerfields.h
1921 SLIRP
1922 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1923 M: Jan Kiszka <jan.kiszka@siemens.com>
1924 S: Maintained
1925 F: slirp/
1926 F: net/slirp.c
1927 F: include/net/slirp.h
1928 T: git https://people.debian.org/~sthibault/qemu.git slirp
1929 T: git git://git.kiszka.org/qemu.git queues/slirp
1931 Stubs
1932 M: Paolo Bonzini <pbonzini@redhat.com>
1933 S: Maintained
1934 F: stubs/
1936 Tracing
1937 M: Stefan Hajnoczi <stefanha@redhat.com>
1938 S: Maintained
1939 F: trace/
1940 F: trace-events
1941 F: qemu-option-trace.texi
1942 F: scripts/tracetool.py
1943 F: scripts/tracetool/
1944 F: docs/devel/tracing.txt
1945 T: git https://github.com/stefanha/qemu.git tracing
1948 M: Stefan Berger <stefanb@linux.ibm.com>
1949 S: Maintained
1950 F: tpm.c
1951 F: stubs/tpm.c
1952 F: hw/tpm/*
1953 F: include/hw/acpi/tpm.h
1954 F: include/sysemu/tpm*
1955 F: qapi/tpm.json
1956 F: backends/tpm.c
1957 F: tests/*tpm*
1958 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1960 Checkpatch
1961 S: Odd Fixes
1962 F: scripts/checkpatch.pl
1964 Migration
1965 M: Juan Quintela <quintela@redhat.com>
1966 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1967 S: Maintained
1968 F: include/migration/
1969 F: migration/
1970 F: scripts/vmstate-static-checker.py
1971 F: tests/vmstate-static-checker-data/
1972 F: tests/migration-test.c
1973 F: docs/devel/migration.rst
1974 F: qapi/migration.json
1976 Seccomp
1977 M: Eduardo Otubo <otubo@redhat.com>
1978 S: Supported
1979 F: qemu-seccomp.c
1980 F: include/sysemu/seccomp.h
1982 Cryptography
1983 M: Daniel P. Berrange <berrange@redhat.com>
1984 S: Maintained
1985 F: crypto/
1986 F: include/crypto/
1987 F: tests/test-crypto-*
1988 F: tests/benchmark-crypto-*
1989 F: qemu.sasl
1991 Coroutines
1992 M: Stefan Hajnoczi <stefanha@redhat.com>
1993 M: Kevin Wolf <kwolf@redhat.com>
1994 F: util/*coroutine*
1995 F: include/qemu/coroutine*
1996 F: tests/test-coroutine.c
1998 Buffers
1999 M: Daniel P. Berrange <berrange@redhat.com>
2000 S: Odd fixes
2001 F: util/buffer.c
2002 F: include/qemu/buffer.h
2004 I/O Channels
2005 M: Daniel P. Berrange <berrange@redhat.com>
2006 S: Maintained
2007 F: io/
2008 F: include/io/
2009 F: tests/test-io-*
2011 Sockets
2012 M: Daniel P. Berrange <berrange@redhat.com>
2013 M: Gerd Hoffmann <kraxel@redhat.com>
2014 S: Maintained
2015 F: include/qemu/sockets.h
2016 F: util/qemu-sockets.c
2017 F: qapi/sockets.json
2019 Throttling infrastructure
2020 M: Alberto Garcia <berto@igalia.com>
2021 S: Supported
2022 F: block/throttle-groups.c
2023 F: include/block/throttle-groups.h
2024 F: include/qemu/throttle*.h
2025 F: util/throttle.c
2026 F: docs/throttle.txt
2027 F: tests/test-throttle.c
2028 L: qemu-block@nongnu.org
2030 UUID
2031 M: Fam Zheng <famz@redhat.com>
2032 S: Supported
2033 F: util/uuid.c
2034 F: include/qemu/uuid.h
2035 F: tests/test-uuid.c
2037 COLO Framework
2038 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2039 S: Maintained
2040 F: migration/colo*
2041 F: include/migration/colo.h
2042 F: include/migration/failover.h
2043 F: docs/COLO-FT.txt
2045 COLO Proxy
2046 M: Zhang Chen <zhangckid@gmail.com>
2047 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2048 S: Supported
2049 F: docs/colo-proxy.txt
2050 F: net/colo*
2051 F: net/filter-rewriter.c
2052 F: net/filter-mirror.c
2054 Record/replay
2055 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2056 R: Paolo Bonzini <pbonzini@redhat.com>
2057 W: https://wiki.qemu.org/Features/record-replay
2058 S: Supported
2059 F: replay/*
2060 F: block/blkreplay.c
2061 F: net/filter-replay.c
2062 F: include/sysemu/replay.h
2063 F: docs/replay.txt
2064 F: stubs/replay.c
2066 IOVA Tree
2067 M: Peter Xu <peterx@redhat.com>
2068 S: Maintained
2069 F: include/qemu/iova-tree.h
2070 F: util/iova-tree.c
2072 elf2dmp
2073 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2074 S: Maintained
2075 F: contrib/elf2dmp/
2077 Usermode Emulation
2078 ------------------
2079 Overall
2080 M: Riku Voipio <riku.voipio@iki.fi>
2081 S: Maintained
2082 F: thunk.c
2083 F: accel/tcg/user-exec*.c
2085 BSD user
2086 S: Orphan
2087 F: bsd-user/
2088 F: default-configs/*-bsd-user.mak
2090 Linux user
2091 M: Riku Voipio <riku.voipio@iki.fi>
2092 R: Laurent Vivier <laurent@vivier.eu>
2093 S: Maintained
2094 F: linux-user/
2095 F: default-configs/*-linux-user.mak
2096 F: scripts/qemu-binfmt-conf.sh
2098 Tiny Code Generator (TCG)
2099 -------------------------
2100 Common code
2101 M: Richard Henderson <rth@twiddle.net>
2102 S: Maintained
2103 F: tcg/
2105 AArch64 target
2106 M: Claudio Fontana <claudio.fontana@huawei.com>
2107 M: Claudio Fontana <claudio.fontana@gmail.com>
2108 S: Maintained
2109 L: qemu-arm@nongnu.org
2110 F: tcg/aarch64/
2111 F: disas/arm-a64.cc
2112 F: disas/libvixl/
2114 ARM target
2115 M: Andrzej Zaborowski <balrogg@gmail.com>
2116 S: Maintained
2117 L: qemu-arm@nongnu.org
2118 F: tcg/arm/
2119 F: disas/arm.c
2121 i386 target
2122 L: qemu-devel@nongnu.org
2123 S: Maintained
2124 F: tcg/i386/
2125 F: disas/i386.c
2127 MIPS target
2128 M: Aurelien Jarno <aurelien@aurel32.net>
2129 R: Stefan Markovic <smarkovic@wavecomp.com>
2130 S: Maintained
2131 F: tcg/mips/
2132 F: disas/mips.c
2135 M: Richard Henderson <rth@twiddle.net>
2136 S: Odd Fixes
2137 F: tcg/ppc/
2138 F: disas/ppc.c
2140 S390 target
2141 M: Richard Henderson <rth@twiddle.net>
2142 S: Maintained
2143 F: tcg/s390/
2144 F: disas/s390.c
2145 L: qemu-s390x@nongnu.org
2147 SPARC target
2148 S: Odd Fixes
2149 F: tcg/sparc/
2150 F: disas/sparc.c
2152 TCI target
2153 M: Stefan Weil <sw@weilnetz.de>
2154 S: Maintained
2155 F: tcg/tci/
2156 F: tcg/tci.c
2157 F: disas/tci.c
2159 Block drivers
2160 -------------
2161 VMDK
2162 M: Fam Zheng <famz@redhat.com>
2163 L: qemu-block@nongnu.org
2164 S: Supported
2165 F: block/vmdk.c
2168 M: Josh Durgin <jdurgin@redhat.com>
2169 M: Jeff Cody <jcody@redhat.com>
2170 L: qemu-block@nongnu.org
2171 S: Supported
2172 F: block/rbd.c
2173 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2175 Sheepdog
2176 M: Liu Yuan <namei.unix@gmail.com>
2177 M: Jeff Cody <jcody@redhat.com>
2178 L: qemu-block@nongnu.org
2179 S: Supported
2180 F: block/sheepdog.c
2181 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2183 VHDX
2184 M: Jeff Cody <jcody@redhat.com>
2185 L: qemu-block@nongnu.org
2186 S: Supported
2187 F: block/vhdx*
2188 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2191 M: Stefan Weil <sw@weilnetz.de>
2192 L: qemu-block@nongnu.org
2193 S: Maintained
2194 F: block/vdi.c
2196 iSCSI
2197 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2198 M: Paolo Bonzini <pbonzini@redhat.com>
2199 M: Peter Lieven <pl@kamp.de>
2200 L: qemu-block@nongnu.org
2201 S: Odd Fixes
2202 F: block/iscsi.c
2203 F: block/iscsi-opts.c
2205 Network Block Device (NBD)
2206 M: Eric Blake <eblake@redhat.com>
2207 L: qemu-block@nongnu.org
2208 S: Maintained
2209 F: block/nbd*
2210 F: nbd/
2211 F: include/block/nbd*
2212 F: qemu-nbd.*
2213 F: blockdev-nbd.c
2214 F: docs/interop/nbd.txt
2215 T: git https://repo.or.cz/qemu/ericb.git nbd
2218 M: Jeff Cody <jcody@redhat.com>
2219 M: Peter Lieven <pl@kamp.de>
2220 L: qemu-block@nongnu.org
2221 S: Maintained
2222 F: block/nfs.c
2223 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2226 M: Richard W.M. Jones <rjones@redhat.com>
2227 M: Jeff Cody <jcody@redhat.com>
2228 L: qemu-block@nongnu.org
2229 S: Supported
2230 F: block/ssh.c
2231 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2233 CURL
2234 M: Jeff Cody <jcody@redhat.com>
2235 L: qemu-block@nongnu.org
2236 S: Supported
2237 F: block/curl.c
2238 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2240 GLUSTER
2241 M: Jeff Cody <jcody@redhat.com>
2242 L: qemu-block@nongnu.org
2243 S: Supported
2244 F: block/gluster.c
2245 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2247 Null Block Driver
2248 M: Fam Zheng <famz@redhat.com>
2249 L: qemu-block@nongnu.org
2250 S: Supported
2251 F: block/null.c
2253 NVMe Block Driver
2254 M: Fam Zheng <famz@redhat.com>
2255 L: qemu-block@nongnu.org
2256 S: Supported
2257 F: block/nvme*
2259 Bootdevice
2260 M: Gonglei <arei.gonglei@huawei.com>
2261 S: Maintained
2262 F: bootdevice.c
2264 Quorum
2265 M: Alberto Garcia <berto@igalia.com>
2266 S: Supported
2267 F: block/quorum.c
2268 L: qemu-block@nongnu.org
2270 blklogwrites
2271 M: Ari Sundholm <ari@tuxera.com>
2272 L: qemu-block@nongnu.org
2273 S: Supported
2274 F: block/blklogwrites.c
2276 blkverify
2277 M: Stefan Hajnoczi <stefanha@redhat.com>
2278 L: qemu-block@nongnu.org
2279 S: Supported
2280 F: block/blkverify.c
2282 bochs
2283 M: Stefan Hajnoczi <stefanha@redhat.com>
2284 L: qemu-block@nongnu.org
2285 S: Supported
2286 F: block/bochs.c
2288 cloop
2289 M: Stefan Hajnoczi <stefanha@redhat.com>
2290 L: qemu-block@nongnu.org
2291 S: Supported
2292 F: block/cloop.c
2295 M: Stefan Hajnoczi <stefanha@redhat.com>
2296 L: qemu-block@nongnu.org
2297 S: Supported
2298 F: block/dmg.c
2300 parallels
2301 M: Stefan Hajnoczi <stefanha@redhat.com>
2302 M: Denis V. Lunev <den@openvz.org>
2303 L: qemu-block@nongnu.org
2304 S: Supported
2305 F: block/parallels.c
2306 F: docs/interop/parallels.txt
2309 M: Stefan Hajnoczi <stefanha@redhat.com>
2310 L: qemu-block@nongnu.org
2311 S: Supported
2312 F: block/qed.c
2315 M: Kevin Wolf <kwolf@redhat.com>
2316 L: qemu-block@nongnu.org
2317 S: Supported
2318 F: block/linux-aio.c
2319 F: include/block/raw-aio.h
2320 F: block/raw-format.c
2321 F: block/file-posix.c
2322 F: block/file-win32.c
2323 F: block/win32-aio.c
2325 qcow2
2326 M: Kevin Wolf <kwolf@redhat.com>
2327 M: Max Reitz <mreitz@redhat.com>
2328 L: qemu-block@nongnu.org
2329 S: Supported
2330 F: block/qcow2*
2331 F: docs/interop/qcow2.txt
2333 qcow
2334 M: Kevin Wolf <kwolf@redhat.com>
2335 L: qemu-block@nongnu.org
2336 S: Supported
2337 F: block/qcow.c
2339 blkdebug
2340 M: Kevin Wolf <kwolf@redhat.com>
2341 M: Max Reitz <mreitz@redhat.com>
2342 L: qemu-block@nongnu.org
2343 S: Supported
2344 F: block/blkdebug.c
2347 M: Kevin Wolf <kwolf@redhat.com>
2348 L: qemu-block@nongnu.org
2349 S: Supported
2350 F: block/vpc.c
2352 vvfat
2353 M: Kevin Wolf <kwolf@redhat.com>
2354 L: qemu-block@nongnu.org
2355 S: Supported
2356 F: block/vvfat.c
2358 Image format fuzzer
2359 M: Stefan Hajnoczi <stefanha@redhat.com>
2360 L: qemu-block@nongnu.org
2361 S: Supported
2362 F: tests/image-fuzzer/
2364 Replication
2365 M: Wen Congyang <wencongyang2@huawei.com>
2366 M: Xie Changlong <xiechanglong.d@gmail.com>
2367 S: Supported
2368 F: replication*
2369 F: block/replication.c
2370 F: tests/test-replication.c
2371 F: docs/block-replication.txt
2373 PVRDMA
2374 M: Yuval Shaia <yuval.shaia@oracle.com>
2375 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2376 S: Maintained
2377 F: hw/rdma/*
2378 F: hw/rdma/vmw/*
2379 F: docs/pvrdma.txt
2381 Build and test automation
2382 -------------------------
2383 Build and test automation
2384 M: Alex Bennée <alex.bennee@linaro.org>
2385 M: Fam Zheng <famz@redhat.com>
2386 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2387 L: qemu-devel@nongnu.org
2388 S: Maintained
2389 F: .travis.yml
2390 F: scripts/travis/
2391 F: .shippable.yml
2392 F: tests/docker/
2393 F: tests/vm/
2394 W: https://travis-ci.org/qemu/qemu
2395 W: https://app.shippable.com/github/qemu/qemu
2396 W: http://patchew.org/QEMU/
2398 Guest Test Compilation Support
2399 M: Alex Bennée <alex.bennee@linaro.org>
2400 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2401 F: tests/tcg/Makefile
2402 F: tests/tcg/Makefile.include
2403 L: qemu-devel@nongnu.org
2405 Documentation
2406 -------------
2407 Build system architecture
2408 M: Daniel P. Berrange <berrange@redhat.com>
2409 S: Odd Fixes
2410 F: docs/devel/build-system.txt
2412 Incompatible changes
2413 R: libvir-list@redhat.com
2414 F: qemu-deprecated.texi
2416 Build System
2417 ------------
2418 GIT submodules
2419 M: Daniel P. Berrange <berrange@redhat.com>
2420 S: Odd Fixes
2421 F: scripts/git-submodule.sh