diff options
author | 2024-05-08 10:54:00 -0700 | |
---|---|---|
committer | 2024-05-14 17:14:12 +0400 | |
commit | 6779a3076f295fafe52d43049fa954426c1d594a (patch) | |
tree | f597be01a3c687237e25be02461684cfbb7092eb /scripts/coverage/compare_gcov_json.py | |
parent | ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers (diff) | |
download | qemu-6779a3076f295fafe52d43049fa954426c1d594a.tar.xz qemu-6779a3076f295fafe52d43049fa954426c1d594a.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions