qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qed: Periodically flush and clear need check bit
@ 2011-02-17 14:59 Stefan Hajnoczi
  2011-02-17 14:59 ` [Qemu-devel] [PATCH 1/2] qemu-tool: Stub out qemu-timer functions Stefan Hajnoczi
  2011-02-17 14:59 ` [Qemu-devel] [PATCH 2/2] qed: Periodically flush and clear need check bit Stefan Hajnoczi
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2011-02-17 14:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Kevin Wolf

This patch marks QED images as clean periodically when it is safe to do so.
This reduces the chance of having to perform a consistency check at startup.
Previously we left the image dirty even when it was consistent, therefore
risking an unnecessary consistency check after crash.

The first patch just stubs out qemu-timer.c functions for qemu-tool.c, which is
needed since block drivers get built into qemu-img and friends.  I don't know
the timers code well so please suggest alternatives if simple stubbing is
wrong.

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

end of thread, other threads:[~2011-02-17 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 14:59 [Qemu-devel] [PATCH 0/2] qed: Periodically flush and clear need check bit Stefan Hajnoczi
2011-02-17 14:59 ` [Qemu-devel] [PATCH 1/2] qemu-tool: Stub out qemu-timer functions Stefan Hajnoczi
2011-02-17 16:27   ` Michael Roth
2011-02-17 14:59 ` [Qemu-devel] [PATCH 2/2] qed: Periodically flush and clear need check bit Stefan Hajnoczi

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