Re: [PATCH v12] Linux Xen PVH support.

2014-01-03 Thread David Vrabel
On 02/01/14 19:02, Konrad Rzeszutek Wilk wrote: > On Thu, Jan 02, 2014 at 04:50:14PM +, David Vrabel wrote: >> On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: >>> The patches, also available at >>> git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 >>> >>> implements the

Re: [PATCH v12] Linux Xen PVH support.

2014-01-02 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 10:39:34AM -0800, H. Peter Anvin wrote: > On 12/31/2013 08:35 PM, Konrad Rzeszutek Wilk wrote: > > The patches, also available at > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 > > > > implements the neccessary functionality to boot a PV gues

Re: [PATCH v12] Linux Xen PVH support.

2014-01-02 Thread Konrad Rzeszutek Wilk
On Thu, Jan 02, 2014 at 04:50:14PM +, David Vrabel wrote: > On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: > > The patches, also available at > > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 > > > > implements the neccessary functionality to boot a PV guest in PV

Re: [PATCH v12] Linux Xen PVH support.

2014-01-02 Thread H. Peter Anvin
On 12/31/2013 08:35 PM, Konrad Rzeszutek Wilk wrote: > The patches, also available at > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 > > implements the neccessary functionality to boot a PV guest in PVH mode. > As x86 maintainer I would like to see a list of what pv

Re: [PATCH v12] Linux Xen PVH support.

2014-01-02 Thread David Vrabel
On 01/01/14 04:35, Konrad Rzeszutek Wilk wrote: > The patches, also available at > git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 > > implements the neccessary functionality to boot a PV guest in PVH mode. In general this looks in much better shape now. Some of the re

[PATCH v12] Linux Xen PVH support.

2013-12-31 Thread Konrad Rzeszutek Wilk
The patches, also available at git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git devel/pvh.v12 implements the neccessary functionality to boot a PV guest in PVH mode. This blog has a great description of what PVH is: http://blog.xen.org/index.php/2012/10/31/the-paravirtualization-spect