hw/arm/iotkit: Wire up the lines for MSCs
[qemu.git] / MAINTAINERS
blobabbaccc475befd61fe8935c202d3c8471be115e7
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         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Architecture support
80 --------------------
81 S390
82 M: Cornelia Huck <cohuck@redhat.com>
83 S: Supported
84 F: default-configs/s390x-softmmu.mak
85 F: gdb-xml/s390*.xml
86 F: hw/char/sclp*.[hc]
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
90 F: hw/s390x/
91 F: hw/vfio/ccw.c
92 F: hw/watchdog/wdt_diag288.c
93 F: include/hw/s390x/
94 F: include/hw/watchdog/wdt_diag288.h
95 F: pc-bios/s390-ccw/
96 F: pc-bios/s390-ccw.img
97 F: target/s390x/
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
104 Overall
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
109 S: Maintained
110 F: cpus.c
111 F: exec.c
112 F: accel/tcg/
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
119 FPU emulation
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
122 S: Odd Fixes
123 F: fpu/
124 F: include/fpu/
126 Alpha
127 M: Richard Henderson <rth@twiddle.net>
128 S: Maintained
129 F: target/alpha/
130 F: tests/tcg/alpha/
131 F: disas/alpha.c
134 M: Peter Maydell <peter.maydell@linaro.org>
135 L: qemu-arm@nongnu.org
136 S: Maintained
137 F: target/arm/
138 F: tests/tcg/arm/
139 F: tests/tcg/aarch64/
140 F: hw/arm/
141 F: hw/cpu/a*mpcore.c
142 F: include/hw/cpu/a*mpcore.h
143 F: disas/arm.c
144 F: disas/arm-a64.cc
145 F: disas/libvixl/
147 CRIS
148 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
149 S: Maintained
150 F: target/cris/
151 F: hw/cris/
152 F: include/hw/cris/
153 F: tests/tcg/cris/
154 F: disas/cris.c
156 HPPA (PA-RISC)
157 M: Richard Henderson <rth@twiddle.net>
158 S: Maintained
159 F: target/hppa/
160 F: hw/hppa/
161 F: disas/hppa.c
163 LM32
164 M: Michael Walle <michael@walle.cc>
165 S: Maintained
166 F: target/lm32/
167 F: disas/lm32.c
168 F: hw/lm32/
169 F: hw/*/lm32_*
170 F: hw/*/milkymist-*
171 F: include/hw/char/lm32_juart.h
172 F: include/hw/lm32/
173 F: tests/tcg/lm32/
175 M68K
176 M: Laurent Vivier <laurent@vivier.eu>
177 S: Maintained
178 F: target/m68k/
179 F: disas/m68k.c
181 MicroBlaze
182 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183 S: Maintained
184 F: target/microblaze/
185 F: hw/microblaze/
186 F: disas/microblaze.c
188 MIPS
189 M: Aurelien Jarno <aurelien@aurel32.net>
190 M: Aleksandar Markovic <amarkovic@wavecomp.com>
191 S: Maintained
192 F: target/mips/
193 F: hw/mips/
194 F: hw/misc/mips_*
195 F: hw/intc/mips_gic.c
196 F: hw/timer/mips_gictimer.c
197 F: include/hw/mips/
198 F: include/hw/misc/mips_*
199 F: include/hw/intc/mips_gic.h
200 F: include/hw/timer/mips_gictimer.h
201 F: tests/tcg/mips/
202 F: disas/mips.c
204 Moxie
205 M: Anthony Green <green@moxielogic.com>
206 S: Maintained
207 F: target/moxie/
208 F: disas/moxie.c
209 F: hw/moxie/
210 F: default-configs/moxie-softmmu.mak
212 NiosII
213 M: Chris Wulff <crwulff@gmail.com>
214 M: Marek Vasut <marex@denx.de>
215 S: Maintained
216 F: target/nios2/
217 F: hw/nios2/
218 F: disas/nios2.c
220 OpenRISC
221 M: Stafford Horne <shorne@gmail.com>
222 S: Odd Fixes
223 F: target/openrisc/
224 F: hw/openrisc/
225 F: tests/tcg/openrisc/
227 PowerPC
228 M: David Gibson <david@gibson.dropbear.id.au>
229 M: Alexander Graf <agraf@suse.de>
230 L: qemu-ppc@nongnu.org
231 S: Maintained
232 F: target/ppc/
233 F: hw/ppc/
234 F: include/hw/ppc/
235 F: disas/ppc.c
237 RISC-V
238 M: Michael Clark <mjc@sifive.com>
239 M: Palmer Dabbelt <palmer@sifive.com>
240 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
241 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
242 S: Maintained
243 F: target/riscv/
244 F: hw/riscv/
245 F: include/hw/riscv/
246 F: disas/riscv.c
248 S390
249 M: Richard Henderson <rth@twiddle.net>
250 M: Alexander Graf <agraf@suse.de>
251 M: David Hildenbrand <david@redhat.com>
252 S: Maintained
253 F: target/s390x/
254 F: hw/s390x/
255 F: disas/s390.c
256 L: qemu-s390x@nongnu.org
259 M: Aurelien Jarno <aurelien@aurel32.net>
260 S: Odd Fixes
261 F: target/sh4/
262 F: hw/sh4/
263 F: disas/sh4.c
264 F: include/hw/sh4/
266 SPARC
267 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
268 M: Artyom Tarasenko <atar4qemu@gmail.com>
269 S: Maintained
270 F: target/sparc/
271 F: hw/sparc/
272 F: hw/sparc64/
273 F: disas/sparc.c
275 UniCore32
276 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
277 S: Maintained
278 F: target/unicore32/
279 F: hw/unicore32/
280 F: include/hw/unicore32/
283 M: Paolo Bonzini <pbonzini@redhat.com>
284 M: Richard Henderson <rth@twiddle.net>
285 M: Eduardo Habkost <ehabkost@redhat.com>
286 S: Maintained
287 F: target/i386/
288 F: tests/tcg/i386/
289 F: tests/tcg/x86_64/
290 F: hw/i386/
291 F: disas/i386.c
292 F: docs/qemu-cpu-models.texi
293 T: git git://github.com/ehabkost/qemu.git x86-next
295 Xtensa
296 M: Max Filippov <jcmvbkbc@gmail.com>
297 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
298 S: Maintained
299 F: target/xtensa/
300 F: hw/xtensa/
301 F: tests/tcg/xtensa/
302 F: disas/xtensa.c
304 TriCore
305 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
306 S: Maintained
307 F: target/tricore/
308 F: hw/tricore/
309 F: include/hw/tricore/
311 Multiarch Linux User Tests
312 M: Alex Bennée <alex.bennee@linaro.org>
313 F: tests/tcg/multiarch/
315 Guest CPU Cores (KVM):
316 ----------------------
318 Overall
319 M: Paolo Bonzini <pbonzini@redhat.com>
320 L: kvm@vger.kernel.org
321 S: Supported
322 F: */kvm.*
323 F: accel/kvm/
324 F: include/sysemu/kvm*.h
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
329 S: Maintained
330 F: target/arm/kvm.c
332 MIPS
333 M: James Hogan <jhogan@kernel.org>
334 S: Maintained
335 F: target/mips/kvm.c
338 M: Alexander Graf <agraf@suse.de>
339 S: Maintained
340 F: target/ppc/kvm.c
342 S390
343 M: Christian Borntraeger <borntraeger@de.ibm.com>
344 M: Cornelia Huck <cohuck@redhat.com>
345 M: Alexander Graf <agraf@suse.de>
346 S: Maintained
347 F: target/s390x/kvm.c
348 F: target/s390x/kvm_s390x.h
349 F: target/s390x/kvm-stub.c
350 F: target/s390x/ioinst.[ch]
351 F: target/s390x/machine.c
352 F: target/s390x/sigp.c
353 F: hw/intc/s390_flic.c
354 F: hw/intc/s390_flic_kvm.c
355 F: include/hw/s390x/s390_flic.h
356 F: gdb-xml/s390*.xml
357 T: git git://github.com/cohuck/qemu.git s390-next
358 T: git git://github.com/borntraeger/qemu.git s390-next
359 L: qemu-s390x@nongnu.org
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 M: Marcelo Tosatti <mtosatti@redhat.com>
364 L: kvm@vger.kernel.org
365 S: Supported
366 F: target/i386/kvm.c
368 Guest CPU Cores (Xen):
369 ----------------------
372 M: Stefano Stabellini <sstabellini@kernel.org>
373 M: Anthony Perard <anthony.perard@citrix.com>
374 L: xen-devel@lists.xenproject.org
375 S: Supported
376 F: */xen*
377 F: hw/9pfs/xen-9p-backend.c
378 F: hw/char/xen_console.c
379 F: hw/display/xenfb.c
380 F: hw/net/xen_nic.c
381 F: hw/block/xen_*
382 F: hw/xen/
383 F: hw/xenpv/
384 F: hw/i386/xen/
385 F: include/hw/xen/
386 F: include/sysemu/xen-mapcache.h
388 Hosts:
389 ------
391 LINUX
392 L: qemu-devel@nongnu.org
393 S: Maintained
394 F: linux-*
395 F: linux-headers/
397 POSIX
398 L: qemu-devel@nongnu.org
399 S: Maintained
400 F: *posix*
402 NETBSD
403 L: qemu-devel@nongnu.org
404 M: Kamil Rytarowski <kamil@netbsd.org>
405 S: Maintained
406 K: ^Subject:.*(?i)NetBSD
408 OPENBSD
409 L: qemu-devel@nongnu.org
410 M: Brad Smith <brad@comstyle.com>
411 S: Maintained
412 K: ^Subject:.*(?i)OpenBSD
414 W32, W64
415 L: qemu-devel@nongnu.org
416 M: Stefan Weil <sw@weilnetz.de>
417 S: Maintained
418 F: *win32*
419 F: */*win32*
420 F: include/*/*win32*
421 X: qga/*win32*
422 F: qemu.nsi
424 Alpha Machines
425 M: Richard Henderson <rth@twiddle.net>
426 S: Maintained
427 F: hw/alpha/
428 F: hw/isa/smc37c669-superio.c
430 ARM Machines
431 ------------
432 Allwinner-a10
433 M: Beniamino Galvani <b.galvani@gmail.com>
434 L: qemu-arm@nongnu.org
435 S: Maintained
436 F: hw/*/allwinner*
437 F: include/hw/*/allwinner*
438 F: hw/arm/cubieboard.c
440 ARM PrimeCell and CMSDK devices
441 M: Peter Maydell <peter.maydell@linaro.org>
442 L: qemu-arm@nongnu.org
443 S: Maintained
444 F: hw/char/pl011.c
445 F: include/hw/char/pl011.h
446 F: hw/display/pl110*
447 F: hw/dma/pl080.c
448 F: include/hw/dma/pl080.h
449 F: hw/dma/pl330.c
450 F: hw/gpio/pl061.c
451 F: hw/input/pl050.c
452 F: hw/intc/pl190.c
453 F: hw/sd/pl181.c
454 F: hw/timer/pl031.c
455 F: include/hw/arm/primecell.h
456 F: hw/timer/cmsdk-apb-timer.c
457 F: include/hw/timer/cmsdk-apb-timer.h
458 F: hw/timer/cmsdk-apb-dualtimer.c
459 F: include/hw/timer/cmsdk-apb-dualtimer.h
460 F: hw/char/cmsdk-apb-uart.c
461 F: include/hw/char/cmsdk-apb-uart.h
462 F: hw/watchdog/cmsdk-apb-watchdog.c
463 F: include/hw/watchdog/cmsdk-apb-watchdog.h
464 F: hw/misc/tz-ppc.c
465 F: include/hw/misc/tz-ppc.h
466 F: hw/misc/tz-mpc.c
467 F: include/hw/misc/tz-mpc.h
468 F: hw/misc/tz-msc.c
469 F: include/hw/misc/tz-msc.h
471 ARM cores
472 M: Peter Maydell <peter.maydell@linaro.org>
473 L: qemu-arm@nongnu.org
474 S: Maintained
475 F: hw/intc/arm*
476 F: hw/intc/gic_internal.h
477 F: hw/misc/a9scu.c
478 F: hw/misc/arm11scu.c
479 F: hw/timer/a9gtimer*
480 F: hw/timer/arm*
481 F: include/hw/arm/arm*.h
482 F: include/hw/intc/arm*
483 F: include/hw/misc/a9scu.h
484 F: include/hw/misc/arm11scu.h
485 F: include/hw/timer/a9gtimer.h
486 F: include/hw/timer/arm_mptimer.h
487 F: include/hw/timer/armv7m_systick.h
488 F: tests/test-arm-mptimer.c
490 Exynos
491 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
492 L: qemu-arm@nongnu.org
493 S: Maintained
494 F: hw/*/exynos*
495 F: include/hw/arm/exynos4210.h
497 Calxeda Highbank
498 M: Rob Herring <robh@kernel.org>
499 L: qemu-arm@nongnu.org
500 S: Maintained
501 F: hw/arm/highbank.c
502 F: hw/net/xgmac.c
504 Canon DIGIC
505 M: Antony Pavlov <antonynpavlov@gmail.com>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: include/hw/arm/digic.h
509 F: hw/*/digic*
511 Gumstix
512 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
513 L: qemu-devel@nongnu.org
514 L: qemu-arm@nongnu.org
515 S: Odd Fixes
516 F: hw/arm/gumstix.c
518 i.MX31
519 M: Peter Chubb <peter.chubb@nicta.com.au>
520 L: qemu-arm@nongnu.org
521 S: Odd fixes
522 F: hw/*/imx*
523 F: include/hw/*/imx*
524 F: hw/arm/kzm.c
525 F: include/hw/arm/fsl-imx31.h
527 Integrator CP
528 M: Peter Maydell <peter.maydell@linaro.org>
529 L: qemu-arm@nongnu.org
530 S: Maintained
531 F: hw/arm/integratorcp.c
532 F: hw/misc/arm_integrator_debug.c
534 MPS2
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/arm/mps2.c
539 F: hw/arm/mps2-tz.c
540 F: hw/misc/mps2-*.c
541 F: include/hw/misc/mps2-*.h
542 F: hw/arm/iotkit.c
543 F: include/hw/arm/iotkit.h
544 F: hw/misc/iotkit-sysctl.c
545 F: include/hw/misc/iotkit-sysctl.h
546 F: hw/misc/iotkit-sysinfo.c
547 F: include/hw/misc/iotkit-sysinfo.h
549 Musicpal
550 M: Jan Kiszka <jan.kiszka@web.de>
551 L: qemu-arm@nongnu.org
552 S: Maintained
553 F: hw/arm/musicpal.c
555 nSeries
556 M: Andrzej Zaborowski <balrogg@gmail.com>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/arm/nseries.c
561 Palm
562 M: Andrzej Zaborowski <balrogg@gmail.com>
563 L: qemu-arm@nongnu.org
564 S: Maintained
565 F: hw/arm/palm.c
567 Real View
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
570 S: Maintained
571 F: hw/arm/realview*
572 F: hw/cpu/realview_mpcore.c
573 F: hw/intc/realview_gic.c
574 F: include/hw/intc/realview_gic.h
576 PXA2XX
577 M: Andrzej Zaborowski <balrogg@gmail.com>
578 L: qemu-arm@nongnu.org
579 S: Maintained
580 F: hw/arm/mainstone.c
581 F: hw/arm/spitz.c
582 F: hw/arm/tosa.c
583 F: hw/arm/z2.c
584 F: hw/*/pxa2xx*
585 F: hw/misc/mst_fpga.c
586 F: include/hw/arm/pxa.h
588 Stellaris
589 M: Peter Maydell <peter.maydell@linaro.org>
590 L: qemu-arm@nongnu.org
591 S: Maintained
592 F: hw/*/stellaris*
594 Versatile PB
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
597 S: Maintained
598 F: hw/*/versatile*
599 F: hw/misc/arm_sysctl.c
601 Xilinx Zynq
602 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603 M: Alistair Francis <alistair@alistair23.me>
604 L: qemu-arm@nongnu.org
605 S: Maintained
606 F: hw/*/xilinx_*
607 F: hw/*/cadence_*
608 F: hw/misc/zynq*
609 F: include/hw/misc/zynq*
610 X: hw/ssi/xilinx_*
612 Xilinx ZynqMP
613 M: Alistair Francis <alistair@alistair23.me>
614 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
615 L: qemu-arm@nongnu.org
616 S: Maintained
617 F: hw/*/xlnx*.c
618 F: include/hw/*/xlnx*.h
620 ARM ACPI Subsystem
621 M: Shannon Zhao <zhaoshenglong@huawei.com>
622 M: Shannon Zhao <shannon.zhaosl@gmail.com>
623 L: qemu-arm@nongnu.org
624 S: Maintained
625 F: hw/arm/virt-acpi-build.c
627 STM32F205
628 M: Alistair Francis <alistair@alistair23.me>
629 S: Maintained
630 F: hw/arm/stm32f205_soc.c
631 F: hw/misc/stm32f2xx_syscfg.c
632 F: hw/char/stm32f2xx_usart.c
633 F: hw/timer/stm32f2xx_timer.c
634 F: hw/adc/*
635 F: hw/ssi/stm32f2xx_spi.c
636 F: include/hw/*/stm32*.h
638 Netduino 2
639 M: Alistair Francis <alistair@alistair23.me>
640 S: Maintained
641 F: hw/arm/netduino2.c
643 SmartFusion2
644 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
645 S: Maintained
646 F: hw/arm/msf2-soc.c
647 F: hw/misc/msf2-sysreg.c
648 F: hw/timer/mss-timer.c
649 F: hw/ssi/mss-spi.c
650 F: include/hw/arm/msf2-soc.h
651 F: include/hw/misc/msf2-sysreg.h
652 F: include/hw/timer/mss-timer.h
653 F: include/hw/ssi/mss-spi.h
655 Emcraft M2S-FG484
656 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
657 S: Maintained
658 F: hw/arm/msf2-som.c
660 ASPEED BMCs
661 M: Cédric Le Goater <clg@kaod.org>
662 R: Andrew Jeffery <andrew@aj.id.au>
663 R: Joel Stanley <joel@jms.id.au>
664 L: qemu-arm@nongnu.org
665 S: Maintained
666 F: hw/*/*aspeed*
667 F: include/hw/*/*aspeed*
668 F: hw/net/ftgmac100.c
669 F: include/hw/net/ftgmac100.h
671 CRIS Machines
672 -------------
673 Axis Dev88
674 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
675 S: Maintained
676 F: hw/cris/axis_dev88.c
677 F: hw/*/etraxfs_*.c
679 LM32 Machines
680 -------------
681 EVR32 and uclinux BSP
682 M: Michael Walle <michael@walle.cc>
683 S: Maintained
684 F: hw/lm32/lm32_boards.c
686 milkymist
687 M: Michael Walle <michael@walle.cc>
688 S: Maintained
689 F: hw/lm32/milkymist.c
691 M68K Machines
692 -------------
693 an5206
694 M: Thomas Huth <huth@tuxfamily.org>
695 S: Odd Fixes
696 F: hw/m68k/an5206.c
697 F: hw/m68k/mcf5206.c
699 mcf5208
700 M: Thomas Huth <huth@tuxfamily.org>
701 S: Odd Fixes
702 F: hw/m68k/mcf5208.c
703 F: hw/m68k/mcf_intc.c
704 F: hw/char/mcf_uart.c
705 F: hw/net/mcf_fec.c
706 F: include/hw/m68k/mcf*.h
708 MicroBlaze Machines
709 -------------------
710 petalogix_s3adsp1800
711 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
712 S: Maintained
713 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
715 petalogix_ml605
716 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
717 S: Maintained
718 F: hw/microblaze/petalogix_ml605_mmu.c
720 MIPS Machines
721 -------------
722 Jazz
723 M: Hervé Poussineau <hpoussin@reactos.org>
724 S: Maintained
725 F: hw/mips/mips_jazz.c
727 Malta
728 M: Aurelien Jarno <aurelien@aurel32.net>
729 S: Maintained
730 F: hw/mips/mips_malta.c
732 Mipssim
733 M: Aleksandar Markovic <amarkovic@wavecomp.com>
734 S: Odd Fixes
735 F: hw/mips/mips_mipssim.c
736 F: hw/net/mipsnet.c
738 R4000
739 M: Aurelien Jarno <aurelien@aurel32.net>
740 S: Maintained
741 F: hw/mips/mips_r4k.c
743 Fulong 2E
744 M: Aleksandar Markovic <amarkovic@wavecomp.com>
745 S: Odd Fixes
746 F: hw/mips/mips_fulong2e.c
747 F: hw/isa/vt82c686.c
749 F: include/hw/isa/vt82c686.h
751 Boston
752 M: Paul Burton <pburton@wavecomp.com>
753 S: Maintained
754 F: hw/core/loader-fit.c
755 F: hw/mips/boston.c
756 F: hw/pci-host/xilinx-pcie.c
758 OpenRISC Machines
759 -----------------
760 or1k-sim
761 M: Jia Liu <proljc@gmail.com>
762 S: Maintained
763 F: hw/openrisc/openrisc_sim.c
765 PowerPC Machines
766 ----------------
768 M: Alexander Graf <agraf@suse.de>
769 L: qemu-ppc@nongnu.org
770 S: Odd Fixes
771 F: hw/ppc/ppc405_boards.c
773 Bamboo
774 M: Alexander Graf <agraf@suse.de>
775 L: qemu-ppc@nongnu.org
776 S: Odd Fixes
777 F: hw/ppc/ppc440_bamboo.c
779 e500
780 M: Alexander Graf <agraf@suse.de>
781 L: qemu-ppc@nongnu.org
782 S: Supported
783 F: hw/ppc/e500.[hc]
784 F: hw/ppc/e500plat.c
785 F: include/hw/ppc/ppc_e500.h
786 F: include/hw/pci-host/ppce500.h
787 F: pc-bios/u-boot.e500
789 mpc8544ds
790 M: Alexander Graf <agraf@suse.de>
791 L: qemu-ppc@nongnu.org
792 S: Supported
793 F: hw/ppc/mpc8544ds.c
794 F: hw/ppc/mpc8544_guts.c
796 New World
797 M: Alexander Graf <agraf@suse.de>
798 L: qemu-ppc@nongnu.org
799 S: Maintained
800 F: hw/ppc/mac_newworld.c
801 F: hw/pci-host/uninorth.c
802 F: hw/pci-bridge/dec.[hc]
803 F: hw/misc/macio/
804 F: hw/misc/mos6522.c
805 F: hw/nvram/mac_nvram.c
806 F: include/hw/misc/macio/
807 F: include/hw/misc/mos6522.h
808 F: include/hw/ppc/mac_dbdma.h
810 Old World
811 M: Alexander Graf <agraf@suse.de>
812 L: qemu-ppc@nongnu.org
813 S: Maintained
814 F: hw/ppc/mac_oldworld.c
815 F: hw/pci-host/grackle.c
816 F: hw/misc/macio/
817 F: hw/intc/heathrow_pic.c
819 PReP
820 M: Hervé Poussineau <hpoussin@reactos.org>
821 L: qemu-devel@nongnu.org
822 L: qemu-ppc@nongnu.org
823 S: Maintained
824 F: hw/ppc/prep.c
825 F: hw/ppc/prep_systemio.c
826 F: hw/ppc/rs6000_mc.c
827 F: hw/pci-host/prep.[hc]
828 F: hw/isa/i82378.c
829 F: hw/isa/pc87312.c
830 F: hw/dma/i82374.c
831 F: hw/timer/m48t59-isa.c
832 F: include/hw/isa/pc87312.h
833 F: include/hw/timer/m48t59.h
834 F: pc-bios/ppc_rom.bin
836 sPAPR
837 M: David Gibson <david@gibson.dropbear.id.au>
838 M: Alexander Graf <agraf@suse.de>
839 L: qemu-ppc@nongnu.org
840 S: Supported
841 F: hw/*/spapr*
842 F: include/hw/*/spapr*
843 F: hw/*/xics*
844 F: include/hw/*/xics*
845 F: pc-bios/spapr-rtas/*
846 F: pc-bios/spapr-rtas.bin
847 F: pc-bios/slof.bin
848 F: pc-bios/skiboot.lid
849 F: docs/specs/ppc-spapr-hcalls.txt
850 F: docs/specs/ppc-spapr-hotplug.txt
851 F: tests/spapr*
852 F: tests/libqos/*spapr*
853 F: tests/rtas*
854 F: tests/libqos/rtas*
856 virtex_ml507
857 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
858 L: qemu-ppc@nongnu.org
859 S: Odd Fixes
860 F: hw/ppc/virtex_ml507.c
862 sam460ex
863 M: BALATON Zoltan <balaton@eik.bme.hu>
864 L: qemu-ppc@nongnu.org
865 S: Maintained
866 F: hw/ide/sii3112.c
867 F: hw/timer/m41t80.c
869 SH4 Machines
870 ------------
872 M: Magnus Damm <magnus.damm@gmail.com>
873 S: Maintained
874 F: hw/sh4/r2d.c
875 F: hw/intc/sh_intc.c
876 F: hw/timer/sh_timer.c
878 Shix
879 M: Magnus Damm <magnus.damm@gmail.com>
880 S: Odd Fixes
881 F: hw/sh4/shix.c
883 SPARC Machines
884 --------------
885 Sun4m
886 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
887 S: Maintained
888 F: hw/sparc/sun4m.c
889 F: hw/dma/sparc32_dma.c
890 F: hw/dma/sun4m_iommu.c
891 F: hw/misc/eccmemctl.c
892 F: hw/misc/slavio_misc.c
893 F: include/hw/sparc/sparc32_dma.h
894 F: include/hw/sparc/sun4m.h
895 F: pc-bios/openbios-sparc32
897 Sun4u
898 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
899 S: Maintained
900 F: hw/sparc64/sun4u.c
901 F: pc-bios/openbios-sparc64
903 Sun4v
904 M: Artyom Tarasenko <atar4qemu@gmail.com>
905 S: Maintained
906 F: hw/sparc64/niagara.c
907 F: hw/timer/sun4v-rtc.c
908 F: include/hw/timer/sun4v-rtc.h
910 Leon3
911 M: Fabien Chouteau <chouteau@adacore.com>
912 S: Maintained
913 F: hw/sparc/leon3.c
914 F: hw/*/grlib*
915 F: include/hw/sparc/grlib.h
917 S390 Machines
918 -------------
919 S390 Virtio-ccw
920 M: Cornelia Huck <cohuck@redhat.com>
921 M: Christian Borntraeger <borntraeger@de.ibm.com>
922 M: Alexander Graf <agraf@suse.de>
923 S: Supported
924 F: hw/char/sclp*.[hc]
925 F: hw/char/terminal3270.c
926 F: hw/s390x/
927 F: include/hw/s390x/
928 F: hw/watchdog/wdt_diag288.c
929 F: include/hw/watchdog/wdt_diag288.h
930 F: default-configs/s390x-softmmu.mak
931 T: git git://github.com/cohuck/qemu.git s390-next
932 T: git git://github.com/borntraeger/qemu.git s390-next
933 L: qemu-s390x@nongnu.org
935 S390-ccw Bios
936 M: Christian Borntraeger <borntraeger@de.ibm.com>
937 M: Thomas Huth <thuth@redhat.com>
938 S: Supported
939 F: pc-bios/s390-ccw/
940 F: pc-bios/s390-ccw.img
941 T: git git://github.com/borntraeger/qemu.git s390-next
942 L: qemu-s390x@nongnu.org
944 UniCore32 Machines
945 -------------
946 PKUnity-3 SoC initramfs-with-busybox
947 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
948 S: Maintained
949 F: hw/*/puv3*
950 F: hw/unicore32/
952 X86 Machines
953 ------------
955 M: Michael S. Tsirkin <mst@redhat.com>
956 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
957 S: Supported
958 F: include/hw/i386/
959 F: hw/i386/
960 F: hw/pci-host/piix.c
961 F: hw/pci-host/q35.c
962 F: hw/pci-host/pam.c
963 F: include/hw/pci-host/q35.h
964 F: include/hw/pci-host/pam.h
965 F: hw/isa/piix4.c
966 F: hw/isa/lpc_ich9.c
967 F: hw/i2c/smbus_ich9.c
968 F: hw/acpi/piix4.c
969 F: hw/acpi/ich9.c
970 F: include/hw/acpi/ich9.h
971 F: include/hw/acpi/piix4.h
972 F: hw/misc/sga.c
974 PC Chipset
975 M: Michael S. Tsirkin <mst@redhat.com>
976 M: Paolo Bonzini <pbonzini@redhat.com>
977 S: Supported
978 F: hw/char/debugcon.c
979 F: hw/char/parallel*
980 F: hw/char/serial*
981 F: hw/dma/i8257*
982 F: hw/i2c/pm_smbus.c
983 F: hw/input/pckbd.c
984 F: hw/intc/apic*
985 F: hw/intc/ioapic*
986 F: hw/intc/i8259*
987 F: hw/isa/isa-superio.c
988 F: hw/misc/debugexit.c
989 F: hw/misc/pc-testdev.c
990 F: hw/timer/hpet*
991 F: hw/timer/i8254*
992 F: hw/timer/mc146818rtc*
993 F: hw/watchdog/wdt_ib700.c
994 F: include/hw/display/vga.h
995 F: include/hw/char/parallel.h
996 F: include/hw/dma/i8257.h
997 F: include/hw/i2c/pm_smbus.h
998 F: include/hw/input/i8042.h
999 F: include/hw/isa/superio.h
1000 F: include/hw/timer/hpet.h
1001 F: include/hw/timer/i8254*
1002 F: include/hw/timer/mc146818rtc*
1004 Machine core
1005 M: Eduardo Habkost <ehabkost@redhat.com>
1006 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1007 S: Supported
1008 F: hw/core/machine.c
1009 F: hw/core/null-machine.c
1010 F: include/hw/boards.h
1011 T: git git://github.com/ehabkost/qemu.git machine-next
1013 Xtensa Machines
1014 ---------------
1016 M: Max Filippov <jcmvbkbc@gmail.com>
1017 S: Maintained
1018 F: hw/xtensa/sim.c
1020 XTFPGA (LX60, LX200, ML605, KC705)
1021 M: Max Filippov <jcmvbkbc@gmail.com>
1022 S: Maintained
1023 F: hw/xtensa/xtfpga.c
1024 F: hw/net/opencores_eth.c
1026 Devices
1027 -------
1029 M: Jiri Slaby <jslaby@suse.cz>
1030 S: Maintained
1031 F: hw/misc/edu.c
1034 M: John Snow <jsnow@redhat.com>
1035 L: qemu-block@nongnu.org
1036 S: Supported
1037 F: include/hw/ide.h
1038 F: include/hw/ide/
1039 F: hw/ide/
1040 F: hw/block/block.c
1041 F: hw/block/cdrom.c
1042 F: hw/block/hd-geometry.c
1043 F: tests/ide-test.c
1044 F: tests/ahci-test.c
1045 F: tests/cdrom-test.c
1046 F: tests/libqos/ahci*
1047 T: git git://github.com/jnsnow/qemu.git ide
1049 IPMI
1050 M: Corey Minyard <minyard@acm.org>
1051 S: Maintained
1052 F: include/hw/ipmi/*
1053 F: hw/ipmi/*
1054 F: hw/smbios/smbios_type_38.c
1055 F: tests/ipmi*
1056 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1058 Floppy
1059 M: John Snow <jsnow@redhat.com>
1060 L: qemu-block@nongnu.org
1061 S: Supported
1062 F: hw/block/fdc.c
1063 F: include/hw/block/fdc.h
1064 F: tests/fdc-test.c
1065 T: git git://github.com/jnsnow/qemu.git ide
1067 OMAP
1068 M: Peter Maydell <peter.maydell@linaro.org>
1069 S: Maintained
1070 F: hw/*/omap*
1071 F: include/hw/arm/omap.h
1073 IPack
1074 M: Alberto Garcia <berto@igalia.com>
1075 S: Odd Fixes
1076 F: hw/char/ipoctal232.c
1077 F: hw/ipack/
1080 M: Michael S. Tsirkin <mst@redhat.com>
1081 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1082 S: Supported
1083 F: include/hw/pci/*
1084 F: hw/misc/pci-testdev.c
1085 F: hw/pci/*
1086 F: hw/pci-bridge/*
1087 F: docs/pci*
1088 F: docs/specs/*pci*
1089 F: default-configs/pci.mak
1091 ACPI/SMBIOS
1092 M: Michael S. Tsirkin <mst@redhat.com>
1093 M: Igor Mammedov <imammedo@redhat.com>
1094 S: Supported
1095 F: include/hw/acpi/*
1096 F: include/hw/smbios/*
1097 F: hw/mem/*
1098 F: hw/acpi/*
1099 F: hw/smbios/*
1100 F: hw/i386/acpi-build.[hc]
1101 F: hw/arm/virt-acpi-build.c
1102 F: tests/bios-tables-test.c
1103 F: tests/acpi-utils.[hc]
1105 ppc4xx
1106 M: Alexander Graf <agraf@suse.de>
1107 L: qemu-ppc@nongnu.org
1108 S: Odd Fixes
1109 F: hw/ppc/ppc4*.c
1110 F: hw/i2c/ppc4xx_i2c.c
1111 F: include/hw/ppc/ppc4xx.h
1112 F: include/hw/i2c/ppc4xx_i2c.h
1114 ppce500
1115 M: Alexander Graf <agraf@suse.de>
1116 L: qemu-ppc@nongnu.org
1117 S: Supported
1118 F: hw/ppc/e500*
1119 F: hw/pci-host/ppce500.c
1120 F: hw/net/fsl_etsec/
1122 Character devices
1123 M: Paolo Bonzini <pbonzini@redhat.com>
1124 S: Odd Fixes
1125 F: hw/char/
1127 Network devices
1128 M: Jason Wang <jasowang@redhat.com>
1129 S: Odd Fixes
1130 F: hw/net/
1131 F: include/hw/net/
1132 F: tests/virtio-net-test.c
1133 T: git git://github.com/jasowang/qemu.git net
1135 SCSI
1136 M: Paolo Bonzini <pbonzini@redhat.com>
1137 R: Fam Zheng <famz@redhat.com>
1138 S: Supported
1139 F: include/hw/scsi/*
1140 F: hw/scsi/*
1141 F: tests/virtio-scsi-test.c
1142 T: git git://github.com/bonzini/qemu.git scsi-next
1145 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1146 M: Alistair Francis <alistair@alistair23.me>
1147 S: Maintained
1148 F: hw/ssi/*
1149 F: hw/block/m25p80.c
1150 F: include/hw/ssi/ssi.h
1151 X: hw/ssi/xilinx_*
1152 F: tests/m25p80-test.c
1154 Xilinx SPI
1155 M: Alistair Francis <alistair@alistair23.me>
1156 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1157 S: Maintained
1158 F: hw/ssi/xilinx_*
1160 SD (Secure Card)
1161 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1162 S: Odd Fixes
1163 F: include/hw/sd/sd*
1164 F: hw/sd/core.c
1165 F: hw/sd/sd*
1166 F: tests/sd*
1169 M: Gerd Hoffmann <kraxel@redhat.com>
1170 S: Maintained
1171 F: hw/usb/*
1172 F: tests/usb-*-test.c
1173 F: docs/usb2.txt
1174 F: docs/usb-storage.txt
1175 F: include/hw/usb.h
1176 F: include/hw/usb/
1177 F: default-configs/usb.mak
1179 USB (serial adapter)
1180 M: Gerd Hoffmann <kraxel@redhat.com>
1181 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1182 S: Maintained
1183 F: hw/usb/dev-serial.c
1185 VFIO
1186 M: Alex Williamson <alex.williamson@redhat.com>
1187 S: Supported
1188 F: hw/vfio/*
1189 F: include/hw/vfio/
1191 vfio-ccw
1192 M: Cornelia Huck <cohuck@redhat.com>
1193 S: Supported
1194 F: hw/vfio/ccw.c
1195 F: hw/s390x/s390-ccw.c
1196 F: include/hw/s390x/s390-ccw.h
1197 T: git git://github.com/cohuck/qemu.git s390-next
1198 L: qemu-s390x@nongnu.org
1200 vhost
1201 M: Michael S. Tsirkin <mst@redhat.com>
1202 S: Supported
1203 F: hw/*/*vhost*
1204 F: docs/interop/vhost-user.txt
1206 virtio
1207 M: Michael S. Tsirkin <mst@redhat.com>
1208 S: Supported
1209 F: hw/*/virtio*
1210 F: hw/virtio/Makefile.objs
1211 F: hw/virtio/trace-events
1212 F: net/vhost-user.c
1213 F: include/hw/virtio/
1214 F: tests/virtio-balloon-test.c
1216 virtio-9p
1217 M: Greg Kurz <groug@kaod.org>
1218 S: Supported
1219 F: hw/9pfs/
1220 F: fsdev/
1221 F: tests/virtio-9p-test.c
1222 T: git git://github.com/gkurz/qemu.git 9p-next
1224 virtio-blk
1225 M: Stefan Hajnoczi <stefanha@redhat.com>
1226 L: qemu-block@nongnu.org
1227 S: Supported
1228 F: hw/block/virtio-blk.c
1229 F: hw/block/dataplane/*
1230 F: tests/virtio-blk-test.c
1231 T: git git://github.com/stefanha/qemu.git block
1233 virtio-ccw
1234 M: Cornelia Huck <cohuck@redhat.com>
1235 M: Christian Borntraeger <borntraeger@de.ibm.com>
1236 S: Supported
1237 F: hw/s390x/virtio-ccw.[hc]
1238 T: git git://github.com/cohuck/qemu.git s390-next
1239 T: git git://github.com/borntraeger/qemu.git s390-next
1240 L: qemu-s390x@nongnu.org
1242 virtio-input
1243 M: Gerd Hoffmann <kraxel@redhat.com>
1244 S: Maintained
1245 F: hw/input/virtio-input*.c
1246 F: include/hw/virtio/virtio-input.h
1248 virtio-serial
1249 M: Amit Shah <amit@kernel.org>
1250 S: Supported
1251 F: hw/char/virtio-serial-bus.c
1252 F: hw/char/virtio-console.c
1253 F: include/hw/virtio/virtio-serial.h
1254 F: tests/virtio-console-test.c
1255 F: tests/virtio-serial-test.c
1257 virtio-rng
1258 M: Amit Shah <amit@kernel.org>
1259 S: Supported
1260 F: hw/virtio/virtio-rng.c
1261 F: include/hw/virtio/virtio-rng.h
1262 F: include/sysemu/rng*.h
1263 F: backends/rng*.c
1264 F: tests/virtio-rng-test.c
1266 virtio-crypto
1267 M: Gonglei <arei.gonglei@huawei.com>
1268 S: Supported
1269 F: hw/virtio/virtio-crypto.c
1270 F: hw/virtio/virtio-crypto-pci.c
1271 F: include/hw/virtio/virtio-crypto.h
1273 nvme
1274 M: Keith Busch <keith.busch@intel.com>
1275 L: qemu-block@nongnu.org
1276 S: Supported
1277 F: hw/block/nvme*
1278 F: tests/nvme-test.c
1280 megasas
1281 M: Hannes Reinecke <hare@suse.com>
1282 L: qemu-block@nongnu.org
1283 S: Supported
1284 F: hw/scsi/megasas.c
1285 F: hw/scsi/mfi.h
1286 F: tests/megasas-test.c
1288 Network packet abstractions
1289 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1290 S: Maintained
1291 F: include/net/eth.h
1292 F: net/eth.c
1293 F: hw/net/net_rx_pkt*
1294 F: hw/net/net_tx_pkt*
1296 Vmware
1297 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1298 S: Maintained
1299 F: hw/net/vmxnet*
1300 F: hw/scsi/vmw_pvscsi*
1301 F: tests/vmxnet3-test.c
1303 Rocker
1304 M: Jiri Pirko <jiri@resnulli.us>
1305 S: Maintained
1306 F: hw/net/rocker/
1307 F: tests/rocker/
1308 F: docs/specs/rocker.txt
1310 NVDIMM
1311 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1312 S: Maintained
1313 F: hw/acpi/nvdimm.c
1314 F: hw/mem/nvdimm.c
1315 F: include/hw/mem/nvdimm.h
1317 e1000x
1318 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1319 S: Maintained
1320 F: hw/net/e1000x*
1322 e1000e
1323 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1324 S: Maintained
1325 F: hw/net/e1000e*
1327 eepro100
1328 M: Stefan Weil <sw@weilnetz.de>
1329 S: Maintained
1330 F: hw/net/eepro100.c
1332 Generic Loader
1333 M: Alistair Francis <alistair@alistair23.me>
1334 S: Maintained
1335 F: hw/core/generic-loader.c
1336 F: include/hw/core/generic-loader.h
1337 F: docs/generic-loader.txt
1339 Intel Hexadecimal Object File Loader
1340 M: Su Hang <suhang16@mails.ucas.ac.cn>
1341 S: Maintained
1342 F: tests/hexloader-test.c
1343 F: tests/hex-loader-check-data/test.hex
1345 CHRP NVRAM
1346 M: Thomas Huth <thuth@redhat.com>
1347 S: Maintained
1348 F: hw/nvram/chrp_nvram.c
1349 F: include/hw/nvram/chrp_nvram.h
1350 F: tests/prom-env-test.c
1352 VM Generation ID
1353 M: Ben Warren <ben@skyportsystems.com>
1354 S: Maintained
1355 F: hw/acpi/vmgenid.c
1356 F: include/hw/acpi/vmgenid.h
1357 F: docs/specs/vmgenid.txt
1358 F: tests/vmgenid-test.c
1359 F: stubs/vmgenid.c
1361 Unimplemented device
1362 M: Peter Maydell <peter.maydell@linaro.org>
1363 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1364 S: Maintained
1365 F: include/hw/misc/unimp.h
1366 F: hw/misc/unimp.c
1368 Standard VGA
1369 M: Gerd Hoffmann <kraxel@redhat.com>
1370 S: Maintained
1371 F: hw/display/vga*
1372 F: hw/display/bochs-display.c
1373 F: include/hw/display/vga.h
1374 F: include/hw/display/bochs-vbe.h
1376 ramfb
1377 M: Gerd Hoffmann <kraxel@redhat.com>
1378 S: Maintained
1379 F: hw/display/ramfb*.c
1380 F: include/hw/display/ramfb.h
1382 virtio-gpu
1383 M: Gerd Hoffmann <kraxel@redhat.com>
1384 S: Maintained
1385 F: hw/display/virtio-gpu*
1386 F: hw/display/virtio-vga.c
1387 F: include/hw/virtio/virtio-gpu.h
1389 Cirrus VGA
1390 M: Gerd Hoffmann <kraxel@redhat.com>
1391 S: Odd Fixes
1392 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1393 F: hw/display/cirrus*
1395 Subsystems
1396 ----------
1397 Audio
1398 M: Gerd Hoffmann <kraxel@redhat.com>
1399 S: Maintained
1400 F: audio/
1401 F: hw/audio/
1402 F: include/hw/audio/
1403 F: tests/ac97-test.c
1404 F: tests/es1370-test.c
1405 F: tests/intel-hda-test.c
1407 Block layer core
1408 M: Kevin Wolf <kwolf@redhat.com>
1409 M: Max Reitz <mreitz@redhat.com>
1410 L: qemu-block@nongnu.org
1411 S: Supported
1412 F: block*
1413 F: block/
1414 F: hw/block/
1415 F: include/block/
1416 F: qemu-img*
1417 F: qemu-io*
1418 F: tests/qemu-iotests/
1419 F: util/qemu-progress.c
1420 F: qobject/block-qdict.c
1421 F: test/check-block-qdict.c
1422 T: git git://repo.or.cz/qemu/kevin.git block
1424 Block I/O path
1425 M: Stefan Hajnoczi <stefanha@redhat.com>
1426 M: Fam Zheng <famz@redhat.com>
1427 L: qemu-block@nongnu.org
1428 S: Supported
1429 F: util/async.c
1430 F: util/aio-*.c
1431 F: block/io.c
1432 F: migration/block*
1433 F: include/block/aio.h
1434 F: include/block/aio-wait.h
1435 F: scripts/qemugdb/aio.py
1436 T: git git://github.com/stefanha/qemu.git block
1438 Block SCSI subsystem
1439 M: Paolo Bonzini <pbonzini@redhat.com>
1440 R: Fam Zheng <famz@redhat.com>
1441 L: qemu-block@nongnu.org
1442 S: Supported
1443 F: include/scsi/*
1444 F: scsi/*
1446 Block Jobs
1447 M: Jeff Cody <jcody@redhat.com>
1448 L: qemu-block@nongnu.org
1449 S: Supported
1450 F: blockjob.c
1451 F: include/block/blockjob.h
1452 F: job.c
1453 F: job-qmp.c
1454 F: include/block/job.h
1455 F: block/backup.c
1456 F: block/commit.c
1457 F: block/stream.c
1458 F: block/mirror.c
1459 F: qapi/job.json
1460 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1462 Block QAPI, monitor, command line
1463 M: Markus Armbruster <armbru@redhat.com>
1464 S: Supported
1465 F: blockdev.c
1466 F: block/qapi.c
1467 F: qapi/block*.json
1468 F: qapi/transaction.json
1469 T: git git://repo.or.cz/qemu/armbru.git block-next
1471 Dirty Bitmaps
1472 M: Fam Zheng <famz@redhat.com>
1473 M: John Snow <jsnow@redhat.com>
1474 L: qemu-block@nongnu.org
1475 S: Supported
1476 F: util/hbitmap.c
1477 F: block/dirty-bitmap.c
1478 F: include/qemu/hbitmap.h
1479 F: include/block/dirty-bitmap.h
1480 F: tests/test-hbitmap.c
1481 F: docs/interop/bitmaps.rst
1482 T: git git://github.com/famz/qemu.git bitmaps
1483 T: git git://github.com/jnsnow/qemu.git bitmaps
1485 Character device backends
1486 M: Paolo Bonzini <pbonzini@redhat.com>
1487 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1488 S: Maintained
1489 F: chardev/
1490 F: include/chardev/
1491 F: qapi/char.json
1493 Character Devices (Braille)
1494 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1495 S: Maintained
1496 F: chardev/baum.c
1498 Command line option argument parsing
1499 M: Markus Armbruster <armbru@redhat.com>
1500 S: Supported
1501 F: include/qemu/option.h
1502 F: tests/test-keyval.c
1503 F: tests/test-qemu-opts.c
1504 F: util/keyval.c
1505 F: util/qemu-option.c
1507 Coverity model
1508 M: Markus Armbruster <armbru@redhat.com>
1509 S: Supported
1510 F: scripts/coverity-model.c
1513 L: qemu-devel@nongnu.org
1514 S: Supported
1515 F: qom/cpu.c
1516 F: include/qom/cpu.h
1518 Device Tree
1519 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1520 M: Alexander Graf <agraf@suse.de>
1521 S: Maintained
1522 F: device_tree.c
1523 F: include/sysemu/device_tree.h
1525 Dump
1526 S: Supported
1527 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1528 F: dump.c
1529 F: hw/misc/vmcoreinfo.c
1530 F: include/hw/misc/vmcoreinfo.h
1531 F: include/sysemu/dump-arch.h
1532 F: include/sysemu/dump.h
1533 F: scripts/dump-guest-memory.py
1534 F: stubs/dump.c
1536 Error reporting
1537 M: Markus Armbruster <armbru@redhat.com>
1538 S: Supported
1539 F: include/qapi/error.h
1540 F: include/qemu/error-report.h
1541 F: util/error.c
1542 F: util/qemu-error.c
1544 GDB stub
1545 L: qemu-devel@nongnu.org
1546 S: Odd Fixes
1547 F: gdbstub*
1548 F: gdb-xml/
1550 Memory API
1551 M: Paolo Bonzini <pbonzini@redhat.com>
1552 S: Supported
1553 F: include/exec/ioport.h
1554 F: ioport.c
1555 F: include/exec/memory.h
1556 F: include/exec/ram_addr.h
1557 F: memory.c
1558 F: include/exec/memory-internal.h
1559 F: exec.c
1561 SPICE
1562 M: Gerd Hoffmann <kraxel@redhat.com>
1563 S: Supported
1564 F: include/ui/qemu-spice.h
1565 F: include/ui/spice-display.h
1566 F: ui/spice-*.c
1567 F: audio/spiceaudio.c
1568 F: hw/display/qxl*
1569 F: qapi/ui.json
1571 Graphics
1572 M: Gerd Hoffmann <kraxel@redhat.com>
1573 S: Odd Fixes
1574 F: ui/
1575 F: include/ui/
1576 F: qapi/ui.json
1578 Cocoa graphics
1579 M: Peter Maydell <peter.maydell@linaro.org>
1580 S: Odd Fixes
1581 F: ui/cocoa.m
1583 Main loop
1584 M: Paolo Bonzini <pbonzini@redhat.com>
1585 S: Maintained
1586 F: cpus.c
1587 F: util/main-loop.c
1588 F: util/qemu-timer.c
1589 F: vl.c
1590 F: qapi/run-state.json
1592 Human Monitor (HMP)
1593 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1594 S: Maintained
1595 F: monitor.c
1596 F: hmp.[ch]
1597 F: hmp-commands*.hx
1598 F: include/monitor/hmp-target.h
1599 F: tests/test-hmp.c
1601 Network device backends
1602 M: Jason Wang <jasowang@redhat.com>
1603 S: Maintained
1604 F: net/
1605 F: include/net/
1606 T: git git://github.com/jasowang/qemu.git net
1607 F: qapi/net.json
1609 Netmap network backend
1610 M: Luigi Rizzo <rizzo@iet.unipi.it>
1611 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1612 M: Vincenzo Maffione <v.maffione@gmail.com>
1613 W: http://info.iet.unipi.it/~luigi/netmap/
1614 S: Maintained
1615 F: net/netmap.c
1617 NUMA
1618 M: Eduardo Habkost <ehabkost@redhat.com>
1619 S: Maintained
1620 F: numa.c
1621 F: include/sysemu/numa.h
1622 T: git git://github.com/ehabkost/qemu.git machine-next
1624 Host Memory Backends
1625 M: Eduardo Habkost <ehabkost@redhat.com>
1626 M: Igor Mammedov <imammedo@redhat.com>
1627 S: Maintained
1628 F: backends/hostmem*.c
1629 F: include/sysemu/hostmem.h
1630 T: git git://github.com/ehabkost/qemu.git machine-next
1632 Cryptodev Backends
1633 M: Gonglei <arei.gonglei@huawei.com>
1634 S: Maintained
1635 F: include/sysemu/cryptodev*.h
1636 F: backends/cryptodev*.c
1638 Python scripts
1639 M: Eduardo Habkost <ehabkost@redhat.com>
1640 M: Cleber Rosa <crosa@redhat.com>
1641 S: Odd fixes
1642 F: scripts/qmp/*
1643 F: scripts/*.py
1644 F: tests/*.py
1646 QAPI
1647 M: Markus Armbruster <armbru@redhat.com>
1648 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1649 S: Supported
1650 F: qapi/
1651 X: qapi/*.json
1652 F: include/qapi/
1653 X: include/qapi/qmp/
1654 F: include/qapi/qmp/dispatch.h
1655 F: tests/qapi-schema/
1656 F: tests/test-*-visitor.c
1657 F: tests/test-qapi-*.c
1658 F: tests/test-qmp-*.c
1659 F: tests/test-visitor-serialization.c
1660 F: scripts/qapi-gen.py
1661 F: scripts/qapi/*
1662 F: docs/devel/qapi*
1663 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1665 QAPI Schema
1666 M: Eric Blake <eblake@redhat.com>
1667 M: Markus Armbruster <armbru@redhat.com>
1668 S: Supported
1669 F: qapi-schema.json
1670 F: qapi/*.json
1671 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1673 QObject
1674 M: Markus Armbruster <armbru@redhat.com>
1675 S: Supported
1676 F: qobject/
1677 F: include/qapi/qmp/
1678 X: include/qapi/qmp/dispatch.h
1679 F: scripts/coccinelle/qobject.cocci
1680 F: tests/check-qdict.c
1681 F: tests/check-qnum.c
1682 F: tests/check-qjson.c
1683 F: tests/check-qlist.c
1684 F: tests/check-qstring.c
1685 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1687 QEMU Guest Agent
1688 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1689 S: Maintained
1690 F: qga/
1691 F: qemu-ga.texi
1692 F: scripts/qemu-guest-agent/
1693 F: tests/test-qga.c
1694 F: docs/interop/qemu-ga-ref.texi
1695 T: git git://github.com/mdroth/qemu.git qga
1698 M: Andreas Färber <afaerber@suse.de>
1699 S: Supported
1700 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1701 F: include/qom/
1702 X: include/qom/cpu.h
1703 F: qom/
1704 X: qom/cpu.c
1705 F: tests/check-qom-interface.c
1706 F: tests/check-qom-proplist.c
1709 M: Markus Armbruster <armbru@redhat.com>
1710 S: Supported
1711 F: qmp.c
1712 F: monitor.c
1713 F: docs/devel/*qmp-*
1714 F: scripts/qmp/
1715 F: tests/qmp-test.c
1716 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1718 qtest
1719 M: Paolo Bonzini <pbonzini@redhat.com>
1720 M: Thomas Huth <thuth@redhat.com>
1721 M: Laurent Vivier <lvivier@redhat.com>
1722 S: Maintained
1723 F: qtest.c
1724 F: tests/libqtest.*
1725 F: tests/libqos/
1726 F: tests/*-test.c
1728 Register API
1729 M: Alistair Francis <alistair@alistair23.me>
1730 S: Maintained
1731 F: hw/core/register.c
1732 F: include/hw/register.h
1733 F: include/hw/registerfields.h
1735 SLIRP
1736 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1737 M: Jan Kiszka <jan.kiszka@siemens.com>
1738 S: Maintained
1739 F: slirp/
1740 F: net/slirp.c
1741 F: include/net/slirp.h
1742 T: git https://people.debian.org/~sthibault/qemu.git slirp
1743 T: git git://git.kiszka.org/qemu.git queues/slirp
1745 Stubs
1746 M: Paolo Bonzini <pbonzini@redhat.com>
1747 S: Maintained
1748 F: stubs/
1750 Tracing
1751 M: Stefan Hajnoczi <stefanha@redhat.com>
1752 S: Maintained
1753 F: trace/
1754 F: trace-events
1755 F: qemu-option-trace.texi
1756 F: scripts/tracetool.py
1757 F: scripts/tracetool/
1758 F: docs/devel/tracing.txt
1759 T: git git://github.com/stefanha/qemu.git tracing
1762 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1763 S: Maintained
1764 F: tpm.c
1765 F: stubs/tpm.c
1766 F: hw/tpm/*
1767 F: include/hw/acpi/tpm.h
1768 F: include/sysemu/tpm*
1769 F: qapi/tpm.json
1770 F: backends/tpm.c
1771 F: tests/*tpm*
1772 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1774 Checkpatch
1775 S: Odd Fixes
1776 F: scripts/checkpatch.pl
1778 Migration
1779 M: Juan Quintela <quintela@redhat.com>
1780 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1781 S: Maintained
1782 F: include/migration/
1783 F: migration/
1784 F: scripts/vmstate-static-checker.py
1785 F: tests/vmstate-static-checker-data/
1786 F: tests/migration-test.c
1787 F: docs/devel/migration.txt
1788 F: qapi/migration.json
1790 Seccomp
1791 M: Eduardo Otubo <otubo@redhat.com>
1792 S: Supported
1793 F: qemu-seccomp.c
1794 F: include/sysemu/seccomp.h
1796 Cryptography
1797 M: Daniel P. Berrange <berrange@redhat.com>
1798 S: Maintained
1799 F: crypto/
1800 F: include/crypto/
1801 F: tests/test-crypto-*
1802 F: tests/benchmark-crypto-*
1803 F: qemu.sasl
1805 Coroutines
1806 M: Stefan Hajnoczi <stefanha@redhat.com>
1807 M: Kevin Wolf <kwolf@redhat.com>
1808 F: util/*coroutine*
1809 F: include/qemu/coroutine*
1810 F: tests/test-coroutine.c
1812 Buffers
1813 M: Daniel P. Berrange <berrange@redhat.com>
1814 S: Odd fixes
1815 F: util/buffer.c
1816 F: include/qemu/buffer.h
1818 I/O Channels
1819 M: Daniel P. Berrange <berrange@redhat.com>
1820 S: Maintained
1821 F: io/
1822 F: include/io/
1823 F: tests/test-io-*
1825 Sockets
1826 M: Daniel P. Berrange <berrange@redhat.com>
1827 M: Gerd Hoffmann <kraxel@redhat.com>
1828 M: Paolo Bonzini <pbonzini@redhat.com>
1829 S: Maintained
1830 F: include/qemu/sockets.h
1831 F: util/qemu-sockets.c
1832 F: qapi/sockets.json
1834 Throttling infrastructure
1835 M: Alberto Garcia <berto@igalia.com>
1836 S: Supported
1837 F: block/throttle-groups.c
1838 F: include/block/throttle-groups.h
1839 F: include/qemu/throttle*.h
1840 F: util/throttle.c
1841 F: docs/throttle.txt
1842 F: tests/test-throttle.c
1843 L: qemu-block@nongnu.org
1845 UUID
1846 M: Fam Zheng <famz@redhat.com>
1847 S: Supported
1848 F: util/uuid.c
1849 F: include/qemu/uuid.h
1850 F: tests/test-uuid.c
1852 COLO Framework
1853 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1854 S: Maintained
1855 F: migration/colo*
1856 F: include/migration/colo.h
1857 F: include/migration/failover.h
1858 F: docs/COLO-FT.txt
1860 COLO Proxy
1861 M: Zhang Chen <zhangckid@gmail.com>
1862 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1863 S: Supported
1864 F: docs/colo-proxy.txt
1865 F: net/colo*
1866 F: net/filter-rewriter.c
1867 F: net/filter-mirror.c
1869 Record/replay
1870 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1871 R: Paolo Bonzini <pbonzini@redhat.com>
1872 W: https://wiki.qemu.org/Features/record-replay
1873 S: Supported
1874 F: replay/*
1875 F: block/blkreplay.c
1876 F: net/filter-replay.c
1877 F: include/sysemu/replay.h
1878 F: docs/replay.txt
1879 F: stubs/replay.c
1881 IOVA Tree
1882 M: Peter Xu <peterx@redhat.com>
1883 S: Maintained
1884 F: include/qemu/iova-tree.h
1885 F: util/iova-tree.c
1887 Usermode Emulation
1888 ------------------
1889 Overall
1890 M: Riku Voipio <riku.voipio@iki.fi>
1891 S: Maintained
1892 F: thunk.c
1893 F: accel/tcg/user-exec*.c
1895 BSD user
1896 S: Orphan
1897 F: bsd-user/
1898 F: default-configs/*-bsd-user.mak
1900 Linux user
1901 M: Riku Voipio <riku.voipio@iki.fi>
1902 R: Laurent Vivier <laurent@vivier.eu>
1903 S: Maintained
1904 F: linux-user/
1905 F: default-configs/*-linux-user.mak
1906 F: scripts/qemu-binfmt-conf.sh
1908 Tiny Code Generator (TCG)
1909 -------------------------
1910 Common code
1911 M: Richard Henderson <rth@twiddle.net>
1912 S: Maintained
1913 F: tcg/
1915 AArch64 target
1916 M: Claudio Fontana <claudio.fontana@huawei.com>
1917 M: Claudio Fontana <claudio.fontana@gmail.com>
1918 S: Maintained
1919 L: qemu-arm@nongnu.org
1920 F: tcg/aarch64/
1921 F: disas/arm-a64.cc
1922 F: disas/libvixl/
1924 ARM target
1925 M: Andrzej Zaborowski <balrogg@gmail.com>
1926 S: Maintained
1927 L: qemu-arm@nongnu.org
1928 F: tcg/arm/
1929 F: disas/arm.c
1931 i386 target
1932 L: qemu-devel@nongnu.org
1933 S: Maintained
1934 F: tcg/i386/
1935 F: disas/i386.c
1937 MIPS target
1938 M: Aurelien Jarno <aurelien@aurel32.net>
1939 S: Maintained
1940 F: tcg/mips/
1941 F: disas/mips.c
1944 M: Richard Henderson <rth@twiddle.net>
1945 S: Odd Fixes
1946 F: tcg/ppc/
1947 F: disas/ppc.c
1949 S390 target
1950 M: Alexander Graf <agraf@suse.de>
1951 M: Richard Henderson <rth@twiddle.net>
1952 S: Maintained
1953 F: tcg/s390/
1954 F: disas/s390.c
1955 L: qemu-s390x@nongnu.org
1957 SPARC target
1958 S: Odd Fixes
1959 F: tcg/sparc/
1960 F: disas/sparc.c
1962 TCI target
1963 M: Stefan Weil <sw@weilnetz.de>
1964 S: Maintained
1965 F: tcg/tci/
1966 F: tcg/tci.c
1967 F: disas/tci.c
1969 Block drivers
1970 -------------
1971 VMDK
1972 M: Fam Zheng <famz@redhat.com>
1973 L: qemu-block@nongnu.org
1974 S: Supported
1975 F: block/vmdk.c
1978 M: Josh Durgin <jdurgin@redhat.com>
1979 M: Jeff Cody <jcody@redhat.com>
1980 L: qemu-block@nongnu.org
1981 S: Supported
1982 F: block/rbd.c
1983 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1985 Sheepdog
1986 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1987 M: Liu Yuan <namei.unix@gmail.com>
1988 M: Jeff Cody <jcody@redhat.com>
1989 L: qemu-block@nongnu.org
1990 L: sheepdog@lists.wpkg.org
1991 S: Supported
1992 F: block/sheepdog.c
1993 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1995 VHDX
1996 M: Jeff Cody <jcody@redhat.com>
1997 L: qemu-block@nongnu.org
1998 S: Supported
1999 F: block/vhdx*
2000 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2003 M: Stefan Weil <sw@weilnetz.de>
2004 L: qemu-block@nongnu.org
2005 S: Maintained
2006 F: block/vdi.c
2008 iSCSI
2009 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2010 M: Paolo Bonzini <pbonzini@redhat.com>
2011 M: Peter Lieven <pl@kamp.de>
2012 L: qemu-block@nongnu.org
2013 S: Supported
2014 F: block/iscsi.c
2015 F: block/iscsi-opts.c
2017 Network Block Device (NBD)
2018 M: Eric Blake <eblake@redhat.com>
2019 M: Paolo Bonzini <pbonzini@redhat.com>
2020 L: qemu-block@nongnu.org
2021 S: Maintained
2022 F: block/nbd*
2023 F: nbd/
2024 F: include/block/nbd*
2025 F: qemu-nbd.*
2026 F: blockdev-nbd.c
2027 F: docs/interop/nbd.txt
2028 T: git git://repo.or.cz/qemu/ericb.git nbd
2031 M: Jeff Cody <jcody@redhat.com>
2032 M: Peter Lieven <pl@kamp.de>
2033 L: qemu-block@nongnu.org
2034 S: Maintained
2035 F: block/nfs.c
2036 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2039 M: Richard W.M. Jones <rjones@redhat.com>
2040 M: Jeff Cody <jcody@redhat.com>
2041 L: qemu-block@nongnu.org
2042 S: Supported
2043 F: block/ssh.c
2044 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2046 CURL
2047 M: Jeff Cody <jcody@redhat.com>
2048 L: qemu-block@nongnu.org
2049 S: Supported
2050 F: block/curl.c
2051 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2053 GLUSTER
2054 M: Jeff Cody <jcody@redhat.com>
2055 L: qemu-block@nongnu.org
2056 S: Supported
2057 F: block/gluster.c
2058 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2060 Null Block Driver
2061 M: Fam Zheng <famz@redhat.com>
2062 L: qemu-block@nongnu.org
2063 S: Supported
2064 F: block/null.c
2066 NVMe Block Driver
2067 M: Fam Zheng <famz@redhat.com>
2068 L: qemu-block@nongnu.org
2069 S: Supported
2070 F: block/nvme*
2072 Bootdevice
2073 M: Gonglei <arei.gonglei@huawei.com>
2074 S: Maintained
2075 F: bootdevice.c
2077 Quorum
2078 M: Alberto Garcia <berto@igalia.com>
2079 S: Supported
2080 F: block/quorum.c
2081 L: qemu-block@nongnu.org
2083 blklogwrites
2084 M: Ari Sundholm <ari@tuxera.com>
2085 L: qemu-block@nongnu.org
2086 S: Supported
2087 F: block/blklogwrites.c
2089 blkverify
2090 M: Stefan Hajnoczi <stefanha@redhat.com>
2091 L: qemu-block@nongnu.org
2092 S: Supported
2093 F: block/blkverify.c
2095 bochs
2096 M: Stefan Hajnoczi <stefanha@redhat.com>
2097 L: qemu-block@nongnu.org
2098 S: Supported
2099 F: block/bochs.c
2101 cloop
2102 M: Stefan Hajnoczi <stefanha@redhat.com>
2103 L: qemu-block@nongnu.org
2104 S: Supported
2105 F: block/cloop.c
2108 M: Stefan Hajnoczi <stefanha@redhat.com>
2109 L: qemu-block@nongnu.org
2110 S: Supported
2111 F: block/dmg.c
2113 parallels
2114 M: Stefan Hajnoczi <stefanha@redhat.com>
2115 M: Denis V. Lunev <den@openvz.org>
2116 L: qemu-block@nongnu.org
2117 S: Supported
2118 F: block/parallels.c
2119 F: docs/interop/parallels.txt
2122 M: Stefan Hajnoczi <stefanha@redhat.com>
2123 L: qemu-block@nongnu.org
2124 S: Supported
2125 F: block/qed.c
2128 M: Kevin Wolf <kwolf@redhat.com>
2129 L: qemu-block@nongnu.org
2130 S: Supported
2131 F: block/linux-aio.c
2132 F: include/block/raw-aio.h
2133 F: block/raw-format.c
2134 F: block/file-posix.c
2135 F: block/file-win32.c
2136 F: block/win32-aio.c
2138 qcow2
2139 M: Kevin Wolf <kwolf@redhat.com>
2140 M: Max Reitz <mreitz@redhat.com>
2141 L: qemu-block@nongnu.org
2142 S: Supported
2143 F: block/qcow2*
2144 F: docs/interop/qcow2.txt
2146 qcow
2147 M: Kevin Wolf <kwolf@redhat.com>
2148 L: qemu-block@nongnu.org
2149 S: Supported
2150 F: block/qcow.c
2152 blkdebug
2153 M: Kevin Wolf <kwolf@redhat.com>
2154 M: Max Reitz <mreitz@redhat.com>
2155 L: qemu-block@nongnu.org
2156 S: Supported
2157 F: block/blkdebug.c
2160 M: Kevin Wolf <kwolf@redhat.com>
2161 L: qemu-block@nongnu.org
2162 S: Supported
2163 F: block/vpc.c
2165 vvfat
2166 M: Kevin Wolf <kwolf@redhat.com>
2167 L: qemu-block@nongnu.org
2168 S: Supported
2169 F: block/vvfat.c
2171 Image format fuzzer
2172 M: Stefan Hajnoczi <stefanha@redhat.com>
2173 L: qemu-block@nongnu.org
2174 S: Supported
2175 F: tests/image-fuzzer/
2177 Replication
2178 M: Wen Congyang <wencongyang2@huawei.com>
2179 M: Xie Changlong <xiechanglong.d@gmail.com>
2180 S: Supported
2181 F: replication*
2182 F: block/replication.c
2183 F: tests/test-replication.c
2184 F: docs/block-replication.txt
2186 PVRDMA
2187 M: Yuval Shaia <yuval.shaia@oracle.com>
2188 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2189 S: Maintained
2190 F: hw/rdma/*
2191 F: hw/rdma/vmw/*
2192 F: docs/pvrdma.txt
2194 Build and test automation
2195 -------------------------
2196 Build and test automation
2197 M: Alex Bennée <alex.bennee@linaro.org>
2198 M: Fam Zheng <famz@redhat.com>
2199 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2200 L: qemu-devel@nongnu.org
2201 S: Maintained
2202 F: .travis.yml
2203 F: scripts/travis/
2204 F: .shippable.yml
2205 F: tests/docker/
2206 F: tests/vm/
2207 W: https://travis-ci.org/qemu/qemu
2208 W: https://app.shippable.com/github/qemu/qemu
2209 W: http://patchew.org/QEMU/
2211 Guest Test Compilation Support
2212 M: Alex Bennée <alex.bennee@linaro.org>
2213 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2214 F: tests/tcg/Makefile
2215 F: tests/tcg/Makefile.include
2216 L: qemu-devel@nongnu.org
2218 Documentation
2219 -------------
2220 Build system architecture
2221 M: Daniel P. Berrange <berrange@redhat.com>
2222 S: Odd Fixes
2223 F: docs/devel/build-system.txt
2225 Incompatible changes
2226 R: libvir-list@redhat.com
2227 F: qemu-deprecated.texi
2229 Build System
2230 ------------
2231 GIT submodules
2232 M: Daniel P. Berrange <berrange@redhat.com>
2233 S: Odd Fixes
2234 F: scripts/git-submodule.sh