]> git.proxmox.com Git - qemu.git/commit
fix error in win32_rearm_timer
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Mar 2010 10:38:39 +0000 (11:38 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 16:14:52 +0000 (11:14 -0500)
commit291defbcda4dbcd3d7bfdd800c395cff66bd9faf
treeecd65423c17b4b748c5d889c1cb5be0d77a90825
parent9aea10297f34c33ee2225426c12be474a797a13b
fix error in win32_rearm_timer

The TIME_ONESHOT and TIME_PERIODIC flags are mutually exclusive.
The code after the patch matches the flags used in win32_start_timer.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c