Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
These changes are a raw update to a vanilla kernel 4.1.10, with the
[kvmfornfv.git]
/
qemu
/
stubs
/
cpu-get-clock.c
1
#include "qemu-common.h"
2
#include "qemu/timer.h"
3
4
int64_t cpu_get_clock(void)
5
{
6
return get_clock_realtime();
7
}