From 3db06f69a42b4bdb0ac9e0fb47fa74fde7a5d24a Mon Sep 17 00:00:00 2001 From: Mingwang Li Date: Thu, 28 Jan 2021 18:21:22 +0800 Subject: [PATCH] linux-header: update linux/kvm.h --- linux-headers/linux/kvm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index 56ce14ad20..cfd9abedc7 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -250,6 +250,7 @@ struct kvm_hyperv_exit { #define KVM_EXIT_ARM_NISV 28 #define KVM_EXIT_X86_RDMSR 29 #define KVM_EXIT_X86_WRMSR 30 +#define KVM_EXIT_RISCV_SBI 31 /* For KVM_EXIT_INTERNAL_ERROR */ /* Emulate instruction failed. */ -- Gitee