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