Re: [Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-21 Thread Ian Campbell
On Thu, 2015-05-21 at 09:25 +, 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->{Eth

Re: [Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-21 Thread Pang, LongtaoX
> -Original Message- > From: Ian Campbell [mailto:ian.campb...@citrix.com] > Sent: Wednesday, May 20, 2015 11:39 PM > To: Pang, LongtaoX > Cc: xen-devel@lists.xen.org; ian.jack...@eu.citrix.com; wei.l...@citrix.com; > Hu, > Robert > Subject: Re: [OSSTEST Nested PATCH v10 0/9] Introductio

Re: [Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-21 Thread Ian Campbell
On Thu, 2015-05-21 at 14:56 +0800, Robert Hu wrote: > On Wed, 2015-05-20 at 16:39 +0100, Ian Campbell wrote: > > On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > > > parsing grub which has 'submenu' primitive > > > Changes to support '/boot' leading paths of kernel, xen, in grub

Re: [Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-20 Thread Robert Hu
On Wed, 2015-05-20 at 16:39 +0100, Ian Campbell wrote: > On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > > parsing grub which has 'submenu' primitive > > Changes to support '/boot' leading paths of kernel, xen, in grub > > Refactor installation of overlays for guest used

Re: [Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-20 Thread Ian Campbell
On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > parsing grub which has 'submenu' primitive > Changes to support '/boot' leading paths of kernel, xen, in grub > Refactor installation of overlays for guest used > Edit some APIs in TestSupport.pm for nested test >

[Xen-devel] [OSSTEST Nested PATCH v10 0/9] Introduction of netsted HVM test job

2015-05-12 Thread longtao.pang
This patch set adds nested HVM test case for osstest. In this test case, a Xen hypervisor (L1) runs on top of another Xen hypervisor (L0). Upon L1 hypervisor, we will then create a nested guest (L2), and test if the Linux guest can then be installed and run well. About nested Xen virtualization,