commit | 41c872b6bf010a3033f3032cd41db6cab14173e6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 26 10:31:46 2010 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Feb 09 16:56:13 2010 -0600 |
tree | 0de93043112e3128c1117affccc2b451abdae73f | |
parent | e970ec0b5e26d9f605f57e80818866baa6e769db [diff] |
add qemu_get_clock_ns Some places use get_clock directly because they want to access the rt_clock with nanosecond precision. Add a function to do exactly that instead of using internal interfaces. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>