commit | 225d02cd1a34d5d87e8acefbf8e244a5d12f5f8c | [log] [tgz] |
---|---|---|
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | Sun Jan 23 04:44:51 2011 +0100 |
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | Sun Jan 23 04:44:51 2011 +0100 |
tree | 3aec7dbb5cc7d6333bcbcb015b9c3846b9749aac | |
parent | 5d0bb8239d84292380d0024acd0d510cc957dae0 [diff] |
Avoid deadlock whith iothread and icount When using the iothread together with icount, make sure the qemu_icount counter makes forward progress when the vcpu is idle to avoid deadlocks. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>