Searched hist:"303 c33e6" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/display/ |
H A D | ramfb.h | 303c33e6 Mon Oct 09 01:32:45 CDT 2023 Marc-André Lureau <marcandre.lureau@redhat.com> ramfb: add migration support
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 devices using RAMFB will have to include ramfb_vmstate in their migration description.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|
/openbmc/qemu/hw/display/ |
H A D | ramfb.c | 303c33e6 Mon Oct 09 01:32:45 CDT 2023 Marc-André Lureau <marcandre.lureau@redhat.com> ramfb: add migration support
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 devices using RAMFB will have to include ramfb_vmstate in their migration description.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Cédric Le Goater <clg@redhat.com>
|