mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
vmm: Add a missing entry to the ioctl table
Reported by: acm
Fixes: b9ef152bec ("vmm: Merge vmm_dev.c")
This commit is contained in:
parent
6b8f0b4777
commit
027beb002b
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ static const struct vmmdev_ioctl vmmdev_ioctls[] = {
|
|||
VMMDEV_IOCTL(VM_ACTIVATE_CPU, VMMDEV_IOCTL_LOCK_ONE_VCPU),
|
||||
VMMDEV_IOCTL(VM_INJECT_EXCEPTION, VMMDEV_IOCTL_LOCK_ONE_VCPU),
|
||||
VMMDEV_IOCTL(VM_STATS, VMMDEV_IOCTL_LOCK_ONE_VCPU),
|
||||
VMMDEV_IOCTL(VM_STAT_DESC, 0),
|
||||
|
||||
#if defined(__amd64__) && defined(COMPAT_FREEBSD12)
|
||||
VMMDEV_IOCTL(VM_ALLOC_MEMSEG_12,
|
||||
|
|
|
|||
Loading…
Reference in a new issue