Anthony Liguori wrote:
> This patch implements the core of save/restore support for virtio. It's
> modelled after how PCI save/restore works.
>
> N.B. This makes savevm/loadvm work, but not live migration. The issue with
> live migration is that we're manipulating guest memory without updating th
This patch implements the core of save/restore support for virtio. It's
modelled after how PCI save/restore works.
N.B. This makes savevm/loadvm work, but not live migration. The issue with
live migration is that we're manipulating guest memory without updating the
dirty bitmap correctly. I wil
This patch implements the core of save/restore support for virtio. It's
modelled after how PCI save/restore works.
N.B. This makes savevm/loadvm work, but not live migration. The issue with
live migration is that we're manipulating guest memory without updating the
dirty bitmap correctly. I wil