Re: [PATCH] cpu_map: Add libcpuinfo as optional data source

2024-07-22 Thread Michal Prívozník
On 6/21/24 15:24, Tim Wiederhake wrote: > This adds an option to use libcpuinfo [1] as data source for > libvirt's list of x86 cpu features. This is purely optional and > does not change the script's behavior if libcpuinfo is not > installed. > > libcpuinfo is a cross-vendor, cross-architecture so

Re: [PATCH] cpu_map: Add libcpuinfo as optional data source

2024-07-18 Thread Tim Wiederhake
ping On Fri, 2024-06-21 at 15:24 +0200, Tim Wiederhake wrote: > This adds an option to use libcpuinfo [1] as data source for > libvirt's list of x86 cpu features. This is purely optional and > does not change the script's behavior if libcpuinfo is not > installed. > > libcpuinfo is a cross-vendor

[PATCH] cpu_map: Add libcpuinfo as optional data source

2024-06-21 Thread Tim Wiederhake
This adds an option to use libcpuinfo [1] as data source for libvirt's list of x86 cpu features. This is purely optional and does not change the script's behavior if libcpuinfo is not installed. libcpuinfo is a cross-vendor, cross-architecture source for CPU related information that has the capabi