From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, patches@linaro.org
Subject: [Qemu-devel] [RFC v2 0/6] QEMU: Support KVM on ARM
Date: Wed, 10 Oct 2012 16:07:33 +0100 [thread overview]
Message-ID: <1349881659-8403-1-git-send-email-peter.maydell@linaro.org> (raw)
This is a v2 RFC of the QEMU patches to support KVM for
ARM on Cortex-A15 hardware. It's intended for use with
the kernel tree at
git://github.com/virtualopensystems/linux-kvm-arm.git kvm-arm-v12
(ie the 'v2' kernel patches which Christoffer sent out at
the start of the month).
Patch review appreciated -- I think this is more or less
ready to go in once the kernel patches are accepted (assuming
no kernel ABI changes, of course). (There are still a few
things it would be nice to do better, like driving cp15
access from the cp_regs hashtable rather than hardcoding
a small list. If anybody feels any of the todo-type stuff
is a blocker to these patches being committed that would
be good to know too :-))
Git tree if preferred:
git://git.linaro.org/people/pmaydell/qemu-arm.git kvm-arm-v12
Peter Maydell (6):
linux-headers: Add ARM KVM headers (not for upstream)
ARM: KVM: Add support for KVM on ARM architecture
hw/arm_gic: Add presave/postload hooks
hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC
ARM KVM: save and load VFP registers from kernel
configure: Enable KVM on ARM
configure | 2 +-
hw/a15mpcore.c | 8 +-
hw/arm/Makefile.objs | 1 +
hw/arm_gic_common.c | 10 +
hw/arm_gic_internal.h | 2 +
hw/arm_pic.c | 28 +++
hw/kvm/arm_gic.c | 162 ++++++++++++++
linux-headers/asm-arm/kvm.h | 131 +++++++++++
linux-headers/asm-arm/kvm_para.h | 1 +
linux-headers/asm-generic/kvm_para.h | 5 +
linux-headers/asm-x86/kvm.h | 1 +
linux-headers/linux/kvm.h | 16 +-
target-arm/Makefile.objs | 1 +
target-arm/cpu.h | 1 +
target-arm/helper.c | 2 +-
target-arm/kvm.c | 400 ++++++++++++++++++++++++++++++++++
16 files changed, 765 insertions(+), 6 deletions(-)
create mode 100644 hw/kvm/arm_gic.c
create mode 100644 linux-headers/asm-arm/kvm.h
create mode 100644 linux-headers/asm-arm/kvm_para.h
create mode 100644 linux-headers/asm-generic/kvm_para.h
create mode 100644 target-arm/kvm.c
--
1.7.9.5
next reply other threads:[~2012-10-10 15:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-10 15:07 Peter Maydell [this message]
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 1/6] linux-headers: Add ARM KVM headers (not for upstream) Peter Maydell
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 2/6] ARM: KVM: Add support for KVM on ARM architecture Peter Maydell
2012-10-13 9:09 ` Blue Swirl
2012-10-13 19:19 ` Peter Maydell
2012-10-18 12:37 ` Peter Maydell
2012-10-18 17:41 ` Jan Kiszka
2012-10-18 17:53 ` Peter Maydell
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 3/6] hw/arm_gic: Add presave/postload hooks Peter Maydell
2012-10-10 17:29 ` Andreas Färber
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 4/6] hw/kvm/arm_gic: Implement support for KVM in-kernel ARM GIC Peter Maydell
2012-10-10 17:23 ` Andreas Färber
2012-10-10 17:35 ` Peter Maydell
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 5/6] ARM KVM: save and load VFP registers from kernel Peter Maydell
2012-10-10 15:07 ` [Qemu-devel] [RFC v2 6/6] configure: Enable KVM on ARM Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1349881659-8403-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).