From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RaI-0001yo-J7 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:36:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3RaD-0007nk-1o for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:36:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:30539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RaC-0007na-Q3 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:36:40 -0500 Message-ID: <52D69CDD.6000809@redhat.com> Date: Wed, 15 Jan 2014 15:36:13 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389775713-996-1-git-send-email-famz@redhat.com> <52D696F6.5020307@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:20, Peter Maydell ha scritto: >> > >> > On RHEL6 I tried "qemu-system-x86_64 -cdrom >> > http://boot.ipxe.org/ipxe.iso" and it worked, but it failed on Fedora. >> > I don't know if it's a QEMU or curl bug. > Doesn't work on MacOSX either: it says > qemu-system-x86_64: -cdrom http://boot.ipxe.org/ipxe.iso: could not > open disk image http://boot.ipxe.org/ipxe.iso: Unknown protocol Had you installed QEMU before starting it? Fam, I think you need a way to override CONFIG_MODDIR (even an environment variable could do). > (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. Paolo