From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 12/12] i386/kvm: Hyper-v crash msrs set/get'ers and migration Date: Tue, 7 Jul 2015 12:19:02 +0200 Message-ID: <559BA796.5040805@redhat.com> References: <1435924905-8926-1-git-send-email-den@openvz.org> <1435924905-8926-13-git-send-email-den@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org, Andrey Smetanin , =?UTF-8?Q?Andreas_F=c3=a4rber?= To: "Denis V. Lunev" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:60884 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754092AbbGGKTH (ORCPT ); Tue, 7 Jul 2015 06:19:07 -0400 In-Reply-To: <1435924905-8926-13-git-send-email-den@openvz.org> Sender: kvm-owner@vger.kernel.org List-ID: 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