search for: msg144365

Displaying 3 results from an estimated 3 matches for "msg144365".

2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...bm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The bug was already discussed here: http://www.spinics.net/lists/kvm/msg144365.html This is a follow up patch. --- drivers/vhost/vhost.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index d643260..8f99fe0 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -130,14 +130,14 @@ static...
2017 Jan 30
3
[PATCH] vhost: fix initialization for vq->is_le
...bm.com> Reported-by: Michael A. Tebolt <miket at us.ibm.com> Reported-by: Dr. David Alan Gilbert <dgilbert at redhat.com> Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") --- The bug was already discussed here: http://www.spinics.net/lists/kvm/msg144365.html This is a follow up patch. --- drivers/vhost/vhost.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index d643260..8f99fe0 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c @@ -130,14 +130,14 @@ static...
2017 Jan 30
0
[PATCH] vhost: fix initialization for vq->is_le
...ed-by: Dr. David Alan Gilbert <dgilbert at redhat.com> > Fixes: commit 2751c9882b94 ("vhost: cross-endian support for legacy devices") > --- Reviewed-by: Greg Kurz <groug at kaod.org> > > The bug was already discussed here: > http://www.spinics.net/lists/kvm/msg144365.html > This is a follow up patch. > > --- > drivers/vhost/vhost.c | 10 ++++------ > 1 file changed, 4 insertions(+), 6 deletions(-) > > diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c > index d643260..8f99fe0 100644 > --- a/drivers/vhost/vhost.c > +++ b/...