[PATCH 0/3] various cleanups

Peter Krempa via Devel posted 3 patches 3 days, 7 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1774016150.git.pkrempa@redhat.com
There is a newer version of this series
src/qemu/qemu_backup.c | 52 +++++++++++++++++++++---------------------
src/qemu/qemu_conf.c   | 22 +++++++++---------
2 files changed, 37 insertions(+), 37 deletions(-)
[PATCH 0/3] various cleanups
Posted by Peter Krempa via Devel 3 days, 7 hours ago
Cleanups of stuff noticed during recent review of backup NBD port
allocation.

Peter Krempa (3):
  qemu: backup: Move setup of VIR_STORAGE_NET_HOST_TRANS_FD to
    qemuBackupPrepare
  qemu: conf: Don't use VIR_ERR_INTERNAL_ERROR for config file parsing
    errors
  qemuTranslateSnapshotDiskSourcePool: Use proper error code

 src/qemu/qemu_backup.c | 52 +++++++++++++++++++++---------------------
 src/qemu/qemu_conf.c   | 22 +++++++++---------
 2 files changed, 37 insertions(+), 37 deletions(-)

-- 
2.53.0
Re: [PATCH 0/3] various cleanups
Posted by Ján Tomko via Devel 3 days, 6 hours ago
On a Friday in 2026, Peter Krempa via Devel wrote:
>Cleanups of stuff noticed during recent review of backup NBD port
>allocation.
>
>Peter Krempa (3):
>  qemu: backup: Move setup of VIR_STORAGE_NET_HOST_TRANS_FD to
>    qemuBackupPrepare
>  qemu: conf: Don't use VIR_ERR_INTERNAL_ERROR for config file parsing
>    errors
>  qemuTranslateSnapshotDiskSourcePool: Use proper error code
>
> src/qemu/qemu_backup.c | 52 +++++++++++++++++++++---------------------
> src/qemu/qemu_conf.c   | 22 +++++++++---------
> 2 files changed, 37 insertions(+), 37 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano