···5353 * have elapsed since the hypervisor wrote the data. So we try to account for5454 * that with system time5555 */5656-unsigned long kvm_get_wallclock(void)5656+static unsigned long kvm_get_wallclock(void)5757{5858 u32 wc_sec, wc_nsec;5959 u64 delta;···8686 return ts.tv_sec + 1;8787}88888989-int kvm_set_wallclock(unsigned long now)8989+static int kvm_set_wallclock(unsigned long now)9090{9191 return 0;9292}