* [PATCH] qemu-dm emits incorrect error message
@ 2006-11-10 21:30 Russ Blaine
0 siblings, 0 replies; only message in thread
From: Russ Blaine @ 2006-11-10 21:30 UTC (permalink / raw)
To: xen-devel
# 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);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-10 21:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-10 21:30 [PATCH] qemu-dm emits incorrect error message Russ Blaine
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.