From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Denis V. Lunev" Subject: [PATCH 05/11] kvm: added KVM_REQ_HV_CRASH value to notify qemu about Hyper-V crash Date: Mon, 22 Jun 2015 19:05:02 +0300 Message-ID: <1434989108-20924-6-git-send-email-den@openvz.org> References: <1434989108-20924-1-git-send-email-den@openvz.org> Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Andrey Smetanin , "Denis V. Lunev" , Paolo Bonzini , Gleb Natapov To: unlisted-recipients:; (no To-header on input) Return-path: Received: from mailhub.sw.ru ([195.214.232.25]:26195 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751598AbbFVQFf (ORCPT ); Mon, 22 Jun 2015 12:05:35 -0400 In-Reply-To: <1434989108-20924-1-git-send-email-den@openvz.org> Sender: kvm-owner@vger.kernel.org List-ID: 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 --- 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 7ee3a90..f1a3977b 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -134,6 +134,7 @@ static inline bool is_error_page(struct page *page) #define KVM_REQ_ENABLE_IBS 23 #define KVM_REQ_DISABLE_IBS 24 #define KVM_REQ_APIC_PAGE_RELOAD 25 +#define KVM_REQ_HV_CRASH 26 #define KVM_USERSPACE_IRQ_SOURCE_ID 0 #define KVM_IRQFD_RESAMPLE_IRQ_SOURCE_ID 1 -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z74Dp-000584-Lb for qemu-devel@nongnu.org; Mon, 22 Jun 2015 12:05:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z74Dn-0003Qd-9l for qemu-devel@nongnu.org; Mon, 22 Jun 2015 12:05:21 -0400 Received: from mailhub.sw.ru ([195.214.232.25]:1461 helo=relay.sw.ru) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z74Dm-0003QV-Rv for qemu-devel@nongnu.org; Mon, 22 Jun 2015 12:05:19 -0400 From: "Denis V. Lunev" Date: Mon, 22 Jun 2015 19:05:02 +0300 Message-Id: <1434989108-20924-6-git-send-email-den@openvz.org> In-Reply-To: <1434989108-20924-1-git-send-email-den@openvz.org> References: <1434989108-20924-1-git-send-email-den@openvz.org> Subject: [Qemu-devel] [PATCH 05/11] 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: , Cc: kvm@vger.kernel.org, Gleb Natapov , qemu-devel@nongnu.org, Paolo Bonzini , Andrey Smetanin , "Denis V. Lunev" 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 --- 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 7ee3a90..f1a3977b 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -134,6 +134,7 @@ static inline bool is_error_page(struct page *page) #define KVM_REQ_ENABLE_IBS 23 #define KVM_REQ_DISABLE_IBS 24 #define KVM_REQ_APIC_PAGE_RELOAD 25 +#define KVM_REQ_HV_CRASH 26 #define KVM_USERSPACE_IRQ_SOURCE_ID 0 #define KVM_IRQFD_RESAMPLE_IRQ_SOURCE_ID 1 -- 1.9.1