This is NOT a commit intended for merge, but for test the patchset. Signed-off-by: Eugenio Pérez <eperezma@xxxxxxxxxx> --- hw/virtio/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/virtio/vhost.c b/hw/virtio/vhost.c index 44a51ccf5e..069e5c915d 100644 --- a/hw/virtio/vhost.c +++ b/hw/virtio/vhost.c @@ -79,7 +79,7 @@ static struct vhost_dev *vhost_dev_from_virtio(const VirtIODevice *vdev) static bool vhost_dev_can_log(const struct vhost_dev *hdev) { - return hdev->features & (0x1ULL << VHOST_F_LOG_ALL); + return false; } static void vhost_dev_sync_region(struct vhost_dev *dev, -- 2.18.4