Re: [Qemu-devel] Re: virtio-serial: An interface for host-guest communication

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Gerd Hoffmann
Date: Monday, August 10, 2009 - 7:02 am

On 08/10/09 15:02, Anthony Liguori wrote:


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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/3] vnc: add a is_vnc_active() helper, Amit Shah, (Mon Jul 27, 11:04 am)
Re: virtio-serial: An interface for host-guest communication, Anthony Liguori, (Mon Jul 27, 1:22 pm)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Daniel P. Berrange, (Mon Jul 27, 1:32 pm)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Richard W.M. Jones, (Tue Jul 28, 7:00 am)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Richard W.M. Jones, (Tue Jul 28, 7:55 am)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Richard W.M. Jones, (Wed Aug 5, 11:32 am)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Gerd Hoffmann, (Mon Aug 10, 7:02 am)
Re: [Qemu-devel] Re: virtio-serial: An interface for host- ..., Daniel P. Berrange, (Thu Aug 20, 7:25 am)