From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPr3N-0006UV-U8 for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:38:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPr3N-00015I-69 for qemu-devel@nongnu.org; Thu, 22 Nov 2018 10:38:05 -0500 Date: Thu, 22 Nov 2018 16:37:55 +0100 From: Kevin Wolf Message-ID: <20181122153755.GF31879@linux.fritz.box> References: <20181119172924.2296342-1-eblake@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181119172924.2296342-1-eblake@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-3.1] iotests: Enhance 223 to cover multiple bitmap granularities List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Max Reitz , "open list:Block layer core" Am 19.11.2018 um 18:29 hat Eric Blake geschrieben: > Testing granularity at the same size as the cluster isn't quite > as fun as what happens when it is larger or smaller. This > enhancement also shows that qemu's nbd server can server the > same disk over multiple exports simultaneously. > > Signed-off-by: Eric Blake Thanks, applied to the block branch. Kevin