From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBkvP-0006a4-FH for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:11:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBkvO-00005n-Cx for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:11:35 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:38504) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RBkvO-00005Z-1B for qemu-devel@nongnu.org; Thu, 06 Oct 2011 06:11:34 -0400 From: "Thomas Jung" References: <1317375921-19336-1-git-send-email-levinsasha928@gmail.com> In-Reply-To: <1317375921-19336-1-git-send-email-levinsasha928@gmail.com> Date: Thu, 6 Oct 2011 12:11:24 +0200 Message-ID: <004001cc8410$51663e20$f432ba60$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: de Subject: Re: [Qemu-devel] [PATCH v2] tap: Add optional parameters to up/down script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Sasha Levin' , qemu-devel@nongnu.org Cc: 'Anthony Liguori' On 30.09 2011 11:45, Sasha Levin wrote: > Subject: [PATCH v2] tap: Add optional parameters to up/down script > > This allows the user to add custom parameters to the up or down > scripts. > > Extra parameters are useful in more complex networking scenarios > where we would like to configure network devices when starting > or stopping the guest. PATCH v2 isn't working for me. Neither the scriptparams nor the downscriptparams. Usage was like: qemu-system-x86_64 -m 512 -net nic,macaddr=[...] -net tap,script=/path/to/script,scriptparams="param1", downscript=/path/to/downscript -drive....... Greetings Thomas