From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RpG-000273-AB for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:52:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3RpA-0004BV-AY for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:52:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RpA-0004BO-2r for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:52:08 -0500 Message-ID: <52D6A080.3070206@redhat.com> Date: Wed, 15 Jan 2014 15:51:44 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389775713-996-1-git-send-email-famz@redhat.com> <52D696F6.5020307@redhat.com> <52D69CDD.6000809@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v16 0/9] Shared library module support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , Fam Zheng , Stefan Hajnoczi , Michael Tokarev , QEMU Developers , Alex Bligh , Miroslav Rezanina , =?UTF-8?B?TGx1w61zIFZpbGFub3Y=?= =?UTF-8?B?YQ==?= , Richard Henderson Il 15/01/2014 15:40, Peter Maydell ha scritto: > Module loading should IMHO work with similar semantics > to the data dir we use for BIOS file loading: one of the places checked > is relative to the executable path. Makes sense. >>> (a non module build works, or at least sits there without giving an >>> error message; I didn't feel like sitting there without a progress bar >>> while it downloaded a whole ISO image, so I ^C'd it...) >> >> It's really hung. The ISO is just 1M. With RHEL6 it boots fine. > > Hrrm. I guess I should investigate that... Probably not specific to Mac OS X. As I said, Fedora fails too. Paolo