On 27/07/21 22:41, Peter Maydell wrote:
+where VM-1 is the name the display configured int the Barrier server
in the Barrier server
+on the host providing the mouse and the keyboard events. + +by default ``<barrier server address>`` is ``localhost``, +``<port>`` is ``24800``, ``<x-origin>`` and ``<y-origin>`` are set to ``0``, +``<width>`` and ``<height>`` to ``1920`` and ``1080``. + +If Barrier server is stopped QEMU needs to be reconnected manually,
If the Barrier server
+by removing and re-adding the input-barrier object, for instance +with the help of the HMP monitor:: + + (qemu) object_del barrier0
Paolo