Re: [Xen-devel] [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays

2015-05-20 Thread Ian Campbell
On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > Apply overlay to guests as well as hosts by moving to preseed_base. > > We do this because we want to be able to: >* Use '/etc/init.d/osstest-confirm-booted' for guests as > well as hosts (in particular when testing nestedh

Re: [Xen-devel] [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays

2015-05-18 Thread Ian Campbell
On Thu, 2015-05-14 at 11:59 +0100, Ian Campbell wrote: > On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > > Based on Ian Campbell's v6_patch [04,05,06], I create this patch > > to refactor installation of overlays for guest as well as host used. > > > > Link of Ian Campbell's patch: > > ht

Re: [Xen-devel] [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays

2015-05-18 Thread Robert Hu
On Mon, 2015-05-18 at 10:52 +0100, Ian Campbell wrote: > On Thu, 2015-05-14 at 11:59 +0100, Ian Campbell wrote: > > On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > > > Based on Ian Campbell's v6_patch [04,05,06], I create this patch > > > to refactor installation of overlays for guest as w

Re: [Xen-devel] [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays

2015-05-14 Thread Ian Campbell
On Wed, 2015-05-13 at 11:36 +0800, longtao.pang wrote: > Based on Ian Campbell's v6_patch [04,05,06], I create this patch > to refactor installation of overlays for guest as well as host used. > > Link of Ian Campbell's patch: > http://lists.xenproject.org/archives/html/xen-devel/2015-05/msg00467.

[Xen-devel] [OSSTEST Nested PATCH v10 3/9] Refactor installation of overlays

2015-05-12 Thread longtao.pang
Apply overlay to guests as well as hosts by moving to preseed_base. We do this because we want to be able to: * Use '/etc/init.d/osstest-confirm-booted' for guests as well as hosts (in particular when testing nestedhvm we sometimes want to treat a guest as a host).