2008-05-09 11:39:00 +02:00
|
|
|
QEMU Maintainers
|
|
|
|
================
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
The intention of this file is not to establish who owns what portions of the
|
|
|
|
code base, but to provide a set of names that developers can consult when they
|
|
|
|
have a question about a particular subset and also to provide a set of names
|
|
|
|
to be CC'd when submitting a patch to obtain appropriate review.
|
2008-06-04 16:57:43 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
In general, if you have a question about inclusion of a patch, you should
|
|
|
|
consult qemu-devel and not any specific individual privately.
|
2008-05-09 11:39:00 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Descriptions of section entries:
|
|
|
|
|
|
|
|
M: Mail patches to: FullName <address@domain>
|
|
|
|
L: Mailing list that is relevant to this area
|
|
|
|
W: Web-page with status/info
|
|
|
|
Q: Patchwork web based patch tracking system site
|
|
|
|
T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
|
|
|
|
S: Status, one of the following:
|
|
|
|
Supported: Someone is actually paid to look after this.
|
|
|
|
Maintained: Someone actually looks after it.
|
|
|
|
Odd Fixes: It has a maintainer but they don't have time to do
|
2011-11-09 20:45:38 +01:00
|
|
|
much other than throw the odd patch in. See below.
|
2010-09-09 21:51:31 +02:00
|
|
|
Orphan: No current maintainer [but maybe you could take the
|
|
|
|
role as you write your new code].
|
|
|
|
Obsolete: Old code. Something tagged obsolete generally means
|
|
|
|
it has been replaced by a better system and you
|
|
|
|
should be using that.
|
|
|
|
F: Files and directories with wildcard patterns.
|
|
|
|
A trailing slash includes all files and subdirectory files.
|
|
|
|
F: drivers/net/ all files in and below drivers/net
|
|
|
|
F: drivers/net/* all files in drivers/net, but not below
|
|
|
|
F: */net/* all files in "any top level directory"/net
|
|
|
|
One pattern per line. Multiple F: lines acceptable.
|
|
|
|
X: Files and directories that are NOT maintained, same rules as F:
|
|
|
|
Files exclusions are tested before file matches.
|
|
|
|
Can be useful for excluding a specific subdirectory, for instance:
|
|
|
|
F: net/
|
|
|
|
X: net/ipv6/
|
|
|
|
matches all files in and below net excluding net/ipv6/
|
|
|
|
K: Keyword perl extended regex pattern to match content in a
|
|
|
|
patch or file. For instance:
|
|
|
|
K: of_get_profile
|
|
|
|
matches patches or files that contain "of_get_profile"
|
|
|
|
K: \b(printk|pr_(info|err))\b
|
|
|
|
matches patches or files that contain one or more of the words
|
|
|
|
printk, pr_info or pr_err
|
|
|
|
One regex pattern per line. Multiple K: lines acceptable.
|
|
|
|
|
|
|
|
|
|
|
|
General Project Administration
|
|
|
|
------------------------------
|
2014-10-15 22:30:52 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2014-04-17 15:45:46 +02:00
|
|
|
Responsible Disclosure, Reporting Security Issues
|
|
|
|
------------------------------
|
|
|
|
W: http://wiki.qemu.org/SecurityProcess
|
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
|
|
|
L: secalert@redhat.com
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Guest CPU cores (TCG):
|
|
|
|
----------------------
|
2014-10-22 00:18:01 +02:00
|
|
|
Overall
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2014-10-22 00:18:01 +02:00
|
|
|
S: Odd fixes
|
|
|
|
F: cpu-exec.c
|
|
|
|
F: cputlb.c
|
|
|
|
F: softmmu_template.h
|
|
|
|
F: translate-all.c
|
|
|
|
F: include/exec/cpu_ldst.h
|
|
|
|
F: include/exec/cpu_ldst_template.h
|
|
|
|
F: include/exec/helper*.h
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Alpha
|
2011-05-20 21:23:18 +02:00
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: target-alpha/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/alpha/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/alpha/
|
2008-05-09 11:39:00 +02:00
|
|
|
|
|
|
|
ARM
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: target-arm/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/
|
|
|
|
F: hw/cpu/a*mpcore.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
CRIS
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: target-cris/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/cris/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/cris/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-02-17 23:45:18 +01:00
|
|
|
LM32
|
|
|
|
M: Michael Walle <michael@walle.cc>
|
|
|
|
S: Maintained
|
|
|
|
F: target-lm32/
|
2014-11-02 18:11:11 +01:00
|
|
|
F: disas/lm32.c
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/lm32/
|
2014-11-02 18:11:11 +01:00
|
|
|
F: hw/*/lm32_*
|
|
|
|
F: hw/*/milkymist-*
|
|
|
|
F: include/hw/char/lm32_juart.h
|
|
|
|
F: include/hw/lm32/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/lm32/
|
2011-02-17 23:45:18 +01:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
M68K
|
2013-10-02 19:09:12 +02:00
|
|
|
S: Orphan
|
2010-09-09 21:51:31 +02:00
|
|
|
F: target-m68k/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
MicroBlaze
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: target-microblaze/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/microblaze/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2008-05-09 11:39:00 +02:00
|
|
|
MIPS
|
2011-01-14 20:39:19 +01:00
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
2014-10-16 13:38:07 +02:00
|
|
|
M: Leon Alrae <leon.alrae@imgtec.com>
|
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: target-mips/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/mips/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-03-18 20:49:25 +01:00
|
|
|
Moxie
|
|
|
|
M: Anthony Green <green@moxielogic.com>
|
|
|
|
S: Maintained
|
|
|
|
F: target-moxie/
|
|
|
|
|
2013-07-02 14:55:17 +02:00
|
|
|
OpenRISC
|
|
|
|
M: Jia Liu <proljc@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: target-openrisc/
|
|
|
|
F: hw/openrisc/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/openrisc/
|
2013-07-02 14:55:17 +02:00
|
|
|
|
2008-05-09 11:39:00 +02:00
|
|
|
PowerPC
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: target-ppc/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
S390
|
2012-12-05 16:23:25 +01:00
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
|
|
|
F: target-s390x/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/s390x/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2008-05-09 11:39:00 +02:00
|
|
|
SH4
|
2011-01-14 20:39:19 +01:00
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
2012-04-13 18:33:43 +02:00
|
|
|
S: Odd Fixes
|
2010-09-09 21:51:31 +02:00
|
|
|
F: target-sh4/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sh4/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
SPARC
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
2015-03-02 23:23:27 +01:00
|
|
|
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: target-sparc/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sparc/
|
|
|
|
F: hw/sparc64/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-03-14 00:45:43 +01:00
|
|
|
UniCore32
|
|
|
|
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
|
|
|
|
S: Maintained
|
|
|
|
F: target-unicore32/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/unicore32/
|
2012-03-14 00:45:43 +01:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
X86
|
2014-10-21 15:16:06 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
2015-04-08 13:34:56 +02:00
|
|
|
M: Eduardo Habkost <ehabkost@redhat.com>
|
2015-04-08 13:36:24 +02:00
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: target-i386/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/i386/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-09-06 01:55:56 +02:00
|
|
|
Xtensa
|
|
|
|
M: Max Filippov <jcmvbkbc@gmail.com>
|
2011-10-28 00:11:05 +02:00
|
|
|
W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
|
2011-09-06 01:55:56 +02:00
|
|
|
S: Maintained
|
|
|
|
F: target-xtensa/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/xtensa/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/xtensa/
|
2011-09-06 01:55:56 +02:00
|
|
|
|
2014-09-01 13:59:46 +02:00
|
|
|
TriCore
|
|
|
|
M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
|
|
|
|
S: Maintained
|
|
|
|
F: target-tricore/
|
|
|
|
F: hw/tricore/
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Guest CPU Cores (KVM):
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
Overall
|
2013-06-04 15:06:37 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
L: kvm@vger.kernel.org
|
|
|
|
S: Supported
|
|
|
|
F: kvm-*
|
|
|
|
F: */kvm.*
|
|
|
|
|
2013-03-05 01:34:43 +01:00
|
|
|
ARM
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
|
|
|
S: Maintained
|
|
|
|
F: target-arm/kvm.c
|
|
|
|
|
2014-06-18 00:10:37 +02:00
|
|
|
MIPS
|
|
|
|
M: James Hogan <james.hogan@imgtec.com>
|
|
|
|
S: Maintained
|
|
|
|
F: target-mips/kvm.c
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
PPC
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
|
|
|
F: target-ppc/kvm.c
|
|
|
|
|
2009-12-05 12:44:31 +01:00
|
|
|
S390
|
2014-03-06 09:49:25 +01:00
|
|
|
M: Christian Borntraeger <borntraeger@de.ibm.com>
|
|
|
|
M: Cornelia Huck <cornelia.huck@de.ibm.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
|
|
|
F: target-s390x/kvm.c
|
2014-10-20 19:00:03 +02:00
|
|
|
F: hw/intc/s390_flic.c
|
|
|
|
F: hw/intc/s390_flic_kvm.c
|
|
|
|
F: include/hw/s390x/s390_flic.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
X86
|
2014-10-21 15:16:06 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Marcelo Tosatti <mtosatti@redhat.com>
|
|
|
|
L: kvm@vger.kernel.org
|
|
|
|
S: Supported
|
|
|
|
F: target-i386/kvm.c
|
|
|
|
|
2011-07-29 17:05:13 +02:00
|
|
|
Guest CPU Cores (Xen):
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
X86
|
|
|
|
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
|
|
|
|
L: xen-devel@lists.xensource.com
|
|
|
|
S: Supported
|
|
|
|
F: xen-*
|
|
|
|
F: */xen*
|
|
|
|
|
2012-01-27 18:53:49 +01:00
|
|
|
Hosts:
|
|
|
|
------
|
|
|
|
|
|
|
|
LINUX
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
S: Maintained
|
|
|
|
F: linux-*
|
|
|
|
F: linux-headers/
|
|
|
|
|
|
|
|
POSIX
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
S: Maintained
|
|
|
|
F: *posix*
|
|
|
|
|
|
|
|
W32, W64
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
M: Stefan Weil <sw@weilnetz.de>
|
|
|
|
S: Maintained
|
|
|
|
F: *win32*
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
ARM Machines
|
|
|
|
------------
|
2013-12-17 20:42:38 +01:00
|
|
|
Allwinner-a10
|
|
|
|
M: Li Guang <lig.fnst@cn.fujitsu.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/*/allwinner-a10*
|
|
|
|
F: include/hw/*/allwinner-a10*
|
|
|
|
F: hw/arm/cubieboard.c
|
|
|
|
|
2012-02-16 10:56:06 +01:00
|
|
|
Exynos
|
|
|
|
M: Evgeny Voevodin <e.voevodin@samsung.com>
|
|
|
|
M: Maksim Kozlov <m.kozlov@samsung.com>
|
2013-07-31 08:27:35 +02:00
|
|
|
M: Igor Mitsyanko <i.mitsyanko@gmail.com>
|
2012-02-16 10:56:06 +01:00
|
|
|
M: Dmitry Solodkiy <d.solodkiy@samsung.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/exynos*
|
2012-02-16 10:56:06 +01:00
|
|
|
|
2012-02-16 10:56:10 +01:00
|
|
|
Calxeda Highbank
|
2014-05-27 18:09:49 +02:00
|
|
|
M: Rob Herring <robh@kernel.org>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/highbank.c
|
|
|
|
F: hw/net/xgmac.c
|
2012-02-16 10:56:10 +01:00
|
|
|
|
2013-12-17 20:42:37 +01:00
|
|
|
Canon DIGIC
|
|
|
|
M: Antony Pavlov <antonynpavlov@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: include/hw/arm/digic.h
|
|
|
|
F: hw/*/digic*
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Gumstix
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/gumstix.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-07-04 12:43:34 +02:00
|
|
|
i.MX31
|
|
|
|
M: Peter Chubb <peter.chubb@nicta.com.au>
|
|
|
|
S: Odd fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/imx*
|
|
|
|
F: hw/arm/kzm.c
|
2012-07-04 12:43:34 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Integrator CP
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/integratorcp.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Mainstone
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/mainstone.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Musicpal
|
|
|
|
M: Jan Kiszka <jan.kiszka@web.de>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/musicpal.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
nSeries
|
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/nseries.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Palm
|
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/palm.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Real View
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/realview*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Spitz
|
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/spitz.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Stellaris
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/stellaris*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Versatile PB
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/versatile*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-03-05 05:39:13 +01:00
|
|
|
Xilinx Zynq
|
2014-04-03 08:31:11 +02:00
|
|
|
M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
2012-03-05 05:39:13 +01:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/xilinx_zynq.c
|
|
|
|
F: hw/misc/zynq_slcr.c
|
|
|
|
F: hw/*/cadence_*
|
|
|
|
F: hw/ssi/xilinx_spips.c
|
2012-03-05 05:39:13 +01:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
CRIS Machines
|
|
|
|
-------------
|
|
|
|
Axis Dev88
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/cris/axis_dev88.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/*/etraxfs_*.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-02-17 23:45:18 +01:00
|
|
|
LM32 Machines
|
|
|
|
-------------
|
|
|
|
EVR32 and uclinux BSP
|
|
|
|
M: Michael Walle <michael@walle.cc>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/lm32/lm32_boards.c
|
2011-02-17 23:45:18 +01:00
|
|
|
|
2011-03-07 23:32:45 +01:00
|
|
|
milkymist
|
|
|
|
M: Michael Walle <michael@walle.cc>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/lm32/milkymist.c
|
2011-03-07 23:32:45 +01:00
|
|
|
|
2011-01-14 20:39:19 +01:00
|
|
|
M68K Machines
|
2010-09-09 21:51:31 +02:00
|
|
|
-------------
|
|
|
|
an5206
|
2013-10-02 19:09:12 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/an5206.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
dummy_m68k
|
2013-10-02 19:09:12 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/dummy_m68k.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
mcf5208
|
2013-10-02 19:09:12 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/mcf5208.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
MicroBlaze Machines
|
|
|
|
-------------------
|
|
|
|
petalogix_s3adsp1800
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/microblaze/petalogix_s3adsp1800_mmu.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-06-26 06:29:40 +02:00
|
|
|
petalogix_ml605
|
2014-04-03 08:31:11 +02:00
|
|
|
M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
2012-06-26 06:29:40 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/microblaze/petalogix_ml605_mmu.c
|
2012-06-26 06:29:40 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
MIPS Machines
|
|
|
|
-------------
|
|
|
|
Jazz
|
|
|
|
M: Hervé Poussineau <hpoussin@reactos.org>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/mips_jazz.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Malta
|
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/mips_malta.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Mipssim
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/mips_mipssim.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
R4000
|
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/mips_r4k.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-07-02 14:55:17 +02:00
|
|
|
OpenRISC Machines
|
|
|
|
-----------------
|
|
|
|
or1k-sim
|
|
|
|
M: Jia Liu <proljc@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/openrisc/openrisc_sim.c
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
PowerPC Machines
|
|
|
|
----------------
|
|
|
|
405
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2012-08-22 07:48:46 +02:00
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/ppc405_boards.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-08-22 07:48:47 +02:00
|
|
|
Bamboo
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/ppc440_bamboo.c
|
2012-08-22 07:48:47 +02:00
|
|
|
|
2012-08-22 07:48:45 +02:00
|
|
|
e500
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
M: Scott Wood <scottwood@freescale.com>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: hw/ppc/e500.[hc]
|
|
|
|
F: hw/ppc/e500plat.c
|
|
|
|
|
|
|
|
mpc8544ds
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
M: Scott Wood <scottwood@freescale.com>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: hw/ppc/mpc8544ds.c
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/mpc8544_guts.c
|
2012-08-22 07:48:45 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
New World
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-01-24 00:03:54 +01:00
|
|
|
F: hw/ppc/mac_newworld.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/pci-host/uninorth.c
|
|
|
|
F: hw/pci-bridge/dec.[hc]
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/misc/macio/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Old World
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-01-24 00:03:54 +01:00
|
|
|
F: hw/ppc/mac_oldworld.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/pci-host/grackle.c
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/misc/macio/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-11-01 00:03:07 +01:00
|
|
|
PReP
|
|
|
|
M: Andreas Färber <andreas.faerber@web.de>
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2011-11-01 00:03:07 +01:00
|
|
|
S: Odd Fixes
|
2013-01-26 20:41:58 +01:00
|
|
|
F: hw/ppc/prep.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/pci-host/prep.[hc]
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/isa/pc87312.[hc]
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-08-22 07:48:44 +02:00
|
|
|
sPAPR
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/spapr*
|
2013-06-15 03:51:52 +02:00
|
|
|
F: include/hw/*/spapr*
|
|
|
|
F: hw/*/xics*
|
|
|
|
F: include/hw/*/xics*
|
|
|
|
F: pc-bios/spapr-rtas/*
|
2012-08-22 07:48:44 +02:00
|
|
|
|
2012-08-22 07:48:48 +02:00
|
|
|
virtex_ml507
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Odd Fixes
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/ppc/virtex_ml507.c
|
2012-08-22 07:48:48 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
SH4 Machines
|
|
|
|
------------
|
|
|
|
R2D
|
|
|
|
M: Magnus Damm <magnus.damm@gmail.com>
|
|
|
|
S: Maintained
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/sh4/r2d.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Shix
|
|
|
|
M: Magnus Damm <magnus.damm@gmail.com>
|
2011-01-14 20:39:19 +01:00
|
|
|
S: Orphan
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/sh4/shix.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
SPARC Machines
|
|
|
|
--------------
|
|
|
|
Sun4m
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
2015-03-02 23:23:27 +01:00
|
|
|
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sparc/sun4m.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Sun4u
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
2015-03-02 23:23:27 +01:00
|
|
|
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sparc64/sun4u.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-05-22 10:14:28 +02:00
|
|
|
Leon3
|
|
|
|
M: Fabien Chouteau <chouteau@adacore.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sparc/leon3.c
|
|
|
|
F: hw/*/grlib*
|
2012-05-22 10:14:28 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
S390 Machines
|
|
|
|
-------------
|
|
|
|
S390 Virtio
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/s390x/s390-*.c
|
2015-01-09 09:04:38 +01:00
|
|
|
X: hw/s390x/*pci*.[hc]
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-03-05 03:22:01 +01:00
|
|
|
S390 Virtio-ccw
|
|
|
|
M: Cornelia Huck <cornelia.huck@de.ibm.com>
|
2014-03-06 09:49:25 +01:00
|
|
|
M: Christian Borntraeger <borntraeger@de.ibm.com>
|
2013-03-05 03:22:01 +01:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Supported
|
|
|
|
F: hw/s390x/s390-virtio-ccw.c
|
|
|
|
F: hw/s390x/css.[hc]
|
2014-03-06 09:49:25 +01:00
|
|
|
F: hw/s390x/sclp*.[hc]
|
|
|
|
F: hw/s390x/ipl*.[hc]
|
2015-01-09 09:04:38 +01:00
|
|
|
F: hw/s390x/*pci*.[hc]
|
2014-10-20 19:00:03 +02:00
|
|
|
F: include/hw/s390x/
|
|
|
|
F: pc-bios/s390-ccw/
|
2013-03-05 03:22:01 +01:00
|
|
|
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
|
|
|
|
|
2012-08-10 08:42:34 +02:00
|
|
|
UniCore32 Machines
|
|
|
|
-------------
|
|
|
|
PKUnity-3 SoC initramfs-with-busybox
|
|
|
|
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/puv3*
|
2012-08-10 08:42:34 +02:00
|
|
|
F: hw/unicore32/
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
X86 Machines
|
|
|
|
------------
|
|
|
|
PC
|
2013-11-06 16:16:42 +01:00
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2013-11-06 16:16:42 +01:00
|
|
|
F: include/hw/i386/
|
|
|
|
F: hw/i386/
|
|
|
|
F: hw/pci-host/piix.c
|
|
|
|
F: hw/pci-host/q35.c
|
|
|
|
F: hw/pci-host/pam.c
|
|
|
|
F: include/hw/pci-host/q35.h
|
|
|
|
F: include/hw/pci-host/pam.h
|
|
|
|
F: hw/isa/piix4.c
|
|
|
|
F: hw/isa/lpc_ich9.c
|
|
|
|
F: hw/i2c/smbus_ich9.c
|
|
|
|
F: hw/acpi/piix4.c
|
|
|
|
F: hw/acpi/ich9.c
|
|
|
|
F: include/hw/acpi/ich9.h
|
|
|
|
F: include/hw/acpi/piix.h
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-09-06 01:55:56 +02:00
|
|
|
Xtensa Machines
|
|
|
|
---------------
|
2011-10-28 00:11:05 +02:00
|
|
|
sim
|
2011-09-06 01:55:56 +02:00
|
|
|
M: Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
S: Maintained
|
2014-10-22 05:25:42 +02:00
|
|
|
F: hw/xtensa/sim.c
|
2011-10-28 00:11:05 +02:00
|
|
|
|
2014-10-22 05:25:42 +02:00
|
|
|
XTFPGA (LX60, LX200, ML605, KC705)
|
2011-10-28 00:11:05 +02:00
|
|
|
M: Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
S: Maintained
|
2014-10-22 05:25:42 +02:00
|
|
|
F: hw/xtensa/xtfpga.c
|
|
|
|
F: hw/net/opencores_eth.c
|
2011-09-06 01:55:56 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Devices
|
|
|
|
-------
|
2015-01-21 17:48:33 +01:00
|
|
|
EDU
|
|
|
|
M: Jiri Slaby <jslaby@suse.cz>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/misc/edu.c
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
IDE
|
2015-03-05 05:37:55 +01:00
|
|
|
M: John Snow <jsnow@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: include/hw/ide.h
|
2010-09-09 21:51:31 +02:00
|
|
|
F: hw/ide/
|
2015-03-05 05:37:55 +01:00
|
|
|
F: hw/block/block.c
|
|
|
|
F: hw/block/cdrom.c
|
|
|
|
F: hw/block/hd-geometry.c
|
|
|
|
F: tests/ide-test.c
|
|
|
|
F: tests/ahci-test.c
|
|
|
|
T: git git://github.com/jnsnow/qemu.git ide
|
|
|
|
|
|
|
|
Floppy
|
|
|
|
M: John Snow <jsnow@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: hw/block/fdc.c
|
|
|
|
F: include/hw/block/fdc.h
|
|
|
|
T: git git://github.com/jnsnow/qemu.git ide
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-09-17 18:26:15 +02:00
|
|
|
OMAP
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/omap*
|
2011-09-17 18:26:15 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
PCI
|
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: include/hw/pci/*
|
2012-12-12 14:11:55 +01:00
|
|
|
F: hw/pci/*
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/acpi/*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-08-22 07:48:47 +02:00
|
|
|
ppc4xx
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/ppc4*.c
|
2012-08-22 07:48:47 +02:00
|
|
|
|
2012-08-22 07:48:45 +02:00
|
|
|
ppce500
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
M: Scott Wood <scottwood@freescale.com>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/ppc/e500*
|
2012-08-22 07:48:45 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
SCSI
|
2012-02-22 15:59:52 +01:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: include/hw/scsi*
|
|
|
|
F: hw/scsi/*
|
2012-04-13 18:03:42 +02:00
|
|
|
T: git git://github.com/bonzini/qemu.git scsi-next
|
2012-02-22 15:59:52 +01:00
|
|
|
|
|
|
|
LSI53C895A
|
2013-10-02 19:09:12 +02:00
|
|
|
S: Orphan
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/scsi/lsi53c895a.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2012-08-06 03:38:19 +02:00
|
|
|
SSI
|
2014-04-03 08:31:11 +02:00
|
|
|
M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
2012-08-06 03:38:19 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ssi/*
|
|
|
|
F: hw/block/m25p80.c
|
2012-08-06 03:38:19 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
USB
|
2010-12-17 11:11:25 +01:00
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/usb/*
|
2014-06-23 13:53:51 +02:00
|
|
|
F: tests/usb-*-test.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2014-10-22 14:53:32 +02:00
|
|
|
USB (serial adapter)
|
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/usb/dev-serial.c
|
|
|
|
|
2012-09-26 19:19:39 +02:00
|
|
|
VFIO
|
|
|
|
M: Alex Williamson <alex.williamson@redhat.com>
|
|
|
|
S: Supported
|
2014-12-19 23:24:06 +01:00
|
|
|
F: hw/vfio/*
|
2012-09-26 19:19:39 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
vhost
|
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/*vhost*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
virtio
|
2014-01-26 11:39:55 +01:00
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/virtio*
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
virtio-9p
|
2012-01-19 18:27:11 +01:00
|
|
|
M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2012-04-13 17:19:12 +02:00
|
|
|
F: hw/9pfs/
|
|
|
|
F: fsdev/
|
2014-02-21 17:15:21 +01:00
|
|
|
F: tests/virtio-9p-test.c
|
2012-04-13 18:23:55 +02:00
|
|
|
T: git git://github.com/kvaneesh/QEMU.git
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
virtio-blk
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
2012-11-09 14:29:03 +01:00
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/block/virtio-blk.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-03-05 03:22:01 +01:00
|
|
|
virtio-ccw
|
|
|
|
M: Cornelia Huck <cornelia.huck@de.ibm.com>
|
2014-03-06 09:49:25 +01:00
|
|
|
M: Christian Borntraeger <borntraeger@de.ibm.com>
|
2013-03-05 03:22:01 +01:00
|
|
|
S: Supported
|
|
|
|
F: hw/s390x/virtio-ccw.[hc]
|
|
|
|
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
virtio-serial
|
|
|
|
M: Amit Shah <amit.shah@redhat.com>
|
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/char/virtio-serial-bus.c
|
|
|
|
F: hw/char/virtio-console.c
|
2014-11-18 13:31:27 +01:00
|
|
|
F: include/hw/virtio/virtio-serial.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2014-11-18 13:31:26 +01:00
|
|
|
virtio-rng
|
|
|
|
M: Amit Shah <amit.shah@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: hw/virtio/virtio-rng.c
|
|
|
|
F: include/hw/virtio/virtio-rng.h
|
|
|
|
F: backends/rng*.c
|
|
|
|
|
2013-06-04 17:17:10 +02:00
|
|
|
nvme
|
|
|
|
M: Keith Busch <keith.busch@intel.com>
|
|
|
|
S: Supported
|
|
|
|
F: hw/block/nvme*
|
2014-02-21 22:19:43 +01:00
|
|
|
F: tests/nvme-test.c
|
2013-06-04 17:17:10 +02:00
|
|
|
|
2014-04-16 16:44:19 +02:00
|
|
|
megasas
|
|
|
|
M: Hannes Reinecke <hare@suse.de>
|
|
|
|
S: Supported
|
|
|
|
F: hw/scsi/megasas.c
|
|
|
|
F: hw/scsi/mfi.h
|
|
|
|
|
2012-06-26 06:29:41 +02:00
|
|
|
Xilinx EDK
|
2014-04-03 08:31:11 +02:00
|
|
|
M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
2012-06-26 06:29:41 +02:00
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/xilinx_*
|
|
|
|
F: include/hw/xilinx.h
|
2012-06-26 06:29:41 +02:00
|
|
|
|
2014-08-27 07:58:43 +02:00
|
|
|
Vmware
|
|
|
|
M: Dmitry Fleytman <dmitry@daynix.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/net/vmxnet*
|
|
|
|
F: hw/scsi/vmw_pvscsi*
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Subsystems
|
|
|
|
----------
|
|
|
|
Audio
|
|
|
|
M: Vassili Karpov (malc) <av1474@comtv.ru>
|
2013-09-24 10:26:24 +02:00
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: audio/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/audio/
|
2014-03-30 19:00:05 +02:00
|
|
|
F: tests/ac97-test.c
|
2014-03-30 19:05:20 +02:00
|
|
|
F: tests/es1370-test.c
|
2014-03-30 19:22:48 +02:00
|
|
|
F: tests/intel-hda-test.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Block
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
2012-11-09 14:29:03 +01:00
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2014-10-21 15:12:13 +02:00
|
|
|
F: async.c
|
|
|
|
F: aio-*.c
|
2010-09-09 21:51:31 +02:00
|
|
|
F: block*
|
|
|
|
F: block/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/block/
|
2014-12-11 11:49:47 +01:00
|
|
|
F: migration/block*
|
2014-04-24 11:53:39 +02:00
|
|
|
F: qemu-img*
|
|
|
|
F: qemu-io*
|
2014-10-22 00:29:58 +02:00
|
|
|
F: tests/image-fuzzer/
|
2014-10-21 17:43:17 +02:00
|
|
|
F: tests/qemu-iotests/
|
2013-11-06 16:06:25 +01:00
|
|
|
T: git git://repo.or.cz/qemu/kevin.git block
|
|
|
|
T: git git://github.com/stefanha/qemu.git block
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2015-03-06 18:16:06 +01:00
|
|
|
Block Jobs
|
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: blockjob.c
|
|
|
|
F: include/block/blockjob.h
|
|
|
|
F: block/backup.c
|
|
|
|
F: block/commit.c
|
|
|
|
F: block/stream.h
|
|
|
|
F: block/mirror.c
|
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Character Devices
|
2014-10-21 15:12:57 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: qemu-char.c
|
2014-10-21 15:12:57 +02:00
|
|
|
F: backends/msmouse.c
|
|
|
|
F: backends/testdev.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2014-10-22 14:53:32 +02:00
|
|
|
Character Devices (Braille)
|
|
|
|
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
|
|
|
S: Maintained
|
|
|
|
F: backends/baum.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2015-01-28 11:29:57 +01:00
|
|
|
Coverity model
|
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: scripts/coverity-model.c
|
|
|
|
|
2012-09-17 19:10:32 +02:00
|
|
|
CPU
|
|
|
|
M: Andreas Färber <afaerber@suse.de>
|
|
|
|
S: Supported
|
|
|
|
F: qom/cpu.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: include/qom/cpu.h
|
2012-12-09 20:15:31 +01:00
|
|
|
F: target-i386/cpu.c
|
2012-09-17 19:10:32 +02:00
|
|
|
|
2013-04-29 17:02:50 +02:00
|
|
|
ICC Bus
|
|
|
|
M: Igor Mammedov <imammedo@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: include/hw/cpu/icc_bus.h
|
|
|
|
F: hw/cpu/icc_bus.c
|
|
|
|
|
2012-06-26 06:29:42 +02:00
|
|
|
Device Tree
|
2014-04-03 08:31:11 +02:00
|
|
|
M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
|
2012-06-26 06:29:42 +02:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
2013-06-24 12:49:32 +02:00
|
|
|
F: device_tree.[ch]
|
2012-06-26 06:29:42 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
GDB stub
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Odd Fixes
|
|
|
|
F: gdbstub*
|
|
|
|
F: gdb-xml/
|
|
|
|
|
2014-04-29 16:05:53 +02:00
|
|
|
Memory API
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: include/exec/ioport.h
|
|
|
|
F: ioport.c
|
|
|
|
F: include/exec/memory.h
|
|
|
|
F: memory.c
|
|
|
|
F: include/exec/memory-internal.h
|
|
|
|
F: exec.c
|
|
|
|
|
2010-12-13 21:30:37 +01:00
|
|
|
SPICE
|
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
S: Supported
|
2013-06-24 12:49:32 +02:00
|
|
|
F: include/ui/qemu-spice.h
|
2010-12-13 21:30:37 +01:00
|
|
|
F: ui/spice-*.c
|
|
|
|
F: audio/spiceaudio.c
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/display/qxl*
|
2010-12-13 21:30:37 +01:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Graphics
|
2014-04-07 10:42:03 +02:00
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
S: Odd Fixes
|
2010-09-09 21:51:31 +02:00
|
|
|
F: ui/
|
|
|
|
|
2011-10-30 18:08:01 +01:00
|
|
|
Cocoa graphics
|
|
|
|
M: Andreas Färber <andreas.faerber@web.de>
|
2013-12-16 16:17:55 +01:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2011-10-30 18:08:01 +01:00
|
|
|
S: Odd Fixes
|
|
|
|
F: ui/cocoa.m
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Main loop
|
2014-10-21 15:12:57 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: cpus.c
|
|
|
|
F: main-loop.c
|
|
|
|
F: qemu-timer.c
|
2010-09-09 21:51:31 +02:00
|
|
|
F: vl.c
|
|
|
|
|
2013-06-03 17:14:26 +02:00
|
|
|
Human Monitor (HMP)
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Luiz Capitulino <lcapitulino@redhat.com>
|
2014-02-18 15:08:14 +01:00
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: monitor.c
|
2013-06-03 17:14:26 +02:00
|
|
|
F: hmp.c
|
|
|
|
F: hmp-commands.hx
|
2013-11-05 22:09:37 +01:00
|
|
|
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Network device layer
|
2012-10-07 18:08:49 +02:00
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2015-01-20 16:40:38 +01:00
|
|
|
M: Jason Wang <jasowang@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: net/
|
2012-07-20 15:29:24 +02:00
|
|
|
T: git git://github.com/stefanha/qemu.git net
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-11-06 18:34:55 +01:00
|
|
|
Netmap network backend
|
|
|
|
M: Luigi Rizzo <rizzo@iet.unipi.it>
|
|
|
|
M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
|
|
|
|
M: Vincenzo Maffione <v.maffione@gmail.com>
|
|
|
|
W: http://info.iet.unipi.it/~luigi/netmap/
|
|
|
|
S: Maintained
|
|
|
|
F: net/netmap.c
|
|
|
|
|
2011-12-22 11:39:19 +01:00
|
|
|
Network Block Device (NBD)
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: block/nbd.c
|
|
|
|
F: nbd.*
|
|
|
|
F: qemu-nbd.c
|
2012-04-13 18:03:42 +02:00
|
|
|
T: git git://github.com/bonzini/qemu.git nbd-next
|
2011-12-22 11:39:19 +01:00
|
|
|
|
2015-04-08 13:34:33 +02:00
|
|
|
NUMA
|
|
|
|
M: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: numa.c
|
|
|
|
F: include/sysemu/numa.h
|
|
|
|
K: numa|NUMA
|
|
|
|
K: srat|SRAT
|
|
|
|
T: git git://github.com/ehabkost/qemu.git numa
|
|
|
|
|
2013-06-03 17:14:26 +02:00
|
|
|
QAPI
|
|
|
|
M: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
|
M: Michael Roth <mdroth@linux.vnet.ibm.com>
|
2014-02-18 15:08:14 +01:00
|
|
|
S: Maintained
|
2013-06-03 17:14:26 +02:00
|
|
|
F: qapi/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/qapi-schema/
|
2013-11-05 22:09:37 +01:00
|
|
|
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
|
2013-06-03 17:14:26 +02:00
|
|
|
|
2013-06-03 17:11:53 +02:00
|
|
|
QAPI Schema
|
|
|
|
M: Eric Blake <eblake@redhat.com>
|
|
|
|
M: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: qapi-schema.json
|
2013-11-05 22:09:37 +01:00
|
|
|
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
|
2013-06-03 17:11:53 +02:00
|
|
|
|
2014-10-22 14:54:59 +02:00
|
|
|
QObject
|
|
|
|
M: Luiz Capitulino <lcapitulino@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: qobject/
|
|
|
|
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
|
|
|
|
|
2014-10-22 14:05:36 +02:00
|
|
|
QEMU Guest Agent
|
|
|
|
M: Michael Roth <mdroth@linux.vnet.ibm.com>
|
|
|
|
S: Maintained
|
|
|
|
F: qga/
|
|
|
|
T: git git://github.com/mdroth/qemu.git qga
|
|
|
|
|
2014-04-24 15:00:14 +02:00
|
|
|
QOM
|
|
|
|
M: Andreas Färber <afaerber@suse.de>
|
|
|
|
S: Supported
|
|
|
|
T: git git://github.com/afaerber/qemu-cpu.git qom-next
|
|
|
|
F: include/qom/
|
|
|
|
X: include/qom/cpu.h
|
|
|
|
F: qom/
|
|
|
|
X: qom/cpu.c
|
|
|
|
F: tests/qom-test.c
|
|
|
|
|
2013-06-03 17:14:26 +02:00
|
|
|
QMP
|
|
|
|
M: Luiz Capitulino <lcapitulino@redhat.com>
|
2014-02-18 15:08:14 +01:00
|
|
|
S: Maintained
|
2013-06-03 17:14:26 +02:00
|
|
|
F: qmp.c
|
|
|
|
F: monitor.c
|
|
|
|
F: qmp-commands.hx
|
|
|
|
F: QMP/
|
2013-11-05 22:09:37 +01:00
|
|
|
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
|
2013-06-03 17:14:26 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
SLIRP
|
2011-07-27 14:21:32 +02:00
|
|
|
M: Jan Kiszka <jan.kiszka@siemens.com>
|
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: slirp/
|
2012-04-13 18:03:42 +02:00
|
|
|
T: git git://git.kiszka.org/qemu.git queues/slirp
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-09-03 17:24:47 +02:00
|
|
|
Tracing
|
2012-10-07 18:08:49 +02:00
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2011-09-03 17:24:47 +02:00
|
|
|
S: Maintained
|
|
|
|
F: trace/
|
2012-04-03 20:48:17 +02:00
|
|
|
F: scripts/tracetool.py
|
|
|
|
F: scripts/tracetool/
|
2012-03-10 13:37:34 +01:00
|
|
|
F: docs/tracing.txt
|
2012-04-13 18:03:42 +02:00
|
|
|
T: git git://github.com/stefanha/qemu.git tracing
|
2011-09-03 17:24:47 +02:00
|
|
|
|
2011-11-26 10:51:23 +01:00
|
|
|
Checkpatch
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: scripts/checkpatch.pl
|
|
|
|
|
2014-10-15 10:34:50 +02:00
|
|
|
Migration
|
|
|
|
M: Juan Quintela <quintela@redhat.com>
|
2014-11-18 13:31:24 +01:00
|
|
|
M: Amit Shah <amit.shah@redhat.com>
|
2014-10-15 10:34:50 +02:00
|
|
|
S: Maintained
|
|
|
|
F: include/migration/
|
2014-12-12 12:13:42 +01:00
|
|
|
F: migration/
|
2014-10-15 10:34:50 +02:00
|
|
|
F: savevm.c
|
|
|
|
F: arch_init.c
|
2014-11-18 13:31:25 +01:00
|
|
|
F: scripts/vmstate-static-checker.py
|
|
|
|
F: tests/vmstate-static-checker-data/
|
2014-10-15 10:34:50 +02:00
|
|
|
|
2013-09-09 19:04:15 +02:00
|
|
|
Seccomp
|
2014-07-02 10:04:30 +02:00
|
|
|
M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
|
2013-09-09 19:04:15 +02:00
|
|
|
S: Supported
|
|
|
|
F: qemu-seccomp.c
|
|
|
|
F: include/sysemu/seccomp.h
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Usermode Emulation
|
|
|
|
------------------
|
2014-10-22 00:18:01 +02:00
|
|
|
Overall
|
|
|
|
M: Riku Voipio <riku.voipio@iki.fi>
|
|
|
|
S: Maintained
|
|
|
|
F: thunk.c
|
|
|
|
F: user-exec.c
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
BSD user
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: bsd-user/
|
|
|
|
|
|
|
|
Linux user
|
|
|
|
M: Riku Voipio <riku.voipio@iki.fi>
|
|
|
|
S: Maintained
|
|
|
|
F: linux-user/
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
Tiny Code Generator (TCG)
|
|
|
|
-------------------------
|
|
|
|
Common code
|
2013-07-03 20:09:03 +02:00
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
2011-01-14 20:39:19 +01:00
|
|
|
S: Maintained
|
|
|
|
F: tcg/
|
|
|
|
|
2013-06-12 17:20:24 +02:00
|
|
|
AArch64 target
|
|
|
|
M: Claudio Fontana <claudio.fontana@huawei.com>
|
|
|
|
M: Claudio Fontana <claudio.fontana@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/aarch64/
|
|
|
|
|
2011-01-14 20:39:19 +01:00
|
|
|
ARM target
|
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/arm/
|
|
|
|
|
|
|
|
i386 target
|
2014-10-22 10:53:22 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2011-01-14 20:39:19 +01:00
|
|
|
S: Maintained
|
|
|
|
F: tcg/i386/
|
|
|
|
|
|
|
|
IA64 target
|
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/ia64/
|
|
|
|
|
|
|
|
MIPS target
|
2011-06-22 16:45:01 +02:00
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
2011-01-14 20:39:19 +01:00
|
|
|
S: Maintained
|
|
|
|
F: tcg/mips/
|
|
|
|
|
|
|
|
PPC
|
|
|
|
M: Vassili Karpov (malc) <av1474@comtv.ru>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/ppc/
|
|
|
|
|
|
|
|
PPC64 target
|
|
|
|
M: Vassili Karpov (malc) <av1474@comtv.ru>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/ppc64/
|
|
|
|
|
|
|
|
S390 target
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/s390/
|
|
|
|
|
|
|
|
SPARC target
|
|
|
|
M: Blue Swirl <blauwirbel@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/sparc/
|
2011-11-24 23:20:43 +01:00
|
|
|
|
|
|
|
TCI target
|
|
|
|
M: Stefan Weil <sw@weilnetz.de>
|
|
|
|
S: Maintained
|
2012-04-13 17:22:03 +02:00
|
|
|
F: tcg/tci/
|
2013-09-12 20:24:31 +02:00
|
|
|
F: tci.c
|
2012-04-13 17:52:27 +02:00
|
|
|
|
|
|
|
Stable branches
|
|
|
|
---------------
|
|
|
|
Stable 1.0
|
|
|
|
L: qemu-stable@nongnu.org
|
2013-10-11 14:52:38 +02:00
|
|
|
T: git git://git.qemu-project.org/qemu-stable-1.0.git
|
2012-04-13 17:52:27 +02:00
|
|
|
S: Orphan
|
|
|
|
|
|
|
|
Stable 0.15
|
|
|
|
L: qemu-stable@nongnu.org
|
2012-04-13 17:54:02 +02:00
|
|
|
M: Andreas Färber <afaerber@suse.de>
|
2013-10-11 14:52:38 +02:00
|
|
|
T: git git://git.qemu-project.org/qemu-stable-0.15.git
|
2012-04-13 17:54:02 +02:00
|
|
|
S: Supported
|
2012-04-13 17:52:27 +02:00
|
|
|
|
|
|
|
Stable 0.14
|
|
|
|
L: qemu-stable@nongnu.org
|
2013-10-11 14:52:38 +02:00
|
|
|
T: git git://git.qemu-project.org/qemu-stable-0.14.git
|
2012-04-13 17:52:27 +02:00
|
|
|
S: Orphan
|
|
|
|
|
|
|
|
Stable 0.10
|
|
|
|
L: qemu-stable@nongnu.org
|
2013-10-11 14:52:38 +02:00
|
|
|
T: git git://git.qemu-project.org/qemu-stable-0.10.git
|
2012-04-13 17:52:27 +02:00
|
|
|
S: Orphan
|
2013-11-13 10:33:10 +01:00
|
|
|
|
|
|
|
Block drivers
|
|
|
|
-------------
|
|
|
|
VMDK
|
|
|
|
M: Fam Zheng <famz@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: block/vmdk.c
|
|
|
|
|
|
|
|
RBD
|
|
|
|
M: Josh Durgin <josh.durgin@inktank.com>
|
2015-03-06 18:16:06 +01:00
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/rbd.c
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
2013-11-13 10:33:10 +01:00
|
|
|
|
|
|
|
Sheepdog
|
2014-09-03 15:13:17 +02:00
|
|
|
M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
|
2013-11-13 10:33:10 +01:00
|
|
|
M: Liu Yuan <namei.unix@gmail.com>
|
2015-03-06 18:16:06 +01:00
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
2013-11-20 08:51:59 +01:00
|
|
|
L: sheepdog@lists.wpkg.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/sheepdog.c
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
2013-11-13 10:33:10 +01:00
|
|
|
|
|
|
|
VHDX
|
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
2015-03-06 18:16:06 +01:00
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/vhdx*
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
2013-11-13 10:33:10 +01:00
|
|
|
|
|
|
|
VDI
|
|
|
|
M: Stefan Weil <sw@weilnetz.de>
|
|
|
|
S: Maintained
|
|
|
|
F: block/vdi.c
|
|
|
|
|
|
|
|
iSCSI
|
|
|
|
M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
M: Peter Lieven <pl@kamp.de>
|
|
|
|
S: Supported
|
|
|
|
F: block/iscsi.c
|
|
|
|
|
2014-02-03 10:26:13 +01:00
|
|
|
NFS
|
2015-03-06 18:16:06 +01:00
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
2014-02-03 10:26:13 +01:00
|
|
|
M: Peter Lieven <pl@kamp.de>
|
2015-03-06 18:16:06 +01:00
|
|
|
L: qemu-block@nongnu.org
|
2014-02-03 10:26:13 +01:00
|
|
|
S: Maintained
|
|
|
|
F: block/nfs.c
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
2014-02-03 10:26:13 +01:00
|
|
|
|
2013-11-13 10:33:10 +01:00
|
|
|
SSH
|
|
|
|
M: Richard W.M. Jones <rjones@redhat.com>
|
2015-03-06 18:16:06 +01:00
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/ssh.c
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
block: Support Archipelago as a QEMU block backend
VM Image on Archipelago volume is specified like this:
file.driver=archipelago,file.volume=<volumename>[,file.mport=<mapperd_port>[,
file.vport=<vlmcd_port>][,file.segment=<segment_name>]]
'archipelago' is the protocol.
'mport' is the port number on which mapperd is listening. This is optional
and if not specified, QEMU will make Archipelago to use the default port.
'vport' is the port number on which vlmcd is listening. This is optional
and if not specified, QEMU will make Archipelago to use the default port.
'segment' is the name of the shared memory segment Archipelago stack is using.
This is optional and if not specified, QEMU will make Archipelago to use the
default value, 'archipelago'.
Examples:
file.driver=archipelago,file.volume=my_vm_volume
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
file.vport=1234
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
file.vport=1234,file.segment=my_segment
Signed-off-by: Chrysostomos Nanakos <cnanakos@grnet.gr>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-08-04 16:35:32 +02:00
|
|
|
|
|
|
|
ARCHIPELAGO
|
|
|
|
M: Chrysostomos Nanakos <chris@include.gr>
|
2015-03-06 18:16:06 +01:00
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
block: Support Archipelago as a QEMU block backend
VM Image on Archipelago volume is specified like this:
file.driver=archipelago,file.volume=<volumename>[,file.mport=<mapperd_port>[,
file.vport=<vlmcd_port>][,file.segment=<segment_name>]]
'archipelago' is the protocol.
'mport' is the port number on which mapperd is listening. This is optional
and if not specified, QEMU will make Archipelago to use the default port.
'vport' is the port number on which vlmcd is listening. This is optional
and if not specified, QEMU will make Archipelago to use the default port.
'segment' is the name of the shared memory segment Archipelago stack is using.
This is optional and if not specified, QEMU will make Archipelago to use the
default value, 'archipelago'.
Examples:
file.driver=archipelago,file.volume=my_vm_volume
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
file.vport=1234
file.driver=archipelago,file.volume=my_vm_volume,file.mport=123,
file.vport=1234,file.segment=my_segment
Signed-off-by: Chrysostomos Nanakos <cnanakos@grnet.gr>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-08-04 16:35:32 +02:00
|
|
|
S: Maintained
|
|
|
|
F: block/archipelago.c
|
2015-03-06 18:16:06 +01:00
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
|
|
|
|
|
|
|
CURL
|
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/curl.c
|
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
|
|
|
|
|
|
|
GLUSTER
|
|
|
|
M: Jeff Cody <jcody@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/gluster.c
|
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
2014-10-22 05:07:57 +02:00
|
|
|
|
2015-04-01 03:45:40 +02:00
|
|
|
Null Block Driver
|
|
|
|
M: Fam Zheng <famz@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/null.c
|
|
|
|
|
2014-10-22 05:07:57 +02:00
|
|
|
Bootdevice
|
|
|
|
M: Gonglei <arei.gonglei@huawei.com>
|
|
|
|
S: Maintained
|
|
|
|
F: bootdevice.c
|
2015-03-16 17:22:05 +01:00
|
|
|
|
|
|
|
Quorum
|
|
|
|
M: Alberto Garcia <berto@igalia.com>
|
|
|
|
S: Supported
|
|
|
|
F: block/quorum.c
|
|
|
|
L: qemu-block@nongnu.org
|