qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] qed: Periodically flush and clear need check bit
@ 2011-05-09 15:45 Stefan Hajnoczi
  2011-05-09 15:45 ` [Qemu-devel] [PATCH v2 1/2] qemu-tool: Stub out qemu-timer functions Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2011-05-09 15:45 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 stubs out qemu-timer.c functions for qemu-tool.c, which is
needed since block drivers get built into qemu-img and friends.  In the long
run having timers in qemu-tool too would be good, but for now they are not
critical and the stub implementation works.

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

end of thread, other threads:[~2011-05-10 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 15:45 [Qemu-devel] [PATCH v2 0/2] qed: Periodically flush and clear need check bit Stefan Hajnoczi
2011-05-09 15:45 ` [Qemu-devel] [PATCH v2 1/2] qemu-tool: Stub out qemu-timer functions Stefan Hajnoczi
2011-05-09 15:45 ` [Qemu-devel] [PATCH v2 2/2] qed: Periodically flush and clear need check bit Stefan Hajnoczi
2011-05-10 10:31 ` [Qemu-devel] [PATCH v2 0/2] " Kevin Wolf

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