From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPnQt-0000Y5-1U for qemu-devel@nongnu.org; Wed, 20 Jul 2016 05:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPnQr-0001lc-5l for qemu-devel@nongnu.org; Wed, 20 Jul 2016 05:04:45 -0400 Date: Wed, 20 Jul 2016 17:04:36 +0800 From: Fam Zheng Message-ID: <20160720090436.GG10539@ad.usersys.redhat.com> References: <1468901281-22858-1-git-send-email-eblake@redhat.com> <578E4708.5080308@redhat.com> <20160720033402.GA7641@ad.usersys.redhat.com> <578EF446.70202@redhat.com> <20160720043709.GA10539@ad.usersys.redhat.com> <913397c9-6edc-2561-3d2e-e32032f9db22@redhat.com> <20160720073836.GF10539@ad.usersys.redhat.com> <1514501603.8803202.1469002588620.JavaMail.zimbra@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1514501603.8803202.1469002588620.JavaMail.zimbra@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 13/14] nbd: Implement NBD_CMD_WRITE_ZEROES on server List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Eric Blake , Kevin Wolf , nbd-general@lists.sourceforge.net, qemu-block@nongnu.org, qemu-devel@nongnu.org, Max Reitz On Wed, 07/20 04:16, Paolo Bonzini wrote: > That was after a full allocation of a 1GB file. I didn't copy that line > because I had the file lying around from another day--sorry. Makes sense now, thanks for explaning! Fam