Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-14 Thread Daniel P . Berrangé
On Thu, Nov 14, 2019 at 03:26:33PM +0100, Michal Privoznik wrote: > On 11/13/19 7:59 PM, Jim Fehlig wrote: > > On 11/13/19 9:20 AM, Michal Privoznik wrote: > > > On 11/12/19 11:17 PM, Jim Fehlig wrote: > > > > On 11/11/19 9:42 AM, Michal Privoznik wrote: > > > > > There are two ways for specifying

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-14 Thread Michal Privoznik
On 11/13/19 7:59 PM, Jim Fehlig wrote: On 11/13/19 9:20 AM, Michal Privoznik wrote: On 11/12/19 11:17 PM, Jim Fehlig wrote: On 11/11/19 9:42 AM, Michal Privoznik wrote: There are two ways for specifying loader:nvram pairs:     1) --with-loader-nvram configure option     2) nvram variable

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-13 Thread Jim Fehlig
On 11/13/19 9:20 AM, Michal Privoznik wrote: > On 11/12/19 11:17 PM, Jim Fehlig wrote: >> On 11/11/19 9:42 AM, Michal Privoznik wrote: >>> There are two ways for specifying loader:nvram pairs: >>> >>>     1) --with-loader-nvram configure option >>>     2) nvram variable in qemu.conf >>> >>> Since

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-13 Thread Jim Fehlig
On 11/13/19 9:20 AM, Michal Privoznik wrote: > On 11/12/19 11:17 PM, Jim Fehlig wrote: >> On 11/11/19 9:42 AM, Michal Privoznik wrote: >>> There are two ways for specifying loader:nvram pairs: >>> >>>     1) --with-loader-nvram configure option >>>     2) nvram variable in qemu.conf >>> >>> Since

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-13 Thread Michal Privoznik
On 11/12/19 11:17 PM, Jim Fehlig wrote: On 11/11/19 9:42 AM, Michal Privoznik wrote: There are two ways for specifying loader:nvram pairs: 1) --with-loader-nvram configure option 2) nvram variable in qemu.conf Since we have FW descriptors, using this old style is discouraged, but not

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-12 Thread Jim Fehlig
On 11/11/19 9:42 AM, Michal Privoznik wrote: > There are two ways for specifying loader:nvram pairs: > >1) --with-loader-nvram configure option >2) nvram variable in qemu.conf > > Since we have FW descriptors, using this old style is > discouraged, but not as strong as one would expect.

Re: [libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-11 Thread Daniel P . Berrangé
On Mon, Nov 11, 2019 at 05:42:17PM +0100, Michal Privoznik wrote: > There are two ways for specifying loader:nvram pairs: > > 1) --with-loader-nvram configure option > 2) nvram variable in qemu.conf > > Since we have FW descriptors, using this old style is > discouraged, but not as strong as

[libvirt] [PATCH] qemu: Warn verbosely if using old loader:nvram pairs

2019-11-11 Thread Michal Privoznik
There are two ways for specifying loader:nvram pairs: 1) --with-loader-nvram configure option 2) nvram variable in qemu.conf Since we have FW descriptors, using this old style is discouraged, but not as strong as one would expect. Produce more warnings: 1) produce a warning if somebody