change all rt_clock references to use millisecond resolution accessors
commit7bd427d801e1e3293a634d3c83beadaa90ffb911
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 11 Mar 2011 15:47:48 +0000 (11 16:47 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 21 Mar 2011 08:23:23 +0000 (21 09:23 +0100)
treebb26bf1d65560d244ab52a5b663eb0252a623da7
parent0ce1b9480ee52b037b99deeffbdac4ae48641d63
change all rt_clock references to use millisecond resolution accessors

This was done with:

    sed -i '/get_clock\>.*rt_clock/s/get_clock\>/get_clock_ms/' \
        $(git grep -l 'get_clock\>.*rt_clock' )
    sed -i '/new_timer\>.*rt_clock/s/new_timer\>/new_timer_ms/' \
        $(git grep -l 'new_timer\>.*rt_clock' )

after checking that get_clock and new_timer never occur twice
on the same line.  There were no missed occurrences; however, even
if there had been, they would have been caught by the compiler.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 files changed:
buffered_file.c
console.c
hw/omap1.c
hw/pxa2xx.c
hw/twl92230.c
hw/xen_domainbuild.c
qemu-char.c
qemu-timer.c
savevm.c
slirp/slirp.c
ui/spice-core.c
ui/vnc.c
usb-linux.c
vl.c