Eric Blake wrote:
On 01/03/2012 04:19 PM, Jim Fehlig wrote:
> The console path in xenstore is /local/domain/<id>/console/tty
> for PV guests (PV console) and /local/domain/<id>/serial/0/tty
> (serial console) for HVM guests. Similar to Xen's in-tree console
> client, read the correct path for PV vs HVM.
> ---
> src/xen/xend_internal.c | 5 ++++-
> src/xen/xs_internal.c | 19 +++++++++++++++++++
> src/xen/xs_internal.h | 2 ++
> 3 files changed, 25 insertions(+), 1 deletions(-)
>
ACK - small enough to be worth including in 0.9.9.
Thanks, pushed.