From: Alexander Graf Date: Fri, 19 Feb 2010 10:00:31 +0000 (+0100) Subject: KVM: PPC: Add AGAIN type for emulation return X-Git-Tag: v2.6.35-rc1~436^2~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f5bca64e206ed97e53f734d7de5b7c5ade3578;p=pandora-kernel.git KVM: PPC: Add AGAIN type for emulation return Emulation of an instruction can have different outcomes. It can succeed, fail, require MMIO, do funky BookE stuff - or it can just realize something's odd and will be fixed the next time around. Exactly that is what EMULATE_AGAIN means. Using that flag we can now tell the caller that nothing happened, but we still want to go back to the guest and see what happens next time we come around. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed