mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libvmm: add missing ioctl's to vm_ioctl_cmds
Reviewed by: corvink, markj MFC after: 1 week Sponsored by: vStack Differential Revision: https://reviews.freebsd.org/D38866
This commit is contained in:
parent
942525ab47
commit
755dcd5e49
1 changed files with 2 additions and 1 deletions
|
|
@ -1753,7 +1753,8 @@ static const cap_ioctl_t vm_ioctl_cmds[] = { VM_RUN, VM_SUSPEND, VM_REINIT,
|
|||
VM_ACTIVATE_CPU, VM_GET_CPUS, VM_SUSPEND_CPU, VM_RESUME_CPU,
|
||||
VM_SET_INTINFO, VM_GET_INTINFO,
|
||||
VM_RTC_WRITE, VM_RTC_READ, VM_RTC_SETTIME, VM_RTC_GETTIME,
|
||||
VM_RESTART_INSTRUCTION, VM_SET_TOPOLOGY, VM_GET_TOPOLOGY
|
||||
VM_RESTART_INSTRUCTION, VM_SET_TOPOLOGY, VM_GET_TOPOLOGY,
|
||||
VM_SNAPSHOT_REQ, VM_RESTORE_TIME
|
||||
};
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Reference in a new issue