From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXXeF-0002T8-U0 for qemu-devel@nongnu.org; Tue, 08 Apr 2014 11:09:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXXe9-0003hY-Lm for qemu-devel@nongnu.org; Tue, 08 Apr 2014 11:09:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39349) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXXe9-0003hF-Ee for qemu-devel@nongnu.org; Tue, 08 Apr 2014 11:09:09 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s38F98TG029390 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 8 Apr 2014 11:09:08 -0400 Date: Tue, 8 Apr 2014 17:09:06 +0200 From: Kevin Wolf Message-ID: <20140408150906.GD6262@noname.str.redhat.com> References: <1396961442-24046-1-git-send-email-mreitz@redhat.com> <1396961442-24046-2-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396961442-24046-2-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 1/6] block-commit: Expose granularity List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 08.04.2014 um 14:50 hat Max Reitz geschrieben: > Allow QMP users to manipulate the granularity used in the block-commit > command. > > Signed-off-by: Max Reitz Granularity is a strange name for live commit, especially on non-active layers where it's really just the buffer size. Not that I have a better suggestion, though... Kevin