On Wed, 17 Jan 2024, Marc-André Lureau wrote:
On Tue, Jan 16, 2024 at 3:17 PM Sebastian Ott <seb...@redhat.com> wrote:
On Mon, 15 Jan 2024, marcandre.lur...@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?

Nope, looks good to me.

Reviewed-by: Sebastian Ott <seb...@redhat.com>

Reply via email to