Home
last modified time | relevance | path

Searched refs:hostdevice (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c87 char *hostdevice; member
1212 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),