Re: [pve-devel] [PATCH qemu-server v2 1/2] Convert policy calculation

2025-02-18 Thread Daniel Kral
On 2/17/25 15:06, Philipp Giersfeld wrote: Convert policy calcucalation to use shift operators and OR operation instead of binary numbers and addition. Signed-off-by: Philipp Giersfeld Nice to see that you implemented the suggestion, IMO it's more readable now for future adaptation and cross

[pve-devel] [PATCH qemu-server v2 1/2] Convert policy calculation

2025-02-17 Thread Philipp Giersfeld
Convert policy calcucalation to use shift operators and OR operation instead of binary numbers and addition. Signed-off-by: Philipp Giersfeld --- PVE/QemuServer/CPUConfig.pm | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PVE/QemuServer/CPUConfig.pm b/PVE/QemuServe