vfio/pci: Fix failure to close file descriptor on error
[qemu/ar7.git] / MAINTAINERS
blob6902a568f44db48c7c0781acbf1d1c5546b3ca2b
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/char/cmsdk-apb-uart.c
459 F: include/hw/char/cmsdk-apb-uart.h
460 F: hw/watchdog/cmsdk-apb-watchdog.c
461 F: include/hw/watchdog/cmsdk-apb-watchdog.h
462 F: hw/misc/tz-ppc.c
463 F: include/hw/misc/tz-ppc.h
464 F: hw/misc/tz-mpc.c
465 F: include/hw/misc/tz-mpc.h
467 ARM cores
468 M: Peter Maydell <peter.maydell@linaro.org>
469 L: qemu-arm@nongnu.org
470 S: Maintained
471 F: hw/intc/arm*
472 F: hw/intc/gic_internal.h
473 F: hw/misc/a9scu.c
474 F: hw/misc/arm11scu.c
475 F: hw/timer/a9gtimer*
476 F: hw/timer/arm*
477 F: include/hw/arm/arm*.h
478 F: include/hw/intc/arm*
479 F: include/hw/misc/a9scu.h
480 F: include/hw/misc/arm11scu.h
481 F: include/hw/timer/a9gtimer.h
482 F: include/hw/timer/arm_mptimer.h
483 F: include/hw/timer/armv7m_systick.h
484 F: tests/test-arm-mptimer.c
486 Exynos
487 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
488 L: qemu-arm@nongnu.org
489 S: Maintained
490 F: hw/*/exynos*
491 F: include/hw/arm/exynos4210.h
493 Calxeda Highbank
494 M: Rob Herring <robh@kernel.org>
495 L: qemu-arm@nongnu.org
496 S: Maintained
497 F: hw/arm/highbank.c
498 F: hw/net/xgmac.c
500 Canon DIGIC
501 M: Antony Pavlov <antonynpavlov@gmail.com>
502 L: qemu-arm@nongnu.org
503 S: Maintained
504 F: include/hw/arm/digic.h
505 F: hw/*/digic*
507 Gumstix
508 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
509 L: qemu-devel@nongnu.org
510 L: qemu-arm@nongnu.org
511 S: Odd Fixes
512 F: hw/arm/gumstix.c
514 i.MX31
515 M: Peter Chubb <peter.chubb@nicta.com.au>
516 L: qemu-arm@nongnu.org
517 S: Odd fixes
518 F: hw/*/imx*
519 F: include/hw/*/imx*
520 F: hw/arm/kzm.c
521 F: include/hw/arm/fsl-imx31.h
523 Integrator CP
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
526 S: Maintained
527 F: hw/arm/integratorcp.c
528 F: hw/misc/arm_integrator_debug.c
530 MPS2
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
533 S: Maintained
534 F: hw/arm/mps2.c
535 F: hw/arm/mps2-tz.c
536 F: hw/misc/mps2-*.c
537 F: include/hw/misc/mps2-*.h
538 F: hw/arm/iotkit.c
539 F: include/hw/arm/iotkit.h
541 Musicpal
542 M: Jan Kiszka <jan.kiszka@web.de>
543 L: qemu-arm@nongnu.org
544 S: Maintained
545 F: hw/arm/musicpal.c
547 nSeries
548 M: Andrzej Zaborowski <balrogg@gmail.com>
549 L: qemu-arm@nongnu.org
550 S: Maintained
551 F: hw/arm/nseries.c
553 Palm
554 M: Andrzej Zaborowski <balrogg@gmail.com>
555 L: qemu-arm@nongnu.org
556 S: Maintained
557 F: hw/arm/palm.c
559 Real View
560 M: Peter Maydell <peter.maydell@linaro.org>
561 L: qemu-arm@nongnu.org
562 S: Maintained
563 F: hw/arm/realview*
564 F: hw/cpu/realview_mpcore.c
565 F: hw/intc/realview_gic.c
566 F: include/hw/intc/realview_gic.h
568 PXA2XX
569 M: Andrzej Zaborowski <balrogg@gmail.com>
570 L: qemu-arm@nongnu.org
571 S: Maintained
572 F: hw/arm/mainstone.c
573 F: hw/arm/spitz.c
574 F: hw/arm/tosa.c
575 F: hw/arm/z2.c
576 F: hw/*/pxa2xx*
577 F: hw/misc/mst_fpga.c
578 F: include/hw/arm/pxa.h
580 Stellaris
581 M: Peter Maydell <peter.maydell@linaro.org>
582 L: qemu-arm@nongnu.org
583 S: Maintained
584 F: hw/*/stellaris*
586 Versatile PB
587 M: Peter Maydell <peter.maydell@linaro.org>
588 L: qemu-arm@nongnu.org
589 S: Maintained
590 F: hw/*/versatile*
591 F: hw/misc/arm_sysctl.c
593 Xilinx Zynq
594 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
595 M: Alistair Francis <alistair@alistair23.me>
596 L: qemu-arm@nongnu.org
597 S: Maintained
598 F: hw/*/xilinx_*
599 F: hw/*/cadence_*
600 F: hw/misc/zynq*
601 F: include/hw/misc/zynq*
602 X: hw/ssi/xilinx_*
604 Xilinx ZynqMP
605 M: Alistair Francis <alistair@alistair23.me>
606 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
607 L: qemu-arm@nongnu.org
608 S: Maintained
609 F: hw/*/xlnx*.c
610 F: include/hw/*/xlnx*.h
612 ARM ACPI Subsystem
613 M: Shannon Zhao <zhaoshenglong@huawei.com>
614 M: Shannon Zhao <shannon.zhaosl@gmail.com>
615 L: qemu-arm@nongnu.org
616 S: Maintained
617 F: hw/arm/virt-acpi-build.c
619 STM32F205
620 M: Alistair Francis <alistair@alistair23.me>
621 S: Maintained
622 F: hw/arm/stm32f205_soc.c
623 F: hw/misc/stm32f2xx_syscfg.c
624 F: hw/char/stm32f2xx_usart.c
625 F: hw/timer/stm32f2xx_timer.c
626 F: hw/adc/*
627 F: hw/ssi/stm32f2xx_spi.c
628 F: include/hw/*/stm32*.h
630 Netduino 2
631 M: Alistair Francis <alistair@alistair23.me>
632 S: Maintained
633 F: hw/arm/netduino2.c
635 SmartFusion2
636 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
637 S: Maintained
638 F: hw/arm/msf2-soc.c
639 F: hw/misc/msf2-sysreg.c
640 F: hw/timer/mss-timer.c
641 F: hw/ssi/mss-spi.c
642 F: include/hw/arm/msf2-soc.h
643 F: include/hw/misc/msf2-sysreg.h
644 F: include/hw/timer/mss-timer.h
645 F: include/hw/ssi/mss-spi.h
647 Emcraft M2S-FG484
648 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
649 S: Maintained
650 F: hw/arm/msf2-som.c
652 ASPEED BMCs
653 M: Cédric Le Goater <clg@kaod.org>
654 R: Andrew Jeffery <andrew@aj.id.au>
655 R: Joel Stanley <joel@jms.id.au>
656 L: qemu-arm@nongnu.org
657 S: Maintained
658 F: hw/*/*aspeed*
659 F: include/hw/*/*aspeed*
660 F: hw/net/ftgmac100.c
661 F: include/hw/net/ftgmac100.h
663 CRIS Machines
664 -------------
665 Axis Dev88
666 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
667 S: Maintained
668 F: hw/cris/axis_dev88.c
669 F: hw/*/etraxfs_*.c
671 LM32 Machines
672 -------------
673 EVR32 and uclinux BSP
674 M: Michael Walle <michael@walle.cc>
675 S: Maintained
676 F: hw/lm32/lm32_boards.c
678 milkymist
679 M: Michael Walle <michael@walle.cc>
680 S: Maintained
681 F: hw/lm32/milkymist.c
683 M68K Machines
684 -------------
685 an5206
686 M: Thomas Huth <huth@tuxfamily.org>
687 S: Odd Fixes
688 F: hw/m68k/an5206.c
689 F: hw/m68k/mcf5206.c
691 mcf5208
692 M: Thomas Huth <huth@tuxfamily.org>
693 S: Odd Fixes
694 F: hw/m68k/mcf5208.c
695 F: hw/m68k/mcf_intc.c
696 F: hw/char/mcf_uart.c
697 F: hw/net/mcf_fec.c
698 F: include/hw/m68k/mcf*.h
700 MicroBlaze Machines
701 -------------------
702 petalogix_s3adsp1800
703 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
704 S: Maintained
705 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
707 petalogix_ml605
708 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
709 S: Maintained
710 F: hw/microblaze/petalogix_ml605_mmu.c
712 MIPS Machines
713 -------------
714 Jazz
715 M: Hervé Poussineau <hpoussin@reactos.org>
716 S: Maintained
717 F: hw/mips/mips_jazz.c
719 Malta
720 M: Aurelien Jarno <aurelien@aurel32.net>
721 S: Maintained
722 F: hw/mips/mips_malta.c
724 Mipssim
725 M: Aleksandar Markovic <amarkovic@wavecomp.com>
726 S: Odd Fixes
727 F: hw/mips/mips_mipssim.c
728 F: hw/net/mipsnet.c
730 R4000
731 M: Aurelien Jarno <aurelien@aurel32.net>
732 S: Maintained
733 F: hw/mips/mips_r4k.c
735 Fulong 2E
736 M: Aleksandar Markovic <amarkovic@wavecomp.com>
737 S: Odd Fixes
738 F: hw/mips/mips_fulong2e.c
739 F: hw/isa/vt82c686.c
741 F: include/hw/isa/vt82c686.h
743 Boston
744 M: Paul Burton <pburton@wavecomp.com>
745 S: Maintained
746 F: hw/core/loader-fit.c
747 F: hw/mips/boston.c
748 F: hw/pci-host/xilinx-pcie.c
750 OpenRISC Machines
751 -----------------
752 or1k-sim
753 M: Jia Liu <proljc@gmail.com>
754 S: Maintained
755 F: hw/openrisc/openrisc_sim.c
757 PowerPC Machines
758 ----------------
760 M: Alexander Graf <agraf@suse.de>
761 L: qemu-ppc@nongnu.org
762 S: Odd Fixes
763 F: hw/ppc/ppc405_boards.c
765 Bamboo
766 M: Alexander Graf <agraf@suse.de>
767 L: qemu-ppc@nongnu.org
768 S: Odd Fixes
769 F: hw/ppc/ppc440_bamboo.c
771 e500
772 M: Alexander Graf <agraf@suse.de>
773 L: qemu-ppc@nongnu.org
774 S: Supported
775 F: hw/ppc/e500.[hc]
776 F: hw/ppc/e500plat.c
777 F: include/hw/ppc/ppc_e500.h
778 F: include/hw/pci-host/ppce500.h
779 F: pc-bios/u-boot.e500
781 mpc8544ds
782 M: Alexander Graf <agraf@suse.de>
783 L: qemu-ppc@nongnu.org
784 S: Supported
785 F: hw/ppc/mpc8544ds.c
786 F: hw/ppc/mpc8544_guts.c
788 New World
789 M: Alexander Graf <agraf@suse.de>
790 L: qemu-ppc@nongnu.org
791 S: Maintained
792 F: hw/ppc/mac_newworld.c
793 F: hw/pci-host/uninorth.c
794 F: hw/pci-bridge/dec.[hc]
795 F: hw/misc/macio/
796 F: hw/misc/mos6522.c
797 F: hw/nvram/mac_nvram.c
798 F: include/hw/misc/macio/
799 F: include/hw/misc/mos6522.h
800 F: include/hw/ppc/mac_dbdma.h
802 Old World
803 M: Alexander Graf <agraf@suse.de>
804 L: qemu-ppc@nongnu.org
805 S: Maintained
806 F: hw/ppc/mac_oldworld.c
807 F: hw/pci-host/grackle.c
808 F: hw/misc/macio/
809 F: hw/intc/heathrow_pic.c
811 PReP
812 M: Hervé Poussineau <hpoussin@reactos.org>
813 L: qemu-devel@nongnu.org
814 L: qemu-ppc@nongnu.org
815 S: Maintained
816 F: hw/ppc/prep.c
817 F: hw/ppc/prep_systemio.c
818 F: hw/ppc/rs6000_mc.c
819 F: hw/pci-host/prep.[hc]
820 F: hw/isa/i82378.c
821 F: hw/isa/pc87312.c
822 F: hw/dma/i82374.c
823 F: hw/timer/m48t59-isa.c
824 F: include/hw/isa/pc87312.h
825 F: include/hw/timer/m48t59.h
826 F: pc-bios/ppc_rom.bin
828 sPAPR
829 M: David Gibson <david@gibson.dropbear.id.au>
830 M: Alexander Graf <agraf@suse.de>
831 L: qemu-ppc@nongnu.org
832 S: Supported
833 F: hw/*/spapr*
834 F: include/hw/*/spapr*
835 F: hw/*/xics*
836 F: include/hw/*/xics*
837 F: pc-bios/spapr-rtas/*
838 F: pc-bios/spapr-rtas.bin
839 F: pc-bios/slof.bin
840 F: pc-bios/skiboot.lid
841 F: docs/specs/ppc-spapr-hcalls.txt
842 F: docs/specs/ppc-spapr-hotplug.txt
843 F: tests/spapr*
844 F: tests/libqos/*spapr*
845 F: tests/rtas*
846 F: tests/libqos/rtas*
848 virtex_ml507
849 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
850 L: qemu-ppc@nongnu.org
851 S: Odd Fixes
852 F: hw/ppc/virtex_ml507.c
854 sam460ex
855 M: BALATON Zoltan <balaton@eik.bme.hu>
856 L: qemu-ppc@nongnu.org
857 S: Maintained
858 F: hw/ide/sii3112.c
859 F: hw/timer/m41t80.c
861 SH4 Machines
862 ------------
864 M: Magnus Damm <magnus.damm@gmail.com>
865 S: Maintained
866 F: hw/sh4/r2d.c
867 F: hw/intc/sh_intc.c
868 F: hw/timer/sh_timer.c
870 Shix
871 M: Magnus Damm <magnus.damm@gmail.com>
872 S: Odd Fixes
873 F: hw/sh4/shix.c
875 SPARC Machines
876 --------------
877 Sun4m
878 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
879 S: Maintained
880 F: hw/sparc/sun4m.c
881 F: hw/dma/sparc32_dma.c
882 F: hw/dma/sun4m_iommu.c
883 F: hw/misc/eccmemctl.c
884 F: hw/misc/slavio_misc.c
885 F: include/hw/sparc/sparc32_dma.h
886 F: include/hw/sparc/sun4m.h
887 F: pc-bios/openbios-sparc32
889 Sun4u
890 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
891 S: Maintained
892 F: hw/sparc64/sun4u.c
893 F: pc-bios/openbios-sparc64
895 Sun4v
896 M: Artyom Tarasenko <atar4qemu@gmail.com>
897 S: Maintained
898 F: hw/sparc64/niagara.c
899 F: hw/timer/sun4v-rtc.c
900 F: include/hw/timer/sun4v-rtc.h
902 Leon3
903 M: Fabien Chouteau <chouteau@adacore.com>
904 S: Maintained
905 F: hw/sparc/leon3.c
906 F: hw/*/grlib*
907 F: include/hw/sparc/grlib.h
909 S390 Machines
910 -------------
911 S390 Virtio-ccw
912 M: Cornelia Huck <cohuck@redhat.com>
913 M: Christian Borntraeger <borntraeger@de.ibm.com>
914 M: Alexander Graf <agraf@suse.de>
915 S: Supported
916 F: hw/char/sclp*.[hc]
917 F: hw/char/terminal3270.c
918 F: hw/s390x/
919 F: include/hw/s390x/
920 F: hw/watchdog/wdt_diag288.c
921 F: include/hw/watchdog/wdt_diag288.h
922 F: default-configs/s390x-softmmu.mak
923 T: git git://github.com/cohuck/qemu.git s390-next
924 T: git git://github.com/borntraeger/qemu.git s390-next
925 L: qemu-s390x@nongnu.org
927 S390-ccw Bios
928 M: Christian Borntraeger <borntraeger@de.ibm.com>
929 M: Thomas Huth <thuth@redhat.com>
930 S: Supported
931 F: pc-bios/s390-ccw/
932 F: pc-bios/s390-ccw.img
933 T: git git://github.com/borntraeger/qemu.git s390-next
934 L: qemu-s390x@nongnu.org
936 UniCore32 Machines
937 -------------
938 PKUnity-3 SoC initramfs-with-busybox
939 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
940 S: Maintained
941 F: hw/*/puv3*
942 F: hw/unicore32/
944 X86 Machines
945 ------------
947 M: Michael S. Tsirkin <mst@redhat.com>
948 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
949 S: Supported
950 F: include/hw/i386/
951 F: hw/i386/
952 F: hw/pci-host/piix.c
953 F: hw/pci-host/q35.c
954 F: hw/pci-host/pam.c
955 F: include/hw/pci-host/q35.h
956 F: include/hw/pci-host/pam.h
957 F: hw/isa/piix4.c
958 F: hw/isa/lpc_ich9.c
959 F: hw/i2c/smbus_ich9.c
960 F: hw/acpi/piix4.c
961 F: hw/acpi/ich9.c
962 F: include/hw/acpi/ich9.h
963 F: include/hw/acpi/piix4.h
964 F: hw/misc/sga.c
966 PC Chipset
967 M: Michael S. Tsirkin <mst@redhat.com>
968 M: Paolo Bonzini <pbonzini@redhat.com>
969 S: Supported
970 F: hw/char/debugcon.c
971 F: hw/char/parallel*
972 F: hw/char/serial*
973 F: hw/dma/i8257*
974 F: hw/i2c/pm_smbus.c
975 F: hw/input/pckbd.c
976 F: hw/intc/apic*
977 F: hw/intc/ioapic*
978 F: hw/intc/i8259*
979 F: hw/isa/isa-superio.c
980 F: hw/misc/debugexit.c
981 F: hw/misc/pc-testdev.c
982 F: hw/timer/hpet*
983 F: hw/timer/i8254*
984 F: hw/timer/mc146818rtc*
985 F: hw/watchdog/wdt_ib700.c
986 F: include/hw/display/vga.h
987 F: include/hw/char/parallel.h
988 F: include/hw/dma/i8257.h
989 F: include/hw/i2c/pm_smbus.h
990 F: include/hw/input/i8042.h
991 F: include/hw/isa/superio.h
992 F: include/hw/timer/hpet.h
993 F: include/hw/timer/i8254*
994 F: include/hw/timer/mc146818rtc*
996 Machine core
997 M: Eduardo Habkost <ehabkost@redhat.com>
998 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
999 S: Supported
1000 F: hw/core/machine.c
1001 F: hw/core/null-machine.c
1002 F: include/hw/boards.h
1003 T: git git://github.com/ehabkost/qemu.git machine-next
1005 Xtensa Machines
1006 ---------------
1008 M: Max Filippov <jcmvbkbc@gmail.com>
1009 S: Maintained
1010 F: hw/xtensa/sim.c
1012 XTFPGA (LX60, LX200, ML605, KC705)
1013 M: Max Filippov <jcmvbkbc@gmail.com>
1014 S: Maintained
1015 F: hw/xtensa/xtfpga.c
1016 F: hw/net/opencores_eth.c
1018 Devices
1019 -------
1021 M: Jiri Slaby <jslaby@suse.cz>
1022 S: Maintained
1023 F: hw/misc/edu.c
1026 M: John Snow <jsnow@redhat.com>
1027 L: qemu-block@nongnu.org
1028 S: Supported
1029 F: include/hw/ide.h
1030 F: include/hw/ide/
1031 F: hw/ide/
1032 F: hw/block/block.c
1033 F: hw/block/cdrom.c
1034 F: hw/block/hd-geometry.c
1035 F: tests/ide-test.c
1036 F: tests/ahci-test.c
1037 F: tests/cdrom-test.c
1038 F: tests/libqos/ahci*
1039 T: git git://github.com/jnsnow/qemu.git ide
1041 IPMI
1042 M: Corey Minyard <minyard@acm.org>
1043 S: Maintained
1044 F: include/hw/ipmi/*
1045 F: hw/ipmi/*
1046 F: hw/smbios/smbios_type_38.c
1047 F: tests/ipmi*
1048 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1050 Floppy
1051 M: John Snow <jsnow@redhat.com>
1052 L: qemu-block@nongnu.org
1053 S: Supported
1054 F: hw/block/fdc.c
1055 F: include/hw/block/fdc.h
1056 F: tests/fdc-test.c
1057 T: git git://github.com/jnsnow/qemu.git ide
1059 OMAP
1060 M: Peter Maydell <peter.maydell@linaro.org>
1061 S: Maintained
1062 F: hw/*/omap*
1063 F: include/hw/arm/omap.h
1065 IPack
1066 M: Alberto Garcia <berto@igalia.com>
1067 S: Odd Fixes
1068 F: hw/char/ipoctal232.c
1069 F: hw/ipack/
1072 M: Michael S. Tsirkin <mst@redhat.com>
1073 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1074 S: Supported
1075 F: include/hw/pci/*
1076 F: hw/misc/pci-testdev.c
1077 F: hw/pci/*
1078 F: hw/pci-bridge/*
1079 F: docs/pci*
1080 F: docs/specs/*pci*
1081 F: default-configs/pci.mak
1083 ACPI/SMBIOS
1084 M: Michael S. Tsirkin <mst@redhat.com>
1085 M: Igor Mammedov <imammedo@redhat.com>
1086 S: Supported
1087 F: include/hw/acpi/*
1088 F: include/hw/smbios/*
1089 F: hw/mem/*
1090 F: hw/acpi/*
1091 F: hw/smbios/*
1092 F: hw/i386/acpi-build.[hc]
1093 F: hw/arm/virt-acpi-build.c
1094 F: tests/bios-tables-test.c
1095 F: tests/acpi-utils.[hc]
1097 ppc4xx
1098 M: Alexander Graf <agraf@suse.de>
1099 L: qemu-ppc@nongnu.org
1100 S: Odd Fixes
1101 F: hw/ppc/ppc4*.c
1102 F: hw/i2c/ppc4xx_i2c.c
1103 F: include/hw/ppc/ppc4xx.h
1104 F: include/hw/i2c/ppc4xx_i2c.h
1106 ppce500
1107 M: Alexander Graf <agraf@suse.de>
1108 L: qemu-ppc@nongnu.org
1109 S: Supported
1110 F: hw/ppc/e500*
1111 F: hw/pci-host/ppce500.c
1112 F: hw/net/fsl_etsec/
1114 Character devices
1115 M: Paolo Bonzini <pbonzini@redhat.com>
1116 S: Odd Fixes
1117 F: hw/char/
1119 Network devices
1120 M: Jason Wang <jasowang@redhat.com>
1121 S: Odd Fixes
1122 F: hw/net/
1123 F: include/hw/net/
1124 F: tests/virtio-net-test.c
1125 T: git git://github.com/jasowang/qemu.git net
1127 SCSI
1128 M: Paolo Bonzini <pbonzini@redhat.com>
1129 R: Fam Zheng <famz@redhat.com>
1130 S: Supported
1131 F: include/hw/scsi/*
1132 F: hw/scsi/*
1133 F: tests/virtio-scsi-test.c
1134 T: git git://github.com/bonzini/qemu.git scsi-next
1137 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1138 M: Alistair Francis <alistair@alistair23.me>
1139 S: Maintained
1140 F: hw/ssi/*
1141 F: hw/block/m25p80.c
1142 F: include/hw/ssi/ssi.h
1143 X: hw/ssi/xilinx_*
1144 F: tests/m25p80-test.c
1146 Xilinx SPI
1147 M: Alistair Francis <alistair@alistair23.me>
1148 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1149 S: Maintained
1150 F: hw/ssi/xilinx_*
1152 SD (Secure Card)
1153 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1154 S: Odd Fixes
1155 F: include/hw/sd/sd*
1156 F: hw/sd/core.c
1157 F: hw/sd/sd*
1158 F: tests/sd*
1161 M: Gerd Hoffmann <kraxel@redhat.com>
1162 S: Maintained
1163 F: hw/usb/*
1164 F: tests/usb-*-test.c
1165 F: docs/usb2.txt
1166 F: docs/usb-storage.txt
1167 F: include/hw/usb.h
1168 F: include/hw/usb/
1169 F: default-configs/usb.mak
1171 USB (serial adapter)
1172 M: Gerd Hoffmann <kraxel@redhat.com>
1173 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1174 S: Maintained
1175 F: hw/usb/dev-serial.c
1177 VFIO
1178 M: Alex Williamson <alex.williamson@redhat.com>
1179 S: Supported
1180 F: hw/vfio/*
1181 F: include/hw/vfio/
1183 vfio-ccw
1184 M: Cornelia Huck <cohuck@redhat.com>
1185 S: Supported
1186 F: hw/vfio/ccw.c
1187 F: hw/s390x/s390-ccw.c
1188 F: include/hw/s390x/s390-ccw.h
1189 T: git git://github.com/cohuck/qemu.git s390-next
1190 L: qemu-s390x@nongnu.org
1192 vhost
1193 M: Michael S. Tsirkin <mst@redhat.com>
1194 S: Supported
1195 F: hw/*/*vhost*
1196 F: docs/interop/vhost-user.txt
1198 virtio
1199 M: Michael S. Tsirkin <mst@redhat.com>
1200 S: Supported
1201 F: hw/*/virtio*
1202 F: hw/virtio/Makefile.objs
1203 F: hw/virtio/trace-events
1204 F: net/vhost-user.c
1205 F: include/hw/virtio/
1206 F: tests/virtio-balloon-test.c
1208 virtio-9p
1209 M: Greg Kurz <groug@kaod.org>
1210 S: Supported
1211 F: hw/9pfs/
1212 F: fsdev/
1213 F: tests/virtio-9p-test.c
1214 T: git git://github.com/gkurz/qemu.git 9p-next
1216 virtio-blk
1217 M: Stefan Hajnoczi <stefanha@redhat.com>
1218 L: qemu-block@nongnu.org
1219 S: Supported
1220 F: hw/block/virtio-blk.c
1221 F: hw/block/dataplane/*
1222 F: tests/virtio-blk-test.c
1223 T: git git://github.com/stefanha/qemu.git block
1225 virtio-ccw
1226 M: Cornelia Huck <cohuck@redhat.com>
1227 M: Christian Borntraeger <borntraeger@de.ibm.com>
1228 S: Supported
1229 F: hw/s390x/virtio-ccw.[hc]
1230 T: git git://github.com/cohuck/qemu.git s390-next
1231 T: git git://github.com/borntraeger/qemu.git s390-next
1232 L: qemu-s390x@nongnu.org
1234 virtio-input
1235 M: Gerd Hoffmann <kraxel@redhat.com>
1236 S: Maintained
1237 F: hw/input/virtio-input*.c
1238 F: include/hw/virtio/virtio-input.h
1240 virtio-serial
1241 M: Amit Shah <amit@kernel.org>
1242 S: Supported
1243 F: hw/char/virtio-serial-bus.c
1244 F: hw/char/virtio-console.c
1245 F: include/hw/virtio/virtio-serial.h
1246 F: tests/virtio-console-test.c
1247 F: tests/virtio-serial-test.c
1249 virtio-rng
1250 M: Amit Shah <amit@kernel.org>
1251 S: Supported
1252 F: hw/virtio/virtio-rng.c
1253 F: include/hw/virtio/virtio-rng.h
1254 F: include/sysemu/rng*.h
1255 F: backends/rng*.c
1256 F: tests/virtio-rng-test.c
1258 virtio-crypto
1259 M: Gonglei <arei.gonglei@huawei.com>
1260 S: Supported
1261 F: hw/virtio/virtio-crypto.c
1262 F: hw/virtio/virtio-crypto-pci.c
1263 F: include/hw/virtio/virtio-crypto.h
1265 nvme
1266 M: Keith Busch <keith.busch@intel.com>
1267 L: qemu-block@nongnu.org
1268 S: Supported
1269 F: hw/block/nvme*
1270 F: tests/nvme-test.c
1272 megasas
1273 M: Hannes Reinecke <hare@suse.com>
1274 L: qemu-block@nongnu.org
1275 S: Supported
1276 F: hw/scsi/megasas.c
1277 F: hw/scsi/mfi.h
1278 F: tests/megasas-test.c
1280 Network packet abstractions
1281 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1282 S: Maintained
1283 F: include/net/eth.h
1284 F: net/eth.c
1285 F: hw/net/net_rx_pkt*
1286 F: hw/net/net_tx_pkt*
1288 Vmware
1289 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1290 S: Maintained
1291 F: hw/net/vmxnet*
1292 F: hw/scsi/vmw_pvscsi*
1293 F: tests/vmxnet3-test.c
1295 Rocker
1296 M: Jiri Pirko <jiri@resnulli.us>
1297 S: Maintained
1298 F: hw/net/rocker/
1299 F: tests/rocker/
1300 F: docs/specs/rocker.txt
1302 NVDIMM
1303 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1304 S: Maintained
1305 F: hw/acpi/nvdimm.c
1306 F: hw/mem/nvdimm.c
1307 F: include/hw/mem/nvdimm.h
1309 e1000x
1310 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1311 S: Maintained
1312 F: hw/net/e1000x*
1314 e1000e
1315 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1316 S: Maintained
1317 F: hw/net/e1000e*
1319 eepro100
1320 M: Stefan Weil <sw@weilnetz.de>
1321 S: Maintained
1322 F: hw/net/eepro100.c
1324 Generic Loader
1325 M: Alistair Francis <alistair@alistair23.me>
1326 S: Maintained
1327 F: hw/core/generic-loader.c
1328 F: include/hw/core/generic-loader.h
1329 F: docs/generic-loader.txt
1331 Intel Hexadecimal Object File Loader
1332 M: Su Hang <suhang16@mails.ucas.ac.cn>
1333 S: Maintained
1334 F: tests/hexloader-test.c
1335 F: tests/hex-loader-check-data/test.hex
1337 CHRP NVRAM
1338 M: Thomas Huth <thuth@redhat.com>
1339 S: Maintained
1340 F: hw/nvram/chrp_nvram.c
1341 F: include/hw/nvram/chrp_nvram.h
1342 F: tests/prom-env-test.c
1344 VM Generation ID
1345 M: Ben Warren <ben@skyportsystems.com>
1346 S: Maintained
1347 F: hw/acpi/vmgenid.c
1348 F: include/hw/acpi/vmgenid.h
1349 F: docs/specs/vmgenid.txt
1350 F: tests/vmgenid-test.c
1351 F: stubs/vmgenid.c
1353 Unimplemented device
1354 M: Peter Maydell <peter.maydell@linaro.org>
1355 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1356 S: Maintained
1357 F: include/hw/misc/unimp.h
1358 F: hw/misc/unimp.c
1360 Standard VGA
1361 M: Gerd Hoffmann <kraxel@redhat.com>
1362 S: Maintained
1363 F: hw/display/vga*
1364 F: hw/display/bochs-display.c
1365 F: include/hw/display/vga.h
1366 F: include/hw/display/bochs-vbe.h
1368 ramfb
1369 M: Gerd Hoffmann <kraxel@redhat.com>
1370 S: Maintained
1371 F: hw/display/ramfb*.c
1372 F: include/hw/display/ramfb.h
1374 virtio-gpu
1375 M: Gerd Hoffmann <kraxel@redhat.com>
1376 S: Maintained
1377 F: hw/display/virtio-gpu*
1378 F: hw/display/virtio-vga.c
1379 F: include/hw/virtio/virtio-gpu.h
1381 Cirrus VGA
1382 M: Gerd Hoffmann <kraxel@redhat.com>
1383 S: Odd Fixes
1384 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1385 F: hw/display/cirrus*
1387 Subsystems
1388 ----------
1389 Audio
1390 M: Gerd Hoffmann <kraxel@redhat.com>
1391 S: Maintained
1392 F: audio/
1393 F: hw/audio/
1394 F: include/hw/audio/
1395 F: tests/ac97-test.c
1396 F: tests/es1370-test.c
1397 F: tests/intel-hda-test.c
1399 Block layer core
1400 M: Kevin Wolf <kwolf@redhat.com>
1401 M: Max Reitz <mreitz@redhat.com>
1402 L: qemu-block@nongnu.org
1403 S: Supported
1404 F: block*
1405 F: block/
1406 F: hw/block/
1407 F: include/block/
1408 F: qemu-img*
1409 F: qemu-io*
1410 F: tests/qemu-iotests/
1411 F: util/qemu-progress.c
1412 F: qobject/block-qdict.c
1413 F: test/check-block-qdict.c
1414 T: git git://repo.or.cz/qemu/kevin.git block
1416 Block I/O path
1417 M: Stefan Hajnoczi <stefanha@redhat.com>
1418 M: Fam Zheng <famz@redhat.com>
1419 L: qemu-block@nongnu.org
1420 S: Supported
1421 F: util/async.c
1422 F: util/aio-*.c
1423 F: block/io.c
1424 F: migration/block*
1425 F: include/block/aio.h
1426 F: include/block/aio-wait.h
1427 F: scripts/qemugdb/aio.py
1428 T: git git://github.com/stefanha/qemu.git block
1430 Block SCSI subsystem
1431 M: Paolo Bonzini <pbonzini@redhat.com>
1432 R: Fam Zheng <famz@redhat.com>
1433 L: qemu-block@nongnu.org
1434 S: Supported
1435 F: include/scsi/*
1436 F: scsi/*
1438 Block Jobs
1439 M: Jeff Cody <jcody@redhat.com>
1440 L: qemu-block@nongnu.org
1441 S: Supported
1442 F: blockjob.c
1443 F: include/block/blockjob.h
1444 F: job.c
1445 F: job-qmp.c
1446 F: include/block/job.h
1447 F: block/backup.c
1448 F: block/commit.c
1449 F: block/stream.c
1450 F: block/mirror.c
1451 F: qapi/job.json
1452 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1454 Block QAPI, monitor, command line
1455 M: Markus Armbruster <armbru@redhat.com>
1456 S: Supported
1457 F: blockdev.c
1458 F: block/qapi.c
1459 F: qapi/block*.json
1460 F: qapi/transaction.json
1461 T: git git://repo.or.cz/qemu/armbru.git block-next
1463 Dirty Bitmaps
1464 M: Fam Zheng <famz@redhat.com>
1465 M: John Snow <jsnow@redhat.com>
1466 L: qemu-block@nongnu.org
1467 S: Supported
1468 F: util/hbitmap.c
1469 F: block/dirty-bitmap.c
1470 F: include/qemu/hbitmap.h
1471 F: include/block/dirty-bitmap.h
1472 F: tests/test-hbitmap.c
1473 F: docs/interop/bitmaps.rst
1474 T: git git://github.com/famz/qemu.git bitmaps
1475 T: git git://github.com/jnsnow/qemu.git bitmaps
1477 Character device backends
1478 M: Paolo Bonzini <pbonzini@redhat.com>
1479 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1480 S: Maintained
1481 F: chardev/
1482 F: include/chardev/
1483 F: qapi/char.json
1485 Character Devices (Braille)
1486 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1487 S: Maintained
1488 F: chardev/baum.c
1490 Command line option argument parsing
1491 M: Markus Armbruster <armbru@redhat.com>
1492 S: Supported
1493 F: include/qemu/option.h
1494 F: tests/test-keyval.c
1495 F: tests/test-qemu-opts.c
1496 F: util/keyval.c
1497 F: util/qemu-option.c
1499 Coverity model
1500 M: Markus Armbruster <armbru@redhat.com>
1501 S: Supported
1502 F: scripts/coverity-model.c
1505 L: qemu-devel@nongnu.org
1506 S: Supported
1507 F: qom/cpu.c
1508 F: include/qom/cpu.h
1510 Device Tree
1511 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1512 M: Alexander Graf <agraf@suse.de>
1513 S: Maintained
1514 F: device_tree.c
1515 F: include/sysemu/device_tree.h
1517 Dump
1518 S: Supported
1519 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1520 F: dump.c
1521 F: hw/misc/vmcoreinfo.c
1522 F: include/hw/misc/vmcoreinfo.h
1523 F: include/sysemu/dump-arch.h
1524 F: include/sysemu/dump.h
1525 F: scripts/dump-guest-memory.py
1526 F: stubs/dump.c
1528 Error reporting
1529 M: Markus Armbruster <armbru@redhat.com>
1530 S: Supported
1531 F: include/qapi/error.h
1532 F: include/qemu/error-report.h
1533 F: util/error.c
1534 F: util/qemu-error.c
1536 GDB stub
1537 L: qemu-devel@nongnu.org
1538 S: Odd Fixes
1539 F: gdbstub*
1540 F: gdb-xml/
1542 Memory API
1543 M: Paolo Bonzini <pbonzini@redhat.com>
1544 S: Supported
1545 F: include/exec/ioport.h
1546 F: ioport.c
1547 F: include/exec/memory.h
1548 F: include/exec/ram_addr.h
1549 F: memory.c
1550 F: include/exec/memory-internal.h
1551 F: exec.c
1553 SPICE
1554 M: Gerd Hoffmann <kraxel@redhat.com>
1555 S: Supported
1556 F: include/ui/qemu-spice.h
1557 F: include/ui/spice-display.h
1558 F: ui/spice-*.c
1559 F: audio/spiceaudio.c
1560 F: hw/display/qxl*
1561 F: qapi/ui.json
1563 Graphics
1564 M: Gerd Hoffmann <kraxel@redhat.com>
1565 S: Odd Fixes
1566 F: ui/
1567 F: include/ui/
1568 F: qapi/ui.json
1570 Cocoa graphics
1571 M: Peter Maydell <peter.maydell@linaro.org>
1572 S: Odd Fixes
1573 F: ui/cocoa.m
1575 Main loop
1576 M: Paolo Bonzini <pbonzini@redhat.com>
1577 S: Maintained
1578 F: cpus.c
1579 F: util/main-loop.c
1580 F: util/qemu-timer.c
1581 F: vl.c
1582 F: qapi/run-state.json
1584 Human Monitor (HMP)
1585 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1586 S: Maintained
1587 F: monitor.c
1588 F: hmp.[ch]
1589 F: hmp-commands*.hx
1590 F: include/monitor/hmp-target.h
1591 F: tests/test-hmp.c
1593 Network device backends
1594 M: Jason Wang <jasowang@redhat.com>
1595 S: Maintained
1596 F: net/
1597 F: include/net/
1598 T: git git://github.com/jasowang/qemu.git net
1599 F: qapi/net.json
1601 Netmap network backend
1602 M: Luigi Rizzo <rizzo@iet.unipi.it>
1603 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1604 M: Vincenzo Maffione <v.maffione@gmail.com>
1605 W: http://info.iet.unipi.it/~luigi/netmap/
1606 S: Maintained
1607 F: net/netmap.c
1609 NUMA
1610 M: Eduardo Habkost <ehabkost@redhat.com>
1611 S: Maintained
1612 F: numa.c
1613 F: include/sysemu/numa.h
1614 T: git git://github.com/ehabkost/qemu.git machine-next
1616 Host Memory Backends
1617 M: Eduardo Habkost <ehabkost@redhat.com>
1618 M: Igor Mammedov <imammedo@redhat.com>
1619 S: Maintained
1620 F: backends/hostmem*.c
1621 F: include/sysemu/hostmem.h
1622 T: git git://github.com/ehabkost/qemu.git machine-next
1624 Cryptodev Backends
1625 M: Gonglei <arei.gonglei@huawei.com>
1626 S: Maintained
1627 F: include/sysemu/cryptodev*.h
1628 F: backends/cryptodev*.c
1630 Python scripts
1631 M: Eduardo Habkost <ehabkost@redhat.com>
1632 M: Cleber Rosa <crosa@redhat.com>
1633 S: Odd fixes
1634 F: scripts/qmp/*
1635 F: scripts/*.py
1636 F: tests/*.py
1638 QAPI
1639 M: Markus Armbruster <armbru@redhat.com>
1640 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1641 S: Supported
1642 F: qapi/
1643 X: qapi/*.json
1644 F: include/qapi/
1645 X: include/qapi/qmp/
1646 F: include/qapi/qmp/dispatch.h
1647 F: tests/qapi-schema/
1648 F: tests/test-*-visitor.c
1649 F: tests/test-qapi-*.c
1650 F: tests/test-qmp-*.c
1651 F: tests/test-visitor-serialization.c
1652 F: scripts/qapi-gen.py
1653 F: scripts/qapi/*
1654 F: docs/devel/qapi*
1655 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1657 QAPI Schema
1658 M: Eric Blake <eblake@redhat.com>
1659 M: Markus Armbruster <armbru@redhat.com>
1660 S: Supported
1661 F: qapi-schema.json
1662 F: qapi/*.json
1663 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1665 QObject
1666 M: Markus Armbruster <armbru@redhat.com>
1667 S: Supported
1668 F: qobject/
1669 F: include/qapi/qmp/
1670 X: include/qapi/qmp/dispatch.h
1671 F: scripts/coccinelle/qobject.cocci
1672 F: tests/check-qdict.c
1673 F: tests/check-qnum.c
1674 F: tests/check-qjson.c
1675 F: tests/check-qlist.c
1676 F: tests/check-qstring.c
1677 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1679 QEMU Guest Agent
1680 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1681 S: Maintained
1682 F: qga/
1683 F: qemu-ga.texi
1684 F: scripts/qemu-guest-agent/
1685 F: tests/test-qga.c
1686 F: docs/interop/qemu-ga-ref.texi
1687 T: git git://github.com/mdroth/qemu.git qga
1690 M: Andreas Färber <afaerber@suse.de>
1691 S: Supported
1692 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1693 F: include/qom/
1694 X: include/qom/cpu.h
1695 F: qom/
1696 X: qom/cpu.c
1697 F: tests/check-qom-interface.c
1698 F: tests/check-qom-proplist.c
1699 F: tests/qom-test.c
1702 M: Markus Armbruster <armbru@redhat.com>
1703 S: Supported
1704 F: qmp.c
1705 F: monitor.c
1706 F: docs/devel/*qmp-*
1707 F: scripts/qmp/
1708 F: tests/qmp-test.c
1709 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1711 Register API
1712 M: Alistair Francis <alistair@alistair23.me>
1713 S: Maintained
1714 F: hw/core/register.c
1715 F: include/hw/register.h
1716 F: include/hw/registerfields.h
1718 SLIRP
1719 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1720 M: Jan Kiszka <jan.kiszka@siemens.com>
1721 S: Maintained
1722 F: slirp/
1723 F: net/slirp.c
1724 F: include/net/slirp.h
1725 T: git https://people.debian.org/~sthibault/qemu.git slirp
1726 T: git git://git.kiszka.org/qemu.git queues/slirp
1728 Stubs
1729 M: Paolo Bonzini <pbonzini@redhat.com>
1730 S: Maintained
1731 F: stubs/
1733 Tracing
1734 M: Stefan Hajnoczi <stefanha@redhat.com>
1735 S: Maintained
1736 F: trace/
1737 F: trace-events
1738 F: qemu-option-trace.texi
1739 F: scripts/tracetool.py
1740 F: scripts/tracetool/
1741 F: docs/devel/tracing.txt
1742 T: git git://github.com/stefanha/qemu.git tracing
1745 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1746 S: Maintained
1747 F: tpm.c
1748 F: stubs/tpm.c
1749 F: hw/tpm/*
1750 F: include/hw/acpi/tpm.h
1751 F: include/sysemu/tpm*
1752 F: qapi/tpm.json
1753 F: backends/tpm.c
1754 F: tests/*tpm*
1755 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1757 Checkpatch
1758 S: Odd Fixes
1759 F: scripts/checkpatch.pl
1761 Migration
1762 M: Juan Quintela <quintela@redhat.com>
1763 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1764 S: Maintained
1765 F: include/migration/
1766 F: migration/
1767 F: scripts/vmstate-static-checker.py
1768 F: tests/vmstate-static-checker-data/
1769 F: tests/migration-test.c
1770 F: docs/devel/migration.txt
1771 F: qapi/migration.json
1773 Seccomp
1774 M: Eduardo Otubo <otubo@redhat.com>
1775 S: Supported
1776 F: qemu-seccomp.c
1777 F: include/sysemu/seccomp.h
1779 Cryptography
1780 M: Daniel P. Berrange <berrange@redhat.com>
1781 S: Maintained
1782 F: crypto/
1783 F: include/crypto/
1784 F: tests/test-crypto-*
1785 F: tests/benchmark-crypto-*
1786 F: qemu.sasl
1788 Coroutines
1789 M: Stefan Hajnoczi <stefanha@redhat.com>
1790 M: Kevin Wolf <kwolf@redhat.com>
1791 F: util/*coroutine*
1792 F: include/qemu/coroutine*
1793 F: tests/test-coroutine.c
1795 Buffers
1796 M: Daniel P. Berrange <berrange@redhat.com>
1797 S: Odd fixes
1798 F: util/buffer.c
1799 F: include/qemu/buffer.h
1801 I/O Channels
1802 M: Daniel P. Berrange <berrange@redhat.com>
1803 S: Maintained
1804 F: io/
1805 F: include/io/
1806 F: tests/test-io-*
1808 Sockets
1809 M: Daniel P. Berrange <berrange@redhat.com>
1810 M: Gerd Hoffmann <kraxel@redhat.com>
1811 M: Paolo Bonzini <pbonzini@redhat.com>
1812 S: Maintained
1813 F: include/qemu/sockets.h
1814 F: util/qemu-sockets.c
1815 F: qapi/sockets.json
1817 Throttling infrastructure
1818 M: Alberto Garcia <berto@igalia.com>
1819 S: Supported
1820 F: block/throttle-groups.c
1821 F: include/block/throttle-groups.h
1822 F: include/qemu/throttle*.h
1823 F: util/throttle.c
1824 F: docs/throttle.txt
1825 F: tests/test-throttle.c
1826 L: qemu-block@nongnu.org
1828 UUID
1829 M: Fam Zheng <famz@redhat.com>
1830 S: Supported
1831 F: util/uuid.c
1832 F: include/qemu/uuid.h
1833 F: tests/test-uuid.c
1835 COLO Framework
1836 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1837 S: Maintained
1838 F: migration/colo*
1839 F: include/migration/colo.h
1840 F: include/migration/failover.h
1841 F: docs/COLO-FT.txt
1843 COLO Proxy
1844 M: Zhang Chen <zhangckid@gmail.com>
1845 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1846 S: Supported
1847 F: docs/colo-proxy.txt
1848 F: net/colo*
1849 F: net/filter-rewriter.c
1850 F: net/filter-mirror.c
1852 Record/replay
1853 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1854 R: Paolo Bonzini <pbonzini@redhat.com>
1855 W: https://wiki.qemu.org/Features/record-replay
1856 S: Supported
1857 F: replay/*
1858 F: block/blkreplay.c
1859 F: net/filter-replay.c
1860 F: include/sysemu/replay.h
1861 F: docs/replay.txt
1862 F: stubs/replay.c
1864 IOVA Tree
1865 M: Peter Xu <peterx@redhat.com>
1866 S: Maintained
1867 F: include/qemu/iova-tree.h
1868 F: util/iova-tree.c
1870 Usermode Emulation
1871 ------------------
1872 Overall
1873 M: Riku Voipio <riku.voipio@iki.fi>
1874 S: Maintained
1875 F: thunk.c
1876 F: accel/tcg/user-exec*.c
1878 BSD user
1879 S: Orphan
1880 F: bsd-user/
1881 F: default-configs/*-bsd-user.mak
1883 Linux user
1884 M: Riku Voipio <riku.voipio@iki.fi>
1885 R: Laurent Vivier <laurent@vivier.eu>
1886 S: Maintained
1887 F: linux-user/
1888 F: default-configs/*-linux-user.mak
1889 F: scripts/qemu-binfmt-conf.sh
1891 Tiny Code Generator (TCG)
1892 -------------------------
1893 Common code
1894 M: Richard Henderson <rth@twiddle.net>
1895 S: Maintained
1896 F: tcg/
1898 AArch64 target
1899 M: Claudio Fontana <claudio.fontana@huawei.com>
1900 M: Claudio Fontana <claudio.fontana@gmail.com>
1901 S: Maintained
1902 L: qemu-arm@nongnu.org
1903 F: tcg/aarch64/
1904 F: disas/arm-a64.cc
1905 F: disas/libvixl/
1907 ARM target
1908 M: Andrzej Zaborowski <balrogg@gmail.com>
1909 S: Maintained
1910 L: qemu-arm@nongnu.org
1911 F: tcg/arm/
1912 F: disas/arm.c
1914 i386 target
1915 L: qemu-devel@nongnu.org
1916 S: Maintained
1917 F: tcg/i386/
1918 F: disas/i386.c
1920 MIPS target
1921 M: Aurelien Jarno <aurelien@aurel32.net>
1922 S: Maintained
1923 F: tcg/mips/
1924 F: disas/mips.c
1927 M: Richard Henderson <rth@twiddle.net>
1928 S: Odd Fixes
1929 F: tcg/ppc/
1930 F: disas/ppc.c
1932 S390 target
1933 M: Alexander Graf <agraf@suse.de>
1934 M: Richard Henderson <rth@twiddle.net>
1935 S: Maintained
1936 F: tcg/s390/
1937 F: disas/s390.c
1938 L: qemu-s390x@nongnu.org
1940 SPARC target
1941 S: Odd Fixes
1942 F: tcg/sparc/
1943 F: disas/sparc.c
1945 TCI target
1946 M: Stefan Weil <sw@weilnetz.de>
1947 S: Maintained
1948 F: tcg/tci/
1949 F: tcg/tci.c
1950 F: disas/tci.c
1952 Block drivers
1953 -------------
1954 VMDK
1955 M: Fam Zheng <famz@redhat.com>
1956 L: qemu-block@nongnu.org
1957 S: Supported
1958 F: block/vmdk.c
1961 M: Josh Durgin <jdurgin@redhat.com>
1962 M: Jeff Cody <jcody@redhat.com>
1963 L: qemu-block@nongnu.org
1964 S: Supported
1965 F: block/rbd.c
1966 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1968 Sheepdog
1969 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1970 M: Liu Yuan <namei.unix@gmail.com>
1971 M: Jeff Cody <jcody@redhat.com>
1972 L: qemu-block@nongnu.org
1973 L: sheepdog@lists.wpkg.org
1974 S: Supported
1975 F: block/sheepdog.c
1976 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1978 VHDX
1979 M: Jeff Cody <jcody@redhat.com>
1980 L: qemu-block@nongnu.org
1981 S: Supported
1982 F: block/vhdx*
1983 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1986 M: Stefan Weil <sw@weilnetz.de>
1987 L: qemu-block@nongnu.org
1988 S: Maintained
1989 F: block/vdi.c
1991 iSCSI
1992 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1993 M: Paolo Bonzini <pbonzini@redhat.com>
1994 M: Peter Lieven <pl@kamp.de>
1995 L: qemu-block@nongnu.org
1996 S: Supported
1997 F: block/iscsi.c
1998 F: block/iscsi-opts.c
2000 Network Block Device (NBD)
2001 M: Eric Blake <eblake@redhat.com>
2002 M: Paolo Bonzini <pbonzini@redhat.com>
2003 L: qemu-block@nongnu.org
2004 S: Maintained
2005 F: block/nbd*
2006 F: nbd/
2007 F: include/block/nbd*
2008 F: qemu-nbd.*
2009 F: blockdev-nbd.c
2010 F: docs/interop/nbd.txt
2011 T: git git://repo.or.cz/qemu/ericb.git nbd
2014 M: Jeff Cody <jcody@redhat.com>
2015 M: Peter Lieven <pl@kamp.de>
2016 L: qemu-block@nongnu.org
2017 S: Maintained
2018 F: block/nfs.c
2019 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2022 M: Richard W.M. Jones <rjones@redhat.com>
2023 M: Jeff Cody <jcody@redhat.com>
2024 L: qemu-block@nongnu.org
2025 S: Supported
2026 F: block/ssh.c
2027 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2029 CURL
2030 M: Jeff Cody <jcody@redhat.com>
2031 L: qemu-block@nongnu.org
2032 S: Supported
2033 F: block/curl.c
2034 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2036 GLUSTER
2037 M: Jeff Cody <jcody@redhat.com>
2038 L: qemu-block@nongnu.org
2039 S: Supported
2040 F: block/gluster.c
2041 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2043 Null Block Driver
2044 M: Fam Zheng <famz@redhat.com>
2045 L: qemu-block@nongnu.org
2046 S: Supported
2047 F: block/null.c
2049 NVMe Block Driver
2050 M: Fam Zheng <famz@redhat.com>
2051 L: qemu-block@nongnu.org
2052 S: Supported
2053 F: block/nvme*
2055 Bootdevice
2056 M: Gonglei <arei.gonglei@huawei.com>
2057 S: Maintained
2058 F: bootdevice.c
2060 Quorum
2061 M: Alberto Garcia <berto@igalia.com>
2062 S: Supported
2063 F: block/quorum.c
2064 L: qemu-block@nongnu.org
2066 blklogwrites
2067 M: Ari Sundholm <ari@tuxera.com>
2068 L: qemu-block@nongnu.org
2069 S: Supported
2070 F: block/blklogwrites.c
2072 blkverify
2073 M: Stefan Hajnoczi <stefanha@redhat.com>
2074 L: qemu-block@nongnu.org
2075 S: Supported
2076 F: block/blkverify.c
2078 bochs
2079 M: Stefan Hajnoczi <stefanha@redhat.com>
2080 L: qemu-block@nongnu.org
2081 S: Supported
2082 F: block/bochs.c
2084 cloop
2085 M: Stefan Hajnoczi <stefanha@redhat.com>
2086 L: qemu-block@nongnu.org
2087 S: Supported
2088 F: block/cloop.c
2091 M: Stefan Hajnoczi <stefanha@redhat.com>
2092 L: qemu-block@nongnu.org
2093 S: Supported
2094 F: block/dmg.c
2096 parallels
2097 M: Stefan Hajnoczi <stefanha@redhat.com>
2098 M: Denis V. Lunev <den@openvz.org>
2099 L: qemu-block@nongnu.org
2100 S: Supported
2101 F: block/parallels.c
2102 F: docs/interop/parallels.txt
2105 M: Stefan Hajnoczi <stefanha@redhat.com>
2106 L: qemu-block@nongnu.org
2107 S: Supported
2108 F: block/qed.c
2111 M: Kevin Wolf <kwolf@redhat.com>
2112 L: qemu-block@nongnu.org
2113 S: Supported
2114 F: block/linux-aio.c
2115 F: include/block/raw-aio.h
2116 F: block/raw-format.c
2117 F: block/file-posix.c
2118 F: block/file-win32.c
2119 F: block/win32-aio.c
2121 qcow2
2122 M: Kevin Wolf <kwolf@redhat.com>
2123 M: Max Reitz <mreitz@redhat.com>
2124 L: qemu-block@nongnu.org
2125 S: Supported
2126 F: block/qcow2*
2127 F: docs/interop/qcow2.txt
2129 qcow
2130 M: Kevin Wolf <kwolf@redhat.com>
2131 L: qemu-block@nongnu.org
2132 S: Supported
2133 F: block/qcow.c
2135 blkdebug
2136 M: Kevin Wolf <kwolf@redhat.com>
2137 M: Max Reitz <mreitz@redhat.com>
2138 L: qemu-block@nongnu.org
2139 S: Supported
2140 F: block/blkdebug.c
2143 M: Kevin Wolf <kwolf@redhat.com>
2144 L: qemu-block@nongnu.org
2145 S: Supported
2146 F: block/vpc.c
2148 vvfat
2149 M: Kevin Wolf <kwolf@redhat.com>
2150 L: qemu-block@nongnu.org
2151 S: Supported
2152 F: block/vvfat.c
2154 Image format fuzzer
2155 M: Stefan Hajnoczi <stefanha@redhat.com>
2156 L: qemu-block@nongnu.org
2157 S: Supported
2158 F: tests/image-fuzzer/
2160 Replication
2161 M: Wen Congyang <wencongyang2@huawei.com>
2162 M: Xie Changlong <xiechanglong.d@gmail.com>
2163 S: Supported
2164 F: replication*
2165 F: block/replication.c
2166 F: tests/test-replication.c
2167 F: docs/block-replication.txt
2169 PVRDMA
2170 M: Yuval Shaia <yuval.shaia@oracle.com>
2171 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2172 S: Maintained
2173 F: hw/rdma/*
2174 F: hw/rdma/vmw/*
2175 F: docs/pvrdma.txt
2177 Build and test automation
2178 -------------------------
2179 Build and test automation
2180 M: Alex Bennée <alex.bennee@linaro.org>
2181 M: Fam Zheng <famz@redhat.com>
2182 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2183 L: qemu-devel@nongnu.org
2184 S: Maintained
2185 F: .travis.yml
2186 F: scripts/travis/
2187 F: .shippable.yml
2188 F: tests/docker/
2189 F: tests/vm/
2190 W: https://travis-ci.org/qemu/qemu
2191 W: https://app.shippable.com/github/qemu/qemu
2192 W: http://patchew.org/QEMU/
2194 Guest Test Compilation Support
2195 M: Alex Bennée <alex.bennee@linaro.org>
2196 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2197 F: tests/tcg/Makefile
2198 F: tests/tcg/Makefile.include
2199 L: qemu-devel@nongnu.org
2201 Documentation
2202 -------------
2203 Build system architecture
2204 M: Daniel P. Berrange <berrange@redhat.com>
2205 S: Odd Fixes
2206 F: docs/devel/build-system.txt
2208 Incompatible changes
2209 R: libvir-list@redhat.com
2210 F: qemu-deprecated.texi
2212 Build System
2213 ------------
2214 GIT submodules
2215 M: Daniel P. Berrange <berrange@redhat.com>
2216 S: Odd Fixes
2217 F: scripts/git-submodule.sh