Re: [PATCH v10 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead

2024-04-23 Thread Daniel P . Berrangé
On Mon, Apr 22, 2024 at 07:22:50PM -0700, dongwon@intel.com wrote: > From: Dongwon Kim > > 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/s

[PATCH v10 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead

2024-04-22 Thread dongwon . kim
From: Dongwon Kim 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 h