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

2015-05-26 Thread Ian Campbell
On Tue, 2015-05-26 at 17:08 +0800, longtao.pang wrote: > > Ian Campbell (1): > grub: remove patch to disable submenu from 20_linux_xen overlay > longtao.pang (6): > Parsing grub which has 'submenu' primitive > Change

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

2015-05-26 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,