Re: [pve-devel] [PATCH qemu-server 04/10] memory: add get_static_mem

2022-12-16 Thread Fiona Ebner
Am 09.12.22 um 20:27 schrieb Alexandre Derumier: > Signed-off-by: Alexandre Derumier > --- Ideally, this would be two patches: One for introducing the helper One for handling the new 'max' property (the patches that handle 'max' could also be squashed together with the one introducing the propert

[pve-devel] [PATCH qemu-server 04/10] memory: add get_static_mem

2022-12-09 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/QemuServer/Memory.pm | 50 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/PVE/QemuServer/Memory.pm b/PVE/QemuServer/Memory.pm index 668508b..90e355b 100644 --- a/PVE/QemuServer/Memory.pm +++ b/PVE/