You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed the passed parameter type from `u8` to `u64`, which the
underlying `ioctl` uses.
Added a missing cap `MaxVcpuId` (It is defined in kvm-bindings for both
arm* and x86* but was missing inside cap.rs. This was required by a test
case.)
Added a test case to assert failure if we pass parameter higher than the
`max_vcpu_id`.
Signed-off-by: Abhijit Gadgil <[email protected]>
0 commit comments