[libvirt PATCH 0/2] quieten virSCSIHostGetUniqueId

Ján Tomko posted 2 patches 3 years, 5 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1604491232.git.jtomko@redhat.com
src/util/virscsihost.c | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
[libvirt PATCH 0/2] quieten virSCSIHostGetUniqueId
Posted by Ján Tomko 3 years, 5 months ago
Suppress some possible errors if the device was unplugged
during our probing.

https://bugzilla.redhat.com/show_bug.cgi?id=1692100

Ján Tomko (2):
  util: use g_autofree in virSCSIHostGetUniqueId
  util: quieten virSCSIHostGetUniqueId

 src/util/virscsihost.c | 24 +++++++++---------------
 1 file changed, 9 insertions(+), 15 deletions(-)

-- 
2.26.2

Re: [libvirt PATCH 0/2] quieten virSCSIHostGetUniqueId
Posted by Erik Skultety 3 years, 5 months ago
On Wed, Nov 04, 2020 at 01:00:59PM +0100, Ján Tomko wrote:
> Suppress some possible errors if the device was unplugged
> during our probing.
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=1692100

Reviewed-by: Erik Skultety <eskultet@redhat.com>