Code Monkey home page Code Monkey logo

guest-vm-sync-time-rtc's Introduction

guest-vm-sync-time-rtc

This tool allow synchronizing a guest VM system time running Linux with the RTC. This is used to keep the guest time synchronized with the host time when:

  • The host was suspended
  • The guest was suspended
  • Any other case where the host clock time jump

When this happen, the guest's system time will be in the past and won't be updated with the hardware time.

Solutions to this are:

  • Run a NTP daemon to keep the system time in sync with the real time
  • If internet is not available, you can try to sync the system time with a PTP device
  • If a PTP is not available, you can use this tool to synchronize with the hardware RTC (which is kept up to date with the host's system time by the hypervisor). This can be needed with qemu on Windows for example.

Algorithm

This tool does this:

  • Every minute, read the RTC clock, and check if it jumped since previous read (with a margin of +/-10%)
  • If the RTC clock jumped forward, set the system time with the current RTC time

Note: if the RTC time jump but its time is lower than the system time, the system time won't be updated to avoid jumping the system time back in the past. This is not handled in most application and will cause crashes.

guest-vm-sync-time-rtc's People

Contributors

amurzeau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.