From: "Michael S. Tsirkin"
Date: Wed, 24 Oct 2012 20:37:51 +0200
> We copy head count to a 16 bit field, this works by chance on LE but on
> BE guest gets 0. Fix it up.
>
> Signed-off-by: Michael S. Tsirkin
> Tested-by: Alexander Graf
> Cc: sta...@vger.kernel.org
Applied, thanks.
We copy head count to a 16 bit field, this works by chance on LE but on
BE guest gets 0. Fix it up.
Signed-off-by: Michael S. Tsirkin
Tested-by: Alexander Graf
Cc: sta...@vger.kernel.org
---
Repost fixing up To/Cc list.
drivers/vhost/net.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion
From: "Michael S. Tsirkin"
Date: Wed, 24 Oct 2012 18:24:38 +0200
> Would you like me to repost the patch?
This question is almost retorical.
I said I don't reliably read things I'm not explicitly CC:'d
on, therefore it's possible (and in fact, likely) I don't have
the patch in my inbox.
What d
On Sun, Oct 21, 2012 at 07:24:02PM -0400, David Miller wrote:
> From: "Michael S. Tsirkin"
> Date: Sun, 21 Oct 2012 14:49:01 +0200
>
> > On Mon, Oct 15, 2012 at 07:55:34PM +0200, Michael S. Tsirkin wrote:
> >> We copy head count to a 16 bit field,
> >> this works by chance on LE but on BE
> >> gu