Re: [Qemu-devel] vmstate: struct (VMS_STRUCT) migration

2014-07-03 Thread Amit Shah
On (Wed) 25 Jun 2014 [16:36:59], Alexey Kardashevskiy wrote: > Hi! > > VMStateDescription supports enclosed VMStateDescription's via .vmsd. This > is used in multiple places and VMStateDescription definitions look the same > way - name, version_id, minimum_version_id, etc. > > QEMU handles first

Re: [Qemu-devel] vmstate: struct (VMS_STRUCT) migration

2014-07-02 Thread Peter Maydell
On 2 July 2014 15:04, Alexey Kardashevskiy wrote: > On 06/25/2014 04:36 PM, Alexey Kardashevskiy wrote: >> Hi! >> >> VMStateDescription supports enclosed VMStateDescription's via .vmsd. This >> is used in multiple places and VMStateDescription definitions look the same >> way - name, version_id, m

Re: [Qemu-devel] vmstate: struct (VMS_STRUCT) migration

2014-07-02 Thread Alexey Kardashevskiy
On 06/25/2014 04:36 PM, Alexey Kardashevskiy wrote: > Hi! > > VMStateDescription supports enclosed VMStateDescription's via .vmsd. This > is used in multiple places and VMStateDescription definitions look the same > way - name, version_id, minimum_version_id, etc. > > QEMU handles first level VMS

[Qemu-devel] vmstate: struct (VMS_STRUCT) migration

2014-06-24 Thread Alexey Kardashevskiy
Hi! VMStateDescription supports enclosed VMStateDescription's via .vmsd. This is used in multiple places and VMStateDescription definitions look the same way - name, version_id, minimum_version_id, etc. QEMU handles first level VMStateDescription and enclosed VMStateDescription slightly different