Re: [PATCH v2 0/5] Hypervisor CPU Baseline Cleanups and Fixes

2020-11-24 Thread Collin Walling
On 11/24/20 3:05 PM, Jiri Denemark wrote: > On Mon, Oct 26, 2020 at 12:12:40 -0400, Collin Walling wrote: >> Polite ping. Have there been relevant updates elsewhere that I might've >> missed? Thanks! > > Oops, sorry about the delay. I replaced the for loop with > virDomainCapsCPUModelsGet in patch

Re: [PATCH v2 0/5] Hypervisor CPU Baseline Cleanups and Fixes

2020-11-24 Thread Jiri Denemark
On Mon, Oct 26, 2020 at 12:12:40 -0400, Collin Walling wrote: > Polite ping. Have there been relevant updates elsewhere that I might've > missed? Thanks! Oops, sorry about the delay. I replaced the for loop with virDomainCapsCPUModelsGet in patch 4/5 as mentioned in my reply to it and pushed the s

Re: [PATCH v2 0/5] Hypervisor CPU Baseline Cleanups and Fixes

2020-10-26 Thread Collin Walling
Polite ping. Have there been relevant updates elsewhere that I might've missed? Thanks! On 9/24/20 8:22 PM, Collin Walling wrote: > The following patches provide some TLC to the hypervisor CPU baseline > handler within the qemu_driver code. > > #1 checks for the cpu-model-expansion capability be

[PATCH v2 0/5] Hypervisor CPU Baseline Cleanups and Fixes

2020-09-24 Thread Collin Walling
The following patches provide some TLC to the hypervisor CPU baseline handler within the qemu_driver code. #1 checks for the cpu-model-expansion capability before executing the baseline handler since it is used for feature expansion. #2 fixes a styling where a < 0 condition was missing from one o