]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
ui/dbus: clarify the kind of win32 handle that is shared
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 14 Jan 2025 10:16:04 +0000 (14:16 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 3 Feb 2025 17:16:07 +0000 (21:16 +0400)
"-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>
ui/dbus-display1.xml

index e70f2848b77754b090ded078dd306c0a857cb1c3..d7022534316c10854a73fe162a8f1aec53f7c41b 100644 (file)
   <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"/>