qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] virtio-gpu: Provide display position info (x, y) to the Guest
@ 2022-11-18  1:37 Vivek Kasireddy
  2022-11-18  1:37 ` [PATCH v1 1/2] virtio-gpu: Provide " Vivek Kasireddy
  2022-11-18  1:37 ` [PATCH v1 2/2] ui/gtk: Include the position info while setting the ui info Vivek Kasireddy
  0 siblings, 2 replies; 4+ messages in thread
From: Vivek Kasireddy @ 2022-11-18  1:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Vivek Kasireddy, Dongwon Kim, Gerd Hoffmann

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-18  7:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18  1:37 [PATCH v1 0/2] virtio-gpu: Provide display position info (x, y) to the Guest Vivek Kasireddy
2022-11-18  1:37 ` [PATCH v1 1/2] virtio-gpu: Provide " Vivek Kasireddy
2022-11-18  7:11   ` Philippe Mathieu-Daudé
2022-11-18  1:37 ` [PATCH v1 2/2] ui/gtk: Include the position info while setting the ui info Vivek Kasireddy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).