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