1. 21 Feb, 2017 5 commits
  2. 20 Feb, 2017 2 commits
  3. 18 Feb, 2017 1 commit
  4. 17 Feb, 2017 7 commits
  5. 16 Feb, 2017 6 commits
  6. 15 Feb, 2017 15 commits
  7. 09 Feb, 2017 3 commits
  8. 08 Feb, 2017 1 commit
    • Marcelo Tosatti's avatar
      PTP: add kvm PTP driver · a0e136d4
      Marcelo Tosatti authored
      Add a driver with gettime method returning hosts realtime clock.
      This allows Chrony to synchronize host and guest clocks with
      high precision (see results below).
      
      chronyc> sources
      MS Name/IP address         Stratum Poll Reach LastRx Last sample
      ===============================================================================
      
      To configure Chronyd to use PHC refclock, add the
      following line to its configuration file:
      
      refclock PHC /dev/ptpX poll 3 dpoll -2 offset 0
      
      Where /dev/ptpX is the kvmclock PTP clock.
      Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
      Acked-by: default avatarRichard Cochran <richardcochran@gmail.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      a0e136d4