Displaying 2 results from an estimated 2 matches for "57a6964".
Did you mean:
576964
2015 Dec 04
0
[PATCH] tools/virtio: fix byteswap logic
...off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
> tools/virtio/linux/virtio_config.h | 20 +++++++++++++-------
> 1 file changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/tools/virtio/linux/virtio_config.h b/tools/virtio/linux/virtio_config.h
> index 806d683..57a6964 100644
> --- a/tools/virtio/linux/virtio_config.h
> +++ b/tools/virtio/linux/virtio_config.h
> @@ -40,33 +40,39 @@ static inline void __virtio_clear_bit(struct virtio_device *vdev,
> #define virtio_has_feature(dev, feature) \
> (__virtio_test_bit((dev), feature))
>
> +stat...
2015 Dec 04
0
[PATCH] tools/virtio: fix byteswap logic
...off-by: Michael S. Tsirkin <mst at redhat.com>
> ---
> tools/virtio/linux/virtio_config.h | 20 +++++++++++++-------
> 1 file changed, 13 insertions(+), 7 deletions(-)
>
> diff --git a/tools/virtio/linux/virtio_config.h b/tools/virtio/linux/virtio_config.h
> index 806d683..57a6964 100644
> --- a/tools/virtio/linux/virtio_config.h
> +++ b/tools/virtio/linux/virtio_config.h
> @@ -40,33 +40,39 @@ static inline void __virtio_clear_bit(struct virtio_device *vdev,
> #define virtio_has_feature(dev, feature) \
> (__virtio_test_bit((dev), feature))
>
> +stat...