commit | a9750eda0d2f5604dd8822af631b3bb6eb6e29ed | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Mon May 03 14:02:49 2021 -0700 |
committer | Christopher Ferris <cferris@google.com> | Mon May 03 15:01:39 2021 -0700 |
tree | 4817dd4de00a48f0bb26d7beacfdfbed383307ce | |
parent | 48166a4eaf2f845d5377ed8869cb87d81fc01121 [diff] [blame] |
Update to v5.12 kernel headers. Kernel headers coming from: Git: https://android.googlesource.com/kernel/common/ Branch: android-mainline Tag: android-mainline-5.12 Test: Boots flame device and runs bionic unit tests. Test: Boots acloud device and runs bionic unit tests. Change-Id: I8ac107ce9d4978be3ef9517b90ad6ecafd06785a
diff --git a/libc/kernel/uapi/asm-x86/asm/kvm.h b/libc/kernel/uapi/asm-x86/asm/kvm.h index 7740002..0d82c5d 100644 --- a/libc/kernel/uapi/asm-x86/asm/kvm.h +++ b/libc/kernel/uapi/asm-x86/asm/kvm.h
@@ -111,6 +111,7 @@ #define KVM_IRQCHIP_IOAPIC 2 #define KVM_NR_IRQCHIPS 3 #define KVM_RUN_X86_SMM (1 << 0) +#define KVM_RUN_X86_BUS_LOCK (1 << 1) struct kvm_regs { __u64 rax, rbx, rcx, rdx; __u64 rsi, rdi, rsp, rbp;