On Thu, May 25, 2017 at 05:57:43PM +0200, Maxime Coquelin wrote:
>
>
> On 05/24/2017 11:58 PM, Michael S. Tsirkin wrote:
> > On Wed, May 24, 2017 at 11:05:20AM +0200, Maxime Coquelin wrote:
> > > process_message_reply() was recently updated to get full message
> > > content instead of only its re
On 05/24/2017 11:58 PM, Michael S. Tsirkin wrote:
On Wed, May 24, 2017 at 11:05:20AM +0200, Maxime Coquelin wrote:
process_message_reply() was recently updated to get full message
content instead of only its request field.
There is no need to copy all the struct content into the stack,
so jus
On Wed, May 24, 2017 at 11:05:20AM +0200, Maxime Coquelin wrote:
> process_message_reply() was recently updated to get full message
> content instead of only its request field.
>
> There is no need to copy all the struct content into the stack,
> so just pass its pointer as const.
>
> Cc: Zhiyong
Hi
On Wed, May 24, 2017 at 1:06 PM Maxime Coquelin
wrote:
> process_message_reply() was recently updated to get full message
> content instead of only its request field.
>
> There is no need to copy all the struct content into the stack,
> so just pass its pointer as const.
>
> Cc: Zhiyong Yang
process_message_reply() was recently updated to get full message
content instead of only its request field.
There is no need to copy all the struct content into the stack,
so just pass its pointer as const.
Cc: Zhiyong Yang
Fixes: 60cd11024f41 ("hw/virtio: fix vhost user fails to startup when MQ