Re: [Qemu-devel] [PATCH 0/6] vhost-user qtest fixes

2014-06-19 Thread Michael S. Tsirkin
On Thu, Jun 19, 2014 at 06:06:55PM +0300, Nikolay Nikolaev wrote: > The following series enables vhost-user-test in make check. > > The first patch adds a new CONFIG_VHOST_NET_USED in configure > to be used in net.c to enable vhost-user netdev backend. > > Fifth patch fixes an error when calling

[Qemu-devel] [PATCH 0/6] vhost-user qtest fixes

2014-06-19 Thread Nikolay Nikolaev
The following series enables vhost-user-test in make check. The first patch adds a new CONFIG_VHOST_NET_USED in configure to be used in net.c to enable vhost-user netdev backend. Fifth patch fixes an error when calling erro_setg in vhost_dev_init. --- Nikolay Nikolaev (6): configure: add