]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
vl: move rom_load_all after machine init done
[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
97891afa 352M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
e3260506 353S: Maintained
8d8b636d
PB
354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
e3260506 358
8f4d260e
SZ
359ARM ACPI Subsystem
360M: Shannon Zhao <zhaoshenglong@huawei.com>
361M: Shannon Zhao <shannon.zhao@linaro.org>
362S: Maintained
363F: hw/arm/virt-acpi-build.c
364F: include/hw/arm/virt-acpi-build.h
365
fd5d5c56
AL
366CRIS Machines
367-------------
368Axis Dev88
369M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370S: Maintained
8d8b636d 371F: hw/cris/axis_dev88.c
6e481d57 372F: hw/*/etraxfs_*.c
fd5d5c56 373
07bf23a7
MW
374LM32 Machines
375-------------
376EVR32 and uclinux BSP
377M: Michael Walle <michael@walle.cc>
378S: Maintained
8d8b636d 379F: hw/lm32/lm32_boards.c
07bf23a7 380
d118aa6b
MW
381milkymist
382M: Michael Walle <michael@walle.cc>
383S: Maintained
8d8b636d 384F: hw/lm32/milkymist.c
d118aa6b 385
afcacd53 386M68K Machines
fd5d5c56
AL
387-------------
388an5206
0e19885e 389S: Orphan
8d8b636d 390F: hw/m68k/an5206.c
fd5d5c56
AL
391
392dummy_m68k
0e19885e 393S: Orphan
8d8b636d 394F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
395
396mcf5208
0e19885e 397S: Orphan
8d8b636d 398F: hw/m68k/mcf5208.c
fd5d5c56
AL
399
400MicroBlaze Machines
401-------------------
402petalogix_s3adsp1800
403M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
404S: Maintained
6e481d57 405F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 406
d36e8ce7 407petalogix_ml605
97891afa 408M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
d36e8ce7 409S: Maintained
8d8b636d 410F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 411
fd5d5c56
AL
412MIPS Machines
413-------------
414Jazz
415M: Hervé Poussineau <hpoussin@reactos.org>
416S: Maintained
8d8b636d 417F: hw/mips/mips_jazz.c
fd5d5c56
AL
418
419Malta
420M: Aurelien Jarno <aurelien@aurel32.net>
421S: Maintained
8d8b636d 422F: hw/mips/mips_malta.c
fd5d5c56
AL
423
424Mipssim
5dd4a88c 425L: qemu-devel@nongnu.org
fd5d5c56 426S: Orphan
8d8b636d 427F: hw/mips/mips_mipssim.c
fd5d5c56
AL
428
429R4000
430M: Aurelien Jarno <aurelien@aurel32.net>
431S: Maintained
8d8b636d 432F: hw/mips/mips_r4k.c
fd5d5c56 433
945dad6d
JL
434OpenRISC Machines
435-----------------
436or1k-sim
437M: Jia Liu <proljc@gmail.com>
438S: Maintained
439F: hw/openrisc/openrisc_sim.c
440
fd5d5c56
AL
441PowerPC Machines
442----------------
443405
444M: Alexander Graf <agraf@suse.de>
a6c98685 445L: qemu-ppc@nongnu.org
9b9fe135 446S: Odd Fixes
8d8b636d 447F: hw/ppc/ppc405_boards.c
fd5d5c56 448
aaade8d7
AF
449Bamboo
450M: Alexander Graf <agraf@suse.de>
451L: qemu-ppc@nongnu.org
452S: Odd Fixes
8d8b636d 453F: hw/ppc/ppc440_bamboo.c
aaade8d7 454
98cded3a
AF
455e500
456M: Alexander Graf <agraf@suse.de>
457M: Scott Wood <scottwood@freescale.com>
458L: qemu-ppc@nongnu.org
459S: Supported
460F: hw/ppc/e500.[hc]
461F: hw/ppc/e500plat.c
462
463mpc8544ds
464M: Alexander Graf <agraf@suse.de>
465M: Scott Wood <scottwood@freescale.com>
466L: qemu-ppc@nongnu.org
467S: Supported
468F: hw/ppc/mpc8544ds.c
8d8b636d 469F: hw/ppc/mpc8544_guts.c
98cded3a 470
fd5d5c56
AL
471New World
472M: Alexander Graf <agraf@suse.de>
a6c98685 473L: qemu-ppc@nongnu.org
fd5d5c56 474S: Maintained
baec1910 475F: hw/ppc/mac_newworld.c
6e481d57
PM
476F: hw/pci-host/uninorth.c
477F: hw/pci-bridge/dec.[hc]
8d8b636d 478F: hw/misc/macio/
fd5d5c56
AL
479
480Old World
481M: Alexander Graf <agraf@suse.de>
a6c98685 482L: qemu-ppc@nongnu.org
fd5d5c56 483S: Maintained
baec1910 484F: hw/ppc/mac_oldworld.c
6e481d57 485F: hw/pci-host/grackle.c
8d8b636d 486F: hw/misc/macio/
fd5d5c56 487
ec38d398
AF
488PReP
489M: Andreas Färber <andreas.faerber@web.de>
a6c98685 490L: qemu-ppc@nongnu.org
ec38d398 491S: Odd Fixes
75610155 492F: hw/ppc/prep.c
6e481d57 493F: hw/pci-host/prep.[hc]
8d8b636d 494F: hw/isa/pc87312.[hc]
fd5d5c56 495
085eb217
DG
496sPAPR (pseries)
497M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
498M: Alexander Graf <agraf@suse.de>
499L: qemu-ppc@nongnu.org
500S: Supported
8d8b636d 501F: hw/*/spapr*
f9de2da7
DG
502F: include/hw/*/spapr*
503F: hw/*/xics*
504F: include/hw/*/xics*
505F: pc-bios/spapr-rtas/*
8a269ca4 506
794d00bf
AF
507virtex_ml507
508M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
509L: qemu-ppc@nongnu.org
510S: Odd Fixes
6e481d57 511F: hw/ppc/virtex_ml507.c
794d00bf 512
fd5d5c56
AL
513SH4 Machines
514------------
515R2D
516M: Magnus Damm <magnus.damm@gmail.com>
517S: Maintained
6e481d57 518F: hw/sh4/r2d.c
fd5d5c56
AL
519
520Shix
521M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 522S: Orphan
6e481d57 523F: hw/sh4/shix.c
fd5d5c56
AL
524
525SPARC Machines
526--------------
527Sun4m
528M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 529M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 530S: Maintained
8d8b636d 531F: hw/sparc/sun4m.c
fd5d5c56
AL
532
533Sun4u
534M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 535M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 536S: Maintained
8d8b636d 537F: hw/sparc64/sun4u.c
fd5d5c56 538
ce6c760c
FC
539Leon3
540M: Fabien Chouteau <chouteau@adacore.com>
541S: Maintained
8d8b636d
PB
542F: hw/sparc/leon3.c
543F: hw/*/grlib*
ce6c760c 544
fd5d5c56
AL
545S390 Machines
546-------------
547S390 Virtio
548M: Alexander Graf <agraf@suse.de>
549S: Maintained
6e481d57 550F: hw/s390x/s390-*.c
8cba80c3 551X: hw/s390x/*pci*.[hc]
fd5d5c56 552
dd4ad64a
CH
553S390 Virtio-ccw
554M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 555M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
556M: Alexander Graf <agraf@suse.de>
557S: Supported
558F: hw/s390x/s390-virtio-ccw.c
559F: hw/s390x/css.[hc]
b304bf00
CB
560F: hw/s390x/sclp*.[hc]
561F: hw/s390x/ipl*.[hc]
8cba80c3 562F: hw/s390x/*pci*.[hc]
4277af19
CH
563F: include/hw/s390x/
564F: pc-bios/s390-ccw/
dd4ad64a
CH
565T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
ab9528ca
GX
567UniCore32 Machines
568-------------
569PKUnity-3 SoC initramfs-with-busybox
570M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571S: Maintained
8d8b636d 572F: hw/*/puv3*
ab9528ca
GX
573F: hw/unicore32/
574
fd5d5c56
AL
575X86 Machines
576------------
577PC
046a6486 578M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 579S: Supported
046a6486
MT
580F: include/hw/i386/
581F: hw/i386/
582F: hw/pci-host/piix.c
583F: hw/pci-host/q35.c
584F: hw/pci-host/pam.c
585F: include/hw/pci-host/q35.h
586F: include/hw/pci-host/pam.h
587F: hw/isa/piix4.c
588F: hw/isa/lpc_ich9.c
589F: hw/i2c/smbus_ich9.c
590F: hw/acpi/piix4.c
591F: hw/acpi/ich9.c
592F: include/hw/acpi/ich9.h
593F: include/hw/acpi/piix.h
594
fd5d5c56 595
16e7caae
MF
596Xtensa Machines
597---------------
375847a6 598sim
16e7caae
MF
599M: Max Filippov <jcmvbkbc@gmail.com>
600S: Maintained
437a8c11 601F: hw/xtensa/sim.c
375847a6 602
437a8c11 603XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
604M: Max Filippov <jcmvbkbc@gmail.com>
605S: Maintained
437a8c11
MF
606F: hw/xtensa/xtfpga.c
607F: hw/net/opencores_eth.c
16e7caae 608
fd5d5c56
AL
609Devices
610-------
b30934cb
JS
611EDU
612M: Jiri Slaby <jslaby@suse.cz>
613S: Maintained
614F: hw/misc/edu.c
615
fd5d5c56 616IDE
c095348b
JS
617M: John Snow <jsnow@redhat.com>
618L: qemu-block@nongnu.org
619S: Supported
8d8b636d 620F: include/hw/ide.h
fd5d5c56 621F: hw/ide/
c095348b
JS
622F: hw/block/block.c
623F: hw/block/cdrom.c
624F: hw/block/hd-geometry.c
625F: tests/ide-test.c
626F: tests/ahci-test.c
627T: git git://github.com/jnsnow/qemu.git ide
628
629Floppy
630M: John Snow <jsnow@redhat.com>
631L: qemu-block@nongnu.org
632S: Supported
633F: hw/block/fdc.c
634F: include/hw/block/fdc.h
635T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 636
f5f487b2
PM
637OMAP
638M: Peter Maydell <peter.maydell@linaro.org>
639S: Maintained
8d8b636d 640F: hw/*/omap*
f5f487b2 641
fd5d5c56
AL
642PCI
643M: Michael S. Tsirkin <mst@redhat.com>
644S: Supported
8d8b636d 645F: include/hw/pci/*
ca818cfb 646F: hw/pci/*
0e0b3592
MT
647
648ACPI
649M: Michael S. Tsirkin <mst@redhat.com>
650M: Igor Mammedov <imammedo@redhat.com>
651S: Supported
652F: include/hw/acpi/*
653F: hw/mem/*
8d8b636d 654F: hw/acpi/*
0e0b3592
MT
655F: hw/i386/acpi-build.[hc]
656F: hw/i386/*dsl
657F: hw/arm/virt-acpi-build.c
658F: include/hw/arm/virt-acpi-build.h
659F: scripts/acpi*py
fd5d5c56 660
aaade8d7
AF
661ppc4xx
662M: Alexander Graf <agraf@suse.de>
663L: qemu-ppc@nongnu.org
664S: Odd Fixes
8d8b636d 665F: hw/ppc/ppc4*.c
aaade8d7 666
98cded3a
AF
667ppce500
668M: Alexander Graf <agraf@suse.de>
669M: Scott Wood <scottwood@freescale.com>
670L: qemu-ppc@nongnu.org
671S: Supported
6e481d57 672F: hw/ppc/e500*
98cded3a 673
fd5d5c56 674SCSI
de7724f7
PB
675M: Paolo Bonzini <pbonzini@redhat.com>
676S: Supported
8d8b636d
PB
677F: include/hw/scsi*
678F: hw/scsi/*
1ab09a40 679T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
680
681LSI53C895A
0e19885e 682S: Orphan
8d8b636d 683F: hw/scsi/lsi53c895a.c
fd5d5c56 684
fcb5629d 685SSI
97891afa 686M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
fcb5629d 687S: Maintained
8d8b636d
PB
688F: hw/ssi/*
689F: hw/block/m25p80.c
fcb5629d 690
fd5d5c56 691USB
5d0d62fe
GH
692M: Gerd Hoffmann <kraxel@redhat.com>
693S: Maintained
8d8b636d 694F: hw/usb/*
28edfce0 695F: tests/usb-*-test.c
fd5d5c56 696
e26082fd
PB
697USB (serial adapter)
698M: Gerd Hoffmann <kraxel@redhat.com>
699M: Samuel Thibault <samuel.thibault@ens-lyon.org>
700S: Maintained
701F: hw/usb/dev-serial.c
702
92e1fb5e
AW
703VFIO
704M: Alex Williamson <alex.williamson@redhat.com>
705S: Supported
cf7087db 706F: hw/vfio/*
92e1fb5e 707
fd5d5c56
AL
708vhost
709M: Michael S. Tsirkin <mst@redhat.com>
710S: Supported
8d8b636d 711F: hw/*/*vhost*
fd5d5c56
AL
712
713virtio
a75143ed 714M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 715S: Supported
8d8b636d 716F: hw/*/virtio*
6a084ea3 717F: net/vhost-user.c
fd5d5c56
AL
718
719virtio-9p
23704102 720M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 721S: Supported
aebeca25
AF
722F: hw/9pfs/
723F: fsdev/
2d888c09 724F: tests/virtio-9p-test.c
3f3309cb 725T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
726
727virtio-blk
54d01a00 728M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 729L: qemu-block@nongnu.org
fd5d5c56 730S: Supported
8d8b636d 731F: hw/block/virtio-blk.c
b457a5f5
SH
732F: hw/block/dataplane/*
733F: hw/virtio/dataplane/*
734T: git git://github.com/stefanha/qemu.git block
fd5d5c56 735
dd4ad64a
CH
736virtio-ccw
737M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 738M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
739S: Supported
740F: hw/s390x/virtio-ccw.[hc]
741T: git git://github.com/cohuck/qemu virtio-ccw-upstr
742
a5d4d7b5
GH
743virtio-input
744M: Gerd Hoffmann <kraxel@redhat.com>
745S: Maintained
746F: hw/input/virtio-input*.c
747F: include/hw/virtio/virtio-input.h
748
fd5d5c56
AL
749virtio-serial
750M: Amit Shah <amit.shah@redhat.com>
751S: Supported
8d8b636d
PB
752F: hw/char/virtio-serial-bus.c
753F: hw/char/virtio-console.c
68a5e38a 754F: include/hw/virtio/virtio-serial.h
fd5d5c56 755
1f51a5cb
AS
756virtio-rng
757M: Amit Shah <amit.shah@redhat.com>
758S: Supported
759F: hw/virtio/virtio-rng.c
760F: include/hw/virtio/virtio-rng.h
761F: backends/rng*.c
762
f3c507ad
KB
763nvme
764M: Keith Busch <keith.busch@intel.com>
c95e4c0e 765L: qemu-block@nongnu.org
f3c507ad
KB
766S: Supported
767F: hw/block/nvme*
fc967791 768F: tests/nvme-test.c
f3c507ad 769
d383c625
HR
770megasas
771M: Hannes Reinecke <hare@suse.de>
c95e4c0e 772L: qemu-block@nongnu.org
d383c625
HR
773S: Supported
774F: hw/scsi/megasas.c
775F: hw/scsi/mfi.h
776
ab61d240 777Xilinx EDK
97891afa 778M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
ab61d240
PC
779M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
780S: Maintained
8d8b636d
PB
781F: hw/*/xilinx_*
782F: include/hw/xilinx.h
ab61d240 783
622fb504
DF
784Vmware
785M: Dmitry Fleytman <dmitry@daynix.com>
786S: Maintained
787F: hw/net/vmxnet*
788F: hw/scsi/vmw_pvscsi*
789
de24d3f1
SF
790Rocker
791M: Scott Feldman <sfeldma@gmail.com>
792M: Jiri Pirko <jiri@resnulli.us>
793S: Maintained
794F: hw/net/rocker/
795
fd5d5c56
AL
796Subsystems
797----------
798Audio
9f575846 799M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
800S: Maintained
801F: audio/
8d8b636d 802F: hw/audio/
d7b50c0c 803F: tests/ac97-test.c
8fa74c94 804F: tests/es1370-test.c
fbaf445a 805F: tests/intel-hda-test.c
fd5d5c56 806
17f1e8f5 807Block layer core
fd5d5c56 808M: Kevin Wolf <kwolf@redhat.com>
c95e4c0e 809L: qemu-block@nongnu.org
fd5d5c56
AL
810S: Supported
811F: block*
812F: block/
8d8b636d 813F: hw/block/
4c346e0b 814F: include/block/
46078760
KW
815F: qemu-img*
816F: qemu-io*
29242091 817F: tests/qemu-iotests/
d48addda 818T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 819
d55053b1
SH
820Block I/O path
821M: Stefan Hajnoczi <stefanha@redhat.com>
822L: qemu-block@nongnu.org
823S: Supported
824F: async.c
825F: aio-*.c
826F: block/io.c
827F: migration/block*
828T: git git://github.com/stefanha/qemu.git block
829
280458a3
JC
830Block Jobs
831M: Jeff Cody <jcody@redhat.com>
832L: qemu-block@nongnu.org
833S: Supported
834F: blockjob.c
835F: include/block/blockjob.h
836F: block/backup.c
837F: block/commit.c
838F: block/stream.h
839F: block/mirror.c
840T: git git://github.com/codyprime/qemu-kvm-jtc.git block
841
4120201d
MA
842Block QAPI, monitor, command line
843M: Markus Armbruster <armbru@redhat.com>
844S: Supported
845F: blockdev.c
846F: block/qapi.c
847F: qapi/block*.json
848T: git git://repo.or.cz/qemu/armbru.git block-next
849
fd5d5c56 850Character Devices
da26f37a 851M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
852S: Maintained
853F: qemu-char.c
da26f37a
PB
854F: backends/msmouse.c
855F: backends/testdev.c
fd5d5c56 856
e26082fd
PB
857Character Devices (Braille)
858M: Samuel Thibault <samuel.thibault@ens-lyon.org>
859S: Maintained
860F: backends/baum.c
fd5d5c56 861
8c413e79
MA
862Coverity model
863M: Markus Armbruster <armbru@redhat.com>
864S: Supported
865F: scripts/coverity-model.c
866
f2ca0524
AF
867CPU
868M: Andreas Färber <afaerber@suse.de>
869S: Supported
870F: qom/cpu.c
6e481d57 871F: include/qom/cpu.h
62e0c095 872F: target-i386/cpu.c
f2ca0524 873
f0513d2c
IM
874ICC Bus
875M: Igor Mammedov <imammedo@redhat.com>
876S: Supported
877F: include/hw/cpu/icc_bus.h
878F: hw/cpu/icc_bus.c
879
d24b569a 880Device Tree
97891afa 881M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
d24b569a
PC
882M: Alexander Graf <agraf@suse.de>
883S: Maintained
6e481d57 884F: device_tree.[ch]
d24b569a 885
fd5d5c56 886GDB stub
5dd4a88c 887L: qemu-devel@nongnu.org
fd5d5c56
AL
888S: Odd Fixes
889F: gdbstub*
890F: gdb-xml/
891
01a9c03c
PB
892Memory API
893M: Paolo Bonzini <pbonzini@redhat.com>
894S: Supported
895F: include/exec/ioport.h
896F: ioport.c
897F: include/exec/memory.h
898F: memory.c
899F: include/exec/memory-internal.h
900F: exec.c
901
7ee3bf03
GH
902SPICE
903M: Gerd Hoffmann <kraxel@redhat.com>
904S: Supported
6e481d57 905F: include/ui/qemu-spice.h
7ee3bf03
GH
906F: ui/spice-*.c
907F: audio/spiceaudio.c
8d8b636d 908F: hw/display/qxl*
7ee3bf03 909
fd5d5c56 910Graphics
25eccc37
GH
911M: Gerd Hoffmann <kraxel@redhat.com>
912S: Odd Fixes
fd5d5c56
AL
913F: ui/
914
351f1bf6
AF
915Cocoa graphics
916M: Andreas Färber <andreas.faerber@web.de>
30ef3c74 917M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
918S: Odd Fixes
919F: ui/cocoa.m
920
fd5d5c56 921Main loop
da26f37a
PB
922M: Paolo Bonzini <pbonzini@redhat.com>
923S: Maintained
924F: cpus.c
925F: main-loop.c
926F: qemu-timer.c
fd5d5c56
AL
927F: vl.c
928
8899b4ae 929Human Monitor (HMP)
fd5d5c56 930M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 931S: Maintained
fd5d5c56 932F: monitor.c
8899b4ae
LC
933F: hmp.c
934F: hmp-commands.hx
dce07e0b 935T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
936
937Network device layer
1cd0f8ce 938M: Stefan Hajnoczi <stefanha@redhat.com>
442469e6 939M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
940S: Maintained
941F: net/
837c36e7 942T: git git://github.com/stefanha/qemu.git net
fd5d5c56 943
aee09baf
VM
944Netmap network backend
945M: Luigi Rizzo <rizzo@iet.unipi.it>
946M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
947M: Vincenzo Maffione <v.maffione@gmail.com>
948W: http://info.iet.unipi.it/~luigi/netmap/
949S: Maintained
950F: net/netmap.c
951
44f76b28
PB
952Network Block Device (NBD)
953M: Paolo Bonzini <pbonzini@redhat.com>
954S: Odd Fixes
955F: block/nbd.c
956F: nbd.*
957F: qemu-nbd.c
1ab09a40 958T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 959
2f54eb98
EH
960NUMA
961M: Eduardo Habkost <ehabkost@redhat.com>
962S: Maintained
963F: numa.c
964F: include/sysemu/numa.h
965K: numa|NUMA
966K: srat|SRAT
967T: git git://github.com/ehabkost/qemu.git numa
968
8899b4ae 969QAPI
9740618c 970M: Markus Armbruster <armbru@redhat.com>
8899b4ae 971M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 972S: Supported
8899b4ae 973F: qapi/
0311c5bd 974X: qapi/*.json
c0bd0b50 975F: tests/qapi-schema/
0311c5bd
MA
976F: scripts/qapi*
977F: docs/qapi*
9740618c 978T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 979
7810d291
LC
980QAPI Schema
981M: Eric Blake <eblake@redhat.com>
7810d291
LC
982M: Markus Armbruster <armbru@redhat.com>
983S: Supported
984F: qapi-schema.json
0311c5bd 985F: qapi/*.json
9740618c 986T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 987
f3582ba4
LC
988QObject
989M: Luiz Capitulino <lcapitulino@redhat.com>
990S: Maintained
991F: qobject/
992T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
993
f05d9999
MR
994QEMU Guest Agent
995M: Michael Roth <mdroth@linux.vnet.ibm.com>
996S: Maintained
997F: qga/
998T: git git://github.com/mdroth/qemu.git qga
999
4688c94c 1000QOM
4688c94c
AF
1001M: Andreas Färber <afaerber@suse.de>
1002S: Supported
1003T: git git://github.com/afaerber/qemu-cpu.git qom-next
1004F: include/qom/
1005X: include/qom/cpu.h
1006F: qom/
1007X: qom/cpu.c
1008F: tests/qom-test.c
1009
8899b4ae 1010QMP
9740618c
LC
1011M: Markus Armbruster <armbru@redhat.com>
1012S: Supported
8899b4ae
LC
1013F: qmp.c
1014F: monitor.c
1015F: qmp-commands.hx
9740618c
LC
1016F: docs/qmp/
1017F: scripts/qmp/
1018T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1019
fd5d5c56 1020SLIRP
bafc72ab
JK
1021M: Jan Kiszka <jan.kiszka@siemens.com>
1022S: Maintained
fd5d5c56 1023F: slirp/
1ab09a40 1024T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1025
598a3f35 1026Tracing
1cd0f8ce 1027M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1028S: Maintained
1029F: trace/
f70fd8fd
LV
1030F: scripts/tracetool.py
1031F: scripts/tracetool/
f922ea46 1032F: docs/tracing.txt
1ab09a40 1033T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1034
14f40fdc
BS
1035Checkpatch
1036M: Blue Swirl <blauwirbel@gmail.com>
1037S: Odd Fixes
1038F: scripts/checkpatch.pl
1039
c0787c8d
JQ
1040Migration
1041M: Juan Quintela <quintela@redhat.com>
7f4675c3 1042M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1043S: Maintained
1044F: include/migration/
44a1f946 1045F: migration/
c5515640
AS
1046F: scripts/vmstate-static-checker.py
1047F: tests/vmstate-static-checker-data/
c0787c8d 1048
92bfedb0 1049Seccomp
9d9de254 1050M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1051S: Supported
1052F: qemu-seccomp.c
1053F: include/sysemu/seccomp.h
1054
fd5d5c56
AL
1055Usermode Emulation
1056------------------
486bbe5f
PB
1057Overall
1058M: Riku Voipio <riku.voipio@iki.fi>
1059S: Maintained
1060F: thunk.c
1061F: user-exec.c
1062
fd5d5c56
AL
1063BSD user
1064M: Blue Swirl <blauwirbel@gmail.com>
1065S: Maintained
1066F: bsd-user/
1067
fd5d5c56
AL
1068Linux user
1069M: Riku Voipio <riku.voipio@iki.fi>
1070S: Maintained
1071F: linux-user/
42f5a7e9
AJ
1072
1073Tiny Code Generator (TCG)
1074-------------------------
1075Common code
cc7772bd 1076M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1077S: Maintained
1078F: tcg/
1079
b25a464c
CF
1080AArch64 target
1081M: Claudio Fontana <claudio.fontana@huawei.com>
1082M: Claudio Fontana <claudio.fontana@gmail.com>
1083S: Maintained
1084F: tcg/aarch64/
1085
42f5a7e9
AJ
1086ARM target
1087M: Andrzej Zaborowski <balrogg@gmail.com>
1088S: Maintained
1089F: tcg/arm/
1090
42f5a7e9 1091i386 target
5dd4a88c 1092L: qemu-devel@nongnu.org
42f5a7e9
AJ
1093S: Maintained
1094F: tcg/i386/
1095
1096IA64 target
1097M: Aurelien Jarno <aurelien@aurel32.net>
1098S: Maintained
1099F: tcg/ia64/
1100
1101MIPS target
d6eec7a2 1102M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1103S: Maintained
1104F: tcg/mips/
1105
1106PPC
1107M: Vassili Karpov (malc) <av1474@comtv.ru>
1108S: Maintained
1109F: tcg/ppc/
1110
1111PPC64 target
1112M: Vassili Karpov (malc) <av1474@comtv.ru>
1113S: Maintained
1114F: tcg/ppc64/
1115
1116S390 target
1117M: Alexander Graf <agraf@suse.de>
1118M: Richard Henderson <rth@twiddle.net>
1119S: Maintained
1120F: tcg/s390/
1121
1122SPARC target
1123M: Blue Swirl <blauwirbel@gmail.com>
1124S: Maintained
1125F: tcg/sparc/
bc75c9e5
SW
1126
1127TCI target
1128M: Stefan Weil <sw@weilnetz.de>
1129S: Maintained
8ef9cd55 1130F: tcg/tci/
2b7be8c8 1131F: tci.c
aa09c951
AF
1132
1133Stable branches
1134---------------
1135Stable 1.0
1136L: qemu-stable@nongnu.org
85938981 1137T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1138S: Orphan
1139
1140Stable 0.15
1141L: qemu-stable@nongnu.org
73c30df6 1142M: Andreas Färber <afaerber@suse.de>
85938981 1143T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1144S: Supported
aa09c951
AF
1145
1146Stable 0.14
1147L: qemu-stable@nongnu.org
85938981 1148T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1149S: Orphan
1150
1151Stable 0.10
1152L: qemu-stable@nongnu.org
85938981 1153T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1154S: Orphan
f05b328c
SH
1155
1156Block drivers
1157-------------
1158VMDK
1159M: Fam Zheng <famz@redhat.com>
c95e4c0e 1160L: qemu-block@nongnu.org
f05b328c
SH
1161S: Supported
1162F: block/vmdk.c
1163
1164RBD
1165M: Josh Durgin <josh.durgin@inktank.com>
280458a3
JC
1166M: Jeff Cody <jcody@redhat.com>
1167L: qemu-block@nongnu.org
f05b328c
SH
1168S: Supported
1169F: block/rbd.c
280458a3 1170T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1171
1172Sheepdog
53b33231 1173M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1174M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1175M: Jeff Cody <jcody@redhat.com>
1176L: qemu-block@nongnu.org
dce32b6c 1177L: sheepdog@lists.wpkg.org
f05b328c
SH
1178S: Supported
1179F: block/sheepdog.c
280458a3 1180T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1181
1182VHDX
1183M: Jeff Cody <jcody@redhat.com>
280458a3 1184L: qemu-block@nongnu.org
f05b328c
SH
1185S: Supported
1186F: block/vhdx*
280458a3 1187T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1188
1189VDI
1190M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1191L: qemu-block@nongnu.org
f05b328c
SH
1192S: Maintained
1193F: block/vdi.c
1194
1195iSCSI
1196M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1197M: Paolo Bonzini <pbonzini@redhat.com>
1198M: Peter Lieven <pl@kamp.de>
c95e4c0e 1199L: qemu-block@nongnu.org
f05b328c
SH
1200S: Supported
1201F: block/iscsi.c
1202
6542aa9c 1203NFS
280458a3 1204M: Jeff Cody <jcody@redhat.com>
6542aa9c 1205M: Peter Lieven <pl@kamp.de>
280458a3 1206L: qemu-block@nongnu.org
6542aa9c
PL
1207S: Maintained
1208F: block/nfs.c
280458a3 1209T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1210
f05b328c
SH
1211SSH
1212M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1213M: Jeff Cody <jcody@redhat.com>
1214L: qemu-block@nongnu.org
f05b328c
SH
1215S: Supported
1216F: block/ssh.c
280458a3 1217T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1218
1219ARCHIPELAGO
c9a12e75 1220M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1221M: Jeff Cody <jcody@redhat.com>
1222L: qemu-block@nongnu.org
c9a12e75
CN
1223S: Maintained
1224F: block/archipelago.c
280458a3
JC
1225T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1226
1227CURL
1228M: Jeff Cody <jcody@redhat.com>
1229L: qemu-block@nongnu.org
1230S: Supported
1231F: block/curl.c
1232T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1233
1234GLUSTER
1235M: Jeff Cody <jcody@redhat.com>
1236L: qemu-block@nongnu.org
1237S: Supported
1238F: block/gluster.c
1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1240
199667a8
FZ
1241Null Block Driver
1242M: Fam Zheng <famz@redhat.com>
1243L: qemu-block@nongnu.org
1244S: Supported
1245F: block/null.c
1246
b5e9476c
GA
1247Bootdevice
1248M: Gonglei <arei.gonglei@huawei.com>
1249S: Maintained
1250F: bootdevice.c
ecdda9e0
AG
1251
1252Quorum
1253M: Alberto Garcia <berto@igalia.com>
1254S: Supported
1255F: block/quorum.c
1256L: qemu-block@nongnu.org
e7c6e631
SH
1257
1258blkverify
1259M: Stefan Hajnoczi <stefanha@redhat.com>
1260L: qemu-block@nongnu.org
1261S: Supported
1262F: block/blkverify.c
1263
1264bochs
1265M: Stefan Hajnoczi <stefanha@redhat.com>
1266L: qemu-block@nongnu.org
1267S: Supported
1268F: block/bochs.c
1269
1270cloop
1271M: Stefan Hajnoczi <stefanha@redhat.com>
1272L: qemu-block@nongnu.org
1273S: Supported
1274F: block/cloop.c
1275
1276dmg
1277M: Stefan Hajnoczi <stefanha@redhat.com>
1278L: qemu-block@nongnu.org
1279S: Supported
1280F: block/dmg.c
1281
1282parallels
1283M: Stefan Hajnoczi <stefanha@redhat.com>
1284L: qemu-block@nongnu.org
1285S: Supported
1286F: block/parallels.c
1287
1288qed
1289M: Stefan Hajnoczi <stefanha@redhat.com>
1290L: qemu-block@nongnu.org
1291S: Supported
1292F: block/qed.c
1293
1294raw
1295M: Kevin Wolf <kwolf@redhat.com>
1296L: qemu-block@nongnu.org
1297S: Supported
1298F: block/linux-aio.c
1299F: block/raw-aio.h
1300F: block/raw-posix.c
1301F: block/raw-win32.c
1302F: block/raw_bsd.c
1303F: block/win32-aio.c
1304
1305qcow2
1306M: Kevin Wolf <kwolf@redhat.com>
1307L: qemu-block@nongnu.org
1308S: Supported
1309F: block/qcow2*
1310
1311qcow
1312M: Kevin Wolf <kwolf@redhat.com>
1313L: qemu-block@nongnu.org
1314S: Supported
1315F: block/qcow.c
1316
1317blkdebug
1318M: Kevin Wolf <kwolf@redhat.com>
1319L: qemu-block@nongnu.org
1320S: Supported
1321F: block/blkdebug.c
1322
1323vpc
1324M: Kevin Wolf <kwolf@redhat.com>
1325L: qemu-block@nongnu.org
1326S: Supported
1327F: block/vpc.c
1328
1329vvfat
1330M: Kevin Wolf <kwolf@redhat.com>
1331L: qemu-block@nongnu.org
1332S: Supported
1333F: block/vvfat.c
abfe4e94
SH
1334
1335Image format fuzzer
1336M: Stefan Hajnoczi <stefanha@redhat.com>
1337L: qemu-block@nongnu.org
1338S: Supported
1339F: tests/image-fuzzer/