Re: [Qemu-discuss] external usb flash drive support on qemu virtualization

2016-10-21 Thread Thomas Huth
On 21.10.2016 09:43, Kumar Girish wrote: > Thank you for the info. > May I know how to goto qemu console > Right now I am at host. It is the linux host and have only CLI interface https://qemu.weilnetz.de/qemu-doc.html#mux_005fkeys Press Ctrl-a c in the terminal window where you started QEMU to s

Re: [Qemu-discuss] external usb flash drive support on qemu virtualization

2016-10-21 Thread Kumar Girish
Sent: Friday, October 21, 2016 12:08 PM To: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] external usb flash drive support on qemu virtualization You can use this command at Qemu's console in runtime: usb_add host:090c:1000 El 20/10/16 a les 17:10, Kumar Girish ha escrit: > Hi All

Re: [Qemu-discuss] external usb flash drive support on qemu virtualization

2016-10-20 Thread Narcis Garcia
You can use this command at Qemu's console in runtime: usb_add host:090c:1000 El 20/10/16 a les 17:10, Kumar Girish ha escrit: > Hi All, > > I have analysed my code and added the usb configuration while spawning the > guest CMM. Unfortunately still the usb is not visible. > Could you please hel

[Qemu-discuss] external usb flash drive support on qemu virtualization

2016-10-20 Thread Kumar Girish
Hi All, I have analysed my code and added the usb configuration while spawning the guest CMM. Unfortunately still the usb is not visible. Could you please help me on this. I added this config "-usb -usbdevice host:090c:1000 " . you can see in the last but one line Following is my config /b