commit | 3efc7da61f6c5af78f67f03df8b0e1a473d8bc45 | [log] [tgz] |
---|---|---|
author | Mihai Caraman <mihai.caraman@freescale.com> | Wed Aug 20 16:36:22 2014 +0300 |
committer | Alexander Graf <agraf@suse.de> | Mon Sep 22 10:11:32 2014 +0200 |
tree | 834b48106b82c7e5ed6e3eacfc106bd4856a6200 | |
parent | bc8a4e5c2504eeca248f0b668fe94a80081cb9b6 [diff] |
KVM: PPC: Book3E: Increase FPU laziness Increase FPU laziness by loading the guest state into the unit before entering the guest instead of doing it on each vcpu schedule. Without this improvement an interrupt may claim floating point corrupting guest state. Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>