Displaying 4 results from an estimated 4 matches for "msg09848".
Did you mean:
msg08848
2015 Feb 20
8
[PATCH 0/3] vhost_net: support for cross endian guests
Hi,
This patchset allows vhost_net to be used with legacy virtio
when guest and host have a different endianness. It is based
on previous work by C?dric Le Goater:
https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
As suggested by MST:
- the API now asks for a specific format (big endian) instead of the hint
whether byteswap is needed or not (patch 1)
- rebased on top of the virtio-1 accessors (patch 2)
Patch 3 is a separate fix: I think it is also valid for virtio-1.
Please comment.
---
Greg Kurz...
2015 Feb 20
8
[PATCH 0/3] vhost_net: support for cross endian guests
Hi,
This patchset allows vhost_net to be used with legacy virtio
when guest and host have a different endianness. It is based
on previous work by C?dric Le Goater:
https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
As suggested by MST:
- the API now asks for a specific format (big endian) instead of the hint
whether byteswap is needed or not (patch 1)
- rebased on top of the virtio-1 accessors (patch 2)
Patch 3 is a separate fix: I think it is also valid for virtio-1.
Please comment.
---
Greg Kurz...
2015 Feb 22
0
[PATCH 0/3] vhost_net: support for cross endian guests
...2015 at 11:07:24AM +0100, Greg Kurz wrote:
> Hi,
>
> This patchset allows vhost_net to be used with legacy virtio
> when guest and host have a different endianness. It is based
> on previous work by C?dric Le Goater:
>
> https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
>
> As suggested by MST:
> - the API now asks for a specific format (big endian) instead of the hint
> whether byteswap is needed or not (patch 1)
> - rebased on top of the virtio-1 accessors (patch 2)
>
> Patch 3 is a separate fix: I think it is also valid for virtio-...
2015 Feb 22
0
[PATCH 0/3] vhost_net: support for cross endian guests
...2015 at 11:07:24AM +0100, Greg Kurz wrote:
> Hi,
>
> This patchset allows vhost_net to be used with legacy virtio
> when guest and host have a different endianness. It is based
> on previous work by C?dric Le Goater:
>
> https://www.mail-archive.com/kvm-ppc at vger.kernel.org/msg09848.html
>
> As suggested by MST:
> - the API now asks for a specific format (big endian) instead of the hint
> whether byteswap is needed or not (patch 1)
> - rebased on top of the virtio-1 accessors (patch 2)
>
> Patch 3 is a separate fix: I think it is also valid for virtio-...