Re: [libvirt PATCH 36/39] cpu_x86: Add support for stepping part of CPU signature

2020-04-08 Thread Jiri Denemark
On Tue, Apr 07, 2020 at 17:36:18 +0200, Ján Tomko wrote: > On a Friday in 2020, Jiri Denemark wrote: > >CPU models defined in the cpu_map can use signature/@stepping attribute > >to match a limited set of stepping numbers. The value is a bitmap for > >bits 0..15 each corresponding to a single stepp

Re: [libvirt PATCH 36/39] cpu_x86: Add support for stepping part of CPU signature

2020-04-07 Thread Ján Tomko
On a Friday in 2020, Jiri Denemark wrote: CPU models defined in the cpu_map can use signature/@stepping attribute to match a limited set of stepping numbers. The value is a bitmap for bits 0..15 each corresponding to a single stepping value. For example, stepping='4-6,9' will match 4, 5, 6, and 9

[libvirt PATCH 36/39] cpu_x86: Add support for stepping part of CPU signature

2020-03-27 Thread Jiri Denemark
CPU models defined in the cpu_map can use signature/@stepping attribute to match a limited set of stepping numbers. The value is a bitmap for bits 0..15 each corresponding to a single stepping value. For example, stepping='4-6,9' will match 4, 5, 6, and 9. Omitting the attribute is equivalent to st