[PATCH 0/2] virtio-gpu: reset gfx resources in main thread

marcandre.lureau@redhat.com posted 2 patches 9 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230726173929.690601-1-marcandre.lureau@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
include/hw/virtio/virtio-gpu.h |  4 +++
hw/display/virtio-gpu-base.c   |  2 +-
hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
3 files changed, 46 insertions(+), 8 deletions(-)
[PATCH 0/2] virtio-gpu: reset gfx resources in main thread
Posted by marcandre.lureau@redhat.com 9 months, 1 week ago
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

See the second patch for details.
thanks

Marc-André Lureau (2):
  virtio-gpu: free BHs, by implementing unrealize
  virtio-gpu: reset gfx resources in main thread

 include/hw/virtio/virtio-gpu.h |  4 +++
 hw/display/virtio-gpu-base.c   |  2 +-
 hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
 3 files changed, 46 insertions(+), 8 deletions(-)

-- 
2.41.0


Re: [PATCH 0/2] virtio-gpu: reset gfx resources in main thread
Posted by Marc-André Lureau 9 months ago
Hi Kim

Could you review those patches? I would like them for 8.1 and somewhat
fix your commit 0d0be87659b ("virtio-gpu: replace the surface with
null surface when resetting").

thanks


On Wed, Jul 26, 2023 at 10:53 PM <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Hi,
>
> See the second patch for details.
> thanks
>
> Marc-André Lureau (2):
>   virtio-gpu: free BHs, by implementing unrealize
>   virtio-gpu: reset gfx resources in main thread
>
>  include/hw/virtio/virtio-gpu.h |  4 +++
>  hw/display/virtio-gpu-base.c   |  2 +-
>  hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
>  3 files changed, 46 insertions(+), 8 deletions(-)
>
> --
> 2.41.0
>
>


--
Marc-André Lureau