Re: [libvirt PATCH 0/4] adjust max memlock limit when hotplugging a vDPA device

2021-05-25 Thread Michal Prívozník
On 5/21/21 9:11 PM, Laine Stump wrote:
> see patch 4 for the why.
> 
> Found during testing of https://bugzilla.redhat.com/1939776
> 
> Laine Stump (4):
>   qemu_hotplug.c: don't skip cleanup on failures of
> qemuDomainAttachNetDevice
>   conf: new function virDomainNetRemoveByObj()
>   qemu_hotplug.c: add net devices to the domain list earlier
>   qemu: adjust the maxmemlock limit when hotplugging a vDPA device
> 
>  src/conf/domain_conf.c   | 16 
>  src/conf/domain_conf.h   |  1 +
>  src/libvirt_private.syms |  1 +
>  src/qemu/qemu_hotplug.c  | 41 +++-
>  4 files changed, 50 insertions(+), 9 deletions(-)
> 

Reviewed-by: Michal Privoznik 

Michal



[libvirt PATCH 0/4] adjust max memlock limit when hotplugging a vDPA device

2021-05-21 Thread Laine Stump
see patch 4 for the why.

Found during testing of https://bugzilla.redhat.com/1939776

Laine Stump (4):
  qemu_hotplug.c: don't skip cleanup on failures of
qemuDomainAttachNetDevice
  conf: new function virDomainNetRemoveByObj()
  qemu_hotplug.c: add net devices to the domain list earlier
  qemu: adjust the maxmemlock limit when hotplugging a vDPA device

 src/conf/domain_conf.c   | 16 
 src/conf/domain_conf.h   |  1 +
 src/libvirt_private.syms |  1 +
 src/qemu/qemu_hotplug.c  | 41 +++-
 4 files changed, 50 insertions(+), 9 deletions(-)

-- 
2.31.1