]> git.proxmox.com Git - mirror_qemu.git/commit
ui/console: Use qemu_dmabuf_get_..() helpers instead
authorDongwon Kim <dongwon.kim@intel.com>
Wed, 8 May 2024 17:54:00 +0000 (10:54 -0700)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 May 2024 13:14:12 +0000 (17:14 +0400)
commit6779a3076f295fafe52d43049fa954426c1d594a
treef597be01a3c687237e25be02461684cfbb7092eb
parent6e6ae491dad9a7ba813c7f1e70ce972c35c2d4ab
ui/console: Use qemu_dmabuf_get_..() helpers instead

This commit updates all instances where fields within the QemuDmaBuf
struct are directly accessed, replacing them with calls to these new
helper functions.

v6: fix typos in helper names in ui/spice-display.c

v7: removed prefix, "dpy_gl_" from all helpers

v8: Introduction of helpers was removed as those were already added
    by the previous commit

v11: -- Use new qemu_dmabuf_close() instead of close(qemu_dmabuf_get_fd()).
        (Daniel P. Berrangé <berrange@redhat.com>)
     -- Use new qemu_dmabuf_dup_fd() instead of dup(qemu_dmabuf_get_fd()).
        (Daniel P. Berrangé <berrange@redhat.com>)

Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Message-Id: <20240508175403.3399895-4-dongwon.kim@intel.com>
12 files changed:
hw/display/vhost-user-gpu.c
hw/display/virtio-gpu-udmabuf.c
hw/vfio/display.c
ui/console.c
ui/dbus-console.c
ui/dbus-listener.c
ui/egl-headless.c
ui/egl-helpers.c
ui/gtk-egl.c
ui/gtk-gl-area.c
ui/gtk.c
ui/spice-display.c