qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v6 0/5] QEMU ARM64 Migration Fixes


From: Alex Bennée
Subject: [Qemu-devel] [PATCH v6 0/5] QEMU ARM64 Migration Fixes
Date: Wed, 1 Apr 2015 16:39:11 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]