Message ID | 915f860c37197eaf1ea76655c1c53e7f96423bfd.1689786474.git.maciej.szmigiero@oracle.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Hyper-V Dynamic Memory Protocol driver (hv-balloon | expand |
diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c index 5a1731a4db43..aef7f867d272 100644 --- a/hw/mem/memory-device.c +++ b/hw/mem/memory-device.c @@ -308,12 +308,6 @@ static uint64_t memory_device_get_free_addr(MachineState *ms, return 0; } - if (!QEMU_IS_ALIGNED(size, align)) { - error_setg(errp, "backend memory size must be multiple of 0x%" - PRIx64, align); - return 0; - } - if (hint) { if (range_init(&new, *hint, size) || !range_contains_range(&as, &new)) { error_setg(errp, "can't add memory device [0x%" PRIx64 ":0x%" PRIx64