]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
virtio-pci: trivial fixes in error message
authorGreg Kurz <groug@kaod.org>
Mon, 12 Feb 2018 14:18:08 +0000 (15:18 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 1 Mar 2018 14:25:36 +0000 (16:25 +0200)
Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/virtio-pci.c

index b55dfcf05c033957fca20a4ace123be9792c50c9..1e8ab7bbc53582752a1741252a0d99d58e09b192 100644 (file)
@@ -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 ;
         }
         /*