virtio-gpu: fix crashes upon warm reboot with vga mode
[qemu/ar7.git] / MAINTAINERS
blob666e9368126fc1d25b6d258ceb5eee9fd91d3bda
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 <aleksandar.markovic@mips.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 T: git git://github.com/ehabkost/qemu.git x86-next
294 Xtensa
295 M: Max Filippov <jcmvbkbc@gmail.com>
296 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
297 S: Maintained
298 F: target/xtensa/
299 F: hw/xtensa/
300 F: tests/tcg/xtensa/
301 F: disas/xtensa.c
303 TriCore
304 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
305 S: Maintained
306 F: target/tricore/
307 F: hw/tricore/
308 F: include/hw/tricore/
310 Multiarch Linux User Tests
311 M: Alex Bennée <alex.bennee@linaro.org>
312 F: tests/tcg/multiarch/
314 Guest CPU Cores (KVM):
315 ----------------------
317 Overall
318 M: Paolo Bonzini <pbonzini@redhat.com>
319 L: kvm@vger.kernel.org
320 S: Supported
321 F: */kvm.*
322 F: accel/kvm/
323 F: include/sysemu/kvm*.h
326 M: Peter Maydell <peter.maydell@linaro.org>
327 L: qemu-arm@nongnu.org
328 S: Maintained
329 F: target/arm/kvm.c
331 MIPS
332 M: James Hogan <jhogan@kernel.org>
333 S: Maintained
334 F: target/mips/kvm.c
337 M: Alexander Graf <agraf@suse.de>
338 S: Maintained
339 F: target/ppc/kvm.c
341 S390
342 M: Christian Borntraeger <borntraeger@de.ibm.com>
343 M: Cornelia Huck <cohuck@redhat.com>
344 M: Alexander Graf <agraf@suse.de>
345 S: Maintained
346 F: target/s390x/kvm.c
347 F: target/s390x/kvm_s390x.h
348 F: target/s390x/kvm-stub.c
349 F: target/s390x/ioinst.[ch]
350 F: target/s390x/machine.c
351 F: target/s390x/sigp.c
352 F: hw/intc/s390_flic.c
353 F: hw/intc/s390_flic_kvm.c
354 F: include/hw/s390x/s390_flic.h
355 F: gdb-xml/s390*.xml
356 T: git git://github.com/cohuck/qemu.git s390-next
357 T: git git://github.com/borntraeger/qemu.git s390-next
358 L: qemu-s390x@nongnu.org
361 M: Paolo Bonzini <pbonzini@redhat.com>
362 M: Marcelo Tosatti <mtosatti@redhat.com>
363 L: kvm@vger.kernel.org
364 S: Supported
365 F: target/i386/kvm.c
367 Guest CPU Cores (Xen):
368 ----------------------
371 M: Stefano Stabellini <sstabellini@kernel.org>
372 M: Anthony Perard <anthony.perard@citrix.com>
373 L: xen-devel@lists.xenproject.org
374 S: Supported
375 F: */xen*
376 F: hw/9pfs/xen-9p-backend.c
377 F: hw/char/xen_console.c
378 F: hw/display/xenfb.c
379 F: hw/net/xen_nic.c
380 F: hw/block/xen_*
381 F: hw/xen/
382 F: hw/xenpv/
383 F: hw/i386/xen/
384 F: include/hw/xen/
385 F: include/sysemu/xen-mapcache.h
387 Hosts:
388 ------
390 LINUX
391 L: qemu-devel@nongnu.org
392 S: Maintained
393 F: linux-*
394 F: linux-headers/
396 POSIX
397 L: qemu-devel@nongnu.org
398 S: Maintained
399 F: *posix*
401 NETBSD
402 L: qemu-devel@nongnu.org
403 M: Kamil Rytarowski <kamil@netbsd.org>
404 S: Maintained
405 K: ^Subject:.*(?i)NetBSD
407 OPENBSD
408 L: qemu-devel@nongnu.org
409 M: Brad Smith <brad@comstyle.com>
410 S: Maintained
411 K: ^Subject:.*(?i)OpenBSD
413 W32, W64
414 L: qemu-devel@nongnu.org
415 M: Stefan Weil <sw@weilnetz.de>
416 S: Maintained
417 F: *win32*
418 F: */*win32*
419 F: include/*/*win32*
420 X: qga/*win32*
421 F: qemu.nsi
423 Alpha Machines
424 M: Richard Henderson <rth@twiddle.net>
425 S: Maintained
426 F: hw/alpha/
427 F: hw/isa/smc37c669-superio.c
429 ARM Machines
430 ------------
431 Allwinner-a10
432 M: Beniamino Galvani <b.galvani@gmail.com>
433 L: qemu-arm@nongnu.org
434 S: Maintained
435 F: hw/*/allwinner*
436 F: include/hw/*/allwinner*
437 F: hw/arm/cubieboard.c
439 ARM PrimeCell and CMSDK devices
440 M: Peter Maydell <peter.maydell@linaro.org>
441 L: qemu-arm@nongnu.org
442 S: Maintained
443 F: hw/char/pl011.c
444 F: include/hw/char/pl011.h
445 F: hw/display/pl110*
446 F: hw/dma/pl080.c
447 F: hw/dma/pl330.c
448 F: hw/gpio/pl061.c
449 F: hw/input/pl050.c
450 F: hw/intc/pl190.c
451 F: hw/sd/pl181.c
452 F: hw/timer/pl031.c
453 F: include/hw/arm/primecell.h
454 F: hw/timer/cmsdk-apb-timer.c
455 F: include/hw/timer/cmsdk-apb-timer.h
456 F: hw/char/cmsdk-apb-uart.c
457 F: include/hw/char/cmsdk-apb-uart.h
458 F: hw/misc/tz-ppc.c
459 F: include/hw/misc/tz-ppc.h
460 F: hw/misc/tz-mpc.c
461 F: include/hw/misc/tz-mpc.h
463 ARM cores
464 M: Peter Maydell <peter.maydell@linaro.org>
465 L: qemu-arm@nongnu.org
466 S: Maintained
467 F: hw/intc/arm*
468 F: hw/intc/gic_internal.h
469 F: hw/misc/a9scu.c
470 F: hw/misc/arm11scu.c
471 F: hw/timer/a9gtimer*
472 F: hw/timer/arm*
473 F: include/hw/arm/arm*.h
474 F: include/hw/intc/arm*
475 F: include/hw/misc/a9scu.h
476 F: include/hw/misc/arm11scu.h
477 F: include/hw/timer/a9gtimer.h
478 F: include/hw/timer/arm_mptimer.h
479 F: include/hw/timer/armv7m_systick.h
480 F: tests/test-arm-mptimer.c
482 Exynos
483 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
484 L: qemu-arm@nongnu.org
485 S: Maintained
486 F: hw/*/exynos*
487 F: include/hw/arm/exynos4210.h
489 Calxeda Highbank
490 M: Rob Herring <robh@kernel.org>
491 L: qemu-arm@nongnu.org
492 S: Maintained
493 F: hw/arm/highbank.c
494 F: hw/net/xgmac.c
496 Canon DIGIC
497 M: Antony Pavlov <antonynpavlov@gmail.com>
498 L: qemu-arm@nongnu.org
499 S: Maintained
500 F: include/hw/arm/digic.h
501 F: hw/*/digic*
503 Gumstix
504 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
505 L: qemu-devel@nongnu.org
506 L: qemu-arm@nongnu.org
507 S: Odd Fixes
508 F: hw/arm/gumstix.c
510 i.MX31
511 M: Peter Chubb <peter.chubb@nicta.com.au>
512 L: qemu-arm@nongnu.org
513 S: Odd fixes
514 F: hw/*/imx*
515 F: include/hw/*/imx*
516 F: hw/arm/kzm.c
517 F: include/hw/arm/fsl-imx31.h
519 Integrator CP
520 M: Peter Maydell <peter.maydell@linaro.org>
521 L: qemu-arm@nongnu.org
522 S: Maintained
523 F: hw/arm/integratorcp.c
524 F: hw/misc/arm_integrator_debug.c
526 MPS2
527 M: Peter Maydell <peter.maydell@linaro.org>
528 L: qemu-arm@nongnu.org
529 S: Maintained
530 F: hw/arm/mps2.c
531 F: hw/arm/mps2-tz.c
532 F: hw/misc/mps2-*.c
533 F: include/hw/misc/mps2-*.h
534 F: hw/arm/iotkit.c
535 F: include/hw/arm/iotkit.h
537 Musicpal
538 M: Jan Kiszka <jan.kiszka@web.de>
539 L: qemu-arm@nongnu.org
540 S: Maintained
541 F: hw/arm/musicpal.c
543 nSeries
544 M: Andrzej Zaborowski <balrogg@gmail.com>
545 L: qemu-arm@nongnu.org
546 S: Maintained
547 F: hw/arm/nseries.c
549 Palm
550 M: Andrzej Zaborowski <balrogg@gmail.com>
551 L: qemu-arm@nongnu.org
552 S: Maintained
553 F: hw/arm/palm.c
555 Real View
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/arm/realview*
560 F: hw/cpu/realview_mpcore.c
561 F: hw/intc/realview_gic.c
562 F: include/hw/intc/realview_gic.h
564 PXA2XX
565 M: Andrzej Zaborowski <balrogg@gmail.com>
566 L: qemu-arm@nongnu.org
567 S: Maintained
568 F: hw/arm/mainstone.c
569 F: hw/arm/spitz.c
570 F: hw/arm/tosa.c
571 F: hw/arm/z2.c
572 F: hw/*/pxa2xx*
573 F: hw/misc/mst_fpga.c
574 F: include/hw/arm/pxa.h
576 Stellaris
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Maintained
580 F: hw/*/stellaris*
582 Versatile PB
583 M: Peter Maydell <peter.maydell@linaro.org>
584 L: qemu-arm@nongnu.org
585 S: Maintained
586 F: hw/*/versatile*
587 F: hw/misc/arm_sysctl.c
589 Xilinx Zynq
590 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591 M: Alistair Francis <alistair@alistair23.me>
592 L: qemu-arm@nongnu.org
593 S: Maintained
594 F: hw/*/xilinx_*
595 F: hw/*/cadence_*
596 F: hw/misc/zynq*
597 F: include/hw/misc/zynq*
598 X: hw/ssi/xilinx_*
600 Xilinx ZynqMP
601 M: Alistair Francis <alistair@alistair23.me>
602 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603 L: qemu-arm@nongnu.org
604 S: Maintained
605 F: hw/*/xlnx*.c
606 F: include/hw/*/xlnx*.h
608 ARM ACPI Subsystem
609 M: Shannon Zhao <zhaoshenglong@huawei.com>
610 M: Shannon Zhao <shannon.zhaosl@gmail.com>
611 L: qemu-arm@nongnu.org
612 S: Maintained
613 F: hw/arm/virt-acpi-build.c
615 STM32F205
616 M: Alistair Francis <alistair@alistair23.me>
617 S: Maintained
618 F: hw/arm/stm32f205_soc.c
619 F: hw/misc/stm32f2xx_syscfg.c
620 F: hw/char/stm32f2xx_usart.c
621 F: hw/timer/stm32f2xx_timer.c
622 F: hw/adc/*
623 F: hw/ssi/stm32f2xx_spi.c
624 F: include/hw/*/stm32*.h
626 Netduino 2
627 M: Alistair Francis <alistair@alistair23.me>
628 S: Maintained
629 F: hw/arm/netduino2.c
631 SmartFusion2
632 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
633 S: Maintained
634 F: hw/arm/msf2-soc.c
635 F: hw/misc/msf2-sysreg.c
636 F: hw/timer/mss-timer.c
637 F: hw/ssi/mss-spi.c
638 F: include/hw/arm/msf2-soc.h
639 F: include/hw/misc/msf2-sysreg.h
640 F: include/hw/timer/mss-timer.h
641 F: include/hw/ssi/mss-spi.h
643 Emcraft M2S-FG484
644 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
645 S: Maintained
646 F: hw/arm/msf2-som.c
648 ASPEED BMCs
649 M: Cédric Le Goater <clg@kaod.org>
650 R: Andrew Jeffery <andrew@aj.id.au>
651 R: Joel Stanley <joel@jms.id.au>
652 L: qemu-arm@nongnu.org
653 S: Maintained
654 F: hw/*/*aspeed*
655 F: include/hw/*/*aspeed*
656 F: hw/net/ftgmac100.c
657 F: include/hw/net/ftgmac100.h
659 CRIS Machines
660 -------------
661 Axis Dev88
662 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
663 S: Maintained
664 F: hw/cris/axis_dev88.c
665 F: hw/*/etraxfs_*.c
667 LM32 Machines
668 -------------
669 EVR32 and uclinux BSP
670 M: Michael Walle <michael@walle.cc>
671 S: Maintained
672 F: hw/lm32/lm32_boards.c
674 milkymist
675 M: Michael Walle <michael@walle.cc>
676 S: Maintained
677 F: hw/lm32/milkymist.c
679 M68K Machines
680 -------------
681 an5206
682 M: Thomas Huth <huth@tuxfamily.org>
683 S: Odd Fixes
684 F: hw/m68k/an5206.c
685 F: hw/m68k/mcf5206.c
687 mcf5208
688 M: Thomas Huth <huth@tuxfamily.org>
689 S: Odd Fixes
690 F: hw/m68k/mcf5208.c
691 F: hw/m68k/mcf_intc.c
692 F: hw/char/mcf_uart.c
693 F: hw/net/mcf_fec.c
694 F: include/hw/m68k/mcf*.h
696 MicroBlaze Machines
697 -------------------
698 petalogix_s3adsp1800
699 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
700 S: Maintained
701 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
703 petalogix_ml605
704 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
705 S: Maintained
706 F: hw/microblaze/petalogix_ml605_mmu.c
708 MIPS Machines
709 -------------
710 Jazz
711 M: Hervé Poussineau <hpoussin@reactos.org>
712 S: Maintained
713 F: hw/mips/mips_jazz.c
715 Malta
716 M: Aurelien Jarno <aurelien@aurel32.net>
717 S: Maintained
718 F: hw/mips/mips_malta.c
720 Mipssim
721 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
722 S: Odd Fixes
723 F: hw/mips/mips_mipssim.c
724 F: hw/net/mipsnet.c
726 R4000
727 M: Aurelien Jarno <aurelien@aurel32.net>
728 S: Maintained
729 F: hw/mips/mips_r4k.c
731 Fulong 2E
732 M: Aleksandar Markovic <aleksandar.markovic@mips.com>
733 S: Odd Fixes
734 F: hw/mips/mips_fulong2e.c
735 F: hw/isa/vt82c686.c
736 F: include/hw/isa/vt82c686.h
738 Boston
739 M: Paul Burton <paul.burton@mips.com>
740 S: Maintained
741 F: hw/core/loader-fit.c
742 F: hw/mips/boston.c
743 F: hw/pci-host/xilinx-pcie.c
745 OpenRISC Machines
746 -----------------
747 or1k-sim
748 M: Jia Liu <proljc@gmail.com>
749 S: Maintained
750 F: hw/openrisc/openrisc_sim.c
752 PowerPC Machines
753 ----------------
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
757 S: Odd Fixes
758 F: hw/ppc/ppc405_boards.c
760 Bamboo
761 M: Alexander Graf <agraf@suse.de>
762 L: qemu-ppc@nongnu.org
763 S: Odd Fixes
764 F: hw/ppc/ppc440_bamboo.c
766 e500
767 M: Alexander Graf <agraf@suse.de>
768 L: qemu-ppc@nongnu.org
769 S: Supported
770 F: hw/ppc/e500.[hc]
771 F: hw/ppc/e500plat.c
772 F: include/hw/ppc/ppc_e500.h
773 F: include/hw/pci-host/ppce500.h
774 F: pc-bios/u-boot.e500
776 mpc8544ds
777 M: Alexander Graf <agraf@suse.de>
778 L: qemu-ppc@nongnu.org
779 S: Supported
780 F: hw/ppc/mpc8544ds.c
781 F: hw/ppc/mpc8544_guts.c
783 New World
784 M: Alexander Graf <agraf@suse.de>
785 L: qemu-ppc@nongnu.org
786 S: Maintained
787 F: hw/ppc/mac_newworld.c
788 F: hw/pci-host/uninorth.c
789 F: hw/pci-bridge/dec.[hc]
790 F: hw/misc/macio/
791 F: hw/misc/mos6522.c
792 F: hw/nvram/mac_nvram.c
793 F: include/hw/misc/macio/
794 F: include/hw/misc/mos6522.h
795 F: include/hw/ppc/mac_dbdma.h
797 Old World
798 M: Alexander Graf <agraf@suse.de>
799 L: qemu-ppc@nongnu.org
800 S: Maintained
801 F: hw/ppc/mac_oldworld.c
802 F: hw/pci-host/grackle.c
803 F: hw/misc/macio/
804 F: hw/intc/heathrow_pic.c
806 PReP
807 M: Hervé Poussineau <hpoussin@reactos.org>
808 L: qemu-devel@nongnu.org
809 L: qemu-ppc@nongnu.org
810 S: Maintained
811 F: hw/ppc/prep.c
812 F: hw/ppc/prep_systemio.c
813 F: hw/ppc/rs6000_mc.c
814 F: hw/pci-host/prep.[hc]
815 F: hw/isa/i82378.c
816 F: hw/isa/pc87312.c
817 F: hw/dma/i82374.c
818 F: hw/timer/m48t59-isa.c
819 F: include/hw/isa/pc87312.h
820 F: include/hw/timer/m48t59.h
821 F: pc-bios/ppc_rom.bin
823 sPAPR
824 M: David Gibson <david@gibson.dropbear.id.au>
825 M: Alexander Graf <agraf@suse.de>
826 L: qemu-ppc@nongnu.org
827 S: Supported
828 F: hw/*/spapr*
829 F: include/hw/*/spapr*
830 F: hw/*/xics*
831 F: include/hw/*/xics*
832 F: pc-bios/spapr-rtas/*
833 F: pc-bios/spapr-rtas.bin
834 F: pc-bios/slof.bin
835 F: pc-bios/skiboot.lid
836 F: docs/specs/ppc-spapr-hcalls.txt
837 F: docs/specs/ppc-spapr-hotplug.txt
838 F: tests/spapr*
839 F: tests/libqos/*spapr*
840 F: tests/rtas*
841 F: tests/libqos/rtas*
843 virtex_ml507
844 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
845 L: qemu-ppc@nongnu.org
846 S: Odd Fixes
847 F: hw/ppc/virtex_ml507.c
849 sam460ex
850 M: BALATON Zoltan <balaton@eik.bme.hu>
851 L: qemu-ppc@nongnu.org
852 S: Maintained
853 F: hw/ide/sii3112.c
854 F: hw/timer/m41t80.c
856 SH4 Machines
857 ------------
859 M: Magnus Damm <magnus.damm@gmail.com>
860 S: Maintained
861 F: hw/sh4/r2d.c
862 F: hw/intc/sh_intc.c
863 F: hw/timer/sh_timer.c
865 Shix
866 M: Magnus Damm <magnus.damm@gmail.com>
867 S: Odd Fixes
868 F: hw/sh4/shix.c
870 SPARC Machines
871 --------------
872 Sun4m
873 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
874 S: Maintained
875 F: hw/sparc/sun4m.c
876 F: hw/dma/sparc32_dma.c
877 F: hw/dma/sun4m_iommu.c
878 F: hw/misc/eccmemctl.c
879 F: hw/misc/slavio_misc.c
880 F: include/hw/sparc/sparc32_dma.h
881 F: include/hw/sparc/sun4m.h
882 F: pc-bios/openbios-sparc32
884 Sun4u
885 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
886 S: Maintained
887 F: hw/sparc64/sun4u.c
888 F: pc-bios/openbios-sparc64
890 Sun4v
891 M: Artyom Tarasenko <atar4qemu@gmail.com>
892 S: Maintained
893 F: hw/sparc64/niagara.c
894 F: hw/timer/sun4v-rtc.c
895 F: include/hw/timer/sun4v-rtc.h
897 Leon3
898 M: Fabien Chouteau <chouteau@adacore.com>
899 S: Maintained
900 F: hw/sparc/leon3.c
901 F: hw/*/grlib*
902 F: include/hw/sparc/grlib.h
904 S390 Machines
905 -------------
906 S390 Virtio-ccw
907 M: Cornelia Huck <cohuck@redhat.com>
908 M: Christian Borntraeger <borntraeger@de.ibm.com>
909 M: Alexander Graf <agraf@suse.de>
910 S: Supported
911 F: hw/char/sclp*.[hc]
912 F: hw/char/terminal3270.c
913 F: hw/s390x/
914 F: include/hw/s390x/
915 F: hw/watchdog/wdt_diag288.c
916 F: include/hw/watchdog/wdt_diag288.h
917 F: default-configs/s390x-softmmu.mak
918 T: git git://github.com/cohuck/qemu.git s390-next
919 T: git git://github.com/borntraeger/qemu.git s390-next
920 L: qemu-s390x@nongnu.org
922 S390-ccw Bios
923 M: Christian Borntraeger <borntraeger@de.ibm.com>
924 M: Thomas Huth <thuth@redhat.com>
925 S: Supported
926 F: pc-bios/s390-ccw/
927 F: pc-bios/s390-ccw.img
928 T: git git://github.com/borntraeger/qemu.git s390-next
929 L: qemu-s390x@nongnu.org
931 UniCore32 Machines
932 -------------
933 PKUnity-3 SoC initramfs-with-busybox
934 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
935 S: Maintained
936 F: hw/*/puv3*
937 F: hw/unicore32/
939 X86 Machines
940 ------------
942 M: Michael S. Tsirkin <mst@redhat.com>
943 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
944 S: Supported
945 F: include/hw/i386/
946 F: hw/i386/
947 F: hw/pci-host/piix.c
948 F: hw/pci-host/q35.c
949 F: hw/pci-host/pam.c
950 F: include/hw/pci-host/q35.h
951 F: include/hw/pci-host/pam.h
952 F: hw/isa/piix4.c
953 F: hw/isa/lpc_ich9.c
954 F: hw/i2c/smbus_ich9.c
955 F: hw/acpi/piix4.c
956 F: hw/acpi/ich9.c
957 F: include/hw/acpi/ich9.h
958 F: include/hw/acpi/piix4.h
959 F: hw/misc/sga.c
961 PC Chipset
962 M: Michael S. Tsirkin <mst@redhat.com>
963 M: Paolo Bonzini <pbonzini@redhat.com>
964 S: Supported
965 F: hw/char/debugcon.c
966 F: hw/char/parallel*
967 F: hw/char/serial*
968 F: hw/dma/i8257*
969 F: hw/i2c/pm_smbus.c
970 F: hw/input/pckbd.c
971 F: hw/intc/apic*
972 F: hw/intc/ioapic*
973 F: hw/intc/i8259*
974 F: hw/isa/isa-superio.c
975 F: hw/misc/debugexit.c
976 F: hw/misc/pc-testdev.c
977 F: hw/timer/hpet*
978 F: hw/timer/i8254*
979 F: hw/timer/mc146818rtc*
980 F: hw/watchdog/wdt_ib700.c
981 F: include/hw/display/vga.h
982 F: include/hw/char/parallel.h
983 F: include/hw/dma/i8257.h
984 F: include/hw/i2c/pm_smbus.h
985 F: include/hw/input/i8042.h
986 F: include/hw/isa/superio.h
987 F: include/hw/timer/hpet.h
988 F: include/hw/timer/i8254*
989 F: include/hw/timer/mc146818rtc*
991 Machine core
992 M: Eduardo Habkost <ehabkost@redhat.com>
993 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
994 S: Supported
995 F: hw/core/machine.c
996 F: hw/core/null-machine.c
997 F: include/hw/boards.h
998 T: git git://github.com/ehabkost/qemu.git machine-next
1000 Xtensa Machines
1001 ---------------
1003 M: Max Filippov <jcmvbkbc@gmail.com>
1004 S: Maintained
1005 F: hw/xtensa/sim.c
1007 XTFPGA (LX60, LX200, ML605, KC705)
1008 M: Max Filippov <jcmvbkbc@gmail.com>
1009 S: Maintained
1010 F: hw/xtensa/xtfpga.c
1011 F: hw/net/opencores_eth.c
1013 Devices
1014 -------
1016 M: Jiri Slaby <jslaby@suse.cz>
1017 S: Maintained
1018 F: hw/misc/edu.c
1021 M: John Snow <jsnow@redhat.com>
1022 L: qemu-block@nongnu.org
1023 S: Supported
1024 F: include/hw/ide.h
1025 F: include/hw/ide/
1026 F: hw/ide/
1027 F: hw/block/block.c
1028 F: hw/block/cdrom.c
1029 F: hw/block/hd-geometry.c
1030 F: tests/ide-test.c
1031 F: tests/ahci-test.c
1032 F: tests/cdrom-test.c
1033 F: tests/libqos/ahci*
1034 T: git git://github.com/jnsnow/qemu.git ide
1036 IPMI
1037 M: Corey Minyard <minyard@acm.org>
1038 S: Maintained
1039 F: include/hw/ipmi/*
1040 F: hw/ipmi/*
1041 F: hw/smbios/smbios_type_38.c
1042 F: tests/ipmi*
1043 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1045 Floppy
1046 M: John Snow <jsnow@redhat.com>
1047 L: qemu-block@nongnu.org
1048 S: Supported
1049 F: hw/block/fdc.c
1050 F: include/hw/block/fdc.h
1051 F: tests/fdc-test.c
1052 T: git git://github.com/jnsnow/qemu.git ide
1054 OMAP
1055 M: Peter Maydell <peter.maydell@linaro.org>
1056 S: Maintained
1057 F: hw/*/omap*
1058 F: include/hw/arm/omap.h
1060 IPack
1061 M: Alberto Garcia <berto@igalia.com>
1062 S: Odd Fixes
1063 F: hw/char/ipoctal232.c
1064 F: hw/ipack/
1067 M: Michael S. Tsirkin <mst@redhat.com>
1068 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1069 S: Supported
1070 F: include/hw/pci/*
1071 F: hw/misc/pci-testdev.c
1072 F: hw/pci/*
1073 F: hw/pci-bridge/*
1074 F: docs/pci*
1075 F: docs/specs/*pci*
1076 F: default-configs/pci.mak
1078 ACPI/SMBIOS
1079 M: Michael S. Tsirkin <mst@redhat.com>
1080 M: Igor Mammedov <imammedo@redhat.com>
1081 S: Supported
1082 F: include/hw/acpi/*
1083 F: include/hw/smbios/*
1084 F: hw/mem/*
1085 F: hw/acpi/*
1086 F: hw/smbios/*
1087 F: hw/i386/acpi-build.[hc]
1088 F: hw/arm/virt-acpi-build.c
1089 F: tests/bios-tables-test.c
1090 F: tests/acpi-utils.[hc]
1092 ppc4xx
1093 M: Alexander Graf <agraf@suse.de>
1094 L: qemu-ppc@nongnu.org
1095 S: Odd Fixes
1096 F: hw/ppc/ppc4*.c
1097 F: hw/i2c/ppc4xx_i2c.c
1098 F: include/hw/ppc/ppc4xx.h
1099 F: include/hw/i2c/ppc4xx_i2c.h
1101 ppce500
1102 M: Alexander Graf <agraf@suse.de>
1103 L: qemu-ppc@nongnu.org
1104 S: Supported
1105 F: hw/ppc/e500*
1106 F: hw/pci-host/ppce500.c
1107 F: hw/net/fsl_etsec/
1109 Character devices
1110 M: Paolo Bonzini <pbonzini@redhat.com>
1111 S: Odd Fixes
1112 F: hw/char/
1114 Network devices
1115 M: Jason Wang <jasowang@redhat.com>
1116 S: Odd Fixes
1117 F: hw/net/
1118 F: include/hw/net/
1119 F: tests/virtio-net-test.c
1120 T: git git://github.com/jasowang/qemu.git net
1122 SCSI
1123 M: Paolo Bonzini <pbonzini@redhat.com>
1124 R: Fam Zheng <famz@redhat.com>
1125 S: Supported
1126 F: include/hw/scsi/*
1127 F: hw/scsi/*
1128 F: tests/virtio-scsi-test.c
1129 T: git git://github.com/bonzini/qemu.git scsi-next
1132 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1133 M: Alistair Francis <alistair@alistair23.me>
1134 S: Maintained
1135 F: hw/ssi/*
1136 F: hw/block/m25p80.c
1137 F: include/hw/ssi/ssi.h
1138 X: hw/ssi/xilinx_*
1139 F: tests/m25p80-test.c
1141 Xilinx SPI
1142 M: Alistair Francis <alistair@alistair23.me>
1143 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1144 S: Maintained
1145 F: hw/ssi/xilinx_*
1147 SD (Secure Card)
1148 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1149 S: Odd Fixes
1150 F: include/hw/sd/sd*
1151 F: hw/sd/core.c
1152 F: hw/sd/sd*
1153 F: tests/sd*
1156 M: Gerd Hoffmann <kraxel@redhat.com>
1157 S: Maintained
1158 F: hw/usb/*
1159 F: tests/usb-*-test.c
1160 F: docs/usb2.txt
1161 F: docs/usb-storage.txt
1162 F: include/hw/usb.h
1163 F: include/hw/usb/
1164 F: default-configs/usb.mak
1166 USB (serial adapter)
1167 M: Gerd Hoffmann <kraxel@redhat.com>
1168 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1169 S: Maintained
1170 F: hw/usb/dev-serial.c
1172 VFIO
1173 M: Alex Williamson <alex.williamson@redhat.com>
1174 S: Supported
1175 F: hw/vfio/*
1176 F: include/hw/vfio/
1178 vfio-ccw
1179 M: Cornelia Huck <cohuck@redhat.com>
1180 S: Supported
1181 F: hw/vfio/ccw.c
1182 F: hw/s390x/s390-ccw.c
1183 F: include/hw/s390x/s390-ccw.h
1184 T: git git://github.com/cohuck/qemu.git s390-next
1185 L: qemu-s390x@nongnu.org
1187 vhost
1188 M: Michael S. Tsirkin <mst@redhat.com>
1189 S: Supported
1190 F: hw/*/*vhost*
1191 F: docs/interop/vhost-user.txt
1193 virtio
1194 M: Michael S. Tsirkin <mst@redhat.com>
1195 S: Supported
1196 F: hw/*/virtio*
1197 F: hw/virtio/Makefile.objs
1198 F: hw/virtio/trace-events
1199 F: net/vhost-user.c
1200 F: include/hw/virtio/
1201 F: tests/virtio-balloon-test.c
1203 virtio-9p
1204 M: Greg Kurz <groug@kaod.org>
1205 S: Supported
1206 F: hw/9pfs/
1207 F: fsdev/
1208 F: tests/virtio-9p-test.c
1209 T: git git://github.com/gkurz/qemu.git 9p-next
1211 virtio-blk
1212 M: Stefan Hajnoczi <stefanha@redhat.com>
1213 L: qemu-block@nongnu.org
1214 S: Supported
1215 F: hw/block/virtio-blk.c
1216 F: hw/block/dataplane/*
1217 F: tests/virtio-blk-test.c
1218 T: git git://github.com/stefanha/qemu.git block
1220 virtio-ccw
1221 M: Cornelia Huck <cohuck@redhat.com>
1222 M: Christian Borntraeger <borntraeger@de.ibm.com>
1223 S: Supported
1224 F: hw/s390x/virtio-ccw.[hc]
1225 T: git git://github.com/cohuck/qemu.git s390-next
1226 T: git git://github.com/borntraeger/qemu.git s390-next
1227 L: qemu-s390x@nongnu.org
1229 virtio-input
1230 M: Gerd Hoffmann <kraxel@redhat.com>
1231 S: Maintained
1232 F: hw/input/virtio-input*.c
1233 F: include/hw/virtio/virtio-input.h
1235 virtio-serial
1236 M: Amit Shah <amit@kernel.org>
1237 S: Supported
1238 F: hw/char/virtio-serial-bus.c
1239 F: hw/char/virtio-console.c
1240 F: include/hw/virtio/virtio-serial.h
1241 F: tests/virtio-console-test.c
1242 F: tests/virtio-serial-test.c
1244 virtio-rng
1245 M: Amit Shah <amit@kernel.org>
1246 S: Supported
1247 F: hw/virtio/virtio-rng.c
1248 F: include/hw/virtio/virtio-rng.h
1249 F: include/sysemu/rng*.h
1250 F: backends/rng*.c
1251 F: tests/virtio-rng-test.c
1253 virtio-crypto
1254 M: Gonglei <arei.gonglei@huawei.com>
1255 S: Supported
1256 F: hw/virtio/virtio-crypto.c
1257 F: hw/virtio/virtio-crypto-pci.c
1258 F: include/hw/virtio/virtio-crypto.h
1260 nvme
1261 M: Keith Busch <keith.busch@intel.com>
1262 L: qemu-block@nongnu.org
1263 S: Supported
1264 F: hw/block/nvme*
1265 F: tests/nvme-test.c
1267 megasas
1268 M: Hannes Reinecke <hare@suse.com>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: hw/scsi/megasas.c
1272 F: hw/scsi/mfi.h
1273 F: tests/megasas-test.c
1275 Network packet abstractions
1276 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1277 S: Maintained
1278 F: include/net/eth.h
1279 F: net/eth.c
1280 F: hw/net/net_rx_pkt*
1281 F: hw/net/net_tx_pkt*
1283 Vmware
1284 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1285 S: Maintained
1286 F: hw/net/vmxnet*
1287 F: hw/scsi/vmw_pvscsi*
1288 F: tests/vmxnet3-test.c
1290 Rocker
1291 M: Jiri Pirko <jiri@resnulli.us>
1292 S: Maintained
1293 F: hw/net/rocker/
1294 F: tests/rocker/
1295 F: docs/specs/rocker.txt
1297 NVDIMM
1298 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1299 S: Maintained
1300 F: hw/acpi/nvdimm.c
1301 F: hw/mem/nvdimm.c
1302 F: include/hw/mem/nvdimm.h
1304 e1000x
1305 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1306 S: Maintained
1307 F: hw/net/e1000x*
1309 e1000e
1310 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1311 S: Maintained
1312 F: hw/net/e1000e*
1314 eepro100
1315 M: Stefan Weil <sw@weilnetz.de>
1316 S: Maintained
1317 F: hw/net/eepro100.c
1319 Generic Loader
1320 M: Alistair Francis <alistair@alistair23.me>
1321 S: Maintained
1322 F: hw/core/generic-loader.c
1323 F: include/hw/core/generic-loader.h
1324 F: docs/generic-loader.txt
1326 CHRP NVRAM
1327 M: Thomas Huth <thuth@redhat.com>
1328 S: Maintained
1329 F: hw/nvram/chrp_nvram.c
1330 F: include/hw/nvram/chrp_nvram.h
1331 F: tests/prom-env-test.c
1333 VM Generation ID
1334 M: Ben Warren <ben@skyportsystems.com>
1335 S: Maintained
1336 F: hw/acpi/vmgenid.c
1337 F: include/hw/acpi/vmgenid.h
1338 F: docs/specs/vmgenid.txt
1339 F: tests/vmgenid-test.c
1340 F: stubs/vmgenid.c
1342 Unimplemented device
1343 M: Peter Maydell <peter.maydell@linaro.org>
1344 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1345 S: Maintained
1346 F: include/hw/misc/unimp.h
1347 F: hw/misc/unimp.c
1349 Standard VGA
1350 M: Gerd Hoffmann <kraxel@redhat.com>
1351 S: Maintained
1352 F: hw/display/vga*
1353 F: hw/display/bochs-display.c
1354 F: include/hw/display/vga.h
1355 F: include/hw/display/bochs-vbe.h
1357 ramfb
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1359 S: Maintained
1360 F: hw/display/ramfb*.c
1361 F: include/hw/display/ramfb.h
1363 virtio-gpu
1364 M: Gerd Hoffmann <kraxel@redhat.com>
1365 S: Maintained
1366 F: hw/display/virtio-gpu*
1367 F: hw/display/virtio-vga.c
1368 F: include/hw/virtio/virtio-gpu.h
1370 Cirrus VGA
1371 M: Gerd Hoffmann <kraxel@redhat.com>
1372 S: Odd Fixes
1373 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1374 F: hw/display/cirrus*
1376 Subsystems
1377 ----------
1378 Audio
1379 M: Gerd Hoffmann <kraxel@redhat.com>
1380 S: Maintained
1381 F: audio/
1382 F: hw/audio/
1383 F: include/hw/audio/
1384 F: tests/ac97-test.c
1385 F: tests/es1370-test.c
1386 F: tests/intel-hda-test.c
1388 Block layer core
1389 M: Kevin Wolf <kwolf@redhat.com>
1390 M: Max Reitz <mreitz@redhat.com>
1391 L: qemu-block@nongnu.org
1392 S: Supported
1393 F: block*
1394 F: block/
1395 F: hw/block/
1396 F: include/block/
1397 F: qemu-img*
1398 F: qemu-io*
1399 F: tests/qemu-iotests/
1400 F: util/qemu-progress.c
1401 F: qobject/block-qdict.c
1402 F: test/check-block-qdict.c
1403 T: git git://repo.or.cz/qemu/kevin.git block
1405 Block I/O path
1406 M: Stefan Hajnoczi <stefanha@redhat.com>
1407 M: Fam Zheng <famz@redhat.com>
1408 L: qemu-block@nongnu.org
1409 S: Supported
1410 F: util/async.c
1411 F: util/aio-*.c
1412 F: block/io.c
1413 F: migration/block*
1414 F: include/block/aio.h
1415 F: include/block/aio-wait.h
1416 F: scripts/qemugdb/aio.py
1417 T: git git://github.com/stefanha/qemu.git block
1419 Block SCSI subsystem
1420 M: Paolo Bonzini <pbonzini@redhat.com>
1421 R: Fam Zheng <famz@redhat.com>
1422 L: qemu-block@nongnu.org
1423 S: Supported
1424 F: include/scsi/*
1425 F: scsi/*
1427 Block Jobs
1428 M: Jeff Cody <jcody@redhat.com>
1429 L: qemu-block@nongnu.org
1430 S: Supported
1431 F: blockjob.c
1432 F: include/block/blockjob.h
1433 F: job.c
1434 F: job-qmp.c
1435 F: include/block/job.h
1436 F: block/backup.c
1437 F: block/commit.c
1438 F: block/stream.c
1439 F: block/mirror.c
1440 F: qapi/job.json
1441 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1443 Block QAPI, monitor, command line
1444 M: Markus Armbruster <armbru@redhat.com>
1445 S: Supported
1446 F: blockdev.c
1447 F: block/qapi.c
1448 F: qapi/block*.json
1449 F: qapi/transaction.json
1450 T: git git://repo.or.cz/qemu/armbru.git block-next
1452 Dirty Bitmaps
1453 M: Fam Zheng <famz@redhat.com>
1454 M: John Snow <jsnow@redhat.com>
1455 L: qemu-block@nongnu.org
1456 S: Supported
1457 F: util/hbitmap.c
1458 F: block/dirty-bitmap.c
1459 F: include/qemu/hbitmap.h
1460 F: include/block/dirty-bitmap.h
1461 F: tests/test-hbitmap.c
1462 F: docs/interop/bitmaps.rst
1463 T: git git://github.com/famz/qemu.git bitmaps
1464 T: git git://github.com/jnsnow/qemu.git bitmaps
1466 Character device backends
1467 M: Paolo Bonzini <pbonzini@redhat.com>
1468 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1469 S: Maintained
1470 F: chardev/
1471 F: include/chardev/
1472 F: qapi/char.json
1474 Character Devices (Braille)
1475 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1476 S: Maintained
1477 F: chardev/baum.c
1479 Command line option argument parsing
1480 M: Markus Armbruster <armbru@redhat.com>
1481 S: Supported
1482 F: include/qemu/option.h
1483 F: tests/test-keyval.c
1484 F: tests/test-qemu-opts.c
1485 F: util/keyval.c
1486 F: util/qemu-option.c
1488 Coverity model
1489 M: Markus Armbruster <armbru@redhat.com>
1490 S: Supported
1491 F: scripts/coverity-model.c
1494 L: qemu-devel@nongnu.org
1495 S: Supported
1496 F: qom/cpu.c
1497 F: include/qom/cpu.h
1499 Device Tree
1500 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1501 M: Alexander Graf <agraf@suse.de>
1502 S: Maintained
1503 F: device_tree.c
1504 F: include/sysemu/device_tree.h
1506 Dump
1507 S: Supported
1508 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1509 F: dump.c
1510 F: hw/misc/vmcoreinfo.c
1511 F: include/hw/misc/vmcoreinfo.h
1512 F: include/sysemu/dump-arch.h
1513 F: include/sysemu/dump.h
1514 F: scripts/dump-guest-memory.py
1515 F: stubs/dump.c
1517 Error reporting
1518 M: Markus Armbruster <armbru@redhat.com>
1519 S: Supported
1520 F: include/qapi/error.h
1521 F: include/qemu/error-report.h
1522 F: util/error.c
1523 F: util/qemu-error.c
1525 GDB stub
1526 L: qemu-devel@nongnu.org
1527 S: Odd Fixes
1528 F: gdbstub*
1529 F: gdb-xml/
1531 Memory API
1532 M: Paolo Bonzini <pbonzini@redhat.com>
1533 S: Supported
1534 F: include/exec/ioport.h
1535 F: ioport.c
1536 F: include/exec/memory.h
1537 F: include/exec/ram_addr.h
1538 F: memory.c
1539 F: include/exec/memory-internal.h
1540 F: exec.c
1542 SPICE
1543 M: Gerd Hoffmann <kraxel@redhat.com>
1544 S: Supported
1545 F: include/ui/qemu-spice.h
1546 F: include/ui/spice-display.h
1547 F: ui/spice-*.c
1548 F: audio/spiceaudio.c
1549 F: hw/display/qxl*
1550 F: qapi/ui.json
1552 Graphics
1553 M: Gerd Hoffmann <kraxel@redhat.com>
1554 S: Odd Fixes
1555 F: ui/
1556 F: include/ui/
1557 F: qapi/ui.json
1559 Cocoa graphics
1560 M: Peter Maydell <peter.maydell@linaro.org>
1561 S: Odd Fixes
1562 F: ui/cocoa.m
1564 Main loop
1565 M: Paolo Bonzini <pbonzini@redhat.com>
1566 S: Maintained
1567 F: cpus.c
1568 F: util/main-loop.c
1569 F: util/qemu-timer.c
1570 F: vl.c
1571 F: qapi/run-state.json
1573 Human Monitor (HMP)
1574 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1575 S: Maintained
1576 F: monitor.c
1577 F: hmp.[ch]
1578 F: hmp-commands*.hx
1579 F: include/monitor/hmp-target.h
1580 F: tests/test-hmp.c
1582 Network device backends
1583 M: Jason Wang <jasowang@redhat.com>
1584 S: Maintained
1585 F: net/
1586 F: include/net/
1587 T: git git://github.com/jasowang/qemu.git net
1588 F: qapi/net.json
1590 Netmap network backend
1591 M: Luigi Rizzo <rizzo@iet.unipi.it>
1592 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1593 M: Vincenzo Maffione <v.maffione@gmail.com>
1594 W: http://info.iet.unipi.it/~luigi/netmap/
1595 S: Maintained
1596 F: net/netmap.c
1598 NUMA
1599 M: Eduardo Habkost <ehabkost@redhat.com>
1600 S: Maintained
1601 F: numa.c
1602 F: include/sysemu/numa.h
1603 T: git git://github.com/ehabkost/qemu.git machine-next
1605 Host Memory Backends
1606 M: Eduardo Habkost <ehabkost@redhat.com>
1607 M: Igor Mammedov <imammedo@redhat.com>
1608 S: Maintained
1609 F: backends/hostmem*.c
1610 F: include/sysemu/hostmem.h
1611 T: git git://github.com/ehabkost/qemu.git machine-next
1613 Cryptodev Backends
1614 M: Gonglei <arei.gonglei@huawei.com>
1615 S: Maintained
1616 F: include/sysemu/cryptodev*.h
1617 F: backends/cryptodev*.c
1619 Python scripts
1620 M: Eduardo Habkost <ehabkost@redhat.com>
1621 M: Cleber Rosa <crosa@redhat.com>
1622 S: Odd fixes
1623 F: scripts/qmp/*
1624 F: scripts/*.py
1625 F: tests/*.py
1627 QAPI
1628 M: Markus Armbruster <armbru@redhat.com>
1629 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1630 S: Supported
1631 F: qapi/
1632 X: qapi/*.json
1633 F: include/qapi/
1634 X: include/qapi/qmp/
1635 F: include/qapi/qmp/dispatch.h
1636 F: tests/qapi-schema/
1637 F: tests/test-*-visitor.c
1638 F: tests/test-qapi-*.c
1639 F: tests/test-qmp-*.c
1640 F: tests/test-visitor-serialization.c
1641 F: scripts/qapi-gen.py
1642 F: scripts/qapi/*
1643 F: docs/devel/qapi*
1644 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1646 QAPI Schema
1647 M: Eric Blake <eblake@redhat.com>
1648 M: Markus Armbruster <armbru@redhat.com>
1649 S: Supported
1650 F: qapi-schema.json
1651 F: qapi/*.json
1652 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1654 QObject
1655 M: Markus Armbruster <armbru@redhat.com>
1656 S: Supported
1657 F: qobject/
1658 F: include/qapi/qmp/
1659 X: include/qapi/qmp/dispatch.h
1660 F: scripts/coccinelle/qobject.cocci
1661 F: tests/check-qdict.c
1662 F: tests/check-qnum.c
1663 F: tests/check-qjson.c
1664 F: tests/check-qlist.c
1665 F: tests/check-qstring.c
1666 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1668 QEMU Guest Agent
1669 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1670 S: Maintained
1671 F: qga/
1672 F: qemu-ga.texi
1673 F: scripts/qemu-guest-agent/
1674 F: tests/test-qga.c
1675 F: docs/interop/qemu-ga-ref.texi
1676 T: git git://github.com/mdroth/qemu.git qga
1679 M: Andreas Färber <afaerber@suse.de>
1680 S: Supported
1681 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1682 F: include/qom/
1683 X: include/qom/cpu.h
1684 F: qom/
1685 X: qom/cpu.c
1686 F: tests/check-qom-interface.c
1687 F: tests/check-qom-proplist.c
1688 F: tests/qom-test.c
1691 M: Markus Armbruster <armbru@redhat.com>
1692 S: Supported
1693 F: qmp.c
1694 F: monitor.c
1695 F: docs/devel/*qmp-*
1696 F: scripts/qmp/
1697 F: tests/qmp-test.c
1698 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1700 Register API
1701 M: Alistair Francis <alistair@alistair23.me>
1702 S: Maintained
1703 F: hw/core/register.c
1704 F: include/hw/register.h
1705 F: include/hw/registerfields.h
1707 SLIRP
1708 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1709 M: Jan Kiszka <jan.kiszka@siemens.com>
1710 S: Maintained
1711 F: slirp/
1712 F: net/slirp.c
1713 F: include/net/slirp.h
1714 T: git https://people.debian.org/~sthibault/qemu.git slirp
1715 T: git git://git.kiszka.org/qemu.git queues/slirp
1717 Stubs
1718 M: Paolo Bonzini <pbonzini@redhat.com>
1719 S: Maintained
1720 F: stubs/
1722 Tracing
1723 M: Stefan Hajnoczi <stefanha@redhat.com>
1724 S: Maintained
1725 F: trace/
1726 F: trace-events
1727 F: qemu-option-trace.texi
1728 F: scripts/tracetool.py
1729 F: scripts/tracetool/
1730 F: docs/devel/tracing.txt
1731 T: git git://github.com/stefanha/qemu.git tracing
1734 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1735 S: Maintained
1736 F: tpm.c
1737 F: stubs/tpm.c
1738 F: hw/tpm/*
1739 F: include/hw/acpi/tpm.h
1740 F: include/sysemu/tpm*
1741 F: qapi/tpm.json
1742 F: backends/tpm.c
1743 F: tests/*tpm*
1744 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1746 Checkpatch
1747 S: Odd Fixes
1748 F: scripts/checkpatch.pl
1750 Migration
1751 M: Juan Quintela <quintela@redhat.com>
1752 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1753 S: Maintained
1754 F: include/migration/
1755 F: migration/
1756 F: scripts/vmstate-static-checker.py
1757 F: tests/vmstate-static-checker-data/
1758 F: tests/migration-test.c
1759 F: docs/devel/migration.txt
1760 F: qapi/migration.json
1762 Seccomp
1763 M: Eduardo Otubo <otubo@redhat.com>
1764 S: Supported
1765 F: qemu-seccomp.c
1766 F: include/sysemu/seccomp.h
1768 Cryptography
1769 M: Daniel P. Berrange <berrange@redhat.com>
1770 S: Maintained
1771 F: crypto/
1772 F: include/crypto/
1773 F: tests/test-crypto-*
1774 F: tests/benchmark-crypto-*
1775 F: qemu.sasl
1777 Coroutines
1778 M: Stefan Hajnoczi <stefanha@redhat.com>
1779 M: Kevin Wolf <kwolf@redhat.com>
1780 F: util/*coroutine*
1781 F: include/qemu/coroutine*
1782 F: tests/test-coroutine.c
1784 Buffers
1785 M: Daniel P. Berrange <berrange@redhat.com>
1786 S: Odd fixes
1787 F: util/buffer.c
1788 F: include/qemu/buffer.h
1790 I/O Channels
1791 M: Daniel P. Berrange <berrange@redhat.com>
1792 S: Maintained
1793 F: io/
1794 F: include/io/
1795 F: tests/test-io-*
1797 Sockets
1798 M: Daniel P. Berrange <berrange@redhat.com>
1799 M: Gerd Hoffmann <kraxel@redhat.com>
1800 M: Paolo Bonzini <pbonzini@redhat.com>
1801 S: Maintained
1802 F: include/qemu/sockets.h
1803 F: util/qemu-sockets.c
1804 F: qapi/sockets.json
1806 Throttling infrastructure
1807 M: Alberto Garcia <berto@igalia.com>
1808 S: Supported
1809 F: block/throttle-groups.c
1810 F: include/block/throttle-groups.h
1811 F: include/qemu/throttle*.h
1812 F: util/throttle.c
1813 F: docs/throttle.txt
1814 F: tests/test-throttle.c
1815 L: qemu-block@nongnu.org
1817 UUID
1818 M: Fam Zheng <famz@redhat.com>
1819 S: Supported
1820 F: util/uuid.c
1821 F: include/qemu/uuid.h
1822 F: tests/test-uuid.c
1824 COLO Framework
1825 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1826 S: Maintained
1827 F: migration/colo*
1828 F: include/migration/colo.h
1829 F: include/migration/failover.h
1830 F: docs/COLO-FT.txt
1832 COLO Proxy
1833 M: Zhang Chen <zhangckid@gmail.com>
1834 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1835 S: Supported
1836 F: docs/colo-proxy.txt
1837 F: net/colo*
1838 F: net/filter-rewriter.c
1839 F: net/filter-mirror.c
1841 Record/replay
1842 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1843 R: Paolo Bonzini <pbonzini@redhat.com>
1844 W: https://wiki.qemu.org/Features/record-replay
1845 S: Supported
1846 F: replay/*
1847 F: block/blkreplay.c
1848 F: net/filter-replay.c
1849 F: include/sysemu/replay.h
1850 F: docs/replay.txt
1851 F: stubs/replay.c
1853 IOVA Tree
1854 M: Peter Xu <peterx@redhat.com>
1855 S: Maintained
1856 F: include/qemu/iova-tree.h
1857 F: util/iova-tree.c
1859 Usermode Emulation
1860 ------------------
1861 Overall
1862 M: Riku Voipio <riku.voipio@iki.fi>
1863 S: Maintained
1864 F: thunk.c
1865 F: accel/tcg/user-exec*.c
1867 BSD user
1868 S: Orphan
1869 F: bsd-user/
1870 F: default-configs/*-bsd-user.mak
1872 Linux user
1873 M: Riku Voipio <riku.voipio@iki.fi>
1874 R: Laurent Vivier <laurent@vivier.eu>
1875 S: Maintained
1876 F: linux-user/
1877 F: default-configs/*-linux-user.mak
1878 F: scripts/qemu-binfmt-conf.sh
1880 Tiny Code Generator (TCG)
1881 -------------------------
1882 Common code
1883 M: Richard Henderson <rth@twiddle.net>
1884 S: Maintained
1885 F: tcg/
1887 AArch64 target
1888 M: Claudio Fontana <claudio.fontana@huawei.com>
1889 M: Claudio Fontana <claudio.fontana@gmail.com>
1890 S: Maintained
1891 L: qemu-arm@nongnu.org
1892 F: tcg/aarch64/
1893 F: disas/arm-a64.cc
1894 F: disas/libvixl/
1896 ARM target
1897 M: Andrzej Zaborowski <balrogg@gmail.com>
1898 S: Maintained
1899 L: qemu-arm@nongnu.org
1900 F: tcg/arm/
1901 F: disas/arm.c
1903 i386 target
1904 L: qemu-devel@nongnu.org
1905 S: Maintained
1906 F: tcg/i386/
1907 F: disas/i386.c
1909 MIPS target
1910 M: Aurelien Jarno <aurelien@aurel32.net>
1911 S: Maintained
1912 F: tcg/mips/
1913 F: disas/mips.c
1916 M: Richard Henderson <rth@twiddle.net>
1917 S: Odd Fixes
1918 F: tcg/ppc/
1919 F: disas/ppc.c
1921 S390 target
1922 M: Alexander Graf <agraf@suse.de>
1923 M: Richard Henderson <rth@twiddle.net>
1924 S: Maintained
1925 F: tcg/s390/
1926 F: disas/s390.c
1927 L: qemu-s390x@nongnu.org
1929 SPARC target
1930 S: Odd Fixes
1931 F: tcg/sparc/
1932 F: disas/sparc.c
1934 TCI target
1935 M: Stefan Weil <sw@weilnetz.de>
1936 S: Maintained
1937 F: tcg/tci/
1938 F: tcg/tci.c
1939 F: disas/tci.c
1941 Block drivers
1942 -------------
1943 VMDK
1944 M: Fam Zheng <famz@redhat.com>
1945 L: qemu-block@nongnu.org
1946 S: Supported
1947 F: block/vmdk.c
1950 M: Josh Durgin <jdurgin@redhat.com>
1951 M: Jeff Cody <jcody@redhat.com>
1952 L: qemu-block@nongnu.org
1953 S: Supported
1954 F: block/rbd.c
1955 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1957 Sheepdog
1958 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1959 M: Liu Yuan <namei.unix@gmail.com>
1960 M: Jeff Cody <jcody@redhat.com>
1961 L: qemu-block@nongnu.org
1962 L: sheepdog@lists.wpkg.org
1963 S: Supported
1964 F: block/sheepdog.c
1965 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1967 VHDX
1968 M: Jeff Cody <jcody@redhat.com>
1969 L: qemu-block@nongnu.org
1970 S: Supported
1971 F: block/vhdx*
1972 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1975 M: Stefan Weil <sw@weilnetz.de>
1976 L: qemu-block@nongnu.org
1977 S: Maintained
1978 F: block/vdi.c
1980 iSCSI
1981 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1982 M: Paolo Bonzini <pbonzini@redhat.com>
1983 M: Peter Lieven <pl@kamp.de>
1984 L: qemu-block@nongnu.org
1985 S: Supported
1986 F: block/iscsi.c
1987 F: block/iscsi-opts.c
1989 Network Block Device (NBD)
1990 M: Eric Blake <eblake@redhat.com>
1991 M: Paolo Bonzini <pbonzini@redhat.com>
1992 L: qemu-block@nongnu.org
1993 S: Maintained
1994 F: block/nbd*
1995 F: nbd/
1996 F: include/block/nbd*
1997 F: qemu-nbd.*
1998 F: blockdev-nbd.c
1999 F: docs/interop/nbd.txt
2000 T: git git://repo.or.cz/qemu/ericb.git nbd
2003 M: Jeff Cody <jcody@redhat.com>
2004 M: Peter Lieven <pl@kamp.de>
2005 L: qemu-block@nongnu.org
2006 S: Maintained
2007 F: block/nfs.c
2008 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2011 M: Richard W.M. Jones <rjones@redhat.com>
2012 M: Jeff Cody <jcody@redhat.com>
2013 L: qemu-block@nongnu.org
2014 S: Supported
2015 F: block/ssh.c
2016 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2018 CURL
2019 M: Jeff Cody <jcody@redhat.com>
2020 L: qemu-block@nongnu.org
2021 S: Supported
2022 F: block/curl.c
2023 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2025 GLUSTER
2026 M: Jeff Cody <jcody@redhat.com>
2027 L: qemu-block@nongnu.org
2028 S: Supported
2029 F: block/gluster.c
2030 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2032 Null Block Driver
2033 M: Fam Zheng <famz@redhat.com>
2034 L: qemu-block@nongnu.org
2035 S: Supported
2036 F: block/null.c
2038 NVMe Block Driver
2039 M: Fam Zheng <famz@redhat.com>
2040 L: qemu-block@nongnu.org
2041 S: Supported
2042 F: block/nvme*
2044 Bootdevice
2045 M: Gonglei <arei.gonglei@huawei.com>
2046 S: Maintained
2047 F: bootdevice.c
2049 Quorum
2050 M: Alberto Garcia <berto@igalia.com>
2051 S: Supported
2052 F: block/quorum.c
2053 L: qemu-block@nongnu.org
2055 blklogwrites
2056 M: Ari Sundholm <ari@tuxera.com>
2057 L: qemu-block@nongnu.org
2058 S: Supported
2059 F: block/blklogwrites.c
2061 blkverify
2062 M: Stefan Hajnoczi <stefanha@redhat.com>
2063 L: qemu-block@nongnu.org
2064 S: Supported
2065 F: block/blkverify.c
2067 bochs
2068 M: Stefan Hajnoczi <stefanha@redhat.com>
2069 L: qemu-block@nongnu.org
2070 S: Supported
2071 F: block/bochs.c
2073 cloop
2074 M: Stefan Hajnoczi <stefanha@redhat.com>
2075 L: qemu-block@nongnu.org
2076 S: Supported
2077 F: block/cloop.c
2080 M: Stefan Hajnoczi <stefanha@redhat.com>
2081 L: qemu-block@nongnu.org
2082 S: Supported
2083 F: block/dmg.c
2085 parallels
2086 M: Stefan Hajnoczi <stefanha@redhat.com>
2087 M: Denis V. Lunev <den@openvz.org>
2088 L: qemu-block@nongnu.org
2089 S: Supported
2090 F: block/parallels.c
2091 F: docs/interop/parallels.txt
2094 M: Stefan Hajnoczi <stefanha@redhat.com>
2095 L: qemu-block@nongnu.org
2096 S: Supported
2097 F: block/qed.c
2100 M: Kevin Wolf <kwolf@redhat.com>
2101 L: qemu-block@nongnu.org
2102 S: Supported
2103 F: block/linux-aio.c
2104 F: include/block/raw-aio.h
2105 F: block/raw-format.c
2106 F: block/file-posix.c
2107 F: block/file-win32.c
2108 F: block/win32-aio.c
2110 qcow2
2111 M: Kevin Wolf <kwolf@redhat.com>
2112 M: Max Reitz <mreitz@redhat.com>
2113 L: qemu-block@nongnu.org
2114 S: Supported
2115 F: block/qcow2*
2116 F: docs/interop/qcow2.txt
2118 qcow
2119 M: Kevin Wolf <kwolf@redhat.com>
2120 L: qemu-block@nongnu.org
2121 S: Supported
2122 F: block/qcow.c
2124 blkdebug
2125 M: Kevin Wolf <kwolf@redhat.com>
2126 M: Max Reitz <mreitz@redhat.com>
2127 L: qemu-block@nongnu.org
2128 S: Supported
2129 F: block/blkdebug.c
2132 M: Kevin Wolf <kwolf@redhat.com>
2133 L: qemu-block@nongnu.org
2134 S: Supported
2135 F: block/vpc.c
2137 vvfat
2138 M: Kevin Wolf <kwolf@redhat.com>
2139 L: qemu-block@nongnu.org
2140 S: Supported
2141 F: block/vvfat.c
2143 Image format fuzzer
2144 M: Stefan Hajnoczi <stefanha@redhat.com>
2145 L: qemu-block@nongnu.org
2146 S: Supported
2147 F: tests/image-fuzzer/
2149 Replication
2150 M: Wen Congyang <wencongyang2@huawei.com>
2151 M: Xie Changlong <xiechanglong.d@gmail.com>
2152 S: Supported
2153 F: replication*
2154 F: block/replication.c
2155 F: tests/test-replication.c
2156 F: docs/block-replication.txt
2158 PVRDMA
2159 M: Yuval Shaia <yuval.shaia@oracle.com>
2160 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2161 S: Maintained
2162 F: hw/rdma/*
2163 F: hw/rdma/vmw/*
2164 F: docs/pvrdma.txt
2166 Build and test automation
2167 -------------------------
2168 Build and test automation
2169 M: Alex Bennée <alex.bennee@linaro.org>
2170 M: Fam Zheng <famz@redhat.com>
2171 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2172 L: qemu-devel@nongnu.org
2173 S: Maintained
2174 F: .travis.yml
2175 F: scripts/travis/
2176 F: .shippable.yml
2177 F: tests/docker/
2178 F: tests/vm/
2179 W: https://travis-ci.org/qemu/qemu
2180 W: https://app.shippable.com/github/qemu/qemu
2181 W: http://patchew.org/QEMU/
2183 Guest Test Compilation Support
2184 M: Alex Bennée <alex.bennee@linaro.org>
2185 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2186 F: tests/tcg/Makefile
2187 F: tests/tcg/Makefile.include
2188 L: qemu-devel@nongnu.org
2190 Documentation
2191 -------------
2192 Build system architecture
2193 M: Daniel P. Berrange <berrange@redhat.com>
2194 S: Odd Fixes
2195 F: docs/devel/build-system.txt
2197 Incompatible changes
2198 R: libvir-list@redhat.com
2199 F: qemu-deprecated.texi
2201 Build System
2202 ------------
2203 GIT submodules
2204 M: Daniel P. Berrange <berrange@redhat.com>
2205 S: Odd Fixes
2206 F: scripts/git-submodule.sh