Re: [Xen-devel] [PATCH for-4.6 v2] libxl: check nesthvm and altp2m in libxl

2015-07-28 Thread Ian Campbell
On Mon, 2015-07-27 at 15:01 +0100, Wei Liu wrote: > In ea214001 ("x86/altp2m: add altp2mhvm HVM domain parameter"), a > check was added to ensure nestedhvm and altp2m cannot be enabled at > the same time. That check was added in xl, but in fact it should be in > libxl because it should be the entit

[Xen-devel] [PATCH for-4.6 v2] libxl: check nesthvm and altp2m in libxl

2015-07-27 Thread Wei Liu
In ea214001 ("x86/altp2m: add altp2mhvm HVM domain parameter"), a check was added to ensure nestedhvm and altp2m cannot be enabled at the same time. That check was added in xl, but in fact it should be in libxl because it should be the entity that decides whether the provided configuration is valid