From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKQB2-0006cQ-KS for qemu-devel@nongnu.org; Sat, 16 Jan 2016 07:41:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKQAz-0005j5-Eu for qemu-devel@nongnu.org; Sat, 16 Jan 2016 07:41:56 -0500 Received: from s16892447.onlinehome-server.info ([82.165.15.123]:47483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKQAz-0005iW-8W for qemu-devel@nongnu.org; Sat, 16 Jan 2016 07:41:53 -0500 Date: Sat, 16 Jan 2016 12:41:15 +0000 From: Mark Cave-Ayland Message-ID: <20160116124115.GB14747@kentang.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] qemu-sparc update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org 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(-)