Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on vhost-user

2016-09-22 Thread Felipe Franciosi
; > 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

Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on vhost-user

2016-09-19 Thread Felipe Franciosi
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

Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on vhost-user

2016-09-19 Thread Michael S. Tsirkin
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

Re: [Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on vhost-user

2016-08-25 Thread Marc-André Lureau
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

[Qemu-devel] [PATCH] Avoid additional GET_FEATURES call on vhost-user

2016-08-19 Thread Felipe Franciosi
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