Re: [Qemu-devel] qemu qmp [info usb] and [info hostusb]

2014-07-15 Thread Pascal Heinrich
dev->addr; entry->value->vendorID = 1; entry->value->productID = 1; //monitor_printf(mon, " Device %d.%d, Port %s, Speed %s Mb/s, Product %s\n", bus->busnr, dev->addr, port->path, usb_speed(dev->speed), dev->product_desc);

[Qemu-devel] qemu qmp [info usb] and [info hostusb]

2014-07-11 Thread Pascal Heinrich
Hi, I am trying to implement a qtprogram to bind and unbind usb devices from an qemu instance. Via device_add I am able to bind a device to the vm but there is no command in qmp to list binded devices or I do not find them. I am searching for something like >"query-usb"< Is there something impl