From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZA5gM-0005XW-VZ for qemu-devel@nongnu.org; Tue, 30 Jun 2015 20:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZA5gM-0001kN-18 for qemu-devel@nongnu.org; Tue, 30 Jun 2015 20:15:18 -0400 Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:34247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZA5gL-0001kI-RX for qemu-devel@nongnu.org; Tue, 30 Jun 2015 20:15:17 -0400 Received: by ykfy125 with SMTP id y125so24785849ykf.1 for ; Tue, 30 Jun 2015 17:15:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1435664007-4965-6-git-send-email-den@openvz.org> References: <1435664007-4965-1-git-send-email-den@openvz.org> <1435664007-4965-6-git-send-email-den@openvz.org> From: Peter Hornyack Date: Tue, 30 Jun 2015 17:14:58 -0700 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 5/9] kvm: added KVM_REQ_HV_CRASH value to notify qemu about hyper-v crash List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" Cc: Andrey Smetanin , Paolo Bonzini , Gleb Natapov , qemu-devel@nongnu.org, kvm@vger.kernel.org On Tue, Jun 30, 2015 at 4:33 AM, Denis V. Lunev wrote: > From: Andrey Smetanin > > Added KVM_REQ_HV_CRASH - vcpu request used for notify user space(QEMU) > about Hyper-V crash. > > Signed-off-by: Andrey Smetanin > Signed-off-by: Denis V. Lunev > CC: Paolo Bonzini > CC: Gleb Natapov Reviewed-by: Peter Hornyack > --- > include/linux/kvm_host.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h > index 2b2edf1..a377e00 100644 > --- a/include/linux/kvm_host.h > +++ b/include/linux/kvm_host.h > @@ -139,6 +139,7 @@ static inline bool is_error_page(struct page *page) > #define KVM_REQ_DISABLE_IBS 24 > #define KVM_REQ_APIC_PAGE_RELOAD 25 > #define KVM_REQ_SMI 26 > +#define KVM_REQ_HV_CRASH 27 > > #define KVM_USERSPACE_IRQ_SOURCE_ID 0 > #define KVM_IRQFD_RESAMPLE_IRQ_SOURCE_ID 1 > -- > 2.1.4 > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html