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
use default implementation instead of using unsafe zeroed()
There is no need to use unsafe code to initialize the kvm_regs
structure because this one has a default implementation.
Signed-off-by: Andreea Florescu <[email protected]>
0 commit comments