qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [RFC PATCH 0/3] pseries: Fix and extend PAPR RTC implementation
@ 2014-12-11  4:53 David Gibson
  2014-12-11  4:53 ` [Qemu-devel] [RFC PATCH 1/3] pseries: Move sPAPR RTC code into its own file David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Gibson @ 2014-12-11  4:53 UTC (permalink / raw)
  To: agraf, aik, mdroth; +Cc: qemu-ppc, paulus, qemu-devel

At the moment, the PAPR RTC implementation (actually a paravirt
firmware interface, rather than a normal device) works directly off
host time, and so doesn't respect the options such as clock=vm which
can be specified in the -rtc command line option.

This series is a first cut at addressing this.  Caveats:

  * I haven't yet investigated how clock=vm will interact with
    migration.  I suspect badly.

  * We also use a time stamp when delivering RTAS events in
    spapr_events.c.  For now I haven't changed the code here which
    uses host time (via qemu_get_timedate()).  It's not entirely clear
    which clock these timestamps should be linked to.

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

end of thread, other threads:[~2014-12-11  4:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11  4:53 [Qemu-devel] [RFC PATCH 0/3] pseries: Fix and extend PAPR RTC implementation David Gibson
2014-12-11  4:53 ` [Qemu-devel] [RFC PATCH 1/3] pseries: Move sPAPR RTC code into its own file David Gibson
2014-12-11  4:54 ` [Qemu-devel] [RFC PATCH 2/3] pseries: Add more parameter validation in RTAS time of day functions David Gibson
2014-12-11  4:54 ` [Qemu-devel] [RFC PATCH 3/3] pseries: Make RTAS time of day functions respect -rtc options David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).