qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 6/6] docs: add multiseat.txt
Date: Tue, 20 May 2014 20:08:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 20/05/2014 16:00, Gerd Hoffmann ha scritto:
+       -device pci-bridge,addr=12.0,chassis_nr=2,id=head.2 \
+       -device secondary-vga,bus=head.2,addr=02.0,id=video.2 \
+       -device nec-usb-xhci,bus=head.2,addr=0f.0,id=usb.2 \
+       -device usb-kbd,bus=usb.2.0,port=1,display=video.2 \
+       -device usb-tablet,bus=usb.2.0,port=2,display=video.2
+
+This places a pci bridge in slot 12, connects a display adapter and
+xhci (usb) controller to the bridge.  Then it adds a usb keyboard and
+usb mouse, both connected to the xhci and linked to the display.
+
+The "display=video2" sets up the input routing.  Any input coming from
+the window which belongs to the video.2 display adapter will be routed
+to these input devices.
+

Is there anything about the window that we would like to configure? If so, should this be something like

        -object window,id=window.2 \
        -device pci-bridge,addr=12.0,chassis_nr=2,id=head.2 \
        -device secondary-vga,bus=head.2,addr=02.0,window=window.2 \
        -device nec-usb-xhci,bus=head.2,addr=0f.0,id=usb.2 \
        -device usb-kbd,bus=usb.2.0,port=1,window=window.2 \
        -device usb-tablet,bus=usb.2.0,port=2,window=window.2

?

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]