commit | f6528b03f167785301908bf124db7be591e983ca | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Mar 20 18:44:51 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Thu May 03 10:52:25 2007 +0300 |
tree | ca52c2a5553d8f0c4bcd7b3a9587fcf00e374731 | |
parent | 8cb5b0333250beb382624f626851a31f601b4830 [diff] |
KVM: Remove set_cr0_no_modeswitch() arch op set_cr0_no_modeswitch() was a hack to avoid corrupting segment registers. As we now cache the protected mode values on entry to real mode, this isn't an issue anymore, and it interferes with reboot (which usually _is_ a modeswitch). Signed-off-by: Avi Kivity <avi@qumranet.com>