We need nothing but (a) bidirectional byte streams and (b) name tags for
them.
Do we really want design a daemon and a protocol for such a simple
thing? Especially as requiring a daemon for that adds a few problems
you don't have without them. Access control for example: For device
nodes you can just use standard unix permissions and acls. You can
easily do stuff like adding the logged in desktop user to the
/dev/vmchannel/org/qemu/clipboard acl using existing solutions. With a
daemon you have to hop through a number of loops to archive the same.
Can't we simply have guest apps open "/dev/vmchannel/$protocol" ?
cheers,
Gerd
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html