From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZgPQ-0000S7-Rr for qemu-devel@nongnu.org; Wed, 09 Sep 2015 10:31:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZgPM-0002TT-Sd for qemu-devel@nongnu.org; Wed, 09 Sep 2015 10:31:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZgPM-0002TI-OE for qemu-devel@nongnu.org; Wed, 09 Sep 2015 10:31:32 -0400 References: <1441805152-18988-1-git-send-email-pbonzini@redhat.com> <1441805152-18988-2-git-send-email-pbonzini@redhat.com> <20150909162309.6ec951f0.cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: <55F042BF.7090506@redhat.com> Date: Wed, 9 Sep 2015 16:31:27 +0200 MIME-Version: 1.0 In-Reply-To: <20150909162309.6ec951f0.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] update Linux headers to 4.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: den@openvz.org, qemu-devel@nongnu.org On 09/09/2015 16:23, Cornelia Huck wrote: >> > diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h >> > index b974c85..3bac873 100644 >> > --- a/linux-headers/linux/kvm.h >> > +++ b/linux-headers/linux/kvm.h >> > @@ -317,7 +317,6 @@ struct kvm_run { >> > struct { >> > #define KVM_SYSTEM_EVENT_SHUTDOWN 1 >> > #define KVM_SYSTEM_EVENT_RESET 2 >> > -#define KVM_SYSTEM_EVENT_CRASH 3 > I wonder where this hunk comes from? I don't see it when I run (your > modified) update-linux-headers.sh against qemu master + Linux 4.2? That line actually will be added in Linux 4.3, it's in this patch just because of an unclean tree. Paolo