Re: [PATCH v2 4/4] mini-os: fix bug in ballooning on PVH

2022-06-20 Thread Samuel Thibault
Juergen Gross, le dim. 19 juin 2022 08:52:53 +0200, a ecrit: > There is a subtle bug in ballooning code for PVH: in case ballooning > extends above a non-RAM area of the memory map, wrong pages will be > used. > > Signed-off-by: Juergen Gross Reviewed-by: Samuel Thibault > --- > V2: > - new pa

[PATCH v2 4/4] mini-os: fix bug in ballooning on PVH

2022-06-18 Thread Juergen Gross
There is a subtle bug in ballooning code for PVH: in case ballooning extends above a non-RAM area of the memory map, wrong pages will be used. Signed-off-by: Juergen Gross --- V2: - new patch --- balloon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balloon.c b/balloon.c