From: "Benoît Canet" <benoit.canet@irqsave.net>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] virtio.c: fix error message
Date: Wed, 11 Jun 2014 13:38:51 +0200 [thread overview]
Message-ID: <20140611113851.GA12946@irqsave.net> (raw)
In-Reply-To: <1402415924-1964-1-git-send-email-mjt@msgid.tls.msk.ru>
The Tuesday 10 Jun 2014 à 19:58:44 (+0400), Michael Tokarev wrote :
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> hw/virtio/virtio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
> index 3557c17..a07ae8a 100644
> --- a/hw/virtio/virtio.c
> +++ b/hw/virtio/virtio.c
> @@ -440,7 +440,7 @@ void virtqueue_map_sg(struct iovec *sg, hwaddr *addr,
> len = sg[i].iov_len;
> sg[i].iov_base = cpu_physical_memory_map(addr[i], &len, is_write);
> if (sg[i].iov_base == NULL || len != sg[i].iov_len) {
> - error_report("virtio: trying to map MMIO memory");
> + error_report("virtio: error trying to map MMIO memory");
> exit(1);
> }
> }
> --
> 1.7.10.4
>
>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
WARNING: multiple messages have this Message-ID (diff)
From: "Benoît Canet" <benoit.canet@irqsave.net>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, Peter Maydell <peter.maydell@linaro.org>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] virtio.c: fix error message
Date: Wed, 11 Jun 2014 13:38:51 +0200 [thread overview]
Message-ID: <20140611113851.GA12946@irqsave.net> (raw)
In-Reply-To: <1402415924-1964-1-git-send-email-mjt@msgid.tls.msk.ru>
The Tuesday 10 Jun 2014 à 19:58:44 (+0400), Michael Tokarev wrote :
> Suggested-by: Peter Maydell <peter.maydell@linaro.org>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> hw/virtio/virtio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c
> index 3557c17..a07ae8a 100644
> --- a/hw/virtio/virtio.c
> +++ b/hw/virtio/virtio.c
> @@ -440,7 +440,7 @@ void virtqueue_map_sg(struct iovec *sg, hwaddr *addr,
> len = sg[i].iov_len;
> sg[i].iov_base = cpu_physical_memory_map(addr[i], &len, is_write);
> if (sg[i].iov_base == NULL || len != sg[i].iov_len) {
> - error_report("virtio: trying to map MMIO memory");
> + error_report("virtio: error trying to map MMIO memory");
> exit(1);
> }
> }
> --
> 1.7.10.4
>
>
Reviewed-by: Benoit Canet <benoit@irqsave.net>
next prev parent reply other threads:[~2014-06-11 11:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 15:58 [Qemu-trivial] [PATCH] virtio.c: fix error message Michael Tokarev
2014-06-10 15:58 ` [Qemu-devel] " Michael Tokarev
2014-06-11 11:38 ` Benoît Canet [this message]
2014-06-11 11:38 ` Benoît Canet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140611113851.GA12946@irqsave.net \
--to=benoit.canet@irqsave.net \
--cc=mjt@tls.msk.ru \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.