From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47256) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fLZIG-00075Q-Up for qemu-devel@nongnu.org; Wed, 23 May 2018 15:19:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fLZIG-0007mk-5u for qemu-devel@nongnu.org; Wed, 23 May 2018 15:19:28 -0400 References: <20180425183223.580566-1-eblake@redhat.com> <20180425183223.580566-2-eblake@redhat.com> From: John Snow Message-ID: <3e7ce246-1af0-c246-ceeb-bba8d0cc28b3@redhat.com> Date: Wed, 23 May 2018 15:19:18 -0400 MIME-Version: 1.0 In-Reply-To: <20180425183223.580566-2-eblake@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-block] [PATCH 1/8] parallels: Switch to byte-based calls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: Kevin Wolf , "Denis V. Lunev" , "open list:parallels" , Stefan Hajnoczi , Max Reitz On 04/25/2018 02:32 PM, Eric Blake wrote: > We are gradually moving away from sector-based interfaces, towards > byte-based. Make the change for the last few sector-based calls > into the block layer from the parallels driver. > > Ideally, the parallels driver should switch to doing everything > byte-based, but that's a more invasive change that requires a > bit more auditing. > > Signed-off-by: Eric Blake Older than a month, so I'm assuming this is dropped for now. --js