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>
|
2014-06-02 18:06:37 +02:00
|
|
|
R: Designated reviewer: FullName <address@domain>
|
|
|
|
These reviewers should be CCed on patches.
|
2010-09-09 21:51:31 +02:00
|
|
|
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
|
|
|
|
2016-02-09 04:04:25 +01:00
|
|
|
All patches CC here
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
F: *
|
|
|
|
F: */
|
|
|
|
|
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
|
|
|
|
|
2016-10-08 12:00:07 +02:00
|
|
|
Trivial patches
|
|
|
|
---------------
|
|
|
|
Trivial patches
|
|
|
|
M: Michael Tokarev <mjt@tls.msk.ru>
|
|
|
|
M: Laurent Vivier <laurent@vivier.eu>
|
|
|
|
S: Maintained
|
|
|
|
L: qemu-trivial@nongnu.org
|
|
|
|
K: ^Subject:.*(?i)trivial
|
|
|
|
T: git git://git.corpit.ru/qemu.git trivial-patches
|
|
|
|
T: git git://github.com/vivier/qemu.git trivial-patches
|
|
|
|
|
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
|
2015-11-13 18:49:54 +01:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
|
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Maintained
|
2014-10-22 00:18:01 +02:00
|
|
|
F: cpu-exec.c
|
2015-11-13 18:49:54 +01:00
|
|
|
F: cpu-exec-common.c
|
|
|
|
F: cpus.c
|
2014-10-22 00:18:01 +02:00
|
|
|
F: cputlb.c
|
2015-11-13 18:49:54 +01:00
|
|
|
F: exec.c
|
2014-10-22 00:18:01 +02:00
|
|
|
F: softmmu_template.h
|
2015-11-13 18:49:54 +01:00
|
|
|
F: translate-all.*
|
|
|
|
F: translate-common.c
|
|
|
|
F: include/exec/cpu*.h
|
|
|
|
F: include/exec/exec-all.h
|
2014-10-22 00:18:01 +02:00
|
|
|
F: include/exec/helper*.h
|
2015-11-13 18:49:54 +01:00
|
|
|
F: include/exec/tb-hash.h
|
2016-09-09 23:15:04 +02:00
|
|
|
F: include/sysemu/cpus.h
|
2014-10-22 00:18:01 +02:00
|
|
|
|
2016-02-19 17:25:01 +01:00
|
|
|
FPU emulation
|
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: fpu/
|
|
|
|
F: include/fpu/
|
|
|
|
|
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
|
2016-10-11 08:56:52 +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/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/alpha.c
|
2008-05-09 11:39:00 +02:00
|
|
|
|
|
|
|
ARM
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/arm/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/
|
|
|
|
F: hw/cpu/a*mpcore.c
|
2016-09-23 14:14:18 +02:00
|
|
|
F: include/hw/cpu/a*mpcore.h
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/arm.c
|
|
|
|
F: disas/arm-a64.cc
|
|
|
|
F: disas/libvixl/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
CRIS
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/cris/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/cris/
|
2016-09-23 18:08:46 +02:00
|
|
|
F: include/hw/cris/
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/cris/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/cris.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2016-12-15 20:26:14 +01:00
|
|
|
HPPA (PA-RISC)
|
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Maintained
|
|
|
|
F: target/hppa/
|
|
|
|
F: disas/hppa.c
|
|
|
|
|
2011-02-17 23:45:18 +01:00
|
|
|
LM32
|
|
|
|
M: Michael Walle <michael@walle.cc>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
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
|
2016-05-06 12:30:29 +02:00
|
|
|
M: Laurent Vivier <laurent@vivier.eu>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/m68k/
|
2016-11-02 09:39:33 +01:00
|
|
|
F: disas/m68k.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
MicroBlaze
|
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/microblaze/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/microblaze/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/microblaze.c
|
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>
|
2016-09-22 15:34:14 +02:00
|
|
|
M: Yongbok Kim <yongbok.kim@imgtec.com>
|
2014-10-16 13:38:07 +02:00
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/mips/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/
|
2016-09-30 09:26:51 +02:00
|
|
|
F: hw/misc/mips_*
|
|
|
|
F: hw/intc/mips_gic.c
|
|
|
|
F: hw/timer/mips_gictimer.c
|
|
|
|
F: include/hw/mips/
|
|
|
|
F: include/hw/misc/mips_*
|
|
|
|
F: include/hw/intc/mips_gic.h
|
|
|
|
F: include/hw/timer/mips_gictimer.h
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/tcg/mips/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/mips.c
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/moxie/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/moxie.c
|
2016-09-22 21:16:33 +02:00
|
|
|
F: hw/moxie/
|
|
|
|
F: default-configs/moxie-softmmu.mak
|
2013-03-18 20:49:25 +01:00
|
|
|
|
2017-01-18 23:01:46 +01:00
|
|
|
NiosII
|
|
|
|
M: Chris Wulff <crwulff@gmail.com>
|
|
|
|
M: Marek Vasut <marex@denx.de>
|
|
|
|
S: Maintained
|
|
|
|
F: target/nios2/
|
|
|
|
F: hw/nios2/
|
|
|
|
F: disas/nios2.c
|
|
|
|
|
2013-07-02 14:55:17 +02:00
|
|
|
OpenRISC
|
2017-03-15 14:37:41 +01:00
|
|
|
M: Stafford Horne <shorne@gmail.com>
|
|
|
|
S: Odd Fixes
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/openrisc/
|
2013-07-02 14:55:17 +02:00
|
|
|
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
|
2016-05-26 08:14:57 +02:00
|
|
|
M: David Gibson <david@gibson.dropbear.id.au>
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/ppc/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/ppc/
|
2016-09-05 22:03:36 +02:00
|
|
|
F: include/hw/ppc/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/ppc.c
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/s390x/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/s390x/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/s390.c
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/sh4/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sh4/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/sh4.c
|
2016-09-09 23:18:21 +02:00
|
|
|
F: include/hw/sh4/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
SPARC
|
2015-03-02 23:23:27 +01:00
|
|
|
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
2016-06-20 22:55:16 +02:00
|
|
|
M: Artyom Tarasenko <atar4qemu@gmail.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/sparc/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/sparc/
|
|
|
|
F: hw/sparc64/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/sparc.c
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/unicore32/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/unicore32/
|
2016-09-09 23:16:03 +02:00
|
|
|
F: include/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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/i386/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/i386/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/i386.c
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/tricore/
|
2014-09-01 13:59:46 +02:00
|
|
|
F: hw/tricore/
|
2016-09-09 23:17:09 +02:00
|
|
|
F: include/hw/tricore/
|
2014-09-01 13:59:46 +02:00
|
|
|
|
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.*
|
2016-02-25 13:33:25 +01:00
|
|
|
F: include/sysemu/kvm*.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2013-03-05 01:34:43 +01:00
|
|
|
ARM
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2013-03-05 01:34:43 +01:00
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/arm/kvm.c
|
2013-03-05 01:34:43 +01:00
|
|
|
|
2014-06-18 00:10:37 +02:00
|
|
|
MIPS
|
|
|
|
M: James Hogan <james.hogan@imgtec.com>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/mips/kvm.c
|
2014-06-18 00:10:37 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
PPC
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/ppc/kvm.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/s390x/kvm.c
|
|
|
|
F: target/s390x/ioinst.[ch]
|
|
|
|
F: target/s390x/machine.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
|
2015-11-04 15:59:55 +01:00
|
|
|
F: gdb-xml/s390*.xml
|
2015-11-04 16:08:20 +01:00
|
|
|
T: git git://github.com/cohuck/qemu.git s390-next
|
|
|
|
T: git git://github.com/borntraeger/qemu.git s390-next
|
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
|
2016-10-11 08:56:52 +02:00
|
|
|
F: target/i386/kvm.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-07-29 17:05:13 +02:00
|
|
|
Guest CPU Cores (Xen):
|
|
|
|
----------------------
|
|
|
|
|
|
|
|
X86
|
2016-03-29 12:02:49 +02:00
|
|
|
M: Stefano Stabellini <sstabellini@kernel.org>
|
|
|
|
M: Anthony Perard <anthony.perard@citrix.com>
|
2016-11-25 16:30:40 +01:00
|
|
|
L: xen-devel@lists.xenproject.org
|
2011-07-29 17:05:13 +02:00
|
|
|
S: Supported
|
|
|
|
F: xen-*
|
|
|
|
F: */xen*
|
2017-03-22 18:18:09 +01:00
|
|
|
F: hw/9pfs/xen-9p-backend.c
|
2015-09-22 11:36:48 +02:00
|
|
|
F: hw/char/xen_console.c
|
|
|
|
F: hw/display/xenfb.c
|
|
|
|
F: hw/net/xen_nic.c
|
2015-12-21 15:58:28 +01:00
|
|
|
F: hw/block/xen_*
|
2015-09-22 11:36:48 +02:00
|
|
|
F: hw/xen/
|
|
|
|
F: hw/xenpv/
|
2015-12-21 15:58:28 +01:00
|
|
|
F: hw/i386/xen/
|
2015-09-22 11:36:48 +02:00
|
|
|
F: include/hw/xen/
|
2015-12-21 15:58:28 +01:00
|
|
|
F: include/sysemu/xen-mapcache.h
|
2011-07-29 17:05:13 +02:00
|
|
|
|
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*
|
|
|
|
|
2017-05-13 04:21:43 +02:00
|
|
|
NETBSD
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
M: Kamil Rytarowski <kamil@netbsd.org>
|
|
|
|
S: Maintained
|
|
|
|
K: (?i)NetBSD
|
|
|
|
|
2012-01-27 18:53:49 +01:00
|
|
|
W32, W64
|
|
|
|
L: qemu-devel@nongnu.org
|
|
|
|
M: Stefan Weil <sw@weilnetz.de>
|
|
|
|
S: Maintained
|
|
|
|
F: *win32*
|
2016-09-29 09:43:31 +02:00
|
|
|
F: */*win32*
|
|
|
|
F: include/*/*win32*
|
|
|
|
X: qga/*win32*
|
2015-09-25 22:25:32 +02:00
|
|
|
F: qemu.nsi
|
2012-01-27 18:53:49 +01:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
ARM Machines
|
|
|
|
------------
|
2013-12-17 20:42:38 +01:00
|
|
|
Allwinner-a10
|
2015-09-24 02:29:37 +02:00
|
|
|
M: Beniamino Galvani <b.galvani@gmail.com>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2013-12-17 20:42:38 +01:00
|
|
|
S: Maintained
|
2015-09-24 02:29:37 +02:00
|
|
|
F: hw/*/allwinner*
|
|
|
|
F: include/hw/*/allwinner*
|
2013-12-17 20:42:38 +01:00
|
|
|
F: hw/arm/cubieboard.c
|
|
|
|
|
2015-09-22 11:45:00 +02:00
|
|
|
ARM PrimeCell
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2015-09-22 11:45:00 +02:00
|
|
|
S: Maintained
|
|
|
|
F: hw/char/pl011.c
|
|
|
|
F: hw/display/pl110*
|
|
|
|
F: hw/dma/pl080.c
|
|
|
|
F: hw/dma/pl330.c
|
|
|
|
F: hw/gpio/pl061.c
|
|
|
|
F: hw/input/pl050.c
|
|
|
|
F: hw/intc/pl190.c
|
|
|
|
F: hw/sd/pl181.c
|
|
|
|
F: hw/timer/pl031.c
|
|
|
|
F: include/hw/arm/primecell.h
|
|
|
|
|
|
|
|
ARM cores
|
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2015-09-22 11:45:00 +02:00
|
|
|
S: Maintained
|
|
|
|
F: hw/intc/arm*
|
|
|
|
F: hw/intc/gic_internal.h
|
|
|
|
F: hw/misc/a9scu.c
|
|
|
|
F: hw/misc/arm11scu.c
|
|
|
|
F: hw/timer/a9gtimer*
|
|
|
|
F: hw/timer/arm_*
|
|
|
|
F: include/hw/arm/arm.h
|
|
|
|
F: include/hw/intc/arm*
|
|
|
|
F: include/hw/misc/a9scu.h
|
|
|
|
F: include/hw/misc/arm11scu.h
|
|
|
|
F: include/hw/timer/a9gtimer.h
|
|
|
|
F: include/hw/timer/arm_mptimer.h
|
|
|
|
|
2012-02-16 10:56:06 +01:00
|
|
|
Exynos
|
2013-07-31 08:27:35 +02:00
|
|
|
M: Igor Mitsyanko <i.mitsyanko@gmail.com>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2012-02-16 10:56:06 +01:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/exynos*
|
2016-02-25 12:22:04 +01:00
|
|
|
F: include/hw/arm/exynos4210.h
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2014-05-27 18:09:49 +02:00
|
|
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2013-12-17 20:42:37 +01:00
|
|
|
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
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2012-07-04 12:43:34 +02:00
|
|
|
S: Odd fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/imx*
|
2016-09-23 14:14:18 +02:00
|
|
|
F: include/hw/*/imx*
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/kzm.c
|
2016-02-25 12:22:04 +01:00
|
|
|
F: include/hw/arm/fsl-imx31.h
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/integratorcp.c
|
2016-09-23 14:14:18 +02:00
|
|
|
F: hw/misc/arm_integrator_debug.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Musicpal
|
|
|
|
M: Jan Kiszka <jan.kiszka@web.de>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/realview*
|
2016-09-23 14:14:18 +02:00
|
|
|
F: hw/cpu/realview_mpcore.c
|
2015-09-22 11:49:41 +02:00
|
|
|
F: hw/intc/realview_gic.c
|
|
|
|
F: include/hw/intc/realview_gic.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2015-09-22 11:42:50 +02:00
|
|
|
PXA2XX
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2015-09-22 11:42:50 +02:00
|
|
|
F: hw/arm/mainstone.c
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/arm/spitz.c
|
2015-09-22 11:42:50 +02:00
|
|
|
F: hw/arm/tosa.c
|
|
|
|
F: hw/arm/z2.c
|
|
|
|
F: hw/*/pxa2xx*
|
2016-09-23 14:14:18 +02:00
|
|
|
F: hw/misc/mst_fpga.c
|
2016-02-25 12:22:04 +01:00
|
|
|
F: include/hw/arm/pxa.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Stellaris
|
2011-09-20 17:18:46 +02:00
|
|
|
M: Peter Maydell <peter.maydell@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.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>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.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
|
2016-07-28 18:55:39 +02:00
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
2015-08-25 16:45:06 +02:00
|
|
|
M: Alistair Francis <alistair.francis@xilinx.com>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2012-03-05 05:39:13 +01:00
|
|
|
S: Maintained
|
2016-07-28 18:55:39 +02:00
|
|
|
F: hw/*/xilinx_*
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/*/cadence_*
|
2016-09-23 14:14:18 +02:00
|
|
|
F: hw/misc/zynq*
|
|
|
|
F: include/hw/misc/zynq*
|
2016-07-28 18:55:39 +02:00
|
|
|
X: hw/ssi/xilinx_*
|
2012-03-05 05:39:13 +01:00
|
|
|
|
2015-08-25 16:45:07 +02:00
|
|
|
Xilinx ZynqMP
|
|
|
|
M: Alistair Francis <alistair.francis@xilinx.com>
|
2016-07-28 18:55:39 +02:00
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2015-08-25 16:45:07 +02:00
|
|
|
S: Maintained
|
2016-07-28 18:55:39 +02:00
|
|
|
F: hw/*/xlnx*.c
|
2016-09-05 14:28:52 +02:00
|
|
|
F: include/hw/*/xlnx*.h
|
2015-08-25 16:45:07 +02:00
|
|
|
|
2015-06-15 19:06:08 +02:00
|
|
|
ARM ACPI Subsystem
|
|
|
|
M: Shannon Zhao <zhaoshenglong@huawei.com>
|
|
|
|
M: Shannon Zhao <shannon.zhao@linaro.org>
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2015-06-15 19:06:08 +02:00
|
|
|
S: Maintained
|
|
|
|
F: hw/arm/virt-acpi-build.c
|
|
|
|
|
2016-10-04 14:28:07 +02:00
|
|
|
STM32F205
|
|
|
|
M: Alistair Francis <alistair@alistair23.me>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/arm/stm32f205_soc.c
|
|
|
|
F: hw/misc/stm32f2xx_syscfg.c
|
|
|
|
F: hw/char/stm32f2xx_usart.c
|
|
|
|
F: hw/timer/stm32f2xx_timer.c
|
|
|
|
F: hw/adc/*
|
|
|
|
F: hw/ssi/stm32f2xx_spi.c
|
|
|
|
|
|
|
|
Netduino 2
|
|
|
|
M: Alistair Francis <alistair@alistair23.me>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/arm/netduino2.c
|
|
|
|
|
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
|
2017-02-12 23:38:17 +01:00
|
|
|
M: Thomas Huth <huth@tuxfamily.org>
|
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/an5206.c
|
2016-11-02 09:39:33 +01:00
|
|
|
F: hw/m68k/mcf5206.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
mcf5208
|
2017-02-12 23:38:17 +01:00
|
|
|
M: Thomas Huth <huth@tuxfamily.org>
|
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/m68k/mcf5208.c
|
2016-11-02 09:39:33 +01:00
|
|
|
F: hw/m68k/mcf_intc.c
|
|
|
|
F: hw/char/mcf_uart.c
|
|
|
|
F: hw/net/mcf_fec.c
|
2017-02-12 23:38:17 +01:00
|
|
|
F: include/hw/m68k/mcf*.h
|
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
|
2015-08-25 16:45:06 +02:00
|
|
|
M: Edgar E. Iglesias <edgar.iglesias@gmail.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
|
2017-03-10 16:32:32 +01:00
|
|
|
M: Yongbok Kim <yongbok.kim@imgtec.com>
|
|
|
|
S: Odd Fixes
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/mips/mips_mipssim.c
|
2017-03-10 16:32:32 +01:00
|
|
|
F: hw/net/mipsnet.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
|
|
|
|
2017-03-10 16:32:32 +01:00
|
|
|
Fulong 2E
|
|
|
|
M: Yongbok Kim <yongbok.kim@imgtec.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: hw/mips/mips_fulong2e.c
|
|
|
|
|
|
|
|
Boston
|
|
|
|
M: Paul Burton <paul.burton@imgtec.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/core/loader-fit.c
|
|
|
|
F: hw/mips/boston.c
|
|
|
|
F: hw/pci-host/xilinx-pcie.c
|
|
|
|
|
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>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: hw/ppc/e500.[hc]
|
|
|
|
F: hw/ppc/e500plat.c
|
2016-09-05 22:03:36 +02:00
|
|
|
F: include/hw/ppc/ppc_e500.h
|
|
|
|
F: include/hw/pci-host/ppce500.h
|
|
|
|
F: pc-bios/u-boot.e500
|
2012-08-22 07:48:45 +02:00
|
|
|
|
|
|
|
mpc8544ds
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
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/
|
2016-09-05 22:03:36 +02:00
|
|
|
F: include/hw/ppc/mac_dbdma.h
|
|
|
|
F: hw/nvram/mac_nvram.c
|
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/
|
2016-09-29 09:40:33 +02:00
|
|
|
F: hw/intc/heathrow_pic.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-11-01 00:03:07 +01:00
|
|
|
PReP
|
2017-01-12 09:47:29 +01:00
|
|
|
M: Hervé Poussineau <hpoussin@reactos.org>
|
2016-05-25 17:18:14 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2012-01-13 14:33:57 +01:00
|
|
|
L: qemu-ppc@nongnu.org
|
2017-01-12 09:47:29 +01:00
|
|
|
S: Maintained
|
2013-01-26 20:41:58 +01:00
|
|
|
F: hw/ppc/prep.c
|
2017-01-12 09:47:29 +01:00
|
|
|
F: hw/ppc/prep_systemio.c
|
|
|
|
F: hw/ppc/rs6000_mc.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]
|
2016-09-29 09:40:33 +02:00
|
|
|
F: pc-bios/ppc_rom.bin
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2016-01-18 18:19:35 +01:00
|
|
|
sPAPR
|
2015-05-08 02:11:00 +02:00
|
|
|
M: David Gibson <david@gibson.dropbear.id.au>
|
2012-08-22 07:48:44 +02:00
|
|
|
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/*
|
2016-09-05 22:03:36 +02:00
|
|
|
F: pc-bios/spapr-rtas.bin
|
|
|
|
F: pc-bios/slof.bin
|
2016-10-22 11:46:34 +02:00
|
|
|
F: pc-bios/skiboot.lid
|
2016-09-05 22:03:36 +02:00
|
|
|
F: docs/specs/ppc-spapr-hcalls.txt
|
|
|
|
F: docs/specs/ppc-spapr-hotplug.txt
|
2016-09-14 13:23:57 +02:00
|
|
|
F: tests/spapr*
|
|
|
|
F: tests/libqos/*spapr*
|
|
|
|
F: tests/rtas*
|
|
|
|
F: tests/libqos/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
|
2016-09-30 11:32:02 +02:00
|
|
|
F: hw/intc/sh_intc.c
|
|
|
|
F: hw/timer/sh_timer.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Shix
|
|
|
|
M: Magnus Damm <magnus.damm@gmail.com>
|
2016-09-30 11:32:02 +02:00
|
|
|
S: Odd Fixes
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/sh4/shix.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
SPARC Machines
|
|
|
|
--------------
|
|
|
|
Sun4m
|
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
|
2016-09-19 21:58:34 +02:00
|
|
|
F: hw/dma/sparc32_dma.c
|
|
|
|
F: hw/dma/sun4m_iommu.c
|
2016-09-23 14:27:25 +02:00
|
|
|
F: hw/misc/eccmemctl.c
|
|
|
|
F: hw/misc/slavio_misc.c
|
2016-09-19 21:58:34 +02:00
|
|
|
F: include/hw/sparc/sparc32_dma.h
|
|
|
|
F: include/hw/sparc/sun4m.h
|
|
|
|
F: pc-bios/openbios-sparc32
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Sun4u
|
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
|
2016-09-19 21:58:34 +02:00
|
|
|
F: pc-bios/openbios-sparc64
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2016-09-29 14:46:45 +02:00
|
|
|
Sun4v
|
|
|
|
M: Artyom Tarasenko <atar4qemu@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/sparc64/sun4v.c
|
|
|
|
F: hw/timer/sun4v-rtc.c
|
|
|
|
F: include/hw/timer/sun4v-rtc.h
|
|
|
|
|
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*
|
2016-09-19 21:58:34 +02:00
|
|
|
F: include/hw/sparc/grlib.h
|
2012-05-22 10:14:28 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
S390 Machines
|
|
|
|
-------------
|
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
|
2015-09-22 11:37:07 +02:00
|
|
|
F: hw/char/sclp*.[hc]
|
2015-11-04 15:59:55 +01:00
|
|
|
F: hw/s390x/
|
2014-10-20 19:00:03 +02:00
|
|
|
F: include/hw/s390x/
|
|
|
|
F: pc-bios/s390-ccw/
|
2015-11-04 15:59:55 +01:00
|
|
|
F: hw/watchdog/wdt_diag288.c
|
2016-08-30 14:02:16 +02:00
|
|
|
F: include/hw/watchdog/wdt_diag288.h
|
|
|
|
F: pc-bios/s390-ccw.img
|
|
|
|
F: default-configs/s390x-softmmu.mak
|
2015-11-04 16:08:20 +01:00
|
|
|
T: git git://github.com/cohuck/qemu.git s390-next
|
|
|
|
T: git git://github.com/borntraeger/qemu.git s390-next
|
2013-03-05 03:22:01 +01:00
|
|
|
|
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
|
2016-09-05 14:28:52 +02:00
|
|
|
F: include/hw/acpi/piix4.h
|
2015-09-22 11:56:47 +02:00
|
|
|
F: hw/misc/sga.c
|
|
|
|
|
|
|
|
PC Chipset
|
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Support
|
|
|
|
F: hw/char/debugcon.c
|
|
|
|
F: hw/char/parallel.c
|
|
|
|
F: hw/char/serial*
|
|
|
|
F: hw/dma/i8257*
|
|
|
|
F: hw/i2c/pm_smbus.c
|
|
|
|
F: hw/intc/apic*
|
|
|
|
F: hw/intc/ioapic*
|
|
|
|
F: hw/intc/i8259*
|
|
|
|
F: hw/misc/debugexit.c
|
|
|
|
F: hw/misc/pc-testdev.c
|
|
|
|
F: hw/timer/hpet*
|
|
|
|
F: hw/timer/i8254*
|
|
|
|
F: hw/timer/mc146818rtc*
|
2016-09-05 23:31:15 +02:00
|
|
|
F: include/hw/i2c/pm_smbus.h
|
|
|
|
F: include/hw/timer/hpet.h
|
|
|
|
F: include/hw/timer/i8254*
|
|
|
|
F: include/hw/timer/mc146818rtc*
|
2013-11-06 16:16:42 +01:00
|
|
|
|
2016-03-11 15:06:56 +01:00
|
|
|
Machine core
|
|
|
|
M: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
|
M: Marcel Apfelbaum <marcel@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: hw/core/machine.c
|
2017-01-23 06:54:55 +01:00
|
|
|
F: hw/core/null-machine.c
|
2016-03-11 15:06:56 +01:00
|
|
|
F: include/hw/boards.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
|
2016-09-23 18:09:56 +02:00
|
|
|
F: include/hw/ide/
|
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
|
2015-10-05 18:00:56 +02:00
|
|
|
F: tests/libqos/ahci*
|
2015-03-05 05:37:55 +01:00
|
|
|
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
|
2015-10-05 18:00:56 +02:00
|
|
|
F: tests/fdc-test.c
|
2015-03-05 05:37:55 +01:00
|
|
|
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*
|
2016-02-25 12:22:04 +01:00
|
|
|
F: include/hw/arm/omap.h
|
2011-09-17 18:26:15 +02:00
|
|
|
|
2015-09-22 11:37:27 +02:00
|
|
|
IPack
|
|
|
|
M: Alberto Garcia <berto@igalia.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: hw/char/ipoctal232.c
|
|
|
|
F: hw/ipack/
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
PCI
|
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
2016-06-13 22:06:32 +02:00
|
|
|
M: Marcel Apfelbaum <marcel@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: include/hw/pci/*
|
2015-09-22 11:56:48 +02:00
|
|
|
F: hw/misc/pci-testdev.c
|
2012-12-12 14:11:55 +01:00
|
|
|
F: hw/pci/*
|
2015-09-22 11:56:48 +02:00
|
|
|
F: hw/pci-bridge/*
|
2015-06-23 08:09:34 +02:00
|
|
|
|
2015-08-12 11:17:36 +02:00
|
|
|
ACPI/SMBIOS
|
2015-06-23 08:09:34 +02:00
|
|
|
M: Michael S. Tsirkin <mst@redhat.com>
|
|
|
|
M: Igor Mammedov <imammedo@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: include/hw/acpi/*
|
2015-08-12 11:17:36 +02:00
|
|
|
F: include/hw/smbios/*
|
2015-06-23 08:09:34 +02:00
|
|
|
F: hw/mem/*
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/acpi/*
|
2015-08-12 11:17:36 +02:00
|
|
|
F: hw/smbios/*
|
2015-06-23 08:09:34 +02:00
|
|
|
F: hw/i386/acpi-build.[hc]
|
|
|
|
F: hw/arm/virt-acpi-build.c
|
2017-02-17 00:15:38 +01:00
|
|
|
F: tests/bios-tables-test.c
|
|
|
|
F: tests/acpi-utils.[hc]
|
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
|
2016-09-05 22:03:36 +02:00
|
|
|
F: include/hw/ppc/ppc4xx.h
|
2012-08-22 07:48:47 +02:00
|
|
|
|
2012-08-22 07:48:45 +02:00
|
|
|
ppce500
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
L: qemu-ppc@nongnu.org
|
|
|
|
S: Supported
|
2013-06-24 12:49:32 +02:00
|
|
|
F: hw/ppc/e500*
|
2015-09-22 11:38:02 +02:00
|
|
|
F: hw/pci-host/ppce500.c
|
|
|
|
F: hw/net/fsl_etsec/
|
2012-08-22 07:48:45 +02:00
|
|
|
|
2015-09-22 11:40:00 +02:00
|
|
|
Character devices
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: hw/char/
|
|
|
|
|
2015-09-22 11:40:00 +02:00
|
|
|
Network devices
|
|
|
|
M: Jason Wang <jasowang@redhat.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: hw/net/
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-net-test.c
|
2015-09-22 11:40:00 +02:00
|
|
|
T: git git://github.com/jasowang/qemu.git net
|
|
|
|
|
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
|
2016-09-05 22:11:41 +02:00
|
|
|
F: include/hw/scsi/*
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/scsi/*
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-scsi-test.c
|
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
|
2015-08-25 16:45:06 +02:00
|
|
|
M: Peter Crosthwaite <crosthwaite.peter@gmail.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
|
2015-08-25 16:45:06 +02:00
|
|
|
X: hw/ssi/xilinx_*
|
|
|
|
|
|
|
|
Xilinx SPI
|
|
|
|
M: Alistair Francis <alistair.francis@xilinx.com>
|
|
|
|
M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/ssi/xilinx_*
|
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
|
2016-02-25 10:36:05 +01:00
|
|
|
F: docs/usb2.txt
|
|
|
|
F: docs/usb-storage.txt
|
|
|
|
F: include/hw/usb.h
|
|
|
|
F: include/hw/usb/
|
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/*
|
2016-03-10 17:39:09 +01:00
|
|
|
F: include/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*
|
2016-09-23 18:11:21 +02:00
|
|
|
F: hw/virtio/Makefile.objs
|
|
|
|
F: hw/virtio/trace-events
|
2015-06-15 16:20:21 +02:00
|
|
|
F: net/vhost-user.c
|
2016-02-25 11:13:03 +01:00
|
|
|
F: include/hw/virtio/
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-balloon-test.c
|
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>
|
2016-06-17 16:35:05 +02:00
|
|
|
M: Greg Kurz <groug@kaod.org>
|
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
|
2016-06-17 16:35:05 +02:00
|
|
|
T: git git://github.com/gkurz/qemu.git 9p-next
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
virtio-blk
|
2012-11-09 14:29:03 +01:00
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2015-04-29 16:13:25 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/block/virtio-blk.c
|
2015-04-29 16:13:25 +02:00
|
|
|
F: hw/block/dataplane/*
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-blk-test.c
|
2015-04-29 16:13:25 +02:00
|
|
|
T: git git://github.com/stefanha/qemu.git block
|
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]
|
2015-11-04 16:08:20 +01:00
|
|
|
T: git git://github.com/cohuck/qemu.git s390-next
|
|
|
|
T: git git://github.com/borntraeger/qemu.git s390-next
|
2013-03-05 03:22:01 +01:00
|
|
|
|
2015-06-19 10:25:34 +02:00
|
|
|
virtio-input
|
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/input/virtio-input*.c
|
|
|
|
F: include/hw/virtio/virtio-input.h
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
virtio-serial
|
2017-02-03 12:13:53 +01:00
|
|
|
M: Amit Shah <amit@kernel.org>
|
2010-09-09 21:51:31 +02:00
|
|
|
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
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-console-test.c
|
|
|
|
F: tests/virtio-serial-test.c
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2014-11-18 13:31:26 +01:00
|
|
|
virtio-rng
|
2017-02-03 12:13:53 +01:00
|
|
|
M: Amit Shah <amit@kernel.org>
|
2014-11-18 13:31:26 +01:00
|
|
|
S: Supported
|
|
|
|
F: hw/virtio/virtio-rng.c
|
|
|
|
F: include/hw/virtio/virtio-rng.h
|
2016-02-25 13:44:20 +01:00
|
|
|
F: include/sysemu/rng*.h
|
2014-11-18 13:31:26 +01:00
|
|
|
F: backends/rng*.c
|
2016-09-09 10:31:20 +02:00
|
|
|
F: tests/virtio-rng-test.c
|
2014-11-18 13:31:26 +01:00
|
|
|
|
2016-10-28 10:33:31 +02:00
|
|
|
virtio-crypto
|
|
|
|
M: Gonglei <arei.gonglei@huawei.com>
|
|
|
|
S: Supported
|
|
|
|
F: hw/virtio/virtio-crypto.c
|
|
|
|
F: hw/virtio/virtio-crypto-pci.c
|
|
|
|
F: include/hw/virtio/virtio-crypto.h
|
|
|
|
|
2013-06-04 17:17:10 +02:00
|
|
|
nvme
|
|
|
|
M: Keith Busch <keith.busch@intel.com>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2013-06-04 17:17:10 +02:00
|
|
|
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>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2014-04-16 16:44:19 +02:00
|
|
|
S: Supported
|
|
|
|
F: hw/scsi/megasas.c
|
|
|
|
F: hw/scsi/mfi.h
|
|
|
|
|
2016-06-01 10:23:39 +02:00
|
|
|
Network packet abstractions
|
|
|
|
M: Dmitry Fleytman <dmitry@daynix.com>
|
|
|
|
S: Maintained
|
|
|
|
F: include/net/eth.h
|
|
|
|
F: net/eth.c
|
|
|
|
F: hw/net/net_rx_pkt*
|
|
|
|
F: hw/net/net_tx_pkt*
|
|
|
|
|
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*
|
|
|
|
|
2015-03-14 05:09:32 +01:00
|
|
|
Rocker
|
|
|
|
M: Jiri Pirko <jiri@resnulli.us>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/net/rocker/
|
2016-09-27 16:33:46 +02:00
|
|
|
F: tests/rocker/
|
|
|
|
F: docs/specs/rocker.txt
|
2015-03-14 05:09:32 +01:00
|
|
|
|
2015-12-02 08:21:00 +01:00
|
|
|
NVDIMM
|
|
|
|
M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/acpi/nvdimm.c
|
|
|
|
F: hw/mem/nvdimm.c
|
|
|
|
F: include/hw/mem/nvdimm.h
|
|
|
|
|
2016-06-01 10:23:44 +02:00
|
|
|
e1000x
|
|
|
|
M: Dmitry Fleytman <dmitry@daynix.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/net/e1000x*
|
|
|
|
|
net: Introduce e1000e device emulation
This patch introduces emulation for the Intel 82574 adapter, AKA e1000e.
This implementation is derived from the e1000 emulation code, and
utilizes the TX/RX packet abstractions that were initially developed for
the vmxnet3 device. Although some parts of the introduced code may be
shared with e1000, the differences are substantial enough so that the
only shared resources for the two devices are the definitions in
hw/net/e1000_regs.h.
Similarly to vmxnet3, the new device uses virtio headers for task
offloads (for backends that support virtio extensions). Usage of
virtio headers may be forcibly disabled via a boolean device property
"vnet" (which is enabled by default). In such case task offloads
will be performed in software, in the same way it is done on
backends that do not support virtio headers.
The device code is split into two parts:
1. hw/net/e1000e.c: QEMU-specific code for a network device;
2. hw/net/e1000e_core.[hc]: Device emulation according to the spec.
The new device name is e1000e.
Intel specifications for the 82574 controller are available at:
http://www.intel.com/content/dam/doc/datasheet/82574l-gbe-controller-datasheet.pdf
Throughput measurement results (iperf2):
Fedora 22 guest, TCP, RX
4 ++------------------------------------------+
| |
| X X X X X
3.5 ++ X X X X |
| X |
| |
3 ++ |
G | X |
b | |
/ 2.5 ++ |
s | |
| |
2 ++ |
| |
| |
1.5 X+ |
| |
+ + + + + + + + + + + +
1 ++--+---+---+---+---+---+---+---+---+---+---+
32 64 128 256 512 1 2 4 8 16 32 64
B B B B B KB KB KB KB KB KB KB
Buffer size
Fedora 22 guest, TCP, TX
18 ++-------------------------------------------+
| X |
16 ++ X X X X X
| X |
14 ++ |
| |
12 ++ |
G | X |
b 10 ++ |
/ | |
s 8 ++ |
| |
6 ++ X |
| |
4 ++ |
| X |
2 ++ X |
X + + + + + + + + + + +
0 ++--+---+---+---+---+----+---+---+---+---+---+
32 64 128 256 512 1 2 4 8 16 32 64
B B B B B KB KB KB KB KB KB KB
Buffer size
Fedora 22 guest, UDP, RX
3 ++------------------------------------------+
| X
| |
2.5 ++ |
| |
| |
2 ++ X |
G | |
b | |
/ 1.5 ++ |
s | X |
| |
1 ++ |
| |
| X |
0.5 ++ |
| X |
X + + + + +
0 ++-------+--------+-------+--------+--------+
32 64 128 256 512 1
B B B B B KB
Datagram size
Fedora 22 guest, UDP, TX
1 ++------------------------------------------+
| X
0.9 ++ |
| |
0.8 ++ |
0.7 ++ |
| |
G 0.6 ++ |
b | |
/ 0.5 ++ |
s | X |
0.4 ++ |
| |
0.3 ++ |
0.2 ++ X |
| |
0.1 ++ X |
X X + + + +
0 ++-------+--------+-------+--------+--------+
32 64 128 256 512 1
B B B B B KB
Datagram size
Windows 2012R2 guest, TCP, RX
3.2 ++------------------------------------------+
| X |
3 ++ |
| |
2.8 ++ |
| |
2.6 ++ X |
G | X X X X X
b 2.4 ++ X X |
/ | |
s 2.2 ++ |
| |
2 ++ |
| X X |
1.8 ++ |
| |
1.6 X+ |
+ + + + + + + + + + + +
1.4 ++--+---+---+---+---+---+---+---+---+---+---+
32 64 128 256 512 1 2 4 8 16 32 64
B B B B B KB KB KB KB KB KB KB
Buffer size
Windows 2012R2 guest, TCP, TX
14 ++-------------------------------------------+
| |
| X X
12 ++ |
| |
10 ++ |
| |
G | |
b 8 ++ |
/ | X |
s 6 ++ |
| |
| |
4 ++ X |
| |
2 ++ |
| X X X |
+ X X + + X X + + + + +
0 X+--+---+---+---+---+----+---+---+---+---+---+
32 64 128 256 512 1 2 4 8 16 32 64
B B B B B KB KB KB KB KB KB KB
Buffer size
Windows 2012R2 guest, UDP, RX
1.6 ++------------------------------------------X
| |
1.4 ++ |
| |
1.2 ++ |
| X |
| |
G 1 ++ |
b | |
/ 0.8 ++ |
s | |
0.6 ++ X |
| |
0.4 ++ |
| X |
| |
0.2 ++ X |
X + + + + +
0 ++-------+--------+-------+--------+--------+
32 64 128 256 512 1
B B B B B KB
Datagram size
Windows 2012R2 guest, UDP, TX
0.6 ++------------------------------------------+
| X
| |
0.5 ++ |
| |
| |
0.4 ++ |
G | |
b | |
/ 0.3 ++ X |
s | |
| |
0.2 ++ |
| |
| X |
0.1 ++ |
| X |
X X + + + +
0 ++-------+--------+-------+--------+--------+
32 64 128 256 512 1
B B B B B KB
Datagram size
Signed-off-by: Dmitry Fleytman <dmitry.fleytman@ravellosystems.com>
Signed-off-by: Leonid Bloch <leonid.bloch@ravellosystems.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2016-06-01 10:23:45 +02:00
|
|
|
e1000e
|
|
|
|
M: Dmitry Fleytman <dmitry@daynix.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/net/e1000e*
|
|
|
|
|
2016-10-04 14:28:09 +02:00
|
|
|
Generic Loader
|
|
|
|
M: Alistair Francis <alistair.francis@xilinx.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/core/generic-loader.c
|
|
|
|
F: include/hw/core/generic-loader.h
|
|
|
|
|
2016-11-08 12:46:22 +01:00
|
|
|
CHRP NVRAM
|
|
|
|
M: Thomas Huth <thuth@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/nvram/chrp_nvram.c
|
|
|
|
F: include/hw/nvram/chrp_nvram.h
|
|
|
|
F: tests/prom-env-test.c
|
|
|
|
|
2017-02-17 00:15:40 +01:00
|
|
|
VM Generation ID
|
|
|
|
M: Ben Warren <ben@skyportsystems.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/acpi/vmgenid.c
|
|
|
|
F: include/hw/acpi/vmgenid.h
|
|
|
|
F: docs/specs/vmgenid.txt
|
|
|
|
F: tests/vmgenid-test.c
|
|
|
|
F: stubs/vmgenid.c
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
Subsystems
|
|
|
|
----------
|
|
|
|
Audio
|
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/
|
2016-09-23 15:19:10 +02:00
|
|
|
F: include/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
|
|
|
|
2015-04-29 16:13:29 +02:00
|
|
|
Block layer core
|
2010-09-09 21:51:31 +02:00
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
2016-04-08 19:29:01 +02:00
|
|
|
M: Max Reitz <mreitz@redhat.com>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Supported
|
|
|
|
F: block*
|
|
|
|
F: block/
|
2013-02-04 15:19:30 +01:00
|
|
|
F: hw/block/
|
2015-05-20 12:03:17 +02:00
|
|
|
F: include/block/
|
2014-04-24 11:53:39 +02:00
|
|
|
F: qemu-img*
|
|
|
|
F: qemu-io*
|
2014-10-21 17:43:17 +02:00
|
|
|
F: tests/qemu-iotests/
|
2017-04-28 18:55:17 +02:00
|
|
|
F: util/qemu-progress.c
|
2013-11-06 16:06:25 +01:00
|
|
|
T: git git://repo.or.cz/qemu/kevin.git block
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2015-04-29 16:13:27 +02:00
|
|
|
Block I/O path
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2016-04-05 11:38:25 +02:00
|
|
|
M: Fam Zheng <famz@redhat.com>
|
2015-04-29 16:13:27 +02:00
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
2017-05-03 12:30:23 +02:00
|
|
|
F: util/async.c
|
|
|
|
F: util/aio-*.c
|
2015-04-29 16:13:27 +02:00
|
|
|
F: block/io.c
|
|
|
|
F: migration/block*
|
2016-07-18 09:19:47 +02:00
|
|
|
F: include/block/aio.h
|
2015-04-29 16:13:27 +02:00
|
|
|
T: git git://github.com/stefanha/qemu.git block
|
|
|
|
|
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
|
2016-03-10 03:54:00 +01:00
|
|
|
F: block/stream.c
|
2015-03-06 18:16:06 +01:00
|
|
|
F: block/mirror.c
|
|
|
|
T: git git://github.com/codyprime/qemu-kvm-jtc.git block
|
|
|
|
|
2015-05-20 13:23:46 +02:00
|
|
|
Block QAPI, monitor, command line
|
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: blockdev.c
|
|
|
|
F: block/qapi.c
|
|
|
|
F: qapi/block*.json
|
|
|
|
T: git git://repo.or.cz/qemu/armbru.git block-next
|
|
|
|
|
2016-08-04 20:18:51 +02:00
|
|
|
Dirty Bitmaps
|
|
|
|
M: Fam Zheng <famz@redhat.com>
|
|
|
|
M: John Snow <jsnow@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: util/hbitmap.c
|
|
|
|
F: block/dirty-bitmap.c
|
|
|
|
F: include/qemu/hbitmap.h
|
|
|
|
F: include/block/dirty-bitmap.h
|
|
|
|
F: tests/test-hbitmap.c
|
|
|
|
F: docs/bitmaps.md
|
|
|
|
T: git git://github.com/famz/qemu.git bitmaps
|
|
|
|
T: git git://github.com/jnsnow/qemu.git bitmaps
|
|
|
|
|
2015-09-22 11:40:00 +02:00
|
|
|
Character device backends
|
2014-10-21 15:12:57 +02:00
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
2017-01-30 14:37:31 +01:00
|
|
|
M: Marc-André Lureau <marcandre.lureau@redhat.com>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
2016-12-09 22:29:03 +01:00
|
|
|
F: chardev/
|
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
|
|
|
|
2017-03-20 13:55:48 +01:00
|
|
|
Command line option argument parsing
|
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: include/qemu/option.h
|
|
|
|
F: tests/test-keyval.c
|
|
|
|
F: tests/test-qemu-opts.c
|
|
|
|
F: util/keyval.c
|
|
|
|
F: util/qemu-option.c
|
|
|
|
|
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
|
2016-05-25 17:21:59 +02:00
|
|
|
L: qemu-devel@nongnu.org
|
2012-09-17 19:10:32 +02:00
|
|
|
S: Supported
|
|
|
|
F: qom/cpu.c
|
2013-06-24 12:49:32 +02:00
|
|
|
F: include/qom/cpu.h
|
2012-09-17 19:10:32 +02:00
|
|
|
|
2012-06-26 06:29:42 +02:00
|
|
|
Device Tree
|
2015-08-25 16:45:06 +02:00
|
|
|
M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
|
2012-06-26 06:29:42 +02:00
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
S: Maintained
|
2015-12-17 15:25:12 +01:00
|
|
|
F: device_tree.c
|
|
|
|
F: include/sysemu/device_tree.h
|
2012-06-26 06:29:42 +02:00
|
|
|
|
2015-09-12 13:29:56 +02:00
|
|
|
Error reporting
|
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: include/qapi/error.h
|
|
|
|
F: include/qemu/error-report.h
|
|
|
|
F: util/error.c
|
|
|
|
F: util/qemu-error.c
|
|
|
|
|
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
|
2015-11-13 18:49:54 +01:00
|
|
|
F: include/exec/ram_addr.h
|
2014-04-29 16:05:53 +02:00
|
|
|
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
|
2016-02-25 10:36:06 +01:00
|
|
|
F: include/ui/spice-display.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/
|
2016-02-25 10:36:07 +01:00
|
|
|
F: include/ui/
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2011-10-30 18:08:01 +01:00
|
|
|
Cocoa graphics
|
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
|
2017-05-03 13:59:09 +02:00
|
|
|
F: util/main-loop.c
|
|
|
|
F: util/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)
|
2016-09-28 19:33:41 +02:00
|
|
|
M: Dr. David Alan Gilbert <dgilbert@redhat.com>
|
2014-02-18 15:08:14 +01:00
|
|
|
S: Maintained
|
2010-09-09 21:51:31 +02:00
|
|
|
F: monitor.c
|
2016-09-22 21:32:38 +02:00
|
|
|
F: hmp.[ch]
|
|
|
|
F: hmp-commands*.hx
|
|
|
|
F: include/monitor/hmp-target.h
|
2010-09-09 21:51:31 +02:00
|
|
|
|
2015-09-22 11:40:00 +02:00
|
|
|
Network device backends
|
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/
|
2016-02-25 12:56:24 +01:00
|
|
|
F: include/net/
|
2015-09-16 05:05:30 +02:00
|
|
|
T: git git://github.com/jasowang/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
|
2016-01-14 09:41:02 +01:00
|
|
|
F: block/nbd*
|
|
|
|
F: nbd/
|
|
|
|
F: include/block/nbd*
|
2011-12-22 11:39:19 +01:00
|
|
|
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
|
|
|
|
T: git git://github.com/ehabkost/qemu.git numa
|
|
|
|
|
2016-08-01 15:52:42 +02:00
|
|
|
Host Memory Backends
|
|
|
|
M: Eduardo Habkost <ehabkost@redhat.com>
|
|
|
|
M: Igor Mammedov <imammedo@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: backends/hostmem*.c
|
|
|
|
F: include/sysemu/hostmem.h
|
|
|
|
|
2016-10-28 10:33:31 +02:00
|
|
|
Cryptodev Backends
|
|
|
|
M: Gonglei <arei.gonglei@huawei.com>
|
|
|
|
S: Maintained
|
|
|
|
F: include/sysemu/cryptodev*.h
|
|
|
|
F: backends/cryptodev*.c
|
|
|
|
|
2013-06-03 17:14:26 +02:00
|
|
|
QAPI
|
2015-05-05 16:39:15 +02:00
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
2013-06-03 17:14:26 +02:00
|
|
|
M: Michael Roth <mdroth@linux.vnet.ibm.com>
|
2015-05-05 16:39:15 +02:00
|
|
|
S: Supported
|
2013-06-03 17:14:26 +02:00
|
|
|
F: qapi/
|
2015-06-12 15:15:54 +02:00
|
|
|
X: qapi/*.json
|
2015-09-24 18:11:57 +02:00
|
|
|
F: include/qapi/
|
|
|
|
X: include/qapi/qmp/
|
|
|
|
F: include/qapi/qmp/dispatch.h
|
2014-10-22 00:31:28 +02:00
|
|
|
F: tests/qapi-schema/
|
2015-09-24 18:11:57 +02:00
|
|
|
F: tests/test-*-visitor.c
|
2017-03-20 13:55:48 +01:00
|
|
|
F: tests/test-qapi-*.c
|
2015-09-24 18:11:57 +02:00
|
|
|
F: tests/test-qmp-*.c
|
2017-03-20 13:55:48 +01:00
|
|
|
F: tests/test-visitor-serialization.c
|
2015-06-12 15:15:54 +02:00
|
|
|
F: scripts/qapi*
|
|
|
|
F: docs/qapi*
|
2015-05-05 16:39:15 +02:00
|
|
|
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
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: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: qapi-schema.json
|
2015-06-12 15:15:54 +02:00
|
|
|
F: qapi/*.json
|
2015-05-05 16:39:15 +02:00
|
|
|
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
2013-06-03 17:11:53 +02:00
|
|
|
|
2014-10-22 14:54:59 +02:00
|
|
|
QObject
|
2016-09-28 19:33:42 +02:00
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
2014-10-22 14:54:59 +02:00
|
|
|
F: qobject/
|
2015-09-24 18:11:56 +02:00
|
|
|
F: include/qapi/qmp/
|
|
|
|
X: include/qapi/qmp/dispatch.h
|
2017-04-27 23:58:14 +02:00
|
|
|
F: scripts/coccinelle/qobject.cocci
|
2015-09-24 18:11:56 +02:00
|
|
|
F: tests/check-qdict.c
|
|
|
|
F: tests/check-qfloat.c
|
|
|
|
F: tests/check-qint.c
|
|
|
|
F: tests/check-qjson.c
|
|
|
|
F: tests/check-qlist.c
|
|
|
|
F: tests/check-qstring.c
|
2016-09-28 19:33:42 +02:00
|
|
|
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
2014-10-22 14:54:59 +02:00
|
|
|
|
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
|
2015-11-18 19:03:29 +01:00
|
|
|
F: tests/check-qom-interface.c
|
|
|
|
F: tests/check-qom-proplist.c
|
2014-04-24 15:00:14 +02:00
|
|
|
F: tests/qom-test.c
|
|
|
|
|
2013-06-03 17:14:26 +02:00
|
|
|
QMP
|
2015-05-05 16:39:15 +02:00
|
|
|
M: Markus Armbruster <armbru@redhat.com>
|
|
|
|
S: Supported
|
2013-06-03 17:14:26 +02:00
|
|
|
F: qmp.c
|
|
|
|
F: monitor.c
|
2015-09-24 18:11:55 +02:00
|
|
|
F: docs/*qmp-*
|
2015-05-05 16:39:15 +02:00
|
|
|
F: scripts/qmp/
|
2017-03-03 13:32:23 +01:00
|
|
|
F: tests/qmp-test.c
|
2015-05-05 16:39:15 +02:00
|
|
|
T: git git://repo.or.cz/qemu/armbru.git qapi-next
|
2013-06-03 17:14:26 +02:00
|
|
|
|
2016-07-28 18:55:39 +02:00
|
|
|
Register API
|
|
|
|
M: Alistair Francis <alistair.francis@xilinx.com>
|
|
|
|
S: Maintained
|
|
|
|
F: hw/core/register.c
|
|
|
|
F: include/hw/register.h
|
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
SLIRP
|
2015-08-06 13:10:14 +02:00
|
|
|
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
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/
|
2015-12-15 09:48:15 +01:00
|
|
|
F: net/slirp.c
|
2016-02-25 12:56:24 +01:00
|
|
|
F: include/net/slirp.h
|
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
|
|
|
|
2016-08-24 16:04:56 +02:00
|
|
|
Stubs
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: stubs/
|
|
|
|
|
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
|
|
|
|
S: Odd Fixes
|
|
|
|
F: scripts/checkpatch.pl
|
|
|
|
|
2014-10-15 10:34:50 +02:00
|
|
|
Migration
|
|
|
|
M: Juan Quintela <quintela@redhat.com>
|
2017-01-24 11:04:37 +01:00
|
|
|
M: Dr. David Alan Gilbert <dgilbert@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-11-18 13:31:25 +01:00
|
|
|
F: scripts/vmstate-static-checker.py
|
|
|
|
F: tests/vmstate-static-checker-data/
|
2016-02-25 10:47:49 +01:00
|
|
|
F: docs/migration.txt
|
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
|
|
|
|
|
2015-07-01 19:10:29 +02:00
|
|
|
Cryptography
|
|
|
|
M: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: crypto/
|
|
|
|
F: include/crypto/
|
|
|
|
F: tests/test-crypto-*
|
2017-03-16 12:18:46 +01:00
|
|
|
F: qemu.sasl
|
2015-07-01 19:10:29 +02:00
|
|
|
|
2015-09-01 15:48:02 +02:00
|
|
|
Coroutines
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
F: util/*coroutine*
|
|
|
|
F: include/qemu/coroutine*
|
|
|
|
F: tests/test-coroutine.c
|
|
|
|
|
2015-03-03 18:13:42 +01:00
|
|
|
Buffers
|
|
|
|
M: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
S: Odd fixes
|
|
|
|
F: util/buffer.c
|
|
|
|
F: include/qemu/buffer.h
|
|
|
|
|
2015-02-27 17:19:33 +01:00
|
|
|
I/O Channels
|
|
|
|
M: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: io/
|
|
|
|
F: include/io/
|
|
|
|
F: tests/test-io-*
|
|
|
|
|
2016-01-18 16:03:23 +01:00
|
|
|
Sockets
|
|
|
|
M: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
M: Gerd Hoffmann <kraxel@redhat.com>
|
|
|
|
M: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
S: Maintained
|
|
|
|
F: include/qemu/sockets.h
|
|
|
|
F: util/qemu-sockets.c
|
|
|
|
|
2016-02-18 11:27:10 +01:00
|
|
|
Throttling infrastructure
|
|
|
|
M: Alberto Garcia <berto@igalia.com>
|
|
|
|
S: Supported
|
|
|
|
F: block/throttle-groups.c
|
|
|
|
F: include/block/throttle-groups.h
|
|
|
|
F: include/qemu/throttle.h
|
|
|
|
F: util/throttle.c
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
|
2016-09-21 06:27:25 +02:00
|
|
|
UUID
|
|
|
|
M: Fam Zheng <famz@redhat.com>
|
|
|
|
S: Supported
|
|
|
|
F: util/uuid.c
|
|
|
|
F: include/qemu/uuid.h
|
|
|
|
F: tests/test-uuid.c
|
|
|
|
|
2016-10-27 08:43:09 +02:00
|
|
|
COLO Framework
|
|
|
|
M: zhanghailiang <zhang.zhanghailiang@huawei.com>
|
|
|
|
S: Maintained
|
|
|
|
F: migration/colo*
|
|
|
|
F: include/migration/colo.h
|
|
|
|
F: include/migration/failover.h
|
|
|
|
F: docs/COLO-FT.txt
|
|
|
|
|
2016-09-27 04:22:35 +02:00
|
|
|
COLO Proxy
|
|
|
|
M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
|
|
|
|
M: Li Zhijian <lizhijian@cn.fujitsu.com>
|
|
|
|
S: Supported
|
|
|
|
F: docs/colo-proxy.txt
|
|
|
|
F: net/colo*
|
|
|
|
F: net/filter-rewriter.c
|
|
|
|
F: net/filter-mirror.c
|
|
|
|
|
2017-05-03 13:33:04 +02:00
|
|
|
Record/replay
|
|
|
|
M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
|
|
|
|
R: Paolo Bonzini <pbonzini@redhat.com>
|
|
|
|
W: http://wiki.qemu.org/Features/record-replay
|
|
|
|
S: Supported
|
|
|
|
F: replay/*
|
|
|
|
F: block/blkreplay.c
|
|
|
|
F: net/filter-replay.c
|
|
|
|
F: include/sysemu/replay.h
|
|
|
|
F: docs/replay.txt
|
|
|
|
F: stubs/replay.c
|
|
|
|
|
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
|
2016-10-24 10:35:53 +02:00
|
|
|
F: user-exec-stub.c
|
2014-10-22 00:18:01 +02:00
|
|
|
|
2010-09-09 21:51:31 +02:00
|
|
|
BSD user
|
2016-06-20 16:19:25 +02:00
|
|
|
S: Orphan
|
2010-09-09 21:51:31 +02:00
|
|
|
F: bsd-user/
|
2016-09-30 09:07:15 +02:00
|
|
|
F: default-configs/*-bsd-user.mak
|
2010-09-09 21:51:31 +02:00
|
|
|
|
|
|
|
Linux user
|
|
|
|
M: Riku Voipio <riku.voipio@iki.fi>
|
2017-05-10 17:39:50 +02:00
|
|
|
R: Laurent Vivier <laurent@vivier.eu>
|
2010-09-09 21:51:31 +02:00
|
|
|
S: Maintained
|
|
|
|
F: linux-user/
|
2016-09-30 09:07:15 +02:00
|
|
|
F: default-configs/*-linux-user.mak
|
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
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2013-06-12 17:20:24 +02:00
|
|
|
F: tcg/aarch64/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/arm-a64.cc
|
|
|
|
F: disas/libvixl/
|
2013-06-12 17:20:24 +02:00
|
|
|
|
2011-01-14 20:39:19 +01:00
|
|
|
ARM target
|
|
|
|
M: Andrzej Zaborowski <balrogg@gmail.com>
|
|
|
|
S: Maintained
|
2015-11-03 14:49:42 +01:00
|
|
|
L: qemu-arm@nongnu.org
|
2011-01-14 20:39:19 +01:00
|
|
|
F: tcg/arm/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/arm.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
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/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/i386.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
IA64 target
|
|
|
|
M: Aurelien Jarno <aurelien@aurel32.net>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/ia64/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/ia64.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
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/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/mips.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
PPC
|
2016-10-18 19:21:00 +02:00
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Odd Fixes
|
2011-01-14 20:39:19 +01:00
|
|
|
F: tcg/ppc/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/ppc.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
S390 target
|
|
|
|
M: Alexander Graf <agraf@suse.de>
|
|
|
|
M: Richard Henderson <rth@twiddle.net>
|
|
|
|
S: Maintained
|
|
|
|
F: tcg/s390/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/s390.c
|
2011-01-14 20:39:19 +01:00
|
|
|
|
|
|
|
SPARC target
|
2016-06-20 16:19:25 +02:00
|
|
|
S: Odd Fixes
|
2011-01-14 20:39:19 +01:00
|
|
|
F: tcg/sparc/
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/sparc.c
|
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
|
2015-09-22 11:36:16 +02:00
|
|
|
F: disas/tci.c
|
2012-04-13 17:52:27 +02:00
|
|
|
|
2013-11-13 10:33:10 +01:00
|
|
|
Block drivers
|
|
|
|
-------------
|
|
|
|
VMDK
|
|
|
|
M: Fam Zheng <famz@redhat.com>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/vmdk.c
|
|
|
|
|
|
|
|
RBD
|
2015-06-11 05:28:44 +02:00
|
|
|
M: Josh Durgin <jdurgin@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/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>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
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>
|
2015-04-30 15:15:13 +02:00
|
|
|
L: qemu-block@nongnu.org
|
2013-11-13 10:33:10 +01:00
|
|
|
S: Supported
|
|
|
|
F: block/iscsi.c
|
2017-01-24 13:49:21 +01:00
|
|
|
F: block/iscsi-opts.c
|
2013-11-13 10:33:10 +01:00
|
|
|
|
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
|
|
|
|
2015-03-06 18:16:06 +01:00
|
|
|
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
|
2015-04-29 16:13:26 +02:00
|
|
|
|
|
|
|
blkverify
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/blkverify.c
|
|
|
|
|
|
|
|
bochs
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/bochs.c
|
|
|
|
|
|
|
|
cloop
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/cloop.c
|
|
|
|
|
|
|
|
dmg
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/dmg.c
|
|
|
|
|
|
|
|
parallels
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
2015-08-21 19:44:16 +02:00
|
|
|
M: Denis V. Lunev <den@openvz.org>
|
2015-04-29 16:13:26 +02:00
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/parallels.c
|
2015-11-27 13:20:06 +01:00
|
|
|
F: docs/specs/parallels.txt
|
2015-04-29 16:13:26 +02:00
|
|
|
|
|
|
|
qed
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/qed.c
|
|
|
|
|
|
|
|
raw
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/linux-aio.c
|
2016-09-05 14:28:52 +02:00
|
|
|
F: include/block/raw-aio.h
|
block: Rename raw_bsd to raw-format.c
Given that we have raw-win32.c and raw-posix.c, my initial guess at
raw_bsd.c was that it was for dealing with raw files using code
specific to the BSD operating system (beyond what raw-posix could
do). Not so - this name was chosen back in commit e1c66c6 to
distinguish that it was a BSD licensed file, in contrast to the
then-existing raw.c with an unclear and potentially unusable
license. But since it has been more than three years since the
rewrite, it's time to pick a more useful name for this file to
avoid this type of confusion to future contributors that don't know
the backstory, as none of our other files are named solely by the
license they use.
In reality, this file deals with the raw format, which is useful
with any number of protocols, while raw-{win32,posix} deal with
the file protocol (and in turn, that protocol is not limited to
use with the raw format). So rename raw_bsd to raw-format.c. We
could have also used the shorter name raw.c, except that collides
with the earlier use of that filename for a different license,
and it's better to be safe than risk license pollution.
The next patch will also rename raw-win32.c and raw-posix.c to
further distinguish the difference in roles.
It doesn't hurt that this gets rid of an underscore in the filename,
thereby making tab-completion on 'ra<TAB>' easier (now I don't have
to type the shift key, which slows things down :)
Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2016-12-02 20:48:53 +01:00
|
|
|
F: block/raw-format.c
|
2016-12-02 20:48:54 +01:00
|
|
|
F: block/file-posix.c
|
|
|
|
F: block/file-win32.c
|
2015-04-29 16:13:26 +02:00
|
|
|
F: block/win32-aio.c
|
|
|
|
|
|
|
|
qcow2
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
2016-04-08 19:29:01 +02:00
|
|
|
M: Max Reitz <mreitz@redhat.com>
|
2015-04-29 16:13:26 +02:00
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/qcow2*
|
|
|
|
|
|
|
|
qcow
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/qcow.c
|
|
|
|
|
|
|
|
blkdebug
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
2016-04-08 19:29:01 +02:00
|
|
|
M: Max Reitz <mreitz@redhat.com>
|
2015-04-29 16:13:26 +02:00
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/blkdebug.c
|
|
|
|
|
|
|
|
vpc
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/vpc.c
|
|
|
|
|
|
|
|
vvfat
|
|
|
|
M: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: block/vvfat.c
|
2015-04-29 16:13:28 +02:00
|
|
|
|
|
|
|
Image format fuzzer
|
|
|
|
M: Stefan Hajnoczi <stefanha@redhat.com>
|
|
|
|
L: qemu-block@nongnu.org
|
|
|
|
S: Supported
|
|
|
|
F: tests/image-fuzzer/
|
2015-09-24 15:41:38 +02:00
|
|
|
|
2016-07-27 09:01:53 +02:00
|
|
|
Replication
|
2017-04-18 05:08:13 +02:00
|
|
|
M: Wen Congyang <wencongyang2@huawei.com>
|
2017-04-21 09:12:47 +02:00
|
|
|
M: Xie Changlong <xiechanglong.d@gmail.com>
|
2016-07-27 09:01:53 +02:00
|
|
|
S: Supported
|
|
|
|
F: replication*
|
|
|
|
F: block/replication.c
|
|
|
|
F: tests/test-replication.c
|
|
|
|
F: docs/block-replication.txt
|
|
|
|
|
2016-01-31 18:32:39 +01:00
|
|
|
Build and test automation
|
|
|
|
-------------------------
|
|
|
|
M: Alex Bennée <alex.bennee@linaro.org>
|
2017-02-20 11:51:39 +01:00
|
|
|
M: Fam Zheng <famz@redhat.com>
|
2016-01-31 18:32:39 +01:00
|
|
|
L: qemu-devel@nongnu.org
|
2017-02-20 11:51:39 +01:00
|
|
|
S: Maintained
|
2016-01-31 18:32:39 +01:00
|
|
|
F: .travis.yml
|
2017-02-20 11:51:38 +01:00
|
|
|
F: .shippable.yml
|
2017-02-20 11:51:39 +01:00
|
|
|
F: tests/docker/
|
|
|
|
W: https://travis-ci.org/qemu/qemu
|
|
|
|
W: http://patchew.org/QEMU/
|
2015-09-24 15:41:38 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
|
|
|
Build system architecture
|
|
|
|
M: Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
S: Odd Fixes
|
|
|
|
F: docs/build-system.txt
|
2016-06-01 06:25:28 +02:00
|
|
|
|