]> Git Repo - qemu.git/commit - qemu-timer.c
qemu-timer: simplify qemu_run_timers
authorPaolo Bonzini <[email protected]>
Wed, 19 Sep 2012 13:52:44 +0000 (15:52 +0200)
committerStefan Hajnoczi <[email protected]>
Sun, 23 Sep 2012 06:11:29 +0000 (07:11 +0100)
commit144b97c26cdef7fecd62dae2db6ce312cd493751
tree0c20892fe9e783961b475ff9f3e2985d136122b8
parentc10600af60865ba6c60987be313102ebb5fcee57
qemu-timer: simplify qemu_run_timers

ptimer_head is an invariant pointer to clock->active_timers.
Remove it, and just reference clock->active_timers directly.

Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Stefan Hajnoczi <[email protected]>
qemu-timer.c
This page took 0.024933 seconds and 4 git commands to generate.