[Spice-devel] [PATCH] spicevmc_device_connect: get parser for appropriate channel_type

Uri Lublin uril at redhat.com
Sun Jul 24 12:44:24 UTC 2016


On 07/15/2016 08:31 AM, Pavel Grunt wrote:
> Ack
>
> Pavel

Thanks

Pushed: 4d2a129054d21f322b9abd5d82717685d5df926c

>
> On Thu, 2016-07-14 at 18:45 +0300, Uri Lublin wrote:
>> spicevmc_device_connect() is called for non-usb types too.
>> ---
>>  server/spicevmc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/server/spicevmc.c b/server/spicevmc.c
>> index 0eda776..953d193 100644
>> --- a/server/spicevmc.c
>> +++ b/server/spicevmc.c
>> @@ -617,7 +617,7 @@ RedCharDevice *spicevmc_device_connect(RedsState *reds,
>>      state = (SpiceVmcState*)red_channel_create_parser(sizeof(SpiceVmcState),
>> reds,
>>                                     reds_get_core_interface(reds),
>> channel_type, id[channel_type]++,
>>                                     FALSE /* handle_acks */,
>> -                                   spice_get_client_channel_parser(SPICE_CHAN
>> NEL_USBREDIR, NULL),
>> +                                   spice_get_client_channel_parser(channel_ty
>> pe, NULL),
>>                                     spicevmc_red_channel_client_handle_message
>> _parsed,
>>                                     &channel_cbs,
>>                                     SPICE_MIGRATE_NEED_FLUSH |
>> SPICE_MIGRATE_NEED_DATA_TRANSFER);



More information about the Spice-devel mailing list