KVM: Be more careful restoring fs on lightweight vmexit
authorAvi Kivity <avi@qumranet.com>
Tue, 1 May 2007 08:32:28 +0000 (11:32 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:38 +0000 (12:05 +0300)
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 <avi@qumranet.com>

No differences found