From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUsR5-00012g-JK for qemu-devel@nongnu.org; Mon, 09 Mar 2015 03:49:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUsR1-0001tI-5B for qemu-devel@nongnu.org; Mon, 09 Mar 2015 03:49:10 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:39882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUsR0-0001t1-S0 for qemu-devel@nongnu.org; Mon, 09 Mar 2015 03:49:07 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Mar 2015 07:49:01 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 788FD17D8059 for ; Mon, 9 Mar 2015 07:49:19 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t297mwrS56360990 for ; Mon, 9 Mar 2015 07:48:58 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t292i6me009763 for ; Sun, 8 Mar 2015 22:44:06 -0400 Message-ID: <54FD5069.4000201@de.ibm.com> Date: Mon, 09 Mar 2015 08:48:57 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1425570981-40609-1-git-send-email-jfrei@linux.vnet.ibm.com> <1425570981-40609-2-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1425570981-40609-2-git-send-email-jfrei@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] s390x/kvm: Guest Migration TOD clock synchronization List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jens Freimann , Alexander Graf , Cornelia Huck Cc: qemu-devel@nongnu.org, "Jason J. Herne" , "Jason J. Herne" Am 05.03.2015 um 16:56 schrieb Jens Freimann: [...] > --- a/linux-headers/linux/kvm.h > +++ b/linux-headers/linux/kvm.h > @@ -1094,7 +1094,6 @@ struct kvm_s390_ucas_mapping { > #define KVM_SET_DEVICE_ATTR _IOW(KVMIO, 0xe1, struct kvm_device_attr) > #define KVM_GET_DEVICE_ATTR _IOW(KVMIO, 0xe2, struct kvm_device_attr) > #define KVM_HAS_DEVICE_ATTR _IOW(KVMIO, 0xe3, struct kvm_device_attr) > - Unrelated hunk. Can you fixup and resend? [...]