From: Daniel Stekloff <dsteklof@us.ibm.com>
To: xen-devel@lists.xensource.com
Cc: "Ling, Xiaofeng" <xiaofeng.ling@intel.com>
Subject: Re: [PATCH] enable xm console for vmx guest
Date: Sun, 6 Nov 2005 22:10:53 -0800 [thread overview]
Message-ID: <200511062210.53265.dsteklof@us.ibm.com> (raw)
In-Reply-To: <436EBFB2.10303@intel.com>
On Sunday 06 November 2005 18:45, Ling, Xiaofeng wrote:
> Enable xm console for vmx guest.
> When the serial port is redirect to pty, write the allocated
> device to xenstore, then xm console can get it.
> TODO:serial port by pty shall not block if there are no reading
> on the other end
>
> Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
Hi,
I believe that you must free() path in store_console_dev() when you're done
with it:
from xs.h:
/* Query the home path of a domain. Call free() after use.
*/
char *xs_get_domain_path(struct xs_handle *h, unsigned int domid);
Thanks,
Dan
next prev parent reply other threads:[~2005-11-07 6:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-07 2:45 [PATCH] enable xm console for vmx guest Ling, Xiaofeng
2005-11-07 6:10 ` Daniel Stekloff [this message]
2005-11-07 13:18 ` Ling Xiaofeng
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=200511062210.53265.dsteklof@us.ibm.com \
--to=dsteklof@us.ibm.com \
--cc=xen-devel@lists.xensource.com \
--cc=xiaofeng.ling@intel.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.