On Wed, 17 Jan 2024, Marc-André Lureau wrote:
On Tue, Jan 16, 2024 at 3:17 PM Sebastian Ott <[email protected]> wrote:
On Mon, 15 Jan 2024, [email protected] 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 <[email protected]>

Reply via email to