]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Add some missing ARM related header files
[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: Alexander Graf <agraf@suse.de>
169 L: qemu-ppc@nongnu.org
170 S: Maintained
171 F: target-ppc/
172 F: hw/ppc/
173 F: disas/ppc.c
174
175 S390
176 M: Richard Henderson <rth@twiddle.net>
177 M: Alexander Graf <agraf@suse.de>
178 S: Maintained
179 F: target-s390x/
180 F: hw/s390x/
181 F: disas/s390.c
182
183 SH4
184 M: Aurelien Jarno <aurelien@aurel32.net>
185 S: Odd Fixes
186 F: target-sh4/
187 F: hw/sh4/
188 F: disas/sh4.c
189
190 SPARC
191 M: Blue Swirl <blauwirbel@gmail.com>
192 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
193 S: Maintained
194 F: target-sparc/
195 F: hw/sparc/
196 F: hw/sparc64/
197 F: disas/sparc.c
198
199 UniCore32
200 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
201 S: Maintained
202 F: target-unicore32/
203 F: hw/unicore32/
204
205 X86
206 M: Paolo Bonzini <pbonzini@redhat.com>
207 M: Richard Henderson <rth@twiddle.net>
208 M: Eduardo Habkost <ehabkost@redhat.com>
209 S: Maintained
210 F: target-i386/
211 F: hw/i386/
212 F: disas/i386.c
213
214 Xtensa
215 M: Max Filippov <jcmvbkbc@gmail.com>
216 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
217 S: Maintained
218 F: target-xtensa/
219 F: hw/xtensa/
220 F: tests/tcg/xtensa/
221
222 TriCore
223 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
224 S: Maintained
225 F: target-tricore/
226 F: hw/tricore/
227
228 Guest CPU Cores (KVM):
229 ----------------------
230
231 Overall
232 M: Paolo Bonzini <pbonzini@redhat.com>
233 L: kvm@vger.kernel.org
234 S: Supported
235 F: kvm-*
236 F: */kvm.*
237
238 ARM
239 M: Peter Maydell <peter.maydell@linaro.org>
240 L: qemu-arm@nongnu.org
241 S: Maintained
242 F: target-arm/kvm.c
243
244 MIPS
245 M: James Hogan <james.hogan@imgtec.com>
246 S: Maintained
247 F: target-mips/kvm.c
248
249 PPC
250 M: Alexander Graf <agraf@suse.de>
251 S: Maintained
252 F: target-ppc/kvm.c
253
254 S390
255 M: Christian Borntraeger <borntraeger@de.ibm.com>
256 M: Cornelia Huck <cornelia.huck@de.ibm.com>
257 M: Alexander Graf <agraf@suse.de>
258 S: Maintained
259 F: target-s390x/kvm.c
260 F: target-s390x/ioinst.[ch]
261 F: target-s390x/machine.c
262 F: hw/intc/s390_flic.c
263 F: hw/intc/s390_flic_kvm.c
264 F: include/hw/s390x/s390_flic.h
265 F: gdb-xml/s390*.xml
266 T: git git://github.com/cohuck/qemu.git s390-next
267 T: git git://github.com/borntraeger/qemu.git s390-next
268
269 X86
270 M: Paolo Bonzini <pbonzini@redhat.com>
271 M: Marcelo Tosatti <mtosatti@redhat.com>
272 L: kvm@vger.kernel.org
273 S: Supported
274 F: target-i386/kvm.c
275
276 Guest CPU Cores (Xen):
277 ----------------------
278
279 X86
280 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
281 L: xen-devel@lists.xensource.com
282 S: Supported
283 F: xen-*
284 F: */xen*
285 F: hw/char/xen_console.c
286 F: hw/display/xenfb.c
287 F: hw/net/xen_nic.c
288 F: hw/block/xen_*
289 F: hw/xen/
290 F: hw/xenpv/
291 F: hw/i386/xen/
292 F: include/hw/xen/
293 F: include/sysemu/xen-mapcache.h
294
295 Hosts:
296 ------
297
298 LINUX
299 L: qemu-devel@nongnu.org
300 S: Maintained
301 F: linux-*
302 F: linux-headers/
303
304 POSIX
305 L: qemu-devel@nongnu.org
306 S: Maintained
307 F: *posix*
308
309 W32, W64
310 L: qemu-devel@nongnu.org
311 M: Stefan Weil <sw@weilnetz.de>
312 S: Maintained
313 F: *win32*
314 F: qemu.nsi
315
316 ARM Machines
317 ------------
318 Allwinner-a10
319 M: Beniamino Galvani <b.galvani@gmail.com>
320 L: qemu-arm@nongnu.org
321 S: Maintained
322 F: hw/*/allwinner*
323 F: include/hw/*/allwinner*
324 F: hw/arm/cubieboard.c
325
326 ARM PrimeCell
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
329 S: Maintained
330 F: hw/char/pl011.c
331 F: hw/display/pl110*
332 F: hw/dma/pl080.c
333 F: hw/dma/pl330.c
334 F: hw/gpio/pl061.c
335 F: hw/input/pl050.c
336 F: hw/intc/pl190.c
337 F: hw/sd/pl181.c
338 F: hw/timer/pl031.c
339 F: include/hw/arm/primecell.h
340
341 ARM cores
342 M: Peter Maydell <peter.maydell@linaro.org>
343 L: qemu-arm@nongnu.org
344 S: Maintained
345 F: hw/intc/arm*
346 F: hw/intc/gic_internal.h
347 F: hw/misc/a9scu.c
348 F: hw/misc/arm11scu.c
349 F: hw/timer/a9gtimer*
350 F: hw/timer/arm_*
351 F: include/hw/arm/arm.h
352 F: include/hw/intc/arm*
353 F: include/hw/misc/a9scu.h
354 F: include/hw/misc/arm11scu.h
355 F: include/hw/timer/a9gtimer.h
356 F: include/hw/timer/arm_mptimer.h
357
358 Exynos
359 M: Evgeny Voevodin <e.voevodin@samsung.com>
360 M: Maksim Kozlov <m.kozlov@samsung.com>
361 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
362 M: Dmitry Solodkiy <d.solodkiy@samsung.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: Alistair Francis <alistair.francis@xilinx.com>
453 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
454 L: qemu-arm@nongnu.org
455 S: Maintained
456 F: hw/arm/xilinx_zynq.c
457 F: hw/misc/zynq_slcr.c
458 F: hw/*/cadence_*
459 F: hw/ssi/xilinx_spips.c
460
461 Xilinx ZynqMP
462 M: Alistair Francis <alistair.francis@xilinx.com>
463 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
464 L: qemu-arm@nongnu.org
465 S: Maintained
466 F: hw/arm/xlnx-zynqmp.c
467 F: hw/arm/xlnx-ep108.c
468 F: include/hw/arm/xlnx-zynqmp.h
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 M: Andreas Färber <andreas.faerber@web.de>
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
660 M: Alexander Graf <agraf@suse.de>
661 S: Maintained
662 F: hw/s390x/s390-*.c
663 X: hw/s390x/*pci*.[hc]
664
665 S390 Virtio-ccw
666 M: Cornelia Huck <cornelia.huck@de.ibm.com>
667 M: Christian Borntraeger <borntraeger@de.ibm.com>
668 M: Alexander Graf <agraf@suse.de>
669 S: Supported
670 F: hw/char/sclp*.[hc]
671 F: hw/s390x/
672 X: hw/s390x/s390-virtio-bus.[ch]
673 F: include/hw/s390x/
674 F: pc-bios/s390-ccw/
675 F: hw/watchdog/wdt_diag288.c
676 T: git git://github.com/cohuck/qemu.git s390-next
677 T: git git://github.com/borntraeger/qemu.git s390-next
678
679 UniCore32 Machines
680 -------------
681 PKUnity-3 SoC initramfs-with-busybox
682 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
683 S: Maintained
684 F: hw/*/puv3*
685 F: hw/unicore32/
686
687 X86 Machines
688 ------------
689 PC
690 M: Michael S. Tsirkin <mst@redhat.com>
691 S: Supported
692 F: include/hw/i386/
693 F: hw/i386/
694 F: hw/pci-host/piix.c
695 F: hw/pci-host/q35.c
696 F: hw/pci-host/pam.c
697 F: include/hw/pci-host/q35.h
698 F: include/hw/pci-host/pam.h
699 F: hw/isa/piix4.c
700 F: hw/isa/lpc_ich9.c
701 F: hw/i2c/smbus_ich9.c
702 F: hw/acpi/piix4.c
703 F: hw/acpi/ich9.c
704 F: include/hw/acpi/ich9.h
705 F: include/hw/acpi/piix.h
706 F: hw/misc/sga.c
707
708 PC Chipset
709 M: Michael S. Tsirkin <mst@redhat.com>
710 M: Paolo Bonzini <pbonzini@redhat.com>
711 S: Support
712 F: hw/char/debugcon.c
713 F: hw/char/parallel.c
714 F: hw/char/serial*
715 F: hw/dma/i8257*
716 F: hw/i2c/pm_smbus.c
717 F: hw/intc/apic*
718 F: hw/intc/ioapic*
719 F: hw/intc/i8259*
720 F: hw/misc/debugexit.c
721 F: hw/misc/pc-testdev.c
722 F: hw/timer/hpet*
723 F: hw/timer/i8254*
724 F: hw/timer/mc146818rtc*
725
726
727 Xtensa Machines
728 ---------------
729 sim
730 M: Max Filippov <jcmvbkbc@gmail.com>
731 S: Maintained
732 F: hw/xtensa/sim.c
733
734 XTFPGA (LX60, LX200, ML605, KC705)
735 M: Max Filippov <jcmvbkbc@gmail.com>
736 S: Maintained
737 F: hw/xtensa/xtfpga.c
738 F: hw/net/opencores_eth.c
739
740 Devices
741 -------
742 EDU
743 M: Jiri Slaby <jslaby@suse.cz>
744 S: Maintained
745 F: hw/misc/edu.c
746
747 IDE
748 M: John Snow <jsnow@redhat.com>
749 L: qemu-block@nongnu.org
750 S: Supported
751 F: include/hw/ide.h
752 F: hw/ide/
753 F: hw/block/block.c
754 F: hw/block/cdrom.c
755 F: hw/block/hd-geometry.c
756 F: tests/ide-test.c
757 F: tests/ahci-test.c
758 F: tests/libqos/ahci*
759 T: git git://github.com/jnsnow/qemu.git ide
760
761 Floppy
762 M: John Snow <jsnow@redhat.com>
763 L: qemu-block@nongnu.org
764 S: Supported
765 F: hw/block/fdc.c
766 F: include/hw/block/fdc.h
767 F: tests/fdc-test.c
768 T: git git://github.com/jnsnow/qemu.git ide
769
770 OMAP
771 M: Peter Maydell <peter.maydell@linaro.org>
772 S: Maintained
773 F: hw/*/omap*
774 F: include/hw/arm/omap.h
775
776 IPack
777 M: Alberto Garcia <berto@igalia.com>
778 S: Odd Fixes
779 F: hw/char/ipoctal232.c
780 F: hw/ipack/
781
782 PCI
783 M: Michael S. Tsirkin <mst@redhat.com>
784 S: Supported
785 F: include/hw/pci/*
786 F: hw/misc/pci-testdev.c
787 F: hw/pci/*
788 F: hw/pci-bridge/*
789
790 ACPI/SMBIOS
791 M: Michael S. Tsirkin <mst@redhat.com>
792 M: Igor Mammedov <imammedo@redhat.com>
793 S: Supported
794 F: include/hw/acpi/*
795 F: include/hw/smbios/*
796 F: hw/mem/*
797 F: hw/acpi/*
798 F: hw/smbios/*
799 F: hw/i386/acpi-build.[hc]
800 F: hw/i386/*dsl
801 F: hw/arm/virt-acpi-build.c
802 F: include/hw/arm/virt-acpi-build.h
803 F: scripts/acpi*py
804
805 ppc4xx
806 M: Alexander Graf <agraf@suse.de>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/ppc4*.c
810
811 ppce500
812 M: Alexander Graf <agraf@suse.de>
813 M: Scott Wood <scottwood@freescale.com>
814 L: qemu-ppc@nongnu.org
815 S: Supported
816 F: hw/ppc/e500*
817 F: hw/pci-host/ppce500.c
818 F: hw/net/fsl_etsec/
819
820 Character devices
821 M: Paolo Bonzini <pbonzini@redhat.com>
822 S: Odd Fixes
823 F: hw/char/
824
825 Network devices
826 M: Jason Wang <jasowang@redhat.com>
827 S: Odd Fixes
828 F: hw/net/
829 T: git git://github.com/jasowang/qemu.git net
830
831 SCSI
832 M: Paolo Bonzini <pbonzini@redhat.com>
833 S: Supported
834 F: include/hw/scsi*
835 F: hw/scsi/*
836 T: git git://github.com/bonzini/qemu.git scsi-next
837
838 LSI53C895A
839 S: Orphan
840 F: hw/scsi/lsi53c895a.c
841
842 SSI
843 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
844 S: Maintained
845 F: hw/ssi/*
846 F: hw/block/m25p80.c
847 X: hw/ssi/xilinx_*
848
849 Xilinx SPI
850 M: Alistair Francis <alistair.francis@xilinx.com>
851 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852 S: Maintained
853 F: hw/ssi/xilinx_*
854
855 USB
856 M: Gerd Hoffmann <kraxel@redhat.com>
857 S: Maintained
858 F: hw/usb/*
859 F: tests/usb-*-test.c
860
861 USB (serial adapter)
862 M: Gerd Hoffmann <kraxel@redhat.com>
863 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
864 S: Maintained
865 F: hw/usb/dev-serial.c
866
867 VFIO
868 M: Alex Williamson <alex.williamson@redhat.com>
869 S: Supported
870 F: hw/vfio/*
871
872 vhost
873 M: Michael S. Tsirkin <mst@redhat.com>
874 S: Supported
875 F: hw/*/*vhost*
876
877 virtio
878 M: Michael S. Tsirkin <mst@redhat.com>
879 S: Supported
880 F: hw/*/virtio*
881 F: net/vhost-user.c
882
883 virtio-9p
884 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
885 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
886 S: Supported
887 F: hw/9pfs/
888 F: fsdev/
889 F: tests/virtio-9p-test.c
890 T: git git://github.com/kvaneesh/QEMU.git
891
892 virtio-blk
893 M: Stefan Hajnoczi <stefanha@redhat.com>
894 L: qemu-block@nongnu.org
895 S: Supported
896 F: hw/block/virtio-blk.c
897 F: hw/block/dataplane/*
898 F: hw/virtio/dataplane/*
899 T: git git://github.com/stefanha/qemu.git block
900
901 virtio-ccw
902 M: Cornelia Huck <cornelia.huck@de.ibm.com>
903 M: Christian Borntraeger <borntraeger@de.ibm.com>
904 S: Supported
905 F: hw/s390x/virtio-ccw.[hc]
906 T: git git://github.com/cohuck/qemu.git s390-next
907 T: git git://github.com/borntraeger/qemu.git s390-next
908
909 virtio-input
910 M: Gerd Hoffmann <kraxel@redhat.com>
911 S: Maintained
912 F: hw/input/virtio-input*.c
913 F: include/hw/virtio/virtio-input.h
914
915 virtio-serial
916 M: Amit Shah <amit.shah@redhat.com>
917 S: Supported
918 F: hw/char/virtio-serial-bus.c
919 F: hw/char/virtio-console.c
920 F: include/hw/virtio/virtio-serial.h
921
922 virtio-rng
923 M: Amit Shah <amit.shah@redhat.com>
924 S: Supported
925 F: hw/virtio/virtio-rng.c
926 F: include/hw/virtio/virtio-rng.h
927 F: backends/rng*.c
928
929 nvme
930 M: Keith Busch <keith.busch@intel.com>
931 L: qemu-block@nongnu.org
932 S: Supported
933 F: hw/block/nvme*
934 F: tests/nvme-test.c
935
936 megasas
937 M: Hannes Reinecke <hare@suse.de>
938 L: qemu-block@nongnu.org
939 S: Supported
940 F: hw/scsi/megasas.c
941 F: hw/scsi/mfi.h
942
943 Xilinx EDK
944 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
945 M: Alistair Francis <alistair.francis@xilinx.com>
946 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
947 S: Maintained
948 F: hw/*/xilinx_*
949 F: include/hw/xilinx.h
950
951 Vmware
952 M: Dmitry Fleytman <dmitry@daynix.com>
953 S: Maintained
954 F: hw/net/vmxnet*
955 F: hw/scsi/vmw_pvscsi*
956
957 Rocker
958 M: Scott Feldman <sfeldma@gmail.com>
959 M: Jiri Pirko <jiri@resnulli.us>
960 S: Maintained
961 F: hw/net/rocker/
962
963 NVDIMM
964 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
965 S: Maintained
966 F: hw/acpi/nvdimm.c
967 F: hw/mem/nvdimm.c
968 F: include/hw/mem/nvdimm.h
969
970 Subsystems
971 ----------
972 Audio
973 M: Gerd Hoffmann <kraxel@redhat.com>
974 S: Maintained
975 F: audio/
976 F: hw/audio/
977 F: tests/ac97-test.c
978 F: tests/es1370-test.c
979 F: tests/intel-hda-test.c
980
981 Block layer core
982 M: Kevin Wolf <kwolf@redhat.com>
983 L: qemu-block@nongnu.org
984 S: Supported
985 F: block*
986 F: block/
987 F: hw/block/
988 F: include/block/
989 F: qemu-img*
990 F: qemu-io*
991 F: tests/qemu-iotests/
992 T: git git://repo.or.cz/qemu/kevin.git block
993
994 Block I/O path
995 M: Stefan Hajnoczi <stefanha@redhat.com>
996 L: qemu-block@nongnu.org
997 S: Supported
998 F: async.c
999 F: aio-*.c
1000 F: block/io.c
1001 F: migration/block*
1002 T: git git://github.com/stefanha/qemu.git block
1003
1004 Block Jobs
1005 M: Jeff Cody <jcody@redhat.com>
1006 L: qemu-block@nongnu.org
1007 S: Supported
1008 F: blockjob.c
1009 F: include/block/blockjob.h
1010 F: block/backup.c
1011 F: block/commit.c
1012 F: block/stream.h
1013 F: block/mirror.c
1014 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1015
1016 Block QAPI, monitor, command line
1017 M: Markus Armbruster <armbru@redhat.com>
1018 S: Supported
1019 F: blockdev.c
1020 F: block/qapi.c
1021 F: qapi/block*.json
1022 T: git git://repo.or.cz/qemu/armbru.git block-next
1023
1024 Character device backends
1025 M: Paolo Bonzini <pbonzini@redhat.com>
1026 S: Maintained
1027 F: qemu-char.c
1028 F: backends/msmouse.c
1029 F: backends/testdev.c
1030
1031 Character Devices (Braille)
1032 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1033 S: Maintained
1034 F: backends/baum.c
1035
1036 Coverity model
1037 M: Markus Armbruster <armbru@redhat.com>
1038 S: Supported
1039 F: scripts/coverity-model.c
1040
1041 CPU
1042 M: Andreas Färber <afaerber@suse.de>
1043 S: Supported
1044 F: qom/cpu.c
1045 F: include/qom/cpu.h
1046 F: target-i386/cpu.c
1047
1048 ICC Bus
1049 M: Igor Mammedov <imammedo@redhat.com>
1050 S: Supported
1051 F: include/hw/cpu/icc_bus.h
1052 F: hw/cpu/icc_bus.c
1053
1054 Device Tree
1055 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1056 M: Alexander Graf <agraf@suse.de>
1057 S: Maintained
1058 F: device_tree.c
1059 F: include/sysemu/device_tree.h
1060
1061 Error reporting
1062 M: Markus Armbruster <armbru@redhat.com>
1063 S: Supported
1064 F: include/qapi/error.h
1065 F: include/qemu/error-report.h
1066 F: util/error.c
1067 F: util/qemu-error.c
1068
1069 GDB stub
1070 L: qemu-devel@nongnu.org
1071 S: Odd Fixes
1072 F: gdbstub*
1073 F: gdb-xml/
1074
1075 Memory API
1076 M: Paolo Bonzini <pbonzini@redhat.com>
1077 S: Supported
1078 F: include/exec/ioport.h
1079 F: ioport.c
1080 F: include/exec/memory.h
1081 F: include/exec/ram_addr.h
1082 F: memory.c
1083 F: include/exec/memory-internal.h
1084 F: exec.c
1085
1086 SPICE
1087 M: Gerd Hoffmann <kraxel@redhat.com>
1088 S: Supported
1089 F: include/ui/qemu-spice.h
1090 F: ui/spice-*.c
1091 F: audio/spiceaudio.c
1092 F: hw/display/qxl*
1093
1094 Graphics
1095 M: Gerd Hoffmann <kraxel@redhat.com>
1096 S: Odd Fixes
1097 F: ui/
1098
1099 Cocoa graphics
1100 M: Andreas Färber <andreas.faerber@web.de>
1101 M: Peter Maydell <peter.maydell@linaro.org>
1102 S: Odd Fixes
1103 F: ui/cocoa.m
1104
1105 Main loop
1106 M: Paolo Bonzini <pbonzini@redhat.com>
1107 S: Maintained
1108 F: cpus.c
1109 F: main-loop.c
1110 F: qemu-timer.c
1111 F: vl.c
1112
1113 Human Monitor (HMP)
1114 M: Luiz Capitulino <lcapitulino@redhat.com>
1115 S: Maintained
1116 F: monitor.c
1117 F: hmp.c
1118 F: hmp-commands.hx
1119 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1120
1121 Network device backends
1122 M: Jason Wang <jasowang@redhat.com>
1123 S: Maintained
1124 F: net/
1125 T: git git://github.com/jasowang/qemu.git net
1126
1127 Netmap network backend
1128 M: Luigi Rizzo <rizzo@iet.unipi.it>
1129 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1130 M: Vincenzo Maffione <v.maffione@gmail.com>
1131 W: http://info.iet.unipi.it/~luigi/netmap/
1132 S: Maintained
1133 F: net/netmap.c
1134
1135 Network Block Device (NBD)
1136 M: Paolo Bonzini <pbonzini@redhat.com>
1137 S: Odd Fixes
1138 F: block/nbd*
1139 F: nbd/
1140 F: include/block/nbd*
1141 F: qemu-nbd.c
1142 T: git git://github.com/bonzini/qemu.git nbd-next
1143
1144 NUMA
1145 M: Eduardo Habkost <ehabkost@redhat.com>
1146 S: Maintained
1147 F: numa.c
1148 F: include/sysemu/numa.h
1149 K: numa|NUMA
1150 K: srat|SRAT
1151 T: git git://github.com/ehabkost/qemu.git numa
1152
1153 QAPI
1154 M: Markus Armbruster <armbru@redhat.com>
1155 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1156 S: Supported
1157 F: qapi/
1158 X: qapi/*.json
1159 F: include/qapi/
1160 X: include/qapi/qmp/
1161 F: include/qapi/qmp/dispatch.h
1162 F: tests/qapi-schema/
1163 F: tests/test-*-visitor.c
1164 F: tests/test-qmp-*.c
1165 F: scripts/qapi*
1166 F: docs/qapi*
1167 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1168
1169 QAPI Schema
1170 M: Eric Blake <eblake@redhat.com>
1171 M: Markus Armbruster <armbru@redhat.com>
1172 S: Supported
1173 F: qapi-schema.json
1174 F: qapi/*.json
1175 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1176
1177 QObject
1178 M: Luiz Capitulino <lcapitulino@redhat.com>
1179 S: Maintained
1180 F: qobject/
1181 F: include/qapi/qmp/
1182 X: include/qapi/qmp/dispatch.h
1183 F: tests/check-qdict.c
1184 F: tests/check-qfloat.c
1185 F: tests/check-qint.c
1186 F: tests/check-qjson.c
1187 F: tests/check-qlist.c
1188 F: tests/check-qstring.c
1189 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1190
1191 QEMU Guest Agent
1192 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1193 S: Maintained
1194 F: qga/
1195 T: git git://github.com/mdroth/qemu.git qga
1196
1197 QOM
1198 M: Andreas Färber <afaerber@suse.de>
1199 S: Supported
1200 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1201 F: include/qom/
1202 X: include/qom/cpu.h
1203 F: qom/
1204 X: qom/cpu.c
1205 F: tests/check-qom-interface.c
1206 F: tests/check-qom-proplist.c
1207 F: tests/qom-test.c
1208
1209 QMP
1210 M: Markus Armbruster <armbru@redhat.com>
1211 S: Supported
1212 F: qmp.c
1213 F: monitor.c
1214 F: qmp-commands.hx
1215 F: docs/*qmp-*
1216 F: scripts/qmp/
1217 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1218
1219 SLIRP
1220 M: Jan Kiszka <jan.kiszka@siemens.com>
1221 S: Maintained
1222 F: slirp/
1223 F: net/slirp.c
1224 T: git git://git.kiszka.org/qemu.git queues/slirp
1225
1226 Tracing
1227 M: Stefan Hajnoczi <stefanha@redhat.com>
1228 S: Maintained
1229 F: trace/
1230 F: scripts/tracetool.py
1231 F: scripts/tracetool/
1232 F: docs/tracing.txt
1233 T: git git://github.com/stefanha/qemu.git tracing
1234
1235 Checkpatch
1236 M: Blue Swirl <blauwirbel@gmail.com>
1237 S: Odd Fixes
1238 F: scripts/checkpatch.pl
1239
1240 Migration
1241 M: Juan Quintela <quintela@redhat.com>
1242 M: Amit Shah <amit.shah@redhat.com>
1243 S: Maintained
1244 F: include/migration/
1245 F: migration/
1246 F: scripts/vmstate-static-checker.py
1247 F: tests/vmstate-static-checker-data/
1248
1249 Seccomp
1250 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1251 S: Supported
1252 F: qemu-seccomp.c
1253 F: include/sysemu/seccomp.h
1254
1255 Cryptography
1256 M: Daniel P. Berrange <berrange@redhat.com>
1257 S: Maintained
1258 F: crypto/
1259 F: include/crypto/
1260 F: tests/test-crypto-*
1261
1262 Coroutines
1263 M: Stefan Hajnoczi <stefanha@redhat.com>
1264 M: Kevin Wolf <kwolf@redhat.com>
1265 F: util/*coroutine*
1266 F: include/qemu/coroutine*
1267 F: tests/test-coroutine.c
1268
1269 Buffers
1270 M: Daniel P. Berrange <berrange@redhat.com>
1271 S: Odd fixes
1272 F: util/buffer.c
1273 F: include/qemu/buffer.h
1274
1275 I/O Channels
1276 M: Daniel P. Berrange <berrange@redhat.com>
1277 S: Maintained
1278 F: io/
1279 F: include/io/
1280 F: tests/test-io-*
1281
1282 Sockets
1283 M: Daniel P. Berrange <berrange@redhat.com>
1284 M: Gerd Hoffmann <kraxel@redhat.com>
1285 M: Paolo Bonzini <pbonzini@redhat.com>
1286 S: Maintained
1287 F: include/qemu/sockets.h
1288 F: util/qemu-sockets.c
1289
1290 Throttling infrastructure
1291 M: Alberto Garcia <berto@igalia.com>
1292 S: Supported
1293 F: block/throttle-groups.c
1294 F: include/block/throttle-groups.h
1295 F: include/qemu/throttle.h
1296 F: util/throttle.c
1297 L: qemu-block@nongnu.org
1298
1299 Usermode Emulation
1300 ------------------
1301 Overall
1302 M: Riku Voipio <riku.voipio@iki.fi>
1303 S: Maintained
1304 F: thunk.c
1305 F: user-exec.c
1306
1307 BSD user
1308 M: Blue Swirl <blauwirbel@gmail.com>
1309 S: Maintained
1310 F: bsd-user/
1311
1312 Linux user
1313 M: Riku Voipio <riku.voipio@iki.fi>
1314 S: Maintained
1315 F: linux-user/
1316
1317 Tiny Code Generator (TCG)
1318 -------------------------
1319 Common code
1320 M: Richard Henderson <rth@twiddle.net>
1321 S: Maintained
1322 F: tcg/
1323
1324 AArch64 target
1325 M: Claudio Fontana <claudio.fontana@huawei.com>
1326 M: Claudio Fontana <claudio.fontana@gmail.com>
1327 S: Maintained
1328 L: qemu-arm@nongnu.org
1329 F: tcg/aarch64/
1330 F: disas/arm-a64.cc
1331 F: disas/libvixl/
1332
1333 ARM target
1334 M: Andrzej Zaborowski <balrogg@gmail.com>
1335 S: Maintained
1336 L: qemu-arm@nongnu.org
1337 F: tcg/arm/
1338 F: disas/arm.c
1339
1340 i386 target
1341 L: qemu-devel@nongnu.org
1342 S: Maintained
1343 F: tcg/i386/
1344 F: disas/i386.c
1345
1346 IA64 target
1347 M: Aurelien Jarno <aurelien@aurel32.net>
1348 S: Maintained
1349 F: tcg/ia64/
1350 F: disas/ia64.c
1351
1352 MIPS target
1353 M: Aurelien Jarno <aurelien@aurel32.net>
1354 S: Maintained
1355 F: tcg/mips/
1356 F: disas/mips.c
1357
1358 PPC
1359 M: Vassili Karpov (malc) <av1474@comtv.ru>
1360 S: Maintained
1361 F: tcg/ppc/
1362 F: disas/ppc.c
1363
1364 S390 target
1365 M: Alexander Graf <agraf@suse.de>
1366 M: Richard Henderson <rth@twiddle.net>
1367 S: Maintained
1368 F: tcg/s390/
1369 F: disas/s390.c
1370
1371 SPARC target
1372 M: Blue Swirl <blauwirbel@gmail.com>
1373 S: Maintained
1374 F: tcg/sparc/
1375 F: disas/sparc.c
1376
1377 TCI target
1378 M: Stefan Weil <sw@weilnetz.de>
1379 S: Maintained
1380 F: tcg/tci/
1381 F: tci.c
1382 F: disas/tci.c
1383
1384 Stable branches
1385 ---------------
1386 Stable 1.0
1387 L: qemu-stable@nongnu.org
1388 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1389 S: Orphan
1390
1391 Stable 0.15
1392 L: qemu-stable@nongnu.org
1393 M: Andreas Färber <afaerber@suse.de>
1394 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1395 S: Supported
1396
1397 Stable 0.14
1398 L: qemu-stable@nongnu.org
1399 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1400 S: Orphan
1401
1402 Stable 0.10
1403 L: qemu-stable@nongnu.org
1404 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1405 S: Orphan
1406
1407 Block drivers
1408 -------------
1409 VMDK
1410 M: Fam Zheng <famz@redhat.com>
1411 L: qemu-block@nongnu.org
1412 S: Supported
1413 F: block/vmdk.c
1414
1415 RBD
1416 M: Josh Durgin <jdurgin@redhat.com>
1417 M: Jeff Cody <jcody@redhat.com>
1418 L: qemu-block@nongnu.org
1419 S: Supported
1420 F: block/rbd.c
1421 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1422
1423 Sheepdog
1424 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1425 M: Liu Yuan <namei.unix@gmail.com>
1426 M: Jeff Cody <jcody@redhat.com>
1427 L: qemu-block@nongnu.org
1428 L: sheepdog@lists.wpkg.org
1429 S: Supported
1430 F: block/sheepdog.c
1431 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1432
1433 VHDX
1434 M: Jeff Cody <jcody@redhat.com>
1435 L: qemu-block@nongnu.org
1436 S: Supported
1437 F: block/vhdx*
1438 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1439
1440 VDI
1441 M: Stefan Weil <sw@weilnetz.de>
1442 L: qemu-block@nongnu.org
1443 S: Maintained
1444 F: block/vdi.c
1445
1446 iSCSI
1447 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1448 M: Paolo Bonzini <pbonzini@redhat.com>
1449 M: Peter Lieven <pl@kamp.de>
1450 L: qemu-block@nongnu.org
1451 S: Supported
1452 F: block/iscsi.c
1453
1454 NFS
1455 M: Jeff Cody <jcody@redhat.com>
1456 M: Peter Lieven <pl@kamp.de>
1457 L: qemu-block@nongnu.org
1458 S: Maintained
1459 F: block/nfs.c
1460 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1461
1462 SSH
1463 M: Richard W.M. Jones <rjones@redhat.com>
1464 M: Jeff Cody <jcody@redhat.com>
1465 L: qemu-block@nongnu.org
1466 S: Supported
1467 F: block/ssh.c
1468 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1469
1470 ARCHIPELAGO
1471 M: Chrysostomos Nanakos <chris@include.gr>
1472 M: Jeff Cody <jcody@redhat.com>
1473 L: qemu-block@nongnu.org
1474 S: Maintained
1475 F: block/archipelago.c
1476 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1477
1478 CURL
1479 M: Jeff Cody <jcody@redhat.com>
1480 L: qemu-block@nongnu.org
1481 S: Supported
1482 F: block/curl.c
1483 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1484
1485 GLUSTER
1486 M: Jeff Cody <jcody@redhat.com>
1487 L: qemu-block@nongnu.org
1488 S: Supported
1489 F: block/gluster.c
1490 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1491
1492 Null Block Driver
1493 M: Fam Zheng <famz@redhat.com>
1494 L: qemu-block@nongnu.org
1495 S: Supported
1496 F: block/null.c
1497
1498 Bootdevice
1499 M: Gonglei <arei.gonglei@huawei.com>
1500 S: Maintained
1501 F: bootdevice.c
1502
1503 Quorum
1504 M: Alberto Garcia <berto@igalia.com>
1505 S: Supported
1506 F: block/quorum.c
1507 L: qemu-block@nongnu.org
1508
1509 blkverify
1510 M: Stefan Hajnoczi <stefanha@redhat.com>
1511 L: qemu-block@nongnu.org
1512 S: Supported
1513 F: block/blkverify.c
1514
1515 bochs
1516 M: Stefan Hajnoczi <stefanha@redhat.com>
1517 L: qemu-block@nongnu.org
1518 S: Supported
1519 F: block/bochs.c
1520
1521 cloop
1522 M: Stefan Hajnoczi <stefanha@redhat.com>
1523 L: qemu-block@nongnu.org
1524 S: Supported
1525 F: block/cloop.c
1526
1527 dmg
1528 M: Stefan Hajnoczi <stefanha@redhat.com>
1529 L: qemu-block@nongnu.org
1530 S: Supported
1531 F: block/dmg.c
1532
1533 parallels
1534 M: Stefan Hajnoczi <stefanha@redhat.com>
1535 M: Denis V. Lunev <den@openvz.org>
1536 L: qemu-block@nongnu.org
1537 S: Supported
1538 F: block/parallels.c
1539 F: docs/specs/parallels.txt
1540
1541 qed
1542 M: Stefan Hajnoczi <stefanha@redhat.com>
1543 L: qemu-block@nongnu.org
1544 S: Supported
1545 F: block/qed.c
1546
1547 raw
1548 M: Kevin Wolf <kwolf@redhat.com>
1549 L: qemu-block@nongnu.org
1550 S: Supported
1551 F: block/linux-aio.c
1552 F: block/raw-aio.h
1553 F: block/raw-posix.c
1554 F: block/raw-win32.c
1555 F: block/raw_bsd.c
1556 F: block/win32-aio.c
1557
1558 qcow2
1559 M: Kevin Wolf <kwolf@redhat.com>
1560 L: qemu-block@nongnu.org
1561 S: Supported
1562 F: block/qcow2*
1563
1564 qcow
1565 M: Kevin Wolf <kwolf@redhat.com>
1566 L: qemu-block@nongnu.org
1567 S: Supported
1568 F: block/qcow.c
1569
1570 blkdebug
1571 M: Kevin Wolf <kwolf@redhat.com>
1572 L: qemu-block@nongnu.org
1573 S: Supported
1574 F: block/blkdebug.c
1575
1576 vpc
1577 M: Kevin Wolf <kwolf@redhat.com>
1578 L: qemu-block@nongnu.org
1579 S: Supported
1580 F: block/vpc.c
1581
1582 vvfat
1583 M: Kevin Wolf <kwolf@redhat.com>
1584 L: qemu-block@nongnu.org
1585 S: Supported
1586 F: block/vvfat.c
1587
1588 Image format fuzzer
1589 M: Stefan Hajnoczi <stefanha@redhat.com>
1590 L: qemu-block@nongnu.org
1591 S: Supported
1592 F: tests/image-fuzzer/
1593
1594 Build and test automation
1595 -------------------------
1596 M: Alex Bennée <alex.bennee@linaro.org>
1597 L: qemu-devel@nongnu.org
1598 S: Supported
1599 F: .travis.yml
1600
1601 Documentation
1602 -------------
1603 Build system architecture
1604 M: Daniel P. Berrange <berrange@redhat.com>
1605 S: Odd Fixes
1606 F: docs/build-system.txt