Paolo Bonzini 7bd427d801 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>
2011-03-21 09:23:23 +01:00
..
2009-06-29 08:52:49 -05:00
2010-09-17 12:46:27 +02:00
2011-02-14 14:24:24 -06:00
2009-07-01 19:11:17 +00:00
2009-06-29 08:52:46 -05:00
2009-07-01 19:11:17 +00:00
2009-08-01 10:13:20 +00:00