Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-03 Thread David Vrabel
On 03/01/14 14:39, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: >> On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: >>> From: Mukesh Rathor >>> >>> For PVHVM the shared_info structure is provided via the same way >>> as for normal PV guests (see

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-03 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: > On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: > > From: Mukesh Rathor > > > > For PVHVM the shared_info structure is provided via the same way > > as for normal PV guests (see include/xen/interface/xen.h). > > > > That is during

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-03 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: From: Mukesh Rathor mukesh.rat...@oracle.com For PVHVM the shared_info structure is provided via the same way as for normal PV guests (see include/xen/interface/xen.h). That

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-03 Thread David Vrabel
On 03/01/14 14:39, Konrad Rzeszutek Wilk wrote: On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: From: Mukesh Rathor mukesh.rat...@oracle.com For PVHVM the shared_info structure is provided via the same way as for normal PV guests

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-02 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: > On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: > > From: Mukesh Rathor > > > > For PVHVM the shared_info structure is provided via the same way > > as for normal PV guests (see include/xen/interface/xen.h). > > > > That is during

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-02 Thread David Vrabel
On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: > From: Mukesh Rathor > > For PVHVM the shared_info structure is provided via the same way > as for normal PV guests (see include/xen/interface/xen.h). > > That is during bootup we get 'xen_start_info' via the %esi register > in startup_xen. Then

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-02 Thread David Vrabel
On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: From: Mukesh Rathor mukesh.rat...@oracle.com For PVHVM the shared_info structure is provided via the same way as for normal PV guests (see include/xen/interface/xen.h). That is during bootup we get 'xen_start_info' via the %esi register in

Re: [PATCH v12 07/18] xen/pvh: Setup up shared_info.

2014-01-02 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 11:27:56AM +, David Vrabel wrote: On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: From: Mukesh Rathor mukesh.rat...@oracle.com For PVHVM the shared_info structure is provided via the same way as for normal PV guests (see include/xen/interface/xen.h). That

[PATCH v12 07/18] xen/pvh: Setup up shared_info.

2013-12-31 Thread Konrad Rzeszutek Wilk
From: Mukesh Rathor For PVHVM the shared_info structure is provided via the same way as for normal PV guests (see include/xen/interface/xen.h). That is during bootup we get 'xen_start_info' via the %esi register in startup_xen. Then later we extract the 'shared_info' from said structure (in

[PATCH v12 07/18] xen/pvh: Setup up shared_info.

2013-12-31 Thread Konrad Rzeszutek Wilk
From: Mukesh Rathor mukesh.rat...@oracle.com For PVHVM the shared_info structure is provided via the same way as for normal PV guests (see include/xen/interface/xen.h). That is during bootup we get 'xen_start_info' via the %esi register in startup_xen. Then later we extract the 'shared_info'