diff options
| author | shankarapailoor <pailoor@uchicago.edu> | 2018-10-30 08:04:49 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-10-30 14:04:49 +0100 |
| commit | 72add0ff6ffb01c1556f0ee9a2f4c7fe86f2ceb2 (patch) | |
| tree | 39077032bb20617e6c8d94712711bf703a597c7f /sys/linux/kvm_amd64.const | |
| parent | 8dbb755a2ec29c46434f3fb35b7bef3aac0c6b3e (diff) | |
sys/linux: add perf, kvm, btrfs consts for trace2syz
Diffstat (limited to 'sys/linux/kvm_amd64.const')
| -rw-r--r-- | sys/linux/kvm_amd64.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/kvm_amd64.const b/sys/linux/kvm_amd64.const index b94d60789..1e693756e 100644 --- a/sys/linux/kvm_amd64.const +++ b/sys/linux/kvm_amd64.const @@ -51,6 +51,7 @@ KVM_DEV_TYPE_VFIO = 4 KVM_DEV_TYPE_XICS = 3 KVM_DIRTY_TLB = 1074835114 KVM_ENABLE_CAP = 1080602275 +KVM_GET_API_VERSION = 44544 KVM_GET_CLOCK = 2150674044 KVM_GET_CPUID2 = 3221794449 KVM_GET_DEBUGREGS = 2155916961 |
