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