Re: [Xen-devel] [PATCH v2 12/18] xen: setup Xen specific data for PVH

2018-10-29 Thread Juergen Gross
On 29/10/2018 13:57, Roger Pau Monné wrote: > On Fri, Oct 19, 2018 at 06:39:50PM +0200, Juergen Gross wrote: >> On 19/10/2018 18:10, Roger Pau Monné wrote: >>> On Tue, Oct 09, 2018 at 01:03:11PM +0200, Juergen Gross wrote: Initialize the needed Xen specific data. This is: - the Xen s

Re: [Xen-devel] [PATCH v2 12/18] xen: setup Xen specific data for PVH

2018-10-29 Thread Roger Pau Monné
On Fri, Oct 19, 2018 at 06:39:50PM +0200, Juergen Gross wrote: > On 19/10/2018 18:10, Roger Pau Monné wrote: > > On Tue, Oct 09, 2018 at 01:03:11PM +0200, Juergen Gross wrote: > >> Initialize the needed Xen specific data. This is: > >> > >> - the Xen start of day page containing the console and Xen

[PATCH] Cope with / being on a ZFS root dataset

2018-10-29 Thread Colin Watson
If / is on the root dataset in a ZFS pool, then ${bootfs} will be set to "/" (whereas if it is on a non-root dataset, there will be no trailing slash). Passing "root=ZFS=${rpool}/" will fail to boot, but "root=ZFS=${rpool}" works fine, so strip the trailing slash. Fixes: https://savannah.gnu.org/