From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/3] kvm: qemu: don't fail building when pc-bios dir is empty Date: Mon, 26 Jan 2009 14:12:17 -0200 Message-ID: <20090126161217.GC3894@amt.cnet> References: <1232736095-26244-1-git-send-email-ehabkost@redhat.com> <1232736095-26244-2-git-send-email-ehabkost@redhat.com> <20090126144636.GA9899@amt.cnet> <20090126155734.GA16797@blackpad> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org To: Eduardo Habkost Return-path: Received: from mx2.redhat.com ([66.187.237.31]:44244 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751454AbZAZQND (ORCPT ); Mon, 26 Jan 2009 11:13:03 -0500 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0QGCjrN029682 for ; Mon, 26 Jan 2009 11:12:45 -0500 Content-Disposition: inline In-Reply-To: <20090126155734.GA16797@blackpad> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jan 26, 2009 at 01:57:34PM -0200, Eduardo Habkost wrote: > qemu upstream doesn't have the '[ -f "$file" ]' conditional, so the fix > applies only to the kvm tree. > > Maybe we could have the conditional (after fixing it) on qemu upstream, > but I am not sure about that. Oh, sorry. Applied.