]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_firmware: don't error out for unknown firmware features
authorPavel Hrdina <phrdina@redhat.com>
Mon, 10 May 2021 13:07:09 +0000 (15:07 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 10 May 2021 13:30:18 +0000 (15:30 +0200)
commit61d95a1073833ec4323c1ef28e71e913c55aa7b9
tree292768d47979f0698fb607dc339a340723fcc164
parentfe75c387c476427dddcc920fcc4fa742f9bcf822
qemu_firmware: don't error out for unknown firmware features

When QEMU introduces new firmware features libvirt will fail until we
list that feature in our code as well which doesn't sound right.

We should simply ignore the new feature until we add a proper support
for it.

Reported-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_firmware.c