]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
spapr_pci: Switch to vfio_eeh_as_op() interface
[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 F: include/sysemu/kvm*.h
238
239 ARM
240 M: Peter Maydell <peter.maydell@linaro.org>
241 L: qemu-arm@nongnu.org
242 S: Maintained
243 F: target-arm/kvm.c
244
245 MIPS
246 M: James Hogan <james.hogan@imgtec.com>
247 S: Maintained
248 F: target-mips/kvm.c
249
250 PPC
251 M: Alexander Graf <agraf@suse.de>
252 S: Maintained
253 F: target-ppc/kvm.c
254
255 S390
256 M: Christian Borntraeger <borntraeger@de.ibm.com>
257 M: Cornelia Huck <cornelia.huck@de.ibm.com>
258 M: Alexander Graf <agraf@suse.de>
259 S: Maintained
260 F: target-s390x/kvm.c
261 F: target-s390x/ioinst.[ch]
262 F: target-s390x/machine.c
263 F: hw/intc/s390_flic.c
264 F: hw/intc/s390_flic_kvm.c
265 F: include/hw/s390x/s390_flic.h
266 F: gdb-xml/s390*.xml
267 T: git git://github.com/cohuck/qemu.git s390-next
268 T: git git://github.com/borntraeger/qemu.git s390-next
269
270 X86
271 M: Paolo Bonzini <pbonzini@redhat.com>
272 M: Marcelo Tosatti <mtosatti@redhat.com>
273 L: kvm@vger.kernel.org
274 S: Supported
275 F: target-i386/kvm.c
276
277 Guest CPU Cores (Xen):
278 ----------------------
279
280 X86
281 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
282 L: xen-devel@lists.xensource.com
283 S: Supported
284 F: xen-*
285 F: */xen*
286 F: hw/char/xen_console.c
287 F: hw/display/xenfb.c
288 F: hw/net/xen_nic.c
289 F: hw/block/xen_*
290 F: hw/xen/
291 F: hw/xenpv/
292 F: hw/i386/xen/
293 F: include/hw/xen/
294 F: include/sysemu/xen-mapcache.h
295
296 Hosts:
297 ------
298
299 LINUX
300 L: qemu-devel@nongnu.org
301 S: Maintained
302 F: linux-*
303 F: linux-headers/
304
305 POSIX
306 L: qemu-devel@nongnu.org
307 S: Maintained
308 F: *posix*
309
310 W32, W64
311 L: qemu-devel@nongnu.org
312 M: Stefan Weil <sw@weilnetz.de>
313 S: Maintained
314 F: *win32*
315 F: qemu.nsi
316
317 ARM Machines
318 ------------
319 Allwinner-a10
320 M: Beniamino Galvani <b.galvani@gmail.com>
321 L: qemu-arm@nongnu.org
322 S: Maintained
323 F: hw/*/allwinner*
324 F: include/hw/*/allwinner*
325 F: hw/arm/cubieboard.c
326
327 ARM PrimeCell
328 M: Peter Maydell <peter.maydell@linaro.org>
329 L: qemu-arm@nongnu.org
330 S: Maintained
331 F: hw/char/pl011.c
332 F: hw/display/pl110*
333 F: hw/dma/pl080.c
334 F: hw/dma/pl330.c
335 F: hw/gpio/pl061.c
336 F: hw/input/pl050.c
337 F: hw/intc/pl190.c
338 F: hw/sd/pl181.c
339 F: hw/timer/pl031.c
340 F: include/hw/arm/primecell.h
341
342 ARM cores
343 M: Peter Maydell <peter.maydell@linaro.org>
344 L: qemu-arm@nongnu.org
345 S: Maintained
346 F: hw/intc/arm*
347 F: hw/intc/gic_internal.h
348 F: hw/misc/a9scu.c
349 F: hw/misc/arm11scu.c
350 F: hw/timer/a9gtimer*
351 F: hw/timer/arm_*
352 F: include/hw/arm/arm.h
353 F: include/hw/intc/arm*
354 F: include/hw/misc/a9scu.h
355 F: include/hw/misc/arm11scu.h
356 F: include/hw/timer/a9gtimer.h
357 F: include/hw/timer/arm_mptimer.h
358
359 Exynos
360 M: Evgeny Voevodin <e.voevodin@samsung.com>
361 M: Maksim Kozlov <m.kozlov@samsung.com>
362 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
363 M: Dmitry Solodkiy <d.solodkiy@samsung.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: Alistair Francis <alistair.francis@xilinx.com>
454 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/arm/xilinx_zynq.c
458 F: hw/misc/zynq_slcr.c
459 F: hw/*/cadence_*
460 F: hw/ssi/xilinx_spips.c
461
462 Xilinx ZynqMP
463 M: Alistair Francis <alistair.francis@xilinx.com>
464 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
465 L: qemu-arm@nongnu.org
466 S: Maintained
467 F: hw/arm/xlnx-zynqmp.c
468 F: hw/arm/xlnx-ep108.c
469 F: include/hw/arm/xlnx-zynqmp.h
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 M: Andreas Färber <andreas.faerber@web.de>
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
720 Machine core
721 M: Eduardo Habkost <ehabkost@redhat.com>
722 M: Marcel Apfelbaum <marcel@redhat.com>
723 S: Supported
724 F: hw/core/machine.c
725 F: include/hw/boards.h
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 F: docs/usb2.txt
861 F: docs/usb-storage.txt
862 F: include/hw/usb.h
863 F: include/hw/usb/
864
865 USB (serial adapter)
866 M: Gerd Hoffmann <kraxel@redhat.com>
867 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
868 S: Maintained
869 F: hw/usb/dev-serial.c
870
871 VFIO
872 M: Alex Williamson <alex.williamson@redhat.com>
873 S: Supported
874 F: hw/vfio/*
875 F: include/hw/vfio/
876
877 vhost
878 M: Michael S. Tsirkin <mst@redhat.com>
879 S: Supported
880 F: hw/*/*vhost*
881
882 virtio
883 M: Michael S. Tsirkin <mst@redhat.com>
884 S: Supported
885 F: hw/*/virtio*
886 F: net/vhost-user.c
887 F: include/hw/virtio/
888
889 virtio-9p
890 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
891 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
892 S: Supported
893 F: hw/9pfs/
894 F: fsdev/
895 F: tests/virtio-9p-test.c
896 T: git git://github.com/kvaneesh/QEMU.git
897
898 virtio-blk
899 M: Stefan Hajnoczi <stefanha@redhat.com>
900 L: qemu-block@nongnu.org
901 S: Supported
902 F: hw/block/virtio-blk.c
903 F: hw/block/dataplane/*
904 F: hw/virtio/dataplane/*
905 T: git git://github.com/stefanha/qemu.git block
906
907 virtio-ccw
908 M: Cornelia Huck <cornelia.huck@de.ibm.com>
909 M: Christian Borntraeger <borntraeger@de.ibm.com>
910 S: Supported
911 F: hw/s390x/virtio-ccw.[hc]
912 T: git git://github.com/cohuck/qemu.git s390-next
913 T: git git://github.com/borntraeger/qemu.git s390-next
914
915 virtio-input
916 M: Gerd Hoffmann <kraxel@redhat.com>
917 S: Maintained
918 F: hw/input/virtio-input*.c
919 F: include/hw/virtio/virtio-input.h
920
921 virtio-serial
922 M: Amit Shah <amit.shah@redhat.com>
923 S: Supported
924 F: hw/char/virtio-serial-bus.c
925 F: hw/char/virtio-console.c
926 F: include/hw/virtio/virtio-serial.h
927
928 virtio-rng
929 M: Amit Shah <amit.shah@redhat.com>
930 S: Supported
931 F: hw/virtio/virtio-rng.c
932 F: include/hw/virtio/virtio-rng.h
933 F: include/sysemu/rng*.h
934 F: backends/rng*.c
935
936 nvme
937 M: Keith Busch <keith.busch@intel.com>
938 L: qemu-block@nongnu.org
939 S: Supported
940 F: hw/block/nvme*
941 F: tests/nvme-test.c
942
943 megasas
944 M: Hannes Reinecke <hare@suse.de>
945 L: qemu-block@nongnu.org
946 S: Supported
947 F: hw/scsi/megasas.c
948 F: hw/scsi/mfi.h
949
950 Xilinx EDK
951 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
952 M: Alistair Francis <alistair.francis@xilinx.com>
953 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
954 S: Maintained
955 F: hw/*/xilinx_*
956 F: include/hw/xilinx.h
957
958 Vmware
959 M: Dmitry Fleytman <dmitry@daynix.com>
960 S: Maintained
961 F: hw/net/vmxnet*
962 F: hw/scsi/vmw_pvscsi*
963
964 Rocker
965 M: Scott Feldman <sfeldma@gmail.com>
966 M: Jiri Pirko <jiri@resnulli.us>
967 S: Maintained
968 F: hw/net/rocker/
969
970 NVDIMM
971 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
972 S: Maintained
973 F: hw/acpi/nvdimm.c
974 F: hw/mem/nvdimm.c
975 F: include/hw/mem/nvdimm.h
976
977 Subsystems
978 ----------
979 Audio
980 M: Gerd Hoffmann <kraxel@redhat.com>
981 S: Maintained
982 F: audio/
983 F: hw/audio/
984 F: tests/ac97-test.c
985 F: tests/es1370-test.c
986 F: tests/intel-hda-test.c
987
988 Block layer core
989 M: Kevin Wolf <kwolf@redhat.com>
990 L: qemu-block@nongnu.org
991 S: Supported
992 F: block*
993 F: block/
994 F: hw/block/
995 F: include/block/
996 F: qemu-img*
997 F: qemu-io*
998 F: tests/qemu-iotests/
999 T: git git://repo.or.cz/qemu/kevin.git block
1000
1001 Block I/O path
1002 M: Stefan Hajnoczi <stefanha@redhat.com>
1003 L: qemu-block@nongnu.org
1004 S: Supported
1005 F: async.c
1006 F: aio-*.c
1007 F: block/io.c
1008 F: migration/block*
1009 T: git git://github.com/stefanha/qemu.git block
1010
1011 Block Jobs
1012 M: Jeff Cody <jcody@redhat.com>
1013 L: qemu-block@nongnu.org
1014 S: Supported
1015 F: blockjob.c
1016 F: include/block/blockjob.h
1017 F: block/backup.c
1018 F: block/commit.c
1019 F: block/stream.h
1020 F: block/mirror.c
1021 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1022
1023 Block QAPI, monitor, command line
1024 M: Markus Armbruster <armbru@redhat.com>
1025 S: Supported
1026 F: blockdev.c
1027 F: block/qapi.c
1028 F: qapi/block*.json
1029 T: git git://repo.or.cz/qemu/armbru.git block-next
1030
1031 Character device backends
1032 M: Paolo Bonzini <pbonzini@redhat.com>
1033 S: Maintained
1034 F: qemu-char.c
1035 F: backends/msmouse.c
1036 F: backends/testdev.c
1037
1038 Character Devices (Braille)
1039 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1040 S: Maintained
1041 F: backends/baum.c
1042
1043 Coverity model
1044 M: Markus Armbruster <armbru@redhat.com>
1045 S: Supported
1046 F: scripts/coverity-model.c
1047
1048 CPU
1049 M: Andreas Färber <afaerber@suse.de>
1050 S: Supported
1051 F: qom/cpu.c
1052 F: include/qom/cpu.h
1053 F: target-i386/cpu.c
1054
1055 ICC Bus
1056 M: Igor Mammedov <imammedo@redhat.com>
1057 S: Supported
1058 F: include/hw/cpu/icc_bus.h
1059 F: hw/cpu/icc_bus.c
1060
1061 Device Tree
1062 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1063 M: Alexander Graf <agraf@suse.de>
1064 S: Maintained
1065 F: device_tree.c
1066 F: include/sysemu/device_tree.h
1067
1068 Error reporting
1069 M: Markus Armbruster <armbru@redhat.com>
1070 S: Supported
1071 F: include/qapi/error.h
1072 F: include/qemu/error-report.h
1073 F: util/error.c
1074 F: util/qemu-error.c
1075
1076 GDB stub
1077 L: qemu-devel@nongnu.org
1078 S: Odd Fixes
1079 F: gdbstub*
1080 F: gdb-xml/
1081
1082 Memory API
1083 M: Paolo Bonzini <pbonzini@redhat.com>
1084 S: Supported
1085 F: include/exec/ioport.h
1086 F: ioport.c
1087 F: include/exec/memory.h
1088 F: include/exec/ram_addr.h
1089 F: memory.c
1090 F: include/exec/memory-internal.h
1091 F: exec.c
1092
1093 SPICE
1094 M: Gerd Hoffmann <kraxel@redhat.com>
1095 S: Supported
1096 F: include/ui/qemu-spice.h
1097 F: include/ui/spice-display.h
1098 F: ui/spice-*.c
1099 F: audio/spiceaudio.c
1100 F: hw/display/qxl*
1101
1102 Graphics
1103 M: Gerd Hoffmann <kraxel@redhat.com>
1104 S: Odd Fixes
1105 F: ui/
1106 F: include/ui/
1107
1108 Cocoa graphics
1109 M: Andreas Färber <andreas.faerber@web.de>
1110 M: Peter Maydell <peter.maydell@linaro.org>
1111 S: Odd Fixes
1112 F: ui/cocoa.m
1113
1114 Main loop
1115 M: Paolo Bonzini <pbonzini@redhat.com>
1116 S: Maintained
1117 F: cpus.c
1118 F: main-loop.c
1119 F: qemu-timer.c
1120 F: vl.c
1121
1122 Human Monitor (HMP)
1123 M: Luiz Capitulino <lcapitulino@redhat.com>
1124 S: Maintained
1125 F: monitor.c
1126 F: hmp.c
1127 F: hmp-commands.hx
1128 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1129
1130 Network device backends
1131 M: Jason Wang <jasowang@redhat.com>
1132 S: Maintained
1133 F: net/
1134 F: include/net/
1135 T: git git://github.com/jasowang/qemu.git net
1136
1137 Netmap network backend
1138 M: Luigi Rizzo <rizzo@iet.unipi.it>
1139 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1140 M: Vincenzo Maffione <v.maffione@gmail.com>
1141 W: http://info.iet.unipi.it/~luigi/netmap/
1142 S: Maintained
1143 F: net/netmap.c
1144
1145 Network Block Device (NBD)
1146 M: Paolo Bonzini <pbonzini@redhat.com>
1147 S: Odd Fixes
1148 F: block/nbd*
1149 F: nbd/
1150 F: include/block/nbd*
1151 F: qemu-nbd.c
1152 T: git git://github.com/bonzini/qemu.git nbd-next
1153
1154 NUMA
1155 M: Eduardo Habkost <ehabkost@redhat.com>
1156 S: Maintained
1157 F: numa.c
1158 F: include/sysemu/numa.h
1159 K: numa|NUMA
1160 K: srat|SRAT
1161 T: git git://github.com/ehabkost/qemu.git numa
1162
1163 QAPI
1164 M: Markus Armbruster <armbru@redhat.com>
1165 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1166 S: Supported
1167 F: qapi/
1168 X: qapi/*.json
1169 F: include/qapi/
1170 X: include/qapi/qmp/
1171 F: include/qapi/qmp/dispatch.h
1172 F: tests/qapi-schema/
1173 F: tests/test-*-visitor.c
1174 F: tests/test-qmp-*.c
1175 F: scripts/qapi*
1176 F: docs/qapi*
1177 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1178
1179 QAPI Schema
1180 M: Eric Blake <eblake@redhat.com>
1181 M: Markus Armbruster <armbru@redhat.com>
1182 S: Supported
1183 F: qapi-schema.json
1184 F: qapi/*.json
1185 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1186
1187 QObject
1188 M: Luiz Capitulino <lcapitulino@redhat.com>
1189 S: Maintained
1190 F: qobject/
1191 F: include/qapi/qmp/
1192 X: include/qapi/qmp/dispatch.h
1193 F: tests/check-qdict.c
1194 F: tests/check-qfloat.c
1195 F: tests/check-qint.c
1196 F: tests/check-qjson.c
1197 F: tests/check-qlist.c
1198 F: tests/check-qstring.c
1199 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1200
1201 QEMU Guest Agent
1202 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1203 S: Maintained
1204 F: qga/
1205 T: git git://github.com/mdroth/qemu.git qga
1206
1207 QOM
1208 M: Andreas Färber <afaerber@suse.de>
1209 S: Supported
1210 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1211 F: include/qom/
1212 X: include/qom/cpu.h
1213 F: qom/
1214 X: qom/cpu.c
1215 F: tests/check-qom-interface.c
1216 F: tests/check-qom-proplist.c
1217 F: tests/qom-test.c
1218
1219 QMP
1220 M: Markus Armbruster <armbru@redhat.com>
1221 S: Supported
1222 F: qmp.c
1223 F: monitor.c
1224 F: qmp-commands.hx
1225 F: docs/*qmp-*
1226 F: scripts/qmp/
1227 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1228
1229 SLIRP
1230 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1231 M: Jan Kiszka <jan.kiszka@siemens.com>
1232 S: Maintained
1233 F: slirp/
1234 F: net/slirp.c
1235 F: include/net/slirp.h
1236 T: git git://git.kiszka.org/qemu.git queues/slirp
1237
1238 Tracing
1239 M: Stefan Hajnoczi <stefanha@redhat.com>
1240 S: Maintained
1241 F: trace/
1242 F: scripts/tracetool.py
1243 F: scripts/tracetool/
1244 F: docs/tracing.txt
1245 T: git git://github.com/stefanha/qemu.git tracing
1246
1247 Checkpatch
1248 M: Blue Swirl <blauwirbel@gmail.com>
1249 S: Odd Fixes
1250 F: scripts/checkpatch.pl
1251
1252 Migration
1253 M: Juan Quintela <quintela@redhat.com>
1254 M: Amit Shah <amit.shah@redhat.com>
1255 S: Maintained
1256 F: include/migration/
1257 F: migration/
1258 F: scripts/vmstate-static-checker.py
1259 F: tests/vmstate-static-checker-data/
1260 F: docs/migration.txt
1261
1262 Seccomp
1263 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1264 S: Supported
1265 F: qemu-seccomp.c
1266 F: include/sysemu/seccomp.h
1267
1268 Cryptography
1269 M: Daniel P. Berrange <berrange@redhat.com>
1270 S: Maintained
1271 F: crypto/
1272 F: include/crypto/
1273 F: tests/test-crypto-*
1274
1275 Coroutines
1276 M: Stefan Hajnoczi <stefanha@redhat.com>
1277 M: Kevin Wolf <kwolf@redhat.com>
1278 F: util/*coroutine*
1279 F: include/qemu/coroutine*
1280 F: tests/test-coroutine.c
1281
1282 Buffers
1283 M: Daniel P. Berrange <berrange@redhat.com>
1284 S: Odd fixes
1285 F: util/buffer.c
1286 F: include/qemu/buffer.h
1287
1288 I/O Channels
1289 M: Daniel P. Berrange <berrange@redhat.com>
1290 S: Maintained
1291 F: io/
1292 F: include/io/
1293 F: tests/test-io-*
1294
1295 Sockets
1296 M: Daniel P. Berrange <berrange@redhat.com>
1297 M: Gerd Hoffmann <kraxel@redhat.com>
1298 M: Paolo Bonzini <pbonzini@redhat.com>
1299 S: Maintained
1300 F: include/qemu/sockets.h
1301 F: util/qemu-sockets.c
1302
1303 Throttling infrastructure
1304 M: Alberto Garcia <berto@igalia.com>
1305 S: Supported
1306 F: block/throttle-groups.c
1307 F: include/block/throttle-groups.h
1308 F: include/qemu/throttle.h
1309 F: util/throttle.c
1310 L: qemu-block@nongnu.org
1311
1312 Usermode Emulation
1313 ------------------
1314 Overall
1315 M: Riku Voipio <riku.voipio@iki.fi>
1316 S: Maintained
1317 F: thunk.c
1318 F: user-exec.c
1319
1320 BSD user
1321 M: Blue Swirl <blauwirbel@gmail.com>
1322 S: Maintained
1323 F: bsd-user/
1324
1325 Linux user
1326 M: Riku Voipio <riku.voipio@iki.fi>
1327 S: Maintained
1328 F: linux-user/
1329
1330 Tiny Code Generator (TCG)
1331 -------------------------
1332 Common code
1333 M: Richard Henderson <rth@twiddle.net>
1334 S: Maintained
1335 F: tcg/
1336
1337 AArch64 target
1338 M: Claudio Fontana <claudio.fontana@huawei.com>
1339 M: Claudio Fontana <claudio.fontana@gmail.com>
1340 S: Maintained
1341 L: qemu-arm@nongnu.org
1342 F: tcg/aarch64/
1343 F: disas/arm-a64.cc
1344 F: disas/libvixl/
1345
1346 ARM target
1347 M: Andrzej Zaborowski <balrogg@gmail.com>
1348 S: Maintained
1349 L: qemu-arm@nongnu.org
1350 F: tcg/arm/
1351 F: disas/arm.c
1352
1353 i386 target
1354 L: qemu-devel@nongnu.org
1355 S: Maintained
1356 F: tcg/i386/
1357 F: disas/i386.c
1358
1359 IA64 target
1360 M: Aurelien Jarno <aurelien@aurel32.net>
1361 S: Maintained
1362 F: tcg/ia64/
1363 F: disas/ia64.c
1364
1365 MIPS target
1366 M: Aurelien Jarno <aurelien@aurel32.net>
1367 S: Maintained
1368 F: tcg/mips/
1369 F: disas/mips.c
1370
1371 PPC
1372 M: Vassili Karpov (malc) <av1474@comtv.ru>
1373 S: Maintained
1374 F: tcg/ppc/
1375 F: disas/ppc.c
1376
1377 S390 target
1378 M: Alexander Graf <agraf@suse.de>
1379 M: Richard Henderson <rth@twiddle.net>
1380 S: Maintained
1381 F: tcg/s390/
1382 F: disas/s390.c
1383
1384 SPARC target
1385 M: Blue Swirl <blauwirbel@gmail.com>
1386 S: Maintained
1387 F: tcg/sparc/
1388 F: disas/sparc.c
1389
1390 TCI target
1391 M: Stefan Weil <sw@weilnetz.de>
1392 S: Maintained
1393 F: tcg/tci/
1394 F: tci.c
1395 F: disas/tci.c
1396
1397 Stable branches
1398 ---------------
1399 Stable 1.0
1400 L: qemu-stable@nongnu.org
1401 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1402 S: Orphan
1403
1404 Stable 0.15
1405 L: qemu-stable@nongnu.org
1406 M: Andreas Färber <afaerber@suse.de>
1407 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1408 S: Supported
1409
1410 Stable 0.14
1411 L: qemu-stable@nongnu.org
1412 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1413 S: Orphan
1414
1415 Stable 0.10
1416 L: qemu-stable@nongnu.org
1417 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1418 S: Orphan
1419
1420 Block drivers
1421 -------------
1422 VMDK
1423 M: Fam Zheng <famz@redhat.com>
1424 L: qemu-block@nongnu.org
1425 S: Supported
1426 F: block/vmdk.c
1427
1428 RBD
1429 M: Josh Durgin <jdurgin@redhat.com>
1430 M: Jeff Cody <jcody@redhat.com>
1431 L: qemu-block@nongnu.org
1432 S: Supported
1433 F: block/rbd.c
1434 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1435
1436 Sheepdog
1437 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1438 M: Liu Yuan <namei.unix@gmail.com>
1439 M: Jeff Cody <jcody@redhat.com>
1440 L: qemu-block@nongnu.org
1441 L: sheepdog@lists.wpkg.org
1442 S: Supported
1443 F: block/sheepdog.c
1444 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1445
1446 VHDX
1447 M: Jeff Cody <jcody@redhat.com>
1448 L: qemu-block@nongnu.org
1449 S: Supported
1450 F: block/vhdx*
1451 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1452
1453 VDI
1454 M: Stefan Weil <sw@weilnetz.de>
1455 L: qemu-block@nongnu.org
1456 S: Maintained
1457 F: block/vdi.c
1458
1459 iSCSI
1460 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1461 M: Paolo Bonzini <pbonzini@redhat.com>
1462 M: Peter Lieven <pl@kamp.de>
1463 L: qemu-block@nongnu.org
1464 S: Supported
1465 F: block/iscsi.c
1466
1467 NFS
1468 M: Jeff Cody <jcody@redhat.com>
1469 M: Peter Lieven <pl@kamp.de>
1470 L: qemu-block@nongnu.org
1471 S: Maintained
1472 F: block/nfs.c
1473 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1474
1475 SSH
1476 M: Richard W.M. Jones <rjones@redhat.com>
1477 M: Jeff Cody <jcody@redhat.com>
1478 L: qemu-block@nongnu.org
1479 S: Supported
1480 F: block/ssh.c
1481 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1482
1483 ARCHIPELAGO
1484 M: Chrysostomos Nanakos <chris@include.gr>
1485 M: Jeff Cody <jcody@redhat.com>
1486 L: qemu-block@nongnu.org
1487 S: Maintained
1488 F: block/archipelago.c
1489 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1490
1491 CURL
1492 M: Jeff Cody <jcody@redhat.com>
1493 L: qemu-block@nongnu.org
1494 S: Supported
1495 F: block/curl.c
1496 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497
1498 GLUSTER
1499 M: Jeff Cody <jcody@redhat.com>
1500 L: qemu-block@nongnu.org
1501 S: Supported
1502 F: block/gluster.c
1503 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1504
1505 Null Block Driver
1506 M: Fam Zheng <famz@redhat.com>
1507 L: qemu-block@nongnu.org
1508 S: Supported
1509 F: block/null.c
1510
1511 Bootdevice
1512 M: Gonglei <arei.gonglei@huawei.com>
1513 S: Maintained
1514 F: bootdevice.c
1515
1516 Quorum
1517 M: Alberto Garcia <berto@igalia.com>
1518 S: Supported
1519 F: block/quorum.c
1520 L: qemu-block@nongnu.org
1521
1522 blkverify
1523 M: Stefan Hajnoczi <stefanha@redhat.com>
1524 L: qemu-block@nongnu.org
1525 S: Supported
1526 F: block/blkverify.c
1527
1528 bochs
1529 M: Stefan Hajnoczi <stefanha@redhat.com>
1530 L: qemu-block@nongnu.org
1531 S: Supported
1532 F: block/bochs.c
1533
1534 cloop
1535 M: Stefan Hajnoczi <stefanha@redhat.com>
1536 L: qemu-block@nongnu.org
1537 S: Supported
1538 F: block/cloop.c
1539
1540 dmg
1541 M: Stefan Hajnoczi <stefanha@redhat.com>
1542 L: qemu-block@nongnu.org
1543 S: Supported
1544 F: block/dmg.c
1545
1546 parallels
1547 M: Stefan Hajnoczi <stefanha@redhat.com>
1548 M: Denis V. Lunev <den@openvz.org>
1549 L: qemu-block@nongnu.org
1550 S: Supported
1551 F: block/parallels.c
1552 F: docs/specs/parallels.txt
1553
1554 qed
1555 M: Stefan Hajnoczi <stefanha@redhat.com>
1556 L: qemu-block@nongnu.org
1557 S: Supported
1558 F: block/qed.c
1559
1560 raw
1561 M: Kevin Wolf <kwolf@redhat.com>
1562 L: qemu-block@nongnu.org
1563 S: Supported
1564 F: block/linux-aio.c
1565 F: block/raw-aio.h
1566 F: block/raw-posix.c
1567 F: block/raw-win32.c
1568 F: block/raw_bsd.c
1569 F: block/win32-aio.c
1570
1571 qcow2
1572 M: Kevin Wolf <kwolf@redhat.com>
1573 L: qemu-block@nongnu.org
1574 S: Supported
1575 F: block/qcow2*
1576
1577 qcow
1578 M: Kevin Wolf <kwolf@redhat.com>
1579 L: qemu-block@nongnu.org
1580 S: Supported
1581 F: block/qcow.c
1582
1583 blkdebug
1584 M: Kevin Wolf <kwolf@redhat.com>
1585 L: qemu-block@nongnu.org
1586 S: Supported
1587 F: block/blkdebug.c
1588
1589 vpc
1590 M: Kevin Wolf <kwolf@redhat.com>
1591 L: qemu-block@nongnu.org
1592 S: Supported
1593 F: block/vpc.c
1594
1595 vvfat
1596 M: Kevin Wolf <kwolf@redhat.com>
1597 L: qemu-block@nongnu.org
1598 S: Supported
1599 F: block/vvfat.c
1600
1601 Image format fuzzer
1602 M: Stefan Hajnoczi <stefanha@redhat.com>
1603 L: qemu-block@nongnu.org
1604 S: Supported
1605 F: tests/image-fuzzer/
1606
1607 Build and test automation
1608 -------------------------
1609 M: Alex Bennée <alex.bennee@linaro.org>
1610 L: qemu-devel@nongnu.org
1611 S: Supported
1612 F: .travis.yml
1613
1614 Documentation
1615 -------------
1616 Build system architecture
1617 M: Daniel P. Berrange <berrange@redhat.com>
1618 S: Odd Fixes
1619 F: docs/build-system.txt