Re: [Qemu-devel] [PATCH 6/8] vl.c: disallow command line fw cfg without opt/

2018-01-13 Thread Corey Minyard
On 01/12/2018 11:06 AM, Marc-André Lureau wrote: Hi On Thu, Dec 7, 2017 at 10:30 PM, wrote: From: "Michael S. Tsirkin" Allowing arbitary file names on command line is setting us up for failure: future guests will look for a specific QEMU-specified name and will get confused finding a user f

Re: [Qemu-devel] [PATCH 6/8] vl.c: disallow command line fw cfg without opt/

2018-01-12 Thread Marc-André Lureau
Hi On Thu, Dec 7, 2017 at 10:30 PM, wrote: > From: "Michael S. Tsirkin" > > Allowing arbitary file names on command line is setting us up for > failure: future guests will look for a specific QEMU-specified name and > will get confused finding a user file there. > Why is this part of a IPMI se

[Qemu-devel] [PATCH 6/8] vl.c: disallow command line fw cfg without opt/

2017-12-07 Thread minyard
From: "Michael S. Tsirkin" Allowing arbitary file names on command line is setting us up for failure: future guests will look for a specific QEMU-specified name and will get confused finding a user file there. Signed-off-by: Michael S. Tsirkin [Change "warning" to "error" in the error report.]