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