qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] virtio-pci: trivial fixes in error message


From: Greg Kurz
Subject: [Qemu-trivial] [PATCH] virtio-pci: trivial fixes in error message
Date: Mon, 12 Feb 2018 15:18:08 +0100
User-agent: StGit/0.17.1-46-g6855-dirty

Signed-off-by: Greg Kurz <address@hidden>
---
 hw/virtio/virtio-pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/virtio/virtio-pci.c b/hw/virtio/virtio-pci.c
index c20537f31de7..ae3e8e1ca9b8 100644
--- a/hw/virtio/virtio-pci.c
+++ b/hw/virtio/virtio-pci.c
@@ -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 ;
         }
         /*




reply via email to

[Prev in Thread] Current Thread [Next in Thread]