From: Russ Blaine <russell.blaine@sun.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] qemu-dm emits incorrect error message
Date: Fri, 10 Nov 2006 13:30:28 -0800 [thread overview]
Message-ID: <4554EF74.1070401@sun.com> (raw)
# HG changeset patch
# User russell.blaine@sun.com
# Date 1163194060 28800
# Node ID c7da24cc08dddaafe0d14d51bd0bff819fb7b409
# Parent da205cf28ff50e3d4ab9c6c2bf72f089cadf3a85
qemu error message for xc_domain_translate_gpfn_list() failure incorrect
Signed-off-by: Russell Blaine <russell.blaine@sun.com>
diff --git a/tools/ioemu/vl.c b/tools/ioemu/vl.c
--- a/tools/ioemu/vl.c
+++ b/tools/ioemu/vl.c
@@ -6424,7 +6424,8 @@ int main(int argc, char **argv)
page_array[i] = i;
if (xc_domain_translate_gpfn_list(xc_handle, domid, tmp_nr_pages,
page_array, page_array)) {
- fprintf(logfile, "xc_get_pfn_list returned error %d\n", errno);
+ fprintf(logfile, "xc_domain_translate_gpfn_list returned error %d\n",
+ errno);
exit(-1);
}
reply other threads:[~2006-11-10 21:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=4554EF74.1070401@sun.com \
--to=russell.blaine@sun.com \
--cc=xen-devel@lists.xensource.com \
/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.