diff options
author | Wanpeng Li <wanpeng.li@hotmail.com> | 2015-09-14 12:38:51 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-14 18:07:04 +0300 |
commit | edb9272f35d8bc97c86101a13f67d0ba16f3eecc (patch) | |
tree | 02b2eace7cc485ebdfe2363d8a53940bf6a9c31a /net | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | linux-edb9272f35d8bc97c86101a13f67d0ba16f3eecc.tar.xz |
KVM: fix polling for guest halt continued even if disable it
If there is already some polling ongoing, it's impossible to disable the
polling, since as soon as somebody sets halt_poll_ns to 0, polling will
never stop, as grow and shrink are only handled if halt_poll_ns is != 0.
This patch fix it by reset vcpu->halt_poll_ns in order to stop polling
when polling is disabled.
Reported-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Wanpeng Li <wanpeng.li@hotmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions