1. 15 Feb, 2009 1 commit
    • Yang Zhang's avatar
      KVM: ia64: fix fp fault/trap handler · d39123a4
      Yang Zhang authored
      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: default avatarYang Zhang <yang.zhang@intel.com>
      Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
      d39123a4
  2. 13 Feb, 2009 33 commits
  3. 12 Feb, 2009 4 commits
  4. 11 Feb, 2009 2 commits