[libvirt PATCH 0/5] Description Here

Ján Tomko posted 5 patches 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1652882416.git.jtomko@redhat.com
src/esx/esx_stream.c                  | 2 +-
src/libvirt-qemu.c                    | 4 ++--
src/security/virt-aa-helper.c         | 2 +-
src/storage_file/storage_file_probe.c | 2 +-
src/vbox/vbox_snapshot_conf.c         | 3 +--
5 files changed, 6 insertions(+), 7 deletions(-)
[libvirt PATCH 0/5] Description Here
Posted by Ján Tomko 1 year, 11 months ago
Ján Tomko (5):
  Do not check if unsigned vars are less than zero
  src: QemuMonitorCommandWithFiles: report error when fd passing is
    unsupported
  apparmor: report error when removing profile failed
  vbox: SnapshotConfAllChildren: reduce scope of tempSize
  storagefile: set size field of ploop to 8

 src/esx/esx_stream.c                  | 2 +-
 src/libvirt-qemu.c                    | 4 ++--
 src/security/virt-aa-helper.c         | 2 +-
 src/storage_file/storage_file_probe.c | 2 +-
 src/vbox/vbox_snapshot_conf.c         | 3 +--
 5 files changed, 6 insertions(+), 7 deletions(-)

-- 
2.34.1

Re: [libvirt PATCH 0/5] Description Here
Posted by Peter Krempa 1 year, 11 months ago
On Wed, May 18, 2022 at 16:00:55 +0200, Ján Tomko wrote:
> Ján Tomko (5):
>   Do not check if unsigned vars are less than zero
>   src: QemuMonitorCommandWithFiles: report error when fd passing is
>     unsupported
>   apparmor: report error when removing profile failed
>   vbox: SnapshotConfAllChildren: reduce scope of tempSize

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

>   storagefile: set size field of ploop to 8

For this one a commit message outlining why '8' would be great.