hw/arm/virt: separate versioned type-init code
[qemu/ar7.git] / MAINTAINERS
blobdf990a8ff6c948eba2edb53f4bf1a8124cbd32d4
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
87 FPU emulation
88 M: Aurelien Jarno <aurelien@aurel32.net>
89 M: Peter Maydell <peter.maydell@linaro.org>
90 S: Odd Fixes
91 F: fpu/
92 F: include/fpu/
94 Alpha
95 M: Richard Henderson <rth@twiddle.net>
96 S: Maintained
97 F: target-alpha/
98 F: hw/alpha/
99 F: tests/tcg/alpha/
100 F: disas/alpha.c
103 M: Peter Maydell <peter.maydell@linaro.org>
104 L: qemu-arm@nongnu.org
105 S: Maintained
106 F: target-arm/
107 F: hw/arm/
108 F: hw/cpu/a*mpcore.c
109 F: disas/arm.c
110 F: disas/arm-a64.cc
111 F: disas/libvixl/
113 CRIS
114 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
115 S: Maintained
116 F: target-cris/
117 F: hw/cris/
118 F: tests/tcg/cris/
119 F: disas/cris.c
121 LM32
122 M: Michael Walle <michael@walle.cc>
123 S: Maintained
124 F: target-lm32/
125 F: disas/lm32.c
126 F: hw/lm32/
127 F: hw/*/lm32_*
128 F: hw/*/milkymist-*
129 F: include/hw/char/lm32_juart.h
130 F: include/hw/lm32/
131 F: tests/tcg/lm32/
133 M68K
134 S: Orphan
135 F: target-m68k/
136 F: hw/m68k/
138 MicroBlaze
139 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
140 S: Maintained
141 F: target-microblaze/
142 F: hw/microblaze/
143 F: disas/microblaze.c
145 MIPS
146 M: Aurelien Jarno <aurelien@aurel32.net>
147 M: Leon Alrae <leon.alrae@imgtec.com>
148 S: Maintained
149 F: target-mips/
150 F: hw/mips/
151 F: tests/tcg/mips/
152 F: disas/mips.c
154 Moxie
155 M: Anthony Green <green@moxielogic.com>
156 S: Maintained
157 F: target-moxie/
158 F: disas/moxie.c
160 OpenRISC
161 M: Jia Liu <proljc@gmail.com>
162 S: Maintained
163 F: target-openrisc/
164 F: hw/openrisc/
165 F: tests/tcg/openrisc/
167 PowerPC
168 M: David Gibson <david@gibson.dropbear.id.au>
169 M: Alexander Graf <agraf@suse.de>
170 L: qemu-ppc@nongnu.org
171 S: Maintained
172 F: target-ppc/
173 F: hw/ppc/
174 F: disas/ppc.c
176 S390
177 M: Richard Henderson <rth@twiddle.net>
178 M: Alexander Graf <agraf@suse.de>
179 S: Maintained
180 F: target-s390x/
181 F: hw/s390x/
182 F: disas/s390.c
185 M: Aurelien Jarno <aurelien@aurel32.net>
186 S: Odd Fixes
187 F: target-sh4/
188 F: hw/sh4/
189 F: disas/sh4.c
191 SPARC
192 M: Blue Swirl <blauwirbel@gmail.com>
193 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
194 S: Maintained
195 F: target-sparc/
196 F: hw/sparc/
197 F: hw/sparc64/
198 F: disas/sparc.c
200 UniCore32
201 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
202 S: Maintained
203 F: target-unicore32/
204 F: hw/unicore32/
207 M: Paolo Bonzini <pbonzini@redhat.com>
208 M: Richard Henderson <rth@twiddle.net>
209 M: Eduardo Habkost <ehabkost@redhat.com>
210 S: Maintained
211 F: target-i386/
212 F: hw/i386/
213 F: disas/i386.c
215 Xtensa
216 M: Max Filippov <jcmvbkbc@gmail.com>
217 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
218 S: Maintained
219 F: target-xtensa/
220 F: hw/xtensa/
221 F: tests/tcg/xtensa/
223 TriCore
224 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
225 S: Maintained
226 F: target-tricore/
227 F: hw/tricore/
229 Guest CPU Cores (KVM):
230 ----------------------
232 Overall
233 M: Paolo Bonzini <pbonzini@redhat.com>
234 L: kvm@vger.kernel.org
235 S: Supported
236 F: kvm-*
237 F: */kvm.*
238 F: include/sysemu/kvm*.h
241 M: Peter Maydell <peter.maydell@linaro.org>
242 L: qemu-arm@nongnu.org
243 S: Maintained
244 F: target-arm/kvm.c
246 MIPS
247 M: James Hogan <james.hogan@imgtec.com>
248 S: Maintained
249 F: target-mips/kvm.c
252 M: Alexander Graf <agraf@suse.de>
253 S: Maintained
254 F: target-ppc/kvm.c
256 S390
257 M: Christian Borntraeger <borntraeger@de.ibm.com>
258 M: Cornelia Huck <cornelia.huck@de.ibm.com>
259 M: Alexander Graf <agraf@suse.de>
260 S: Maintained
261 F: target-s390x/kvm.c
262 F: target-s390x/ioinst.[ch]
263 F: target-s390x/machine.c
264 F: hw/intc/s390_flic.c
265 F: hw/intc/s390_flic_kvm.c
266 F: include/hw/s390x/s390_flic.h
267 F: gdb-xml/s390*.xml
268 T: git git://github.com/cohuck/qemu.git s390-next
269 T: git git://github.com/borntraeger/qemu.git s390-next
272 M: Paolo Bonzini <pbonzini@redhat.com>
273 M: Marcelo Tosatti <mtosatti@redhat.com>
274 L: kvm@vger.kernel.org
275 S: Supported
276 F: target-i386/kvm.c
278 Guest CPU Cores (Xen):
279 ----------------------
282 M: Stefano Stabellini <sstabellini@kernel.org>
283 M: Anthony Perard <anthony.perard@citrix.com>
284 L: xen-devel@lists.xensource.com
285 S: Supported
286 F: xen-*
287 F: */xen*
288 F: hw/char/xen_console.c
289 F: hw/display/xenfb.c
290 F: hw/net/xen_nic.c
291 F: hw/block/xen_*
292 F: hw/xen/
293 F: hw/xenpv/
294 F: hw/i386/xen/
295 F: include/hw/xen/
296 F: include/sysemu/xen-mapcache.h
298 Hosts:
299 ------
301 LINUX
302 L: qemu-devel@nongnu.org
303 S: Maintained
304 F: linux-*
305 F: linux-headers/
307 POSIX
308 L: qemu-devel@nongnu.org
309 S: Maintained
310 F: *posix*
312 W32, W64
313 L: qemu-devel@nongnu.org
314 M: Stefan Weil <sw@weilnetz.de>
315 S: Maintained
316 F: *win32*
317 F: qemu.nsi
319 ARM Machines
320 ------------
321 Allwinner-a10
322 M: Beniamino Galvani <b.galvani@gmail.com>
323 L: qemu-arm@nongnu.org
324 S: Maintained
325 F: hw/*/allwinner*
326 F: include/hw/*/allwinner*
327 F: hw/arm/cubieboard.c
329 ARM PrimeCell
330 M: Peter Maydell <peter.maydell@linaro.org>
331 L: qemu-arm@nongnu.org
332 S: Maintained
333 F: hw/char/pl011.c
334 F: hw/display/pl110*
335 F: hw/dma/pl080.c
336 F: hw/dma/pl330.c
337 F: hw/gpio/pl061.c
338 F: hw/input/pl050.c
339 F: hw/intc/pl190.c
340 F: hw/sd/pl181.c
341 F: hw/timer/pl031.c
342 F: include/hw/arm/primecell.h
344 ARM cores
345 M: Peter Maydell <peter.maydell@linaro.org>
346 L: qemu-arm@nongnu.org
347 S: Maintained
348 F: hw/intc/arm*
349 F: hw/intc/gic_internal.h
350 F: hw/misc/a9scu.c
351 F: hw/misc/arm11scu.c
352 F: hw/timer/a9gtimer*
353 F: hw/timer/arm_*
354 F: include/hw/arm/arm.h
355 F: include/hw/intc/arm*
356 F: include/hw/misc/a9scu.h
357 F: include/hw/misc/arm11scu.h
358 F: include/hw/timer/a9gtimer.h
359 F: include/hw/timer/arm_mptimer.h
361 Exynos
362 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
363 L: qemu-arm@nongnu.org
364 S: Maintained
365 F: hw/*/exynos*
366 F: include/hw/arm/exynos4210.h
368 Calxeda Highbank
369 M: Rob Herring <robh@kernel.org>
370 L: qemu-arm@nongnu.org
371 S: Maintained
372 F: hw/arm/highbank.c
373 F: hw/net/xgmac.c
375 Canon DIGIC
376 M: Antony Pavlov <antonynpavlov@gmail.com>
377 L: qemu-arm@nongnu.org
378 S: Maintained
379 F: include/hw/arm/digic.h
380 F: hw/*/digic*
382 Gumstix
383 L: qemu-devel@nongnu.org
384 L: qemu-arm@nongnu.org
385 S: Orphan
386 F: hw/arm/gumstix.c
388 i.MX31
389 M: Peter Chubb <peter.chubb@nicta.com.au>
390 L: qemu-arm@nongnu.org
391 S: Odd fixes
392 F: hw/*/imx*
393 F: hw/arm/kzm.c
394 F: include/hw/arm/fsl-imx31.h
396 Integrator CP
397 M: Peter Maydell <peter.maydell@linaro.org>
398 L: qemu-arm@nongnu.org
399 S: Maintained
400 F: hw/arm/integratorcp.c
402 Musicpal
403 M: Jan Kiszka <jan.kiszka@web.de>
404 L: qemu-arm@nongnu.org
405 S: Maintained
406 F: hw/arm/musicpal.c
408 nSeries
409 M: Andrzej Zaborowski <balrogg@gmail.com>
410 L: qemu-arm@nongnu.org
411 S: Maintained
412 F: hw/arm/nseries.c
414 Palm
415 M: Andrzej Zaborowski <balrogg@gmail.com>
416 L: qemu-arm@nongnu.org
417 S: Maintained
418 F: hw/arm/palm.c
420 Real View
421 M: Peter Maydell <peter.maydell@linaro.org>
422 L: qemu-arm@nongnu.org
423 S: Maintained
424 F: hw/arm/realview*
425 F: hw/intc/realview_gic.c
426 F: include/hw/intc/realview_gic.h
428 PXA2XX
429 M: Andrzej Zaborowski <balrogg@gmail.com>
430 L: qemu-arm@nongnu.org
431 S: Maintained
432 F: hw/arm/mainstone.c
433 F: hw/arm/spitz.c
434 F: hw/arm/tosa.c
435 F: hw/arm/z2.c
436 F: hw/*/pxa2xx*
437 F: include/hw/arm/pxa.h
439 Stellaris
440 M: Peter Maydell <peter.maydell@linaro.org>
441 L: qemu-arm@nongnu.org
442 S: Maintained
443 F: hw/*/stellaris*
445 Versatile PB
446 M: Peter Maydell <peter.maydell@linaro.org>
447 L: qemu-arm@nongnu.org
448 S: Maintained
449 F: hw/*/versatile*
451 Xilinx Zynq
452 M: Alistair Francis <alistair.francis@xilinx.com>
453 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
454 L: qemu-arm@nongnu.org
455 S: Maintained
456 F: hw/arm/xilinx_zynq.c
457 F: hw/misc/zynq_slcr.c
458 F: hw/*/cadence_*
459 F: hw/ssi/xilinx_spips.c
461 Xilinx ZynqMP
462 M: Alistair Francis <alistair.francis@xilinx.com>
463 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
464 L: qemu-arm@nongnu.org
465 S: Maintained
466 F: hw/arm/xlnx-zynqmp.c
467 F: hw/arm/xlnx-ep108.c
468 F: include/hw/arm/xlnx-zynqmp.h
470 ARM ACPI Subsystem
471 M: Shannon Zhao <zhaoshenglong@huawei.com>
472 M: Shannon Zhao <shannon.zhao@linaro.org>
473 L: qemu-arm@nongnu.org
474 S: Maintained
475 F: hw/arm/virt-acpi-build.c
476 F: include/hw/arm/virt-acpi-build.h
478 CRIS Machines
479 -------------
480 Axis Dev88
481 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
482 S: Maintained
483 F: hw/cris/axis_dev88.c
484 F: hw/*/etraxfs_*.c
486 LM32 Machines
487 -------------
488 EVR32 and uclinux BSP
489 M: Michael Walle <michael@walle.cc>
490 S: Maintained
491 F: hw/lm32/lm32_boards.c
493 milkymist
494 M: Michael Walle <michael@walle.cc>
495 S: Maintained
496 F: hw/lm32/milkymist.c
498 M68K Machines
499 -------------
500 an5206
501 S: Orphan
502 F: hw/m68k/an5206.c
504 dummy_m68k
505 S: Orphan
506 F: hw/m68k/dummy_m68k.c
508 mcf5208
509 S: Orphan
510 F: hw/m68k/mcf5208.c
512 MicroBlaze Machines
513 -------------------
514 petalogix_s3adsp1800
515 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
516 S: Maintained
517 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
519 petalogix_ml605
520 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
521 S: Maintained
522 F: hw/microblaze/petalogix_ml605_mmu.c
524 MIPS Machines
525 -------------
526 Jazz
527 M: HervĂ© Poussineau <hpoussin@reactos.org>
528 S: Maintained
529 F: hw/mips/mips_jazz.c
531 Malta
532 M: Aurelien Jarno <aurelien@aurel32.net>
533 S: Maintained
534 F: hw/mips/mips_malta.c
536 Mipssim
537 L: qemu-devel@nongnu.org
538 S: Orphan
539 F: hw/mips/mips_mipssim.c
541 R4000
542 M: Aurelien Jarno <aurelien@aurel32.net>
543 S: Maintained
544 F: hw/mips/mips_r4k.c
546 OpenRISC Machines
547 -----------------
548 or1k-sim
549 M: Jia Liu <proljc@gmail.com>
550 S: Maintained
551 F: hw/openrisc/openrisc_sim.c
553 PowerPC Machines
554 ----------------
556 M: Alexander Graf <agraf@suse.de>
557 L: qemu-ppc@nongnu.org
558 S: Odd Fixes
559 F: hw/ppc/ppc405_boards.c
561 Bamboo
562 M: Alexander Graf <agraf@suse.de>
563 L: qemu-ppc@nongnu.org
564 S: Odd Fixes
565 F: hw/ppc/ppc440_bamboo.c
567 e500
568 M: Alexander Graf <agraf@suse.de>
569 M: Scott Wood <scottwood@freescale.com>
570 L: qemu-ppc@nongnu.org
571 S: Supported
572 F: hw/ppc/e500.[hc]
573 F: hw/ppc/e500plat.c
575 mpc8544ds
576 M: Alexander Graf <agraf@suse.de>
577 M: Scott Wood <scottwood@freescale.com>
578 L: qemu-ppc@nongnu.org
579 S: Supported
580 F: hw/ppc/mpc8544ds.c
581 F: hw/ppc/mpc8544_guts.c
583 New World
584 M: Alexander Graf <agraf@suse.de>
585 L: qemu-ppc@nongnu.org
586 S: Maintained
587 F: hw/ppc/mac_newworld.c
588 F: hw/pci-host/uninorth.c
589 F: hw/pci-bridge/dec.[hc]
590 F: hw/misc/macio/
592 Old World
593 M: Alexander Graf <agraf@suse.de>
594 L: qemu-ppc@nongnu.org
595 S: Maintained
596 F: hw/ppc/mac_oldworld.c
597 F: hw/pci-host/grackle.c
598 F: hw/misc/macio/
600 PReP
601 L: qemu-devel@nongnu.org
602 L: qemu-ppc@nongnu.org
603 S: Odd Fixes
604 F: hw/ppc/prep.c
605 F: hw/pci-host/prep.[hc]
606 F: hw/isa/pc87312.[hc]
608 sPAPR
609 M: David Gibson <david@gibson.dropbear.id.au>
610 M: Alexander Graf <agraf@suse.de>
611 L: qemu-ppc@nongnu.org
612 S: Supported
613 F: hw/*/spapr*
614 F: include/hw/*/spapr*
615 F: hw/*/xics*
616 F: include/hw/*/xics*
617 F: pc-bios/spapr-rtas/*
619 virtex_ml507
620 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
621 L: qemu-ppc@nongnu.org
622 S: Odd Fixes
623 F: hw/ppc/virtex_ml507.c
625 SH4 Machines
626 ------------
628 M: Magnus Damm <magnus.damm@gmail.com>
629 S: Maintained
630 F: hw/sh4/r2d.c
632 Shix
633 M: Magnus Damm <magnus.damm@gmail.com>
634 S: Orphan
635 F: hw/sh4/shix.c
637 SPARC Machines
638 --------------
639 Sun4m
640 M: Blue Swirl <blauwirbel@gmail.com>
641 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
642 S: Maintained
643 F: hw/sparc/sun4m.c
645 Sun4u
646 M: Blue Swirl <blauwirbel@gmail.com>
647 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
648 S: Maintained
649 F: hw/sparc64/sun4u.c
651 Leon3
652 M: Fabien Chouteau <chouteau@adacore.com>
653 S: Maintained
654 F: hw/sparc/leon3.c
655 F: hw/*/grlib*
657 S390 Machines
658 -------------
659 S390 Virtio-ccw
660 M: Cornelia Huck <cornelia.huck@de.ibm.com>
661 M: Christian Borntraeger <borntraeger@de.ibm.com>
662 M: Alexander Graf <agraf@suse.de>
663 S: Supported
664 F: hw/char/sclp*.[hc]
665 F: hw/s390x/
666 F: include/hw/s390x/
667 F: pc-bios/s390-ccw/
668 F: hw/watchdog/wdt_diag288.c
669 T: git git://github.com/cohuck/qemu.git s390-next
670 T: git git://github.com/borntraeger/qemu.git s390-next
672 UniCore32 Machines
673 -------------
674 PKUnity-3 SoC initramfs-with-busybox
675 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
676 S: Maintained
677 F: hw/*/puv3*
678 F: hw/unicore32/
680 X86 Machines
681 ------------
683 M: Michael S. Tsirkin <mst@redhat.com>
684 S: Supported
685 F: include/hw/i386/
686 F: hw/i386/
687 F: hw/pci-host/piix.c
688 F: hw/pci-host/q35.c
689 F: hw/pci-host/pam.c
690 F: include/hw/pci-host/q35.h
691 F: include/hw/pci-host/pam.h
692 F: hw/isa/piix4.c
693 F: hw/isa/lpc_ich9.c
694 F: hw/i2c/smbus_ich9.c
695 F: hw/acpi/piix4.c
696 F: hw/acpi/ich9.c
697 F: include/hw/acpi/ich9.h
698 F: include/hw/acpi/piix.h
699 F: hw/misc/sga.c
701 PC Chipset
702 M: Michael S. Tsirkin <mst@redhat.com>
703 M: Paolo Bonzini <pbonzini@redhat.com>
704 S: Support
705 F: hw/char/debugcon.c
706 F: hw/char/parallel.c
707 F: hw/char/serial*
708 F: hw/dma/i8257*
709 F: hw/i2c/pm_smbus.c
710 F: hw/intc/apic*
711 F: hw/intc/ioapic*
712 F: hw/intc/i8259*
713 F: hw/misc/debugexit.c
714 F: hw/misc/pc-testdev.c
715 F: hw/timer/hpet*
716 F: hw/timer/i8254*
717 F: hw/timer/mc146818rtc*
719 Machine core
720 M: Eduardo Habkost <ehabkost@redhat.com>
721 M: Marcel Apfelbaum <marcel@redhat.com>
722 S: Supported
723 F: hw/core/machine.c
724 F: include/hw/boards.h
726 Xtensa Machines
727 ---------------
729 M: Max Filippov <jcmvbkbc@gmail.com>
730 S: Maintained
731 F: hw/xtensa/sim.c
733 XTFPGA (LX60, LX200, ML605, KC705)
734 M: Max Filippov <jcmvbkbc@gmail.com>
735 S: Maintained
736 F: hw/xtensa/xtfpga.c
737 F: hw/net/opencores_eth.c
739 Devices
740 -------
742 M: Jiri Slaby <jslaby@suse.cz>
743 S: Maintained
744 F: hw/misc/edu.c
747 M: John Snow <jsnow@redhat.com>
748 L: qemu-block@nongnu.org
749 S: Supported
750 F: include/hw/ide.h
751 F: hw/ide/
752 F: hw/block/block.c
753 F: hw/block/cdrom.c
754 F: hw/block/hd-geometry.c
755 F: tests/ide-test.c
756 F: tests/ahci-test.c
757 F: tests/libqos/ahci*
758 T: git git://github.com/jnsnow/qemu.git ide
760 Floppy
761 M: John Snow <jsnow@redhat.com>
762 L: qemu-block@nongnu.org
763 S: Supported
764 F: hw/block/fdc.c
765 F: include/hw/block/fdc.h
766 F: tests/fdc-test.c
767 T: git git://github.com/jnsnow/qemu.git ide
769 OMAP
770 M: Peter Maydell <peter.maydell@linaro.org>
771 S: Maintained
772 F: hw/*/omap*
773 F: include/hw/arm/omap.h
775 IPack
776 M: Alberto Garcia <berto@igalia.com>
777 S: Odd Fixes
778 F: hw/char/ipoctal232.c
779 F: hw/ipack/
782 M: Michael S. Tsirkin <mst@redhat.com>
783 S: Supported
784 F: include/hw/pci/*
785 F: hw/misc/pci-testdev.c
786 F: hw/pci/*
787 F: hw/pci-bridge/*
789 ACPI/SMBIOS
790 M: Michael S. Tsirkin <mst@redhat.com>
791 M: Igor Mammedov <imammedo@redhat.com>
792 S: Supported
793 F: include/hw/acpi/*
794 F: include/hw/smbios/*
795 F: hw/mem/*
796 F: hw/acpi/*
797 F: hw/smbios/*
798 F: hw/i386/acpi-build.[hc]
799 F: hw/i386/*dsl
800 F: hw/arm/virt-acpi-build.c
801 F: include/hw/arm/virt-acpi-build.h
802 F: scripts/acpi*py
804 ppc4xx
805 M: Alexander Graf <agraf@suse.de>
806 L: qemu-ppc@nongnu.org
807 S: Odd Fixes
808 F: hw/ppc/ppc4*.c
810 ppce500
811 M: Alexander Graf <agraf@suse.de>
812 M: Scott Wood <scottwood@freescale.com>
813 L: qemu-ppc@nongnu.org
814 S: Supported
815 F: hw/ppc/e500*
816 F: hw/pci-host/ppce500.c
817 F: hw/net/fsl_etsec/
819 Character devices
820 M: Paolo Bonzini <pbonzini@redhat.com>
821 S: Odd Fixes
822 F: hw/char/
824 Network devices
825 M: Jason Wang <jasowang@redhat.com>
826 S: Odd Fixes
827 F: hw/net/
828 T: git git://github.com/jasowang/qemu.git net
830 SCSI
831 M: Paolo Bonzini <pbonzini@redhat.com>
832 S: Supported
833 F: include/hw/scsi*
834 F: hw/scsi/*
835 T: git git://github.com/bonzini/qemu.git scsi-next
837 LSI53C895A
838 S: Orphan
839 F: hw/scsi/lsi53c895a.c
842 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
843 S: Maintained
844 F: hw/ssi/*
845 F: hw/block/m25p80.c
846 X: hw/ssi/xilinx_*
848 Xilinx SPI
849 M: Alistair Francis <alistair.francis@xilinx.com>
850 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
851 S: Maintained
852 F: hw/ssi/xilinx_*
855 M: Gerd Hoffmann <kraxel@redhat.com>
856 S: Maintained
857 F: hw/usb/*
858 F: tests/usb-*-test.c
859 F: docs/usb2.txt
860 F: docs/usb-storage.txt
861 F: include/hw/usb.h
862 F: include/hw/usb/
864 USB (serial adapter)
865 M: Gerd Hoffmann <kraxel@redhat.com>
866 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
867 S: Maintained
868 F: hw/usb/dev-serial.c
870 VFIO
871 M: Alex Williamson <alex.williamson@redhat.com>
872 S: Supported
873 F: hw/vfio/*
874 F: include/hw/vfio/
876 vhost
877 M: Michael S. Tsirkin <mst@redhat.com>
878 S: Supported
879 F: hw/*/*vhost*
881 virtio
882 M: Michael S. Tsirkin <mst@redhat.com>
883 S: Supported
884 F: hw/*/virtio*
885 F: net/vhost-user.c
886 F: include/hw/virtio/
888 virtio-9p
889 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
890 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
891 S: Supported
892 F: hw/9pfs/
893 F: fsdev/
894 F: tests/virtio-9p-test.c
895 T: git git://github.com/kvaneesh/QEMU.git
897 virtio-blk
898 M: Stefan Hajnoczi <stefanha@redhat.com>
899 L: qemu-block@nongnu.org
900 S: Supported
901 F: hw/block/virtio-blk.c
902 F: hw/block/dataplane/*
903 F: hw/virtio/dataplane/*
904 T: git git://github.com/stefanha/qemu.git block
906 virtio-ccw
907 M: Cornelia Huck <cornelia.huck@de.ibm.com>
908 M: Christian Borntraeger <borntraeger@de.ibm.com>
909 S: Supported
910 F: hw/s390x/virtio-ccw.[hc]
911 T: git git://github.com/cohuck/qemu.git s390-next
912 T: git git://github.com/borntraeger/qemu.git s390-next
914 virtio-input
915 M: Gerd Hoffmann <kraxel@redhat.com>
916 S: Maintained
917 F: hw/input/virtio-input*.c
918 F: include/hw/virtio/virtio-input.h
920 virtio-serial
921 M: Amit Shah <amit.shah@redhat.com>
922 S: Supported
923 F: hw/char/virtio-serial-bus.c
924 F: hw/char/virtio-console.c
925 F: include/hw/virtio/virtio-serial.h
927 virtio-rng
928 M: Amit Shah <amit.shah@redhat.com>
929 S: Supported
930 F: hw/virtio/virtio-rng.c
931 F: include/hw/virtio/virtio-rng.h
932 F: include/sysemu/rng*.h
933 F: backends/rng*.c
935 nvme
936 M: Keith Busch <keith.busch@intel.com>
937 L: qemu-block@nongnu.org
938 S: Supported
939 F: hw/block/nvme*
940 F: tests/nvme-test.c
942 megasas
943 M: Hannes Reinecke <hare@suse.de>
944 L: qemu-block@nongnu.org
945 S: Supported
946 F: hw/scsi/megasas.c
947 F: hw/scsi/mfi.h
949 Xilinx EDK
950 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
951 M: Alistair Francis <alistair.francis@xilinx.com>
952 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
953 S: Maintained
954 F: hw/*/xilinx_*
955 F: include/hw/xilinx.h
957 Network packet abstractions
958 M: Dmitry Fleytman <dmitry@daynix.com>
959 S: Maintained
960 F: include/net/eth.h
961 F: net/eth.c
962 F: hw/net/net_rx_pkt*
963 F: hw/net/net_tx_pkt*
965 Vmware
966 M: Dmitry Fleytman <dmitry@daynix.com>
967 S: Maintained
968 F: hw/net/vmxnet*
969 F: hw/scsi/vmw_pvscsi*
971 Rocker
972 M: Scott Feldman <sfeldma@gmail.com>
973 M: Jiri Pirko <jiri@resnulli.us>
974 S: Maintained
975 F: hw/net/rocker/
977 NVDIMM
978 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
979 S: Maintained
980 F: hw/acpi/nvdimm.c
981 F: hw/mem/nvdimm.c
982 F: include/hw/mem/nvdimm.h
984 e1000x
985 M: Dmitry Fleytman <dmitry@daynix.com>
986 S: Maintained
987 F: hw/net/e1000x*
989 e1000e
990 M: Dmitry Fleytman <dmitry@daynix.com>
991 S: Maintained
992 F: hw/net/e1000e*
994 Subsystems
995 ----------
996 Audio
997 M: Gerd Hoffmann <kraxel@redhat.com>
998 S: Maintained
999 F: audio/
1000 F: hw/audio/
1001 F: tests/ac97-test.c
1002 F: tests/es1370-test.c
1003 F: tests/intel-hda-test.c
1005 Block layer core
1006 M: Kevin Wolf <kwolf@redhat.com>
1007 M: Max Reitz <mreitz@redhat.com>
1008 L: qemu-block@nongnu.org
1009 S: Supported
1010 F: block*
1011 F: block/
1012 F: hw/block/
1013 F: include/block/
1014 F: qemu-img*
1015 F: qemu-io*
1016 F: tests/qemu-iotests/
1017 T: git git://repo.or.cz/qemu/kevin.git block
1019 Block I/O path
1020 M: Stefan Hajnoczi <stefanha@redhat.com>
1021 M: Fam Zheng <famz@redhat.com>
1022 L: qemu-block@nongnu.org
1023 S: Supported
1024 F: async.c
1025 F: aio-*.c
1026 F: block/io.c
1027 F: migration/block*
1028 T: git git://github.com/stefanha/qemu.git block
1030 Block Jobs
1031 M: Jeff Cody <jcody@redhat.com>
1032 L: qemu-block@nongnu.org
1033 S: Supported
1034 F: blockjob.c
1035 F: include/block/blockjob.h
1036 F: block/backup.c
1037 F: block/commit.c
1038 F: block/stream.c
1039 F: block/mirror.c
1040 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1042 Block QAPI, monitor, command line
1043 M: Markus Armbruster <armbru@redhat.com>
1044 S: Supported
1045 F: blockdev.c
1046 F: block/qapi.c
1047 F: qapi/block*.json
1048 T: git git://repo.or.cz/qemu/armbru.git block-next
1050 Character device backends
1051 M: Paolo Bonzini <pbonzini@redhat.com>
1052 S: Maintained
1053 F: qemu-char.c
1054 F: backends/msmouse.c
1055 F: backends/testdev.c
1057 Character Devices (Braille)
1058 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1059 S: Maintained
1060 F: backends/baum.c
1062 Coverity model
1063 M: Markus Armbruster <armbru@redhat.com>
1064 S: Supported
1065 F: scripts/coverity-model.c
1068 L: qemu-devel@nongnu.org
1069 S: Supported
1070 F: qom/cpu.c
1071 F: include/qom/cpu.h
1073 ICC Bus
1074 M: Igor Mammedov <imammedo@redhat.com>
1075 S: Supported
1076 F: include/hw/cpu/icc_bus.h
1077 F: hw/cpu/icc_bus.c
1079 Device Tree
1080 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1081 M: Alexander Graf <agraf@suse.de>
1082 S: Maintained
1083 F: device_tree.c
1084 F: include/sysemu/device_tree.h
1086 Error reporting
1087 M: Markus Armbruster <armbru@redhat.com>
1088 S: Supported
1089 F: include/qapi/error.h
1090 F: include/qemu/error-report.h
1091 F: util/error.c
1092 F: util/qemu-error.c
1094 GDB stub
1095 L: qemu-devel@nongnu.org
1096 S: Odd Fixes
1097 F: gdbstub*
1098 F: gdb-xml/
1100 Memory API
1101 M: Paolo Bonzini <pbonzini@redhat.com>
1102 S: Supported
1103 F: include/exec/ioport.h
1104 F: ioport.c
1105 F: include/exec/memory.h
1106 F: include/exec/ram_addr.h
1107 F: memory.c
1108 F: include/exec/memory-internal.h
1109 F: exec.c
1111 SPICE
1112 M: Gerd Hoffmann <kraxel@redhat.com>
1113 S: Supported
1114 F: include/ui/qemu-spice.h
1115 F: include/ui/spice-display.h
1116 F: ui/spice-*.c
1117 F: audio/spiceaudio.c
1118 F: hw/display/qxl*
1120 Graphics
1121 M: Gerd Hoffmann <kraxel@redhat.com>
1122 S: Odd Fixes
1123 F: ui/
1124 F: include/ui/
1126 Cocoa graphics
1127 M: Peter Maydell <peter.maydell@linaro.org>
1128 S: Odd Fixes
1129 F: ui/cocoa.m
1131 Main loop
1132 M: Paolo Bonzini <pbonzini@redhat.com>
1133 S: Maintained
1134 F: cpus.c
1135 F: main-loop.c
1136 F: qemu-timer.c
1137 F: vl.c
1139 Human Monitor (HMP)
1140 M: Luiz Capitulino <lcapitulino@redhat.com>
1141 S: Maintained
1142 F: monitor.c
1143 F: hmp.c
1144 F: hmp-commands.hx
1145 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1147 Network device backends
1148 M: Jason Wang <jasowang@redhat.com>
1149 S: Maintained
1150 F: net/
1151 F: include/net/
1152 T: git git://github.com/jasowang/qemu.git net
1154 Netmap network backend
1155 M: Luigi Rizzo <rizzo@iet.unipi.it>
1156 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1157 M: Vincenzo Maffione <v.maffione@gmail.com>
1158 W: http://info.iet.unipi.it/~luigi/netmap/
1159 S: Maintained
1160 F: net/netmap.c
1162 Network Block Device (NBD)
1163 M: Paolo Bonzini <pbonzini@redhat.com>
1164 S: Odd Fixes
1165 F: block/nbd*
1166 F: nbd/
1167 F: include/block/nbd*
1168 F: qemu-nbd.c
1169 T: git git://github.com/bonzini/qemu.git nbd-next
1171 NUMA
1172 M: Eduardo Habkost <ehabkost@redhat.com>
1173 S: Maintained
1174 F: numa.c
1175 F: include/sysemu/numa.h
1176 T: git git://github.com/ehabkost/qemu.git numa
1178 QAPI
1179 M: Markus Armbruster <armbru@redhat.com>
1180 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1181 S: Supported
1182 F: qapi/
1183 X: qapi/*.json
1184 F: include/qapi/
1185 X: include/qapi/qmp/
1186 F: include/qapi/qmp/dispatch.h
1187 F: tests/qapi-schema/
1188 F: tests/test-*-visitor.c
1189 F: tests/test-qmp-*.c
1190 F: scripts/qapi*
1191 F: docs/qapi*
1192 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1194 QAPI Schema
1195 M: Eric Blake <eblake@redhat.com>
1196 M: Markus Armbruster <armbru@redhat.com>
1197 S: Supported
1198 F: qapi-schema.json
1199 F: qapi/*.json
1200 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1202 QObject
1203 M: Luiz Capitulino <lcapitulino@redhat.com>
1204 S: Maintained
1205 F: qobject/
1206 F: include/qapi/qmp/
1207 X: include/qapi/qmp/dispatch.h
1208 F: tests/check-qdict.c
1209 F: tests/check-qfloat.c
1210 F: tests/check-qint.c
1211 F: tests/check-qjson.c
1212 F: tests/check-qlist.c
1213 F: tests/check-qstring.c
1214 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1216 QEMU Guest Agent
1217 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1218 S: Maintained
1219 F: qga/
1220 T: git git://github.com/mdroth/qemu.git qga
1223 M: Andreas Färber <afaerber@suse.de>
1224 S: Supported
1225 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1226 F: include/qom/
1227 X: include/qom/cpu.h
1228 F: qom/
1229 X: qom/cpu.c
1230 F: tests/check-qom-interface.c
1231 F: tests/check-qom-proplist.c
1232 F: tests/qom-test.c
1235 M: Markus Armbruster <armbru@redhat.com>
1236 S: Supported
1237 F: qmp.c
1238 F: monitor.c
1239 F: qmp-commands.hx
1240 F: docs/*qmp-*
1241 F: scripts/qmp/
1242 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1244 SLIRP
1245 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1246 M: Jan Kiszka <jan.kiszka@siemens.com>
1247 S: Maintained
1248 F: slirp/
1249 F: net/slirp.c
1250 F: include/net/slirp.h
1251 T: git git://git.kiszka.org/qemu.git queues/slirp
1253 Tracing
1254 M: Stefan Hajnoczi <stefanha@redhat.com>
1255 S: Maintained
1256 F: trace/
1257 F: scripts/tracetool.py
1258 F: scripts/tracetool/
1259 F: docs/tracing.txt
1260 T: git git://github.com/stefanha/qemu.git tracing
1262 Checkpatch
1263 M: Blue Swirl <blauwirbel@gmail.com>
1264 S: Odd Fixes
1265 F: scripts/checkpatch.pl
1267 Migration
1268 M: Juan Quintela <quintela@redhat.com>
1269 M: Amit Shah <amit.shah@redhat.com>
1270 S: Maintained
1271 F: include/migration/
1272 F: migration/
1273 F: scripts/vmstate-static-checker.py
1274 F: tests/vmstate-static-checker-data/
1275 F: docs/migration.txt
1277 Seccomp
1278 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1279 S: Supported
1280 F: qemu-seccomp.c
1281 F: include/sysemu/seccomp.h
1283 Cryptography
1284 M: Daniel P. Berrange <berrange@redhat.com>
1285 S: Maintained
1286 F: crypto/
1287 F: include/crypto/
1288 F: tests/test-crypto-*
1290 Coroutines
1291 M: Stefan Hajnoczi <stefanha@redhat.com>
1292 M: Kevin Wolf <kwolf@redhat.com>
1293 F: util/*coroutine*
1294 F: include/qemu/coroutine*
1295 F: tests/test-coroutine.c
1297 Buffers
1298 M: Daniel P. Berrange <berrange@redhat.com>
1299 S: Odd fixes
1300 F: util/buffer.c
1301 F: include/qemu/buffer.h
1303 I/O Channels
1304 M: Daniel P. Berrange <berrange@redhat.com>
1305 S: Maintained
1306 F: io/
1307 F: include/io/
1308 F: tests/test-io-*
1310 Sockets
1311 M: Daniel P. Berrange <berrange@redhat.com>
1312 M: Gerd Hoffmann <kraxel@redhat.com>
1313 M: Paolo Bonzini <pbonzini@redhat.com>
1314 S: Maintained
1315 F: include/qemu/sockets.h
1316 F: util/qemu-sockets.c
1318 Throttling infrastructure
1319 M: Alberto Garcia <berto@igalia.com>
1320 S: Supported
1321 F: block/throttle-groups.c
1322 F: include/block/throttle-groups.h
1323 F: include/qemu/throttle.h
1324 F: util/throttle.c
1325 L: qemu-block@nongnu.org
1327 Usermode Emulation
1328 ------------------
1329 Overall
1330 M: Riku Voipio <riku.voipio@iki.fi>
1331 S: Maintained
1332 F: thunk.c
1333 F: user-exec.c
1335 BSD user
1336 M: Blue Swirl <blauwirbel@gmail.com>
1337 S: Maintained
1338 F: bsd-user/
1340 Linux user
1341 M: Riku Voipio <riku.voipio@iki.fi>
1342 S: Maintained
1343 F: linux-user/
1345 Tiny Code Generator (TCG)
1346 -------------------------
1347 Common code
1348 M: Richard Henderson <rth@twiddle.net>
1349 S: Maintained
1350 F: tcg/
1352 AArch64 target
1353 M: Claudio Fontana <claudio.fontana@huawei.com>
1354 M: Claudio Fontana <claudio.fontana@gmail.com>
1355 S: Maintained
1356 L: qemu-arm@nongnu.org
1357 F: tcg/aarch64/
1358 F: disas/arm-a64.cc
1359 F: disas/libvixl/
1361 ARM target
1362 M: Andrzej Zaborowski <balrogg@gmail.com>
1363 S: Maintained
1364 L: qemu-arm@nongnu.org
1365 F: tcg/arm/
1366 F: disas/arm.c
1368 i386 target
1369 L: qemu-devel@nongnu.org
1370 S: Maintained
1371 F: tcg/i386/
1372 F: disas/i386.c
1374 IA64 target
1375 M: Aurelien Jarno <aurelien@aurel32.net>
1376 S: Maintained
1377 F: tcg/ia64/
1378 F: disas/ia64.c
1380 MIPS target
1381 M: Aurelien Jarno <aurelien@aurel32.net>
1382 S: Maintained
1383 F: tcg/mips/
1384 F: disas/mips.c
1387 M: Vassili Karpov (malc) <av1474@comtv.ru>
1388 S: Maintained
1389 F: tcg/ppc/
1390 F: disas/ppc.c
1392 S390 target
1393 M: Alexander Graf <agraf@suse.de>
1394 M: Richard Henderson <rth@twiddle.net>
1395 S: Maintained
1396 F: tcg/s390/
1397 F: disas/s390.c
1399 SPARC target
1400 M: Blue Swirl <blauwirbel@gmail.com>
1401 S: Maintained
1402 F: tcg/sparc/
1403 F: disas/sparc.c
1405 TCI target
1406 M: Stefan Weil <sw@weilnetz.de>
1407 S: Maintained
1408 F: tcg/tci/
1409 F: tci.c
1410 F: disas/tci.c
1412 Stable branches
1413 ---------------
1414 Stable 1.0
1415 L: qemu-stable@nongnu.org
1416 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1417 S: Orphan
1419 Stable 0.15
1420 L: qemu-stable@nongnu.org
1421 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1422 S: Orphan
1424 Stable 0.14
1425 L: qemu-stable@nongnu.org
1426 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1427 S: Orphan
1429 Stable 0.10
1430 L: qemu-stable@nongnu.org
1431 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1432 S: Orphan
1434 Block drivers
1435 -------------
1436 VMDK
1437 M: Fam Zheng <famz@redhat.com>
1438 L: qemu-block@nongnu.org
1439 S: Supported
1440 F: block/vmdk.c
1443 M: Josh Durgin <jdurgin@redhat.com>
1444 M: Jeff Cody <jcody@redhat.com>
1445 L: qemu-block@nongnu.org
1446 S: Supported
1447 F: block/rbd.c
1448 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1450 Sheepdog
1451 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1452 M: Liu Yuan <namei.unix@gmail.com>
1453 M: Jeff Cody <jcody@redhat.com>
1454 L: qemu-block@nongnu.org
1455 L: sheepdog@lists.wpkg.org
1456 S: Supported
1457 F: block/sheepdog.c
1458 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1460 VHDX
1461 M: Jeff Cody <jcody@redhat.com>
1462 L: qemu-block@nongnu.org
1463 S: Supported
1464 F: block/vhdx*
1465 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1468 M: Stefan Weil <sw@weilnetz.de>
1469 L: qemu-block@nongnu.org
1470 S: Maintained
1471 F: block/vdi.c
1473 iSCSI
1474 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1475 M: Paolo Bonzini <pbonzini@redhat.com>
1476 M: Peter Lieven <pl@kamp.de>
1477 L: qemu-block@nongnu.org
1478 S: Supported
1479 F: block/iscsi.c
1482 M: Jeff Cody <jcody@redhat.com>
1483 M: Peter Lieven <pl@kamp.de>
1484 L: qemu-block@nongnu.org
1485 S: Maintained
1486 F: block/nfs.c
1487 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1490 M: Richard W.M. Jones <rjones@redhat.com>
1491 M: Jeff Cody <jcody@redhat.com>
1492 L: qemu-block@nongnu.org
1493 S: Supported
1494 F: block/ssh.c
1495 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497 ARCHIPELAGO
1498 M: Chrysostomos Nanakos <chris@include.gr>
1499 M: Jeff Cody <jcody@redhat.com>
1500 L: qemu-block@nongnu.org
1501 S: Maintained
1502 F: block/archipelago.c
1503 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1505 CURL
1506 M: Jeff Cody <jcody@redhat.com>
1507 L: qemu-block@nongnu.org
1508 S: Supported
1509 F: block/curl.c
1510 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1512 GLUSTER
1513 M: Jeff Cody <jcody@redhat.com>
1514 L: qemu-block@nongnu.org
1515 S: Supported
1516 F: block/gluster.c
1517 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1519 Null Block Driver
1520 M: Fam Zheng <famz@redhat.com>
1521 L: qemu-block@nongnu.org
1522 S: Supported
1523 F: block/null.c
1525 Bootdevice
1526 M: Gonglei <arei.gonglei@huawei.com>
1527 S: Maintained
1528 F: bootdevice.c
1530 Quorum
1531 M: Alberto Garcia <berto@igalia.com>
1532 S: Supported
1533 F: block/quorum.c
1534 L: qemu-block@nongnu.org
1536 blkverify
1537 M: Stefan Hajnoczi <stefanha@redhat.com>
1538 L: qemu-block@nongnu.org
1539 S: Supported
1540 F: block/blkverify.c
1542 bochs
1543 M: Stefan Hajnoczi <stefanha@redhat.com>
1544 L: qemu-block@nongnu.org
1545 S: Supported
1546 F: block/bochs.c
1548 cloop
1549 M: Stefan Hajnoczi <stefanha@redhat.com>
1550 L: qemu-block@nongnu.org
1551 S: Supported
1552 F: block/cloop.c
1555 M: Stefan Hajnoczi <stefanha@redhat.com>
1556 L: qemu-block@nongnu.org
1557 S: Supported
1558 F: block/dmg.c
1560 parallels
1561 M: Stefan Hajnoczi <stefanha@redhat.com>
1562 M: Denis V. Lunev <den@openvz.org>
1563 L: qemu-block@nongnu.org
1564 S: Supported
1565 F: block/parallels.c
1566 F: docs/specs/parallels.txt
1569 M: Stefan Hajnoczi <stefanha@redhat.com>
1570 L: qemu-block@nongnu.org
1571 S: Supported
1572 F: block/qed.c
1575 M: Kevin Wolf <kwolf@redhat.com>
1576 L: qemu-block@nongnu.org
1577 S: Supported
1578 F: block/linux-aio.c
1579 F: block/raw-aio.h
1580 F: block/raw-posix.c
1581 F: block/raw-win32.c
1582 F: block/raw_bsd.c
1583 F: block/win32-aio.c
1585 qcow2
1586 M: Kevin Wolf <kwolf@redhat.com>
1587 M: Max Reitz <mreitz@redhat.com>
1588 L: qemu-block@nongnu.org
1589 S: Supported
1590 F: block/qcow2*
1592 qcow
1593 M: Kevin Wolf <kwolf@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: block/qcow.c
1598 blkdebug
1599 M: Kevin Wolf <kwolf@redhat.com>
1600 M: Max Reitz <mreitz@redhat.com>
1601 L: qemu-block@nongnu.org
1602 S: Supported
1603 F: block/blkdebug.c
1606 M: Kevin Wolf <kwolf@redhat.com>
1607 L: qemu-block@nongnu.org
1608 S: Supported
1609 F: block/vpc.c
1611 vvfat
1612 M: Kevin Wolf <kwolf@redhat.com>
1613 L: qemu-block@nongnu.org
1614 S: Supported
1615 F: block/vvfat.c
1617 Image format fuzzer
1618 M: Stefan Hajnoczi <stefanha@redhat.com>
1619 L: qemu-block@nongnu.org
1620 S: Supported
1621 F: tests/image-fuzzer/
1623 Build and test automation
1624 -------------------------
1625 M: Alex BennĂ©e <alex.bennee@linaro.org>
1626 L: qemu-devel@nongnu.org
1627 S: Supported
1628 F: .travis.yml
1630 Documentation
1631 -------------
1632 Build system architecture
1633 M: Daniel P. Berrange <berrange@redhat.com>
1634 S: Odd Fixes
1635 F: docs/build-system.txt
1637 Docker testing
1638 --------------
1639 Docker based testing framework and cases
1640 M: Fam Zheng <famz@redhat.com>
1641 S: Maintained
1642 F: tests/docker/