Re: [Qemu-devel] [PATCH] vhost: fix features ack

2010-04-13 Thread Aurelien Jarno
On Wed, Mar 31, 2010 at 09:20:31PM +0300, Michael S. Tsirkin wrote: > From: David L Stevens > > vhost driver in qemu didn't ack features, and this happens > to work because we don't really require any features. However, > it's better not to rely on this. This patch passes features to > vhost as g

[Qemu-devel] [PATCH] vhost: fix features ack

2010-03-31 Thread Michael S. Tsirkin
From: David L Stevens vhost driver in qemu didn't ack features, and this happens to work because we don't really require any features. However, it's better not to rely on this. This patch passes features to vhost as guest acks them. Signed-off-by: David L Stevens Signed-off-by: Michael S. Tsirk