From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RBs-0001bT-GH for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3RBn-0006pU-KD for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:11:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3RBn-0006pE-6N for qemu-devel@nongnu.org; Wed, 15 Jan 2014 09:11:27 -0500 Message-ID: <52D696F6.5020307@redhat.com> Date: Wed, 15 Jan 2014 15:11:02 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389775713-996-1-git-send-email-famz@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 14:11, Peter Maydell ha scritto: > On 15 January 2014 08:48, Fam Zheng wrote: >> A few changes on Paolo's v15, to fix MacOSX build (in fact fix Linux as well) >> and get rid of $RANDOM: > > Thanks. I applied a local patch to use shasum, and it seems > to build OK with modules enabled. Is there a simple test I can > do that will exercise a code path that actually requires a module > to be loaded? 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. Paolo