-
- Downloads
virtio-gpu: Don't ignore virgl_renderer_resource_map() error
When virgl_renderer_resource_map() fails, we should try to map the
uninitialized data pointer and size because it will fail or crash Qemu.
We also should record whether mapping was successful in order to not
to remove the uninitialized memory region, which will crash Qemu.
Signed-off-by:
Dmitry Osipenko <dmitry.osipenko@collabora.com>
Please sign in to comment