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