Re: [Qemu-devel] [RFC v2 2/2] hw/pvrdma: add live migration support

2019-07-10 Thread Sukrit Bhatnagar
On Mon, 8 Jul 2019 at 10:43, Yuval Shaia wrote: > > On Sat, Jul 06, 2019 at 09:39:40AM +0530, Sukrit Bhatnagar wrote: > > Use VMStateDescription for migrating device state. Currently, > > What do you mean by 'Currently'? I meant that 'vmstate_pvrdma' will contain more fields later. This is how it

Re: [Qemu-devel] [RFC v2 2/2] hw/pvrdma: add live migration support

2019-07-07 Thread Yuval Shaia
On Sat, Jul 06, 2019 at 09:39:40AM +0530, Sukrit Bhatnagar wrote: > Use VMStateDescription for migrating device state. Currently, What do you mean by 'Currently'? > 'vmstate_pvrdma' describes the PCI and MSIX state for pvrdma and > 'vmstate_pvrdma_dsr_dma' describes a temporary state containing >

[Qemu-devel] [RFC v2 2/2] hw/pvrdma: add live migration support

2019-07-05 Thread Sukrit Bhatnagar
Use VMStateDescription for migrating device state. Currently, 'vmstate_pvrdma' describes the PCI and MSIX state for pvrdma and 'vmstate_pvrdma_dsr_dma' describes a temporary state containing some values obtained only after mapping to dsr in the source. Since the dsr will not be available on dest un