Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-03 Thread Cédric Le Goater
On 10/3/23 10:23, Marc-André Lureau wrote: Hi On Tue, Oct 3, 2023 at 11:43 AM Cédric Le Goater wrote: On 10/2/23 22:38, Alex Williamson wrote: On Mon, 2 Oct 2023 21:41:55 +0200 Laszlo Ersek wrote: On 10/2/23 21:26, Alex Williamson wrote: On Mon, 2 Oct 2023 20:24:11 +0200 Laszlo Ersek

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-03 Thread Marc-André Lureau
Hi On Tue, Oct 3, 2023 at 11:43 AM Cédric Le Goater wrote: > > On 10/2/23 22:38, Alex Williamson wrote: > > On Mon, 2 Oct 2023 21:41:55 +0200 > > Laszlo Ersek wrote: > > > >> On 10/2/23 21:26, Alex Williamson wrote: > >>> On Mon, 2 Oct 2023 20:24:11 +0200 > >>> Laszlo Ersek wrote: > >>> >

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-03 Thread Cédric Le Goater
On 10/2/23 22:38, Alex Williamson wrote: On Mon, 2 Oct 2023 21:41:55 +0200 Laszlo Ersek wrote: On 10/2/23 21:26, Alex Williamson wrote: On Mon, 2 Oct 2023 20:24:11 +0200 Laszlo Ersek wrote: On 10/2/23 16:41, Alex Williamson wrote: On Mon, 2 Oct 2023 15:38:10 +0200 Cédric Le Goater

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Laszlo Ersek
On 10/2/23 22:38, Alex Williamson wrote: > On Mon, 2 Oct 2023 21:41:55 +0200 > Laszlo Ersek wrote: > >> On 10/2/23 21:26, Alex Williamson wrote: >>> On Mon, 2 Oct 2023 20:24:11 +0200 >>> Laszlo Ersek wrote: >>> On 10/2/23 16:41, Alex Williamson wrote: > On Mon, 2 Oct 2023 15:38:10

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Alex Williamson
On Mon, 2 Oct 2023 21:41:55 +0200 Laszlo Ersek wrote: > On 10/2/23 21:26, Alex Williamson wrote: > > On Mon, 2 Oct 2023 20:24:11 +0200 > > Laszlo Ersek wrote: > > > >> On 10/2/23 16:41, Alex Williamson wrote: > >>> On Mon, 2 Oct 2023 15:38:10 +0200 > >>> Cédric Le Goater wrote: > >>>

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Laszlo Ersek
On 10/2/23 21:26, Alex Williamson wrote: > On Mon, 2 Oct 2023 20:24:11 +0200 > Laszlo Ersek wrote: > >> On 10/2/23 16:41, Alex Williamson wrote: >>> On Mon, 2 Oct 2023 15:38:10 +0200 >>> Cédric Le Goater wrote: >>> On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: > From:

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Alex Williamson
On Mon, 2 Oct 2023 20:24:11 +0200 Laszlo Ersek wrote: > On 10/2/23 16:41, Alex Williamson wrote: > > On Mon, 2 Oct 2023 15:38:10 +0200 > > Cédric Le Goater wrote: > > > >> On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: > >>> From: Marc-André Lureau > >>> > >>> RAMFB migration was

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Laszlo Ersek
On 10/2/23 16:41, Alex Williamson wrote: > On Mon, 2 Oct 2023 15:38:10 +0200 > Cédric Le Goater wrote: > >> On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: >>> From: Marc-André Lureau >>> >>> RAMFB migration was unsupported until now, let's make it conditional. >>> The following patch will

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Alex Williamson
On Mon, 2 Oct 2023 15:38:10 +0200 Cédric Le Goater wrote: > On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > RAMFB migration was unsupported until now, let's make it conditional. > > The following patch will prevent machines <= 8.1 to migrate it. > > >

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Laszlo Ersek
On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > RAMFB migration was unsupported until now, let's make it conditional. > The following patch will prevent machines <= 8.1 to migrate it. > > Signed-off-by: Marc-André Lureau > --- > hw/vfio/pci.h

Re: [PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread Cédric Le Goater
On 10/2/23 13:11, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau RAMFB migration was unsupported until now, let's make it conditional. The following patch will prevent machines <= 8.1 to migrate it. Signed-off-by: Marc-André Lureau Maybe localize the new 'ramfb_migrate'

[PATCH v2 4/5] ramfb: make migration conditional

2023-10-02 Thread marcandre . lureau
From: Marc-André Lureau RAMFB migration was unsupported until now, let's make it conditional. The following patch will prevent machines <= 8.1 to migrate it. Signed-off-by: Marc-André Lureau --- hw/vfio/pci.h | 1 + include/hw/display/ramfb.h| 2 +-