From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41439) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC9eq-0005PH-7x for qemu-devel@nongnu.org; Sat, 08 Feb 2014 10:17:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WC9em-0008CR-Iv for qemu-devel@nongnu.org; Sat, 08 Feb 2014 10:17:28 -0500 Received: from mail-la0-x235.google.com ([2a00:1450:4010:c03::235]:51721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WC9em-0008B8-B5 for qemu-devel@nongnu.org; Sat, 08 Feb 2014 10:17:24 -0500 Received: by mail-la0-f53.google.com with SMTP id e16so3482864lan.26 for ; Sat, 08 Feb 2014 07:17:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <52F63B66.9090205@redhat.com> References: <20140208044003.lMguK8Jj4y2xRi1u%famz@redhat.com> <52F63B66.9090205@redhat.com> From: Fam Zheng Date: Sat, 8 Feb 2014 23:16:42 +0800 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v19 11/11] module: Pass argv[0] along the module load path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , peter.maydell@linaro.org, Fam Zheng , alex@alex.org.uk, mjt@tls.msk.ru, "qemu-devel@nongnu.org" , Stefan Hajnoczi , mrezanin@redhat.com, vilanova@ac.upc.edu, rth@twiddle.net On Sat, Feb 8, 2014 at 10:12 PM, Paolo Bonzini wrote: > Il 08/02/2014 05:40, Fam Zheng ha scritto: > >> This adds parameter "argv0" in calling path from main() to >> module_call_init(). So that module loader knows the location of >> executable. >> >> Suggested-by: Paolo Bonzini > > > Really? :) As a credit, yes. ;) Fam