qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	christoffer.dall@linaro.org, greg.bellows@linaro.org
Subject: [Qemu-devel] [PATCH v6 0/5] QEMU ARM64 Migration Fixes
Date: Wed,  1 Apr 2015 16:39:11 +0100	[thread overview]
Message-ID: <1427902756-30567-1-git-send-email-alex.bennee@linaro.org> (raw)

Hi,

Here is v6 of the migration fixes patch which addresses a bunch of
Peter's comments as well as a few of the v4 comments I missed out last
time.

v6:
  - Dropped env->spsr doc patch
  - save/restore mp_state
    - cache result of KVM_CAP_MP_STATE ioctl
    - reword commentary
    - invert errno for strerror
  - arm_gic_kvm
    - tweak wording referencing config register
  - sync FP register state
    - don't abuse softfloat's float128 type
  - save/restore SPSR
    - don't blat env->spsr in is_a64 mode
    - rm stray space

Branch: https://github.com/stsquad/qemu/tree/migration/fixes-v6

The kernel side migration fixes are now in the kvmarm/next tree:

GIT: git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
Branch: next (tested against 4.0.0-rc1-ajb-00031-gd44758c)

Alex Bennée (4):
  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

Peter Maydell (1):
  target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc)

 hw/intc/arm_gic_kvm.c   |   7 ++-
 target-arm/helper-a64.c |   2 +-
 target-arm/helper.c     |   2 +-
 target-arm/internals.h  |   5 +-
 target-arm/kvm.c        |  44 ++++++++++++++++++
 target-arm/kvm32.c      |   4 ++
 target-arm/kvm64.c      | 118 ++++++++++++++++++++++++++++++++++++++++++++++--
 target-arm/kvm_arm.h    |  17 +++++++
 8 files changed, 189 insertions(+), 10 deletions(-)

-- 
2.3.4

             reply	other threads:[~2015-04-01 15:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-01 15:39 Alex Bennée [this message]
2015-04-01 15:39 ` [Qemu-devel] [PATCH v6 1/5] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc) Alex Bennée
2015-04-01 15:39 ` [Qemu-devel] [PATCH v6 2/5] target-arm: kvm: save/restore mp state Alex Bennée
2015-04-01 16:31   ` Peter Maydell
2015-04-01 15:39 ` [Qemu-devel] [PATCH v6 3/5] hw/intc: arm_gic_kvm.c restore config first Alex Bennée
2015-04-01 15:39 ` [Qemu-devel] [PATCH v6 4/5] target-arm: kvm64 sync FP register state Alex Bennée
2015-04-01 15:39 ` [Qemu-devel] [PATCH v6 5/5] target-arm: kvm64 fix save/restore of SPSR regs Alex Bennée
2015-04-01 16:31   ` 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=1427902756-30567-1-git-send-email-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=christoffer.dall@linaro.org \
    --cc=greg.bellows@linaro.org \
    --cc=peter.maydell@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).