[PATCH 07/58] KVM: Be more careful restoring fs on lightweight vmexit

2007-06-17 Thread Avi Kivity
i386 wants fs for accessing the pda even on a lightweight exit, so ensure we can always restore it. This fixes a regression on i386 introduced by the lightweight vmexit patch. Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> --- drivers/kvm/vmx.c | 22 +++--- 1 files changed, 11

[PATCH 07/58] KVM: Be more careful restoring fs on lightweight vmexit

2007-06-17 Thread Avi Kivity
i386 wants fs for accessing the pda even on a lightweight exit, so ensure we can always restore it. This fixes a regression on i386 introduced by the lightweight vmexit patch. Signed-off-by: Avi Kivity [EMAIL PROTECTED] --- drivers/kvm/vmx.c | 22 +++--- 1 files changed, 11