Re: [PATCH v4 1/3] ramfb: add migration support

2023-10-05 Thread Laszlo Ersek
On 10/5/23 13:30, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Implementing RAMFB migration is quite straightforward. One caveat is to > treat the whole RAMFBCfg as a blob, since that's what is exposed to the > guest directly. This avoid having to fiddle with endianness issues

[PATCH v4 1/3] ramfb: add migration support

2023-10-05 Thread marcandre . lureau
From: Marc-André Lureau Implementing RAMFB migration is quite straightforward. One caveat is to treat the whole RAMFBCfg as a blob, since that's what is exposed to the guest directly. This avoid having to fiddle with endianness issues if we were to migrate fields individually as integers. The de