Re: [Xen-devel] [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter.

2015-07-14 Thread George Dunlap
On 07/10/2015 11:12 PM, Sahita, Ravi wrote: >> From: dunl...@gmail.com [mailto:dunl...@gmail.com] On Behalf Of George >> Dunlap >> Sent: Friday, July 10, 2015 10:32 AM >> >> On Fri, Jul 10, 2015 at 1:52 AM, Ed White >> wrote: >>> The altp2mhvm and nestedhvm parameters are mutually exclusive and >>

Re: [Xen-devel] [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter.

2015-07-10 Thread Sahita, Ravi
>From: dunl...@gmail.com [mailto:dunl...@gmail.com] On Behalf Of George >Dunlap >Sent: Friday, July 10, 2015 10:32 AM > >On Fri, Jul 10, 2015 at 1:52 AM, Ed White >wrote: >> The altp2mhvm and nestedhvm parameters are mutually exclusive and >> cannot be set together. >> >> Signed-off-by: Ed White

Re: [Xen-devel] [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter.

2015-07-10 Thread George Dunlap
On Fri, Jul 10, 2015 at 1:52 AM, Ed White wrote: > The altp2mhvm and nestedhvm parameters are mutually > exclusive and cannot be set together. > > Signed-off-by: Ed White > > Reviewed-by: Andrew Cooper for the hypervisor > bits. > --- > docs/man/xl.cfg.pod.5 | 12 > tool

Re: [Xen-devel] [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter.

2015-07-10 Thread Wei Liu
On Thu, Jul 09, 2015 at 05:52:30PM -0700, Ed White wrote: > The altp2mhvm and nestedhvm parameters are mutually > exclusive and cannot be set together. > > Signed-off-by: Ed White > > Reviewed-by: Andrew Cooper for the hypervisor > bits. Drop "for the hypervisor bits" if you happen to resend.

[Xen-devel] [PATCH v4 12/15] x86/altp2m: Add altp2mhvm HVM domain parameter.

2015-07-09 Thread Ed White
The altp2mhvm and nestedhvm parameters are mutually exclusive and cannot be set together. Signed-off-by: Ed White Reviewed-by: Andrew Cooper for the hypervisor bits. --- docs/man/xl.cfg.pod.5 | 12 tools/libxl/libxl.h | 6 ++ tools/libxl/libxl_create.c