repo.or.cz
/
qemu
/
rayw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MAINTAINERS: Add an entry for the net/slirp.c file
[qemu/rayw.git]
/
stubs
/
cpu-get-clock.c
blob
5b34c976d9d87e7a0bc24557ebd393e9a948a4a7
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
}