commit | 144b97c26cdef7fecd62dae2db6ce312cd493751 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 19 15:52:44 2012 +0200 |
committer | Stefan Hajnoczi <stefanha@gmail.com> | Sun Sep 23 07:11:29 2012 +0100 |
tree | 0c20892fe9e783961b475ff9f3e2985d136122b8 | |
parent | c10600af60865ba6c60987be313102ebb5fcee57 [diff] |
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 <pbonzini@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>