[PATCH 0/3] lxc: Misc cleanups

Michal Privoznik via Devel posted 3 patches 6 days, 12 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1781769809.git.mprivozn@redhat.com
src/lxc/lxc_driver.c  | 30 ++++++++++++++----------------
src/lxc/lxc_process.c |  1 -
2 files changed, 14 insertions(+), 17 deletions(-)
[PATCH 0/3] lxc: Misc cleanups
Posted by Michal Privoznik via Devel 6 days, 12 hours ago
While reviewing Radoslaw's patched [1] I've noticed some opportunities
for improvement.

1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/2HH7A545ECXZIDPPG6H5XNQOGTMMUQRM/

Michal Prívozník (3):
  lxc: Drop pointless g_free() from virLXCProcessStart()
  lxc: Don't leak @veth in lxcDomainAttachDeviceNetLive()
  lxc: Rework cleanup section in lxcDomainAttachDeviceNetLive()

 src/lxc/lxc_driver.c  | 30 ++++++++++++++----------------
 src/lxc/lxc_process.c |  1 -
 2 files changed, 14 insertions(+), 17 deletions(-)

-- 
2.53.0

Re: [PATCH 0/3] lxc: Misc cleanups
Posted by Peter Krempa via Devel 6 days, 11 hours ago
On Thu, Jun 18, 2026 at 10:04:45 +0200, Michal Privoznik via Devel wrote:
> While reviewing Radoslaw's patched [1] I've noticed some opportunities
> for improvement.
> 
> 1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/2HH7A545ECXZIDPPG6H5XNQOGTMMUQRM/
> 
> Michal Prívozník (3):
>   lxc: Drop pointless g_free() from virLXCProcessStart()
>   lxc: Don't leak @veth in lxcDomainAttachDeviceNetLive()
>   lxc: Rework cleanup section in lxcDomainAttachDeviceNetLive()

Reviewed-by: Peter Krempa <pkrempa@redhat.com>