Re: [PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback

2020-03-23 Thread Igor Mammedov
On Wed, 11 Mar 2020 17:20:07 + Shameer Kolothum wrote: > From: David Hildenbrand > > Summarizing the issue: > 1. Memory regions contain ram blocks with a different size, if the >size is not properly aligned. While memory regions can have an >unaligned size, ram blocks can't. This

Re: [PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback

2020-03-11 Thread David Hildenbrand
On 11.03.20 18:20, Shameer Kolothum wrote: > From: David Hildenbrand > > Summarizing the issue: > 1. Memory regions contain ram blocks with a different size, if the >size is not properly aligned. While memory regions can have an >unaligned size, ram blocks can't. This is true when

[PATCH v3 03/10] exec: Fix for qemu_ram_resize() callback

2020-03-11 Thread Shameer Kolothum
From: David Hildenbrand Summarizing the issue: 1. Memory regions contain ram blocks with a different size, if the size is not properly aligned. While memory regions can have an unaligned size, ram blocks can't. This is true when creating resizable memory region with an unaligned