[PATCH v1 0/2] virtio-gpu: Provide display position info (x, y) to the Guest

Vivek Kasireddy posted 2 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221118013723.182424-1-vivek.kasireddy@intel.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>
hw/display/virtio-gpu-base.c |  2 ++
ui/gtk.c                     | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
[PATCH v1 0/2] virtio-gpu: Provide display position info (x, y) to the Guest
Posted by Vivek Kasireddy 1 year, 5 months ago
While filling out the display info such as width, height to
be provided to the Guest, make sure that the position information
(x, y) is also included. This position info corresponds with the
x and y fields mentioned in the spec:
https://github.com/oasis-tcs/virtio-spec/blob/master/virtio-gpu.tex#L343

Cc: Dongwon Kim <dongwon.kim@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>

Vivek Kasireddy (2):
  virtio-gpu: Provide position info (x, y) to the Guest
  ui/gtk: Include the position info while setting the ui info

 hw/display/virtio-gpu-base.c |  2 ++
 ui/gtk.c                     | 20 ++++++++++++++++++++
 2 files changed, 22 insertions(+)

-- 
2.37.2