Loading hw/virtio/virtio-pci.c +1 −1 Original line number Diff line number Diff line Loading @@ -1585,7 +1585,7 @@ static void virtio_pci_device_plugged(DeviceState *d, Error **errp) if (legacy) { if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { error_setg(errp, "VIRTIO_F_IOMMU_PLATFORM was supported by" "neither legacy nor transitional device."); " neither legacy nor transitional device"); return ; } /* Loading Loading
hw/virtio/virtio-pci.c +1 −1 Original line number Diff line number Diff line Loading @@ -1585,7 +1585,7 @@ static void virtio_pci_device_plugged(DeviceState *d, Error **errp) if (legacy) { if (virtio_host_has_feature(vdev, VIRTIO_F_IOMMU_PLATFORM)) { error_setg(errp, "VIRTIO_F_IOMMU_PLATFORM was supported by" "neither legacy nor transitional device."); " neither legacy nor transitional device"); return ; } /* Loading