summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2025-01-14 14:16:04 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2025-02-03 21:16:07 +0400
commit5b4109232e5c6db61fb02aa86b30170d93234acb (patch)
treed54167b8040c32bf3eb931993259f3dd47afc34a
parentccf86c392c5b8949bafd363e44d3abb112578044 (diff)
downloadfocaccia-qemu-5b4109232e5c6db61fb02aa86b30170d93234acb.tar.gz
focaccia-qemu-5b4109232e5c6db61fb02aa86b30170d93234acb.zip
ui/dbus: clarify the kind of win32 handle that is shared
"-display dbus" hands over a file mapping handle to the peer
process (not a file handle).

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
-rw-r--r--ui/dbus-display1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/dbus-display1.xml b/ui/dbus-display1.xml
index e70f2848b7..d702253431 100644
--- a/ui/dbus-display1.xml
+++ b/ui/dbus-display1.xml
@@ -527,14 +527,14 @@
   <interface name="org.qemu.Display1.Listener.Win32.Map">
     <!--
         ScanoutMap:
-        @handle: the shared map handle value.
+        @handle: the shared file mapping handle value (not a file handle)
         @offset: mapping offset.
         @width: display width, in pixels.
         @height: display height, in pixels.
         @stride: stride, in bytes.
         @pixman_format: image format (ex: ``PIXMAN_X8R8G8B8``).
 
-        Resize and update the display content with a shared map.
+        Resize and update the display content with a shared file mapping object.
     -->
     <method name="ScanoutMap">
       <arg type="t" name="handle" direction="in"/>