Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20160928-1' into staging
[qemu/kevin.git] / MAINTAINERS
blobf3c1f7f307cda54224b13af57a83db9720e64954
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         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
66 Guest CPU cores (TCG):
67 ----------------------
68 Overall
69 L: qemu-devel@nongnu.org
70 M: Paolo Bonzini <pbonzini@redhat.com>
71 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
72 M: Richard Henderson <rth@twiddle.net>
73 S: Maintained
74 F: cpu-exec.c
75 F: cpu-exec-common.c
76 F: cpus.c
77 F: cputlb.c
78 F: exec.c
79 F: softmmu_template.h
80 F: translate-all.*
81 F: translate-common.c
82 F: include/exec/cpu*.h
83 F: include/exec/exec-all.h
84 F: include/exec/helper*.h
85 F: include/exec/tb-hash.h
86 F: include/sysemu/cpus.h
88 FPU emulation
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 M: Peter Maydell <peter.maydell@linaro.org>
91 S: Odd Fixes
92 F: fpu/
93 F: include/fpu/
95 Alpha
96 M: Richard Henderson <rth@twiddle.net>
97 S: Maintained
98 F: target-alpha/
99 F: hw/alpha/
100 F: tests/tcg/alpha/
101 F: disas/alpha.c
104 M: Peter Maydell <peter.maydell@linaro.org>
105 L: qemu-arm@nongnu.org
106 S: Maintained
107 F: target-arm/
108 F: hw/arm/
109 F: hw/cpu/a*mpcore.c
110 F: disas/arm.c
111 F: disas/arm-a64.cc
112 F: disas/libvixl/
114 CRIS
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116 S: Maintained
117 F: target-cris/
118 F: hw/cris/
119 F: tests/tcg/cris/
120 F: disas/cris.c
122 LM32
123 M: Michael Walle <michael@walle.cc>
124 S: Maintained
125 F: target-lm32/
126 F: disas/lm32.c
127 F: hw/lm32/
128 F: hw/*/lm32_*
129 F: hw/*/milkymist-*
130 F: include/hw/char/lm32_juart.h
131 F: include/hw/lm32/
132 F: tests/tcg/lm32/
134 M68K
135 S: Orphan
136 F: target-m68k/
137 F: hw/m68k/
139 MicroBlaze
140 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
141 S: Maintained
142 F: target-microblaze/
143 F: hw/microblaze/
144 F: disas/microblaze.c
146 MIPS
147 M: Aurelien Jarno <aurelien@aurel32.net>
148 M: Leon Alrae <leon.alrae@imgtec.com>
149 S: Maintained
150 F: target-mips/
151 F: hw/mips/
152 F: tests/tcg/mips/
153 F: disas/mips.c
155 Moxie
156 M: Anthony Green <green@moxielogic.com>
157 S: Maintained
158 F: target-moxie/
159 F: disas/moxie.c
161 OpenRISC
162 M: Jia Liu <proljc@gmail.com>
163 S: Maintained
164 F: target-openrisc/
165 F: hw/openrisc/
166 F: tests/tcg/openrisc/
168 PowerPC
169 M: David Gibson <david@gibson.dropbear.id.au>
170 M: Alexander Graf <agraf@suse.de>
171 L: qemu-ppc@nongnu.org
172 S: Maintained
173 F: target-ppc/
174 F: hw/ppc/
175 F: include/hw/ppc/
176 F: disas/ppc.c
178 S390
179 M: Richard Henderson <rth@twiddle.net>
180 M: Alexander Graf <agraf@suse.de>
181 S: Maintained
182 F: target-s390x/
183 F: hw/s390x/
184 F: disas/s390.c
187 M: Aurelien Jarno <aurelien@aurel32.net>
188 S: Odd Fixes
189 F: target-sh4/
190 F: hw/sh4/
191 F: disas/sh4.c
192 F: include/hw/sh4/
194 SPARC
195 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
196 M: Artyom Tarasenko <atar4qemu@gmail.com>
197 S: Maintained
198 F: target-sparc/
199 F: hw/sparc/
200 F: hw/sparc64/
201 F: disas/sparc.c
203 UniCore32
204 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
205 S: Maintained
206 F: target-unicore32/
207 F: hw/unicore32/
208 F: include/hw/unicore32/
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 M: Richard Henderson <rth@twiddle.net>
213 M: Eduardo Habkost <ehabkost@redhat.com>
214 S: Maintained
215 F: target-i386/
216 F: hw/i386/
217 F: disas/i386.c
219 Xtensa
220 M: Max Filippov <jcmvbkbc@gmail.com>
221 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
222 S: Maintained
223 F: target-xtensa/
224 F: hw/xtensa/
225 F: tests/tcg/xtensa/
227 TriCore
228 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
229 S: Maintained
230 F: target-tricore/
231 F: hw/tricore/
232 F: include/hw/tricore/
234 Guest CPU Cores (KVM):
235 ----------------------
237 Overall
238 M: Paolo Bonzini <pbonzini@redhat.com>
239 L: kvm@vger.kernel.org
240 S: Supported
241 F: kvm-*
242 F: */kvm.*
243 F: include/sysemu/kvm*.h
246 M: Peter Maydell <peter.maydell@linaro.org>
247 L: qemu-arm@nongnu.org
248 S: Maintained
249 F: target-arm/kvm.c
251 MIPS
252 M: James Hogan <james.hogan@imgtec.com>
253 S: Maintained
254 F: target-mips/kvm.c
257 M: Alexander Graf <agraf@suse.de>
258 S: Maintained
259 F: target-ppc/kvm.c
261 S390
262 M: Christian Borntraeger <borntraeger@de.ibm.com>
263 M: Cornelia Huck <cornelia.huck@de.ibm.com>
264 M: Alexander Graf <agraf@suse.de>
265 S: Maintained
266 F: target-s390x/kvm.c
267 F: target-s390x/ioinst.[ch]
268 F: target-s390x/machine.c
269 F: hw/intc/s390_flic.c
270 F: hw/intc/s390_flic_kvm.c
271 F: include/hw/s390x/s390_flic.h
272 F: gdb-xml/s390*.xml
273 T: git git://github.com/cohuck/qemu.git s390-next
274 T: git git://github.com/borntraeger/qemu.git s390-next
277 M: Paolo Bonzini <pbonzini@redhat.com>
278 M: Marcelo Tosatti <mtosatti@redhat.com>
279 L: kvm@vger.kernel.org
280 S: Supported
281 F: target-i386/kvm.c
283 Guest CPU Cores (Xen):
284 ----------------------
287 M: Stefano Stabellini <sstabellini@kernel.org>
288 M: Anthony Perard <anthony.perard@citrix.com>
289 L: xen-devel@lists.xensource.com
290 S: Supported
291 F: xen-*
292 F: */xen*
293 F: hw/char/xen_console.c
294 F: hw/display/xenfb.c
295 F: hw/net/xen_nic.c
296 F: hw/block/xen_*
297 F: hw/xen/
298 F: hw/xenpv/
299 F: hw/i386/xen/
300 F: include/hw/xen/
301 F: include/sysemu/xen-mapcache.h
303 Hosts:
304 ------
306 LINUX
307 L: qemu-devel@nongnu.org
308 S: Maintained
309 F: linux-*
310 F: linux-headers/
312 POSIX
313 L: qemu-devel@nongnu.org
314 S: Maintained
315 F: *posix*
317 W32, W64
318 L: qemu-devel@nongnu.org
319 M: Stefan Weil <sw@weilnetz.de>
320 S: Maintained
321 F: *win32*
322 F: qemu.nsi
324 ARM Machines
325 ------------
326 Allwinner-a10
327 M: Beniamino Galvani <b.galvani@gmail.com>
328 L: qemu-arm@nongnu.org
329 S: Maintained
330 F: hw/*/allwinner*
331 F: include/hw/*/allwinner*
332 F: hw/arm/cubieboard.c
334 ARM PrimeCell
335 M: Peter Maydell <peter.maydell@linaro.org>
336 L: qemu-arm@nongnu.org
337 S: Maintained
338 F: hw/char/pl011.c
339 F: hw/display/pl110*
340 F: hw/dma/pl080.c
341 F: hw/dma/pl330.c
342 F: hw/gpio/pl061.c
343 F: hw/input/pl050.c
344 F: hw/intc/pl190.c
345 F: hw/sd/pl181.c
346 F: hw/timer/pl031.c
347 F: include/hw/arm/primecell.h
349 ARM cores
350 M: Peter Maydell <peter.maydell@linaro.org>
351 L: qemu-arm@nongnu.org
352 S: Maintained
353 F: hw/intc/arm*
354 F: hw/intc/gic_internal.h
355 F: hw/misc/a9scu.c
356 F: hw/misc/arm11scu.c
357 F: hw/timer/a9gtimer*
358 F: hw/timer/arm_*
359 F: include/hw/arm/arm.h
360 F: include/hw/intc/arm*
361 F: include/hw/misc/a9scu.h
362 F: include/hw/misc/arm11scu.h
363 F: include/hw/timer/a9gtimer.h
364 F: include/hw/timer/arm_mptimer.h
366 Exynos
367 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
368 L: qemu-arm@nongnu.org
369 S: Maintained
370 F: hw/*/exynos*
371 F: include/hw/arm/exynos4210.h
373 Calxeda Highbank
374 M: Rob Herring <robh@kernel.org>
375 L: qemu-arm@nongnu.org
376 S: Maintained
377 F: hw/arm/highbank.c
378 F: hw/net/xgmac.c
380 Canon DIGIC
381 M: Antony Pavlov <antonynpavlov@gmail.com>
382 L: qemu-arm@nongnu.org
383 S: Maintained
384 F: include/hw/arm/digic.h
385 F: hw/*/digic*
387 Gumstix
388 L: qemu-devel@nongnu.org
389 L: qemu-arm@nongnu.org
390 S: Orphan
391 F: hw/arm/gumstix.c
393 i.MX31
394 M: Peter Chubb <peter.chubb@nicta.com.au>
395 L: qemu-arm@nongnu.org
396 S: Odd fixes
397 F: hw/*/imx*
398 F: hw/arm/kzm.c
399 F: include/hw/arm/fsl-imx31.h
401 Integrator CP
402 M: Peter Maydell <peter.maydell@linaro.org>
403 L: qemu-arm@nongnu.org
404 S: Maintained
405 F: hw/arm/integratorcp.c
407 Musicpal
408 M: Jan Kiszka <jan.kiszka@web.de>
409 L: qemu-arm@nongnu.org
410 S: Maintained
411 F: hw/arm/musicpal.c
413 nSeries
414 M: Andrzej Zaborowski <balrogg@gmail.com>
415 L: qemu-arm@nongnu.org
416 S: Maintained
417 F: hw/arm/nseries.c
419 Palm
420 M: Andrzej Zaborowski <balrogg@gmail.com>
421 L: qemu-arm@nongnu.org
422 S: Maintained
423 F: hw/arm/palm.c
425 Real View
426 M: Peter Maydell <peter.maydell@linaro.org>
427 L: qemu-arm@nongnu.org
428 S: Maintained
429 F: hw/arm/realview*
430 F: hw/intc/realview_gic.c
431 F: include/hw/intc/realview_gic.h
433 PXA2XX
434 M: Andrzej Zaborowski <balrogg@gmail.com>
435 L: qemu-arm@nongnu.org
436 S: Maintained
437 F: hw/arm/mainstone.c
438 F: hw/arm/spitz.c
439 F: hw/arm/tosa.c
440 F: hw/arm/z2.c
441 F: hw/*/pxa2xx*
442 F: include/hw/arm/pxa.h
444 Stellaris
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
447 S: Maintained
448 F: hw/*/stellaris*
450 Versatile PB
451 M: Peter Maydell <peter.maydell@linaro.org>
452 L: qemu-arm@nongnu.org
453 S: Maintained
454 F: hw/*/versatile*
456 Xilinx Zynq
457 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
458 M: Alistair Francis <alistair.francis@xilinx.com>
459 L: qemu-arm@nongnu.org
460 S: Maintained
461 F: hw/*/xilinx_*
462 F: hw/*/cadence_*
463 F: hw/misc/zynq_slcr.c
464 X: hw/ssi/xilinx_*
466 Xilinx ZynqMP
467 M: Alistair Francis <alistair.francis@xilinx.com>
468 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
469 L: qemu-arm@nongnu.org
470 S: Maintained
471 F: hw/*/xlnx*.c
472 F: include/hw/*/xlnx*.h
474 ARM ACPI Subsystem
475 M: Shannon Zhao <zhaoshenglong@huawei.com>
476 M: Shannon Zhao <shannon.zhao@linaro.org>
477 L: qemu-arm@nongnu.org
478 S: Maintained
479 F: hw/arm/virt-acpi-build.c
480 F: include/hw/arm/virt-acpi-build.h
482 CRIS Machines
483 -------------
484 Axis Dev88
485 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
486 S: Maintained
487 F: hw/cris/axis_dev88.c
488 F: hw/*/etraxfs_*.c
490 LM32 Machines
491 -------------
492 EVR32 and uclinux BSP
493 M: Michael Walle <michael@walle.cc>
494 S: Maintained
495 F: hw/lm32/lm32_boards.c
497 milkymist
498 M: Michael Walle <michael@walle.cc>
499 S: Maintained
500 F: hw/lm32/milkymist.c
502 M68K Machines
503 -------------
504 an5206
505 S: Orphan
506 F: hw/m68k/an5206.c
508 dummy_m68k
509 S: Orphan
510 F: hw/m68k/dummy_m68k.c
512 mcf5208
513 S: Orphan
514 F: hw/m68k/mcf5208.c
516 MicroBlaze Machines
517 -------------------
518 petalogix_s3adsp1800
519 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
520 S: Maintained
521 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
523 petalogix_ml605
524 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
525 S: Maintained
526 F: hw/microblaze/petalogix_ml605_mmu.c
528 MIPS Machines
529 -------------
530 Jazz
531 M: HervĂ© Poussineau <hpoussin@reactos.org>
532 S: Maintained
533 F: hw/mips/mips_jazz.c
535 Malta
536 M: Aurelien Jarno <aurelien@aurel32.net>
537 S: Maintained
538 F: hw/mips/mips_malta.c
540 Mipssim
541 L: qemu-devel@nongnu.org
542 S: Orphan
543 F: hw/mips/mips_mipssim.c
545 R4000
546 M: Aurelien Jarno <aurelien@aurel32.net>
547 S: Maintained
548 F: hw/mips/mips_r4k.c
550 OpenRISC Machines
551 -----------------
552 or1k-sim
553 M: Jia Liu <proljc@gmail.com>
554 S: Maintained
555 F: hw/openrisc/openrisc_sim.c
557 PowerPC Machines
558 ----------------
560 M: Alexander Graf <agraf@suse.de>
561 L: qemu-ppc@nongnu.org
562 S: Odd Fixes
563 F: hw/ppc/ppc405_boards.c
565 Bamboo
566 M: Alexander Graf <agraf@suse.de>
567 L: qemu-ppc@nongnu.org
568 S: Odd Fixes
569 F: hw/ppc/ppc440_bamboo.c
571 e500
572 M: Alexander Graf <agraf@suse.de>
573 M: Scott Wood <scottwood@freescale.com>
574 L: qemu-ppc@nongnu.org
575 S: Supported
576 F: hw/ppc/e500.[hc]
577 F: hw/ppc/e500plat.c
578 F: include/hw/ppc/ppc_e500.h
579 F: include/hw/pci-host/ppce500.h
580 F: pc-bios/u-boot.e500
582 mpc8544ds
583 M: Alexander Graf <agraf@suse.de>
584 M: Scott Wood <scottwood@freescale.com>
585 L: qemu-ppc@nongnu.org
586 S: Supported
587 F: hw/ppc/mpc8544ds.c
588 F: hw/ppc/mpc8544_guts.c
590 New World
591 M: Alexander Graf <agraf@suse.de>
592 L: qemu-ppc@nongnu.org
593 S: Maintained
594 F: hw/ppc/mac_newworld.c
595 F: hw/pci-host/uninorth.c
596 F: hw/pci-bridge/dec.[hc]
597 F: hw/misc/macio/
598 F: include/hw/ppc/mac_dbdma.h
599 F: hw/nvram/mac_nvram.c
601 Old World
602 M: Alexander Graf <agraf@suse.de>
603 L: qemu-ppc@nongnu.org
604 S: Maintained
605 F: hw/ppc/mac_oldworld.c
606 F: hw/pci-host/grackle.c
607 F: hw/misc/macio/
609 PReP
610 L: qemu-devel@nongnu.org
611 L: qemu-ppc@nongnu.org
612 S: Odd Fixes
613 F: hw/ppc/prep.c
614 F: hw/pci-host/prep.[hc]
615 F: hw/isa/pc87312.[hc]
617 sPAPR
618 M: David Gibson <david@gibson.dropbear.id.au>
619 M: Alexander Graf <agraf@suse.de>
620 L: qemu-ppc@nongnu.org
621 S: Supported
622 F: hw/*/spapr*
623 F: include/hw/*/spapr*
624 F: hw/*/xics*
625 F: include/hw/*/xics*
626 F: pc-bios/spapr-rtas/*
627 F: pc-bios/spapr-rtas.bin
628 F: pc-bios/slof.bin
629 F: docs/specs/ppc-spapr-hcalls.txt
630 F: docs/specs/ppc-spapr-hotplug.txt
631 F: tests/spapr*
632 F: tests/libqos/*spapr*
633 F: tests/rtas*
634 F: tests/libqos/rtas*
636 virtex_ml507
637 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
638 L: qemu-ppc@nongnu.org
639 S: Odd Fixes
640 F: hw/ppc/virtex_ml507.c
642 SH4 Machines
643 ------------
645 M: Magnus Damm <magnus.damm@gmail.com>
646 S: Maintained
647 F: hw/sh4/r2d.c
649 Shix
650 M: Magnus Damm <magnus.damm@gmail.com>
651 S: Orphan
652 F: hw/sh4/shix.c
654 SPARC Machines
655 --------------
656 Sun4m
657 M: Blue Swirl <blauwirbel@gmail.com>
658 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
659 S: Maintained
660 F: hw/sparc/sun4m.c
662 Sun4u
663 M: Blue Swirl <blauwirbel@gmail.com>
664 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
665 S: Maintained
666 F: hw/sparc64/sun4u.c
668 Leon3
669 M: Fabien Chouteau <chouteau@adacore.com>
670 S: Maintained
671 F: hw/sparc/leon3.c
672 F: hw/*/grlib*
674 S390 Machines
675 -------------
676 S390 Virtio-ccw
677 M: Cornelia Huck <cornelia.huck@de.ibm.com>
678 M: Christian Borntraeger <borntraeger@de.ibm.com>
679 M: Alexander Graf <agraf@suse.de>
680 S: Supported
681 F: hw/char/sclp*.[hc]
682 F: hw/s390x/
683 F: include/hw/s390x/
684 F: pc-bios/s390-ccw/
685 F: hw/watchdog/wdt_diag288.c
686 F: include/hw/watchdog/wdt_diag288.h
687 F: pc-bios/s390-ccw.img
688 F: default-configs/s390x-softmmu.mak
689 T: git git://github.com/cohuck/qemu.git s390-next
690 T: git git://github.com/borntraeger/qemu.git s390-next
692 UniCore32 Machines
693 -------------
694 PKUnity-3 SoC initramfs-with-busybox
695 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
696 S: Maintained
697 F: hw/*/puv3*
698 F: hw/unicore32/
700 X86 Machines
701 ------------
703 M: Michael S. Tsirkin <mst@redhat.com>
704 S: Supported
705 F: include/hw/i386/
706 F: hw/i386/
707 F: hw/pci-host/piix.c
708 F: hw/pci-host/q35.c
709 F: hw/pci-host/pam.c
710 F: include/hw/pci-host/q35.h
711 F: include/hw/pci-host/pam.h
712 F: hw/isa/piix4.c
713 F: hw/isa/lpc_ich9.c
714 F: hw/i2c/smbus_ich9.c
715 F: hw/acpi/piix4.c
716 F: hw/acpi/ich9.c
717 F: include/hw/acpi/ich9.h
718 F: include/hw/acpi/piix4.h
719 F: hw/misc/sga.c
721 PC Chipset
722 M: Michael S. Tsirkin <mst@redhat.com>
723 M: Paolo Bonzini <pbonzini@redhat.com>
724 S: Support
725 F: hw/char/debugcon.c
726 F: hw/char/parallel.c
727 F: hw/char/serial*
728 F: hw/dma/i8257*
729 F: hw/i2c/pm_smbus.c
730 F: hw/intc/apic*
731 F: hw/intc/ioapic*
732 F: hw/intc/i8259*
733 F: hw/misc/debugexit.c
734 F: hw/misc/pc-testdev.c
735 F: hw/timer/hpet*
736 F: hw/timer/i8254*
737 F: hw/timer/mc146818rtc*
738 F: include/hw/i2c/pm_smbus.h
739 F: include/hw/timer/hpet.h
740 F: include/hw/timer/i8254*
741 F: include/hw/timer/mc146818rtc*
743 Machine core
744 M: Eduardo Habkost <ehabkost@redhat.com>
745 M: Marcel Apfelbaum <marcel@redhat.com>
746 S: Supported
747 F: hw/core/machine.c
748 F: include/hw/boards.h
750 Xtensa Machines
751 ---------------
753 M: Max Filippov <jcmvbkbc@gmail.com>
754 S: Maintained
755 F: hw/xtensa/sim.c
757 XTFPGA (LX60, LX200, ML605, KC705)
758 M: Max Filippov <jcmvbkbc@gmail.com>
759 S: Maintained
760 F: hw/xtensa/xtfpga.c
761 F: hw/net/opencores_eth.c
763 Devices
764 -------
766 M: Jiri Slaby <jslaby@suse.cz>
767 S: Maintained
768 F: hw/misc/edu.c
771 M: John Snow <jsnow@redhat.com>
772 L: qemu-block@nongnu.org
773 S: Supported
774 F: include/hw/ide.h
775 F: hw/ide/
776 F: hw/block/block.c
777 F: hw/block/cdrom.c
778 F: hw/block/hd-geometry.c
779 F: tests/ide-test.c
780 F: tests/ahci-test.c
781 F: tests/libqos/ahci*
782 T: git git://github.com/jnsnow/qemu.git ide
784 Floppy
785 M: John Snow <jsnow@redhat.com>
786 L: qemu-block@nongnu.org
787 S: Supported
788 F: hw/block/fdc.c
789 F: include/hw/block/fdc.h
790 F: tests/fdc-test.c
791 T: git git://github.com/jnsnow/qemu.git ide
793 OMAP
794 M: Peter Maydell <peter.maydell@linaro.org>
795 S: Maintained
796 F: hw/*/omap*
797 F: include/hw/arm/omap.h
799 IPack
800 M: Alberto Garcia <berto@igalia.com>
801 S: Odd Fixes
802 F: hw/char/ipoctal232.c
803 F: hw/ipack/
806 M: Michael S. Tsirkin <mst@redhat.com>
807 M: Marcel Apfelbaum <marcel@redhat.com>
808 S: Supported
809 F: include/hw/pci/*
810 F: hw/misc/pci-testdev.c
811 F: hw/pci/*
812 F: hw/pci-bridge/*
814 ACPI/SMBIOS
815 M: Michael S. Tsirkin <mst@redhat.com>
816 M: Igor Mammedov <imammedo@redhat.com>
817 S: Supported
818 F: include/hw/acpi/*
819 F: include/hw/smbios/*
820 F: hw/mem/*
821 F: hw/acpi/*
822 F: hw/smbios/*
823 F: hw/i386/acpi-build.[hc]
824 F: hw/arm/virt-acpi-build.c
825 F: include/hw/arm/virt-acpi-build.h
827 ppc4xx
828 M: Alexander Graf <agraf@suse.de>
829 L: qemu-ppc@nongnu.org
830 S: Odd Fixes
831 F: hw/ppc/ppc4*.c
832 F: include/hw/ppc/ppc4xx.h
834 ppce500
835 M: Alexander Graf <agraf@suse.de>
836 M: Scott Wood <scottwood@freescale.com>
837 L: qemu-ppc@nongnu.org
838 S: Supported
839 F: hw/ppc/e500*
840 F: hw/pci-host/ppce500.c
841 F: hw/net/fsl_etsec/
843 Character devices
844 M: Paolo Bonzini <pbonzini@redhat.com>
845 S: Odd Fixes
846 F: hw/char/
848 Network devices
849 M: Jason Wang <jasowang@redhat.com>
850 S: Odd Fixes
851 F: hw/net/
852 F: tests/virtio-net-test.c
853 T: git git://github.com/jasowang/qemu.git net
855 SCSI
856 M: Paolo Bonzini <pbonzini@redhat.com>
857 S: Supported
858 F: include/hw/scsi/*
859 F: hw/scsi/*
860 F: tests/virtio-scsi-test.c
861 T: git git://github.com/bonzini/qemu.git scsi-next
863 LSI53C895A
864 S: Orphan
865 F: hw/scsi/lsi53c895a.c
868 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
869 S: Maintained
870 F: hw/ssi/*
871 F: hw/block/m25p80.c
872 X: hw/ssi/xilinx_*
874 Xilinx SPI
875 M: Alistair Francis <alistair.francis@xilinx.com>
876 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
877 S: Maintained
878 F: hw/ssi/xilinx_*
881 M: Gerd Hoffmann <kraxel@redhat.com>
882 S: Maintained
883 F: hw/usb/*
884 F: tests/usb-*-test.c
885 F: docs/usb2.txt
886 F: docs/usb-storage.txt
887 F: include/hw/usb.h
888 F: include/hw/usb/
890 USB (serial adapter)
891 M: Gerd Hoffmann <kraxel@redhat.com>
892 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
893 S: Maintained
894 F: hw/usb/dev-serial.c
896 VFIO
897 M: Alex Williamson <alex.williamson@redhat.com>
898 S: Supported
899 F: hw/vfio/*
900 F: include/hw/vfio/
902 vhost
903 M: Michael S. Tsirkin <mst@redhat.com>
904 S: Supported
905 F: hw/*/*vhost*
907 virtio
908 M: Michael S. Tsirkin <mst@redhat.com>
909 S: Supported
910 F: hw/*/virtio*
911 F: net/vhost-user.c
912 F: include/hw/virtio/
913 F: tests/virtio-balloon-test.c
915 virtio-9p
916 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
917 M: Greg Kurz <groug@kaod.org>
918 S: Supported
919 F: hw/9pfs/
920 F: fsdev/
921 F: tests/virtio-9p-test.c
922 T: git git://github.com/kvaneesh/QEMU.git
923 T: git git://github.com/gkurz/qemu.git 9p-next
925 virtio-blk
926 M: Stefan Hajnoczi <stefanha@redhat.com>
927 L: qemu-block@nongnu.org
928 S: Supported
929 F: hw/block/virtio-blk.c
930 F: hw/block/dataplane/*
931 F: tests/virtio-blk-test.c
932 T: git git://github.com/stefanha/qemu.git block
934 virtio-ccw
935 M: Cornelia Huck <cornelia.huck@de.ibm.com>
936 M: Christian Borntraeger <borntraeger@de.ibm.com>
937 S: Supported
938 F: hw/s390x/virtio-ccw.[hc]
939 T: git git://github.com/cohuck/qemu.git s390-next
940 T: git git://github.com/borntraeger/qemu.git s390-next
942 virtio-input
943 M: Gerd Hoffmann <kraxel@redhat.com>
944 S: Maintained
945 F: hw/input/virtio-input*.c
946 F: include/hw/virtio/virtio-input.h
948 virtio-serial
949 M: Amit Shah <amit.shah@redhat.com>
950 S: Supported
951 F: hw/char/virtio-serial-bus.c
952 F: hw/char/virtio-console.c
953 F: include/hw/virtio/virtio-serial.h
954 F: tests/virtio-console-test.c
955 F: tests/virtio-serial-test.c
957 virtio-rng
958 M: Amit Shah <amit.shah@redhat.com>
959 S: Supported
960 F: hw/virtio/virtio-rng.c
961 F: include/hw/virtio/virtio-rng.h
962 F: include/sysemu/rng*.h
963 F: backends/rng*.c
964 F: tests/virtio-rng-test.c
966 nvme
967 M: Keith Busch <keith.busch@intel.com>
968 L: qemu-block@nongnu.org
969 S: Supported
970 F: hw/block/nvme*
971 F: tests/nvme-test.c
973 megasas
974 M: Hannes Reinecke <hare@suse.de>
975 L: qemu-block@nongnu.org
976 S: Supported
977 F: hw/scsi/megasas.c
978 F: hw/scsi/mfi.h
980 Network packet abstractions
981 M: Dmitry Fleytman <dmitry@daynix.com>
982 S: Maintained
983 F: include/net/eth.h
984 F: net/eth.c
985 F: hw/net/net_rx_pkt*
986 F: hw/net/net_tx_pkt*
988 Vmware
989 M: Dmitry Fleytman <dmitry@daynix.com>
990 S: Maintained
991 F: hw/net/vmxnet*
992 F: hw/scsi/vmw_pvscsi*
994 Rocker
995 M: Jiri Pirko <jiri@resnulli.us>
996 S: Maintained
997 F: hw/net/rocker/
999 NVDIMM
1000 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1001 S: Maintained
1002 F: hw/acpi/nvdimm.c
1003 F: hw/mem/nvdimm.c
1004 F: include/hw/mem/nvdimm.h
1006 e1000x
1007 M: Dmitry Fleytman <dmitry@daynix.com>
1008 S: Maintained
1009 F: hw/net/e1000x*
1011 e1000e
1012 M: Dmitry Fleytman <dmitry@daynix.com>
1013 S: Maintained
1014 F: hw/net/e1000e*
1016 Subsystems
1017 ----------
1018 Audio
1019 M: Gerd Hoffmann <kraxel@redhat.com>
1020 S: Maintained
1021 F: audio/
1022 F: hw/audio/
1023 F: tests/ac97-test.c
1024 F: tests/es1370-test.c
1025 F: tests/intel-hda-test.c
1027 Block layer core
1028 M: Kevin Wolf <kwolf@redhat.com>
1029 M: Max Reitz <mreitz@redhat.com>
1030 L: qemu-block@nongnu.org
1031 S: Supported
1032 F: block*
1033 F: block/
1034 F: hw/block/
1035 F: include/block/
1036 F: qemu-img*
1037 F: qemu-io*
1038 F: tests/qemu-iotests/
1039 T: git git://repo.or.cz/qemu/kevin.git block
1041 Block I/O path
1042 M: Stefan Hajnoczi <stefanha@redhat.com>
1043 M: Fam Zheng <famz@redhat.com>
1044 L: qemu-block@nongnu.org
1045 S: Supported
1046 F: async.c
1047 F: aio-*.c
1048 F: block/io.c
1049 F: migration/block*
1050 F: include/block/aio.h
1051 T: git git://github.com/stefanha/qemu.git block
1053 Block Jobs
1054 M: Jeff Cody <jcody@redhat.com>
1055 L: qemu-block@nongnu.org
1056 S: Supported
1057 F: blockjob.c
1058 F: include/block/blockjob.h
1059 F: block/backup.c
1060 F: block/commit.c
1061 F: block/stream.c
1062 F: block/mirror.c
1063 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1065 Block QAPI, monitor, command line
1066 M: Markus Armbruster <armbru@redhat.com>
1067 S: Supported
1068 F: blockdev.c
1069 F: block/qapi.c
1070 F: qapi/block*.json
1071 T: git git://repo.or.cz/qemu/armbru.git block-next
1073 Character device backends
1074 M: Paolo Bonzini <pbonzini@redhat.com>
1075 S: Maintained
1076 F: qemu-char.c
1077 F: backends/msmouse.c
1078 F: backends/testdev.c
1080 Character Devices (Braille)
1081 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1082 S: Maintained
1083 F: backends/baum.c
1085 Coverity model
1086 M: Markus Armbruster <armbru@redhat.com>
1087 S: Supported
1088 F: scripts/coverity-model.c
1091 L: qemu-devel@nongnu.org
1092 S: Supported
1093 F: qom/cpu.c
1094 F: include/qom/cpu.h
1096 Device Tree
1097 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1098 M: Alexander Graf <agraf@suse.de>
1099 S: Maintained
1100 F: device_tree.c
1101 F: include/sysemu/device_tree.h
1103 Error reporting
1104 M: Markus Armbruster <armbru@redhat.com>
1105 S: Supported
1106 F: include/qapi/error.h
1107 F: include/qemu/error-report.h
1108 F: util/error.c
1109 F: util/qemu-error.c
1111 GDB stub
1112 L: qemu-devel@nongnu.org
1113 S: Odd Fixes
1114 F: gdbstub*
1115 F: gdb-xml/
1117 Memory API
1118 M: Paolo Bonzini <pbonzini@redhat.com>
1119 S: Supported
1120 F: include/exec/ioport.h
1121 F: ioport.c
1122 F: include/exec/memory.h
1123 F: include/exec/ram_addr.h
1124 F: memory.c
1125 F: include/exec/memory-internal.h
1126 F: exec.c
1128 SPICE
1129 M: Gerd Hoffmann <kraxel@redhat.com>
1130 S: Supported
1131 F: include/ui/qemu-spice.h
1132 F: include/ui/spice-display.h
1133 F: ui/spice-*.c
1134 F: audio/spiceaudio.c
1135 F: hw/display/qxl*
1137 Graphics
1138 M: Gerd Hoffmann <kraxel@redhat.com>
1139 S: Odd Fixes
1140 F: ui/
1141 F: include/ui/
1143 Cocoa graphics
1144 M: Peter Maydell <peter.maydell@linaro.org>
1145 S: Odd Fixes
1146 F: ui/cocoa.m
1148 Main loop
1149 M: Paolo Bonzini <pbonzini@redhat.com>
1150 S: Maintained
1151 F: cpus.c
1152 F: main-loop.c
1153 F: qemu-timer.c
1154 F: vl.c
1156 Human Monitor (HMP)
1157 M: Luiz Capitulino <lcapitulino@redhat.com>
1158 S: Maintained
1159 F: monitor.c
1160 F: hmp.c
1161 F: hmp-commands.hx
1162 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1164 Network device backends
1165 M: Jason Wang <jasowang@redhat.com>
1166 S: Maintained
1167 F: net/
1168 F: include/net/
1169 T: git git://github.com/jasowang/qemu.git net
1171 Netmap network backend
1172 M: Luigi Rizzo <rizzo@iet.unipi.it>
1173 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1174 M: Vincenzo Maffione <v.maffione@gmail.com>
1175 W: http://info.iet.unipi.it/~luigi/netmap/
1176 S: Maintained
1177 F: net/netmap.c
1179 Network Block Device (NBD)
1180 M: Paolo Bonzini <pbonzini@redhat.com>
1181 S: Odd Fixes
1182 F: block/nbd*
1183 F: nbd/
1184 F: include/block/nbd*
1185 F: qemu-nbd.c
1186 T: git git://github.com/bonzini/qemu.git nbd-next
1188 NUMA
1189 M: Eduardo Habkost <ehabkost@redhat.com>
1190 S: Maintained
1191 F: numa.c
1192 F: include/sysemu/numa.h
1193 T: git git://github.com/ehabkost/qemu.git numa
1195 Host Memory Backends
1196 M: Eduardo Habkost <ehabkost@redhat.com>
1197 M: Igor Mammedov <imammedo@redhat.com>
1198 S: Maintained
1199 F: backends/hostmem*.c
1200 F: include/sysemu/hostmem.h
1202 QAPI
1203 M: Markus Armbruster <armbru@redhat.com>
1204 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1205 S: Supported
1206 F: qapi/
1207 X: qapi/*.json
1208 F: include/qapi/
1209 X: include/qapi/qmp/
1210 F: include/qapi/qmp/dispatch.h
1211 F: tests/qapi-schema/
1212 F: tests/test-*-visitor.c
1213 F: tests/test-qmp-*.c
1214 F: scripts/qapi*
1215 F: docs/qapi*
1216 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1218 QAPI Schema
1219 M: Eric Blake <eblake@redhat.com>
1220 M: Markus Armbruster <armbru@redhat.com>
1221 S: Supported
1222 F: qapi-schema.json
1223 F: qapi/*.json
1224 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1226 QObject
1227 M: Luiz Capitulino <lcapitulino@redhat.com>
1228 S: Maintained
1229 F: qobject/
1230 F: include/qapi/qmp/
1231 X: include/qapi/qmp/dispatch.h
1232 F: tests/check-qdict.c
1233 F: tests/check-qfloat.c
1234 F: tests/check-qint.c
1235 F: tests/check-qjson.c
1236 F: tests/check-qlist.c
1237 F: tests/check-qstring.c
1238 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1240 QEMU Guest Agent
1241 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1242 S: Maintained
1243 F: qga/
1244 T: git git://github.com/mdroth/qemu.git qga
1247 M: Andreas Färber <afaerber@suse.de>
1248 S: Supported
1249 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1250 F: include/qom/
1251 X: include/qom/cpu.h
1252 F: qom/
1253 X: qom/cpu.c
1254 F: tests/check-qom-interface.c
1255 F: tests/check-qom-proplist.c
1256 F: tests/qom-test.c
1259 M: Markus Armbruster <armbru@redhat.com>
1260 S: Supported
1261 F: qmp.c
1262 F: monitor.c
1263 F: docs/*qmp-*
1264 F: scripts/qmp/
1265 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1267 Register API
1268 M: Alistair Francis <alistair.francis@xilinx.com>
1269 S: Maintained
1270 F: hw/core/register.c
1271 F: include/hw/register.h
1273 SLIRP
1274 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1275 M: Jan Kiszka <jan.kiszka@siemens.com>
1276 S: Maintained
1277 F: slirp/
1278 F: net/slirp.c
1279 F: include/net/slirp.h
1280 T: git git://git.kiszka.org/qemu.git queues/slirp
1282 Stubs
1283 M: Paolo Bonzini <pbonzini@redhat.com>
1284 S: Maintained
1285 F: stubs/
1287 Tracing
1288 M: Stefan Hajnoczi <stefanha@redhat.com>
1289 S: Maintained
1290 F: trace/
1291 F: scripts/tracetool.py
1292 F: scripts/tracetool/
1293 F: docs/tracing.txt
1294 T: git git://github.com/stefanha/qemu.git tracing
1296 Checkpatch
1297 S: Odd Fixes
1298 F: scripts/checkpatch.pl
1300 Migration
1301 M: Juan Quintela <quintela@redhat.com>
1302 M: Amit Shah <amit.shah@redhat.com>
1303 S: Maintained
1304 F: include/migration/
1305 F: migration/
1306 F: scripts/vmstate-static-checker.py
1307 F: tests/vmstate-static-checker-data/
1308 F: docs/migration.txt
1310 Seccomp
1311 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1312 S: Supported
1313 F: qemu-seccomp.c
1314 F: include/sysemu/seccomp.h
1316 Cryptography
1317 M: Daniel P. Berrange <berrange@redhat.com>
1318 S: Maintained
1319 F: crypto/
1320 F: include/crypto/
1321 F: tests/test-crypto-*
1323 Coroutines
1324 M: Stefan Hajnoczi <stefanha@redhat.com>
1325 M: Kevin Wolf <kwolf@redhat.com>
1326 F: util/*coroutine*
1327 F: include/qemu/coroutine*
1328 F: tests/test-coroutine.c
1330 Buffers
1331 M: Daniel P. Berrange <berrange@redhat.com>
1332 S: Odd fixes
1333 F: util/buffer.c
1334 F: include/qemu/buffer.h
1336 I/O Channels
1337 M: Daniel P. Berrange <berrange@redhat.com>
1338 S: Maintained
1339 F: io/
1340 F: include/io/
1341 F: tests/test-io-*
1343 Sockets
1344 M: Daniel P. Berrange <berrange@redhat.com>
1345 M: Gerd Hoffmann <kraxel@redhat.com>
1346 M: Paolo Bonzini <pbonzini@redhat.com>
1347 S: Maintained
1348 F: include/qemu/sockets.h
1349 F: util/qemu-sockets.c
1351 Throttling infrastructure
1352 M: Alberto Garcia <berto@igalia.com>
1353 S: Supported
1354 F: block/throttle-groups.c
1355 F: include/block/throttle-groups.h
1356 F: include/qemu/throttle.h
1357 F: util/throttle.c
1358 L: qemu-block@nongnu.org
1360 UUID
1361 M: Fam Zheng <famz@redhat.com>
1362 S: Supported
1363 F: util/uuid.c
1364 F: include/qemu/uuid.h
1365 F: tests/test-uuid.c
1367 COLO Proxy
1368 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1369 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1370 S: Supported
1371 F: docs/colo-proxy.txt
1372 F: net/colo*
1373 F: net/filter-rewriter.c
1374 F: net/filter-mirror.c
1376 Usermode Emulation
1377 ------------------
1378 Overall
1379 M: Riku Voipio <riku.voipio@iki.fi>
1380 S: Maintained
1381 F: thunk.c
1382 F: user-exec.c
1384 BSD user
1385 S: Orphan
1386 F: bsd-user/
1388 Linux user
1389 M: Riku Voipio <riku.voipio@iki.fi>
1390 S: Maintained
1391 F: linux-user/
1393 Tiny Code Generator (TCG)
1394 -------------------------
1395 Common code
1396 M: Richard Henderson <rth@twiddle.net>
1397 S: Maintained
1398 F: tcg/
1400 AArch64 target
1401 M: Claudio Fontana <claudio.fontana@huawei.com>
1402 M: Claudio Fontana <claudio.fontana@gmail.com>
1403 S: Maintained
1404 L: qemu-arm@nongnu.org
1405 F: tcg/aarch64/
1406 F: disas/arm-a64.cc
1407 F: disas/libvixl/
1409 ARM target
1410 M: Andrzej Zaborowski <balrogg@gmail.com>
1411 S: Maintained
1412 L: qemu-arm@nongnu.org
1413 F: tcg/arm/
1414 F: disas/arm.c
1416 i386 target
1417 L: qemu-devel@nongnu.org
1418 S: Maintained
1419 F: tcg/i386/
1420 F: disas/i386.c
1422 IA64 target
1423 M: Aurelien Jarno <aurelien@aurel32.net>
1424 S: Maintained
1425 F: tcg/ia64/
1426 F: disas/ia64.c
1428 MIPS target
1429 M: Aurelien Jarno <aurelien@aurel32.net>
1430 S: Maintained
1431 F: tcg/mips/
1432 F: disas/mips.c
1435 M: Vassili Karpov (malc) <av1474@comtv.ru>
1436 S: Maintained
1437 F: tcg/ppc/
1438 F: disas/ppc.c
1440 S390 target
1441 M: Alexander Graf <agraf@suse.de>
1442 M: Richard Henderson <rth@twiddle.net>
1443 S: Maintained
1444 F: tcg/s390/
1445 F: disas/s390.c
1447 SPARC target
1448 S: Odd Fixes
1449 F: tcg/sparc/
1450 F: disas/sparc.c
1452 TCI target
1453 M: Stefan Weil <sw@weilnetz.de>
1454 S: Maintained
1455 F: tcg/tci/
1456 F: tci.c
1457 F: disas/tci.c
1459 Stable branches
1460 ---------------
1461 Stable 1.0
1462 L: qemu-stable@nongnu.org
1463 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1464 S: Orphan
1466 Stable 0.15
1467 L: qemu-stable@nongnu.org
1468 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1469 S: Orphan
1471 Stable 0.14
1472 L: qemu-stable@nongnu.org
1473 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1474 S: Orphan
1476 Stable 0.10
1477 L: qemu-stable@nongnu.org
1478 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1479 S: Orphan
1481 Block drivers
1482 -------------
1483 VMDK
1484 M: Fam Zheng <famz@redhat.com>
1485 L: qemu-block@nongnu.org
1486 S: Supported
1487 F: block/vmdk.c
1490 M: Josh Durgin <jdurgin@redhat.com>
1491 M: Jeff Cody <jcody@redhat.com>
1492 L: qemu-block@nongnu.org
1493 S: Supported
1494 F: block/rbd.c
1495 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497 Sheepdog
1498 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1499 M: Liu Yuan <namei.unix@gmail.com>
1500 M: Jeff Cody <jcody@redhat.com>
1501 L: qemu-block@nongnu.org
1502 L: sheepdog@lists.wpkg.org
1503 S: Supported
1504 F: block/sheepdog.c
1505 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1507 VHDX
1508 M: Jeff Cody <jcody@redhat.com>
1509 L: qemu-block@nongnu.org
1510 S: Supported
1511 F: block/vhdx*
1512 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1515 M: Stefan Weil <sw@weilnetz.de>
1516 L: qemu-block@nongnu.org
1517 S: Maintained
1518 F: block/vdi.c
1520 iSCSI
1521 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1522 M: Paolo Bonzini <pbonzini@redhat.com>
1523 M: Peter Lieven <pl@kamp.de>
1524 L: qemu-block@nongnu.org
1525 S: Supported
1526 F: block/iscsi.c
1529 M: Jeff Cody <jcody@redhat.com>
1530 M: Peter Lieven <pl@kamp.de>
1531 L: qemu-block@nongnu.org
1532 S: Maintained
1533 F: block/nfs.c
1534 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1537 M: Richard W.M. Jones <rjones@redhat.com>
1538 M: Jeff Cody <jcody@redhat.com>
1539 L: qemu-block@nongnu.org
1540 S: Supported
1541 F: block/ssh.c
1542 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1544 ARCHIPELAGO
1545 M: Chrysostomos Nanakos <chris@include.gr>
1546 M: Jeff Cody <jcody@redhat.com>
1547 L: qemu-block@nongnu.org
1548 S: Maintained
1549 F: block/archipelago.c
1550 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1552 CURL
1553 M: Jeff Cody <jcody@redhat.com>
1554 L: qemu-block@nongnu.org
1555 S: Supported
1556 F: block/curl.c
1557 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1559 GLUSTER
1560 M: Jeff Cody <jcody@redhat.com>
1561 L: qemu-block@nongnu.org
1562 S: Supported
1563 F: block/gluster.c
1564 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1566 Null Block Driver
1567 M: Fam Zheng <famz@redhat.com>
1568 L: qemu-block@nongnu.org
1569 S: Supported
1570 F: block/null.c
1572 Bootdevice
1573 M: Gonglei <arei.gonglei@huawei.com>
1574 S: Maintained
1575 F: bootdevice.c
1577 Quorum
1578 M: Alberto Garcia <berto@igalia.com>
1579 S: Supported
1580 F: block/quorum.c
1581 L: qemu-block@nongnu.org
1583 blkverify
1584 M: Stefan Hajnoczi <stefanha@redhat.com>
1585 L: qemu-block@nongnu.org
1586 S: Supported
1587 F: block/blkverify.c
1589 bochs
1590 M: Stefan Hajnoczi <stefanha@redhat.com>
1591 L: qemu-block@nongnu.org
1592 S: Supported
1593 F: block/bochs.c
1595 cloop
1596 M: Stefan Hajnoczi <stefanha@redhat.com>
1597 L: qemu-block@nongnu.org
1598 S: Supported
1599 F: block/cloop.c
1602 M: Stefan Hajnoczi <stefanha@redhat.com>
1603 L: qemu-block@nongnu.org
1604 S: Supported
1605 F: block/dmg.c
1607 parallels
1608 M: Stefan Hajnoczi <stefanha@redhat.com>
1609 M: Denis V. Lunev <den@openvz.org>
1610 L: qemu-block@nongnu.org
1611 S: Supported
1612 F: block/parallels.c
1613 F: docs/specs/parallels.txt
1616 M: Stefan Hajnoczi <stefanha@redhat.com>
1617 L: qemu-block@nongnu.org
1618 S: Supported
1619 F: block/qed.c
1622 M: Kevin Wolf <kwolf@redhat.com>
1623 L: qemu-block@nongnu.org
1624 S: Supported
1625 F: block/linux-aio.c
1626 F: include/block/raw-aio.h
1627 F: block/raw-posix.c
1628 F: block/raw-win32.c
1629 F: block/raw_bsd.c
1630 F: block/win32-aio.c
1632 qcow2
1633 M: Kevin Wolf <kwolf@redhat.com>
1634 M: Max Reitz <mreitz@redhat.com>
1635 L: qemu-block@nongnu.org
1636 S: Supported
1637 F: block/qcow2*
1639 qcow
1640 M: Kevin Wolf <kwolf@redhat.com>
1641 L: qemu-block@nongnu.org
1642 S: Supported
1643 F: block/qcow.c
1645 blkdebug
1646 M: Kevin Wolf <kwolf@redhat.com>
1647 M: Max Reitz <mreitz@redhat.com>
1648 L: qemu-block@nongnu.org
1649 S: Supported
1650 F: block/blkdebug.c
1653 M: Kevin Wolf <kwolf@redhat.com>
1654 L: qemu-block@nongnu.org
1655 S: Supported
1656 F: block/vpc.c
1658 vvfat
1659 M: Kevin Wolf <kwolf@redhat.com>
1660 L: qemu-block@nongnu.org
1661 S: Supported
1662 F: block/vvfat.c
1664 Image format fuzzer
1665 M: Stefan Hajnoczi <stefanha@redhat.com>
1666 L: qemu-block@nongnu.org
1667 S: Supported
1668 F: tests/image-fuzzer/
1670 Replication
1671 M: Wen Congyang <wency@cn.fujitsu.com>
1672 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1673 S: Supported
1674 F: replication*
1675 F: block/replication.c
1676 F: tests/test-replication.c
1677 F: docs/block-replication.txt
1679 Build and test automation
1680 -------------------------
1681 M: Alex BennĂ©e <alex.bennee@linaro.org>
1682 L: qemu-devel@nongnu.org
1683 S: Supported
1684 F: .travis.yml
1686 Documentation
1687 -------------
1688 Build system architecture
1689 M: Daniel P. Berrange <berrange@redhat.com>
1690 S: Odd Fixes
1691 F: docs/build-system.txt
1693 Docker testing
1694 --------------
1695 Docker based testing framework and cases
1696 M: Fam Zheng <famz@redhat.com>
1697 S: Maintained
1698 F: tests/docker/