2c3f4f2da5
Live migrating to a host with cpu_shared_set configured will now update the VM's configuration accordingly. Example: live migrating a VM from source host with cpu_shared_set=0,1 to destination host with cpu_shared_set=2,3 will now update the VM configuration. (<vcpu cpuset="0-1"> will be updated to <vcpu cpuset="2-3">). This update adds a new field, dst_cpu_shared_set_info, to the LibvirtLiveMigrateData object, which requires an increase in the object's version. As a result, this patch cannot be backported. Related-Bug: #1869804 Change-Id: I806da0958fe436c989e09a52ca6b6f1bbd25a865