mbox series

[v6,0/2] x86/time: improvements to wallclock logic

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

Message

Roger Pau Monné Sept. 12, 2024, 11:15 a.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 (2):
  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               | 47 +++++++++++++++++++++++++++----
 2 files changed, 61 insertions(+), 5 deletions(-)