MAINTAINERS: Add include/hw/tricore/ to TriCore section
[qemu/kevin.git] / MAINTAINERS
blob0edd7b3fdb7cce4347980533d78b87e8c763363e
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: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
193 M: Artyom Tarasenko <atar4qemu@gmail.com>
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/
205 F: include/hw/unicore32/
208 M: Paolo Bonzini <pbonzini@redhat.com>
209 M: Richard Henderson <rth@twiddle.net>
210 M: Eduardo Habkost <ehabkost@redhat.com>
211 S: Maintained
212 F: target-i386/
213 F: hw/i386/
214 F: disas/i386.c
216 Xtensa
217 M: Max Filippov <jcmvbkbc@gmail.com>
218 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
219 S: Maintained
220 F: target-xtensa/
221 F: hw/xtensa/
222 F: tests/tcg/xtensa/
224 TriCore
225 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
226 S: Maintained
227 F: target-tricore/
228 F: hw/tricore/
229 F: include/hw/tricore/
231 Guest CPU Cores (KVM):
232 ----------------------
234 Overall
235 M: Paolo Bonzini <pbonzini@redhat.com>
236 L: kvm@vger.kernel.org
237 S: Supported
238 F: kvm-*
239 F: */kvm.*
240 F: include/sysemu/kvm*.h
243 M: Peter Maydell <peter.maydell@linaro.org>
244 L: qemu-arm@nongnu.org
245 S: Maintained
246 F: target-arm/kvm.c
248 MIPS
249 M: James Hogan <james.hogan@imgtec.com>
250 S: Maintained
251 F: target-mips/kvm.c
254 M: Alexander Graf <agraf@suse.de>
255 S: Maintained
256 F: target-ppc/kvm.c
258 S390
259 M: Christian Borntraeger <borntraeger@de.ibm.com>
260 M: Cornelia Huck <cornelia.huck@de.ibm.com>
261 M: Alexander Graf <agraf@suse.de>
262 S: Maintained
263 F: target-s390x/kvm.c
264 F: target-s390x/ioinst.[ch]
265 F: target-s390x/machine.c
266 F: hw/intc/s390_flic.c
267 F: hw/intc/s390_flic_kvm.c
268 F: include/hw/s390x/s390_flic.h
269 F: gdb-xml/s390*.xml
270 T: git git://github.com/cohuck/qemu.git s390-next
271 T: git git://github.com/borntraeger/qemu.git s390-next
274 M: Paolo Bonzini <pbonzini@redhat.com>
275 M: Marcelo Tosatti <mtosatti@redhat.com>
276 L: kvm@vger.kernel.org
277 S: Supported
278 F: target-i386/kvm.c
280 Guest CPU Cores (Xen):
281 ----------------------
284 M: Stefano Stabellini <sstabellini@kernel.org>
285 M: Anthony Perard <anthony.perard@citrix.com>
286 L: xen-devel@lists.xensource.com
287 S: Supported
288 F: xen-*
289 F: */xen*
290 F: hw/char/xen_console.c
291 F: hw/display/xenfb.c
292 F: hw/net/xen_nic.c
293 F: hw/block/xen_*
294 F: hw/xen/
295 F: hw/xenpv/
296 F: hw/i386/xen/
297 F: include/hw/xen/
298 F: include/sysemu/xen-mapcache.h
300 Hosts:
301 ------
303 LINUX
304 L: qemu-devel@nongnu.org
305 S: Maintained
306 F: linux-*
307 F: linux-headers/
309 POSIX
310 L: qemu-devel@nongnu.org
311 S: Maintained
312 F: *posix*
314 W32, W64
315 L: qemu-devel@nongnu.org
316 M: Stefan Weil <sw@weilnetz.de>
317 S: Maintained
318 F: *win32*
319 F: qemu.nsi
321 ARM Machines
322 ------------
323 Allwinner-a10
324 M: Beniamino Galvani <b.galvani@gmail.com>
325 L: qemu-arm@nongnu.org
326 S: Maintained
327 F: hw/*/allwinner*
328 F: include/hw/*/allwinner*
329 F: hw/arm/cubieboard.c
331 ARM PrimeCell
332 M: Peter Maydell <peter.maydell@linaro.org>
333 L: qemu-arm@nongnu.org
334 S: Maintained
335 F: hw/char/pl011.c
336 F: hw/display/pl110*
337 F: hw/dma/pl080.c
338 F: hw/dma/pl330.c
339 F: hw/gpio/pl061.c
340 F: hw/input/pl050.c
341 F: hw/intc/pl190.c
342 F: hw/sd/pl181.c
343 F: hw/timer/pl031.c
344 F: include/hw/arm/primecell.h
346 ARM cores
347 M: Peter Maydell <peter.maydell@linaro.org>
348 L: qemu-arm@nongnu.org
349 S: Maintained
350 F: hw/intc/arm*
351 F: hw/intc/gic_internal.h
352 F: hw/misc/a9scu.c
353 F: hw/misc/arm11scu.c
354 F: hw/timer/a9gtimer*
355 F: hw/timer/arm_*
356 F: include/hw/arm/arm.h
357 F: include/hw/intc/arm*
358 F: include/hw/misc/a9scu.h
359 F: include/hw/misc/arm11scu.h
360 F: include/hw/timer/a9gtimer.h
361 F: include/hw/timer/arm_mptimer.h
363 Exynos
364 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
365 L: qemu-arm@nongnu.org
366 S: Maintained
367 F: hw/*/exynos*
368 F: include/hw/arm/exynos4210.h
370 Calxeda Highbank
371 M: Rob Herring <robh@kernel.org>
372 L: qemu-arm@nongnu.org
373 S: Maintained
374 F: hw/arm/highbank.c
375 F: hw/net/xgmac.c
377 Canon DIGIC
378 M: Antony Pavlov <antonynpavlov@gmail.com>
379 L: qemu-arm@nongnu.org
380 S: Maintained
381 F: include/hw/arm/digic.h
382 F: hw/*/digic*
384 Gumstix
385 L: qemu-devel@nongnu.org
386 L: qemu-arm@nongnu.org
387 S: Orphan
388 F: hw/arm/gumstix.c
390 i.MX31
391 M: Peter Chubb <peter.chubb@nicta.com.au>
392 L: qemu-arm@nongnu.org
393 S: Odd fixes
394 F: hw/*/imx*
395 F: hw/arm/kzm.c
396 F: include/hw/arm/fsl-imx31.h
398 Integrator CP
399 M: Peter Maydell <peter.maydell@linaro.org>
400 L: qemu-arm@nongnu.org
401 S: Maintained
402 F: hw/arm/integratorcp.c
404 Musicpal
405 M: Jan Kiszka <jan.kiszka@web.de>
406 L: qemu-arm@nongnu.org
407 S: Maintained
408 F: hw/arm/musicpal.c
410 nSeries
411 M: Andrzej Zaborowski <balrogg@gmail.com>
412 L: qemu-arm@nongnu.org
413 S: Maintained
414 F: hw/arm/nseries.c
416 Palm
417 M: Andrzej Zaborowski <balrogg@gmail.com>
418 L: qemu-arm@nongnu.org
419 S: Maintained
420 F: hw/arm/palm.c
422 Real View
423 M: Peter Maydell <peter.maydell@linaro.org>
424 L: qemu-arm@nongnu.org
425 S: Maintained
426 F: hw/arm/realview*
427 F: hw/intc/realview_gic.c
428 F: include/hw/intc/realview_gic.h
430 PXA2XX
431 M: Andrzej Zaborowski <balrogg@gmail.com>
432 L: qemu-arm@nongnu.org
433 S: Maintained
434 F: hw/arm/mainstone.c
435 F: hw/arm/spitz.c
436 F: hw/arm/tosa.c
437 F: hw/arm/z2.c
438 F: hw/*/pxa2xx*
439 F: include/hw/arm/pxa.h
441 Stellaris
442 M: Peter Maydell <peter.maydell@linaro.org>
443 L: qemu-arm@nongnu.org
444 S: Maintained
445 F: hw/*/stellaris*
447 Versatile PB
448 M: Peter Maydell <peter.maydell@linaro.org>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/*/versatile*
453 Xilinx Zynq
454 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
455 M: Alistair Francis <alistair.francis@xilinx.com>
456 L: qemu-arm@nongnu.org
457 S: Maintained
458 F: hw/*/xilinx_*
459 F: hw/*/cadence_*
460 F: hw/misc/zynq_slcr.c
461 F: include/hw/xilinx.h
462 X: hw/ssi/xilinx_*
464 Xilinx ZynqMP
465 M: Alistair Francis <alistair.francis@xilinx.com>
466 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/*/xlnx*.c
470 F: include/hw/*/xlnx*.c
472 ARM ACPI Subsystem
473 M: Shannon Zhao <zhaoshenglong@huawei.com>
474 M: Shannon Zhao <shannon.zhao@linaro.org>
475 L: qemu-arm@nongnu.org
476 S: Maintained
477 F: hw/arm/virt-acpi-build.c
478 F: include/hw/arm/virt-acpi-build.h
480 CRIS Machines
481 -------------
482 Axis Dev88
483 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
484 S: Maintained
485 F: hw/cris/axis_dev88.c
486 F: hw/*/etraxfs_*.c
488 LM32 Machines
489 -------------
490 EVR32 and uclinux BSP
491 M: Michael Walle <michael@walle.cc>
492 S: Maintained
493 F: hw/lm32/lm32_boards.c
495 milkymist
496 M: Michael Walle <michael@walle.cc>
497 S: Maintained
498 F: hw/lm32/milkymist.c
500 M68K Machines
501 -------------
502 an5206
503 S: Orphan
504 F: hw/m68k/an5206.c
506 dummy_m68k
507 S: Orphan
508 F: hw/m68k/dummy_m68k.c
510 mcf5208
511 S: Orphan
512 F: hw/m68k/mcf5208.c
514 MicroBlaze Machines
515 -------------------
516 petalogix_s3adsp1800
517 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518 S: Maintained
519 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
521 petalogix_ml605
522 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
523 S: Maintained
524 F: hw/microblaze/petalogix_ml605_mmu.c
526 MIPS Machines
527 -------------
528 Jazz
529 M: HervĂ© Poussineau <hpoussin@reactos.org>
530 S: Maintained
531 F: hw/mips/mips_jazz.c
533 Malta
534 M: Aurelien Jarno <aurelien@aurel32.net>
535 S: Maintained
536 F: hw/mips/mips_malta.c
538 Mipssim
539 L: qemu-devel@nongnu.org
540 S: Orphan
541 F: hw/mips/mips_mipssim.c
543 R4000
544 M: Aurelien Jarno <aurelien@aurel32.net>
545 S: Maintained
546 F: hw/mips/mips_r4k.c
548 OpenRISC Machines
549 -----------------
550 or1k-sim
551 M: Jia Liu <proljc@gmail.com>
552 S: Maintained
553 F: hw/openrisc/openrisc_sim.c
555 PowerPC Machines
556 ----------------
558 M: Alexander Graf <agraf@suse.de>
559 L: qemu-ppc@nongnu.org
560 S: Odd Fixes
561 F: hw/ppc/ppc405_boards.c
563 Bamboo
564 M: Alexander Graf <agraf@suse.de>
565 L: qemu-ppc@nongnu.org
566 S: Odd Fixes
567 F: hw/ppc/ppc440_bamboo.c
569 e500
570 M: Alexander Graf <agraf@suse.de>
571 M: Scott Wood <scottwood@freescale.com>
572 L: qemu-ppc@nongnu.org
573 S: Supported
574 F: hw/ppc/e500.[hc]
575 F: hw/ppc/e500plat.c
577 mpc8544ds
578 M: Alexander Graf <agraf@suse.de>
579 M: Scott Wood <scottwood@freescale.com>
580 L: qemu-ppc@nongnu.org
581 S: Supported
582 F: hw/ppc/mpc8544ds.c
583 F: hw/ppc/mpc8544_guts.c
585 New World
586 M: Alexander Graf <agraf@suse.de>
587 L: qemu-ppc@nongnu.org
588 S: Maintained
589 F: hw/ppc/mac_newworld.c
590 F: hw/pci-host/uninorth.c
591 F: hw/pci-bridge/dec.[hc]
592 F: hw/misc/macio/
594 Old World
595 M: Alexander Graf <agraf@suse.de>
596 L: qemu-ppc@nongnu.org
597 S: Maintained
598 F: hw/ppc/mac_oldworld.c
599 F: hw/pci-host/grackle.c
600 F: hw/misc/macio/
602 PReP
603 L: qemu-devel@nongnu.org
604 L: qemu-ppc@nongnu.org
605 S: Odd Fixes
606 F: hw/ppc/prep.c
607 F: hw/pci-host/prep.[hc]
608 F: hw/isa/pc87312.[hc]
610 sPAPR
611 M: David Gibson <david@gibson.dropbear.id.au>
612 M: Alexander Graf <agraf@suse.de>
613 L: qemu-ppc@nongnu.org
614 S: Supported
615 F: hw/*/spapr*
616 F: include/hw/*/spapr*
617 F: hw/*/xics*
618 F: include/hw/*/xics*
619 F: pc-bios/spapr-rtas/*
621 virtex_ml507
622 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
623 L: qemu-ppc@nongnu.org
624 S: Odd Fixes
625 F: hw/ppc/virtex_ml507.c
627 SH4 Machines
628 ------------
630 M: Magnus Damm <magnus.damm@gmail.com>
631 S: Maintained
632 F: hw/sh4/r2d.c
634 Shix
635 M: Magnus Damm <magnus.damm@gmail.com>
636 S: Orphan
637 F: hw/sh4/shix.c
639 SPARC Machines
640 --------------
641 Sun4m
642 M: Blue Swirl <blauwirbel@gmail.com>
643 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
644 S: Maintained
645 F: hw/sparc/sun4m.c
647 Sun4u
648 M: Blue Swirl <blauwirbel@gmail.com>
649 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
650 S: Maintained
651 F: hw/sparc64/sun4u.c
653 Leon3
654 M: Fabien Chouteau <chouteau@adacore.com>
655 S: Maintained
656 F: hw/sparc/leon3.c
657 F: hw/*/grlib*
659 S390 Machines
660 -------------
661 S390 Virtio-ccw
662 M: Cornelia Huck <cornelia.huck@de.ibm.com>
663 M: Christian Borntraeger <borntraeger@de.ibm.com>
664 M: Alexander Graf <agraf@suse.de>
665 S: Supported
666 F: hw/char/sclp*.[hc]
667 F: hw/s390x/
668 F: include/hw/s390x/
669 F: pc-bios/s390-ccw/
670 F: hw/watchdog/wdt_diag288.c
671 T: git git://github.com/cohuck/qemu.git s390-next
672 T: git git://github.com/borntraeger/qemu.git s390-next
674 UniCore32 Machines
675 -------------
676 PKUnity-3 SoC initramfs-with-busybox
677 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
678 S: Maintained
679 F: hw/*/puv3*
680 F: hw/unicore32/
682 X86 Machines
683 ------------
685 M: Michael S. Tsirkin <mst@redhat.com>
686 S: Supported
687 F: include/hw/i386/
688 F: hw/i386/
689 F: hw/pci-host/piix.c
690 F: hw/pci-host/q35.c
691 F: hw/pci-host/pam.c
692 F: include/hw/pci-host/q35.h
693 F: include/hw/pci-host/pam.h
694 F: hw/isa/piix4.c
695 F: hw/isa/lpc_ich9.c
696 F: hw/i2c/smbus_ich9.c
697 F: hw/acpi/piix4.c
698 F: hw/acpi/ich9.c
699 F: include/hw/acpi/ich9.h
700 F: include/hw/acpi/piix.h
701 F: hw/misc/sga.c
703 PC Chipset
704 M: Michael S. Tsirkin <mst@redhat.com>
705 M: Paolo Bonzini <pbonzini@redhat.com>
706 S: Support
707 F: hw/char/debugcon.c
708 F: hw/char/parallel.c
709 F: hw/char/serial*
710 F: hw/dma/i8257*
711 F: hw/i2c/pm_smbus.c
712 F: hw/intc/apic*
713 F: hw/intc/ioapic*
714 F: hw/intc/i8259*
715 F: hw/misc/debugexit.c
716 F: hw/misc/pc-testdev.c
717 F: hw/timer/hpet*
718 F: hw/timer/i8254*
719 F: hw/timer/mc146818rtc*
720 F: include/hw/i2c/pm_smbus.h
721 F: include/hw/timer/hpet.h
722 F: include/hw/timer/i8254*
723 F: include/hw/timer/mc146818rtc*
725 Machine core
726 M: Eduardo Habkost <ehabkost@redhat.com>
727 M: Marcel Apfelbaum <marcel@redhat.com>
728 S: Supported
729 F: hw/core/machine.c
730 F: include/hw/boards.h
732 Xtensa Machines
733 ---------------
735 M: Max Filippov <jcmvbkbc@gmail.com>
736 S: Maintained
737 F: hw/xtensa/sim.c
739 XTFPGA (LX60, LX200, ML605, KC705)
740 M: Max Filippov <jcmvbkbc@gmail.com>
741 S: Maintained
742 F: hw/xtensa/xtfpga.c
743 F: hw/net/opencores_eth.c
745 Devices
746 -------
748 M: Jiri Slaby <jslaby@suse.cz>
749 S: Maintained
750 F: hw/misc/edu.c
753 M: John Snow <jsnow@redhat.com>
754 L: qemu-block@nongnu.org
755 S: Supported
756 F: include/hw/ide.h
757 F: hw/ide/
758 F: hw/block/block.c
759 F: hw/block/cdrom.c
760 F: hw/block/hd-geometry.c
761 F: tests/ide-test.c
762 F: tests/ahci-test.c
763 F: tests/libqos/ahci*
764 T: git git://github.com/jnsnow/qemu.git ide
766 Floppy
767 M: John Snow <jsnow@redhat.com>
768 L: qemu-block@nongnu.org
769 S: Supported
770 F: hw/block/fdc.c
771 F: include/hw/block/fdc.h
772 F: tests/fdc-test.c
773 T: git git://github.com/jnsnow/qemu.git ide
775 OMAP
776 M: Peter Maydell <peter.maydell@linaro.org>
777 S: Maintained
778 F: hw/*/omap*
779 F: include/hw/arm/omap.h
781 IPack
782 M: Alberto Garcia <berto@igalia.com>
783 S: Odd Fixes
784 F: hw/char/ipoctal232.c
785 F: hw/ipack/
788 M: Michael S. Tsirkin <mst@redhat.com>
789 M: Marcel Apfelbaum <marcel@redhat.com>
790 S: Supported
791 F: include/hw/pci/*
792 F: hw/misc/pci-testdev.c
793 F: hw/pci/*
794 F: hw/pci-bridge/*
796 ACPI/SMBIOS
797 M: Michael S. Tsirkin <mst@redhat.com>
798 M: Igor Mammedov <imammedo@redhat.com>
799 S: Supported
800 F: include/hw/acpi/*
801 F: include/hw/smbios/*
802 F: hw/mem/*
803 F: hw/acpi/*
804 F: hw/smbios/*
805 F: hw/i386/acpi-build.[hc]
806 F: hw/i386/*dsl
807 F: hw/arm/virt-acpi-build.c
808 F: include/hw/arm/virt-acpi-build.h
809 F: scripts/acpi*py
811 ppc4xx
812 M: Alexander Graf <agraf@suse.de>
813 L: qemu-ppc@nongnu.org
814 S: Odd Fixes
815 F: hw/ppc/ppc4*.c
817 ppce500
818 M: Alexander Graf <agraf@suse.de>
819 M: Scott Wood <scottwood@freescale.com>
820 L: qemu-ppc@nongnu.org
821 S: Supported
822 F: hw/ppc/e500*
823 F: hw/pci-host/ppce500.c
824 F: hw/net/fsl_etsec/
826 Character devices
827 M: Paolo Bonzini <pbonzini@redhat.com>
828 S: Odd Fixes
829 F: hw/char/
831 Network devices
832 M: Jason Wang <jasowang@redhat.com>
833 S: Odd Fixes
834 F: hw/net/
835 T: git git://github.com/jasowang/qemu.git net
837 SCSI
838 M: Paolo Bonzini <pbonzini@redhat.com>
839 S: Supported
840 F: include/hw/scsi/*
841 F: hw/scsi/*
842 T: git git://github.com/bonzini/qemu.git scsi-next
844 LSI53C895A
845 S: Orphan
846 F: hw/scsi/lsi53c895a.c
849 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
850 S: Maintained
851 F: hw/ssi/*
852 F: hw/block/m25p80.c
853 X: hw/ssi/xilinx_*
855 Xilinx SPI
856 M: Alistair Francis <alistair.francis@xilinx.com>
857 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
858 S: Maintained
859 F: hw/ssi/xilinx_*
862 M: Gerd Hoffmann <kraxel@redhat.com>
863 S: Maintained
864 F: hw/usb/*
865 F: tests/usb-*-test.c
866 F: docs/usb2.txt
867 F: docs/usb-storage.txt
868 F: include/hw/usb.h
869 F: include/hw/usb/
871 USB (serial adapter)
872 M: Gerd Hoffmann <kraxel@redhat.com>
873 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
874 S: Maintained
875 F: hw/usb/dev-serial.c
877 VFIO
878 M: Alex Williamson <alex.williamson@redhat.com>
879 S: Supported
880 F: hw/vfio/*
881 F: include/hw/vfio/
883 vhost
884 M: Michael S. Tsirkin <mst@redhat.com>
885 S: Supported
886 F: hw/*/*vhost*
888 virtio
889 M: Michael S. Tsirkin <mst@redhat.com>
890 S: Supported
891 F: hw/*/virtio*
892 F: net/vhost-user.c
893 F: include/hw/virtio/
895 virtio-9p
896 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
897 M: Greg Kurz <groug@kaod.org>
898 S: Supported
899 F: hw/9pfs/
900 F: fsdev/
901 F: tests/virtio-9p-test.c
902 T: git git://github.com/kvaneesh/QEMU.git
903 T: git git://github.com/gkurz/qemu.git 9p-next
905 virtio-blk
906 M: Stefan Hajnoczi <stefanha@redhat.com>
907 L: qemu-block@nongnu.org
908 S: Supported
909 F: hw/block/virtio-blk.c
910 F: hw/block/dataplane/*
911 F: hw/virtio/dataplane/*
912 T: git git://github.com/stefanha/qemu.git block
914 virtio-ccw
915 M: Cornelia Huck <cornelia.huck@de.ibm.com>
916 M: Christian Borntraeger <borntraeger@de.ibm.com>
917 S: Supported
918 F: hw/s390x/virtio-ccw.[hc]
919 T: git git://github.com/cohuck/qemu.git s390-next
920 T: git git://github.com/borntraeger/qemu.git s390-next
922 virtio-input
923 M: Gerd Hoffmann <kraxel@redhat.com>
924 S: Maintained
925 F: hw/input/virtio-input*.c
926 F: include/hw/virtio/virtio-input.h
928 virtio-serial
929 M: Amit Shah <amit.shah@redhat.com>
930 S: Supported
931 F: hw/char/virtio-serial-bus.c
932 F: hw/char/virtio-console.c
933 F: include/hw/virtio/virtio-serial.h
935 virtio-rng
936 M: Amit Shah <amit.shah@redhat.com>
937 S: Supported
938 F: hw/virtio/virtio-rng.c
939 F: include/hw/virtio/virtio-rng.h
940 F: include/sysemu/rng*.h
941 F: backends/rng*.c
943 nvme
944 M: Keith Busch <keith.busch@intel.com>
945 L: qemu-block@nongnu.org
946 S: Supported
947 F: hw/block/nvme*
948 F: tests/nvme-test.c
950 megasas
951 M: Hannes Reinecke <hare@suse.de>
952 L: qemu-block@nongnu.org
953 S: Supported
954 F: hw/scsi/megasas.c
955 F: hw/scsi/mfi.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: Jiri Pirko <jiri@resnulli.us>
973 S: Maintained
974 F: hw/net/rocker/
976 NVDIMM
977 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
978 S: Maintained
979 F: hw/acpi/nvdimm.c
980 F: hw/mem/nvdimm.c
981 F: include/hw/mem/nvdimm.h
983 e1000x
984 M: Dmitry Fleytman <dmitry@daynix.com>
985 S: Maintained
986 F: hw/net/e1000x*
988 e1000e
989 M: Dmitry Fleytman <dmitry@daynix.com>
990 S: Maintained
991 F: hw/net/e1000e*
993 Subsystems
994 ----------
995 Audio
996 M: Gerd Hoffmann <kraxel@redhat.com>
997 S: Maintained
998 F: audio/
999 F: hw/audio/
1000 F: tests/ac97-test.c
1001 F: tests/es1370-test.c
1002 F: tests/intel-hda-test.c
1004 Block layer core
1005 M: Kevin Wolf <kwolf@redhat.com>
1006 M: Max Reitz <mreitz@redhat.com>
1007 L: qemu-block@nongnu.org
1008 S: Supported
1009 F: block*
1010 F: block/
1011 F: hw/block/
1012 F: include/block/
1013 F: qemu-img*
1014 F: qemu-io*
1015 F: tests/qemu-iotests/
1016 T: git git://repo.or.cz/qemu/kevin.git block
1018 Block I/O path
1019 M: Stefan Hajnoczi <stefanha@redhat.com>
1020 M: Fam Zheng <famz@redhat.com>
1021 L: qemu-block@nongnu.org
1022 S: Supported
1023 F: async.c
1024 F: aio-*.c
1025 F: block/io.c
1026 F: migration/block*
1027 F: include/block/aio.h
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 Host Memory Backends
1179 M: Eduardo Habkost <ehabkost@redhat.com>
1180 M: Igor Mammedov <imammedo@redhat.com>
1181 S: Maintained
1182 F: backends/hostmem*.c
1183 F: include/sysemu/hostmem.h
1185 QAPI
1186 M: Markus Armbruster <armbru@redhat.com>
1187 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1188 S: Supported
1189 F: qapi/
1190 X: qapi/*.json
1191 F: include/qapi/
1192 X: include/qapi/qmp/
1193 F: include/qapi/qmp/dispatch.h
1194 F: tests/qapi-schema/
1195 F: tests/test-*-visitor.c
1196 F: tests/test-qmp-*.c
1197 F: scripts/qapi*
1198 F: docs/qapi*
1199 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1201 QAPI Schema
1202 M: Eric Blake <eblake@redhat.com>
1203 M: Markus Armbruster <armbru@redhat.com>
1204 S: Supported
1205 F: qapi-schema.json
1206 F: qapi/*.json
1207 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1209 QObject
1210 M: Luiz Capitulino <lcapitulino@redhat.com>
1211 S: Maintained
1212 F: qobject/
1213 F: include/qapi/qmp/
1214 X: include/qapi/qmp/dispatch.h
1215 F: tests/check-qdict.c
1216 F: tests/check-qfloat.c
1217 F: tests/check-qint.c
1218 F: tests/check-qjson.c
1219 F: tests/check-qlist.c
1220 F: tests/check-qstring.c
1221 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1223 QEMU Guest Agent
1224 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1225 S: Maintained
1226 F: qga/
1227 T: git git://github.com/mdroth/qemu.git qga
1230 M: Andreas Färber <afaerber@suse.de>
1231 S: Supported
1232 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1233 F: include/qom/
1234 X: include/qom/cpu.h
1235 F: qom/
1236 X: qom/cpu.c
1237 F: tests/check-qom-interface.c
1238 F: tests/check-qom-proplist.c
1239 F: tests/qom-test.c
1242 M: Markus Armbruster <armbru@redhat.com>
1243 S: Supported
1244 F: qmp.c
1245 F: monitor.c
1246 F: qmp-commands.hx
1247 F: docs/*qmp-*
1248 F: scripts/qmp/
1249 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1251 Register API
1252 M: Alistair Francis <alistair.francis@xilinx.com>
1253 S: Maintained
1254 F: hw/core/register.c
1255 F: include/hw/register.h
1257 SLIRP
1258 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1259 M: Jan Kiszka <jan.kiszka@siemens.com>
1260 S: Maintained
1261 F: slirp/
1262 F: net/slirp.c
1263 F: include/net/slirp.h
1264 T: git git://git.kiszka.org/qemu.git queues/slirp
1266 Stubs
1267 M: Paolo Bonzini <pbonzini@redhat.com>
1268 S: Maintained
1269 F: stubs/
1271 Tracing
1272 M: Stefan Hajnoczi <stefanha@redhat.com>
1273 S: Maintained
1274 F: trace/
1275 F: scripts/tracetool.py
1276 F: scripts/tracetool/
1277 F: docs/tracing.txt
1278 T: git git://github.com/stefanha/qemu.git tracing
1280 Checkpatch
1281 S: Odd Fixes
1282 F: scripts/checkpatch.pl
1284 Migration
1285 M: Juan Quintela <quintela@redhat.com>
1286 M: Amit Shah <amit.shah@redhat.com>
1287 S: Maintained
1288 F: include/migration/
1289 F: migration/
1290 F: scripts/vmstate-static-checker.py
1291 F: tests/vmstate-static-checker-data/
1292 F: docs/migration.txt
1294 Seccomp
1295 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1296 S: Supported
1297 F: qemu-seccomp.c
1298 F: include/sysemu/seccomp.h
1300 Cryptography
1301 M: Daniel P. Berrange <berrange@redhat.com>
1302 S: Maintained
1303 F: crypto/
1304 F: include/crypto/
1305 F: tests/test-crypto-*
1307 Coroutines
1308 M: Stefan Hajnoczi <stefanha@redhat.com>
1309 M: Kevin Wolf <kwolf@redhat.com>
1310 F: util/*coroutine*
1311 F: include/qemu/coroutine*
1312 F: tests/test-coroutine.c
1314 Buffers
1315 M: Daniel P. Berrange <berrange@redhat.com>
1316 S: Odd fixes
1317 F: util/buffer.c
1318 F: include/qemu/buffer.h
1320 I/O Channels
1321 M: Daniel P. Berrange <berrange@redhat.com>
1322 S: Maintained
1323 F: io/
1324 F: include/io/
1325 F: tests/test-io-*
1327 Sockets
1328 M: Daniel P. Berrange <berrange@redhat.com>
1329 M: Gerd Hoffmann <kraxel@redhat.com>
1330 M: Paolo Bonzini <pbonzini@redhat.com>
1331 S: Maintained
1332 F: include/qemu/sockets.h
1333 F: util/qemu-sockets.c
1335 Throttling infrastructure
1336 M: Alberto Garcia <berto@igalia.com>
1337 S: Supported
1338 F: block/throttle-groups.c
1339 F: include/block/throttle-groups.h
1340 F: include/qemu/throttle.h
1341 F: util/throttle.c
1342 L: qemu-block@nongnu.org
1344 Usermode Emulation
1345 ------------------
1346 Overall
1347 M: Riku Voipio <riku.voipio@iki.fi>
1348 S: Maintained
1349 F: thunk.c
1350 F: user-exec.c
1352 BSD user
1353 S: Orphan
1354 F: bsd-user/
1356 Linux user
1357 M: Riku Voipio <riku.voipio@iki.fi>
1358 S: Maintained
1359 F: linux-user/
1361 Tiny Code Generator (TCG)
1362 -------------------------
1363 Common code
1364 M: Richard Henderson <rth@twiddle.net>
1365 S: Maintained
1366 F: tcg/
1368 AArch64 target
1369 M: Claudio Fontana <claudio.fontana@huawei.com>
1370 M: Claudio Fontana <claudio.fontana@gmail.com>
1371 S: Maintained
1372 L: qemu-arm@nongnu.org
1373 F: tcg/aarch64/
1374 F: disas/arm-a64.cc
1375 F: disas/libvixl/
1377 ARM target
1378 M: Andrzej Zaborowski <balrogg@gmail.com>
1379 S: Maintained
1380 L: qemu-arm@nongnu.org
1381 F: tcg/arm/
1382 F: disas/arm.c
1384 i386 target
1385 L: qemu-devel@nongnu.org
1386 S: Maintained
1387 F: tcg/i386/
1388 F: disas/i386.c
1390 IA64 target
1391 M: Aurelien Jarno <aurelien@aurel32.net>
1392 S: Maintained
1393 F: tcg/ia64/
1394 F: disas/ia64.c
1396 MIPS target
1397 M: Aurelien Jarno <aurelien@aurel32.net>
1398 S: Maintained
1399 F: tcg/mips/
1400 F: disas/mips.c
1403 M: Vassili Karpov (malc) <av1474@comtv.ru>
1404 S: Maintained
1405 F: tcg/ppc/
1406 F: disas/ppc.c
1408 S390 target
1409 M: Alexander Graf <agraf@suse.de>
1410 M: Richard Henderson <rth@twiddle.net>
1411 S: Maintained
1412 F: tcg/s390/
1413 F: disas/s390.c
1415 SPARC target
1416 S: Odd Fixes
1417 F: tcg/sparc/
1418 F: disas/sparc.c
1420 TCI target
1421 M: Stefan Weil <sw@weilnetz.de>
1422 S: Maintained
1423 F: tcg/tci/
1424 F: tci.c
1425 F: disas/tci.c
1427 Stable branches
1428 ---------------
1429 Stable 1.0
1430 L: qemu-stable@nongnu.org
1431 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1432 S: Orphan
1434 Stable 0.15
1435 L: qemu-stable@nongnu.org
1436 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1437 S: Orphan
1439 Stable 0.14
1440 L: qemu-stable@nongnu.org
1441 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1442 S: Orphan
1444 Stable 0.10
1445 L: qemu-stable@nongnu.org
1446 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1447 S: Orphan
1449 Block drivers
1450 -------------
1451 VMDK
1452 M: Fam Zheng <famz@redhat.com>
1453 L: qemu-block@nongnu.org
1454 S: Supported
1455 F: block/vmdk.c
1458 M: Josh Durgin <jdurgin@redhat.com>
1459 M: Jeff Cody <jcody@redhat.com>
1460 L: qemu-block@nongnu.org
1461 S: Supported
1462 F: block/rbd.c
1463 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1465 Sheepdog
1466 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1467 M: Liu Yuan <namei.unix@gmail.com>
1468 M: Jeff Cody <jcody@redhat.com>
1469 L: qemu-block@nongnu.org
1470 L: sheepdog@lists.wpkg.org
1471 S: Supported
1472 F: block/sheepdog.c
1473 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1475 VHDX
1476 M: Jeff Cody <jcody@redhat.com>
1477 L: qemu-block@nongnu.org
1478 S: Supported
1479 F: block/vhdx*
1480 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1483 M: Stefan Weil <sw@weilnetz.de>
1484 L: qemu-block@nongnu.org
1485 S: Maintained
1486 F: block/vdi.c
1488 iSCSI
1489 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1490 M: Paolo Bonzini <pbonzini@redhat.com>
1491 M: Peter Lieven <pl@kamp.de>
1492 L: qemu-block@nongnu.org
1493 S: Supported
1494 F: block/iscsi.c
1497 M: Jeff Cody <jcody@redhat.com>
1498 M: Peter Lieven <pl@kamp.de>
1499 L: qemu-block@nongnu.org
1500 S: Maintained
1501 F: block/nfs.c
1502 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1505 M: Richard W.M. Jones <rjones@redhat.com>
1506 M: Jeff Cody <jcody@redhat.com>
1507 L: qemu-block@nongnu.org
1508 S: Supported
1509 F: block/ssh.c
1510 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1512 ARCHIPELAGO
1513 M: Chrysostomos Nanakos <chris@include.gr>
1514 M: Jeff Cody <jcody@redhat.com>
1515 L: qemu-block@nongnu.org
1516 S: Maintained
1517 F: block/archipelago.c
1518 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1520 CURL
1521 M: Jeff Cody <jcody@redhat.com>
1522 L: qemu-block@nongnu.org
1523 S: Supported
1524 F: block/curl.c
1525 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1527 GLUSTER
1528 M: Jeff Cody <jcody@redhat.com>
1529 L: qemu-block@nongnu.org
1530 S: Supported
1531 F: block/gluster.c
1532 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1534 Null Block Driver
1535 M: Fam Zheng <famz@redhat.com>
1536 L: qemu-block@nongnu.org
1537 S: Supported
1538 F: block/null.c
1540 Bootdevice
1541 M: Gonglei <arei.gonglei@huawei.com>
1542 S: Maintained
1543 F: bootdevice.c
1545 Quorum
1546 M: Alberto Garcia <berto@igalia.com>
1547 S: Supported
1548 F: block/quorum.c
1549 L: qemu-block@nongnu.org
1551 blkverify
1552 M: Stefan Hajnoczi <stefanha@redhat.com>
1553 L: qemu-block@nongnu.org
1554 S: Supported
1555 F: block/blkverify.c
1557 bochs
1558 M: Stefan Hajnoczi <stefanha@redhat.com>
1559 L: qemu-block@nongnu.org
1560 S: Supported
1561 F: block/bochs.c
1563 cloop
1564 M: Stefan Hajnoczi <stefanha@redhat.com>
1565 L: qemu-block@nongnu.org
1566 S: Supported
1567 F: block/cloop.c
1570 M: Stefan Hajnoczi <stefanha@redhat.com>
1571 L: qemu-block@nongnu.org
1572 S: Supported
1573 F: block/dmg.c
1575 parallels
1576 M: Stefan Hajnoczi <stefanha@redhat.com>
1577 M: Denis V. Lunev <den@openvz.org>
1578 L: qemu-block@nongnu.org
1579 S: Supported
1580 F: block/parallels.c
1581 F: docs/specs/parallels.txt
1584 M: Stefan Hajnoczi <stefanha@redhat.com>
1585 L: qemu-block@nongnu.org
1586 S: Supported
1587 F: block/qed.c
1590 M: Kevin Wolf <kwolf@redhat.com>
1591 L: qemu-block@nongnu.org
1592 S: Supported
1593 F: block/linux-aio.c
1594 F: block/raw-aio.h
1595 F: block/raw-posix.c
1596 F: block/raw-win32.c
1597 F: block/raw_bsd.c
1598 F: block/win32-aio.c
1600 qcow2
1601 M: Kevin Wolf <kwolf@redhat.com>
1602 M: Max Reitz <mreitz@redhat.com>
1603 L: qemu-block@nongnu.org
1604 S: Supported
1605 F: block/qcow2*
1607 qcow
1608 M: Kevin Wolf <kwolf@redhat.com>
1609 L: qemu-block@nongnu.org
1610 S: Supported
1611 F: block/qcow.c
1613 blkdebug
1614 M: Kevin Wolf <kwolf@redhat.com>
1615 M: Max Reitz <mreitz@redhat.com>
1616 L: qemu-block@nongnu.org
1617 S: Supported
1618 F: block/blkdebug.c
1621 M: Kevin Wolf <kwolf@redhat.com>
1622 L: qemu-block@nongnu.org
1623 S: Supported
1624 F: block/vpc.c
1626 vvfat
1627 M: Kevin Wolf <kwolf@redhat.com>
1628 L: qemu-block@nongnu.org
1629 S: Supported
1630 F: block/vvfat.c
1632 Image format fuzzer
1633 M: Stefan Hajnoczi <stefanha@redhat.com>
1634 L: qemu-block@nongnu.org
1635 S: Supported
1636 F: tests/image-fuzzer/
1638 Replication
1639 M: Wen Congyang <wency@cn.fujitsu.com>
1640 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1641 S: Supported
1642 F: replication*
1643 F: block/replication.c
1644 F: tests/test-replication.c
1645 F: docs/block-replication.txt
1647 Build and test automation
1648 -------------------------
1649 M: Alex BennĂ©e <alex.bennee@linaro.org>
1650 L: qemu-devel@nongnu.org
1651 S: Supported
1652 F: .travis.yml
1654 Documentation
1655 -------------
1656 Build system architecture
1657 M: Daniel P. Berrange <berrange@redhat.com>
1658 S: Odd Fixes
1659 F: docs/build-system.txt
1661 Docker testing
1662 --------------
1663 Docker based testing framework and cases
1664 M: Fam Zheng <famz@redhat.com>
1665 S: Maintained
1666 F: tests/docker/