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

Laine Stump posted 4 patches 2 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210521191120.936899-1-laine@redhat.com
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(-)
[libvirt PATCH 0/4] adjust max memlock limit when hotplugging a vDPA device
Posted by Laine Stump 2 years, 11 months ago
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

Re: [libvirt PATCH 0/4] adjust max memlock limit when hotplugging a vDPA device
Posted by Michal Prívozník 2 years, 11 months ago
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 <mprivozn@redhat.com>

Michal