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