----- Ursprüngliche Mail ----- >> A simple (but ugly!) approach would be redirecting mmap() requests on CUSE >> devices to /dev/mem. >> hmm? > > what requests are you talking about given that at the moment the CUSE > client interface (cuse_lowlevel_ops) does not expose mmap?
The mmap() call itself. Of course you need to touch code. Maybe just cuse_lowlevel.c, maybe kernel too. Thanks, //richard