From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drhCQ-0001Oy-Tk for qemu-devel@nongnu.org; Tue, 12 Sep 2017 05:09:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drhCM-00064c-Vt for qemu-devel@nongnu.org; Tue, 12 Sep 2017 05:09:42 -0400 References: <20170911172022.4738-1-eblake@redhat.com> <20170911172022.4738-17-eblake@redhat.com> From: Thomas Huth Message-ID: Date: Tue, 12 Sep 2017 11:09:25 +0200 MIME-Version: 1.0 In-Reply-To: <20170911172022.4738-17-eblake@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v7 16/38] libqos: Use explicit QTestState for ahci operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org Cc: armbru@redhat.com, pbonzini@redhat.com, John Snow , "open list:IDE" On 11.09.2017 19:20, Eric Blake wrote: > Drop one more client of global_qtest by teaching all ahci test > functionality to pass in an explicit QTestState. The state was > already available, so no callers had to be adjusted. > > Signed-off-by: Eric Blake Reviewed-by: Thomas Huth