Re: [kvm-devel] [PATCH 1/3] Virtio save/restore support (v2)

2008-05-09 Thread Avi Kivity
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

[kvm-devel] [PATCH 1/3] Virtio save/restore support (v2)

2008-05-08 Thread Anthony Liguori
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

[kvm-devel] [PATCH 1/3] Virtio save/restore support

2008-05-08 Thread Anthony Liguori
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