From: Gleb Natapov Date: Sun, 21 Feb 2010 13:00:47 +0000 (+0200) Subject: KVM: drop unneeded kvm_run check in emulate_instruction() X-Git-Tag: v2.6.35-rc1~436^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112592da0dc2460c95e8a89d0c5657c6a30286aa;p=pandora-kernel.git KVM: drop unneeded kvm_run check in emulate_instruction() vcpu->run is initialized on vcpu creation and can never be NULL here. Signed-off-by: Gleb Natapov Signed-off-by: Avi Kivity --- Reading git-diff-tree failed