Skip to content
  • James Hogan's avatar
    mips/kvm: Disable FPU on reset with KVM · 0e928b12
    James Hogan authored
    
    
    KVM doesn't yet support the MIPS FPU, or writing to the guest's Config1
    register which contains the FPU implemented bit. Clear QEMU's version of
    that bit on reset and display a warning that the FPU has been disabled.
    
    The previous incorrect Config1 CP0 register value wasn't being passed to
    KVM yet, however we should ensure it is set correctly now to reduce the
    risk of breaking migration/loadvm to a future version of QEMU/Linux that
    does support it.
    
    Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
    Cc: Aurelien Jarno <aurelien@aurel32.net>
    Cc: Paolo Bonzini <pbonzini@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    0e928b12