projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a38a498
)
virtio-pci: trivial fixes in error message
author
Greg Kurz
<groug@kaod.org>
Mon, 12 Feb 2018 14:18:08 +0000
(15:18 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/hw/virtio/virtio-pci.c
b/hw/virtio/virtio-pci.c
index b55dfcf05c033957fca20a4ace123be9792c50c9..1e8ab7bbc53582752a1741252a0d99d58e09b192 100644
(file)
--- 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 ;
}
/*