[PATCH 0/4] virscsihost: Couple of cleanups and fixes

Michal Privoznik posted 4 patches 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1678264076.git.mprivozn@redhat.com
src/util/virscsihost.c | 48 ++++++++++++++----------------------------
1 file changed, 16 insertions(+), 32 deletions(-)
[PATCH 0/4] virscsihost: Couple of cleanups and fixes
Posted by Michal Privoznik 1 year, 1 month ago
*** BLURB HERE ***

Michal Prívozník (4):
  virscsihost: use g_autofree more
  virSCSIHostFindByPCI: Decrease scope of some variables
  virscsihost: Drop needless labels
  virSCSIHostFindByPCI: Fix link detection

 src/util/virscsihost.c | 48 ++++++++++++++----------------------------
 1 file changed, 16 insertions(+), 32 deletions(-)

-- 
2.39.2

Re: [PATCH 0/4] virscsihost: Couple of cleanups and fixes
Posted by Ján Tomko 1 year, 1 month ago
On a Wednesday in 2023, Michal Privoznik wrote:
>*** BLURB HERE ***
>
>Michal Prívozník (4):
>  virscsihost: use g_autofree more
>  virSCSIHostFindByPCI: Decrease scope of some variables
>  virscsihost: Drop needless labels
>  virSCSIHostFindByPCI: Fix link detection
>
> src/util/virscsihost.c | 48 ++++++++++++++----------------------------
> 1 file changed, 16 insertions(+), 32 deletions(-)
>

Regardless of what you choose in 4/4:
Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano