Re: [Qemu-devel] Is there a way for passing parameter directly to a module

2014-11-13 Thread Stefan Hajnoczi
On Sun, Nov 09, 2014 at 04:41:17PM +, Lior Nahmanson wrote: > Is there a way for passing a parameter directly to a module (i.e. device > driver within QEMU), for example file path (when I am working at Full system > emulation)? > My goal is to have a device emulation which will be able to rea

[Qemu-devel] Is there a way for passing parameter directly to a module

2014-11-09 Thread Lior Nahmanson
Hi, Is there a way for passing a parameter directly to a module (i.e. device driver within QEMU), for example file path (when I am working at Full system emulation)? My goal is to have a device emulation which will be able to read a configuration file that its name is provided in runtime. Than