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