Merge remote-tracking branch 'remotes/famz/tags/various-pull-request' into staging
[qemu.git] / MAINTAINERS
blobbc4466399fc8612a3a768c10d6793989832fc609
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: disas/ppc.c
177 S390
178 M: Richard Henderson <rth@twiddle.net>
179 M: Alexander Graf <agraf@suse.de>
180 S: Maintained
181 F: target-s390x/
182 F: hw/s390x/
183 F: disas/s390.c
186 M: Aurelien Jarno <aurelien@aurel32.net>
187 S: Odd Fixes
188 F: target-sh4/
189 F: hw/sh4/
190 F: disas/sh4.c
191 F: include/hw/sh4/
193 SPARC
194 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
195 M: Artyom Tarasenko <atar4qemu@gmail.com>
196 S: Maintained
197 F: target-sparc/
198 F: hw/sparc/
199 F: hw/sparc64/
200 F: disas/sparc.c
202 UniCore32
203 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
204 S: Maintained
205 F: target-unicore32/
206 F: hw/unicore32/
207 F: include/hw/unicore32/
210 M: Paolo Bonzini <pbonzini@redhat.com>
211 M: Richard Henderson <rth@twiddle.net>
212 M: Eduardo Habkost <ehabkost@redhat.com>
213 S: Maintained
214 F: target-i386/
215 F: hw/i386/
216 F: disas/i386.c
218 Xtensa
219 M: Max Filippov <jcmvbkbc@gmail.com>
220 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
221 S: Maintained
222 F: target-xtensa/
223 F: hw/xtensa/
224 F: tests/tcg/xtensa/
226 TriCore
227 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
228 S: Maintained
229 F: target-tricore/
230 F: hw/tricore/
231 F: include/hw/tricore/
233 Guest CPU Cores (KVM):
234 ----------------------
236 Overall
237 M: Paolo Bonzini <pbonzini@redhat.com>
238 L: kvm@vger.kernel.org
239 S: Supported
240 F: kvm-*
241 F: */kvm.*
242 F: include/sysemu/kvm*.h
245 M: Peter Maydell <peter.maydell@linaro.org>
246 L: qemu-arm@nongnu.org
247 S: Maintained
248 F: target-arm/kvm.c
250 MIPS
251 M: James Hogan <james.hogan@imgtec.com>
252 S: Maintained
253 F: target-mips/kvm.c
256 M: Alexander Graf <agraf@suse.de>
257 S: Maintained
258 F: target-ppc/kvm.c
260 S390
261 M: Christian Borntraeger <borntraeger@de.ibm.com>
262 M: Cornelia Huck <cornelia.huck@de.ibm.com>
263 M: Alexander Graf <agraf@suse.de>
264 S: Maintained
265 F: target-s390x/kvm.c
266 F: target-s390x/ioinst.[ch]
267 F: target-s390x/machine.c
268 F: hw/intc/s390_flic.c
269 F: hw/intc/s390_flic_kvm.c
270 F: include/hw/s390x/s390_flic.h
271 F: gdb-xml/s390*.xml
272 T: git git://github.com/cohuck/qemu.git s390-next
273 T: git git://github.com/borntraeger/qemu.git s390-next
276 M: Paolo Bonzini <pbonzini@redhat.com>
277 M: Marcelo Tosatti <mtosatti@redhat.com>
278 L: kvm@vger.kernel.org
279 S: Supported
280 F: target-i386/kvm.c
282 Guest CPU Cores (Xen):
283 ----------------------
286 M: Stefano Stabellini <sstabellini@kernel.org>
287 M: Anthony Perard <anthony.perard@citrix.com>
288 L: xen-devel@lists.xensource.com
289 S: Supported
290 F: xen-*
291 F: */xen*
292 F: hw/char/xen_console.c
293 F: hw/display/xenfb.c
294 F: hw/net/xen_nic.c
295 F: hw/block/xen_*
296 F: hw/xen/
297 F: hw/xenpv/
298 F: hw/i386/xen/
299 F: include/hw/xen/
300 F: include/sysemu/xen-mapcache.h
302 Hosts:
303 ------
305 LINUX
306 L: qemu-devel@nongnu.org
307 S: Maintained
308 F: linux-*
309 F: linux-headers/
311 POSIX
312 L: qemu-devel@nongnu.org
313 S: Maintained
314 F: *posix*
316 W32, W64
317 L: qemu-devel@nongnu.org
318 M: Stefan Weil <sw@weilnetz.de>
319 S: Maintained
320 F: *win32*
321 F: qemu.nsi
323 ARM Machines
324 ------------
325 Allwinner-a10
326 M: Beniamino Galvani <b.galvani@gmail.com>
327 L: qemu-arm@nongnu.org
328 S: Maintained
329 F: hw/*/allwinner*
330 F: include/hw/*/allwinner*
331 F: hw/arm/cubieboard.c
333 ARM PrimeCell
334 M: Peter Maydell <peter.maydell@linaro.org>
335 L: qemu-arm@nongnu.org
336 S: Maintained
337 F: hw/char/pl011.c
338 F: hw/display/pl110*
339 F: hw/dma/pl080.c
340 F: hw/dma/pl330.c
341 F: hw/gpio/pl061.c
342 F: hw/input/pl050.c
343 F: hw/intc/pl190.c
344 F: hw/sd/pl181.c
345 F: hw/timer/pl031.c
346 F: include/hw/arm/primecell.h
348 ARM cores
349 M: Peter Maydell <peter.maydell@linaro.org>
350 L: qemu-arm@nongnu.org
351 S: Maintained
352 F: hw/intc/arm*
353 F: hw/intc/gic_internal.h
354 F: hw/misc/a9scu.c
355 F: hw/misc/arm11scu.c
356 F: hw/timer/a9gtimer*
357 F: hw/timer/arm_*
358 F: include/hw/arm/arm.h
359 F: include/hw/intc/arm*
360 F: include/hw/misc/a9scu.h
361 F: include/hw/misc/arm11scu.h
362 F: include/hw/timer/a9gtimer.h
363 F: include/hw/timer/arm_mptimer.h
365 Exynos
366 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
367 L: qemu-arm@nongnu.org
368 S: Maintained
369 F: hw/*/exynos*
370 F: include/hw/arm/exynos4210.h
372 Calxeda Highbank
373 M: Rob Herring <robh@kernel.org>
374 L: qemu-arm@nongnu.org
375 S: Maintained
376 F: hw/arm/highbank.c
377 F: hw/net/xgmac.c
379 Canon DIGIC
380 M: Antony Pavlov <antonynpavlov@gmail.com>
381 L: qemu-arm@nongnu.org
382 S: Maintained
383 F: include/hw/arm/digic.h
384 F: hw/*/digic*
386 Gumstix
387 L: qemu-devel@nongnu.org
388 L: qemu-arm@nongnu.org
389 S: Orphan
390 F: hw/arm/gumstix.c
392 i.MX31
393 M: Peter Chubb <peter.chubb@nicta.com.au>
394 L: qemu-arm@nongnu.org
395 S: Odd fixes
396 F: hw/*/imx*
397 F: hw/arm/kzm.c
398 F: include/hw/arm/fsl-imx31.h
400 Integrator CP
401 M: Peter Maydell <peter.maydell@linaro.org>
402 L: qemu-arm@nongnu.org
403 S: Maintained
404 F: hw/arm/integratorcp.c
406 Musicpal
407 M: Jan Kiszka <jan.kiszka@web.de>
408 L: qemu-arm@nongnu.org
409 S: Maintained
410 F: hw/arm/musicpal.c
412 nSeries
413 M: Andrzej Zaborowski <balrogg@gmail.com>
414 L: qemu-arm@nongnu.org
415 S: Maintained
416 F: hw/arm/nseries.c
418 Palm
419 M: Andrzej Zaborowski <balrogg@gmail.com>
420 L: qemu-arm@nongnu.org
421 S: Maintained
422 F: hw/arm/palm.c
424 Real View
425 M: Peter Maydell <peter.maydell@linaro.org>
426 L: qemu-arm@nongnu.org
427 S: Maintained
428 F: hw/arm/realview*
429 F: hw/intc/realview_gic.c
430 F: include/hw/intc/realview_gic.h
432 PXA2XX
433 M: Andrzej Zaborowski <balrogg@gmail.com>
434 L: qemu-arm@nongnu.org
435 S: Maintained
436 F: hw/arm/mainstone.c
437 F: hw/arm/spitz.c
438 F: hw/arm/tosa.c
439 F: hw/arm/z2.c
440 F: hw/*/pxa2xx*
441 F: include/hw/arm/pxa.h
443 Stellaris
444 M: Peter Maydell <peter.maydell@linaro.org>
445 L: qemu-arm@nongnu.org
446 S: Maintained
447 F: hw/*/stellaris*
449 Versatile PB
450 M: Peter Maydell <peter.maydell@linaro.org>
451 L: qemu-arm@nongnu.org
452 S: Maintained
453 F: hw/*/versatile*
455 Xilinx Zynq
456 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
457 M: Alistair Francis <alistair.francis@xilinx.com>
458 L: qemu-arm@nongnu.org
459 S: Maintained
460 F: hw/*/xilinx_*
461 F: hw/*/cadence_*
462 F: hw/misc/zynq_slcr.c
463 X: hw/ssi/xilinx_*
465 Xilinx ZynqMP
466 M: Alistair Francis <alistair.francis@xilinx.com>
467 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
468 L: qemu-arm@nongnu.org
469 S: Maintained
470 F: hw/*/xlnx*.c
471 F: include/hw/*/xlnx*.h
473 ARM ACPI Subsystem
474 M: Shannon Zhao <zhaoshenglong@huawei.com>
475 M: Shannon Zhao <shannon.zhao@linaro.org>
476 L: qemu-arm@nongnu.org
477 S: Maintained
478 F: hw/arm/virt-acpi-build.c
479 F: include/hw/arm/virt-acpi-build.h
481 CRIS Machines
482 -------------
483 Axis Dev88
484 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
485 S: Maintained
486 F: hw/cris/axis_dev88.c
487 F: hw/*/etraxfs_*.c
489 LM32 Machines
490 -------------
491 EVR32 and uclinux BSP
492 M: Michael Walle <michael@walle.cc>
493 S: Maintained
494 F: hw/lm32/lm32_boards.c
496 milkymist
497 M: Michael Walle <michael@walle.cc>
498 S: Maintained
499 F: hw/lm32/milkymist.c
501 M68K Machines
502 -------------
503 an5206
504 S: Orphan
505 F: hw/m68k/an5206.c
507 dummy_m68k
508 S: Orphan
509 F: hw/m68k/dummy_m68k.c
511 mcf5208
512 S: Orphan
513 F: hw/m68k/mcf5208.c
515 MicroBlaze Machines
516 -------------------
517 petalogix_s3adsp1800
518 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
519 S: Maintained
520 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
522 petalogix_ml605
523 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
524 S: Maintained
525 F: hw/microblaze/petalogix_ml605_mmu.c
527 MIPS Machines
528 -------------
529 Jazz
530 M: HervĂ© Poussineau <hpoussin@reactos.org>
531 S: Maintained
532 F: hw/mips/mips_jazz.c
534 Malta
535 M: Aurelien Jarno <aurelien@aurel32.net>
536 S: Maintained
537 F: hw/mips/mips_malta.c
539 Mipssim
540 L: qemu-devel@nongnu.org
541 S: Orphan
542 F: hw/mips/mips_mipssim.c
544 R4000
545 M: Aurelien Jarno <aurelien@aurel32.net>
546 S: Maintained
547 F: hw/mips/mips_r4k.c
549 OpenRISC Machines
550 -----------------
551 or1k-sim
552 M: Jia Liu <proljc@gmail.com>
553 S: Maintained
554 F: hw/openrisc/openrisc_sim.c
556 PowerPC Machines
557 ----------------
559 M: Alexander Graf <agraf@suse.de>
560 L: qemu-ppc@nongnu.org
561 S: Odd Fixes
562 F: hw/ppc/ppc405_boards.c
564 Bamboo
565 M: Alexander Graf <agraf@suse.de>
566 L: qemu-ppc@nongnu.org
567 S: Odd Fixes
568 F: hw/ppc/ppc440_bamboo.c
570 e500
571 M: Alexander Graf <agraf@suse.de>
572 M: Scott Wood <scottwood@freescale.com>
573 L: qemu-ppc@nongnu.org
574 S: Supported
575 F: hw/ppc/e500.[hc]
576 F: hw/ppc/e500plat.c
578 mpc8544ds
579 M: Alexander Graf <agraf@suse.de>
580 M: Scott Wood <scottwood@freescale.com>
581 L: qemu-ppc@nongnu.org
582 S: Supported
583 F: hw/ppc/mpc8544ds.c
584 F: hw/ppc/mpc8544_guts.c
586 New World
587 M: Alexander Graf <agraf@suse.de>
588 L: qemu-ppc@nongnu.org
589 S: Maintained
590 F: hw/ppc/mac_newworld.c
591 F: hw/pci-host/uninorth.c
592 F: hw/pci-bridge/dec.[hc]
593 F: hw/misc/macio/
595 Old World
596 M: Alexander Graf <agraf@suse.de>
597 L: qemu-ppc@nongnu.org
598 S: Maintained
599 F: hw/ppc/mac_oldworld.c
600 F: hw/pci-host/grackle.c
601 F: hw/misc/macio/
603 PReP
604 L: qemu-devel@nongnu.org
605 L: qemu-ppc@nongnu.org
606 S: Odd Fixes
607 F: hw/ppc/prep.c
608 F: hw/pci-host/prep.[hc]
609 F: hw/isa/pc87312.[hc]
611 sPAPR
612 M: David Gibson <david@gibson.dropbear.id.au>
613 M: Alexander Graf <agraf@suse.de>
614 L: qemu-ppc@nongnu.org
615 S: Supported
616 F: hw/*/spapr*
617 F: include/hw/*/spapr*
618 F: hw/*/xics*
619 F: include/hw/*/xics*
620 F: pc-bios/spapr-rtas/*
622 virtex_ml507
623 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
624 L: qemu-ppc@nongnu.org
625 S: Odd Fixes
626 F: hw/ppc/virtex_ml507.c
628 SH4 Machines
629 ------------
631 M: Magnus Damm <magnus.damm@gmail.com>
632 S: Maintained
633 F: hw/sh4/r2d.c
635 Shix
636 M: Magnus Damm <magnus.damm@gmail.com>
637 S: Orphan
638 F: hw/sh4/shix.c
640 SPARC Machines
641 --------------
642 Sun4m
643 M: Blue Swirl <blauwirbel@gmail.com>
644 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
645 S: Maintained
646 F: hw/sparc/sun4m.c
648 Sun4u
649 M: Blue Swirl <blauwirbel@gmail.com>
650 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
651 S: Maintained
652 F: hw/sparc64/sun4u.c
654 Leon3
655 M: Fabien Chouteau <chouteau@adacore.com>
656 S: Maintained
657 F: hw/sparc/leon3.c
658 F: hw/*/grlib*
660 S390 Machines
661 -------------
662 S390 Virtio-ccw
663 M: Cornelia Huck <cornelia.huck@de.ibm.com>
664 M: Christian Borntraeger <borntraeger@de.ibm.com>
665 M: Alexander Graf <agraf@suse.de>
666 S: Supported
667 F: hw/char/sclp*.[hc]
668 F: hw/s390x/
669 F: include/hw/s390x/
670 F: pc-bios/s390-ccw/
671 F: hw/watchdog/wdt_diag288.c
672 F: include/hw/watchdog/wdt_diag288.h
673 F: pc-bios/s390-ccw.img
674 F: default-configs/s390x-softmmu.mak
675 T: git git://github.com/cohuck/qemu.git s390-next
676 T: git git://github.com/borntraeger/qemu.git s390-next
678 UniCore32 Machines
679 -------------
680 PKUnity-3 SoC initramfs-with-busybox
681 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
682 S: Maintained
683 F: hw/*/puv3*
684 F: hw/unicore32/
686 X86 Machines
687 ------------
689 M: Michael S. Tsirkin <mst@redhat.com>
690 S: Supported
691 F: include/hw/i386/
692 F: hw/i386/
693 F: hw/pci-host/piix.c
694 F: hw/pci-host/q35.c
695 F: hw/pci-host/pam.c
696 F: include/hw/pci-host/q35.h
697 F: include/hw/pci-host/pam.h
698 F: hw/isa/piix4.c
699 F: hw/isa/lpc_ich9.c
700 F: hw/i2c/smbus_ich9.c
701 F: hw/acpi/piix4.c
702 F: hw/acpi/ich9.c
703 F: include/hw/acpi/ich9.h
704 F: include/hw/acpi/piix4.h
705 F: hw/misc/sga.c
707 PC Chipset
708 M: Michael S. Tsirkin <mst@redhat.com>
709 M: Paolo Bonzini <pbonzini@redhat.com>
710 S: Support
711 F: hw/char/debugcon.c
712 F: hw/char/parallel.c
713 F: hw/char/serial*
714 F: hw/dma/i8257*
715 F: hw/i2c/pm_smbus.c
716 F: hw/intc/apic*
717 F: hw/intc/ioapic*
718 F: hw/intc/i8259*
719 F: hw/misc/debugexit.c
720 F: hw/misc/pc-testdev.c
721 F: hw/timer/hpet*
722 F: hw/timer/i8254*
723 F: hw/timer/mc146818rtc*
724 F: include/hw/i2c/pm_smbus.h
725 F: include/hw/timer/hpet.h
726 F: include/hw/timer/i8254*
727 F: include/hw/timer/mc146818rtc*
729 Machine core
730 M: Eduardo Habkost <ehabkost@redhat.com>
731 M: Marcel Apfelbaum <marcel@redhat.com>
732 S: Supported
733 F: hw/core/machine.c
734 F: include/hw/boards.h
736 Xtensa Machines
737 ---------------
739 M: Max Filippov <jcmvbkbc@gmail.com>
740 S: Maintained
741 F: hw/xtensa/sim.c
743 XTFPGA (LX60, LX200, ML605, KC705)
744 M: Max Filippov <jcmvbkbc@gmail.com>
745 S: Maintained
746 F: hw/xtensa/xtfpga.c
747 F: hw/net/opencores_eth.c
749 Devices
750 -------
752 M: Jiri Slaby <jslaby@suse.cz>
753 S: Maintained
754 F: hw/misc/edu.c
757 M: John Snow <jsnow@redhat.com>
758 L: qemu-block@nongnu.org
759 S: Supported
760 F: include/hw/ide.h
761 F: hw/ide/
762 F: hw/block/block.c
763 F: hw/block/cdrom.c
764 F: hw/block/hd-geometry.c
765 F: tests/ide-test.c
766 F: tests/ahci-test.c
767 F: tests/libqos/ahci*
768 T: git git://github.com/jnsnow/qemu.git ide
770 Floppy
771 M: John Snow <jsnow@redhat.com>
772 L: qemu-block@nongnu.org
773 S: Supported
774 F: hw/block/fdc.c
775 F: include/hw/block/fdc.h
776 F: tests/fdc-test.c
777 T: git git://github.com/jnsnow/qemu.git ide
779 OMAP
780 M: Peter Maydell <peter.maydell@linaro.org>
781 S: Maintained
782 F: hw/*/omap*
783 F: include/hw/arm/omap.h
785 IPack
786 M: Alberto Garcia <berto@igalia.com>
787 S: Odd Fixes
788 F: hw/char/ipoctal232.c
789 F: hw/ipack/
792 M: Michael S. Tsirkin <mst@redhat.com>
793 M: Marcel Apfelbaum <marcel@redhat.com>
794 S: Supported
795 F: include/hw/pci/*
796 F: hw/misc/pci-testdev.c
797 F: hw/pci/*
798 F: hw/pci-bridge/*
800 ACPI/SMBIOS
801 M: Michael S. Tsirkin <mst@redhat.com>
802 M: Igor Mammedov <imammedo@redhat.com>
803 S: Supported
804 F: include/hw/acpi/*
805 F: include/hw/smbios/*
806 F: hw/mem/*
807 F: hw/acpi/*
808 F: hw/smbios/*
809 F: hw/i386/acpi-build.[hc]
810 F: hw/arm/virt-acpi-build.c
811 F: include/hw/arm/virt-acpi-build.h
813 ppc4xx
814 M: Alexander Graf <agraf@suse.de>
815 L: qemu-ppc@nongnu.org
816 S: Odd Fixes
817 F: hw/ppc/ppc4*.c
819 ppce500
820 M: Alexander Graf <agraf@suse.de>
821 M: Scott Wood <scottwood@freescale.com>
822 L: qemu-ppc@nongnu.org
823 S: Supported
824 F: hw/ppc/e500*
825 F: hw/pci-host/ppce500.c
826 F: hw/net/fsl_etsec/
828 Character devices
829 M: Paolo Bonzini <pbonzini@redhat.com>
830 S: Odd Fixes
831 F: hw/char/
833 Network devices
834 M: Jason Wang <jasowang@redhat.com>
835 S: Odd Fixes
836 F: hw/net/
837 F: tests/virtio-net-test.c
838 T: git git://github.com/jasowang/qemu.git net
840 SCSI
841 M: Paolo Bonzini <pbonzini@redhat.com>
842 S: Supported
843 F: include/hw/scsi/*
844 F: hw/scsi/*
845 F: tests/virtio-scsi-test.c
846 T: git git://github.com/bonzini/qemu.git scsi-next
848 LSI53C895A
849 S: Orphan
850 F: hw/scsi/lsi53c895a.c
853 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
854 S: Maintained
855 F: hw/ssi/*
856 F: hw/block/m25p80.c
857 X: hw/ssi/xilinx_*
859 Xilinx SPI
860 M: Alistair Francis <alistair.francis@xilinx.com>
861 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
862 S: Maintained
863 F: hw/ssi/xilinx_*
866 M: Gerd Hoffmann <kraxel@redhat.com>
867 S: Maintained
868 F: hw/usb/*
869 F: tests/usb-*-test.c
870 F: docs/usb2.txt
871 F: docs/usb-storage.txt
872 F: include/hw/usb.h
873 F: include/hw/usb/
875 USB (serial adapter)
876 M: Gerd Hoffmann <kraxel@redhat.com>
877 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
878 S: Maintained
879 F: hw/usb/dev-serial.c
881 VFIO
882 M: Alex Williamson <alex.williamson@redhat.com>
883 S: Supported
884 F: hw/vfio/*
885 F: include/hw/vfio/
887 vhost
888 M: Michael S. Tsirkin <mst@redhat.com>
889 S: Supported
890 F: hw/*/*vhost*
892 virtio
893 M: Michael S. Tsirkin <mst@redhat.com>
894 S: Supported
895 F: hw/*/virtio*
896 F: net/vhost-user.c
897 F: include/hw/virtio/
898 F: tests/virtio-balloon-test.c
900 virtio-9p
901 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
902 M: Greg Kurz <groug@kaod.org>
903 S: Supported
904 F: hw/9pfs/
905 F: fsdev/
906 F: tests/virtio-9p-test.c
907 T: git git://github.com/kvaneesh/QEMU.git
908 T: git git://github.com/gkurz/qemu.git 9p-next
910 virtio-blk
911 M: Stefan Hajnoczi <stefanha@redhat.com>
912 L: qemu-block@nongnu.org
913 S: Supported
914 F: hw/block/virtio-blk.c
915 F: hw/block/dataplane/*
916 F: tests/virtio-blk-test.c
917 T: git git://github.com/stefanha/qemu.git block
919 virtio-ccw
920 M: Cornelia Huck <cornelia.huck@de.ibm.com>
921 M: Christian Borntraeger <borntraeger@de.ibm.com>
922 S: Supported
923 F: hw/s390x/virtio-ccw.[hc]
924 T: git git://github.com/cohuck/qemu.git s390-next
925 T: git git://github.com/borntraeger/qemu.git s390-next
927 virtio-input
928 M: Gerd Hoffmann <kraxel@redhat.com>
929 S: Maintained
930 F: hw/input/virtio-input*.c
931 F: include/hw/virtio/virtio-input.h
933 virtio-serial
934 M: Amit Shah <amit.shah@redhat.com>
935 S: Supported
936 F: hw/char/virtio-serial-bus.c
937 F: hw/char/virtio-console.c
938 F: include/hw/virtio/virtio-serial.h
939 F: tests/virtio-console-test.c
940 F: tests/virtio-serial-test.c
942 virtio-rng
943 M: Amit Shah <amit.shah@redhat.com>
944 S: Supported
945 F: hw/virtio/virtio-rng.c
946 F: include/hw/virtio/virtio-rng.h
947 F: include/sysemu/rng*.h
948 F: backends/rng*.c
949 F: tests/virtio-rng-test.c
951 nvme
952 M: Keith Busch <keith.busch@intel.com>
953 L: qemu-block@nongnu.org
954 S: Supported
955 F: hw/block/nvme*
956 F: tests/nvme-test.c
958 megasas
959 M: Hannes Reinecke <hare@suse.de>
960 L: qemu-block@nongnu.org
961 S: Supported
962 F: hw/scsi/megasas.c
963 F: hw/scsi/mfi.h
965 Network packet abstractions
966 M: Dmitry Fleytman <dmitry@daynix.com>
967 S: Maintained
968 F: include/net/eth.h
969 F: net/eth.c
970 F: hw/net/net_rx_pkt*
971 F: hw/net/net_tx_pkt*
973 Vmware
974 M: Dmitry Fleytman <dmitry@daynix.com>
975 S: Maintained
976 F: hw/net/vmxnet*
977 F: hw/scsi/vmw_pvscsi*
979 Rocker
980 M: Jiri Pirko <jiri@resnulli.us>
981 S: Maintained
982 F: hw/net/rocker/
984 NVDIMM
985 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
986 S: Maintained
987 F: hw/acpi/nvdimm.c
988 F: hw/mem/nvdimm.c
989 F: include/hw/mem/nvdimm.h
991 e1000x
992 M: Dmitry Fleytman <dmitry@daynix.com>
993 S: Maintained
994 F: hw/net/e1000x*
996 e1000e
997 M: Dmitry Fleytman <dmitry@daynix.com>
998 S: Maintained
999 F: hw/net/e1000e*
1001 Subsystems
1002 ----------
1003 Audio
1004 M: Gerd Hoffmann <kraxel@redhat.com>
1005 S: Maintained
1006 F: audio/
1007 F: hw/audio/
1008 F: tests/ac97-test.c
1009 F: tests/es1370-test.c
1010 F: tests/intel-hda-test.c
1012 Block layer core
1013 M: Kevin Wolf <kwolf@redhat.com>
1014 M: Max Reitz <mreitz@redhat.com>
1015 L: qemu-block@nongnu.org
1016 S: Supported
1017 F: block*
1018 F: block/
1019 F: hw/block/
1020 F: include/block/
1021 F: qemu-img*
1022 F: qemu-io*
1023 F: tests/qemu-iotests/
1024 T: git git://repo.or.cz/qemu/kevin.git block
1026 Block I/O path
1027 M: Stefan Hajnoczi <stefanha@redhat.com>
1028 M: Fam Zheng <famz@redhat.com>
1029 L: qemu-block@nongnu.org
1030 S: Supported
1031 F: async.c
1032 F: aio-*.c
1033 F: block/io.c
1034 F: migration/block*
1035 F: include/block/aio.h
1036 T: git git://github.com/stefanha/qemu.git block
1038 Block Jobs
1039 M: Jeff Cody <jcody@redhat.com>
1040 L: qemu-block@nongnu.org
1041 S: Supported
1042 F: blockjob.c
1043 F: include/block/blockjob.h
1044 F: block/backup.c
1045 F: block/commit.c
1046 F: block/stream.c
1047 F: block/mirror.c
1048 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1050 Block QAPI, monitor, command line
1051 M: Markus Armbruster <armbru@redhat.com>
1052 S: Supported
1053 F: blockdev.c
1054 F: block/qapi.c
1055 F: qapi/block*.json
1056 T: git git://repo.or.cz/qemu/armbru.git block-next
1058 Character device backends
1059 M: Paolo Bonzini <pbonzini@redhat.com>
1060 S: Maintained
1061 F: qemu-char.c
1062 F: backends/msmouse.c
1063 F: backends/testdev.c
1065 Character Devices (Braille)
1066 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1067 S: Maintained
1068 F: backends/baum.c
1070 Coverity model
1071 M: Markus Armbruster <armbru@redhat.com>
1072 S: Supported
1073 F: scripts/coverity-model.c
1076 L: qemu-devel@nongnu.org
1077 S: Supported
1078 F: qom/cpu.c
1079 F: include/qom/cpu.h
1081 Device Tree
1082 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1083 M: Alexander Graf <agraf@suse.de>
1084 S: Maintained
1085 F: device_tree.c
1086 F: include/sysemu/device_tree.h
1088 Error reporting
1089 M: Markus Armbruster <armbru@redhat.com>
1090 S: Supported
1091 F: include/qapi/error.h
1092 F: include/qemu/error-report.h
1093 F: util/error.c
1094 F: util/qemu-error.c
1096 GDB stub
1097 L: qemu-devel@nongnu.org
1098 S: Odd Fixes
1099 F: gdbstub*
1100 F: gdb-xml/
1102 Memory API
1103 M: Paolo Bonzini <pbonzini@redhat.com>
1104 S: Supported
1105 F: include/exec/ioport.h
1106 F: ioport.c
1107 F: include/exec/memory.h
1108 F: include/exec/ram_addr.h
1109 F: memory.c
1110 F: include/exec/memory-internal.h
1111 F: exec.c
1113 SPICE
1114 M: Gerd Hoffmann <kraxel@redhat.com>
1115 S: Supported
1116 F: include/ui/qemu-spice.h
1117 F: include/ui/spice-display.h
1118 F: ui/spice-*.c
1119 F: audio/spiceaudio.c
1120 F: hw/display/qxl*
1122 Graphics
1123 M: Gerd Hoffmann <kraxel@redhat.com>
1124 S: Odd Fixes
1125 F: ui/
1126 F: include/ui/
1128 Cocoa graphics
1129 M: Peter Maydell <peter.maydell@linaro.org>
1130 S: Odd Fixes
1131 F: ui/cocoa.m
1133 Main loop
1134 M: Paolo Bonzini <pbonzini@redhat.com>
1135 S: Maintained
1136 F: cpus.c
1137 F: main-loop.c
1138 F: qemu-timer.c
1139 F: vl.c
1141 Human Monitor (HMP)
1142 M: Luiz Capitulino <lcapitulino@redhat.com>
1143 S: Maintained
1144 F: monitor.c
1145 F: hmp.c
1146 F: hmp-commands.hx
1147 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1149 Network device backends
1150 M: Jason Wang <jasowang@redhat.com>
1151 S: Maintained
1152 F: net/
1153 F: include/net/
1154 T: git git://github.com/jasowang/qemu.git net
1156 Netmap network backend
1157 M: Luigi Rizzo <rizzo@iet.unipi.it>
1158 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1159 M: Vincenzo Maffione <v.maffione@gmail.com>
1160 W: http://info.iet.unipi.it/~luigi/netmap/
1161 S: Maintained
1162 F: net/netmap.c
1164 Network Block Device (NBD)
1165 M: Paolo Bonzini <pbonzini@redhat.com>
1166 S: Odd Fixes
1167 F: block/nbd*
1168 F: nbd/
1169 F: include/block/nbd*
1170 F: qemu-nbd.c
1171 T: git git://github.com/bonzini/qemu.git nbd-next
1173 NUMA
1174 M: Eduardo Habkost <ehabkost@redhat.com>
1175 S: Maintained
1176 F: numa.c
1177 F: include/sysemu/numa.h
1178 T: git git://github.com/ehabkost/qemu.git numa
1180 Host Memory Backends
1181 M: Eduardo Habkost <ehabkost@redhat.com>
1182 M: Igor Mammedov <imammedo@redhat.com>
1183 S: Maintained
1184 F: backends/hostmem*.c
1185 F: include/sysemu/hostmem.h
1187 QAPI
1188 M: Markus Armbruster <armbru@redhat.com>
1189 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1190 S: Supported
1191 F: qapi/
1192 X: qapi/*.json
1193 F: include/qapi/
1194 X: include/qapi/qmp/
1195 F: include/qapi/qmp/dispatch.h
1196 F: tests/qapi-schema/
1197 F: tests/test-*-visitor.c
1198 F: tests/test-qmp-*.c
1199 F: scripts/qapi*
1200 F: docs/qapi*
1201 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1203 QAPI Schema
1204 M: Eric Blake <eblake@redhat.com>
1205 M: Markus Armbruster <armbru@redhat.com>
1206 S: Supported
1207 F: qapi-schema.json
1208 F: qapi/*.json
1209 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1211 QObject
1212 M: Luiz Capitulino <lcapitulino@redhat.com>
1213 S: Maintained
1214 F: qobject/
1215 F: include/qapi/qmp/
1216 X: include/qapi/qmp/dispatch.h
1217 F: tests/check-qdict.c
1218 F: tests/check-qfloat.c
1219 F: tests/check-qint.c
1220 F: tests/check-qjson.c
1221 F: tests/check-qlist.c
1222 F: tests/check-qstring.c
1223 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1225 QEMU Guest Agent
1226 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1227 S: Maintained
1228 F: qga/
1229 T: git git://github.com/mdroth/qemu.git qga
1232 M: Andreas Färber <afaerber@suse.de>
1233 S: Supported
1234 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1235 F: include/qom/
1236 X: include/qom/cpu.h
1237 F: qom/
1238 X: qom/cpu.c
1239 F: tests/check-qom-interface.c
1240 F: tests/check-qom-proplist.c
1241 F: tests/qom-test.c
1244 M: Markus Armbruster <armbru@redhat.com>
1245 S: Supported
1246 F: qmp.c
1247 F: monitor.c
1248 F: docs/*qmp-*
1249 F: scripts/qmp/
1250 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1252 Register API
1253 M: Alistair Francis <alistair.francis@xilinx.com>
1254 S: Maintained
1255 F: hw/core/register.c
1256 F: include/hw/register.h
1258 SLIRP
1259 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1260 M: Jan Kiszka <jan.kiszka@siemens.com>
1261 S: Maintained
1262 F: slirp/
1263 F: net/slirp.c
1264 F: include/net/slirp.h
1265 T: git git://git.kiszka.org/qemu.git queues/slirp
1267 Stubs
1268 M: Paolo Bonzini <pbonzini@redhat.com>
1269 S: Maintained
1270 F: stubs/
1272 Tracing
1273 M: Stefan Hajnoczi <stefanha@redhat.com>
1274 S: Maintained
1275 F: trace/
1276 F: scripts/tracetool.py
1277 F: scripts/tracetool/
1278 F: docs/tracing.txt
1279 T: git git://github.com/stefanha/qemu.git tracing
1281 Checkpatch
1282 S: Odd Fixes
1283 F: scripts/checkpatch.pl
1285 Migration
1286 M: Juan Quintela <quintela@redhat.com>
1287 M: Amit Shah <amit.shah@redhat.com>
1288 S: Maintained
1289 F: include/migration/
1290 F: migration/
1291 F: scripts/vmstate-static-checker.py
1292 F: tests/vmstate-static-checker-data/
1293 F: docs/migration.txt
1295 Seccomp
1296 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1297 S: Supported
1298 F: qemu-seccomp.c
1299 F: include/sysemu/seccomp.h
1301 Cryptography
1302 M: Daniel P. Berrange <berrange@redhat.com>
1303 S: Maintained
1304 F: crypto/
1305 F: include/crypto/
1306 F: tests/test-crypto-*
1308 Coroutines
1309 M: Stefan Hajnoczi <stefanha@redhat.com>
1310 M: Kevin Wolf <kwolf@redhat.com>
1311 F: util/*coroutine*
1312 F: include/qemu/coroutine*
1313 F: tests/test-coroutine.c
1315 Buffers
1316 M: Daniel P. Berrange <berrange@redhat.com>
1317 S: Odd fixes
1318 F: util/buffer.c
1319 F: include/qemu/buffer.h
1321 I/O Channels
1322 M: Daniel P. Berrange <berrange@redhat.com>
1323 S: Maintained
1324 F: io/
1325 F: include/io/
1326 F: tests/test-io-*
1328 Sockets
1329 M: Daniel P. Berrange <berrange@redhat.com>
1330 M: Gerd Hoffmann <kraxel@redhat.com>
1331 M: Paolo Bonzini <pbonzini@redhat.com>
1332 S: Maintained
1333 F: include/qemu/sockets.h
1334 F: util/qemu-sockets.c
1336 Throttling infrastructure
1337 M: Alberto Garcia <berto@igalia.com>
1338 S: Supported
1339 F: block/throttle-groups.c
1340 F: include/block/throttle-groups.h
1341 F: include/qemu/throttle.h
1342 F: util/throttle.c
1343 L: qemu-block@nongnu.org
1345 UUID
1346 M: Fam Zheng <famz@redhat.com>
1347 S: Supported
1348 F: util/uuid.c
1349 F: include/qemu/uuid.h
1350 F: tests/test-uuid.c
1352 Usermode Emulation
1353 ------------------
1354 Overall
1355 M: Riku Voipio <riku.voipio@iki.fi>
1356 S: Maintained
1357 F: thunk.c
1358 F: user-exec.c
1360 BSD user
1361 S: Orphan
1362 F: bsd-user/
1364 Linux user
1365 M: Riku Voipio <riku.voipio@iki.fi>
1366 S: Maintained
1367 F: linux-user/
1369 Tiny Code Generator (TCG)
1370 -------------------------
1371 Common code
1372 M: Richard Henderson <rth@twiddle.net>
1373 S: Maintained
1374 F: tcg/
1376 AArch64 target
1377 M: Claudio Fontana <claudio.fontana@huawei.com>
1378 M: Claudio Fontana <claudio.fontana@gmail.com>
1379 S: Maintained
1380 L: qemu-arm@nongnu.org
1381 F: tcg/aarch64/
1382 F: disas/arm-a64.cc
1383 F: disas/libvixl/
1385 ARM target
1386 M: Andrzej Zaborowski <balrogg@gmail.com>
1387 S: Maintained
1388 L: qemu-arm@nongnu.org
1389 F: tcg/arm/
1390 F: disas/arm.c
1392 i386 target
1393 L: qemu-devel@nongnu.org
1394 S: Maintained
1395 F: tcg/i386/
1396 F: disas/i386.c
1398 IA64 target
1399 M: Aurelien Jarno <aurelien@aurel32.net>
1400 S: Maintained
1401 F: tcg/ia64/
1402 F: disas/ia64.c
1404 MIPS target
1405 M: Aurelien Jarno <aurelien@aurel32.net>
1406 S: Maintained
1407 F: tcg/mips/
1408 F: disas/mips.c
1411 M: Vassili Karpov (malc) <av1474@comtv.ru>
1412 S: Maintained
1413 F: tcg/ppc/
1414 F: disas/ppc.c
1416 S390 target
1417 M: Alexander Graf <agraf@suse.de>
1418 M: Richard Henderson <rth@twiddle.net>
1419 S: Maintained
1420 F: tcg/s390/
1421 F: disas/s390.c
1423 SPARC target
1424 S: Odd Fixes
1425 F: tcg/sparc/
1426 F: disas/sparc.c
1428 TCI target
1429 M: Stefan Weil <sw@weilnetz.de>
1430 S: Maintained
1431 F: tcg/tci/
1432 F: tci.c
1433 F: disas/tci.c
1435 Stable branches
1436 ---------------
1437 Stable 1.0
1438 L: qemu-stable@nongnu.org
1439 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1440 S: Orphan
1442 Stable 0.15
1443 L: qemu-stable@nongnu.org
1444 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1445 S: Orphan
1447 Stable 0.14
1448 L: qemu-stable@nongnu.org
1449 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1450 S: Orphan
1452 Stable 0.10
1453 L: qemu-stable@nongnu.org
1454 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1455 S: Orphan
1457 Block drivers
1458 -------------
1459 VMDK
1460 M: Fam Zheng <famz@redhat.com>
1461 L: qemu-block@nongnu.org
1462 S: Supported
1463 F: block/vmdk.c
1466 M: Josh Durgin <jdurgin@redhat.com>
1467 M: Jeff Cody <jcody@redhat.com>
1468 L: qemu-block@nongnu.org
1469 S: Supported
1470 F: block/rbd.c
1471 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1473 Sheepdog
1474 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1475 M: Liu Yuan <namei.unix@gmail.com>
1476 M: Jeff Cody <jcody@redhat.com>
1477 L: qemu-block@nongnu.org
1478 L: sheepdog@lists.wpkg.org
1479 S: Supported
1480 F: block/sheepdog.c
1481 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1483 VHDX
1484 M: Jeff Cody <jcody@redhat.com>
1485 L: qemu-block@nongnu.org
1486 S: Supported
1487 F: block/vhdx*
1488 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1491 M: Stefan Weil <sw@weilnetz.de>
1492 L: qemu-block@nongnu.org
1493 S: Maintained
1494 F: block/vdi.c
1496 iSCSI
1497 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1498 M: Paolo Bonzini <pbonzini@redhat.com>
1499 M: Peter Lieven <pl@kamp.de>
1500 L: qemu-block@nongnu.org
1501 S: Supported
1502 F: block/iscsi.c
1505 M: Jeff Cody <jcody@redhat.com>
1506 M: Peter Lieven <pl@kamp.de>
1507 L: qemu-block@nongnu.org
1508 S: Maintained
1509 F: block/nfs.c
1510 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1513 M: Richard W.M. Jones <rjones@redhat.com>
1514 M: Jeff Cody <jcody@redhat.com>
1515 L: qemu-block@nongnu.org
1516 S: Supported
1517 F: block/ssh.c
1518 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1520 ARCHIPELAGO
1521 M: Chrysostomos Nanakos <chris@include.gr>
1522 M: Jeff Cody <jcody@redhat.com>
1523 L: qemu-block@nongnu.org
1524 S: Maintained
1525 F: block/archipelago.c
1526 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1528 CURL
1529 M: Jeff Cody <jcody@redhat.com>
1530 L: qemu-block@nongnu.org
1531 S: Supported
1532 F: block/curl.c
1533 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1535 GLUSTER
1536 M: Jeff Cody <jcody@redhat.com>
1537 L: qemu-block@nongnu.org
1538 S: Supported
1539 F: block/gluster.c
1540 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1542 Null Block Driver
1543 M: Fam Zheng <famz@redhat.com>
1544 L: qemu-block@nongnu.org
1545 S: Supported
1546 F: block/null.c
1548 Bootdevice
1549 M: Gonglei <arei.gonglei@huawei.com>
1550 S: Maintained
1551 F: bootdevice.c
1553 Quorum
1554 M: Alberto Garcia <berto@igalia.com>
1555 S: Supported
1556 F: block/quorum.c
1557 L: qemu-block@nongnu.org
1559 blkverify
1560 M: Stefan Hajnoczi <stefanha@redhat.com>
1561 L: qemu-block@nongnu.org
1562 S: Supported
1563 F: block/blkverify.c
1565 bochs
1566 M: Stefan Hajnoczi <stefanha@redhat.com>
1567 L: qemu-block@nongnu.org
1568 S: Supported
1569 F: block/bochs.c
1571 cloop
1572 M: Stefan Hajnoczi <stefanha@redhat.com>
1573 L: qemu-block@nongnu.org
1574 S: Supported
1575 F: block/cloop.c
1578 M: Stefan Hajnoczi <stefanha@redhat.com>
1579 L: qemu-block@nongnu.org
1580 S: Supported
1581 F: block/dmg.c
1583 parallels
1584 M: Stefan Hajnoczi <stefanha@redhat.com>
1585 M: Denis V. Lunev <den@openvz.org>
1586 L: qemu-block@nongnu.org
1587 S: Supported
1588 F: block/parallels.c
1589 F: docs/specs/parallels.txt
1592 M: Stefan Hajnoczi <stefanha@redhat.com>
1593 L: qemu-block@nongnu.org
1594 S: Supported
1595 F: block/qed.c
1598 M: Kevin Wolf <kwolf@redhat.com>
1599 L: qemu-block@nongnu.org
1600 S: Supported
1601 F: block/linux-aio.c
1602 F: include/block/raw-aio.h
1603 F: block/raw-posix.c
1604 F: block/raw-win32.c
1605 F: block/raw_bsd.c
1606 F: block/win32-aio.c
1608 qcow2
1609 M: Kevin Wolf <kwolf@redhat.com>
1610 M: Max Reitz <mreitz@redhat.com>
1611 L: qemu-block@nongnu.org
1612 S: Supported
1613 F: block/qcow2*
1615 qcow
1616 M: Kevin Wolf <kwolf@redhat.com>
1617 L: qemu-block@nongnu.org
1618 S: Supported
1619 F: block/qcow.c
1621 blkdebug
1622 M: Kevin Wolf <kwolf@redhat.com>
1623 M: Max Reitz <mreitz@redhat.com>
1624 L: qemu-block@nongnu.org
1625 S: Supported
1626 F: block/blkdebug.c
1629 M: Kevin Wolf <kwolf@redhat.com>
1630 L: qemu-block@nongnu.org
1631 S: Supported
1632 F: block/vpc.c
1634 vvfat
1635 M: Kevin Wolf <kwolf@redhat.com>
1636 L: qemu-block@nongnu.org
1637 S: Supported
1638 F: block/vvfat.c
1640 Image format fuzzer
1641 M: Stefan Hajnoczi <stefanha@redhat.com>
1642 L: qemu-block@nongnu.org
1643 S: Supported
1644 F: tests/image-fuzzer/
1646 Replication
1647 M: Wen Congyang <wency@cn.fujitsu.com>
1648 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1649 S: Supported
1650 F: replication*
1651 F: block/replication.c
1652 F: tests/test-replication.c
1653 F: docs/block-replication.txt
1655 Build and test automation
1656 -------------------------
1657 M: Alex BennĂ©e <alex.bennee@linaro.org>
1658 L: qemu-devel@nongnu.org
1659 S: Supported
1660 F: .travis.yml
1662 Documentation
1663 -------------
1664 Build system architecture
1665 M: Daniel P. Berrange <berrange@redhat.com>
1666 S: Odd Fixes
1667 F: docs/build-system.txt
1669 Docker testing
1670 --------------
1671 Docker based testing framework and cases
1672 M: Fam Zheng <famz@redhat.com>
1673 S: Maintained
1674 F: tests/docker/