Searched refs:hostdevice (Results 1 – 1 of 1) sorted by relevance
87 char *hostdevice; member1212 if (s->hostdevice) { in usb_host_realize()1215 fd = qemu_open(s->hostdevice, O_RDWR, errp); in usb_host_realize()1221 error_setg(errp, "failed to open host usb device %s", s->hostdevice); in usb_host_realize()1768 DEFINE_PROP_STRING("hostdevice", USBHostDevice, hostdevice),