[PATCH 0/3] qemu: forbid modifying portForwards with live update-device

Laine Stump via Devel posted 3 patches 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20260113073513.189733-1-laine@redhat.com
src/conf/domain_conf.c   | 53 ++++++++++++++++++++++++++++++++++++++++
src/conf/domain_conf.h   |  3 +++
src/libvirt_private.syms |  1 +
src/qemu/qemu_hotplug.c  |  9 +++++++
src/util/virsocketaddr.c |  2 ++
5 files changed, 68 insertions(+)
[PATCH 0/3] qemu: forbid modifying portForwards with live update-device
Posted by Laine Stump via Devel 2 weeks, 5 days ago
See 3/3 for details.

Resolves: https://issues.redhat.com/browse/RHEL-7338

Laine Stump (3):
  util: fix equivalence of AF_UNSPEC virSocketAddrs
  conf: new function virDomainNetPortForwardIsEqual()
  qemu: forbid modifying network device portForwards with update-device

 src/conf/domain_conf.c   | 53 ++++++++++++++++++++++++++++++++++++++++
 src/conf/domain_conf.h   |  3 +++
 src/libvirt_private.syms |  1 +
 src/qemu/qemu_hotplug.c  |  9 +++++++
 src/util/virsocketaddr.c |  2 ++
 5 files changed, 68 insertions(+)

-- 
2.52.0
Re: [PATCH 0/3] qemu: forbid modifying portForwards with live update-device
Posted by Michal Prívozník via Devel 2 weeks, 5 days ago
On 1/13/26 08:35, Laine Stump via Devel wrote:
> See 3/3 for details.
> 
> Resolves: https://issues.redhat.com/browse/RHEL-7338
> 
> Laine Stump (3):
>   util: fix equivalence of AF_UNSPEC virSocketAddrs
>   conf: new function virDomainNetPortForwardIsEqual()
>   qemu: forbid modifying network device portForwards with update-device
> 
>  src/conf/domain_conf.c   | 53 ++++++++++++++++++++++++++++++++++++++++
>  src/conf/domain_conf.h   |  3 +++
>  src/libvirt_private.syms |  1 +
>  src/qemu/qemu_hotplug.c  |  9 +++++++
>  src/util/virsocketaddr.c |  2 ++
>  5 files changed, 68 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal