diff options
| author | Marcelo Tosatti <[email protected]> | 2008-04-11 14:53:26 -0300 |
|---|---|---|
| committer | Avi Kivity <[email protected]> | 2008-04-27 12:04:11 +0300 |
| commit | 3d80840d96127401ba6aeadd813c3a15b84e70fe (patch) | |
| tree | b3e083c651f09fee362d88f0d1fc140194f2431d /net/lapb/lapb_out.c | |
| parent | 3564990af1b9f77a63692c1079e9c41af229f066 (diff) | |
KVM: hlt emulation should take in-kernel APIC/PIT timers into account
Timers that fire between guest hlt and vcpu_block's add_wait_queue() are
ignored, possibly resulting in hangs.
Also make sure that atomic_inc and waitqueue_active tests happen in the
specified order, otherwise the following race is open:
CPU0 CPU1
if (waitqueue_active(wq))
add_wait_queue()
if (!atomic_read(pit_timer->pending))
schedule()
atomic_inc(pit_timer->pending)
Signed-off-by: Marcelo Tosatti <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
Diffstat (limited to 'net/lapb/lapb_out.c')
0 files changed, 0 insertions, 0 deletions