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
Fix exiting on CR0 write for unrestricted guests (#883)
vcpu::set_eptp() didn't disable exiting on writes to CR0. On the first
run (BSP) handlers were set as if there was no support for unrestricted
guests. Default handler for CR0 writes called emulate_ia_32e_mode_switch(),
which doesn't allow for switches between all modes.
Signed-off-by: Krystian Hebel <[email protected]>
0 commit comments