From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoqF-0008O3-L3 for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SFoq8-0005Wl-9S for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:19 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:34338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SFoq8-0005WY-1A for qemu-devel@nongnu.org; Thu, 05 Apr 2012 11:43:12 -0400 Received: by dadz9 with SMTP id z9so2115338dad.33 for ; Thu, 05 Apr 2012 08:43:10 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 5 Apr 2012 17:42:54 +0200 Message-Id: <1333640581-25649-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/7] Miscellaneous fixes for block and snapshots List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org These patches fix a few miscellaneous bugs in live snapshots and block streaming. Paolo Bonzini (7): block: add mode argument to blockdev-snapshot-sync block: fail live snapshot if disk has no medium block: fix snapshot with QED format block: close unused image files at the end of streaming block: pass new base image format to bdrv_change_backing_file block: push bdrv_change_backing_file error checking up from drivers block: update in-memory backing file and format block.c | 23 +++++++++++++++++++++-- block/qcow2.c | 5 ----- block/qed.c | 7 +++++++ block/stream.c | 30 ++++++++++++++++++++++++++++-- block/vvfat.c | 7 +++++++ block_int.h | 1 + blockdev.c | 9 ++++++--- qmp-commands.hx | 2 +- 8 files changed, 71 insertions(+), 13 deletions(-) -- 1.7.9.3