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