Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
xen.30824
xsa435-0-15.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xsa435-0-15.patch of Package xen.30824
From 4a55779402404ea75aa4e83cd612ac0563e9e1bc Mon Sep 17 00:00:00 2001 From: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri, 10 Mar 2023 18:14:13 +0000 Subject: tools/xen-cpuid: Support dash as a bitmap separator Xapi chose to render its featureset bitmaps with dashes rather than colons as a separator. Have xen-cpuid support both forms, for convenience. Fix a trivial style issue in the vicinity while here. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> --- a/tools/misc/xen-cpuid.c +++ b/tools/misc/xen-cpuid.c @@ -562,9 +562,10 @@ int main(int argc, char **argv) if ( i == nr_features ) break; - if ( *ptr == ':' ) + if ( *ptr == ':' || *ptr == '-' ) { - ptr++; continue; + ptr++; + continue; } break; }
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