Re: [PATCH v3 5/5] hw/vfio: add ramfb migration support

2023-10-03 Thread Laszlo Ersek
On 10/3/23 12:47, Marc-André Lureau wrote: > Hi > > On Tue, Oct 3, 2023 at 2:17 PM Cédric Le Goater wrote: >> >> On 10/3/23 10:56, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> Add a "VFIODisplay" subsection whenever "x-ramfb-migrate" is turned on. >>> >>> Turn it off by

Re: [PATCH v3 5/5] hw/vfio: add ramfb migration support

2023-10-03 Thread Laszlo Ersek
On 10/3/23 10:56, 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 > --- > hw/vfio/pci.h | 3

Re: [PATCH v3 5/5] hw/vfio: add ramfb migration support

2023-10-03 Thread Marc-André Lureau
Hi On Tue, Oct 3, 2023 at 2:17 PM Cédric Le Goater wrote: > > On 10/3/23 10:56, 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 reaso

Re: [PATCH v3 5/5] hw/vfio: add ramfb migration support

2023-10-03 Thread Cédric Le Goater
On 10/3/23 10:56, 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. This change breaks linking on various platforms with : /usr/bin/ld: libq

[PATCH v3 5/5] hw/vfio: add ramfb migration support

2023-10-03 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 --- hw/vfio/pci.h | 3 +++ hw/core/machine.c | 1 + hw/vfio/display.c | 23 ++