Host<->guest channel interface advice needed

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gleb Natapov
Date: Wednesday, November 26, 2008 - 5:39 am

Hello,

 I'd like to ask what would be the best user space interface for generic
guest<->host communication channel. The channel will be used to pass
mouse events to/from a guest or by managements software to communicate
with agents running in a guests or for something similar.

The interfaces that are being considered are netlink socket (only datagram
semantics, linux specific), new socket family or character device with
different minor number for each channel. Which one better suits for
the purpose?  Is there other kind of interface to consider? New socket
family looks like a good choice, but it would be nice to hear other
opinions before starting to work on it.

Thanks,

--
			Gleb.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Host<->guest channel interface advice needed, Gleb Natapov, (Wed Nov 26, 5:39 am)
Re: Host&lt;-&gt;guest channel interface advice needed, Arnd Bergmann, (Wed Nov 26, 6:02 am)
Re: Host&lt;-&gt;guest channel interface advice needed, Evgeniy Polyakov, (Wed Nov 26, 6:07 am)
Re: Host&lt;-&gt;guest channel interface advice needed, Gleb Natapov, (Wed Nov 26, 6:20 am)