You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Push host wall-clock to guest every minute to correct drift
VMs have no RTC. The guest clock is set once in Supervisor.start(),
so long host sleeps (laptop lid, suspend) leave the guest's
CLOCK_REALTIME frozen for the sleep duration — breaking TLS cert
validation and every mtime-driven build tool after resume.
Add Supervisor.syncClock(epoch, epochNanos) — an idempotent, cheap
RPC that just re-applies clock_settime. The host ticks it every 60 s
from cmd_start after Supervisor.start() returns. Errors are logged at
debug since transient RPC failures aren't alarming.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments