From: Alexander Graf Date: Wed, 14 Mar 2012 15:55:08 +0000 (+0100) Subject: KVM: PPC: Ignore unhalt request from kvm_vcpu_block X-Git-Tag: v3.5-rc1~88^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=966cd0f3bdd422f0b10686fb59d0d456fbbb6398;p=pandora-kernel.git KVM: PPC: Ignore unhalt request from kvm_vcpu_block When running kvm_vcpu_block and it realizes that the CPU is actually good to run, we get a request bit set for KVM_REQ_UNHALT. Right now, there's nothing we can do with that bit, so let's unset it right after the call again so we don't get confused in our later checks for pending work. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed