]> Git Repo - qemu.git/commit
libqos: read QVIRTIO_MMIO_VERSION register
authorStefan Hajnoczi <[email protected]>
Wed, 23 Oct 2019 10:04:11 +0000 (11:04 +0100)
committerMichael S. Tsirkin <[email protected]>
Fri, 25 Oct 2019 11:46:22 +0000 (07:46 -0400)
commit60ce3a40fc18423d6c3ba330e60ca03fc74f9d21
tree93d69a8591910aa1a947f050f7533c32572c43c8
parentc42bf5f21043c86d50773220998b54ded091f779
libqos: read QVIRTIO_MMIO_VERSION register

There was no real virtio-mmio ABI change between Legacy and VIRTIO 1.0
except that the Version field was incremented from 1 to 2.

However, QEMU does not allow Legacy drivers to perform VIRTIO 1.0
operations like accessing 64-bit feature bits.  Since we will introduce
64-bit feature bit support we need a way to differentiate between
virtio-mmio Version 1 and 2 to avoid upsetting QEMU when we operate in
Legacy mode.

Stash away the Version field so later patches can change behavior
depending on the version.

Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Message-Id: <20191023100425[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
tests/libqos/virtio-mmio.c
tests/libqos/virtio-mmio.h
This page took 0.026924 seconds and 4 git commands to generate.