Skip to content

Commit

Permalink
ioctls: Add ioctl number for MSHV_GET_VERSION_INFO
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Das Neves <[email protected]>
  • Loading branch information
NunoDasNeves authored and russell-islam committed Mar 28, 2024
1 parent 21985a3 commit d9ec6ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mshv-ioctls/src/mshv_ioctls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#![allow(missing_docs)]

use mshv_bindings::*;

ioctl_iow_nr!(MSHV_GET_VERSION_INFO, MSHV_IOCTL, 0x00, mshv_version_info);
ioctl_iow_nr!(MSHV_CREATE_VP, MSHV_IOCTL, 0x04, mshv_create_vp);
ioctl_iowr_nr!(MSHV_GET_VP_REGISTERS, MSHV_IOCTL, 0x05, mshv_vp_registers);
ioctl_iow_nr!(MSHV_SET_VP_REGISTERS, MSHV_IOCTL, 0x06, mshv_vp_registers);
Expand Down

0 comments on commit d9ec6ec

Please sign in to comment.