net: check packet payload length
[qemu/ar7.git] / MAINTAINERS
blobc47709d860a2da2f1ff416445a9f87e8d4dc9a7b
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*
721 Xtensa Machines
722 ---------------
724 M: Max Filippov <jcmvbkbc@gmail.com>
725 S: Maintained
726 F: hw/xtensa/sim.c
728 XTFPGA (LX60, LX200, ML605, KC705)
729 M: Max Filippov <jcmvbkbc@gmail.com>
730 S: Maintained
731 F: hw/xtensa/xtfpga.c
732 F: hw/net/opencores_eth.c
734 Devices
735 -------
737 M: Jiri Slaby <jslaby@suse.cz>
738 S: Maintained
739 F: hw/misc/edu.c
742 M: John Snow <jsnow@redhat.com>
743 L: qemu-block@nongnu.org
744 S: Supported
745 F: include/hw/ide.h
746 F: hw/ide/
747 F: hw/block/block.c
748 F: hw/block/cdrom.c
749 F: hw/block/hd-geometry.c
750 F: tests/ide-test.c
751 F: tests/ahci-test.c
752 F: tests/libqos/ahci*
753 T: git git://github.com/jnsnow/qemu.git ide
755 Floppy
756 M: John Snow <jsnow@redhat.com>
757 L: qemu-block@nongnu.org
758 S: Supported
759 F: hw/block/fdc.c
760 F: include/hw/block/fdc.h
761 F: tests/fdc-test.c
762 T: git git://github.com/jnsnow/qemu.git ide
764 OMAP
765 M: Peter Maydell <peter.maydell@linaro.org>
766 S: Maintained
767 F: hw/*/omap*
768 F: include/hw/arm/omap.h
770 IPack
771 M: Alberto Garcia <berto@igalia.com>
772 S: Odd Fixes
773 F: hw/char/ipoctal232.c
774 F: hw/ipack/
777 M: Michael S. Tsirkin <mst@redhat.com>
778 S: Supported
779 F: include/hw/pci/*
780 F: hw/misc/pci-testdev.c
781 F: hw/pci/*
782 F: hw/pci-bridge/*
784 ACPI/SMBIOS
785 M: Michael S. Tsirkin <mst@redhat.com>
786 M: Igor Mammedov <imammedo@redhat.com>
787 S: Supported
788 F: include/hw/acpi/*
789 F: include/hw/smbios/*
790 F: hw/mem/*
791 F: hw/acpi/*
792 F: hw/smbios/*
793 F: hw/i386/acpi-build.[hc]
794 F: hw/i386/*dsl
795 F: hw/arm/virt-acpi-build.c
796 F: include/hw/arm/virt-acpi-build.h
797 F: scripts/acpi*py
799 ppc4xx
800 M: Alexander Graf <agraf@suse.de>
801 L: qemu-ppc@nongnu.org
802 S: Odd Fixes
803 F: hw/ppc/ppc4*.c
805 ppce500
806 M: Alexander Graf <agraf@suse.de>
807 M: Scott Wood <scottwood@freescale.com>
808 L: qemu-ppc@nongnu.org
809 S: Supported
810 F: hw/ppc/e500*
811 F: hw/pci-host/ppce500.c
812 F: hw/net/fsl_etsec/
814 Character devices
815 M: Paolo Bonzini <pbonzini@redhat.com>
816 S: Odd Fixes
817 F: hw/char/
819 Network devices
820 M: Jason Wang <jasowang@redhat.com>
821 S: Odd Fixes
822 F: hw/net/
823 T: git git://github.com/jasowang/qemu.git net
825 SCSI
826 M: Paolo Bonzini <pbonzini@redhat.com>
827 S: Supported
828 F: include/hw/scsi*
829 F: hw/scsi/*
830 T: git git://github.com/bonzini/qemu.git scsi-next
832 LSI53C895A
833 S: Orphan
834 F: hw/scsi/lsi53c895a.c
837 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
838 S: Maintained
839 F: hw/ssi/*
840 F: hw/block/m25p80.c
841 X: hw/ssi/xilinx_*
843 Xilinx SPI
844 M: Alistair Francis <alistair.francis@xilinx.com>
845 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
846 S: Maintained
847 F: hw/ssi/xilinx_*
850 M: Gerd Hoffmann <kraxel@redhat.com>
851 S: Maintained
852 F: hw/usb/*
853 F: tests/usb-*-test.c
854 F: docs/usb2.txt
855 F: docs/usb-storage.txt
856 F: include/hw/usb.h
857 F: include/hw/usb/
859 USB (serial adapter)
860 M: Gerd Hoffmann <kraxel@redhat.com>
861 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
862 S: Maintained
863 F: hw/usb/dev-serial.c
865 VFIO
866 M: Alex Williamson <alex.williamson@redhat.com>
867 S: Supported
868 F: hw/vfio/*
870 vhost
871 M: Michael S. Tsirkin <mst@redhat.com>
872 S: Supported
873 F: hw/*/*vhost*
875 virtio
876 M: Michael S. Tsirkin <mst@redhat.com>
877 S: Supported
878 F: hw/*/virtio*
879 F: net/vhost-user.c
881 virtio-9p
882 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
883 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
884 S: Supported
885 F: hw/9pfs/
886 F: fsdev/
887 F: tests/virtio-9p-test.c
888 T: git git://github.com/kvaneesh/QEMU.git
890 virtio-blk
891 M: Stefan Hajnoczi <stefanha@redhat.com>
892 L: qemu-block@nongnu.org
893 S: Supported
894 F: hw/block/virtio-blk.c
895 F: hw/block/dataplane/*
896 F: hw/virtio/dataplane/*
897 T: git git://github.com/stefanha/qemu.git block
899 virtio-ccw
900 M: Cornelia Huck <cornelia.huck@de.ibm.com>
901 M: Christian Borntraeger <borntraeger@de.ibm.com>
902 S: Supported
903 F: hw/s390x/virtio-ccw.[hc]
904 T: git git://github.com/cohuck/qemu.git s390-next
905 T: git git://github.com/borntraeger/qemu.git s390-next
907 virtio-input
908 M: Gerd Hoffmann <kraxel@redhat.com>
909 S: Maintained
910 F: hw/input/virtio-input*.c
911 F: include/hw/virtio/virtio-input.h
913 virtio-serial
914 M: Amit Shah <amit.shah@redhat.com>
915 S: Supported
916 F: hw/char/virtio-serial-bus.c
917 F: hw/char/virtio-console.c
918 F: include/hw/virtio/virtio-serial.h
920 virtio-rng
921 M: Amit Shah <amit.shah@redhat.com>
922 S: Supported
923 F: hw/virtio/virtio-rng.c
924 F: include/hw/virtio/virtio-rng.h
925 F: include/sysemu/rng*.h
926 F: backends/rng*.c
928 nvme
929 M: Keith Busch <keith.busch@intel.com>
930 L: qemu-block@nongnu.org
931 S: Supported
932 F: hw/block/nvme*
933 F: tests/nvme-test.c
935 megasas
936 M: Hannes Reinecke <hare@suse.de>
937 L: qemu-block@nongnu.org
938 S: Supported
939 F: hw/scsi/megasas.c
940 F: hw/scsi/mfi.h
942 Xilinx EDK
943 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
944 M: Alistair Francis <alistair.francis@xilinx.com>
945 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
946 S: Maintained
947 F: hw/*/xilinx_*
948 F: include/hw/xilinx.h
950 Vmware
951 M: Dmitry Fleytman <dmitry@daynix.com>
952 S: Maintained
953 F: hw/net/vmxnet*
954 F: hw/scsi/vmw_pvscsi*
956 Rocker
957 M: Scott Feldman <sfeldma@gmail.com>
958 M: Jiri Pirko <jiri@resnulli.us>
959 S: Maintained
960 F: hw/net/rocker/
962 NVDIMM
963 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
964 S: Maintained
965 F: hw/acpi/nvdimm.c
966 F: hw/mem/nvdimm.c
967 F: include/hw/mem/nvdimm.h
969 Subsystems
970 ----------
971 Audio
972 M: Gerd Hoffmann <kraxel@redhat.com>
973 S: Maintained
974 F: audio/
975 F: hw/audio/
976 F: tests/ac97-test.c
977 F: tests/es1370-test.c
978 F: tests/intel-hda-test.c
980 Block layer core
981 M: Kevin Wolf <kwolf@redhat.com>
982 L: qemu-block@nongnu.org
983 S: Supported
984 F: block*
985 F: block/
986 F: hw/block/
987 F: include/block/
988 F: qemu-img*
989 F: qemu-io*
990 F: tests/qemu-iotests/
991 T: git git://repo.or.cz/qemu/kevin.git block
993 Block I/O path
994 M: Stefan Hajnoczi <stefanha@redhat.com>
995 L: qemu-block@nongnu.org
996 S: Supported
997 F: async.c
998 F: aio-*.c
999 F: block/io.c
1000 F: migration/block*
1001 T: git git://github.com/stefanha/qemu.git block
1003 Block Jobs
1004 M: Jeff Cody <jcody@redhat.com>
1005 L: qemu-block@nongnu.org
1006 S: Supported
1007 F: blockjob.c
1008 F: include/block/blockjob.h
1009 F: block/backup.c
1010 F: block/commit.c
1011 F: block/stream.h
1012 F: block/mirror.c
1013 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1015 Block QAPI, monitor, command line
1016 M: Markus Armbruster <armbru@redhat.com>
1017 S: Supported
1018 F: blockdev.c
1019 F: block/qapi.c
1020 F: qapi/block*.json
1021 T: git git://repo.or.cz/qemu/armbru.git block-next
1023 Character device backends
1024 M: Paolo Bonzini <pbonzini@redhat.com>
1025 S: Maintained
1026 F: qemu-char.c
1027 F: backends/msmouse.c
1028 F: backends/testdev.c
1030 Character Devices (Braille)
1031 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1032 S: Maintained
1033 F: backends/baum.c
1035 Coverity model
1036 M: Markus Armbruster <armbru@redhat.com>
1037 S: Supported
1038 F: scripts/coverity-model.c
1041 M: Andreas Färber <afaerber@suse.de>
1042 S: Supported
1043 F: qom/cpu.c
1044 F: include/qom/cpu.h
1045 F: target-i386/cpu.c
1047 ICC Bus
1048 M: Igor Mammedov <imammedo@redhat.com>
1049 S: Supported
1050 F: include/hw/cpu/icc_bus.h
1051 F: hw/cpu/icc_bus.c
1053 Device Tree
1054 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1055 M: Alexander Graf <agraf@suse.de>
1056 S: Maintained
1057 F: device_tree.c
1058 F: include/sysemu/device_tree.h
1060 Error reporting
1061 M: Markus Armbruster <armbru@redhat.com>
1062 S: Supported
1063 F: include/qapi/error.h
1064 F: include/qemu/error-report.h
1065 F: util/error.c
1066 F: util/qemu-error.c
1068 GDB stub
1069 L: qemu-devel@nongnu.org
1070 S: Odd Fixes
1071 F: gdbstub*
1072 F: gdb-xml/
1074 Memory API
1075 M: Paolo Bonzini <pbonzini@redhat.com>
1076 S: Supported
1077 F: include/exec/ioport.h
1078 F: ioport.c
1079 F: include/exec/memory.h
1080 F: include/exec/ram_addr.h
1081 F: memory.c
1082 F: include/exec/memory-internal.h
1083 F: exec.c
1085 SPICE
1086 M: Gerd Hoffmann <kraxel@redhat.com>
1087 S: Supported
1088 F: include/ui/qemu-spice.h
1089 F: include/ui/spice-display.h
1090 F: ui/spice-*.c
1091 F: audio/spiceaudio.c
1092 F: hw/display/qxl*
1094 Graphics
1095 M: Gerd Hoffmann <kraxel@redhat.com>
1096 S: Odd Fixes
1097 F: ui/
1098 F: include/ui/
1100 Cocoa graphics
1101 M: Andreas Färber <andreas.faerber@web.de>
1102 M: Peter Maydell <peter.maydell@linaro.org>
1103 S: Odd Fixes
1104 F: ui/cocoa.m
1106 Main loop
1107 M: Paolo Bonzini <pbonzini@redhat.com>
1108 S: Maintained
1109 F: cpus.c
1110 F: main-loop.c
1111 F: qemu-timer.c
1112 F: vl.c
1114 Human Monitor (HMP)
1115 M: Luiz Capitulino <lcapitulino@redhat.com>
1116 S: Maintained
1117 F: monitor.c
1118 F: hmp.c
1119 F: hmp-commands.hx
1120 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1122 Network device backends
1123 M: Jason Wang <jasowang@redhat.com>
1124 S: Maintained
1125 F: net/
1126 F: include/net/
1127 T: git git://github.com/jasowang/qemu.git net
1129 Netmap network backend
1130 M: Luigi Rizzo <rizzo@iet.unipi.it>
1131 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1132 M: Vincenzo Maffione <v.maffione@gmail.com>
1133 W: http://info.iet.unipi.it/~luigi/netmap/
1134 S: Maintained
1135 F: net/netmap.c
1137 Network Block Device (NBD)
1138 M: Paolo Bonzini <pbonzini@redhat.com>
1139 S: Odd Fixes
1140 F: block/nbd*
1141 F: nbd/
1142 F: include/block/nbd*
1143 F: qemu-nbd.c
1144 T: git git://github.com/bonzini/qemu.git nbd-next
1146 NUMA
1147 M: Eduardo Habkost <ehabkost@redhat.com>
1148 S: Maintained
1149 F: numa.c
1150 F: include/sysemu/numa.h
1151 K: numa|NUMA
1152 K: srat|SRAT
1153 T: git git://github.com/ehabkost/qemu.git numa
1155 QAPI
1156 M: Markus Armbruster <armbru@redhat.com>
1157 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1158 S: Supported
1159 F: qapi/
1160 X: qapi/*.json
1161 F: include/qapi/
1162 X: include/qapi/qmp/
1163 F: include/qapi/qmp/dispatch.h
1164 F: tests/qapi-schema/
1165 F: tests/test-*-visitor.c
1166 F: tests/test-qmp-*.c
1167 F: scripts/qapi*
1168 F: docs/qapi*
1169 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1171 QAPI Schema
1172 M: Eric Blake <eblake@redhat.com>
1173 M: Markus Armbruster <armbru@redhat.com>
1174 S: Supported
1175 F: qapi-schema.json
1176 F: qapi/*.json
1177 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1179 QObject
1180 M: Luiz Capitulino <lcapitulino@redhat.com>
1181 S: Maintained
1182 F: qobject/
1183 F: include/qapi/qmp/
1184 X: include/qapi/qmp/dispatch.h
1185 F: tests/check-qdict.c
1186 F: tests/check-qfloat.c
1187 F: tests/check-qint.c
1188 F: tests/check-qjson.c
1189 F: tests/check-qlist.c
1190 F: tests/check-qstring.c
1191 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1193 QEMU Guest Agent
1194 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1195 S: Maintained
1196 F: qga/
1197 T: git git://github.com/mdroth/qemu.git qga
1200 M: Andreas Färber <afaerber@suse.de>
1201 S: Supported
1202 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1203 F: include/qom/
1204 X: include/qom/cpu.h
1205 F: qom/
1206 X: qom/cpu.c
1207 F: tests/check-qom-interface.c
1208 F: tests/check-qom-proplist.c
1209 F: tests/qom-test.c
1212 M: Markus Armbruster <armbru@redhat.com>
1213 S: Supported
1214 F: qmp.c
1215 F: monitor.c
1216 F: qmp-commands.hx
1217 F: docs/*qmp-*
1218 F: scripts/qmp/
1219 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1221 SLIRP
1222 M: Jan Kiszka <jan.kiszka@siemens.com>
1223 S: Maintained
1224 F: slirp/
1225 F: net/slirp.c
1226 F: include/net/slirp.h
1227 T: git git://git.kiszka.org/qemu.git queues/slirp
1229 Tracing
1230 M: Stefan Hajnoczi <stefanha@redhat.com>
1231 S: Maintained
1232 F: trace/
1233 F: scripts/tracetool.py
1234 F: scripts/tracetool/
1235 F: docs/tracing.txt
1236 T: git git://github.com/stefanha/qemu.git tracing
1238 Checkpatch
1239 M: Blue Swirl <blauwirbel@gmail.com>
1240 S: Odd Fixes
1241 F: scripts/checkpatch.pl
1243 Migration
1244 M: Juan Quintela <quintela@redhat.com>
1245 M: Amit Shah <amit.shah@redhat.com>
1246 S: Maintained
1247 F: include/migration/
1248 F: migration/
1249 F: scripts/vmstate-static-checker.py
1250 F: tests/vmstate-static-checker-data/
1251 F: docs/migration.txt
1253 Seccomp
1254 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1255 S: Supported
1256 F: qemu-seccomp.c
1257 F: include/sysemu/seccomp.h
1259 Cryptography
1260 M: Daniel P. Berrange <berrange@redhat.com>
1261 S: Maintained
1262 F: crypto/
1263 F: include/crypto/
1264 F: tests/test-crypto-*
1266 Coroutines
1267 M: Stefan Hajnoczi <stefanha@redhat.com>
1268 M: Kevin Wolf <kwolf@redhat.com>
1269 F: util/*coroutine*
1270 F: include/qemu/coroutine*
1271 F: tests/test-coroutine.c
1273 Buffers
1274 M: Daniel P. Berrange <berrange@redhat.com>
1275 S: Odd fixes
1276 F: util/buffer.c
1277 F: include/qemu/buffer.h
1279 I/O Channels
1280 M: Daniel P. Berrange <berrange@redhat.com>
1281 S: Maintained
1282 F: io/
1283 F: include/io/
1284 F: tests/test-io-*
1286 Sockets
1287 M: Daniel P. Berrange <berrange@redhat.com>
1288 M: Gerd Hoffmann <kraxel@redhat.com>
1289 M: Paolo Bonzini <pbonzini@redhat.com>
1290 S: Maintained
1291 F: include/qemu/sockets.h
1292 F: util/qemu-sockets.c
1294 Throttling infrastructure
1295 M: Alberto Garcia <berto@igalia.com>
1296 S: Supported
1297 F: block/throttle-groups.c
1298 F: include/block/throttle-groups.h
1299 F: include/qemu/throttle.h
1300 F: util/throttle.c
1301 L: qemu-block@nongnu.org
1303 Usermode Emulation
1304 ------------------
1305 Overall
1306 M: Riku Voipio <riku.voipio@iki.fi>
1307 S: Maintained
1308 F: thunk.c
1309 F: user-exec.c
1311 BSD user
1312 M: Blue Swirl <blauwirbel@gmail.com>
1313 S: Maintained
1314 F: bsd-user/
1316 Linux user
1317 M: Riku Voipio <riku.voipio@iki.fi>
1318 S: Maintained
1319 F: linux-user/
1321 Tiny Code Generator (TCG)
1322 -------------------------
1323 Common code
1324 M: Richard Henderson <rth@twiddle.net>
1325 S: Maintained
1326 F: tcg/
1328 AArch64 target
1329 M: Claudio Fontana <claudio.fontana@huawei.com>
1330 M: Claudio Fontana <claudio.fontana@gmail.com>
1331 S: Maintained
1332 L: qemu-arm@nongnu.org
1333 F: tcg/aarch64/
1334 F: disas/arm-a64.cc
1335 F: disas/libvixl/
1337 ARM target
1338 M: Andrzej Zaborowski <balrogg@gmail.com>
1339 S: Maintained
1340 L: qemu-arm@nongnu.org
1341 F: tcg/arm/
1342 F: disas/arm.c
1344 i386 target
1345 L: qemu-devel@nongnu.org
1346 S: Maintained
1347 F: tcg/i386/
1348 F: disas/i386.c
1350 IA64 target
1351 M: Aurelien Jarno <aurelien@aurel32.net>
1352 S: Maintained
1353 F: tcg/ia64/
1354 F: disas/ia64.c
1356 MIPS target
1357 M: Aurelien Jarno <aurelien@aurel32.net>
1358 S: Maintained
1359 F: tcg/mips/
1360 F: disas/mips.c
1363 M: Vassili Karpov (malc) <av1474@comtv.ru>
1364 S: Maintained
1365 F: tcg/ppc/
1366 F: disas/ppc.c
1368 S390 target
1369 M: Alexander Graf <agraf@suse.de>
1370 M: Richard Henderson <rth@twiddle.net>
1371 S: Maintained
1372 F: tcg/s390/
1373 F: disas/s390.c
1375 SPARC target
1376 M: Blue Swirl <blauwirbel@gmail.com>
1377 S: Maintained
1378 F: tcg/sparc/
1379 F: disas/sparc.c
1381 TCI target
1382 M: Stefan Weil <sw@weilnetz.de>
1383 S: Maintained
1384 F: tcg/tci/
1385 F: tci.c
1386 F: disas/tci.c
1388 Stable branches
1389 ---------------
1390 Stable 1.0
1391 L: qemu-stable@nongnu.org
1392 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1393 S: Orphan
1395 Stable 0.15
1396 L: qemu-stable@nongnu.org
1397 M: Andreas Färber <afaerber@suse.de>
1398 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1399 S: Supported
1401 Stable 0.14
1402 L: qemu-stable@nongnu.org
1403 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1404 S: Orphan
1406 Stable 0.10
1407 L: qemu-stable@nongnu.org
1408 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1409 S: Orphan
1411 Block drivers
1412 -------------
1413 VMDK
1414 M: Fam Zheng <famz@redhat.com>
1415 L: qemu-block@nongnu.org
1416 S: Supported
1417 F: block/vmdk.c
1420 M: Josh Durgin <jdurgin@redhat.com>
1421 M: Jeff Cody <jcody@redhat.com>
1422 L: qemu-block@nongnu.org
1423 S: Supported
1424 F: block/rbd.c
1425 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1427 Sheepdog
1428 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1429 M: Liu Yuan <namei.unix@gmail.com>
1430 M: Jeff Cody <jcody@redhat.com>
1431 L: qemu-block@nongnu.org
1432 L: sheepdog@lists.wpkg.org
1433 S: Supported
1434 F: block/sheepdog.c
1435 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1437 VHDX
1438 M: Jeff Cody <jcody@redhat.com>
1439 L: qemu-block@nongnu.org
1440 S: Supported
1441 F: block/vhdx*
1442 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1445 M: Stefan Weil <sw@weilnetz.de>
1446 L: qemu-block@nongnu.org
1447 S: Maintained
1448 F: block/vdi.c
1450 iSCSI
1451 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1452 M: Paolo Bonzini <pbonzini@redhat.com>
1453 M: Peter Lieven <pl@kamp.de>
1454 L: qemu-block@nongnu.org
1455 S: Supported
1456 F: block/iscsi.c
1459 M: Jeff Cody <jcody@redhat.com>
1460 M: Peter Lieven <pl@kamp.de>
1461 L: qemu-block@nongnu.org
1462 S: Maintained
1463 F: block/nfs.c
1464 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1467 M: Richard W.M. Jones <rjones@redhat.com>
1468 M: Jeff Cody <jcody@redhat.com>
1469 L: qemu-block@nongnu.org
1470 S: Supported
1471 F: block/ssh.c
1472 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1474 ARCHIPELAGO
1475 M: Chrysostomos Nanakos <chris@include.gr>
1476 M: Jeff Cody <jcody@redhat.com>
1477 L: qemu-block@nongnu.org
1478 S: Maintained
1479 F: block/archipelago.c
1480 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1482 CURL
1483 M: Jeff Cody <jcody@redhat.com>
1484 L: qemu-block@nongnu.org
1485 S: Supported
1486 F: block/curl.c
1487 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1489 GLUSTER
1490 M: Jeff Cody <jcody@redhat.com>
1491 L: qemu-block@nongnu.org
1492 S: Supported
1493 F: block/gluster.c
1494 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1496 Null Block Driver
1497 M: Fam Zheng <famz@redhat.com>
1498 L: qemu-block@nongnu.org
1499 S: Supported
1500 F: block/null.c
1502 Bootdevice
1503 M: Gonglei <arei.gonglei@huawei.com>
1504 S: Maintained
1505 F: bootdevice.c
1507 Quorum
1508 M: Alberto Garcia <berto@igalia.com>
1509 S: Supported
1510 F: block/quorum.c
1511 L: qemu-block@nongnu.org
1513 blkverify
1514 M: Stefan Hajnoczi <stefanha@redhat.com>
1515 L: qemu-block@nongnu.org
1516 S: Supported
1517 F: block/blkverify.c
1519 bochs
1520 M: Stefan Hajnoczi <stefanha@redhat.com>
1521 L: qemu-block@nongnu.org
1522 S: Supported
1523 F: block/bochs.c
1525 cloop
1526 M: Stefan Hajnoczi <stefanha@redhat.com>
1527 L: qemu-block@nongnu.org
1528 S: Supported
1529 F: block/cloop.c
1532 M: Stefan Hajnoczi <stefanha@redhat.com>
1533 L: qemu-block@nongnu.org
1534 S: Supported
1535 F: block/dmg.c
1537 parallels
1538 M: Stefan Hajnoczi <stefanha@redhat.com>
1539 M: Denis V. Lunev <den@openvz.org>
1540 L: qemu-block@nongnu.org
1541 S: Supported
1542 F: block/parallels.c
1543 F: docs/specs/parallels.txt
1546 M: Stefan Hajnoczi <stefanha@redhat.com>
1547 L: qemu-block@nongnu.org
1548 S: Supported
1549 F: block/qed.c
1552 M: Kevin Wolf <kwolf@redhat.com>
1553 L: qemu-block@nongnu.org
1554 S: Supported
1555 F: block/linux-aio.c
1556 F: block/raw-aio.h
1557 F: block/raw-posix.c
1558 F: block/raw-win32.c
1559 F: block/raw_bsd.c
1560 F: block/win32-aio.c
1562 qcow2
1563 M: Kevin Wolf <kwolf@redhat.com>
1564 L: qemu-block@nongnu.org
1565 S: Supported
1566 F: block/qcow2*
1568 qcow
1569 M: Kevin Wolf <kwolf@redhat.com>
1570 L: qemu-block@nongnu.org
1571 S: Supported
1572 F: block/qcow.c
1574 blkdebug
1575 M: Kevin Wolf <kwolf@redhat.com>
1576 L: qemu-block@nongnu.org
1577 S: Supported
1578 F: block/blkdebug.c
1581 M: Kevin Wolf <kwolf@redhat.com>
1582 L: qemu-block@nongnu.org
1583 S: Supported
1584 F: block/vpc.c
1586 vvfat
1587 M: Kevin Wolf <kwolf@redhat.com>
1588 L: qemu-block@nongnu.org
1589 S: Supported
1590 F: block/vvfat.c
1592 Image format fuzzer
1593 M: Stefan Hajnoczi <stefanha@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: tests/image-fuzzer/
1598 Build and test automation
1599 -------------------------
1600 M: Alex Bennée <alex.bennee@linaro.org>
1601 L: qemu-devel@nongnu.org
1602 S: Supported
1603 F: .travis.yml
1605 Documentation
1606 -------------
1607 Build system architecture
1608 M: Daniel P. Berrange <berrange@redhat.com>
1609 S: Odd Fixes
1610 F: docs/build-system.txt