qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] vmstate: Add VMSTATE_OPAQUE to save/load comple


From: Roman Kiryanov
Subject: Re: [Qemu-devel] [PATCH] vmstate: Add VMSTATE_OPAQUE to save/load complex data structures
Date: Fri, 24 May 2019 10:00:28 -0700

Hi Peter,

> In any case, migration state on the wire needs to be
> architecture/endianness/

Could you please point how the proposed change is
architecture/endianness/ dependent?

> implementation-independent,

Could you please elaborate, what "implementation"
you mean here?

> so you can't just send raw complex data structures

Do we need to serialize (in pre_save and then release in
post_save) our state into a buffer and to write it as one
piece using the existing macro? This looks ok, but how
is this different from what we are doing?

Regards,
Roman.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]