From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job Date: Thu, 21 May 2015 10:32:24 +0100 Message-ID: <1432200744.10746.21.camel@citrix.com> References: <1431488204-14510-1-git-send-email-longtaox.pang@intel.com> <1432136358.12989.286.camel@citrix.com> <86C3224E41A7434B904EC364302132D80E4AD71D@SHSMSX101.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <86C3224E41A7434B904EC364302132D80E4AD71D@SHSMSX101.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "Pang, LongtaoX" Cc: "wei.liu2@citrix.com" , "Hu, Robert" , "Ian.Jackson@eu.citrix.com" , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On Thu, 2015-05-21 at 09:25 +0000, Pang, LongtaoX wrote: > I have git clone osstest source from 'git://xenbits.xen.org/people/ianc/osstest.git', > checkout ' nestedhvm-v10-pretest' branch. Is it a typo in 'Osstest/TestSupport.pm' or not? > vif = [ '${viftype}${vidmodel}mac=$gho->{Ether}' ] > I think it should be: > vif = [ '${viftype}${vifmodel}mac=$gho->{Ether}' ] Yes, I pushed a fix a short time ago and posted in this thread. Ian.