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
Kernel returns an error `E2BIG` if the number of entries passed to
`get_cpuid2` is too small. Added a test case for that assertion. Also,
added assertion to check `errno` to `ENOMEM`, when passed number of
entries is greater than `KVM_MAX_CPUID_ENTRIES` (previously the
assertion was there only for `is_err`).
Signed-off-by: Abhijit Gadgil <[email protected]>
0 commit comments