diff options
-rw-r--r-- | bbot/agent/machine.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bbot/agent/machine.cxx b/bbot/agent/machine.cxx index 5ea5f1e..b77aa28 100644 --- a/bbot/agent/machine.cxx +++ b/bbot/agent/machine.cxx @@ -317,6 +317,12 @@ namespace bbot ",sockets=" + to_string (sockets) + ",cores=" + to_string (cores) + ",threads=" + to_string (threads)), + // + // RTC settings. + // + "-rtc", "clock=vm,driftfix=slew", + "-no-hpet", + "-global", "kvm-pit.lost_tick_policy=discard", os, "-vnc", "127.0.0.1:" + to_string (tc_num), // 5900 + tc_num "-monitor", "unix:" + monitor.string () + ",server,nowait"); |