[PATCH 0/5] qemu: Refresh rx-filters more often

Michal Privoznik posted 5 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1666083387.git.mprivozn@redhat.com
src/qemu/qemu_domain.c    | 254 ++++++++++++++++++++++++++++++++++++++
src/qemu/qemu_domain.h    |   5 +
src/qemu/qemu_driver.c    | 250 +------------------------------------
src/qemu/qemu_process.c   |  27 ++++
src/qemu/qemu_saveimage.c |   2 +
5 files changed, 291 insertions(+), 247 deletions(-)
[PATCH 0/5] qemu: Refresh rx-filters more often
Posted by Michal Privoznik 1 year, 6 months ago
See the last patch for explanation. I haven't found a gitlab issue for
this nor a bug open. But I remember somebody complaining about problems
during restore from a save file, on IRC perhaps?

Michal Prívozník (5):
  processNicRxFilterChangedEvent: Free @guestFilter and @hostFilter
    automatically
  qemu: Move parts of NIC_RX_FILTER_CHANGED even handling into a
    function
  qemu: Acquire QUERY job instead of MODIFY when handling
    NIC_RX_FILTER_CHANGED event
  qemu: Refresh state after restore from a save image
  qemu: Refresh rx-filters more often

 src/qemu/qemu_domain.c    | 254 ++++++++++++++++++++++++++++++++++++++
 src/qemu/qemu_domain.h    |   5 +
 src/qemu/qemu_driver.c    | 250 +------------------------------------
 src/qemu/qemu_process.c   |  27 ++++
 src/qemu/qemu_saveimage.c |   2 +
 5 files changed, 291 insertions(+), 247 deletions(-)

-- 
2.37.3

Re: [PATCH 0/5] qemu: Refresh rx-filters more often
Posted by Ján Tomko 1 year, 6 months ago
On a Tuesday in 2022, Michal Privoznik wrote:
>See the last patch for explanation. I haven't found a gitlab issue for
>this nor a bug open. But I remember somebody complaining about problems
>during restore from a save file, on IRC perhaps?
>
>Michal Prívozník (5):
>  processNicRxFilterChangedEvent: Free @guestFilter and @hostFilter
>    automatically
>  qemu: Move parts of NIC_RX_FILTER_CHANGED even handling into a
>    function
>  qemu: Acquire QUERY job instead of MODIFY when handling
>    NIC_RX_FILTER_CHANGED event
>  qemu: Refresh state after restore from a save image
>  qemu: Refresh rx-filters more often
>
> src/qemu/qemu_domain.c    | 254 ++++++++++++++++++++++++++++++++++++++
> src/qemu/qemu_domain.h    |   5 +
> src/qemu/qemu_driver.c    | 250 +------------------------------------
> src/qemu/qemu_process.c   |  27 ++++
> src/qemu/qemu_saveimage.c |   2 +
> 5 files changed, 291 insertions(+), 247 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano