[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL] qemu-sparc update
From: |
Mark Cave-Ayland |
Subject: |
[Qemu-devel] [PULL] qemu-sparc update |
Date: |
Sat, 16 Jan 2016 12:41:15 +0000 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi Peter,
This is simply your VMStateDescription patchset for SPARC with appropriate
SoBs added. Please pull.
ATB,
Mark.
The following changes since commit 5a57acb66f19ee52723aa05b8afbbc41c3e9ec99:
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160115'
into staging (2016-01-15 15:49:43 +0000)
are available in the git repository at:
https://github.com/mcayland/qemu.git tags/qemu-sparc-signed
for you to fetch changes up to 6d5322442a6904fef51a409ec40f2945581220d6:
target-sparc: Migrate CWP and PIL for SPARC64 (2016-01-16 12:01:23 +0000)
----------------------------------------------------------------
qemu-sparc update
----------------------------------------------------------------
Juan Quintela (4):
vmstate: introduce CPU_DoubleU arrays
vmstate: Introduce VMSTATE_VARRAY_MULTPLY
vmstate: define vmstate_info_uinttl
target-sparc: Convert to VMStateDescription
Peter Maydell (4):
target-sparc: Split cpu_put_psr into side-effect and no-side-effect parts
target-sparc: Don't flush TLB in cpu_load function
target-sparc: Use VMState arrays for SPARC64 TLB/MMU state
target-sparc: Migrate CWP and PIL for SPARC64
hw/sparc64/sun4u.c | 24 ---
include/hw/hw.h | 2 +
include/migration/vmstate.h | 18 +++
migration/vmstate.c | 27 ++++
target-sparc/cpu-qom.h | 4 +
target-sparc/cpu.c | 1 +
target-sparc/cpu.h | 7 +-
target-sparc/machine.c | 370 ++++++++++++++++++++-----------------------
target-sparc/win_helper.c | 19 ++-
9 files changed, 236 insertions(+), 236 deletions(-)