mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-20 07:58:55 +00:00
If the vCPU thread calls log!() the time difference between the call time and the boot up time is reported. On most environments and architectures this covered by a vDSO call rather than a syscall. However on some platforms this turns into a syscall. Fixes: #2080 Signed-off-by: Rob Bradford <robert.bradford@intel.com>