struct PvClockOffset

Defined at line 24 of file ../../zircon/kernel/arch/x86/hypervisor/pv_priv.h

This structure contains mapping between TSC and host wall time at some point

in time. KVM has a hypercall that asks the VMM to populate this structure and

it's actually used, which is rather puzzling considering that PV clock

provides an API to get wall time at the time of boot and offset from that time

which seem to be enough.

More detailed description of KVM API is available here:

https://www.kernel.org/doc/Documentation/virtual/kvm/hypercalls.txt

Public Members

uint64_t sec
uint64_t nsec
uint64_t tsc
uint32_t flags
uint32_t[9] unused