From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKo9r-0001Nr-27 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 05:27:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKo9p-0007zU-W3 for qemu-devel@nongnu.org; Mon, 31 Oct 2011 05:27:55 -0400 Received: from smtp.karibu-it.de ([84.201.10.197]:52141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKo9p-0007zB-RU for qemu-devel@nongnu.org; Mon, 31 Oct 2011 05:27:53 -0400 Received: from [IPv6:2a01:198:6aa:1:398b:1794:fdf2:d20f] (unknown [IPv6:2a01:198:6aa:1:398b:1794:fdf2:d20f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.karibu-it.de (Postfix) with ESMTPSA id 07C3659A18 for ; Mon, 31 Oct 2011 10:27:50 +0100 (CET) Message-ID: <4EAE6A16.60303@obes.name> Date: Mon, 31 Oct 2011 10:27:50 +0100 From: Til Obes MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Performance of USB2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello all, i want to use a virtual router which is connected to a cable box via an usb ethernet controller. The device itself runs properly at normal usage. But inside the virtual machine i get only about 7MBit. I configured the the usb device with the following xml syntax of libvirt:
Inside the guest i get this output of lsusb: Bus 001 Device 002: ID 9710:7830 MosChip Semiconductor MCS7830 10/100 Mbps Ethernet adapter Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub lsusb -v shows this output for the root hub: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 9 Hub bDeviceSubClass 0 Unused bDeviceProtocol 0 Full speed (or root) hub bMaxPacketSize0 64 idVendor 0x1d6b Linux Foundation idProduct 0x0002 2.0 root hub bcdDevice 2.06 iManufacturer 3 Linux 2.6.32-5-amd64 ehci_hcd iProduct 2 EHCI Host Controller iSerial 1 0000:00:07.0 Does this "Full speed" mean, that it is still running with 12MBit? What is the status of High Speed USB (480Mbit) inside the guest? What versions do i need? I currently use Debian Sid: qemu-kvm (0.15.1) libvirt0-dbg (0.9.6-2) Kernel: Linux server 3.0.0-2-amd64 #1 SMP x86_64 GNU/Linux Regards Til