From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8TsB-0007hs-2x for qemu-devel@nongnu.org; Thu, 02 Jun 2016 10:45:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8TsA-0007Al-6C for qemu-devel@nongnu.org; Thu, 02 Jun 2016 10:45:23 -0400 Date: Thu, 2 Jun 2016 16:45:13 +0200 From: Kevin Wolf Message-ID: <20160602144513.GH6867@noname.redhat.com> References: <1464600254-16319-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464600254-16319-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] Block migration: Convert to BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: stefanha@redhat.com, famz@redhat.com, quintela@redhat.com, amit.shah@redhat.com, qemu-devel@nongnu.org Am 30.05.2016 um 11:24 hat Kevin Wolf geschrieben: > Users outside of the block layer shouldn't directly use BlockDriverState for > issuing their I/O requests, but go through a BlockBackend to do so. Block > migration ('migrate -b') is (one of?) the last remaining users that need to be > converted. Applied to the block branch. Kevin