mbox series

[v5,0/4] x86/time: improvements to wallclock logic

Message ID 20240909145455.7517-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series x86/time: improvements to wallclock logic | expand

Message

Roger Pau Monné Sept. 9, 2024, 2:54 p.m. UTC
Hello,

This series started as an attempt to change the default wallclock
preference from EFI_GET_TIME to CMOS RTC, but has grown quite a lot.

Thanks, Roger.

Roger Pau Monne (4):
  x86/time: pull cmos_rtc_probe outside of function and rename
  x86/time: introduce probing logic for the wallclock
  x86/time: introduce command line option to select wallclock
  x86/time: prefer CMOS over EFI_GET_TIME

 docs/misc/xen-command-line.pandoc |  19 ++++
 xen/arch/x86/time.c               | 152 ++++++++++++++++++++++++------
 2 files changed, 144 insertions(+), 27 deletions(-)