[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] pv-usb support in Xen 4.7
I also downloaded and built Xen (tag RELEASE-4.7.0 with the most fresh qemu-xen-dir-remote -> branch upstream-tested with hash e66b05e9...60ed7a4d). When running domu, USB controller successfully created. But when attaching USB mass storage device via: xl usbdev-attach u hostbus=1 hostaddr=1 controller=0 port=1 command succeeded and xl usb-list u shows attached USB device, but this device not added in domu: "lsusb -v" shows that no any USB device connected to root hub. Also dmesg in domu contains suspected lines: ... xenbus_probe_frontend: Waiting for device to initialise: 25s, ...5s... ... xenbus_probe_frontend: Timeout connecting to device: device/vusb/0 (local state 1, remote state 1) ... Looks like backend and frontend not connected? The question is how to make them work? Or may be I need to use other sources of Xen/kernel frontend patches?
P. S. domu config file: builder = "hvm" name = "u" memory = 2048 maxmem = 2048 vcpus = 2 serial = 'pty' disk = ['phy:/home/xuser/xen/images/ubuntu_14.04_domu.img,sda,w','phy:/home/xuser/xen/images/u_kernel.img,sdb1,w'] sdl = 1 boot = "c" usb = 0 usbctrl = [ "type=qusb" ]
Thanks in advance, Nathan
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
https://lists.xen.org/xen-users
|