[PATCH 0/2] Couple of domain <interface/> fixes

Michal Privoznik posted 2 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1669291733.git.mprivozn@redhat.com
src/conf/domain_conf.c        | 2 +-
src/util/virnetdevbandwidth.c | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
[PATCH 0/2] Couple of domain <interface/> fixes
Posted by Michal Privoznik 1 year, 4 months ago
The first one fixes a bug that was reported on the list:

https://listman.redhat.com/archives/libvir-list/2022-November/235922.html

The second one - I've noticed while investigating the first one.

Michal Prívozník (2):
  conf: Make VIR_DOMAIN_NET_TYPE_ETHERNET not share 'host view'
  virnetdevbandwidth: Unbreak tc filter update on Linux-4.20+

 src/conf/domain_conf.c        | 2 +-
 src/util/virnetdevbandwidth.c | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.37.4

Re: [PATCH 0/2] Couple of domain <interface/> fixes
Posted by Jiri Denemark 1 year, 4 months ago
On Thu, Nov 24, 2022 at 13:10:15 +0100, Michal Privoznik wrote:
> The first one fixes a bug that was reported on the list:
> 
> https://listman.redhat.com/archives/libvir-list/2022-November/235922.html
> 
> The second one - I've noticed while investigating the first one.
> 
> Michal Prívozník (2):
>   conf: Make VIR_DOMAIN_NET_TYPE_ETHERNET not share 'host view'
>   virnetdevbandwidth: Unbreak tc filter update on Linux-4.20+
> 
>  src/conf/domain_conf.c        | 2 +-
>  src/util/virnetdevbandwidth.c | 6 ++++--
>  2 files changed, 5 insertions(+), 3 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>