On 04/16/10 15:18, chunhui zhao wrote:
Hi guys.

     As the kvm does not support auto connection of USB device,

It does.  -device usb-host,vendorid=1234,productid=5678

Plug in the device specified by vendor+product id on the host and your guest will see it.

The problem is, the qmp does not support the command "usb_add".
(http://www.linux-kvm.org/page/MonitorProtocol)
Is there any method to solve this?

Use the more generic device_add instead.

cheers,
  Gerd
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to