From 6a02465f917d549c7ea8e0ca799724fb818e1120 Mon Sep 17 00:00:00 2001 From: Daniel Henrique Barboza Date: Mon, 4 Mar 2024 10:47:31 -0300 Subject: linux-headers: Update to Linux v6.8-rc6 The idea with this update is to get the latest KVM caps for RISC-V. Signed-off-by: Daniel Henrique Barboza Acked-by: Alistair Francis Message-ID: <20240304134732.386590-2-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis --- linux-headers/asm-x86/kvm.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux-headers/asm-x86/kvm.h') diff --git a/linux-headers/asm-x86/kvm.h b/linux-headers/asm-x86/kvm.h index 2b3a8f7bd2..003fb74534 100644 --- a/linux-headers/asm-x86/kvm.h +++ b/linux-headers/asm-x86/kvm.h @@ -560,4 +560,7 @@ struct kvm_pmu_event_filter { /* x86-specific KVM_EXIT_HYPERCALL flags. */ #define KVM_EXIT_HYPERCALL_LONG_MODE BIT(0) +#define KVM_X86_DEFAULT_VM 0 +#define KVM_X86_SW_PROTECTED_VM 1 + #endif /* _ASM_X86_KVM_H */ -- cgit 1.4.1