Description
The live memory resize was implemented in #1660 , using virsh attach-device described here. But this implementation has a lot of limitations, especially for removing the memory.
To remove the limitation, use virsh setmem as described here
Use case
Easier live memory resizing for kvm
Interface Changes
None.
Additional Context
New implementation doesn't need the MEMORY_SLOTS attribute
I haven't find which QEMU version is needed for this implementation
Progress Status
Description
The live memory resize was implemented in #1660 , using
virsh attach-devicedescribed here. But this implementation has a lot of limitations, especially for removing the memory.To remove the limitation, use
virsh setmemas described hereUse case
Easier live memory resizing for kvm
Interface Changes
None.
Additional Context
New implementation doesn't need the MEMORY_SLOTS attribute
I haven't find which QEMU version is needed for this implementation
Progress Status