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