qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] DETECTING AND USING USB MEMORY STICKS IN QEMU


From: Pantelis Koukousoulas
Subject: Re: [Qemu-devel] DETECTING AND USING USB MEMORY STICKS IN QEMU
Date: Sat, 1 Aug 2009 11:23:14 +0300

On Sat, Aug 1, 2009 at 7:03 AM, <address@hidden> wrote:
> PLEASE COULD YOU KINDLY GIVE ME ADVICE ON HOW TO DETECT A USB MEMORY STICK IN 
> QEMU RUNNING LINUX SO THAT THE LINUX APPLICATION CAN "SEE" AND WRITE TO THE 
> MEMORY STICK

Please don't write in capitals.

Once you plug your stick to the host computer, you can figure out its
VID:PID by running 'lsusb'.
suppose you find VID=dead and PID=beef

Then you can start qemu with

-usbdevice host:auto:*:*:dead:beef

and qemu will auto-detect the device and assign it to itself.

Cheers,
Pantelis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]