Re: [RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-27 Thread David Heidelberg
Thank you all! We'll drop this patch in next MesaCI kernel uprev without this patch! David On 27/02/2023 19:06, Vivek Goyal wrote: On Mon, Feb 27, 2023 at 10:53:45AM -0500, Stefan Hajnoczi wrote: On Fri, Feb 24, 2023 at 03:37:51PM +0100, David Heidelberg wrote: From: Stefan Hajnoczi Make i

Re: [RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-27 Thread Vivek Goyal
On Mon, Feb 27, 2023 at 10:53:45AM -0500, Stefan Hajnoczi wrote: > On Fri, Feb 24, 2023 at 03:37:51PM +0100, David Heidelberg wrote: > > From: Stefan Hajnoczi > > > > Make it possible to boot directly from a virtiofs file system with tag > > 'myfs' using the following kernel parameters: > > > >

Re: [RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-27 Thread Stefan Hajnoczi
On Fri, Feb 24, 2023 at 03:37:51PM +0100, David Heidelberg wrote: > From: Stefan Hajnoczi > > Make it possible to boot directly from a virtiofs file system with tag > 'myfs' using the following kernel parameters: > > rootfstype=virtiofs root=myfs rw > > Booting directly from virtiofs makes it

[RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread David Heidelberg
From: Stefan Hajnoczi Make it possible to boot directly from a virtiofs file system with tag 'myfs' using the following kernel parameters: rootfstype=virtiofs root=myfs rw Booting directly from virtiofs makes it possible to use a directory on the host as the root file system. This is conveni