Re: [Qemu-devel] Qemu Documentation

2017-10-09 Thread Kevin Wolf
Am 06.10.2017 um 19:39 hat Swetheendra Tallamraju geschrieben: > 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. Booting is the job of the BIOS that is running inside the guest, so you won'

Re: [Qemu-devel] Qemu Documentation

2017-10-06 Thread Swetheendra Tallamraju
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

Re: [Qemu-devel] Qemu Documentation

2017-10-06 Thread Kevin Wolf
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

Re: [Qemu-devel] Qemu Documentation

2017-10-06 Thread Swetheendra Tallamraju
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" wrote: > Am 05.10.2017

Re: [Qemu-devel] Qemu Documentation

2017-10-05 Thread Swetheendra Tallamraju
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 On Thu,

Re: [Qemu-devel] Qemu Documentation

2017-10-05 Thread John Snow
On 10/05/2017 12:03 AM, Swetheendra Tallamraju 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? > The docs in source code and in the docs/ folder are

[Qemu-devel] Qemu Documentation

2017-10-05 Thread Swetheendra Tallamraju
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?