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