From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMAH-0005p7-5v for qemu-devel@nongnu.org; Wed, 20 Mar 2013 12:47:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIMAF-0000po-Un for qemu-devel@nongnu.org; Wed, 20 Mar 2013 12:47:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1145) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIMAF-0000pX-NI for qemu-devel@nongnu.org; Wed, 20 Mar 2013 12:46:59 -0400 Message-ID: <5149E7FF.1000809@redhat.com> Date: Wed, 20 Mar 2013 17:46:55 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <20130319030657.14697.64825.stgit@bling.home> <20130319230808.GC20332@morn.localdomain> <1363755154.24132.485.camel@bling.home> <1363758326.24132.491.camel@bling.home> <5149627D.6010302@redhat.com> <1363796300.24132.494.camel@bling.home> In-Reply-To: <1363796300.24132.494.camel@bling.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RESEND PATCH v2] pciinit: Enable default VGA device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex Williamson Cc: Kevin O'Connor , seabios@seabios.org, qemu-devel@nongnu.org Hi, >> With qemu/master you can just use 'qemu -L /path/to/seabios/out' instead >> and qemu will pick up both bios.bin and dsdt from the fresh seabios >> build directory then (and anything else it doesn't find there from the >> default locations). > > Thanks, yes that's it. QEMU only seems to look in the -L path or the > current directory for the missing files, so it's a bit messy but works. You can specify -L multiple times now (master only, not in 1.4.0) and create a search path that way. HTH, Gerd