ipmi: add rsp_buffer_set_error() helper
[qemu.git] / MAINTAINERS
blobbdd9e5a558260eca0c25f9720e6b41b06d8fd82f
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: Alexander Graf <agraf@suse.de>
169 L: qemu-ppc@nongnu.org
170 S: Maintained
171 F: target-ppc/
172 F: hw/ppc/
173 F: disas/ppc.c
175 S390
176 M: Richard Henderson <rth@twiddle.net>
177 M: Alexander Graf <agraf@suse.de>
178 S: Maintained
179 F: target-s390x/
180 F: hw/s390x/
181 F: disas/s390.c
184 M: Aurelien Jarno <aurelien@aurel32.net>
185 S: Odd Fixes
186 F: target-sh4/
187 F: hw/sh4/
188 F: disas/sh4.c
190 SPARC
191 M: Blue Swirl <blauwirbel@gmail.com>
192 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
193 S: Maintained
194 F: target-sparc/
195 F: hw/sparc/
196 F: hw/sparc64/
197 F: disas/sparc.c
199 UniCore32
200 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
201 S: Maintained
202 F: target-unicore32/
203 F: hw/unicore32/
206 M: Paolo Bonzini <pbonzini@redhat.com>
207 M: Richard Henderson <rth@twiddle.net>
208 M: Eduardo Habkost <ehabkost@redhat.com>
209 S: Maintained
210 F: target-i386/
211 F: hw/i386/
212 F: disas/i386.c
214 Xtensa
215 M: Max Filippov <jcmvbkbc@gmail.com>
216 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
217 S: Maintained
218 F: target-xtensa/
219 F: hw/xtensa/
220 F: tests/tcg/xtensa/
222 TriCore
223 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
224 S: Maintained
225 F: target-tricore/
226 F: hw/tricore/
228 Guest CPU Cores (KVM):
229 ----------------------
231 Overall
232 M: Paolo Bonzini <pbonzini@redhat.com>
233 L: kvm@vger.kernel.org
234 S: Supported
235 F: kvm-*
236 F: */kvm.*
237 F: include/sysemu/kvm*.h
240 M: Peter Maydell <peter.maydell@linaro.org>
241 L: qemu-arm@nongnu.org
242 S: Maintained
243 F: target-arm/kvm.c
245 MIPS
246 M: James Hogan <james.hogan@imgtec.com>
247 S: Maintained
248 F: target-mips/kvm.c
251 M: Alexander Graf <agraf@suse.de>
252 S: Maintained
253 F: target-ppc/kvm.c
255 S390
256 M: Christian Borntraeger <borntraeger@de.ibm.com>
257 M: Cornelia Huck <cornelia.huck@de.ibm.com>
258 M: Alexander Graf <agraf@suse.de>
259 S: Maintained
260 F: target-s390x/kvm.c
261 F: target-s390x/ioinst.[ch]
262 F: target-s390x/machine.c
263 F: hw/intc/s390_flic.c
264 F: hw/intc/s390_flic_kvm.c
265 F: include/hw/s390x/s390_flic.h
266 F: gdb-xml/s390*.xml
267 T: git git://github.com/cohuck/qemu.git s390-next
268 T: git git://github.com/borntraeger/qemu.git s390-next
271 M: Paolo Bonzini <pbonzini@redhat.com>
272 M: Marcelo Tosatti <mtosatti@redhat.com>
273 L: kvm@vger.kernel.org
274 S: Supported
275 F: target-i386/kvm.c
277 Guest CPU Cores (Xen):
278 ----------------------
281 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
282 L: xen-devel@lists.xensource.com
283 S: Supported
284 F: xen-*
285 F: */xen*
286 F: hw/char/xen_console.c
287 F: hw/display/xenfb.c
288 F: hw/net/xen_nic.c
289 F: hw/block/xen_*
290 F: hw/xen/
291 F: hw/xenpv/
292 F: hw/i386/xen/
293 F: include/hw/xen/
294 F: include/sysemu/xen-mapcache.h
296 Hosts:
297 ------
299 LINUX
300 L: qemu-devel@nongnu.org
301 S: Maintained
302 F: linux-*
303 F: linux-headers/
305 POSIX
306 L: qemu-devel@nongnu.org
307 S: Maintained
308 F: *posix*
310 W32, W64
311 L: qemu-devel@nongnu.org
312 M: Stefan Weil <sw@weilnetz.de>
313 S: Maintained
314 F: *win32*
315 F: qemu.nsi
317 ARM Machines
318 ------------
319 Allwinner-a10
320 M: Beniamino Galvani <b.galvani@gmail.com>
321 L: qemu-arm@nongnu.org
322 S: Maintained
323 F: hw/*/allwinner*
324 F: include/hw/*/allwinner*
325 F: hw/arm/cubieboard.c
327 ARM PrimeCell
328 M: Peter Maydell <peter.maydell@linaro.org>
329 L: qemu-arm@nongnu.org
330 S: Maintained
331 F: hw/char/pl011.c
332 F: hw/display/pl110*
333 F: hw/dma/pl080.c
334 F: hw/dma/pl330.c
335 F: hw/gpio/pl061.c
336 F: hw/input/pl050.c
337 F: hw/intc/pl190.c
338 F: hw/sd/pl181.c
339 F: hw/timer/pl031.c
340 F: include/hw/arm/primecell.h
342 ARM cores
343 M: Peter Maydell <peter.maydell@linaro.org>
344 L: qemu-arm@nongnu.org
345 S: Maintained
346 F: hw/intc/arm*
347 F: hw/intc/gic_internal.h
348 F: hw/misc/a9scu.c
349 F: hw/misc/arm11scu.c
350 F: hw/timer/a9gtimer*
351 F: hw/timer/arm_*
352 F: include/hw/arm/arm.h
353 F: include/hw/intc/arm*
354 F: include/hw/misc/a9scu.h
355 F: include/hw/misc/arm11scu.h
356 F: include/hw/timer/a9gtimer.h
357 F: include/hw/timer/arm_mptimer.h
359 Exynos
360 M: Evgeny Voevodin <e.voevodin@samsung.com>
361 M: Maksim Kozlov <m.kozlov@samsung.com>
362 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
363 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
364 L: qemu-arm@nongnu.org
365 S: Maintained
366 F: hw/*/exynos*
367 F: include/hw/arm/exynos4210.h
369 Calxeda Highbank
370 M: Rob Herring <robh@kernel.org>
371 L: qemu-arm@nongnu.org
372 S: Maintained
373 F: hw/arm/highbank.c
374 F: hw/net/xgmac.c
376 Canon DIGIC
377 M: Antony Pavlov <antonynpavlov@gmail.com>
378 L: qemu-arm@nongnu.org
379 S: Maintained
380 F: include/hw/arm/digic.h
381 F: hw/*/digic*
383 Gumstix
384 L: qemu-devel@nongnu.org
385 L: qemu-arm@nongnu.org
386 S: Orphan
387 F: hw/arm/gumstix.c
389 i.MX31
390 M: Peter Chubb <peter.chubb@nicta.com.au>
391 L: qemu-arm@nongnu.org
392 S: Odd fixes
393 F: hw/*/imx*
394 F: hw/arm/kzm.c
395 F: include/hw/arm/fsl-imx31.h
397 Integrator CP
398 M: Peter Maydell <peter.maydell@linaro.org>
399 L: qemu-arm@nongnu.org
400 S: Maintained
401 F: hw/arm/integratorcp.c
403 Musicpal
404 M: Jan Kiszka <jan.kiszka@web.de>
405 L: qemu-arm@nongnu.org
406 S: Maintained
407 F: hw/arm/musicpal.c
409 nSeries
410 M: Andrzej Zaborowski <balrogg@gmail.com>
411 L: qemu-arm@nongnu.org
412 S: Maintained
413 F: hw/arm/nseries.c
415 Palm
416 M: Andrzej Zaborowski <balrogg@gmail.com>
417 L: qemu-arm@nongnu.org
418 S: Maintained
419 F: hw/arm/palm.c
421 Real View
422 M: Peter Maydell <peter.maydell@linaro.org>
423 L: qemu-arm@nongnu.org
424 S: Maintained
425 F: hw/arm/realview*
426 F: hw/intc/realview_gic.c
427 F: include/hw/intc/realview_gic.h
429 PXA2XX
430 M: Andrzej Zaborowski <balrogg@gmail.com>
431 L: qemu-arm@nongnu.org
432 S: Maintained
433 F: hw/arm/mainstone.c
434 F: hw/arm/spitz.c
435 F: hw/arm/tosa.c
436 F: hw/arm/z2.c
437 F: hw/*/pxa2xx*
438 F: include/hw/arm/pxa.h
440 Stellaris
441 M: Peter Maydell <peter.maydell@linaro.org>
442 L: qemu-arm@nongnu.org
443 S: Maintained
444 F: hw/*/stellaris*
446 Versatile PB
447 M: Peter Maydell <peter.maydell@linaro.org>
448 L: qemu-arm@nongnu.org
449 S: Maintained
450 F: hw/*/versatile*
452 Xilinx Zynq
453 M: Alistair Francis <alistair.francis@xilinx.com>
454 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/arm/xilinx_zynq.c
458 F: hw/misc/zynq_slcr.c
459 F: hw/*/cadence_*
460 F: hw/ssi/xilinx_spips.c
462 Xilinx ZynqMP
463 M: Alistair Francis <alistair.francis@xilinx.com>
464 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
465 L: qemu-arm@nongnu.org
466 S: Maintained
467 F: hw/arm/xlnx-zynqmp.c
468 F: hw/arm/xlnx-ep108.c
469 F: include/hw/arm/xlnx-zynqmp.h
471 ARM ACPI Subsystem
472 M: Shannon Zhao <zhaoshenglong@huawei.com>
473 M: Shannon Zhao <shannon.zhao@linaro.org>
474 L: qemu-arm@nongnu.org
475 S: Maintained
476 F: hw/arm/virt-acpi-build.c
477 F: include/hw/arm/virt-acpi-build.h
479 CRIS Machines
480 -------------
481 Axis Dev88
482 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
483 S: Maintained
484 F: hw/cris/axis_dev88.c
485 F: hw/*/etraxfs_*.c
487 LM32 Machines
488 -------------
489 EVR32 and uclinux BSP
490 M: Michael Walle <michael@walle.cc>
491 S: Maintained
492 F: hw/lm32/lm32_boards.c
494 milkymist
495 M: Michael Walle <michael@walle.cc>
496 S: Maintained
497 F: hw/lm32/milkymist.c
499 M68K Machines
500 -------------
501 an5206
502 S: Orphan
503 F: hw/m68k/an5206.c
505 dummy_m68k
506 S: Orphan
507 F: hw/m68k/dummy_m68k.c
509 mcf5208
510 S: Orphan
511 F: hw/m68k/mcf5208.c
513 MicroBlaze Machines
514 -------------------
515 petalogix_s3adsp1800
516 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
517 S: Maintained
518 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
520 petalogix_ml605
521 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
522 S: Maintained
523 F: hw/microblaze/petalogix_ml605_mmu.c
525 MIPS Machines
526 -------------
527 Jazz
528 M: Hervé Poussineau <hpoussin@reactos.org>
529 S: Maintained
530 F: hw/mips/mips_jazz.c
532 Malta
533 M: Aurelien Jarno <aurelien@aurel32.net>
534 S: Maintained
535 F: hw/mips/mips_malta.c
537 Mipssim
538 L: qemu-devel@nongnu.org
539 S: Orphan
540 F: hw/mips/mips_mipssim.c
542 R4000
543 M: Aurelien Jarno <aurelien@aurel32.net>
544 S: Maintained
545 F: hw/mips/mips_r4k.c
547 OpenRISC Machines
548 -----------------
549 or1k-sim
550 M: Jia Liu <proljc@gmail.com>
551 S: Maintained
552 F: hw/openrisc/openrisc_sim.c
554 PowerPC Machines
555 ----------------
557 M: Alexander Graf <agraf@suse.de>
558 L: qemu-ppc@nongnu.org
559 S: Odd Fixes
560 F: hw/ppc/ppc405_boards.c
562 Bamboo
563 M: Alexander Graf <agraf@suse.de>
564 L: qemu-ppc@nongnu.org
565 S: Odd Fixes
566 F: hw/ppc/ppc440_bamboo.c
568 e500
569 M: Alexander Graf <agraf@suse.de>
570 M: Scott Wood <scottwood@freescale.com>
571 L: qemu-ppc@nongnu.org
572 S: Supported
573 F: hw/ppc/e500.[hc]
574 F: hw/ppc/e500plat.c
576 mpc8544ds
577 M: Alexander Graf <agraf@suse.de>
578 M: Scott Wood <scottwood@freescale.com>
579 L: qemu-ppc@nongnu.org
580 S: Supported
581 F: hw/ppc/mpc8544ds.c
582 F: hw/ppc/mpc8544_guts.c
584 New World
585 M: Alexander Graf <agraf@suse.de>
586 L: qemu-ppc@nongnu.org
587 S: Maintained
588 F: hw/ppc/mac_newworld.c
589 F: hw/pci-host/uninorth.c
590 F: hw/pci-bridge/dec.[hc]
591 F: hw/misc/macio/
593 Old World
594 M: Alexander Graf <agraf@suse.de>
595 L: qemu-ppc@nongnu.org
596 S: Maintained
597 F: hw/ppc/mac_oldworld.c
598 F: hw/pci-host/grackle.c
599 F: hw/misc/macio/
601 PReP
602 M: Andreas Färber <andreas.faerber@web.de>
603 L: qemu-ppc@nongnu.org
604 S: Odd Fixes
605 F: hw/ppc/prep.c
606 F: hw/pci-host/prep.[hc]
607 F: hw/isa/pc87312.[hc]
609 sPAPR
610 M: David Gibson <david@gibson.dropbear.id.au>
611 M: Alexander Graf <agraf@suse.de>
612 L: qemu-ppc@nongnu.org
613 S: Supported
614 F: hw/*/spapr*
615 F: include/hw/*/spapr*
616 F: hw/*/xics*
617 F: include/hw/*/xics*
618 F: pc-bios/spapr-rtas/*
620 virtex_ml507
621 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622 L: qemu-ppc@nongnu.org
623 S: Odd Fixes
624 F: hw/ppc/virtex_ml507.c
626 SH4 Machines
627 ------------
629 M: Magnus Damm <magnus.damm@gmail.com>
630 S: Maintained
631 F: hw/sh4/r2d.c
633 Shix
634 M: Magnus Damm <magnus.damm@gmail.com>
635 S: Orphan
636 F: hw/sh4/shix.c
638 SPARC Machines
639 --------------
640 Sun4m
641 M: Blue Swirl <blauwirbel@gmail.com>
642 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
643 S: Maintained
644 F: hw/sparc/sun4m.c
646 Sun4u
647 M: Blue Swirl <blauwirbel@gmail.com>
648 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
649 S: Maintained
650 F: hw/sparc64/sun4u.c
652 Leon3
653 M: Fabien Chouteau <chouteau@adacore.com>
654 S: Maintained
655 F: hw/sparc/leon3.c
656 F: hw/*/grlib*
658 S390 Machines
659 -------------
660 S390 Virtio-ccw
661 M: Cornelia Huck <cornelia.huck@de.ibm.com>
662 M: Christian Borntraeger <borntraeger@de.ibm.com>
663 M: Alexander Graf <agraf@suse.de>
664 S: Supported
665 F: hw/char/sclp*.[hc]
666 F: hw/s390x/
667 F: include/hw/s390x/
668 F: pc-bios/s390-ccw/
669 F: hw/watchdog/wdt_diag288.c
670 T: git git://github.com/cohuck/qemu.git s390-next
671 T: git git://github.com/borntraeger/qemu.git s390-next
673 UniCore32 Machines
674 -------------
675 PKUnity-3 SoC initramfs-with-busybox
676 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
677 S: Maintained
678 F: hw/*/puv3*
679 F: hw/unicore32/
681 X86 Machines
682 ------------
684 M: Michael S. Tsirkin <mst@redhat.com>
685 S: Supported
686 F: include/hw/i386/
687 F: hw/i386/
688 F: hw/pci-host/piix.c
689 F: hw/pci-host/q35.c
690 F: hw/pci-host/pam.c
691 F: include/hw/pci-host/q35.h
692 F: include/hw/pci-host/pam.h
693 F: hw/isa/piix4.c
694 F: hw/isa/lpc_ich9.c
695 F: hw/i2c/smbus_ich9.c
696 F: hw/acpi/piix4.c
697 F: hw/acpi/ich9.c
698 F: include/hw/acpi/ich9.h
699 F: include/hw/acpi/piix.h
700 F: hw/misc/sga.c
702 PC Chipset
703 M: Michael S. Tsirkin <mst@redhat.com>
704 M: Paolo Bonzini <pbonzini@redhat.com>
705 S: Support
706 F: hw/char/debugcon.c
707 F: hw/char/parallel.c
708 F: hw/char/serial*
709 F: hw/dma/i8257*
710 F: hw/i2c/pm_smbus.c
711 F: hw/intc/apic*
712 F: hw/intc/ioapic*
713 F: hw/intc/i8259*
714 F: hw/misc/debugexit.c
715 F: hw/misc/pc-testdev.c
716 F: hw/timer/hpet*
717 F: hw/timer/i8254*
718 F: hw/timer/mc146818rtc*
720 Machine core
721 M: Eduardo Habkost <ehabkost@redhat.com>
722 M: Marcel Apfelbaum <marcel@redhat.com>
723 S: Supported
724 F: hw/core/machine.c
725 F: include/hw/boards.h
727 Xtensa Machines
728 ---------------
730 M: Max Filippov <jcmvbkbc@gmail.com>
731 S: Maintained
732 F: hw/xtensa/sim.c
734 XTFPGA (LX60, LX200, ML605, KC705)
735 M: Max Filippov <jcmvbkbc@gmail.com>
736 S: Maintained
737 F: hw/xtensa/xtfpga.c
738 F: hw/net/opencores_eth.c
740 Devices
741 -------
743 M: Jiri Slaby <jslaby@suse.cz>
744 S: Maintained
745 F: hw/misc/edu.c
748 M: John Snow <jsnow@redhat.com>
749 L: qemu-block@nongnu.org
750 S: Supported
751 F: include/hw/ide.h
752 F: hw/ide/
753 F: hw/block/block.c
754 F: hw/block/cdrom.c
755 F: hw/block/hd-geometry.c
756 F: tests/ide-test.c
757 F: tests/ahci-test.c
758 F: tests/libqos/ahci*
759 T: git git://github.com/jnsnow/qemu.git ide
761 Floppy
762 M: John Snow <jsnow@redhat.com>
763 L: qemu-block@nongnu.org
764 S: Supported
765 F: hw/block/fdc.c
766 F: include/hw/block/fdc.h
767 F: tests/fdc-test.c
768 T: git git://github.com/jnsnow/qemu.git ide
770 OMAP
771 M: Peter Maydell <peter.maydell@linaro.org>
772 S: Maintained
773 F: hw/*/omap*
774 F: include/hw/arm/omap.h
776 IPack
777 M: Alberto Garcia <berto@igalia.com>
778 S: Odd Fixes
779 F: hw/char/ipoctal232.c
780 F: hw/ipack/
783 M: Michael S. Tsirkin <mst@redhat.com>
784 S: Supported
785 F: include/hw/pci/*
786 F: hw/misc/pci-testdev.c
787 F: hw/pci/*
788 F: hw/pci-bridge/*
790 ACPI/SMBIOS
791 M: Michael S. Tsirkin <mst@redhat.com>
792 M: Igor Mammedov <imammedo@redhat.com>
793 S: Supported
794 F: include/hw/acpi/*
795 F: include/hw/smbios/*
796 F: hw/mem/*
797 F: hw/acpi/*
798 F: hw/smbios/*
799 F: hw/i386/acpi-build.[hc]
800 F: hw/i386/*dsl
801 F: hw/arm/virt-acpi-build.c
802 F: include/hw/arm/virt-acpi-build.h
803 F: scripts/acpi*py
805 ppc4xx
806 M: Alexander Graf <agraf@suse.de>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/ppc4*.c
811 ppce500
812 M: Alexander Graf <agraf@suse.de>
813 M: Scott Wood <scottwood@freescale.com>
814 L: qemu-ppc@nongnu.org
815 S: Supported
816 F: hw/ppc/e500*
817 F: hw/pci-host/ppce500.c
818 F: hw/net/fsl_etsec/
820 Character devices
821 M: Paolo Bonzini <pbonzini@redhat.com>
822 S: Odd Fixes
823 F: hw/char/
825 Network devices
826 M: Jason Wang <jasowang@redhat.com>
827 S: Odd Fixes
828 F: hw/net/
829 T: git git://github.com/jasowang/qemu.git net
831 SCSI
832 M: Paolo Bonzini <pbonzini@redhat.com>
833 S: Supported
834 F: include/hw/scsi*
835 F: hw/scsi/*
836 T: git git://github.com/bonzini/qemu.git scsi-next
838 LSI53C895A
839 S: Orphan
840 F: hw/scsi/lsi53c895a.c
843 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
844 S: Maintained
845 F: hw/ssi/*
846 F: hw/block/m25p80.c
847 X: hw/ssi/xilinx_*
849 Xilinx SPI
850 M: Alistair Francis <alistair.francis@xilinx.com>
851 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852 S: Maintained
853 F: hw/ssi/xilinx_*
856 M: Gerd Hoffmann <kraxel@redhat.com>
857 S: Maintained
858 F: hw/usb/*
859 F: tests/usb-*-test.c
860 F: docs/usb2.txt
861 F: docs/usb-storage.txt
862 F: include/hw/usb.h
863 F: include/hw/usb/
865 USB (serial adapter)
866 M: Gerd Hoffmann <kraxel@redhat.com>
867 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
868 S: Maintained
869 F: hw/usb/dev-serial.c
871 VFIO
872 M: Alex Williamson <alex.williamson@redhat.com>
873 S: Supported
874 F: 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 Vmware
958 M: Dmitry Fleytman <dmitry@daynix.com>
959 S: Maintained
960 F: hw/net/vmxnet*
961 F: hw/scsi/vmw_pvscsi*
963 Rocker
964 M: Scott Feldman <sfeldma@gmail.com>
965 M: Jiri Pirko <jiri@resnulli.us>
966 S: Maintained
967 F: hw/net/rocker/
969 NVDIMM
970 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
971 S: Maintained
972 F: hw/acpi/nvdimm.c
973 F: hw/mem/nvdimm.c
974 F: include/hw/mem/nvdimm.h
976 Subsystems
977 ----------
978 Audio
979 M: Gerd Hoffmann <kraxel@redhat.com>
980 S: Maintained
981 F: audio/
982 F: hw/audio/
983 F: tests/ac97-test.c
984 F: tests/es1370-test.c
985 F: tests/intel-hda-test.c
987 Block layer core
988 M: Kevin Wolf <kwolf@redhat.com>
989 L: qemu-block@nongnu.org
990 S: Supported
991 F: block*
992 F: block/
993 F: hw/block/
994 F: include/block/
995 F: qemu-img*
996 F: qemu-io*
997 F: tests/qemu-iotests/
998 T: git git://repo.or.cz/qemu/kevin.git block
1000 Block I/O path
1001 M: Stefan Hajnoczi <stefanha@redhat.com>
1002 L: qemu-block@nongnu.org
1003 S: Supported
1004 F: async.c
1005 F: aio-*.c
1006 F: block/io.c
1007 F: migration/block*
1008 T: git git://github.com/stefanha/qemu.git block
1010 Block Jobs
1011 M: Jeff Cody <jcody@redhat.com>
1012 L: qemu-block@nongnu.org
1013 S: Supported
1014 F: blockjob.c
1015 F: include/block/blockjob.h
1016 F: block/backup.c
1017 F: block/commit.c
1018 F: block/stream.h
1019 F: block/mirror.c
1020 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1022 Block QAPI, monitor, command line
1023 M: Markus Armbruster <armbru@redhat.com>
1024 S: Supported
1025 F: blockdev.c
1026 F: block/qapi.c
1027 F: qapi/block*.json
1028 T: git git://repo.or.cz/qemu/armbru.git block-next
1030 Character device backends
1031 M: Paolo Bonzini <pbonzini@redhat.com>
1032 S: Maintained
1033 F: qemu-char.c
1034 F: backends/msmouse.c
1035 F: backends/testdev.c
1037 Character Devices (Braille)
1038 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1039 S: Maintained
1040 F: backends/baum.c
1042 Coverity model
1043 M: Markus Armbruster <armbru@redhat.com>
1044 S: Supported
1045 F: scripts/coverity-model.c
1048 M: Andreas Färber <afaerber@suse.de>
1049 S: Supported
1050 F: qom/cpu.c
1051 F: include/qom/cpu.h
1052 F: target-i386/cpu.c
1054 ICC Bus
1055 M: Igor Mammedov <imammedo@redhat.com>
1056 S: Supported
1057 F: include/hw/cpu/icc_bus.h
1058 F: hw/cpu/icc_bus.c
1060 Device Tree
1061 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1062 M: Alexander Graf <agraf@suse.de>
1063 S: Maintained
1064 F: device_tree.c
1065 F: include/sysemu/device_tree.h
1067 Error reporting
1068 M: Markus Armbruster <armbru@redhat.com>
1069 S: Supported
1070 F: include/qapi/error.h
1071 F: include/qemu/error-report.h
1072 F: util/error.c
1073 F: util/qemu-error.c
1075 GDB stub
1076 L: qemu-devel@nongnu.org
1077 S: Odd Fixes
1078 F: gdbstub*
1079 F: gdb-xml/
1081 Memory API
1082 M: Paolo Bonzini <pbonzini@redhat.com>
1083 S: Supported
1084 F: include/exec/ioport.h
1085 F: ioport.c
1086 F: include/exec/memory.h
1087 F: include/exec/ram_addr.h
1088 F: memory.c
1089 F: include/exec/memory-internal.h
1090 F: exec.c
1092 SPICE
1093 M: Gerd Hoffmann <kraxel@redhat.com>
1094 S: Supported
1095 F: include/ui/qemu-spice.h
1096 F: include/ui/spice-display.h
1097 F: ui/spice-*.c
1098 F: audio/spiceaudio.c
1099 F: hw/display/qxl*
1101 Graphics
1102 M: Gerd Hoffmann <kraxel@redhat.com>
1103 S: Odd Fixes
1104 F: ui/
1105 F: include/ui/
1107 Cocoa graphics
1108 M: Andreas Färber <andreas.faerber@web.de>
1109 M: Peter Maydell <peter.maydell@linaro.org>
1110 S: Odd Fixes
1111 F: ui/cocoa.m
1113 Main loop
1114 M: Paolo Bonzini <pbonzini@redhat.com>
1115 S: Maintained
1116 F: cpus.c
1117 F: main-loop.c
1118 F: qemu-timer.c
1119 F: vl.c
1121 Human Monitor (HMP)
1122 M: Luiz Capitulino <lcapitulino@redhat.com>
1123 S: Maintained
1124 F: monitor.c
1125 F: hmp.c
1126 F: hmp-commands.hx
1127 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1129 Network device backends
1130 M: Jason Wang <jasowang@redhat.com>
1131 S: Maintained
1132 F: net/
1133 F: include/net/
1134 T: git git://github.com/jasowang/qemu.git net
1136 Netmap network backend
1137 M: Luigi Rizzo <rizzo@iet.unipi.it>
1138 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1139 M: Vincenzo Maffione <v.maffione@gmail.com>
1140 W: http://info.iet.unipi.it/~luigi/netmap/
1141 S: Maintained
1142 F: net/netmap.c
1144 Network Block Device (NBD)
1145 M: Paolo Bonzini <pbonzini@redhat.com>
1146 S: Odd Fixes
1147 F: block/nbd*
1148 F: nbd/
1149 F: include/block/nbd*
1150 F: qemu-nbd.c
1151 T: git git://github.com/bonzini/qemu.git nbd-next
1153 NUMA
1154 M: Eduardo Habkost <ehabkost@redhat.com>
1155 S: Maintained
1156 F: numa.c
1157 F: include/sysemu/numa.h
1158 K: numa|NUMA
1159 K: srat|SRAT
1160 T: git git://github.com/ehabkost/qemu.git numa
1162 QAPI
1163 M: Markus Armbruster <armbru@redhat.com>
1164 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1165 S: Supported
1166 F: qapi/
1167 X: qapi/*.json
1168 F: include/qapi/
1169 X: include/qapi/qmp/
1170 F: include/qapi/qmp/dispatch.h
1171 F: tests/qapi-schema/
1172 F: tests/test-*-visitor.c
1173 F: tests/test-qmp-*.c
1174 F: scripts/qapi*
1175 F: docs/qapi*
1176 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1178 QAPI Schema
1179 M: Eric Blake <eblake@redhat.com>
1180 M: Markus Armbruster <armbru@redhat.com>
1181 S: Supported
1182 F: qapi-schema.json
1183 F: qapi/*.json
1184 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1186 QObject
1187 M: Luiz Capitulino <lcapitulino@redhat.com>
1188 S: Maintained
1189 F: qobject/
1190 F: include/qapi/qmp/
1191 X: include/qapi/qmp/dispatch.h
1192 F: tests/check-qdict.c
1193 F: tests/check-qfloat.c
1194 F: tests/check-qint.c
1195 F: tests/check-qjson.c
1196 F: tests/check-qlist.c
1197 F: tests/check-qstring.c
1198 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1200 QEMU Guest Agent
1201 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1202 S: Maintained
1203 F: qga/
1204 T: git git://github.com/mdroth/qemu.git qga
1207 M: Andreas Färber <afaerber@suse.de>
1208 S: Supported
1209 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1210 F: include/qom/
1211 X: include/qom/cpu.h
1212 F: qom/
1213 X: qom/cpu.c
1214 F: tests/check-qom-interface.c
1215 F: tests/check-qom-proplist.c
1216 F: tests/qom-test.c
1219 M: Markus Armbruster <armbru@redhat.com>
1220 S: Supported
1221 F: qmp.c
1222 F: monitor.c
1223 F: qmp-commands.hx
1224 F: docs/*qmp-*
1225 F: scripts/qmp/
1226 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1228 SLIRP
1229 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1230 M: Jan Kiszka <jan.kiszka@siemens.com>
1231 S: Maintained
1232 F: slirp/
1233 F: net/slirp.c
1234 F: include/net/slirp.h
1235 T: git git://git.kiszka.org/qemu.git queues/slirp
1237 Tracing
1238 M: Stefan Hajnoczi <stefanha@redhat.com>
1239 S: Maintained
1240 F: trace/
1241 F: scripts/tracetool.py
1242 F: scripts/tracetool/
1243 F: docs/tracing.txt
1244 T: git git://github.com/stefanha/qemu.git tracing
1246 Checkpatch
1247 M: Blue Swirl <blauwirbel@gmail.com>
1248 S: Odd Fixes
1249 F: scripts/checkpatch.pl
1251 Migration
1252 M: Juan Quintela <quintela@redhat.com>
1253 M: Amit Shah <amit.shah@redhat.com>
1254 S: Maintained
1255 F: include/migration/
1256 F: migration/
1257 F: scripts/vmstate-static-checker.py
1258 F: tests/vmstate-static-checker-data/
1259 F: docs/migration.txt
1261 Seccomp
1262 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1263 S: Supported
1264 F: qemu-seccomp.c
1265 F: include/sysemu/seccomp.h
1267 Cryptography
1268 M: Daniel P. Berrange <berrange@redhat.com>
1269 S: Maintained
1270 F: crypto/
1271 F: include/crypto/
1272 F: tests/test-crypto-*
1274 Coroutines
1275 M: Stefan Hajnoczi <stefanha@redhat.com>
1276 M: Kevin Wolf <kwolf@redhat.com>
1277 F: util/*coroutine*
1278 F: include/qemu/coroutine*
1279 F: tests/test-coroutine.c
1281 Buffers
1282 M: Daniel P. Berrange <berrange@redhat.com>
1283 S: Odd fixes
1284 F: util/buffer.c
1285 F: include/qemu/buffer.h
1287 I/O Channels
1288 M: Daniel P. Berrange <berrange@redhat.com>
1289 S: Maintained
1290 F: io/
1291 F: include/io/
1292 F: tests/test-io-*
1294 Sockets
1295 M: Daniel P. Berrange <berrange@redhat.com>
1296 M: Gerd Hoffmann <kraxel@redhat.com>
1297 M: Paolo Bonzini <pbonzini@redhat.com>
1298 S: Maintained
1299 F: include/qemu/sockets.h
1300 F: util/qemu-sockets.c
1302 Throttling infrastructure
1303 M: Alberto Garcia <berto@igalia.com>
1304 S: Supported
1305 F: block/throttle-groups.c
1306 F: include/block/throttle-groups.h
1307 F: include/qemu/throttle.h
1308 F: util/throttle.c
1309 L: qemu-block@nongnu.org
1311 Usermode Emulation
1312 ------------------
1313 Overall
1314 M: Riku Voipio <riku.voipio@iki.fi>
1315 S: Maintained
1316 F: thunk.c
1317 F: user-exec.c
1319 BSD user
1320 M: Blue Swirl <blauwirbel@gmail.com>
1321 S: Maintained
1322 F: bsd-user/
1324 Linux user
1325 M: Riku Voipio <riku.voipio@iki.fi>
1326 S: Maintained
1327 F: linux-user/
1329 Tiny Code Generator (TCG)
1330 -------------------------
1331 Common code
1332 M: Richard Henderson <rth@twiddle.net>
1333 S: Maintained
1334 F: tcg/
1336 AArch64 target
1337 M: Claudio Fontana <claudio.fontana@huawei.com>
1338 M: Claudio Fontana <claudio.fontana@gmail.com>
1339 S: Maintained
1340 L: qemu-arm@nongnu.org
1341 F: tcg/aarch64/
1342 F: disas/arm-a64.cc
1343 F: disas/libvixl/
1345 ARM target
1346 M: Andrzej Zaborowski <balrogg@gmail.com>
1347 S: Maintained
1348 L: qemu-arm@nongnu.org
1349 F: tcg/arm/
1350 F: disas/arm.c
1352 i386 target
1353 L: qemu-devel@nongnu.org
1354 S: Maintained
1355 F: tcg/i386/
1356 F: disas/i386.c
1358 IA64 target
1359 M: Aurelien Jarno <aurelien@aurel32.net>
1360 S: Maintained
1361 F: tcg/ia64/
1362 F: disas/ia64.c
1364 MIPS target
1365 M: Aurelien Jarno <aurelien@aurel32.net>
1366 S: Maintained
1367 F: tcg/mips/
1368 F: disas/mips.c
1371 M: Vassili Karpov (malc) <av1474@comtv.ru>
1372 S: Maintained
1373 F: tcg/ppc/
1374 F: disas/ppc.c
1376 S390 target
1377 M: Alexander Graf <agraf@suse.de>
1378 M: Richard Henderson <rth@twiddle.net>
1379 S: Maintained
1380 F: tcg/s390/
1381 F: disas/s390.c
1383 SPARC target
1384 M: Blue Swirl <blauwirbel@gmail.com>
1385 S: Maintained
1386 F: tcg/sparc/
1387 F: disas/sparc.c
1389 TCI target
1390 M: Stefan Weil <sw@weilnetz.de>
1391 S: Maintained
1392 F: tcg/tci/
1393 F: tci.c
1394 F: disas/tci.c
1396 Stable branches
1397 ---------------
1398 Stable 1.0
1399 L: qemu-stable@nongnu.org
1400 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1401 S: Orphan
1403 Stable 0.15
1404 L: qemu-stable@nongnu.org
1405 M: Andreas Färber <afaerber@suse.de>
1406 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1407 S: Supported
1409 Stable 0.14
1410 L: qemu-stable@nongnu.org
1411 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1412 S: Orphan
1414 Stable 0.10
1415 L: qemu-stable@nongnu.org
1416 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1417 S: Orphan
1419 Block drivers
1420 -------------
1421 VMDK
1422 M: Fam Zheng <famz@redhat.com>
1423 L: qemu-block@nongnu.org
1424 S: Supported
1425 F: block/vmdk.c
1428 M: Josh Durgin <jdurgin@redhat.com>
1429 M: Jeff Cody <jcody@redhat.com>
1430 L: qemu-block@nongnu.org
1431 S: Supported
1432 F: block/rbd.c
1433 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1435 Sheepdog
1436 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1437 M: Liu Yuan <namei.unix@gmail.com>
1438 M: Jeff Cody <jcody@redhat.com>
1439 L: qemu-block@nongnu.org
1440 L: sheepdog@lists.wpkg.org
1441 S: Supported
1442 F: block/sheepdog.c
1443 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1445 VHDX
1446 M: Jeff Cody <jcody@redhat.com>
1447 L: qemu-block@nongnu.org
1448 S: Supported
1449 F: block/vhdx*
1450 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1453 M: Stefan Weil <sw@weilnetz.de>
1454 L: qemu-block@nongnu.org
1455 S: Maintained
1456 F: block/vdi.c
1458 iSCSI
1459 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1460 M: Paolo Bonzini <pbonzini@redhat.com>
1461 M: Peter Lieven <pl@kamp.de>
1462 L: qemu-block@nongnu.org
1463 S: Supported
1464 F: block/iscsi.c
1467 M: Jeff Cody <jcody@redhat.com>
1468 M: Peter Lieven <pl@kamp.de>
1469 L: qemu-block@nongnu.org
1470 S: Maintained
1471 F: block/nfs.c
1472 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1475 M: Richard W.M. Jones <rjones@redhat.com>
1476 M: Jeff Cody <jcody@redhat.com>
1477 L: qemu-block@nongnu.org
1478 S: Supported
1479 F: block/ssh.c
1480 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1482 ARCHIPELAGO
1483 M: Chrysostomos Nanakos <chris@include.gr>
1484 M: Jeff Cody <jcody@redhat.com>
1485 L: qemu-block@nongnu.org
1486 S: Maintained
1487 F: block/archipelago.c
1488 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1490 CURL
1491 M: Jeff Cody <jcody@redhat.com>
1492 L: qemu-block@nongnu.org
1493 S: Supported
1494 F: block/curl.c
1495 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497 GLUSTER
1498 M: Jeff Cody <jcody@redhat.com>
1499 L: qemu-block@nongnu.org
1500 S: Supported
1501 F: block/gluster.c
1502 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1504 Null Block Driver
1505 M: Fam Zheng <famz@redhat.com>
1506 L: qemu-block@nongnu.org
1507 S: Supported
1508 F: block/null.c
1510 Bootdevice
1511 M: Gonglei <arei.gonglei@huawei.com>
1512 S: Maintained
1513 F: bootdevice.c
1515 Quorum
1516 M: Alberto Garcia <berto@igalia.com>
1517 S: Supported
1518 F: block/quorum.c
1519 L: qemu-block@nongnu.org
1521 blkverify
1522 M: Stefan Hajnoczi <stefanha@redhat.com>
1523 L: qemu-block@nongnu.org
1524 S: Supported
1525 F: block/blkverify.c
1527 bochs
1528 M: Stefan Hajnoczi <stefanha@redhat.com>
1529 L: qemu-block@nongnu.org
1530 S: Supported
1531 F: block/bochs.c
1533 cloop
1534 M: Stefan Hajnoczi <stefanha@redhat.com>
1535 L: qemu-block@nongnu.org
1536 S: Supported
1537 F: block/cloop.c
1540 M: Stefan Hajnoczi <stefanha@redhat.com>
1541 L: qemu-block@nongnu.org
1542 S: Supported
1543 F: block/dmg.c
1545 parallels
1546 M: Stefan Hajnoczi <stefanha@redhat.com>
1547 M: Denis V. Lunev <den@openvz.org>
1548 L: qemu-block@nongnu.org
1549 S: Supported
1550 F: block/parallels.c
1551 F: docs/specs/parallels.txt
1554 M: Stefan Hajnoczi <stefanha@redhat.com>
1555 L: qemu-block@nongnu.org
1556 S: Supported
1557 F: block/qed.c
1560 M: Kevin Wolf <kwolf@redhat.com>
1561 L: qemu-block@nongnu.org
1562 S: Supported
1563 F: block/linux-aio.c
1564 F: block/raw-aio.h
1565 F: block/raw-posix.c
1566 F: block/raw-win32.c
1567 F: block/raw_bsd.c
1568 F: block/win32-aio.c
1570 qcow2
1571 M: Kevin Wolf <kwolf@redhat.com>
1572 L: qemu-block@nongnu.org
1573 S: Supported
1574 F: block/qcow2*
1576 qcow
1577 M: Kevin Wolf <kwolf@redhat.com>
1578 L: qemu-block@nongnu.org
1579 S: Supported
1580 F: block/qcow.c
1582 blkdebug
1583 M: Kevin Wolf <kwolf@redhat.com>
1584 L: qemu-block@nongnu.org
1585 S: Supported
1586 F: block/blkdebug.c
1589 M: Kevin Wolf <kwolf@redhat.com>
1590 L: qemu-block@nongnu.org
1591 S: Supported
1592 F: block/vpc.c
1594 vvfat
1595 M: Kevin Wolf <kwolf@redhat.com>
1596 L: qemu-block@nongnu.org
1597 S: Supported
1598 F: block/vvfat.c
1600 Image format fuzzer
1601 M: Stefan Hajnoczi <stefanha@redhat.com>
1602 L: qemu-block@nongnu.org
1603 S: Supported
1604 F: tests/image-fuzzer/
1606 Build and test automation
1607 -------------------------
1608 M: Alex Bennée <alex.bennee@linaro.org>
1609 L: qemu-devel@nongnu.org
1610 S: Supported
1611 F: .travis.yml
1613 Documentation
1614 -------------
1615 Build system architecture
1616 M: Daniel P. Berrange <berrange@redhat.com>
1617 S: Odd Fixes
1618 F: docs/build-system.txt