git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
[qemu.git]
/
stubs
/
cpus-get-virtual-clock.c
1
#include
"qemu/osdep.h"
2
#include
"sysemu/cpu-timers.h"
3
#include
"qemu/main-loop.h"
4
5
int64_t
cpus_get_virtual_clock
(
void
)
6
{
7
return
cpu_get_clock
();
8
}