repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hw/intc/arm_gicv3_kvm.c: Stop using GIC_MIN_BPR constant
[qemu/ar7.git]
/
stubs
/
cpus-get-virtual-clock.c
blob
fd447d53f3c47c1ce8e38b95db913cd6f2f51447
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
}