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