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