From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhIr5-0005hD-7a for qemu-devel@nongnu.org; Tue, 28 May 2013 08:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhIqz-0003Wn-9W for qemu-devel@nongnu.org; Tue, 28 May 2013 08:18:19 -0400 Received: from mail-qc0-x22d.google.com ([2607:f8b0:400d:c01::22d]:65441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhIqz-0003Wi-4N for qemu-devel@nongnu.org; Tue, 28 May 2013 08:18:13 -0400 Received: by mail-qc0-f173.google.com with SMTP id c11so3968934qcv.18 for ; Tue, 28 May 2013 05:18:12 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51A4A079.4020603@redhat.com> Date: Tue, 28 May 2013 14:18:01 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1369621146-17095-1-git-send-email-alevy@redhat.com> <51A2FE14.2050501@redhat.com> <1369742995.31959.1.camel@localhost> In-Reply-To: <1369742995.31959.1.camel@localhost> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] Add a stp file for usage from build directory List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org Il 28/05/2013 14:09, Alon Levy ha scritto: >>> + --probe-prefix=qemu.local \ >> >> Why change the prefix? > > It was one way to verify I was using the correct file. I'll change it > back. > > But in general does it make sense for you to have this in addition to > the existing stp file? I think it does (with the same prefix so that you can share the scripts). But I'm not sure how you'd use it. :) Can you show an example and also put it in the commit message? Paolo