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
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