From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDTgG-0002QO-6X for qemu-devel@nongnu.org; Thu, 16 Jun 2016 05:33:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDTgB-0004Zx-4j for qemu-devel@nongnu.org; Thu, 16 Jun 2016 05:33:44 -0400 Date: Thu, 16 Jun 2016 11:33:25 +0200 From: Kevin Wolf Message-ID: <20160616093325.GC4941@noname.redhat.com> References: <1465574722-27656-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465574722-27656-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/6] block: bdrv_load/save_vmstate() cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: eblake@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org, famz@redhat.com, stefanha@redhat.com Am 10.06.2016 um 18:05 hat Kevin Wolf geschrieben: > This series contains a few cleanups with respect to the vmstate I/O functions. > Apart from making the interface more consistent (writes were already vectored, > but not reads), this makes use of the new byte-based .bdrv_co_preadv/pwritev > callbacks in qcow2 to get rid of a few hacks, including bs->zero_beyond_eof. Applied to the block branch. Kevin