[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/5] virtio/vhost cross-endian cleanup
From: |
Greg Kurz |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/5] virtio/vhost cross-endian cleanup |
Date: |
Mon, 11 Jan 2016 17:07:45 +0100 |
Realized I had misplaced changelog in the patches... some of them were
sent before I could hit ^C :)
I'll resend the whole series.
On Mon, 11 Jan 2016 17:02:01 +0100
Greg Kurz <address@hidden> wrote:
> This series brings some improvements to the cross-endian support in the
> virtio and vhost code:
> - use qemu_set_vnet_be() and qemu_set_vnet_le() directly from virtio-net,
> so that backend cross-endian capabilities benefit to both emulated and
> vhost accelerated devices
> - optimize virtio_access_is_big_endian() for little-endian targets
> - various cleanups
>
> This v2 addresses Laurent Vivier's comments.
>
> ---
>
> Greg Kurz (5):
> virtio-net: use the backend cross-endian capabilities
> Revert "vhost-net: tell tap backend about the vnet endianness"
> virtio: move cross-endian helper to vhost
> vhost: move virtio 1.0 check to cross-endian helper
> virtio: optimize virtio_access_is_big_endian() for little-endian targets
>
>
> hw/net/vhost_net.c | 33 +------------------------
> hw/net/virtio-net.c | 49
> +++++++++++++++++++++++++++++++++++--
> hw/virtio/vhost.c | 22 ++++++++++++++---
> include/hw/virtio/virtio-access.h | 28 ++-------------------
> include/hw/virtio/virtio-net.h | 1 +
> 5 files changed, 70 insertions(+), 63 deletions(-)
>
>
- [Qemu-devel] [PATCH v2 0/5] virtio/vhost cross-endian cleanup, Greg Kurz, 2016/01/11
- [Qemu-devel] [PATCH v2 0/5] virtio/vhost cross-endian cleanup, Greg Kurz, 2016/01/11
- [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Greg Kurz, 2016/01/11
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Cornelia Huck, 2016/01/11
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Laurent Vivier, 2016/01/11
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Laurent Vivier, 2016/01/12
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Greg Kurz, 2016/01/13
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Laurent Vivier, 2016/01/13
- Re: [Qemu-devel] [PATCH v2 1/5] virtio-net: use the backend cross-endian capabilities, Greg Kurz, 2016/01/13
[Qemu-devel] [PATCH v2 2/5] Revert "vhost-net: tell tap backend about the vnet endianness", Greg Kurz, 2016/01/11