qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 03/16] libqos: extend feature bits to 64-bit


From: Thomas Huth
Subject: Re: [PATCH v3 03/16] libqos: extend feature bits to 64-bit
Date: Mon, 21 Oct 2019 11:21:24 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

On 19/10/2019 08.37, Stefan Hajnoczi wrote:
> In VIRTIO 1.0 feature bits changed from 32-bit to 64-bit.  (In fact, the
> transports allow even more feature bits but nothing uses more than 64
> bits today.)
> 
> Add 64-bit feature bit support to virtio-mmio and virtio-pci.  This will
> be necessary for VIRTIO 1.0 support.
> 
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
>  tests/libqos/virtio.h      | 12 ++++++------
>  tests/libqos/virtio-mmio.c | 28 ++++++++++++++++++++++------
>  tests/libqos/virtio-net.c  |  6 +++---
>  tests/libqos/virtio-pci.c  | 12 ++++++------
>  tests/libqos/virtio.c      |  4 ++--
>  tests/virtio-blk-test.c    |  8 ++++----
>  6 files changed, 43 insertions(+), 27 deletions(-)

Reviewed-by: Thomas Huth <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]