| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Memory: Add an unsafe flag to the get host address function. It is dangerous to read and write directly to hva. So we add unsafe to mark this function is not safe! Signed-off-by: Li Huachao <lihuachao1@huawei.com> Signed-off-by: Yandong Xu <xuyandong2@huawei.com> | 1 年前 | |
virtio-net: remove vm_paused variable Because of introduction of vm_paused(), we don't need vm_paused variable to save vm status. Signed-off-by: Zhao Yi Min <zhaoyimin1@huawei.com> | 4 个月前 | |
virtio: reset vhost-vsock transport after resume The vhost-vsock migration resume hook only sent a transport reset on aarch64. On x86_64, a restored guest can keep stale vsock transport state after the VMM starts with a new guest CID, causing host connections to the restored CID to fail. Run the existing transport reset hook on all architectures so the guest driver re-reads the device config and reinitializes the transport after snapshot restore. Signed-off-by: Yekelu <yekelu1@huawei.com> (cherry picked from commit 141bc036fba478381bde88437cd54d1098e85583) | 18 天前 |