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