Hi:
        I wrote an IPC mechanism as a Linux kernel module. The access to their 
services is through a dummy character device called /dev/dvk using ioctl(). 
Therefore, only open(), ioctl() and close() system calls are used.
        How can a process running within an UML Guest access the /dev/dvk host 
device?  (humfs??)
        The idea is to communicate two o more UML instances through this IPC 
mechanism.
        Thanks in advance.
Regards.
PAP

_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to