Re: [PATCH 2/3] microvm: drop max-ram-below-4g support

2020-05-25 Thread Igor Mammedov
On Mon, 25 May 2020 15:41:00 +0200 Gerd Hoffmann wrote: > Not useful for microvm and allows users to shot themself s/shot/shoot/ > into the foot (make ram + mmio overlap). also see my toher reply to previous version, parhaps we can drop some more logic here > Signed-off-by: Gerd Hoffmann Revi

[PATCH 2/3] microvm: drop max-ram-below-4g support

2020-05-25 Thread Gerd Hoffmann
Not useful for microvm and allows users to shot themself into the foot (make ram + mmio overlap). Signed-off-by: Gerd Hoffmann --- hw/i386/microvm.c | 19 --- 1 file changed, 19 deletions(-) diff --git a/hw/i386/microvm.c b/hw/i386/microvm.c index 44c08f8a5ab0..4b6ec2bbe331 1006