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