pci core: function pci_bus_init() cleanup
[qemu/ar7.git] / MAINTAINERS
blob606d9c08b5e093a533c63712b46d7831ab5fd4c5
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
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
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
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/
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
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/
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
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/
133 M68K
134 S: Orphan
135 F: target-m68k/
136 F: hw/m68k/
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
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
154 Moxie
155 M: Anthony Green <green@moxielogic.com>
156 S: Maintained
157 F: target-moxie/
158 F: disas/moxie.c
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/
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
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
184 M: Aurelien Jarno <aurelien@aurel32.net>
185 S: Odd Fixes
186 F: target-sh4/
187 F: hw/sh4/
188 F: disas/sh4.c
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
199 UniCore32
200 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
201 S: Maintained
202 F: target-unicore32/
203 F: hw/unicore32/
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
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/
222 TriCore
223 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
224 S: Maintained
225 F: target-tricore/
226 F: hw/tricore/
228 Guest CPU Cores (KVM):
229 ----------------------
231 Overall
232 M: Paolo Bonzini <pbonzini@redhat.com>
233 L: kvm@vger.kernel.org
234 S: Supported
235 F: kvm-*
236 F: */kvm.*
239 M: Peter Maydell <peter.maydell@linaro.org>
240 L: qemu-arm@nongnu.org
241 S: Maintained
242 F: target-arm/kvm.c
244 MIPS
245 M: James Hogan <james.hogan@imgtec.com>
246 S: Maintained
247 F: target-mips/kvm.c
250 M: Alexander Graf <agraf@suse.de>
251 S: Maintained
252 F: target-ppc/kvm.c
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
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
276 Guest CPU Cores (Xen):
277 ----------------------
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
295 Hosts:
296 ------
298 LINUX
299 L: qemu-devel@nongnu.org
300 S: Maintained
301 F: linux-*
302 F: linux-headers/
304 POSIX
305 L: qemu-devel@nongnu.org
306 S: Maintained
307 F: *posix*
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
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
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
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
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*
367 Calxeda Highbank
368 M: Rob Herring <robh@kernel.org>
369 L: qemu-arm@nongnu.org
370 S: Maintained
371 F: hw/arm/highbank.c
372 F: hw/net/xgmac.c
374 Canon DIGIC
375 M: Antony Pavlov <antonynpavlov@gmail.com>
376 L: qemu-arm@nongnu.org
377 S: Maintained
378 F: include/hw/arm/digic.h
379 F: hw/*/digic*
381 Gumstix
382 L: qemu-devel@nongnu.org
383 L: qemu-arm@nongnu.org
384 S: Orphan
385 F: hw/arm/gumstix.c
387 i.MX31
388 M: Peter Chubb <peter.chubb@nicta.com.au>
389 L: qemu-arm@nongnu.org
390 S: Odd fixes
391 F: hw/*/imx*
392 F: hw/arm/kzm.c
394 Integrator CP
395 M: Peter Maydell <peter.maydell@linaro.org>
396 L: qemu-arm@nongnu.org
397 S: Maintained
398 F: hw/arm/integratorcp.c
400 Musicpal
401 M: Jan Kiszka <jan.kiszka@web.de>
402 L: qemu-arm@nongnu.org
403 S: Maintained
404 F: hw/arm/musicpal.c
406 nSeries
407 M: Andrzej Zaborowski <balrogg@gmail.com>
408 L: qemu-arm@nongnu.org
409 S: Maintained
410 F: hw/arm/nseries.c
412 Palm
413 M: Andrzej Zaborowski <balrogg@gmail.com>
414 L: qemu-arm@nongnu.org
415 S: Maintained
416 F: hw/arm/palm.c
418 Real View
419 M: Peter Maydell <peter.maydell@linaro.org>
420 L: qemu-arm@nongnu.org
421 S: Maintained
422 F: hw/arm/realview*
423 F: hw/intc/realview_gic.c
424 F: include/hw/intc/realview_gic.h
426 PXA2XX
427 M: Andrzej Zaborowski <balrogg@gmail.com>
428 L: qemu-arm@nongnu.org
429 S: Maintained
430 F: hw/arm/mainstone.c
431 F: hw/arm/spitz.c
432 F: hw/arm/tosa.c
433 F: hw/arm/z2.c
434 F: hw/*/pxa2xx*
436 Stellaris
437 M: Peter Maydell <peter.maydell@linaro.org>
438 L: qemu-arm@nongnu.org
439 S: Maintained
440 F: hw/*/stellaris*
442 Versatile PB
443 M: Peter Maydell <peter.maydell@linaro.org>
444 L: qemu-arm@nongnu.org
445 S: Maintained
446 F: hw/*/versatile*
448 Xilinx Zynq
449 M: Alistair Francis <alistair.francis@xilinx.com>
450 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
451 L: qemu-arm@nongnu.org
452 S: Maintained
453 F: hw/arm/xilinx_zynq.c
454 F: hw/misc/zynq_slcr.c
455 F: hw/*/cadence_*
456 F: hw/ssi/xilinx_spips.c
458 Xilinx ZynqMP
459 M: Alistair Francis <alistair.francis@xilinx.com>
460 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
461 L: qemu-arm@nongnu.org
462 S: Maintained
463 F: hw/arm/xlnx-zynqmp.c
464 F: hw/arm/xlnx-ep108.c
465 F: include/hw/arm/xlnx-zynqmp.h
467 ARM ACPI Subsystem
468 M: Shannon Zhao <zhaoshenglong@huawei.com>
469 M: Shannon Zhao <shannon.zhao@linaro.org>
470 L: qemu-arm@nongnu.org
471 S: Maintained
472 F: hw/arm/virt-acpi-build.c
473 F: include/hw/arm/virt-acpi-build.h
475 CRIS Machines
476 -------------
477 Axis Dev88
478 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
479 S: Maintained
480 F: hw/cris/axis_dev88.c
481 F: hw/*/etraxfs_*.c
483 LM32 Machines
484 -------------
485 EVR32 and uclinux BSP
486 M: Michael Walle <michael@walle.cc>
487 S: Maintained
488 F: hw/lm32/lm32_boards.c
490 milkymist
491 M: Michael Walle <michael@walle.cc>
492 S: Maintained
493 F: hw/lm32/milkymist.c
495 M68K Machines
496 -------------
497 an5206
498 S: Orphan
499 F: hw/m68k/an5206.c
501 dummy_m68k
502 S: Orphan
503 F: hw/m68k/dummy_m68k.c
505 mcf5208
506 S: Orphan
507 F: hw/m68k/mcf5208.c
509 MicroBlaze Machines
510 -------------------
511 petalogix_s3adsp1800
512 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
513 S: Maintained
514 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
516 petalogix_ml605
517 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518 S: Maintained
519 F: hw/microblaze/petalogix_ml605_mmu.c
521 MIPS Machines
522 -------------
523 Jazz
524 M: Hervé Poussineau <hpoussin@reactos.org>
525 S: Maintained
526 F: hw/mips/mips_jazz.c
528 Malta
529 M: Aurelien Jarno <aurelien@aurel32.net>
530 S: Maintained
531 F: hw/mips/mips_malta.c
533 Mipssim
534 L: qemu-devel@nongnu.org
535 S: Orphan
536 F: hw/mips/mips_mipssim.c
538 R4000
539 M: Aurelien Jarno <aurelien@aurel32.net>
540 S: Maintained
541 F: hw/mips/mips_r4k.c
543 OpenRISC Machines
544 -----------------
545 or1k-sim
546 M: Jia Liu <proljc@gmail.com>
547 S: Maintained
548 F: hw/openrisc/openrisc_sim.c
550 PowerPC Machines
551 ----------------
553 M: Alexander Graf <agraf@suse.de>
554 L: qemu-ppc@nongnu.org
555 S: Odd Fixes
556 F: hw/ppc/ppc405_boards.c
558 Bamboo
559 M: Alexander Graf <agraf@suse.de>
560 L: qemu-ppc@nongnu.org
561 S: Odd Fixes
562 F: hw/ppc/ppc440_bamboo.c
564 e500
565 M: Alexander Graf <agraf@suse.de>
566 M: Scott Wood <scottwood@freescale.com>
567 L: qemu-ppc@nongnu.org
568 S: Supported
569 F: hw/ppc/e500.[hc]
570 F: hw/ppc/e500plat.c
572 mpc8544ds
573 M: Alexander Graf <agraf@suse.de>
574 M: Scott Wood <scottwood@freescale.com>
575 L: qemu-ppc@nongnu.org
576 S: Supported
577 F: hw/ppc/mpc8544ds.c
578 F: hw/ppc/mpc8544_guts.c
580 New World
581 M: Alexander Graf <agraf@suse.de>
582 L: qemu-ppc@nongnu.org
583 S: Maintained
584 F: hw/ppc/mac_newworld.c
585 F: hw/pci-host/uninorth.c
586 F: hw/pci-bridge/dec.[hc]
587 F: hw/misc/macio/
589 Old World
590 M: Alexander Graf <agraf@suse.de>
591 L: qemu-ppc@nongnu.org
592 S: Maintained
593 F: hw/ppc/mac_oldworld.c
594 F: hw/pci-host/grackle.c
595 F: hw/misc/macio/
597 PReP
598 M: Andreas Färber <andreas.faerber@web.de>
599 L: qemu-ppc@nongnu.org
600 S: Odd Fixes
601 F: hw/ppc/prep.c
602 F: hw/pci-host/prep.[hc]
603 F: hw/isa/pc87312.[hc]
605 sPAPR
606 M: David Gibson <david@gibson.dropbear.id.au>
607 M: Alexander Graf <agraf@suse.de>
608 L: qemu-ppc@nongnu.org
609 S: Supported
610 F: hw/*/spapr*
611 F: include/hw/*/spapr*
612 F: hw/*/xics*
613 F: include/hw/*/xics*
614 F: pc-bios/spapr-rtas/*
616 virtex_ml507
617 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
618 L: qemu-ppc@nongnu.org
619 S: Odd Fixes
620 F: hw/ppc/virtex_ml507.c
622 SH4 Machines
623 ------------
625 M: Magnus Damm <magnus.damm@gmail.com>
626 S: Maintained
627 F: hw/sh4/r2d.c
629 Shix
630 M: Magnus Damm <magnus.damm@gmail.com>
631 S: Orphan
632 F: hw/sh4/shix.c
634 SPARC Machines
635 --------------
636 Sun4m
637 M: Blue Swirl <blauwirbel@gmail.com>
638 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
639 S: Maintained
640 F: hw/sparc/sun4m.c
642 Sun4u
643 M: Blue Swirl <blauwirbel@gmail.com>
644 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
645 S: Maintained
646 F: hw/sparc64/sun4u.c
648 Leon3
649 M: Fabien Chouteau <chouteau@adacore.com>
650 S: Maintained
651 F: hw/sparc/leon3.c
652 F: hw/*/grlib*
654 S390 Machines
655 -------------
656 S390 Virtio
657 M: Alexander Graf <agraf@suse.de>
658 S: Maintained
659 F: hw/s390x/s390-*.c
660 X: hw/s390x/*pci*.[hc]
662 S390 Virtio-ccw
663 M: Cornelia Huck <cornelia.huck@de.ibm.com>
664 M: Christian Borntraeger <borntraeger@de.ibm.com>
665 M: Alexander Graf <agraf@suse.de>
666 S: Supported
667 F: hw/char/sclp*.[hc]
668 F: hw/s390x/
669 X: hw/s390x/s390-virtio-bus.[ch]
670 F: include/hw/s390x/
671 F: pc-bios/s390-ccw/
672 F: hw/watchdog/wdt_diag288.c
673 T: git git://github.com/cohuck/qemu.git s390-next
674 T: git git://github.com/borntraeger/qemu.git s390-next
676 UniCore32 Machines
677 -------------
678 PKUnity-3 SoC initramfs-with-busybox
679 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
680 S: Maintained
681 F: hw/*/puv3*
682 F: hw/unicore32/
684 X86 Machines
685 ------------
687 M: Michael S. Tsirkin <mst@redhat.com>
688 S: Supported
689 F: include/hw/i386/
690 F: hw/i386/
691 F: hw/pci-host/piix.c
692 F: hw/pci-host/q35.c
693 F: hw/pci-host/pam.c
694 F: include/hw/pci-host/q35.h
695 F: include/hw/pci-host/pam.h
696 F: hw/isa/piix4.c
697 F: hw/isa/lpc_ich9.c
698 F: hw/i2c/smbus_ich9.c
699 F: hw/acpi/piix4.c
700 F: hw/acpi/ich9.c
701 F: include/hw/acpi/ich9.h
702 F: include/hw/acpi/piix.h
703 F: hw/misc/sga.c
705 PC Chipset
706 M: Michael S. Tsirkin <mst@redhat.com>
707 M: Paolo Bonzini <pbonzini@redhat.com>
708 S: Support
709 F: hw/char/debugcon.c
710 F: hw/char/parallel.c
711 F: hw/char/serial*
712 F: hw/dma/i8257*
713 F: hw/i2c/pm_smbus.c
714 F: hw/intc/apic*
715 F: hw/intc/ioapic*
716 F: hw/intc/i8259*
717 F: hw/misc/debugexit.c
718 F: hw/misc/pc-testdev.c
719 F: hw/timer/hpet*
720 F: hw/timer/i8254*
721 F: hw/timer/mc146818rtc*
724 Xtensa Machines
725 ---------------
727 M: Max Filippov <jcmvbkbc@gmail.com>
728 S: Maintained
729 F: hw/xtensa/sim.c
731 XTFPGA (LX60, LX200, ML605, KC705)
732 M: Max Filippov <jcmvbkbc@gmail.com>
733 S: Maintained
734 F: hw/xtensa/xtfpga.c
735 F: hw/net/opencores_eth.c
737 Devices
738 -------
740 M: Jiri Slaby <jslaby@suse.cz>
741 S: Maintained
742 F: hw/misc/edu.c
745 M: John Snow <jsnow@redhat.com>
746 L: qemu-block@nongnu.org
747 S: Supported
748 F: include/hw/ide.h
749 F: hw/ide/
750 F: hw/block/block.c
751 F: hw/block/cdrom.c
752 F: hw/block/hd-geometry.c
753 F: tests/ide-test.c
754 F: tests/ahci-test.c
755 F: tests/libqos/ahci*
756 T: git git://github.com/jnsnow/qemu.git ide
758 Floppy
759 M: John Snow <jsnow@redhat.com>
760 L: qemu-block@nongnu.org
761 S: Supported
762 F: hw/block/fdc.c
763 F: include/hw/block/fdc.h
764 F: tests/fdc-test.c
765 T: git git://github.com/jnsnow/qemu.git ide
767 OMAP
768 M: Peter Maydell <peter.maydell@linaro.org>
769 S: Maintained
770 F: hw/*/omap*
772 IPack
773 M: Alberto Garcia <berto@igalia.com>
774 S: Odd Fixes
775 F: hw/char/ipoctal232.c
776 F: hw/ipack/
779 M: Michael S. Tsirkin <mst@redhat.com>
780 S: Supported
781 F: include/hw/pci/*
782 F: hw/misc/pci-testdev.c
783 F: hw/pci/*
784 F: hw/pci-bridge/*
786 ACPI/SMBIOS
787 M: Michael S. Tsirkin <mst@redhat.com>
788 M: Igor Mammedov <imammedo@redhat.com>
789 S: Supported
790 F: include/hw/acpi/*
791 F: include/hw/smbios/*
792 F: hw/mem/*
793 F: hw/acpi/*
794 F: hw/smbios/*
795 F: hw/i386/acpi-build.[hc]
796 F: hw/i386/*dsl
797 F: hw/arm/virt-acpi-build.c
798 F: include/hw/arm/virt-acpi-build.h
799 F: scripts/acpi*py
801 ppc4xx
802 M: Alexander Graf <agraf@suse.de>
803 L: qemu-ppc@nongnu.org
804 S: Odd Fixes
805 F: hw/ppc/ppc4*.c
807 ppce500
808 M: Alexander Graf <agraf@suse.de>
809 M: Scott Wood <scottwood@freescale.com>
810 L: qemu-ppc@nongnu.org
811 S: Supported
812 F: hw/ppc/e500*
813 F: hw/pci-host/ppce500.c
814 F: hw/net/fsl_etsec/
816 Character devices
817 M: Paolo Bonzini <pbonzini@redhat.com>
818 S: Odd Fixes
819 F: hw/char/
821 Network devices
822 M: Jason Wang <jasowang@redhat.com>
823 S: Odd Fixes
824 F: hw/net/
825 T: git git://github.com/jasowang/qemu.git net
827 SCSI
828 M: Paolo Bonzini <pbonzini@redhat.com>
829 S: Supported
830 F: include/hw/scsi*
831 F: hw/scsi/*
832 T: git git://github.com/bonzini/qemu.git scsi-next
834 LSI53C895A
835 S: Orphan
836 F: hw/scsi/lsi53c895a.c
839 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
840 S: Maintained
841 F: hw/ssi/*
842 F: hw/block/m25p80.c
843 X: hw/ssi/xilinx_*
845 Xilinx SPI
846 M: Alistair Francis <alistair.francis@xilinx.com>
847 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
848 S: Maintained
849 F: hw/ssi/xilinx_*
852 M: Gerd Hoffmann <kraxel@redhat.com>
853 S: Maintained
854 F: hw/usb/*
855 F: tests/usb-*-test.c
857 USB (serial adapter)
858 M: Gerd Hoffmann <kraxel@redhat.com>
859 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
860 S: Maintained
861 F: hw/usb/dev-serial.c
863 VFIO
864 M: Alex Williamson <alex.williamson@redhat.com>
865 S: Supported
866 F: hw/vfio/*
868 vhost
869 M: Michael S. Tsirkin <mst@redhat.com>
870 S: Supported
871 F: hw/*/*vhost*
873 virtio
874 M: Michael S. Tsirkin <mst@redhat.com>
875 S: Supported
876 F: hw/*/virtio*
877 F: net/vhost-user.c
879 virtio-9p
880 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
881 M: Greg Kurz <gkurz@linux.vnet.ibm.com>
882 S: Supported
883 F: hw/9pfs/
884 F: fsdev/
885 F: tests/virtio-9p-test.c
886 T: git git://github.com/kvaneesh/QEMU.git
888 virtio-blk
889 M: Stefan Hajnoczi <stefanha@redhat.com>
890 L: qemu-block@nongnu.org
891 S: Supported
892 F: hw/block/virtio-blk.c
893 F: hw/block/dataplane/*
894 F: hw/virtio/dataplane/*
895 T: git git://github.com/stefanha/qemu.git block
897 virtio-ccw
898 M: Cornelia Huck <cornelia.huck@de.ibm.com>
899 M: Christian Borntraeger <borntraeger@de.ibm.com>
900 S: Supported
901 F: hw/s390x/virtio-ccw.[hc]
902 T: git git://github.com/cohuck/qemu.git s390-next
903 T: git git://github.com/borntraeger/qemu.git s390-next
905 virtio-input
906 M: Gerd Hoffmann <kraxel@redhat.com>
907 S: Maintained
908 F: hw/input/virtio-input*.c
909 F: include/hw/virtio/virtio-input.h
911 virtio-serial
912 M: Amit Shah <amit.shah@redhat.com>
913 S: Supported
914 F: hw/char/virtio-serial-bus.c
915 F: hw/char/virtio-console.c
916 F: include/hw/virtio/virtio-serial.h
918 virtio-rng
919 M: Amit Shah <amit.shah@redhat.com>
920 S: Supported
921 F: hw/virtio/virtio-rng.c
922 F: include/hw/virtio/virtio-rng.h
923 F: backends/rng*.c
925 nvme
926 M: Keith Busch <keith.busch@intel.com>
927 L: qemu-block@nongnu.org
928 S: Supported
929 F: hw/block/nvme*
930 F: tests/nvme-test.c
932 megasas
933 M: Hannes Reinecke <hare@suse.de>
934 L: qemu-block@nongnu.org
935 S: Supported
936 F: hw/scsi/megasas.c
937 F: hw/scsi/mfi.h
939 Xilinx EDK
940 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
941 M: Alistair Francis <alistair.francis@xilinx.com>
942 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
943 S: Maintained
944 F: hw/*/xilinx_*
945 F: include/hw/xilinx.h
947 Vmware
948 M: Dmitry Fleytman <dmitry@daynix.com>
949 S: Maintained
950 F: hw/net/vmxnet*
951 F: hw/scsi/vmw_pvscsi*
953 Rocker
954 M: Scott Feldman <sfeldma@gmail.com>
955 M: Jiri Pirko <jiri@resnulli.us>
956 S: Maintained
957 F: hw/net/rocker/
959 NVDIMM
960 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
961 S: Maintained
962 F: hw/acpi/nvdimm.c
963 F: hw/mem/nvdimm.c
964 F: include/hw/mem/nvdimm.h
966 Subsystems
967 ----------
968 Audio
969 M: Gerd Hoffmann <kraxel@redhat.com>
970 S: Maintained
971 F: audio/
972 F: hw/audio/
973 F: tests/ac97-test.c
974 F: tests/es1370-test.c
975 F: tests/intel-hda-test.c
977 Block layer core
978 M: Kevin Wolf <kwolf@redhat.com>
979 L: qemu-block@nongnu.org
980 S: Supported
981 F: block*
982 F: block/
983 F: hw/block/
984 F: include/block/
985 F: qemu-img*
986 F: qemu-io*
987 F: tests/qemu-iotests/
988 T: git git://repo.or.cz/qemu/kevin.git block
990 Block I/O path
991 M: Stefan Hajnoczi <stefanha@redhat.com>
992 L: qemu-block@nongnu.org
993 S: Supported
994 F: async.c
995 F: aio-*.c
996 F: block/io.c
997 F: migration/block*
998 T: git git://github.com/stefanha/qemu.git block
1000 Block Jobs
1001 M: Jeff Cody <jcody@redhat.com>
1002 L: qemu-block@nongnu.org
1003 S: Supported
1004 F: blockjob.c
1005 F: include/block/blockjob.h
1006 F: block/backup.c
1007 F: block/commit.c
1008 F: block/stream.h
1009 F: block/mirror.c
1010 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1012 Block QAPI, monitor, command line
1013 M: Markus Armbruster <armbru@redhat.com>
1014 S: Supported
1015 F: blockdev.c
1016 F: block/qapi.c
1017 F: qapi/block*.json
1018 T: git git://repo.or.cz/qemu/armbru.git block-next
1020 Character device backends
1021 M: Paolo Bonzini <pbonzini@redhat.com>
1022 S: Maintained
1023 F: qemu-char.c
1024 F: backends/msmouse.c
1025 F: backends/testdev.c
1027 Character Devices (Braille)
1028 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1029 S: Maintained
1030 F: backends/baum.c
1032 Coverity model
1033 M: Markus Armbruster <armbru@redhat.com>
1034 S: Supported
1035 F: scripts/coverity-model.c
1038 M: Andreas Färber <afaerber@suse.de>
1039 S: Supported
1040 F: qom/cpu.c
1041 F: include/qom/cpu.h
1042 F: target-i386/cpu.c
1044 ICC Bus
1045 M: Igor Mammedov <imammedo@redhat.com>
1046 S: Supported
1047 F: include/hw/cpu/icc_bus.h
1048 F: hw/cpu/icc_bus.c
1050 Device Tree
1051 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1052 M: Alexander Graf <agraf@suse.de>
1053 S: Maintained
1054 F: device_tree.c
1055 F: include/sysemu/device_tree.h
1057 Error reporting
1058 M: Markus Armbruster <armbru@redhat.com>
1059 S: Supported
1060 F: include/qapi/error.h
1061 F: include/qemu/error-report.h
1062 F: util/error.c
1063 F: util/qemu-error.c
1065 GDB stub
1066 L: qemu-devel@nongnu.org
1067 S: Odd Fixes
1068 F: gdbstub*
1069 F: gdb-xml/
1071 Memory API
1072 M: Paolo Bonzini <pbonzini@redhat.com>
1073 S: Supported
1074 F: include/exec/ioport.h
1075 F: ioport.c
1076 F: include/exec/memory.h
1077 F: include/exec/ram_addr.h
1078 F: memory.c
1079 F: include/exec/memory-internal.h
1080 F: exec.c
1082 SPICE
1083 M: Gerd Hoffmann <kraxel@redhat.com>
1084 S: Supported
1085 F: include/ui/qemu-spice.h
1086 F: ui/spice-*.c
1087 F: audio/spiceaudio.c
1088 F: hw/display/qxl*
1090 Graphics
1091 M: Gerd Hoffmann <kraxel@redhat.com>
1092 S: Odd Fixes
1093 F: ui/
1095 Cocoa graphics
1096 M: Andreas Färber <andreas.faerber@web.de>
1097 M: Peter Maydell <peter.maydell@linaro.org>
1098 S: Odd Fixes
1099 F: ui/cocoa.m
1101 Main loop
1102 M: Paolo Bonzini <pbonzini@redhat.com>
1103 S: Maintained
1104 F: cpus.c
1105 F: main-loop.c
1106 F: qemu-timer.c
1107 F: vl.c
1109 Human Monitor (HMP)
1110 M: Luiz Capitulino <lcapitulino@redhat.com>
1111 S: Maintained
1112 F: monitor.c
1113 F: hmp.c
1114 F: hmp-commands.hx
1115 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1117 Network device backends
1118 M: Jason Wang <jasowang@redhat.com>
1119 S: Maintained
1120 F: net/
1121 T: git git://github.com/jasowang/qemu.git net
1123 Netmap network backend
1124 M: Luigi Rizzo <rizzo@iet.unipi.it>
1125 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1126 M: Vincenzo Maffione <v.maffione@gmail.com>
1127 W: http://info.iet.unipi.it/~luigi/netmap/
1128 S: Maintained
1129 F: net/netmap.c
1131 Network Block Device (NBD)
1132 M: Paolo Bonzini <pbonzini@redhat.com>
1133 S: Odd Fixes
1134 F: block/nbd*
1135 F: nbd/
1136 F: include/block/nbd*
1137 F: qemu-nbd.c
1138 T: git git://github.com/bonzini/qemu.git nbd-next
1140 NUMA
1141 M: Eduardo Habkost <ehabkost@redhat.com>
1142 S: Maintained
1143 F: numa.c
1144 F: include/sysemu/numa.h
1145 K: numa|NUMA
1146 K: srat|SRAT
1147 T: git git://github.com/ehabkost/qemu.git numa
1149 QAPI
1150 M: Markus Armbruster <armbru@redhat.com>
1151 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1152 S: Supported
1153 F: qapi/
1154 X: qapi/*.json
1155 F: include/qapi/
1156 X: include/qapi/qmp/
1157 F: include/qapi/qmp/dispatch.h
1158 F: tests/qapi-schema/
1159 F: tests/test-*-visitor.c
1160 F: tests/test-qmp-*.c
1161 F: scripts/qapi*
1162 F: docs/qapi*
1163 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1165 QAPI Schema
1166 M: Eric Blake <eblake@redhat.com>
1167 M: Markus Armbruster <armbru@redhat.com>
1168 S: Supported
1169 F: qapi-schema.json
1170 F: qapi/*.json
1171 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1173 QObject
1174 M: Luiz Capitulino <lcapitulino@redhat.com>
1175 S: Maintained
1176 F: qobject/
1177 F: include/qapi/qmp/
1178 X: include/qapi/qmp/dispatch.h
1179 F: tests/check-qdict.c
1180 F: tests/check-qfloat.c
1181 F: tests/check-qint.c
1182 F: tests/check-qjson.c
1183 F: tests/check-qlist.c
1184 F: tests/check-qstring.c
1185 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1187 QEMU Guest Agent
1188 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1189 S: Maintained
1190 F: qga/
1191 T: git git://github.com/mdroth/qemu.git qga
1194 M: Andreas Färber <afaerber@suse.de>
1195 S: Supported
1196 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1197 F: include/qom/
1198 X: include/qom/cpu.h
1199 F: qom/
1200 X: qom/cpu.c
1201 F: tests/check-qom-interface.c
1202 F: tests/check-qom-proplist.c
1203 F: tests/qom-test.c
1206 M: Markus Armbruster <armbru@redhat.com>
1207 S: Supported
1208 F: qmp.c
1209 F: monitor.c
1210 F: qmp-commands.hx
1211 F: docs/*qmp-*
1212 F: scripts/qmp/
1213 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1215 SLIRP
1216 M: Jan Kiszka <jan.kiszka@siemens.com>
1217 S: Maintained
1218 F: slirp/
1219 F: net/slirp.c
1220 T: git git://git.kiszka.org/qemu.git queues/slirp
1222 Tracing
1223 M: Stefan Hajnoczi <stefanha@redhat.com>
1224 S: Maintained
1225 F: trace/
1226 F: scripts/tracetool.py
1227 F: scripts/tracetool/
1228 F: docs/tracing.txt
1229 T: git git://github.com/stefanha/qemu.git tracing
1231 Checkpatch
1232 M: Blue Swirl <blauwirbel@gmail.com>
1233 S: Odd Fixes
1234 F: scripts/checkpatch.pl
1236 Migration
1237 M: Juan Quintela <quintela@redhat.com>
1238 M: Amit Shah <amit.shah@redhat.com>
1239 S: Maintained
1240 F: include/migration/
1241 F: migration/
1242 F: scripts/vmstate-static-checker.py
1243 F: tests/vmstate-static-checker-data/
1245 Seccomp
1246 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1247 S: Supported
1248 F: qemu-seccomp.c
1249 F: include/sysemu/seccomp.h
1251 Cryptography
1252 M: Daniel P. Berrange <berrange@redhat.com>
1253 S: Maintained
1254 F: crypto/
1255 F: include/crypto/
1256 F: tests/test-crypto-*
1258 Coroutines
1259 M: Stefan Hajnoczi <stefanha@redhat.com>
1260 M: Kevin Wolf <kwolf@redhat.com>
1261 F: util/*coroutine*
1262 F: include/qemu/coroutine*
1263 F: tests/test-coroutine.c
1265 Buffers
1266 M: Daniel P. Berrange <berrange@redhat.com>
1267 S: Odd fixes
1268 F: util/buffer.c
1269 F: include/qemu/buffer.h
1271 I/O Channels
1272 M: Daniel P. Berrange <berrange@redhat.com>
1273 S: Maintained
1274 F: io/
1275 F: include/io/
1276 F: tests/test-io-*
1278 Sockets
1279 M: Daniel P. Berrange <berrange@redhat.com>
1280 M: Gerd Hoffmann <kraxel@redhat.com>
1281 M: Paolo Bonzini <pbonzini@redhat.com>
1282 S: Maintained
1283 F: include/qemu/sockets.h
1284 F: util/qemu-sockets.c
1286 Throttling infrastructure
1287 M: Alberto Garcia <berto@igalia.com>
1288 S: Supported
1289 F: block/throttle-groups.c
1290 F: include/block/throttle-groups.h
1291 F: include/qemu/throttle.h
1292 F: util/throttle.c
1293 L: qemu-block@nongnu.org
1295 Usermode Emulation
1296 ------------------
1297 Overall
1298 M: Riku Voipio <riku.voipio@iki.fi>
1299 S: Maintained
1300 F: thunk.c
1301 F: user-exec.c
1303 BSD user
1304 M: Blue Swirl <blauwirbel@gmail.com>
1305 S: Maintained
1306 F: bsd-user/
1308 Linux user
1309 M: Riku Voipio <riku.voipio@iki.fi>
1310 S: Maintained
1311 F: linux-user/
1313 Tiny Code Generator (TCG)
1314 -------------------------
1315 Common code
1316 M: Richard Henderson <rth@twiddle.net>
1317 S: Maintained
1318 F: tcg/
1320 AArch64 target
1321 M: Claudio Fontana <claudio.fontana@huawei.com>
1322 M: Claudio Fontana <claudio.fontana@gmail.com>
1323 S: Maintained
1324 L: qemu-arm@nongnu.org
1325 F: tcg/aarch64/
1326 F: disas/arm-a64.cc
1327 F: disas/libvixl/
1329 ARM target
1330 M: Andrzej Zaborowski <balrogg@gmail.com>
1331 S: Maintained
1332 L: qemu-arm@nongnu.org
1333 F: tcg/arm/
1334 F: disas/arm.c
1336 i386 target
1337 L: qemu-devel@nongnu.org
1338 S: Maintained
1339 F: tcg/i386/
1340 F: disas/i386.c
1342 IA64 target
1343 M: Aurelien Jarno <aurelien@aurel32.net>
1344 S: Maintained
1345 F: tcg/ia64/
1346 F: disas/ia64.c
1348 MIPS target
1349 M: Aurelien Jarno <aurelien@aurel32.net>
1350 S: Maintained
1351 F: tcg/mips/
1352 F: disas/mips.c
1355 M: Vassili Karpov (malc) <av1474@comtv.ru>
1356 S: Maintained
1357 F: tcg/ppc/
1358 F: disas/ppc.c
1360 S390 target
1361 M: Alexander Graf <agraf@suse.de>
1362 M: Richard Henderson <rth@twiddle.net>
1363 S: Maintained
1364 F: tcg/s390/
1365 F: disas/s390.c
1367 SPARC target
1368 M: Blue Swirl <blauwirbel@gmail.com>
1369 S: Maintained
1370 F: tcg/sparc/
1371 F: disas/sparc.c
1373 TCI target
1374 M: Stefan Weil <sw@weilnetz.de>
1375 S: Maintained
1376 F: tcg/tci/
1377 F: tci.c
1378 F: disas/tci.c
1380 Stable branches
1381 ---------------
1382 Stable 1.0
1383 L: qemu-stable@nongnu.org
1384 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1385 S: Orphan
1387 Stable 0.15
1388 L: qemu-stable@nongnu.org
1389 M: Andreas Färber <afaerber@suse.de>
1390 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1391 S: Supported
1393 Stable 0.14
1394 L: qemu-stable@nongnu.org
1395 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1396 S: Orphan
1398 Stable 0.10
1399 L: qemu-stable@nongnu.org
1400 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1401 S: Orphan
1403 Block drivers
1404 -------------
1405 VMDK
1406 M: Fam Zheng <famz@redhat.com>
1407 L: qemu-block@nongnu.org
1408 S: Supported
1409 F: block/vmdk.c
1412 M: Josh Durgin <jdurgin@redhat.com>
1413 M: Jeff Cody <jcody@redhat.com>
1414 L: qemu-block@nongnu.org
1415 S: Supported
1416 F: block/rbd.c
1417 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1419 Sheepdog
1420 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1421 M: Liu Yuan <namei.unix@gmail.com>
1422 M: Jeff Cody <jcody@redhat.com>
1423 L: qemu-block@nongnu.org
1424 L: sheepdog@lists.wpkg.org
1425 S: Supported
1426 F: block/sheepdog.c
1427 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1429 VHDX
1430 M: Jeff Cody <jcody@redhat.com>
1431 L: qemu-block@nongnu.org
1432 S: Supported
1433 F: block/vhdx*
1434 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1437 M: Stefan Weil <sw@weilnetz.de>
1438 L: qemu-block@nongnu.org
1439 S: Maintained
1440 F: block/vdi.c
1442 iSCSI
1443 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1444 M: Paolo Bonzini <pbonzini@redhat.com>
1445 M: Peter Lieven <pl@kamp.de>
1446 L: qemu-block@nongnu.org
1447 S: Supported
1448 F: block/iscsi.c
1451 M: Jeff Cody <jcody@redhat.com>
1452 M: Peter Lieven <pl@kamp.de>
1453 L: qemu-block@nongnu.org
1454 S: Maintained
1455 F: block/nfs.c
1456 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1459 M: Richard W.M. Jones <rjones@redhat.com>
1460 M: Jeff Cody <jcody@redhat.com>
1461 L: qemu-block@nongnu.org
1462 S: Supported
1463 F: block/ssh.c
1464 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1466 ARCHIPELAGO
1467 M: Chrysostomos Nanakos <chris@include.gr>
1468 M: Jeff Cody <jcody@redhat.com>
1469 L: qemu-block@nongnu.org
1470 S: Maintained
1471 F: block/archipelago.c
1472 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1474 CURL
1475 M: Jeff Cody <jcody@redhat.com>
1476 L: qemu-block@nongnu.org
1477 S: Supported
1478 F: block/curl.c
1479 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1481 GLUSTER
1482 M: Jeff Cody <jcody@redhat.com>
1483 L: qemu-block@nongnu.org
1484 S: Supported
1485 F: block/gluster.c
1486 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1488 Null Block Driver
1489 M: Fam Zheng <famz@redhat.com>
1490 L: qemu-block@nongnu.org
1491 S: Supported
1492 F: block/null.c
1494 Bootdevice
1495 M: Gonglei <arei.gonglei@huawei.com>
1496 S: Maintained
1497 F: bootdevice.c
1499 Quorum
1500 M: Alberto Garcia <berto@igalia.com>
1501 S: Supported
1502 F: block/quorum.c
1503 L: qemu-block@nongnu.org
1505 blkverify
1506 M: Stefan Hajnoczi <stefanha@redhat.com>
1507 L: qemu-block@nongnu.org
1508 S: Supported
1509 F: block/blkverify.c
1511 bochs
1512 M: Stefan Hajnoczi <stefanha@redhat.com>
1513 L: qemu-block@nongnu.org
1514 S: Supported
1515 F: block/bochs.c
1517 cloop
1518 M: Stefan Hajnoczi <stefanha@redhat.com>
1519 L: qemu-block@nongnu.org
1520 S: Supported
1521 F: block/cloop.c
1524 M: Stefan Hajnoczi <stefanha@redhat.com>
1525 L: qemu-block@nongnu.org
1526 S: Supported
1527 F: block/dmg.c
1529 parallels
1530 M: Stefan Hajnoczi <stefanha@redhat.com>
1531 M: Denis V. Lunev <den@openvz.org>
1532 L: qemu-block@nongnu.org
1533 S: Supported
1534 F: block/parallels.c
1535 F: docs/specs/parallels.txt
1538 M: Stefan Hajnoczi <stefanha@redhat.com>
1539 L: qemu-block@nongnu.org
1540 S: Supported
1541 F: block/qed.c
1544 M: Kevin Wolf <kwolf@redhat.com>
1545 L: qemu-block@nongnu.org
1546 S: Supported
1547 F: block/linux-aio.c
1548 F: block/raw-aio.h
1549 F: block/raw-posix.c
1550 F: block/raw-win32.c
1551 F: block/raw_bsd.c
1552 F: block/win32-aio.c
1554 qcow2
1555 M: Kevin Wolf <kwolf@redhat.com>
1556 L: qemu-block@nongnu.org
1557 S: Supported
1558 F: block/qcow2*
1560 qcow
1561 M: Kevin Wolf <kwolf@redhat.com>
1562 L: qemu-block@nongnu.org
1563 S: Supported
1564 F: block/qcow.c
1566 blkdebug
1567 M: Kevin Wolf <kwolf@redhat.com>
1568 L: qemu-block@nongnu.org
1569 S: Supported
1570 F: block/blkdebug.c
1573 M: Kevin Wolf <kwolf@redhat.com>
1574 L: qemu-block@nongnu.org
1575 S: Supported
1576 F: block/vpc.c
1578 vvfat
1579 M: Kevin Wolf <kwolf@redhat.com>
1580 L: qemu-block@nongnu.org
1581 S: Supported
1582 F: block/vvfat.c
1584 Image format fuzzer
1585 M: Stefan Hajnoczi <stefanha@redhat.com>
1586 L: qemu-block@nongnu.org
1587 S: Supported
1588 F: tests/image-fuzzer/
1590 Build and test automation
1591 -------------------------
1592 M: Alex Bennée <alex.bennee@linaro.org>
1593 L: qemu-devel@nongnu.org
1594 S: Supported
1595 F: .travis.yml
1597 Documentation
1598 -------------
1599 Build system architecture
1600 M: Daniel P. Berrange <berrange@redhat.com>
1601 S: Odd Fixes
1602 F: docs/build-system.txt