aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/kvm_main.c
diff options
context:
space:
mode:
authorYang Zhang <yang.zhang@intel.com>2009-01-08 15:13:31 +0800
committerAvi Kivity <avi@redhat.com>2009-02-15 02:47:35 +0200
commitd39123a486524fed9b4e43e08a8757fd90a5859a (patch)
tree5dc86ba2864f9de9144340646d3afaa66aff18d8 /virt/kvm/kvm_main.c
parentLinux 2.6.29-rc5 (diff)
downloadlinux-dev-d39123a486524fed9b4e43e08a8757fd90a5859a.tar.xz
linux-dev-d39123a486524fed9b4e43e08a8757fd90a5859a.zip
KVM: ia64: fix fp fault/trap handler
The floating-point registers f6-f11 is used by vmm and saved in kvm-pt-regs, so should set the correct bit mask and the pointer in fp_state, otherwise, fpswa may touch vmm's fp registers instead of guests'. In addition, for fp trap handling, since the instruction which leads to fp trap is completely executed, so can't use retry machanism to re-execute it, because it may pollute some registers. Signed-off-by: Yang Zhang <yang.zhang@intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions