Re: [Qemu-devel] [Patch] Kqemu patch for 2.6.17-rc2

2006-06-07 Thread Nigel J. Terry
Leonardo E. Reiter wrote: Hi, I'm attaching a small update to Thomas's patch which conditionally enables this based on kernel version.  As far as I can tell (from very brief research), module_param became available very late in 2.4.  Also, the old version (MODULE_PARM) is supported in mos

Re: [Qemu-devel] [Patch] Kqemu patch for 2.6.17-rc2

2006-06-06 Thread Leonardo E. Reiter
Hi, I'm attaching a small update to Thomas's patch which conditionally enables this based on kernel version. As far as I can tell (from very brief research), module_param became available very late in 2.4. Also, the old version (MODULE_PARM) is supported in most 2.6 kernels as well. I pick

[Qemu-devel] [Patch] Kqemu patch for 2.6.17-rc2

2006-05-10 Thread Thomas Petazzoni
Hi, On 2.6.17-rc2, the MODULE_PARM() way of declaring module parameters seems to have disappeared (it is anyway deprecated since the beginning of the 2.6 series). As such, kqemu-1.3.0pre7 doesn't compile. /home/thomas/kqemu-1.3.0pre7/kqemu-linux.c:52: error: syntax error before string constant /