From: Alexander Graf Date: Fri, 14 Dec 2012 22:46:03 +0000 (+0100) Subject: KVM: PPC: Only WARN on invalid emulation X-Git-Tag: v3.9-rc1~97^2~47^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a33169ed29060df71627103e6968078b42de945;p=pandora-kernel.git KVM: PPC: Only WARN on invalid emulation When we hit an emulation result that we didn't expect, that is an error, but it's nothing that warrants a BUG(), because it can be guest triggered. So instead, let's only WARN() the user that this happened. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed