rcu: optimize rcu_read_lock
[qemu/ar7.git] / MAINTAINERS
blobe8cee1e2668f525222294a24b6fe40a9d44db656
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 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
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
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
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/
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
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/
121 M68K
122 S: Orphan
123 F: target-m68k/
124 F: hw/m68k/
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
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
142 Moxie
143 M: Anthony Green <green@moxielogic.com>
144 S: Maintained
145 F: target-moxie/
146 F: disas/moxie.c
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/
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
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
172 M: Aurelien Jarno <aurelien@aurel32.net>
173 S: Odd Fixes
174 F: target-sh4/
175 F: hw/sh4/
176 F: disas/sh4.c
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
187 UniCore32
188 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
189 S: Maintained
190 F: target-unicore32/
191 F: hw/unicore32/
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
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/
210 TriCore
211 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
212 S: Maintained
213 F: target-tricore/
214 F: hw/tricore/
216 Guest CPU Cores (KVM):
217 ----------------------
219 Overall
220 M: Paolo Bonzini <pbonzini@redhat.com>
221 L: kvm@vger.kernel.org
222 S: Supported
223 F: kvm-*
224 F: */kvm.*
227 M: Peter Maydell <peter.maydell@linaro.org>
228 L: qemu-arm@nongnu.org
229 S: Maintained
230 F: target-arm/kvm.c
232 MIPS
233 M: James Hogan <james.hogan@imgtec.com>
234 S: Maintained
235 F: target-mips/kvm.c
238 M: Alexander Graf <agraf@suse.de>
239 S: Maintained
240 F: target-ppc/kvm.c
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
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
264 Guest CPU Cores (Xen):
265 ----------------------
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/
280 Hosts:
281 ------
283 LINUX
284 L: qemu-devel@nongnu.org
285 S: Maintained
286 F: linux-*
287 F: linux-headers/
289 POSIX
290 L: qemu-devel@nongnu.org
291 S: Maintained
292 F: *posix*
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
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
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
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
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*
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
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*
366 Gumstix
367 L: qemu-devel@nongnu.org
368 L: qemu-arm@nongnu.org
369 S: Orphan
370 F: hw/arm/gumstix.c
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
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
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
391 nSeries
392 M: Andrzej Zaborowski <balrogg@gmail.com>
393 L: qemu-arm@nongnu.org
394 S: Maintained
395 F: hw/arm/nseries.c
397 Palm
398 M: Andrzej Zaborowski <balrogg@gmail.com>
399 L: qemu-arm@nongnu.org
400 S: Maintained
401 F: hw/arm/palm.c
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
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*
421 Stellaris
422 M: Peter Maydell <peter.maydell@linaro.org>
423 L: qemu-arm@nongnu.org
424 S: Maintained
425 F: hw/*/stellaris*
427 Versatile PB
428 M: Peter Maydell <peter.maydell@linaro.org>
429 L: qemu-arm@nongnu.org
430 S: Maintained
431 F: hw/*/versatile*
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
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
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
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
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
475 milkymist
476 M: Michael Walle <michael@walle.cc>
477 S: Maintained
478 F: hw/lm32/milkymist.c
480 M68K Machines
481 -------------
482 an5206
483 S: Orphan
484 F: hw/m68k/an5206.c
486 dummy_m68k
487 S: Orphan
488 F: hw/m68k/dummy_m68k.c
490 mcf5208
491 S: Orphan
492 F: hw/m68k/mcf5208.c
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
501 petalogix_ml605
502 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503 S: Maintained
504 F: hw/microblaze/petalogix_ml605_mmu.c
506 MIPS Machines
507 -------------
508 Jazz
509 M: HervĂ© Poussineau <hpoussin@reactos.org>
510 S: Maintained
511 F: hw/mips/mips_jazz.c
513 Malta
514 M: Aurelien Jarno <aurelien@aurel32.net>
515 S: Maintained
516 F: hw/mips/mips_malta.c
518 Mipssim
519 L: qemu-devel@nongnu.org
520 S: Orphan
521 F: hw/mips/mips_mipssim.c
523 R4000
524 M: Aurelien Jarno <aurelien@aurel32.net>
525 S: Maintained
526 F: hw/mips/mips_r4k.c
528 OpenRISC Machines
529 -----------------
530 or1k-sim
531 M: Jia Liu <proljc@gmail.com>
532 S: Maintained
533 F: hw/openrisc/openrisc_sim.c
535 PowerPC Machines
536 ----------------
538 M: Alexander Graf <agraf@suse.de>
539 L: qemu-ppc@nongnu.org
540 S: Odd Fixes
541 F: hw/ppc/ppc405_boards.c
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
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
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
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/
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/
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]
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/*
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
607 SH4 Machines
608 ------------
610 M: Magnus Damm <magnus.damm@gmail.com>
611 S: Maintained
612 F: hw/sh4/r2d.c
614 Shix
615 M: Magnus Damm <magnus.damm@gmail.com>
616 S: Orphan
617 F: hw/sh4/shix.c
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
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
633 Leon3
634 M: Fabien Chouteau <chouteau@adacore.com>
635 S: Maintained
636 F: hw/sparc/leon3.c
637 F: hw/*/grlib*
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]
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
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/
669 X86 Machines
670 ------------
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
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*
709 Xtensa Machines
710 ---------------
712 M: Max Filippov <jcmvbkbc@gmail.com>
713 S: Maintained
714 F: hw/xtensa/sim.c
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
722 Devices
723 -------
725 M: Jiri Slaby <jslaby@suse.cz>
726 S: Maintained
727 F: hw/misc/edu.c
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
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
752 OMAP
753 M: Peter Maydell <peter.maydell@linaro.org>
754 S: Maintained
755 F: hw/*/omap*
757 IPack
758 M: Alberto Garcia <berto@igalia.com>
759 S: Odd Fixes
760 F: hw/char/ipoctal232.c
761 F: hw/ipack/
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/*
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
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
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/
801 Character devices
802 M: Paolo Bonzini <pbonzini@redhat.com>
803 S: Odd Fixes
804 F: hw/char/
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
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
819 LSI53C895A
820 S: Orphan
821 F: hw/scsi/lsi53c895a.c
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_*
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_*
837 M: Gerd Hoffmann <kraxel@redhat.com>
838 S: Maintained
839 F: hw/usb/*
840 F: tests/usb-*-test.c
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
848 VFIO
849 M: Alex Williamson <alex.williamson@redhat.com>
850 S: Supported
851 F: hw/vfio/*
853 vhost
854 M: Michael S. Tsirkin <mst@redhat.com>
855 S: Supported
856 F: hw/*/*vhost*
858 virtio
859 M: Michael S. Tsirkin <mst@redhat.com>
860 S: Supported
861 F: hw/*/virtio*
862 F: net/vhost-user.c
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
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
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
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
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
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
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
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
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
932 Vmware
933 M: Dmitry Fleytman <dmitry@daynix.com>
934 S: Maintained
935 F: hw/net/vmxnet*
936 F: hw/scsi/vmw_pvscsi*
938 Rocker
939 M: Scott Feldman <sfeldma@gmail.com>
940 M: Jiri Pirko <jiri@resnulli.us>
941 S: Maintained
942 F: hw/net/rocker/
944 Subsystems
945 ----------
946 Audio
947 M: Gerd Hoffmann <kraxel@redhat.com>
948 S: Maintained
949 F: audio/
950 F: hw/audio/
951 F: tests/ac97-test.c
952 F: tests/es1370-test.c
953 F: tests/intel-hda-test.c
955 Block layer core
956 M: Kevin Wolf <kwolf@redhat.com>
957 L: qemu-block@nongnu.org
958 S: Supported
959 F: block*
960 F: block/
961 F: hw/block/
962 F: include/block/
963 F: qemu-img*
964 F: qemu-io*
965 F: tests/qemu-iotests/
966 T: git git://repo.or.cz/qemu/kevin.git block
968 Block I/O path
969 M: Stefan Hajnoczi <stefanha@redhat.com>
970 L: qemu-block@nongnu.org
971 S: Supported
972 F: async.c
973 F: aio-*.c
974 F: block/io.c
975 F: migration/block*
976 T: git git://github.com/stefanha/qemu.git block
978 Block Jobs
979 M: Jeff Cody <jcody@redhat.com>
980 L: qemu-block@nongnu.org
981 S: Supported
982 F: blockjob.c
983 F: include/block/blockjob.h
984 F: block/backup.c
985 F: block/commit.c
986 F: block/stream.h
987 F: block/mirror.c
988 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
990 Block QAPI, monitor, command line
991 M: Markus Armbruster <armbru@redhat.com>
992 S: Supported
993 F: blockdev.c
994 F: block/qapi.c
995 F: qapi/block*.json
996 T: git git://repo.or.cz/qemu/armbru.git block-next
998 Character device backends
999 M: Paolo Bonzini <pbonzini@redhat.com>
1000 S: Maintained
1001 F: qemu-char.c
1002 F: backends/msmouse.c
1003 F: backends/testdev.c
1005 Character Devices (Braille)
1006 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1007 S: Maintained
1008 F: backends/baum.c
1010 Coverity model
1011 M: Markus Armbruster <armbru@redhat.com>
1012 S: Supported
1013 F: scripts/coverity-model.c
1016 M: Andreas Färber <afaerber@suse.de>
1017 S: Supported
1018 F: qom/cpu.c
1019 F: include/qom/cpu.h
1020 F: target-i386/cpu.c
1022 ICC Bus
1023 M: Igor Mammedov <imammedo@redhat.com>
1024 S: Supported
1025 F: include/hw/cpu/icc_bus.h
1026 F: hw/cpu/icc_bus.c
1028 Device Tree
1029 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1030 M: Alexander Graf <agraf@suse.de>
1031 S: Maintained
1032 F: device_tree.[ch]
1034 Error reporting
1035 M: Markus Armbruster <armbru@redhat.com>
1036 S: Supported
1037 F: include/qapi/error.h
1038 F: include/qemu/error-report.h
1039 F: util/error.c
1040 F: util/qemu-error.c
1042 GDB stub
1043 L: qemu-devel@nongnu.org
1044 S: Odd Fixes
1045 F: gdbstub*
1046 F: gdb-xml/
1048 Memory API
1049 M: Paolo Bonzini <pbonzini@redhat.com>
1050 S: Supported
1051 F: include/exec/ioport.h
1052 F: ioport.c
1053 F: include/exec/memory.h
1054 F: include/exec/ram_addr.h
1055 F: memory.c
1056 F: include/exec/memory-internal.h
1057 F: exec.c
1059 SPICE
1060 M: Gerd Hoffmann <kraxel@redhat.com>
1061 S: Supported
1062 F: include/ui/qemu-spice.h
1063 F: ui/spice-*.c
1064 F: audio/spiceaudio.c
1065 F: hw/display/qxl*
1067 Graphics
1068 M: Gerd Hoffmann <kraxel@redhat.com>
1069 S: Odd Fixes
1070 F: ui/
1072 Cocoa graphics
1073 M: Andreas Färber <andreas.faerber@web.de>
1074 M: Peter Maydell <peter.maydell@linaro.org>
1075 S: Odd Fixes
1076 F: ui/cocoa.m
1078 Main loop
1079 M: Paolo Bonzini <pbonzini@redhat.com>
1080 S: Maintained
1081 F: cpus.c
1082 F: main-loop.c
1083 F: qemu-timer.c
1084 F: vl.c
1086 Human Monitor (HMP)
1087 M: Luiz Capitulino <lcapitulino@redhat.com>
1088 S: Maintained
1089 F: monitor.c
1090 F: hmp.c
1091 F: hmp-commands.hx
1092 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1094 Network device backends
1095 M: Jason Wang <jasowang@redhat.com>
1096 S: Maintained
1097 F: net/
1098 T: git git://github.com/jasowang/qemu.git net
1100 Netmap network backend
1101 M: Luigi Rizzo <rizzo@iet.unipi.it>
1102 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1103 M: Vincenzo Maffione <v.maffione@gmail.com>
1104 W: http://info.iet.unipi.it/~luigi/netmap/
1105 S: Maintained
1106 F: net/netmap.c
1108 Network Block Device (NBD)
1109 M: Paolo Bonzini <pbonzini@redhat.com>
1110 S: Odd Fixes
1111 F: block/nbd.c
1112 F: nbd.*
1113 F: qemu-nbd.c
1114 T: git git://github.com/bonzini/qemu.git nbd-next
1116 NUMA
1117 M: Eduardo Habkost <ehabkost@redhat.com>
1118 S: Maintained
1119 F: numa.c
1120 F: include/sysemu/numa.h
1121 K: numa|NUMA
1122 K: srat|SRAT
1123 T: git git://github.com/ehabkost/qemu.git numa
1125 QAPI
1126 M: Markus Armbruster <armbru@redhat.com>
1127 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1128 S: Supported
1129 F: qapi/
1130 X: qapi/*.json
1131 F: include/qapi/
1132 X: include/qapi/qmp/
1133 F: include/qapi/qmp/dispatch.h
1134 F: tests/qapi-schema/
1135 F: tests/test-*-visitor.c
1136 F: tests/test-qmp-*.c
1137 F: scripts/qapi*
1138 F: docs/qapi*
1139 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1141 QAPI Schema
1142 M: Eric Blake <eblake@redhat.com>
1143 M: Markus Armbruster <armbru@redhat.com>
1144 S: Supported
1145 F: qapi-schema.json
1146 F: qapi/*.json
1147 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1149 QObject
1150 M: Luiz Capitulino <lcapitulino@redhat.com>
1151 S: Maintained
1152 F: qobject/
1153 F: include/qapi/qmp/
1154 X: include/qapi/qmp/dispatch.h
1155 F: tests/check-qdict.c
1156 F: tests/check-qfloat.c
1157 F: tests/check-qint.c
1158 F: tests/check-qjson.c
1159 F: tests/check-qlist.c
1160 F: tests/check-qstring.c
1161 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1163 QEMU Guest Agent
1164 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1165 S: Maintained
1166 F: qga/
1167 T: git git://github.com/mdroth/qemu.git qga
1170 M: Andreas Färber <afaerber@suse.de>
1171 S: Supported
1172 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1173 F: include/qom/
1174 X: include/qom/cpu.h
1175 F: qom/
1176 X: qom/cpu.c
1177 F: tests/check-qom-interface.c
1178 F: tests/check-qom-proplist.c
1179 F: tests/qom-test.c
1182 M: Markus Armbruster <armbru@redhat.com>
1183 S: Supported
1184 F: qmp.c
1185 F: monitor.c
1186 F: qmp-commands.hx
1187 F: docs/*qmp-*
1188 F: scripts/qmp/
1189 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1191 SLIRP
1192 M: Jan Kiszka <jan.kiszka@siemens.com>
1193 S: Maintained
1194 F: slirp/
1195 T: git git://git.kiszka.org/qemu.git queues/slirp
1197 Tracing
1198 M: Stefan Hajnoczi <stefanha@redhat.com>
1199 S: Maintained
1200 F: trace/
1201 F: scripts/tracetool.py
1202 F: scripts/tracetool/
1203 F: docs/tracing.txt
1204 T: git git://github.com/stefanha/qemu.git tracing
1206 Checkpatch
1207 M: Blue Swirl <blauwirbel@gmail.com>
1208 S: Odd Fixes
1209 F: scripts/checkpatch.pl
1211 Migration
1212 M: Juan Quintela <quintela@redhat.com>
1213 M: Amit Shah <amit.shah@redhat.com>
1214 S: Maintained
1215 F: include/migration/
1216 F: migration/
1217 F: scripts/vmstate-static-checker.py
1218 F: tests/vmstate-static-checker-data/
1220 Seccomp
1221 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1222 S: Supported
1223 F: qemu-seccomp.c
1224 F: include/sysemu/seccomp.h
1226 Cryptography
1227 M: Daniel P. Berrange <berrange@redhat.com>
1228 S: Maintained
1229 F: crypto/
1230 F: include/crypto/
1231 F: tests/test-crypto-*
1233 Coroutines
1234 M: Stefan Hajnoczi <stefanha@redhat.com>
1235 M: Kevin Wolf <kwolf@redhat.com>
1236 F: util/*coroutine*
1237 F: include/qemu/coroutine*
1238 F: tests/test-coroutine.c
1240 Buffers
1241 M: Daniel P. Berrange <berrange@redhat.com>
1242 S: Odd fixes
1243 F: util/buffer.c
1244 F: include/qemu/buffer.h
1246 Usermode Emulation
1247 ------------------
1248 Overall
1249 M: Riku Voipio <riku.voipio@iki.fi>
1250 S: Maintained
1251 F: thunk.c
1252 F: user-exec.c
1254 BSD user
1255 M: Blue Swirl <blauwirbel@gmail.com>
1256 S: Maintained
1257 F: bsd-user/
1259 Linux user
1260 M: Riku Voipio <riku.voipio@iki.fi>
1261 S: Maintained
1262 F: linux-user/
1264 Tiny Code Generator (TCG)
1265 -------------------------
1266 Common code
1267 M: Richard Henderson <rth@twiddle.net>
1268 S: Maintained
1269 F: tcg/
1271 AArch64 target
1272 M: Claudio Fontana <claudio.fontana@huawei.com>
1273 M: Claudio Fontana <claudio.fontana@gmail.com>
1274 S: Maintained
1275 L: qemu-arm@nongnu.org
1276 F: tcg/aarch64/
1277 F: disas/arm-a64.cc
1278 F: disas/libvixl/
1280 ARM target
1281 M: Andrzej Zaborowski <balrogg@gmail.com>
1282 S: Maintained
1283 L: qemu-arm@nongnu.org
1284 F: tcg/arm/
1285 F: disas/arm.c
1287 i386 target
1288 L: qemu-devel@nongnu.org
1289 S: Maintained
1290 F: tcg/i386/
1291 F: disas/i386.c
1293 IA64 target
1294 M: Aurelien Jarno <aurelien@aurel32.net>
1295 S: Maintained
1296 F: tcg/ia64/
1297 F: disas/ia64.c
1299 MIPS target
1300 M: Aurelien Jarno <aurelien@aurel32.net>
1301 S: Maintained
1302 F: tcg/mips/
1303 F: disas/mips.c
1306 M: Vassili Karpov (malc) <av1474@comtv.ru>
1307 S: Maintained
1308 F: tcg/ppc/
1309 F: disas/ppc.c
1311 S390 target
1312 M: Alexander Graf <agraf@suse.de>
1313 M: Richard Henderson <rth@twiddle.net>
1314 S: Maintained
1315 F: tcg/s390/
1316 F: disas/s390.c
1318 SPARC target
1319 M: Blue Swirl <blauwirbel@gmail.com>
1320 S: Maintained
1321 F: tcg/sparc/
1322 F: disas/sparc.c
1324 TCI target
1325 M: Stefan Weil <sw@weilnetz.de>
1326 S: Maintained
1327 F: tcg/tci/
1328 F: tci.c
1329 F: disas/tci.c
1331 Stable branches
1332 ---------------
1333 Stable 1.0
1334 L: qemu-stable@nongnu.org
1335 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1336 S: Orphan
1338 Stable 0.15
1339 L: qemu-stable@nongnu.org
1340 M: Andreas Färber <afaerber@suse.de>
1341 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1342 S: Supported
1344 Stable 0.14
1345 L: qemu-stable@nongnu.org
1346 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1347 S: Orphan
1349 Stable 0.10
1350 L: qemu-stable@nongnu.org
1351 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1352 S: Orphan
1354 Block drivers
1355 -------------
1356 VMDK
1357 M: Fam Zheng <famz@redhat.com>
1358 L: qemu-block@nongnu.org
1359 S: Supported
1360 F: block/vmdk.c
1363 M: Josh Durgin <jdurgin@redhat.com>
1364 M: Jeff Cody <jcody@redhat.com>
1365 L: qemu-block@nongnu.org
1366 S: Supported
1367 F: block/rbd.c
1368 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1370 Sheepdog
1371 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1372 M: Liu Yuan <namei.unix@gmail.com>
1373 M: Jeff Cody <jcody@redhat.com>
1374 L: qemu-block@nongnu.org
1375 L: sheepdog@lists.wpkg.org
1376 S: Supported
1377 F: block/sheepdog.c
1378 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1380 VHDX
1381 M: Jeff Cody <jcody@redhat.com>
1382 L: qemu-block@nongnu.org
1383 S: Supported
1384 F: block/vhdx*
1385 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1388 M: Stefan Weil <sw@weilnetz.de>
1389 L: qemu-block@nongnu.org
1390 S: Maintained
1391 F: block/vdi.c
1393 iSCSI
1394 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1395 M: Paolo Bonzini <pbonzini@redhat.com>
1396 M: Peter Lieven <pl@kamp.de>
1397 L: qemu-block@nongnu.org
1398 S: Supported
1399 F: block/iscsi.c
1402 M: Jeff Cody <jcody@redhat.com>
1403 M: Peter Lieven <pl@kamp.de>
1404 L: qemu-block@nongnu.org
1405 S: Maintained
1406 F: block/nfs.c
1407 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1410 M: Richard W.M. Jones <rjones@redhat.com>
1411 M: Jeff Cody <jcody@redhat.com>
1412 L: qemu-block@nongnu.org
1413 S: Supported
1414 F: block/ssh.c
1415 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1417 ARCHIPELAGO
1418 M: Chrysostomos Nanakos <chris@include.gr>
1419 M: Jeff Cody <jcody@redhat.com>
1420 L: qemu-block@nongnu.org
1421 S: Maintained
1422 F: block/archipelago.c
1423 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1425 CURL
1426 M: Jeff Cody <jcody@redhat.com>
1427 L: qemu-block@nongnu.org
1428 S: Supported
1429 F: block/curl.c
1430 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1432 GLUSTER
1433 M: Jeff Cody <jcody@redhat.com>
1434 L: qemu-block@nongnu.org
1435 S: Supported
1436 F: block/gluster.c
1437 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1439 Null Block Driver
1440 M: Fam Zheng <famz@redhat.com>
1441 L: qemu-block@nongnu.org
1442 S: Supported
1443 F: block/null.c
1445 Bootdevice
1446 M: Gonglei <arei.gonglei@huawei.com>
1447 S: Maintained
1448 F: bootdevice.c
1450 Quorum
1451 M: Alberto Garcia <berto@igalia.com>
1452 S: Supported
1453 F: block/quorum.c
1454 L: qemu-block@nongnu.org
1456 blkverify
1457 M: Stefan Hajnoczi <stefanha@redhat.com>
1458 L: qemu-block@nongnu.org
1459 S: Supported
1460 F: block/blkverify.c
1462 bochs
1463 M: Stefan Hajnoczi <stefanha@redhat.com>
1464 L: qemu-block@nongnu.org
1465 S: Supported
1466 F: block/bochs.c
1468 cloop
1469 M: Stefan Hajnoczi <stefanha@redhat.com>
1470 L: qemu-block@nongnu.org
1471 S: Supported
1472 F: block/cloop.c
1475 M: Stefan Hajnoczi <stefanha@redhat.com>
1476 L: qemu-block@nongnu.org
1477 S: Supported
1478 F: block/dmg.c
1480 parallels
1481 M: Stefan Hajnoczi <stefanha@redhat.com>
1482 M: Denis V. Lunev <den@openvz.org>
1483 L: qemu-block@nongnu.org
1484 S: Supported
1485 F: block/parallels.c
1488 M: Stefan Hajnoczi <stefanha@redhat.com>
1489 L: qemu-block@nongnu.org
1490 S: Supported
1491 F: block/qed.c
1494 M: Kevin Wolf <kwolf@redhat.com>
1495 L: qemu-block@nongnu.org
1496 S: Supported
1497 F: block/linux-aio.c
1498 F: block/raw-aio.h
1499 F: block/raw-posix.c
1500 F: block/raw-win32.c
1501 F: block/raw_bsd.c
1502 F: block/win32-aio.c
1504 qcow2
1505 M: Kevin Wolf <kwolf@redhat.com>
1506 L: qemu-block@nongnu.org
1507 S: Supported
1508 F: block/qcow2*
1510 qcow
1511 M: Kevin Wolf <kwolf@redhat.com>
1512 L: qemu-block@nongnu.org
1513 S: Supported
1514 F: block/qcow.c
1516 blkdebug
1517 M: Kevin Wolf <kwolf@redhat.com>
1518 L: qemu-block@nongnu.org
1519 S: Supported
1520 F: block/blkdebug.c
1523 M: Kevin Wolf <kwolf@redhat.com>
1524 L: qemu-block@nongnu.org
1525 S: Supported
1526 F: block/vpc.c
1528 vvfat
1529 M: Kevin Wolf <kwolf@redhat.com>
1530 L: qemu-block@nongnu.org
1531 S: Supported
1532 F: block/vvfat.c
1534 Image format fuzzer
1535 M: Stefan Hajnoczi <stefanha@redhat.com>
1536 L: qemu-block@nongnu.org
1537 S: Supported
1538 F: tests/image-fuzzer/
1541 Documentation
1542 -------------
1543 Build system architecture
1544 M: Daniel P. Berrange <berrange@redhat.com>
1545 S: Odd Fixes
1546 F: docs/build-system.txt