From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5Yta-0008OV-5n for qemu-devel@nongnu.org; Fri, 11 Jul 2014 07:21:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5YtR-0000Mj-5J for qemu-devel@nongnu.org; Fri, 11 Jul 2014 07:21:42 -0400 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:50071) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5YtQ-0000M9-T4 for qemu-devel@nongnu.org; Fri, 11 Jul 2014 07:21:33 -0400 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Jul 2014 12:21:31 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 82D242190063 for ; Fri, 11 Jul 2014 12:21:15 +0100 (BST) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6BBLTVn33882278 for ; Fri, 11 Jul 2014 11:21:29 GMT Received: from d06av02.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6BBLRrY027687 for ; Fri, 11 Jul 2014 05:21:28 -0600 From: Cornelia Huck Date: Fri, 11 Jul 2014 13:21:24 +0200 Message-Id: <1405077685-8469-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH v2 for-2.1 0/1] s390x/kvm: bugfix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cornelia Huck , borntraeger@de.ibm.com, jfrei@linux.vnet.ibm.com, agraf@suse.de Hi, another s390x bugfix for 2.1: We didn't synchronize the guest's floating point registers, which we didn't realize until we tried to migrate a guest with applications that actually used them. Turns out that Jason had already done a patch for this some time ago that somehow fell through the cracks; it just needed some rebasing to fit on current master. v1->v2: fixed indentation Jason J. Herne (1): s390x/kvm: synchronize guest floating point registers target-s390x/kvm.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -- 1.7.9.5