From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [PATCH v3] kvm tools: Support multiple net devices Date: Tue, 27 Sep 2011 10:38:18 +0800 Message-ID: <4E81371A.9010402@gmail.com> References: <1317059073-19576-1-git-send-email-levinsasha928@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: penberg@cs.helsinki.fi, kvm@vger.kernel.org, mingo@elte.hu, gorcunov@gmail.com To: Sasha Levin Return-path: Received: from mail-yi0-f46.google.com ([209.85.218.46]:38192 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000Ab1I0Cix (ORCPT ); Mon, 26 Sep 2011 22:38:53 -0400 Received: by yib18 with SMTP id 18so4810445yib.19 for ; Mon, 26 Sep 2011 19:38:53 -0700 (PDT) In-Reply-To: <1317059073-19576-1-git-send-email-levinsasha928@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On 09/27/2011 01:44 AM, Sasha Levin wrote: > This patch adds support for multiple network devices. The command line syntax > changes to the following: > > --network/-n [mode=tap/user/none][,guest_ip=ip][,host_ip= > ip][,guest_mac=mac][,script=file] > > Each of the parameters is optional, and the config defaults to a TAP based > networking with a sequential MAC. > > Signed-off-by: Sasha Levin Acked-by: Asias He -- Asias He