Re: [PATCH v5 3/3] hw/vfio: add ramfb migration support

2023-10-10 Thread Marc-André Lureau
Hi On Tue, Oct 10, 2023 at 11:03 AM Cédric Le Goater wrote: > > On 10/9/23 12:19, Laszlo Ersek wrote: > > On 10/9/23 08:32, marcandre.lur...@redhat.com wrote: > >> From: Marc-André Lureau > >> > >> Add a "VFIODisplay" subsection whenever "x-ramfb-migrate" is turned on. > >> > >> Turn it off by d

Re: [PATCH v5 3/3] hw/vfio: add ramfb migration support

2023-10-10 Thread Cédric Le Goater
On 10/9/23 12:19, Laszlo Ersek wrote: On 10/9/23 08:32, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau Add a "VFIODisplay" subsection whenever "x-ramfb-migrate" is turned on. Turn it off by default on machines <= 8.1 for compatibility reasons. Signed-off-by: Marc-André Lureau Re

Re: [PATCH v5 3/3] hw/vfio: add ramfb migration support

2023-10-09 Thread Laszlo Ersek
On 10/9/23 08:32, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Add a "VFIODisplay" subsection whenever "x-ramfb-migrate" is turned on. > > Turn it off by default on machines <= 8.1 for compatibility reasons. > > Signed-off-by: Marc-André Lureau > Reviewed-by: Laszlo Ersek

[PATCH v5 3/3] hw/vfio: add ramfb migration support

2023-10-08 Thread marcandre . lureau
From: Marc-André Lureau Add a "VFIODisplay" subsection whenever "x-ramfb-migrate" is turned on. Turn it off by default on machines <= 8.1 for compatibility reasons. Signed-off-by: Marc-André Lureau Reviewed-by: Laszlo Ersek --- hw/vfio/pci.h | 3 +++ hw/core/machine.c | 1 + hw/vfio/di