From: Alexander Graf Date: Wed, 26 Jun 2013 23:07:15 +0000 (+0200) Subject: KVM: PPC: Ignore PIR writes X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ff5fbc94a829680d4aa005cd17add1c1a1fb5b;p=pandora-kernel.git KVM: PPC: Ignore PIR writes While technically it's legal to write to PIR and have the identifier changed, we don't implement logic to do so because we simply expose vcpu_id to the guest. So instead, let's ignore writes to PIR. This ensures that we don't inject faults into the guest for something the guest is allowed to do. While at it, we cross our fingers hoping that it also doesn't mind that we broke its PIR read values. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed