From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: kvm@vger.kernel.org, marc.zyngier@arm.com,
linux-arm-kernel@lists.infradead.org,
"Alex Bennée" <alex.bennee@linaro.org>,
kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org
Subject: [Qemu-devel] [PATCH v5 0/6] QEMU ARM64 Migration Fixes
Date: Mon, 23 Mar 2015 17:05:38 +0000 [thread overview]
Message-ID: <1427130344-27986-1-git-send-email-alex.bennee@linaro.org> (raw)
Hi,
Following some review comments (and a patch) from Peter I've re-spun
this series:
v5
- Added Peter's SPSR_EL1 state fix for architectural mapping
- As a result SPSR save/restore no longer does munge
- FP register save/restore re-done to deal float128 mapping
- Some minor [ spaces ] added
I submitted the kernel side of this on Friday
Branch: https://github.com/stsquad/qemu/tree/migration/fixes-v5
Kernel: https://git.linaro.org/people/alex.bennee/linux.git/shortlog/refs/heads/migration/kvmarm-fixes-for-4.0-v3
Alex Bennée (5):
target-arm: kvm: save/restore mp state
hw/intc: arm_gic_kvm.c restore config first
target-arm: kvm64 sync FP register state
target-arm: kvm64 fix save/restore of SPSR regs
target-arm: cpu.h document why env->spsr exists
Peter Maydell (1):
target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)
hw/intc/arm_gic_kvm.c | 7 ++-
target-arm/cpu.h | 5 +++
target-arm/helper-a64.c | 2 +-
target-arm/helper.c | 2 +-
target-arm/internals.h | 5 ++-
target-arm/kvm.c | 40 +++++++++++++++++
target-arm/kvm32.c | 4 ++
target-arm/kvm64.c | 111 +++++++++++++++++++++++++++++++++++++++++++++---
target-arm/kvm_arm.h | 18 ++++++++
9 files changed, 184 insertions(+), 10 deletions(-)
--
2.3.2
next reply other threads:[~2015-03-23 17:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 17:05 Alex Bennée [this message]
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 1/6] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc) Alex Bennée
2015-03-24 14:32 ` Greg Bellows
2015-03-24 14:37 ` Peter Maydell
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 2/6] target-arm: kvm: save/restore mp state Alex Bennée
2015-03-26 17:11 ` Peter Maydell
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 3/6] hw/intc: arm_gic_kvm.c restore config first Alex Bennée
2015-03-26 17:12 ` Peter Maydell
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 4/6] target-arm: kvm64 sync FP register state Alex Bennée
2015-03-26 17:20 ` Peter Maydell
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 5/6] target-arm: kvm64 fix save/restore of SPSR regs Alex Bennée
2015-03-26 17:25 ` Peter Maydell
2015-03-23 17:05 ` [Qemu-devel] [PATCH v5 6/6] target-arm: cpu.h document why env->spsr exists Alex Bennée
2015-03-26 17:26 ` 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=1427130344-27986-1-git-send-email-alex.bennee@linaro.org \
--to=alex.bennee@linaro.org \
--cc=christoffer.dall@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@arm.com \
--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).