Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
util-linux.3352
util-linux-lscpu-ppc-typos.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File util-linux-lscpu-ppc-typos.patch of Package util-linux.3352
From d45984bef60e54f3aabda003926ba150012de92d Mon Sep 17 00:00:00 2001 From: Karel Zak <kzak@redhat.com> Date: Mon, 9 Feb 2015 12:03:18 +0100 Subject: [PATCH] lscpu: fix typos in ppc code Reported-by: David Gibson <dgibson@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com> --- sys-utils/lscpu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-utils/lscpu.c b/sys-utils/lscpu.c index aeec37c..b6f1d6e 100644 --- a/sys-utils/lscpu.c +++ b/sys-utils/lscpu.c @@ -631,11 +631,11 @@ read_hypervisor_powerpc(struct lscpu_desc *desc) /* PowerNV (POWER Non-Virtualized, bare-metal) */ } else if (path_exist(_PATH_PROC_DEVICETREE "/compatible")) { if (is_compatible(_PATH_PROC_DEVICETREE "/compatible", "ibm,powernv")) { - desc->hyper = HYPER_KVM; - desc->virtype = VIRT_PARA; + desc->hyper = HYPER_NONE; + desc->virtype = VIRT_NONE; } - /* PowerVM (IBM's proprietary hypervisor, aka pHyp */ + /* PowerVM (IBM's proprietary hypervisor, aka pHyp) */ } else if (path_exist(_PATH_PROC_DEVICETREE "/ibm,partition-name") && path_exist(_PATH_PROC_DEVICETREE "/hmc-managed?") && !path_exist(_PATH_PROC_DEVICETREE "/chosen/qemu,graphic-width")) { -- 2.8.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor