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