From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgU5Y-0006Pc-FI for qemu-devel@nongnu.org; Mon, 28 Sep 2015 04:47:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgU5V-0000Eu-8j for qemu-devel@nongnu.org; Mon, 28 Sep 2015 04:47:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgU5V-0000Ek-3J for qemu-devel@nongnu.org; Mon, 28 Sep 2015 04:47:09 -0400 References: <1442570495-22029-1-git-send-email-berrange@redhat.com> <55FBF830.4090701@redhat.com> <1443216251.8687.61.camel@ubuntu-sellcey> From: Paolo Bonzini Message-ID: <5608FE89.6000902@redhat.com> Date: Mon, 28 Sep 2015 10:47:05 +0200 MIME-Version: 1.0 In-Reply-To: <1443216251.8687.61.camel@ubuntu-sellcey> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Makefile: fix build when VPATH is outside GIT tree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sellcey@imgtec.com Cc: Peter Maydell , Leon Alrae , qemu-devel@nongnu.org On 25/09/2015 23:24, Steve Ellcey wrote: > On Fri, 2015-09-18 at 13:40 +0200, Paolo Bonzini wrote: > > > > The problem is due to the fact that some sub directory deps > > > were listed against SOFTMMU_SUBDIR_RULES instead of SUBDIR_RULES, > > > so were only processed for system emulators, not user emalutors. > > > > > > Signed-off-by: Daniel P. Berrange > > > > Queued, thanks. > > Is being queued a status for qemu patches or does that just mean it is > in your personal queue to handle when you have time? It's both. I handle patches that fall through the cracks between maintained areas (which includes the build system, as it has no formal maintainer). So if it's "queued" that means that the submitter need not care about it anymore, as the patch is in my hands now. I tend to flush the queue pretty often, around once a week. The patch is now in. Paolo > I would like to remove my local patch for this and go back to using the > top-of-tree sources, but it doesn't look like this change has been > checked in yet. It does fix my build problem.