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