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