Blame SOURCES/0029-lscpu-use-the-first-VM-from-proc-sysinfo.patch

936174
From 6f16035b81cd7feca02d6df8eff1bb954ed7e58d Mon Sep 17 00:00:00 2001
936174
From: Karel Zak <kzak@redhat.com>
936174
Date: Tue, 4 Sep 2018 14:30:37 +0200
936174
Subject: [PATCH 29/32] lscpu: use the first VM from /proc/sysinfo
936174
936174
Addresses: https://github.com/karelzak/util-linux/issues/685
936174
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1739443
936174
Upstream: http://github.com/karelzak/util-linux/commit/350f5c8df2cb6edbfb5bae95f00a9fff446d236c
936174
Signed-off-by: Karel Zak <kzak@redhat.com>
936174
---
936174
 sys-utils/lscpu.c | 1 +
936174
 1 file changed, 1 insertion(+)
936174
936174
diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c
936174
index fd6d63bbf..1aa7bff4d 100644
936174
--- a/sys-utils/lscpu.c
936174
+++ b/sys-utils/lscpu.c
936174
@@ -866,6 +866,7 @@ read_hypervisor(struct lscpu_desc *desc, struct lscpu_modifier *mod)
936174
 				*(str--) = '\0';
936174
 			while ((str = strstr(desc->hypervisor, "  ")))
936174
 				memmove(str, str + 1, strlen(str));
936174
+			break;
936174
 		}
936174
 		fclose(fd);
936174
 	}
936174
-- 
936174
2.21.0
936174