All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Petkov <bp@alien8.de>
To: qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	Anthony Liguori <aliguori@amazon.com>
Subject: [Qemu-devel] [PATCH] memsave: Add a space after address in error message
Date: Sat,  7 Feb 2015 21:29:52 +0100	[thread overview]
Message-ID: <1423340992-3156-1-git-send-email-bp@alien8.de> (raw)

From: Borislav Petkov <bp@suse.de>

Add the missing space to separate address from "specified".

Cc: Anthony Liguori <aliguori@amazon.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
---
 cpus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpus.c b/cpus.c
index 0cdd1d71560b..4fa196d48207 100644
--- a/cpus.c
+++ b/cpus.c
@@ -1489,7 +1489,7 @@ void qmp_memsave(int64_t addr, int64_t size, const char *filename,
         if (l > size)
             l = size;
         if (cpu_memory_rw_debug(cpu, addr, buf, l, 0) != 0) {
-            error_setg(errp, "Invalid addr 0x%016" PRIx64 "specified", addr);
+            error_setg(errp, "Invalid addr 0x%016" PRIx64 " specified", addr);
             goto exit;
         }
         if (fwrite(buf, 1, l, f) != l) {
-- 
2.2.0.33.gc18b867

             reply	other threads:[~2015-02-07 20:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-07 20:29 Borislav Petkov [this message]
2015-02-08 10:09 ` [Qemu-trivial] [PATCH] memsave: Add a space after address in error message Paolo Bonzini
2015-02-08 10:09   ` [Qemu-devel] " Paolo Bonzini
2015-02-08 12:14   ` [Qemu-trivial] [PATCH] memsave: Improve and disambiguate " Borislav Petkov
2015-02-08 12:14     ` [Qemu-devel] " Borislav Petkov
2015-02-08 21:46     ` [Qemu-trivial] " Paolo Bonzini
2015-02-08 21:46       ` [Qemu-devel] " Paolo Bonzini
2015-02-10  9:22       ` [Qemu-trivial] " Borislav Petkov
2015-02-10  9:22         ` [Qemu-devel] " Borislav Petkov
2015-02-10 19:06     ` [Qemu-trivial] " Michael Tokarev
2015-02-10 19:06       ` [Qemu-devel] " Michael Tokarev

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=1423340992-3156-1-git-send-email-bp@alien8.de \
    --to=bp@alien8.de \
    --cc=aliguori@amazon.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@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.