Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-03-01 Thread Ian Jackson
Li, Liang Z writes ("RE: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest"): > > Cc: wei.l...@citrix.com; ian.campb...@citrix.com; > > stefano.stabell...@eu.citrix.com; ian.jack...@eu.citrix.com; xen- > > de...@lists.xen.org; jbeul...@suse.com > &g

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-02-29 Thread Doug Goldstein
xen-devel@lists.xen.org; jbeul...@suse.com >> Subject: Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest >> >> On 11/01/16 09:05, Wei Liu wrote: >>> On Mon, Jan 11, 2016 at 04:52:10PM +0800, Liang Li wrote: >>>> If hardware support memory protect

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-02-23 Thread Li, Liang Z
[Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest > > On 11/01/16 09:05, Wei Liu wrote: > > On Mon, Jan 11, 2016 at 04:52:10PM +0800, Liang Li wrote: > >> If hardware support memory protect externsion, expose this feature to > >> guest by default. Users don

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-01-20 Thread Li, Liang Z
> Cc: wei.l...@citrix.com; ian.campb...@citrix.com; > stefano.stabell...@eu.citrix.com; ian.jack...@eu.citrix.com; xen- > de...@lists.xen.org; jbeul...@suse.com > Subject: Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest > > On Mon, Jan 11, 2016 at 04:52:10

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-01-11 Thread Wei Liu
On Mon, Jan 11, 2016 at 04:52:10PM +0800, Liang Li wrote: > If hardware support memory protect externsion, expose this feature > to guest by default. Users don't have to use a 'cpuid= ' option in > config file to turn it on. > > Signed-off-by: Liang Li I will defer this to

[Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-01-11 Thread Liang Li
If hardware support memory protect externsion, expose this feature to guest by default. Users don't have to use a 'cpuid= ' option in config file to turn it on. Signed-off-by: Liang Li --- tools/libxc/xc_cpufeature.h | 1 + tools/libxc/xc_cpuid_x86.c | 6 ++ 2 files

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-01-11 Thread Andrew Cooper
On 11/01/16 09:05, Wei Liu wrote: > On Mon, Jan 11, 2016 at 04:52:10PM +0800, Liang Li wrote: >> If hardware support memory protect externsion, expose this feature >> to guest by default. Users don't have to use a 'cpuid= ' option in >> config file to turn it on. >> >> Signed-off-by: Liang Li

Re: [Xen-devel] [PATCH] libxc: Expose the MPX cpuid flag to guest

2016-01-11 Thread Konrad Rzeszutek Wilk
On Mon, Jan 11, 2016 at 04:52:10PM +0800, Liang Li wrote: > If hardware support memory protect externsion, expose this feature extension > to guest by default. Users don't have to use a 'cpuid= ' option in > config file to turn it on. > > Signed-off-by: Liang Li > --- >