Re: [PATCH] pvh: set cr4 flags for APs

2014-02-03 Thread Mukesh Rathor
On Mon, 3 Feb 2014 15:43:46 -0500 Konrad Rzeszutek Wilk wrote: > On Mon, Feb 03, 2014 at 02:52:40PM -0500, Konrad Rzeszutek Wilk wrote: > > On Mon, Feb 03, 2014 at 11:30:01AM -0800, Mukesh Rathor wrote: > > > On Mon, 3 Feb 2014 06:49:14 -0500 > > > Konrad Rzeszutek Wilk wrote: > > > > > > > On

Re: [PATCH] pvh: set cr4 flags for APs

2014-02-03 Thread Konrad Rzeszutek Wilk
On Mon, Feb 03, 2014 at 02:52:40PM -0500, Konrad Rzeszutek Wilk wrote: > On Mon, Feb 03, 2014 at 11:30:01AM -0800, Mukesh Rathor wrote: > > On Mon, 3 Feb 2014 06:49:14 -0500 > > Konrad Rzeszutek Wilk wrote: > > > > > On Wed, Jan 29, 2014 at 04:15:18PM -0800, Mukesh Rathor wrote: > > > > We need t

Re: [PATCH] pvh: set cr4 flags for APs

2014-02-03 Thread Konrad Rzeszutek Wilk
On Mon, Feb 03, 2014 at 11:30:01AM -0800, Mukesh Rathor wrote: > On Mon, 3 Feb 2014 06:49:14 -0500 > Konrad Rzeszutek Wilk wrote: > > > On Wed, Jan 29, 2014 at 04:15:18PM -0800, Mukesh Rathor wrote: > > > We need to set cr4 flags for APs that are already set for BSP. > > > > The title is missing

Re: [PATCH] pvh: set cr4 flags for APs

2014-02-03 Thread Mukesh Rathor
On Mon, 3 Feb 2014 06:49:14 -0500 Konrad Rzeszutek Wilk wrote: > On Wed, Jan 29, 2014 at 04:15:18PM -0800, Mukesh Rathor wrote: > > We need to set cr4 flags for APs that are already set for BSP. > > The title is missing the 'xen' part. The patch is for linux, not xen. > I rewrote it a bit and

Re: [PATCH] pvh: set cr4 flags for APs

2014-02-03 Thread Konrad Rzeszutek Wilk
On Wed, Jan 29, 2014 at 04:15:18PM -0800, Mukesh Rathor wrote: > We need to set cr4 flags for APs that are already set for BSP. The title is missing the 'xen' part. I rewrote it a bit and I think this should go in 3.14. David, Boris: It is not the full fix as there are other parts to make an PVH

[PATCH] pvh: set cr4 flags for APs

2014-01-29 Thread Mukesh Rathor
We need to set cr4 flags for APs that are already set for BSP. Signed-off-by: Mukesh Rathor --- arch/x86/xen/enlighten.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index a4d7b64..201d09a 100644 --- a/ar