From: Aneesh Kumar K.V Date: Wed, 4 Jun 2014 11:17:55 +0000 (+0530) Subject: KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation X-Git-Tag: cleanup-for-v3.18~89^2~10^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd60e31185343d4132ca7cf3c9becb903b3ec1b;p=pandora-kernel.git KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation We use time base for PURR and SPURR emulation with PR KVM since we are emulating a single threaded core. When using time base we need to make sure that we don't accumulate time spent in the host in PURR and SPURR value. Also we don't need to emulate mtspr because both the registers are hypervisor resource. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Alexander Graf --- Reading git-diff-tree failed