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