From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCPy5-0004zo-8u for qemu-devel@nongnu.org; Tue, 07 Jul 2015 06:19:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCPy0-0002j7-9m for qemu-devel@nongnu.org; Tue, 07 Jul 2015 06:19:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCPy0-0002iv-4O for qemu-devel@nongnu.org; Tue, 07 Jul 2015 06:19:08 -0400 References: <1435924905-8926-1-git-send-email-den@openvz.org> <1435924905-8926-13-git-send-email-den@openvz.org> From: Paolo Bonzini Message-ID: <559BA796.5040805@redhat.com> Date: Tue, 7 Jul 2015 12:19:02 +0200 MIME-Version: 1.0 In-Reply-To: <1435924905-8926-13-git-send-email-den@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/12] i386/kvm: Hyper-v crash msrs set/get'ers and migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Andrey Smetanin , qemu-devel@nongnu.org, kvm@vger.kernel.org, =?UTF-8?Q?Andreas_F=c3=a4rber?= On 03/07/2015 14:01, Denis V. Lunev wrote: > diff --git a/linux-headers/asm-x86/hyperv.h b/linux-headers/asm-x86/hyperv.h > index ce6068d..5f88dc7 100644 > --- a/linux-headers/asm-x86/hyperv.h > +++ b/linux-headers/asm-x86/hyperv.h > @@ -108,6 +108,8 @@ > #define HV_X64_HYPERCALL_PARAMS_XMM_AVAILABLE (1 << 4) > /* Support for a virtual guest idle state is available */ > #define HV_X64_GUEST_IDLE_STATE_AVAILABLE (1 << 5) > +/* Guest crash data handler available */ > +#define HV_X64_GUEST_CRASH_MSR_AVAILABLE (1 << 10) > > /* > * Implementation recommendations. Indicates which behaviors the hypervisor This hunk is not present in the kernel-side patches. I'll apply it to the kernel KVM tree. Paolo