]> git.proxmox.com Git - qemu-server.git/commit
memory hot plug: round down to nearest even phys-bits for heuristics
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 16:40:35 +0000 (17:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 16:45:59 +0000 (17:45 +0100)
commit305e9cec5d74610650aa627176d048b1c7e44877
tree3978198813c7888266e04bcb771d3f0e609f47fc
parent461d05702699f159acdf2c1cdbf94a7e1033091d
memory hot plug: round down to nearest even phys-bits for heuristics

Mira found out that 41 phys-bits the limit is pretty much the same as
with 40, as such odd sizes are a bit unexpected anyway lets mask the
LSB and use that as base, that way we're good again.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer/Memory.pm