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