From: Markus Armbruster <armbru@redhat.com>
To: Alex Williamson <alex.williamson@hp.com>
Cc: xen-devel@lists.xensource.com,
"Daniel P. Berrange" <berrange@redhat.com>
Subject: Re: PATCH 0/10: Merge PV framebuffer & console into QEMU
Date: Fri, 26 Oct 2007 10:16:27 +0200 [thread overview]
Message-ID: <87ve8uffz8.fsf@pike.pond.sub.org> (raw)
In-Reply-To: <1193348482.6545.10.camel@lappy> (Alex Williamson's message of "Thu\, 25 Oct 2007 15\:41\:22 -0600")
Hrrrm, diagnostics omit errno. Alex, could you retry with the
appended (obvious, but untested) patch applied?
--- tools/ioemu/hw/xenfb.c~ 2007-10-26 10:04:43.000000000 +0200
+++ tools/ioemu/hw/xenfb.c 2007-10-26 10:11:09.000000000 +0200
@@ -664,7 +664,8 @@
{
fprintf(stderr, "Doing frontend watch on %s\n", dev->otherend);
if (!xs_watch(dev->xenfb->xsh, dev->otherend, "")) {
- fprintf(stderr, "Watch for dev failed\n");
+ fprintf(stderr, "Watch for dev failed (%s)\n",
+ strerror(errno));
return -1;
}
@@ -680,7 +681,8 @@
{
fprintf(stderr, "Doing backend watch on %s\n", dev->nodename);
if (!xs_watch(dev->xenfb->xsh, dev->nodename, "")) {
- fprintf(stderr, "Watch for dev failed\n");
+ fprintf(stderr, "Watch for dev failed (%s)\n",
+ strerror(errno));
return -1;
}
next prev parent reply other threads:[~2007-10-26 8:16 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-24 20:35 PATCH 0/10: Merge PV framebuffer & console into QEMU Daniel P. Berrange
2007-10-24 20:39 ` PATCH 1/10: Add a QEMU machine type for fullvirt guests Daniel P. Berrange
2007-10-24 20:40 ` PATCH 2/10: Add a QEMU machine type for paravirt guests Daniel P. Berrange
2007-10-24 20:40 ` PATCH 3/10: Remove standalone xenfb code Daniel P. Berrange
2007-10-24 20:41 ` PATCH 4/10: Refactor xenfb event handlers Daniel P. Berrange
2007-10-24 20:41 ` PATCH 5/10: Refactor QEMU console integration Daniel P. Berrange
2007-10-24 20:42 ` PATCH 6/10: Merge private & public xenfb structs Daniel P. Berrange
2007-10-24 20:42 ` PATCH 7/10: Async negotiation with xenfb frontend Daniel P. Berrange
2007-10-24 20:43 ` PATCH 8/10: Add pv console to QEMU paravirt machine Daniel P. Berrange
2007-10-24 20:44 ` PATCH 9/10: XenD device model re-factoring Daniel P. Berrange
2007-10-24 20:44 ` PATCH 10/10: Make xenconsoled ignore doms with qemu-dm Daniel P. Berrange
2007-10-25 18:56 ` PATCH 0/10: Merge PV framebuffer & console into QEMU Alex Williamson
2007-10-25 19:02 ` Daniel P. Berrange
2007-10-25 21:23 ` Daniel P. Berrange
2007-10-25 21:41 ` Alex Williamson
2007-10-26 8:16 ` Markus Armbruster [this message]
2007-10-26 16:15 ` Daniel P. Berrange
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=87ve8uffz8.fsf@pike.pond.sub.org \
--to=armbru@redhat.com \
--cc=alex.williamson@hp.com \
--cc=berrange@redhat.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.