All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] x86/time: improvements to wallclock logic
@ 2024-09-04 15:31 Roger Pau Monne
  2024-09-04 15:31 ` [PATCH v4 1/6] x86/time: introduce helper to fetch Xen wallclock when running as a guest Roger Pau Monne
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Roger Pau Monne @ 2024-09-04 15:31 UTC (permalink / raw)
  To: xen-devel
  Cc: Daniel P. Smith, Marek Marczykowski-Górecki, Roger Pau Monne,
	Jan Beulich, Andrew Cooper, Julien Grall, Stefano Stabellini

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.
First 3 patches should be non-functional changes, mostly chopping the
current logic into smaller functions so that in patch 4 the probing vs
runtime wallclock logic can be split. Patch 5 adds a new command line
option to force the usage of a specific wallclock.

Finally patch 6 changes the preference to use CMOS RTC even when booted
from EFI firmware.

Thanks, Roger.

Roger Pau Monne (6):
  x86/time: introduce helper to fetch Xen wallclock when running as a
    guest
  x86/time: move CMOS edge detection into read helper
  x86/time: split CMOS read and probe logic into function
  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               | 236 ++++++++++++++++++++++--------
 2 files changed, 198 insertions(+), 57 deletions(-)

-- 
2.46.0



^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-09-09 11:03 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 15:31 [PATCH v4 0/6] x86/time: improvements to wallclock logic Roger Pau Monne
2024-09-04 15:31 ` [PATCH v4 1/6] x86/time: introduce helper to fetch Xen wallclock when running as a guest Roger Pau Monne
2024-09-05 15:45   ` Jan Beulich
2024-09-09 10:23     ` Roger Pau Monné
2024-09-04 15:31 ` [PATCH v4 2/6] x86/time: move CMOS edge detection into read helper Roger Pau Monne
2024-09-05 15:46   ` Jan Beulich
2024-09-04 15:31 ` [PATCH v4 3/6] x86/time: split CMOS read and probe logic into function Roger Pau Monne
2024-09-05 15:49   ` Jan Beulich
2024-09-04 15:31 ` [PATCH v4 4/6] x86/time: introduce probing logic for the wallclock Roger Pau Monne
2024-09-05 15:58   ` Jan Beulich
2024-09-09 11:02     ` Roger Pau Monné
2024-09-04 15:31 ` [PATCH v4 5/6] x86/time: introduce command line option to select wallclock Roger Pau Monne
2024-09-04 15:31 ` [PATCH v4 6/6] x86/time: prefer CMOS over EFI_GET_TIME Roger Pau Monne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.