Re: [PATCH v2 02/10] hyperv: fix nodeGetInfo failures caused by long CPU names

2020-10-05 Thread Neal Gompa
On Mon, Oct 5, 2020 at 12:21 PM Matt Coleman wrote: > > Some CPU model names were too long for _virNodeInfo.model. > For example: Intel Xeon CPU E5-2620 v2 @ 2.10GHz > This commit removes the clock frequency suffix. > > Signed-off-by: Matt Coleman > --- > src/hyperv/hyperv_driver.c | 4 >

[PATCH v2 02/10] hyperv: fix nodeGetInfo failures caused by long CPU names

2020-10-05 Thread Matt Coleman
Some CPU model names were too long for _virNodeInfo.model. For example: Intel Xeon CPU E5-2620 v2 @ 2.10GHz This commit removes the clock frequency suffix. Signed-off-by: Matt Coleman --- src/hyperv/hyperv_driver.c | 4 1 file changed, 4 insertions(+) diff --git