Christian Laursen wrote:
> host-linux.c: In function `fmw_ioctl':
> host-linux.c:394: structure has no member named `i_mmap'
>
> It seems that some structures have changed since the 2.2 kernel, but
> I'm not sure I can figure out exactly how to get it working.
This is a know problem; for now you can simply remove lines 392-399
of host-linux.c, so that the code in question reads:
case FMWTEARDOWN: // tear down VM environment
return(0);
break;
I'm not yet sure how to properly fix this. Maybe we should simply
remove the FMWTEARDOWN ioctl completely, and only rely on automatic
destruction after the last handle to the file is closed ...
Bye,
Ulrich
--
Ulrich Weigand,
IMMD 1, Universitaet Erlangen-Nuernberg,
Martensstr. 3, D-91058 Erlangen, Phone: +49 9131 85-27688