]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Acquire QUERY job instead of MODIFY when handling NIC_RX_FILTER_CHANGED event
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 7 Oct 2022 14:47:10 +0000 (16:47 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 20 Oct 2022 06:47:59 +0000 (08:47 +0200)
commit43973de6f134d34a95f8f69c67f9885fdeccb199
tree40a738bf905865afba5556c5573c02dabd3101fb
parentebb1e41b3a18e417b569c49678b1dbfdef25e670
qemu: Acquire QUERY job instead of MODIFY when handling NIC_RX_FILTER_CHANGED event

We are not updating domain XML to new MAC address, just merely
setting host side of macvtap. But we don't need a MODIFY job for
that, QUERY is just fine.

This allows us to process the event should it occur during
migration.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_driver.c