Re: [Xen-devel] [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-23 Thread Ian Campbell
On Fri, 2012-10-19 at 14:17 +0100, Konrad Rzeszutek Wilk wrote: > > > +config XEN_X86_PVH > > > + bool "Support for running as a PVH guest (EXPERIMENTAL)" > > > + depends on X86_64 && XEN && EXPERIMENTAL > > > + default n > > > + help > > > +This option enables support for running as a PVH

Re: [Xen-devel] [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-23 Thread Ian Campbell
On Fri, 2012-10-19 at 14:17 +0100, Konrad Rzeszutek Wilk wrote: +config XEN_X86_PVH + bool Support for running as a PVH guest (EXPERIMENTAL) + depends on X86_64 XEN EXPERIMENTAL + default n + help +This option enables support for running as a PVH guest (PV guest +

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Stefano Stabellini
On Fri, 19 Oct 2012, Konrad Rzeszutek Wilk wrote: > > > diff --git a/include/xen/interface/physdev.h > > > b/include/xen/interface/physdev.h > > > index 9ce788d..3b9d5b6 100644 > > > --- a/include/xen/interface/physdev.h > > > +++ b/include/xen/interface/physdev.h > > > @@ -258,6 +258,16 @@

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Konrad Rzeszutek Wilk
> > +config XEN_X86_PVH > > + bool "Support for running as a PVH guest (EXPERIMENTAL)" > > + depends on X86_64 && XEN && EXPERIMENTAL > > + default n > > + help > > + This option enables support for running as a PVH guest (PV guest > > + using hardware extensions) under a

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Konrad Rzeszutek Wilk
On Wed, Oct 17, 2012 at 05:26:42PM -0700, Mukesh Rathor wrote: > [PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This > patch allows it to be configured and enabled. Also, basic header file changes > to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must >

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Konrad Rzeszutek Wilk
On Wed, Oct 17, 2012 at 05:26:42PM -0700, Mukesh Rathor wrote: [PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This patch allows it to be configured and enabled. Also, basic header file changes to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Konrad Rzeszutek Wilk
+config XEN_X86_PVH + bool Support for running as a PVH guest (EXPERIMENTAL) + depends on X86_64 XEN EXPERIMENTAL + default n + help + This option enables support for running as a PVH guest (PV guest + using hardware extensions) under a suitably capable

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-19 Thread Stefano Stabellini
On Fri, 19 Oct 2012, Konrad Rzeszutek Wilk wrote: diff --git a/include/xen/interface/physdev.h b/include/xen/interface/physdev.h index 9ce788d..3b9d5b6 100644 --- a/include/xen/interface/physdev.h +++ b/include/xen/interface/physdev.h @@ -258,6 +258,16 @@ struct

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-18 Thread Stefano Stabellini
On Thu, 18 Oct 2012, Mukesh Rathor wrote: > [PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This > patch allows it to be configured and enabled. Also, basic header file changes > to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must > return mfn for paging

Re: [PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-18 Thread Stefano Stabellini
On Thu, 18 Oct 2012, Mukesh Rathor wrote: [PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This patch allows it to be configured and enabled. Also, basic header file changes to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must return mfn for paging

[PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-17 Thread Mukesh Rathor
[PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This patch allows it to be configured and enabled. Also, basic header file changes to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must return mfn for paging mode translate. Signed-off-by: Mukesh Rathor

[PATCH V3 1/6]: PVH: basic and header changes, elfnote changes, ...

2012-10-17 Thread Mukesh Rathor
[PATCH 1/6] PVH: is a PV linux guest that has extended capabilities. This patch allows it to be configured and enabled. Also, basic header file changes to add new subcalls to physmap hypercall. Lastly, mfn_to_local_pfn must return mfn for paging mode translate. Signed-off-by: Mukesh Rathor