]> git.proxmox.com Git - mirror_qemu.git/commit - ui/gtk-gl-area.c
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties
authorDongwon Kim <dongwon.kim@intel.com>
Thu, 13 Jul 2023 04:04:44 +0000 (21:04 -0700)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 17 Jul 2023 11:22:28 +0000 (15:22 +0400)
commit9ac06df8b684e6409ebc7af6337500e7484e28b3
treeace120ed65de42db8c9942691ebc8ccbb3fd99a7
parent0d0be87659b06ef7ce07ad07376086bd28e4d71b
virtio-gpu-udmabuf: correct naming of QemuDmaBuf size properties

Replace 'width' and 'height' in QemuDmaBuf with 'backing_widht'
and 'backing_height' as these commonly indicate the size of the
whole surface (e.g. guest's Xorg extended display). Then use
'width' and 'height' for sub region in there (e.g. guest's
scanouts).

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Marc-André Lureau <marcandre.lureau@redhat.com>
Cc: Vivek Kasireddy <vivek.kasireddy@intel.com>
Signed-off-by: Dongwon Kim <dongwon.kim@intel.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-ID: <20230713040444.32267-1-dongwon.kim@intel.com>
hw/display/virtio-gpu-udmabuf.c
include/ui/console.h
ui/dbus-listener.c
ui/egl-helpers.c
ui/gtk-egl.c
ui/gtk-gl-area.c