aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-08-26 05:51:30 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-08-26 05:51:30 +0200
commit0be67307ca0c136a64819e27517a4660a3ace98a (patch)
treefa8c3cb2a00a38c3e348ffaf77cf5a64ea325f38 /executor/syscalls.h
parent98b0bddc4dc66e345d38ac749890263b91cf02f1 (diff)
sys/linux: add few assorted new flags/ioctls
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 7bcc8680f..1c16f9bf3 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -1534,6 +1534,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_GET_MP_STATE", 54},
{"ioctl$KVM_GET_MSRS", 54},
{"ioctl$KVM_GET_MSR_INDEX_LIST", 54},
+ {"ioctl$KVM_GET_NESTED_STATE", 54},
{"ioctl$KVM_GET_NR_MMU_PAGES", 54},
{"ioctl$KVM_GET_ONE_REG", 54},
{"ioctl$KVM_GET_PIT", 54},
@@ -1580,6 +1581,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_SET_LAPIC", 54},
{"ioctl$KVM_SET_MP_STATE", 54},
{"ioctl$KVM_SET_MSRS", 54},
+ {"ioctl$KVM_SET_NESTED_STATE", 54},
{"ioctl$KVM_SET_NR_MMU_PAGES", 54},
{"ioctl$KVM_SET_ONE_REG", 54},
{"ioctl$KVM_SET_PIT", 54},
@@ -3672,6 +3674,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_GET_MP_STATE", 16},
{"ioctl$KVM_GET_MSRS", 16},
{"ioctl$KVM_GET_MSR_INDEX_LIST", 16},
+ {"ioctl$KVM_GET_NESTED_STATE", 16},
{"ioctl$KVM_GET_NR_MMU_PAGES", 16},
{"ioctl$KVM_GET_ONE_REG", 16},
{"ioctl$KVM_GET_PIT", 16},
@@ -3718,6 +3721,7 @@ const call_t syscalls[] = {
{"ioctl$KVM_SET_LAPIC", 16},
{"ioctl$KVM_SET_MP_STATE", 16},
{"ioctl$KVM_SET_MSRS", 16},
+ {"ioctl$KVM_SET_NESTED_STATE", 16},
{"ioctl$KVM_SET_NR_MMU_PAGES", 16},
{"ioctl$KVM_SET_ONE_REG", 16},
{"ioctl$KVM_SET_PIT", 16},