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