[libvirt PATCH] qemu_conf: properly set 'deprecation_behavior' default value

Pavel Hrdina phrdina at redhat.com
Tue Apr 13 11:09:15 UTC 2021


On Tue, Apr 13, 2021 at 12:53:23PM +0200, Peter Krempa wrote:
> On Tue, Apr 13, 2021 at 11:10:18 +0200, Pavel Hrdina wrote:
> > The comment for that option states that the default value is 'none' but
> > it was not set by the code.
> > 
> > Fixes: 700450449377be4bf923e91d00f8fe8cf0975f66
> > Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> > ---
> 
> Could you please elaborate what the problem of not setting it is?
> 
> 'none' the same as NULL should result in doing nothing.

When the config is not set in qemu.conf libvirt will print the following
warning if there is any deprecated command used:

warning : qemuBuildCompatDeprecatedCommandLine:10393 : Unsupported deprecation behavior '(null)' for VM 'test'

So no NULL and 'none' are not the same.

We could fix qemuBuildCompatDeprecatedCommandLine() but I figured that
this is what we do with other options so that would be preferred
solution.

Pavel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20210413/2e1c87d7/attachment-0001.sig>


More information about the libvir-list mailing list