Infact emulation of virtual USB already exists. I want to add functionality of booting from USB. Can you refer which source files to llok on and modify.
On Fri, Oct 6, 2017 at 1:01 PM, Swetheendra Tallamraju < swetheendr...@gmail.com> wrote: > I want to write a new virtual USB code and boot from USB by attaching at > command line. This functionality exists for hard drive CDROM network > devices but not for USB right. If it exists can you please tell me > directory path for code ? > > On Oct 6, 2017 12:28 PM, "Kevin Wolf" <kw...@redhat.com> wrote: > >> Am 05.10.2017 um 23:56 hat Swetheendra Tallamraju geschrieben: >> > I want yo add extra functionality of booting from virtual USB through >> qemu. >> > I need to write a new block of code in /hw/USB to emulate virtual USB. I >> > don't have any clue of how to procced. Code documentation of other >> devices >> > like hub network would help us understanding and implementing usb >> >> QEMU already has support for emulating USB devices. What is it >> specifically that the existing code doesn't provide and you want to add? >> >> Kevin >> >> > On Thu, Oct 5, 2017 at 12:03 AM, Swetheendra Tallamraju < >> > swetheendr...@gmail.com> wrote: >> > >> > > I am working on qemu source code to provide extra functionality of >> > > emulating virtual usb. Can I get any documentation for the qemu >> source >> > > code that helps me in implementing this? >> > > >> >