From 0be67307ca0c136a64819e27517a4660a3ace98a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 26 Aug 2018 05:51:30 +0200 Subject: sys/linux: add few assorted new flags/ioctls --- executor/syscalls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'executor/syscalls.h') 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}, -- cgit mrf-deployment