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