diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-09-14 19:32:22 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-09-16 14:48:44 +0200 |
| commit | 3bc30e2963f5dc551383777ca0086937c632b21d (patch) | |
| tree | 40abe4ffeef9fe63b0010a4f2224d1a71dfbc90a /sys/linux/dev_kvm.txt.const | |
| parent | e3cdbf8656cad84675862071c60bc9442930fbb1 (diff) | |
sys/linux: fix KVM defines
We don't support # comments at the end of defines.
This never worked and .const file wasn't even re-generated
(otherwise it would contain ???).
Diffstat (limited to 'sys/linux/dev_kvm.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm.txt.const | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index 7ff6e6921..1615d022d 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -129,6 +129,11 @@ KVM_S390_VCPU_FAULT = 1074310738, 386:1074048594, arm:riscv64:???, mips64le:ppc6 KVM_SETUP_CPL3 = 8, arm:riscv64:??? KVM_SETUP_PAE = 2, arm:riscv64:??? KVM_SETUP_PAGING = 1, arm:riscv64:??? +KVM_SETUP_PPC64_DR = 4, arm:riscv64:??? +KVM_SETUP_PPC64_IR = 2, arm:riscv64:??? +KVM_SETUP_PPC64_LE = 1, arm:riscv64:??? +KVM_SETUP_PPC64_PID1 = 16, arm:riscv64:??? +KVM_SETUP_PPC64_PR = 8, arm:riscv64:??? KVM_SETUP_PROTECTED = 4, arm:riscv64:??? KVM_SETUP_SMM = 32, arm:riscv64:??? KVM_SETUP_VIRT86 = 16, arm:riscv64:??? |
