From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5YEk-0006ib-Hw for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:39:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5YEb-0001j9-07 for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:39:30 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:55982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5YEa-0001dL-O8 for qemu-devel@nongnu.org; Fri, 11 Jul 2014 06:39:20 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Jul 2014 11:38:57 +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 E68C62190046 for ; Fri, 11 Jul 2014 11:38:40 +0100 (BST) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s6BAcsDU31260708 for ; Fri, 11 Jul 2014 10:38:54 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s6BAcsci012384 for ; Fri, 11 Jul 2014 04:38:54 -0600 From: Cornelia Huck Date: Fri, 11 Jul 2014 12:38:50 +0200 Message-Id: <1405075131-2721-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH 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. 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