From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1daj9W-0003ND-2a for qemu-devel@nongnu.org; Thu, 27 Jul 2017 09:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1daj9S-00022v-S7 for qemu-devel@nongnu.org; Thu, 27 Jul 2017 09:48:34 -0400 Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20170717133010.12784-1-f4bug@amsat.org> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: Date: Thu, 27 Jul 2017 10:48:26 -0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] hw/arm: use defined type name instead of hard-coded string List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-arm , QEMU Developers , Igor Mitsyanko , Rob Herring , "Edgar E. Iglesias" , Alistair Francis On 07/27/2017 09:36 AM, Peter Maydell wrote: > On 17 July 2017 at 14:30, Philippe Mathieu-Daudé wrote: >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> >> Hi Peter, this patch is waiting the IDE queue to enters since it depends of >> commit de09efcc7b67ada3593354711b12a03dea23a9d0 to fix AHCI includes. > > There's no commit with that hash in master -- do you have > a commit subject or something that I can use to find out > whether it's landed or not? Oops I guess the IDE queue was rebased between this patch and the merge, or I messed my copy/paste :) The dependent commit is 70e2337030f and has how entered /master, do you want me to send an v2 with fixed message? Anyway I delayed this patch for 2.11 since this is not a bugfix. Regards, Phil.