]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: add maintainer for character device front-ends
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
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.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
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
c91bbffb 23 much other than throw the odd patch in. See below.
fd5d5c56
AL
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------------------------------
ff0d4876 53M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 54
62622c11
MT
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
59L: secalert@redhat.com
60
fd5d5c56
AL
61Guest CPU cores (TCG):
62----------------------
486bbe5f 63Overall
5dd4a88c 64L: qemu-devel@nongnu.org
486bbe5f
PB
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
fd5d5c56 74Alpha
8d6df264
RH
75M: Richard Henderson <rth@twiddle.net>
76S: Maintained
fd5d5c56 77F: target-alpha/
8d8b636d 78F: hw/alpha/
c0bd0b50 79F: tests/tcg/alpha/
c17652ee 80F: disas/alpha.c
b6f97c14 81
b6f97c14 82ARM
1ce9ce6a 83M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
84S: Maintained
85F: target-arm/
8d8b636d
PB
86F: hw/arm/
87F: hw/cpu/a*mpcore.c
c17652ee
PB
88F: disas/arm.c
89F: disas/arm-a64.cc
90F: disas/libvixl/
fd5d5c56
AL
91
92CRIS
93M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
94S: Maintained
95F: target-cris/
8d8b636d 96F: hw/cris/
c0bd0b50 97F: tests/tcg/cris/
c17652ee 98F: disas/cris.c
fd5d5c56 99
07bf23a7
MW
100LM32
101M: Michael Walle <michael@walle.cc>
102S: Maintained
103F: target-lm32/
4eab7a0a 104F: disas/lm32.c
8d8b636d 105F: hw/lm32/
4eab7a0a
MW
106F: hw/*/lm32_*
107F: hw/*/milkymist-*
108F: include/hw/char/lm32_juart.h
109F: include/hw/lm32/
c0bd0b50 110F: tests/tcg/lm32/
07bf23a7 111
fd5d5c56 112M68K
0e19885e 113S: Orphan
fd5d5c56 114F: target-m68k/
8d8b636d 115F: hw/m68k/
fd5d5c56
AL
116
117MicroBlaze
118M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
119S: Maintained
120F: target-microblaze/
8d8b636d 121F: hw/microblaze/
c17652ee 122F: disas/microblaze.c
fd5d5c56 123
b6f97c14 124MIPS
ddb13561 125M: Aurelien Jarno <aurelien@aurel32.net>
6f640917
LA
126M: Leon Alrae <leon.alrae@imgtec.com>
127S: Maintained
fd5d5c56 128F: target-mips/
8d8b636d 129F: hw/mips/
c0bd0b50 130F: tests/tcg/mips/
c17652ee 131F: disas/mips.c
fd5d5c56 132
d15a9c23
AG
133Moxie
134M: Anthony Green <green@moxielogic.com>
135S: Maintained
136F: target-moxie/
c17652ee 137F: disas/moxie.c
d15a9c23 138
945dad6d
JL
139OpenRISC
140M: Jia Liu <proljc@gmail.com>
141S: Maintained
142F: target-openrisc/
143F: hw/openrisc/
c0bd0b50 144F: tests/tcg/openrisc/
945dad6d 145
b6f97c14 146PowerPC
fd5d5c56 147M: Alexander Graf <agraf@suse.de>
a6c98685 148L: qemu-ppc@nongnu.org
fd5d5c56
AL
149S: Maintained
150F: target-ppc/
8d8b636d 151F: hw/ppc/
c17652ee 152F: disas/ppc.c
fd5d5c56
AL
153
154S390
2b35e93f 155M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
156M: Alexander Graf <agraf@suse.de>
157S: Maintained
158F: target-s390x/
8d8b636d 159F: hw/s390x/
c17652ee 160F: disas/s390.c
fd5d5c56 161
b6f97c14 162SH4
ddb13561 163M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 164S: Odd Fixes
fd5d5c56 165F: target-sh4/
8d8b636d 166F: hw/sh4/
c17652ee 167F: disas/sh4.c
fd5d5c56
AL
168
169SPARC
170M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 171M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56
AL
172S: Maintained
173F: target-sparc/
8d8b636d
PB
174F: hw/sparc/
175F: hw/sparc64/
c17652ee 176F: disas/sparc.c
fd5d5c56 177
a6ea7b4c
AF
178UniCore32
179M: Guan Xuetao <gxt@mprc.pku.edu.cn>
180S: Maintained
181F: target-unicore32/
8d8b636d 182F: hw/unicore32/
a6ea7b4c 183
fd5d5c56 184X86
d46d72fd
PB
185M: Paolo Bonzini <pbonzini@redhat.com>
186M: Richard Henderson <rth@twiddle.net>
e1a04339 187M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 188S: Maintained
fd5d5c56 189F: target-i386/
8d8b636d 190F: hw/i386/
c17652ee 191F: disas/i386.c
fd5d5c56 192
16e7caae
MF
193Xtensa
194M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 195W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
196S: Maintained
197F: target-xtensa/
8d8b636d 198F: hw/xtensa/
c0bd0b50 199F: tests/tcg/xtensa/
16e7caae 200
48e06fe0
BK
201TriCore
202M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
203S: Maintained
204F: target-tricore/
205F: hw/tricore/
206
fd5d5c56
AL
207Guest CPU Cores (KVM):
208----------------------
209
210Overall
c6d559d9 211M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
212L: kvm@vger.kernel.org
213S: Supported
214F: kvm-*
215F: */kvm.*
216
ed4659d1
PM
217ARM
218M: Peter Maydell <peter.maydell@linaro.org>
219S: Maintained
220F: target-arm/kvm.c
221
a31896c4
JH
222MIPS
223M: James Hogan <james.hogan@imgtec.com>
224S: Maintained
225F: target-mips/kvm.c
226
fd5d5c56
AL
227PPC
228M: Alexander Graf <agraf@suse.de>
229S: Maintained
230F: target-ppc/kvm.c
231
749717a0 232S390
b304bf00
CB
233M: Christian Borntraeger <borntraeger@de.ibm.com>
234M: Cornelia Huck <cornelia.huck@de.ibm.com>
fd5d5c56
AL
235M: Alexander Graf <agraf@suse.de>
236S: Maintained
237F: target-s390x/kvm.c
4277af19
CH
238F: hw/intc/s390_flic.c
239F: hw/intc/s390_flic_kvm.c
240F: include/hw/s390x/s390_flic.h
fd5d5c56
AL
241
242X86
d46d72fd 243M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
244M: Marcelo Tosatti <mtosatti@redhat.com>
245L: kvm@vger.kernel.org
246S: Supported
247F: target-i386/kvm.c
248
8a6b0cd7
SS
249Guest CPU Cores (Xen):
250----------------------
251
252X86
253M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
254L: xen-devel@lists.xensource.com
255S: Supported
256F: xen-*
257F: */xen*
258
1bdd6874
SW
259Hosts:
260------
261
262LINUX
263L: qemu-devel@nongnu.org
264S: Maintained
265F: linux-*
266F: linux-headers/
267
268POSIX
269L: qemu-devel@nongnu.org
270S: Maintained
271F: *posix*
272
273W32, W64
274L: qemu-devel@nongnu.org
275M: Stefan Weil <sw@weilnetz.de>
276S: Maintained
277F: *win32*
278
fd5d5c56
AL
279ARM Machines
280------------
84291fe7 281Allwinner-a10
85b4d5da 282M: Beniamino Galvani <b.galvani@gmail.com>
84291fe7 283S: Maintained
85b4d5da
BG
284F: hw/*/allwinner*
285F: include/hw/*/allwinner*
84291fe7
LG
286F: hw/arm/cubieboard.c
287
fc63dcff
EV
288Exynos
289M: Evgeny Voevodin <e.voevodin@samsung.com>
290M: Maksim Kozlov <m.kozlov@samsung.com>
f44c5c67 291M: Igor Mitsyanko <i.mitsyanko@gmail.com>
fc63dcff
EV
292M: Dmitry Solodkiy <d.solodkiy@samsung.com>
293S: Maintained
8d8b636d 294F: hw/*/exynos*
fc63dcff 295
766fd09f 296Calxeda Highbank
9ef137ca
RH
297M: Rob Herring <robh@kernel.org>
298S: Maintained
8d8b636d
PB
299F: hw/arm/highbank.c
300F: hw/net/xgmac.c
766fd09f 301
9082f121
AP
302Canon DIGIC
303M: Antony Pavlov <antonynpavlov@gmail.com>
304S: Maintained
305F: include/hw/arm/digic.h
306F: hw/*/digic*
307
fd5d5c56 308Gumstix
5dd4a88c 309L: qemu-devel@nongnu.org
fd5d5c56 310S: Orphan
8d8b636d 311F: hw/arm/gumstix.c
fd5d5c56 312
0325559d
PC
313i.MX31
314M: Peter Chubb <peter.chubb@nicta.com.au>
315S: Odd fixes
8d8b636d
PB
316F: hw/*/imx*
317F: hw/arm/kzm.c
0325559d 318
fd5d5c56 319Integrator CP
1ce9ce6a 320M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 321S: Maintained
8d8b636d 322F: hw/arm/integratorcp.c
fd5d5c56
AL
323
324Mainstone
5dd4a88c 325L: qemu-devel@nongnu.org
fd5d5c56 326S: Orphan
8d8b636d 327F: hw/arm/mainstone.c
fd5d5c56
AL
328
329Musicpal
330M: Jan Kiszka <jan.kiszka@web.de>
331S: Maintained
8d8b636d 332F: hw/arm/musicpal.c
fd5d5c56
AL
333
334nSeries
335M: Andrzej Zaborowski <balrogg@gmail.com>
336S: Maintained
8d8b636d 337F: hw/arm/nseries.c
fd5d5c56
AL
338
339Palm
340M: Andrzej Zaborowski <balrogg@gmail.com>
341S: Maintained
8d8b636d 342F: hw/arm/palm.c
fd5d5c56
AL
343
344Real View
1ce9ce6a 345M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 346S: Maintained
8d8b636d 347F: hw/arm/realview*
fd5d5c56
AL
348
349Spitz
350M: Andrzej Zaborowski <balrogg@gmail.com>
351S: Maintained
8d8b636d 352F: hw/arm/spitz.c
fd5d5c56
AL
353
354Stellaris
1ce9ce6a 355M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 356S: Maintained
8d8b636d 357F: hw/*/stellaris*
fd5d5c56
AL
358
359Versatile PB
1ce9ce6a 360M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 361S: Maintained
8d8b636d 362F: hw/*/versatile*
fd5d5c56 363
e3260506 364Xilinx Zynq
4b46ba61
AF
365M: Alistair Francis <alistair.francis@xilinx.com>
366M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
e3260506 367S: Maintained
8d8b636d
PB
368F: hw/arm/xilinx_zynq.c
369F: hw/misc/zynq_slcr.c
370F: hw/*/cadence_*
371F: hw/ssi/xilinx_spips.c
e3260506 372
137805f5
AF
373Xilinx ZynqMP
374M: Alistair Francis <alistair.francis@xilinx.com>
375M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
376S: Maintained
377F: hw/arm/xlnx-zynqmp.c
378F: hw/arm/xlnx-ep108.c
379F: include/hw/arm/xlnx-zynqmp.h
380
8f4d260e
SZ
381ARM ACPI Subsystem
382M: Shannon Zhao <zhaoshenglong@huawei.com>
383M: Shannon Zhao <shannon.zhao@linaro.org>
384S: Maintained
385F: hw/arm/virt-acpi-build.c
386F: include/hw/arm/virt-acpi-build.h
387
fd5d5c56
AL
388CRIS Machines
389-------------
390Axis Dev88
391M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
392S: Maintained
8d8b636d 393F: hw/cris/axis_dev88.c
6e481d57 394F: hw/*/etraxfs_*.c
fd5d5c56 395
07bf23a7
MW
396LM32 Machines
397-------------
398EVR32 and uclinux BSP
399M: Michael Walle <michael@walle.cc>
400S: Maintained
8d8b636d 401F: hw/lm32/lm32_boards.c
07bf23a7 402
d118aa6b
MW
403milkymist
404M: Michael Walle <michael@walle.cc>
405S: Maintained
8d8b636d 406F: hw/lm32/milkymist.c
d118aa6b 407
afcacd53 408M68K Machines
fd5d5c56
AL
409-------------
410an5206
0e19885e 411S: Orphan
8d8b636d 412F: hw/m68k/an5206.c
fd5d5c56
AL
413
414dummy_m68k
0e19885e 415S: Orphan
8d8b636d 416F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
417
418mcf5208
0e19885e 419S: Orphan
8d8b636d 420F: hw/m68k/mcf5208.c
fd5d5c56
AL
421
422MicroBlaze Machines
423-------------------
424petalogix_s3adsp1800
425M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
426S: Maintained
6e481d57 427F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 428
d36e8ce7 429petalogix_ml605
4b46ba61 430M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 431S: Maintained
8d8b636d 432F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 433
fd5d5c56
AL
434MIPS Machines
435-------------
436Jazz
437M: Hervé Poussineau <hpoussin@reactos.org>
438S: Maintained
8d8b636d 439F: hw/mips/mips_jazz.c
fd5d5c56
AL
440
441Malta
442M: Aurelien Jarno <aurelien@aurel32.net>
443S: Maintained
8d8b636d 444F: hw/mips/mips_malta.c
fd5d5c56
AL
445
446Mipssim
5dd4a88c 447L: qemu-devel@nongnu.org
fd5d5c56 448S: Orphan
8d8b636d 449F: hw/mips/mips_mipssim.c
fd5d5c56
AL
450
451R4000
452M: Aurelien Jarno <aurelien@aurel32.net>
453S: Maintained
8d8b636d 454F: hw/mips/mips_r4k.c
fd5d5c56 455
945dad6d
JL
456OpenRISC Machines
457-----------------
458or1k-sim
459M: Jia Liu <proljc@gmail.com>
460S: Maintained
461F: hw/openrisc/openrisc_sim.c
462
fd5d5c56
AL
463PowerPC Machines
464----------------
465405
466M: Alexander Graf <agraf@suse.de>
a6c98685 467L: qemu-ppc@nongnu.org
9b9fe135 468S: Odd Fixes
8d8b636d 469F: hw/ppc/ppc405_boards.c
fd5d5c56 470
aaade8d7
AF
471Bamboo
472M: Alexander Graf <agraf@suse.de>
473L: qemu-ppc@nongnu.org
474S: Odd Fixes
8d8b636d 475F: hw/ppc/ppc440_bamboo.c
aaade8d7 476
98cded3a
AF
477e500
478M: Alexander Graf <agraf@suse.de>
479M: Scott Wood <scottwood@freescale.com>
480L: qemu-ppc@nongnu.org
481S: Supported
482F: hw/ppc/e500.[hc]
483F: hw/ppc/e500plat.c
484
485mpc8544ds
486M: Alexander Graf <agraf@suse.de>
487M: Scott Wood <scottwood@freescale.com>
488L: qemu-ppc@nongnu.org
489S: Supported
490F: hw/ppc/mpc8544ds.c
8d8b636d 491F: hw/ppc/mpc8544_guts.c
98cded3a 492
fd5d5c56
AL
493New World
494M: Alexander Graf <agraf@suse.de>
a6c98685 495L: qemu-ppc@nongnu.org
fd5d5c56 496S: Maintained
baec1910 497F: hw/ppc/mac_newworld.c
6e481d57
PM
498F: hw/pci-host/uninorth.c
499F: hw/pci-bridge/dec.[hc]
8d8b636d 500F: hw/misc/macio/
fd5d5c56
AL
501
502Old World
503M: Alexander Graf <agraf@suse.de>
a6c98685 504L: qemu-ppc@nongnu.org
fd5d5c56 505S: Maintained
baec1910 506F: hw/ppc/mac_oldworld.c
6e481d57 507F: hw/pci-host/grackle.c
8d8b636d 508F: hw/misc/macio/
fd5d5c56 509
ec38d398
AF
510PReP
511M: Andreas Färber <andreas.faerber@web.de>
a6c98685 512L: qemu-ppc@nongnu.org
ec38d398 513S: Odd Fixes
75610155 514F: hw/ppc/prep.c
6e481d57 515F: hw/pci-host/prep.[hc]
8d8b636d 516F: hw/isa/pc87312.[hc]
fd5d5c56 517
085eb217
DG
518sPAPR (pseries)
519M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
520M: Alexander Graf <agraf@suse.de>
521L: qemu-ppc@nongnu.org
522S: Supported
8d8b636d 523F: hw/*/spapr*
f9de2da7
DG
524F: include/hw/*/spapr*
525F: hw/*/xics*
526F: include/hw/*/xics*
527F: pc-bios/spapr-rtas/*
8a269ca4 528
794d00bf
AF
529virtex_ml507
530M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
531L: qemu-ppc@nongnu.org
532S: Odd Fixes
6e481d57 533F: hw/ppc/virtex_ml507.c
794d00bf 534
fd5d5c56
AL
535SH4 Machines
536------------
537R2D
538M: Magnus Damm <magnus.damm@gmail.com>
539S: Maintained
6e481d57 540F: hw/sh4/r2d.c
fd5d5c56
AL
541
542Shix
543M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 544S: Orphan
6e481d57 545F: hw/sh4/shix.c
fd5d5c56
AL
546
547SPARC Machines
548--------------
549Sun4m
550M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 551M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 552S: Maintained
8d8b636d 553F: hw/sparc/sun4m.c
fd5d5c56
AL
554
555Sun4u
556M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 557M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 558S: Maintained
8d8b636d 559F: hw/sparc64/sun4u.c
fd5d5c56 560
ce6c760c
FC
561Leon3
562M: Fabien Chouteau <chouteau@adacore.com>
563S: Maintained
8d8b636d
PB
564F: hw/sparc/leon3.c
565F: hw/*/grlib*
ce6c760c 566
fd5d5c56
AL
567S390 Machines
568-------------
569S390 Virtio
570M: Alexander Graf <agraf@suse.de>
571S: Maintained
6e481d57 572F: hw/s390x/s390-*.c
8cba80c3 573X: hw/s390x/*pci*.[hc]
fd5d5c56 574
dd4ad64a
CH
575S390 Virtio-ccw
576M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 577M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
578M: Alexander Graf <agraf@suse.de>
579S: Supported
0c6aa7ee 580F: hw/char/sclp*.[hc]
dd4ad64a
CH
581F: hw/s390x/s390-virtio-ccw.c
582F: hw/s390x/css.[hc]
b304bf00
CB
583F: hw/s390x/sclp*.[hc]
584F: hw/s390x/ipl*.[hc]
8cba80c3 585F: hw/s390x/*pci*.[hc]
0efe406c 586F: hw/s390x/s390-skeys*.c
4277af19
CH
587F: include/hw/s390x/
588F: pc-bios/s390-ccw/
dd4ad64a
CH
589T: git git://github.com/cohuck/qemu virtio-ccw-upstr
590
ab9528ca
GX
591UniCore32 Machines
592-------------
593PKUnity-3 SoC initramfs-with-busybox
594M: Guan Xuetao <gxt@mprc.pku.edu.cn>
595S: Maintained
8d8b636d 596F: hw/*/puv3*
ab9528ca
GX
597F: hw/unicore32/
598
fd5d5c56
AL
599X86 Machines
600------------
601PC
046a6486 602M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 603S: Supported
046a6486
MT
604F: include/hw/i386/
605F: hw/i386/
606F: hw/pci-host/piix.c
607F: hw/pci-host/q35.c
608F: hw/pci-host/pam.c
609F: include/hw/pci-host/q35.h
610F: include/hw/pci-host/pam.h
611F: hw/isa/piix4.c
612F: hw/isa/lpc_ich9.c
613F: hw/i2c/smbus_ich9.c
614F: hw/acpi/piix4.c
615F: hw/acpi/ich9.c
616F: include/hw/acpi/ich9.h
617F: include/hw/acpi/piix.h
618
fd5d5c56 619
16e7caae
MF
620Xtensa Machines
621---------------
375847a6 622sim
16e7caae
MF
623M: Max Filippov <jcmvbkbc@gmail.com>
624S: Maintained
437a8c11 625F: hw/xtensa/sim.c
375847a6 626
437a8c11 627XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
628M: Max Filippov <jcmvbkbc@gmail.com>
629S: Maintained
437a8c11
MF
630F: hw/xtensa/xtfpga.c
631F: hw/net/opencores_eth.c
16e7caae 632
fd5d5c56
AL
633Devices
634-------
b30934cb
JS
635EDU
636M: Jiri Slaby <jslaby@suse.cz>
637S: Maintained
638F: hw/misc/edu.c
639
fd5d5c56 640IDE
c095348b
JS
641M: John Snow <jsnow@redhat.com>
642L: qemu-block@nongnu.org
643S: Supported
8d8b636d 644F: include/hw/ide.h
fd5d5c56 645F: hw/ide/
c095348b
JS
646F: hw/block/block.c
647F: hw/block/cdrom.c
648F: hw/block/hd-geometry.c
649F: tests/ide-test.c
650F: tests/ahci-test.c
651T: git git://github.com/jnsnow/qemu.git ide
652
653Floppy
654M: John Snow <jsnow@redhat.com>
655L: qemu-block@nongnu.org
656S: Supported
657F: hw/block/fdc.c
658F: include/hw/block/fdc.h
659T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 660
f5f487b2
PM
661OMAP
662M: Peter Maydell <peter.maydell@linaro.org>
663S: Maintained
8d8b636d 664F: hw/*/omap*
f5f487b2 665
28d54e58
PB
666IPack
667M: Alberto Garcia <berto@igalia.com>
668S: Odd Fixes
669F: hw/char/ipoctal232.c
670F: hw/ipack/
671
fd5d5c56
AL
672PCI
673M: Michael S. Tsirkin <mst@redhat.com>
674S: Supported
8d8b636d 675F: include/hw/pci/*
ca818cfb 676F: hw/pci/*
0e0b3592 677
d31e5ae7 678ACPI/SMBIOS
0e0b3592
MT
679M: Michael S. Tsirkin <mst@redhat.com>
680M: Igor Mammedov <imammedo@redhat.com>
681S: Supported
682F: include/hw/acpi/*
d31e5ae7 683F: include/hw/smbios/*
0e0b3592 684F: hw/mem/*
8d8b636d 685F: hw/acpi/*
d31e5ae7 686F: hw/smbios/*
0e0b3592
MT
687F: hw/i386/acpi-build.[hc]
688F: hw/i386/*dsl
689F: hw/arm/virt-acpi-build.c
690F: include/hw/arm/virt-acpi-build.h
691F: scripts/acpi*py
fd5d5c56 692
aaade8d7
AF
693ppc4xx
694M: Alexander Graf <agraf@suse.de>
695L: qemu-ppc@nongnu.org
696S: Odd Fixes
8d8b636d 697F: hw/ppc/ppc4*.c
aaade8d7 698
98cded3a
AF
699ppce500
700M: Alexander Graf <agraf@suse.de>
701M: Scott Wood <scottwood@freescale.com>
702L: qemu-ppc@nongnu.org
703S: Supported
6e481d57 704F: hw/ppc/e500*
98cded3a 705
61af0ee6
PB
706Character devices
707M: Paolo Bonzini <pbonzini@redhat.com>
708S: Odd Fixes
709F: hw/char/
710
fd5d5c56 711SCSI
de7724f7
PB
712M: Paolo Bonzini <pbonzini@redhat.com>
713S: Supported
8d8b636d
PB
714F: include/hw/scsi*
715F: hw/scsi/*
1ab09a40 716T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
717
718LSI53C895A
0e19885e 719S: Orphan
8d8b636d 720F: hw/scsi/lsi53c895a.c
fd5d5c56 721
fcb5629d 722SSI
4b46ba61 723M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 724S: Maintained
8d8b636d
PB
725F: hw/ssi/*
726F: hw/block/m25p80.c
4b46ba61
AF
727X: hw/ssi/xilinx_*
728
729Xilinx SPI
730M: Alistair Francis <alistair.francis@xilinx.com>
731M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
732S: Maintained
733F: hw/ssi/xilinx_*
fcb5629d 734
fd5d5c56 735USB
5d0d62fe
GH
736M: Gerd Hoffmann <kraxel@redhat.com>
737S: Maintained
8d8b636d 738F: hw/usb/*
28edfce0 739F: tests/usb-*-test.c
fd5d5c56 740
e26082fd
PB
741USB (serial adapter)
742M: Gerd Hoffmann <kraxel@redhat.com>
743M: Samuel Thibault <samuel.thibault@ens-lyon.org>
744S: Maintained
745F: hw/usb/dev-serial.c
746
92e1fb5e
AW
747VFIO
748M: Alex Williamson <alex.williamson@redhat.com>
749S: Supported
cf7087db 750F: hw/vfio/*
92e1fb5e 751
fd5d5c56
AL
752vhost
753M: Michael S. Tsirkin <mst@redhat.com>
754S: Supported
8d8b636d 755F: hw/*/*vhost*
fd5d5c56
AL
756
757virtio
a75143ed 758M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 759S: Supported
8d8b636d 760F: hw/*/virtio*
6a084ea3 761F: net/vhost-user.c
fd5d5c56
AL
762
763virtio-9p
23704102 764M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 765S: Supported
aebeca25
AF
766F: hw/9pfs/
767F: fsdev/
2d888c09 768F: tests/virtio-9p-test.c
3f3309cb 769T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
770
771virtio-blk
54d01a00 772M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 773L: qemu-block@nongnu.org
fd5d5c56 774S: Supported
8d8b636d 775F: hw/block/virtio-blk.c
b457a5f5
SH
776F: hw/block/dataplane/*
777F: hw/virtio/dataplane/*
778T: git git://github.com/stefanha/qemu.git block
fd5d5c56 779
dd4ad64a
CH
780virtio-ccw
781M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 782M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
783S: Supported
784F: hw/s390x/virtio-ccw.[hc]
785T: git git://github.com/cohuck/qemu virtio-ccw-upstr
786
a5d4d7b5
GH
787virtio-input
788M: Gerd Hoffmann <kraxel@redhat.com>
789S: Maintained
790F: hw/input/virtio-input*.c
791F: include/hw/virtio/virtio-input.h
792
fd5d5c56
AL
793virtio-serial
794M: Amit Shah <amit.shah@redhat.com>
795S: Supported
8d8b636d
PB
796F: hw/char/virtio-serial-bus.c
797F: hw/char/virtio-console.c
68a5e38a 798F: include/hw/virtio/virtio-serial.h
fd5d5c56 799
1f51a5cb
AS
800virtio-rng
801M: Amit Shah <amit.shah@redhat.com>
802S: Supported
803F: hw/virtio/virtio-rng.c
804F: include/hw/virtio/virtio-rng.h
805F: backends/rng*.c
806
f3c507ad
KB
807nvme
808M: Keith Busch <keith.busch@intel.com>
c95e4c0e 809L: qemu-block@nongnu.org
f3c507ad
KB
810S: Supported
811F: hw/block/nvme*
fc967791 812F: tests/nvme-test.c
f3c507ad 813
d383c625
HR
814megasas
815M: Hannes Reinecke <hare@suse.de>
c95e4c0e 816L: qemu-block@nongnu.org
d383c625
HR
817S: Supported
818F: hw/scsi/megasas.c
819F: hw/scsi/mfi.h
820
ab61d240 821Xilinx EDK
ab61d240 822M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4b46ba61
AF
823M: Alistair Francis <alistair.francis@xilinx.com>
824M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
ab61d240 825S: Maintained
8d8b636d
PB
826F: hw/*/xilinx_*
827F: include/hw/xilinx.h
ab61d240 828
622fb504
DF
829Vmware
830M: Dmitry Fleytman <dmitry@daynix.com>
831S: Maintained
832F: hw/net/vmxnet*
833F: hw/scsi/vmw_pvscsi*
834
de24d3f1
SF
835Rocker
836M: Scott Feldman <sfeldma@gmail.com>
837M: Jiri Pirko <jiri@resnulli.us>
838S: Maintained
839F: hw/net/rocker/
840
fd5d5c56
AL
841Subsystems
842----------
843Audio
9f575846 844M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
845S: Maintained
846F: audio/
8d8b636d 847F: hw/audio/
d7b50c0c 848F: tests/ac97-test.c
8fa74c94 849F: tests/es1370-test.c
fbaf445a 850F: tests/intel-hda-test.c
fd5d5c56 851
17f1e8f5 852Block layer core
fd5d5c56 853M: Kevin Wolf <kwolf@redhat.com>
c95e4c0e 854L: qemu-block@nongnu.org
fd5d5c56
AL
855S: Supported
856F: block*
857F: block/
8d8b636d 858F: hw/block/
4c346e0b 859F: include/block/
46078760
KW
860F: qemu-img*
861F: qemu-io*
29242091 862F: tests/qemu-iotests/
d48addda 863T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 864
d55053b1
SH
865Block I/O path
866M: Stefan Hajnoczi <stefanha@redhat.com>
867L: qemu-block@nongnu.org
868S: Supported
869F: async.c
870F: aio-*.c
871F: block/io.c
872F: migration/block*
873T: git git://github.com/stefanha/qemu.git block
874
280458a3
JC
875Block Jobs
876M: Jeff Cody <jcody@redhat.com>
877L: qemu-block@nongnu.org
878S: Supported
879F: blockjob.c
880F: include/block/blockjob.h
881F: block/backup.c
882F: block/commit.c
883F: block/stream.h
884F: block/mirror.c
885T: git git://github.com/codyprime/qemu-kvm-jtc.git block
886
4120201d
MA
887Block QAPI, monitor, command line
888M: Markus Armbruster <armbru@redhat.com>
889S: Supported
890F: blockdev.c
891F: block/qapi.c
892F: qapi/block*.json
893T: git git://repo.or.cz/qemu/armbru.git block-next
894
61af0ee6 895Character device backends
da26f37a 896M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
897S: Maintained
898F: qemu-char.c
da26f37a
PB
899F: backends/msmouse.c
900F: backends/testdev.c
fd5d5c56 901
e26082fd
PB
902Character Devices (Braille)
903M: Samuel Thibault <samuel.thibault@ens-lyon.org>
904S: Maintained
905F: backends/baum.c
fd5d5c56 906
8c413e79
MA
907Coverity model
908M: Markus Armbruster <armbru@redhat.com>
909S: Supported
910F: scripts/coverity-model.c
911
f2ca0524
AF
912CPU
913M: Andreas Färber <afaerber@suse.de>
914S: Supported
915F: qom/cpu.c
6e481d57 916F: include/qom/cpu.h
62e0c095 917F: target-i386/cpu.c
f2ca0524 918
f0513d2c
IM
919ICC Bus
920M: Igor Mammedov <imammedo@redhat.com>
921S: Supported
922F: include/hw/cpu/icc_bus.h
923F: hw/cpu/icc_bus.c
924
d24b569a 925Device Tree
4b46ba61 926M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
927M: Alexander Graf <agraf@suse.de>
928S: Maintained
6e481d57 929F: device_tree.[ch]
d24b569a 930
4f966768
MA
931Error reporting
932M: Markus Armbruster <armbru@redhat.com>
933S: Supported
934F: include/qapi/error.h
935F: include/qemu/error-report.h
936F: util/error.c
937F: util/qemu-error.c
938
fd5d5c56 939GDB stub
5dd4a88c 940L: qemu-devel@nongnu.org
fd5d5c56
AL
941S: Odd Fixes
942F: gdbstub*
943F: gdb-xml/
944
01a9c03c
PB
945Memory API
946M: Paolo Bonzini <pbonzini@redhat.com>
947S: Supported
948F: include/exec/ioport.h
949F: ioport.c
950F: include/exec/memory.h
951F: memory.c
952F: include/exec/memory-internal.h
953F: exec.c
954
7ee3bf03
GH
955SPICE
956M: Gerd Hoffmann <kraxel@redhat.com>
957S: Supported
6e481d57 958F: include/ui/qemu-spice.h
7ee3bf03
GH
959F: ui/spice-*.c
960F: audio/spiceaudio.c
8d8b636d 961F: hw/display/qxl*
7ee3bf03 962
fd5d5c56 963Graphics
25eccc37
GH
964M: Gerd Hoffmann <kraxel@redhat.com>
965S: Odd Fixes
fd5d5c56
AL
966F: ui/
967
351f1bf6
AF
968Cocoa graphics
969M: Andreas Färber <andreas.faerber@web.de>
30ef3c74 970M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
971S: Odd Fixes
972F: ui/cocoa.m
973
fd5d5c56 974Main loop
da26f37a
PB
975M: Paolo Bonzini <pbonzini@redhat.com>
976S: Maintained
977F: cpus.c
978F: main-loop.c
979F: qemu-timer.c
fd5d5c56
AL
980F: vl.c
981
8899b4ae 982Human Monitor (HMP)
fd5d5c56 983M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 984S: Maintained
fd5d5c56 985F: monitor.c
8899b4ae
LC
986F: hmp.c
987F: hmp-commands.hx
dce07e0b 988T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
989
990Network device layer
442469e6 991M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
992S: Maintained
993F: net/
5fc51cc3 994T: git git://github.com/jasowang/qemu.git net
fd5d5c56 995
aee09baf
VM
996Netmap network backend
997M: Luigi Rizzo <rizzo@iet.unipi.it>
998M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
999M: Vincenzo Maffione <v.maffione@gmail.com>
1000W: http://info.iet.unipi.it/~luigi/netmap/
1001S: Maintained
1002F: net/netmap.c
1003
44f76b28
PB
1004Network Block Device (NBD)
1005M: Paolo Bonzini <pbonzini@redhat.com>
1006S: Odd Fixes
1007F: block/nbd.c
1008F: nbd.*
1009F: qemu-nbd.c
1ab09a40 1010T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1011
2f54eb98
EH
1012NUMA
1013M: Eduardo Habkost <ehabkost@redhat.com>
1014S: Maintained
1015F: numa.c
1016F: include/sysemu/numa.h
1017K: numa|NUMA
1018K: srat|SRAT
1019T: git git://github.com/ehabkost/qemu.git numa
1020
8899b4ae 1021QAPI
9740618c 1022M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1023M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1024S: Supported
8899b4ae 1025F: qapi/
0311c5bd 1026X: qapi/*.json
c0bd0b50 1027F: tests/qapi-schema/
0311c5bd
MA
1028F: scripts/qapi*
1029F: docs/qapi*
9740618c 1030T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1031
7810d291
LC
1032QAPI Schema
1033M: Eric Blake <eblake@redhat.com>
7810d291
LC
1034M: Markus Armbruster <armbru@redhat.com>
1035S: Supported
1036F: qapi-schema.json
0311c5bd 1037F: qapi/*.json
9740618c 1038T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1039
f3582ba4
LC
1040QObject
1041M: Luiz Capitulino <lcapitulino@redhat.com>
1042S: Maintained
1043F: qobject/
1044T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1045
f05d9999
MR
1046QEMU Guest Agent
1047M: Michael Roth <mdroth@linux.vnet.ibm.com>
1048S: Maintained
1049F: qga/
1050T: git git://github.com/mdroth/qemu.git qga
1051
4688c94c 1052QOM
4688c94c
AF
1053M: Andreas Färber <afaerber@suse.de>
1054S: Supported
1055T: git git://github.com/afaerber/qemu-cpu.git qom-next
1056F: include/qom/
1057X: include/qom/cpu.h
1058F: qom/
1059X: qom/cpu.c
1060F: tests/qom-test.c
1061
8899b4ae 1062QMP
9740618c
LC
1063M: Markus Armbruster <armbru@redhat.com>
1064S: Supported
8899b4ae
LC
1065F: qmp.c
1066F: monitor.c
1067F: qmp-commands.hx
9740618c
LC
1068F: docs/qmp/
1069F: scripts/qmp/
1070T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1071
fd5d5c56 1072SLIRP
bafc72ab
JK
1073M: Jan Kiszka <jan.kiszka@siemens.com>
1074S: Maintained
fd5d5c56 1075F: slirp/
1ab09a40 1076T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1077
598a3f35 1078Tracing
1cd0f8ce 1079M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1080S: Maintained
1081F: trace/
f70fd8fd
LV
1082F: scripts/tracetool.py
1083F: scripts/tracetool/
f922ea46 1084F: docs/tracing.txt
1ab09a40 1085T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1086
14f40fdc
BS
1087Checkpatch
1088M: Blue Swirl <blauwirbel@gmail.com>
1089S: Odd Fixes
1090F: scripts/checkpatch.pl
1091
c0787c8d
JQ
1092Migration
1093M: Juan Quintela <quintela@redhat.com>
7f4675c3 1094M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1095S: Maintained
1096F: include/migration/
44a1f946 1097F: migration/
c5515640
AS
1098F: scripts/vmstate-static-checker.py
1099F: tests/vmstate-static-checker-data/
c0787c8d 1100
92bfedb0 1101Seccomp
9d9de254 1102M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1103S: Supported
1104F: qemu-seccomp.c
1105F: include/sysemu/seccomp.h
1106
ddbb0d09
DB
1107Cryptography
1108M: Daniel P. Berrange <berrange@redhat.com>
1109S: Maintained
1110F: crypto/
1111F: include/crypto/
1112F: tests/test-crypto-*
1113
fd5d5c56
AL
1114Usermode Emulation
1115------------------
486bbe5f
PB
1116Overall
1117M: Riku Voipio <riku.voipio@iki.fi>
1118S: Maintained
1119F: thunk.c
1120F: user-exec.c
1121
fd5d5c56
AL
1122BSD user
1123M: Blue Swirl <blauwirbel@gmail.com>
1124S: Maintained
1125F: bsd-user/
1126
fd5d5c56
AL
1127Linux user
1128M: Riku Voipio <riku.voipio@iki.fi>
1129S: Maintained
1130F: linux-user/
42f5a7e9
AJ
1131
1132Tiny Code Generator (TCG)
1133-------------------------
1134Common code
cc7772bd 1135M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1136S: Maintained
1137F: tcg/
1138
b25a464c
CF
1139AArch64 target
1140M: Claudio Fontana <claudio.fontana@huawei.com>
1141M: Claudio Fontana <claudio.fontana@gmail.com>
1142S: Maintained
1143F: tcg/aarch64/
c17652ee
PB
1144F: disas/arm-a64.cc
1145F: disas/libvixl/
b25a464c 1146
42f5a7e9
AJ
1147ARM target
1148M: Andrzej Zaborowski <balrogg@gmail.com>
1149S: Maintained
1150F: tcg/arm/
c17652ee 1151F: disas/arm.c
42f5a7e9 1152
42f5a7e9 1153i386 target
5dd4a88c 1154L: qemu-devel@nongnu.org
42f5a7e9
AJ
1155S: Maintained
1156F: tcg/i386/
c17652ee 1157F: disas/i386.c
42f5a7e9
AJ
1158
1159IA64 target
1160M: Aurelien Jarno <aurelien@aurel32.net>
1161S: Maintained
1162F: tcg/ia64/
c17652ee 1163F: disas/ia64.c
42f5a7e9
AJ
1164
1165MIPS target
d6eec7a2 1166M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1167S: Maintained
1168F: tcg/mips/
c17652ee 1169F: disas/mips.c
42f5a7e9
AJ
1170
1171PPC
1172M: Vassili Karpov (malc) <av1474@comtv.ru>
1173S: Maintained
1174F: tcg/ppc/
c17652ee 1175F: disas/ppc.c
42f5a7e9 1176
42f5a7e9
AJ
1177S390 target
1178M: Alexander Graf <agraf@suse.de>
1179M: Richard Henderson <rth@twiddle.net>
1180S: Maintained
1181F: tcg/s390/
c17652ee 1182F: disas/s390.c
42f5a7e9
AJ
1183
1184SPARC target
1185M: Blue Swirl <blauwirbel@gmail.com>
1186S: Maintained
1187F: tcg/sparc/
c17652ee 1188F: disas/sparc.c
bc75c9e5
SW
1189
1190TCI target
1191M: Stefan Weil <sw@weilnetz.de>
1192S: Maintained
8ef9cd55 1193F: tcg/tci/
2b7be8c8 1194F: tci.c
c17652ee 1195F: disas/tci.c
aa09c951
AF
1196
1197Stable branches
1198---------------
1199Stable 1.0
1200L: qemu-stable@nongnu.org
85938981 1201T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1202S: Orphan
1203
1204Stable 0.15
1205L: qemu-stable@nongnu.org
73c30df6 1206M: Andreas Färber <afaerber@suse.de>
85938981 1207T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1208S: Supported
aa09c951
AF
1209
1210Stable 0.14
1211L: qemu-stable@nongnu.org
85938981 1212T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1213S: Orphan
1214
1215Stable 0.10
1216L: qemu-stable@nongnu.org
85938981 1217T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1218S: Orphan
f05b328c
SH
1219
1220Block drivers
1221-------------
1222VMDK
1223M: Fam Zheng <famz@redhat.com>
c95e4c0e 1224L: qemu-block@nongnu.org
f05b328c
SH
1225S: Supported
1226F: block/vmdk.c
1227
1228RBD
5a8ac6d9 1229M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1230M: Jeff Cody <jcody@redhat.com>
1231L: qemu-block@nongnu.org
f05b328c
SH
1232S: Supported
1233F: block/rbd.c
280458a3 1234T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1235
1236Sheepdog
53b33231 1237M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1238M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1239M: Jeff Cody <jcody@redhat.com>
1240L: qemu-block@nongnu.org
dce32b6c 1241L: sheepdog@lists.wpkg.org
f05b328c
SH
1242S: Supported
1243F: block/sheepdog.c
280458a3 1244T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1245
1246VHDX
1247M: Jeff Cody <jcody@redhat.com>
280458a3 1248L: qemu-block@nongnu.org
f05b328c
SH
1249S: Supported
1250F: block/vhdx*
280458a3 1251T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1252
1253VDI
1254M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1255L: qemu-block@nongnu.org
f05b328c
SH
1256S: Maintained
1257F: block/vdi.c
1258
1259iSCSI
1260M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1261M: Paolo Bonzini <pbonzini@redhat.com>
1262M: Peter Lieven <pl@kamp.de>
c95e4c0e 1263L: qemu-block@nongnu.org
f05b328c
SH
1264S: Supported
1265F: block/iscsi.c
1266
6542aa9c 1267NFS
280458a3 1268M: Jeff Cody <jcody@redhat.com>
6542aa9c 1269M: Peter Lieven <pl@kamp.de>
280458a3 1270L: qemu-block@nongnu.org
6542aa9c
PL
1271S: Maintained
1272F: block/nfs.c
280458a3 1273T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1274
f05b328c
SH
1275SSH
1276M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1277M: Jeff Cody <jcody@redhat.com>
1278L: qemu-block@nongnu.org
f05b328c
SH
1279S: Supported
1280F: block/ssh.c
280458a3 1281T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1282
1283ARCHIPELAGO
c9a12e75 1284M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1285M: Jeff Cody <jcody@redhat.com>
1286L: qemu-block@nongnu.org
c9a12e75
CN
1287S: Maintained
1288F: block/archipelago.c
280458a3
JC
1289T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1290
1291CURL
1292M: Jeff Cody <jcody@redhat.com>
1293L: qemu-block@nongnu.org
1294S: Supported
1295F: block/curl.c
1296T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1297
1298GLUSTER
1299M: Jeff Cody <jcody@redhat.com>
1300L: qemu-block@nongnu.org
1301S: Supported
1302F: block/gluster.c
1303T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1304
199667a8
FZ
1305Null Block Driver
1306M: Fam Zheng <famz@redhat.com>
1307L: qemu-block@nongnu.org
1308S: Supported
1309F: block/null.c
1310
b5e9476c
GA
1311Bootdevice
1312M: Gonglei <arei.gonglei@huawei.com>
1313S: Maintained
1314F: bootdevice.c
ecdda9e0
AG
1315
1316Quorum
1317M: Alberto Garcia <berto@igalia.com>
1318S: Supported
1319F: block/quorum.c
1320L: qemu-block@nongnu.org
e7c6e631
SH
1321
1322blkverify
1323M: Stefan Hajnoczi <stefanha@redhat.com>
1324L: qemu-block@nongnu.org
1325S: Supported
1326F: block/blkverify.c
1327
1328bochs
1329M: Stefan Hajnoczi <stefanha@redhat.com>
1330L: qemu-block@nongnu.org
1331S: Supported
1332F: block/bochs.c
1333
1334cloop
1335M: Stefan Hajnoczi <stefanha@redhat.com>
1336L: qemu-block@nongnu.org
1337S: Supported
1338F: block/cloop.c
1339
1340dmg
1341M: Stefan Hajnoczi <stefanha@redhat.com>
1342L: qemu-block@nongnu.org
1343S: Supported
1344F: block/dmg.c
1345
1346parallels
1347M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1348M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1349L: qemu-block@nongnu.org
1350S: Supported
1351F: block/parallels.c
1352
1353qed
1354M: Stefan Hajnoczi <stefanha@redhat.com>
1355L: qemu-block@nongnu.org
1356S: Supported
1357F: block/qed.c
1358
1359raw
1360M: Kevin Wolf <kwolf@redhat.com>
1361L: qemu-block@nongnu.org
1362S: Supported
1363F: block/linux-aio.c
1364F: block/raw-aio.h
1365F: block/raw-posix.c
1366F: block/raw-win32.c
1367F: block/raw_bsd.c
1368F: block/win32-aio.c
1369
1370qcow2
1371M: Kevin Wolf <kwolf@redhat.com>
1372L: qemu-block@nongnu.org
1373S: Supported
1374F: block/qcow2*
1375
1376qcow
1377M: Kevin Wolf <kwolf@redhat.com>
1378L: qemu-block@nongnu.org
1379S: Supported
1380F: block/qcow.c
1381
1382blkdebug
1383M: Kevin Wolf <kwolf@redhat.com>
1384L: qemu-block@nongnu.org
1385S: Supported
1386F: block/blkdebug.c
1387
1388vpc
1389M: Kevin Wolf <kwolf@redhat.com>
1390L: qemu-block@nongnu.org
1391S: Supported
1392F: block/vpc.c
1393
1394vvfat
1395M: Kevin Wolf <kwolf@redhat.com>
1396L: qemu-block@nongnu.org
1397S: Supported
1398F: block/vvfat.c
abfe4e94
SH
1399
1400Image format fuzzer
1401M: Stefan Hajnoczi <stefanha@redhat.com>
1402L: qemu-block@nongnu.org
1403S: Supported
1404F: tests/image-fuzzer/