Re: [pve-devel] [PATCH qemu-server 2/2] Die on misaligned memory for hotplugging

2020-03-19 Thread Alwin Antreich
On Wed, Mar 18, 2020 at 04:18:45PM +0100, Stefan Reiter wrote: > ...instead of booting with an invalid config once and then silently > changing the memory size for consequent VM starts. > > Signed-off-by: Stefan Reiter > --- Tested-by: Alwin Antreich > > This confused me for a bit, I don't thi

[pve-devel] [PATCH qemu-server 2/2] Die on misaligned memory for hotplugging

2020-03-18 Thread Stefan Reiter
...instead of booting with an invalid config once and then silently changing the memory size for consequent VM starts. Signed-off-by: Stefan Reiter --- This confused me for a bit, I don't think that's very nice behaviour as it stands. PVE/QemuServer/Memory.pm | 7 ++- 1 file changed, 2 ins