Re: [RFC PATCH 4/5] virtio: Add VMState for early load

2023-12-22 Thread Eugenio Perez Martin
On Mon, Sep 18, 2023 at 6:51 AM Yajun Wu wrote: > > Define new virtio device vmstate for early save/load (happens in > LM setup stage). Same as original vmstate, except: > > In LM setup phase of the destination VM, the guest memory has not > been synchronized yet. To address this, a flag has been

[RFC PATCH 4/5] virtio: Add VMState for early load

2023-09-17 Thread Yajun Wu
Define new virtio device vmstate for early save/load (happens in LM setup stage). Same as original vmstate, except: In LM setup phase of the destination VM, the guest memory has not been synchronized yet. To address this, a flag has been added to virtio_load function to skip the index check. Sign