Reviewed-by: Raphael Norwitz <[email protected]> On Wed, Aug 13, 2025 at 12:54 PM Vladimir Sementsov-Ogievskiy <[email protected]> wrote: > > Obviously, this duplicated fragment doesn't make any sense. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> > --- > hw/display/vhost-user-gpu.c | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/hw/display/vhost-user-gpu.c b/hw/display/vhost-user-gpu.c > index 9fc6bbcd2c..79ea64b12c 100644 > --- a/hw/display/vhost-user-gpu.c > +++ b/hw/display/vhost-user-gpu.c > @@ -644,10 +644,6 @@ vhost_user_gpu_device_realize(DeviceState *qdev, Error > **errp) > VIRTIO_GPU_F_RESOURCE_UUID)) { > g->parent_obj.conf.flags |= 1 << > VIRTIO_GPU_FLAG_RESOURCE_UUID_ENABLED; > } > - if (virtio_has_feature(g->vhost->dev.features, > - VIRTIO_GPU_F_RESOURCE_UUID)) { > - g->parent_obj.conf.flags |= 1 << > VIRTIO_GPU_FLAG_RESOURCE_UUID_ENABLED; > - } > > if (!virtio_gpu_base_device_realize(qdev, NULL, NULL, errp)) { > return; > -- > 2.48.1 > >
- Re: [PATCH 32/33] test/functional: exec_... Philippe Mathieu-Daudé
- Re: [PATCH 32/33] test/functional: exec_... Thomas Huth
- [PATCH 04/33] vhost: move protocol_features t... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 04/33] vhost: move protocol_f... Raphael Norwitz
- Re: [PATCH 04/33] vhost: move protoc... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 04/33] vhost: move pr... Raphael Norwitz
- [PATCH 18/33] vhost: introduce check_memslots... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 18/33] vhost: introduce check... Raphael Norwitz
- [PATCH 05/33] vhost-user-gpu: drop code dupli... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 05/33] vhost-user-gpu: drop c... Philippe Mathieu-Daudé
- Re: [PATCH 05/33] vhost-user-gpu: drop c... Raphael Norwitz
- [PATCH 27/33] migration/socket: keep fds non-... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 27/33] migration/socket: keep... Peter Xu
- Re: [PATCH 27/33] migration/socket: ... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 27/33] migration/sock... Peter Xu
- [PATCH 11/33] vhost: make vhost_memory_unmap(... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 11/33] vhost: make vhost_memo... Raphael Norwitz
- Re: [PATCH 11/33] vhost: make vhost_... Vladimir Sementsov-Ogievskiy
- Re: [PATCH 11/33] vhost: make vh... Vladimir Sementsov-Ogievskiy
- [PATCH 26/33] io/channel-socket: introduce qi... Vladimir Sementsov-Ogievskiy
