From: Jan Kiszka <jan.kiszka@siemens.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: andre.przywara@amd.com, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] monitor: Fix warning in do_info_numa
Date: Wed, 22 Apr 2009 11:20:50 +0200 [thread overview]
Message-ID: <49EEE172.5060501@siemens.com> (raw)
In-Reply-To: <E1LwOUJ-0005Wg-AN@cvs.savannah.gnu.org>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
monitor.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/monitor.c b/monitor.c
index 3e945db..b33fea1 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1411,7 +1411,7 @@ static void do_info_kvm(Monitor *mon)
static void do_info_numa(Monitor *mon)
{
- int i, j;
+ int i;
CPUState *env;
monitor_printf(mon, "%d nodes\n", nb_numa_nodes);
next prev parent reply other threads:[~2009-04-22 9:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-21 22:30 [Qemu-devel] [7211] add info numa command to monitor (Andre Przywara) Anthony Liguori
2009-04-22 9:20 ` Jan Kiszka [this message]
2009-04-22 20:21 ` [Qemu-devel] Re: [PATCH] monitor: Fix warning in do_info_numa Anthony Liguori
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=49EEE172.5060501@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=andre.przywara@amd.com \
--cc=anthony@codemonkey.ws \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).