[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] virtio-gpu: fix scanout migration post-load
|
From: |
Marc-André Lureau |
|
Subject: |
Re: [PATCH 2/2] virtio-gpu: fix scanout migration post-load |
|
Date: |
Wed, 17 Jan 2024 15:13:34 +0400 |
Hi
On Tue, Jan 16, 2024 at 3:17 PM Sebastian Ott <sebott@redhat.com> wrote:
>
> On Mon, 15 Jan 2024, marcandre.lureau@redhat.com wrote:
> > + scanout->ds = qemu_create_displaysurface_pixman(res->image);
> > + if (!scanout->ds) {
> > + return -EINVAL;
> > + }
>
> "qemu_create_displaysurface_pixman() never returns NULL." ;-)
Right, I'll update the first patch.
Other comments about this patch?
thanks
--
Marc-André Lureau