Re: [Spice-devel] [PATCH spice 2/2] server: add "port" channel support

2012-12-04 Thread Hans de Goede
Hi, On 12/03/2012 07:37 PM, Marc-André Lureau wrote: Hi Hans, On Sun, Dec 2, 2012 at 12:26 PM, Hans de Goede mailto:hdego...@redhat.com>> wrote: I think that you also need to change spicevmc_red_channel_alloc_msg_rcv_buf, because now it will allocate a spice_char_device_write_buffer t

Re: [Spice-devel] [PATCH spice 2/2] server: add "port" channel support

2012-12-03 Thread Marc-André Lureau
Hi Hans, On Sun, Dec 2, 2012 at 12:26 PM, Hans de Goede wrote: > I think that you also need to change > spicevmc_red_channel_alloc_msg_rcv_buf, > because now it will allocate a spice_char_device_write_buffer to hold the > event message, which seems the wrong thing to do, and since when handling

Re: [Spice-devel] [PATCH spice 2/2] server: add "port" channel support

2012-12-02 Thread Hans de Goede
Hi, On 11/30/2012 01:51 PM, Marc-André Lureau wrote: A Spice port channel carry arbitrary data between the Spice client and the Spice server. It may be used to provide additional services on top of a Spice connection. For example, a channel can be associated with the qemu monitor for the client

[Spice-devel] [PATCH spice 2/2] server: add "port" channel support

2012-11-30 Thread Marc-André Lureau
A Spice port channel carry arbitrary data between the Spice client and the Spice server. It may be used to provide additional services on top of a Spice connection. For example, a channel can be associated with the qemu monitor for the client to interact with it, just like any qemu chardev. Or it m