From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyWSv-00037g-3m for qemu-devel@nongnu.org; Wed, 21 Mar 2018 01:39:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyWSu-00064r-EI for qemu-devel@nongnu.org; Wed, 21 Mar 2018 01:39:13 -0400 References: <20180223152640.11459-1-pbonzini@redhat.com> <20180223152640.11459-3-pbonzini@redhat.com> <663bee4b-0554-9b68-6253-1ebe75bc7b3b@redhat.com> From: Paolo Bonzini Message-ID: <1ec25159-2ce7-1eaf-19fe-3ffccbad1c00@redhat.com> Date: Wed, 21 Mar 2018 06:39:03 +0100 MIME-Version: 1.0 In-Reply-To: <663bee4b-0554-9b68-6253-1ebe75bc7b3b@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/5] ide: push end_transfer callback to ide_transfer_halt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Lieven , qemu-block@nongnu.org On 20/03/2018 23:11, John Snow wrote: > Seems sane, with some lingering questions about what the PIO Setup FIS > is supposed to do to begin with still remaining. I agree here too. Smashing the ATA and controller in the same device makes things tricky, so I tried to make these patches pure code motion, as much as I could. Paolo