All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] virtio-pci: trivial fixes in error message
@ 2018-02-12 14:18 Greg Kurz
  2018-02-12 17:21 ` Eric Blake
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kurz @ 2018-02-12 14:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael S. Tsirkin

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 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 ;
         }
         /*

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH] virtio-pci: trivial fixes in error message
  2018-02-12 14:18 [Qemu-devel] [PATCH] virtio-pci: trivial fixes in error message Greg Kurz
@ 2018-02-12 17:21 ` Eric Blake
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2018-02-12 17:21 UTC (permalink / raw)
  To: Greg Kurz, qemu-devel; +Cc: qemu-trivial, Michael S. Tsirkin

On 02/12/2018 08:18 AM, Greg Kurz wrote:
> Signed-off-by: Greg Kurz <groug@kaod.org>
> ---
>   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");

Reviewed-by: Eric Blake <eblake@redhat.com>

(fixing both the missing space and the unneeded trailing dot)

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-12 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-12 14:18 [Qemu-devel] [PATCH] virtio-pci: trivial fixes in error message Greg Kurz
2018-02-12 17:21 ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.