[Qemu-devel] Live migration fails with all 8 memslots used

2019-04-18 Thread suresh gumpula
Hi, I was trying to migrate a VM(CentOS7) which started with 4G memory and hot plugged 5 memslots with 1G each. So the VM has total of 9G memory and trying to migrate fails in vhost_dev_init() on destination host if (used_memslots > hdev->vhost_ops->vhost_backend_memslots_limit(hdev)) {

[Qemu-devel] Live migration fails with all 8 memslots used

2019-04-17 Thread suresh gumpula
Hi, I was trying to migrate a VM(CentOS7) which started with 4G memory and hot plugged 5 memslots with 1G each. So the VM has total of 9G memory and trying to migrate fails in vhost_dev_init() on destination host if (used_memslots > hdev->vhost_ops->vhost_backend_memslots_limit(hdev)) {