memory-device: Drop size alignment check
commiteb1b7c4bd4135648a96449d4607063e80692fd0c
authorDavid Hildenbrand <david@redhat.com>
Thu, 22 Jun 2023 10:49:19 +0000 (22 12:49 +0200)
committerMaciej S. Szmigiero <maciej.szmigiero@oracle.com>
Mon, 6 Nov 2023 12:54:57 +0000 (6 13:54 +0100)
treec66623d8e1c18a19181f20d3b36d3538a93f6f32
parent2d7f1081864790eb1000e6ef34e202dae66a03d2
memory-device: Drop size alignment check

There is no strong requirement that the size has to be multiples of the
requested alignment, let's drop it. This is a preparation for hv-baloon.

Signed-off-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
hw/mem/memory-device.c