qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] Simplify and fix alarm deadline computation
@ 2011-02-03 13:48 Paolo Bonzini
  2011-02-03 13:48 ` [Qemu-devel] [PATCH v2 1/3] use nanoseconds everywhere for timeout computation Paolo Bonzini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Paolo Bonzini @ 2011-02-03 13:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

This is a rebased and updated version of the series to fix alarm
deadline computation.  I adopted Aurelien's suggestion to change
everything to nanoseconds.  I also did more testing than just
compiling, by booting with -icount.

And it wasn't enough.  Patch 1 was broken due to a mistake in converting
to QEMU_CLOCK_REALTIME to nanoseconds (in patch 1).  I found it just by
inspection, but at this point I believe this should be baked in 0.15
first before backporting.

v1->v2
    Add patch 1

v2->v3
    Fix patch 1

Paolo Bonzini (3):
  use nanoseconds everywhere for timeout computation
  Correct alarm deadline computation
  Unify alarm deadline computation

 qemu-timer.c |   65 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 33 insertions(+), 32 deletions(-)

-- 
1.7.3.4

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

end of thread, other threads:[~2011-02-04 12:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 13:48 [Qemu-devel] [PATCH v2 0/3] Simplify and fix alarm deadline computation Paolo Bonzini
2011-02-03 13:48 ` [Qemu-devel] [PATCH v2 1/3] use nanoseconds everywhere for timeout computation Paolo Bonzini
2011-02-04 12:51   ` Anthony Liguori
2011-02-03 13:49 ` [Qemu-devel] [PATCH v2 2/3] Correct alarm deadline computation Paolo Bonzini
2011-02-03 13:49 ` [Qemu-devel] [PATCH v2 3/3] Unify " Paolo Bonzini

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).