Home
last modified time | relevance | path

Searched hist:"7 a08c2740f07fb8c3769d1f137721835ead7652f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.cdiff 7a08c2740f07fb8c3769d1f137721835ead7652f Thu Aug 16 06:10:16 CDT 2012 Alexander Graf <agraf@suse.de> KVM: PPC: BookE: Support FPU on non-hv systems

When running on HV aware hosts, we can not trap when the guest sets the FP
bit, so we just let it do so when it wants to, because it has full access to
MSR.

For non-HV aware hosts with an FPU (like 440), we need to also adjust the
shadow MSR though. Otherwise the guest gets an FP unavailable trap even when
it really enabled the FP bit in MSR.

Signed-off-by: Alexander Graf <agraf@suse.de>