qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: TJ <linux@tjworld.net>
To: Jason Wessel <jason.wessel@windriver.com>
Cc: qemu-devel@nongnu.org, kvm <kvm@vger.kernel.org>
Subject: Re: [Qemu-devel] [PATCH] Add USB sys file-system support (v2)
Date: Fri, 05 Sep 2008 20:20:54 +0100	[thread overview]
Message-ID: <1220642454.5470.25.camel@hephaestion> (raw)
In-Reply-To: <48C1346F.3000405@windriver.com>

On Fri, 2008-09-05 at 08:30 -0500, Jason Wessel wrote:
> I tried out the patch because it looked reasonably interesting on ubuntu
> 7.10 64bit, and looked like a nice way to attach a local USB device, but
> it did not quite work.
> 
> IE:
> (qemu) info usbhost
>   Device 3.2, speed 12 Mb/s
>     Class 00: USB device 067b:2303, USB-Serial Controller

Jason, I think this is related to handling the USB serial device. Try
another USB device - a flash-memory key for example.

Here's the results of my tests:

Host is Ubuntu Hardy amd64 8.04.1 (2.6.24-21-generic).
VM guest is Ubuntu Gutsy server (2.6.22-14-server)
hypervisor is kvm-74.

I think there is a problem with the usb_add name functions - the
host:VID:PID rarely worked for me so I always use host:Bus.Device
format.

I've got a USB-to-serial converter here too:

Bus 001 Device 004: ID 0711:0230 Magic Control Technology Corp. MCT-232 Serial Port

Here's the output I get:

usb_add host:1.4

husb: open device 1.4
husb: opened /dev/bus/usb/001/004
husb: config #1 need -1
husb: 1 interfaces claimed for configuration -1
husb: grabbed usb device 1.4
usb_linux_update_endp_table: Broken pipe

If however I add a USB flash key:

Bus 005 Device 016: ID 0781:5151 SanDisk Corp. Cruzer Micro 256/512MB Flash Drive

usb_add host:5.16

husb: open device 5.16
husb: opened /dev/bus/usb/005/016
husb: config #1 need -1
husb: 1 interfaces claimed for configuration -1
husb: grabbed usb device 5.16
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1
husb: config #1 need 1
husb: 1 interfaces claimed for configuration 1

and the device appears and is mountable in the VM.

      parent reply	other threads:[~2008-09-05 19:21 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-04 23:35 [Qemu-devel] [PATCH] Add USB sys file-system support TJ
2008-09-05  2:06 ` [Qemu-devel] [PATCH] Add USB sys file-system support (v2) TJ
2008-09-05 13:30   ` Jason Wessel
2008-09-05 18:51     ` TJ
2008-09-05 19:19       ` Jason Wessel
2008-09-05 20:28         ` TJ
2008-09-05 20:54           ` Jason Wessel
2008-09-05 21:13         ` [Qemu-devel] [PATCH] Add USB sys file-system support (v3) TJ
2008-09-08 14:47           ` [Qemu-devel] " Jason Wessel
2008-09-17 19:31             ` [Qemu-devel] [PATCH] Add USB sys file-system support (v4) TJ
2008-09-17 20:31               ` [Qemu-devel] " Anthony Liguori
2008-09-17 22:47                 ` [Qemu-devel] [PATCH] Add USB sys file-system support (v5) TJ
2008-09-22 19:47                   ` Rick Vernam
2008-09-22 22:38                     ` Anthony Liguori
2008-09-25 17:34                       ` Rick Vernam
2008-09-25 17:45                         ` Anthony Liguori
2008-09-22 22:37                   ` [Qemu-devel] " Anthony Liguori
2008-09-23  1:23                     ` TJ
2008-09-23  1:33                     ` [Qemu-devel] [PATCH] Add USB sys file-system support (v6) TJ
2008-09-25 17:45                       ` [Qemu-devel] " Anthony Liguori
2008-09-26 13:57                         ` Jason Wessel
2008-09-26 14:27                           ` Anthony Liguori
2008-09-26 14:35                             ` Robert Riebisch
2008-09-26 14:37                               ` Anthony Liguori
2008-09-26 15:13                             ` Jason Wessel
2008-09-26 15:37                               ` Anthony Liguori
2008-09-30 20:53                                 ` TJ
2008-10-01 21:21                       ` [Qemu-devel] [PATCH] Add USB sys file-system support (v7) TJ
2008-10-01 23:19                         ` [Qemu-devel] [PATCH] Add USB sys file-system support (v8) TJ
2008-10-06 16:03                           ` Rick Vernam
2008-10-07  8:46                             ` TJ
2008-10-07 20:09                           ` [Qemu-devel] " Anthony Liguori
2008-09-05 19:20     ` TJ [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1220642454.5470.25.camel@hephaestion \
    --to=linux@tjworld.net \
    --cc=jason.wessel@windriver.com \
    --cc=kvm@vger.kernel.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).