]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: add IPack section
[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
fd5d5c56 706SCSI
de7724f7
PB
707M: Paolo Bonzini <pbonzini@redhat.com>
708S: Supported
8d8b636d
PB
709F: include/hw/scsi*
710F: hw/scsi/*
1ab09a40 711T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
712
713LSI53C895A
0e19885e 714S: Orphan
8d8b636d 715F: hw/scsi/lsi53c895a.c
fd5d5c56 716
fcb5629d 717SSI
4b46ba61 718M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 719S: Maintained
8d8b636d
PB
720F: hw/ssi/*
721F: hw/block/m25p80.c
4b46ba61
AF
722X: hw/ssi/xilinx_*
723
724Xilinx SPI
725M: Alistair Francis <alistair.francis@xilinx.com>
726M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
727S: Maintained
728F: hw/ssi/xilinx_*
fcb5629d 729
fd5d5c56 730USB
5d0d62fe
GH
731M: Gerd Hoffmann <kraxel@redhat.com>
732S: Maintained
8d8b636d 733F: hw/usb/*
28edfce0 734F: tests/usb-*-test.c
fd5d5c56 735
e26082fd
PB
736USB (serial adapter)
737M: Gerd Hoffmann <kraxel@redhat.com>
738M: Samuel Thibault <samuel.thibault@ens-lyon.org>
739S: Maintained
740F: hw/usb/dev-serial.c
741
92e1fb5e
AW
742VFIO
743M: Alex Williamson <alex.williamson@redhat.com>
744S: Supported
cf7087db 745F: hw/vfio/*
92e1fb5e 746
fd5d5c56
AL
747vhost
748M: Michael S. Tsirkin <mst@redhat.com>
749S: Supported
8d8b636d 750F: hw/*/*vhost*
fd5d5c56
AL
751
752virtio
a75143ed 753M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 754S: Supported
8d8b636d 755F: hw/*/virtio*
6a084ea3 756F: net/vhost-user.c
fd5d5c56
AL
757
758virtio-9p
23704102 759M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 760S: Supported
aebeca25
AF
761F: hw/9pfs/
762F: fsdev/
2d888c09 763F: tests/virtio-9p-test.c
3f3309cb 764T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
765
766virtio-blk
54d01a00 767M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 768L: qemu-block@nongnu.org
fd5d5c56 769S: Supported
8d8b636d 770F: hw/block/virtio-blk.c
b457a5f5
SH
771F: hw/block/dataplane/*
772F: hw/virtio/dataplane/*
773T: git git://github.com/stefanha/qemu.git block
fd5d5c56 774
dd4ad64a
CH
775virtio-ccw
776M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 777M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
778S: Supported
779F: hw/s390x/virtio-ccw.[hc]
780T: git git://github.com/cohuck/qemu virtio-ccw-upstr
781
a5d4d7b5
GH
782virtio-input
783M: Gerd Hoffmann <kraxel@redhat.com>
784S: Maintained
785F: hw/input/virtio-input*.c
786F: include/hw/virtio/virtio-input.h
787
fd5d5c56
AL
788virtio-serial
789M: Amit Shah <amit.shah@redhat.com>
790S: Supported
8d8b636d
PB
791F: hw/char/virtio-serial-bus.c
792F: hw/char/virtio-console.c
68a5e38a 793F: include/hw/virtio/virtio-serial.h
fd5d5c56 794
1f51a5cb
AS
795virtio-rng
796M: Amit Shah <amit.shah@redhat.com>
797S: Supported
798F: hw/virtio/virtio-rng.c
799F: include/hw/virtio/virtio-rng.h
800F: backends/rng*.c
801
f3c507ad
KB
802nvme
803M: Keith Busch <keith.busch@intel.com>
c95e4c0e 804L: qemu-block@nongnu.org
f3c507ad
KB
805S: Supported
806F: hw/block/nvme*
fc967791 807F: tests/nvme-test.c
f3c507ad 808
d383c625
HR
809megasas
810M: Hannes Reinecke <hare@suse.de>
c95e4c0e 811L: qemu-block@nongnu.org
d383c625
HR
812S: Supported
813F: hw/scsi/megasas.c
814F: hw/scsi/mfi.h
815
ab61d240 816Xilinx EDK
ab61d240 817M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4b46ba61
AF
818M: Alistair Francis <alistair.francis@xilinx.com>
819M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
ab61d240 820S: Maintained
8d8b636d
PB
821F: hw/*/xilinx_*
822F: include/hw/xilinx.h
ab61d240 823
622fb504
DF
824Vmware
825M: Dmitry Fleytman <dmitry@daynix.com>
826S: Maintained
827F: hw/net/vmxnet*
828F: hw/scsi/vmw_pvscsi*
829
de24d3f1
SF
830Rocker
831M: Scott Feldman <sfeldma@gmail.com>
832M: Jiri Pirko <jiri@resnulli.us>
833S: Maintained
834F: hw/net/rocker/
835
fd5d5c56
AL
836Subsystems
837----------
838Audio
9f575846 839M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
840S: Maintained
841F: audio/
8d8b636d 842F: hw/audio/
d7b50c0c 843F: tests/ac97-test.c
8fa74c94 844F: tests/es1370-test.c
fbaf445a 845F: tests/intel-hda-test.c
fd5d5c56 846
17f1e8f5 847Block layer core
fd5d5c56 848M: Kevin Wolf <kwolf@redhat.com>
c95e4c0e 849L: qemu-block@nongnu.org
fd5d5c56
AL
850S: Supported
851F: block*
852F: block/
8d8b636d 853F: hw/block/
4c346e0b 854F: include/block/
46078760
KW
855F: qemu-img*
856F: qemu-io*
29242091 857F: tests/qemu-iotests/
d48addda 858T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 859
d55053b1
SH
860Block I/O path
861M: Stefan Hajnoczi <stefanha@redhat.com>
862L: qemu-block@nongnu.org
863S: Supported
864F: async.c
865F: aio-*.c
866F: block/io.c
867F: migration/block*
868T: git git://github.com/stefanha/qemu.git block
869
280458a3
JC
870Block Jobs
871M: Jeff Cody <jcody@redhat.com>
872L: qemu-block@nongnu.org
873S: Supported
874F: blockjob.c
875F: include/block/blockjob.h
876F: block/backup.c
877F: block/commit.c
878F: block/stream.h
879F: block/mirror.c
880T: git git://github.com/codyprime/qemu-kvm-jtc.git block
881
4120201d
MA
882Block QAPI, monitor, command line
883M: Markus Armbruster <armbru@redhat.com>
884S: Supported
885F: blockdev.c
886F: block/qapi.c
887F: qapi/block*.json
888T: git git://repo.or.cz/qemu/armbru.git block-next
889
fd5d5c56 890Character Devices
da26f37a 891M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
892S: Maintained
893F: qemu-char.c
da26f37a
PB
894F: backends/msmouse.c
895F: backends/testdev.c
fd5d5c56 896
e26082fd
PB
897Character Devices (Braille)
898M: Samuel Thibault <samuel.thibault@ens-lyon.org>
899S: Maintained
900F: backends/baum.c
fd5d5c56 901
8c413e79
MA
902Coverity model
903M: Markus Armbruster <armbru@redhat.com>
904S: Supported
905F: scripts/coverity-model.c
906
f2ca0524
AF
907CPU
908M: Andreas Färber <afaerber@suse.de>
909S: Supported
910F: qom/cpu.c
6e481d57 911F: include/qom/cpu.h
62e0c095 912F: target-i386/cpu.c
f2ca0524 913
f0513d2c
IM
914ICC Bus
915M: Igor Mammedov <imammedo@redhat.com>
916S: Supported
917F: include/hw/cpu/icc_bus.h
918F: hw/cpu/icc_bus.c
919
d24b569a 920Device Tree
4b46ba61 921M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
922M: Alexander Graf <agraf@suse.de>
923S: Maintained
6e481d57 924F: device_tree.[ch]
d24b569a 925
4f966768
MA
926Error reporting
927M: Markus Armbruster <armbru@redhat.com>
928S: Supported
929F: include/qapi/error.h
930F: include/qemu/error-report.h
931F: util/error.c
932F: util/qemu-error.c
933
fd5d5c56 934GDB stub
5dd4a88c 935L: qemu-devel@nongnu.org
fd5d5c56
AL
936S: Odd Fixes
937F: gdbstub*
938F: gdb-xml/
939
01a9c03c
PB
940Memory API
941M: Paolo Bonzini <pbonzini@redhat.com>
942S: Supported
943F: include/exec/ioport.h
944F: ioport.c
945F: include/exec/memory.h
946F: memory.c
947F: include/exec/memory-internal.h
948F: exec.c
949
7ee3bf03
GH
950SPICE
951M: Gerd Hoffmann <kraxel@redhat.com>
952S: Supported
6e481d57 953F: include/ui/qemu-spice.h
7ee3bf03
GH
954F: ui/spice-*.c
955F: audio/spiceaudio.c
8d8b636d 956F: hw/display/qxl*
7ee3bf03 957
fd5d5c56 958Graphics
25eccc37
GH
959M: Gerd Hoffmann <kraxel@redhat.com>
960S: Odd Fixes
fd5d5c56
AL
961F: ui/
962
351f1bf6
AF
963Cocoa graphics
964M: Andreas Färber <andreas.faerber@web.de>
30ef3c74 965M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
966S: Odd Fixes
967F: ui/cocoa.m
968
fd5d5c56 969Main loop
da26f37a
PB
970M: Paolo Bonzini <pbonzini@redhat.com>
971S: Maintained
972F: cpus.c
973F: main-loop.c
974F: qemu-timer.c
fd5d5c56
AL
975F: vl.c
976
8899b4ae 977Human Monitor (HMP)
fd5d5c56 978M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 979S: Maintained
fd5d5c56 980F: monitor.c
8899b4ae
LC
981F: hmp.c
982F: hmp-commands.hx
dce07e0b 983T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
984
985Network device layer
442469e6 986M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
987S: Maintained
988F: net/
5fc51cc3 989T: git git://github.com/jasowang/qemu.git net
fd5d5c56 990
aee09baf
VM
991Netmap network backend
992M: Luigi Rizzo <rizzo@iet.unipi.it>
993M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
994M: Vincenzo Maffione <v.maffione@gmail.com>
995W: http://info.iet.unipi.it/~luigi/netmap/
996S: Maintained
997F: net/netmap.c
998
44f76b28
PB
999Network Block Device (NBD)
1000M: Paolo Bonzini <pbonzini@redhat.com>
1001S: Odd Fixes
1002F: block/nbd.c
1003F: nbd.*
1004F: qemu-nbd.c
1ab09a40 1005T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1006
2f54eb98
EH
1007NUMA
1008M: Eduardo Habkost <ehabkost@redhat.com>
1009S: Maintained
1010F: numa.c
1011F: include/sysemu/numa.h
1012K: numa|NUMA
1013K: srat|SRAT
1014T: git git://github.com/ehabkost/qemu.git numa
1015
8899b4ae 1016QAPI
9740618c 1017M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1018M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1019S: Supported
8899b4ae 1020F: qapi/
0311c5bd 1021X: qapi/*.json
c0bd0b50 1022F: tests/qapi-schema/
0311c5bd
MA
1023F: scripts/qapi*
1024F: docs/qapi*
9740618c 1025T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1026
7810d291
LC
1027QAPI Schema
1028M: Eric Blake <eblake@redhat.com>
7810d291
LC
1029M: Markus Armbruster <armbru@redhat.com>
1030S: Supported
1031F: qapi-schema.json
0311c5bd 1032F: qapi/*.json
9740618c 1033T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1034
f3582ba4
LC
1035QObject
1036M: Luiz Capitulino <lcapitulino@redhat.com>
1037S: Maintained
1038F: qobject/
1039T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1040
f05d9999
MR
1041QEMU Guest Agent
1042M: Michael Roth <mdroth@linux.vnet.ibm.com>
1043S: Maintained
1044F: qga/
1045T: git git://github.com/mdroth/qemu.git qga
1046
4688c94c 1047QOM
4688c94c
AF
1048M: Andreas Färber <afaerber@suse.de>
1049S: Supported
1050T: git git://github.com/afaerber/qemu-cpu.git qom-next
1051F: include/qom/
1052X: include/qom/cpu.h
1053F: qom/
1054X: qom/cpu.c
1055F: tests/qom-test.c
1056
8899b4ae 1057QMP
9740618c
LC
1058M: Markus Armbruster <armbru@redhat.com>
1059S: Supported
8899b4ae
LC
1060F: qmp.c
1061F: monitor.c
1062F: qmp-commands.hx
9740618c
LC
1063F: docs/qmp/
1064F: scripts/qmp/
1065T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1066
fd5d5c56 1067SLIRP
bafc72ab
JK
1068M: Jan Kiszka <jan.kiszka@siemens.com>
1069S: Maintained
fd5d5c56 1070F: slirp/
1ab09a40 1071T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1072
598a3f35 1073Tracing
1cd0f8ce 1074M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1075S: Maintained
1076F: trace/
f70fd8fd
LV
1077F: scripts/tracetool.py
1078F: scripts/tracetool/
f922ea46 1079F: docs/tracing.txt
1ab09a40 1080T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1081
14f40fdc
BS
1082Checkpatch
1083M: Blue Swirl <blauwirbel@gmail.com>
1084S: Odd Fixes
1085F: scripts/checkpatch.pl
1086
c0787c8d
JQ
1087Migration
1088M: Juan Quintela <quintela@redhat.com>
7f4675c3 1089M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1090S: Maintained
1091F: include/migration/
44a1f946 1092F: migration/
c5515640
AS
1093F: scripts/vmstate-static-checker.py
1094F: tests/vmstate-static-checker-data/
c0787c8d 1095
92bfedb0 1096Seccomp
9d9de254 1097M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1098S: Supported
1099F: qemu-seccomp.c
1100F: include/sysemu/seccomp.h
1101
ddbb0d09
DB
1102Cryptography
1103M: Daniel P. Berrange <berrange@redhat.com>
1104S: Maintained
1105F: crypto/
1106F: include/crypto/
1107F: tests/test-crypto-*
1108
fd5d5c56
AL
1109Usermode Emulation
1110------------------
486bbe5f
PB
1111Overall
1112M: Riku Voipio <riku.voipio@iki.fi>
1113S: Maintained
1114F: thunk.c
1115F: user-exec.c
1116
fd5d5c56
AL
1117BSD user
1118M: Blue Swirl <blauwirbel@gmail.com>
1119S: Maintained
1120F: bsd-user/
1121
fd5d5c56
AL
1122Linux user
1123M: Riku Voipio <riku.voipio@iki.fi>
1124S: Maintained
1125F: linux-user/
42f5a7e9
AJ
1126
1127Tiny Code Generator (TCG)
1128-------------------------
1129Common code
cc7772bd 1130M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1131S: Maintained
1132F: tcg/
1133
b25a464c
CF
1134AArch64 target
1135M: Claudio Fontana <claudio.fontana@huawei.com>
1136M: Claudio Fontana <claudio.fontana@gmail.com>
1137S: Maintained
1138F: tcg/aarch64/
c17652ee
PB
1139F: disas/arm-a64.cc
1140F: disas/libvixl/
b25a464c 1141
42f5a7e9
AJ
1142ARM target
1143M: Andrzej Zaborowski <balrogg@gmail.com>
1144S: Maintained
1145F: tcg/arm/
c17652ee 1146F: disas/arm.c
42f5a7e9 1147
42f5a7e9 1148i386 target
5dd4a88c 1149L: qemu-devel@nongnu.org
42f5a7e9
AJ
1150S: Maintained
1151F: tcg/i386/
c17652ee 1152F: disas/i386.c
42f5a7e9
AJ
1153
1154IA64 target
1155M: Aurelien Jarno <aurelien@aurel32.net>
1156S: Maintained
1157F: tcg/ia64/
c17652ee 1158F: disas/ia64.c
42f5a7e9
AJ
1159
1160MIPS target
d6eec7a2 1161M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1162S: Maintained
1163F: tcg/mips/
c17652ee 1164F: disas/mips.c
42f5a7e9
AJ
1165
1166PPC
1167M: Vassili Karpov (malc) <av1474@comtv.ru>
1168S: Maintained
1169F: tcg/ppc/
c17652ee 1170F: disas/ppc.c
42f5a7e9 1171
42f5a7e9
AJ
1172S390 target
1173M: Alexander Graf <agraf@suse.de>
1174M: Richard Henderson <rth@twiddle.net>
1175S: Maintained
1176F: tcg/s390/
c17652ee 1177F: disas/s390.c
42f5a7e9
AJ
1178
1179SPARC target
1180M: Blue Swirl <blauwirbel@gmail.com>
1181S: Maintained
1182F: tcg/sparc/
c17652ee 1183F: disas/sparc.c
bc75c9e5
SW
1184
1185TCI target
1186M: Stefan Weil <sw@weilnetz.de>
1187S: Maintained
8ef9cd55 1188F: tcg/tci/
2b7be8c8 1189F: tci.c
c17652ee 1190F: disas/tci.c
aa09c951
AF
1191
1192Stable branches
1193---------------
1194Stable 1.0
1195L: qemu-stable@nongnu.org
85938981 1196T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1197S: Orphan
1198
1199Stable 0.15
1200L: qemu-stable@nongnu.org
73c30df6 1201M: Andreas Färber <afaerber@suse.de>
85938981 1202T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1203S: Supported
aa09c951
AF
1204
1205Stable 0.14
1206L: qemu-stable@nongnu.org
85938981 1207T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1208S: Orphan
1209
1210Stable 0.10
1211L: qemu-stable@nongnu.org
85938981 1212T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1213S: Orphan
f05b328c
SH
1214
1215Block drivers
1216-------------
1217VMDK
1218M: Fam Zheng <famz@redhat.com>
c95e4c0e 1219L: qemu-block@nongnu.org
f05b328c
SH
1220S: Supported
1221F: block/vmdk.c
1222
1223RBD
5a8ac6d9 1224M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1225M: Jeff Cody <jcody@redhat.com>
1226L: qemu-block@nongnu.org
f05b328c
SH
1227S: Supported
1228F: block/rbd.c
280458a3 1229T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1230
1231Sheepdog
53b33231 1232M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1233M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1234M: Jeff Cody <jcody@redhat.com>
1235L: qemu-block@nongnu.org
dce32b6c 1236L: sheepdog@lists.wpkg.org
f05b328c
SH
1237S: Supported
1238F: block/sheepdog.c
280458a3 1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1240
1241VHDX
1242M: Jeff Cody <jcody@redhat.com>
280458a3 1243L: qemu-block@nongnu.org
f05b328c
SH
1244S: Supported
1245F: block/vhdx*
280458a3 1246T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1247
1248VDI
1249M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1250L: qemu-block@nongnu.org
f05b328c
SH
1251S: Maintained
1252F: block/vdi.c
1253
1254iSCSI
1255M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1256M: Paolo Bonzini <pbonzini@redhat.com>
1257M: Peter Lieven <pl@kamp.de>
c95e4c0e 1258L: qemu-block@nongnu.org
f05b328c
SH
1259S: Supported
1260F: block/iscsi.c
1261
6542aa9c 1262NFS
280458a3 1263M: Jeff Cody <jcody@redhat.com>
6542aa9c 1264M: Peter Lieven <pl@kamp.de>
280458a3 1265L: qemu-block@nongnu.org
6542aa9c
PL
1266S: Maintained
1267F: block/nfs.c
280458a3 1268T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1269
f05b328c
SH
1270SSH
1271M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1272M: Jeff Cody <jcody@redhat.com>
1273L: qemu-block@nongnu.org
f05b328c
SH
1274S: Supported
1275F: block/ssh.c
280458a3 1276T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1277
1278ARCHIPELAGO
c9a12e75 1279M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1280M: Jeff Cody <jcody@redhat.com>
1281L: qemu-block@nongnu.org
c9a12e75
CN
1282S: Maintained
1283F: block/archipelago.c
280458a3
JC
1284T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1285
1286CURL
1287M: Jeff Cody <jcody@redhat.com>
1288L: qemu-block@nongnu.org
1289S: Supported
1290F: block/curl.c
1291T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1292
1293GLUSTER
1294M: Jeff Cody <jcody@redhat.com>
1295L: qemu-block@nongnu.org
1296S: Supported
1297F: block/gluster.c
1298T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1299
199667a8
FZ
1300Null Block Driver
1301M: Fam Zheng <famz@redhat.com>
1302L: qemu-block@nongnu.org
1303S: Supported
1304F: block/null.c
1305
b5e9476c
GA
1306Bootdevice
1307M: Gonglei <arei.gonglei@huawei.com>
1308S: Maintained
1309F: bootdevice.c
ecdda9e0
AG
1310
1311Quorum
1312M: Alberto Garcia <berto@igalia.com>
1313S: Supported
1314F: block/quorum.c
1315L: qemu-block@nongnu.org
e7c6e631
SH
1316
1317blkverify
1318M: Stefan Hajnoczi <stefanha@redhat.com>
1319L: qemu-block@nongnu.org
1320S: Supported
1321F: block/blkverify.c
1322
1323bochs
1324M: Stefan Hajnoczi <stefanha@redhat.com>
1325L: qemu-block@nongnu.org
1326S: Supported
1327F: block/bochs.c
1328
1329cloop
1330M: Stefan Hajnoczi <stefanha@redhat.com>
1331L: qemu-block@nongnu.org
1332S: Supported
1333F: block/cloop.c
1334
1335dmg
1336M: Stefan Hajnoczi <stefanha@redhat.com>
1337L: qemu-block@nongnu.org
1338S: Supported
1339F: block/dmg.c
1340
1341parallels
1342M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1343M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1344L: qemu-block@nongnu.org
1345S: Supported
1346F: block/parallels.c
1347
1348qed
1349M: Stefan Hajnoczi <stefanha@redhat.com>
1350L: qemu-block@nongnu.org
1351S: Supported
1352F: block/qed.c
1353
1354raw
1355M: Kevin Wolf <kwolf@redhat.com>
1356L: qemu-block@nongnu.org
1357S: Supported
1358F: block/linux-aio.c
1359F: block/raw-aio.h
1360F: block/raw-posix.c
1361F: block/raw-win32.c
1362F: block/raw_bsd.c
1363F: block/win32-aio.c
1364
1365qcow2
1366M: Kevin Wolf <kwolf@redhat.com>
1367L: qemu-block@nongnu.org
1368S: Supported
1369F: block/qcow2*
1370
1371qcow
1372M: Kevin Wolf <kwolf@redhat.com>
1373L: qemu-block@nongnu.org
1374S: Supported
1375F: block/qcow.c
1376
1377blkdebug
1378M: Kevin Wolf <kwolf@redhat.com>
1379L: qemu-block@nongnu.org
1380S: Supported
1381F: block/blkdebug.c
1382
1383vpc
1384M: Kevin Wolf <kwolf@redhat.com>
1385L: qemu-block@nongnu.org
1386S: Supported
1387F: block/vpc.c
1388
1389vvfat
1390M: Kevin Wolf <kwolf@redhat.com>
1391L: qemu-block@nongnu.org
1392S: Supported
1393F: block/vvfat.c
abfe4e94
SH
1394
1395Image format fuzzer
1396M: Stefan Hajnoczi <stefanha@redhat.com>
1397L: qemu-block@nongnu.org
1398S: Supported
1399F: tests/image-fuzzer/