On 13/2/26 00:46, Pierrick Bouvier wrote:
Renaming this function removes the confusion with
existing virtio_is_big_endian cpu ops.
Indeed, virtio_vdev_is_big_endian is *not* calling cpu
virtio_is_big_endian everytime.
Signed-off-by: Pierrick Bouvier <[email protected]>
---
include/hw/virtio/virtio-access.h | 2 +-
include/hw/virtio/virtio.h | 2 +-
hw/net/virtio-net.c | 4 ++--
hw/virtio/vhost.c | 4 ++--
hw/virtio/virtio-pci.c | 8 ++++----
5 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>