From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Liu Subject: Re: [PATCH 2/2] libxl: write vifname in xenstore if set. Date: Tue, 3 Jan 2012 10:39:28 +0000 Message-ID: <1325587168.24422.68.camel@liuw-desktop> References: <1325157276-4847-1-git-send-email-wei.liu2@citrix.com> <1325157276-4847-3-git-send-email-wei.liu2@citrix.com> <1325585762.25206.25.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1325585762.25206.25.camel@zakaz.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: "andy@strugglers.net" , "florian.heigl@gmail.com" , "xen-devel@lists.xensource.com" , wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2012-01-03 at 10:16 +0000, Ian Campbell wrote: > On Thu, 2011-12-29 at 11:14 +0000, Wei Liu wrote: > > Simple fix to enable user to specify vif names. > > Thanks. It is worth noting that the naming of the vif is implemented by > the hotplug scripts and not by netback (which always uses vifX.Y). > Yes, I knew that after digging into hotplug scripts. :) It seems that we need to backport these patches to earlier versions as well. Wei.