diff options
| author | Alexander Potapenko <glider@google.com> | 2024-09-06 12:22:42 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-09-06 14:02:35 +0000 |
| commit | a16d0c77f3afa6e3d1bc0ead44848f51f9cfd4cc (patch) | |
| tree | 11e27a6e0d470aced487a0f50a2b8accf031764e /sys/linux/dev_kvm.txt.const | |
| parent | 8d7fa959af0a21d2873d0b0d11dc007142110291 (diff) | |
sys/linux: update kvm_guest_debug_flags
Add KVM_GUESTDBG_EXIT_PENDING (s390) and KVM_GUESTDBG_BLOCKIRQ (x86)
that were previously missing.
Diffstat (limited to 'sys/linux/dev_kvm.txt.const')
| -rw-r--r-- | sys/linux/dev_kvm.txt.const | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/dev_kvm.txt.const b/sys/linux/dev_kvm.txt.const index 7a2d9fa82..377db5990 100644 --- a/sys/linux/dev_kvm.txt.const +++ b/sys/linux/dev_kvm.txt.const @@ -128,7 +128,9 @@ KVM_GET_VCPU_EVENTS = 2151722655, mips64le:ppc64le:s390x:??? KVM_GET_VCPU_MMAP_SIZE = 44548, mips64le:ppc64le:536915460 KVM_GET_XCRS = 2173218470, arm64:mips64le:ppc64le:s390x:??? KVM_GET_XSAVE = 2415963812, arm64:mips64le:ppc64le:s390x:??? +KVM_GUESTDBG_BLOCKIRQ = 1048576, arm64:mips64le:ppc64le:s390x:??? KVM_GUESTDBG_ENABLE = 1 +KVM_GUESTDBG_EXIT_PENDING = 386:amd64:arm64:mips64le:ppc64le:???, s390x:268435456 KVM_GUESTDBG_INJECT_BP = 524288, arm64:mips64le:ppc64le:s390x:??? KVM_GUESTDBG_INJECT_DB = 262144, arm64:mips64le:ppc64le:s390x:??? KVM_GUESTDBG_SINGLESTEP = 2 |
