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
> -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
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
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
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
>
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,