Home
last modified time | relevance | path

Searched hist:"7 bd427d801e1e3293a634d3c83beadaa90ffb911" (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dspice-core.cdiff 7bd427d801e1e3293a634d3c83beadaa90ffb911 Fri Mar 11 09:47:48 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>
H A Dvnc.cdiff 7bd427d801e1e3293a634d3c83beadaa90ffb911 Fri Mar 11 09:47:48 CST 2011 Paolo Bonzini <pbonzini@redhat.com> 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>