From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W35xg-0003SA-Ef for qemu-devel@nongnu.org; Tue, 14 Jan 2014 10:31:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W35xa-0004Zp-GS for qemu-devel@nongnu.org; Tue, 14 Jan 2014 10:31:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61384) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W35xa-0004Zj-8G for qemu-devel@nongnu.org; Tue, 14 Jan 2014 10:31:22 -0500 Message-ID: <52D55834.5030802@redhat.com> Date: Tue, 14 Jan 2014 16:31:00 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389632394-10130-1-git-send-email-pbonzini@redhat.com> <1389632394-10130-7-git-send-email-pbonzini@redhat.com> <52D4658E.10203@twiddle.net> <20140114030658.GB9212@T430.nay.redhat.com> <52D54DFE.9090605@twiddle.net> <52D5558D.2010208@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v15 6/9] module: implement module loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Fam Zheng , Michael Tokarev , QEMU Developers , Alex Bligh , Miroslav Rezanina , =?UTF-8?B?TGx1w61zIFZpbGFub3Zh?= , Richard Henderson Il 14/01/2014 16:25, Peter Maydell ha scritto: > I definitely think we want at least a basic molly-guard on > "module not compiled for this qemu"; we need not attempt > to make it impervious to somebody who's determined to get > around it, because that's impossible. Something like the > git hash / file hash rth proposes seems reasonable. What about the SHA1 of configure? Paolo