]> git.proxmox.com Git - qemu.git/commit
aio / timers: Rename qemu_timer_* functions
authorAlex Bligh <alex@alex.org.uk>
Wed, 21 Aug 2013 15:02:39 +0000 (16:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 13:58:05 +0000 (15:58 +0200)
commite93379b039030c68d85693a4bee2b76f814108d2
tree6c017b5105f09bb60c8319499a49c660647aaf0b
parent04d542c8b826a1196ca4f03f5a35d83035976bd1
aio / timers: Rename qemu_timer_* functions

Rename four functions in preparation for new API.

Rename qemu_timer_expired to timer_expired
Rename qemu_timer_expire_time_ns to timer_expire_time_ns
Rename qemu_timer_pending to timer_pending
Rename qemu_timer_expired_ns to timer_expired_ns

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
backends/baum.c
hw/input/tsc2005.c
hw/input/tsc210x.c
hw/mips/cputimer.c
hw/openrisc/cputimer.c
hw/timer/mc146818rtc.c
hw/usb/redirect.c
include/qemu/timer.h
qemu-timer.c
savevm.c