diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-06-06 12:57:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-05 09:44:03 +0200 |
commit | 58d2fb119ae61fe5ae27586c98ce3664127c6177 (patch) | |
tree | 59cae6e518f0768ea13e6d623a9a9e7c9d976e27 /arch/microblaze/lib | |
parent | ff5eb8f28ff260873909fbd259cf892594621fc4 (diff) |
KVM: VMX: simplify and fix vmx_vcpu_pi_load
commit 31afb2ea2b10a7d17ce3db4cdb0a12b63b2fe08a upstream.
The simplify part: do not touch pi_desc.nv, we can set it when the
VCPU is first created. Likewise, pi_desc.sn is only handled by
vmx_vcpu_pi_load, do not touch it in __pi_post_block.
The fix part: do not check kvm_arch_has_assigned_device, instead
check the SN bit to figure out whether vmx_vcpu_pi_put ran before.
This matches what the previous patch did in pi_post_block.
Cc: Huangweidong <weidong.huang@huawei.com>
Cc: Gonglei <arei.gonglei@huawei.com>
Cc: wangxin <wangxinxin.wang@huawei.com>
Cc: Radim Krčmář <rkrcmar@redhat.com>
Tested-by: Longpeng (Mike) <longpeng2@huawei.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/microblaze/lib')
0 files changed, 0 insertions, 0 deletions