qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] qcow2: Discard VM state in active L1 after creating snapshot
@ 2013-09-06 10:32 Kevin Wolf
  2013-09-06 10:32 ` [Qemu-devel] [PATCH 1/2] qcow2: Pass discard type to qcow2_discard_clusters() Kevin Wolf
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kevin Wolf @ 2013-09-06 10:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, xuanmao_001, stefanha, mreitz

This series fixes that 'savevm' becomes much slower after the first snapshot.
The reason is unnecessary COW for the VM state, which is now avoided.

Kevin Wolf (2):
  qcow2: Pass discard type to qcow2_discard_clusters()
  qcow2: Discard VM state in active L1 after creating snapshot

 block/qcow2-cluster.c  | 8 ++++----
 block/qcow2-snapshot.c | 7 +++++++
 block/qcow2.c          | 7 +------
 block/qcow2.h          | 7 ++++++-
 4 files changed, 18 insertions(+), 11 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-09-09 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-06 10:32 [Qemu-devel] [PATCH 0/2] qcow2: Discard VM state in active L1 after creating snapshot Kevin Wolf
2013-09-06 10:32 ` [Qemu-devel] [PATCH 1/2] qcow2: Pass discard type to qcow2_discard_clusters() Kevin Wolf
2013-09-06 10:32 ` [Qemu-devel] [PATCH 2/2] qcow2: Discard VM state in active L1 after creating snapshot Kevin Wolf
2013-09-09 14:27 ` [Qemu-devel] [PATCH 0/2] " Max Reitz

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