;
> On Mon, Sep 19, 2016 at 05:25:49PM +, Felipe Franciosi wrote:
>> Gentle ping.
>>
>>
>>
>> Thanks,
>>
>> Felipe
>>
>>
>>
>> From: Marc-André Lureau
>> Date: Thursday, 25 August 2016 at 12:14
>> To: Felipe Fra
Gentle ping.
Thanks,
Felipe
From: Marc-André Lureau
Date: Thursday, 25 August 2016 at 12:14
To: Felipe Franciosi , "qemu-devel@nongnu.org"
, "Michael S. Tsirkin"
Subject: Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on
vhost-user
Hi
On Sat, Aug 20, 20
12:14
> To: Felipe Franciosi , "qemu-devel@nongnu.org"
> , "Michael S. Tsirkin"
> Subject: Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on
> vhost-user
>
>
>
> Hi
>
>
>
> On Sat, Aug 20, 2016 at 3:28 AM F
Hi
On Sat, Aug 20, 2016 at 3:28 AM Felipe Franciosi wrote:
> Vhost-user requires an early GET_FEATURES call to determine if the
> slave supports protocol feature negotiation. An extra GET_FEATURES
> call is made after vhost_backend_init() to actually set the device
> features.
>
> This patch mov
Vhost-user requires an early GET_FEATURES call to determine if the
slave supports protocol feature negotiation. An extra GET_FEATURES
call is made after vhost_backend_init() to actually set the device
features.
This patch moves the actual setting of the device features to both
implementations (ker