Re: [Xen-devel] [PATCH v4 2/2] sysctl: report shadow paging capability

2019-09-12 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH v4 2/2] sysctl: report shadow paging capability"): > Report whether shadow paging is supported by the hypervisor, since it > can be disabled at build time. ... > NB: I'm not sure the added check in > libxl__domain_create_info_setdefault is that useful, or if it coul

Re: [Xen-devel] [PATCH v4 2/2] sysctl: report shadow paging capability

2019-09-12 Thread Andrew Cooper
On 10/09/2019 16:25, Roger Pau Monne wrote: > diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h > index 3ff67792a7..e8f5ebe929 100644 > --- a/tools/libxl/libxl.h > +++ b/tools/libxl/libxl.h > @@ -401,6 +401,12 @@ > */ > #define LIBXL_HAVE_PHYSINFO_CAP_HAP 1 > > +/* > + * LIBXL_HAVE_PHYSIN

Re: [Xen-devel] [PATCH v4 2/2] sysctl: report shadow paging capability

2019-09-10 Thread Jan Beulich
On 10.09.2019 17:25, Roger Pau Monne wrote: > Report whether shadow paging is supported by the hypervisor, since it > can be disabled at build time. > > Requested-by: Andrew Cooper > Signed-off-by: Roger Pau Monné The straightforward hypervisor part Acked-by: Jan Beulich Jan

[Xen-devel] [PATCH v4 2/2] sysctl: report shadow paging capability

2019-09-10 Thread Roger Pau Monne
Report whether shadow paging is supported by the hypervisor, since it can be disabled at build time. Requested-by: Andrew Cooper Signed-off-by: Roger Pau Monné --- NB: I'm not sure the added check in libxl__domain_create_info_setdefault is that useful, or if it could be better placed somewhere e