KVM: VMX: Only reload guest msrs if they are already loaded
authorAvi Kivity <avi@qumranet.com>
Sun, 6 May 2007 13:10:01 +0000 (16:10 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:41 +0000 (12:05 +0300)
If we set an msr via an ioctl() instead of by handling a guest exit, we
have the host state loaded, so reloading the msrs would clobber host
state instead of guest state.

This fixes a host oops (and loss of a cpu) on a guest reboot.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found